{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js", "ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.42/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/w90zR0qzeh1mgaDSvD54/Carousel.js", "ssg:https://framerusercontent.com/modules/1aGKPq7HgSTEtF0J0gnJ/jm6dSZlYYDRwsyIYfriA/AmhFNkKKP-0.js", "ssg:https://framerusercontent.com/modules/1aGKPq7HgSTEtF0J0gnJ/jm6dSZlYYDRwsyIYfriA/AmhFNkKKP.js", "ssg:https://framerusercontent.com/modules/PbnU0f4yHJODFHo7B5Ag/aYXrK5EXFomN5xDlFk9a/k8oLoGSJ7.js", "ssg:https://framerusercontent.com/modules/kGZFozThLY7IBtaWuI9I/mBiTosUKKqQk9g0DHZPi/IAMP6WBB_.js", "ssg:https://ga.jspm.io/npm:@emotion/hash@0.8.0/dist/hash.browser.esm.js", "ssg:https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/XOOqlsrUApK7c1r3bqGB/Arc.js", "ssg:https://framerusercontent.com/modules/hfKli22JobUk2qVIspDr/Ufh8WJmiA3s94FLgVMsu/WV_0nt2JG-0.js", "ssg:https://framerusercontent.com/modules/hfKli22JobUk2qVIspDr/Ufh8WJmiA3s94FLgVMsu/WV_0nt2JG.js", "ssg:https://framerusercontent.com/modules/ycHIH80vv5jTUgxl7NJR/cgGiab9nLddhWLX9aZQq/NExZUsGQs.js", "ssg:https://framerusercontent.com/modules/a1Pkope4svoULUAyrhii/uOEFUSPTDJMNddTOhG2S/REnBJZ3Az-0.js", "ssg:https://framerusercontent.com/modules/a1Pkope4svoULUAyrhii/uOEFUSPTDJMNddTOhG2S/REnBJZ3Az.js", "ssg:https://framerusercontent.com/modules/bHisyQgIa0UBkByl5rt5/SJD1vg4FNqqHtDMa9qfX/UKhoue71T.js", "ssg:https://framerusercontent.com/modules/SxZNOPGXTU3w3w0eQvwy/8Oom24tz7VJ9FFiPeIol/UxpUyqCgS.js", "ssg:https://framerusercontent.com/modules/jT9JOuUzLyMGWxg4pgcX/xJsGaYKQbwaxKjKvZRDd/wgPnF_Au9.js", "ssg:https://framerusercontent.com/modules/zmNBcz4Y1P91paPTiEfe/zcQ1iILKeVYUpenNMY9K/WwwbRZMR6-0.js", "ssg:https://framerusercontent.com/modules/zmNBcz4Y1P91paPTiEfe/zcQ1iILKeVYUpenNMY9K/WwwbRZMR6.js", "ssg:https://framerusercontent.com/modules/i2YwxqjMPzahOmzP21cQ/0vnNsqYe9ArLsbJviDNs/dRphtsxGB.js", "ssg:https://framerusercontent.com/modules/TbZN6axEMd22bPpRQF7O/wvscxMWZ0rcC6Ylxluyi/kJgBQKe0T.js", "ssg:https://framerusercontent.com/modules/i8F1diaWt5RMIPCP5oUR/tRmifBcHrd3PGh7JyF2o/SbOrgStrg.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);return{play,pause,setProgress};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:\"cover\",backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "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){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp,progress}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */ function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */ function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches);},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */ function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */ const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */ const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */ if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){const numItems=Children.count(slots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */ const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */ const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */ const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */ const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */ const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth,],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */ const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */ const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,MozMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start:start1,end:end1}=itemSizes.current[i];if(end1<current||start1>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */ let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */ if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}const findNextItem=(delta,target)=>{if(!scrollInfo.current)return;const{current}=scrollInfo.current;const{children}=carouselRef.current;let scrollTarget;let i=delta===1?0:children.length-1;while(scrollTarget===undefined){const item=children[i];const start=axis?item.offsetLeft:item.offsetTop;const length=axis?item.offsetWidth:item.offsetHeight;const end=start+length;const threshold=.05;if(delta===1){const visibility=progress(start,end,target);if(visibility<1-threshold){scrollTarget=start;}else if(i===children.length-1){scrollTarget=end;}}else if(delta===-1){const visibility1=progress(start,end,target);if(visibility1>threshold){scrollTarget=end;}else if(i===0){scrollTarget=start;}}i+=delta;}return scrollTarget;};const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=page=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;goto(page*(scrollLength/(numPages-1)));};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));gotoPage(currentPage+delta);};/**\n     * Return placeholder if no children\n     */ if(numItems===0){return /*#__PURE__*/ _jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/ _jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>gotoPage(i),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/ _jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/ _jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(slots,(child,index)=>{var ref;/*#__PURE__*/ return _jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/ cloneElement(child,{...child.props,style:{...(ref=child.props)===null||ref===void 0?void 0:ref.style,...childStyle}})});})}),/*#__PURE__*/ _jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[/*#__PURE__*/ _jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/ _jsx(\"img\",{alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),/*#__PURE__*/ _jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/ _jsx(\"img\",{alt:\"\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\"})}),dots.length>1?/*#__PURE__*/ _jsx(\"div\",{style:{...dotsContainerStyle,left:axis?\"50%\":dotsInset,top:!axis?\"50%\":\"unset\",transform:axis?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:axis?\"row\":\"column\",bottom:axis?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,...dotsBlurStyle},children:dots}):null]}),/*#__PURE__*/ _jsx(MouseStyles,{})]});};/* Default Properties */ Carousel.defaultProps={gap:10,padding:10,progressObject:{showScrollbar:false,showProgressDots:false},sizingObject:{widthType:\"auto\",widthOffset:0,widthColumns:2,heightType:\"auto\",heightOffset:0,heightRows:2},borderRadius:0};/* Property Controls */ addPropertyControls(Carousel,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},axis:{type:ControlType.Enum,title:\"Direction\",options:[true,false],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},align:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{axis:{true:[\"align-top\",\"align-middle\",\"align-bottom\"],false:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},...paddingControl,sizingObject:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Enum,title:\"Width\",options:[\"auto\",\"stretch\",\"columns\"],optionTitles:[\"Auto\",\"Stretch\",\"Columns\"],defaultValue:\"auto\"},widthInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.widthType!==\"stretch\"},widthColumns:{type:ControlType.Number,title:\"Columns\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.widthType!==\"columns\"},heightType:{type:ControlType.Enum,title:\"Height\",options:[\"auto\",\"stretch\",\"rows\"],optionTitles:[\"Auto\",\"Stretch\",\"Rows\"],defaultValue:\"auto\"},heightInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.heightType!==\"stretch\"},heightRows:{type:ControlType.Number,title:\"Rows\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.heightType!==\"rows\"}}},snapObject:{type:ControlType.Object,title:\"Snapping\",controls:{snap:{type:ControlType.Boolean,title:\"Enable\"},snapEdge:{type:ControlType.Enum,title:\"Edge\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\",hidden:props=>!props.snap},fluid:{type:ControlType.Boolean,title:\"Fluid\",defaultValue:false,hidden:props=>!props.snap}}},fadeObject:{type:ControlType.Object,title:\"Fading\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",hidden:props=>!props.fadeContent,min:0,max:1,step:.05,defaultValue:0},fadeTransition:{type:ControlType.Transition,title:\"Transition\",hidden:props=>!props.fadeContent}}},progressObject:{type:ControlType.Object,title:\"Progress\",controls:{showScrollbar:{type:ControlType.Boolean,title:\"Scroll Bar\",defaultValue:false},showProgressDots:{type:ControlType.Boolean,title:\"Dots\",defaultValue:false,hidden:props=>props.showScrollbar},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:4,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}},arrowObject:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:true},arrowFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showMouseControls},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:40,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls}}},ariaLabel:{type:ControlType.String,title:\"Aria Label\",placeholder:\"Movies...\"},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0}});function Dot({currentScroll,scrollInfo,isSelected,selectedOpacity,opacity:unselectedOpacity,total,index,dotStyle,buttonStyle,gap,padding,axis,...props}){const opacity=useTransform(currentScroll,v=>{var ref,ref1;if(!((ref=scrollInfo.current)===null||ref===void 0?void 0:ref.scrollLength)){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=((ref1=scrollInfo.current)===null||ref1===void 0?void 0:ref1.scrollLength)/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&index>0?inlinePadding:padding;return /*#__PURE__*/ _jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/ _jsx(motion.div,{style:{...dotStyle,opacity}})});}function Placeholder(){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/ _jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */ const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */ const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"Luis Farreras\";export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1saWdodA==\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:'Autor del \"Faro de los corazones rotos\"'})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Recomiendo trabajar con NocodePM si est\\xe1s buscando una manera potente y visual de traer tus ideas al mundo digital. Quer\\xeda crear una Landing page \\xfanica para promocionar mi producto y el resultado fue fant\\xe1stico.\"})});export const v3=\"Cristina Sainz Rico\";export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1saWdodA==\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:\"Novelista y Guionista - Autora de In search of\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Quer\\xeda construir una p\\xe1gina web que mostrase exactamente quien soy y el tipo de escritura que puedo ofrecer. NocodePM me ayudo con el dise\\xf1o construyendo algo vivo.\"})});export const v6=\"Lane Casting\";export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1saWdodA==\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:'Co-Fundadora de \"LANE Casting\"'})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Quer\\xeda mejorar algunos procesos internos y sab\\xedamos que pod\\xedamos hacer un buen uso de una App interna. Por suerte, NocodePM nos ayud\\xf3 a descubrir y construir la herramienta interna correcta con la que mejoramos la manera en la que nuestro equipo trabaja con nuestros clientes.\"})});export const v9=\"Alberto Garc\\xeda\";export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1saWdodA==\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:\"Co-Fundador de TravelTalent\"})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Mi Business partner y yo ten\\xedamos una idea s\\xf3lida sobre lo que quer\\xedamos hacer y lanzar, sin embargo, necesitamos m\\xe1s apoyo en la validaci\\xf3n de mercado. NocodePM nos ayudo durante el proceso de encontrar el MVP correcto para nuestra idea y con el Go-To-Market. Gracias a esto, pudimos obtener los datos que necesit\\xe1bamos y decidimos continuar con el proyecto. \"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d2515d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/w90zR0qzeh1mgaDSvD54/Carousel.js\";import*as localizedValues from\"./AmhFNkKKP-0.js\";const CarouselFonts=getFonts(Carousel);const cycleOrder=[\"NrB9x52eG\",\"PAFT0G5V9\",\"STDZpzm6Z\"];const serializationHash=\"framer-gehpv\";const variantClassNames={NrB9x52eG:\"framer-v-1wh870l\",PAFT0G5V9:\"framer-v-12p3fbx\",STDZpzm6Z:\"framer-v-1go7k2t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={Z2xfXMmpq:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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(React.Fragment);const humanReadableVariantMap={\"Desktop Big\":\"NrB9x52eG\",\"Desktop Small\":\"PAFT0G5V9\",Mobile:\"STDZpzm6Z\"};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:\"NrB9x52eG\"};};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:\"NrB9x52eG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11;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-1wh870l\",className,classNames),\"data-framer-name\":\"Desktop Big\",layoutDependency:layoutDependency,layoutId:\"NrB9x52eG\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,...style},variants:{STDZpzm6Z:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({PAFT0G5V9:{\"data-framer-name\":\"Desktop Small\"},STDZpzm6Z:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3qsiq8-container\",layoutDependency:layoutDependency,layoutId:\"JZNFi31kL-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"var(--token-5a3dbee2-e4f6-4bb7-b12b-5110c83ff2b5, rgb(94, 116, 127))\",arrowPadding:25,arrowRadius:40,arrowSize:34,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:10,height:\"100%\",id:\"JZNFi31kL\",layoutId:\"JZNFi31kL\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,progressObject:{dotsActiveOpacity:1,dotsBackground:\"var(--token-5a3dbee2-e4f6-4bb7-b12b-5110c83ff2b5, rgb(94, 116, 127))\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:5,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:true},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oonfug\",\"data-framer-name\":\"Testimonial Card 1\",layoutDependency:layoutDependency,layoutId:\"PEq2_7oVX\",style:{backgroundColor:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q4sqq9\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"qISsBD8HJ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vc82vd\",\"data-framer-name\":\"Card Part 1\",layoutDependency:layoutDependency,layoutId:\"LhqObZ6Uv\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Luis Farreras\",fit:\"fill\",intrinsicHeight:263,intrinsicWidth:305,pixelHeight:263,pixelWidth:305,src:\"https://framerusercontent.com/images/2neuMvK1J1xGVslt9EERMwvXLg.jpeg\"},className:\"framer-8534g2\",\"data-framer-name\":\"Picture\",layoutDependency:layoutDependency,layoutId:\"L68Je3gOR\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ebwgow\",\"data-framer-name\":\"Author Card\",layoutDependency:layoutDependency,layoutId:\"MN0u_Wc27\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Luis\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Farreras\"})]}),className:\"framer-q0ojhc\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"fL0lOAQbD\",style:{\"--extracted-2gxw0f\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--extracted-r6o4lv\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1saWdodA==\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:'Author of \"El faro de los corazones rotos\"'})}),className:\"framer-b6fbax\",fonts:[\"FS;Satoshi-light\"],layoutDependency:layoutDependency,layoutId:\"xxPy0GQPY\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.75)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-erv9zf\",\"data-framer-name\":\"Card Part 2\",layoutDependency:layoutDependency,layoutId:\"J_1MmFtfI\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"I highly recommend working with NocodePM if you are looking for a powerful and visual way to bring your ideas to the Digital world. I wanted to create a landing page to promote my book and the result is astonishing. \"})}),className:\"framer-139n6cv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U6K7RCFcL\",style:{\"--extracted-r6o4lv\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pmd39k\",\"data-framer-name\":\"Testimonial Card 2\",layoutDependency:layoutDependency,layoutId:\"W2rCPg5i8\",style:{backgroundColor:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10lh0mi\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"mYRXrzFBr\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15barl6\",\"data-framer-name\":\"Card Part 1\",layoutDependency:layoutDependency,layoutId:\"f_vVYN4LH\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Luis Farreras\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/UDIdlmZ2dNoOCyFIUdZ6FMROzFU.jpeg\"},className:\"framer-13avnr2\",\"data-framer-name\":\"Picture\",layoutDependency:layoutDependency,layoutId:\"Gn10PgMyC\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18awzed\",\"data-framer-name\":\"Author Card\",layoutDependency:layoutDependency,layoutId:\"nRcR6phnk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Cristina \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Sainz rico\"})]}),className:\"framer-1m30mzg\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"CnpCUnkUR\",style:{\"--extracted-2gxw0f\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--extracted-r6o4lv\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1saWdodA==\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:\"Novelist and Script Writer - Author of In search Of\"})}),className:\"framer-x35bob\",fonts:[\"FS;Satoshi-light\"],layoutDependency:layoutDependency,layoutId:\"d7FHDybHA\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.75)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dxqmht\",\"data-framer-name\":\"Card Part 2\",layoutDependency:layoutDependency,layoutId:\"vdzcIvIdM\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"I wanted to build a website that shows exactly who I am and the type of writing I can offer. NocodePM helped me with the design and building something that is alive, not just static. \"})}),className:\"framer-ehjgvf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZBMUxSH_F\",style:{\"--extracted-r6o4lv\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jw3o4e\",\"data-framer-name\":\"Testimonial Card 3\",layoutDependency:layoutDependency,layoutId:\"qtXqkgIwt\",style:{backgroundColor:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1erasva\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"QwARYs81N\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aauxr5\",\"data-framer-name\":\"Card Part 1\",layoutDependency:layoutDependency,layoutId:\"o3w4kQxxI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue6=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:\"Luis Farreras\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/bsRRAZmc8Ixz2XiaL6SFUJVt1sI.jpeg\"},className:\"framer-1ji143s\",\"data-framer-name\":\"Picture\",layoutDependency:layoutDependency,layoutId:\"OYiMWXuMN\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h4d40z\",\"data-framer-name\":\"Author Card\",layoutDependency:layoutDependency,layoutId:\"Uxn75ps4o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Judith \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Lopez\"})]}),className:\"framer-154n43u\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"WUVAvRfw0\",style:{\"--extracted-2gxw0f\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--extracted-r6o4lv\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1saWdodA==\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:\"Co-Founder at \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1saWdodA==\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(0, 0, 0, 0.75))\"},children:'\"LANE Casting\"'})]}),className:\"framer-923wmw\",fonts:[\"FS;Satoshi-light\"],layoutDependency:layoutDependency,layoutId:\"MiZx8xJL0\",style:{\"--extracted-2gxw0f\":\"rgba(0, 0, 0, 0.75)\",\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.75)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vc21xg\",\"data-framer-name\":\"Card Part 2\",layoutDependency:layoutDependency,layoutId:\"Yy6kb6PRr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"We wanted to improve some internal processes and we knew we could make good use of any kind of Internal app. Fortunately, NocodePM supported us on finding and building the right internal product so we could improved the way we work as a team and with our clients.\"})}),className:\"framer-12nmp90\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oLZBsaMHz\",style:{\"--extracted-r6o4lv\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17v9xc1\",\"data-framer-name\":\"Testimonial Card 4\",layoutDependency:layoutDependency,layoutId:\"lPsuqthvp\",style:{backgroundColor:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kkv8qs\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"MdgcDdrXt\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18ij9f2\",\"data-framer-name\":\"Card Part 1\",layoutDependency:layoutDependency,layoutId:\"LX8gO9CFH\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue9=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:\"Luis Farreras\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/81cZWeB0pFaDt6ttPF2YWRnHqc.jpeg\"},className:\"framer-2ohcyh\",\"data-framer-name\":\"Picture\",layoutDependency:layoutDependency,layoutId:\"jA_G9l9kJ\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fizwnq\",\"data-framer-name\":\"Author Card\",layoutDependency:layoutDependency,layoutId:\"PlJiJQnJY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Alberto\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"Garc\\xeda\"})]}),className:\"framer-15mwkf8\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"qF3JivxDo\",style:{\"--extracted-2gxw0f\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--extracted-r6o4lv\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1saWdodA==\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:\"Co-Foundet at TravelTalent\"})}),className:\"framer-1y35xlj\",fonts:[\"FS;Satoshi-light\"],layoutDependency:layoutDependency,layoutId:\"vPc7araYf\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.75)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dx3hr8\",\"data-framer-name\":\"Card Part 2\",layoutDependency:layoutDependency,layoutId:\"TaBFmXdQQ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue11=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0)))\"},children:\"My business partner and I had pretty solid idea about what we wanted to launch, however, we needed market validation. NocodePM helped us during the process of finding the right MVP for our idea and with the Go-to-Market. After that we had the data to decide to continue with the project.\"})}),className:\"framer-rf1y68\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"O5QEjrl4n\",style:{\"--extracted-r6o4lv\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})]})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({PAFT0G5V9:{arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true}},STDZpzm6Z:{arrowObject:{arrowFill:\"var(--token-5a3dbee2-e4f6-4bb7-b12b-5110c83ff2b5, rgb(94, 116, 127))\",arrowPadding:20,arrowRadius:40,arrowSize:34,showMouseControls:true},fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:8,padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"var(--token-5a3dbee2-e4f6-4bb7-b12b-5110c83ff2b5, rgb(94, 116, 127))\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:0,dotSize:3,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gehpv.framer-1hfgdgp, .framer-gehpv .framer-1hfgdgp { display: block; }\",\".framer-gehpv.framer-1wh870l { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 400px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 640px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gehpv .framer-3qsiq8-container { flex: none; height: 400px; position: relative; width: 640px; }\",\".framer-gehpv .framer-1oonfug, .framer-gehpv .framer-pmd39k, .framer-gehpv .framer-1jw3o4e, .framer-gehpv .framer-17v9xc1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: 382px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 293px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gehpv .framer-q4sqq9, .framer-gehpv .framer-10lh0mi, .framer-gehpv .framer-1erasva, .framer-gehpv .framer-1kkv8qs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 312px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 234px; }\",\".framer-gehpv .framer-vc82vd, .framer-gehpv .framer-15barl6, .framer-gehpv .framer-aauxr5, .framer-gehpv .framer-18ij9f2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gehpv .framer-8534g2, .framer-gehpv .framer-13avnr2, .framer-gehpv .framer-1ji143s, .framer-gehpv .framer-2ohcyh { flex: none; height: 70px; overflow: hidden; position: relative; width: 70px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gehpv .framer-1ebwgow, .framer-gehpv .framer-18awzed, .framer-gehpv .framer-1h4d40z, .framer-gehpv .framer-1fizwnq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 65%; }\",\".framer-gehpv .framer-q0ojhc, .framer-gehpv .framer-1m30mzg, .framer-gehpv .framer-154n43u, .framer-gehpv .framer-15mwkf8 { flex: none; height: 38px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gehpv .framer-b6fbax, .framer-gehpv .framer-x35bob, .framer-gehpv .framer-923wmw, .framer-gehpv .framer-1y35xlj { flex: none; height: 26px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gehpv .framer-erv9zf, .framer-gehpv .framer-1dxqmht, .framer-gehpv .framer-1vc21xg, .framer-gehpv .framer-dx3hr8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 86px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gehpv .framer-139n6cv, .framer-gehpv .framer-ehjgvf { flex: none; height: 86px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gehpv .framer-12nmp90, .framer-gehpv .framer-rf1y68 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gehpv.framer-1wh870l, .framer-gehpv .framer-1oonfug, .framer-gehpv .framer-q4sqq9, .framer-gehpv .framer-vc82vd, .framer-gehpv .framer-1ebwgow, .framer-gehpv .framer-erv9zf, .framer-gehpv .framer-pmd39k, .framer-gehpv .framer-10lh0mi, .framer-gehpv .framer-15barl6, .framer-gehpv .framer-18awzed, .framer-gehpv .framer-1dxqmht, .framer-gehpv .framer-1jw3o4e, .framer-gehpv .framer-1erasva, .framer-gehpv .framer-aauxr5, .framer-gehpv .framer-1h4d40z, .framer-gehpv .framer-1vc21xg, .framer-gehpv .framer-17v9xc1, .framer-gehpv .framer-1kkv8qs, .framer-gehpv .framer-18ij9f2, .framer-gehpv .framer-1fizwnq, .framer-gehpv .framer-dx3hr8 { gap: 0px; } .framer-gehpv.framer-1wh870l > *, .framer-gehpv .framer-vc82vd > *, .framer-gehpv .framer-15barl6 > *, .framer-gehpv .framer-aauxr5 > *, .framer-gehpv .framer-18ij9f2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gehpv.framer-1wh870l > :first-child, .framer-gehpv .framer-vc82vd > :first-child, .framer-gehpv .framer-15barl6 > :first-child, .framer-gehpv .framer-aauxr5 > :first-child, .framer-gehpv .framer-18ij9f2 > :first-child { margin-left: 0px; } .framer-gehpv.framer-1wh870l > :last-child, .framer-gehpv .framer-vc82vd > :last-child, .framer-gehpv .framer-15barl6 > :last-child, .framer-gehpv .framer-aauxr5 > :last-child, .framer-gehpv .framer-18ij9f2 > :last-child { margin-right: 0px; } .framer-gehpv .framer-1oonfug > *, .framer-gehpv .framer-pmd39k > *, .framer-gehpv .framer-1jw3o4e > *, .framer-gehpv .framer-17v9xc1 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-gehpv .framer-1oonfug > :first-child, .framer-gehpv .framer-q4sqq9 > :first-child, .framer-gehpv .framer-1ebwgow > :first-child, .framer-gehpv .framer-erv9zf > :first-child, .framer-gehpv .framer-pmd39k > :first-child, .framer-gehpv .framer-10lh0mi > :first-child, .framer-gehpv .framer-18awzed > :first-child, .framer-gehpv .framer-1dxqmht > :first-child, .framer-gehpv .framer-1jw3o4e > :first-child, .framer-gehpv .framer-1erasva > :first-child, .framer-gehpv .framer-1h4d40z > :first-child, .framer-gehpv .framer-1vc21xg > :first-child, .framer-gehpv .framer-17v9xc1 > :first-child, .framer-gehpv .framer-1kkv8qs > :first-child, .framer-gehpv .framer-1fizwnq > :first-child, .framer-gehpv .framer-dx3hr8 > :first-child { margin-top: 0px; } .framer-gehpv .framer-1oonfug > :last-child, .framer-gehpv .framer-q4sqq9 > :last-child, .framer-gehpv .framer-1ebwgow > :last-child, .framer-gehpv .framer-erv9zf > :last-child, .framer-gehpv .framer-pmd39k > :last-child, .framer-gehpv .framer-10lh0mi > :last-child, .framer-gehpv .framer-18awzed > :last-child, .framer-gehpv .framer-1dxqmht > :last-child, .framer-gehpv .framer-1jw3o4e > :last-child, .framer-gehpv .framer-1erasva > :last-child, .framer-gehpv .framer-1h4d40z > :last-child, .framer-gehpv .framer-1vc21xg > :last-child, .framer-gehpv .framer-17v9xc1 > :last-child, .framer-gehpv .framer-1kkv8qs > :last-child, .framer-gehpv .framer-1fizwnq > :last-child, .framer-gehpv .framer-dx3hr8 > :last-child { margin-bottom: 0px; } .framer-gehpv .framer-q4sqq9 > *, .framer-gehpv .framer-10lh0mi > *, .framer-gehpv .framer-1erasva > *, .framer-gehpv .framer-1kkv8qs > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-gehpv .framer-1ebwgow > *, .framer-gehpv .framer-erv9zf > *, .framer-gehpv .framer-18awzed > *, .framer-gehpv .framer-1dxqmht > *, .framer-gehpv .framer-1h4d40z > *, .framer-gehpv .framer-1vc21xg > *, .framer-gehpv .framer-1fizwnq > *, .framer-gehpv .framer-dx3hr8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-gehpv.framer-v-12p3fbx.framer-1wh870l { width: 440px; }\",\".framer-gehpv.framer-v-12p3fbx .framer-3qsiq8-container { width: 100%; }\",\".framer-gehpv.framer-v-1go7k2t.framer-1wh870l { width: 350px; }\",\".framer-gehpv.framer-v-1go7k2t .framer-3qsiq8-container { height: auto; order: 0; width: 350px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 640\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"PAFT0G5V9\":{\"layout\":[\"fixed\",\"fixed\"]},\"STDZpzm6Z\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAmhFNkKKP=withCSS(Component,css,\"framer-gehpv\");export default FramerAmhFNkKKP;FramerAmhFNkKKP.displayName=\"Testimonial card Copy\";FramerAmhFNkKKP.defaultProps={height:400,width:640};addPropertyControls(FramerAmhFNkKKP,{variant:{options:[\"NrB9x52eG\",\"PAFT0G5V9\",\"STDZpzm6Z\"],optionTitles:[\"Desktop Big\",\"Desktop Small\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerAmhFNkKKP,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/D7WD5OXZFWQ5T76HSPWAC7MNKAJXE2YG/LUGNSPO5YC34ABNB2O6K7AFDSOJZT56V/WNDVG7O66ENLOD43GS7FBUCC4KMT5OM2.woff2\",weight:\"300\"},{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\"}]},...CarouselFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAmhFNkKKP\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"400\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PAFT0G5V9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"STDZpzm6Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"640\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AmhFNkKKP.map", "// Generated by Framer (6266459)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/GP4qe81yXhcJA3DOZYDt/IQtR0K2REGM70DUN1VDe/ACoFjS1s4.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/BHUuIeZD6KDFE5Mjs9rY/3xSEYk2mZxaSRnsLIk8P/bgYC1tR8h.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/qGIpjuyICwlJMMTDiASi/aOzdCEDAcVVOuUs0FcUP/D4JzwrMhH.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/8tmWTSTHyznmcPIkyK7L/K1fC2f2tExwUODBUfZn2/F29768jYX.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/PzTvbIeXHCCaXNFFAo1N/rcZQUWvkutmbA4u7a6bG/FWek42V04.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/o7JLw1S7h7Xo15rYfQNv/AuAWF4ZJpxUTrZzUmZrQ/Il7T3aVUk.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/vDpHy8vH0YZIH77D4ntn/lk2Igf6ywrYtpdVMAMvI/QYRNxYND1.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/BQJaphPUVmNSzuEQhnb4/TJtdAM24W6Oswbe8MZAR/tkuY29BsZ.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/URSOuZWsrXgauKgswxpH/9c3iRX1rvjcBRMHSdQwe/xrc5eHB_Q.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/Kt5fLbUAT2vWgHpETnzZ/k9tkYnFRQbvQMDB3G6Mn/yu3KuOwGd.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/zu2BBtYHNrU0Nt4UJOUx/8XLMS0fReJ0WgBwFh4GL/ZSUIC8PjP.js\";const cycleOrder=[\"wJnSzkMEF\",\"EaY_nJNrR\",\"gg_9JYg2k\",\"a1L9p5OxR\"];const serializationHash=\"framer-Qa9qJ\";const variantClassNames={a1L9p5OxR:\"framer-v-daonyg\",EaY_nJNrR:\"framer-v-17ybks0\",gg_9JYg2k:\"framer-v-ichbhp\",wJnSzkMEF:\"framer-v-qvgji5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Small\":\"EaY_nJNrR\",Desktop:\"wJnSzkMEF\",Mobile:\"a1L9p5OxR\",Tablet:\"gg_9JYg2k\"};const getProps=({height,id,paragraph,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,Ff0acYz1L:(_ref=title!==null&&title!==void 0?title:props.Ff0acYz1L)!==null&&_ref!==void 0?_ref:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Solution Space\"})}),jZWNxFaiW:(_ref1=paragraph!==null&&paragraph!==void 0?paragraph:props.jZWNxFaiW)!==null&&_ref1!==void 0?_ref1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"After clarifying expectations, we customize a project roadmap for goals like validating a business idea,revamping a product or building a new product from scratch. Our Kickoff ensures alignment, followed by ongoing feedback sessions to keep you updated.\"})}),variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"wJnSzkMEF\"};};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,Ff0acYz1L,jZWNxFaiW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wJnSzkMEF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"gg_9JYg2k\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];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-qvgji5\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"wJnSzkMEF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(182, 190, 156, 0.56)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({a1L9p5OxR:{\"data-framer-name\":\"Mobile\"},EaY_nJNrR:{\"data-framer-name\":\"Desktop Small\"},gg_9JYg2k:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nd4bhz\",\"data-framer-name\":\"Wrapper Card\",layoutDependency:layoutDependency,layoutId:\"EugZ2Sdux\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gt8951\",\"data-framer-name\":\"WB Card\",layoutDependency:layoutDependency,layoutId:\"q_P5eEwJ_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Ff0acYz1L,className:\"framer-7krp7\",\"data-framer-name\":\"2. Solution Space\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JygSl8dxP\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-15zfxjj\",blockquote:\"framer-styles-preset-1oqmmv3\",code:\"framer-styles-preset-1i15u2n\",h1:\"framer-styles-preset-hc7xqy\",h2:\"framer-styles-preset-w3zzou\",h3:\"framer-styles-preset-dg69xn\",h4:\"framer-styles-preset-qf0v45\",h5:\"framer-styles-preset-yvit4u\",h6:\"framer-styles-preset-18u0yyd\",img:\"framer-styles-preset-1n7qj0p\",p:\"framer-styles-preset-p1gwwn\"},variants:{gg_9JYg2k:{\"--extracted-r6o4lv\":\"rgb(30, 30, 30)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gg_9JYg2k:{fonts:[\"Inter-SemiBold\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:jZWNxFaiW,className:\"framer-8zpxyd\",\"data-framer-name\":\"Paragraph card\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G4pdQvXKg\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-15zfxjj\",blockquote:\"framer-styles-preset-1oqmmv3\",code:\"framer-styles-preset-1i15u2n\",h1:\"framer-styles-preset-hc7xqy\",h2:\"framer-styles-preset-w3zzou\",h3:\"framer-styles-preset-dg69xn\",h4:\"framer-styles-preset-qf0v45\",h5:\"framer-styles-preset-yvit4u\",h6:\"framer-styles-preset-18u0yyd\",img:\"framer-styles-preset-1n7qj0p\",p:\"framer-styles-preset-p1gwwn\"},verticalAlignment:\"center\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-gwaujk\",\"data-framer-name\":\"Picture\",layoutDependency:layoutDependency,layoutId:\"kzejpMFuB\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||318)-60-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||318)-60-0)/1)*1+0))/2+0+0)+(0+(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||318)-60-0)/1)*1-0-216)/2)+8.5),pixelHeight:1024,pixelWidth:1024,sizes:\"199px\",src:\"https://framerusercontent.com/images/pfYBFGQsVo8x2rSUzrXBsBCIf14.png\",srcSet:\"https://framerusercontent.com/images/pfYBFGQsVo8x2rSUzrXBsBCIf14.png?scale-down-to=512 512w,https://framerusercontent.com/images/pfYBFGQsVo8x2rSUzrXBsBCIf14.png 1024w\"},className:\"framer-1x3q0zy\",\"data-framer-name\":\"Analyzing_nb 1\",layoutDependency:layoutDependency,layoutId:\"jsg3DkTUb\",...addPropertyOverrides({a1L9p5OxR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(30+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||500)-60-441)/2)+0+0+0),pixelHeight:1024,pixelWidth:1024,sizes:\"193px\",src:\"https://framerusercontent.com/images/pfYBFGQsVo8x2rSUzrXBsBCIf14.png\",srcSet:\"https://framerusercontent.com/images/pfYBFGQsVo8x2rSUzrXBsBCIf14.png?scale-down-to=512 512w,https://framerusercontent.com/images/pfYBFGQsVo8x2rSUzrXBsBCIf14.png 1024w\"}},EaY_nJNrR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(30+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||396)-60-216)/2)+0+8.5),pixelHeight:1024,pixelWidth:1024,sizes:\"194px\",src:\"https://framerusercontent.com/images/pfYBFGQsVo8x2rSUzrXBsBCIf14.png\",srcSet:\"https://framerusercontent.com/images/pfYBFGQsVo8x2rSUzrXBsBCIf14.png?scale-down-to=512 512w,https://framerusercontent.com/images/pfYBFGQsVo8x2rSUzrXBsBCIf14.png 1024w\"}}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Qa9qJ.framer-1y5r6mi, .framer-Qa9qJ .framer-1y5r6mi { display: block; }\",\".framer-Qa9qJ.framer-qvgji5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 318px; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 725px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Qa9qJ .framer-1nd4bhz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Qa9qJ .framer-1gt8951 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 216px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Qa9qJ .framer-7krp7, .framer-Qa9qJ .framer-8zpxyd { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Qa9qJ .framer-gwaujk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 216px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Qa9qJ .framer-1x3q0zy { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 199px); position: relative; width: 199px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Qa9qJ.framer-qvgji5, .framer-Qa9qJ .framer-1nd4bhz, .framer-Qa9qJ .framer-1gt8951, .framer-Qa9qJ .framer-gwaujk { gap: 0px; } .framer-Qa9qJ.framer-qvgji5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Qa9qJ.framer-qvgji5 > :first-child, .framer-Qa9qJ .framer-1gt8951 > :first-child { margin-top: 0px; } .framer-Qa9qJ.framer-qvgji5 > :last-child, .framer-Qa9qJ .framer-1gt8951 > :last-child { margin-bottom: 0px; } .framer-Qa9qJ .framer-1nd4bhz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Qa9qJ .framer-1nd4bhz > :first-child, .framer-Qa9qJ .framer-gwaujk > :first-child { margin-left: 0px; } .framer-Qa9qJ .framer-1nd4bhz > :last-child, .framer-Qa9qJ .framer-gwaujk > :last-child { margin-right: 0px; } .framer-Qa9qJ .framer-1gt8951 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Qa9qJ .framer-gwaujk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-Qa9qJ.framer-v-17ybks0.framer-qvgji5 { flex-direction: row; gap: 0px; height: min-content; width: 495px; }\",\".framer-Qa9qJ.framer-v-17ybks0 .framer-1nd4bhz { flex: none; gap: 20px; height: min-content; }\",\".framer-Qa9qJ.framer-v-17ybks0 .framer-1gt8951 { height: min-content; }\",\".framer-Qa9qJ.framer-v-17ybks0 .framer-gwaujk { align-self: stretch; height: auto; }\",\".framer-Qa9qJ.framer-v-17ybks0 .framer-1x3q0zy { height: var(--framer-aspect-ratio-supported, 194px); width: 194px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Qa9qJ.framer-v-17ybks0.framer-qvgji5, .framer-Qa9qJ.framer-v-17ybks0 .framer-1nd4bhz { gap: 0px; } .framer-Qa9qJ.framer-v-17ybks0.framer-qvgji5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Qa9qJ.framer-v-17ybks0.framer-qvgji5 > :first-child, .framer-Qa9qJ.framer-v-17ybks0 .framer-1nd4bhz > :first-child { margin-left: 0px; } .framer-Qa9qJ.framer-v-17ybks0.framer-qvgji5 > :last-child, .framer-Qa9qJ.framer-v-17ybks0 .framer-1nd4bhz > :last-child { margin-right: 0px; } .framer-Qa9qJ.framer-v-17ybks0 .framer-1nd4bhz > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-Qa9qJ.framer-v-ichbhp.framer-qvgji5 { flex-direction: row; gap: 0px; height: 349px; width: 350px; }\",\".framer-Qa9qJ.framer-v-ichbhp .framer-1nd4bhz { flex: none; gap: 10px; height: 100%; }\",\".framer-Qa9qJ.framer-v-ichbhp .framer-1gt8951 { gap: 10px; height: 100%; justify-content: center; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Qa9qJ.framer-v-ichbhp.framer-qvgji5, .framer-Qa9qJ.framer-v-ichbhp .framer-1nd4bhz, .framer-Qa9qJ.framer-v-ichbhp .framer-1gt8951 { gap: 0px; } .framer-Qa9qJ.framer-v-ichbhp.framer-qvgji5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Qa9qJ.framer-v-ichbhp.framer-qvgji5 > :first-child, .framer-Qa9qJ.framer-v-ichbhp .framer-1nd4bhz > :first-child { margin-left: 0px; } .framer-Qa9qJ.framer-v-ichbhp.framer-qvgji5 > :last-child, .framer-Qa9qJ.framer-v-ichbhp .framer-1nd4bhz > :last-child { margin-right: 0px; } .framer-Qa9qJ.framer-v-ichbhp .framer-1nd4bhz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Qa9qJ.framer-v-ichbhp .framer-1gt8951 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Qa9qJ.framer-v-ichbhp .framer-1gt8951 > :first-child { margin-top: 0px; } .framer-Qa9qJ.framer-v-ichbhp .framer-1gt8951 > :last-child { margin-bottom: 0px; } }\",\".framer-Qa9qJ.framer-v-daonyg.framer-qvgji5 { flex-direction: row; gap: 0px; height: 500px; width: 348px; }\",\".framer-Qa9qJ.framer-v-daonyg .framer-1nd4bhz { flex: none; flex-direction: column; gap: 20px; height: min-content; }\",\".framer-Qa9qJ.framer-v-daonyg .framer-1gt8951 { flex: none; gap: 20px; height: 228px; order: 1; width: 100%; }\",\".framer-Qa9qJ.framer-v-daonyg .framer-gwaujk { flex: none; height: min-content; order: 0; width: 100%; }\",\".framer-Qa9qJ.framer-v-daonyg .framer-1x3q0zy { height: var(--framer-aspect-ratio-supported, 193px); width: 193px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Qa9qJ.framer-v-daonyg.framer-qvgji5, .framer-Qa9qJ.framer-v-daonyg .framer-1nd4bhz, .framer-Qa9qJ.framer-v-daonyg .framer-1gt8951 { gap: 0px; } .framer-Qa9qJ.framer-v-daonyg.framer-qvgji5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Qa9qJ.framer-v-daonyg.framer-qvgji5 > :first-child { margin-left: 0px; } .framer-Qa9qJ.framer-v-daonyg.framer-qvgji5 > :last-child { margin-right: 0px; } .framer-Qa9qJ.framer-v-daonyg .framer-1nd4bhz > *, .framer-Qa9qJ.framer-v-daonyg .framer-1gt8951 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Qa9qJ.framer-v-daonyg .framer-1nd4bhz > :first-child, .framer-Qa9qJ.framer-v-daonyg .framer-1gt8951 > :first-child { margin-top: 0px; } .framer-Qa9qJ.framer-v-daonyg .framer-1nd4bhz > :last-child, .framer-Qa9qJ.framer-v-daonyg .framer-1gt8951 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 318\n * @framerIntrinsicWidth 725\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EaY_nJNrR\":{\"layout\":[\"fixed\",\"auto\"]},\"gg_9JYg2k\":{\"layout\":[\"fixed\",\"fixed\"]},\"a1L9p5OxR\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Ff0acYz1L\":\"title\",\"jZWNxFaiW\":\"paragraph\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerk8oLoGSJ7=withCSS(Component,css,\"framer-Qa9qJ\");export default Framerk8oLoGSJ7;Framerk8oLoGSJ7.displayName=\"Div Solution Space\";Framerk8oLoGSJ7.defaultProps={height:318,width:725};addPropertyControls(Framerk8oLoGSJ7,{variant:{options:[\"wJnSzkMEF\",\"EaY_nJNrR\",\"gg_9JYg2k\",\"a1L9p5OxR\"],optionTitles:[\"Desktop\",\"Desktop Small\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},Ff0acYz1L:{defaultValue:\"<p>Solution Space</p>\",title:\"Title\",type:ControlType.RichText},jZWNxFaiW:{defaultValue:\"<p>After clarifying expectations, we customize a project roadmap for goals like validating a business idea,revamping a product or building a new product from scratch. Our Kickoff ensures alignment, followed by ongoing feedback sessions to keep you updated.</p>\",title:\"Paragraph\",type:ControlType.RichText}});addFonts(Framerk8oLoGSJ7,[{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:\"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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerk8oLoGSJ7\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Ff0acYz1L\\\":\\\"title\\\",\\\"jZWNxFaiW\\\":\\\"paragraph\\\"}\",\"framerIntrinsicWidth\":\"725\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EaY_nJNrR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gg_9JYg2k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a1L9p5OxR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"318\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./k8oLoGSJ7.map", "// Generated by Framer (6266459)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/GP4qe81yXhcJA3DOZYDt/IQtR0K2REGM70DUN1VDe/ACoFjS1s4.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/BHUuIeZD6KDFE5Mjs9rY/3xSEYk2mZxaSRnsLIk8P/bgYC1tR8h.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/qGIpjuyICwlJMMTDiASi/aOzdCEDAcVVOuUs0FcUP/D4JzwrMhH.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/8tmWTSTHyznmcPIkyK7L/K1fC2f2tExwUODBUfZn2/F29768jYX.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/PzTvbIeXHCCaXNFFAo1N/rcZQUWvkutmbA4u7a6bG/FWek42V04.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/o7JLw1S7h7Xo15rYfQNv/AuAWF4ZJpxUTrZzUmZrQ/Il7T3aVUk.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/vDpHy8vH0YZIH77D4ntn/lk2Igf6ywrYtpdVMAMvI/QYRNxYND1.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/BQJaphPUVmNSzuEQhnb4/TJtdAM24W6Oswbe8MZAR/tkuY29BsZ.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/URSOuZWsrXgauKgswxpH/9c3iRX1rvjcBRMHSdQwe/xrc5eHB_Q.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/Kt5fLbUAT2vWgHpETnzZ/k9tkYnFRQbvQMDB3G6Mn/yu3KuOwGd.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/zu2BBtYHNrU0Nt4UJOUx/8XLMS0fReJ0WgBwFh4GL/ZSUIC8PjP.js\";const enabledGestures={tJCoxMQSJ:{hover:true}};const cycleOrder=[\"tJCoxMQSJ\",\"ojMQD3FPv\",\"m0pzSkfyJ\"];const serializationHash=\"framer-2QO7J\";const variantClassNames={m0pzSkfyJ:\"framer-v-1x1srpr\",ojMQD3FPv:\"framer-v-c980yz\",tJCoxMQSJ:\"framer-v-10iz1f0\"};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:.4,delay:0,duration:1,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={\"Desktop - Card - Services\":\"tJCoxMQSJ\",\"Mobile - Card\":\"m0pzSkfyJ\",\"Tablet - Card\":\"ojMQD3FPv\"};const getProps=({backgroundColor,backgroundOpen,height,id,imageOfTheCard,pagraphOpen,paragraph,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6;return{...props,c8FMpCf6u:(_ref=title!==null&&title!==void 0?title:props.c8FMpCf6u)!==null&&_ref!==void 0?_ref:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{children:\"Product Discovery\"})}),I6xRQfR6r:(_ref1=backgroundColor!==null&&backgroundColor!==void 0?backgroundColor:props.I6xRQfR6r)!==null&&_ref1!==void 0?_ref1:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",Jn4CEyb1L:(_ref2=paragraph!==null&&paragraph!==void 0?paragraph:props.Jn4CEyb1L)!==null&&_ref2!==void 0?_ref2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Reduce the risk of launching a digital product no one wants, with our product validation process combining product management and no-code. Learn more ->\"})}),NkvIrBHfF:(_ref3=pagraphOpen!==null&&pagraphOpen!==void 0?pagraphOpen:props.NkvIrBHfF)!==null&&_ref3!==void 0?_ref3:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{children:\"Whether you are a non-tech SME launching your first digital product or a first-time entrepreneur needing strong support, our 5-step Product Discovery process will help you:\"}),/*#__PURE__*/_jsxs(motion.ul,{children:[/*#__PURE__*/_jsx(motion.li,{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(motion.p,{children:\"Identify the core value proposition and competitive advantage.\"})}),/*#__PURE__*/_jsx(motion.li,{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(motion.p,{children:\"Evaluate which is the best user's problem to focus\"})}),/*#__PURE__*/_jsx(motion.li,{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(motion.p,{children:\"Identify risks surrounding your product idea. (legal, tech, product, business) \"})}),/*#__PURE__*/_jsx(motion.li,{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(motion.p,{children:\"Decide, design, and develop an experiment using No-Code to gather the right data. \"})}),/*#__PURE__*/_jsx(motion.li,{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(motion.p,{children:\"Analyze the results and decide whether to continue, kill, or pivot the idea.\"})})]}),/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M0z8P_WmC\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Learn More ->\"})})})})]}),PaWGbbAss:(_ref4=imageOfTheCard!==null&&imageOfTheCard!==void 0?imageOfTheCard:props.PaWGbbAss)!==null&&_ref4!==void 0?_ref4:{src:\"https://framerusercontent.com/images/QZVv1oikUcHDYo41onNKc0B8lds.png\",srcSet:\"https://framerusercontent.com/images/QZVv1oikUcHDYo41onNKc0B8lds.png?scale-down-to=512 512w,https://framerusercontent.com/images/QZVv1oikUcHDYo41onNKc0B8lds.png 545w\"},UwI7me7O_:(_ref5=backgroundOpen!==null&&backgroundOpen!==void 0?backgroundOpen:props.UwI7me7O_)!==null&&_ref5!==void 0?_ref5:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"tJCoxMQSJ\"};};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,c8FMpCf6u,Jn4CEyb1L,NkvIrBHfF,PaWGbbAss,I6xRQfR6r,UwI7me7O_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tJCoxMQSJ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"tJCoxMQSJ-hover\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"m0pzSkfyJ\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10iz1f0\",className,classNames),\"data-framer-name\":\"Desktop - Card - Services\",layoutDependency:layoutDependency,layoutId:\"tJCoxMQSJ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:I6xRQfR6r,borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{\"tJCoxMQSJ-hover\":{\"--border-bottom-width\":\"4px\",\"--border-color\":\"rgba(135, 109, 221, 0.25)\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"4px\",backgroundColor:UwI7me7O_}},...addPropertyOverrides({\"tJCoxMQSJ-hover\":{\"data-border\":true,\"data-framer-name\":undefined},m0pzSkfyJ:{\"data-framer-name\":\"Mobile - Card\"},ojMQD3FPv:{\"data-framer-name\":\"Tablet - Card\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:400,pixelWidth:545,...toResponsiveImage(PaWGbbAss),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-xxeyla\",layoutDependency:layoutDependency,layoutId:\"akHuY9X_g\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},...addPropertyOverrides({\"tJCoxMQSJ-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(50+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||582)-100-400)/2)),pixelHeight:400,pixelWidth:545,sizes:\"545px\",...toResponsiveImage(PaWGbbAss),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2jxrgr\",\"data-framer-name\":\"WB - Services\",layoutDependency:layoutDependency,layoutId:\"HzVgiWShL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:c8FMpCf6u,className:\"framer-lfor99\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"X4mQxMfMD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},stylesPresetsClassNames:{a:\"framer-styles-preset-15zfxjj\",blockquote:\"framer-styles-preset-1oqmmv3\",code:\"framer-styles-preset-1i15u2n\",h1:\"framer-styles-preset-hc7xqy\",h2:\"framer-styles-preset-w3zzou\",h3:\"framer-styles-preset-dg69xn\",h4:\"framer-styles-preset-qf0v45\",h5:\"framer-styles-preset-yvit4u\",h6:\"framer-styles-preset-18u0yyd\",img:\"framer-styles-preset-1n7qj0p\",p:\"framer-styles-preset-p1gwwn\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Jn4CEyb1L,className:\"framer-1emltxv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"He1rnwm0n\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},stylesPresetsClassNames:{a:\"framer-styles-preset-15zfxjj\",blockquote:\"framer-styles-preset-1oqmmv3\",code:\"framer-styles-preset-1i15u2n\",h1:\"framer-styles-preset-hc7xqy\",h2:\"framer-styles-preset-w3zzou\",h3:\"framer-styles-preset-dg69xn\",h4:\"framer-styles-preset-qf0v45\",h5:\"framer-styles-preset-yvit4u\",h6:\"framer-styles-preset-18u0yyd\",img:\"framer-styles-preset-1n7qj0p\",p:\"framer-styles-preset-p1gwwn\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"tJCoxMQSJ-hover\":{children:NkvIrBHfF}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2QO7J.framer-1grlc8y, .framer-2QO7J .framer-1grlc8y { display: block; }\",\".framer-2QO7J.framer-10iz1f0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 203px; justify-content: center; overflow: hidden; padding: 50px; position: relative; width: 603px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2QO7J .framer-xxeyla { flex: none; height: 400px; overflow: visible; position: relative; width: 545px; }\",\".framer-2QO7J .framer-2jxrgr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2QO7J .framer-lfor99, .framer-2QO7J .framer-1emltxv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2QO7J.framer-10iz1f0, .framer-2QO7J .framer-2jxrgr { gap: 0px; } .framer-2QO7J.framer-10iz1f0 > *, .framer-2QO7J .framer-2jxrgr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2QO7J.framer-10iz1f0 > :first-child, .framer-2QO7J .framer-2jxrgr > :first-child { margin-top: 0px; } .framer-2QO7J.framer-10iz1f0 > :last-child, .framer-2QO7J .framer-2jxrgr > :last-child { margin-bottom: 0px; } }\",\".framer-2QO7J.framer-v-c980yz.framer-10iz1f0 { cursor: unset; }\",\".framer-2QO7J.framer-v-1x1srpr.framer-10iz1f0 { cursor: unset; height: 288px; width: 350px; }\",\".framer-2QO7J.framer-v-10iz1f0.hover.framer-10iz1f0 { flex-direction: row; gap: 20px; height: 582px; width: 1200px; }\",\".framer-2QO7J.framer-v-10iz1f0.hover .framer-xxeyla { order: 1; }\",\".framer-2QO7J.framer-v-10iz1f0.hover .framer-2jxrgr { flex: 1 0 0px; order: 0; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2QO7J.framer-v-10iz1f0.hover.framer-10iz1f0 { gap: 0px; } .framer-2QO7J.framer-v-10iz1f0.hover.framer-10iz1f0 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-2QO7J.framer-v-10iz1f0.hover.framer-10iz1f0 > :first-child { margin-left: 0px; } .framer-2QO7J.framer-v-10iz1f0.hover.framer-10iz1f0 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-2QO7J[data-border=\"true\"]::after, .framer-2QO7J [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 203\n * @framerIntrinsicWidth 603\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ojMQD3FPv\":{\"layout\":[\"fixed\",\"fixed\"]},\"m0pzSkfyJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"OL7COeZfQ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"c8FMpCf6u\":\"title\",\"Jn4CEyb1L\":\"paragraph\",\"NkvIrBHfF\":\"pagraphOpen\",\"PaWGbbAss\":\"imageOfTheCard\",\"I6xRQfR6r\":\"backgroundColor\",\"UwI7me7O_\":\"backgroundOpen\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIAMP6WBB_=withCSS(Component,css,\"framer-2QO7J\");export default FramerIAMP6WBB_;FramerIAMP6WBB_.displayName=\"Card - Services\";FramerIAMP6WBB_.defaultProps={height:203,width:603};addPropertyControls(FramerIAMP6WBB_,{variant:{options:[\"tJCoxMQSJ\",\"ojMQD3FPv\",\"m0pzSkfyJ\"],optionTitles:[\"Desktop - Card - Services\",\"Tablet - Card\",\"Mobile - Card\"],title:\"Variant\",type:ControlType.Enum},c8FMpCf6u:{defaultValue:\"<h3>Product Discovery</h3>\",description:\"El titulo de la tarjeta cerrada\",title:\"Title\",type:ControlType.RichText},Jn4CEyb1L:{defaultValue:\"<p>Reduce the risk of launching a digital product no one wants, with our product validation process combining product management and no-code. Learn more -></p>\",description:\"El texto de la tarjeta\",title:\"Paragraph\",type:ControlType.RichText},NkvIrBHfF:{defaultValue:'<p>Whether you are a non-tech SME launching your first digital product or a first-time entrepreneur needing strong support, our 5-step Product Discovery process will help you:</p><ul><li data-preset-tag=\"p\"><p>Identify the core value proposition and competitive advantage.</p></li><li data-preset-tag=\"p\"><p>Evaluate which is the best user\\'s problem to focus</p></li><li data-preset-tag=\"p\"><p>Identify risks surrounding your product idea. (legal, tech, product, business) </p></li><li data-preset-tag=\"p\"><p>Decide, design, and develop an experiment using No-Code to gather the right data. </p></li><li data-preset-tag=\"p\"><p>Analyze the results and decide whether to continue, kill, or pivot the idea.</p></li></ul><p><a data-framer-link=\"Link:{&quot;webPageId&quot;:&quot;M0z8P_WmC&quot;,&quot;type&quot;:&quot;webPage&quot;}\"><strong>Learn More -&gt;</strong></a></p>',description:\"El parrafo de la tarjeta abierta\",title:\"Pagraph Open\",type:ControlType.RichText},PaWGbbAss:{__defaultAssetReference:\"data:framer/asset-reference,QZVv1oikUcHDYo41onNKc0B8lds.png?originalFilename=Review+Market+Environment.png&preferredSize=auto\",description:\"La imagen de la tarjeta 500 x 400\",title:\"Image of the card\",type:ControlType.ResponsiveImage},I6xRQfR6r:{defaultValue:'var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229)) /* {\"name\":\"beige\"} */',description:\"El color de la tarjeta\",title:\"Background color\",type:ControlType.Color},UwI7me7O_:{defaultValue:'var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229)) /* {\"name\":\"beige\"} */',description:\"Background cuando est\\xe1 abierto\",title:\"Background Open\",type:ControlType.Color}});addFonts(FramerIAMP6WBB_,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIAMP6WBB_\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"603\",\"framerIntrinsicHeight\":\"203\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ojMQD3FPv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m0pzSkfyJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OL7COeZfQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"c8FMpCf6u\\\":\\\"title\\\",\\\"Jn4CEyb1L\\\":\\\"paragraph\\\",\\\"NkvIrBHfF\\\":\\\"pagraphOpen\\\",\\\"PaWGbbAss\\\":\\\"imageOfTheCard\\\",\\\"I6xRQfR6r\\\":\\\"backgroundColor\\\",\\\"UwI7me7O_\\\":\\\"backgroundOpen\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "function murmur2(r){var t=0;var a,e=0,c=r.length;for(;c>=4;++e,c-=4){a=255&r.charCodeAt(e)|(255&r.charCodeAt(++e))<<8|(255&r.charCodeAt(++e))<<16|(255&r.charCodeAt(++e))<<24;a=1540483477*(65535&a)+(59797*(a>>>16)<<16);a^=a>>>24;t=1540483477*(65535&a)+(59797*(a>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16)}switch(c){case 3:t^=(255&r.charCodeAt(e+2))<<16;case 2:t^=(255&r.charCodeAt(e+1))<<8;case 1:t^=255&r.charCodeAt(e);t=1540483477*(65535&t)+(59797*(t>>>16)<<16)}t^=t>>>13;t=1540483477*(65535&t)+(59797*(t>>>16)<<16);return((t^t>>>15)>>>0).toString(36)}export{murmur2 as default};\n\n//# sourceMappingURL=hash.browser.esm.js.map", "import{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{Children as i}from\"react\";import{addPropertyControls as n,ControlType as a,RenderTarget as l,withCSS as r}from\"framer\";import{motion as o}from\"framer-motion\";import p from\"@emotion/hash\";import{renderToString as s}from\"react-dom/server\";/**\n * ARC TEXT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */let m=r(function(n){let a,r,m;// Checks\nlet x=i.count(n.slots)>0,b=l.current()===l.canvas,$=x&&\"graphic\"===n.type,v=\"circle\"===n.type,w=\"ellipse\"===n.type,C=w?n.cylinderHeight/2:0,V=f(n.flip,C);// If graphic is connected\nif($){let i=d(n.slots),l=d(i.props.svg),o=d(i.props.children);// Show placeholder on canvas if connected layer isn\u2019t a graphic\nif(b&&!o.props.frame)return /*#__PURE__*/t(\"div\",{style:u,children:[/*#__PURE__*/e(\"div\",{style:h,children:\"\uD83D\uDC8E\"}),/*#__PURE__*/e(\"p\",{style:g,children:\"Please connect to Graphic\"}),/*#__PURE__*/e(\"p\",{style:y,children:\"You can only connect the Arc to a Graphic with a single path.\"})]});// Grab the react element from the canvas and turn it into SVG\nif(b&&o){let e=s(o),t=o.props.frame;for(let i of(r=`0 0 ${t.width} ${t.height}`,e.match(/[\\w-]+=\"[^\"]*\"/g)))i.includes(\"d=\")&&(a=c(i));}// On the preview/deploy we already get the SVG string\nif(!b&&l){let e=l.match(/[\\w-]+=\"[^\"]*\"/g);for(let t of(r=(r=(r=l.split(\"viewBox=\")[1]).split(\">\")[0]).replace(/^\"(.+(?=\"$))\"$/,\"$1\"),e))t.includes(\"d=\")&&(a=c(t));}}// Unique IDs to avoid multiple instances on the canvas sharing a single path\nlet A=`curve-${p(a||V)}`;return\"top\"===n.alignmentBaseline&&(m=\"Text Top\"),\"center\"===n.alignmentBaseline&&(m=\"Central\"),\"bottom\"===n.alignmentBaseline&&(m=\"Hanging\"),/*#__PURE__*/e(o.div,{style:{width:\"100%\",height:\"100%\",// userSelect: \"none\",\n// pointerEvents: \"none\",\nposition:\"relative\"},draggable:\"false\",children:/*#__PURE__*/t(o.svg,{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",position:\"absolute\",inset:0,transformOrigin:\"center\",willChange:n.rotate&&\"transform\"},viewBox:$?r:\"0 0 100 100\",overflow:\"visible\",animate:v&&n.rotate&&{rotate:360},transition:v&&n.rotate&&{duration:100/n.rotateSpeed,repeat:1/0,ease:\"linear\"},children:[/*#__PURE__*/e(\"path\",{id:A,d:$?a:V,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/e(\"text\",{children:/*#__PURE__*/t(\"textPath\",{href:`#${A}`,startOffset:n.startOffset,dominantBaseline:m,style:{...n.font,fill:n.color},children:[n.text,!b&&n.animate&&/*#__PURE__*/e(\"animate\",{attributeName:\"startOffset\",from:`${n.animateStart}%`,to:`${n.animateEnd}%`,begin:\"0s\",dur:`${n.animateDuration}s`,repeatCount:\"indefinite\"})]})})]})});},// Work around a bug with framer-motion that calculates a px origin when animating SVG elements.\n[\".transform-origin-center-center { transform-origin: center center !important; }\"]);export default m;/* Method to get the first child */function d(e){let t;return i.map(e,e=>{void 0===t&&(t=e);}),t;}m.defaultProps={height:50,width:50},n(m,{text:{title:\"Content\",type:a.String,defaultValue:\"\u2726 THANK YOU \u2726 FOR VISITING\",displayTextArea:!0},type:{title:\"Type\",type:a.Enum,options:[\"circle\",\"ellipse\",\"graphic\"],optionTitles:[\"Circle\",\"Ellipse\",\"Graphic\"],defaultValue:!0},cylinderHeight:{title:\"Height\",type:a.Number,unit:\"px\",min:0,max:1e3,hidden:({type:e})=>\"ellipse\"!==e},rotate:{type:a.Boolean,title:\"Rotate\",defaultValue:!1,hidden:({type:e})=>\"circle\"!==e},rotateSpeed:{type:a.Number,title:\"Speed\",min:0,max:50,defaultValue:5,displayStepper:!0,step:1,hidden:({type:e,rotate:t})=>\"circle\"!==e||!t},slots:{type:a.ComponentInstance,title:\"Graphic\",hidden:({type:e})=>\"graphic\"!==e},alignmentBaseline:{title:\"Align\",type:a.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:!0},flip:{type:a.Boolean,defaultValue:!1,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\",hidden:({type:e})=>\"graphic\"===e},startOffset:{title:\"Offset\",type:a.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},color:{title:\"Color\",type:a.Color,defaultValue:\"#999\"},font:{type:a.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:!1},animate:{type:a.Boolean,defaultValue:!1,title:\"Animate\"},animateStart:{type:a.Number,min:-200,max:200,step:.1,defaultValue:-50,title:\"From\",unit:\"%\",hidden:e=>!e.animate},animateEnd:{type:a.Number,min:-200,max:200,step:.1,defaultValue:150,title:\"To\",unit:\"%\",hidden:e=>!e.animate},animateDuration:{type:a.Number,min:0,max:50,defaultValue:5,title:\"Time\",unit:\"s\",displayStepper:!0,hidden:e=>!e.animate}});/* Method to get stringless attributes */let c=e=>e.split(\"=\")[1].replace(/['\"]+/g,\"\"),f=(e,t)=>{let i=50-t,n=50+t;return e?`M 0 50 L 0 ${n} A 1 1 0 1 0 100 ${n} L 100 ${i} A 1 1 0 1 0 0 ${i} L 0 50`:`M 0 50 L 0 ${i} A 1 1 0 0 1 100 ${i} L 100 50 L 100 ${n} A 1 1 0 0 1 0 ${n} L 0 ${i}`;},u={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\"},h={fontSize:32,marginBottom:10},g={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},y={margin:0,opacity:.7,maxWidth:160,lineHeight:1.5,textAlign:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"150\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"150\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "export const v0=\"servicios servicios servicios\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d6b3045)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Arc from\"https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/XOOqlsrUApK7c1r3bqGB/Arc.js\";import*as localizedValues from\"./WV_0nt2JG-0.js\";const ArcFonts=getFonts(Arc);const cycleOrder=[\"UULa8sOAF\",\"piHIuxeiO\"];const serializationHash=\"framer-K8Bmj\";const variantClassNames={piHIuxeiO:\"framer-v-1hpy9h8\",UULa8sOAF:\"framer-v-dhisyn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={Z2xfXMmpq:localizedValues};function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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={\"Desktop Big\":\"UULa8sOAF\",\"Desktop Small\":\"piHIuxeiO\"};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:\"UULa8sOAF\"};};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:\"UULa8sOAF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-dhisyn\",className,classNames),\"data-framer-name\":\"Desktop Big\",layoutDependency:layoutDependency,layoutId:\"UULa8sOAF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({piHIuxeiO:{\"data-framer-name\":\"Desktop Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13j1iqb\",layoutDependency:layoutDependency,layoutId:\"MpCL5uLH5\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17b4z5m-container\",layoutDependency:layoutDependency,layoutId:\"hbVGZAG67-container\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",animate:false,animateDuration:5,animateEnd:150,animateStart:-50,color:\"rgb(0, 0, 0)\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"11px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0.3em\",lineHeight:\"1em\"},height:\"100%\",id:\"hbVGZAG67\",layoutId:\"hbVGZAG67\",rotate:true,rotateSpeed:5,slots:[],startOffset:0,style:{height:\"100%\",width:\"100%\"},text:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"services services services services\",type:\"circle\",width:\"100%\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uvsh9o\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"k9WsC_gFg\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 51 45\"><path d=\"M 47.2 43.768 C 48.131 43.735 48.989 43.34 49.585 42.67 C 50.181 42 50.465 41.111 50.376 40.196 L 47.694 12.611 C 47.657 12.153 47.528 11.702 47.314 11.283 C 47.1 10.863 46.805 10.485 46.446 10.17 C 46.087 9.855 45.672 9.609 45.225 9.448 C 44.778 9.286 44.307 9.211 43.841 9.227 C 43.374 9.244 42.922 9.351 42.509 9.543 C 42.096 9.735 41.731 10.008 41.436 10.346 C 41.141 10.685 40.921 11.081 40.789 11.512 C 40.658 11.944 40.618 12.401 40.67 12.859 L 42.543 32.12 L 6.513 0.99 C 5.792 0.366 4.863 0.034 3.932 0.067 C 3 0.1 2.142 0.495 1.546 1.164 C 0.951 1.834 0.666 2.724 0.755 3.639 C 0.844 4.553 1.299 5.417 2.021 6.041 L 38.051 37.171 L 18.43 37.862 C 17.511 37.909 16.669 38.31 16.087 38.978 C 15.504 39.646 15.227 40.527 15.314 41.43 C 15.402 42.335 15.848 43.19 16.557 43.812 C 17.265 44.435 18.179 44.773 19.101 44.757 Z\" fill=\"rgb(30,30,30)\"></path></svg>',svgContentId:10439329222,withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-K8Bmj.framer-jfttv, .framer-K8Bmj .framer-jfttv { display: block; }\",\".framer-K8Bmj.framer-dhisyn { height: 235px; overflow: hidden; position: relative; width: 233px; }\",\".framer-K8Bmj .framer-13j1iqb { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-K8Bmj .framer-17b4z5m-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-K8Bmj .framer-1uvsh9o { flex: none; height: 45px; left: calc(49.78540772532191% - 51px / 2); position: absolute; top: calc(49.787234042553216% - 45px / 2); width: 51px; }\",\".framer-K8Bmj.framer-v-1hpy9h8.framer-dhisyn { width: 190px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 235\n * @framerIntrinsicWidth 233\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"piHIuxeiO\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWV_0nt2JG=withCSS(Component,css,\"framer-K8Bmj\");export default FramerWV_0nt2JG;FramerWV_0nt2JG.displayName=\"Services CTA\";FramerWV_0nt2JG.defaultProps={height:235,width:233};addPropertyControls(FramerWV_0nt2JG,{variant:{options:[\"UULa8sOAF\",\"piHIuxeiO\"],optionTitles:[\"Desktop Big\",\"Desktop Small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWV_0nt2JG,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]},...ArcFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWV_0nt2JG\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"233\",\"framerIntrinsicHeight\":\"235\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"piHIuxeiO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WV_0nt2JG.map", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/PzTvbIeXHCCaXNFFAo1N/rcZQUWvkutmbA4u7a6bG/FWek42V04.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Kt5fLbUAT2vWgHpETnzZ/k9tkYnFRQbvQMDB3G6Mn/yu3KuOwGd.js\";import CardServices from\"https://framerusercontent.com/modules/kGZFozThLY7IBtaWuI9I/mBiTosUKKqQk9g0DHZPi/IAMP6WBB_.js\";import ServicesCTA from\"https://framerusercontent.com/modules/hfKli22JobUk2qVIspDr/Ufh8WJmiA3s94FLgVMsu/WV_0nt2JG.js\";const ServicesCTAFonts=getFonts(ServicesCTA);const CardServicesFonts=getFonts(CardServices);const cycleOrder=[\"ShnVQrWMd\",\"GHsI8TxcK\",\"R9E4cCTAU\",\"AhYL47ttj\"];const serializationHash=\"framer-Ctj7z\";const variantClassNames={AhYL47ttj:\"framer-v-4xco5z\",GHsI8TxcK:\"framer-v-8ksvb6\",R9E4cCTAU:\"framer-v-12dahc9\",ShnVQrWMd:\"framer-v-1lv36o4\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={\"Variant 1\":\"ShnVQrWMd\",\"Variant 2\":\"GHsI8TxcK\",\"Variant 3\":\"R9E4cCTAU\",\"Variant 4\":\"AhYL47ttj\"};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:\"ShnVQrWMd\"};};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:\"ShnVQrWMd\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter8ccyyv=activeVariantCallback(async(...args)=>{setVariant(\"AhYL47ttj\");});const onMouseLeave1ey4pvs=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ShnVQrWMd\"),100);});const onMouseEnter1ghyyem=activeVariantCallback(async(...args)=>{setVariant(\"GHsI8TxcK\");});const onMouseEnterb97hg=activeVariantCallback(async(...args)=>{setVariant(\"R9E4cCTAU\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"GHsI8TxcK\",\"R9E4cCTAU\",\"AhYL47ttj\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"GHsI8TxcK\",\"R9E4cCTAU\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"R9E4cCTAU\",\"AhYL47ttj\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"GHsI8TxcK\",\"AhYL47ttj\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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-1lv36o4\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ShnVQrWMd\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AhYL47ttj:{\"data-framer-name\":\"Variant 4\"},GHsI8TxcK:{\"data-framer-name\":\"Variant 2\"},R9E4cCTAU:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rerezj\",\"data-framer-name\":\"Wrapper - What we offer\",layoutDependency:layoutDependency,layoutId:\"OJ0m69dO8\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kz0btg\",\"data-framer-name\":\"Paragraph - What we offer\",layoutDependency:layoutDependency,layoutId:\"qJQd08wHG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:[\"We are here to help anyone who wants to launch a digital product that solves their users' problems, but \",/*#__PURE__*/_jsx(motion.strong,{children:\"we know that not everyone has the same starting point.\"}),\" \"]}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:\"Our services are designed to help you every step of the way: \"}),/*#__PURE__*/_jsxs(motion.ol,{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M0z8P_WmC\"},nodeId:\"nXwQMBtbD\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15zfxjj\",\"data-styles-preset\":\"FWek42V04\",children:\"Product discovery\"})}),\" for when you need to explore a new business idea in the fastest way and at the lowest possible cost.\"]})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MkqBb5rFi\"},nodeId:\"nXwQMBtbD\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15zfxjj\",\"data-styles-preset\":\"FWek42V04\",children:\"No-Code Development\"})}),\" for when you are ready to develop the right idea, whether it is an App, Web, or Web App. \"]})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aIt6rp8Wa\"},nodeId:\"nXwQMBtbD\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15zfxjj\",\"data-styles-preset\":\"FWek42V04\",children:\"Product Support\"})}),\", for when you are starting or scaling up and need support in the Product area. We cover from product tasks, to non-code development tasks. \"]})})]})]}),className:\"framer-yap6yn\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"nXwQMBtbD\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.button,{className:\"framer-sw600b\",\"data-framer-name\":\"Button Services\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"oMootTt6h\",children:/*#__PURE__*/_jsx(Link,{href:\"https://tally.so/r/wLbOpJ\",nodeId:\"hKUZDtO4X\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13qpi6e framer-6cl7dz\",\"data-framer-name\":\"CTA Services\",layoutDependency:layoutDependency,layoutId:\"hKUZDtO4X\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:177,width:\"150px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||649)-0-649)/2)+0+5+536+20+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ja550-container\",layoutDependency:layoutDependency,layoutId:\"t_8MMps9I-container\",children:/*#__PURE__*/_jsx(ServicesCTA,{height:\"100%\",id:\"t_8MMps9I\",layoutId:\"t_8MMps9I\",style:{height:\"100%\",width:\"100%\"},variant:\"piHIuxeiO\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10iv99x\",\"data-framer-name\":\"Box What we offer\",layoutDependency:layoutDependency,layoutId:\"hps__1Y_O\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-14s56ao\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XcX2Vk0f3\",onMouseEnter:onMouseEnter8ccyyv,onMouseLeave:onMouseLeave1ey4pvs,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:`max(max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 540px, 1px), 400px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||649)-0-649)/2)+0+0+0+0,...addPropertyOverrides({AhYL47ttj:{height:582,width:`max(max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 400px), 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||582)-0-582)/2)+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dte93a-container\",layoutDependency:layoutDependency,layoutId:\"lBpAsol0K-container\",children:/*#__PURE__*/_jsx(CardServices,{c8FMpCf6u:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"Product Discovery\"})}),height:\"100%\",I6xRQfR6r:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",id:\"lBpAsol0K\",Jn4CEyb1L:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Reduce the risk of launching a digital product no one wants, with our product validation process combining product management and no-code. Learn more ->\"})}),layoutId:\"lBpAsol0K\",NkvIrBHfF:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Whether you are a non-tech SME launching your first digital product or a first-time entrepreneur needing strong support, our 5-step Product Discovery process will help you:\"}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Identify the core value proposition and competitive advantage.\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Evaluate which is the best user's problem to focus\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Identify risks. (legal, tech, product, business) \"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Decide, design, and develop an experiment using No-Code to gather the right data. \"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Analyze the results and decide whether to continue, kill, or pivot the idea.\"})})]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M0z8P_WmC\"},nodeId:\"lBpAsol0K\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Learn More ->\"})})})})]}),style:{width:\"100%\"},UwI7me7O_:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",variant:\"tJCoxMQSJ\",width:\"100%\",...addPropertyOverrides({AhYL47ttj:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jm3pxd\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"u2vimmcPb\",onMouseEnter:onMouseEnter1ghyyem,onMouseLeave:onMouseLeave1ey4pvs,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:`max(max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 540px, 1px), 400px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||649)-0-649)/2)+0+0+223+0,...addPropertyOverrides({GHsI8TxcK:{height:582,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||582)-0-582)/2)+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-di4sgb-container\",layoutDependency:layoutDependency,layoutId:\"jxrABobz4-container\",children:/*#__PURE__*/_jsx(CardServices,{c8FMpCf6u:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"No-Code App & Web Development\"})}),height:\"100%\",I6xRQfR6r:\"var(--token-a034af80-5c10-4000-81ba-737e33ee5195, rgba(182, 190, 156, 0.56))\",id:\"jxrABobz4\",Jn4CEyb1L:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"From solid MVPs to ready to go digital products. Webs, Apps, and WebApps all made with No-Code. Learn more ->\"})}),layoutId:\"jxrABobz4\",NkvIrBHfF:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"We help you turn your idea into a digital product. Whether it's an MVP, an Internal Tool, or your future website for your startup. We design, deliver and improve everything with No-Code technology. \"}),/*#__PURE__*/_jsxs(\"ol\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Web & App Design\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Web & App Development\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Product Analytics\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Automations\"})})]})]}),PaWGbbAss:addImageAlt({src:\"https://framerusercontent.com/images/s6Ap6WPmSQ6N0Oa1hTUeGVTS4fw.png?lossless=1\"},\"Webs and apps developed by NocodePM\"),style:{width:\"100%\"},UwI7me7O_:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",variant:\"tJCoxMQSJ\",width:\"100%\",...addPropertyOverrides({GHsI8TxcK:{NkvIrBHfF:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"We help you turn your idea into a digital product. Whether it's an MVP, an Internal Tool, or your future website for your startup. We design, deliver and improve everything with No-Code technology. \"}),/*#__PURE__*/_jsxs(\"ol\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Web & App Design\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Web & App Development\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Product Analytics\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Automations\"})})]}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MkqBb5rFi\"},nodeId:\"jxrABobz4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"Learn more->\"})})})]}),style:{height:\"100%\",width:\"100%\"},UwI7me7O_:\"var(--token-a034af80-5c10-4000-81ba-737e33ee5195, rgba(182, 190, 156, 0.56))\"}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-snhwa7\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"LAGThktju\",onMouseEnter:onMouseEnterb97hg,onMouseLeave:onMouseLeave1ey4pvs,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:`max(max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 540px, 1px), 400px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||649)-0-649)/2)+0+0+446+0,...addPropertyOverrides({R9E4cCTAU:{height:582,width:`max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px), 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||582)-0-582)/2)+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-77d2am-container\",layoutDependency:layoutDependency,layoutId:\"Vpmb5wiI3-container\",children:/*#__PURE__*/_jsx(CardServices,{c8FMpCf6u:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"Product Support\"})}),height:\"100%\",I6xRQfR6r:\"var(--token-a3adc44a-bda8-45f4-9a78-359485fe465a, rgba(226, 190, 186, 0.56))\",id:\"Vpmb5wiI3\",Jn4CEyb1L:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Start getting Product Management support by the cost of a subscription. Easy to use, easy to understand and pause it when you don't need it more. Learn more ->\"})}),layoutId:\"Vpmb5wiI3\",NkvIrBHfF:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{children:[\"Whether you are first time founder with a Startup, o a Scale up that is starting to expand. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"At NocodePM, we help you with all your Product Duties by the cost of a subscription. \"]}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Product Delivery\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Product Strategy & Roadmapping\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Improving Engagement & Retention\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Product Analytics\"})})]}),/*#__PURE__*/_jsx(\"p\",{children:\"Ask for availability and start increasing your ROI today. \"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aIt6rp8Wa\"},nodeId:\"Vpmb5wiI3\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"Learn more ->\"})})})]}),PaWGbbAss:addImageAlt({src:\"https://framerusercontent.com/images/o0JJyPwvxnFdxUMohmhLGAF5Fo.png\"},\"Services covered on the Product Support by NocodePM\"),style:{height:\"100%\",width:\"100%\"},UwI7me7O_:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",variant:\"tJCoxMQSJ\",width:\"100%\",...addPropertyOverrides({R9E4cCTAU:{UwI7me7O_:\"var(--token-a3adc44a-bda8-45f4-9a78-359485fe465a, rgba(226, 190, 186, 0.56))\"}},baseVariant,gestureVariant)})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ctj7z.framer-6cl7dz, .framer-Ctj7z .framer-6cl7dz { display: block; }\",\".framer-Ctj7z.framer-1lv36o4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-Ctj7z .framer-1rerezj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ctj7z .framer-1kz0btg { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; max-width: 500px; overflow: hidden; padding: 5px; position: relative; width: 500px; }\",\".framer-Ctj7z .framer-yap6yn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ctj7z .framer-sw600b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-Ctj7z .framer-13qpi6e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 150px; }\",\".framer-Ctj7z .framer-11ja550-container { flex: none; height: 177px; position: relative; width: 100%; }\",\".framer-Ctj7z .framer-10iv99x { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; min-width: 400px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Ctj7z .framer-14s56ao, .framer-Ctj7z .framer-1jm3pxd, .framer-Ctj7z .framer-snhwa7 { 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: 100%; }\",\".framer-Ctj7z .framer-dte93a-container, .framer-Ctj7z .framer-di4sgb-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Ctj7z .framer-77d2am-container { flex: none; height: 203px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ctj7z.framer-1lv36o4, .framer-Ctj7z .framer-1rerezj, .framer-Ctj7z .framer-1kz0btg, .framer-Ctj7z .framer-sw600b, .framer-Ctj7z .framer-13qpi6e, .framer-Ctj7z .framer-10iv99x, .framer-Ctj7z .framer-14s56ao, .framer-Ctj7z .framer-1jm3pxd, .framer-Ctj7z .framer-snhwa7 { gap: 0px; } .framer-Ctj7z.framer-1lv36o4 > *, .framer-Ctj7z .framer-sw600b > *, .framer-Ctj7z .framer-14s56ao > *, .framer-Ctj7z .framer-1jm3pxd > *, .framer-Ctj7z .framer-snhwa7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ctj7z.framer-1lv36o4 > :first-child, .framer-Ctj7z .framer-1rerezj > :first-child, .framer-Ctj7z .framer-sw600b > :first-child, .framer-Ctj7z .framer-14s56ao > :first-child, .framer-Ctj7z .framer-1jm3pxd > :first-child, .framer-Ctj7z .framer-snhwa7 > :first-child { margin-left: 0px; } .framer-Ctj7z.framer-1lv36o4 > :last-child, .framer-Ctj7z .framer-1rerezj > :last-child, .framer-Ctj7z .framer-sw600b > :last-child, .framer-Ctj7z .framer-14s56ao > :last-child, .framer-Ctj7z .framer-1jm3pxd > :last-child, .framer-Ctj7z .framer-snhwa7 > :last-child { margin-right: 0px; } .framer-Ctj7z .framer-1rerezj > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-Ctj7z .framer-1kz0btg > *, .framer-Ctj7z .framer-13qpi6e > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Ctj7z .framer-1kz0btg > :first-child, .framer-Ctj7z .framer-13qpi6e > :first-child, .framer-Ctj7z .framer-10iv99x > :first-child { margin-top: 0px; } .framer-Ctj7z .framer-1kz0btg > :last-child, .framer-Ctj7z .framer-13qpi6e > :last-child, .framer-Ctj7z .framer-10iv99x > :last-child { margin-bottom: 0px; } .framer-Ctj7z .framer-10iv99x > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-Ctj7z.framer-v-8ksvb6 .framer-1rerezj, .framer-Ctj7z.framer-v-8ksvb6 .framer-10iv99x, .framer-Ctj7z.framer-v-12dahc9 .framer-1rerezj, .framer-Ctj7z.framer-v-12dahc9 .framer-10iv99x { flex: none; width: 100%; }\",\".framer-Ctj7z.framer-v-8ksvb6 .framer-di4sgb-container { height: 582px; }\",\".framer-Ctj7z.framer-v-12dahc9 .framer-77d2am-container, .framer-Ctj7z.framer-v-4xco5z .framer-dte93a-container { flex: 1 0 0px; height: 582px; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 649\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GHsI8TxcK\":{\"layout\":[\"fixed\",\"auto\"]},\"R9E4cCTAU\":{\"layout\":[\"fixed\",\"auto\"]},\"AhYL47ttj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNExZUsGQs=withCSS(Component,css,\"framer-Ctj7z\");export default FramerNExZUsGQs;FramerNExZUsGQs.displayName=\"WB - What we offer expandable\";FramerNExZUsGQs.defaultProps={height:649,width:1200};addPropertyControls(FramerNExZUsGQs,{variant:{options:[\"ShnVQrWMd\",\"GHsI8TxcK\",\"R9E4cCTAU\",\"AhYL47ttj\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNExZUsGQs,[{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:\"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\"}]},...ServicesCTAFonts,...CardServicesFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNExZUsGQs\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"649\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GHsI8TxcK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"R9E4cCTAU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AhYL47ttj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"sobre nosotros sobre nosotros\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d6b3045)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Arc from\"https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/XOOqlsrUApK7c1r3bqGB/Arc.js\";import*as localizedValues from\"./REnBJZ3Az-0.js\";const ArcFonts=getFonts(Arc);const cycleOrder=[\"nCqmlsf98\",\"qu0nu9BqS\"];const serializationHash=\"framer-FYb9J\";const variantClassNames={nCqmlsf98:\"framer-v-za2hiv\",qu0nu9BqS:\"framer-v-15ebdck\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={Z2xfXMmpq:localizedValues};function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}}const transition1={damping:93,delay:0,mass:1,stiffness:115,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={\"Desktop Big\":\"nCqmlsf98\",\"Desktop Small\":\"qu0nu9BqS\"};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:\"nCqmlsf98\"};};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:\"nCqmlsf98\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-za2hiv\",className,classNames),\"data-framer-name\":\"Desktop Big\",layoutDependency:layoutDependency,layoutId:\"nCqmlsf98\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({qu0nu9BqS:{\"data-framer-name\":\"Desktop Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i6osa4\",layoutDependency:layoutDependency,layoutId:\"fBZgF7v7h\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-dcqggp\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DO9WwKwRQ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 51 45\"><path d=\"M 47.2 43.768 C 48.131 43.735 48.989 43.34 49.585 42.67 C 50.181 42 50.465 41.111 50.376 40.196 L 47.694 12.611 C 47.657 12.153 47.528 11.702 47.314 11.283 C 47.1 10.863 46.805 10.485 46.446 10.17 C 46.087 9.855 45.672 9.609 45.225 9.448 C 44.778 9.286 44.307 9.211 43.841 9.227 C 43.374 9.244 42.922 9.351 42.509 9.543 C 42.096 9.735 41.731 10.008 41.436 10.346 C 41.141 10.685 40.921 11.081 40.789 11.512 C 40.658 11.944 40.618 12.401 40.67 12.859 L 42.543 32.12 L 6.513 0.99 C 5.792 0.366 4.863 0.034 3.932 0.067 C 3 0.1 2.142 0.495 1.546 1.164 C 0.951 1.834 0.666 2.724 0.755 3.639 C 0.844 4.553 1.299 5.417 2.021 6.041 L 38.051 37.171 L 18.43 37.862 C 17.511 37.909 16.669 38.31 16.087 38.978 C 15.504 39.646 15.227 40.527 15.314 41.43 C 15.402 42.335 15.848 43.19 16.557 43.812 C 17.265 44.435 18.179 44.773 19.101 44.757 Z\" fill=\"rgb(30,30,30)\"></path></svg>',svgContentId:10439329222,withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mrmc5y-container\",layoutDependency:layoutDependency,layoutId:\"RMCTikh8R-container\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",animate:false,animateDuration:5,animateEnd:150,animateStart:-50,color:\"rgb(0, 0, 0)\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"11px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0.3em\",lineHeight:\"1em\"},height:\"100%\",id:\"RMCTikh8R\",layoutId:\"RMCTikh8R\",rotate:true,rotateSpeed:5,slots:[],startOffset:0,style:{height:\"100%\",width:\"100%\"},text:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"about us about us about us about us\",type:\"circle\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FYb9J.framer-1vdm5ru, .framer-FYb9J .framer-1vdm5ru { display: block; }\",\".framer-FYb9J.framer-za2hiv { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 235px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 233px; }\",\".framer-FYb9J .framer-1i6osa4 { flex: none; height: 235px; overflow: visible; position: relative; width: 233px; }\",\".framer-FYb9J .framer-dcqggp { flex: none; height: 45px; left: calc(49.35622317596569% - 51px / 2); position: absolute; top: calc(49.787234042553216% - 45px / 2); width: 51px; }\",\".framer-FYb9J .framer-1mrmc5y-container { bottom: 0px; flex: none; left: calc(50.00000000000002% - 233px / 2); position: absolute; top: 0px; width: 233px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FYb9J.framer-za2hiv { gap: 0px; } .framer-FYb9J.framer-za2hiv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FYb9J.framer-za2hiv > :first-child { margin-top: 0px; } .framer-FYb9J.framer-za2hiv > :last-child { margin-bottom: 0px; } }\",\".framer-FYb9J.framer-v-15ebdck.framer-za2hiv, .framer-FYb9J.framer-v-15ebdck .framer-1i6osa4 { width: 190px; }\",\".framer-FYb9J.framer-v-15ebdck .framer-1mrmc5y-container { left: 0px; right: 0px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 235\n * @framerIntrinsicWidth 233\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"qu0nu9BqS\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerREnBJZ3Az=withCSS(Component,css,\"framer-FYb9J\");export default FramerREnBJZ3Az;FramerREnBJZ3Az.displayName=\"About us animation\";FramerREnBJZ3Az.defaultProps={height:235,width:233};addPropertyControls(FramerREnBJZ3Az,{variant:{options:[\"nCqmlsf98\",\"qu0nu9BqS\"],optionTitles:[\"Desktop Big\",\"Desktop Small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerREnBJZ3Az,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]},...ArcFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerREnBJZ3Az\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qu0nu9BqS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"235\",\"framerIntrinsicWidth\":\"233\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./REnBJZ3Az.map", "// Generated by Framer (6266459)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/GP4qe81yXhcJA3DOZYDt/IQtR0K2REGM70DUN1VDe/ACoFjS1s4.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/BHUuIeZD6KDFE5Mjs9rY/3xSEYk2mZxaSRnsLIk8P/bgYC1tR8h.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/qGIpjuyICwlJMMTDiASi/aOzdCEDAcVVOuUs0FcUP/D4JzwrMhH.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/8tmWTSTHyznmcPIkyK7L/K1fC2f2tExwUODBUfZn2/F29768jYX.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/PzTvbIeXHCCaXNFFAo1N/rcZQUWvkutmbA4u7a6bG/FWek42V04.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/o7JLw1S7h7Xo15rYfQNv/AuAWF4ZJpxUTrZzUmZrQ/Il7T3aVUk.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/vDpHy8vH0YZIH77D4ntn/lk2Igf6ywrYtpdVMAMvI/QYRNxYND1.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/BQJaphPUVmNSzuEQhnb4/TJtdAM24W6Oswbe8MZAR/tkuY29BsZ.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/URSOuZWsrXgauKgswxpH/9c3iRX1rvjcBRMHSdQwe/xrc5eHB_Q.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/Kt5fLbUAT2vWgHpETnzZ/k9tkYnFRQbvQMDB3G6Mn/yu3KuOwGd.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/zu2BBtYHNrU0Nt4UJOUx/8XLMS0fReJ0WgBwFh4GL/ZSUIC8PjP.js\";const cycleOrder=[\"JFFIUSffS\",\"CuXIxBZgM\",\"omFgp6SnG\",\"XA60Ksucu\"];const serializationHash=\"framer-rdF1y\";const variantClassNames={CuXIxBZgM:\"framer-v-1seqscl\",JFFIUSffS:\"framer-v-16dczk7\",omFgp6SnG:\"framer-v-1j43heu\",XA60Ksucu:\"framer-v-f8qwm5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Big\":\"JFFIUSffS\",\"Desktop Small\":\"CuXIxBZgM\",Mobile:\"XA60Ksucu\",Tablet:\"omFgp6SnG\"};const getProps=({height,id,paragraph,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,M0JdEoZLX:(_ref=paragraph!==null&&paragraph!==void 0?paragraph:props.M0JdEoZLX)!==null&&_ref!==void 0?_ref:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"We will prepare every small detail to be ready for the official launch, and then measure the impact of the new product by gathering quantitative data. After that, we will share with you the success of the project and propose future iterations based on the data gathered.\"})}),MfEoomNu5:(_ref1=title!==null&&title!==void 0?title:props.MfEoomNu5)!==null&&_ref1!==void 0?_ref1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Launch & Iteration Space\"})}),variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"JFFIUSffS\"};};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,MfEoomNu5,M0JdEoZLX,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JFFIUSffS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"omFgp6SnG\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];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-16dczk7\",className,classNames),\"data-framer-name\":\"Desktop Big\",layoutDependency:layoutDependency,layoutId:\"JFFIUSffS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 249, 229, 0.75)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({CuXIxBZgM:{\"data-framer-name\":\"Desktop Small\"},omFgp6SnG:{\"data-framer-name\":\"Tablet\"},XA60Ksucu:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x69lda\",\"data-framer-name\":\"Wrapper card\",layoutDependency:layoutDependency,layoutId:\"U1EYyGlfM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c0f9kh\",\"data-framer-name\":\"WB Card\",layoutDependency:layoutDependency,layoutId:\"NROOwuR1S\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:MfEoomNu5,className:\"framer-idlysq\",\"data-framer-name\":\"03. Launch \",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Z1xYupSPO\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-15zfxjj\",blockquote:\"framer-styles-preset-1oqmmv3\",code:\"framer-styles-preset-1i15u2n\",h1:\"framer-styles-preset-hc7xqy\",h2:\"framer-styles-preset-w3zzou\",h3:\"framer-styles-preset-dg69xn\",h4:\"framer-styles-preset-qf0v45\",h5:\"framer-styles-preset-yvit4u\",h6:\"framer-styles-preset-18u0yyd\",img:\"framer-styles-preset-1n7qj0p\",p:\"framer-styles-preset-p1gwwn\"},variants:{omFgp6SnG:{\"--extracted-r6o4lv\":\"rgb(30, 30, 30)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({omFgp6SnG:{fonts:[\"Inter-SemiBold\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:M0JdEoZLX,className:\"framer-opvy5u\",\"data-framer-name\":\"We will prepare every small detail to be ready for the official launch, and then measure the impact of the new product by gathering quantitative data. After that, we will share with you the success of the project and propose future iterations based on the data gathered.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nGMsQUvnv\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-15zfxjj\",blockquote:\"framer-styles-preset-1oqmmv3\",code:\"framer-styles-preset-1i15u2n\",h1:\"framer-styles-preset-hc7xqy\",h2:\"framer-styles-preset-w3zzou\",h3:\"framer-styles-preset-dg69xn\",h4:\"framer-styles-preset-qf0v45\",h5:\"framer-styles-preset-yvit4u\",h6:\"framer-styles-preset-18u0yyd\",img:\"framer-styles-preset-1n7qj0p\",p:\"framer-styles-preset-p1gwwn\"},verticalAlignment:\"center\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-206n6g\",\"data-framer-name\":\"Picture\",layoutDependency:layoutDependency,layoutId:\"gQrK3GOOV\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||297)-60-216)/2+0+0)+24+0),positionX:\"center\",positionY:\"center\",sizes:\"199px\",src:\"https://framerusercontent.com/images/RUV7gLqkqjdlM0nSxc406y1rqE0.png\",srcSet:\"https://framerusercontent.com/images/RUV7gLqkqjdlM0nSxc406y1rqE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/RUV7gLqkqjdlM0nSxc406y1rqE0.png 832w\"},className:\"framer-doy4xk\",\"data-framer-name\":\"Onboarding 1\",layoutDependency:layoutDependency,layoutId:\"Xrjq51Zm3\",...addPropertyOverrides({CuXIxBZgM:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(30+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-60-216)/2)+31.5+0),positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px) * 0.4 - 20px, 1px)`,src:\"https://framerusercontent.com/images/RUV7gLqkqjdlM0nSxc406y1rqE0.png\",srcSet:\"https://framerusercontent.com/images/RUV7gLqkqjdlM0nSxc406y1rqE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/RUV7gLqkqjdlM0nSxc406y1rqE0.png 832w\"}},XA60Ksucu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||500)-60-389)/2+0+0)+0+0+0),positionX:\"center\",positionY:\"center\",sizes:\"194px\",src:\"https://framerusercontent.com/images/RUV7gLqkqjdlM0nSxc406y1rqE0.png\",srcSet:\"https://framerusercontent.com/images/RUV7gLqkqjdlM0nSxc406y1rqE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/RUV7gLqkqjdlM0nSxc406y1rqE0.png 832w\"}}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rdF1y.framer-1hn7kxy, .framer-rdF1y .framer-1hn7kxy { display: block; }\",\".framer-rdF1y.framer-16dczk7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 297px; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 725px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rdF1y .framer-1x69lda { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rdF1y .framer-1c0f9kh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-rdF1y .framer-idlysq, .framer-rdF1y .framer-opvy5u { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rdF1y .framer-206n6g { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-rdF1y .framer-doy4xk { aspect-ratio: 1.1845238095238095 / 1; flex: none; height: 168px; position: relative; width: var(--framer-aspect-ratio-supported, 199px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rdF1y.framer-16dczk7, .framer-rdF1y .framer-1x69lda, .framer-rdF1y .framer-1c0f9kh, .framer-rdF1y .framer-206n6g { gap: 0px; } .framer-rdF1y.framer-16dczk7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rdF1y.framer-16dczk7 > :first-child, .framer-rdF1y .framer-1c0f9kh > :first-child { margin-top: 0px; } .framer-rdF1y.framer-16dczk7 > :last-child, .framer-rdF1y .framer-1c0f9kh > :last-child { margin-bottom: 0px; } .framer-rdF1y .framer-1x69lda > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rdF1y .framer-1x69lda > :first-child, .framer-rdF1y .framer-206n6g > :first-child { margin-left: 0px; } .framer-rdF1y .framer-1x69lda > :last-child, .framer-rdF1y .framer-206n6g > :last-child { margin-right: 0px; } .framer-rdF1y .framer-1c0f9kh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-rdF1y .framer-206n6g > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-rdF1y.framer-v-1seqscl.framer-16dczk7 { flex-direction: row; height: min-content; width: 525px; }\",\".framer-rdF1y.framer-v-1seqscl .framer-1x69lda { gap: 20px; }\",\".framer-rdF1y.framer-v-1seqscl .framer-1c0f9kh { flex: none; width: 60%; }\",\".framer-rdF1y.framer-v-1seqscl .framer-doy4xk { height: var(--framer-aspect-ratio-supported, 140px); width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rdF1y.framer-v-1seqscl.framer-16dczk7, .framer-rdF1y.framer-v-1seqscl .framer-1x69lda { gap: 0px; } .framer-rdF1y.framer-v-1seqscl.framer-16dczk7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rdF1y.framer-v-1seqscl.framer-16dczk7 > :first-child, .framer-rdF1y.framer-v-1seqscl .framer-1x69lda > :first-child { margin-left: 0px; } .framer-rdF1y.framer-v-1seqscl.framer-16dczk7 > :last-child, .framer-rdF1y.framer-v-1seqscl .framer-1x69lda > :last-child { margin-right: 0px; } .framer-rdF1y.framer-v-1seqscl .framer-1x69lda > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-rdF1y.framer-v-1j43heu.framer-16dczk7 { flex-direction: row; height: 315px; width: 350px; }\",\".framer-rdF1y.framer-v-1j43heu .framer-1c0f9kh { align-content: center; align-items: center; gap: 10px; justify-content: center; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rdF1y.framer-v-1j43heu.framer-16dczk7, .framer-rdF1y.framer-v-1j43heu .framer-1c0f9kh { gap: 0px; } .framer-rdF1y.framer-v-1j43heu.framer-16dczk7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rdF1y.framer-v-1j43heu.framer-16dczk7 > :first-child { margin-left: 0px; } .framer-rdF1y.framer-v-1j43heu.framer-16dczk7 > :last-child { margin-right: 0px; } .framer-rdF1y.framer-v-1j43heu .framer-1c0f9kh > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-rdF1y.framer-v-1j43heu .framer-1c0f9kh > :first-child { margin-top: 0px; } .framer-rdF1y.framer-v-1j43heu .framer-1c0f9kh > :last-child { margin-bottom: 0px; } }\",\".framer-rdF1y.framer-v-f8qwm5.framer-16dczk7 { height: 500px; width: 348px; }\",\".framer-rdF1y.framer-v-f8qwm5 .framer-1x69lda { flex-direction: column; gap: 20px; }\",\".framer-rdF1y.framer-v-f8qwm5 .framer-1c0f9kh { flex: none; order: 1; width: 100%; }\",\".framer-rdF1y.framer-v-f8qwm5 .framer-206n6g { flex: none; order: 0; width: 100%; }\",\".framer-rdF1y.framer-v-f8qwm5 .framer-doy4xk { height: var(--framer-aspect-ratio-supported, 164px); width: 194px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rdF1y.framer-v-f8qwm5 .framer-1x69lda { gap: 0px; } .framer-rdF1y.framer-v-f8qwm5 .framer-1x69lda > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-rdF1y.framer-v-f8qwm5 .framer-1x69lda > :first-child { margin-top: 0px; } .framer-rdF1y.framer-v-f8qwm5 .framer-1x69lda > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 297\n * @framerIntrinsicWidth 725\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"CuXIxBZgM\":{\"layout\":[\"fixed\",\"auto\"]},\"omFgp6SnG\":{\"layout\":[\"fixed\",\"fixed\"]},\"XA60Ksucu\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"MfEoomNu5\":\"title\",\"M0JdEoZLX\":\"paragraph\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUKhoue71T=withCSS(Component,css,\"framer-rdF1y\");export default FramerUKhoue71T;FramerUKhoue71T.displayName=\"Div Launch\";FramerUKhoue71T.defaultProps={height:297,width:725};addPropertyControls(FramerUKhoue71T,{variant:{options:[\"JFFIUSffS\",\"CuXIxBZgM\",\"omFgp6SnG\",\"XA60Ksucu\"],optionTitles:[\"Desktop Big\",\"Desktop Small\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},MfEoomNu5:{defaultValue:\"<p>Launch & Iteration Space</p>\",title:\"Title\",type:ControlType.RichText},M0JdEoZLX:{defaultValue:\"<p>We will prepare every small detail to be ready for the official launch, and then measure the impact of the new product by gathering quantitative data. After that, we will share with you the success of the project and propose future iterations based on the data gathered.</p>\",title:\"Paragraph\",type:ControlType.RichText}});addFonts(FramerUKhoue71T,[{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:\"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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUKhoue71T\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CuXIxBZgM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"omFgp6SnG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XA60Ksucu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"725\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"297\",\"framerVariables\":\"{\\\"MfEoomNu5\\\":\\\"title\\\",\\\"M0JdEoZLX\\\":\\\"paragraph\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UKhoue71T.map", "// Generated by Framer (6266459)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/GP4qe81yXhcJA3DOZYDt/IQtR0K2REGM70DUN1VDe/ACoFjS1s4.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/BHUuIeZD6KDFE5Mjs9rY/3xSEYk2mZxaSRnsLIk8P/bgYC1tR8h.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/qGIpjuyICwlJMMTDiASi/aOzdCEDAcVVOuUs0FcUP/D4JzwrMhH.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/8tmWTSTHyznmcPIkyK7L/K1fC2f2tExwUODBUfZn2/F29768jYX.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/PzTvbIeXHCCaXNFFAo1N/rcZQUWvkutmbA4u7a6bG/FWek42V04.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/o7JLw1S7h7Xo15rYfQNv/AuAWF4ZJpxUTrZzUmZrQ/Il7T3aVUk.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/vDpHy8vH0YZIH77D4ntn/lk2Igf6ywrYtpdVMAMvI/QYRNxYND1.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/BQJaphPUVmNSzuEQhnb4/TJtdAM24W6Oswbe8MZAR/tkuY29BsZ.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/URSOuZWsrXgauKgswxpH/9c3iRX1rvjcBRMHSdQwe/xrc5eHB_Q.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/Kt5fLbUAT2vWgHpETnzZ/k9tkYnFRQbvQMDB3G6Mn/yu3KuOwGd.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/zu2BBtYHNrU0Nt4UJOUx/8XLMS0fReJ0WgBwFh4GL/ZSUIC8PjP.js\";const cycleOrder=[\"Wbyan_B0n\",\"OyUxlbiw_\",\"Cukpk19j5\",\"x_mQM7lEq\"];const serializationHash=\"framer-BYIoL\";const variantClassNames={Cukpk19j5:\"framer-v-6nhirj\",OyUxlbiw_:\"framer-v-ku0tm2\",Wbyan_B0n:\"framer-v-m46e2w\",x_mQM7lEq:\"framer-v-1an0nov\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Big Card\":\"Wbyan_B0n\",\"Desktop Small Card\":\"OyUxlbiw_\",\"Mobile Card\":\"x_mQM7lEq\",\"Tablet Card\":\"Cukpk19j5\"};const getProps=({height,id,paragraph,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,Fc7TtwBwr:(_ref=title!==null&&title!==void 0?title:props.Fc7TtwBwr)!==null&&_ref!==void 0?_ref:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{children:\"Problem Space\"})}),fra9_PT2y:(_ref1=paragraph!==null&&paragraph!==void 0?paragraph:props.fra9_PT2y)!==null&&_ref1!==void 0?_ref1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Problem Space\"})}),variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"Wbyan_B0n\"};};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,Fc7TtwBwr,fra9_PT2y,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Wbyan_B0n\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Cukpk19j5\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];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-m46e2w\",className,classNames),\"data-framer-name\":\"Desktop Big Card\",layoutDependency:layoutDependency,layoutId:\"Wbyan_B0n\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-a3adc44a-bda8-45f4-9a78-359485fe465a, rgba(226, 190, 186, 0.56))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({Cukpk19j5:{\"data-framer-name\":\"Tablet Card\"},OyUxlbiw_:{\"data-framer-name\":\"Desktop Small Card\"},x_mQM7lEq:{\"data-framer-name\":\"Mobile Card\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-poqcvg\",\"data-framer-name\":\"Wrapper Card \",layoutDependency:layoutDependency,layoutId:\"wBvecD8Ag\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3sin6l\",\"data-framer-name\":\"Picture\",layoutDependency:layoutDependency,layoutId:\"BT8HhsZ5J\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||625)-60-457.2509915014164)/2+0+0)+0+0+0),pixelHeight:1024,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"300px\",src:\"https://framerusercontent.com/images/pGpAMdvJJEY5ERvyQTzrV6DkP4.png\",srcSet:\"https://framerusercontent.com/images/pGpAMdvJJEY5ERvyQTzrV6DkP4.png?scale-down-to=512 512w,https://framerusercontent.com/images/pGpAMdvJJEY5ERvyQTzrV6DkP4.png 1024w\"},className:\"framer-8vmwwv\",\"data-framer-name\":\"Picture Card\",layoutDependency:layoutDependency,layoutId:\"j2DP04W2H\",...addPropertyOverrides({OyUxlbiw_:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||500)-0-377.85722379603396)/2+0+0)+0+0+0),pixelHeight:1024,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"219px\",src:\"https://framerusercontent.com/images/bVTBP1GBPNo719Jnuo3ex53DR7w.png\",srcSet:\"https://framerusercontent.com/images/bVTBP1GBPNo719Jnuo3ex53DR7w.png?scale-down-to=512 512w,https://framerusercontent.com/images/bVTBP1GBPNo719Jnuo3ex53DR7w.png 1024w\"}},x_mQM7lEq:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||500)-60-369.85722379603396)/2+0+0)+0+0+0),pixelHeight:1024,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"219px\",src:\"https://framerusercontent.com/images/bVTBP1GBPNo719Jnuo3ex53DR7w.png\",srcSet:\"https://framerusercontent.com/images/bVTBP1GBPNo719Jnuo3ex53DR7w.png?scale-down-to=512 512w,https://framerusercontent.com/images/bVTBP1GBPNo719Jnuo3ex53DR7w.png 1024w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13g794w\",\"data-framer-name\":\"WB Card\",layoutDependency:layoutDependency,layoutId:\"Gx8iQUxXL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Fc7TtwBwr,className:\"framer-1571u1q\",\"data-framer-name\":\"01.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iOfGU4cZ0\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-15zfxjj\",blockquote:\"framer-styles-preset-1oqmmv3\",code:\"framer-styles-preset-1i15u2n\",h1:\"framer-styles-preset-hc7xqy\",h2:\"framer-styles-preset-w3zzou\",h3:\"framer-styles-preset-dg69xn\",h4:\"framer-styles-preset-qf0v45\",h5:\"framer-styles-preset-yvit4u\",h6:\"framer-styles-preset-18u0yyd\",img:\"framer-styles-preset-1n7qj0p\",p:\"framer-styles-preset-p1gwwn\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:fra9_PT2y,className:\"framer-dy1k8f\",\"data-framer-name\":\"Whether you want to develop a landing page for your new startup, or you want to build an MVP to validate a new idea, we will start by evaluating your goals, market, and target user needs to see how this new product fits into your strategy.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ov1aOQYn_\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-15zfxjj\",blockquote:\"framer-styles-preset-1oqmmv3\",code:\"framer-styles-preset-1i15u2n\",h1:\"framer-styles-preset-hc7xqy\",h2:\"framer-styles-preset-w3zzou\",h3:\"framer-styles-preset-dg69xn\",h4:\"framer-styles-preset-qf0v45\",h5:\"framer-styles-preset-yvit4u\",h6:\"framer-styles-preset-18u0yyd\",img:\"framer-styles-preset-1n7qj0p\",p:\"framer-styles-preset-p1gwwn\"},verticalAlignment:\"center\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BYIoL.framer-1a79oqj, .framer-BYIoL .framer-1a79oqj { display: block; }\",\".framer-BYIoL.framer-m46e2w { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 625px; justify-content: center; overflow: visible; padding: 30px; position: relative; width: 465px; }\",\".framer-BYIoL .framer-poqcvg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BYIoL .framer-3sin6l { 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: 100%; }\",\".framer-BYIoL .framer-8vmwwv { aspect-ratio: 1.0202312138728324 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 294px); position: relative; width: 300px; }\",\".framer-BYIoL .framer-13g794w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BYIoL .framer-1571u1q { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-BYIoL .framer-dy1k8f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BYIoL.framer-m46e2w, .framer-BYIoL .framer-poqcvg, .framer-BYIoL .framer-3sin6l, .framer-BYIoL .framer-13g794w { gap: 0px; } .framer-BYIoL.framer-m46e2w > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BYIoL.framer-m46e2w > :first-child, .framer-BYIoL .framer-poqcvg > :first-child, .framer-BYIoL .framer-13g794w > :first-child { margin-top: 0px; } .framer-BYIoL.framer-m46e2w > :last-child, .framer-BYIoL .framer-poqcvg > :last-child, .framer-BYIoL .framer-13g794w > :last-child { margin-bottom: 0px; } .framer-BYIoL .framer-poqcvg > *, .framer-BYIoL .framer-13g794w > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BYIoL .framer-3sin6l > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BYIoL .framer-3sin6l > :first-child { margin-left: 0px; } .framer-BYIoL .framer-3sin6l > :last-child { margin-right: 0px; } }\",\".framer-BYIoL.framer-v-ku0tm2.framer-m46e2w { align-content: center; align-items: center; height: 500px; padding: 0px; width: 344px; }\",\".framer-BYIoL.framer-v-ku0tm2 .framer-poqcvg { padding: 0px 30px 0px 30px; }\",\".framer-BYIoL.framer-v-ku0tm2 .framer-8vmwwv, .framer-BYIoL.framer-v-1an0nov .framer-8vmwwv { align-content: center; align-items: center; aspect-ratio: unset; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 215px; justify-content: flex-start; padding: 0px; width: 219px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BYIoL.framer-v-ku0tm2 .framer-8vmwwv { gap: 0px; } .framer-BYIoL.framer-v-ku0tm2 .framer-8vmwwv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BYIoL.framer-v-ku0tm2 .framer-8vmwwv > :first-child { margin-left: 0px; } .framer-BYIoL.framer-v-ku0tm2 .framer-8vmwwv > :last-child { margin-right: 0px; } }\",\".framer-BYIoL.framer-v-6nhirj.framer-m46e2w { align-content: center; align-items: center; width: 400px; }\",\".framer-BYIoL.framer-v-1an0nov.framer-m46e2w { align-content: center; align-items: center; height: 500px; width: 344px; }\",\".framer-BYIoL.framer-v-1an0nov .framer-poqcvg, .framer-BYIoL.framer-v-1an0nov .framer-13g794w { gap: 20px; }\",\".framer-BYIoL.framer-v-1an0nov .framer-1571u1q { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BYIoL.framer-v-1an0nov .framer-poqcvg, .framer-BYIoL.framer-v-1an0nov .framer-8vmwwv, .framer-BYIoL.framer-v-1an0nov .framer-13g794w { gap: 0px; } .framer-BYIoL.framer-v-1an0nov .framer-poqcvg > *, .framer-BYIoL.framer-v-1an0nov .framer-13g794w > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-BYIoL.framer-v-1an0nov .framer-poqcvg > :first-child, .framer-BYIoL.framer-v-1an0nov .framer-13g794w > :first-child { margin-top: 0px; } .framer-BYIoL.framer-v-1an0nov .framer-poqcvg > :last-child, .framer-BYIoL.framer-v-1an0nov .framer-13g794w > :last-child { margin-bottom: 0px; } .framer-BYIoL.framer-v-1an0nov .framer-8vmwwv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BYIoL.framer-v-1an0nov .framer-8vmwwv > :first-child { margin-left: 0px; } .framer-BYIoL.framer-v-1an0nov .framer-8vmwwv > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 625\n * @framerIntrinsicWidth 465\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"OyUxlbiw_\":{\"layout\":[\"fixed\",\"fixed\"]},\"Cukpk19j5\":{\"layout\":[\"fixed\",\"fixed\"]},\"x_mQM7lEq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Fc7TtwBwr\":\"title\",\"fra9_PT2y\":\"paragraph\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUxpUyqCgS=withCSS(Component,css,\"framer-BYIoL\");export default FramerUxpUyqCgS;FramerUxpUyqCgS.displayName=\"Div Problem Space\";FramerUxpUyqCgS.defaultProps={height:625,width:465};addPropertyControls(FramerUxpUyqCgS,{variant:{options:[\"Wbyan_B0n\",\"OyUxlbiw_\",\"Cukpk19j5\",\"x_mQM7lEq\"],optionTitles:[\"Desktop Big Card\",\"Desktop Small Card\",\"Tablet Card\",\"Mobile Card\"],title:\"Variant\",type:ControlType.Enum},Fc7TtwBwr:{defaultValue:\"<h4>Problem Space</h4>\",description:\"El t\\xedtulo\",title:\"Title \",type:ControlType.RichText},fra9_PT2y:{defaultValue:\"<p>Problem Space</p>\",description:\"El contenido\",title:\"Paragraph\",type:ControlType.RichText}});addFonts(FramerUxpUyqCgS,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUxpUyqCgS\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OyUxlbiw_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Cukpk19j5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"x_mQM7lEq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"465\",\"framerVariables\":\"{\\\"Fc7TtwBwr\\\":\\\"title\\\",\\\"fra9_PT2y\\\":\\\"paragraph\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"625\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UxpUyqCgS.map", "// Generated by Framer (dbba614)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/PzTvbIeXHCCaXNFFAo1N/rcZQUWvkutmbA4u7a6bG/FWek42V04.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Kt5fLbUAT2vWgHpETnzZ/k9tkYnFRQbvQMDB3G6Mn/yu3KuOwGd.js\";import CardServices from\"https://framerusercontent.com/modules/kGZFozThLY7IBtaWuI9I/mBiTosUKKqQk9g0DHZPi/IAMP6WBB_.js\";const CardServicesFonts=getFonts(CardServices);const cycleOrder=[\"rKDFr7_B0\",\"kF2MZ_xuu\",\"N6qzamYqX\",\"jE_jgvk7c\"];const serializationHash=\"framer-ihfpH\";const variantClassNames={jE_jgvk7c:\"framer-v-wgt2vf\",kF2MZ_xuu:\"framer-v-21wmwd\",N6qzamYqX:\"framer-v-10homib\",rKDFr7_B0:\"framer-v-nfmmgp\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={\"Variant 1\":\"rKDFr7_B0\",\"Variant 2\":\"kF2MZ_xuu\",\"Variant 3\":\"N6qzamYqX\",\"Variant 4\":\"jE_jgvk7c\"};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:\"rKDFr7_B0\"};};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:\"rKDFr7_B0\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1ws7x3d=activeVariantCallback(async(...args)=>{setVariant(\"jE_jgvk7c\");});const onMouseLeavexcongo=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rKDFr7_B0\"),100);});const onMouseEnter15netjz=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"kF2MZ_xuu\"),100);});const onMouseEnterlxszbk=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"N6qzamYqX\"),100);});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"kF2MZ_xuu\",\"N6qzamYqX\",\"jE_jgvk7c\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"kF2MZ_xuu\",\"N6qzamYqX\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"N6qzamYqX\",\"jE_jgvk7c\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"kF2MZ_xuu\",\"jE_jgvk7c\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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-nfmmgp\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rKDFr7_B0\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({jE_jgvk7c:{\"data-framer-name\":\"Variant 4\"},kF2MZ_xuu:{\"data-framer-name\":\"Variant 2\"},N6qzamYqX:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j2jt8d\",\"data-framer-name\":\"Wrapper - What we offer\",layoutDependency:layoutDependency,layoutId:\"nNinkXY6a\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-18nmbol\",\"data-framer-name\":\"Paragraph - What we offer\",layoutDependency:layoutDependency,layoutId:\"QpVA_6RGs\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:[\"We are here to help anyone who wants to launch a digital product that solves their users' problems, but \",/*#__PURE__*/_jsx(motion.strong,{children:\"we know that not everyone has the same starting point.\"}),\" \"]}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:\"Our services are designed to help you every step of the way: \"}),/*#__PURE__*/_jsxs(motion.ol,{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M0z8P_WmC\"},nodeId:\"JDqqhw5N7\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15zfxjj\",\"data-styles-preset\":\"FWek42V04\",children:\"Product discovery\"})}),\" for when you need to explore a new business idea in the fastest way and at the lowest possible cost.\"]})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MkqBb5rFi\"},nodeId:\"JDqqhw5N7\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15zfxjj\",\"data-styles-preset\":\"FWek42V04\",children:\"No-Code Development\"})}),\" for when you are ready to develop the right idea, whether it is an App, Web, or Web App. \"]})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aIt6rp8Wa\"},nodeId:\"JDqqhw5N7\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15zfxjj\",\"data-styles-preset\":\"FWek42V04\",children:\"Product Support\"})}),\", for when you are starting or scaling up and need support in the Product area. We cover from product tasks, to non-code development tasks. \"]})})]})]}),className:\"framer-1g5ow5d\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"JDqqhw5N7\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kaw97t\",\"data-framer-name\":\"Box What we offer\",layoutDependency:layoutDependency,layoutId:\"BzoBlXacF\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-26773z\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"fYqXPkrmb\",onMouseEnter:onMouseEnter1ws7x3d,onMouseLeave:onMouseLeavexcongo,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||935)-0-1339)/2+0+0)+0+690+0+0+0,...addPropertyOverrides({jE_jgvk7c:{height:582,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-582)/2+0+0)+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-34eo22-container\",layoutDependency:layoutDependency,layoutId:\"LxsCTG0_w-container\",children:/*#__PURE__*/_jsx(CardServices,{c8FMpCf6u:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"Product Discovery\"})}),height:\"100%\",I6xRQfR6r:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",id:\"LxsCTG0_w\",Jn4CEyb1L:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Reduce the risk of launching a digital product no one wants, with our product validation process combining product management and no-code. Learn more ->\"})}),layoutId:\"LxsCTG0_w\",NkvIrBHfF:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Whether you are a non-tech SME launching your first digital product or a first-time entrepreneur needing strong support, our 5-step Product Discovery process will help you:\"}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Identify the core value proposition and competitive advantage.\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Evaluate which is the best user's problem to focus\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Identify risks surrounding your product idea. (legal, tech, product, business) \"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Decide, design, and develop an experiment using No-Code to gather the right data. \"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Analyze the results and decide whether to continue, kill, or pivot the idea.\"})})]}),/*#__PURE__*/_jsx(\"p\",{children:\"By the end of the process, you\u2019ll have robust data and key assets (such as websites, bots, etc.) to kickstart development on the right foot. \"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M0z8P_WmC\"},nodeId:\"LxsCTG0_w\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Learn More ->\"})})})})]}),style:{width:\"100%\"},UwI7me7O_:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",variant:\"tJCoxMQSJ\",width:\"100%\",...addPropertyOverrides({jE_jgvk7c:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ptydwo\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"vhStHZVen\",onMouseEnter:onMouseEnter15netjz,onMouseLeave:onMouseLeavexcongo,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||935)-0-1339)/2+0+0)+0+690+0+223+0,...addPropertyOverrides({kF2MZ_xuu:{height:582,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||582)-0-582)/2+0+0)+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18lp1wk-container\",layoutDependency:layoutDependency,layoutId:\"lVvZCFYQU-container\",children:/*#__PURE__*/_jsx(CardServices,{c8FMpCf6u:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"No-Code App & Web Development\"})}),height:\"100%\",I6xRQfR6r:\"var(--token-a034af80-5c10-4000-81ba-737e33ee5195, rgba(182, 190, 156, 0.56))\",id:\"lVvZCFYQU\",Jn4CEyb1L:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"From solid MVPs to ready to go digital products to start tackling your market. Webs, Apps, and WebApps all made with No-Code\"})}),layoutId:\"lVvZCFYQU\",NkvIrBHfF:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"We help you turn your idea into a digital product. Whether it's an MVP, an Internal Tool, or your future website for your startup. We design, deliver and improve everything with No-Code technology. \"}),/*#__PURE__*/_jsxs(\"ol\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Web & App Design\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Web & App Development\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Product Analytics\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Automations\"})})]})]}),PaWGbbAss:addImageAlt({src:\"https://framerusercontent.com/images/s6Ap6WPmSQ6N0Oa1hTUeGVTS4fw.png?lossless=1\"},\"Webs and apps developed by NocodePM\"),style:{width:\"100%\"},UwI7me7O_:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",variant:\"tJCoxMQSJ\",width:\"100%\",...addPropertyOverrides({kF2MZ_xuu:{style:{height:\"100%\",width:\"100%\"},UwI7me7O_:\"var(--token-a034af80-5c10-4000-81ba-737e33ee5195, rgba(182, 190, 156, 0.56))\"}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xiz2h8\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"s3anoVYXE\",onMouseEnter:onMouseEnterlxszbk,onMouseLeave:onMouseLeavexcongo,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||935)-0-1339)/2+0+0)+0+690+0+446+0,...addPropertyOverrides({N6qzamYqX:{height:582,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||582)-0-582)/2+0+0)+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yxs2ip-container\",layoutDependency:layoutDependency,layoutId:\"RiiYwhU4x-container\",children:/*#__PURE__*/_jsx(CardServices,{c8FMpCf6u:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"Product Support\"})}),height:\"100%\",I6xRQfR6r:\"var(--token-a3adc44a-bda8-45f4-9a78-359485fe465a, rgba(226, 190, 186, 0.56))\",id:\"RiiYwhU4x\",Jn4CEyb1L:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Start getting Product Management support by the cost of a subscription. Easy to use, easy to understand and pause it when you don't need it more. Learn more ->\"})}),layoutId:\"RiiYwhU4x\",NkvIrBHfF:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{children:[\"Whether you are first time founder with a Startup, o a Scale up that is starting to expand. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"At NocodePM, we help you with all your Product Duties by the cost of a subscription. \"]}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Product Delivery\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Product Strategy & Roadmapping\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Improving Engagement & Retention\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Product Analytics\"})})]}),/*#__PURE__*/_jsx(\"p\",{children:\"Ask for availability and start increasing your ROI today. \"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aIt6rp8Wa\"},nodeId:\"RiiYwhU4x\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"Learn more ->\"})})})]}),PaWGbbAss:addImageAlt({src:\"https://framerusercontent.com/images/o0JJyPwvxnFdxUMohmhLGAF5Fo.png\"},\"Services covered on the Product Support by NocodePM\"),style:{height:\"100%\",width:\"100%\"},UwI7me7O_:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",variant:\"tJCoxMQSJ\",width:\"100%\",...addPropertyOverrides({N6qzamYqX:{UwI7me7O_:\"var(--token-a3adc44a-bda8-45f4-9a78-359485fe465a, rgba(226, 190, 186, 0.56))\"}},baseVariant,gestureVariant)})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ihfpH.framer-hpc7sw, .framer-ihfpH .framer-hpc7sw { display: block; }\",\".framer-ihfpH.framer-nfmmgp { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 800px; }\",\".framer-ihfpH .framer-1j2jt8d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ihfpH .framer-18nmbol { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px; position: relative; width: 100%; }\",\".framer-ihfpH .framer-1g5ow5d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ihfpH .framer-1kaw97t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ihfpH .framer-26773z, .framer-ihfpH .framer-1ptydwo, .framer-ihfpH .framer-1xiz2h8 { 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: 100%; }\",\".framer-ihfpH .framer-34eo22-container, .framer-ihfpH .framer-18lp1wk-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ihfpH .framer-1yxs2ip-container { flex: none; height: 203px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ihfpH.framer-nfmmgp, .framer-ihfpH .framer-1j2jt8d, .framer-ihfpH .framer-18nmbol, .framer-ihfpH .framer-1kaw97t, .framer-ihfpH .framer-26773z, .framer-ihfpH .framer-1ptydwo, .framer-ihfpH .framer-1xiz2h8 { gap: 0px; } .framer-ihfpH.framer-nfmmgp > *, .framer-ihfpH .framer-18nmbol > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ihfpH.framer-nfmmgp > :first-child, .framer-ihfpH .framer-1j2jt8d > :first-child, .framer-ihfpH .framer-18nmbol > :first-child, .framer-ihfpH .framer-1kaw97t > :first-child { margin-top: 0px; } .framer-ihfpH.framer-nfmmgp > :last-child, .framer-ihfpH .framer-1j2jt8d > :last-child, .framer-ihfpH .framer-18nmbol > :last-child, .framer-ihfpH .framer-1kaw97t > :last-child { margin-bottom: 0px; } .framer-ihfpH .framer-1j2jt8d > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ihfpH .framer-1kaw97t > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ihfpH .framer-26773z > *, .framer-ihfpH .framer-1ptydwo > *, .framer-ihfpH .framer-1xiz2h8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ihfpH .framer-26773z > :first-child, .framer-ihfpH .framer-1ptydwo > :first-child, .framer-ihfpH .framer-1xiz2h8 > :first-child { margin-left: 0px; } .framer-ihfpH .framer-26773z > :last-child, .framer-ihfpH .framer-1ptydwo > :last-child, .framer-ihfpH .framer-1xiz2h8 > :last-child { margin-right: 0px; } }\",\".framer-ihfpH.framer-v-21wmwd.framer-nfmmgp { width: 1200px; }\",\".framer-ihfpH.framer-v-21wmwd .framer-18lp1wk-container { height: 582px; }\",\".framer-ihfpH.framer-v-10homib.framer-nfmmgp { width: 500px; }\",\".framer-ihfpH.framer-v-10homib .framer-1yxs2ip-container, .framer-ihfpH.framer-v-wgt2vf .framer-34eo22-container { flex: 1 0 0px; height: 582px; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 935\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kF2MZ_xuu\":{\"layout\":[\"fixed\",\"auto\"]},\"N6qzamYqX\":{\"layout\":[\"fixed\",\"auto\"]},\"jE_jgvk7c\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwgPnF_Au9=withCSS(Component,css,\"framer-ihfpH\");export default FramerwgPnF_Au9;FramerwgPnF_Au9.displayName=\"WB - What we offer expandable Tablet\";FramerwgPnF_Au9.defaultProps={height:935,width:800};addPropertyControls(FramerwgPnF_Au9,{variant:{options:[\"rKDFr7_B0\",\"kF2MZ_xuu\",\"N6qzamYqX\",\"jE_jgvk7c\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerwgPnF_Au9,[{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:\"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\"}]},...CardServicesFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwgPnF_Au9\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"935\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kF2MZ_xuu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"N6qzamYqX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jE_jgvk7c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"800\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-qf0v45\",\"data-styles-preset\":\"xrc5eHB_Q\",children:\"Conoce a nuestros Partners\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:\"Somos conscientes de que unos partnerships fuertes son clave para crecer. Por lo que estamos orgullosos de mostrar que trabajamos con estos l\\xedderes con el objetivo de ofrecer el mejor servicio. \"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c163575)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,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/URSOuZWsrXgauKgswxpH/9c3iRX1rvjcBRMHSdQwe/xrc5eHB_Q.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/Kt5fLbUAT2vWgHpETnzZ/k9tkYnFRQbvQMDB3G6Mn/yu3KuOwGd.js\";import*as localizedValues from\"./WwwbRZMR6-0.js\";const cycleOrder=[\"bGiTpDDxX\",\"NoKAmS7wU\",\"uidzMYdMJ\",\"FHeAqhAln\"];const serializationHash=\"framer-1i62c\";const variantClassNames={bGiTpDDxX:\"framer-v-o82u\",FHeAqhAln:\"framer-v-1o7du9r\",NoKAmS7wU:\"framer-v-3flied\",uidzMYdMJ:\"framer-v-b5so01\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={Z2xfXMmpq:localizedValues};function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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={\"Desktop Big\":\"bGiTpDDxX\",\"Desktop Small\":\"NoKAmS7wU\",Mobile:\"FHeAqhAln\",Tablet:\"uidzMYdMJ\"};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:\"bGiTpDDxX\"};};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:\"bGiTpDDxX\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"FHeAqhAln\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-o82u\",className,classNames),\"data-framer-name\":\"Desktop Big\",layoutDependency:layoutDependency,layoutId:\"bGiTpDDxX\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, rgb(255, 249, 229))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({FHeAqhAln:{\"data-framer-name\":\"Mobile\"},NoKAmS7wU:{\"data-framer-name\":\"Desktop Small\"},uidzMYdMJ:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n445f7\",\"data-framer-name\":\"WB - Our part\",layoutDependency:layoutDependency,layoutId:\"Gs3s8RifJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-qf0v45\",\"data-styles-preset\":\"xrc5eHB_Q\",children:\"Get to know our partners\"})}),className:\"framer-131wzxd\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BGTvgq5tk\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:\"We understand that meaningful partnerships are the cornerstone of success. We take pride in fostering collaborative relationships with industry leaders, innovators, and organizations that share our vision for excellence.\"})}),className:\"framer-1d53jc6\",\"data-framer-name\":\"We understand that meaningful partnerships are the cornerstone of success. We take pride in fostering collaborative relationships with industry leaders, innovators, and organizations that share our vision for excellence.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cgPLmaoIp\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18c871r\",\"data-framer-name\":\"partners\",layoutDependency:layoutDependency,layoutId:\"fTdgnsIXN\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.theproductweekend.com/\",nodeId:\"OV2LjR2kP\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(62+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||294)-124-134)/2)+0),positionX:\"center\",positionY:\"center\",sizes:\"174px\",src:\"https://framerusercontent.com/images/rPnsBOOz9wE8BX2dVqXA0sC0mL4.png\",srcSet:\"https://framerusercontent.com/images/rPnsBOOz9wE8BX2dVqXA0sC0mL4.png?scale-down-to=512 512w,https://framerusercontent.com/images/rPnsBOOz9wE8BX2dVqXA0sC0mL4.png 696w\"},className:\"framer-28zax2 framer-c845lb\",\"data-framer-name\":\"image 38\",layoutDependency:layoutDependency,layoutId:\"OV2LjR2kP\",...addPropertyOverrides({FHeAqhAln:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+62+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||308.5)-124-184.5056893663721)/2+0+0)+0+0),positionX:\"center\",positionY:\"center\",sizes:\"133px\",src:\"https://framerusercontent.com/images/rPnsBOOz9wE8BX2dVqXA0sC0mL4.png\",srcSet:\"https://framerusercontent.com/images/rPnsBOOz9wE8BX2dVqXA0sC0mL4.png?scale-down-to=512 512w,https://framerusercontent.com/images/rPnsBOOz9wE8BX2dVqXA0sC0mL4.png 696w\"}},uidzMYdMJ:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(62+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||294)-124-223.69814590192343)/2)+0+0),positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/rPnsBOOz9wE8BX2dVqXA0sC0mL4.png\",srcSet:\"https://framerusercontent.com/images/rPnsBOOz9wE8BX2dVqXA0sC0mL4.png?scale-down-to=512 512w,https://framerusercontent.com/images/rPnsBOOz9wE8BX2dVqXA0sC0mL4.png 696w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://wallion.com/\",nodeId:\"rooH4zRiB\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(62+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||294)-124-134)/2)+43),sizes:\"199px\",src:\"https://framerusercontent.com/images/rUKFki76A1ZsKMILTx5vq9ib9cQ.png\",srcSet:\"https://framerusercontent.com/images/rUKFki76A1ZsKMILTx5vq9ib9cQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/rUKFki76A1ZsKMILTx5vq9ib9cQ.png 950w\"},className:\"framer-1l2m7os framer-c845lb\",\"data-framer-name\":\"image 39\",layoutDependency:layoutDependency,layoutId:\"rooH4zRiB\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({FHeAqhAln:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+62+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||308.5)-124-184.5056893663721)/2+0+0)+0+152.42528735632186),sizes:\"133px\",src:\"https://framerusercontent.com/images/rUKFki76A1ZsKMILTx5vq9ib9cQ.png\",srcSet:\"https://framerusercontent.com/images/rUKFki76A1ZsKMILTx5vq9ib9cQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/rUKFki76A1ZsKMILTx5vq9ib9cQ.png 950w\"}},uidzMYdMJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(62+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||294)-124-223.69814590192343)/2)+0+187.51724137931035),sizes:\"150px\",src:\"https://framerusercontent.com/images/rUKFki76A1ZsKMILTx5vq9ib9cQ.png\",srcSet:\"https://framerusercontent.com/images/rUKFki76A1ZsKMILTx5vq9ib9cQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/rUKFki76A1ZsKMILTx5vq9ib9cQ.png 950w\"}}},baseVariant,gestureVariant)})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1i62c.framer-c845lb, .framer-1i62c .framer-c845lb { display: block; }\",\".framer-1i62c.framer-o82u { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 112px; height: 294px; justify-content: flex-start; overflow: hidden; padding: 62px 56px 62px 56px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1i62c .framer-n445f7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 505px; }\",\".framer-1i62c .framer-131wzxd, .framer-1i62c .framer-1d53jc6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 505px; word-break: break-word; word-wrap: break-word; }\",\".framer-1i62c .framer-18c871r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1i62c .framer-28zax2 { aspect-ratio: 1.2985074626865671 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 134px); position: relative; text-decoration: none; width: 174px; }\",\".framer-1i62c .framer-1l2m7os { aspect-ratio: 4.145833333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; text-decoration: none; width: 199px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1i62c.framer-o82u, .framer-1i62c .framer-n445f7, .framer-1i62c .framer-18c871r { gap: 0px; } .framer-1i62c.framer-o82u > * { margin: 0px; margin-left: calc(112px / 2); margin-right: calc(112px / 2); } .framer-1i62c.framer-o82u > :first-child, .framer-1i62c .framer-18c871r > :first-child { margin-left: 0px; } .framer-1i62c.framer-o82u > :last-child, .framer-1i62c .framer-18c871r > :last-child { margin-right: 0px; } .framer-1i62c .framer-n445f7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1i62c .framer-n445f7 > :first-child { margin-top: 0px; } .framer-1i62c .framer-n445f7 > :last-child { margin-bottom: 0px; } .framer-1i62c .framer-18c871r > * { margin: 0px; margin-left: calc(72px / 2); margin-right: calc(72px / 2); } }\",\".framer-1i62c.framer-v-3flied.framer-o82u { gap: 60px; width: 1000px; }\",\".framer-1i62c.framer-v-3flied .framer-n445f7 { width: 350px; }\",\".framer-1i62c.framer-v-3flied .framer-131wzxd, .framer-1i62c.framer-v-3flied .framer-1d53jc6, .framer-1i62c.framer-v-b5so01 .framer-131wzxd, .framer-1i62c.framer-v-b5so01 .framer-1d53jc6 { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1i62c.framer-v-3flied.framer-o82u { gap: 0px; } .framer-1i62c.framer-v-3flied.framer-o82u > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-1i62c.framer-v-3flied.framer-o82u > :first-child { margin-left: 0px; } .framer-1i62c.framer-v-3flied.framer-o82u > :last-child { margin-right: 0px; } }\",\".framer-1i62c.framer-v-b5so01.framer-o82u { gap: unset; justify-content: space-between; width: 710px; }\",\".framer-1i62c.framer-v-b5so01 .framer-n445f7 { width: 50%; }\",\".framer-1i62c.framer-v-b5so01 .framer-18c871r { flex-direction: column; width: 50%; }\",\".framer-1i62c.framer-v-b5so01 .framer-28zax2 { height: var(--framer-aspect-ratio-supported, 116px); width: 150px; }\",\".framer-1i62c.framer-v-b5so01 .framer-1l2m7os { height: var(--framer-aspect-ratio-supported, 37px); width: 150px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1i62c.framer-v-b5so01.framer-o82u, .framer-1i62c.framer-v-b5so01 .framer-18c871r { gap: 0px; } .framer-1i62c.framer-v-b5so01.framer-o82u > *, .framer-1i62c.framer-v-b5so01.framer-o82u > :first-child, .framer-1i62c.framer-v-b5so01.framer-o82u > :last-child { margin: 0px; } .framer-1i62c.framer-v-b5so01 .framer-18c871r > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-1i62c.framer-v-b5so01 .framer-18c871r > :first-child { margin-top: 0px; } .framer-1i62c.framer-v-b5so01 .framer-18c871r > :last-child { margin-bottom: 0px; } }\",\".framer-1i62c.framer-v-1o7du9r.framer-o82u { flex-direction: column; gap: 60px; height: min-content; justify-content: center; width: 350px; }\",\".framer-1i62c.framer-v-1o7du9r .framer-18c871r { flex-direction: column; gap: 50px; width: 286px; }\",\".framer-1i62c.framer-v-1o7du9r .framer-28zax2 { height: var(--framer-aspect-ratio-supported, 103px); width: 133px; }\",\".framer-1i62c.framer-v-1o7du9r .framer-1l2m7os { height: var(--framer-aspect-ratio-supported, 32px); width: 133px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1i62c.framer-v-1o7du9r.framer-o82u, .framer-1i62c.framer-v-1o7du9r .framer-18c871r { gap: 0px; } .framer-1i62c.framer-v-1o7du9r.framer-o82u > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-1i62c.framer-v-1o7du9r.framer-o82u > :first-child, .framer-1i62c.framer-v-1o7du9r .framer-18c871r > :first-child { margin-top: 0px; } .framer-1i62c.framer-v-1o7du9r.framer-o82u > :last-child, .framer-1i62c.framer-v-1o7du9r .framer-18c871r > :last-child { margin-bottom: 0px; } .framer-1i62c.framer-v-1o7du9r .framer-18c871r > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 294\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"NoKAmS7wU\":{\"layout\":[\"fixed\",\"fixed\"]},\"uidzMYdMJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"FHeAqhAln\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWwwbRZMR6=withCSS(Component,css,\"framer-1i62c\");export default FramerWwwbRZMR6;FramerWwwbRZMR6.displayName=\"Wrapper - Our partners\";FramerWwwbRZMR6.defaultProps={height:294,width:1200};addPropertyControls(FramerWwwbRZMR6,{variant:{options:[\"bGiTpDDxX\",\"NoKAmS7wU\",\"uidzMYdMJ\",\"FHeAqhAln\"],optionTitles:[\"Desktop Big\",\"Desktop Small\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWwwbRZMR6,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWwwbRZMR6\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"294\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NoKAmS7wU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uidzMYdMJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FHeAqhAln\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b6cf623)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{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/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:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{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/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{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/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{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-EdmtO .framer-styles-preset-c4hyab:not(.rich-text-wrapper), .framer-EdmtO .framer-styles-preset-c4hyab.rich-text-wrapper h6 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", 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: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, #1e1e1e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-EdmtO\";\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 (9f68555)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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-j0yI3 .framer-styles-preset-1xcmr6s:not(.rich-text-wrapper), .framer-j0yI3 .framer-styles-preset-1xcmr6s.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter 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: 12px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, #1e1e1e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-j0yI3\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b6cf623)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js\";import TestimonialCardCopy from\"#framer/local/canvasComponent/AmhFNkKKP/AmhFNkKKP.js\";import CTALetSTalk from\"#framer/local/canvasComponent/aYEKSPiqs/aYEKSPiqs.js\";import DivSolutionSpace from\"#framer/local/canvasComponent/k8oLoGSJ7/k8oLoGSJ7.js\";import WBWhatWeOfferExpandable from\"#framer/local/canvasComponent/NExZUsGQs/NExZUsGQs.js\";import ENNavigator from\"#framer/local/canvasComponent/OEkTCMKsF/OEkTCMKsF.js\";import FooterV2 from\"#framer/local/canvasComponent/p3p8N01dV/p3p8N01dV.js\";import AboutUsAnimation from\"#framer/local/canvasComponent/REnBJZ3Az/REnBJZ3Az.js\";import DivLaunch from\"#framer/local/canvasComponent/UKhoue71T/UKhoue71T.js\";import DivProblemSpace from\"#framer/local/canvasComponent/UxpUyqCgS/UxpUyqCgS.js\";import WBWhatWeOfferExpandableTablet from\"#framer/local/canvasComponent/wgPnF_Au9/wgPnF_Au9.js\";import WrapperOurPartners from\"#framer/local/canvasComponent/WwwbRZMR6/WwwbRZMR6.js\";import CaseStudies from\"#framer/local/collection/tFjWgwuqg/tFjWgwuqg.js\";import*as sharedStyle3 from\"#framer/local/css/ACoFjS1s4/ACoFjS1s4.js\";import*as sharedStyle1 from\"#framer/local/css/D4JzwrMhH/D4JzwrMhH.js\";import*as sharedStyle6 from\"#framer/local/css/dRphtsxGB/dRphtsxGB.js\";import*as sharedStyle5 from\"#framer/local/css/FWek42V04/FWek42V04.js\";import*as sharedStyle from\"#framer/local/css/kJgBQKe0T/kJgBQKe0T.js\";import*as sharedStyle4 from\"#framer/local/css/tkuY29BsZ/tkuY29BsZ.js\";import*as sharedStyle7 from\"#framer/local/css/xrc5eHB_Q/xrc5eHB_Q.js\";import*as sharedStyle2 from\"#framer/local/css/yu3KuOwGd/yu3KuOwGd.js\";import metadataProvider from\"#framer/local/webPageMetadata/SbOrgStrg/SbOrgStrg.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const ENNavigatorFonts=getFonts(ENNavigator);const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const WBWhatWeOfferExpandableTabletFonts=getFonts(WBWhatWeOfferExpandableTablet);const MotionAWithFX=withFX(motion.a);const WBWhatWeOfferExpandableFonts=getFonts(WBWhatWeOfferExpandable);const RichTextWithFX=withFX(RichText);const DivProblemSpaceFonts=getFonts(DivProblemSpace);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const DivSolutionSpaceFonts=getFonts(DivSolutionSpace);const ContainerWithFX=withFX(Container);const DivLaunchFonts=getFonts(DivLaunch);const TestimonialCardCopyFonts=getFonts(TestimonialCardCopy);const MotionDivWithFX=withFX(motion.div);const VideoFonts=getFonts(Video);const AboutUsAnimationFonts=getFonts(AboutUsAnimation);const WrapperOurPartnersFonts=getFonts(WrapperOurPartners);const CTALetSTalkFonts=getFonts(CTALetSTalk);const FooterV2Fonts=getFonts(FooterV2);const breakpoints={aPyOh3cah:\"(min-width: 810px) and (max-width: 1199px)\",EhMPcaIHd:\"(max-width: 809px)\",tnsUZx3Jk:\"(min-width: 1200px) and (max-width: 1439px)\",ttpANnuQB:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-xsYC1\";const variantClassNames={aPyOh3cah:\"framer-v-ga4cvw\",EhMPcaIHd:\"framer-v-1dqc5zx\",tnsUZx3Jk:\"framer-v-1bj1feh\",ttpANnuQB:\"framer-v-1mzh38p\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-150,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition3={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:150,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-150,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"dqEJsvY7V\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:150,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:150,y:0};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:-150,y:0};const transition4={damping:70,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:150,y:0};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:-150,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Big\":\"ttpANnuQB\",\"Desktop Small\":\"tnsUZx3Jk\",Phone:\"EhMPcaIHd\",Tablet:\"aPyOh3cah\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ttpANnuQB\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,uSa0unqrxdqEJsvY7V,SvBjQ7o9OdqEJsvY7V,tiUcAHE5GdqEJsvY7V,iddqEJsvY7V,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"yQRnxsBK_\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"PbTpAIupq\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"W_dfPHyh8\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"TuEnj4LRS\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"NahPe_lX0\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"ustZJgnTB\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"SvyQ3LR3p\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"o5DGZ3i3l\");const ref9=React.useRef(null);const elementId8=useRouteElementId(\"maycbUU9f\");const ref10=React.useRef(null);const elementId9=useRouteElementId(\"kBLQxEcCk\");const ref11=React.useRef(null);const elementId10=useRouteElementId(\"H40UsYqIx\");const ref12=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"EhMPcaIHd\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"aPyOh3cah\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"aPyOh3cah\",\"EhMPcaIHd\"].includes(baseVariant))return false;return true;};const elementId11=useRouteElementId(\"IZwgGj5UQ\");const ref13=React.useRef(null);const elementId12=useRouteElementId(\"e71NOPetV\");const ref14=React.useRef(null);const elementId13=useRouteElementId(\"PPItqoWlL\");const ref15=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"EhMPcaIHd\")return false;return true;};const elementId14=useRouteElementId(\"jXltdWcTL\");const ref16=React.useRef(null);const elementId15=useRouteElementId(\"uGUu1Hvjv\");const ref17=React.useRef(null);const elementId16=useRouteElementId(\"jncoXYm1u\");const ref18=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ttpANnuQB\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1mzh38p\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yzpaur-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tH1Wom_qA\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"tH1Wom_qA\",intensity:12,layoutId:\"tH1Wom_qA\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{width:componentViewport?.width||\"100vw\"},EhMPcaIHd:{width:`min(${componentViewport?.width||\"100vw\"}, 390px)`,y:(componentViewport?.y||0)+0+0},tnsUZx3Jk:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:97,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:(componentViewport?.y||0)+0+200,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q3bl2w-container\",nodeId:\"Zpggehux9\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{style:{width:\"100%\"},variant:\"BGcm6JsJO\"},EhMPcaIHd:{variant:\"LeY08OnP6\"},tnsUZx3Jk:{style:{width:\"100%\"},variant:\"p4HshCpqO\"}},children:/*#__PURE__*/_jsx(ENNavigator,{height:\"100%\",id:\"Zpggehux9\",layoutId:\"Zpggehux9\",Q1doTYyIf:\"Get In Touch\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"Ezh9LN1_N\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1edvpsb\",\"data-framer-name\":\"Section - Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lofksg\",\"data-framer-name\":\"WB - Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tqhtcm\",\"data-framer-name\":\"Header Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mhjd6t\",\"data-framer-name\":\"Social Proof\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gbu0hn\",\"data-framer-name\":\"Brands \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+297+20+0+20+113.35000000000002+20+0+0+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/8iG7l8zs303sPah8elHS6WFUis.jpeg\"}},EhMPcaIHd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+97+30+0+0+0+0+0+0+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/8iG7l8zs303sPah8elHS6WFUis.jpeg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+297+20+289.1+20+20+0+0+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/8iG7l8zs303sPah8elHS6WFUis.jpeg\"},className:\"framer-13guv2k\",\"data-framer-name\":\"Brand 1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+297+20+0+20+113.35000000000002+20+0+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/dHauT0f7hTNTWSYxKwh0wZtrmcU.jpg\"}},EhMPcaIHd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+97+30+0+0+0+0+0+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/dHauT0f7hTNTWSYxKwh0wZtrmcU.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+297+20+289.1+20+20+0+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/dHauT0f7hTNTWSYxKwh0wZtrmcU.jpg\"},className:\"framer-1atb2e5\",\"data-framer-name\":\"Brand 2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+297+20+0+20+113.35000000000002+20+0+0+0),pixelHeight:256,pixelWidth:256,src:\"https://framerusercontent.com/images/m4VqUrYSWkgY4g3DF6XrheKIn1g.png\"}},EhMPcaIHd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+97+30+0+0+0+0+0+0+0),pixelHeight:256,pixelWidth:256,src:\"https://framerusercontent.com/images/m4VqUrYSWkgY4g3DF6XrheKIn1g.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+297+20+289.1+20+20+0+0+0),pixelHeight:256,pixelWidth:256,src:\"https://framerusercontent.com/images/m4VqUrYSWkgY4g3DF6XrheKIn1g.png\"},className:\"framer-1sjfxs1\",\"data-framer-name\":\"Brand 3\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+297+20+0+20+113.35000000000002+20+0+0+0),pixelHeight:900,pixelWidth:900,sizes:\"25px\",src:\"https://framerusercontent.com/images/7eyzFfxVe2pGc9A5rtHnb7G1XU.jpg\",srcSet:\"https://framerusercontent.com/images/7eyzFfxVe2pGc9A5rtHnb7G1XU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7eyzFfxVe2pGc9A5rtHnb7G1XU.jpg 900w\"}},EhMPcaIHd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+97+30+0+0+0+0+0+0+0),pixelHeight:900,pixelWidth:900,sizes:\"25px\",src:\"https://framerusercontent.com/images/7eyzFfxVe2pGc9A5rtHnb7G1XU.jpg\",srcSet:\"https://framerusercontent.com/images/7eyzFfxVe2pGc9A5rtHnb7G1XU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7eyzFfxVe2pGc9A5rtHnb7G1XU.jpg 900w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+297+20+289.1+20+20+0+0+0),pixelHeight:900,pixelWidth:900,sizes:\"25px\",src:\"https://framerusercontent.com/images/7eyzFfxVe2pGc9A5rtHnb7G1XU.jpg\",srcSet:\"https://framerusercontent.com/images/7eyzFfxVe2pGc9A5rtHnb7G1XU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7eyzFfxVe2pGc9A5rtHnb7G1XU.jpg 900w\"},className:\"framer-pi4pf2\",\"data-framer-name\":\"Brand 4\"})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xcmr6s\",\"data-styles-preset\":\"kJgBQKe0T\",style:{\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(30, 30, 30))\"},children:\"+15 Products validated, launched and scaled\"})}),className:\"framer-1q3ew47\",\"data-framer-name\":\"Social Proof\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-hc7xqy\",\"data-styles-preset\":\"D4JzwrMhH\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(30, 30, 30))\"},children:[\"Transform problems into business \",/*#__PURE__*/_jsx(\"strong\",{children:\"opportunities\"})]})}),className:\"framer-qs1y66\",\"data-framer-name\":\"Header\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",style:{\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(30, 30, 30))\"},children:\"We use Product methodologies to help you launch the right product and we develop it with agility thanks to No-Code. Because business comes from solving problems and not just creating products.\"})}),className:\"framer-153q7sx\",\"data-framer-name\":\"Subheader\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zbx9wq\",\"data-framer-name\":\"CTAs\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://tally.so/r/nPX7A5\",motionChild:true,nodeId:\"Xz_uzceIe\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-zrxveb framer-1r21va2\",\"data-border\":true,\"data-framer-name\":\"CTA - Empieza a emprender\",whileTap:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",style:{\"--framer-text-color\":\"var(--token-00ddb256-1143-4278-9b81-76ca3778ee8c, rgb(135, 109, 221))\"},children:\"Launch your product\"})}),className:\"framer-1pj10x8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":H40UsYqIx\",webPageId:\"SbOrgStrg\"},motionChild:true,nodeId:\"CCN0_Ymu1\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ek490y framer-1r21va2\",\"data-framer-name\":\"CTA - Ver servicios\",whileTap:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",style:{\"--framer-text-color\":\"var(--token-d9fc9209-8e9b-4685-838b-f01a7237389e, rgb(255, 255, 255))\"},children:\"Our services\"})}),className:\"framer-1bryukk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10m08ke\",\"data-framer-name\":\"Hero Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+297+20+0+20+530.1500000000001+0),pixelHeight:1632,pixelWidth:2912,positionX:\"right\",positionY:\"center\",sizes:\"730px\",src:\"https://framerusercontent.com/images/Eb4HuYOav3s701wIFPM7uEQBGI.png\",srcSet:\"https://framerusercontent.com/images/Eb4HuYOav3s701wIFPM7uEQBGI.png?scale-down-to=512 512w,https://framerusercontent.com/images/Eb4HuYOav3s701wIFPM7uEQBGI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Eb4HuYOav3s701wIFPM7uEQBGI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Eb4HuYOav3s701wIFPM7uEQBGI.png 2912w\"},style:{}},EhMPcaIHd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+97+30+0+0+389.8+0),pixelHeight:1632,pixelWidth:2912,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} - 60px, 1px)`,src:\"https://framerusercontent.com/images/Eb4HuYOav3s701wIFPM7uEQBGI.png\",srcSet:\"https://framerusercontent.com/images/Eb4HuYOav3s701wIFPM7uEQBGI.png?scale-down-to=512 512w,https://framerusercontent.com/images/Eb4HuYOav3s701wIFPM7uEQBGI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Eb4HuYOav3s701wIFPM7uEQBGI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Eb4HuYOav3s701wIFPM7uEQBGI.png 2912w\"},style:{}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+297+20+289.1+170.9+0),pixelHeight:1696,pixelWidth:2848,positionX:\"right\",positionY:\"center\",sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 140px) / 2, 1px) + 194px)`,src:\"https://framerusercontent.com/images/F97ssMsAosRexzuyalrI2yrpU.jpg\",srcSet:\"https://framerusercontent.com/images/F97ssMsAosRexzuyalrI2yrpU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/F97ssMsAosRexzuyalrI2yrpU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/F97ssMsAosRexzuyalrI2yrpU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/F97ssMsAosRexzuyalrI2yrpU.jpg 2848w\"},className:\"framer-2wb0bb\",style:{rotateY:180}})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ls5gdm\",\"data-framer-name\":\"Section - Our clients\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6l04f7\",\"data-framer-name\":\"BG Green Triggers in\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1665zf8\",\"data-framer-name\":\"Beige 25%\",id:elementId1,ref:ref3}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qcrsbn\",\"data-framer-name\":\"Beige 50%\",id:elementId2,ref:ref4}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7na1wm\",\"data-framer-name\":\"Beige 75%\",id:elementId3,ref:ref5}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yv70q6\",\"data-framer-name\":\"Beige 100%\",id:elementId4,ref:ref6})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lyor8z\",\"data-framer-name\":\"Wrapper - Our clients\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zhakdj\",\"data-framer-name\":\"Header Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wfs70m\",\"data-framer-name\":\"Social Proof\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xcmr6s\",\"data-styles-preset\":\"kJgBQKe0T\",style:{\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(30, 30, 30))\"},children:\"+50 projects between Europe and Spain\"})}),className:\"framer-1efadoc\",\"data-framer-name\":\"clientes\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-dg69xn\",\"data-styles-preset\":\"ACoFjS1s4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(30, 30, 30))\"},children:\"Companies that already trust us\"})}),className:\"framer-a04c93\",\"data-framer-name\":\"Header\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uo2q1d\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://cafeole-clubworking.com/\",motionChild:true,nodeId:\"Z5gnVlDZg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Cafe Ol\\xe9 logo\",fit:\"fill\",intrinsicHeight:913,intrinsicWidth:1149,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+0),pixelHeight:1826,pixelWidth:2298,sizes:\"60px\",src:\"https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=512 512w,https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png 2298w\"}},EhMPcaIHd:{background:{alt:\"Cafe Ol\\xe9 logo\",fit:\"fill\",intrinsicHeight:913,intrinsicWidth:1149,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+0),pixelHeight:1826,pixelWidth:2298,sizes:\"60px\",src:\"https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=512 512w,https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png 2298w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Cafe Ol\\xe9 logo\",fit:\"fill\",intrinsicHeight:913,intrinsicWidth:1149,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+0),pixelHeight:1826,pixelWidth:2298,sizes:\"60px\",src:\"https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=512 512w,https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/cW2atYMsk30DDzdvoa3dmXquU3M.png 2298w\"},className:\"framer-rjn3pj framer-1r21va2\",\"data-framer-name\":\"cafeole\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.douglas.de/de\",motionChild:true,nodeId:\"zAARUWiF_\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Douglas logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/VYFCynBHQWae3B36NsKqwCg71W4.jpeg\"}},EhMPcaIHd:{background:{alt:\"Douglas logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/VYFCynBHQWae3B36NsKqwCg71W4.jpeg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Douglas logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/VYFCynBHQWae3B36NsKqwCg71W4.jpeg\"},className:\"framer-9v5i55 framer-1r21va2\",\"data-framer-name\":\"Group douglas_logo\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.microverse.org/es/inicio\",motionChild:true,nodeId:\"UwIIs33ah\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Microverse logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/yAx1b6aB3l4dU02HyBdP8wnjdE8.jpeg\"}},EhMPcaIHd:{background:{alt:\"Microverse logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+90),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/yAx1b6aB3l4dU02HyBdP8wnjdE8.jpeg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Microverse logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/yAx1b6aB3l4dU02HyBdP8wnjdE8.jpeg\"},className:\"framer-15bc8mh framer-1r21va2\",\"data-framer-name\":\"Microverseinc logo\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.aviv-group.com/\",motionChild:true,nodeId:\"PooAcaRCN\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Aviv logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/IijBPpR71o7ehbaZMIfKN7y61GM.jpeg\"}},EhMPcaIHd:{background:{alt:\"Aviv logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+90),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/IijBPpR71o7ehbaZMIfKN7y61GM.jpeg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Aviv logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/IijBPpR71o7ehbaZMIfKN7y61GM.jpeg\"},className:\"framer-qp8jfs framer-1r21va2\",\"data-framer-name\":\"Aviv\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"No nerds, no problem logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/VSsoyYIQNWQOK9PRtBCqoz3bUY.jpeg\"}},EhMPcaIHd:{background:{alt:\"No nerds, no problem logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+180),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/VSsoyYIQNWQOK9PRtBCqoz3bUY.jpeg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"No nerds, no problem logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/VSsoyYIQNWQOK9PRtBCqoz3bUY.jpeg\"},className:\"framer-rz2yqi\",\"data-framer-name\":\"Nonerdsnoproblem logo\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Utopia Music Logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/3vwXgtWJBd882pyshUZrN1D8I.jpeg\"}},EhMPcaIHd:{background:{alt:\"Utopia Music Logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+180),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/3vwXgtWJBd882pyshUZrN1D8I.jpeg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Utopia Music Logo\",fit:\"fill\",intrinsicHeight:111.11111405455044,intrinsicWidth:111.11111405455044,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/3vwXgtWJBd882pyshUZrN1D8I.jpeg\"},className:\"framer-1ejpvrn\",\"data-framer-name\":\"Like utopia_music_logo\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.getproductpeople.com/\",motionChild:true,nodeId:\"QK_78sKvn\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Product People logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+0),sizes:\"60px\",src:\"https://framerusercontent.com/images/WYx5udPJeUFMkYfOku2CuKBgtlc.png\",srcSet:\"https://framerusercontent.com/images/WYx5udPJeUFMkYfOku2CuKBgtlc.png?scale-down-to=512 512w,https://framerusercontent.com/images/WYx5udPJeUFMkYfOku2CuKBgtlc.png 541w\"}},EhMPcaIHd:{background:{alt:\"Product People logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+270),sizes:\"60px\",src:\"https://framerusercontent.com/images/WYx5udPJeUFMkYfOku2CuKBgtlc.png\",srcSet:\"https://framerusercontent.com/images/WYx5udPJeUFMkYfOku2CuKBgtlc.png?scale-down-to=512 512w,https://framerusercontent.com/images/WYx5udPJeUFMkYfOku2CuKBgtlc.png 541w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Product People logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+0),sizes:\"60px\",src:\"https://framerusercontent.com/images/WYx5udPJeUFMkYfOku2CuKBgtlc.png\",srcSet:\"https://framerusercontent.com/images/WYx5udPJeUFMkYfOku2CuKBgtlc.png?scale-down-to=512 512w,https://framerusercontent.com/images/WYx5udPJeUFMkYfOku2CuKBgtlc.png 541w\"},className:\"framer-1ova7cw framer-1r21va2\",\"data-framer-name\":\"Product People Logo\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Lyra.digital logo\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:284,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+83.5),pixelHeight:568,pixelWidth:568,sizes:\"60px\",src:\"https://framerusercontent.com/images/iwNNCBecRGWW9JkzKs7IrSlNnCU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/iwNNCBecRGWW9JkzKs7IrSlNnCU.png?scale-down-to=512 512w,https://framerusercontent.com/images/iwNNCBecRGWW9JkzKs7IrSlNnCU.png 568w\"}},EhMPcaIHd:{background:{alt:\"Lyra.digital logo\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:284,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+270),pixelHeight:568,pixelWidth:568,sizes:\"60px\",src:\"https://framerusercontent.com/images/iwNNCBecRGWW9JkzKs7IrSlNnCU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/iwNNCBecRGWW9JkzKs7IrSlNnCU.png?scale-down-to=512 512w,https://framerusercontent.com/images/iwNNCBecRGWW9JkzKs7IrSlNnCU.png 568w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Lyra.digital logo\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:284,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+83.5),pixelHeight:568,pixelWidth:568,sizes:\"60px\",src:\"https://framerusercontent.com/images/iwNNCBecRGWW9JkzKs7IrSlNnCU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/iwNNCBecRGWW9JkzKs7IrSlNnCU.png?scale-down-to=512 512w,https://framerusercontent.com/images/iwNNCBecRGWW9JkzKs7IrSlNnCU.png 568w\"},className:\"framer-1nmh049\",\"data-framer-name\":\"Lyra.digital\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.lane-casting.com/\",motionChild:true,nodeId:\"gX1LM_XNG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Lane casting logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+83.5),src:\"https://framerusercontent.com/images/gLEMY8999bCgSyLrpsUPStuzsWM.png\"}},EhMPcaIHd:{background:{alt:\"Lane casting logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+360),src:\"https://framerusercontent.com/images/gLEMY8999bCgSyLrpsUPStuzsWM.png\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Lane casting logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+83.5),src:\"https://framerusercontent.com/images/gLEMY8999bCgSyLrpsUPStuzsWM.png\"},className:\"framer-15mj4qc framer-1r21va2\",\"data-framer-name\":\"Lane Casting Logo\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/astralbeat_unofficial/\",motionChild:true,nodeId:\"aSmpGi4mh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Astral Beat Logo\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+83.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8obB7jWIETiYfSar73KDyMkLdno.png\"}},EhMPcaIHd:{background:{alt:\"Astral Beat Logo\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+360),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8obB7jWIETiYfSar73KDyMkLdno.png\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Astral Beat Logo\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+83.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8obB7jWIETiYfSar73KDyMkLdno.png\"},className:\"framer-mpuw3e framer-1r21va2\",\"data-framer-name\":\"AstralBeat Logo\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Emma Up logo\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+83.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0gRFZr6vDRMHSYMeGfLsend3s.png\"}},EhMPcaIHd:{background:{alt:\"Emma Up logo\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+438.52173913043475),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0gRFZr6vDRMHSYMeGfLsend3s.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Emma Up logo\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+83.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0gRFZr6vDRMHSYMeGfLsend3s.png\"},className:\"framer-24r6p4\",\"data-framer-name\":\"Emma Up Logo\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"Travel Talent logo\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+83.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9Y3oLxPt7HrWl0hC4CRAoJPeGXc.png\"}},EhMPcaIHd:{background:{alt:\"Travel Talent logo\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+438.52173913043475),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9Y3oLxPt7HrWl0hC4CRAoJPeGXc.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Travel Talent logo\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+83.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9Y3oLxPt7HrWl0hC4CRAoJPeGXc.png\"},className:\"framer-uw7xno\",\"data-framer-name\":\"Travel Talent Logo\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.pma.la/\",motionChild:true,nodeId:\"yGn3ysVBH\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"pmala logo\",fit:\"fill\",intrinsicHeight:46,intrinsicWidth:105,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+83.5),pixelHeight:92,pixelWidth:210,src:\"https://framerusercontent.com/images/HEX1h1q7tB6S0fgyeLSAuZ0ynKE.webp\"}},EhMPcaIHd:{background:{alt:\"pmala logo\",fit:\"fill\",intrinsicHeight:46,intrinsicWidth:105,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+521.3788819875776),pixelHeight:92,pixelWidth:210,src:\"https://framerusercontent.com/images/HEX1h1q7tB6S0fgyeLSAuZ0ynKE.webp\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"pmala logo\",fit:\"fill\",intrinsicHeight:46,intrinsicWidth:105,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+83.5),pixelHeight:92,pixelWidth:210,src:\"https://framerusercontent.com/images/HEX1h1q7tB6S0fgyeLSAuZ0ynKE.webp\"},className:\"framer-100bxqv framer-1r21va2\",\"data-framer-name\":\"pmala_logo\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.theproductweekend.com/\",motionChild:true,nodeId:\"Y1go_qxZU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"product weekend logo\",fit:\"fill\",intrinsicHeight:286.5,intrinsicWidth:354,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1462.5+20+14+17+53.4+20+83.5),pixelHeight:573,pixelWidth:708,sizes:\"60px\",src:\"https://framerusercontent.com/images/T1bh1tczyCvCr8qtuaqcYMn5Qs.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/T1bh1tczyCvCr8qtuaqcYMn5Qs.png?scale-down-to=512 512w,https://framerusercontent.com/images/T1bh1tczyCvCr8qtuaqcYMn5Qs.png 708w\"}},EhMPcaIHd:{background:{alt:\"product weekend logo\",fit:\"fill\",intrinsicHeight:286.5,intrinsicWidth:354,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+869.8+30+14+0+53.4+20+521.3788819875776),pixelHeight:573,pixelWidth:708,sizes:\"60px\",src:\"https://framerusercontent.com/images/T1bh1tczyCvCr8qtuaqcYMn5Qs.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/T1bh1tczyCvCr8qtuaqcYMn5Qs.png?scale-down-to=512 512w,https://framerusercontent.com/images/T1bh1tczyCvCr8qtuaqcYMn5Qs.png 708w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"product weekend logo\",fit:\"fill\",intrinsicHeight:286.5,intrinsicWidth:354,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1297+20+14+17+53.4+20+83.5),pixelHeight:573,pixelWidth:708,sizes:\"60px\",src:\"https://framerusercontent.com/images/T1bh1tczyCvCr8qtuaqcYMn5Qs.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/T1bh1tczyCvCr8qtuaqcYMn5Qs.png?scale-down-to=512 512w,https://framerusercontent.com/images/T1bh1tczyCvCr8qtuaqcYMn5Qs.png 708w\"},className:\"framer-11g7vch framer-1r21va2\",\"data-framer-name\":\"product_weekend_logo\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3q603m\",\"data-framer-name\":\"BG Beige Triggers out\",id:elementId5,ref:ref7,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-sq0oj1\",\"data-framer-name\":\"Beige 100%\",id:elementId6,ref:ref8}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dm3sle\",\"data-framer-name\":\"Beige 75%\",id:elementId7,ref:ref9}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i7wo5y\",\"data-framer-name\":\"Beige 50%\",id:elementId8,ref:ref10}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n7ijku\",\"data-framer-name\":\"Beige 25%\",id:elementId9,ref:ref11})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1if5lho\",\"data-framer-name\":\"Section - What we offer\",id:elementId10,ref:ref12,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18sm6o0\",\"data-framer-name\":\"Container - What we offer\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x82zt7\",\"data-framer-name\":\"Wrapper - What we offer\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-39sef8\",\"data-framer-name\":\"Title - H2 - What we offer\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EhMPcaIHd:{__framer__styleAppearEffectEnabled:undefined,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFMExDQWlkMmRvZENJZ09EQXc=\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-variation-axes\":'\"opsz\" 14, \"wght\" 800',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"We meet you right where you are\"})})}),fonts:[\"GF;Inter-variable-regular\"],initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-w3zzou\",\"data-styles-preset\":\"tkuY29BsZ\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"We meet you right where you are\"})})}),className:\"framer-11rpokc\",\"data-framer-appear-id\":\"11rpokc\",\"data-framer-name\":\"What we offer\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",style:{\"--framer-text-alignment\":\"left\"},children:[\"We are here to help anyone who wants to launch a digital product that solves their users' problems, but \",/*#__PURE__*/_jsx(\"strong\",{children:\"we know that not everyone has the same starting point.\"}),\" \"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",style:{\"--framer-text-alignment\":\"left\"},children:\"Our services are designed to help you every step of the way: \"}),/*#__PURE__*/_jsxs(\"ol\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M0z8P_WmC\"},motionChild:true,nodeId:\"CjOXZIr9Z\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15zfxjj\",\"data-styles-preset\":\"FWek42V04\",children:\"Product discovery\"})}),\" for when you need to explore a new business idea in the fastest way and at the lowest possible cost.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MkqBb5rFi\"},motionChild:true,nodeId:\"CjOXZIr9Z\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15zfxjj\",\"data-styles-preset\":\"FWek42V04\",children:\"No-Code Development \"})}),\"for when you are ready to develop the right idea, whether it is an App, Web, or Web App. \"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aIt6rp8Wa\"},motionChild:true,nodeId:\"CjOXZIr9Z\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15zfxjj\",\"data-styles-preset\":\"FWek42V04\",children:\"Product Support\"})}),\", for when you are starting or scaling up and need support in the Product area. We cover from product tasks, to non-code development tasks. \"]})})]})]}),className:\"framer-oaip1o hidden-1mzh38p hidden-1bj1feh hidden-ga4cvw\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{height:935,width:`min(${componentViewport?.width||\"100vw\"}, 710px)`,y:(componentViewport?.y||0)+0+1924.9+100+0+0+0+0+88}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16xqoh6-container hidden-1mzh38p hidden-1bj1feh hidden-1dqc5zx\",nodeId:\"q_gty68gj\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(WBWhatWeOfferExpandableTablet,{height:\"100%\",id:\"q_gty68gj\",layoutId:\"q_gty68gj\",style:{width:\"100%\"},variant:\"rKDFr7_B0\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M0z8P_WmC\"},motionChild:true,nodeId:\"bfd1aLzHh\",children:/*#__PURE__*/_jsx(MotionAWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-asca3m hidden-1mzh38p hidden-1bj1feh hidden-ga4cvw framer-1r21va2\",\"data-framer-name\":\"Card - Product Discovery\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-dg69xn\",\"data-styles-preset\":\"ACoFjS1s4\",style:{\"--framer-text-alignment\":\"center\"},children:\"Product Discovery\"})}),className:\"framer-c9hkor\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MkqBb5rFi\"},motionChild:true,nodeId:\"hO_HeqwRP\",openInNewTab:true,children:/*#__PURE__*/_jsx(MotionAWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-66zd5m hidden-1mzh38p hidden-1bj1feh hidden-ga4cvw framer-1r21va2\",\"data-framer-name\":\"Card - Product Discovery\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-dg69xn\",\"data-styles-preset\":\"ACoFjS1s4\",style:{\"--framer-text-alignment\":\"center\"},children:\"No-Code App & Web Development\"})}),className:\"framer-1eoha4b\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aIt6rp8Wa\"},motionChild:true,nodeId:\"E5BEowMeN\",openInNewTab:false,children:/*#__PURE__*/_jsx(MotionAWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19f8kax hidden-1mzh38p hidden-1bj1feh hidden-ga4cvw framer-1r21va2\",\"data-framer-name\":\"Card - Product Discovery\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-dg69xn\",\"data-styles-preset\":\"ACoFjS1s4\",style:{\"--framer-text-alignment\":\"center\"},children:\"Product Support\"})}),className:\"framer-1pozmgn\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tnsUZx3Jk:{width:`min(${componentViewport?.width||\"100vw\"}, 1000px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:649,width:\"1200px\",y:(componentViewport?.y||0)+0+1759.4+100+0+0+0+0+88,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gkjt8y-container hidden-ga4cvw hidden-1dqc5zx\",nodeId:\"hZd9g9vt3\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(WBWhatWeOfferExpandable,{height:\"100%\",id:\"hZd9g9vt3\",layoutId:\"hZd9g9vt3\",style:{width:\"100%\"},variant:\"ShnVQrWMd\",width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-uuepm5\",\"data-framer-name\":\"Section - Case Studies\",id:elementId11,ref:ref13,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8a9ezc\",\"data-framer-name\":\"Container - Case Studies\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-sze6u0\",\"data-framer-name\":\"Header - Case Studies\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12d7bac\",\"data-framer-name\":\"Title - Case studies\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-w3zzou\",\"data-styles-preset\":\"tkuY29BsZ\",style:{\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(30, 30, 30))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Discover how we bring results\"})})}),className:\"framer-bw5wvm\",\"data-framer-name\":\"H2- Case Studies\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nbijai\",\"data-framer-name\":\"Wrapper - Our process\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-xazz5i\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:4,query:{from:{alias:\"dqEJsvY7V\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"dqEJsvY7V\",name:\"uSa0unqrx\",type:\"Identifier\"}],select:[{collection:\"dqEJsvY7V\",name:\"uSa0unqrx\",type:\"Identifier\"},{collection:\"dqEJsvY7V\",name:\"SvBjQ7o9O\",type:\"Identifier\"},{collection:\"dqEJsvY7V\",name:\"tiUcAHE5G\",type:\"Identifier\"},{collection:\"dqEJsvY7V\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:iddqEJsvY7V,SvBjQ7o9O:SvBjQ7o9OdqEJsvY7V,tiUcAHE5G:tiUcAHE5GdqEJsvY7V,uSa0unqrx:uSa0unqrxdqEJsvY7V},index)=>{uSa0unqrxdqEJsvY7V??=\"\";tiUcAHE5GdqEJsvY7V??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`dqEJsvY7V-${iddqEJsvY7V}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{uSa0unqrx:uSa0unqrxdqEJsvY7V},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{uSa0unqrx:uSa0unqrxdqEJsvY7V},webPageId:\"tVsNsUkIh\"},motionChild:true,nodeId:\"dYRVuO8CV\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-rxslz2 framer-1r21va2\",whileHover:animation8,whileTap:animation,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-s558lr\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3167.9+0+0+0+112+0+0+20+0+30+0+0),sizes:\"200px\",...toResponsiveImage(SvBjQ7o9OdqEJsvY7V)}},EhMPcaIHd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3024.938204021476+0+0+30+68+0+0+20+0+30+0+0),sizes:\"200px\",...toResponsiveImage(SvBjQ7o9OdqEJsvY7V)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2716.4+0+0+0+112+0+0+20+0+30+0+0),sizes:\"200px\",...toResponsiveImage(SvBjQ7o9OdqEJsvY7V)},className:\"framer-lmalnz\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pnpfsy\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-c4hyab\",\"data-styles-preset\":\"dRphtsxGB\",children:\"Validating a B2B Product in the Lottery Industry in 8 Weeks - ComparteSuerte\"})}),className:\"framer-1cbl5vi\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:tiUcAHE5GdqEJsvY7V,verticalAlignment:\"top\",withExternalLayout:true})})]})})})},iddqEJsvY7V);})})})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-y3kkjl\",\"data-framer-name\":\"Section - Our Process\",id:elementId12,ref:ref14,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8y66n2\",\"data-framer-name\":\"Container - Our process\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-w3zzou\",\"data-styles-preset\":\"tkuY29BsZ\",style:{\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(30, 30, 30))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Our process\"})})}),className:\"framer-1bop8q\",\"data-framer-name\":\"H2- Our process\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zjhvc3\",\"data-framer-name\":\"Wrapper - Our process\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EhMPcaIHd:{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{animate:animation9,className:\"framer-xlqqra\",\"data-framer-appear-id\":\"xlqqra\",\"data-framer-name\":\"Div 1\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{height:646,width:\"348px\",y:(componentViewport?.y||0)+0+4207.9+0+0+0+112+0+0+0},EhMPcaIHd:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+0+4170.938204021476+30+0+0+78+0+0+0+0},tnsUZx3Jk:{height:646}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:625,width:\"465px\",y:(componentViewport?.y||0)+0+3756.4+0+0+0+112+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tk49lj-container\",nodeId:\"uelJuZCvg\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{variant:\"Cukpk19j5\"},EhMPcaIHd:{style:{width:\"100%\"},variant:\"x_mQM7lEq\"}},children:/*#__PURE__*/_jsx(DivProblemSpace,{Fc7TtwBwr:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{children:\"Problem Space\"})}),fra9_PT2y:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Whatever you want to launch, we will start with an assessment of the current situation, in which we will measure the risks and ROI of your proposal so you can be sure that building is worth it.\"})}),height:\"100%\",id:\"uelJuZCvg\",layoutId:\"uelJuZCvg\",style:{height:\"100%\",width:\"100%\"},variant:\"Wbyan_B0n\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yg8fzt\",\"data-framer-name\":\"Div 2 & 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{width:`max(min(${componentViewport?.width||\"100vw\"}, 710px) - 360px, 1px)`,y:(componentViewport?.y||0)+0+4207.9+0+0+0+112+0+0+0},EhMPcaIHd:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+0+4170.938204021476+30+0+0+78+0+635+0+0},tnsUZx3Jk:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1000px) - 475px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"725px\",y:(componentViewport?.y||0)+0+3756.4+0+0+0+112+0+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EhMPcaIHd:{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,style:{transformPerspective:1200}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-zwk6sg-container\",nodeId:\"UtInDav17\",rendersWithMotion:true,scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{style:{width:\"100%\"},variant:\"gg_9JYg2k\"},EhMPcaIHd:{style:{width:\"100%\"},variant:\"a1L9p5OxR\"},tnsUZx3Jk:{style:{width:\"100%\"},variant:\"EaY_nJNrR\"}},children:/*#__PURE__*/_jsx(DivSolutionSpace,{Ff0acYz1L:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Solution Space\"})}),height:\"100%\",id:\"UtInDav17\",jZWNxFaiW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"After clarifying expectations, we customize a project roadmap for goals like validating a business idea,revamping a product or building a new product from scratch. Our Kickoff ensures alignment, followed by ongoing feedback sessions to keep you updated.\"})}),layoutId:\"UtInDav17\",style:{height:\"100%\",width:\"100%\"},variant:\"wJnSzkMEF\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{width:`max(min(${componentViewport?.width||\"100vw\"}, 710px) - 360px, 1px)`,y:(componentViewport?.y||0)+0+4207.9+0+0+0+112+0+0+332},EhMPcaIHd:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+0+4170.938204021476+30+0+0+78+0+635+0+332},tnsUZx3Jk:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1000px) - 475px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:297,width:\"725px\",y:(componentViewport?.y||0)+0+3756.4+0+0+0+112+0+0+328,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EhMPcaIHd:{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,style:{transformPerspective:1200}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-tpzl3n-container\",nodeId:\"YrmzgM02m\",rendersWithMotion:true,scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{style:{width:\"100%\"},variant:\"omFgp6SnG\"},EhMPcaIHd:{style:{width:\"100%\"},variant:\"XA60Ksucu\"},tnsUZx3Jk:{style:{width:\"100%\"},variant:\"CuXIxBZgM\"}},children:/*#__PURE__*/_jsx(DivLaunch,{height:\"100%\",id:\"YrmzgM02m\",layoutId:\"YrmzgM02m\",M0JdEoZLX:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We will prepare every small detail to be ready for the official launch, and then measure the impact of the new product by gathering quantitative data. After that, we will share with you the success of the project and propose future iterations based on the data gathered.\"})}),MfEoomNu5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Launch & Iteration Space\"})}),style:{height:\"100%\",width:\"100%\"},variant:\"JFFIUSffS\",width:\"100%\"})})})})})})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-z03v62\",\"data-framer-name\":\"Section - Testimonials\",id:elementId13,ref:ref15,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7yv3oe\",\"data-framer-name\":\"Wrapper- Testimonials\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-w3zzou\",\"data-styles-preset\":\"tkuY29BsZ\",style:{\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(30, 30, 30))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Testimonials\"})})}),className:\"framer-ota3d3\",\"data-framer-name\":\"H2 testimonials\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9leqq6\",\"data-framer-name\":\"WB - Testimonials\",children:[isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5q4y0v hidden-1dqc5zx\",\"data-framer-name\":\"Paragraph - Testimonials\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-qf0v45\",\"data-styles-preset\":\"xrc5eHB_Q\",children:\"Don't just take our word for it\"})}),className:\"framer-jdww1l\",\"data-framer-name\":\"Heading 6 \u2192 Don't just take our word for it\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:\"Bringing projects to life is what drives us. So we are thrilled to share the stories from those who bet for us, and now are killing it in their fields. Please don't be shy and reach out to them if you want to know about the process. \"})}),className:\"framer-i6hwo9\",\"data-framer-name\":\"Bringing projects to life is what drives us. So we are thrilled to share the stories from those who bet for us, and now are killing it in their fields. Please don't be shy and reach out to them if you want to know about the process.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{width:\"509px\",y:(componentViewport?.y||0)+0+5085.9+0+0+0+102+39},EhMPcaIHd:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+0+5662.938204021476+30+0+0+80+39},tnsUZx3Jk:{width:\"509px\",y:(componentViewport?.y||0)+0+4634.4+0+0+0+102+39}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"640px\",y:(componentViewport?.y||0)+0+4613.4+0+0+0+102+39,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ouxt9s-container\",nodeId:\"ygO3Fbw2y\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{variant:\"PAFT0G5V9\"},EhMPcaIHd:{style:{width:\"100%\"},variant:\"PAFT0G5V9\"},tnsUZx3Jk:{variant:\"PAFT0G5V9\"}},children:/*#__PURE__*/_jsx(TestimonialCardCopy,{height:\"100%\",id:\"ygO3Fbw2y\",layoutId:\"ygO3Fbw2y\",style:{height:\"100%\",width:\"100%\"},variant:\"NrB9x52eG\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1x2k2nm\",\"data-framer-name\":\"Section - Who we are\",id:elementId14,ref:ref16,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g77v4j\",\"data-framer-name\":\"Container - Who we are\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EhMPcaIHd:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-w3zzou\",\"data-styles-preset\":\"tkuY29BsZ\",style:{\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(30, 30, 30))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Who we are\"})})}),className:\"framer-6bg5o3\",\"data-framer-name\":\"H2 - Who we are\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vk12pe\",\"data-framer-name\":\"Wrapper - Cards + Video + CTA\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-145kyar\",\"data-framer-name\":\"Wrapper Cards & Video\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-478gq8\",\"data-framer-name\":\"WB - Who we are\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tx359y\",\"data-framer-name\":\"Div 1 & Video\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EhMPcaIHd:{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,style:{transformPerspective:1200}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{className:\"framer-1a8ls75\",\"data-framer-name\":\"div.framer-10zik4v\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:\"Digital Product Professionals \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:\"We are a team of Digital Product Professionals with the mission to guide businesses away from investing in non-escalating ideas by seamlessly integrating Product Management methodologies and groundbreaking No-code technology.\"})]}),className:\"framer-fl7zfl\",\"data-framer-name\":\"Digital Product Professionals We are a team of Digital Product Professionals with the mission to guide businesses away from investing in non-escalating ideas by seamlessly integrating Product Management methodologies and groundbreaking No-code technology.\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xo4xq5-container hidden-ga4cvw hidden-1dqc5zx\",isModuleExternal:true,nodeId:\"Yv8Yr4La5\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,controls:false,height:\"100%\",id:\"Yv8Yr4La5\",isMixedBorderRadius:false,layoutId:\"Yv8Yr4La5\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/tKte22FdNIA9J9fOAkZAzq0uB8.mp4\",srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3m14jh\",\"data-framer-name\":\"Div 2 & 3 \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EhMPcaIHd:{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,style:{transformPerspective:1200}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{className:\"framer-fjrg7l\",\"data-framer-name\":\"Div 2 \",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EhMPcaIHd:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:\"Our Values\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:\"Rooted in values like accessibility, environmental stewardship, transparency, camaraderie, and empirical evidence, we champion the use of No-code to democratize development, leaving a positive impact on the planet.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:\"Our Values\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:\"Rooted in values like accessibility, environmental stewardship, transparency, camaraderie, and empirical evidence, we champion the use of No-code to democratize development, leaving a positive impact on the planet.\"})]}),className:\"framer-ti6m2v\",\"data-framer-name\":\"Our Values Rooted in values like accessibility, environmental stewardship, transparency, camaraderie, and empirical evidence, we champion the use of No-code to democratize development, leaving a positive impact on the planet.\",fonts:[\"Inter-SemiBold\",\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EhMPcaIHd:{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,style:{transformPerspective:1200}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{className:\"framer-n37l9i\",\"data-framer-name\":\"Div 3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EhMPcaIHd:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:\"Multicultural Team\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:\"Behind NocodePM stands a multicultural team of professionals with backgrounds in UX/UI, Product Management, and No-code development, collaborating to turn dreams into digital reality.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:\"Multicultural Team\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",children:\"Behind NocodePM stands a multicultural team of professionals with backgrounds in UX/UI, Product Management, and No-code development, collaborating to turn dreams into digital reality.\"})]}),className:\"framer-p88tpi\",\"data-framer-name\":\"Multicultural Team Behind NocodePM stands a multicultural team of professionals with backgrounds in UX/UI, Product Management, and No-code development, collaborating to turn dreams into digital reality.\",fonts:[\"Inter-SemiBold\",\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dha9iQPjM\"},motionChild:true,nodeId:\"DIlxhmQtq\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ulpang hidden-1dqc5zx framer-1r21va2\",\"data-framer-name\":\"About us CTA\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{width:\"190px\",y:(componentViewport?.y||0)+0+5785.9+0+0+0+112+0+0+0+0+384+0+988+10+-10},tnsUZx3Jk:{width:\"190px\",y:(componentViewport?.y||0)+0+5334.4+0+0+0+112+0+0+0+0+328+0+10+-10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:256,width:\"291px\",y:(componentViewport?.y||0)+0+5313.4+0+0+0+112+0+0+0+0+328+0+10+-10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sflbh2-container\",nodeId:\"OQo9BMENu\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{variant:\"qu0nu9BqS\"},tnsUZx3Jk:{variant:\"qu0nu9BqS\"}},children:/*#__PURE__*/_jsx(AboutUsAnimation,{height:\"100%\",id:\"OQo9BMENu\",layoutId:\"OQo9BMENu\",style:{height:\"100%\",width:\"100%\"},variant:\"nCqmlsf98\",width:\"100%\"})})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-zktnkl hidden-1mzh38p hidden-1bj1feh hidden-ga4cvw\",\"data-framer-name\":\"Button About Us\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dha9iQPjM\"},motionChild:true,nodeId:\"IjTHTa3xD\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-z6d280 framer-1r21va2\",\"data-framer-name\":\"button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"About Us\"})}),className:\"framer-zhuqjc\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter-800\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})]})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-ahh01s\",\"data-framer-name\":\"Section - Our partners\",id:elementId15,ref:ref17,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-429wj3\",\"data-framer-name\":\"Div - Our partners\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-w3zzou\",\"data-styles-preset\":\"tkuY29BsZ\",style:{\"--framer-text-color\":\"var(--token-fe201ba8-554e-480e-bfec-e8837bdabd1e, rgb(30, 30, 30))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Our partners\"})})}),className:\"framer-14obofi\",\"data-framer-name\":\"H2 - Our partners\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{width:`min(${componentViewport?.width||\"100vw\"}, 710px)`,y:(componentViewport?.y||0)+0+7645.9+0+112},EhMPcaIHd:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+0+7543.938204021476+30+80},tnsUZx3Jk:{width:`min(${componentViewport?.width||\"100vw\"}, 1000px)`,y:(componentViewport?.y||0)+0+6150.4+0+112}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:294,width:\"1196px\",y:(componentViewport?.y||0)+0+6129.4+0+112,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ac1l39-container\",nodeId:\"Wc1Di0erE\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{style:{width:\"100%\"},variant:\"uidzMYdMJ\"},EhMPcaIHd:{style:{width:\"100%\"},variant:\"FHeAqhAln\"},tnsUZx3Jk:{variant:\"NoKAmS7wU\"}},children:/*#__PURE__*/_jsx(WrapperOurPartners,{height:\"100%\",id:\"Wc1Di0erE\",layoutId:\"Wc1Di0erE\",style:{height:\"100%\",width:\"100%\"},variant:\"bGiTpDDxX\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1abh5r5\",\"data-framer-name\":\"Section - Contact Us\",id:elementId16,ref:ref18,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m3ya9m\",\"data-framer-name\":\"Wrapper - Contact Us\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-13f6yn4 hidden-1dqc5zx\",\"data-framer-name\":\"WB - Contact Us \",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rirs6t\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"70px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:\"Here for You\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"70px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(30, 30, 30)\"},children:\"Here for You\"})}),className:\"framer-mkvpb0\",\"data-framer-name\":\"Save time and money validating your Product ideas with No-Code\",fonts:[\"Inter-ExtraBold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p1gwwn\",\"data-styles-preset\":\"yu3KuOwGd\",style:{\"--framer-text-alignment\":\"center\"},children:\"At every project stage, our company stays in constant communication, always within reach to offer the essential support and guidance for your success\"})}),className:\"framer-124nubi\",\"data-framer-name\":\"At every project stage, our company stays in constant communication, always within reach to offer the essential support and guidance for your success\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://tally.so/r/wLbOpJ\",motionChild:true,nodeId:\"IP6Z8vIjF\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nozq5v framer-1r21va2\",\"data-framer-name\":\"Wrapper - Let's talk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{width:`max((min(${componentViewport?.width||\"100vw\"}, 710px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+8171.9+0+0+0+0+0},EhMPcaIHd:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 1px)`,y:(componentViewport?.y||0)+0+8067.938204021476+30+0+0+0+0},tnsUZx3Jk:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1000px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+6676.4+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:373,width:\"600px\",y:(componentViewport?.y||0)+0+6655.4+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g3glsu-container\",nodeId:\"Ep4iVcWxo\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{variant:\"npN1qEFZ9\"},EhMPcaIHd:{variant:\"npN1qEFZ9\"},tnsUZx3Jk:{variant:\"QWaMmeJtI\"}},children:/*#__PURE__*/_jsx(CTALetSTalk,{height:\"100%\",id:\"Ep4iVcWxo\",layoutId:\"Ep4iVcWxo\",style:{height:\"100%\",width:\"100%\"},variant:\"WTgHlwe0A\",width:\"100%\"})})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{width:`min(${componentViewport?.width||\"100vw\"}, 710px)`,y:(componentViewport?.y||0)+0+8664.9},EhMPcaIHd:{width:`min(${componentViewport?.width||\"100vw\"}, 362px)`,y:(componentViewport?.y||0)+0+8590.938204021477},tnsUZx3Jk:{width:`min(${componentViewport?.width||\"100vw\"}, 1000px)`,y:(componentViewport?.y||0)+0+7169.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:312,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:(componentViewport?.y||0)+0+7148.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-20me9c-container\",\"data-framer-name\":\"Footer\",name:\"Footer\",nodeId:\"sae41zwp3\",scopeId:\"SbOrgStrg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aPyOh3cah:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"HZtd0ZwCw\"},EhMPcaIHd:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"iI9wxvSXX\"},tnsUZx3Jk:{variant:\"QOmxykpd2\"}},children:/*#__PURE__*/_jsx(FooterV2,{height:\"100%\",id:\"sae41zwp3\",layoutId:\"sae41zwp3\",name:\"Footer\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"e4Hu9TdTx\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xsYC1.framer-1r21va2, .framer-xsYC1 .framer-1r21va2 { display: block; }\",\".framer-xsYC1.framer-1mzh38p { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-xsYC1 .framer-yzpaur-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-xsYC1 .framer-1q3bl2w-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; z-index: 1; }\",\".framer-xsYC1 .framer-1edvpsb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 100vh; justify-content: center; overflow: visible; padding: 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-xsYC1 .framer-lofksg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-1tqhtcm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 1px; }\",\".framer-xsYC1 .framer-mhjd6t, .framer-xsYC1 .framer-wfs70m, .framer-xsYC1 .framer-sze6u0, .framer-xsYC1 .framer-s558lr, .framer-xsYC1 .framer-pnpfsy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-gbu0hn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 24px; overflow: hidden; padding: 0px 27px 0px 27px; position: relative; width: 65px; }\",\".framer-xsYC1 .framer-13guv2k { border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 25px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-xsYC1 .framer-1atb2e5 { border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 0px; flex: none; left: 13px; overflow: hidden; position: absolute; top: 0px; width: 25px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-xsYC1 .framer-1sjfxs1 { border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 0px; flex: none; left: 27px; overflow: hidden; position: absolute; top: 0px; width: 25px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-xsYC1 .framer-pi4pf2 { border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 25px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-xsYC1 .framer-1q3ew47, .framer-xsYC1 .framer-1efadoc { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-xsYC1 .framer-qs1y66, .framer-xsYC1 .framer-153q7sx, .framer-xsYC1 .framer-a04c93 { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-xsYC1 .framer-zbx9wq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-zrxveb { --border-bottom-width: 2px; --border-color: var(--token-00ddb256-1143-4278-9b81-76ca3778ee8c, #876ddd); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: var(--token-d9fc9209-8e9b-4685-838b-f01a7237389e, #ffffff); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px; position: relative; text-decoration: none; width: 176px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-1pj10x8, .framer-xsYC1 .framer-1bryukk, .framer-xsYC1 .framer-11rpokc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xsYC1 .framer-1ek490y { align-content: center; align-items: center; background-color: var(--token-00ddb256-1143-4278-9b81-76ca3778ee8c, #876ddd); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px; position: relative; text-decoration: none; width: 176px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-10m08ke { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 610px; overflow: visible; padding: 20px; position: relative; width: 1px; }\",\".framer-xsYC1 .framer-2wb0bb { -webkit-mask: linear-gradient(270deg, rgba(0, 0, 0, 0) -5%, rgba(0, 0, 0, 0.16186) 22%, rgba(0,0,0,1) 100%) add; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; flex: none; left: -194px; mask: linear-gradient(270deg, rgba(0, 0, 0, 0) -5%, rgba(0, 0, 0, 0.16186) 22%, rgba(0,0,0,1) 100%) add; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-xsYC1 .framer-1ls5gdm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 20px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-6l04f7, .framer-xsYC1 .framer-3q603m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; opacity: 0; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-1665zf8, .framer-xsYC1 .framer-n7ijku { background-color: #bbddff; flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-1qcrsbn, .framer-xsYC1 .framer-7na1wm, .framer-xsYC1 .framer-1yv70q6, .framer-xsYC1 .framer-sq0oj1, .framer-xsYC1 .framer-dm3sle, .framer-xsYC1 .framer-i7wo5y { background-color: #cceeff; flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-lyor8z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 17px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-zhakdj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-uo2q1d { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(7, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 207px; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-rjn3pj { align-self: center; aspect-ratio: 1.2584884994523549 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); justify-self: center; overflow: visible; position: relative; text-decoration: none; width: 60px; }\",\".framer-xsYC1 .framer-9v5i55, .framer-xsYC1 .framer-15bc8mh, .framer-xsYC1 .framer-qp8jfs { align-self: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 60px); justify-self: center; overflow: visible; position: relative; text-decoration: none; width: 60px; }\",\".framer-xsYC1 .framer-rz2yqi, .framer-xsYC1 .framer-1ejpvrn, .framer-xsYC1 .framer-1nmh049 { align-self: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 60px); justify-self: center; overflow: visible; position: relative; width: 60px; }\",\".framer-xsYC1 .framer-1ova7cw { align-self: center; aspect-ratio: 3.5365853658536586 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 17px); justify-self: center; position: relative; text-decoration: none; width: 60px; }\",\".framer-xsYC1 .framer-15mj4qc { align-self: center; aspect-ratio: 2.1153846153846154 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); justify-self: center; position: relative; text-decoration: none; width: 60px; }\",\".framer-xsYC1 .framer-mpuw3e { align-self: center; aspect-ratio: 1.2365591397849462 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); justify-self: center; position: relative; text-decoration: none; width: 60px; }\",\".framer-xsYC1 .framer-24r6p4 { align-self: center; aspect-ratio: 1.5272727272727273 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); justify-self: center; position: relative; width: 60px; }\",\".framer-xsYC1 .framer-uw7xno { align-self: center; aspect-ratio: 1.135135135135135 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); justify-self: center; position: relative; width: 60px; }\",\".framer-xsYC1 .framer-100bxqv { align-self: center; aspect-ratio: 2.282608695652174 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); justify-self: center; overflow: visible; position: relative; text-decoration: none; width: 60px; }\",\".framer-xsYC1 .framer-11g7vch { align-self: center; aspect-ratio: 1.2356020942408377 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); justify-self: center; overflow: visible; position: relative; text-decoration: none; width: 60px; }\",\".framer-xsYC1 .framer-1if5lho { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 100px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-18sm6o0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-xsYC1 .framer-x82zt7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-39sef8, .framer-xsYC1 .framer-429wj3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-oaip1o { --framer-text-wrap-override: none; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-16xqoh6-container, .framer-xsYC1 .framer-1gkjt8y-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-asca3m { align-content: center; align-items: center; background-color: var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, #fff9e5); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 140px; justify-content: center; overflow: hidden; padding: 50px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-c9hkor, .framer-xsYC1 .framer-1eoha4b, .framer-xsYC1 .framer-1pozmgn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-66zd5m { align-content: center; align-items: center; background-color: var(--token-a034af80-5c10-4000-81ba-737e33ee5195, rgba(182, 190, 156, 0.56)); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 140px; justify-content: center; overflow: hidden; padding: 50px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-19f8kax { align-content: center; align-items: center; background-color: var(--token-a3adc44a-bda8-45f4-9a78-359485fe465a, rgba(226, 190, 186, 0.56)); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 140px; justify-content: center; overflow: hidden; padding: 50px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-uuepm5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 0px 120px 0px; position: relative; width: 1200px; }\",\".framer-xsYC1 .framer-8a9ezc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-12d7bac { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xsYC1 .framer-bw5wvm, .framer-xsYC1 .framer-1bop8q, .framer-xsYC1 .framer-ota3d3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xsYC1 .framer-nbijai { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-xazz5i { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 20px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-rxslz2 { align-content: center; align-items: center; align-self: start; background-color: var(--token-703cb6ed-e1c0-4dfd-af4f-2da425289b5a, #fff9e5); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 374px; justify-content: flex-start; justify-self: start; padding: 30px; position: relative; text-decoration: none; width: 100%; }\",\".framer-xsYC1 .framer-lmalnz { aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); position: relative; width: 200px; }\",\".framer-xsYC1 .framer-1cbl5vi { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-xsYC1 .framer-y3kkjl, .framer-xsYC1 .framer-1abh5r5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-8y66n2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-xsYC1 .framer-zjhvc3, .framer-xsYC1 .framer-tx359y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xsYC1 .framer-xlqqra { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 625px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 465px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-tk49lj-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-yg8fzt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xsYC1 .framer-zwk6sg-container { flex: none; height: 318px; position: relative; width: 725px; }\",\".framer-xsYC1 .framer-tpzl3n-container { flex: none; height: 297px; position: relative; width: 725px; }\",\".framer-xsYC1 .framer-z03v62 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 0px 120px 0px; position: relative; width: 83%; }\",\".framer-xsYC1 .framer-7yv3oe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 54px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-9leqq6 { align-content: center; align-items: center; background-color: rgba(182, 190, 156, 0.56); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 478px; justify-content: space-between; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-5q4y0v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 216px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 435px; }\",\".framer-xsYC1 .framer-jdww1l { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 344px; word-break: break-word; word-wrap: break-word; }\",\".framer-xsYC1 .framer-i6hwo9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 435px; word-break: break-word; word-wrap: break-word; }\",\".framer-xsYC1 .framer-1ouxt9s-container { flex: none; height: 400px; position: relative; width: 640px; }\",\".framer-xsYC1 .framer-1x2k2nm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px 0px 120px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-xsYC1 .framer-1g77v4j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-6bg5o3, .framer-xsYC1 .framer-14obofi, .framer-xsYC1 .framer-mkvpb0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xsYC1 .framer-1vk12pe, .framer-xsYC1 .framer-478gq8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-145kyar { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-1a8ls75 { align-content: center; align-items: center; background-color: rgba(182, 190, 156, 0.56); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 317px; justify-content: center; overflow: hidden; padding: 48px 32px 48px 32px; position: relative; width: 459px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-fl7zfl { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 395px; }\",\".framer-xsYC1 .framer-xo4xq5-container { flex: none; height: 318px; position: relative; width: 731px; }\",\".framer-xsYC1 .framer-3m14jh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-fjrg7l { align-content: center; align-items: center; background-color: rgba(182, 190, 156, 0.56); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 255px; justify-content: center; overflow: hidden; padding: 48px 32px 48px 32px; position: relative; width: 462px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-ti6m2v { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 398px; }\",\".framer-xsYC1 .framer-n37l9i { align-content: center; align-items: center; background-color: rgba(182, 190, 156, 0.56); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 256px; justify-content: center; overflow: hidden; padding: 42px 32px 48px 32px; position: relative; width: 422px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-p88tpi { --framer-paragraph-spacing: 0px; flex: none; height: 166px; position: relative; white-space: pre-wrap; width: 358px; word-break: break-word; word-wrap: break-word; }\",\".framer-xsYC1 .framer-ulpang { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 256px; justify-content: center; overflow: visible; padding: 10px 0px 10px 0px; position: relative; text-decoration: none; width: 291px; z-index: 1; }\",\".framer-xsYC1 .framer-1sflbh2-container { flex: none; height: 256px; position: relative; width: 100%; z-index: 1; }\",\".framer-xsYC1 .framer-zktnkl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-z6d280 { align-content: center; align-items: center; background-color: var(--token-00ddb256-1143-4278-9b81-76ca3778ee8c, #876ddd); border-bottom-left-radius: 118px; border-bottom-right-radius: 118px; border-top-left-radius: 118px; border-top-right-radius: 118px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 56px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-xsYC1 .framer-zhuqjc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xsYC1 .framer-ahh01s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-ac1l39-container { flex: none; height: 294px; position: relative; width: 1196px; }\",\".framer-xsYC1 .framer-1m3ya9m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xsYC1 .framer-13f6yn4 { align-content: center; align-items: center; background-color: rgba(182, 190, 156, 0.56); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 373px; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 50%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsYC1 .framer-1rirs6t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 462px; }\",\".framer-xsYC1 .framer-124nubi { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 442px; word-break: break-word; word-wrap: break-word; }\",\".framer-xsYC1 .framer-1nozq5v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 373px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 50%; }\",\".framer-xsYC1 .framer-g3glsu-container { flex: none; height: 373px; position: relative; width: 600px; }\",\".framer-xsYC1 .framer-20me9c-container { flex: none; height: 312px; max-width: 1200px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xsYC1.framer-1mzh38p, .framer-xsYC1 .framer-1edvpsb, .framer-xsYC1 .framer-lofksg, .framer-xsYC1 .framer-1tqhtcm, .framer-xsYC1 .framer-mhjd6t, .framer-xsYC1 .framer-gbu0hn, .framer-xsYC1 .framer-zbx9wq, .framer-xsYC1 .framer-zrxveb, .framer-xsYC1 .framer-1ek490y, .framer-xsYC1 .framer-10m08ke, .framer-xsYC1 .framer-1ls5gdm, .framer-xsYC1 .framer-6l04f7, .framer-xsYC1 .framer-lyor8z, .framer-xsYC1 .framer-zhakdj, .framer-xsYC1 .framer-wfs70m, .framer-xsYC1 .framer-3q603m, .framer-xsYC1 .framer-1if5lho, .framer-xsYC1 .framer-18sm6o0, .framer-xsYC1 .framer-x82zt7, .framer-xsYC1 .framer-39sef8, .framer-xsYC1 .framer-asca3m, .framer-xsYC1 .framer-66zd5m, .framer-xsYC1 .framer-19f8kax, .framer-xsYC1 .framer-uuepm5, .framer-xsYC1 .framer-8a9ezc, .framer-xsYC1 .framer-sze6u0, .framer-xsYC1 .framer-12d7bac, .framer-xsYC1 .framer-nbijai, .framer-xsYC1 .framer-rxslz2, .framer-xsYC1 .framer-s558lr, .framer-xsYC1 .framer-pnpfsy, .framer-xsYC1 .framer-y3kkjl, .framer-xsYC1 .framer-8y66n2, .framer-xsYC1 .framer-zjhvc3, .framer-xsYC1 .framer-xlqqra, .framer-xsYC1 .framer-yg8fzt, .framer-xsYC1 .framer-z03v62, .framer-xsYC1 .framer-7yv3oe, .framer-xsYC1 .framer-5q4y0v, .framer-xsYC1 .framer-1x2k2nm, .framer-xsYC1 .framer-1g77v4j, .framer-xsYC1 .framer-1vk12pe, .framer-xsYC1 .framer-145kyar, .framer-xsYC1 .framer-478gq8, .framer-xsYC1 .framer-tx359y, .framer-xsYC1 .framer-1a8ls75, .framer-xsYC1 .framer-3m14jh, .framer-xsYC1 .framer-fjrg7l, .framer-xsYC1 .framer-n37l9i, .framer-xsYC1 .framer-ulpang, .framer-xsYC1 .framer-zktnkl, .framer-xsYC1 .framer-z6d280, .framer-xsYC1 .framer-ahh01s, .framer-xsYC1 .framer-429wj3, .framer-xsYC1 .framer-1abh5r5, .framer-xsYC1 .framer-1m3ya9m, .framer-xsYC1 .framer-13f6yn4, .framer-xsYC1 .framer-1rirs6t, .framer-xsYC1 .framer-1nozq5v { gap: 0px; } .framer-xsYC1.framer-1mzh38p > *, .framer-xsYC1 .framer-6l04f7 > *, .framer-xsYC1 .framer-3q603m > *, .framer-xsYC1 .framer-ulpang > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xsYC1.framer-1mzh38p > :first-child, .framer-xsYC1 .framer-1edvpsb > :first-child, .framer-xsYC1 .framer-1tqhtcm > :first-child, .framer-xsYC1 .framer-zrxveb > :first-child, .framer-xsYC1 .framer-1ek490y > :first-child, .framer-xsYC1 .framer-1ls5gdm > :first-child, .framer-xsYC1 .framer-6l04f7 > :first-child, .framer-xsYC1 .framer-lyor8z > :first-child, .framer-xsYC1 .framer-zhakdj > :first-child, .framer-xsYC1 .framer-3q603m > :first-child, .framer-xsYC1 .framer-1if5lho > :first-child, .framer-xsYC1 .framer-18sm6o0 > :first-child, .framer-xsYC1 .framer-x82zt7 > :first-child, .framer-xsYC1 .framer-39sef8 > :first-child, .framer-xsYC1 .framer-uuepm5 > :first-child, .framer-xsYC1 .framer-8a9ezc > :first-child, .framer-xsYC1 .framer-12d7bac > :first-child, .framer-xsYC1 .framer-nbijai > :first-child, .framer-xsYC1 .framer-rxslz2 > :first-child, .framer-xsYC1 .framer-y3kkjl > :first-child, .framer-xsYC1 .framer-8y66n2 > :first-child, .framer-xsYC1 .framer-xlqqra > :first-child, .framer-xsYC1 .framer-yg8fzt > :first-child, .framer-xsYC1 .framer-z03v62 > :first-child, .framer-xsYC1 .framer-7yv3oe > :first-child, .framer-xsYC1 .framer-5q4y0v > :first-child, .framer-xsYC1 .framer-1x2k2nm > :first-child, .framer-xsYC1 .framer-1g77v4j > :first-child, .framer-xsYC1 .framer-1vk12pe > :first-child, .framer-xsYC1 .framer-478gq8 > :first-child, .framer-xsYC1 .framer-ulpang > :first-child, .framer-xsYC1 .framer-zktnkl > :first-child, .framer-xsYC1 .framer-z6d280 > :first-child, .framer-xsYC1 .framer-ahh01s > :first-child, .framer-xsYC1 .framer-429wj3 > :first-child, .framer-xsYC1 .framer-1abh5r5 > :first-child, .framer-xsYC1 .framer-13f6yn4 > :first-child, .framer-xsYC1 .framer-1rirs6t > :first-child, .framer-xsYC1 .framer-1nozq5v > :first-child { margin-top: 0px; } .framer-xsYC1.framer-1mzh38p > :last-child, .framer-xsYC1 .framer-1edvpsb > :last-child, .framer-xsYC1 .framer-1tqhtcm > :last-child, .framer-xsYC1 .framer-zrxveb > :last-child, .framer-xsYC1 .framer-1ek490y > :last-child, .framer-xsYC1 .framer-1ls5gdm > :last-child, .framer-xsYC1 .framer-6l04f7 > :last-child, .framer-xsYC1 .framer-lyor8z > :last-child, .framer-xsYC1 .framer-zhakdj > :last-child, .framer-xsYC1 .framer-3q603m > :last-child, .framer-xsYC1 .framer-1if5lho > :last-child, .framer-xsYC1 .framer-18sm6o0 > :last-child, .framer-xsYC1 .framer-x82zt7 > :last-child, .framer-xsYC1 .framer-39sef8 > :last-child, .framer-xsYC1 .framer-uuepm5 > :last-child, .framer-xsYC1 .framer-8a9ezc > :last-child, .framer-xsYC1 .framer-12d7bac > :last-child, .framer-xsYC1 .framer-nbijai > :last-child, .framer-xsYC1 .framer-rxslz2 > :last-child, .framer-xsYC1 .framer-y3kkjl > :last-child, .framer-xsYC1 .framer-8y66n2 > :last-child, .framer-xsYC1 .framer-xlqqra > :last-child, .framer-xsYC1 .framer-yg8fzt > :last-child, .framer-xsYC1 .framer-z03v62 > :last-child, .framer-xsYC1 .framer-7yv3oe > :last-child, .framer-xsYC1 .framer-5q4y0v > :last-child, .framer-xsYC1 .framer-1x2k2nm > :last-child, .framer-xsYC1 .framer-1g77v4j > :last-child, .framer-xsYC1 .framer-1vk12pe > :last-child, .framer-xsYC1 .framer-478gq8 > :last-child, .framer-xsYC1 .framer-ulpang > :last-child, .framer-xsYC1 .framer-zktnkl > :last-child, .framer-xsYC1 .framer-z6d280 > :last-child, .framer-xsYC1 .framer-ahh01s > :last-child, .framer-xsYC1 .framer-429wj3 > :last-child, .framer-xsYC1 .framer-1abh5r5 > :last-child, .framer-xsYC1 .framer-13f6yn4 > :last-child, .framer-xsYC1 .framer-1rirs6t > :last-child, .framer-xsYC1 .framer-1nozq5v > :last-child { margin-bottom: 0px; } .framer-xsYC1 .framer-1edvpsb > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-xsYC1 .framer-lofksg > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-xsYC1 .framer-lofksg > :first-child, .framer-xsYC1 .framer-mhjd6t > :first-child, .framer-xsYC1 .framer-gbu0hn > :first-child, .framer-xsYC1 .framer-zbx9wq > :first-child, .framer-xsYC1 .framer-10m08ke > :first-child, .framer-xsYC1 .framer-wfs70m > :first-child, .framer-xsYC1 .framer-asca3m > :first-child, .framer-xsYC1 .framer-66zd5m > :first-child, .framer-xsYC1 .framer-19f8kax > :first-child, .framer-xsYC1 .framer-sze6u0 > :first-child, .framer-xsYC1 .framer-s558lr > :first-child, .framer-xsYC1 .framer-pnpfsy > :first-child, .framer-xsYC1 .framer-zjhvc3 > :first-child, .framer-xsYC1 .framer-145kyar > :first-child, .framer-xsYC1 .framer-tx359y > :first-child, .framer-xsYC1 .framer-1a8ls75 > :first-child, .framer-xsYC1 .framer-3m14jh > :first-child, .framer-xsYC1 .framer-fjrg7l > :first-child, .framer-xsYC1 .framer-n37l9i > :first-child, .framer-xsYC1 .framer-1m3ya9m > :first-child { margin-left: 0px; } .framer-xsYC1 .framer-lofksg > :last-child, .framer-xsYC1 .framer-mhjd6t > :last-child, .framer-xsYC1 .framer-gbu0hn > :last-child, .framer-xsYC1 .framer-zbx9wq > :last-child, .framer-xsYC1 .framer-10m08ke > :last-child, .framer-xsYC1 .framer-wfs70m > :last-child, .framer-xsYC1 .framer-asca3m > :last-child, .framer-xsYC1 .framer-66zd5m > :last-child, .framer-xsYC1 .framer-19f8kax > :last-child, .framer-xsYC1 .framer-sze6u0 > :last-child, .framer-xsYC1 .framer-s558lr > :last-child, .framer-xsYC1 .framer-pnpfsy > :last-child, .framer-xsYC1 .framer-zjhvc3 > :last-child, .framer-xsYC1 .framer-145kyar > :last-child, .framer-xsYC1 .framer-tx359y > :last-child, .framer-xsYC1 .framer-1a8ls75 > :last-child, .framer-xsYC1 .framer-3m14jh > :last-child, .framer-xsYC1 .framer-fjrg7l > :last-child, .framer-xsYC1 .framer-n37l9i > :last-child, .framer-xsYC1 .framer-1m3ya9m > :last-child { margin-right: 0px; } .framer-xsYC1 .framer-1tqhtcm > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-xsYC1 .framer-mhjd6t > *, .framer-xsYC1 .framer-zbx9wq > *, .framer-xsYC1 .framer-10m08ke > *, .framer-xsYC1 .framer-wfs70m > *, .framer-xsYC1 .framer-asca3m > *, .framer-xsYC1 .framer-66zd5m > *, .framer-xsYC1 .framer-19f8kax > *, .framer-xsYC1 .framer-sze6u0 > *, .framer-xsYC1 .framer-s558lr > *, .framer-xsYC1 .framer-pnpfsy > *, .framer-xsYC1 .framer-zjhvc3 > *, .framer-xsYC1 .framer-145kyar > *, .framer-xsYC1 .framer-tx359y > *, .framer-xsYC1 .framer-1a8ls75 > *, .framer-xsYC1 .framer-fjrg7l > *, .framer-xsYC1 .framer-n37l9i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xsYC1 .framer-gbu0hn > *, .framer-xsYC1 .framer-1m3ya9m > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xsYC1 .framer-zrxveb > *, .framer-xsYC1 .framer-1ek490y > *, .framer-xsYC1 .framer-1ls5gdm > *, .framer-xsYC1 .framer-lyor8z > *, .framer-xsYC1 .framer-1if5lho > *, .framer-xsYC1 .framer-39sef8 > *, .framer-xsYC1 .framer-uuepm5 > *, .framer-xsYC1 .framer-12d7bac > *, .framer-xsYC1 .framer-rxslz2 > *, .framer-xsYC1 .framer-y3kkjl > *, .framer-xsYC1 .framer-xlqqra > *, .framer-xsYC1 .framer-yg8fzt > *, .framer-xsYC1 .framer-z03v62 > *, .framer-xsYC1 .framer-1vk12pe > *, .framer-xsYC1 .framer-478gq8 > *, .framer-xsYC1 .framer-zktnkl > *, .framer-xsYC1 .framer-z6d280 > *, .framer-xsYC1 .framer-429wj3 > *, .framer-xsYC1 .framer-1abh5r5 > *, .framer-xsYC1 .framer-13f6yn4 > *, .framer-xsYC1 .framer-1nozq5v > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xsYC1 .framer-zhakdj > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-xsYC1 .framer-18sm6o0 > *, .framer-xsYC1 .framer-8a9ezc > *, .framer-xsYC1 .framer-8y66n2 > *, .framer-xsYC1 .framer-1x2k2nm > *, .framer-xsYC1 .framer-1g77v4j > *, .framer-xsYC1 .framer-ahh01s > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-xsYC1 .framer-x82zt7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-xsYC1 .framer-nbijai > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-xsYC1 .framer-7yv3oe > * { margin: 0px; margin-bottom: calc(54px / 2); margin-top: calc(54px / 2); } .framer-xsYC1 .framer-5q4y0v > *, .framer-xsYC1 .framer-1rirs6t > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-xsYC1 .framer-3m14jh > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-xsYC1[data-border=\"true\"]::after, .framer-xsYC1 [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; }',\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-xsYC1.framer-1mzh38p { width: 1200px; } .framer-xsYC1 .framer-1q3bl2w-container { max-width: unset; } .framer-xsYC1 .framer-1if5lho, .framer-xsYC1 .framer-y3kkjl, .framer-xsYC1 .framer-1x2k2nm, .framer-xsYC1 .framer-ahh01s, .framer-xsYC1 .framer-1abh5r5, .framer-xsYC1 .framer-20me9c-container { max-width: 1000px; } .framer-xsYC1 .framer-18sm6o0, .framer-xsYC1 .framer-8y66n2, .framer-xsYC1 .framer-zjhvc3, .framer-xsYC1 .framer-fl7zfl, .framer-xsYC1 .framer-ti6m2v, .framer-xsYC1 .framer-p88tpi, .framer-xsYC1 .framer-ac1l39-container, .framer-xsYC1 .framer-g3glsu-container { width: 100%; } .framer-xsYC1 .framer-uuepm5, .framer-xsYC1 .framer-z03v62 { max-width: 1000px; width: 100%; } .framer-xsYC1 .framer-xazz5i { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-xsYC1 .framer-xlqqra { height: 646px; } .framer-xsYC1 .framer-tk49lj-container { flex: none; height: 646px; } .framer-xsYC1 .framer-yg8fzt { flex: 1 0 0px; height: 646px; width: 1px; } .framer-xsYC1 .framer-zwk6sg-container, .framer-xsYC1 .framer-tpzl3n-container { height: auto; width: 100%; } .framer-xsYC1 .framer-1ouxt9s-container { width: 509px; } .framer-xsYC1 .framer-1a8ls75, .framer-xsYC1 .framer-fjrg7l { width: 400px; } .framer-xsYC1 .framer-xo4xq5-container { width: 580px; } .framer-xsYC1 .framer-n37l9i { width: 380px; } .framer-xsYC1 .framer-ulpang, .framer-xsYC1 .framer-1sflbh2-container { width: 190px; } .framer-xsYC1 .framer-1m3ya9m { gap: 10px; } .framer-xsYC1 .framer-13f6yn4 { flex: 1 0 0px; order: 0; width: 1px; } .framer-xsYC1 .framer-1nozq5v { flex: 1 0 0px; order: 1; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xsYC1 .framer-1m3ya9m { gap: 0px; } .framer-xsYC1 .framer-1m3ya9m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xsYC1 .framer-1m3ya9m > :first-child { margin-left: 0px; } .framer-xsYC1 .framer-1m3ya9m > :last-child { margin-right: 0px; } }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-xsYC1.framer-1mzh38p { width: 810px; } .framer-xsYC1 .framer-1q3bl2w-container { max-width: unset; } .framer-xsYC1 .framer-1edvpsb { height: min-content; } .framer-xsYC1 .framer-lofksg { flex-direction: column; height: 1126px; } .framer-xsYC1 .framer-1tqhtcm { flex: none; gap: 30px; width: 100%; } .framer-xsYC1 .framer-10m08ke { flex: none; min-height: unset; padding: 0px; width: 100%; } .framer-xsYC1 .framer-2wb0bb { -webkit-mask: unset; bottom: unset; height: 442px; left: unset; mask: unset; position: relative; right: unset; top: unset; width: 730px; } .framer-xsYC1 .framer-15mj4qc { height: var(--framer-aspect-ratio-supported, 28px); } .framer-xsYC1 .framer-24r6p4 { height: var(--framer-aspect-ratio-supported, 39px); } .framer-xsYC1 .framer-100bxqv { height: var(--framer-aspect-ratio-supported, 26px); } .framer-xsYC1 .framer-1if5lho, .framer-xsYC1 .framer-y3kkjl, .framer-xsYC1 .framer-1x2k2nm, .framer-xsYC1 .framer-ahh01s, .framer-xsYC1 .framer-1abh5r5 { max-width: 710px; } .framer-xsYC1 .framer-18sm6o0, .framer-xsYC1 .framer-8y66n2, .framer-xsYC1 .framer-zjhvc3, .framer-xsYC1 .framer-jdww1l, .framer-xsYC1 .framer-i6hwo9, .framer-xsYC1 .framer-tx359y, .framer-xsYC1 .framer-ti6m2v, .framer-xsYC1 .framer-1rirs6t, .framer-xsYC1 .framer-124nubi, .framer-xsYC1 .framer-g3glsu-container { width: 100%; } .framer-xsYC1 .framer-uuepm5, .framer-xsYC1 .framer-z03v62 { max-width: 710px; width: 100%; } .framer-xsYC1 .framer-xazz5i { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-xsYC1 .framer-xlqqra { height: 646px; width: 350px; } .framer-xsYC1 .framer-tk49lj-container { flex: none; height: 646px; width: 348px; } .framer-xsYC1 .framer-yg8fzt { flex: 1 0 0px; gap: 14px; width: 1px; } .framer-xsYC1 .framer-zwk6sg-container, .framer-xsYC1 .framer-tpzl3n-container, .framer-xsYC1 .framer-p88tpi, .framer-xsYC1 .framer-ac1l39-container { height: auto; width: 100%; } .framer-xsYC1 .framer-9leqq6 { gap: 27px; justify-content: flex-start; } .framer-xsYC1 .framer-5q4y0v { width: 50%; } .framer-xsYC1 .framer-1ouxt9s-container { width: 509px; } .framer-xsYC1 .framer-1vk12pe { align-content: center; align-items: center; } .framer-xsYC1 .framer-145kyar { order: 0; } .framer-xsYC1 .framer-478gq8 { align-content: center; align-items: center; justify-content: center; } .framer-xsYC1 .framer-1a8ls75, .framer-xsYC1 .framer-fjrg7l, .framer-xsYC1 .framer-n37l9i { height: min-content; padding: 50px; width: 100%; } .framer-xsYC1 .framer-fl7zfl { flex: 1 0 0px; width: 1px; } .framer-xsYC1 .framer-3m14jh { align-content: center; align-items: center; flex-direction: column; } .framer-xsYC1 .framer-ulpang, .framer-xsYC1 .framer-1sflbh2-container { width: 190px; } .framer-xsYC1 .framer-1m3ya9m { gap: 60px; } .framer-xsYC1 .framer-13f6yn4 { flex: 1 0 0px; order: 0; width: 1px; } .framer-xsYC1 .framer-1nozq5v { flex: 1 0 0px; justify-content: center; order: 1; width: 1px; } .framer-xsYC1 .framer-20me9c-container { height: auto; max-width: 710px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xsYC1 .framer-lofksg, .framer-xsYC1 .framer-1tqhtcm, .framer-xsYC1 .framer-yg8fzt, .framer-xsYC1 .framer-9leqq6, .framer-xsYC1 .framer-3m14jh, .framer-xsYC1 .framer-1m3ya9m { gap: 0px; } .framer-xsYC1 .framer-lofksg > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-xsYC1 .framer-lofksg > :first-child, .framer-xsYC1 .framer-1tqhtcm > :first-child, .framer-xsYC1 .framer-yg8fzt > :first-child, .framer-xsYC1 .framer-3m14jh > :first-child { margin-top: 0px; } .framer-xsYC1 .framer-lofksg > :last-child, .framer-xsYC1 .framer-1tqhtcm > :last-child, .framer-xsYC1 .framer-yg8fzt > :last-child, .framer-xsYC1 .framer-3m14jh > :last-child { margin-bottom: 0px; } .framer-xsYC1 .framer-1tqhtcm > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-xsYC1 .framer-yg8fzt > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-xsYC1 .framer-9leqq6 > * { margin: 0px; margin-left: calc(27px / 2); margin-right: calc(27px / 2); } .framer-xsYC1 .framer-9leqq6 > :first-child, .framer-xsYC1 .framer-1m3ya9m > :first-child { margin-left: 0px; } .framer-xsYC1 .framer-9leqq6 > :last-child, .framer-xsYC1 .framer-1m3ya9m > :last-child { margin-right: 0px; } .framer-xsYC1 .framer-3m14jh > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-xsYC1 .framer-1m3ya9m > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } }}\",\"@media (max-width: 809px) { .framer-xsYC1.framer-1mzh38p { width: 390px; } .framer-xsYC1 .framer-yzpaur-container { order: 12; } .framer-xsYC1 .framer-1q3bl2w-container { max-width: 390px; order: 0; } .framer-xsYC1 .framer-1edvpsb { height: min-content; order: 1; padding: 30px 30px 100px 30px; } .framer-xsYC1 .framer-lofksg { flex-direction: column; gap: 24px; padding: 0px; } .framer-xsYC1 .framer-1tqhtcm { flex: none; padding: 0px; width: 100%; } .framer-xsYC1 .framer-1q3ew47, .framer-xsYC1 .framer-153q7sx, .framer-xsYC1 .framer-1efadoc { --framer-text-wrap-override: none; } .framer-xsYC1 .framer-zbx9wq { flex-direction: column; } .framer-xsYC1 .framer-zrxveb, .framer-xsYC1 .framer-1ek490y, .framer-xsYC1 .framer-18sm6o0, .framer-xsYC1 .framer-fl7zfl, .framer-xsYC1 .framer-ti6m2v, .framer-xsYC1 .framer-p88tpi, .framer-xsYC1 .framer-g3glsu-container { width: 100%; } .framer-xsYC1 .framer-10m08ke { flex: none; height: 253px; min-height: unset; padding: 0px; width: 100%; } .framer-xsYC1 .framer-2wb0bb { -webkit-mask: unset; bottom: unset; flex: 1 0 0px; height: 100%; left: unset; mask: unset; position: relative; right: unset; top: unset; width: 1px; } .framer-xsYC1 .framer-1ls5gdm { order: 3; padding: 30px 30px 120px 30px; } .framer-xsYC1 .framer-lyor8z { padding: 0px; } .framer-xsYC1 .framer-uo2q1d { gap: 30px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(4, min-content); height: min-content; } .framer-xsYC1 .framer-15mj4qc { height: var(--framer-aspect-ratio-supported, 28px); } .framer-xsYC1 .framer-1if5lho { max-width: unset; order: 4; padding: 30px 30px 120px 30px; } .framer-xsYC1 .framer-x82zt7 { gap: 20px; } .framer-xsYC1 .framer-39sef8 { gap: 15px; order: 0; } .framer-xsYC1 .framer-11rpokc { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-xsYC1 .framer-asca3m { order: 1; } .framer-xsYC1 .framer-66zd5m { order: 2; } .framer-xsYC1 .framer-19f8kax { order: 3; } .framer-xsYC1 .framer-uuepm5 { max-width: unset; order: 5; width: 100%; } .framer-xsYC1 .framer-8a9ezc { gap: 20px; padding: 30px 30px 120px 30px; } .framer-xsYC1 .framer-xazz5i { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-xsYC1 .framer-y3kkjl { max-width: unset; order: 6; padding: 30px 30px 120px 30px; } .framer-xsYC1 .framer-8y66n2 { gap: 30px; width: 100%; } .framer-xsYC1 .framer-zjhvc3 { align-content: center; align-items: center; flex-direction: column; width: 100%; } .framer-xsYC1 .framer-xlqqra { height: min-content; width: 100%; } .framer-xsYC1 .framer-tk49lj-container { flex: none; height: auto; } .framer-xsYC1 .framer-yg8fzt { gap: 14px; width: 100%; } .framer-xsYC1 .framer-zwk6sg-container, .framer-xsYC1 .framer-tpzl3n-container, .framer-xsYC1 .framer-1ouxt9s-container, .framer-xsYC1 .framer-ac1l39-container { height: auto; width: 100%; } .framer-xsYC1 .framer-z03v62 { max-width: unset; order: 7; padding: 30px 30px 120px 30px; width: 100%; } .framer-xsYC1 .framer-7yv3oe, .framer-xsYC1 .framer-1g77v4j { gap: 32px; } .framer-xsYC1 .framer-9leqq6 { background-color: unset; gap: 26px; justify-content: flex-start; padding: 0px; } .framer-xsYC1 .framer-1x2k2nm { gap: 10px; max-width: unset; order: 8; padding: 30px 30px 120px 30px; } .framer-xsYC1 .framer-1vk12pe, .framer-xsYC1 .framer-478gq8 { align-content: center; align-items: center; } .framer-xsYC1 .framer-145kyar { order: 0; } .framer-xsYC1 .framer-tx359y { flex-direction: column; width: 100%; } .framer-xsYC1 .framer-1a8ls75 { height: 310px; padding: 29px 32px 29px 32px; width: 100%; } .framer-xsYC1 .framer-3m14jh { align-content: center; align-items: center; flex-direction: column; } .framer-xsYC1 .framer-fjrg7l, .framer-xsYC1 .framer-n37l9i { padding: 29px 32px 29px 32px; width: 100%; } .framer-xsYC1 .framer-ahh01s { gap: 32px; max-width: unset; order: 9; padding: 30px 30px 120px 30px; } .framer-xsYC1 .framer-1abh5r5 { max-width: unset; order: 10; padding: 30px 30px 120px 30px; } .framer-xsYC1 .framer-1m3ya9m { gap: 10px; } .framer-xsYC1 .framer-1nozq5v { flex: 1 0 0px; order: 1; width: 1px; } .framer-xsYC1 .framer-20me9c-container { height: auto; max-width: 362px; order: 11; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xsYC1 .framer-lofksg, .framer-xsYC1 .framer-zbx9wq, .framer-xsYC1 .framer-uo2q1d, .framer-xsYC1 .framer-x82zt7, .framer-xsYC1 .framer-39sef8, .framer-xsYC1 .framer-8a9ezc, .framer-xsYC1 .framer-8y66n2, .framer-xsYC1 .framer-zjhvc3, .framer-xsYC1 .framer-yg8fzt, .framer-xsYC1 .framer-7yv3oe, .framer-xsYC1 .framer-9leqq6, .framer-xsYC1 .framer-1x2k2nm, .framer-xsYC1 .framer-1g77v4j, .framer-xsYC1 .framer-tx359y, .framer-xsYC1 .framer-3m14jh, .framer-xsYC1 .framer-ahh01s, .framer-xsYC1 .framer-1m3ya9m { gap: 0px; } .framer-xsYC1 .framer-lofksg > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-xsYC1 .framer-lofksg > :first-child, .framer-xsYC1 .framer-zbx9wq > :first-child, .framer-xsYC1 .framer-x82zt7 > :first-child, .framer-xsYC1 .framer-39sef8 > :first-child, .framer-xsYC1 .framer-8a9ezc > :first-child, .framer-xsYC1 .framer-8y66n2 > :first-child, .framer-xsYC1 .framer-zjhvc3 > :first-child, .framer-xsYC1 .framer-yg8fzt > :first-child, .framer-xsYC1 .framer-7yv3oe > :first-child, .framer-xsYC1 .framer-1x2k2nm > :first-child, .framer-xsYC1 .framer-1g77v4j > :first-child, .framer-xsYC1 .framer-tx359y > :first-child, .framer-xsYC1 .framer-3m14jh > :first-child, .framer-xsYC1 .framer-ahh01s > :first-child { margin-top: 0px; } .framer-xsYC1 .framer-lofksg > :last-child, .framer-xsYC1 .framer-zbx9wq > :last-child, .framer-xsYC1 .framer-x82zt7 > :last-child, .framer-xsYC1 .framer-39sef8 > :last-child, .framer-xsYC1 .framer-8a9ezc > :last-child, .framer-xsYC1 .framer-8y66n2 > :last-child, .framer-xsYC1 .framer-zjhvc3 > :last-child, .framer-xsYC1 .framer-yg8fzt > :last-child, .framer-xsYC1 .framer-7yv3oe > :last-child, .framer-xsYC1 .framer-1x2k2nm > :last-child, .framer-xsYC1 .framer-1g77v4j > :last-child, .framer-xsYC1 .framer-tx359y > :last-child, .framer-xsYC1 .framer-3m14jh > :last-child, .framer-xsYC1 .framer-ahh01s > :last-child { margin-bottom: 0px; } .framer-xsYC1 .framer-zbx9wq > *, .framer-xsYC1 .framer-zjhvc3 > *, .framer-xsYC1 .framer-1x2k2nm > *, .framer-xsYC1 .framer-tx359y > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xsYC1 .framer-uo2q1d > *, .framer-xsYC1 .framer-uo2q1d > :first-child, .framer-xsYC1 .framer-uo2q1d > :last-child { margin: 0px; } .framer-xsYC1 .framer-x82zt7 > *, .framer-xsYC1 .framer-8a9ezc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-xsYC1 .framer-39sef8 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-xsYC1 .framer-8y66n2 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-xsYC1 .framer-yg8fzt > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-xsYC1 .framer-7yv3oe > *, .framer-xsYC1 .framer-1g77v4j > *, .framer-xsYC1 .framer-ahh01s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-xsYC1 .framer-9leqq6 > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } .framer-xsYC1 .framer-9leqq6 > :first-child, .framer-xsYC1 .framer-1m3ya9m > :first-child { margin-left: 0px; } .framer-xsYC1 .framer-9leqq6 > :last-child, .framer-xsYC1 .framer-1m3ya9m > :last-child { margin-right: 0px; } .framer-xsYC1 .framer-3m14jh > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-xsYC1 .framer-1m3ya9m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6639.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tnsUZx3Jk\":{\"layout\":[\"fixed\",\"auto\"]},\"aPyOh3cah\":{\"layout\":[\"fixed\",\"auto\"]},\"EhMPcaIHd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"yQRnxsBK_\":{\"pattern\":\":yQRnxsBK_\",\"name\":\"bg-beige-trigger\"},\"PbTpAIupq\":{\"pattern\":\":PbTpAIupq\",\"name\":\"beige-25%\"},\"W_dfPHyh8\":{\"pattern\":\":W_dfPHyh8\",\"name\":\"beige-50%\"},\"TuEnj4LRS\":{\"pattern\":\":TuEnj4LRS\",\"name\":\"beige-75%\"},\"NahPe_lX0\":{\"pattern\":\":NahPe_lX0\",\"name\":\"beige-100%\"},\"ustZJgnTB\":{\"pattern\":\":ustZJgnTB\",\"name\":\"bg-beige-trigger\"},\"SvyQ3LR3p\":{\"pattern\":\":SvyQ3LR3p\",\"name\":\"beige-100%\"},\"o5DGZ3i3l\":{\"pattern\":\":o5DGZ3i3l\",\"name\":\"beige-75%\"},\"maycbUU9f\":{\"pattern\":\":maycbUU9f\",\"name\":\"beige-50%\"},\"kBLQxEcCk\":{\"pattern\":\":kBLQxEcCk\",\"name\":\"beige-25%\"},\"H40UsYqIx\":{\"pattern\":\":H40UsYqIx\",\"name\":\"what-we-offer\"},\"IZwgGj5UQ\":{\"pattern\":\":IZwgGj5UQ\",\"name\":\"our-process\"},\"e71NOPetV\":{\"pattern\":\":e71NOPetV\",\"name\":\"our-process\"},\"PPItqoWlL\":{\"pattern\":\":PPItqoWlL\",\"name\":\"testimonials\"},\"jXltdWcTL\":{\"pattern\":\":jXltdWcTL\",\"name\":\"about-us\"},\"uGUu1Hvjv\":{\"pattern\":\":uGUu1Hvjv\",\"name\":\"partners\"},\"jncoXYm1u\":{\"pattern\":\":jncoXYm1u\",\"name\":\"contact-us\"}}\n * @framerResponsiveScreen\n */const FramerSbOrgStrg=withCSS(Component,css,\"framer-xsYC1\");export default FramerSbOrgStrg;FramerSbOrgStrg.displayName=\"Page\";FramerSbOrgStrg.defaultProps={height:6639.5,width:1440};const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerSbOrgStrg,[{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:\"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:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTfvgaQc78lA2.woff2\",variationAxes,weight:\"400\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZ1rib2Bg-4.woff2\",weight:\"800\"},{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/PONfPc6h4EPYwJliXQBmjVx7QxI.woff2\",weight:\"800\"},{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/zsnJN7Z1wdzUvepJniD3rbvJIyU.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/UrzZBOy7RyJEWAZGduzOeHiHuY.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/996sR9SfSDuYELz8oHhDOcErkY.woff2\",weight:\"800\"},{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/ftN1HpyPVJEoEb4q36SOrNdLXU.woff2\",weight:\"800\"},{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/jN39PDxZWEwjG7Csryx3JN2r2Y.woff2\",weight:\"800\"},{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/JAur4lGGSGRGyrFi59JSIKqVgU.woff2\",weight:\"800\"}]},...SmoothScrollFonts,...ENNavigatorFonts,...WBWhatWeOfferExpandableTabletFonts,...WBWhatWeOfferExpandableFonts,...DivProblemSpaceFonts,...DivSolutionSpaceFonts,...DivLaunchFonts,...TestimonialCardCopyFonts,...VideoFonts,...AboutUsAnimationFonts,...WrapperOurPartnersFonts,...CTALetSTalkFonts,...FooterV2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSbOrgStrg\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tnsUZx3Jk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aPyOh3cah\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EhMPcaIHd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"yQRnxsBK_\\\":{\\\"pattern\\\":\\\":yQRnxsBK_\\\",\\\"name\\\":\\\"bg-beige-trigger\\\"},\\\"PbTpAIupq\\\":{\\\"pattern\\\":\\\":PbTpAIupq\\\",\\\"name\\\":\\\"beige-25%\\\"},\\\"W_dfPHyh8\\\":{\\\"pattern\\\":\\\":W_dfPHyh8\\\",\\\"name\\\":\\\"beige-50%\\\"},\\\"TuEnj4LRS\\\":{\\\"pattern\\\":\\\":TuEnj4LRS\\\",\\\"name\\\":\\\"beige-75%\\\"},\\\"NahPe_lX0\\\":{\\\"pattern\\\":\\\":NahPe_lX0\\\",\\\"name\\\":\\\"beige-100%\\\"},\\\"ustZJgnTB\\\":{\\\"pattern\\\":\\\":ustZJgnTB\\\",\\\"name\\\":\\\"bg-beige-trigger\\\"},\\\"SvyQ3LR3p\\\":{\\\"pattern\\\":\\\":SvyQ3LR3p\\\",\\\"name\\\":\\\"beige-100%\\\"},\\\"o5DGZ3i3l\\\":{\\\"pattern\\\":\\\":o5DGZ3i3l\\\",\\\"name\\\":\\\"beige-75%\\\"},\\\"maycbUU9f\\\":{\\\"pattern\\\":\\\":maycbUU9f\\\",\\\"name\\\":\\\"beige-50%\\\"},\\\"kBLQxEcCk\\\":{\\\"pattern\\\":\\\":kBLQxEcCk\\\",\\\"name\\\":\\\"beige-25%\\\"},\\\"H40UsYqIx\\\":{\\\"pattern\\\":\\\":H40UsYqIx\\\",\\\"name\\\":\\\"what-we-offer\\\"},\\\"IZwgGj5UQ\\\":{\\\"pattern\\\":\\\":IZwgGj5UQ\\\",\\\"name\\\":\\\"our-process\\\"},\\\"e71NOPetV\\\":{\\\"pattern\\\":\\\":e71NOPetV\\\",\\\"name\\\":\\\"our-process\\\"},\\\"PPItqoWlL\\\":{\\\"pattern\\\":\\\":PPItqoWlL\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"jXltdWcTL\\\":{\\\"pattern\\\":\\\":jXltdWcTL\\\",\\\"name\\\":\\\"about-us\\\"},\\\"uGUu1Hvjv\\\":{\\\"pattern\\\":\\\":uGUu1Hvjv\\\",\\\"name\\\":\\\"partners\\\"},\\\"jncoXYm1u\\\":{\\\"pattern\\\":\\\":jncoXYm1u\\\",\\\"name\\\":\\\"contact-us\\\"}}\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"6639.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "t", "e", "i", "s", "Animate", "n", "r", "o", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "Lenis", "h", "a", "c", "d", "p", "u", "m", "v", "g", "S", "w", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "allElements", "i", "element", "Lenis", "raf", "time", "styleElement", "p", "l", "addPropertyControls", "ControlType", "clamp", "t", "e", "n", "progress", "t", "e", "n", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "ye", "fe", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "start1", "end1", "newNumPages", "findNextItem", "delta", "children", "scrollTarget", "item", "length", "threshold", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "gotoDelta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "u", "motion", "child", "index", "ref", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "ref1", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "AmhFNkKKP_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "p", "x", "motion", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "__FramerMetadata__", "CarouselFonts", "getFonts", "Carousel", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "AmhFNkKKP_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "LayoutGroup", "cx", "ComponentViewportProvider", "u", "Image2", "RichText2", "css", "FramerAmhFNkKKP", "withCSS", "AmhFNkKKP_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "paragraph", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Ff0acYz1L", "jZWNxFaiW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "Framerk8oLoGSJ7", "withCSS", "k8oLoGSJ7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "backgroundColor", "backgroundOpen", "height", "id", "imageOfTheCard", "pagraphOpen", "paragraph", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "u", "Link", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "c8FMpCf6u", "Jn4CEyb1L", "NkvIrBHfF", "PaWGbbAss", "I6xRQfR6r", "UwI7me7O_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerIAMP6WBB_", "withCSS", "IAMP6WBB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "murmur2", "e", "c", "m", "withCSS", "n", "a", "r", "x", "j", "b", "RenderTarget", "$", "v", "w", "C", "V", "f", "i", "d", "l", "o", "u", "p", "h", "g", "y", "e", "Gn", "t", "c", "A", "murmur2", "motion", "Arc_default", "addPropertyControls", "ControlType", "WV_0nt2JG_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "ArcFonts", "getFonts", "Arc_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "WV_0nt2JG_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "SVG", "css", "FramerWV_0nt2JG", "withCSS", "WV_0nt2JG_default", "addPropertyControls", "ControlType", "addFonts", "ServicesCTAFonts", "getFonts", "WV_0nt2JG_default", "CardServicesFonts", "IAMP6WBB_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter8ccyyv", "args", "onMouseLeave1ey4pvs", "onMouseEnter1ghyyem", "onMouseEnterb97hg", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerNExZUsGQs", "withCSS", "NExZUsGQs_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "REnBJZ3Az_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "ArcFonts", "getFonts", "Arc_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "REnBJZ3Az_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "LayoutGroup", "cx", "u", "SVG", "ComponentViewportProvider", "css", "FramerREnBJZ3Az", "withCSS", "REnBJZ3Az_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "paragraph", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "MfEoomNu5", "M0JdEoZLX", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerUKhoue71T", "withCSS", "UKhoue71T_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "paragraph", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Fc7TtwBwr", "fra9_PT2y", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerUxpUyqCgS", "withCSS", "UxpUyqCgS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CardServicesFonts", "getFonts", "IAMP6WBB_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1ws7x3d", "args", "onMouseLeavexcongo", "onMouseEnter15netjz", "onMouseEnterlxszbk", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerwgPnF_Au9", "withCSS", "wgPnF_Au9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "WwwbRZMR6_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "WwwbRZMR6_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "LayoutGroup", "u", "cx", "RichText2", "Link", "Image2", "getLoadingLazyAtYPosition", "css", "FramerWwwbRZMR6", "withCSS", "WwwbRZMR6_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "SmoothScrollFonts", "getFonts", "SmoothScroll", "ENNavigatorFonts", "OEkTCMKsF_default", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "WBWhatWeOfferExpandableTabletFonts", "wgPnF_Au9_default", "MotionAWithFX", "motion", "WBWhatWeOfferExpandableFonts", "NExZUsGQs_default", "RichTextWithFX", "DivProblemSpaceFonts", "UxpUyqCgS_default", "MotionDivWithFXWithOptimizedAppearEffect", "DivSolutionSpaceFonts", "k8oLoGSJ7_default", "ContainerWithFX", "Container", "DivLaunchFonts", "UKhoue71T_default", "TestimonialCardCopyFonts", "AmhFNkKKP_default", "MotionDivWithFX", "VideoFonts", "Video", "AboutUsAnimationFonts", "REnBJZ3Az_default", "WrapperOurPartnersFonts", "WwwbRZMR6_default", "CTALetSTalkFonts", "aYEKSPiqs_default", "FooterV2Fonts", "p3p8N01dV_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "transition3", "animation2", "animation3", "animation4", "animation5", "animation6", "animation7", "animation8", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "animation9", "animation10", "animation11", "animation12", "transition4", "animation13", "animation14", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "uSa0unqrxdqEJsvY7V", "SvBjQ7o9OdqEJsvY7V", "tiUcAHE5GdqEJsvY7V", "iddqEJsvY7V", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "elementId6", "ref8", "elementId7", "ref9", "elementId8", "ref10", "elementId9", "ref11", "elementId10", "ref12", "isDisplayed", "isDisplayed1", "isDisplayed2", "elementId11", "ref13", "elementId12", "ref14", "elementId13", "ref15", "isDisplayed3", "elementId14", "ref16", "elementId15", "ref17", "elementId16", "ref18", "defaultLayoutId", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "x", "Link", "ChildrenCanSuspend", "tFjWgwuqg_default", "collection", "l", "index", "PathVariablesContext", "css", "FramerSbOrgStrg", "withCSS", "SbOrgStrg_default", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
