{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/jFOAZKc2EvehHtUZX1Hf/Video.js", "ssg:https://framerusercontent.com/modules/q4JZYCSGi0j1OQDcTaBD/dbxlJGBZ7xuRinAEBFPm/E7VRVPY75.js", "ssg:https://framerusercontent.com/modules/nRZ9ysC3bwlFrMQujHQF/C4y0RaMC0pD0tdX7Qvjs/hjkEISv8E.js", "ssg:https://framerusercontent.com/modules/BM1OpLW30pzahfqUs2DN/HGaDVI8yS4ccK7VSxlbM/lTxfDrdV_.js", "ssg:https://framerusercontent.com/modules/gDyxh5aeoJCwsIcCHmZA/uBku8NHGsoKM66KgjUO6/qre72nOdf.js", "ssg:https://framerusercontent.com/modules/swtx30fY9ysDpORPckjo/sUzfvY3FmDguB0Z2d9DR/qY5ZdsB7S.js", "ssg:https://framerusercontent.com/modules/aQwGI6mdNPcFJMbmNSjt/6fbOwsbFElCqiqaVZ3xZ/l0TPH6q8X.js", "ssg:https://framerusercontent.com/modules/sTPHmGcP0XzqzyBQ37sA/9kh5JOherpfs3iQxOLcW/aJ6up065n.js", "ssg:https://framerusercontent.com/modules/yljRzCQaRDM5kT4bIVid/Bh3hMEjSNeCk3kQB3aYe/CPD0jmfn_.js", "ssg:https://framerusercontent.com/modules/IarcSESmyBz0rotrtXjT/ecXJUyt9dYQdHwSAzu5b/fGRRmGQw_.js", "ssg:https://framerusercontent.com/modules/yqpvxOioecNKTSzbP4Hw/WH5lxPAXsYjZBNyVn6nH/rnc950hlV.js", "ssg:https://framerusercontent.com/modules/2w8ZlJckXxJQNntXiNwS/w37wdXbNFwbqSYdiaSF7/mgnhIKtmY.js", "ssg:https://framerusercontent.com/modules/hG5PwcgHTboHQyjYqON4/zbSPpZYi0nCKSZtOJlDf/SvFxTk3q4.js", "ssg:https://framerusercontent.com/modules/msKkQHQCmZjaR2hZzuJt/4DfvNJmKDHKCnoIm3GBh/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion,useMotionTemplate,useSpring,useTransform,useMotionValue,useMotionValueEvent,transform}from\"framer-motion\";import{useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */ export default function MagText(props){const mouseX=useMotionValue(0);return /*#__PURE__*/ _jsx(\"div\",{style:{position:\"relative\",cursor:\"default\",whiteSpace:\"pre\",fontFamily:props.font.fontFamily,color:props.color,fontSize:props.font.fontSize,fontWeight:props.font.fontWeight,letterSpacing:props.font.letterSpacing,lineHeight:props.font.lineHeight},onMouseLeave:()=>{mouseX.set(Infinity);},onMouseMove:e=>{mouseX.set(e.clientX);},children:props.text.split(\"\").map((c,idx)=>/*#__PURE__*/ _jsx(Character,{c:c,mouseX:mouseX},idx))});};function Character({c,mouseX}){const ref=useRef(null);const scaleRange=[1,1.2];const scaleX=useSpring(1,{stiffness:350,damping:40});const w=useTransform(scaleX,scaleRange,[0,.07]);const padding=useTransform(scaleX,scaleRange,[0,.05]);const scaleY=useTransform(scaleX,scaleRange,[1,.95]);useMotionValueEvent(mouseX,\"change\",mx=>{if(ref.current){const{left,width}=ref.current.getBoundingClientRect();const characterCenter=left+width/2;const distance=Math.abs(characterCenter-mx);scaleX.set(transform(distance,[70,0],scaleRange));}});return /*#__PURE__*/ _jsx(motion.span,{ref:ref,style:{display:\"inline-block\",scaleX:scaleX,scaleY:scaleY,WebkitTextStrokeColor:\"currentColor\",WebkitTextStrokeWidth:useMotionTemplate`${w}em`,paddingInline:useMotionTemplate`${padding}em`},children:c});}MagText.displayName=\"MagText\";MagText.defaultProps={text:\"Colorless green ideas sleep furiously\",color:\"black\"};addPropertyControls(MagText,{text:{type:ControlType.String,title:\"Text\",defaultValue:\"Colorless green ideas sleep furiously\",displayTextArea:true},font:{title:\"Font\",type:\"font\",controls:\"extended\"},color:{type:ControlType.Color,defaultValue:\"#000\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"MagText\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./magtext.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{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={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// 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 isPlayingRef=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 video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.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();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}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;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,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:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"0px 0px 100px 100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\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     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(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??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??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//     !isStaticRenderer\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??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?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\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];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\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},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\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},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\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"112\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={WWPt5Vr_1:{hover:true}};const cycleOrder=[\"cgrLjPREl\",\"WWPt5Vr_1\"];const serializationHash=\"framer-FruAw\";const variantClassNames={cgrLjPREl:\"framer-v-1d6g5dx\",WWPt5Vr_1:\"framer-v-161iv3t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"cgrLjPREl\",\"Variant 2\":\"WWPt5Vr_1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"cgrLjPREl\"};};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:\"cgrLjPREl\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1q4vz7g=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"WWPt5Vr_1\"),1e3);});const onAppearkwlufc=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"WWPt5Vr_1\"),400);});useOnVariantChange(baseVariant,{default:onAppear1q4vz7g,WWPt5Vr_1:onAppearkwlufc});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"WWPt5Vr_1-hover\")return true;if(baseVariant===\"WWPt5Vr_1\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rATUPGc6D\"},motionChild:true,nodeId:\"cgrLjPREl\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1d6g5dx\",className,classNames)} framer-1hb8zi9`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cgrLjPREl\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"WWPt5Vr_1-hover\":{\"data-framer-name\":undefined},WWPt5Vr_1:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1e7649d\",\"data-framer-name\":\"Vector 31\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Psu7e29sK\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 91\"><path d=\"M 25.386 4 L 4 4 L 4 86.278 L 25.386 86.278\" fill=\"transparent\" stroke-width=\"8\" stroke=\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)) /* {&quot;name&quot;:&quot;White - 100&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9141822588,withExternalLayout:true,...addPropertyOverrides({\"WWPt5Vr_1-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 91\"><path d=\"M 25.386 4 L 4 4 L 4 86.278 L 25.386 86.278\" fill=\"transparent\" stroke-width=\"8\" stroke=\"var(--token-e47c44e6-a1ca-49ad-9e80-964edcc490d4, rgb(0, 118, 255)) /* {&quot;name&quot;:&quot;Accent&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:11296318535}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"Solutions\"})}),className:\"framer-s091x9\",\"data-framer-name\":\"Everything\",fonts:[\"GF;Red Hat Display-700\"],layoutDependency:layoutDependency,layoutId:\"e9IUtxAPY\",style:{\"--extracted-r6o4lv\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"WWPt5Vr_1-hover\":{\"--extracted-r6o4lv\":\"var(--token-e47c44e6-a1ca-49ad-9e80-964edcc490d4, rgb(0, 118, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"WWPt5Vr_1-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e47c44e6-a1ca-49ad-9e80-964edcc490d4, rgb(0, 118, 255)))\"},children:\"Solutions\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mbopyu\",\"data-framer-name\":\"Vector 375\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ASAIZRgk2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 91\"><path d=\"M 4.386 4 L 25.773 4 L 25.773 86.278 L 4.386 86.278\" fill=\"transparent\" stroke-width=\"8\" stroke=\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)) /* {&quot;name&quot;:&quot;White - 100&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9379777252,withExternalLayout:true,...addPropertyOverrides({\"WWPt5Vr_1-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 91\"><path d=\"M 4.386 4 L 25.773 4 L 25.773 86.278 L 4.386 86.278\" fill=\"transparent\" stroke-width=\"8\" stroke=\"var(--token-e47c44e6-a1ca-49ad-9e80-964edcc490d4, rgb(0, 118, 255)) /* {&quot;name&quot;:&quot;Accent&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10359957188}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FruAw.framer-1hb8zi9, .framer-FruAw .framer-1hb8zi9 { display: block; }\",\".framer-FruAw.framer-1d6g5dx { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 35px; height: 104px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 440px; }\",\".framer-FruAw .framer-1e7649d, .framer-FruAw .framer-1mbopyu { flex: none; height: 91px; position: relative; width: 30px; }\",\".framer-FruAw .framer-s091x9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FruAw.framer-1d6g5dx { gap: 0px; } .framer-FruAw.framer-1d6g5dx > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-FruAw.framer-1d6g5dx > :first-child { margin-left: 0px; } .framer-FruAw.framer-1d6g5dx > :last-child { margin-right: 0px; } }\",\".framer-FruAw.framer-v-161iv3t.framer-1d6g5dx { cursor: pointer; gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FruAw.framer-v-161iv3t.framer-1d6g5dx { gap: 0px; } .framer-FruAw.framer-v-161iv3t.framer-1d6g5dx > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-FruAw.framer-v-161iv3t.framer-1d6g5dx > :first-child { margin-left: 0px; } .framer-FruAw.framer-v-161iv3t.framer-1d6g5dx > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 104\n * @framerIntrinsicWidth 440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"WWPt5Vr_1\":{\"layout\":[\"fixed\",\"fixed\"]},\"qVpSkzj3N\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerE7VRVPY75=withCSS(Component,css,\"framer-FruAw\");export default FramerE7VRVPY75;FramerE7VRVPY75.displayName=\"Home Page Opening / Web\";FramerE7VRVPY75.defaultProps={height:104,width:440};addPropertyControls(FramerE7VRVPY75,{variant:{options:[\"cgrLjPREl\",\"WWPt5Vr_1\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerE7VRVPY75,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRck05-Xecg3w.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerE7VRVPY75\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WWPt5Vr_1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qVpSkzj3N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"104\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"440\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./E7VRVPY75.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={lrNZx6CWw:{pressed:true}};const cycleOrder=[\"BkdMR8gcm\",\"lrNZx6CWw\"];const serializationHash=\"framer-ZESoa\";const variantClassNames={BkdMR8gcm:\"framer-v-91qzcf\",lrNZx6CWw:\"framer-v-mrxvsi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"BkdMR8gcm\",\"Variant 2\":\"lrNZx6CWw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"BkdMR8gcm\"};};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:\"BkdMR8gcm\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear8vjou4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"lrNZx6CWw\"),1e3);});useOnVariantChange(baseVariant,{default:onAppear8vjou4});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"lrNZx6CWw-pressed\")return true;if(baseVariant===\"lrNZx6CWw\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rATUPGc6D\"},motionChild:true,nodeId:\"BkdMR8gcm\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-91qzcf\",className,classNames)} framer-1xigutl`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BkdMR8gcm\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"lrNZx6CWw-pressed\":{\"data-framer-name\":undefined},lrNZx6CWw:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1v7nqai\",\"data-framer-name\":\"Vector 31\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"PW_l6RTQX\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 61\"><path d=\"M 16.943 3.68 L 3 3.68 L 3 57.32 L 16.943 57.32\" fill=\"transparent\" stroke-width=\"5.21557\" stroke=\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)) /* {&quot;name&quot;:&quot;White - 100&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9806656852,withExternalLayout:true,...addPropertyOverrides({\"lrNZx6CWw-pressed\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 61\"><path d=\"M 16.943 3.68 L 3 3.68 L 3 57.32 L 16.943 57.32\" fill=\"transparent\" stroke-width=\"5.21557\" stroke=\"var(--token-e47c44e6-a1ca-49ad-9e80-964edcc490d4, rgb(0, 118, 255)) /* {&quot;name&quot;:&quot;Accent&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:11619675473}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"Solutions\"})}),className:\"framer-1w91zpk\",\"data-framer-name\":\"Everything\",fonts:[\"GF;Red Hat Display-700\"],layoutDependency:layoutDependency,layoutId:\"VUVK9X3xW\",style:{\"--extracted-r6o4lv\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"lrNZx6CWw-pressed\":{\"--extracted-r6o4lv\":\"var(--token-e47c44e6-a1ca-49ad-9e80-964edcc490d4, rgb(0, 118, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"lrNZx6CWw-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e47c44e6-a1ca-49ad-9e80-964edcc490d4, rgb(0, 118, 255)))\"},children:\"Solutions\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1kcft0l\",\"data-framer-name\":\"Vector 375\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Mb1g_Bfxd\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21 61\"><path d=\"M 3.943 3 L 18.239 3 L 18.239 58 L 3.943 58\" fill=\"transparent\" stroke-width=\"5.34774\" stroke=\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)) /* {&quot;name&quot;:&quot;White - 100&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9315976085,withExternalLayout:true,...addPropertyOverrides({\"lrNZx6CWw-pressed\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21 61\"><path d=\"M 3.943 3 L 18.239 3 L 18.239 58 L 3.943 58\" fill=\"transparent\" stroke-width=\"5.34774\" stroke=\"var(--token-e47c44e6-a1ca-49ad-9e80-964edcc490d4, rgb(0, 118, 255)) /* {&quot;name&quot;:&quot;Accent&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10478154289}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZESoa.framer-1xigutl, .framer-ZESoa .framer-1xigutl { display: block; }\",\".framer-ZESoa.framer-91qzcf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 35px; height: 61px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 250px; }\",\".framer-ZESoa .framer-1v7nqai { flex: none; height: 61px; position: relative; width: 20px; }\",\".framer-ZESoa .framer-1w91zpk { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZESoa .framer-1kcft0l { flex: none; height: 61px; position: relative; width: 21px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZESoa.framer-91qzcf { gap: 0px; } .framer-ZESoa.framer-91qzcf > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-ZESoa.framer-91qzcf > :first-child { margin-left: 0px; } .framer-ZESoa.framer-91qzcf > :last-child { margin-right: 0px; } }\",\".framer-ZESoa.framer-v-mrxvsi.framer-91qzcf { cursor: pointer; gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZESoa.framer-v-mrxvsi.framer-91qzcf { gap: 0px; } .framer-ZESoa.framer-v-mrxvsi.framer-91qzcf > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-ZESoa.framer-v-mrxvsi.framer-91qzcf > :first-child { margin-left: 0px; } .framer-ZESoa.framer-v-mrxvsi.framer-91qzcf > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 61\n * @framerIntrinsicWidth 250\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"lrNZx6CWw\":{\"layout\":[\"fixed\",\"fixed\"]},\"XVYcXPEOU\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhjkEISv8E=withCSS(Component,css,\"framer-ZESoa\");export default FramerhjkEISv8E;FramerhjkEISv8E.displayName=\"Home Page Opening / mobile\";FramerhjkEISv8E.defaultProps={height:61,width:250};addPropertyControls(FramerhjkEISv8E,{variant:{options:[\"BkdMR8gcm\",\"lrNZx6CWw\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhjkEISv8E,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRck05-Xecg3w.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhjkEISv8E\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lrNZx6CWw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XVYcXPEOU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"250\",\"framerIntrinsicHeight\":\"61\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hjkEISv8E.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"X4PvRYlgY\",\"P_BdtHTF6\",\"L3HS2Co8q\",\"rz9tJpfuf\",\"dhLxWQ0tb\",\"QGacXfnA3\",\"AiLAMjBT6\",\"XSoumtiUV\"];const serializationHash=\"framer-MmQhT\";const variantClassNames={AiLAMjBT6:\"framer-v-9i3sra\",dhLxWQ0tb:\"framer-v-1td8w4q\",L3HS2Co8q:\"framer-v-85xrvp\",P_BdtHTF6:\"framer-v-1p5lxm1\",QGacXfnA3:\"framer-v-pdqymf\",rz9tJpfuf:\"framer-v-1u3aaoc\",X4PvRYlgY:\"framer-v-5vum2t\",XSoumtiUV:\"framer-v-ntpnfz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const transition2={damping:30,delay:0,mass:1,stiffness:200,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={\"Variant 1\":\"X4PvRYlgY\",\"Variant 2\":\"P_BdtHTF6\",\"Variant 3\":\"L3HS2Co8q\",\"Variant 4\":\"rz9tJpfuf\",\"Variant 5\":\"dhLxWQ0tb\",\"Variant 6\":\"QGacXfnA3\",\"Variant 7\":\"AiLAMjBT6\",\"Variant 8\":\"XSoumtiUV\"};const getProps=({height,id,text1,text2,text3,text4,text5,text6,text7,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6,_ref7;return{...props,aPyXQrT0i:(_ref=text4!==null&&text4!==void 0?text4:props.aPyXQrT0i)!==null&&_ref!==void 0?_ref:\"Prototyping.\",bxpUuozcJ:(_ref1=text2!==null&&text2!==void 0?text2:props.bxpUuozcJ)!==null&&_ref1!==void 0?_ref1:\"Roadmapping.\",CwZg6ATSN:(_ref2=text6!==null&&text6!==void 0?text6:props.CwZg6ATSN)!==null&&_ref2!==void 0?_ref2:\"User Interface Design.\",Q_QQw3KDE:(_ref3=text3!==null&&text3!==void 0?text3:props.Q_QQw3KDE)!==null&&_ref3!==void 0?_ref3:\"User Research.\",SayehUHJZ:(_ref4=text7!==null&&text7!==void 0?text7:props.SayehUHJZ)!==null&&_ref4!==void 0?_ref4:\"3rd Party Contracting.\",Tvy4ikU8Y:(_ref5=text1!==null&&text1!==void 0?text1:props.Tvy4ikU8Y)!==null&&_ref5!==void 0?_ref5:\"Solution Design.\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"X4PvRYlgY\",yjw0I0Zes:(_ref7=text5!==null&&text5!==void 0?text5:props.yjw0I0Zes)!==null&&_ref7!==void 0?_ref7:\"Branding.\"};};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,Tvy4ikU8Y,bxpUuozcJ,Q_QQw3KDE,aPyXQrT0i,yjw0I0Zes,CwZg6ATSN,SayehUHJZ,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"X4PvRYlgY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1n2ergx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"P_BdtHTF6\"),500);});const onAppear1xniq0n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"L3HS2Co8q\"),1e3);});const onAppear13ammt=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rz9tJpfuf\"),1e3);});const onAppearw0aj7t=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"dhLxWQ0tb\"),1e3);});const onAppear14hz4n5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"QGacXfnA3\"),1e3);});const onAppear1u5fo5v=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"AiLAMjBT6\"),1e3);});const onAppear6e3x6c=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"XSoumtiUV\"),1e3);});const onAppear5npf7x=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"X4PvRYlgY\"),500);});useOnVariantChange(baseVariant,{AiLAMjBT6:onAppear6e3x6c,default:onAppear1n2ergx,dhLxWQ0tb:onAppear14hz4n5,L3HS2Co8q:onAppear13ammt,P_BdtHTF6:onAppear1xniq0n,QGacXfnA3:onAppear1u5fo5v,rz9tJpfuf:onAppearw0aj7t,XSoumtiUV:onAppear5npf7x});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({AiLAMjBT6:{value:transition2},dhLxWQ0tb:{value:transition2},L3HS2Co8q:{value:transition2},P_BdtHTF6:{value:transition2},QGacXfnA3:{value:transition2},rz9tJpfuf:{value:transition2},XSoumtiUV:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-5vum2t\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"X4PvRYlgY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AiLAMjBT6:{\"data-framer-name\":\"Variant 7\"},dhLxWQ0tb:{\"data-framer-name\":\"Variant 5\"},L3HS2Co8q:{\"data-framer-name\":\"Variant 3\"},P_BdtHTF6:{\"data-framer-name\":\"Variant 2\"},QGacXfnA3:{\"data-framer-name\":\"Variant 6\"},rz9tJpfuf:{\"data-framer-name\":\"Variant 4\"},XSoumtiUV:{\"data-framer-name\":\"Variant 8\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Solution Design.\"})}),className:\"framer-1navrgu\",\"data-framer-name\":\"Text 1\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"FsHmcUuZQ\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},text:Tvy4ikU8Y,variants:{AiLAMjBT6:{opacity:0},dhLxWQ0tb:{opacity:0},L3HS2Co8q:{opacity:0},P_BdtHTF6:{opacity:0},QGacXfnA3:{opacity:0},rz9tJpfuf:{opacity:0},XSoumtiUV:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Roadmapping.\"})}),className:\"framer-x6x5dv\",\"data-framer-name\":\"Text 2\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"G1DpIUpdX\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:bxpUuozcJ,variants:{P_BdtHTF6:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"User Research.\"})}),className:\"framer-1qc6xba\",\"data-framer-name\":\"Text 3\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"gk4K1Krtg\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Q_QQw3KDE,variants:{L3HS2Co8q:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Prototyping.\"})}),className:\"framer-2l7r76\",\"data-framer-name\":\"Text 4\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"HfTxu1vUp\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:aPyXQrT0i,variants:{rz9tJpfuf:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Branding.\"})}),className:\"framer-mxfh8u\",\"data-framer-name\":\"Text 5\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"xhVh_Puy5\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:yjw0I0Zes,variants:{dhLxWQ0tb:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"User Interface Design.\"})}),className:\"framer-lhqf46\",\"data-framer-name\":\"Text 6\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"ashUXhqoj\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:CwZg6ATSN,variants:{QGacXfnA3:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"3rd Party Contracting.\"})}),className:\"framer-4e46h1\",\"data-framer-name\":\"Text 7\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"RkDhqsbwo\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:SayehUHJZ,variants:{AiLAMjBT6:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Solution Design.\"})}),className:\"framer-597ram\",\"data-framer-name\":\"Text 1 (copy)\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"O5Axl9Dp0\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Tvy4ikU8Y,variants:{XSoumtiUV:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MmQhT.framer-57zmje, .framer-MmQhT .framer-57zmje { display: block; }\",\".framer-MmQhT.framer-5vum2t { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MmQhT .framer-1navrgu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MmQhT .framer-x6x5dv { bottom: -30px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-MmQhT .framer-1qc6xba { bottom: -148px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-MmQhT .framer-2l7r76 { bottom: -222px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-MmQhT .framer-mxfh8u { bottom: -296px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-MmQhT .framer-lhqf46 { bottom: -370px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-MmQhT .framer-4e46h1 { bottom: -444px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-MmQhT .framer-597ram { bottom: -518px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MmQhT.framer-5vum2t { gap: 0px; } .framer-MmQhT.framer-5vum2t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MmQhT.framer-5vum2t > :first-child { margin-left: 0px; } .framer-MmQhT.framer-5vum2t > :last-child { margin-right: 0px; } }\",\".framer-MmQhT.framer-v-1p5lxm1 .framer-1navrgu { bottom: 30px; left: 0px; position: absolute; z-index: 1; }\",\".framer-MmQhT.framer-v-1p5lxm1 .framer-x6x5dv, .framer-MmQhT.framer-v-85xrvp .framer-1qc6xba, .framer-MmQhT.framer-v-1u3aaoc .framer-2l7r76, .framer-MmQhT.framer-v-1td8w4q .framer-mxfh8u, .framer-MmQhT.framer-v-pdqymf .framer-lhqf46, .framer-MmQhT.framer-v-9i3sra .framer-4e46h1, .framer-MmQhT.framer-v-ntpnfz .framer-597ram { bottom: unset; left: unset; position: relative; }\",\".framer-MmQhT.framer-v-1p5lxm1 .framer-1qc6xba, .framer-MmQhT.framer-v-85xrvp .framer-2l7r76, .framer-MmQhT.framer-v-1u3aaoc .framer-mxfh8u, .framer-MmQhT.framer-v-1td8w4q .framer-lhqf46, .framer-MmQhT.framer-v-pdqymf .framer-4e46h1, .framer-MmQhT.framer-v-9i3sra .framer-597ram { bottom: -30px; }\",\".framer-MmQhT.framer-v-1p5lxm1 .framer-2l7r76, .framer-MmQhT.framer-v-85xrvp .framer-mxfh8u, .framer-MmQhT.framer-v-1u3aaoc .framer-lhqf46, .framer-MmQhT.framer-v-1td8w4q .framer-4e46h1, .framer-MmQhT.framer-v-pdqymf .framer-597ram { bottom: -60px; }\",\".framer-MmQhT.framer-v-1p5lxm1 .framer-mxfh8u, .framer-MmQhT.framer-v-85xrvp .framer-lhqf46, .framer-MmQhT.framer-v-1u3aaoc .framer-4e46h1, .framer-MmQhT.framer-v-1td8w4q .framer-597ram { bottom: -90px; }\",\".framer-MmQhT.framer-v-1p5lxm1 .framer-lhqf46, .framer-MmQhT.framer-v-85xrvp .framer-4e46h1, .framer-MmQhT.framer-v-1u3aaoc .framer-597ram { bottom: -120px; }\",\".framer-MmQhT.framer-v-1p5lxm1 .framer-4e46h1, .framer-MmQhT.framer-v-85xrvp .framer-597ram { bottom: -150px; }\",\".framer-MmQhT.framer-v-1p5lxm1 .framer-597ram { bottom: -180px; }\",\".framer-MmQhT.framer-v-85xrvp .framer-1navrgu { bottom: 60px; left: 0px; position: absolute; z-index: 1; }\",\".framer-MmQhT.framer-v-85xrvp .framer-x6x5dv, .framer-MmQhT.framer-v-1u3aaoc .framer-1qc6xba, .framer-MmQhT.framer-v-1td8w4q .framer-2l7r76, .framer-MmQhT.framer-v-pdqymf .framer-mxfh8u, .framer-MmQhT.framer-v-9i3sra .framer-lhqf46, .framer-MmQhT.framer-v-ntpnfz .framer-4e46h1 { bottom: 30px; }\",\".framer-MmQhT.framer-v-1u3aaoc .framer-1navrgu { bottom: 90px; left: 0px; position: absolute; z-index: 1; }\",\".framer-MmQhT.framer-v-1u3aaoc .framer-x6x5dv, .framer-MmQhT.framer-v-1td8w4q .framer-1qc6xba, .framer-MmQhT.framer-v-pdqymf .framer-2l7r76, .framer-MmQhT.framer-v-9i3sra .framer-mxfh8u { bottom: 60px; }\",\".framer-MmQhT.framer-v-1td8w4q .framer-1navrgu { bottom: 120px; left: 0px; position: absolute; z-index: 1; }\",\".framer-MmQhT.framer-v-1td8w4q .framer-x6x5dv, .framer-MmQhT.framer-v-pdqymf .framer-1qc6xba, .framer-MmQhT.framer-v-9i3sra .framer-2l7r76 { bottom: 90px; }\",\".framer-MmQhT.framer-v-pdqymf .framer-1navrgu { bottom: 150px; left: 0px; position: absolute; z-index: 1; }\",\".framer-MmQhT.framer-v-pdqymf .framer-x6x5dv, .framer-MmQhT.framer-v-9i3sra .framer-1qc6xba { bottom: 120px; }\",\".framer-MmQhT.framer-v-9i3sra .framer-1navrgu { bottom: 180px; left: 0px; position: absolute; z-index: 1; }\",\".framer-MmQhT.framer-v-9i3sra .framer-x6x5dv { bottom: 150px; }\",\".framer-MmQhT.framer-v-ntpnfz .framer-1navrgu { bottom: 474px; left: 0px; position: absolute; z-index: 1; }\",\".framer-MmQhT.framer-v-ntpnfz .framer-x6x5dv { bottom: 400px; }\",\".framer-MmQhT.framer-v-ntpnfz .framer-1qc6xba { bottom: 326px; }\",\".framer-MmQhT.framer-v-ntpnfz .framer-2l7r76 { bottom: 252px; }\",\".framer-MmQhT.framer-v-ntpnfz .framer-mxfh8u { bottom: 178px; }\",\".framer-MmQhT.framer-v-ntpnfz .framer-lhqf46 { bottom: 104px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 161.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"P_BdtHTF6\":{\"layout\":[\"auto\",\"auto\"]},\"L3HS2Co8q\":{\"layout\":[\"auto\",\"auto\"]},\"rz9tJpfuf\":{\"layout\":[\"auto\",\"auto\"]},\"dhLxWQ0tb\":{\"layout\":[\"auto\",\"auto\"]},\"QGacXfnA3\":{\"layout\":[\"auto\",\"auto\"]},\"AiLAMjBT6\":{\"layout\":[\"auto\",\"auto\"]},\"XSoumtiUV\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Tvy4ikU8Y\":\"text1\",\"bxpUuozcJ\":\"text2\",\"Q_QQw3KDE\":\"text3\",\"aPyXQrT0i\":\"text4\",\"yjw0I0Zes\":\"text5\",\"CwZg6ATSN\":\"text6\",\"SayehUHJZ\":\"text7\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlTxfDrdV_=withCSS(Component,css,\"framer-MmQhT\");export default FramerlTxfDrdV_;FramerlTxfDrdV_.displayName=\"Sliding Words / Product Design Mobile\";FramerlTxfDrdV_.defaultProps={height:30,width:161.5};addPropertyControls(FramerlTxfDrdV_,{variant:{options:[\"X4PvRYlgY\",\"P_BdtHTF6\",\"L3HS2Co8q\",\"rz9tJpfuf\",\"dhLxWQ0tb\",\"QGacXfnA3\",\"AiLAMjBT6\",\"XSoumtiUV\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\"],title:\"Variant\",type:ControlType.Enum},Tvy4ikU8Y:{defaultValue:\"Solution Design.\",displayTextArea:false,title:\"Text 1\",type:ControlType.String},bxpUuozcJ:{defaultValue:\"Roadmapping.\",displayTextArea:false,title:\"Text 2\",type:ControlType.String},Q_QQw3KDE:{defaultValue:\"User Research.\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},aPyXQrT0i:{defaultValue:\"Prototyping.\",displayTextArea:false,title:\"Text 4\",type:ControlType.String},yjw0I0Zes:{defaultValue:\"Branding.\",displayTextArea:false,title:\"Text 5\",type:ControlType.String},CwZg6ATSN:{defaultValue:\"User Interface Design.\",displayTextArea:false,title:\"Text 6\",type:ControlType.String},SayehUHJZ:{defaultValue:\"3rd Party Contracting.\",displayTextArea:false,title:\"Text 7\",type:ControlType.String}});addFonts(FramerlTxfDrdV_,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlTxfDrdV_\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"P_BdtHTF6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"L3HS2Co8q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rz9tJpfuf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dhLxWQ0tb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QGacXfnA3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AiLAMjBT6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XSoumtiUV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"Tvy4ikU8Y\\\":\\\"text1\\\",\\\"bxpUuozcJ\\\":\\\"text2\\\",\\\"Q_QQw3KDE\\\":\\\"text3\\\",\\\"aPyXQrT0i\\\":\\\"text4\\\",\\\"yjw0I0Zes\\\":\\\"text5\\\",\\\"CwZg6ATSN\\\":\\\"text6\\\",\\\"SayehUHJZ\\\":\\\"text7\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"161.5\",\"framerIntrinsicHeight\":\"30\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lTxfDrdV_.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"VkdLX9CyF\",\"vSz4xaRUJ\",\"Kgm73Gh4g\",\"He4E5y5yw\",\"bdWLLoI17\",\"ITTmzLdcD\"];const serializationHash=\"framer-kzoJP\";const variantClassNames={bdWLLoI17:\"framer-v-c9e0dp\",He4E5y5yw:\"framer-v-v2dlu0\",ITTmzLdcD:\"framer-v-1ht71nb\",Kgm73Gh4g:\"framer-v-ocryoh\",VkdLX9CyF:\"framer-v-11t8pxy\",vSz4xaRUJ:\"framer-v-13tujbl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const transition2={damping:30,delay:0,mass:1,stiffness:200,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"VkdLX9CyF\",\"Variant 2\":\"vSz4xaRUJ\",\"Variant 3\":\"Kgm73Gh4g\",\"Variant 4\":\"He4E5y5yw\",\"Variant 5\":\"bdWLLoI17\",\"Variant 6\":\"ITTmzLdcD\"};const getProps=({height,id,text1,text3,text4,text5,text6,width,...props})=>{return{...props,aPyXQrT0i:text4??props.aPyXQrT0i??\"Augmented Reality.\",CwZg6ATSN:text6??props.CwZg6ATSN??\"iOS.\",Q_QQw3KDE:text3??props.Q_QQw3KDE??\"Web (VueJS).\",Tvy4ikU8Y:text1??props.Tvy4ikU8Y??\"Solution Design\",variant:humanReadableVariantMap[props.variant]??props.variant??\"VkdLX9CyF\",yjw0I0Zes:text5??props.yjw0I0Zes??\"Oculus (Virtual Reality).\"};};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,Tvy4ikU8Y,Q_QQw3KDE,aPyXQrT0i,yjw0I0Zes,CwZg6ATSN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VkdLX9CyF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearhyk8hl=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"vSz4xaRUJ\"),500);});const onAppear1lpet3r=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Kgm73Gh4g\"),1e3);});const onAppear3wu7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"He4E5y5yw\"),1e3);});const onAppear1j7q4eo=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"bdWLLoI17\"),1e3);});const onAppear128wp5v=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ITTmzLdcD\"),1e3);});const onAppeargr95dm=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"VkdLX9CyF\"),500);});useOnVariantChange(baseVariant,{bdWLLoI17:onAppear128wp5v,default:onAppearhyk8hl,He4E5y5yw:onAppear1j7q4eo,ITTmzLdcD:onAppeargr95dm,Kgm73Gh4g:onAppear3wu7,vSz4xaRUJ:onAppear1lpet3r});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({bdWLLoI17:{value:transition2},He4E5y5yw:{value:transition2},ITTmzLdcD:{value:transition2},Kgm73Gh4g:{value:transition2},vSz4xaRUJ:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-11t8pxy\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VkdLX9CyF\",ref:ref??ref1,style:{...style},...addPropertyOverrides({bdWLLoI17:{\"data-framer-name\":\"Variant 5\"},He4E5y5yw:{\"data-framer-name\":\"Variant 4\"},ITTmzLdcD:{\"data-framer-name\":\"Variant 6\"},Kgm73Gh4g:{\"data-framer-name\":\"Variant 3\"},vSz4xaRUJ:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"iOS.\"})}),className:\"framer-1cdmxsd\",\"data-framer-name\":\"Text 1\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"n3yCkjKK1\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{bdWLLoI17:{opacity:0},He4E5y5yw:{opacity:0},ITTmzLdcD:{opacity:0},Kgm73Gh4g:{opacity:0},vSz4xaRUJ:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Android (Google & Huawei).\"})}),className:\"framer-zje8i8\",\"data-framer-name\":\"Text 2\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"Wijb2018i\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{vSz4xaRUJ:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Web (VueJS).\"})}),className:\"framer-1ppdkzt\",\"data-framer-name\":\"Text 3\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"WkBTPR0yi\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Q_QQw3KDE,variants:{Kgm73Gh4g:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Augmented Reality.\"})}),className:\"framer-1gwtdn2\",\"data-framer-name\":\"Text 4\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"jtQpLh7Y6\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:aPyXQrT0i,variants:{He4E5y5yw:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Oculus (Virtual Reality).\"})}),className:\"framer-1kqgx66\",\"data-framer-name\":\"Text 5\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"LcfafL3Ng\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:yjw0I0Zes,variants:{bdWLLoI17:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"iOS.\"})}),className:\"framer-2h4sjy\",\"data-framer-name\":\"Text 6\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"Tp7tq4ZAW\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:CwZg6ATSN,variants:{ITTmzLdcD:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"3rd Party Contracting\"})}),className:\"framer-jxkyr8\",\"data-framer-name\":\"Text 7\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"AOobX0A2B\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Solution Design\"})}),className:\"framer-17xfym0\",\"data-framer-name\":\"Text 1 (copy)\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"tqyVSVVLS\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Tvy4ikU8Y,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kzoJP.framer-1tmrbfd, .framer-kzoJP .framer-1tmrbfd { display: block; }\",\".framer-kzoJP.framer-11t8pxy { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kzoJP .framer-1cdmxsd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kzoJP .framer-zje8i8 { bottom: -31px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-kzoJP .framer-1ppdkzt { bottom: -148px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-kzoJP .framer-1gwtdn2 { bottom: -222px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-kzoJP .framer-1kqgx66 { bottom: -296px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-kzoJP .framer-2h4sjy { bottom: -370px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-kzoJP .framer-jxkyr8 { bottom: -444px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-kzoJP .framer-17xfym0 { bottom: -518px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kzoJP.framer-11t8pxy { gap: 0px; } .framer-kzoJP.framer-11t8pxy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kzoJP.framer-11t8pxy > :first-child { margin-left: 0px; } .framer-kzoJP.framer-11t8pxy > :last-child { margin-right: 0px; } }\",\".framer-kzoJP.framer-v-13tujbl .framer-1cdmxsd { bottom: 30px; left: 0px; position: absolute; z-index: 1; }\",\".framer-kzoJP.framer-v-13tujbl .framer-zje8i8, .framer-kzoJP.framer-v-ocryoh .framer-1ppdkzt, .framer-kzoJP.framer-v-v2dlu0 .framer-1gwtdn2, .framer-kzoJP.framer-v-c9e0dp .framer-1kqgx66, .framer-kzoJP.framer-v-1ht71nb .framer-2h4sjy { bottom: unset; left: unset; position: relative; }\",\".framer-kzoJP.framer-v-13tujbl .framer-1ppdkzt, .framer-kzoJP.framer-v-ocryoh .framer-1gwtdn2, .framer-kzoJP.framer-v-v2dlu0 .framer-1kqgx66 { bottom: -30px; }\",\".framer-kzoJP.framer-v-13tujbl .framer-1gwtdn2, .framer-kzoJP.framer-v-ocryoh .framer-1kqgx66, .framer-kzoJP.framer-v-v2dlu0 .framer-2h4sjy, .framer-kzoJP.framer-v-c9e0dp .framer-jxkyr8, .framer-kzoJP.framer-v-1ht71nb .framer-17xfym0 { bottom: -148px; }\",\".framer-kzoJP.framer-v-13tujbl .framer-1kqgx66, .framer-kzoJP.framer-v-ocryoh .framer-2h4sjy, .framer-kzoJP.framer-v-v2dlu0 .framer-jxkyr8, .framer-kzoJP.framer-v-c9e0dp .framer-17xfym0 { bottom: -222px; }\",\".framer-kzoJP.framer-v-13tujbl .framer-2h4sjy, .framer-kzoJP.framer-v-ocryoh .framer-jxkyr8, .framer-kzoJP.framer-v-v2dlu0 .framer-17xfym0 { bottom: -296px; }\",\".framer-kzoJP.framer-v-13tujbl .framer-jxkyr8, .framer-kzoJP.framer-v-ocryoh .framer-17xfym0 { bottom: -370px; }\",\".framer-kzoJP.framer-v-13tujbl .framer-17xfym0 { bottom: -444px; }\",\".framer-kzoJP.framer-v-ocryoh .framer-1cdmxsd { bottom: 148px; left: 0px; position: absolute; z-index: 1; }\",\".framer-kzoJP.framer-v-ocryoh .framer-zje8i8, .framer-kzoJP.framer-v-v2dlu0 .framer-1ppdkzt, .framer-kzoJP.framer-v-c9e0dp .framer-1gwtdn2 { bottom: 30px; }\",\".framer-kzoJP.framer-v-v2dlu0 .framer-1cdmxsd { bottom: 222px; left: 0px; position: absolute; z-index: 1; }\",\".framer-kzoJP.framer-v-v2dlu0 .framer-zje8i8, .framer-kzoJP.framer-v-c9e0dp .framer-1ppdkzt, .framer-kzoJP.framer-v-1ht71nb .framer-1gwtdn2 { bottom: 148px; }\",\".framer-kzoJP.framer-v-c9e0dp .framer-1cdmxsd { bottom: 296px; left: 0px; position: absolute; z-index: 1; }\",\".framer-kzoJP.framer-v-c9e0dp .framer-zje8i8, .framer-kzoJP.framer-v-1ht71nb .framer-1ppdkzt { bottom: 222px; }\",\".framer-kzoJP.framer-v-c9e0dp .framer-2h4sjy, .framer-kzoJP.framer-v-1ht71nb .framer-jxkyr8 { bottom: -31px; }\",\".framer-kzoJP.framer-v-1ht71nb .framer-1cdmxsd { bottom: 370px; left: 0px; position: absolute; z-index: 1; }\",\".framer-kzoJP.framer-v-1ht71nb .framer-zje8i8 { bottom: 296px; }\",\".framer-kzoJP.framer-v-1ht71nb .framer-1kqgx66 { bottom: 31px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 41.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"vSz4xaRUJ\":{\"layout\":[\"auto\",\"auto\"]},\"Kgm73Gh4g\":{\"layout\":[\"auto\",\"auto\"]},\"He4E5y5yw\":{\"layout\":[\"auto\",\"auto\"]},\"bdWLLoI17\":{\"layout\":[\"auto\",\"auto\"]},\"ITTmzLdcD\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Tvy4ikU8Y\":\"text1\",\"Q_QQw3KDE\":\"text3\",\"aPyXQrT0i\":\"text4\",\"yjw0I0Zes\":\"text5\",\"CwZg6ATSN\":\"text6\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerqre72nOdf=withCSS(Component,css,\"framer-kzoJP\");export default Framerqre72nOdf;Framerqre72nOdf.displayName=\"Sliding Words / Apps Mobile\";Framerqre72nOdf.defaultProps={height:30,width:41.5};addPropertyControls(Framerqre72nOdf,{variant:{options:[\"VkdLX9CyF\",\"vSz4xaRUJ\",\"Kgm73Gh4g\",\"He4E5y5yw\",\"bdWLLoI17\",\"ITTmzLdcD\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},Tvy4ikU8Y:{defaultValue:\"Solution Design\",displayTextArea:false,title:\"Text 1\",type:ControlType.String},Q_QQw3KDE:{defaultValue:\"Web (VueJS).\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},aPyXQrT0i:{defaultValue:\"Augmented Reality.\",displayTextArea:false,title:\"Text 4\",type:ControlType.String},yjw0I0Zes:{defaultValue:\"Oculus (Virtual Reality).\",displayTextArea:false,title:\"Text 5\",type:ControlType.String},CwZg6ATSN:{defaultValue:\"iOS.\",displayTextArea:false,title:\"Text 6\",type:ControlType.String}});addFonts(Framerqre72nOdf,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerqre72nOdf\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"41.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"30\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vSz4xaRUJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Kgm73Gh4g\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"He4E5y5yw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bdWLLoI17\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ITTmzLdcD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Tvy4ikU8Y\\\":\\\"text1\\\",\\\"Q_QQw3KDE\\\":\\\"text3\\\",\\\"aPyXQrT0i\\\":\\\"text4\\\",\\\"yjw0I0Zes\\\":\\\"text5\\\",\\\"CwZg6ATSN\\\":\\\"text6\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qre72nOdf.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"DS0VkvgrY\",\"SIWx4ftzH\",\"G1i9_2UWu\",\"J0k77mtlY\",\"Q1Wyj7a9C\",\"ysbyVt2Oe\",\"fTt7UtFMe\"];const serializationHash=\"framer-2VZXR\";const variantClassNames={DS0VkvgrY:\"framer-v-1f0luck\",fTt7UtFMe:\"framer-v-870511\",G1i9_2UWu:\"framer-v-119bulz\",J0k77mtlY:\"framer-v-r01pva\",Q1Wyj7a9C:\"framer-v-1o817hp\",SIWx4ftzH:\"framer-v-m7sqz1\",ysbyVt2Oe:\"framer-v-1skdrm3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const transition2={damping:30,delay:0,mass:1,stiffness:200,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"DS0VkvgrY\",\"Variant 2\":\"SIWx4ftzH\",\"Variant 3\":\"G1i9_2UWu\",\"Variant 4\":\"J0k77mtlY\",\"Variant 5\":\"Q1Wyj7a9C\",\"Variant 6\":\"ysbyVt2Oe\",\"Variant 7\":\"fTt7UtFMe\"};const getProps=({height,id,text1,text2,text3,text4,text5,text6,text7,width,...props})=>{return{...props,aPyXQrT0i:text4??props.aPyXQrT0i??\"Blockchain.\",bxpUuozcJ:text2??props.bxpUuozcJ??\"AI / ML.\",CwZg6ATSN:text6??props.CwZg6ATSN??\"Performance Monitoring (APM).\",Q_QQw3KDE:text3??props.Q_QQw3KDE??\"Cloud Hosting (AWS).\",SayehUHJZ:text7??props.SayehUHJZ??\"3rd Party Contracting\",Tvy4ikU8Y:text1??props.Tvy4ikU8Y??\"Backend Development (Laravel).\",variant:humanReadableVariantMap[props.variant]??props.variant??\"DS0VkvgrY\",yjw0I0Zes:text5??props.yjw0I0Zes??\"DevOps.\"};};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,Tvy4ikU8Y,bxpUuozcJ,Q_QQw3KDE,aPyXQrT0i,yjw0I0Zes,CwZg6ATSN,SayehUHJZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DS0VkvgrY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearmd2pex=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"SIWx4ftzH\"),500);});const onAppeargdhokg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"G1i9_2UWu\"),1e3);});const onAppearlgpa6a=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"J0k77mtlY\"),1e3);});const onAppearwyg300=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Q1Wyj7a9C\"),1e3);});const onAppear1ddm570=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ysbyVt2Oe\"),1e3);});const onAppear130f72w=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fTt7UtFMe\"),1e3);});const onAppear1g5v5a9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"DS0VkvgrY\"),500);});useOnVariantChange(baseVariant,{default:onAppearmd2pex,fTt7UtFMe:onAppear1g5v5a9,G1i9_2UWu:onAppearlgpa6a,J0k77mtlY:onAppearwyg300,Q1Wyj7a9C:onAppear1ddm570,SIWx4ftzH:onAppeargdhokg,ysbyVt2Oe:onAppear130f72w});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({fTt7UtFMe:{value:transition2},G1i9_2UWu:{value:transition2},J0k77mtlY:{value:transition2},Q1Wyj7a9C:{value:transition2},SIWx4ftzH:{value:transition2},ysbyVt2Oe:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1f0luck\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"DS0VkvgrY\",ref:ref??ref1,style:{...style},...addPropertyOverrides({fTt7UtFMe:{\"data-framer-name\":\"Variant 7\"},G1i9_2UWu:{\"data-framer-name\":\"Variant 3\"},J0k77mtlY:{\"data-framer-name\":\"Variant 4\"},Q1Wyj7a9C:{\"data-framer-name\":\"Variant 5\"},SIWx4ftzH:{\"data-framer-name\":\"Variant 2\"},ysbyVt2Oe:{\"data-framer-name\":\"Variant 6\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Backend Development (Laravel).\"})}),className:\"framer-1iq6q57\",\"data-framer-name\":\"Text 1\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"L_tWktCzf\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},text:Tvy4ikU8Y,variants:{fTt7UtFMe:{opacity:0},G1i9_2UWu:{opacity:0},J0k77mtlY:{opacity:0},Q1Wyj7a9C:{opacity:0},SIWx4ftzH:{opacity:0},ysbyVt2Oe:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"AI / ML.\"})}),className:\"framer-usz7d4\",\"data-framer-name\":\"Text 2\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"QJNRTCP_q\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:bxpUuozcJ,variants:{SIWx4ftzH:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Cloud Hosting (AWS).\"})}),className:\"framer-1fynw8i\",\"data-framer-name\":\"Text 3\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"xM6tSo8RC\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Q_QQw3KDE,variants:{G1i9_2UWu:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Blockchain.\"})}),className:\"framer-u9osaw\",\"data-framer-name\":\"Text 4\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"q93F5ww82\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:aPyXQrT0i,variants:{J0k77mtlY:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"DevOps.\"})}),className:\"framer-9yox0a\",\"data-framer-name\":\"Text 5\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"k0OjP7AmD\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:yjw0I0Zes,variants:{Q1Wyj7a9C:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Performance Monitoring (APM).\"})}),className:\"framer-1aood34\",\"data-framer-name\":\"Text 6\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"BtOWB6Yc4\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:CwZg6ATSN,variants:{ysbyVt2Oe:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"3rd Party Contracting\"})}),className:\"framer-15o23vs\",\"data-framer-name\":\"Text 7\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"RFGCv5AEg\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:SayehUHJZ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Backend Development (Laravel).\"})}),className:\"framer-1w0c12b\",\"data-framer-name\":\"Text 1 (copy)\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"AbSHPCdL8\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Tvy4ikU8Y,variants:{fTt7UtFMe:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2VZXR.framer-4gxgpo, .framer-2VZXR .framer-4gxgpo { display: block; }\",\".framer-2VZXR.framer-1f0luck { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2VZXR .framer-1iq6q57 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2VZXR .framer-usz7d4 { bottom: -30px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-2VZXR .framer-1fynw8i { bottom: -148px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-2VZXR .framer-u9osaw { bottom: -222px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-2VZXR .framer-9yox0a { bottom: -296px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-2VZXR .framer-1aood34 { bottom: -370px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-2VZXR .framer-15o23vs { bottom: -444px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-2VZXR .framer-1w0c12b { bottom: -518px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2VZXR.framer-1f0luck { gap: 0px; } .framer-2VZXR.framer-1f0luck > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2VZXR.framer-1f0luck > :first-child { margin-left: 0px; } .framer-2VZXR.framer-1f0luck > :last-child { margin-right: 0px; } }\",\".framer-2VZXR.framer-v-m7sqz1 .framer-1iq6q57 { bottom: 30px; left: 0px; position: absolute; z-index: 1; }\",\".framer-2VZXR.framer-v-m7sqz1 .framer-usz7d4, .framer-2VZXR.framer-v-119bulz .framer-1fynw8i, .framer-2VZXR.framer-v-r01pva .framer-u9osaw, .framer-2VZXR.framer-v-1o817hp .framer-9yox0a, .framer-2VZXR.framer-v-1skdrm3 .framer-1aood34, .framer-2VZXR.framer-v-870511 .framer-1w0c12b { bottom: unset; left: unset; position: relative; }\",\".framer-2VZXR.framer-v-m7sqz1 .framer-1fynw8i, .framer-2VZXR.framer-v-119bulz .framer-u9osaw, .framer-2VZXR.framer-v-1o817hp .framer-1aood34, .framer-2VZXR.framer-v-1skdrm3 .framer-15o23vs { bottom: -30px; }\",\".framer-2VZXR.framer-v-m7sqz1 .framer-u9osaw, .framer-2VZXR.framer-v-119bulz .framer-9yox0a, .framer-2VZXR.framer-v-r01pva .framer-1aood34, .framer-2VZXR.framer-v-1o817hp .framer-15o23vs { bottom: -148px; }\",\".framer-2VZXR.framer-v-m7sqz1 .framer-9yox0a, .framer-2VZXR.framer-v-119bulz .framer-1aood34, .framer-2VZXR.framer-v-r01pva .framer-15o23vs, .framer-2VZXR.framer-v-1o817hp .framer-1w0c12b { bottom: -222px; }\",\".framer-2VZXR.framer-v-m7sqz1 .framer-1aood34, .framer-2VZXR.framer-v-119bulz .framer-15o23vs, .framer-2VZXR.framer-v-r01pva .framer-1w0c12b { bottom: -296px; }\",\".framer-2VZXR.framer-v-m7sqz1 .framer-15o23vs, .framer-2VZXR.framer-v-119bulz .framer-1w0c12b { bottom: -370px; }\",\".framer-2VZXR.framer-v-m7sqz1 .framer-1w0c12b { bottom: -444px; }\",\".framer-2VZXR.framer-v-119bulz .framer-1iq6q57 { bottom: 148px; left: 0px; position: absolute; z-index: 1; }\",\".framer-2VZXR.framer-v-119bulz .framer-usz7d4, .framer-2VZXR.framer-v-r01pva .framer-1fynw8i, .framer-2VZXR.framer-v-1o817hp .framer-u9osaw, .framer-2VZXR.framer-v-1skdrm3 .framer-9yox0a, .framer-2VZXR.framer-v-870511 .framer-1aood34, .framer-2VZXR.framer-v-870511 .framer-15o23vs { bottom: 30px; }\",\".framer-2VZXR.framer-v-r01pva .framer-1iq6q57 { bottom: 222px; left: 0px; position: absolute; z-index: 1; }\",\".framer-2VZXR.framer-v-r01pva .framer-usz7d4, .framer-2VZXR.framer-v-1o817hp .framer-1fynw8i, .framer-2VZXR.framer-v-1skdrm3 .framer-u9osaw { bottom: 148px; }\",\".framer-2VZXR.framer-v-r01pva .framer-9yox0a, .framer-2VZXR.framer-v-1skdrm3 .framer-1w0c12b { bottom: -31px; }\",\".framer-2VZXR.framer-v-1o817hp .framer-1iq6q57 { bottom: 296px; left: 0px; position: absolute; z-index: 1; }\",\".framer-2VZXR.framer-v-1o817hp .framer-usz7d4, .framer-2VZXR.framer-v-1skdrm3 .framer-1fynw8i, .framer-2VZXR.framer-v-870511 .framer-9yox0a { bottom: 222px; }\",\".framer-2VZXR.framer-v-1skdrm3 .framer-1iq6q57 { bottom: 370px; left: 0px; position: absolute; z-index: 1; }\",\".framer-2VZXR.framer-v-1skdrm3 .framer-usz7d4, .framer-2VZXR.framer-v-870511 .framer-u9osaw { bottom: 296px; }\",\".framer-2VZXR.framer-v-870511 .framer-1iq6q57 { bottom: 518px; left: 0px; position: absolute; z-index: 1; }\",\".framer-2VZXR.framer-v-870511 .framer-usz7d4 { bottom: 444px; }\",\".framer-2VZXR.framer-v-870511 .framer-1fynw8i { bottom: 370px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 327\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"SIWx4ftzH\":{\"layout\":[\"auto\",\"auto\"]},\"G1i9_2UWu\":{\"layout\":[\"auto\",\"auto\"]},\"J0k77mtlY\":{\"layout\":[\"auto\",\"auto\"]},\"Q1Wyj7a9C\":{\"layout\":[\"auto\",\"auto\"]},\"ysbyVt2Oe\":{\"layout\":[\"auto\",\"auto\"]},\"fTt7UtFMe\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Tvy4ikU8Y\":\"text1\",\"bxpUuozcJ\":\"text2\",\"Q_QQw3KDE\":\"text3\",\"aPyXQrT0i\":\"text4\",\"yjw0I0Zes\":\"text5\",\"CwZg6ATSN\":\"text6\",\"SayehUHJZ\":\"text7\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqY5ZdsB7S=withCSS(Component,css,\"framer-2VZXR\");export default FramerqY5ZdsB7S;FramerqY5ZdsB7S.displayName=\"Sliding Words / Technology Mobile\";FramerqY5ZdsB7S.defaultProps={height:30,width:327};addPropertyControls(FramerqY5ZdsB7S,{variant:{options:[\"DS0VkvgrY\",\"SIWx4ftzH\",\"G1i9_2UWu\",\"J0k77mtlY\",\"Q1Wyj7a9C\",\"ysbyVt2Oe\",\"fTt7UtFMe\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\"],title:\"Variant\",type:ControlType.Enum},Tvy4ikU8Y:{defaultValue:\"Backend Development (Laravel).\",displayTextArea:false,title:\"Text 1\",type:ControlType.String},bxpUuozcJ:{defaultValue:\"AI / ML.\",displayTextArea:false,title:\"Text 2\",type:ControlType.String},Q_QQw3KDE:{defaultValue:\"Cloud Hosting (AWS).\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},aPyXQrT0i:{defaultValue:\"Blockchain.\",displayTextArea:false,title:\"Text 4\",type:ControlType.String},yjw0I0Zes:{defaultValue:\"DevOps.\",displayTextArea:false,title:\"Text 5\",type:ControlType.String},CwZg6ATSN:{defaultValue:\"Performance Monitoring (APM).\",displayTextArea:false,title:\"Text 6\",type:ControlType.String},SayehUHJZ:{defaultValue:\"3rd Party Contracting\",displayTextArea:false,title:\"Text 7\",type:ControlType.String}});addFonts(FramerqY5ZdsB7S,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqY5ZdsB7S\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SIWx4ftzH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"G1i9_2UWu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J0k77mtlY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Q1Wyj7a9C\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ysbyVt2Oe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fTt7UtFMe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"327\",\"framerVariables\":\"{\\\"Tvy4ikU8Y\\\":\\\"text1\\\",\\\"bxpUuozcJ\\\":\\\"text2\\\",\\\"Q_QQw3KDE\\\":\\\"text3\\\",\\\"aPyXQrT0i\\\":\\\"text4\\\",\\\"yjw0I0Zes\\\":\\\"text5\\\",\\\"CwZg6ATSN\\\":\\\"text6\\\",\\\"SayehUHJZ\\\":\\\"text7\\\"}\",\"framerIntrinsicHeight\":\"30\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qY5ZdsB7S.map", "// Generated by Framer (455587d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ButtonsButton2Mobile from\"https://framerusercontent.com/modules/eLkqtPNeYoKmnZ3zGv8K/hyIO38YXEweVoMXcEpbU/DHBavI8O_.js\";import TabBarButton from\"https://framerusercontent.com/modules/xfRwnBUtUx1Y65yV37RC/M3dPlqYfqToAz5vEXQ94/FcL0Gi7f3.js\";import SlidingWordsProductDesignMobile from\"https://framerusercontent.com/modules/BM1OpLW30pzahfqUs2DN/HGaDVI8yS4ccK7VSxlbM/lTxfDrdV_.js\";import SlidingWordsAppsMobile from\"https://framerusercontent.com/modules/gDyxh5aeoJCwsIcCHmZA/uBku8NHGsoKM66KgjUO6/qre72nOdf.js\";import SlidingWordsTechnologyMobile from\"https://framerusercontent.com/modules/swtx30fY9ysDpORPckjo/sUzfvY3FmDguB0Z2d9DR/qY5ZdsB7S.js\";const TabBarButtonFonts=getFonts(TabBarButton);const SlidingWordsProductDesignMobileFonts=getFonts(SlidingWordsProductDesignMobile);const RichTextWithFX=withFX(RichText);const ButtonsButton2MobileFonts=getFonts(ButtonsButton2Mobile);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const SlidingWordsAppsMobileFonts=getFonts(SlidingWordsAppsMobile);const SlidingWordsTechnologyMobileFonts=getFonts(SlidingWordsTechnologyMobile);const cycleOrder=[\"UvjQh6loi\",\"p1vz1Wl2T\",\"U58vAwogY\"];const serializationHash=\"framer-5PUmX\";const variantClassNames={p1vz1Wl2T:\"framer-v-1ikud4j\",U58vAwogY:\"framer-v-br0lq5\",UvjQh6loi:\"framer-v-b5ccsa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"UvjQh6loi\",\"Variant 2\":\"p1vz1Wl2T\",\"Variant 3\":\"U58vAwogY\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"UvjQh6loi\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UvjQh6loi\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const YegvPy7BJ7zxenl=activeVariantCallback(async(...args)=>{setVariant(\"UvjQh6loi\");});const YegvPy7BJ10sw6z2=activeVariantCallback(async(...args)=>{setVariant(\"U58vAwogY\");});const YegvPy7BJv65jp3=activeVariantCallback(async(...args)=>{setVariant(\"p1vz1Wl2T\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"p1vz1Wl2T\",\"U58vAwogY\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(baseVariant===\"p1vz1Wl2T\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"U58vAwogY\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-b5ccsa\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"UvjQh6loi\",ref:refBinding,style:{backgroundColor:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",...style},...addPropertyOverrides({p1vz1Wl2T:{\"data-framer-name\":\"Variant 2\"},U58vAwogY:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t48otr\",layoutDependency:layoutDependency,layoutId:\"g6PRXHQOB\",style:{backgroundColor:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:(componentViewport?.y||0)+0+(((componentViewport?.height||481)-0-559.4)/2+0+0)+5,...addPropertyOverrides({p1vz1Wl2T:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||502)-0-559.4)/2+0+0)+5},U58vAwogY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||460.5)-0-559.4)/2+0+0)+5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c3jugs-container\",layoutDependency:layoutDependency,layoutId:\"UqPZQ8RFM-container\",nodeId:\"UqPZQ8RFM\",rendersWithMotion:true,scopeId:\"l0TPH6q8X\",children:/*#__PURE__*/_jsx(TabBarButton,{f5MF0E3pC:\"Product Design\",height:\"100%\",id:\"UqPZQ8RFM\",layoutId:\"UqPZQ8RFM\",variant:\"RaKIV_6j2\",width:\"100%\",YegvPy7BJ:YegvPy7BJ7zxenl,...addPropertyOverrides({p1vz1Wl2T:{variant:\"vB6kkfjIl\"},U58vAwogY:{variant:\"vB6kkfjIl\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:(componentViewport?.y||0)+0+(((componentViewport?.height||481)-0-559.4)/2+0+0)+5,...addPropertyOverrides({p1vz1Wl2T:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||502)-0-559.4)/2+0+0)+5},U58vAwogY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||460.5)-0-559.4)/2+0+0)+5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14vx5mi-container\",layoutDependency:layoutDependency,layoutId:\"G8eZbWK56-container\",nodeId:\"G8eZbWK56\",rendersWithMotion:true,scopeId:\"l0TPH6q8X\",children:/*#__PURE__*/_jsx(TabBarButton,{f5MF0E3pC:\"Technology\",height:\"100%\",id:\"G8eZbWK56\",layoutId:\"G8eZbWK56\",variant:\"vB6kkfjIl\",width:\"100%\",YegvPy7BJ:YegvPy7BJ10sw6z2,...addPropertyOverrides({U58vAwogY:{variant:\"RaKIV_6j2\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:(componentViewport?.y||0)+0+(((componentViewport?.height||481)-0-559.4)/2+0+0)+5,...addPropertyOverrides({p1vz1Wl2T:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||502)-0-559.4)/2+0+0)+5},U58vAwogY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||460.5)-0-559.4)/2+0+0)+5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zbsy0p-container\",layoutDependency:layoutDependency,layoutId:\"HypzYp151-container\",nodeId:\"HypzYp151\",rendersWithMotion:true,scopeId:\"l0TPH6q8X\",children:/*#__PURE__*/_jsx(TabBarButton,{f5MF0E3pC:\"Apps\",height:\"100%\",id:\"HypzYp151\",layoutId:\"HypzYp151\",variant:\"vB6kkfjIl\",width:\"100%\",YegvPy7BJ:YegvPy7BJv65jp3,...addPropertyOverrides({p1vz1Wl2T:{variant:\"RaKIV_6j2\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jcc03y\",layoutDependency:layoutDependency,layoutId:\"g9KX7uUI4\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ri4m1p\",\"data-framer-name\":\"Frame 1000001379\",layoutDependency:layoutDependency,layoutId:\"PVa0KyYdv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-up6o5b\",\"data-framer-name\":\"Frame 1000001376\",layoutDependency:layoutDependency,layoutId:\"qhsYQaNuJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"23px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\"',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(25, 23, 23, 0.699999988079071))\"},children:\"Product Design is\"})})}),className:\"framer-rb1g3j\",\"data-framer-name\":\"Product Design is\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"QScQScjfF\",style:{\"--extracted-1w3ko1f\":\"rgba(25, 23, 23, 0.699999988079071)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+0+(((componentViewport?.height||481)-0-559.4)/2+41+64)+0+0+0+0+49.9,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-f41w31-container\",layoutDependency:layoutDependency,layoutId:\"BY4AV1W10-container\",nodeId:\"BY4AV1W10\",rendersWithMotion:true,scopeId:\"l0TPH6q8X\",children:/*#__PURE__*/_jsx(SlidingWordsProductDesignMobile,{aPyXQrT0i:\"Prototyping.\",bxpUuozcJ:\"Roadmapping.\",CwZg6ATSN:\"User Interface Design.\",height:\"100%\",id:\"BY4AV1W10\",layoutId:\"BY4AV1W10\",Q_QQw3KDE:\"User Research.\",SayehUHJZ:\"3rd Party Contracting.\",Tvy4ikU8Y:\"Solution Design.\",variant:\"X4PvRYlgY\",width:\"100%\",yjw0I0Zes:\"Branding.\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ar0l5l\",\"data-framer-name\":\"Frame 1000001378\",layoutDependency:layoutDependency,layoutId:\"QftbfPpc2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yv9quj\",\"data-framer-name\":\"Frame 1000001377\",layoutDependency:layoutDependency,layoutId:\"PdyH4gutp\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTUwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Design That Inspires.\"})}),className:\"framer-1k5dnrh\",\"data-framer-name\":\"Design that Ignites.\",fonts:[\"GF;Red Hat Text-500\"],layoutDependency:layoutDependency,layoutId:\"AljNR9z_5\",style:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\"},children:\"We take the time to understand your business and users. Through research and strategic discussions, we translate your goals into a clear roadmap. Then, we design an intuitive interface, and a user experience that keeps people coming back for more.\"})}),className:\"framer-ldiad9\",\"data-framer-name\":\"We start by getting to know you and your users. Through user research and strategic discussions, we'll translate your goals into a clear roadmap. Our expert designers bring your app to life with stunning visuals, intuitive interfaces, and a user experience that keeps people coming back for more.\",fonts:[\"GF;Red Hat Text-regular\"],layoutDependency:layoutDependency,layoutId:\"iBVKPQjon\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rATUPGc6D\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"325px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||481)-0-559.4)/2+41+64)+0+0+123.9+0+286.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:300}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1czcisp-container\",layoutDependency:layoutDependency,layoutId:\"d0SJZPxUk-container\",nodeId:\"d0SJZPxUk\",rendersWithMotion:true,scopeId:\"l0TPH6q8X\",children:/*#__PURE__*/_jsx(ButtonsButton2Mobile,{height:\"100%\",id:\"d0SJZPxUk\",JmiJwqE3G:\"Check Our Services\",layoutId:\"d0SJZPxUk\",style:{height:\"100%\",width:\"100%\"},variant:\"tOv_Uy_i6\",width:\"100%\",YyCOD_lmW:resolvedLinks[0]})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dkvkna\",\"data-framer-name\":\"Frame 1000001379\",layoutDependency:layoutDependency,layoutId:\"rY0w6uwT1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u9reaj\",\"data-framer-name\":\"Frame 1000001376\",layoutDependency:layoutDependency,layoutId:\"tTtIBiSXa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Apps is\"})}),className:\"framer-179fftw\",\"data-framer-name\":\"Product Design is\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"FGTKwC1kw\",style:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,...addPropertyOverrides({p1vz1Wl2T:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||502)-0-559.4)/2+41+64)+0+0+0+0+49.9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15vwmr9-container\",layoutDependency:layoutDependency,layoutId:\"IRLNaN01m-container\",nodeId:\"IRLNaN01m\",rendersWithMotion:true,scopeId:\"l0TPH6q8X\",children:/*#__PURE__*/_jsx(SlidingWordsAppsMobile,{aPyXQrT0i:\"Augmented Reality.\",CwZg6ATSN:\"iOS.\",height:\"100%\",id:\"IRLNaN01m\",layoutId:\"IRLNaN01m\",Q_QQw3KDE:\"Web (VueJS).\",Tvy4ikU8Y:\"Solution Design\",variant:\"VkdLX9CyF\",width:\"100%\",yjw0I0Zes:\"Oculus (Virtual Reality).\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w2dssz\",\"data-framer-name\":\"Frame 1000001378\",layoutDependency:layoutDependency,layoutId:\"A6IP9xepe\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hgpend\",\"data-framer-name\":\"Frame 1000001377\",layoutDependency:layoutDependency,layoutId:\"TxG85Vzo_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTUwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Apps That Fuel Your Growth.\"})}),className:\"framer-1u7q5tb\",\"data-framer-name\":\"Design that Ignites.\",fonts:[\"GF;Red Hat Text-500\"],layoutDependency:layoutDependency,layoutId:\"XkIrzOYsL\",style:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\"},children:\"Whether you need a sleek mobile app for iOS or Android, or a powerful web application, we've got you covered. Our development teams are masters of their craft, using cutting-edge tools to build high-performance, scalable applications that seamlessly integrate with your existing systems.\"})}),className:\"framer-1g2w26p\",\"data-framer-name\":\"We start by getting to know you and your users. Through user research and strategic discussions, we'll translate your goals into a clear roadmap. Our expert designers bring your app to life with stunning visuals, intuitive interfaces, and a user experience that keeps people coming back for more.\",fonts:[\"GF;Red Hat Text-regular\"],layoutDependency:layoutDependency,layoutId:\"pTaxAwB0J\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"325px\",...addPropertyOverrides({p1vz1Wl2T:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||502)-0-559.4)/2+41+64)+0+0+123.9+0+286.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o6tkux-container\",layoutDependency:layoutDependency,layoutId:\"Hd0TiRaxP-container\",nodeId:\"Hd0TiRaxP\",rendersWithMotion:true,scopeId:\"l0TPH6q8X\",children:/*#__PURE__*/_jsx(ButtonsButton2Mobile,{height:\"100%\",id:\"Hd0TiRaxP\",JmiJwqE3G:\"Check Our Services\",layoutId:\"Hd0TiRaxP\",style:{height:\"100%\",width:\"100%\"},variant:\"tOv_Uy_i6\",width:\"100%\"})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14wkccs\",\"data-framer-name\":\"Frame 1000001379\",layoutDependency:layoutDependency,layoutId:\"UylejPsrW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10j9fva\",\"data-framer-name\":\"Frame 1000001376\",layoutDependency:layoutDependency,layoutId:\"KDhp5XMvT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Technology is\"})}),className:\"framer-ubxdn7\",\"data-framer-name\":\"Product Design is\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"XlTeWeXjG\",style:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,...addPropertyOverrides({U58vAwogY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||460.5)-0-559.4)/2+41+64)+0+0+0+0+49.9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1b22f3o-container\",layoutDependency:layoutDependency,layoutId:\"etpY4mKUn-container\",nodeId:\"etpY4mKUn\",rendersWithMotion:true,scopeId:\"l0TPH6q8X\",children:/*#__PURE__*/_jsx(SlidingWordsTechnologyMobile,{aPyXQrT0i:\"Blockchain.\",bxpUuozcJ:\"AI / ML.\",CwZg6ATSN:\"Performance Monitoring (APM).\",height:\"100%\",id:\"etpY4mKUn\",layoutId:\"etpY4mKUn\",Q_QQw3KDE:\"Cloud Hosting (AWS).\",SayehUHJZ:\"3rd Party Contracting\",Tvy4ikU8Y:\"Backend Development (Laravel).\",variant:\"DS0VkvgrY\",width:\"100%\",yjw0I0Zes:\"DevOps.\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11jgcez\",\"data-framer-name\":\"Frame 1000001378\",layoutDependency:layoutDependency,layoutId:\"w7km4bloB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6ihp56\",\"data-framer-name\":\"Frame 1000001377\",layoutDependency:layoutDependency,layoutId:\"DZaM0wwNK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTUwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Tech That Takes You to the Future.\"})}),className:\"framer-8sca9p\",\"data-framer-name\":\"Design that Ignites.\",fonts:[\"GF;Red Hat Text-500\"],layoutDependency:layoutDependency,layoutId:\"cjBKDym24\",style:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\"},children:\"Push boundaries with next-level technologies, like AR/VR, AI/ML, and blockchain. Imagine immersive experiences, intelligent automation, and high security. The result? A product that truly stands out.\"})}),className:\"framer-1blxq9z\",\"data-framer-name\":\"We start by getting to know you and your users. Through user research and strategic discussions, we'll translate your goals into a clear roadmap. Our expert designers bring your app to life with stunning visuals, intuitive interfaces, and a user experience that keeps people coming back for more.\",fonts:[\"GF;Red Hat Text-regular\"],layoutDependency:layoutDependency,layoutId:\"cjv9VIXVQ\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({U58vAwogY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||460.5)-0-559.4)/2+41+64)+0+0+123.9+0+286.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9jw9zp-container\",layoutDependency:layoutDependency,layoutId:\"apuaUmp7u-container\",nodeId:\"apuaUmp7u\",rendersWithMotion:true,scopeId:\"l0TPH6q8X\",children:/*#__PURE__*/_jsx(ButtonsButton2Mobile,{height:\"100%\",id:\"apuaUmp7u\",JmiJwqE3G:\"Check Our Services\",layoutId:\"apuaUmp7u\",style:{height:\"100%\",width:\"100%\"},variant:\"tOv_Uy_i6\",width:\"100%\"})})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5PUmX.framer-u50fce, .framer-5PUmX .framer-u50fce { display: block; }\",\".framer-5PUmX.framer-b5ccsa { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-5PUmX .framer-t48otr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 5px 15px 5px 5px; position: relative; width: 327px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5PUmX .framer-c3jugs-container, .framer-5PUmX .framer-14vx5mi-container, .framer-5PUmX .framer-zbsy0p-container, .framer-5PUmX .framer-f41w31-container, .framer-5PUmX .framer-15vwmr9-container, .framer-5PUmX .framer-1b22f3o-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-5PUmX .framer-jcc03y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-5PUmX .framer-1ri4m1p, .framer-5PUmX .framer-1dkvkna, .framer-5PUmX .framer-14wkccs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5PUmX .framer-up6o5b, .framer-5PUmX .framer-u9reaj, .framer-5PUmX .framer-10j9fva { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5PUmX .framer-rb1g3j, .framer-5PUmX .framer-179fftw, .framer-5PUmX .framer-ubxdn7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5PUmX .framer-1ar0l5l, .framer-5PUmX .framer-1w2dssz, .framer-5PUmX .framer-11jgcez { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 51px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5PUmX .framer-1yv9quj, .framer-5PUmX .framer-1hgpend, .framer-5PUmX .framer-6ihp56 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5PUmX .framer-1k5dnrh, .framer-5PUmX .framer-ldiad9, .framer-5PUmX .framer-1u7q5tb, .framer-5PUmX .framer-1g2w26p, .framer-5PUmX .framer-8sca9p, .framer-5PUmX .framer-1blxq9z { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 325px; word-break: break-word; word-wrap: break-word; }\",\".framer-5PUmX .framer-1czcisp-container, .framer-5PUmX .framer-o6tkux-container { flex: none; height: 44px; position: relative; width: 325px; }\",\".framer-5PUmX .framer-9jw9zp-container { align-self: stretch; flex: none; height: 44px; position: relative; width: auto; }\",\".framer-5PUmX.framer-v-1ikud4j .framer-t48otr { padding: 5px 5px 5px 15px; }\",\".framer-5PUmX.framer-v-1ikud4j .framer-c3jugs-container { order: 0; }\",\".framer-5PUmX.framer-v-1ikud4j .framer-14vx5mi-container { order: 1; }\",\".framer-5PUmX.framer-v-1ikud4j .framer-zbsy0p-container { order: 2; }\",\".framer-5PUmX.framer-v-br0lq5 .framer-t48otr { padding: 5px 15px 5px 15px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 481\n * @framerIntrinsicWidth 327\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"p1vz1Wl2T\":{\"layout\":[\"auto\",\"auto\"]},\"U58vAwogY\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerl0TPH6q8X=withCSS(Component,css,\"framer-5PUmX\");export default Framerl0TPH6q8X;Framerl0TPH6q8X.displayName=\"Home Page Nested Component / Mobile\";Framerl0TPH6q8X.defaultProps={height:481,width:327};addPropertyControls(Framerl0TPH6q8X,{variant:{options:[\"UvjQh6loi\",\"p1vz1Wl2T\",\"U58vAwogY\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerl0TPH6q8X,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"},{family:\"Red Hat Text\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML4pwVrPacYVFtIY.woff2\",weight:\"500\"},{family:\"Red Hat Text\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwVrPacYVFtIY.woff2\",weight:\"400\"}]},...TabBarButtonFonts,...SlidingWordsProductDesignMobileFonts,...ButtonsButton2MobileFonts,...SlidingWordsAppsMobileFonts,...SlidingWordsTechnologyMobileFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerl0TPH6q8X\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"327\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"p1vz1Wl2T\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"U58vAwogY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"481\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./l0TPH6q8X.map", "// Generated by Framer (68888f7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Y062Em7N7\",\"buwRxquqx\",\"GinBqt4HB\",\"YPEIeItFb\",\"cQD9lmOC0\",\"VaIYJlaYf\",\"ZvXer_C2A\"];const serializationHash=\"framer-vGtHq\";const variantClassNames={buwRxquqx:\"framer-v-1q9gmqb\",cQD9lmOC0:\"framer-v-151pdof\",GinBqt4HB:\"framer-v-1nqjjn3\",VaIYJlaYf:\"framer-v-1ubq1q3\",Y062Em7N7:\"framer-v-xn953y\",YPEIeItFb:\"framer-v-1yxrzux\",ZvXer_C2A:\"framer-v-c3kkhf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const transition2={damping:30,delay:0,mass:1,stiffness:200,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={\"Variant 1\":\"Y062Em7N7\",\"Variant 2\":\"buwRxquqx\",\"Variant 3\":\"GinBqt4HB\",\"Variant 4\":\"YPEIeItFb\",\"Variant 5\":\"cQD9lmOC0\",\"Variant 6\":\"VaIYJlaYf\",\"Variant 7\":\"ZvXer_C2A\"};const getProps=({height,id,text1,text7,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,SayehUHJZ:(_ref=text7!==null&&text7!==void 0?text7:props.SayehUHJZ)!==null&&_ref!==void 0?_ref:\"3rd Party Contracting\",Tvy4ikU8Y:(_ref1=text1!==null&&text1!==void 0?text1:props.Tvy4ikU8Y)!==null&&_ref1!==void 0?_ref1:\"Backend Development.\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"Y062Em7N7\"};};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,Tvy4ikU8Y,SayehUHJZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Y062Em7N7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearwkef1n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"buwRxquqx\"),500);});const onAppear1meyxmr=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"GinBqt4HB\"),1e3);});const onAppeartqwd1w=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"YPEIeItFb\"),1e3);});const onAppear1kl96zz=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"cQD9lmOC0\"),1e3);});const onAppeary7jfgg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"VaIYJlaYf\"),1e3);});const onAppear1btaniq=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ZvXer_C2A\"),1e3);});const onAppearsy190x=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Y062Em7N7\"),500);});useOnVariantChange(baseVariant,{buwRxquqx:onAppear1meyxmr,cQD9lmOC0:onAppeary7jfgg,default:onAppearwkef1n,GinBqt4HB:onAppeartqwd1w,VaIYJlaYf:onAppear1btaniq,YPEIeItFb:onAppear1kl96zz,ZvXer_C2A:onAppearsy190x});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({buwRxquqx:{value:transition2},cQD9lmOC0:{value:transition2},GinBqt4HB:{value:transition2},VaIYJlaYf:{value:transition2},YPEIeItFb:{value:transition2},ZvXer_C2A:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-xn953y\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Y062Em7N7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({buwRxquqx:{\"data-framer-name\":\"Variant 2\"},cQD9lmOC0:{\"data-framer-name\":\"Variant 5\"},GinBqt4HB:{\"data-framer-name\":\"Variant 3\"},VaIYJlaYf:{\"data-framer-name\":\"Variant 6\"},YPEIeItFb:{\"data-framer-name\":\"Variant 4\"},ZvXer_C2A:{\"data-framer-name\":\"Variant 7\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Backend Development.\"})}),className:\"framer-3ux1bn\",\"data-framer-name\":\"Text 1\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"U6q3mGFv8\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{buwRxquqx:{opacity:0},cQD9lmOC0:{opacity:0},GinBqt4HB:{opacity:0},VaIYJlaYf:{opacity:0},YPEIeItFb:{opacity:0},ZvXer_C2A:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"AI / ML\"})}),className:\"framer-1l9il0s\",\"data-framer-name\":\"Text 2\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"QB_Goa7zi\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{buwRxquqx:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Cloud Hosting.\"})}),className:\"framer-cfcq85\",\"data-framer-name\":\"Text 3\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"t0TUt2TrF\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{GinBqt4HB:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Blockchain.\"})}),className:\"framer-t137er\",\"data-framer-name\":\"Text 4\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"JSzv_B4yy\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{YPEIeItFb:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"DevOps.\"})}),className:\"framer-am8iqb\",\"data-framer-name\":\"Text 5\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"F7B9vrnH_\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{cQD9lmOC0:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Performance Monitoring.\"})}),className:\"framer-1p1q8t5\",\"data-framer-name\":\"Text 6\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"p4QaiOwmM\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{VaIYJlaYf:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"3rd Party Contracting\"})}),className:\"framer-jho5e1\",\"data-framer-name\":\"Text 7\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"OqYowgFt_\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:SayehUHJZ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Backend Development (Laravel)\"})}),className:\"framer-j0q8hb\",\"data-framer-name\":\"Text 1 (copy)\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"kWqqCWcQ0\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Tvy4ikU8Y,variants:{ZvXer_C2A:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZvXer_C2A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Backend Development.\"})}),text:undefined}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vGtHq.framer-1fxdxs, .framer-vGtHq .framer-1fxdxs { display: block; }\",\".framer-vGtHq.framer-xn953y { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-vGtHq .framer-3ux1bn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-vGtHq .framer-1l9il0s { bottom: -74px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-vGtHq .framer-cfcq85 { bottom: -148px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-vGtHq .framer-t137er { bottom: -222px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-vGtHq .framer-am8iqb { bottom: -296px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-vGtHq .framer-1p1q8t5 { bottom: -370px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-vGtHq .framer-jho5e1 { bottom: -444px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-vGtHq .framer-j0q8hb { bottom: -518px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vGtHq.framer-xn953y { gap: 0px; } .framer-vGtHq.framer-xn953y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-vGtHq.framer-xn953y > :first-child { margin-left: 0px; } .framer-vGtHq.framer-xn953y > :last-child { margin-right: 0px; } }\",\".framer-vGtHq.framer-v-1q9gmqb .framer-3ux1bn { bottom: 74px; left: 0px; position: absolute; z-index: 1; }\",\".framer-vGtHq.framer-v-1q9gmqb .framer-1l9il0s, .framer-vGtHq.framer-v-1nqjjn3 .framer-cfcq85, .framer-vGtHq.framer-v-1yxrzux .framer-t137er, .framer-vGtHq.framer-v-151pdof .framer-am8iqb, .framer-vGtHq.framer-v-1ubq1q3 .framer-1p1q8t5, .framer-vGtHq.framer-v-c3kkhf .framer-j0q8hb { bottom: unset; left: unset; position: relative; }\",\".framer-vGtHq.framer-v-1q9gmqb .framer-cfcq85, .framer-vGtHq.framer-v-1nqjjn3 .framer-t137er, .framer-vGtHq.framer-v-1yxrzux .framer-am8iqb, .framer-vGtHq.framer-v-151pdof .framer-1p1q8t5, .framer-vGtHq.framer-v-1ubq1q3 .framer-jho5e1, .framer-vGtHq.framer-v-1ubq1q3 .framer-j0q8hb { bottom: -74px; }\",\".framer-vGtHq.framer-v-1q9gmqb .framer-t137er, .framer-vGtHq.framer-v-1nqjjn3 .framer-am8iqb, .framer-vGtHq.framer-v-1yxrzux .framer-1p1q8t5, .framer-vGtHq.framer-v-151pdof .framer-jho5e1 { bottom: -148px; }\",\".framer-vGtHq.framer-v-1q9gmqb .framer-am8iqb, .framer-vGtHq.framer-v-1nqjjn3 .framer-1p1q8t5, .framer-vGtHq.framer-v-1yxrzux .framer-jho5e1, .framer-vGtHq.framer-v-151pdof .framer-j0q8hb { bottom: -222px; }\",\".framer-vGtHq.framer-v-1q9gmqb .framer-1p1q8t5, .framer-vGtHq.framer-v-1nqjjn3 .framer-jho5e1, .framer-vGtHq.framer-v-1yxrzux .framer-j0q8hb { bottom: -296px; }\",\".framer-vGtHq.framer-v-1q9gmqb .framer-jho5e1, .framer-vGtHq.framer-v-1nqjjn3 .framer-j0q8hb { bottom: -370px; }\",\".framer-vGtHq.framer-v-1q9gmqb .framer-j0q8hb { bottom: -444px; }\",\".framer-vGtHq.framer-v-1nqjjn3 .framer-3ux1bn { bottom: 148px; left: 0px; position: absolute; z-index: 1; }\",\".framer-vGtHq.framer-v-1nqjjn3 .framer-1l9il0s, .framer-vGtHq.framer-v-1yxrzux .framer-cfcq85, .framer-vGtHq.framer-v-151pdof .framer-t137er, .framer-vGtHq.framer-v-1ubq1q3 .framer-am8iqb, .framer-vGtHq.framer-v-c3kkhf .framer-jho5e1 { bottom: 74px; }\",\".framer-vGtHq.framer-v-1yxrzux .framer-3ux1bn { bottom: 222px; left: 0px; position: absolute; z-index: 1; }\",\".framer-vGtHq.framer-v-1yxrzux .framer-1l9il0s, .framer-vGtHq.framer-v-151pdof .framer-cfcq85, .framer-vGtHq.framer-v-1ubq1q3 .framer-t137er, .framer-vGtHq.framer-v-c3kkhf .framer-1p1q8t5 { bottom: 148px; }\",\".framer-vGtHq.framer-v-151pdof .framer-3ux1bn { bottom: 296px; left: 0px; position: absolute; z-index: 1; }\",\".framer-vGtHq.framer-v-151pdof .framer-1l9il0s, .framer-vGtHq.framer-v-1ubq1q3 .framer-cfcq85, .framer-vGtHq.framer-v-c3kkhf .framer-am8iqb { bottom: 222px; }\",\".framer-vGtHq.framer-v-1ubq1q3 .framer-3ux1bn { bottom: 370px; left: 0px; position: absolute; z-index: 1; }\",\".framer-vGtHq.framer-v-1ubq1q3 .framer-1l9il0s, .framer-vGtHq.framer-v-c3kkhf .framer-t137er { bottom: 296px; }\",\".framer-vGtHq.framer-v-c3kkhf .framer-3ux1bn { bottom: 518px; left: 0px; position: absolute; z-index: 1; }\",\".framer-vGtHq.framer-v-c3kkhf .framer-1l9il0s { bottom: 444px; }\",\".framer-vGtHq.framer-v-c3kkhf .framer-cfcq85 { bottom: 370px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 74\n * @framerIntrinsicWidth 578\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"buwRxquqx\":{\"layout\":[\"auto\",\"auto\"]},\"GinBqt4HB\":{\"layout\":[\"auto\",\"auto\"]},\"YPEIeItFb\":{\"layout\":[\"auto\",\"auto\"]},\"cQD9lmOC0\":{\"layout\":[\"auto\",\"auto\"]},\"VaIYJlaYf\":{\"layout\":[\"auto\",\"auto\"]},\"ZvXer_C2A\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Tvy4ikU8Y\":\"text1\",\"SayehUHJZ\":\"text7\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraJ6up065n=withCSS(Component,css,\"framer-vGtHq\");export default FrameraJ6up065n;FrameraJ6up065n.displayName=\"Sliding Words / Technology\";FrameraJ6up065n.defaultProps={height:74,width:578};addPropertyControls(FrameraJ6up065n,{variant:{options:[\"Y062Em7N7\",\"buwRxquqx\",\"GinBqt4HB\",\"YPEIeItFb\",\"cQD9lmOC0\",\"VaIYJlaYf\",\"ZvXer_C2A\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\"],title:\"Variant\",type:ControlType.Enum},Tvy4ikU8Y:{defaultValue:\"Backend Development.\",displayTextArea:false,title:\"Text 1\",type:ControlType.String},SayehUHJZ:{defaultValue:\"3rd Party Contracting\",displayTextArea:false,title:\"Text 7\",type:ControlType.String}});addFonts(FrameraJ6up065n,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraJ6up065n\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"buwRxquqx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GinBqt4HB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YPEIeItFb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cQD9lmOC0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VaIYJlaYf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZvXer_C2A\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"74\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"578\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Tvy4ikU8Y\\\":\\\"text1\\\",\\\"SayehUHJZ\\\":\\\"text7\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aJ6up065n.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"iJTPLfSci\",\"n_oli143b\",\"YMnZnJQbP\",\"TrgdZkZW3\",\"EZAycXlwU\",\"R5isSC8fR\",\"bp_g2YJOo\",\"fCz64jpP5\"];const serializationHash=\"framer-j7TGP\";const variantClassNames={bp_g2YJOo:\"framer-v-6pcxzn\",EZAycXlwU:\"framer-v-319lvm\",fCz64jpP5:\"framer-v-k5t541\",iJTPLfSci:\"framer-v-m3aeqd\",n_oli143b:\"framer-v-oi8xi3\",R5isSC8fR:\"framer-v-176ghnp\",TrgdZkZW3:\"framer-v-nkok9y\",YMnZnJQbP:\"framer-v-13ihlio\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const transition2={damping:30,delay:0,mass:1,stiffness:200,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={\"Variant 1\":\"iJTPLfSci\",\"Variant 2\":\"n_oli143b\",\"Variant 3\":\"YMnZnJQbP\",\"Variant 4\":\"TrgdZkZW3\",\"Variant 5\":\"EZAycXlwU\",\"Variant 6\":\"R5isSC8fR\",\"Variant 7\":\"bp_g2YJOo\",\"Variant 8\":\"fCz64jpP5\"};const getProps=({height,id,text1,text2,text3,text4,text5,text6,text7,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6,_ref7;return{...props,aPyXQrT0i:(_ref=text4!==null&&text4!==void 0?text4:props.aPyXQrT0i)!==null&&_ref!==void 0?_ref:\"Prototyping.\",bxpUuozcJ:(_ref1=text2!==null&&text2!==void 0?text2:props.bxpUuozcJ)!==null&&_ref1!==void 0?_ref1:\"Roadmapping.\",CwZg6ATSN:(_ref2=text6!==null&&text6!==void 0?text6:props.CwZg6ATSN)!==null&&_ref2!==void 0?_ref2:\"User Interface Design.\",Q_QQw3KDE:(_ref3=text3!==null&&text3!==void 0?text3:props.Q_QQw3KDE)!==null&&_ref3!==void 0?_ref3:\"User Research.\",SayehUHJZ:(_ref4=text7!==null&&text7!==void 0?text7:props.SayehUHJZ)!==null&&_ref4!==void 0?_ref4:\"3rd Party Contracting.\",Tvy4ikU8Y:(_ref5=text1!==null&&text1!==void 0?text1:props.Tvy4ikU8Y)!==null&&_ref5!==void 0?_ref5:\"Solution Design.\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"iJTPLfSci\",yjw0I0Zes:(_ref7=text5!==null&&text5!==void 0?text5:props.yjw0I0Zes)!==null&&_ref7!==void 0?_ref7:\"Branding.\"};};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,Tvy4ikU8Y,bxpUuozcJ,Q_QQw3KDE,aPyXQrT0i,yjw0I0Zes,CwZg6ATSN,SayehUHJZ,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iJTPLfSci\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1y7pnto=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"n_oli143b\"),500);});const onAppear1tepw5r=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"YMnZnJQbP\"),1e3);});const onAppear1f9rnzz=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"TrgdZkZW3\"),1e3);});const onAppeari6hni1=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"EZAycXlwU\"),1e3);});const onAppearv3j3i4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"R5isSC8fR\"),1e3);});const onAppear121r7x5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"bp_g2YJOo\"),1e3);});const onAppear1bjq8bx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fCz64jpP5\"),1e3);});const onAppear1hsqae7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"iJTPLfSci\"),500);});useOnVariantChange(baseVariant,{bp_g2YJOo:onAppear1bjq8bx,default:onAppear1y7pnto,EZAycXlwU:onAppearv3j3i4,fCz64jpP5:onAppear1hsqae7,n_oli143b:onAppear1tepw5r,R5isSC8fR:onAppear121r7x5,TrgdZkZW3:onAppeari6hni1,YMnZnJQbP:onAppear1f9rnzz});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({bp_g2YJOo:{value:transition2},EZAycXlwU:{value:transition2},fCz64jpP5:{value:transition2},n_oli143b:{value:transition2},R5isSC8fR:{value:transition2},TrgdZkZW3:{value:transition2},YMnZnJQbP:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-m3aeqd\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iJTPLfSci\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({bp_g2YJOo:{\"data-framer-name\":\"Variant 7\"},EZAycXlwU:{\"data-framer-name\":\"Variant 5\"},fCz64jpP5:{\"data-framer-name\":\"Variant 8\"},n_oli143b:{\"data-framer-name\":\"Variant 2\"},R5isSC8fR:{\"data-framer-name\":\"Variant 6\"},TrgdZkZW3:{\"data-framer-name\":\"Variant 4\"},YMnZnJQbP:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Solution Design\"})}),className:\"framer-10mw4l9\",\"data-framer-name\":\"Text 1\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"GxHRgvXM2\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},text:Tvy4ikU8Y,variants:{bp_g2YJOo:{opacity:0},EZAycXlwU:{opacity:0},fCz64jpP5:{opacity:0},n_oli143b:{opacity:0},R5isSC8fR:{opacity:0},TrgdZkZW3:{opacity:0},YMnZnJQbP:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Roadmapping\"})}),className:\"framer-12dwoka\",\"data-framer-name\":\"Text 2\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"v7zZsqlJ3\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:bxpUuozcJ,variants:{n_oli143b:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"User Research\"})}),className:\"framer-betj8k\",\"data-framer-name\":\"Text 3\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"pzokA4rce\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Q_QQw3KDE,variants:{YMnZnJQbP:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Prototyping\"})}),className:\"framer-7zbgl8\",\"data-framer-name\":\"Text 4\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"wjuKQA8H4\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:aPyXQrT0i,variants:{TrgdZkZW3:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Branding\"})}),className:\"framer-1y2kl33\",\"data-framer-name\":\"Text 5\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"xiKh4hqz1\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:yjw0I0Zes,variants:{EZAycXlwU:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"User Interface Design\"})}),className:\"framer-r5f97c\",\"data-framer-name\":\"Text 6\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"eQU2CG9c3\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:CwZg6ATSN,variants:{R5isSC8fR:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"3rd Party Contracting\"})}),className:\"framer-dyjsdy\",\"data-framer-name\":\"Text 7\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"C7xpQUz7B\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:SayehUHJZ,variants:{bp_g2YJOo:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Solution Design\"})}),className:\"framer-yt97zx\",\"data-framer-name\":\"Text 1 (copy)\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"YfxAzXnB1\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Tvy4ikU8Y,variants:{fCz64jpP5:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j7TGP.framer-qnzla7, .framer-j7TGP .framer-qnzla7 { display: block; }\",\".framer-j7TGP.framer-m3aeqd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-j7TGP .framer-10mw4l9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-j7TGP .framer-12dwoka { bottom: -74px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-j7TGP .framer-betj8k { bottom: -148px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-j7TGP .framer-7zbgl8 { bottom: -222px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-j7TGP .framer-1y2kl33 { bottom: -296px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-j7TGP .framer-r5f97c { bottom: -370px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-j7TGP .framer-dyjsdy { bottom: -444px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-j7TGP .framer-yt97zx { bottom: -518px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j7TGP.framer-m3aeqd { gap: 0px; } .framer-j7TGP.framer-m3aeqd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-j7TGP.framer-m3aeqd > :first-child { margin-left: 0px; } .framer-j7TGP.framer-m3aeqd > :last-child { margin-right: 0px; } }\",\".framer-j7TGP.framer-v-oi8xi3 .framer-10mw4l9 { bottom: 74px; left: 0px; position: absolute; z-index: 1; }\",\".framer-j7TGP.framer-v-oi8xi3 .framer-12dwoka, .framer-j7TGP.framer-v-13ihlio .framer-betj8k, .framer-j7TGP.framer-v-nkok9y .framer-7zbgl8, .framer-j7TGP.framer-v-319lvm .framer-1y2kl33, .framer-j7TGP.framer-v-176ghnp .framer-r5f97c, .framer-j7TGP.framer-v-6pcxzn .framer-dyjsdy, .framer-j7TGP.framer-v-k5t541 .framer-yt97zx { bottom: unset; left: unset; position: relative; }\",\".framer-j7TGP.framer-v-oi8xi3 .framer-betj8k, .framer-j7TGP.framer-v-13ihlio .framer-7zbgl8, .framer-j7TGP.framer-v-nkok9y .framer-1y2kl33, .framer-j7TGP.framer-v-319lvm .framer-r5f97c, .framer-j7TGP.framer-v-176ghnp .framer-dyjsdy, .framer-j7TGP.framer-v-6pcxzn .framer-yt97zx { bottom: -74px; }\",\".framer-j7TGP.framer-v-oi8xi3 .framer-7zbgl8, .framer-j7TGP.framer-v-13ihlio .framer-1y2kl33, .framer-j7TGP.framer-v-nkok9y .framer-r5f97c, .framer-j7TGP.framer-v-319lvm .framer-dyjsdy, .framer-j7TGP.framer-v-176ghnp .framer-yt97zx { bottom: -148px; }\",\".framer-j7TGP.framer-v-oi8xi3 .framer-1y2kl33, .framer-j7TGP.framer-v-13ihlio .framer-r5f97c, .framer-j7TGP.framer-v-nkok9y .framer-dyjsdy, .framer-j7TGP.framer-v-319lvm .framer-yt97zx { bottom: -222px; }\",\".framer-j7TGP.framer-v-oi8xi3 .framer-r5f97c, .framer-j7TGP.framer-v-13ihlio .framer-dyjsdy, .framer-j7TGP.framer-v-nkok9y .framer-yt97zx { bottom: -296px; }\",\".framer-j7TGP.framer-v-oi8xi3 .framer-dyjsdy, .framer-j7TGP.framer-v-13ihlio .framer-yt97zx { bottom: -370px; }\",\".framer-j7TGP.framer-v-oi8xi3 .framer-yt97zx { bottom: -444px; }\",\".framer-j7TGP.framer-v-13ihlio .framer-10mw4l9 { bottom: 148px; left: 0px; position: absolute; z-index: 1; }\",\".framer-j7TGP.framer-v-13ihlio .framer-12dwoka, .framer-j7TGP.framer-v-nkok9y .framer-betj8k, .framer-j7TGP.framer-v-319lvm .framer-7zbgl8, .framer-j7TGP.framer-v-176ghnp .framer-1y2kl33, .framer-j7TGP.framer-v-6pcxzn .framer-r5f97c, .framer-j7TGP.framer-v-k5t541 .framer-dyjsdy { bottom: 74px; }\",\".framer-j7TGP.framer-v-nkok9y .framer-10mw4l9 { bottom: 222px; left: 0px; position: absolute; z-index: 1; }\",\".framer-j7TGP.framer-v-nkok9y .framer-12dwoka, .framer-j7TGP.framer-v-319lvm .framer-betj8k, .framer-j7TGP.framer-v-176ghnp .framer-7zbgl8, .framer-j7TGP.framer-v-6pcxzn .framer-1y2kl33, .framer-j7TGP.framer-v-k5t541 .framer-r5f97c { bottom: 148px; }\",\".framer-j7TGP.framer-v-319lvm .framer-10mw4l9 { bottom: 296px; left: 0px; position: absolute; z-index: 1; }\",\".framer-j7TGP.framer-v-319lvm .framer-12dwoka, .framer-j7TGP.framer-v-176ghnp .framer-betj8k, .framer-j7TGP.framer-v-6pcxzn .framer-7zbgl8, .framer-j7TGP.framer-v-k5t541 .framer-1y2kl33 { bottom: 222px; }\",\".framer-j7TGP.framer-v-176ghnp .framer-10mw4l9 { bottom: 370px; left: 0px; position: absolute; z-index: 1; }\",\".framer-j7TGP.framer-v-176ghnp .framer-12dwoka, .framer-j7TGP.framer-v-6pcxzn .framer-betj8k, .framer-j7TGP.framer-v-k5t541 .framer-7zbgl8 { bottom: 296px; }\",\".framer-j7TGP.framer-v-6pcxzn .framer-10mw4l9 { bottom: 444px; left: 0px; position: absolute; z-index: 1; }\",\".framer-j7TGP.framer-v-6pcxzn .framer-12dwoka, .framer-j7TGP.framer-v-k5t541 .framer-betj8k { bottom: 370px; }\",\".framer-j7TGP.framer-v-k5t541 .framer-10mw4l9 { bottom: 518px; left: 0px; position: absolute; z-index: 1; }\",\".framer-j7TGP.framer-v-k5t541 .framer-12dwoka { bottom: 444px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 74\n * @framerIntrinsicWidth 401\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"n_oli143b\":{\"layout\":[\"auto\",\"auto\"]},\"YMnZnJQbP\":{\"layout\":[\"auto\",\"auto\"]},\"TrgdZkZW3\":{\"layout\":[\"auto\",\"auto\"]},\"EZAycXlwU\":{\"layout\":[\"auto\",\"auto\"]},\"R5isSC8fR\":{\"layout\":[\"auto\",\"auto\"]},\"bp_g2YJOo\":{\"layout\":[\"auto\",\"auto\"]},\"fCz64jpP5\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Tvy4ikU8Y\":\"text1\",\"bxpUuozcJ\":\"text2\",\"Q_QQw3KDE\":\"text3\",\"aPyXQrT0i\":\"text4\",\"yjw0I0Zes\":\"text5\",\"CwZg6ATSN\":\"text6\",\"SayehUHJZ\":\"text7\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCPD0jmfn_=withCSS(Component,css,\"framer-j7TGP\");export default FramerCPD0jmfn_;FramerCPD0jmfn_.displayName=\"Sliding Words / Product Design\";FramerCPD0jmfn_.defaultProps={height:74,width:401};addPropertyControls(FramerCPD0jmfn_,{variant:{options:[\"iJTPLfSci\",\"n_oli143b\",\"YMnZnJQbP\",\"TrgdZkZW3\",\"EZAycXlwU\",\"R5isSC8fR\",\"bp_g2YJOo\",\"fCz64jpP5\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\"],title:\"Variant\",type:ControlType.Enum},Tvy4ikU8Y:{defaultValue:\"Solution Design.\",displayTextArea:false,title:\"Text 1\",type:ControlType.String},bxpUuozcJ:{defaultValue:\"Roadmapping.\",displayTextArea:false,title:\"Text 2\",type:ControlType.String},Q_QQw3KDE:{defaultValue:\"User Research.\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},aPyXQrT0i:{defaultValue:\"Prototyping.\",displayTextArea:false,title:\"Text 4\",type:ControlType.String},yjw0I0Zes:{defaultValue:\"Branding.\",displayTextArea:false,title:\"Text 5\",type:ControlType.String},CwZg6ATSN:{defaultValue:\"User Interface Design.\",displayTextArea:false,title:\"Text 6\",type:ControlType.String},SayehUHJZ:{defaultValue:\"3rd Party Contracting.\",displayTextArea:false,title:\"Text 7\",type:ControlType.String}});addFonts(FramerCPD0jmfn_,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCPD0jmfn_\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"74\",\"framerVariables\":\"{\\\"Tvy4ikU8Y\\\":\\\"text1\\\",\\\"bxpUuozcJ\\\":\\\"text2\\\",\\\"Q_QQw3KDE\\\":\\\"text3\\\",\\\"aPyXQrT0i\\\":\\\"text4\\\",\\\"yjw0I0Zes\\\":\\\"text5\\\",\\\"CwZg6ATSN\\\":\\\"text6\\\",\\\"SayehUHJZ\\\":\\\"text7\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"n_oli143b\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YMnZnJQbP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TrgdZkZW3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EZAycXlwU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"R5isSC8fR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bp_g2YJOo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fCz64jpP5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"401\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CPD0jmfn_.map", "// Generated by Framer (68888f7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"k3e3I5I9x\",\"MR4wpEVmt\",\"EvG1z8b3d\",\"RR9bGCkFN\",\"iCEzDPCfb\",\"C8HSf6l2X\"];const serializationHash=\"framer-CUtf6\";const variantClassNames={C8HSf6l2X:\"framer-v-1dp2m26\",EvG1z8b3d:\"framer-v-15alqr0\",iCEzDPCfb:\"framer-v-135on43\",k3e3I5I9x:\"framer-v-1fpbvtt\",MR4wpEVmt:\"framer-v-1jknx2u\",RR9bGCkFN:\"framer-v-10c7bh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const transition2={damping:30,delay:0,mass:1,stiffness:200,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={\"Variant 1\":\"k3e3I5I9x\",\"Variant 2\":\"MR4wpEVmt\",\"Variant 3\":\"EvG1z8b3d\",\"Variant 4\":\"RR9bGCkFN\",\"Variant 5\":\"iCEzDPCfb\",\"Variant 6\":\"C8HSf6l2X\"};const getProps=({height,id,text1,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,Tvy4ikU8Y:(_ref=text1!==null&&text1!==void 0?text1:props.Tvy4ikU8Y)!==null&&_ref!==void 0?_ref:\"Solution Design\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"k3e3I5I9x\"};};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,Tvy4ikU8Y,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"k3e3I5I9x\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear5t3mk3=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"MR4wpEVmt\"),500);});const onAppeariccfsb=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"EvG1z8b3d\"),1e3);});const onAppear1pptbrj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"RR9bGCkFN\"),1e3);});const onAppeara2qpb9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"iCEzDPCfb\"),1e3);});const onAppear138gapr=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"C8HSf6l2X\"),1e3);});const onAppear11znt0b=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"k3e3I5I9x\"),500);});useOnVariantChange(baseVariant,{C8HSf6l2X:onAppear11znt0b,default:onAppear5t3mk3,EvG1z8b3d:onAppear1pptbrj,iCEzDPCfb:onAppear138gapr,MR4wpEVmt:onAppeariccfsb,RR9bGCkFN:onAppeara2qpb9});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({C8HSf6l2X:{value:transition2},EvG1z8b3d:{value:transition2},iCEzDPCfb:{value:transition2},MR4wpEVmt:{value:transition2},RR9bGCkFN:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1fpbvtt\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"k3e3I5I9x\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({C8HSf6l2X:{\"data-framer-name\":\"Variant 6\"},EvG1z8b3d:{\"data-framer-name\":\"Variant 3\"},iCEzDPCfb:{\"data-framer-name\":\"Variant 5\"},MR4wpEVmt:{\"data-framer-name\":\"Variant 2\"},RR9bGCkFN:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"iOS.\"})}),className:\"framer-4vjc2i\",\"data-framer-name\":\"Text 1\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"nYK_Lqwn1\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{C8HSf6l2X:{opacity:0},EvG1z8b3d:{opacity:0},iCEzDPCfb:{opacity:0},MR4wpEVmt:{opacity:0},RR9bGCkFN:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Android.\"})}),className:\"framer-1omn2v8\",\"data-framer-name\":\"Text 2\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"dqhq9wMqt\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{MR4wpEVmt:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Web.\"})}),className:\"framer-v5w2cw\",\"data-framer-name\":\"Text 3\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"E8Wd8vR3m\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{EvG1z8b3d:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Augmented Reality.\"})}),className:\"framer-6mdkut\",\"data-framer-name\":\"Text 4\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"DAFtnO2QJ\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{RR9bGCkFN:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Virtual Reality.\"})}),className:\"framer-uhicz2\",\"data-framer-name\":\"Text 5\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"apkD_vaL1\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{iCEzDPCfb:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"iOS.\"})}),className:\"framer-pc9s0g\",\"data-framer-name\":\"Text 6\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"bk6NkKGna\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{C8HSf6l2X:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"3rd Party Contracting\"})}),className:\"framer-nsp0d0\",\"data-framer-name\":\"Text 7\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"KdXn9gmxm\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23)))\"},children:\"Solution Design\"})}),className:\"framer-1mu8fcm\",\"data-framer-name\":\"Text 1 (copy)\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"wxyHrn6G_\",style:{\"--extracted-r6o4lv\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Tvy4ikU8Y,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CUtf6.framer-1imvdr2, .framer-CUtf6 .framer-1imvdr2 { display: block; }\",\".framer-CUtf6.framer-1fpbvtt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CUtf6 .framer-4vjc2i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CUtf6 .framer-1omn2v8 { bottom: -74px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-CUtf6 .framer-v5w2cw { bottom: -148px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-CUtf6 .framer-6mdkut { bottom: -222px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-CUtf6 .framer-uhicz2 { bottom: -296px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-CUtf6 .framer-pc9s0g { bottom: -370px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-CUtf6 .framer-nsp0d0 { bottom: -444px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-CUtf6 .framer-1mu8fcm { bottom: -518px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CUtf6.framer-1fpbvtt { gap: 0px; } .framer-CUtf6.framer-1fpbvtt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CUtf6.framer-1fpbvtt > :first-child { margin-left: 0px; } .framer-CUtf6.framer-1fpbvtt > :last-child { margin-right: 0px; } }\",\".framer-CUtf6.framer-v-1jknx2u .framer-4vjc2i { bottom: 74px; left: 0px; position: absolute; z-index: 1; }\",\".framer-CUtf6.framer-v-1jknx2u .framer-1omn2v8, .framer-CUtf6.framer-v-15alqr0 .framer-v5w2cw, .framer-CUtf6.framer-v-10c7bh .framer-6mdkut, .framer-CUtf6.framer-v-135on43 .framer-uhicz2, .framer-CUtf6.framer-v-1dp2m26 .framer-pc9s0g { bottom: unset; left: unset; position: relative; }\",\".framer-CUtf6.framer-v-1jknx2u .framer-v5w2cw, .framer-CUtf6.framer-v-15alqr0 .framer-6mdkut, .framer-CUtf6.framer-v-10c7bh .framer-uhicz2, .framer-CUtf6.framer-v-135on43 .framer-pc9s0g, .framer-CUtf6.framer-v-1dp2m26 .framer-nsp0d0 { bottom: -74px; }\",\".framer-CUtf6.framer-v-1jknx2u .framer-6mdkut, .framer-CUtf6.framer-v-15alqr0 .framer-uhicz2, .framer-CUtf6.framer-v-10c7bh .framer-pc9s0g, .framer-CUtf6.framer-v-135on43 .framer-nsp0d0, .framer-CUtf6.framer-v-1dp2m26 .framer-1mu8fcm { bottom: -148px; }\",\".framer-CUtf6.framer-v-1jknx2u .framer-uhicz2, .framer-CUtf6.framer-v-15alqr0 .framer-pc9s0g, .framer-CUtf6.framer-v-10c7bh .framer-nsp0d0, .framer-CUtf6.framer-v-135on43 .framer-1mu8fcm { bottom: -222px; }\",\".framer-CUtf6.framer-v-1jknx2u .framer-pc9s0g, .framer-CUtf6.framer-v-15alqr0 .framer-nsp0d0, .framer-CUtf6.framer-v-10c7bh .framer-1mu8fcm { bottom: -296px; }\",\".framer-CUtf6.framer-v-1jknx2u .framer-nsp0d0, .framer-CUtf6.framer-v-15alqr0 .framer-1mu8fcm { bottom: -370px; }\",\".framer-CUtf6.framer-v-1jknx2u .framer-1mu8fcm { bottom: -444px; }\",\".framer-CUtf6.framer-v-15alqr0 .framer-4vjc2i { bottom: 148px; left: 0px; position: absolute; z-index: 1; }\",\".framer-CUtf6.framer-v-15alqr0 .framer-1omn2v8, .framer-CUtf6.framer-v-10c7bh .framer-v5w2cw, .framer-CUtf6.framer-v-135on43 .framer-6mdkut, .framer-CUtf6.framer-v-1dp2m26 .framer-uhicz2 { bottom: 74px; }\",\".framer-CUtf6.framer-v-10c7bh .framer-4vjc2i { bottom: 222px; left: 0px; position: absolute; z-index: 1; }\",\".framer-CUtf6.framer-v-10c7bh .framer-1omn2v8, .framer-CUtf6.framer-v-135on43 .framer-v5w2cw, .framer-CUtf6.framer-v-1dp2m26 .framer-6mdkut { bottom: 148px; }\",\".framer-CUtf6.framer-v-135on43 .framer-4vjc2i { bottom: 296px; left: 0px; position: absolute; z-index: 1; }\",\".framer-CUtf6.framer-v-135on43 .framer-1omn2v8, .framer-CUtf6.framer-v-1dp2m26 .framer-v5w2cw { bottom: 222px; }\",\".framer-CUtf6.framer-v-1dp2m26 .framer-4vjc2i { bottom: 370px; left: 0px; position: absolute; z-index: 1; }\",\".framer-CUtf6.framer-v-1dp2m26 .framer-1omn2v8 { bottom: 296px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 74\n * @framerIntrinsicWidth 103\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"MR4wpEVmt\":{\"layout\":[\"auto\",\"auto\"]},\"EvG1z8b3d\":{\"layout\":[\"auto\",\"auto\"]},\"RR9bGCkFN\":{\"layout\":[\"auto\",\"auto\"]},\"iCEzDPCfb\":{\"layout\":[\"auto\",\"auto\"]},\"C8HSf6l2X\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Tvy4ikU8Y\":\"text1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfGRRmGQw_=withCSS(Component,css,\"framer-CUtf6\");export default FramerfGRRmGQw_;FramerfGRRmGQw_.displayName=\"Sliding Words / Apps\";FramerfGRRmGQw_.defaultProps={height:74,width:103};addPropertyControls(FramerfGRRmGQw_,{variant:{options:[\"k3e3I5I9x\",\"MR4wpEVmt\",\"EvG1z8b3d\",\"RR9bGCkFN\",\"iCEzDPCfb\",\"C8HSf6l2X\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},Tvy4ikU8Y:{defaultValue:\"Solution Design\",displayTextArea:false,title:\"Text 1\",type:ControlType.String}});addFonts(FramerfGRRmGQw_,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfGRRmGQw_\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MR4wpEVmt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EvG1z8b3d\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RR9bGCkFN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iCEzDPCfb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"C8HSf6l2X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Tvy4ikU8Y\\\":\\\"text1\\\"}\",\"framerIntrinsicHeight\":\"74\",\"framerIntrinsicWidth\":\"103\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fGRRmGQw_.map", "// Generated by Framer (455587d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SlidingWordsTechnology from\"https://framerusercontent.com/modules/sTPHmGcP0XzqzyBQ37sA/9kh5JOherpfs3iQxOLcW/aJ6up065n.js\";import SlidingWordsProductDesign from\"https://framerusercontent.com/modules/yljRzCQaRDM5kT4bIVid/Bh3hMEjSNeCk3kQB3aYe/CPD0jmfn_.js\";import ButtonsButton1 from\"https://framerusercontent.com/modules/nlpVD8v3QvRK5AW3OhYB/4u8JLOFjFW3f9VjncWWG/EX77w3X7q.js\";import SlidingWordsApps from\"https://framerusercontent.com/modules/IarcSESmyBz0rotrtXjT/ecXJUyt9dYQdHwSAzu5b/fGRRmGQw_.js\";import SelectionBarButton from\"https://framerusercontent.com/modules/9eDxW51KbBcwu4xL5l7i/ZQEuY0y7687rTK2ctOE7/Of9Ch_MFo.js\";const SelectionBarButtonFonts=getFonts(SelectionBarButton);const SlidingWordsProductDesignFonts=getFonts(SlidingWordsProductDesign);const RichTextWithFX=withFX(RichText);const ButtonsButton1Fonts=getFonts(ButtonsButton1);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const SlidingWordsAppsFonts=getFonts(SlidingWordsApps);const SlidingWordsTechnologyFonts=getFonts(SlidingWordsTechnology);const cycleOrder=[\"iq0UGV6sa\",\"bfpoCTqd8\",\"ZSWva1VmX\",\"n2lAueDa4\",\"leLfmlImk\",\"YGnsIGcuS\"];const serializationHash=\"framer-marCy\";const variantClassNames={bfpoCTqd8:\"framer-v-uh0nq9\",iq0UGV6sa:\"framer-v-1li5xxk\",leLfmlImk:\"framer-v-1bt0pdv\",n2lAueDa4:\"framer-v-d31659\",YGnsIGcuS:\"framer-v-10x9am\",ZSWva1VmX:\"framer-v-a3pp8o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"iq0UGV6sa\",\"Variant 2\":\"bfpoCTqd8\",\"Variant 3\":\"ZSWva1VmX\",\"Variant 4\":\"n2lAueDa4\",\"Variant 5\":\"leLfmlImk\",\"Variant 6\":\"YGnsIGcuS\"};const getProps=({cursor,height,id,width,...props})=>{return{...props,jjz7RLlvQ:cursor??props.jjz7RLlvQ,variant:humanReadableVariantMap[props.variant]??props.variant??\"iq0UGV6sa\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,jjz7RLlvQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iq0UGV6sa\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const SaaTS4yK62eg2e6=activeVariantCallback(async(...args)=>{setVariant(\"iq0UGV6sa\");});const SaaTS4yK6tslajn=activeVariantCallback(async(...args)=>{setVariant(\"n2lAueDa4\");});const SaaTS4yK61vchc8c=activeVariantCallback(async(...args)=>{setVariant(\"ZSWva1VmX\");});const SaaTS4yK61eh3wj3=activeVariantCallback(async(...args)=>{setVariant(\"YGnsIGcuS\");});const SaaTS4yK6tvn7pk=activeVariantCallback(async(...args)=>{setVariant(\"bfpoCTqd8\");});const SaaTS4yK610j6j94=activeVariantCallback(async(...args)=>{setVariant(\"leLfmlImk\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"bfpoCTqd8\",\"ZSWva1VmX\",\"leLfmlImk\",\"YGnsIGcuS\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if([\"bfpoCTqd8\",\"leLfmlImk\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"ZSWva1VmX\",\"YGnsIGcuS\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1li5xxk\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"iq0UGV6sa\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({bfpoCTqd8:{\"data-framer-name\":\"Variant 2\"},leLfmlImk:{\"data-framer-name\":\"Variant 5\"},n2lAueDa4:{\"data-framer-name\":\"Variant 4\"},YGnsIGcuS:{\"data-framer-name\":\"Variant 6\"},ZSWva1VmX:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17pf8dg\",layoutDependency:layoutDependency,layoutId:\"UP9ekHLJO\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+0,...addPropertyOverrides({leLfmlImk:{width:\"210px\"},n2lAueDa4:{width:\"210px\"},YGnsIGcuS:{width:\"210px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1g6tjyb-container\",\"data-framer-cursor\":jjz7RLlvQ,layoutDependency:layoutDependency,layoutId:\"Hfhm077Xu-container\",nodeId:\"Hfhm077Xu\",rendersWithMotion:true,scopeId:\"rnc950hlV\",children:/*#__PURE__*/_jsx(SelectionBarButton,{height:\"100%\",id:\"Hfhm077Xu\",KBVYzC3xy:\"Product Design\",layoutId:\"Hfhm077Xu\",prQek8YQw:24,SaaTS4yK6:SaaTS4yK62eg2e6,variant:\"dqSaV2bDR\",width:\"100%\",...addPropertyOverrides({bfpoCTqd8:{variant:\"cZVlSePUS\"},leLfmlImk:{prQek8YQw:21,SaaTS4yK6:SaaTS4yK6tslajn,style:{width:\"100%\"},variant:\"cZVlSePUS\"},n2lAueDa4:{prQek8YQw:21,SaaTS4yK6:SaaTS4yK6tslajn,style:{width:\"100%\"}},YGnsIGcuS:{prQek8YQw:21,SaaTS4yK6:SaaTS4yK6tslajn,style:{width:\"100%\"},variant:\"cZVlSePUS\"},ZSWva1VmX:{variant:\"cZVlSePUS\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+0,...addPropertyOverrides({leLfmlImk:{width:\"210px\"},n2lAueDa4:{width:\"210px\"},YGnsIGcuS:{width:\"210px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jalyhn-container\",\"data-framer-cursor\":jjz7RLlvQ,layoutDependency:layoutDependency,layoutId:\"TDhXqqF2N-container\",nodeId:\"TDhXqqF2N\",rendersWithMotion:true,scopeId:\"rnc950hlV\",children:/*#__PURE__*/_jsx(SelectionBarButton,{height:\"100%\",id:\"TDhXqqF2N\",KBVYzC3xy:\"Technology\",layoutId:\"TDhXqqF2N\",prQek8YQw:24,SaaTS4yK6:SaaTS4yK61vchc8c,variant:\"cZVlSePUS\",width:\"100%\",...addPropertyOverrides({leLfmlImk:{prQek8YQw:21,SaaTS4yK6:SaaTS4yK61eh3wj3,style:{width:\"100%\"}},n2lAueDa4:{prQek8YQw:21,SaaTS4yK6:SaaTS4yK61eh3wj3,style:{width:\"100%\"}},YGnsIGcuS:{prQek8YQw:21,SaaTS4yK6:SaaTS4yK61eh3wj3,style:{width:\"100%\"},variant:\"dqSaV2bDR\"},ZSWva1VmX:{variant:\"dqSaV2bDR\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+0,...addPropertyOverrides({leLfmlImk:{width:\"210px\"},n2lAueDa4:{width:\"210px\"},YGnsIGcuS:{width:\"210px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yexc01-container\",\"data-framer-cursor\":jjz7RLlvQ,layoutDependency:layoutDependency,layoutId:\"pyJ6cOjJz-container\",nodeId:\"pyJ6cOjJz\",rendersWithMotion:true,scopeId:\"rnc950hlV\",children:/*#__PURE__*/_jsx(SelectionBarButton,{height:\"100%\",id:\"pyJ6cOjJz\",KBVYzC3xy:\"Apps\",layoutId:\"pyJ6cOjJz\",prQek8YQw:24,SaaTS4yK6:SaaTS4yK6tvn7pk,variant:\"cZVlSePUS\",width:\"100%\",...addPropertyOverrides({bfpoCTqd8:{variant:\"dqSaV2bDR\"},leLfmlImk:{prQek8YQw:21,SaaTS4yK6:SaaTS4yK610j6j94,style:{width:\"100%\"},variant:\"dqSaV2bDR\"},n2lAueDa4:{prQek8YQw:21,SaaTS4yK6:SaaTS4yK610j6j94,style:{width:\"100%\"}},YGnsIGcuS:{prQek8YQw:21,SaaTS4yK6:SaaTS4yK610j6j94,style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vyz68e\",layoutDependency:layoutDependency,layoutId:\"lMaa_wIdc\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-90v6u1\",\"data-framer-name\":\"Frame 1000001373\",layoutDependency:layoutDependency,layoutId:\"ljInThevm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-226p7c\",\"data-framer-name\":\"Frame 1000001372\",layoutDependency:layoutDependency,layoutId:\"z58vDPXl9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"57px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\"',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(25, 23, 23, 0.699999988079071))\"},children:\"Product Design is\"})})}),className:\"framer-1x26g7d\",\"data-framer-name\":\"Product Design is\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"sBd95PWqK\",style:{\"--extracted-1w3ko1f\":\"rgba(25, 23, 23, 0.699999988079071)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{n2lAueDa4:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({n2lAueDa4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Product Design is\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,y:(componentViewport?.y||0)+0+156+0+0+0+.05,...addPropertyOverrides({n2lAueDa4:{y:(componentViewport?.y||0)+0+156+0+0+0+0+102.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1uhqur4-container\",layoutDependency:layoutDependency,layoutId:\"p6IajPpUF-container\",nodeId:\"p6IajPpUF\",rendersWithMotion:true,scopeId:\"rnc950hlV\",children:/*#__PURE__*/_jsx(SlidingWordsProductDesign,{aPyXQrT0i:\"Prototyping.\",bxpUuozcJ:\"Roadmapping.\",CwZg6ATSN:\"User Interface Design.\",height:\"100%\",id:\"p6IajPpUF\",layoutId:\"p6IajPpUF\",Q_QQw3KDE:\"User Research.\",SayehUHJZ:\"3rd Party Contracting.\",Tvy4ikU8Y:\"Solution Design.\",variant:\"iJTPLfSci\",width:\"100%\",yjw0I0Zes:\"Branding.\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12klbda\",\"data-framer-name\":\"Frame 1000001374\",layoutDependency:layoutDependency,layoutId:\"YcqIIlQur\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cb09m5\",\"data-framer-name\":\"Frame 2609343\",layoutDependency:layoutDependency,layoutId:\"d2LNEiFaz\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:120}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Design That Inspires.\"})}),className:\"framer-16tfbzd\",\"data-framer-name\":\"Design that Ignites.\",fonts:[\"GF;Red Hat Display-700\"],layoutDependency:layoutDependency,layoutId:\"sbDHNLBsr\",style:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({n2lAueDa4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Design That Inspires.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 23, 23))\"},children:\"We take the time to understand your business and users. Through research and strategic discussions, we translate your goals into a clear roadmap. Then, we design an intuitive interface, and a user experience that keeps people coming back for more.\"})}),className:\"framer-3771j1\",\"data-framer-name\":\"We start by getting to know you and your users. Through user research and strategic discussions, we'll translate your goals into a clear roadmap. Our expert designers bring your app to life with stunning visuals, intuitive interfaces, and a user experience that keeps people coming back for more.\",fonts:[\"GF;Red Hat Text-regular\"],layoutDependency:layoutDependency,layoutId:\"T_UVcIKFw\",style:{\"--extracted-r6o4lv\":\"rgb(25, 23, 23)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({n2lAueDa4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 23, 23))\"},children:\"We take the time to understand your business and users. Through research and strategic discussions, we translate your goals into a clear roadmap. Then, we design an intuitive interface, and a user experience that keeps people coming back for more.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rATUPGc6D\"},implicitPathVariables:undefined},{href:{webPageId:\"rATUPGc6D\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"399px\",y:(componentViewport?.y||0)+0+156+0+0+152.1+0+444,...addPropertyOverrides({n2lAueDa4:{y:(componentViewport?.y||0)+0+156+0+0+254.5+0+392}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:350}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-q0ut5k-container\",\"data-framer-cursor\":jjz7RLlvQ,layoutDependency:layoutDependency,layoutId:\"Th5tePtl4-container\",nodeId:\"Th5tePtl4\",rendersWithMotion:true,scopeId:\"rnc950hlV\",children:/*#__PURE__*/_jsx(ButtonsButton1,{GL0aBoxr6:false,height:\"100%\",id:\"Th5tePtl4\",layoutId:\"Th5tePtl4\",nZky9881t:\"Check Our Services\",R0LaLsTM1:resolvedLinks[0],style:{width:\"100%\"},TIBPmUl5Q:24,variant:\"p2Iq4ovPF\",width:\"100%\",...addPropertyOverrides({n2lAueDa4:{R0LaLsTM1:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k20qnw\",\"data-framer-name\":\"Frame 1000001373\",layoutDependency:layoutDependency,layoutId:\"qt0tvrg5h\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vvpcvl\",\"data-framer-name\":\"Frame 1000001372\",layoutDependency:layoutDependency,layoutId:\"FUinWfozh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"57px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\"',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(25, 23, 23, 0.699999988079071))\"},children:\"Apps is\"})})}),className:\"framer-12pzcoo\",\"data-framer-name\":\"Apps is\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"iRMZUSiKG\",style:{\"--extracted-1w3ko1f\":\"rgba(25, 23, 23, 0.699999988079071)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{bfpoCTqd8:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bfpoCTqd8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Apps are\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,...addPropertyOverrides({bfpoCTqd8:{y:(componentViewport?.y||0)+0+156+0+0+0+.05},leLfmlImk:{y:(componentViewport?.y||0)+0+156+0+0+0+0+118.1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1k3gaye-container\",layoutDependency:layoutDependency,layoutId:\"gUMT6xhR_-container\",nodeId:\"gUMT6xhR_\",rendersWithMotion:true,scopeId:\"rnc950hlV\",children:/*#__PURE__*/_jsx(SlidingWordsApps,{height:\"100%\",id:\"gUMT6xhR_\",layoutId:\"gUMT6xhR_\",Tvy4ikU8Y:\"Solution Design\",variant:\"k3e3I5I9x\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8butu5\",\"data-framer-name\":\"Frame 1000001374\",layoutDependency:layoutDependency,layoutId:\"SgUU2LQbG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hybysm\",\"data-framer-name\":\"Frame 2609343\",layoutDependency:layoutDependency,layoutId:\"pcZUQ3xyU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\"',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(25, 23, 23, 0.699999988079071))\"},children:\"Apps that Power Up Your Potential.\"})})}),className:\"framer-1b2940b\",\"data-framer-name\":\"Apps that Power Up Your Potential.\",fonts:[\"GF;Red Hat Display-700\"],layoutDependency:layoutDependency,layoutId:\"H33RXax97\",style:{\"--extracted-1w3ko1f\":\"rgba(25, 23, 23, 0.699999988079071)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{bfpoCTqd8:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\"},leLfmlImk:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bfpoCTqd8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Apps That Fuel Your Growth.\"})})},leLfmlImk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Apps That Fuel Your Growth\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\"',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(25, 23, 23, 1))\"},children:\"Whether you need a sleek mobile app for iOS or Android, or a powerful web application, we've got you covered. Our development teams are masters of their craft, using cutting-edge tools to build high-performance, scalable applications that seamlessly integrate with your existing systems.\"})})}),className:\"framer-rls8fl\",\"data-framer-name\":\"Whether you need a sleek mobile app for iOS or Android, or a powerful web application, we've got you covered. Our development teams are masters of their craft, using cutting-edge tools to build high-performance, scalable applications that seamlessly integrate with your existing systems.\",fonts:[\"GF;Red Hat Text-regular\"],layoutDependency:layoutDependency,layoutId:\"flwonfi_M\",style:{\"--extracted-1w3ko1f\":\"rgba(25, 23, 23, 1)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{bfpoCTqd8:{\"--extracted-r6o4lv\":\"rgb(25, 23, 23)\"},leLfmlImk:{\"--extracted-r6o4lv\":\"rgb(25, 23, 23)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bfpoCTqd8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 23, 23))\"},children:\"Whether you need a sleek mobile app for iOS or Android, or a powerful web application, we've got you covered. Our development teams are masters of their craft, using cutting-edge tools to build high-performance, scalable applications that seamlessly integrate with your existing systems.\"})})},leLfmlImk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 23, 23))\"},children:\"Whether you need a sleek mobile app for iOS or Android, or a powerful web application, we've got you covered. Our development teams are masters of their craft, using cutting-edge tools to build high-performance, scalable applications that seamlessly integrate with your existing systems.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"399px\",...addPropertyOverrides({bfpoCTqd8:{y:(componentViewport?.y||0)+0+156+0+0+152.1+0+277.6},leLfmlImk:{y:(componentViewport?.y||0)+0+156+0+0+270.1+0+251.6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4ulhad-container\",layoutDependency:layoutDependency,layoutId:\"KVBv6blB0-container\",nodeId:\"KVBv6blB0\",rendersWithMotion:true,scopeId:\"rnc950hlV\",children:/*#__PURE__*/_jsx(ButtonsButton1,{GL0aBoxr6:false,height:\"100%\",id:\"KVBv6blB0\",layoutId:\"KVBv6blB0\",nZky9881t:\"Check Our Services\",style:{width:\"100%\"},TIBPmUl5Q:24,variant:\"p2Iq4ovPF\",width:\"100%\"})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cx2mbb\",\"data-framer-name\":\"Frame 1000001373\",layoutDependency:layoutDependency,layoutId:\"iBhV0_dqj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8dyg3n\",\"data-framer-name\":\"Frame 1000001372\",layoutDependency:layoutDependency,layoutId:\"daF7ftbIK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"57px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\"',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(25, 23, 23, 0.699999988079071))\"},children:\"Technology is\"})})}),className:\"framer-1dij9zz\",\"data-framer-name\":\"Technology is\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"EmU1LNRtO\",style:{\"--extracted-1w3ko1f\":\"rgba(25, 23, 23, 0.699999988079071)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,...addPropertyOverrides({YGnsIGcuS:{y:(componentViewport?.y||0)+0+156+0+0+0+0+118.1},ZSWva1VmX:{y:(componentViewport?.y||0)+0+156+0+0+0+.05}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1glqmkc-container\",layoutDependency:layoutDependency,layoutId:\"qq5fMTvja-container\",nodeId:\"qq5fMTvja\",rendersWithMotion:true,scopeId:\"rnc950hlV\",children:/*#__PURE__*/_jsx(SlidingWordsTechnology,{height:\"100%\",id:\"qq5fMTvja\",layoutId:\"qq5fMTvja\",SayehUHJZ:\"3rd Party Contracting\",Tvy4ikU8Y:\"Backend Development.\",variant:\"Y062Em7N7\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xlw6jx\",\"data-framer-name\":\"Frame 1000001374\",layoutDependency:layoutDependency,layoutId:\"wi3PloExf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nd5jm4\",\"data-framer-name\":\"Frame 2609343\",layoutDependency:layoutDependency,layoutId:\"uLJu13UOW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\"',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(25, 23, 23, 0.699999988079071))\"},children:\"Tech that Takes You to the Future.\"})})}),className:\"framer-1o36bb6\",\"data-framer-name\":\"Tech that Takes You to the Future.\",fonts:[\"GF;Red Hat Display-700\"],layoutDependency:layoutDependency,layoutId:\"tuWCnYzuW\",style:{\"--extracted-1w3ko1f\":\"rgba(25, 23, 23, 0.699999988079071)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{YGnsIGcuS:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\"},ZSWva1VmX:{\"--extracted-r6o4lv\":\"rgba(25, 23, 23, 0.7)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({YGnsIGcuS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Tech That Takes You to the Future.\"})})},ZSWva1VmX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(25, 23, 23, 0.7))\"},children:\"Tech That Takes You to the Future.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\"',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(25, 23, 23, 1))\"},children:\"Ready to push the boundaries?\\xa0 We specialize in integrating next-level technologies like AR/VR, AI/ML, and blockchain into your app.\\xa0 Imagine immersive experiences, intelligent automation, and unshakable security - all working together to make your app truly stand out.\"})})}),className:\"framer-b1qji4\",\"data-framer-name\":\"Ready to push the boundaries?\\xa0 We specialize in integrating next-level technologies like AR/VR, AI/ML, and blockchain into your app.\\xa0 Imagine immersive experiences, intelligent automation, and unshakable security - all working together to make your app truly stand out.\",fonts:[\"GF;Red Hat Text-regular\"],layoutDependency:layoutDependency,layoutId:\"aCz31NVvM\",style:{\"--extracted-1w3ko1f\":\"rgba(25, 23, 23, 1)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{YGnsIGcuS:{\"--extracted-r6o4lv\":\"rgb(25, 23, 23)\"},ZSWva1VmX:{\"--extracted-r6o4lv\":\"rgb(25, 23, 23)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({YGnsIGcuS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 23, 23))\"},children:\"Push boundaries with next-level technologies, like AR/VR, AI/ML, and blockchain. Imagine immersive experiences, intelligent automation, and high security. The result? A product that truly stands out.\"})})},ZSWva1VmX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 23, 23))\"},children:\"Push boundaries with next-level technologies, like AR/VR, AI/ML, and blockchain. Imagine immersive experiences, intelligent automation, and high security. The result? A product that truly stands out.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"399px\",...addPropertyOverrides({YGnsIGcuS:{y:(componentViewport?.y||0)+0+156+0+0+270.1+0+251.6},ZSWva1VmX:{y:(componentViewport?.y||0)+0+156+0+0+152.1+0+277.6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t8b8u3-container\",layoutDependency:layoutDependency,layoutId:\"KtMxD6Hb7-container\",nodeId:\"KtMxD6Hb7\",rendersWithMotion:true,scopeId:\"rnc950hlV\",children:/*#__PURE__*/_jsx(ButtonsButton1,{GL0aBoxr6:false,height:\"100%\",id:\"KtMxD6Hb7\",layoutId:\"KtMxD6Hb7\",nZky9881t:\"Check Our Services\",style:{width:\"100%\"},TIBPmUl5Q:24,variant:\"p2Iq4ovPF\",width:\"100%\"})})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-marCy.framer-1ohsaxa, .framer-marCy .framer-1ohsaxa { display: block; }\",\".framer-marCy.framer-1li5xxk { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1099px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-marCy .framer-17pf8dg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1099px; }\",\".framer-marCy .framer-1g6tjyb-container, .framer-marCy .framer-jalyhn-container, .framer-marCy .framer-1yexc01-container, .framer-marCy .framer-1uhqur4-container, .framer-marCy .framer-1k3gaye-container, .framer-marCy .framer-1glqmkc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-marCy .framer-1vyz68e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-marCy .framer-90v6u1, .framer-marCy .framer-1k20qnw, .framer-marCy .framer-1cx2mbb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 78px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-marCy .framer-226p7c, .framer-marCy .framer-vvpcvl, .framer-marCy .framer-8dyg3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-marCy .framer-1x26g7d, .framer-marCy .framer-12pzcoo, .framer-marCy .framer-1b2940b, .framer-marCy .framer-1dij9zz, .framer-marCy .framer-1o36bb6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-marCy .framer-12klbda, .framer-marCy .framer-8butu5, .framer-marCy .framer-1xlw6jx { 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: min-content; }\",\".framer-marCy .framer-1cb09m5, .framer-marCy .framer-1hybysm, .framer-marCy .framer-1nd5jm4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-marCy .framer-16tfbzd { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 325px; word-break: break-word; word-wrap: break-word; }\",\".framer-marCy .framer-3771j1, .framer-marCy .framer-rls8fl, .framer-marCy .framer-b1qji4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 636px; word-break: break-word; word-wrap: break-word; }\",\".framer-marCy .framer-q0ut5k-container, .framer-marCy .framer-4ulhad-container, .framer-marCy .framer-1t8b8u3-container { flex: none; height: auto; position: relative; width: 399px; }\",\".framer-marCy.framer-v-d31659 .framer-17pf8dg, .framer-marCy.framer-v-1bt0pdv .framer-17pf8dg, .framer-marCy.framer-v-10x9am .framer-17pf8dg { align-self: stretch; width: auto; }\",\".framer-marCy.framer-v-d31659 .framer-1g6tjyb-container, .framer-marCy.framer-v-d31659 .framer-jalyhn-container, .framer-marCy.framer-v-d31659 .framer-1yexc01-container, .framer-marCy.framer-v-1bt0pdv .framer-1g6tjyb-container, .framer-marCy.framer-v-1bt0pdv .framer-jalyhn-container, .framer-marCy.framer-v-1bt0pdv .framer-1yexc01-container, .framer-marCy.framer-v-10x9am .framer-1g6tjyb-container, .framer-marCy.framer-v-10x9am .framer-jalyhn-container, .framer-marCy.framer-v-10x9am .framer-1yexc01-container { width: 210px; }\",\".framer-marCy.framer-v-d31659 .framer-226p7c { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 44px; }\",\".framer-marCy.framer-v-1bt0pdv .framer-vvpcvl, .framer-marCy.framer-v-10x9am .framer-8dyg3n { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 44px; justify-content: flex-start; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 667.5\n * @framerIntrinsicWidth 1099\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"1099px\",null,null]},\"bfpoCTqd8\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"1099px\",null,null]},\"ZSWva1VmX\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"1099px\",null,null]},\"n2lAueDa4\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"1099px\",null,null]},\"leLfmlImk\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"1099px\",null,null]},\"YGnsIGcuS\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"1099px\",null,null]}}}\n * @framerVariables {\"jjz7RLlvQ\":\"cursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerrnc950hlV=withCSS(Component,css,\"framer-marCy\");export default Framerrnc950hlV;Framerrnc950hlV.displayName=\"Home Page Nested Component / Web\";Framerrnc950hlV.defaultProps={height:667.5,width:1099};addPropertyControls(Framerrnc950hlV,{variant:{options:[\"iq0UGV6sa\",\"bfpoCTqd8\",\"ZSWva1VmX\",\"n2lAueDa4\",\"leLfmlImk\",\"YGnsIGcuS\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},jjz7RLlvQ:{title:\"Cursor\",type:ControlType.CustomCursor}});addFonts(Framerrnc950hlV,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"},{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRck05-Xecg3w.woff2\",weight:\"700\"},{family:\"Red Hat Text\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwVrPacYVFtIY.woff2\",weight:\"400\"}]},...SelectionBarButtonFonts,...SlidingWordsProductDesignFonts,...ButtonsButton1Fonts,...SlidingWordsAppsFonts,...SlidingWordsTechnologyFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerrnc950hlV\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"667.5\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"jjz7RLlvQ\\\":\\\"cursor\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1099px\\\",null,null]},\\\"bfpoCTqd8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1099px\\\",null,null]},\\\"ZSWva1VmX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1099px\\\",null,null]},\\\"n2lAueDa4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1099px\\\",null,null]},\\\"leLfmlImk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1099px\\\",null,null]},\\\"YGnsIGcuS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1099px\\\",null,null]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1099\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rnc950hlV.map", "// Generated by Framer (6807895)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Fao_2mgB0\",\"eMX1OZarg\"];const serializationHash=\"framer-DgLty\";const variantClassNames={eMX1OZarg:\"framer-v-2sl6x\",Fao_2mgB0:\"framer-v-1emmwj3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Clicked:\"eMX1OZarg\",Default:\"Fao_2mgB0\"};const getProps=({buttonColors,click,height,id,title,width,...props})=>{return{...props,RvXLLmo0V:title??props.RvXLLmo0V??\"Kode\",S07DXzoxx:buttonColors??props.S07DXzoxx??\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Fao_2mgB0\",vrXzedVfH:click??props.vrXzedVfH};};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,RvXLLmo0V,vrXzedVfH,S07DXzoxx,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Fao_2mgB0\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1tuhj9u=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(vrXzedVfH){const res=await vrXzedVfH(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1emmwj3\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Fao_2mgB0\",onTap:onTap1tuhj9u,ref:ref??ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200,...style},variants:{eMX1OZarg:{backgroundColor:\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"}},...addPropertyOverrides({eMX1OZarg:{\"data-framer-name\":\"Clicked\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-S07DXzoxx-mgnhIKtmY))\"},children:\"Kode\"})}),className:\"framer-1sjkvq2\",fonts:[\"GF;Red Hat Text-regular\"],layoutDependency:layoutDependency,layoutId:\"CGjpGpFiZ\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-S07DXzoxx-mgnhIKtmY)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-S07DXzoxx-mgnhIKtmY\":S07DXzoxx},text:RvXLLmo0V,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eMX1OZarg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-S07DXzoxx-mgnhIKtmY))\"},children:\"Kode\"})}),fonts:[\"GF;Red Hat Text-600\"]}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DgLty.framer-1b513qa, .framer-DgLty .framer-1b513qa { display: block; }\",\".framer-DgLty.framer-1emmwj3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 16px 10px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DgLty .framer-1sjkvq2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DgLty.framer-1emmwj3 { gap: 0px; } .framer-DgLty.framer-1emmwj3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DgLty.framer-1emmwj3 > :first-child { margin-left: 0px; } .framer-DgLty.framer-1emmwj3 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 39\n * @framerIntrinsicWidth 68.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"eMX1OZarg\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"RvXLLmo0V\":\"title\",\"vrXzedVfH\":\"click\",\"S07DXzoxx\":\"buttonColors\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermgnhIKtmY=withCSS(Component,css,\"framer-DgLty\");export default FramermgnhIKtmY;FramermgnhIKtmY.displayName=\"Homepage Project Buttons\";FramermgnhIKtmY.defaultProps={height:39,width:68.5};addPropertyControls(FramermgnhIKtmY,{variant:{options:[\"Fao_2mgB0\",\"eMX1OZarg\"],optionTitles:[\"Default\",\"Clicked\"],title:\"Variant\",type:ControlType.Enum},RvXLLmo0V:{defaultValue:\"Kode\",displayTextArea:false,title:\"Title\",type:ControlType.String},vrXzedVfH:{title:\"Click\",type:ControlType.EventHandler},S07DXzoxx:{defaultValue:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",title:\"Button Colors\",type:ControlType.Color}});addFonts(FramermgnhIKtmY,[{explicitInter:true,fonts:[{family:\"Red Hat Text\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwVrPacYVFtIY.woff2\",weight:\"400\"},{family:\"Red Hat Text\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML2Z3VrPacYVFtIY.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermgnhIKtmY\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"68.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eMX1OZarg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"39\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"RvXLLmo0V\\\":\\\"title\\\",\\\"vrXzedVfH\\\":\\\"click\\\",\\\"S07DXzoxx\\\":\\\"buttonColors\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mgnhIKtmY.map", "// Generated by Framer (047deaf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import HomepageProjectButtons from\"https://framerusercontent.com/modules/2w8ZlJckXxJQNntXiNwS/w37wdXbNFwbqSYdiaSF7/mgnhIKtmY.js\";const HomepageProjectButtonsFonts=getFonts(HomepageProjectButtons);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ImageWithFX=withFX(Image);const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const cycleOrder=[\"qlsNlr_0_\",\"WiXBoqj1A\",\"bNmjTbQax\",\"dFVPA8dmT\",\"cctgbFGKN\",\"PKKbqxMce\",\"eglod3KAu\",\"K8vbrYzei\",\"NzS56_AL4\",\"BR8r5mx_S\",\"vd0U3YQ5c\",\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"Jgawb4ZzI\",\"CHdotwwDp\",\"XFdMleAt1\",\"AuxkCgaM5\",\"h667hQK6K\",\"qYYCtprjx\",\"WahF0f6Fu\",\"R6Nfezrv6\",\"Q5drXexWC\"];const serializationHash=\"framer-GvbUO\";const variantClassNames={AuxkCgaM5:\"framer-v-19gptko\",bNmjTbQax:\"framer-v-1o7p8ah\",BR8r5mx_S:\"framer-v-12nb2fy\",cctgbFGKN:\"framer-v-1k6fdx3\",CHdotwwDp:\"framer-v-1868ka\",dFVPA8dmT:\"framer-v-x28k2w\",E2FoicdzF:\"framer-v-iuccda\",eglod3KAu:\"framer-v-9f67cl\",gymIK9maR:\"framer-v-1mg1dg5\",h667hQK6K:\"framer-v-kcccuk\",Jgawb4ZzI:\"framer-v-scic8a\",K8vbrYzei:\"framer-v-1r7nl36\",NzS56_AL4:\"framer-v-x1p3yv\",PKKbqxMce:\"framer-v-f87qhz\",Q5drXexWC:\"framer-v-vt6sh7\",qlsNlr_0_:\"framer-v-1er0pzz\",qYYCtprjx:\"framer-v-1vuz0pr\",r62k4w5Tu:\"framer-v-jp19kh\",R6Nfezrv6:\"framer-v-hlcs1v\",vd0U3YQ5c:\"framer-v-trz1dd\",WahF0f6Fu:\"framer-v-1ytmdfm\",WiXBoqj1A:\"framer-v-3zawuc\",XFdMleAt1:\"framer-v-s2ddg1\",xgW0q2lpc:\"framer-v-8ziz3o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:100,delay:0,mass:1,stiffness:300,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:10,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.4,skewX:0,skewY:0,transition:transition3,x:-30,y:10};const transition4={bounce:.3,delay:0,duration:1.3,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-1600};const animation6={opacity:1,rotate:-10,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.4,skewX:0,skewY:0,transition:transition3,x:15,y:10};const transition5={bounce:.2,delay:0,duration:1.3,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-1700};const transformTemplate3=(_,t)=>`translateX(-50%) ${t}`;const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:500};const transition6={damping:80,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation11={opacity:1,rotate:18,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation12={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:400};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:350};const animation15={opacity:1,rotate:135,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation16={opacity:1,rotate:70,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:500,y:-500};const animation17={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:600,y:0};const animation18={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:10,skewY:10,transition:transition1,x:0,y:0};const animation19={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-900};const animation20={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1.5,skewX:0,skewY:0,x:0,y:0};const animation21={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:500,y:400};const animation22={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-500};const animation23={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:600};const animation24={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:400,y:500};const transition7={damping:100,delay:.2,mass:1,stiffness:300,type:\"spring\"};const animation25={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:-10,skewY:-5,transition:transition7,x:0,y:0};const transition8={damping:100,delay:.15,mass:1,stiffness:300,type:\"spring\"};const animation26={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:-10,skewY:-5,transition:transition8,x:0,y:0};const animation27={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:-10,skewY:-5,transition:transition1,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"All Work Mobile\":\"WahF0f6Fu\",\"All Work\":\"qYYCtprjx\",\"Banque Du Caire Web\":\"r62k4w5Tu\",\"Banque Du Caire\":\"h667hQK6K\",\"Breadfast Mobile\":\"dFVPA8dmT\",\"Breadfast Web\":\"WiXBoqj1A\",\"Family Corp Mobile\":\"XFdMleAt1\",\"Family Transport Web\":\"gymIK9maR\",\"Grinta Mobile\":\"PKKbqxMce\",\"Grinta Web\":\"cctgbFGKN\",\"Inploy Mobile\":\"BR8r5mx_S\",\"Inploy Web\":\"NzS56_AL4\",\"Kode Mobile\":\"bNmjTbQax\",\"Kode Web\":\"qlsNlr_0_\",\"MCI Mobile\":\"CHdotwwDp\",\"MCI Web\":\"xgW0q2lpc\",\"New Avenue Mobile\":\"Jgawb4ZzI\",\"New Avenue Web\":\"vd0U3YQ5c\",\"Premium Card Mobile\":\"K8vbrYzei\",\"Premium Card Web\":\"eglod3KAu\",\"Samsung Mobile\":\"AuxkCgaM5\",\"Samsung Web\":\"E2FoicdzF\",\"Vodafone Mobile\":\"Q5drXexWC\",\"Vodafone Web\":\"R6Nfezrv6\"};const getProps=({cursor,height,id,width,...props})=>{return{...props,P3OrdhwD3:cursor??props.P3OrdhwD3,variant:humanReadableVariantMap[props.variant]??props.variant??\"qlsNlr_0_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,P3OrdhwD3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qlsNlr_0_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const vrXzedVfHfc343o=activeVariantCallback(async(...args)=>{setVariant(\"qlsNlr_0_\");});const vrXzedVfHqo9861=activeVariantCallback(async(...args)=>{setVariant(\"bNmjTbQax\");});const vrXzedVfH11xqy62=activeVariantCallback(async(...args)=>{setVariant(\"WiXBoqj1A\");});const vrXzedVfH1qsjvr7=activeVariantCallback(async(...args)=>{setVariant(\"dFVPA8dmT\");});const vrXzedVfH1n7nuu2=activeVariantCallback(async(...args)=>{setVariant(\"cctgbFGKN\");});const vrXzedVfHths8vn=activeVariantCallback(async(...args)=>{setVariant(\"PKKbqxMce\");});const vrXzedVfH9b13y1=activeVariantCallback(async(...args)=>{setVariant(\"eglod3KAu\");});const vrXzedVfH13p7gsy=activeVariantCallback(async(...args)=>{setVariant(\"K8vbrYzei\");});const vrXzedVfH1pi8vre=activeVariantCallback(async(...args)=>{setVariant(\"NzS56_AL4\");});const vrXzedVfH1txz3nm=activeVariantCallback(async(...args)=>{setVariant(\"BR8r5mx_S\");});const vrXzedVfHwqnjjy=activeVariantCallback(async(...args)=>{setVariant(\"vd0U3YQ5c\");});const vrXzedVfH1czgwh1=activeVariantCallback(async(...args)=>{setVariant(\"Jgawb4ZzI\");});const vrXzedVfH7zkkin=activeVariantCallback(async(...args)=>{setVariant(\"xgW0q2lpc\");});const vrXzedVfH1vxg30q=activeVariantCallback(async(...args)=>{setVariant(\"CHdotwwDp\");});const vrXzedVfHn77uvf=activeVariantCallback(async(...args)=>{setVariant(\"gymIK9maR\");});const vrXzedVfHw98gkw=activeVariantCallback(async(...args)=>{setVariant(\"XFdMleAt1\");});const vrXzedVfH1e438s3=activeVariantCallback(async(...args)=>{setVariant(\"E2FoicdzF\");});const vrXzedVfHpdk0g4=activeVariantCallback(async(...args)=>{setVariant(\"AuxkCgaM5\");});const vrXzedVfH17foh3z=activeVariantCallback(async(...args)=>{setVariant(\"r62k4w5Tu\");});const vrXzedVfH1k69x8r=activeVariantCallback(async(...args)=>{setVariant(\"h667hQK6K\");});const vrXzedVfH14o1etk=activeVariantCallback(async(...args)=>{setVariant(\"R6Nfezrv6\");});const vrXzedVfHylowza=activeVariantCallback(async(...args)=>{setVariant(\"Q5drXexWC\");});const vrXzedVfHeeaqym=activeVariantCallback(async(...args)=>{setVariant(\"qYYCtprjx\");});const vrXzedVfH6ksk4d=activeVariantCallback(async(...args)=>{setVariant(\"WahF0f6Fu\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"dFVPA8dmT\",\"cctgbFGKN\",\"PKKbqxMce\",\"eglod3KAu\",\"K8vbrYzei\",\"NzS56_AL4\",\"BR8r5mx_S\",\"vd0U3YQ5c\",\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"Jgawb4ZzI\",\"CHdotwwDp\",\"XFdMleAt1\",\"AuxkCgaM5\",\"h667hQK6K\",\"qYYCtprjx\",\"WahF0f6Fu\",\"R6Nfezrv6\",\"Q5drXexWC\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"bNmjTbQax\",\"dFVPA8dmT\",\"PKKbqxMce\",\"K8vbrYzei\",\"BR8r5mx_S\",\"Jgawb4ZzI\",\"CHdotwwDp\",\"XFdMleAt1\",\"AuxkCgaM5\",\"h667hQK6K\",\"WahF0f6Fu\",\"Q5drXexWC\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"PKKbqxMce\",\"eglod3KAu\",\"K8vbrYzei\",\"NzS56_AL4\",\"BR8r5mx_S\",\"vd0U3YQ5c\",\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"Jgawb4ZzI\",\"CHdotwwDp\",\"XFdMleAt1\",\"AuxkCgaM5\",\"h667hQK6K\",\"qYYCtprjx\",\"WahF0f6Fu\",\"R6Nfezrv6\",\"Q5drXexWC\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"WiXBoqj1A\",\"cctgbFGKN\",\"eglod3KAu\",\"NzS56_AL4\",\"vd0U3YQ5c\",\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"qYYCtprjx\",\"R6Nfezrv6\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"cctgbFGKN\",\"eglod3KAu\",\"NzS56_AL4\",\"vd0U3YQ5c\",\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"qYYCtprjx\",\"R6Nfezrv6\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(baseVariant===\"WiXBoqj1A\")return true;return false;};const isDisplayed6=()=>{if([\"cctgbFGKN\",\"eglod3KAu\",\"NzS56_AL4\",\"vd0U3YQ5c\",\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"qYYCtprjx\",\"R6Nfezrv6\"].includes(baseVariant))return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"cctgbFGKN\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"PKKbqxMce\")return true;return false;};const isDisplayed9=()=>{if([\"eglod3KAu\",\"NzS56_AL4\",\"vd0U3YQ5c\",\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"qYYCtprjx\",\"R6Nfezrv6\"].includes(baseVariant))return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"K8vbrYzei\")return true;return false;};const isDisplayed11=()=>{if([\"NzS56_AL4\",\"vd0U3YQ5c\",\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"qYYCtprjx\",\"R6Nfezrv6\"].includes(baseVariant))return true;return false;};const isDisplayed12=()=>{if(baseVariant===\"NzS56_AL4\")return true;return false;};const isDisplayed13=()=>{if([\"BR8r5mx_S\",\"Jgawb4ZzI\",\"CHdotwwDp\",\"XFdMleAt1\",\"AuxkCgaM5\",\"h667hQK6K\",\"WahF0f6Fu\",\"Q5drXexWC\"].includes(baseVariant))return true;return false;};const isDisplayed14=()=>{if([\"vd0U3YQ5c\",\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"qYYCtprjx\",\"R6Nfezrv6\"].includes(baseVariant))return true;return false;};const isDisplayed15=()=>{if([\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\"].includes(baseVariant))return true;return false;};const isDisplayed16=()=>{if(baseVariant===\"xgW0q2lpc\")return true;return false;};const isDisplayed17=()=>{if([\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"qYYCtprjx\",\"R6Nfezrv6\"].includes(baseVariant))return true;return false;};const isDisplayed18=()=>{if([\"E2FoicdzF\",\"r62k4w5Tu\",\"qYYCtprjx\",\"R6Nfezrv6\"].includes(baseVariant))return true;return false;};const isDisplayed19=()=>{if([\"r62k4w5Tu\",\"qYYCtprjx\",\"R6Nfezrv6\"].includes(baseVariant))return true;return false;};const isDisplayed20=()=>{if([\"Jgawb4ZzI\",\"CHdotwwDp\",\"XFdMleAt1\",\"AuxkCgaM5\",\"h667hQK6K\",\"WahF0f6Fu\",\"Q5drXexWC\"].includes(baseVariant))return true;return false;};const isDisplayed21=()=>{if([\"CHdotwwDp\",\"XFdMleAt1\",\"AuxkCgaM5\",\"h667hQK6K\",\"WahF0f6Fu\",\"Q5drXexWC\"].includes(baseVariant))return true;return false;};const isDisplayed22=()=>{if([\"XFdMleAt1\",\"AuxkCgaM5\",\"h667hQK6K\",\"WahF0f6Fu\",\"Q5drXexWC\"].includes(baseVariant))return true;return false;};const isDisplayed23=()=>{if([\"AuxkCgaM5\",\"h667hQK6K\"].includes(baseVariant))return true;return false;};const isDisplayed24=()=>{if([\"h667hQK6K\",\"WahF0f6Fu\",\"Q5drXexWC\"].includes(baseVariant))return true;return false;};const isDisplayed25=()=>{if([\"qYYCtprjx\",\"WahF0f6Fu\",\"R6Nfezrv6\",\"Q5drXexWC\"].includes(baseVariant))return true;return false;};const isDisplayed26=()=>{if([\"qYYCtprjx\",\"WahF0f6Fu\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1er0pzz\",className,classNames),\"data-framer-name\":\"Kode Web\",layoutDependency:layoutDependency,layoutId:\"qlsNlr_0_\",ref:refBinding,style:{backgroundColor:\"rgb(255, 143, 69)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{AuxkCgaM5:{backgroundColor:\"rgb(25, 23, 23)\"},BR8r5mx_S:{backgroundColor:\"rgb(240, 25, 63)\"},cctgbFGKN:{backgroundColor:\"rgb(26, 39, 115)\"},CHdotwwDp:{backgroundColor:\"rgb(3, 83, 76)\"},dFVPA8dmT:{backgroundColor:\"rgb(227, 191, 217)\"},E2FoicdzF:{backgroundColor:\"rgb(25, 23, 23)\"},eglod3KAu:{backgroundColor:\"rgb(0, 0, 0)\"},gymIK9maR:{backgroundColor:\"rgb(0, 33, 113)\"},h667hQK6K:{backgroundColor:\"rgb(248, 140, 51)\"},Jgawb4ZzI:{backgroundColor:\"rgb(87, 86, 86)\"},K8vbrYzei:{backgroundColor:\"rgb(0, 0, 0)\"},NzS56_AL4:{backgroundColor:\"rgb(240, 25, 63)\"},PKKbqxMce:{backgroundColor:\"rgb(26, 39, 115)\"},Q5drXexWC:{backgroundColor:\"rgb(229, 1, 15)\"},qYYCtprjx:{backgroundColor:\"rgb(25, 23, 23)\"},r62k4w5Tu:{backgroundColor:\"rgb(248, 140, 51)\"},R6Nfezrv6:{backgroundColor:\"rgb(229, 1, 15)\"},vd0U3YQ5c:{backgroundColor:\"rgb(87, 86, 86)\"},WahF0f6Fu:{backgroundColor:\"rgb(25, 23, 23)\"},WiXBoqj1A:{backgroundColor:\"rgb(227, 191, 217)\"},XFdMleAt1:{backgroundColor:\"rgb(0, 33, 113)\"},xgW0q2lpc:{backgroundColor:\"rgb(3, 83, 76)\"}},...addPropertyOverrides({AuxkCgaM5:{\"data-framer-name\":\"Samsung Mobile\"},bNmjTbQax:{\"data-framer-name\":\"Kode Mobile\"},BR8r5mx_S:{\"data-framer-name\":\"Inploy Mobile\"},cctgbFGKN:{\"data-framer-name\":\"Grinta Web\"},CHdotwwDp:{\"data-framer-name\":\"MCI Mobile\"},dFVPA8dmT:{\"data-framer-name\":\"Breadfast Mobile\"},E2FoicdzF:{\"data-framer-name\":\"Samsung Web\"},eglod3KAu:{\"data-framer-name\":\"Premium Card Web\"},gymIK9maR:{\"data-framer-name\":\"Family Transport Web\"},h667hQK6K:{\"data-framer-name\":\"Banque Du Caire\"},Jgawb4ZzI:{\"data-framer-name\":\"New Avenue Mobile\"},K8vbrYzei:{\"data-framer-name\":\"Premium Card Mobile\"},NzS56_AL4:{\"data-framer-name\":\"Inploy Web\"},PKKbqxMce:{\"data-framer-name\":\"Grinta Mobile\"},Q5drXexWC:{\"data-framer-name\":\"Vodafone Mobile\"},qYYCtprjx:{\"data-framer-name\":\"All Work\"},r62k4w5Tu:{\"data-framer-name\":\"Banque Du Caire Web\"},R6Nfezrv6:{\"data-framer-name\":\"Vodafone Web\"},vd0U3YQ5c:{\"data-framer-name\":\"New Avenue Web\"},WahF0f6Fu:{\"data-framer-name\":\"All Work Mobile\"},WiXBoqj1A:{\"data-framer-name\":\"Breadfast Web\"},XFdMleAt1:{\"data-framer-name\":\"Family Corp Mobile\"},xgW0q2lpc:{\"data-framer-name\":\"MCI Web\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u5btw2\",layoutDependency:layoutDependency,layoutId:\"ou_Kpl25n\",style:{borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+0,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15xo77y-container\",layoutDependency:layoutDependency,layoutId:\"O0nDZAxJB-container\",nodeId:\"O0nDZAxJB\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"O0nDZAxJB\",layoutId:\"O0nDZAxJB\",RvXLLmo0V:\"Kode\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfHfc343o,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},bNmjTbQax:{vrXzedVfH:vrXzedVfHqo9861},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},dFVPA8dmT:{variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},WiXBoqj1A:{variant:\"Fao_2mgB0\"},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHqo9861},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",variant:\"Fao_2mgB0\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+47,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+47}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-f32qu4-container\",layoutDependency:layoutDependency,layoutId:\"FsPpND7CH-container\",nodeId:\"FsPpND7CH\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"FsPpND7CH\",layoutId:\"FsPpND7CH\",RvXLLmo0V:\"Breadfast\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfH11xqy62,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1qsjvr7},bNmjTbQax:{vrXzedVfH:vrXzedVfH1qsjvr7},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1qsjvr7},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1qsjvr7},dFVPA8dmT:{variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfH1qsjvr7},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1qsjvr7},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1qsjvr7},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1qsjvr7},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1qsjvr7},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1qsjvr7},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1qsjvr7},WiXBoqj1A:{variant:\"eMX1OZarg\"},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1qsjvr7},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+94,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+94}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-adgn54-container\",layoutDependency:layoutDependency,layoutId:\"KStUwj8W9-container\",nodeId:\"KStUwj8W9\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"KStUwj8W9\",layoutId:\"KStUwj8W9\",RvXLLmo0V:\"Grinta\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfH1n7nuu2,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHths8vn},bNmjTbQax:{vrXzedVfH:vrXzedVfHths8vn},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHths8vn},cctgbFGKN:{variant:\"eMX1OZarg\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHths8vn},dFVPA8dmT:{vrXzedVfH:vrXzedVfHths8vn},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHths8vn},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHths8vn},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHths8vn},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},PKKbqxMce:{variant:\"eMX1OZarg\"},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHths8vn},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHths8vn},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHths8vn},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+141,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+141}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qgax7w-container\",layoutDependency:layoutDependency,layoutId:\"ng14YO971-container\",nodeId:\"ng14YO971\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"ng14YO971\",layoutId:\"ng14YO971\",RvXLLmo0V:\"Premium Card\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfH9b13y1,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH13p7gsy},bNmjTbQax:{vrXzedVfH:vrXzedVfH13p7gsy},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH13p7gsy},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH13p7gsy},dFVPA8dmT:{vrXzedVfH:vrXzedVfH13p7gsy},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},eglod3KAu:{variant:\"eMX1OZarg\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH13p7gsy},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH13p7gsy},K8vbrYzei:{variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfH13p7gsy},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH13p7gsy},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH13p7gsy},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH13p7gsy},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH13p7gsy},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+188,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+188}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-twv5jx-container\",layoutDependency:layoutDependency,layoutId:\"itSjxU80X-container\",nodeId:\"itSjxU80X\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"itSjxU80X\",layoutId:\"itSjxU80X\",RvXLLmo0V:\"Inploy\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfH1pi8vre,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1txz3nm},bNmjTbQax:{vrXzedVfH:vrXzedVfH1txz3nm},BR8r5mx_S:{variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfH1txz3nm},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1txz3nm},dFVPA8dmT:{vrXzedVfH:vrXzedVfH1txz3nm},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1txz3nm},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1txz3nm},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1txz3nm},NzS56_AL4:{variant:\"eMX1OZarg\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1txz3nm},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1txz3nm},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1txz3nm},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+235,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+235}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1b7pthj-container\",layoutDependency:layoutDependency,layoutId:\"lOHsaZn5G-container\",nodeId:\"lOHsaZn5G\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"lOHsaZn5G\",layoutId:\"lOHsaZn5G\",RvXLLmo0V:\"New Avenue\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHwqnjjy,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1czgwh1},bNmjTbQax:{vrXzedVfH:vrXzedVfH1czgwh1},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1czgwh1},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1czgwh1},dFVPA8dmT:{vrXzedVfH:vrXzedVfH1czgwh1},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1czgwh1},Jgawb4ZzI:{variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfH1czgwh1},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1czgwh1},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1czgwh1},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},vd0U3YQ5c:{variant:\"eMX1OZarg\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1czgwh1},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1czgwh1},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+282,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+282}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11inc1b-container\",layoutDependency:layoutDependency,layoutId:\"PhltGp0nq-container\",nodeId:\"PhltGp0nq\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"PhltGp0nq\",layoutId:\"PhltGp0nq\",RvXLLmo0V:\"MCI\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfH7zkkin,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1vxg30q},bNmjTbQax:{vrXzedVfH:vrXzedVfH1vxg30q},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1vxg30q},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},CHdotwwDp:{variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfH1vxg30q},dFVPA8dmT:{vrXzedVfH:vrXzedVfH1vxg30q},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1vxg30q},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1vxg30q},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1vxg30q},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1vxg30q},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1vxg30q},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1vxg30q},xgW0q2lpc:{variant:\"eMX1OZarg\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+329,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+329}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vgdsdb-container\",layoutDependency:layoutDependency,layoutId:\"sqb64tNJf-container\",nodeId:\"sqb64tNJf\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"sqb64tNJf\",layoutId:\"sqb64tNJf\",RvXLLmo0V:\"Family Corp\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHn77uvf,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHw98gkw},bNmjTbQax:{vrXzedVfH:vrXzedVfHw98gkw},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHw98gkw},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHw98gkw},dFVPA8dmT:{vrXzedVfH:vrXzedVfHw98gkw},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},gymIK9maR:{variant:\"eMX1OZarg\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHw98gkw},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHw98gkw},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHw98gkw},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHw98gkw},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHw98gkw},XFdMleAt1:{variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfHw98gkw},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+376,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+376}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jm70wt-container\",layoutDependency:layoutDependency,layoutId:\"mKx2Rq2fV-container\",nodeId:\"mKx2Rq2fV\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"mKx2Rq2fV\",layoutId:\"mKx2Rq2fV\",RvXLLmo0V:\"Samsung\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfH1e438s3,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfHpdk0g4},bNmjTbQax:{vrXzedVfH:vrXzedVfHpdk0g4},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHpdk0g4},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHpdk0g4},dFVPA8dmT:{vrXzedVfH:vrXzedVfHpdk0g4},E2FoicdzF:{variant:\"eMX1OZarg\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHpdk0g4},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHpdk0g4},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHpdk0g4},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHpdk0g4},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHpdk0g4},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHpdk0g4},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+423,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+423}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17vbon1-container\",layoutDependency:layoutDependency,layoutId:\"xu9if_NTP-container\",nodeId:\"xu9if_NTP\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"xu9if_NTP\",layoutId:\"xu9if_NTP\",RvXLLmo0V:\"Banque Du Caire\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfH17foh3z,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1k69x8r},bNmjTbQax:{vrXzedVfH:vrXzedVfH1k69x8r},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1k69x8r},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1k69x8r},dFVPA8dmT:{vrXzedVfH:vrXzedVfH1k69x8r},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},h667hQK6K:{variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfH1k69x8r},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1k69x8r},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1k69x8r},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1k69x8r},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},r62k4w5Tu:{variant:\"eMX1OZarg\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1k69x8r},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH1k69x8r},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+470,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+470}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17o4du7-container\",layoutDependency:layoutDependency,layoutId:\"I7Ha4_K62-container\",nodeId:\"I7Ha4_K62\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"I7Ha4_K62\",layoutId:\"I7Ha4_K62\",RvXLLmo0V:\"Vodafone\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfH14o1etk,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHylowza},bNmjTbQax:{vrXzedVfH:vrXzedVfHylowza},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHylowza},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHylowza},dFVPA8dmT:{vrXzedVfH:vrXzedVfHylowza},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHylowza},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHylowza},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHylowza},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHylowza},Q5drXexWC:{variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfHylowza},qYYCtprjx:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},R6Nfezrv6:{variant:\"eMX1OZarg\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},WahF0f6Fu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHylowza},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfHylowza},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||708)*.5000000000000002-278)+0+517,...addPropertyOverrides({AuxkCgaM5:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},bNmjTbQax:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},BR8r5mx_S:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},CHdotwwDp:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},dFVPA8dmT:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},h667hQK6K:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},Jgawb4ZzI:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},K8vbrYzei:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},PKKbqxMce:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},Q5drXexWC:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},WahF0f6Fu:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517},XFdMleAt1:{y:(componentViewport?.y||0)+((componentViewport?.height||708)*.4745762711864409-278)+0+517}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13yx8kz-container\",layoutDependency:layoutDependency,layoutId:\"OH1PFV2ie-container\",nodeId:\"OH1PFV2ie\",rendersWithMotion:true,scopeId:\"SvFxTk3q4\",children:/*#__PURE__*/_jsx(HomepageProjectButtons,{height:\"100%\",id:\"OH1PFV2ie\",layoutId:\"OH1PFV2ie\",RvXLLmo0V:\"All Work\",S07DXzoxx:\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\",variant:\"Fao_2mgB0\",vrXzedVfH:vrXzedVfHeeaqym,width:\"100%\",...addPropertyOverrides({AuxkCgaM5:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH6ksk4d},bNmjTbQax:{vrXzedVfH:vrXzedVfH6ksk4d},BR8r5mx_S:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH6ksk4d},cctgbFGKN:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},CHdotwwDp:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH6ksk4d},dFVPA8dmT:{vrXzedVfH:vrXzedVfH6ksk4d},E2FoicdzF:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},eglod3KAu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},gymIK9maR:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},h667hQK6K:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH6ksk4d},Jgawb4ZzI:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH6ksk4d},K8vbrYzei:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH6ksk4d},NzS56_AL4:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},PKKbqxMce:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH6ksk4d},Q5drXexWC:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH6ksk4d},qYYCtprjx:{variant:\"eMX1OZarg\"},r62k4w5Tu:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},R6Nfezrv6:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},vd0U3YQ5c:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},WahF0f6Fu:{variant:\"eMX1OZarg\",vrXzedVfH:vrXzedVfH6ksk4d},XFdMleAt1:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",vrXzedVfH:vrXzedVfH6ksk4d},xgW0q2lpc:{S07DXzoxx:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1j9vdcq\",\"data-framer-appear-id\":\"1j9vdcq\",\"data-framer-name\":\"Group 36883\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"VnMvvG8x7\",optimized:true,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.533898305084746-357.5)+-30),pixelHeight:651,pixelWidth:626,sizes:\"687.2178px\",src:\"https://framerusercontent.com/images/EyGNhcmAm5zz5ZVmG0YnXMEORew.png\",srcSet:\"https://framerusercontent.com/images/EyGNhcmAm5zz5ZVmG0YnXMEORew.png 626w\"},className:\"framer-13y8mio\",\"data-framer-name\":\"shadow\",layoutDependency:layoutDependency,layoutId:\"OlDUAnBhs\",style:{opacity:.7},...addPropertyOverrides({bNmjTbQax:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.745762711864407-207)+-1),pixelHeight:651,pixelWidth:626,sizes:\"371px\",src:\"https://framerusercontent.com/images/EyGNhcmAm5zz5ZVmG0YnXMEORew.png\",srcSet:\"https://framerusercontent.com/images/EyGNhcmAm5zz5ZVmG0YnXMEORew.png 626w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.533898305084746-357.5)+0),pixelHeight:577,pixelWidth:541,sizes:\"594.3336px\",src:\"https://framerusercontent.com/images/UwPH8pbem1XC54onrSSOkVSSwA.png\",srcSet:\"https://framerusercontent.com/images/UwPH8pbem1XC54onrSSOkVSSwA.png 541w\"},className:\"framer-1xx2aqt\",\"data-framer-name\":\"main\",layoutDependency:layoutDependency,layoutId:\"M03of1kmD\",...addPropertyOverrides({bNmjTbQax:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.745762711864407-207)+15),pixelHeight:577,pixelWidth:541,sizes:\"321px\",src:\"https://framerusercontent.com/images/UwPH8pbem1XC54onrSSOkVSSwA.png\",srcSet:\"https://framerusercontent.com/images/UwPH8pbem1XC54onrSSOkVSSwA.png 541w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Kode iOS and Android apps for access to club services showing profile setup screen with a progress bar for setup completion\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.533898305084746-357.5)+3.1406),pixelHeight:1086,pixelWidth:1016,sizes:\"557.933px\",src:\"https://framerusercontent.com/images/ivu7WHwIuENip4UhD0gdSagGk.png\",srcSet:\"https://framerusercontent.com/images/ivu7WHwIuENip4UhD0gdSagGk.png?scale-down-to=1024 957w,https://framerusercontent.com/images/ivu7WHwIuENip4UhD0gdSagGk.png 1016w\"},className:\"framer-e594l0\",\"data-framer-name\":\"iPhone X Flying Mockup Left View label\",layoutDependency:layoutDependency,layoutId:\"eywNb9l2s\",...addPropertyOverrides({bNmjTbQax:{background:{alt:\"Kode iOS and Android apps for access to club services showing profile setup screen with a progress bar for setup completion\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.745762711864407-207)+17),pixelHeight:1086,pixelWidth:1016,sizes:\"301px\",src:\"https://framerusercontent.com/images/ivu7WHwIuENip4UhD0gdSagGk.png\",srcSet:\"https://framerusercontent.com/images/ivu7WHwIuENip4UhD0gdSagGk.png?scale-down-to=1024 957w,https://framerusercontent.com/images/ivu7WHwIuENip4UhD0gdSagGk.png 1016w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"iOS and Android apps for seamless access to all club services.\"})}),className:\"framer-7j28kd\",fonts:[\"GF;Red Hat Text-600\"],layoutDependency:layoutDependency,layoutId:\"SA4b61W92\",style:{\"--extracted-r6o4lv\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{AuxkCgaM5:{\"--extracted-1iakedh\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},bNmjTbQax:{\"--extracted-1iakedh\":\"rgb(254, 254, 254)\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},BR8r5mx_S:{\"--extracted-1iakedh\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},CHdotwwDp:{\"--extracted-1iakedh\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},dFVPA8dmT:{\"--extracted-1iakedh\":\"rgb(255, 255, 255)\",\"--extracted-2gxw0f\":\"rgba(254, 254, 254, 0.85)\",\"--extracted-r6o4lv\":\"rgba(254, 254, 254, 0.85)\"},h667hQK6K:{\"--extracted-1iakedh\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},Jgawb4ZzI:{\"--extracted-1iakedh\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},K8vbrYzei:{\"--extracted-1iakedh\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},PKKbqxMce:{\"--extracted-1iakedh\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},Q5drXexWC:{\"--extracted-1iakedh\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},r62k4w5Tu:{\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},WahF0f6Fu:{\"--extracted-1iakedh\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"},XFdMleAt1:{\"--extracted-1iakedh\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",\"--extracted-2gxw0f\":\"var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AuxkCgaM5:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A native app for 4.5M+ students with admin dashboards for ministry control.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"View Work\"})]})},bNmjTbQax:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"iOS and Android apps for seamless access to all club services.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(254, 254, 254))\"},children:\"View Work\"})]})},BR8r5mx_S:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A web app that connect freelancers and businesses effortlessly.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"View Work\"})]})},cctgbFGKN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"An iOS app to improve medication access across Africa.\"})})},CHdotwwDp:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"UX/UI Design for Saudi Commerce Ministry's website.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"View Work\"})]})},dFVPA8dmT:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(254, 254, 254, 0.85))\"},children:\"A native Android app for a smooth grocery shopping experience.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(254, 254, 254, 0.85))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(255, 255, 255))\"},children:\"View Work\"})]})},E2FoicdzF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A native app for 4.5M+ students with admin dashboards for ministry control.\"})})},eglod3KAu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A native iOS & Android apps for managing payments & customer loyalty.\"})})},gymIK9maR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A GPS app for driver navigation & tracking. \"})})},h667hQK6K:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"An Android app for annual financial reports\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"View Work\"})]})},Jgawb4ZzI:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A web app simplifying property listings.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"View Work\"})]})},K8vbrYzei:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A native iOS & Android apps for managing payments & customer loyalty.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"View Work\"})]})},NzS56_AL4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A web app that connect freelancers and businesses effortlessly.\"})})},PKKbqxMce:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"An iOS app to improve medication access across Africa.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"View Work\"})]})},Q5drXexWC:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"Responsive web app lets customers snap custom photos with their favorite stars.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"View Work\"})]})},qYYCtprjx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"Explore our full portfolio list of projects \u2013 where innovation meets impact.\"})})},r62k4w5Tu:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"An Android app for \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"annual financial reports.\"})]})},R6Nfezrv6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"Responsive web app lets customers snap custom photos with their favorite stars.\"})})},vd0U3YQ5c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A web app simplifying property listings.\"})})},WahF0f6Fu:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"Explore our full portfolio list of projects \u2013 where innovation meets impact.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"View Work\"})]})},WiXBoqj1A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A native Android app for a smooth grocery shopping experience.\"})})},XFdMleAt1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"A GPS app for driver navigation & tracking. \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)))\"},children:\"View Work\"})]})},xgW0q2lpc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54b42d65-078c-4f09-a3fc-a4c958547d50, rgba(254, 254, 254, 0.7)))\"},children:\"UX/UI Design for Saudi Commerce Ministry's website.\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Kode\"})}),className:\"framer-kgy4pu\",fonts:[\"GF;Red Hat Text-600\"],layoutDependency:layoutDependency,layoutId:\"Wmijstv6q\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cctgbFGKN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Grinta\"})}),transformTemplate:transformTemplate1},E2FoicdzF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Samsung\"})})},eglod3KAu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Premium Card\"})}),transformTemplate:undefined},gymIK9maR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Family Corp\"})})},NzS56_AL4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Inploy\"})})},qYYCtprjx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"All Work\"})})},r62k4w5Tu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Banque Du Caire\"})})},R6Nfezrv6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Vodafone\"})})},vd0U3YQ5c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"New Avenue\"})})},WiXBoqj1A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Breadfast\"})}),transformTemplate:undefined},xgW0q2lpc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"101px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"MCI\"})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-928),pixelHeight:1559,pixelWidth:1843,positionX:\"center\",positionY:\"center\",sizes:\"565px\",src:\"https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png\",srcSet:\"https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png?scale-down-to=512 512w,https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png 1843w\"},className:\"framer-1m5ppro\",\"data-framer-name\":\"Breadfast Mockup\",layoutDependency:layoutDependency,layoutId:\"TzTJ_B2l3\",style:{rotate:11},...addPropertyOverrides({bNmjTbQax:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-593),pixelHeight:1559,pixelWidth:1843,positionX:\"center\",positionY:\"center\",sizes:\"345px\",src:\"https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png\",srcSet:\"https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png?scale-down-to=512 512w,https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png 1843w\"}},cctgbFGKN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-876),pixelHeight:1559,pixelWidth:1843,positionX:\"center\",positionY:\"center\",sizes:\"565px\",src:\"https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png\",srcSet:\"https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png?scale-down-to=512 512w,https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png 1843w\"}},dFVPA8dmT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+149),pixelHeight:1559,pixelWidth:1843,positionX:\"center\",positionY:\"center\",sizes:\"345px\",src:\"https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png\",srcSet:\"https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png?scale-down-to=512 512w,https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png 1843w\"}},WiXBoqj1A:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-92),pixelHeight:1559,pixelWidth:1843,positionX:\"center\",positionY:\"center\",sizes:\"499px\",src:\"https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png\",srcSet:\"https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png?scale-down-to=512 512w,https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/V2YLfyzkbk5O5k9H5m50yP0akYE.png 1843w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-10ftrge\",\"data-framer-appear-id\":\"10ftrge\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"ktsMYYObc\",optimized:true,whileHover:animation3,children:isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ht728w\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:100,intrinsicWidth:79,layoutDependency:layoutDependency,layoutId:\"wFJf2v98n\",svg:'<svg width=\"79\" height=\"100\" viewBox=\"0 0 79 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g opacity=\"0.3\" clip-path=\"url(#clip0_1683_2286)\">\\n<path d=\"M0.418945 4.98896C0.418945 4.98896 8.57399 95.299 8.58949 95.4954C8.61016 95.7486 8.71352 95.9941 8.89698 96.2267L9.4422 96.7435C12.7187 99.1621 30.7859 100.446 45.2794 99.5135C59.773 98.5833 74.7187 95.9528 77.5585 93.1414C77.9461 92.7564 78.1657 92.3714 78.1967 91.989C78.2019 91.9244 78.2019 91.8623 78.1967 91.7977L78.1942 91.7797L74.2536 0.242188L0.418945 4.98896Z\" fill=\"#FCF9F5\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\"/>\\n<path d=\"M73.2817 84.7233L14.0388 86.4158L10.7778 50.0049L72.8915 46.0127L73.2817 84.7233Z\" fill=\"#E2DED7\"/>\\n<mask id=\"mask0_1683_2286\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"46\" width=\"64\" height=\"41\">\\n<path d=\"M73.2817 84.7233L14.0388 86.4158L10.7778 50.0049L72.8915 46.0127L73.2817 84.7233Z\" fill=\"#E2DED7\"/>\\n</mask>\\n<g mask=\"url(#mask0_1683_2286)\">\\n<path d=\"M22.0311 56.9891C22.6577 55.3234 21.2425 53.2497 18.8702 52.3573C16.4979 51.4649 14.0668 52.0917 13.4402 53.7574C12.8136 55.4231 14.2288 57.4969 16.6011 58.3893C18.9734 59.2817 21.4045 58.6548 22.0311 56.9891Z\" fill=\"#B8E094\" stroke=\"#A61680\" stroke-width=\"0.287251\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\\n<path d=\"M14.9652 59.4567C11.7998 58.4464 9.77142 55.5782 10.4355 53.0459C11.0996 50.5136 14.2029 49.2836 17.3683 50.2913C19.2391 50.8882 20.712 52.1311 21.4665 53.573L14.3967 54.3068L20.0221 59.0898C18.6861 59.865 16.836 60.0536 14.9652 59.4567Z\" fill=\"#E8A66B\" stroke=\"#A61680\" stroke-width=\"0.287251\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M41.4625 77.2319C41.4625 77.2319 40.0956 75.958 40.8863 74.7073C41.677 73.4567 43.9173 74.8882 44.6718 73.9657C45.4341 73.0329 45.9199 71.8701 46.8372 72.02C47.7726 72.175 48.1344 72.6789 48.1809 74.0949C48.2041 74.8055 49.4083 75.5058 50.5685 74.9476C51.5969 74.4541 53.8398 75.1156 53.292 77.0251C52.6615 79.2267 52.9199 79.5962 53.5917 79.7719C54.3618 79.9735 56.1137 81.5058 54.106 83.56C52.5065 85.1957 50.478 83.4799 50.478 83.4799\" fill=\"#F4D3A8\"/>\\n<path d=\"M41.4625 77.2319C41.4625 77.2319 40.0956 75.958 40.8863 74.7073C41.677 73.4567 43.9173 74.8882 44.6718 73.9657C45.4341 73.0329 45.9199 71.8701 46.8372 72.02C47.7726 72.175 48.1344 72.6789 48.1809 74.0949C48.2041 74.8055 49.4083 75.5058 50.5685 74.9476C51.5969 74.4541 53.8398 75.1156 53.292 77.0251C52.6615 79.2267 52.9199 79.5962 53.5917 79.7719C54.3618 79.9735 56.1137 81.5058 54.106 83.56C52.5065 85.1957 50.478 83.4799 50.478 83.4799\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\\n<path d=\"M41.4571 77.2237C41.4571 77.2237 39.7827 76.3916 38.8886 77.5699C37.9946 78.7482 40.1212 80.3425 39.5217 81.371C38.9145 82.4123 37.9946 83.2728 38.4571 84.079C38.93 84.9007 39.532 85.0609 40.8731 84.6087C41.5475 84.3813 42.6251 85.2624 42.5088 86.5441C42.4054 87.6784 43.8137 89.5441 45.4106 88.3632C47.253 87.0014 47.6897 87.1151 48.0902 87.681C48.5475 88.3322 50.5992 89.433 51.8214 86.8335C52.7956 84.7637 50.4726 83.4691 50.4726 83.4691\" fill=\"#F4D3A8\"/>\\n<path d=\"M41.4571 77.2237C41.4571 77.2237 39.7827 76.3916 38.8886 77.5699C37.9946 78.7482 40.1212 80.3425 39.5217 81.371C38.9145 82.4123 37.9946 83.2728 38.4571 84.079C38.93 84.9007 39.532 85.0609 40.8731 84.6087C41.5475 84.3813 42.6251 85.2624 42.5088 86.5441C42.4054 87.6784 43.8137 89.5441 45.4106 88.3632C47.253 87.0014 47.6897 87.1151 48.0902 87.681C48.5475 88.3322 50.5992 89.433 51.8214 86.8335C52.7956 84.7637 50.4726 83.4691 50.4726 83.4691\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\\n<path d=\"M43.9458 76.2976C43.9458 76.2976 45.1939 77.202 46.1887 75.9307L43.9458 76.2976Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M43.9458 76.2976C43.9458 76.2976 45.1939 77.202 46.1887 75.9307\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M50.7573 80.0566C50.7573 80.0566 50.8839 81.0644 52.1036 81.253L50.7573 80.0566Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M50.7573 80.0566C50.7573 80.0566 50.8839 81.0644 52.1036 81.253\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M41.478 79.8545C41.478 79.8545 42.7649 80.7046 41.9199 82.0819L41.478 79.8545Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M41.478 79.8545C41.478 79.8545 42.7649 80.7046 41.9199 82.0819\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M47.3901 84.9095C47.3901 84.9095 48.3798 84.6743 48.9845 85.7493L47.3901 84.9095Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M47.3901 84.9095C47.3901 84.9095 48.3798 84.6743 48.9845 85.7493\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M63.9269 53.6098C63.9269 53.6098 62.56 52.3359 63.3507 51.0852C64.144 49.8346 66.3817 51.2661 67.1362 50.3436C67.8985 49.4108 68.3843 48.248 69.3016 48.3979C70.237 48.5529 70.5987 49.0568 70.6452 50.4728C70.6685 51.1834 71.8726 51.8837 73.0328 51.3256C74.0613 50.832 76.3042 51.4935 75.7564 53.4031C75.1259 55.6046 75.3843 55.9741 76.0561 56.1498C76.8261 56.3514 78.5781 57.8837 76.5703 59.938C74.9708 61.5736 72.9424 59.8578 72.9424 59.8578\" fill=\"#F4D3A8\"/>\\n<path d=\"M63.9269 53.6098C63.9269 53.6098 62.56 52.3359 63.3507 51.0852C64.144 49.8346 66.3817 51.2661 67.1362 50.3436C67.8985 49.4108 68.3843 48.248 69.3016 48.3979C70.237 48.5529 70.5987 49.0568 70.6452 50.4728C70.6685 51.1834 71.8726 51.8837 73.0328 51.3256C74.0613 50.832 76.3042 51.4935 75.7564 53.4031C75.1259 55.6046 75.3843 55.9741 76.0561 56.1498C76.8261 56.3514 78.5781 57.8837 76.5703 59.938C74.9708 61.5736 72.9424 59.8578 72.9424 59.8578\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\\n<path d=\"M63.9195 53.6035C63.9195 53.6035 62.2451 52.7715 61.351 53.9498C60.457 55.1281 62.5836 56.7224 61.9841 57.7508C61.3769 58.7922 60.457 59.6526 60.9195 60.4588C61.3924 61.2806 61.9944 61.4408 63.3355 60.9886C64.0099 60.7612 65.0875 61.6423 64.9712 62.924C64.8678 64.0583 66.2761 65.924 67.873 64.7431C69.7154 63.3813 70.1521 63.495 70.5526 64.0609C71.0099 64.7121 73.0616 65.8129 74.2838 63.2134C75.258 61.1436 72.935 59.849 72.935 59.849\" fill=\"#F4D3A8\"/>\\n<path d=\"M63.9195 53.6035C63.9195 53.6035 62.2451 52.7715 61.351 53.9498C60.457 55.1281 62.5836 56.7224 61.9841 57.7508C61.3769 58.7922 60.457 59.6526 60.9195 60.4588C61.3924 61.2806 61.9944 61.4408 63.3355 60.9886C64.0099 60.7612 65.0875 61.6423 64.9712 62.924C64.8678 64.0583 66.2761 65.924 67.873 64.7431C69.7154 63.3813 70.1521 63.495 70.5526 64.0609C71.0099 64.7121 73.0616 65.8129 74.2838 63.2134C75.258 61.1436 72.935 59.849 72.935 59.849\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\\n<path d=\"M66.4102 52.6775C66.4102 52.6775 67.6582 53.5819 68.653 52.3105L66.4102 52.6775Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M66.4102 52.6775C66.4102 52.6775 67.6582 53.5819 68.653 52.3105\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M73.2212 56.4326C73.2212 56.4326 73.3478 57.4404 74.5675 57.629L73.2212 56.4326Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M73.2212 56.4326C73.2212 56.4326 73.3478 57.4404 74.5675 57.629\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M63.9399 56.2324C63.9399 56.2324 65.2268 57.0826 64.3818 58.4598L63.9399 56.2324Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M63.9399 56.2324C63.9399 56.2324 65.2268 57.0826 64.3818 58.4598\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M69.8521 61.2864C69.8521 61.2864 70.8417 61.0513 71.4464 62.1262L69.8521 61.2864Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M69.8521 61.2864C69.8521 61.2864 70.8417 61.0513 71.4464 62.1262\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M29.251 76.2042C30.3104 74.6228 32.6929 72.0104 36.7471 72.2688C38.6231 72.3902 40.2846 73.1215 41.4241 74.3308C41.99 74.9303 42.357 76.013 42.2639 76.7908C42.0391 78.6461 40.1347 79.69 38.4991 79.5014C38.4035 79.491 38.3079 79.4755 38.2123 79.46C37.8298 79.398 37.45 79.305 37.0495 79.2042C36.2278 79.0026 35.3802 78.7933 34.5042 78.8734C33.1657 78.9975 31.9383 80.23 31.7678 81.6176C31.7394 81.8528 31.742 82.0827 31.7756 82.305C31.835 82.7003 31.9719 83.0724 32.1037 83.4342C32.2743 83.8967 32.4345 84.336 32.4267 84.7804C32.4138 85.3851 32.0236 86.0982 31.3234 86.23C29.9668 86.4833 28.5456 85.2094 27.8996 83.8812C26.9719 81.982 27.5404 78.752 29.251 76.2042Z\" fill=\"#F4D589\" stroke=\"#A61680\" stroke-width=\"0.363064\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M50.3594 59.2167C53.7521 46.3098 61.8891 45.5914 64.5609 48.1625C67.3077 50.8033 68.0467 53.8369 62.7961 57.1547C57.5454 60.47 50.3594 59.2167 50.3594 59.2167Z\" fill=\"#D8A37C\"/>\\n<path d=\"M50.3599 59.2161C50.3599 59.2161 57.5459 60.4693 62.7966 57.1515C68.0498 53.8337 67.3082 50.8027 64.5614 48.1593C61.8896 45.5934 53.7526 46.3117 50.3599 59.2161Z\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\"/>\\n<path d=\"M53.6357 57.5493C53.6357 57.5493 55.8476 58.5002 59.6693 56.1514\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M54.9487 54.852C54.9487 54.852 56.5611 49.7615 62.4552 49.1543\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M33.5699 73.6681C35.9425 71.8441 36.8991 69.108 35.7065 67.5568C34.514 66.0057 31.624 66.2269 29.2514 68.0509C26.8789 69.8749 25.9223 72.611 27.1148 74.1621C28.3073 75.7133 31.1974 75.4921 33.5699 73.6681Z\" fill=\"#B8E094\" stroke=\"#A61680\" stroke-width=\"0.327288\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\\n<path d=\"M29.0919 65.9616C32.0351 63.3776 36.1126 62.9047 38.1953 64.9022C40.2806 66.9022 39.5803 70.6153 36.6371 73.1993C34.8981 74.7265 32.7638 75.5172 30.88 75.4965L34.5131 68.1373L26.3374 71.1399C26.3968 69.4112 27.3529 67.4887 29.0919 65.9616Z\" fill=\"#E8A66B\" stroke=\"#A61680\" stroke-width=\"0.327288\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M42.2006 66.612C42.2006 66.612 41.2368 68.4001 39.9474 67.9686C38.658 67.5396 39.627 64.811 38.6503 64.32C37.6606 63.8239 36.503 63.6818 36.4952 62.6973C36.4875 61.6921 36.9009 61.1675 38.2058 60.6895C38.8621 60.4492 39.3195 59.0048 38.6141 57.9867C37.9888 57.0849 38.2472 54.5887 40.1076 54.5655C42.2549 54.5396 42.5547 54.1624 42.6115 53.4208C42.6735 52.5706 43.8156 50.3097 46.0482 51.7412C47.826 52.8807 46.5547 55.4776 46.5547 55.4776\" fill=\"#F4D3A8\"/>\\n<path d=\"M42.2006 66.612C42.2006 66.612 41.2368 68.4001 39.9474 67.9686C38.658 67.5396 39.627 64.811 38.6503 64.32C37.6606 63.8239 36.503 63.6818 36.4952 62.6973C36.4875 61.6921 36.9009 61.1675 38.2058 60.6895C38.8621 60.4492 39.3195 59.0048 38.6141 57.9867C37.9888 57.0849 38.2472 54.5887 40.1076 54.5655C42.2549 54.5396 42.5547 54.1624 42.6115 53.4208C42.6735 52.5706 43.8156 50.3097 46.0482 51.7412C47.826 52.8807 46.5547 55.4776 46.5547 55.4776\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\\n<path d=\"M42.1962 66.619C42.1962 66.619 41.6923 68.5854 42.9301 69.1409C44.1704 69.6965 45.3073 67.035 46.359 67.3347C47.4236 67.6397 48.3719 68.3192 49.0463 67.5983C49.7337 66.8645 49.7879 66.2004 49.1497 64.9652C48.8293 64.3451 49.4753 62.973 50.6846 62.7017C51.7569 62.4614 53.2634 60.451 51.9094 59.1745C50.3487 57.7043 50.3823 57.221 50.8448 56.6397C51.3745 55.973 52.0696 53.5363 49.4572 53.0789C47.3771 52.7146 46.5476 55.4846 46.5476 55.4846\" fill=\"#F4D3A8\"/>\\n<path d=\"M42.1962 66.619C42.1962 66.619 41.6923 68.5854 42.9301 69.1409C44.1704 69.6965 45.3073 67.035 46.359 67.3347C47.4236 67.6397 48.3719 68.3192 49.0463 67.5983C49.7337 66.8645 49.7879 66.2004 49.1497 64.9652C48.8293 64.3451 49.4753 62.973 50.6846 62.7017C51.7569 62.4614 53.2634 60.451 51.9094 59.1745C50.3487 57.7043 50.3823 57.221 50.8448 56.6397C51.3745 55.973 52.0696 53.5363 49.4572 53.0789C47.3771 52.7146 46.5476 55.4846 46.5476 55.4846\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\\n<path d=\"M40.9351 64.356C40.9351 64.356 41.5759 62.803 40.2349 62.1699L40.9351 64.356Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M40.9351 64.356C40.9351 64.356 41.5759 62.803 40.2349 62.1699\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M43.333 56.2367C43.333 56.2367 44.2477 55.8 44.2296 54.4951L43.333 56.2367Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M43.333 56.2367C43.333 56.2367 44.2477 55.8 44.2296 54.4951\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M44.6348 65.7987C44.6348 65.7987 45.2187 64.2224 46.6348 64.6669L44.6348 65.7987Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M44.6348 65.7987C44.6348 65.7987 45.2187 64.2224 46.6348 64.6669\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M48.3844 58.2063C48.3844 58.2063 48.0072 57.2657 48.909 56.3174L48.3844 58.2063Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M48.3844 58.2063C48.3844 58.2063 48.0072 57.2657 48.909 56.3174\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M73.1498 68.8391C73.1498 68.8391 74.9457 69.7848 74.5297 71.0794C74.1111 72.3714 71.3746 71.4282 70.894 72.4101C70.4056 73.405 70.2764 74.5652 69.2919 74.5807C68.2868 74.5988 67.7596 74.1905 67.2687 72.8882C67.0232 72.2344 65.5736 71.79 64.5607 72.5057C63.664 73.1388 61.1653 72.9062 61.124 71.0458C61.0775 68.8985 60.6976 68.6013 59.956 68.5548C59.1059 68.5006 56.8346 67.3791 58.2428 65.1336C59.3643 63.3455 61.9741 64.591 61.9741 64.591\" fill=\"#F4D3A8\"/>\\n<path d=\"M73.1498 68.8391C73.1498 68.8391 74.9457 69.7848 74.5297 71.0794C74.1111 72.3714 71.3746 71.4282 70.894 72.4101C70.4056 73.405 70.2764 74.5652 69.2919 74.5807C68.2868 74.5988 67.7596 74.1905 67.2687 72.8882C67.0232 72.2344 65.5736 71.79 64.5607 72.5057C63.664 73.1388 61.1653 72.9062 61.124 71.0458C61.0775 68.8985 60.6976 68.6013 59.956 68.5548C59.1059 68.5006 56.8346 67.3791 58.2428 65.1336C59.3643 63.3455 61.9741 64.591 61.9741 64.591\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\\n<path d=\"M73.1572 68.8414C73.1572 68.8414 75.1288 69.3272 75.6715 68.0817C76.2141 66.8363 73.5423 65.7251 73.8342 64.6709C74.1288 63.6037 74.8007 62.6502 74.072 61.981C73.3304 61.3014 72.6663 61.2549 71.4363 61.9034C70.8187 62.229 69.4415 61.5985 69.1573 60.3892C68.9066 59.3195 66.8833 57.8337 65.6198 59.198C64.1624 60.7742 63.6818 60.7432 63.0952 60.2859C62.4234 59.7613 59.9815 59.0921 59.5474 61.7071C59.2012 63.7897 61.9815 64.5934 61.9815 64.5934\" fill=\"#F4D3A8\"/>\\n<path d=\"M73.1572 68.8414C73.1572 68.8414 75.1288 69.3272 75.6715 68.0817C76.2141 66.8363 73.5423 65.7251 73.8342 64.6709C74.1288 63.6037 74.8007 62.6502 74.072 61.981C73.3304 61.3014 72.6663 61.2549 71.4363 61.9034C70.8187 62.229 69.4415 61.5985 69.1573 60.3892C68.9066 59.3195 66.8833 57.8337 65.6198 59.198C64.1624 60.7742 63.6818 60.7432 63.0952 60.2859C62.4234 59.7613 59.9815 59.0921 59.5474 61.7071C59.2012 63.7897 61.9815 64.5934 61.9815 64.5934\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\\n<path d=\"M70.9044 70.1252C70.9044 70.1252 69.3436 69.4999 68.7261 70.8487L70.9044 70.1252Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M70.9044 70.1252C70.9044 70.1252 69.3436 69.4999 68.7261 70.8487\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M62.7617 67.8048C62.7617 67.8048 62.3173 66.8926 61.0098 66.9236L62.7617 67.8048Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M62.7617 67.8048C62.7617 67.8048 62.3173 66.8926 61.0098 66.9236\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M72.3117 66.4119C72.3117 66.4119 70.7303 65.8434 71.1592 64.4248L72.3117 66.4119Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M72.3117 66.4119C72.3117 66.4119 70.7303 65.8434 71.1592 64.4248\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M64.6841 62.7383C64.6841 62.7383 63.7461 63.1233 62.79 62.2344L64.6841 62.7383Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M64.6841 62.7383C64.6841 62.7383 63.7461 63.1233 62.79 62.2344\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M70.7355 78.9589C70.8514 75.7157 69.0584 73.0191 66.7308 72.9359C64.4031 72.8528 62.4223 75.4146 62.3065 78.6578C62.1906 81.9011 63.9836 84.5977 66.3112 84.6808C68.6388 84.764 70.6196 82.2022 70.7355 78.9589Z\" fill=\"#B8E094\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\\n<path d=\"M60.413 76.4886C60.5655 72.2302 63.457 68.8788 66.8704 69.0003C70.2838 69.1217 72.9247 72.6721 72.7722 76.9305C72.6818 79.4473 71.6379 81.6463 70.0926 83.0003L66.6792 74.3284L62.6534 82.7341C61.2115 81.2716 60.3226 79.0029 60.413 76.4886Z\" fill=\"#E8A66B\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M25.6646 59.743C25.6646 59.743 27.5044 58.4019 28.8171 59.637C30.1298 60.8748 27.9024 63.2236 28.83 64.3373C29.7706 65.4665 31.0522 66.314 30.6595 67.3786C30.259 68.4639 29.569 68.7791 27.8662 68.5078C27.0109 68.3709 25.8946 69.6499 26.2951 71.1693C26.6491 72.5156 25.3391 75.0453 23.1789 73.9497C20.6905 72.6861 20.1892 72.9109 19.8223 73.6758C19.4037 74.5518 17.1659 76.2934 15.1711 73.4174C13.582 71.1254 16.1065 69.0944 16.1065 69.0944\" fill=\"#F4D3A8\"/>\\n<path d=\"M25.6646 59.743C25.6646 59.743 27.5044 58.4019 28.8171 59.637C30.1298 60.8748 27.9024 63.2236 28.83 64.3373C29.7706 65.4665 31.0522 66.314 30.6595 67.3786C30.259 68.4639 29.569 68.7791 27.8662 68.5078C27.0109 68.3709 25.8946 69.6499 26.2951 71.1693C26.6491 72.5156 25.3391 75.0453 23.1789 73.9497C20.6905 72.6861 20.1892 72.9109 19.8223 73.6758C19.4037 74.5518 17.1659 76.2934 15.1711 73.4174C13.582 71.1254 16.1065 69.0944 16.1065 69.0944\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\\n<path d=\"M25.6719 59.7364C25.6719 59.7364 27.0543 57.9251 25.8501 56.584C24.646 55.2429 22.2481 57.4186 21.1551 56.4625C20.0491 55.4961 19.2326 54.1938 18.1602 54.5633C17.0672 54.938 16.7365 55.6201 16.969 57.3307C17.0853 58.1912 15.783 59.2765 14.2739 58.8424C12.938 58.4574 10.3824 59.7106 11.4264 61.8966C12.6305 64.416 12.3954 64.9121 11.6228 65.261C10.739 65.6589 8.94576 67.8605 11.7752 69.9225C14.0284 71.5659 16.1137 69.0853 16.1137 69.0853\" fill=\"#F4D3A8\"/>\\n<path d=\"M25.6719 59.7364C25.6719 59.7364 27.0543 57.9251 25.8501 56.584C24.646 55.2429 22.2481 57.4186 21.1551 56.4625C20.0491 55.4961 19.2326 54.1938 18.1602 54.5633C17.0672 54.938 16.7365 55.6201 16.969 57.3307C17.0853 58.1912 15.783 59.2765 14.2739 58.8424C12.938 58.4574 10.3825 59.7106 11.4264 61.8966C12.6305 64.416 12.3954 64.9121 11.6228 65.261C10.739 65.6589 8.94576 67.8605 11.7752 69.9225C14.0284 71.5659 16.1137 69.0853 16.1137 69.0853\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\\n<path d=\"M26.2067 62.9297C26.2067 62.9297 24.8346 64.2139 26.1292 65.6997L26.2067 62.9297Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M26.2067 62.9297C26.2067 62.9297 24.8346 64.2139 26.1292 65.6997\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M20.1368 70.2176C20.1368 70.2176 18.9016 70.1375 18.3926 71.551L20.1368 70.2176Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M20.1368 70.2176C20.1368 70.2176 18.9016 70.1375 18.3926 71.551\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.5218 59.1543C22.5218 59.1543 21.2066 60.498 19.7544 59.1698L22.5218 59.1543Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M22.5218 59.1543C22.5218 59.1543 21.2066 60.498 19.7544 59.1698\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15.106 65.0635C15.106 65.0635 15.1577 66.3012 13.7339 66.7792L15.106 65.0635Z\" fill=\"#F4D3A8\"/>\\n<path d=\"M15.106 65.0635C15.106 65.0635 15.1577 66.3012 13.7339 66.7792\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M40.3236 51.2178C39.6802 63.7552 32.3159 65.8612 29.3546 63.9594C26.3133 62.0033 25.0471 59.3315 29.2513 55.3315C33.4528 51.3366 40.3236 51.2178 40.3236 51.2178Z\" fill=\"#D8A37C\"/>\\n<path d=\"M40.3232 51.2178C40.3232 51.2178 33.4524 51.3366 29.2509 55.3315C25.0468 59.3289 26.3155 62.0033 29.3543 63.9594C32.3129 65.8612 39.6773 63.7552 40.3232 51.2178Z\" stroke=\"#A61680\" stroke-width=\"0.350236\" stroke-miterlimit=\"10\"/>\\n<path d=\"M31.9324 56.5527C31.9324 56.5527 30.382 57.2788 29.9712 58.8266\" stroke=\"#A61680\" stroke-width=\"0.350236\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M37.9711 54.7471C37.9711 54.7471 36.9531 60.4654 32.4854 61.7057\" stroke=\"#A61680\" stroke-width=\"0.350236\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M40.9902 86.274C27.091 90.0802 22.122 84.0621 23.122 80.6771C24.153 77.1965 26.6052 75.0957 32.4889 77.5531C38.3727 80.013 40.9902 86.274 40.9902 86.274Z\" fill=\"#D8A37C\"/>\\n<path d=\"M40.9902 86.274C40.9902 86.274 38.3727 80.0105 32.4889 77.5531C26.6052 75.0957 24.153 77.1965 23.122 80.6771C22.122 84.0621 27.091 90.0802 40.9902 86.274Z\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\"/>\\n<path d=\"M37.6902 84.5431C37.6902 84.5431 34.2354 79.4062 29.6411 79.1865\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M34.471 84.8636C34.471 84.8636 31.3108 85.6569 29.0137 83.7783\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M24.5738 74.1565C25.9718 71.1883 25.4148 67.986 23.3297 67.0039C21.2446 66.0219 18.421 67.632 17.023 70.6002C15.625 73.5684 16.182 76.7707 18.2671 77.7528C20.3522 78.7348 23.1758 77.1247 24.5738 74.1565Z\" fill=\"#B8E094\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\\n<path d=\"M25.7772 76.3747C24.1467 80.354 20.2294 82.6744 17.033 81.5529C13.8366 80.4341 12.5679 76.2997 14.201 72.3204C15.1648 69.969 16.9245 68.1964 18.8625 67.3721L19.0744 76.5736L25.8315 69.8113C26.6945 71.6175 26.7436 74.0232 25.7772 76.3747Z\" fill=\"#E8A66B\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M57.7488 68.2077C59.1134 66.6067 58.3705 63.7328 56.0896 61.7887C53.8087 59.8447 50.8534 59.5665 49.4888 61.1675C48.1243 62.7685 48.8671 65.6424 51.1481 67.5865C53.429 69.5306 56.3843 69.8087 57.7488 68.2077Z\" fill=\"#B8E094\" stroke=\"#A61680\" stroke-width=\"0.339633\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\\n<path d=\"M58.3284 61.2544C61.4447 63.6472 62.548 67.6524 60.7961 70.2028C59.0442 72.7531 55.0958 72.8772 51.9821 70.4844C50.1424 69.071 49.0002 67.0968 48.7393 65.1898L56.8969 67.2079L52.5584 59.6343C54.3542 59.3087 56.486 59.8436 58.3284 61.2544Z\" fill=\"#E8A66B\" stroke=\"#A61680\" stroke-width=\"0.339633\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M52.1934 71.0713C66.4312 73.3013 68.4932 80.8284 66.1909 83.5028C63.8291 86.2548 60.7309 87.1643 56.3717 82.5131C52.0126 77.862 52.1934 71.0713 52.1934 71.0713Z\" fill=\"#D8A37C\"/>\\n<path d=\"M52.1934 71.0713C52.1934 71.0713 52.0126 77.8568 56.3717 82.5106C60.7309 87.1643 63.8291 86.2548 66.1909 83.5002C68.4932 80.8258 66.4312 73.2987 52.1934 71.0713Z\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\"/>\\n<path d=\"M54.4878 74.0049C54.4878 74.0049 55.2061 80.4106 59.8831 82.7181\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M57.5601 75.0303C57.5601 75.0303 60.7513 76.454 62.0898 78.2602\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M30.644 56.9866C29.8378 57.3768 29.0084 57.6481 28.2203 57.7747C24.5588 58.3639 20.0187 56.475 19.042 52.6481C18.8378 51.8497 19.0394 50.7256 19.4993 50.09C20.5949 48.5758 22.7655 48.5835 24.104 49.5422C24.1815 49.599 24.259 49.6559 24.3365 49.7153C24.6389 49.953 24.9283 50.2217 25.2306 50.5008C25.8508 51.0745 26.4916 51.6688 27.2978 52.0228C28.5303 52.5603 30.1996 52.0796 31.0213 50.9478C31.1582 50.7566 31.2694 50.5525 31.3469 50.3432C31.4864 49.9685 31.5484 49.5758 31.6053 49.1959C31.6802 48.7075 31.7526 48.2476 31.9748 47.86C32.2771 47.3354 32.9644 46.9013 33.6414 47.1261C34.9515 47.5628 35.5768 49.3639 35.4993 50.8393C35.3598 53.4853 33.1143 55.7902 30.644 56.9866Z\" fill=\"#F4D589\" stroke=\"#A61680\" stroke-width=\"0.363064\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M28.8989 82.1578C27.4777 80.8917 24.5191 78.9563 20.656 80.2198C18.8705 80.8038 17.4441 81.9279 16.6431 83.3852C16.2452 84.1087 16.1599 85.2457 16.4467 85.977C17.1289 87.716 19.2323 88.2508 20.7697 87.6591C20.8602 87.6255 20.948 87.5868 21.0385 87.548C21.3925 87.393 21.7387 87.2069 22.1005 87.0105C22.8447 86.61 23.6147 86.194 24.4829 86.0545C25.8111 85.8426 27.3072 86.7263 27.8188 88.026C27.9041 88.2457 27.9584 88.4705 27.9816 88.6927C28.023 89.0906 27.9842 89.486 27.9454 89.8684C27.8963 90.3594 27.8498 90.8219 27.9713 91.2534C28.1341 91.8374 28.6896 92.4291 29.4002 92.3801C30.7775 92.287 31.8343 90.6979 32.1289 89.2483C32.5475 87.1837 31.1883 84.1992 28.8989 82.1578Z\" fill=\"#F4D589\" stroke=\"#A61680\" stroke-width=\"0.363064\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M63.2869 54.8759C65.2352 54.4263 68.9406 54.1369 71.8605 57.2506C73.2119 58.6924 73.9587 60.447 73.9613 62.1937C73.9639 63.0594 73.4677 64.1524 72.8347 64.6821C71.3282 65.9405 69.1189 65.372 68.0026 64.0516C67.938 63.9741 67.8734 63.894 67.8114 63.8139C67.5633 63.4909 67.3385 63.1446 67.1034 62.7829C66.6202 62.0387 66.1189 61.2661 65.3902 60.7002C64.2739 59.8346 62.4497 59.894 61.3205 60.8346C61.1292 60.9922 60.9664 61.1731 60.8321 61.3669C60.5944 61.7105 60.429 62.0955 60.2714 62.4676C60.0672 62.9457 59.876 63.3953 59.5504 63.7312C59.106 64.186 58.2946 64.4521 57.6641 64.049C56.4419 63.2661 56.2714 61.2713 56.7313 59.788C57.3876 57.664 60.1447 55.5994 63.2869 54.8759Z\" fill=\"#F4D589\" stroke=\"#A61680\" stroke-width=\"0.363064\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M48.2149 74.6252C47.0521 74.7725 45.8945 74.7338 44.8738 74.5038C41.1942 73.6769 37.7834 70.5064 38.0443 66.5219C38.1012 65.6562 38.6671 64.5994 39.3337 64.1136C40.9203 62.9586 43.0857 63.6743 44.1141 65.0671C44.1735 65.1472 44.233 65.2325 44.2898 65.3177C44.5146 65.6562 44.7162 66.0154 44.9255 66.3927C45.357 67.1679 45.804 67.9715 46.4965 68.5865C47.5508 69.5245 49.3777 69.5891 50.5663 68.726C50.7679 68.5813 50.941 68.4133 51.0883 68.2273C51.3493 67.8991 51.5379 67.527 51.7213 67.1653C51.9565 66.7027 52.1761 66.2661 52.5275 65.9534C53.0004 65.5296 53.8299 65.3177 54.4319 65.7622C55.5973 66.6252 55.6361 68.6278 55.0779 70.0774C54.0521 72.7286 51.1115 74.2583 48.2149 74.6252Z\" fill=\"#F4D589\" stroke=\"#A61680\" stroke-width=\"0.363064\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<path d=\"M73.2817 84.7243L14.0388 86.4168L10.7778 50.0059L72.8915 46.0137L73.2817 84.7243Z\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\"/>\\n<path d=\"M1.17822 13.3941L74.6175 8.67578\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\"/>\\n<path d=\"M1.40088 15.8446L74.8841 11.1211\" stroke=\"#A61680\" stroke-width=\"0.371902\" stroke-miterlimit=\"10\"/>\\n<path d=\"M63.3181 29.8314C67.919 29.8314 71.6488 26.1016 71.6488 21.5007C71.6488 16.8997 67.919 13.1699 63.3181 13.1699C58.7171 13.1699 54.9873 16.8997 54.9873 21.5007C54.9873 26.1016 58.7171 29.8314 63.3181 29.8314Z\" fill=\"#A61680\"/>\\n<path d=\"M66.7888 20.0595C67.2875 18.584 66.4942 16.969 65.0187 16.4703C63.5433 15.9716 61.9283 16.7649 61.427 18.2481L59.8404 22.9406C59.3417 24.4161 60.135 26.031 61.6182 26.5323C63.0937 27.031 64.7086 26.2378 65.2099 24.7546C65.3986 24.2533 65.3727 23.7029 65.1428 23.2197L64.4864 21.8915L65.8223 21.23C66.3004 20.9742 66.6337 20.5608 66.7888 20.0595ZM61.8869 18.4626C62.2797 17.3024 63.4916 16.5943 64.6828 16.8889C65.2642 17.0388 65.7267 17.3876 66.0342 17.8372C65.9024 17.752 65.7603 17.6848 65.6053 17.6331C64.626 17.3024 63.5407 17.7546 63.1298 18.6693C63.1066 18.7158 63.0911 18.7623 63.073 18.8166C62.9257 19.2326 62.9386 19.7029 63.1066 20.1396L62.6105 20.385L61.0497 21.1577C61.0187 21.1732 60.9929 21.1912 60.9645 21.2093L61.8869 18.4626ZM64.6828 23.4316C64.8818 23.845 64.874 24.323 64.6621 24.7365C64.3391 25.3747 63.5588 25.6744 62.8482 25.4341C62.3288 25.2584 61.9593 24.814 61.9076 24.2972C61.8482 23.7055 62.0911 23.1654 62.5459 22.8605L62.8508 23.4755C62.9826 23.7546 63.0265 24.062 62.9696 24.3618C62.9464 24.4884 63.0136 24.6098 63.1324 24.6486C63.2771 24.6977 63.4322 24.6098 63.4606 24.4651C63.5381 24.0595 63.4813 23.6383 63.2952 23.2584L62.9774 22.6176C63.2823 22.4677 63.7448 22.2378 64.0161 22.1034L64.6828 23.4316ZM64.0368 21.5401C64.0291 21.5453 64.0291 21.5453 62.4683 22.3153C61.7267 22.6977 61.3185 23.4729 61.4012 24.3463C61.4735 25.0569 61.9722 25.6719 62.6828 25.9122C62.905 25.9871 63.1324 26.0181 63.3598 26.0207C62.8327 26.2223 62.228 26.2378 61.657 26.0104C60.4942 25.5504 59.936 24.2223 60.334 23.0465L60.5433 22.4316C60.6673 22.0672 60.9309 21.7778 61.2694 21.6047L61.7242 21.3799L64.3882 20.062C64.7655 19.8708 65.0601 19.5711 65.2461 19.199C65.3133 19.062 65.2384 18.9044 65.0962 18.8553C64.9774 18.814 64.8508 18.8734 64.7913 18.9845C64.6518 19.2584 64.4322 19.4755 64.1583 19.6176L63.5588 19.9148C63.4503 19.6047 63.4425 19.2688 63.5459 18.9845C63.5588 18.9484 63.5691 18.9122 63.5898 18.8734C63.8921 18.1964 64.7112 17.8605 65.4477 18.1086C65.9619 18.2817 66.3262 18.7235 66.3779 19.2352C66.4477 19.8967 66.1479 20.4884 65.5924 20.7752L64.0368 21.5401Z\" fill=\"white\"/>\\n<path d=\"M53.7106 30.056L53.8398 31.8363L54.8036 32.149L54.8243 32.4151L51.3979 31.2963L51.3721 30.9552L54.5969 29.3428L54.6176 29.6089L53.7106 30.056ZM53.4832 30.1696L51.5736 31.1076L53.5995 31.7614L53.4832 30.1696Z\" fill=\"#A4197F\"/>\\n<path d=\"M54.3676 26.1973L54.3908 26.5203L51.5381 28.7968L54.5407 28.5771L54.5588 28.82L51.2332 29.0629L51.21 28.7399L54.0575 26.4634L51.0601 26.6831L51.042 26.4402L54.3676 26.1973Z\" fill=\"#A4197F\"/>\\n<path d=\"M52.4265 22.8906C53.4911 22.8131 54.163 23.3997 54.2456 24.4953L54.3102 25.3893L50.9847 25.6322L50.9149 24.6761C50.8348 23.6141 51.3852 22.9681 52.4265 22.8906ZM52.4498 23.1464C51.5557 23.211 51.0854 23.7537 51.15 24.6374L51.2043 25.3738L54.0596 25.1645L54.0079 24.472C53.9407 23.5728 53.3671 23.0792 52.4498 23.1464Z\" fill=\"#A4197F\"/>\\n<path d=\"M22.635 34.5529L20.0562 34.7415L16.2939 29.7286L16.6789 34.987L14.0433 35.1808L13.312 25.2041L15.8908 25.0154L19.6764 30.3281L19.2681 24.77L21.9037 24.5762L22.635 34.5529Z\" fill=\"#A4197F\"/>\\n<path d=\"M26.1078 24.2671L26.5394 30.1534C26.635 31.4506 27.4954 31.8459 28.3223 31.7865C29.1621 31.7245 29.9425 31.2103 29.8468 29.9131L29.4153 24.0268L32.0665 23.833L32.5161 29.9751C32.7073 32.5824 30.9425 34.1017 28.4903 34.2826C26.0665 34.4609 24.113 33.2284 23.9218 30.6056L23.4722 24.4635L26.1078 24.2671Z\" fill=\"#A4197F\"/>\\n<path d=\"M38.5677 25.7183L39.1259 33.3437L36.4902 33.5375L35.9321 25.8966L33.0949 26.1034L32.9243 23.7649L37.6995 23.416C39.4385 23.2894 40.3403 23.2661 41.5057 23.5375L41.0768 25.8915C40.2706 25.6951 39.423 25.6692 38.5677 25.7183Z\" fill=\"#A4197F\"/>\\n<path d=\"M43.6304 29.7054C44.2376 30.5503 45.2479 30.863 46.018 30.8062C46.6743 30.7571 47.1989 30.4909 47.1678 30.062C47.1291 29.5193 46.5529 29.4754 45.0128 29.0155C43.5477 28.5917 41.7725 28.0206 41.6304 26.0671C41.4857 24.0852 43.1446 22.8604 45.31 22.7028C47.5322 22.54 49.5735 23.5943 49.7544 26.0749L47.204 26.2609C47.1213 25.1214 46.4572 24.6666 45.4883 24.739C44.6485 24.801 44.1756 25.2222 44.2247 25.863C44.279 26.6046 44.9895 26.7235 46.465 27.1033C48.0697 27.5012 49.6898 27.8992 49.8268 29.7519C49.974 31.7622 48.1911 32.8372 46.2221 32.9819C44.6123 33.1007 42.8836 32.5813 41.9405 31.447L43.6304 29.7054Z\" fill=\"#A4197F\"/>\\n<path d=\"M23.4079 46.9123L22.3588 46.9898L14.9583 37.7211L15.674 47.4808L14.8859 47.5376L14.0952 36.7288L15.1443 36.6513L22.5448 45.9045L21.8316 36.1604L22.6198 36.1035L23.4079 46.9123Z\" fill=\"#68BC96\"/>\\n<path d=\"M26.0334 46.7211L25.2427 35.9123L26.0308 35.8555L26.8215 46.6643L26.0334 46.7211Z\" fill=\"#68BC96\"/>\\n<path d=\"M36.6685 42.9604C36.8003 44.7666 35.6039 46.0198 33.5651 46.1671L29.4411 46.4694L28.6504 35.6606L32.9269 35.348C34.5935 35.2265 35.7848 36.211 35.9036 37.8467C35.9811 38.8958 35.5832 39.826 34.6891 40.3583C35.9062 40.8105 36.578 41.7097 36.6685 42.9604ZM29.7899 40.3893L33.1413 40.1438C34.4075 40.0508 35.1672 39.1878 35.0767 37.9526C34.9863 36.733 34.1129 36.0353 32.7848 36.1335L29.4954 36.3738L29.7899 40.3893ZM35.8261 42.8829C35.7305 41.5702 34.7563 40.7872 33.2447 40.8984L29.8468 41.1464L30.1775 45.6555L33.4359 45.4177C34.9786 45.304 35.9295 44.286 35.8261 42.8829Z\" fill=\"#68BC96\"/>\\n<path d=\"M46.1953 42.2631C46.3271 44.0693 45.1307 45.3225 43.092 45.4698L38.9679 45.7722L38.1772 34.9634L42.4537 34.6507C44.1204 34.5293 45.3116 35.5138 45.4305 37.1494C45.508 38.1985 45.1101 39.1287 44.216 39.661C45.4331 40.1132 46.1049 41.0125 46.1953 42.2631ZM39.3168 39.692L42.6682 39.4466C43.9344 39.3535 44.694 38.4905 44.6036 37.2554C44.5132 36.0357 43.6398 35.338 42.3116 35.4362L39.0222 35.6765L39.3168 39.692ZM45.353 42.1856C45.2574 40.8729 44.2832 40.09 42.7716 40.2011L39.3736 40.4492L39.7044 44.9582L42.9628 44.7205C44.5054 44.6068 45.4563 43.5887 45.353 42.1856Z\" fill=\"#68BC96\"/>\\n<path d=\"M54.3349 44.6483L48.4977 45.0746L47.707 34.2658L48.4951 34.209L49.2316 44.2607L54.2807 43.8912L54.3349 44.6483Z\" fill=\"#68BC96\"/>\\n<path d=\"M56.0842 34.4291L56.3943 38.6591L61.3814 38.2948L61.4356 39.0519L56.4486 39.4162L56.7638 43.7082L62.57 43.2818L62.6243 44.0389L56.03 44.5221L55.2393 33.7134L58.6372 33.4653C59.8568 33.3749 60.8723 33.2405 61.7095 33.0234L61.8904 33.8012C60.7922 34.0829 59.6656 34.1656 58.694 34.2379L56.0842 34.4291Z\" fill=\"#68BC96\"/>\\n<path d=\"M67.6872 43.8397C65.6329 43.9896 63.7311 43.0283 63.5735 40.8655C63.558 40.6485 63.558 40.4469 63.5709 40.1989L64.421 40.1369C64.4055 40.341 64.3874 40.5425 64.4055 40.7751C64.527 42.4263 66.0231 43.1549 67.6303 43.0387C69.1291 42.9301 70.2686 42.1782 70.1678 40.788C70.0593 39.3048 68.7208 39.0464 67.2893 38.7932C65.6226 38.496 63.8164 38.2092 63.651 35.9534C63.5063 33.9921 64.9585 32.8294 66.8577 32.6924C68.1394 32.5994 69.4805 33.1058 70.1471 34.3462L69.3564 34.7932C68.8991 33.8319 67.8758 33.4263 66.8707 33.5012C65.434 33.6071 64.3926 34.4443 64.496 35.8319C64.6148 37.4392 65.8784 37.7493 67.2789 38.0025C68.9947 38.3126 70.8371 38.4883 70.9947 40.633C71.1368 42.6097 69.6019 43.7002 67.6872 43.8397Z\" fill=\"#68BC96\"/>\\n<path d=\"M10.7125 46.8699C10.7977 46.7562 10.9218 46.6942 11.0846 46.6838C11.2474 46.6709 11.3791 46.7148 11.4799 46.8156C11.5807 46.9138 11.6375 47.0559 11.6505 47.2368L11.6789 47.6115L12.312 47.565L12.3326 47.8363L10.653 47.9603L10.6065 47.3143C10.591 47.1309 10.6272 46.9836 10.7125 46.8699ZM11.33 47.0353C11.2784 46.981 11.2034 46.9577 11.1052 46.9655C10.9089 46.981 10.821 47.105 10.8391 47.3376L10.8623 47.6683L11.4463 47.6244L11.4231 47.2937C11.4153 47.1774 11.3843 47.0895 11.33 47.0353Z\" fill=\"#A4197F\"/>\\n<path d=\"M11.4998 45.7096L11.5257 46.0714L12.1975 46.0223L12.2182 46.291L10.5386 46.4151L10.4895 45.7303C10.4766 45.5494 10.5102 45.4022 10.5929 45.291C10.673 45.1799 10.7944 45.1179 10.952 45.105C11.0735 45.0972 11.1743 45.1205 11.2595 45.1748C11.3448 45.2316 11.4094 45.3143 11.4507 45.4254L12.12 44.9189L12.1432 45.2316L11.4998 45.7096ZM11.3009 46.0869L11.2724 45.6941C11.2647 45.583 11.2363 45.5029 11.1872 45.4512C11.1381 45.3996 11.0683 45.3789 10.9727 45.3841C10.8797 45.3918 10.8125 45.4228 10.7712 45.4797C10.7298 45.5365 10.7143 45.6218 10.7221 45.7303L10.7505 46.1231L11.3009 46.0869Z\" fill=\"#A4197F\"/>\\n<path d=\"M11.7719 43.395L12.0071 43.377L12.0975 44.6302L10.4179 44.7542L10.3301 43.5372L10.5652 43.5191L10.635 44.4622L11.1182 44.426L11.0639 43.687L11.2939 43.6715L11.3482 44.4105L11.8469 44.3744L11.7719 43.395Z\" fill=\"#A4197F\"/>\\n<path d=\"M11.8573 41.3447L11.8754 41.5954L10.9038 41.6677L10.4387 41.6832V41.6858L11.9116 42.0915L11.9271 42.3189L10.5292 42.9365V42.939L10.9917 42.8848L11.9633 42.8124L11.9814 43.0657L10.3018 43.1897L10.2733 42.784L11.2217 42.3731L11.6118 42.2259V42.2207L11.2036 42.1303L10.2062 41.8667L10.1777 41.4688L11.8573 41.3447Z\" fill=\"#A4197F\"/>\\n<path d=\"M11.8051 40.623L11.8257 40.8944L10.1462 41.0184L10.1255 40.7471L11.8051 40.623Z\" fill=\"#A4197F\"/>\\n<path d=\"M11.0274 38.8711C11.247 38.8556 11.4202 38.9021 11.5416 39.0106C11.663 39.1191 11.7328 39.2871 11.7483 39.5093C11.7638 39.7341 11.7199 39.9072 11.6165 40.0339C11.5132 40.1605 11.3504 40.2302 11.1282 40.2457L10.092 40.3207L10.0713 40.0468L11.0739 39.9744C11.2341 39.9615 11.3478 39.9202 11.4202 39.8478C11.4899 39.7755 11.5209 39.6695 11.5106 39.5274C11.5003 39.3853 11.4537 39.2845 11.3736 39.2251C11.2935 39.1631 11.1721 39.1398 11.0145 39.1501L10.0119 39.2225L9.99121 38.9486L11.0274 38.8711Z\" fill=\"#A4197F\"/>\\n<path d=\"M11.516 36.6826L11.5341 36.9333L10.5625 37.0056L10.0974 37.0211V37.0237L11.5703 37.4294L11.5858 37.6568L10.1878 38.2743V38.2769L10.6504 38.2227L11.622 38.1503L11.64 38.4035L9.96046 38.5276L9.93203 38.1219L10.8804 37.711L11.2705 37.5638V37.5586L10.8623 37.4681L9.86485 37.2046L9.83643 36.8066L11.516 36.6826Z\" fill=\"#A4197F\"/>\\n<path d=\"M11.562 34.135C11.5413 34.0833 11.5155 34.042 11.4819 34.0136L11.7041 33.918C11.7429 33.9567 11.7739 34.011 11.7997 34.0808C11.8256 34.1505 11.8411 34.2229 11.8462 34.2978C11.8566 34.4477 11.8256 34.5717 11.7532 34.6699C11.6809 34.7681 11.562 34.8249 11.3992 34.843C11.3915 35.0575 11.3165 35.2306 11.1718 35.3624C11.0297 35.4942 10.8333 35.5691 10.5878 35.5872C10.4121 35.6001 10.2545 35.5795 10.1201 35.5252C9.98578 35.4709 9.87725 35.3857 9.79973 35.272C9.72221 35.1583 9.6757 35.0213 9.66536 34.8585C9.65244 34.6983 9.67828 34.5536 9.73771 34.4296C9.79973 34.3056 9.89275 34.2048 10.0168 34.1324C10.1434 34.0575 10.2933 34.0162 10.4716 34.0032C10.7196 33.9852 10.9238 34.0317 11.084 34.1428C11.2442 34.2539 11.345 34.4167 11.3811 34.6286C11.4716 34.6131 11.531 34.5795 11.562 34.5252C11.5904 34.4709 11.6033 34.3986 11.5956 34.3082C11.5956 34.2436 11.5827 34.1867 11.562 34.135ZM11.022 35.135C11.1253 35.0368 11.1718 34.9102 11.1589 34.75C11.146 34.5898 11.084 34.4709 10.9651 34.3883C10.8488 34.3056 10.6912 34.272 10.4922 34.2875C10.2933 34.303 10.1434 34.3572 10.04 34.4554C9.93668 34.5536 9.89017 34.6828 9.90309 34.8405C9.91343 34.9981 9.97802 35.1169 10.0969 35.1996C10.2132 35.2823 10.3708 35.3159 10.5698 35.3004C10.7687 35.2875 10.9186 35.2332 11.022 35.135Z\" fill=\"#A4197F\"/>\\n<path d=\"M10.5469 32.2822C10.7666 32.2667 10.9397 32.3132 11.0611 32.4217C11.1826 32.5303 11.2523 32.6982 11.2678 32.9204C11.2834 33.1453 11.2394 33.3184 11.1361 33.445C11.0327 33.5716 10.8699 33.6414 10.6477 33.6569L9.61152 33.7318L9.59084 33.4579L10.5934 33.3856C10.7536 33.3726 10.8673 33.3313 10.9397 33.2589C11.0094 33.1866 11.0405 33.0807 11.0301 32.9385C11.0198 32.7964 10.9733 32.6956 10.8932 32.6362C10.8131 32.5742 10.6916 32.5509 10.534 32.5613L9.53141 32.6336L9.51074 32.3597L10.5469 32.2822Z\" fill=\"#A4197F\"/>\\n<path d=\"M10.6525 30.9546L10.7042 31.6626L11.1564 31.7918L11.1771 32.0709L9.45099 31.5592L9.42773 31.2337L11.0608 30.4766L11.0815 30.7634L10.6525 30.9546ZM10.4381 31.0528L9.91352 31.2853L9.67838 31.3784V31.3861L9.92127 31.4404L10.4794 31.598L10.4381 31.0528Z\" fill=\"#A4197F\"/>\\n<path d=\"M10.72 29.0474L10.9552 29.0293L11.043 30.2283L9.36345 30.3523L9.34277 30.081L10.7898 29.975L10.72 29.0474Z\" fill=\"#A4197F\"/>\\n<path d=\"M10.9159 28.4834L10.9366 28.7547L9.257 28.8787L9.23633 28.6074L10.9159 28.4834Z\" fill=\"#A4197F\"/>\\n<path d=\"M9.34549 26.8926L9.38684 27.4688L10.8313 27.3629L10.852 27.6342L9.40751 27.7401L9.44885 28.3164L9.21371 28.3344L9.11035 26.9107L9.34549 26.8926Z\" fill=\"#A4197F\"/>\\n<path d=\"M10.0796 25.923L10.723 25.8765L10.7437 26.1478L10.1003 26.1943L9.10804 26.8687L9.08478 26.5664L9.60158 26.2253L9.84447 26.0754L9.58349 25.9617L9.02277 25.7033L8.99951 25.3984L10.0796 25.923Z\" fill=\"#A4197F\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1683_2286\">\\n<rect width=\"78.2946\" height=\"100\" fill=\"white\" transform=\"translate(0.17041)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed5()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__framer__loop:animation6,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,background:{alt:\"\",fit:\"fit\",intrinsicHeight:100,intrinsicWidth:39,pixelHeight:100,pixelWidth:39,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3zITaZw0oWDDdFN6YX3QSBujY.svg\"},className:\"framer-wv1a1\",\"data-framer-appear-id\":\"wv1a1\",\"data-framer-name\":\"Frame\",initial:animation9,layoutDependency:layoutDependency,layoutId:\"zI4Z477zO\",optimized:true,whileHover:animation7,...addPropertyOverrides({WiXBoqj1A:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:100,intrinsicWidth:39,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-214),pixelHeight:100,pixelWidth:39,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3zITaZw0oWDDdFN6YX3QSBujY.svg\"}}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,pixelHeight:3898,pixelWidth:1749,src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"},className:\"framer-htbvcg\",\"data-framer-appear-id\":\"htbvcg\",\"data-framer-name\":\"Registration Success - Home\",initial:animation10,layoutDependency:layoutDependency,layoutId:\"hwjjrn6pI\",optimized:true,style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px -0.3010936508871964px 0.6624060319518321px -1.1666666666666665px rgba(255, 255, 255, 0.68), 0px -1.1442666516217286px 2.517386633567803px -2.333333333333333px rgba(255, 255, 255, 0.61), 0px -5px 11px -3.5px rgba(255, 255, 255, 0.3)\"},transformTemplate:transformTemplate3,...addPropertyOverrides({cctgbFGKN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.7485875706214692-320)),pixelHeight:3898,pixelWidth:1749,sizes:\"287px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"},transformTemplate:undefined},E2FoicdzF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -10.5),pixelHeight:3898,pixelWidth:1749,sizes:\"337px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"}},eglod3KAu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -10.5),pixelHeight:3898,pixelWidth:1749,sizes:\"337px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"}},gymIK9maR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -10.5),pixelHeight:3898,pixelWidth:1749,sizes:\"337px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"}},NzS56_AL4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -10.5),pixelHeight:3898,pixelWidth:1749,sizes:\"337px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -10.5),pixelHeight:3898,pixelWidth:1749,sizes:\"337px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -10.5),pixelHeight:3898,pixelWidth:1749,sizes:\"337px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -10.5),pixelHeight:3898,pixelWidth:1749,sizes:\"337px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"}},vd0U3YQ5c:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -10.5),pixelHeight:3898,pixelWidth:1749,sizes:\"337px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"}},xgW0q2lpc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -10.5),pixelHeight:3898,pixelWidth:1749,sizes:\"337px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"}}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation11,background:{alt:\"\",fit:\"fill\",pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/8V5cfat2AhF0Uzo0Jz0NWoeEzNc.gif\"},className:\"framer-1b4eehe\",\"data-framer-appear-id\":\"1b4eehe\",\"data-framer-name\":\"https://lottiefiles.com/animations/medicine-strip-tablet-gkpMT7awO3\",initial:animation12,layoutDependency:layoutDependency,layoutId:\"rcVJoxZU2\",optimized:true,style:{rotate:18},...addPropertyOverrides({cctgbFGKN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.840395480225989-69)),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/8V5cfat2AhF0Uzo0Jz0NWoeEzNc.gif\"}}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,pixelHeight:3898,pixelWidth:1749,src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"},className:\"framer-1lcu2do\",\"data-framer-appear-id\":\"1lcu2do\",\"data-framer-name\":\"Registration Success - Home\",initial:animation13,layoutDependency:layoutDependency,layoutId:\"zKBC7aAKo\",optimized:true,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px -0.3010936508871964px 0.6624060319518321px -1.1666666666666665px rgba(255, 255, 255, 0.68), 0px -1.1442666516217286px 2.517386633567803px -2.333333333333333px rgba(255, 255, 255, 0.61), 0px -5px 11px -3.5px rgba(255, 255, 255, 0.3)\"},...addPropertyOverrides({PKKbqxMce:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1949,intrinsicWidth:874.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-356.5),pixelHeight:3898,pixelWidth:1749,sizes:\"174px\",src:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg?scale-down-to=2048 918w,https://framerusercontent.com/images/ddawDl6lxLyQO8ef3ihUCcVk3zU.jpg 1749w\"}}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"},className:\"framer-4vkrp7\",\"data-framer-name\":\"Rectangle 3935\",layoutDependency:layoutDependency,layoutId:\"A0AjbKnuS\",style:{borderBottomLeftRadius:15.23,borderBottomRightRadius:15.23,borderTopLeftRadius:15.23,borderTopRightRadius:15.23,boxShadow:\"0px 1px 10px 6px rgba(194, 194, 194, 0.5)\",skewY:10},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-639),pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",sizes:\"262px\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"}},eglod3KAu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-407),pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",sizes:\"262px\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-639),pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",sizes:\"262px\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"}},NzS56_AL4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-639),pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",sizes:\"262px\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-639),pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",sizes:\"262px\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-639),pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",sizes:\"262px\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-639),pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",sizes:\"262px\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"}},vd0U3YQ5c:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-639),pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",sizes:\"262px\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"}},xgW0q2lpc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-639),pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",sizes:\"262px\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"}}},baseVariant,gestureVariant)}),isDisplayed10()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"},className:\"framer-17kayuv\",\"data-framer-name\":\"Rectangle 3935\",layoutDependency:layoutDependency,layoutId:\"EJQ3RZhUU\",style:{borderBottomLeftRadius:15.23,borderBottomRightRadius:15.23,borderTopLeftRadius:15.23,borderTopRightRadius:15.23,boxShadow:\"0px 1px 10px 6px rgba(194, 194, 194, 0.5)\",skewY:10},...addPropertyOverrides({K8vbrYzei:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-419),pixelHeight:1524,pixelWidth:716,positionX:\"center\",positionY:\"center\",sizes:\"173px\",src:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png\",srcSet:\"https://framerusercontent.com/images/Avb02zekXpx884eso6zA4Tc8.png 716w\"}}},baseVariant,gestureVariant)}),isDisplayed11()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-etdxbt\",\"data-framer-appear-id\":\"etdxbt\",\"data-framer-name\":\"Laptop\",initial:animation14,layoutDependency:layoutDependency,layoutId:\"O5ADV8EJX\",optimized:true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6y9eu6\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"RQfBiquXo\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-145ilc4\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"iXs3lUgPG\",style:{backgroundColor:\"rgba(0, 0, 0, 0.6)\",borderBottomLeftRadius:9.81,borderBottomRightRadius:9.81,borderTopLeftRadius:9.81,borderTopRightRadius:9.81,filter:\"blur(0.8172665238380432px)\",WebkitFilter:\"blur(0.8172665238380432px)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"},className:\"framer-uw3uh2\",\"data-framer-name\":\"Device--Keyboard\",layoutDependency:layoutDependency,layoutId:\"qJeTEb0P4\",style:{borderBottomLeftRadius:.54,borderBottomRightRadius:.54,borderTopLeftRadius:.54,borderTopRightRadius:.54,boxShadow:\"inset 0px -1.089688777923584px 0.544844388961792px 0px rgba(255, 255, 255, 0.7), inset 0px -0.544844388961792px 0.544844388961792px 0px rgba(0, 0, 0, 0.3)\"},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},NzS56_AL4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.8375706214689268-143)+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},vd0U3YQ5c:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},xgW0q2lpc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2hbnxn\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"OJF8DSgWK\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pznjzm\",\"data-border\":true,\"data-framer-name\":\"Device--Back\",layoutDependency:layoutDependency,layoutId:\"jnB0mGUhl\",style:{\"--border-bottom-width\":\"0.544844388961792px\",\"--border-color\":\"rgb(204, 204, 204)\",\"--border-left-width\":\"0.544844388961792px\",\"--border-right-width\":\"0.544844388961792px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.544844388961792px\",backgroundColor:\"rgb(214, 214, 214)\",borderTopLeftRadius:11.99,borderTopRightRadius:11.99}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ql8sdk\",\"data-framer-name\":\"Device--Frame\",layoutDependency:layoutDependency,layoutId:\"RTkzfimHj\",style:{backgroundColor:\"rgb(5, 5, 5)\",borderTopLeftRadius:10.9,borderTopRightRadius:10.9,boxShadow:\"inset 0px 0px 2.179377555847168px 1.089688777923584px rgba(0, 0, 0, 0.1), 0px 0px 0.272422194480896px 0.272422194480896px rgba(255, 255, 255, 0.6)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g7lon6\",\"data-framer-name\":\"Screen [place your visual]\",layoutDependency:layoutDependency,layoutId:\"QGABFzxw8\",style:{borderBottomLeftRadius:2.18,borderBottomRightRadius:2.18,borderTopLeftRadius:2.18,borderTopRightRadius:2.18},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"},className:\"framer-1ikgxki\",\"data-framer-name\":\"Apply for a Card@2x 1\",layoutDependency:layoutDependency,layoutId:\"a7y1Ocxfk\",...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},NzS56_AL4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.8375706214689268-143)+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},vd0U3YQ5c:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},xgW0q2lpc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -42+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14z4d0l\",\"data-framer-name\":\"Device--Screen--Shadow\",layoutDependency:layoutDependency,layoutId:\"ISxXdls03\",style:{backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:2.18,borderBottomRightRadius:2.18,borderTopLeftRadius:2.18,borderTopRightRadius:2.18,boxShadow:\"inset 0px 0px 1.6345330476760864px 0px rgba(0, 0, 0, 0.24)\"}})]})]}),isDisplayed12()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation15,background:{alt:\"\",fit:\"stretch\",pixelHeight:928,pixelWidth:1044,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ea207qR3oPDKnGns18t7PFrBouM.png\",srcSet:\"https://framerusercontent.com/images/Ea207qR3oPDKnGns18t7PFrBouM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ea207qR3oPDKnGns18t7PFrBouM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ea207qR3oPDKnGns18t7PFrBouM.png 1044w\"},className:\"framer-1skr8ht\",\"data-framer-appear-id\":\"1skr8ht\",\"data-framer-name\":\"Boost Profile Visual\",initial:animation16,layoutDependency:layoutDependency,layoutId:\"SmExd5Gck\",optimized:true,style:{rotate:135},...addPropertyOverrides({NzS56_AL4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.45480225988700584-83.5)),pixelHeight:928,pixelWidth:1044,positionX:\"center\",positionY:\"center\",sizes:\"188px\",src:\"https://framerusercontent.com/images/Ea207qR3oPDKnGns18t7PFrBouM.png\",srcSet:\"https://framerusercontent.com/images/Ea207qR3oPDKnGns18t7PFrBouM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ea207qR3oPDKnGns18t7PFrBouM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ea207qR3oPDKnGns18t7PFrBouM.png 1044w\"}}},baseVariant,gestureVariant)}),isDisplayed13()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-ez78mr\",\"data-framer-appear-id\":\"ez78mr\",\"data-framer-name\":\"Laptop\",initial:animation14,layoutDependency:layoutDependency,layoutId:\"vUcl_XeLU\",optimized:true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rvcuok\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"ZeT2wGBbs\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-x1956r\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"VanMVl9Uj\",style:{backgroundColor:\"rgba(0, 0, 0, 0.6)\",borderBottomLeftRadius:9.81,borderBottomRightRadius:9.81,borderTopLeftRadius:9.81,borderTopRightRadius:9.81,filter:\"blur(0.8172665238380432px)\",WebkitFilter:\"blur(0.8172665238380432px)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"},className:\"framer-fl126e\",\"data-framer-name\":\"Device--Keyboard\",layoutDependency:layoutDependency,layoutId:\"ChXCMOtMe\",style:{borderBottomLeftRadius:.54,borderBottomRightRadius:.54,borderTopLeftRadius:.54,borderTopRightRadius:.54,boxShadow:\"inset 0px -1.089688777923584px 0.544844388961792px 0px rgba(255, 255, 255, 0.7), inset 0px -0.544844388961792px 0.544844388961792px 0px rgba(0, 0, 0, 0.3)\"},...addPropertyOverrides({AuxkCgaM5:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},BR8r5mx_S:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},CHdotwwDp:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},h667hQK6K:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},Jgawb4ZzI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},Q5drXexWC:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}},XFdMleAt1:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+286-284+424-176),pixelHeight:28,pixelWidth:1416,positionX:\"center\",positionY:\"center\",sizes:\"457px\",src:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png\",srcSet:\"https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=512 512w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rRddFt4M0dNf4OHhBx33XGRaZig.png 1416w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1la0qqb\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"CxvyVG0qD\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-yy5uu6\",\"data-border\":true,\"data-framer-name\":\"Device--Back\",layoutDependency:layoutDependency,layoutId:\"d6vxOEUr5\",style:{\"--border-bottom-width\":\"0.544844388961792px\",\"--border-color\":\"rgb(204, 204, 204)\",\"--border-left-width\":\"0.544844388961792px\",\"--border-right-width\":\"0.544844388961792px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.544844388961792px\",backgroundColor:\"rgb(214, 214, 214)\",borderTopLeftRadius:11.99,borderTopRightRadius:11.99}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tb5pgo\",\"data-framer-name\":\"Device--Frame\",layoutDependency:layoutDependency,layoutId:\"v9u8W__rc\",style:{backgroundColor:\"rgb(5, 5, 5)\",borderTopLeftRadius:10.9,borderTopRightRadius:10.9,boxShadow:\"inset 0px 0px 2.179377555847168px 1.089688777923584px rgba(0, 0, 0, 0.1), 0px 0px 0.272422194480896px 0.272422194480896px rgba(255, 255, 255, 0.6)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a1zfyc\",\"data-framer-name\":\"Screen [place your visual]\",layoutDependency:layoutDependency,layoutId:\"GBRWGhU4f\",style:{borderBottomLeftRadius:2.18,borderBottomRightRadius:2.18,borderTopLeftRadius:2.18,borderTopRightRadius:2.18},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"},className:\"framer-1bkzem7\",\"data-framer-name\":\"Apply for a Card@2x 1\",layoutDependency:layoutDependency,layoutId:\"Ncg8YUY9e\",...addPropertyOverrides({AuxkCgaM5:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},BR8r5mx_S:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},CHdotwwDp:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},h667hQK6K:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},Jgawb4ZzI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},Q5drXexWC:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}},XFdMleAt1:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-258+0+191-184+238-241),pixelHeight:1392,pixelWidth:1088,positionX:\"center\",positionY:\"center\",sizes:\"357px\",src:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png\",srcSet:\"https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png?scale-down-to=1024 800w,https://framerusercontent.com/images/k2uEAVCor2PXba3IgQ9j5ZvGtdM.png 1088w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b6g70n\",\"data-framer-name\":\"Device--Screen--Shadow\",layoutDependency:layoutDependency,layoutId:\"dEYdcVIUd\",style:{backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:2.18,borderBottomRightRadius:2.18,borderTopLeftRadius:2.18,borderTopRightRadius:2.18,boxShadow:\"inset 0px 0px 1.6345330476760864px 0px rgba(0, 0, 0, 0.24)\"}})]})]}),isDisplayed14()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-7c6c8k\",\"data-framer-appear-id\":\"7c6c8k\",\"data-framer-name\":\"Frame 36901\",initial:animation17,layoutDependency:layoutDependency,layoutId:\"fjXkFu7BL\",optimized:true,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"232px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"},className:\"framer-1lul6lp\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"bxMOu09OF\",style:{borderBottomLeftRadius:14.81,borderBottomRightRadius:14.81,borderTopLeftRadius:14.81,borderTopRightRadius:14.81},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+40.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"232px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+40.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"232px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+40.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"232px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+40.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"232px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+40.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"232px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},vd0U3YQ5c:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.7740112994350284-302.5)+40.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"232px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},xgW0q2lpc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+40.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"232px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2796,pixelWidth:1419,src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"},className:\"framer-2kxdsf\",\"data-framer-name\":\"iPhone 15 - Blue - Portrait\",layoutDependency:layoutDependency,layoutId:\"xlZtSGJ8u\",transformTemplate:transformTemplate1,...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+123.0195),pixelHeight:2796,pixelWidth:1419,sizes:\"277px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},gymIK9maR:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+123.0195),pixelHeight:2796,pixelWidth:1419,sizes:\"277px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+123.0195),pixelHeight:2796,pixelWidth:1419,sizes:\"277px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+123.0195),pixelHeight:2796,pixelWidth:1419,sizes:\"277px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+123.0195),pixelHeight:2796,pixelWidth:1419,sizes:\"277px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},vd0U3YQ5c:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.7740112994350284-302.5)+123.0195),pixelHeight:2796,pixelWidth:1419,sizes:\"277px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},xgW0q2lpc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-2+123.0195),pixelHeight:2796,pixelWidth:1419,sizes:\"277px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}}},baseVariant,gestureVariant)})]}),isDisplayed15()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation18,background:{alt:\"\",fit:\"stretch\",pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"},className:\"framer-1ungpus\",\"data-framer-appear-id\":\"1ungpus\",\"data-framer-name\":\"19\",initial:animation19,layoutDependency:layoutDependency,layoutId:\"X7LiVHxLu\",optimized:true,style:{borderBottomLeftRadius:12.25,borderBottomRightRadius:12.25,borderTopLeftRadius:12.25,borderTopRightRadius:12.25,skewX:10,skewY:10},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -50.0007),pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",sizes:\"252px\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -50.0007),pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",sizes:\"252px\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"}},xgW0q2lpc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-449.9993),pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",sizes:\"252px\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"}}},baseVariant,gestureVariant)}),isDisplayed16()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fit\",pixelHeight:393,pixelWidth:3345,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lQ4u9HA6ZuUOiSHVxUN7kDgMGhs.png\",srcSet:\"https://framerusercontent.com/images/lQ4u9HA6ZuUOiSHVxUN7kDgMGhs.png?scale-down-to=512 512w,https://framerusercontent.com/images/lQ4u9HA6ZuUOiSHVxUN7kDgMGhs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lQ4u9HA6ZuUOiSHVxUN7kDgMGhs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lQ4u9HA6ZuUOiSHVxUN7kDgMGhs.png 3345w\"},className:\"framer-nx52uu\",\"data-framer-appear-id\":\"nx52uu\",\"data-framer-name\":\"Frame 1000001643\",initial:animation20,layoutDependency:layoutDependency,layoutId:\"mVMAqidxg\",optimized:true,...addPropertyOverrides({xgW0q2lpc:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.9067796610169494-65.5)),pixelHeight:393,pixelWidth:3345,positionX:\"center\",positionY:\"center\",sizes:\"1116px\",src:\"https://framerusercontent.com/images/lQ4u9HA6ZuUOiSHVxUN7kDgMGhs.png\",srcSet:\"https://framerusercontent.com/images/lQ4u9HA6ZuUOiSHVxUN7kDgMGhs.png?scale-down-to=512 512w,https://framerusercontent.com/images/lQ4u9HA6ZuUOiSHVxUN7kDgMGhs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lQ4u9HA6ZuUOiSHVxUN7kDgMGhs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lQ4u9HA6ZuUOiSHVxUN7kDgMGhs.png 3345w\"}}},baseVariant,gestureVariant)}),isDisplayed17()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fit\",pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"},className:\"framer-1q5jlno\",\"data-framer-appear-id\":\"1q5jlno\",\"data-framer-name\":\"Galaxy Tab A - 4\",initial:animation21,layoutDependency:layoutDependency,layoutId:\"pEStmIV27\",optimized:true,...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5),pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",sizes:\"670px\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"}},gymIK9maR:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-283.5),pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",sizes:\"670px\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5),pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",sizes:\"670px\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5),pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",sizes:\"670px\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5),pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",sizes:\"670px\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hfpk0r\",\"data-framer-name\":\"screens\",layoutDependency:layoutDependency,layoutId:\"Ffcs3JDKZ\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png\",srcSet:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png 1392w\"},className:\"framer-wwkm38\",\"data-framer-name\":\"SOS Management\",layoutDependency:layoutDependency,layoutId:\"UfKYCAQU2\",style:{borderBottomLeftRadius:1.74,borderBottomRightRadius:1.74,borderTopLeftRadius:1.74,borderTopRightRadius:1.74,rotate:90},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png\",srcSet:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png 1392w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-283.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png\",srcSet:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png 1392w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png\",srcSet:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png 1392w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png\",srcSet:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png 1392w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png\",srcSet:\"https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/f3sYpPqWOfR5UP2dglaLhkU2Lc.png 1392w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png\",srcSet:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png 1392w\"},className:\"framer-e0yx1r\",\"data-framer-name\":\"Informative Page\",layoutDependency:layoutDependency,layoutId:\"nPbQUTlQq\",style:{borderBottomLeftRadius:1.74,borderBottomRightRadius:1.74,borderTopLeftRadius:1.74,borderTopRightRadius:1.74,rotate:90},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png\",srcSet:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png 1392w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-283.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png\",srcSet:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png 1392w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png\",srcSet:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png 1392w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png\",srcSet:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png 1392w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png\",srcSet:\"https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/vekSxsQ6H2HpK3YqljPOja8Qcs.png 1392w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png\",srcSet:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png 1392w\"},className:\"framer-1qwur6f\",\"data-framer-name\":\"Salary Management\",layoutDependency:layoutDependency,layoutId:\"d39cyCZEu\",style:{borderBottomLeftRadius:1.74,borderBottomRightRadius:1.74,borderTopLeftRadius:1.74,borderTopRightRadius:1.74,rotate:90},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png\",srcSet:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png 1392w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-283.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png\",srcSet:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png 1392w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png\",srcSet:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png 1392w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png\",srcSet:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png 1392w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png\",srcSet:\"https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=1024 639w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/dprm1KYB0imJoSwt4MItJopNXGc.png 1392w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png\",srcSet:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=1024 639w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png 1392w\"},className:\"framer-qmh1du\",\"data-framer-name\":\"Communication Management\",layoutDependency:layoutDependency,layoutId:\"mEs5gGWWZ\",style:{borderBottomLeftRadius:1.74,borderBottomRightRadius:1.74,borderTopLeftRadius:1.74,borderTopRightRadius:1.74,rotate:90},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png\",srcSet:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=1024 639w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png 1392w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-283.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png\",srcSet:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=1024 639w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png 1392w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png\",srcSet:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=1024 639w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png 1392w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png\",srcSet:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=1024 639w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png 1392w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png\",srcSet:\"https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=1024 639w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/pXzU8b033ClXm6WaGnR6JoXnat8.png 1392w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:1324,pixelWidth:827,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg\",srcSet:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg?scale-down-to=1024 639w,https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg 827w\"},className:\"framer-1csrbqd\",\"data-framer-name\":\"Errands Module\",layoutDependency:layoutDependency,layoutId:\"lYDugJXin\",style:{borderBottomLeftRadius:1.74,borderBottomRightRadius:1.74,borderTopLeftRadius:1.74,borderTopRightRadius:1.74,rotate:90},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:1324,pixelWidth:827,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg\",srcSet:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg?scale-down-to=1024 639w,https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg 827w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-283.5+0+-103.504),pixelHeight:1324,pixelWidth:827,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg\",srcSet:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg?scale-down-to=1024 639w,https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg 827w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:1324,pixelWidth:827,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg\",srcSet:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg?scale-down-to=1024 639w,https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg 827w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:1324,pixelWidth:827,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg\",srcSet:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg?scale-down-to=1024 639w,https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg 827w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.504),pixelHeight:1324,pixelWidth:827,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg\",srcSet:\"https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg?scale-down-to=1024 639w,https://framerusercontent.com/images/g8a2ZuMw5xLWtdybvs0BNiAb14.jpg 827w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png\",srcSet:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=1024 639w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png 1392w\"},className:\"framer-1221rf9\",\"data-framer-name\":\"Trip Module\",layoutDependency:layoutDependency,layoutId:\"xoD5YVe8o\",style:{borderBottomLeftRadius:1.74,borderBottomRightRadius:1.74,borderTopLeftRadius:1.74,borderTopRightRadius:1.74,rotate:90},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.5),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png\",srcSet:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=1024 639w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png 1392w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-283.5+0+-103.5),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png\",srcSet:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=1024 639w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png 1392w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.5),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png\",srcSet:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=1024 639w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png 1392w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.5),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png\",srcSet:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=1024 639w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png 1392w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103.5),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png\",srcSet:\"https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=1024 639w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/nNhUgOPzERyRZa7jBoAKvcvfLo.png 1392w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"},className:\"framer-s5tv6\",\"data-framer-name\":\"Homepage\",layoutDependency:layoutDependency,layoutId:\"V_UTFUX3R\",style:{borderBottomLeftRadius:1.74,borderBottomRightRadius:1.74,borderTopLeftRadius:1.74,borderTopRightRadius:1.74,rotate:90},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-102.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-283.5+0+-102.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-102.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-102.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-102.504),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png\",srcSet:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png 1392w\"},className:\"framer-cp4lg3\",\"data-framer-name\":\"User Management\",layoutDependency:layoutDependency,layoutId:\"hhznXqS_6\",style:{borderBottomLeftRadius:1.74,borderBottomRightRadius:1.74,borderTopLeftRadius:1.74,borderTopRightRadius:1.74,rotate:90},...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png\",srcSet:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png 1392w\"}},gymIK9maR:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-283.5+0+-103),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png\",srcSet:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png 1392w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png\",srcSet:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png 1392w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png\",srcSet:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png 1392w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -126.5+0+-103),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"348px\",src:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png\",srcSet:\"https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/3FUNMTn2EEblJ0Pw1nFL4R46axs.png 1392w\"}}},baseVariant,gestureVariant)})]})}),isDisplayed18()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fit\",pixelHeight:2679,pixelWidth:1605,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png\",srcSet:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=1024 613w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=2048 1226w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png 1605w\"},className:\"framer-5slxee\",\"data-framer-appear-id\":\"5slxee\",\"data-framer-name\":\"Galaxy Tab A - 3\",initial:animation22,layoutDependency:layoutDependency,layoutId:\"vbaI3kIWm\",optimized:true,...addPropertyOverrides({E2FoicdzF:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.30084745762711884-213.5)),pixelHeight:2679,pixelWidth:1605,positionX:\"center\",positionY:\"center\",sizes:\"256px\",src:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png\",srcSet:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=1024 613w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=2048 1226w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png 1605w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-510),pixelHeight:2679,pixelWidth:1605,positionX:\"center\",positionY:\"center\",sizes:\"256px\",src:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png\",srcSet:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=1024 613w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=2048 1226w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png 1605w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-510),pixelHeight:2679,pixelWidth:1605,positionX:\"center\",positionY:\"center\",sizes:\"256px\",src:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png\",srcSet:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=1024 613w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=2048 1226w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png 1605w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-510),pixelHeight:2679,pixelWidth:1605,positionX:\"center\",positionY:\"center\",sizes:\"256px\",src:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png\",srcSet:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=1024 613w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=2048 1226w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png 1605w\"}}},baseVariant,gestureVariant)}),isDisplayed19()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:812,pixelWidth:528,src:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png\",srcSet:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png 528w\"},className:\"framer-yf6mcs\",\"data-border\":true,\"data-framer-appear-id\":\"yf6mcs\",\"data-framer-name\":\"01 33\",initial:animation23,layoutDependency:layoutDependency,layoutId:\"biQNjtKMx\",optimized:true,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},...addPropertyOverrides({qYYCtprjx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*1.498587570621469-271.5)),pixelHeight:812,pixelWidth:528,sizes:\"360px\",src:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png\",srcSet:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png 528w\"}},r62k4w5Tu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*.7189265536723166-271.5)),pixelHeight:812,pixelWidth:528,sizes:\"360px\",src:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png\",srcSet:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png 528w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||708)*1.495762711864407-271.5)),pixelHeight:812,pixelWidth:528,sizes:\"360px\",src:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png\",srcSet:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png 528w\"}}},baseVariant,gestureVariant)}),isDisplayed20()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1d0oa79\",\"data-framer-appear-id\":\"1d0oa79\",\"data-framer-name\":\"Frame 36901\",initial:animation17,layoutDependency:layoutDependency,layoutId:\"PsUzMiyaK\",optimized:true,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"168px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"},className:\"framer-ozkgh8\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"FEQF4Czqf\",style:{borderBottomLeftRadius:14.81,borderBottomRightRadius:14.81,borderTopLeftRadius:14.81,borderTopRightRadius:14.81},...addPropertyOverrides({AuxkCgaM5:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+27.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"168px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},CHdotwwDp:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+27.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"168px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},h667hQK6K:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+27.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"168px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},Jgawb4ZzI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-412+27.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"168px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},Q5drXexWC:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+27.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"168px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+27.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"168px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}},XFdMleAt1:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+27.5),pixelHeight:1564,pixelWidth:724,positionX:\"center\",positionY:\"center\",sizes:\"168px\",src:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png\",srcSet:\"https://framerusercontent.com/images/Pz1owQpAecAu899NkWMaMMFwEmk.png 724w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2796,pixelWidth:1419,src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"},className:\"framer-4o87ev\",\"data-framer-name\":\"iPhone 15 - Blue - Portrait\",layoutDependency:layoutDependency,layoutId:\"WXQFRHfwx\",transformTemplate:transformTemplate1,...addPropertyOverrides({AuxkCgaM5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+41.4562),pixelHeight:2796,pixelWidth:1419,sizes:\"199px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},CHdotwwDp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+41.4562),pixelHeight:2796,pixelWidth:1419,sizes:\"199px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},h667hQK6K:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+41.4562),pixelHeight:2796,pixelWidth:1419,sizes:\"199px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},Jgawb4ZzI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-412+41.4562),pixelHeight:2796,pixelWidth:1419,sizes:\"199px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},Q5drXexWC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+41.4562),pixelHeight:2796,pixelWidth:1419,sizes:\"199px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+41.4562),pixelHeight:2796,pixelWidth:1419,sizes:\"199px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}},XFdMleAt1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -8+41.4562),pixelHeight:2796,pixelWidth:1419,sizes:\"199px\",src:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png\",srcSet:\"https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=1024 519w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/UHuMCjXlv6sFJtAuMFL3OrHITg.png 1419w\"}}},baseVariant,gestureVariant)})]}),isDisplayed21()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation18,background:{alt:\"\",fit:\"stretch\",pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"},className:\"framer-r9oied\",\"data-framer-appear-id\":\"r9oied\",\"data-framer-name\":\"19\",initial:animation19,layoutDependency:layoutDependency,layoutId:\"HsuJfy4za\",optimized:true,style:{borderBottomLeftRadius:12.25,borderBottomRightRadius:12.25,borderTopLeftRadius:12.25,borderTopRightRadius:12.25,skewX:10,skewY:10},...addPropertyOverrides({AuxkCgaM5:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -36.9994),pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",sizes:\"202px\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"}},CHdotwwDp:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-403.0006),pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",sizes:\"202px\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"}},h667hQK6K:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -36.9994),pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",sizes:\"202px\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"}},Q5drXexWC:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -36.9994),pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",sizes:\"202px\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -36.9994),pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",sizes:\"202px\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"}},XFdMleAt1:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -36.9994),pixelHeight:1692,pixelWidth:812,positionX:\"center\",positionY:\"center\",sizes:\"202px\",src:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png\",srcSet:\"https://framerusercontent.com/images/OuCibOfuuX74xZ9O2Sl8OQcVX4.png 812w\"}}},baseVariant,gestureVariant)}),isDisplayed22()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fit\",pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"},className:\"framer-1sv97wg\",\"data-framer-appear-id\":\"1sv97wg\",\"data-framer-name\":\"Galaxy Tab A - 4\",initial:animation21,layoutDependency:layoutDependency,layoutId:\"LAeexxU3J\",optimized:true,...addPropertyOverrides({AuxkCgaM5:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-317),pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",sizes:\"291px\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"}},h667hQK6K:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-317),pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",sizes:\"291px\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"}},Q5drXexWC:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-317),pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",sizes:\"291px\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-317),pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",sizes:\"291px\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"}},XFdMleAt1:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-317),pixelHeight:1605,pixelWidth:2679,positionX:\"center\",positionY:\"center\",sizes:\"291px\",src:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png\",srcSet:\"https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IMZF1CPNpUoT7z0BLMvDhYQVA.png 2679w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pen7it\",\"data-framer-name\":\"screens\",layoutDependency:layoutDependency,layoutId:\"Fq9SQOUvn\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"157px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"},className:\"framer-15v4yul\",\"data-framer-name\":\"Homepage\",layoutDependency:layoutDependency,layoutId:\"XwRP7Hayy\",style:{borderBottomLeftRadius:1.74,borderBottomRightRadius:1.74,borderTopLeftRadius:1.74,borderTopRightRadius:1.74,rotate:90},...addPropertyOverrides({AuxkCgaM5:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-317+175-166+-46.5),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"157px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"}},h667hQK6K:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-317+175-166+-46.5),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"157px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"}},Q5drXexWC:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-317+175-166+-46.5),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"157px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-317+175-166+-46.5),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"157px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"}},XFdMleAt1:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-317+175-166+-46.5),pixelHeight:2228,pixelWidth:1392,positionX:\"center\",positionY:\"center\",sizes:\"157px\",src:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png\",srcSet:\"https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=1024 639w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png?scale-down-to=2048 1279w,https://framerusercontent.com/images/AnEcdH5q2ebtScMRpeNbcgHIs.png 1392w\"}}},baseVariant,gestureVariant)})})}),isDisplayed23()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fit\",pixelHeight:2679,pixelWidth:1605,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png\",srcSet:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=1024 613w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=2048 1226w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png 1605w\"},className:\"framer-168madw\",\"data-framer-appear-id\":\"168madw\",\"data-framer-name\":\"Galaxy Tab A - 3\",initial:animation22,layoutDependency:layoutDependency,layoutId:\"OG7_R8K92\",optimized:true,...addPropertyOverrides({AuxkCgaM5:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-398),pixelHeight:2679,pixelWidth:1605,positionX:\"center\",positionY:\"center\",sizes:\"256px\",src:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png\",srcSet:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=1024 613w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=2048 1226w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png 1605w\"}},h667hQK6K:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -62),pixelHeight:2679,pixelWidth:1605,positionX:\"center\",positionY:\"center\",sizes:\"256px\",src:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png\",srcSet:\"https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=1024 613w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png?scale-down-to=2048 1226w,https://framerusercontent.com/images/Ku9WtfHrfVbjj9ke7QB9V3PEAzQ.png 1605w\"}}},baseVariant,gestureVariant)}),isDisplayed24()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:812,pixelWidth:528,src:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png\",srcSet:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png 528w\"},className:\"framer-11vb3wt\",\"data-border\":true,\"data-framer-appear-id\":\"11vb3wt\",\"data-framer-name\":\"01 33\",initial:animation23,layoutDependency:layoutDependency,layoutId:\"roVx0Qemv\",optimized:true,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({h667hQK6K:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-464),pixelHeight:812,pixelWidth:528,sizes:\"311px\",src:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png\",srcSet:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png 528w\"}},Q5drXexWC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -13),pixelHeight:812,pixelWidth:528,sizes:\"311px\",src:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png\",srcSet:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png 528w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-497),pixelHeight:812,pixelWidth:528,sizes:\"311px\",src:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png\",srcSet:\"https://framerusercontent.com/images/ZNHNrM3OoxZOaHXyvh25Syy89cQ.png 528w\"}}},baseVariant,gestureVariant)}),isDisplayed25()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3188,intrinsicWidth:2732,pixelHeight:6376,pixelWidth:5464,src:\"https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=1024 877w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=2048 1755w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=4096 3510w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg 5464w\"},className:\"framer-1bizwx3\",\"data-border\":true,\"data-framer-appear-id\":\"1bizwx3\",\"data-framer-name\":\"Frame 1984077920\",initial:animation24,layoutDependency:layoutDependency,layoutId:\"Lx1Yo2cbc\",optimized:true,style:{\"--border-bottom-width\":\"4px\",\"--border-color\":\"rgb(240, 240, 240)\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"4px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({Q5drXexWC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3188,intrinsicWidth:2732,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-275.5),pixelHeight:6376,pixelWidth:5464,sizes:\"267px\",src:\"https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=1024 877w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=2048 1755w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=4096 3510w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg 5464w\"}},qYYCtprjx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3188,intrinsicWidth:2732,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)- -120.5),pixelHeight:6376,pixelWidth:5464,sizes:\"567px\",src:\"https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=1024 877w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=2048 1755w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=4096 3510w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg 5464w\"}},R6Nfezrv6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3188,intrinsicWidth:2732,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-369.5),pixelHeight:6376,pixelWidth:5464,sizes:\"567px\",src:\"https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=1024 877w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=2048 1755w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=4096 3510w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg 5464w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3188,intrinsicWidth:2732,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-276.5),pixelHeight:6376,pixelWidth:5464,sizes:\"267px\",src:\"https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=1024 877w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=2048 1755w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg?scale-down-to=4096 3510w,https://framerusercontent.com/images/QyCU2U4i3xE0YhsnyagI2ApE6A.jpg 5464w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S93YTC8KB\"},motionChild:true,nodeId:\"tHX9bowjG\",scopeId:\"SvFxTk3q4\",...addPropertyOverrides({AuxkCgaM5:{href:{webPageId:\"mDgsDFflG\"},openInNewTab:false},BR8r5mx_S:{href:{webPageId:\"rXQM5TfYp\"},openInNewTab:false},cctgbFGKN:{href:{webPageId:\"cQsrvyhKP\"},openInNewTab:false},CHdotwwDp:{href:{webPageId:\"tRfgxcLMO\"},openInNewTab:false},dFVPA8dmT:{href:{webPageId:\"t63MLPGx6\"},openInNewTab:false},E2FoicdzF:{href:{webPageId:\"mDgsDFflG\"},openInNewTab:false},eglod3KAu:{href:{webPageId:\"hSaGLIQaC\"},openInNewTab:false},gymIK9maR:{href:{webPageId:\"nhsIORgLf\"},openInNewTab:false},h667hQK6K:{href:{webPageId:\"OgNjhtEnU\"},openInNewTab:false},Jgawb4ZzI:{href:{webPageId:\"vKEieP9Ft\"},openInNewTab:false},K8vbrYzei:{href:{webPageId:\"hSaGLIQaC\"},openInNewTab:false},NzS56_AL4:{href:{webPageId:\"rXQM5TfYp\"},openInNewTab:false},PKKbqxMce:{href:{webPageId:\"cQsrvyhKP\"},openInNewTab:false},Q5drXexWC:{href:{webPageId:\"QJvHueUpO\"},openInNewTab:false},qYYCtprjx:{href:{webPageId:\"eGgzvxV1K\"},openInNewTab:false},r62k4w5Tu:{href:{webPageId:\"OgNjhtEnU\"},openInNewTab:false},R6Nfezrv6:{href:{webPageId:\"QJvHueUpO\"},openInNewTab:false},vd0U3YQ5c:{href:{webPageId:\"vKEieP9Ft\"},openInNewTab:false},WahF0f6Fu:{href:{webPageId:\"eGgzvxV1K\"},openInNewTab:false},WiXBoqj1A:{href:{webPageId:\"t63MLPGx6\"},openInNewTab:false},XFdMleAt1:{href:{webPageId:\"nhsIORgLf\"},openInNewTab:false},xgW0q2lpc:{href:{webPageId:\"tRfgxcLMO\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1k1k3k framer-wl13ar\",\"data-framer-cursor\":P3OrdhwD3,layoutDependency:layoutDependency,layoutId:\"tHX9bowjG\"})}),isDisplayed26()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation25,background:{alt:\"\",fit:\"stretch\",pixelHeight:14670,pixelWidth:3e3,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/PcZyhTVu26GF8LJPwgSZK0zKEuM.jpg\",srcSet:\"https://framerusercontent.com/images/PcZyhTVu26GF8LJPwgSZK0zKEuM.jpg?scale-down-to=4096 837w,https://framerusercontent.com/images/PcZyhTVu26GF8LJPwgSZK0zKEuM.jpg 3000w\"},className:\"framer-1hsylwy\",\"data-framer-appear-id\":\"1hsylwy\",\"data-framer-name\":\"19\",initial:animation19,layoutDependency:layoutDependency,layoutId:\"cFCd6oHV7\",optimized:true,style:{borderBottomLeftRadius:12.25,borderBottomRightRadius:12.25,borderTopLeftRadius:12.25,borderTopRightRadius:12.25,skewX:-10,skewY:-5},...addPropertyOverrides({qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-391),pixelHeight:14670,pixelWidth:3e3,positionX:\"center\",positionY:\"center\",sizes:\"684px\",src:\"https://framerusercontent.com/images/PcZyhTVu26GF8LJPwgSZK0zKEuM.jpg\",srcSet:\"https://framerusercontent.com/images/PcZyhTVu26GF8LJPwgSZK0zKEuM.jpg?scale-down-to=4096 837w,https://framerusercontent.com/images/PcZyhTVu26GF8LJPwgSZK0zKEuM.jpg 3000w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-261),pixelHeight:14670,pixelWidth:3e3,positionX:\"center\",positionY:\"center\",sizes:\"390px\",src:\"https://framerusercontent.com/images/PcZyhTVu26GF8LJPwgSZK0zKEuM.jpg\",srcSet:\"https://framerusercontent.com/images/PcZyhTVu26GF8LJPwgSZK0zKEuM.jpg?scale-down-to=4096 837w,https://framerusercontent.com/images/PcZyhTVu26GF8LJPwgSZK0zKEuM.jpg 3000w\"}}},baseVariant,gestureVariant)}),isDisplayed26()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation26,background:{alt:\"\",fit:\"stretch\",pixelHeight:11607,pixelWidth:4861,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg\",srcSet:\"https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg?scale-down-to=2048 857w,https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg?scale-down-to=4096 1715w,https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg 4861w\"},className:\"framer-16d3opr\",\"data-framer-appear-id\":\"16d3opr\",\"data-framer-name\":\"19\",initial:animation19,layoutDependency:layoutDependency,layoutId:\"HPD3uI0WB\",optimized:true,style:{borderBottomLeftRadius:12.25,borderBottomRightRadius:12.25,borderTopLeftRadius:12.25,borderTopRightRadius:12.25,skewX:-10,skewY:-5},...addPropertyOverrides({qYYCtprjx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-441),pixelHeight:11607,pixelWidth:4861,positionX:\"center\",positionY:\"center\",sizes:\"684px\",src:\"https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg\",srcSet:\"https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg?scale-down-to=2048 857w,https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg?scale-down-to=4096 1715w,https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg 4861w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-289),pixelHeight:11607,pixelWidth:4861,positionX:\"center\",positionY:\"center\",sizes:\"390px\",src:\"https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg\",srcSet:\"https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg?scale-down-to=2048 857w,https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg?scale-down-to=4096 1715w,https://framerusercontent.com/images/HnS99AdARSa8BmqHQpd1HCOaznI.jpg 4861w\"}}},baseVariant,gestureVariant)}),isDisplayed26()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation27,background:{alt:\"\",fit:\"fill\",pixelHeight:9906,pixelWidth:5e3,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg\",srcSet:\"https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg?scale-down-to=1024 516w,https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg?scale-down-to=2048 1033w,https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg?scale-down-to=4096 2067w,https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg 5000w\"},className:\"framer-38vw2p\",\"data-framer-appear-id\":\"38vw2p\",\"data-framer-name\":\"19\",initial:animation19,layoutDependency:layoutDependency,layoutId:\"EFWSiquGZ\",optimized:true,style:{borderBottomLeftRadius:12.25,borderBottomRightRadius:12.25,borderTopLeftRadius:12.25,borderTopRightRadius:12.25,skewX:-10,skewY:-5},...addPropertyOverrides({qYYCtprjx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-479),pixelHeight:9906,pixelWidth:5e3,positionX:\"center\",positionY:\"top\",sizes:\"684px\",src:\"https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg\",srcSet:\"https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg?scale-down-to=1024 516w,https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg?scale-down-to=2048 1033w,https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg?scale-down-to=4096 2067w,https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg 5000w\"}},WahF0f6Fu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||708)-311),pixelHeight:9906,pixelWidth:5e3,positionX:\"center\",positionY:\"top\",sizes:\"390px\",src:\"https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg\",srcSet:\"https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg?scale-down-to=1024 516w,https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg?scale-down-to=2048 1033w,https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg?scale-down-to=4096 2067w,https://framerusercontent.com/images/qMu5ms8PK6slQzbwHpTUOWpQx4.jpg 5000w\"}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GvbUO.framer-wl13ar, .framer-GvbUO .framer-wl13ar { display: block; }\",\".framer-GvbUO.framer-1er0pzz { height: 708px; overflow: hidden; position: relative; width: 1100px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GvbUO .framer-u5btw2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 53px; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-GvbUO .framer-15xo77y-container, .framer-GvbUO .framer-f32qu4-container, .framer-GvbUO .framer-adgn54-container, .framer-GvbUO .framer-1qgax7w-container, .framer-GvbUO .framer-twv5jx-container, .framer-GvbUO .framer-1b7pthj-container, .framer-GvbUO .framer-11inc1b-container, .framer-GvbUO .framer-1vgdsdb-container, .framer-GvbUO .framer-1jm70wt-container, .framer-GvbUO .framer-17vbon1-container, .framer-GvbUO .framer-17o4du7-container, .framer-GvbUO .framer-13yx8kz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GvbUO .framer-1j9vdcq { flex: none; height: 715px; left: calc(71.59722222222224% - 688px / 2); overflow: visible; position: absolute; top: calc(53.3898305084746% - 715px / 2); width: 688px; }\",\".framer-GvbUO .framer-13y8mio { flex: none; height: 715px; left: -50px; position: absolute; top: -30px; width: 687px; }\",\".framer-GvbUO .framer-1xx2aqt { flex: none; height: 633px; left: 93px; position: absolute; top: 0px; width: 594px; }\",\".framer-GvbUO .framer-e594l0 { flex: none; height: 596px; left: 104px; position: absolute; top: 3px; width: 558px; }\",\".framer-GvbUO .framer-7j28kd { flex: none; height: 85px; left: 260px; position: absolute; top: 108px; white-space: pre-wrap; width: 346px; word-break: break-word; word-wrap: break-word; }\",\".framer-GvbUO .framer-kgy4pu { flex: none; height: auto; left: 42%; position: absolute; top: 64%; white-space: pre; width: auto; }\",\".framer-GvbUO .framer-1m5ppro { flex: none; height: 1181px; left: 316px; position: absolute; top: -928px; width: 565px; }\",\".framer-GvbUO .framer-10ftrge { bottom: -7px; flex: none; height: 258px; overflow: hidden; position: absolute; right: 318px; width: 225px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-GvbUO .framer-ht728w { bottom: 0px; flex: none; height: 248px; left: calc(48.44444444444447% - 196px / 2); position: absolute; width: 196px; }\",\".framer-GvbUO .framer-wv1a1 { bottom: -7px; flex: none; height: 221px; position: absolute; right: 0px; width: 86px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-GvbUO .framer-htbvcg { aspect-ratio: 0.4486916367367881 / 1; bottom: -241px; flex: none; height: var(--framer-aspect-ratio-supported, 751px); left: 46%; overflow: visible; position: absolute; width: 337px; }\",\".framer-GvbUO .framer-1b4eehe { flex: none; height: 138px; left: calc(60.727272727272755% - 138px / 2); position: absolute; top: calc(84.0395480225989% - 138px / 2); width: 138px; z-index: 2; }\",\".framer-GvbUO .framer-1lcu2do { aspect-ratio: 0.4486916367367881 / 1; bottom: -31px; flex: none; height: var(--framer-aspect-ratio-supported, 388px); overflow: visible; position: absolute; right: 6px; width: 174px; }\",\".framer-GvbUO .framer-4vkrp7 { flex: none; height: 556px; left: 362px; position: absolute; top: calc(47.88135593220341% - 556px / 2); width: 262px; }\",\".framer-GvbUO .framer-17kayuv { bottom: 52px; flex: none; height: 367px; position: absolute; right: -21px; width: 173px; }\",\".framer-GvbUO .framer-etdxbt { bottom: -28px; flex: none; gap: 0px; height: 286px; left: 406px; overflow: visible; position: absolute; width: 433px; }\",\".framer-GvbUO .framer-6y9eu6, .framer-GvbUO .framer-rvcuok { bottom: -140px; flex: none; height: 424px; left: calc(49.88452655889148% - 353px / 2); overflow: visible; position: absolute; width: 353px; }\",\".framer-GvbUO .framer-145ilc4, .framer-GvbUO .framer-x1956r { flex: none; height: 0px; left: 0px; position: absolute; top: 195px; width: 353px; }\",\".framer-GvbUO .framer-uw3uh2, .framer-GvbUO .framer-fl126e { bottom: 168px; flex: none; height: 8px; left: -8px; position: absolute; right: -96px; }\",\".framer-GvbUO .framer-2hbnxn, .framer-GvbUO .framer-1la0qqb { flex: none; height: 191px; left: calc(50.11547344110857% - 282px / 2); overflow: visible; position: absolute; top: 0px; width: 282px; }\",\".framer-GvbUO .framer-1pznjzm, .framer-GvbUO .framer-yy5uu6 { bottom: -59px; flex: none; left: 0px; position: absolute; right: -87px; top: 0px; }\",\".framer-GvbUO .framer-1ql8sdk, .framer-GvbUO .framer-tb5pgo { bottom: -59px; flex: none; height: 249px; position: absolute; right: -86px; width: 367px; }\",\".framer-GvbUO .framer-1g7lon6, .framer-GvbUO .framer-1a1zfyc { bottom: -54px; flex: none; gap: 0px; height: 238px; overflow: hidden; position: absolute; right: -80px; width: 355px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GvbUO .framer-1ikgxki, .framer-GvbUO .framer-1bkzem7 { aspect-ratio: 0.7830394787948449 / 1; bottom: -215px; flex: none; height: var(--framer-aspect-ratio-supported, 456px); left: 0px; position: absolute; right: -2px; }\",\".framer-GvbUO .framer-14z4d0l, .framer-GvbUO .framer-1b6g70n { bottom: -54px; flex: none; height: 238px; position: absolute; right: -80px; width: 355px; }\",\".framer-GvbUO .framer-1skr8ht { flex: none; height: 167px; left: calc(46.909090909090935% - 188px / 2); position: absolute; top: calc(45.48022598870058% - 167px / 2); width: 188px; z-index: 1; }\",\".framer-GvbUO .framer-ez78mr { bottom: -28px; flex: none; gap: 0px; height: 286px; overflow: visible; position: absolute; right: -167px; width: 433px; }\",\".framer-GvbUO .framer-7c6c8k { bottom: -143px; flex: none; gap: 10px; height: 605px; overflow: visible; position: absolute; right: 210px; width: 277px; }\",\".framer-GvbUO .framer-1lul6lp { flex: none; gap: 0px; height: 499px; left: calc(49.819494584837564% - 232px / 2); overflow: hidden; position: absolute; top: calc(47.933884297520684% - 499px / 2); width: 232px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GvbUO .framer-2kxdsf, .framer-GvbUO .framer-4o87ev { aspect-ratio: 0.5081610340767196 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 335px); left: 0px; position: absolute; right: 0px; top: 48%; }\",\".framer-GvbUO .framer-1ungpus { aspect-ratio: 0.4799054373522459 / 1; bottom: -75px; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 525px); overflow: hidden; position: absolute; right: 436px; width: 252px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GvbUO .framer-nx52uu { flex: none; height: 131px; left: calc(50.09090909090911% - 1116px / 2); position: absolute; top: calc(90.67796610169493% - 131px / 2); width: 1116px; }\",\".framer-GvbUO .framer-1q5jlno { align-content: center; align-items: center; aspect-ratio: 1.6666666666666667 / 1; bottom: -34px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 348px); justify-content: center; padding: 0px; position: absolute; right: -60px; width: 670px; z-index: 1; }\",\".framer-GvbUO .framer-1hfpk0r { flex: none; height: 348px; overflow: hidden; position: relative; width: 556px; }\",\".framer-GvbUO .framer-wwkm38 { bottom: -104px; flex: none; position: absolute; right: -3231px; top: -104px; width: 348px; }\",\".framer-GvbUO .framer-e0yx1r { bottom: -104px; flex: none; position: absolute; right: -2675px; top: -104px; width: 348px; }\",\".framer-GvbUO .framer-1qwur6f { bottom: -104px; flex: none; position: absolute; right: -2120px; top: -104px; width: 348px; }\",\".framer-GvbUO .framer-qmh1du { bottom: -104px; flex: none; position: absolute; right: -1564px; top: -104px; width: 348px; }\",\".framer-GvbUO .framer-1csrbqd { bottom: -104px; flex: none; position: absolute; right: -1008px; top: -104px; width: 348px; }\",\".framer-GvbUO .framer-1221rf9 { bottom: -104px; flex: none; position: absolute; right: -452px; top: -103px; width: 348px; }\",\".framer-GvbUO .framer-s5tv6 { bottom: -105px; flex: none; left: calc(50.00000000000002% - 348px / 2); position: absolute; top: -103px; width: 348px; }\",\".framer-GvbUO .framer-cp4lg3 { bottom: -105px; flex: none; left: -452px; position: absolute; right: 660px; top: -103px; }\",\".framer-GvbUO .framer-5slxee { flex: none; height: 427px; position: absolute; right: 438px; top: 0px; width: 256px; }\",\".framer-GvbUO .framer-yf6mcs { flex: none; height: 543px; left: calc(74.1818181818182% - 360px / 2); position: absolute; top: calc(71.89265536723167% - 543px / 2); width: 360px; }\",\".framer-GvbUO .framer-1d0oa79 { bottom: -23px; flex: none; gap: 10px; height: 435px; overflow: visible; position: absolute; right: 8px; width: 199px; }\",\".framer-GvbUO .framer-ozkgh8 { flex: none; gap: 0px; height: 361px; left: calc(49.74874371859298% - 168px / 2); overflow: hidden; position: absolute; top: calc(47.81609195402301% - 361px / 2); width: 168px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GvbUO .framer-r9oied { aspect-ratio: 0.4799054373522459 / 1; bottom: -17px; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 420px); overflow: hidden; position: absolute; right: -41px; width: 202px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GvbUO .framer-1sv97wg { aspect-ratio: 1.6666666666666667 / 1; bottom: 142px; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 175px); position: absolute; right: -85px; width: 291px; z-index: 1; }\",\".framer-GvbUO .framer-pen7it { bottom: 9px; flex: none; height: 157px; left: 22px; overflow: hidden; position: absolute; width: 251px; }\",\".framer-GvbUO .framer-15v4yul { bottom: -47px; flex: none; left: calc(49.80079681274903% - 157px / 2); position: absolute; top: -46px; width: 157px; }\",\".framer-GvbUO .framer-168madw { bottom: -29px; flex: none; height: 427px; position: absolute; right: -62px; width: 256px; }\",\".framer-GvbUO .framer-11vb3wt { bottom: 28px; flex: none; height: 469px; position: absolute; right: -132px; width: 311px; }\",\".framer-GvbUO .framer-1bizwx3 { aspect-ratio: 0.8569636135508155 / 1; bottom: -292px; flex: none; height: var(--framer-aspect-ratio-supported, 662px); overflow: visible; position: absolute; right: 29px; width: 567px; }\",\".framer-GvbUO .framer-1k1k3k { bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; text-decoration: none; top: 0px; width: 75%; z-index: 5; }\",\".framer-GvbUO .framer-1hsylwy { bottom: -134px; flex: none; gap: 0px; height: 525px; overflow: hidden; position: absolute; right: -149px; width: 684px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GvbUO .framer-16d3opr { bottom: -84px; flex: none; gap: 0px; height: 525px; overflow: hidden; position: absolute; right: -202px; width: 684px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GvbUO .framer-38vw2p { bottom: -46px; flex: none; gap: 0px; height: 525px; overflow: hidden; position: absolute; right: -252px; width: 684px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GvbUO.framer-v-3zawuc .framer-1j9vdcq { left: calc(123.68055555555557% - 688px / 2); }\",\".framer-GvbUO.framer-v-3zawuc .framer-7j28kd { bottom: 150px; left: 231px; top: unset; }\",\".framer-GvbUO.framer-v-3zawuc .framer-kgy4pu { left: unset; right: 16px; top: 26px; }\",\".framer-GvbUO.framer-v-3zawuc .framer-1m5ppro { bottom: -242px; height: unset; left: unset; right: 165px; top: -92px; width: 499px; }\",\".framer-GvbUO.framer-v-3zawuc .framer-10ftrge { right: 0px; }\",\".framer-GvbUO.framer-v-1o7p8ah.framer-1er0pzz, .framer-GvbUO.framer-v-x28k2w.framer-1er0pzz, .framer-GvbUO.framer-v-f87qhz.framer-1er0pzz, .framer-GvbUO.framer-v-1r7nl36.framer-1er0pzz, .framer-GvbUO.framer-v-12nb2fy.framer-1er0pzz, .framer-GvbUO.framer-v-scic8a.framer-1er0pzz, .framer-GvbUO.framer-v-1868ka.framer-1er0pzz, .framer-GvbUO.framer-v-s2ddg1.framer-1er0pzz, .framer-GvbUO.framer-v-19gptko.framer-1er0pzz, .framer-GvbUO.framer-v-kcccuk.framer-1er0pzz, .framer-GvbUO.framer-v-1ytmdfm.framer-1er0pzz, .framer-GvbUO.framer-v-vt6sh7.framer-1er0pzz { width: 350px; }\",\".framer-GvbUO.framer-v-1o7p8ah .framer-u5btw2, .framer-GvbUO.framer-v-x28k2w .framer-u5btw2, .framer-GvbUO.framer-v-f87qhz .framer-u5btw2, .framer-GvbUO.framer-v-1r7nl36 .framer-u5btw2, .framer-GvbUO.framer-v-12nb2fy .framer-u5btw2, .framer-GvbUO.framer-v-scic8a .framer-u5btw2, .framer-GvbUO.framer-v-1868ka .framer-u5btw2, .framer-GvbUO.framer-v-s2ddg1 .framer-u5btw2, .framer-GvbUO.framer-v-19gptko .framer-u5btw2, .framer-GvbUO.framer-v-kcccuk .framer-u5btw2, .framer-GvbUO.framer-v-1ytmdfm .framer-u5btw2, .framer-GvbUO.framer-v-vt6sh7 .framer-u5btw2 { left: 24px; top: 47%; }\",\".framer-GvbUO.framer-v-1o7p8ah .framer-1j9vdcq { height: 414px; left: calc(84.00000000000001% - 412px / 2); top: calc(74.5762711864407% - 414px / 2); width: 412px; }\",\".framer-GvbUO.framer-v-1o7p8ah .framer-13y8mio { height: 386px; left: -17px; top: -1px; width: 371px; }\",\".framer-GvbUO.framer-v-1o7p8ah .framer-1xx2aqt { height: 342px; left: calc(53.398058252427205% - 321px / 2); top: 15px; width: 321px; }\",\".framer-GvbUO.framer-v-1o7p8ah .framer-e594l0 { height: 321px; left: calc(52.42718446601944% - 301px / 2); top: 17px; width: 301px; }\",\".framer-GvbUO.framer-v-1o7p8ah .framer-7j28kd, .framer-GvbUO.framer-v-x28k2w .framer-7j28kd, .framer-GvbUO.framer-v-f87qhz .framer-7j28kd, .framer-GvbUO.framer-v-1r7nl36 .framer-7j28kd, .framer-GvbUO.framer-v-12nb2fy .framer-7j28kd, .framer-GvbUO.framer-v-scic8a .framer-7j28kd, .framer-GvbUO.framer-v-1868ka .framer-7j28kd, .framer-GvbUO.framer-v-s2ddg1 .framer-7j28kd, .framer-GvbUO.framer-v-19gptko .framer-7j28kd, .framer-GvbUO.framer-v-kcccuk .framer-7j28kd, .framer-GvbUO.framer-v-1ytmdfm .framer-7j28kd, .framer-GvbUO.framer-v-vt6sh7 .framer-7j28kd { height: auto; left: unset; right: 24px; top: 104px; width: 162px; }\",\".framer-GvbUO.framer-v-1o7p8ah .framer-1m5ppro { height: 721px; left: unset; right: -19px; top: -593px; width: 345px; }\",\".framer-GvbUO.framer-v-1o7p8ah .framer-1k1k3k, .framer-GvbUO.framer-v-x28k2w .framer-1k1k3k, .framer-GvbUO.framer-v-f87qhz .framer-1k1k3k, .framer-GvbUO.framer-v-1r7nl36 .framer-1k1k3k, .framer-GvbUO.framer-v-12nb2fy .framer-1k1k3k, .framer-GvbUO.framer-v-scic8a .framer-1k1k3k, .framer-GvbUO.framer-v-1868ka .framer-1k1k3k, .framer-GvbUO.framer-v-s2ddg1 .framer-1k1k3k, .framer-GvbUO.framer-v-19gptko .framer-1k1k3k, .framer-GvbUO.framer-v-kcccuk .framer-1k1k3k, .framer-GvbUO.framer-v-1ytmdfm .framer-1k1k3k, .framer-GvbUO.framer-v-vt6sh7 .framer-1k1k3k { width: 50%; }\",\".framer-GvbUO.framer-v-x28k2w .framer-1m5ppro { height: 721px; left: unset; right: -139px; top: 149px; width: 345px; }\",\".framer-GvbUO.framer-v-1k6fdx3 .framer-7j28kd { left: unset; right: 45px; top: calc(26.129943502824883% - 85px / 2); }\",\".framer-GvbUO.framer-v-1k6fdx3 .framer-kgy4pu { left: unset; right: 85px; top: 83%; }\",\".framer-GvbUO.framer-v-1k6fdx3 .framer-1m5ppro { left: calc(50.55555555555558% - 565px / 2); top: -876px; }\",\".framer-GvbUO.framer-v-1k6fdx3 .framer-10ftrge { bottom: -17px; }\",\".framer-GvbUO.framer-v-1k6fdx3 .framer-htbvcg { aspect-ratio: unset; bottom: unset; height: 640px; left: calc(39.454545454545475% - 287px / 2); top: calc(74.85875706214692% - 640px / 2); width: 287px; }\",\".framer-GvbUO.framer-v-9f67cl .framer-7j28kd { left: calc(45.272727272727295% - 346px / 2); top: calc(70.05649717514126% - 85px / 2); }\",\".framer-GvbUO.framer-v-9f67cl .framer-kgy4pu { left: unset; right: 91px; top: 124px; }\",\".framer-GvbUO.framer-v-9f67cl .framer-htbvcg, .framer-GvbUO.framer-v-x1p3yv .framer-htbvcg, .framer-GvbUO.framer-v-trz1dd .framer-htbvcg, .framer-GvbUO.framer-v-8ziz3o .framer-htbvcg, .framer-GvbUO.framer-v-1mg1dg5 .framer-htbvcg, .framer-GvbUO.framer-v-iuccda .framer-htbvcg, .framer-GvbUO.framer-v-jp19kh .framer-htbvcg, .framer-GvbUO.framer-v-1vuz0pr .framer-htbvcg, .framer-GvbUO.framer-v-hlcs1v .framer-htbvcg { bottom: -761px; }\",\".framer-GvbUO.framer-v-9f67cl .framer-4vkrp7 { bottom: -149px; left: unset; right: 103px; top: unset; }\",\".framer-GvbUO.framer-v-x1p3yv .framer-7j28kd { bottom: 169px; left: unset; right: 0px; top: unset; }\",\".framer-GvbUO.framer-v-x1p3yv .framer-kgy4pu { left: 35%; top: 17%; }\",\".framer-GvbUO.framer-v-x1p3yv .framer-4vkrp7, .framer-GvbUO.framer-v-trz1dd .framer-4vkrp7, .framer-GvbUO.framer-v-8ziz3o .framer-4vkrp7, .framer-GvbUO.framer-v-1mg1dg5 .framer-4vkrp7, .framer-GvbUO.framer-v-iuccda .framer-4vkrp7, .framer-GvbUO.framer-v-jp19kh .framer-4vkrp7, .framer-GvbUO.framer-v-1vuz0pr .framer-4vkrp7, .framer-GvbUO.framer-v-hlcs1v .framer-4vkrp7 { left: unset; right: 366px; top: -639px; }\",\".framer-GvbUO.framer-v-x1p3yv .framer-etdxbt { bottom: unset; left: calc(37.45454545454548% - 433px / 2); top: calc(83.75706214689268% - 286px / 2); }\",\".framer-GvbUO.framer-v-12nb2fy .framer-ez78mr { right: -207px; }\",\".framer-GvbUO.framer-v-trz1dd .framer-7j28kd { bottom: 169px; left: 290px; top: unset; }\",\".framer-GvbUO.framer-v-trz1dd .framer-kgy4pu { left: 53%; top: 23%; }\",\".framer-GvbUO.framer-v-trz1dd .framer-etdxbt, .framer-GvbUO.framer-v-8ziz3o .framer-etdxbt, .framer-GvbUO.framer-v-1mg1dg5 .framer-etdxbt, .framer-GvbUO.framer-v-iuccda .framer-etdxbt, .framer-GvbUO.framer-v-jp19kh .framer-etdxbt, .framer-GvbUO.framer-v-1vuz0pr .framer-etdxbt, .framer-GvbUO.framer-v-hlcs1v .framer-etdxbt { bottom: -328px; left: unset; right: 261px; }\",\".framer-GvbUO.framer-v-trz1dd .framer-7c6c8k { bottom: unset; left: calc(78.2727272727273% - 277px / 2); right: unset; top: calc(77.40112994350284% - 605px / 2); }\",\".framer-GvbUO.framer-v-trz1dd .framer-2kxdsf, .framer-GvbUO.framer-v-8ziz3o .framer-2kxdsf, .framer-GvbUO.framer-v-1mg1dg5 .framer-2kxdsf, .framer-GvbUO.framer-v-iuccda .framer-2kxdsf, .framer-GvbUO.framer-v-jp19kh .framer-2kxdsf, .framer-GvbUO.framer-v-1vuz0pr .framer-2kxdsf, .framer-GvbUO.framer-v-hlcs1v .framer-2kxdsf { height: var(--framer-aspect-ratio-supported, 545px); }\",\".framer-GvbUO.framer-v-8ziz3o .framer-7j28kd { left: calc(48.454545454545475% - 346px / 2); top: 85px; }\",\".framer-GvbUO.framer-v-8ziz3o .framer-kgy4pu { left: 81%; top: 74%; }\",\".framer-GvbUO.framer-v-8ziz3o .framer-7c6c8k { bottom: -603px; right: 0px; }\",\".framer-GvbUO.framer-v-1mg1dg5 .framer-7j28kd { left: unset; right: -14px; top: 104px; }\",\".framer-GvbUO.framer-v-1mg1dg5 .framer-kgy4pu { left: 48%; top: 37%; }\",\".framer-GvbUO.framer-v-1mg1dg5 .framer-7c6c8k, .framer-GvbUO.framer-v-iuccda .framer-7c6c8k, .framer-GvbUO.framer-v-jp19kh .framer-7c6c8k, .framer-GvbUO.framer-v-1vuz0pr .framer-7c6c8k, .framer-GvbUO.framer-v-hlcs1v .framer-7c6c8k { bottom: -603px; }\",\".framer-GvbUO.framer-v-1mg1dg5 .framer-1ungpus, .framer-GvbUO.framer-v-iuccda .framer-1ungpus { bottom: -575px; left: 282px; right: unset; }\",\".framer-GvbUO.framer-v-1mg1dg5 .framer-1q5jlno { bottom: -64px; height: var(--framer-aspect-ratio-supported, 402px); right: -90px; }\",\".framer-GvbUO.framer-v-iuccda .framer-7j28kd { bottom: 122px; left: unset; right: 16px; top: unset; }\",\".framer-GvbUO.framer-v-iuccda .framer-kgy4pu { left: 42%; top: 75%; }\",\".framer-GvbUO.framer-v-iuccda .framer-1q5jlno, .framer-GvbUO.framer-v-jp19kh .framer-1q5jlno, .framer-GvbUO.framer-v-1vuz0pr .framer-1q5jlno, .framer-GvbUO.framer-v-hlcs1v .framer-1q5jlno { bottom: -474px; height: var(--framer-aspect-ratio-supported, 402px); }\",\".framer-GvbUO.framer-v-iuccda .framer-5slxee { left: calc(53.09090909090911% - 256px / 2); right: unset; top: calc(30.084745762711883% - 427px / 2); }\",\".framer-GvbUO.framer-v-jp19kh .framer-7j28kd { left: calc(40.36363636363639% - 346px / 2); top: calc(76.6949152542373% - 85px / 2); }\",\".framer-GvbUO.framer-v-jp19kh .framer-kgy4pu { left: 57%; top: 17%; }\",\".framer-GvbUO.framer-v-jp19kh .framer-5slxee, .framer-GvbUO.framer-v-1vuz0pr .framer-5slxee, .framer-GvbUO.framer-v-hlcs1v .framer-5slxee { right: -2px; top: -510px; }\",\".framer-GvbUO.framer-v-scic8a .framer-ez78mr, .framer-GvbUO.framer-v-1868ka .framer-ez78mr, .framer-GvbUO.framer-v-s2ddg1 .framer-ez78mr, .framer-GvbUO.framer-v-19gptko .framer-ez78mr, .framer-GvbUO.framer-v-kcccuk .framer-ez78mr, .framer-GvbUO.framer-v-1ytmdfm .framer-ez78mr, .framer-GvbUO.framer-v-vt6sh7 .framer-ez78mr { right: -807px; }\",\".framer-GvbUO.framer-v-scic8a .framer-1d0oa79 { right: -32px; }\",\".framer-GvbUO.framer-v-scic8a .framer-4o87ev, .framer-GvbUO.framer-v-1868ka .framer-4o87ev, .framer-GvbUO.framer-v-s2ddg1 .framer-4o87ev, .framer-GvbUO.framer-v-19gptko .framer-4o87ev, .framer-GvbUO.framer-v-kcccuk .framer-4o87ev, .framer-GvbUO.framer-v-1ytmdfm .framer-4o87ev, .framer-GvbUO.framer-v-vt6sh7 .framer-4o87ev { height: var(--framer-aspect-ratio-supported, 392px); }\",\".framer-GvbUO.framer-v-1868ka .framer-1d0oa79, .framer-GvbUO.framer-v-s2ddg1 .framer-1d0oa79, .framer-GvbUO.framer-v-19gptko .framer-1d0oa79, .framer-GvbUO.framer-v-kcccuk .framer-1d0oa79, .framer-GvbUO.framer-v-1ytmdfm .framer-1d0oa79, .framer-GvbUO.framer-v-vt6sh7 .framer-1d0oa79 { bottom: -443px; }\",\".framer-GvbUO.framer-v-1868ka .framer-r9oied { height: var(--framer-aspect-ratio-supported, 421px); right: -66px; }\",\".framer-GvbUO.framer-v-s2ddg1 .framer-r9oied, .framer-GvbUO.framer-v-19gptko .framer-r9oied, .framer-GvbUO.framer-v-kcccuk .framer-r9oied, .framer-GvbUO.framer-v-1ytmdfm .framer-r9oied, .framer-GvbUO.framer-v-vt6sh7 .framer-r9oied { bottom: -457px; height: var(--framer-aspect-ratio-supported, 421px); }\",\".framer-GvbUO.framer-v-s2ddg1 .framer-1sv97wg { right: -133px; }\",\".framer-GvbUO.framer-v-19gptko .framer-1sv97wg, .framer-GvbUO.framer-v-kcccuk .framer-1sv97wg, .framer-GvbUO.framer-v-1ytmdfm .framer-1sv97wg, .framer-GvbUO.framer-v-vt6sh7 .framer-1sv97wg { right: -365px; }\",\".framer-GvbUO.framer-v-19gptko .framer-168madw { right: -92px; }\",\".framer-GvbUO.framer-v-kcccuk .framer-168madw { bottom: -489px; }\",\".framer-GvbUO.framer-v-kcccuk .framer-11vb3wt { bottom: -5px; right: -182px; }\",\".framer-GvbUO.framer-v-1vuz0pr .framer-7j28kd { left: calc(40.1818181818182% - 342px / 2); top: calc(39.9717514124294% - 85px / 2); width: 342px; }\",\".framer-GvbUO.framer-v-1vuz0pr .framer-kgy4pu { left: 42%; top: 19%; }\",\".framer-GvbUO.framer-v-1vuz0pr .framer-yf6mcs { left: calc(115.09090909090911% - 360px / 2); top: calc(149.8587570621469% - 543px / 2); }\",\".framer-GvbUO.framer-v-1vuz0pr .framer-1bizwx3 { bottom: -782px; }\",\".framer-GvbUO.framer-v-1ytmdfm .framer-11vb3wt { right: -352px; }\",\".framer-GvbUO.framer-v-1ytmdfm .framer-1bizwx3 { bottom: -35px; height: var(--framer-aspect-ratio-supported, 312px); right: -369px; width: 267px; }\",\".framer-GvbUO.framer-v-1ytmdfm .framer-1hsylwy { bottom: -39px; height: 300px; right: -224px; width: 390px; }\",\".framer-GvbUO.framer-v-1ytmdfm .framer-16d3opr { bottom: -10px; height: 299px; right: -254px; width: 390px; }\",\".framer-GvbUO.framer-v-1ytmdfm .framer-38vw2p { bottom: 11px; height: 300px; right: -283px; width: 390px; }\",\".framer-GvbUO.framer-v-hlcs1v .framer-7j28kd { left: calc(84.90909090909093% - 346px / 2); top: calc(20.19774011299437% - 85px / 2); }\",\".framer-GvbUO.framer-v-hlcs1v .framer-kgy4pu { left: 44%; top: 30%; }\",\".framer-GvbUO.framer-v-hlcs1v .framer-yf6mcs { top: calc(149.5762711864407% - 543px / 2); }\",\".framer-GvbUO.framer-v-vt6sh7 .framer-11vb3wt { bottom: -482px; right: -182px; }\",\".framer-GvbUO.framer-v-vt6sh7 .framer-1bizwx3 { bottom: -35px; height: var(--framer-aspect-ratio-supported, 312px); right: -99px; width: 267px; }\",'.framer-GvbUO[data-border=\"true\"]::after, .framer-GvbUO [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 708\n * @framerIntrinsicWidth 1100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"WiXBoqj1A\":{\"layout\":[\"fixed\",\"fixed\"]},\"bNmjTbQax\":{\"layout\":[\"fixed\",\"fixed\"]},\"dFVPA8dmT\":{\"layout\":[\"fixed\",\"fixed\"]},\"cctgbFGKN\":{\"layout\":[\"fixed\",\"fixed\"]},\"PKKbqxMce\":{\"layout\":[\"fixed\",\"fixed\"]},\"eglod3KAu\":{\"layout\":[\"fixed\",\"fixed\"]},\"K8vbrYzei\":{\"layout\":[\"fixed\",\"fixed\"]},\"NzS56_AL4\":{\"layout\":[\"fixed\",\"fixed\"]},\"BR8r5mx_S\":{\"layout\":[\"fixed\",\"fixed\"]},\"vd0U3YQ5c\":{\"layout\":[\"fixed\",\"fixed\"]},\"xgW0q2lpc\":{\"layout\":[\"fixed\",\"fixed\"]},\"gymIK9maR\":{\"layout\":[\"fixed\",\"fixed\"]},\"E2FoicdzF\":{\"layout\":[\"fixed\",\"fixed\"]},\"r62k4w5Tu\":{\"layout\":[\"fixed\",\"fixed\"]},\"Jgawb4ZzI\":{\"layout\":[\"fixed\",\"fixed\"]},\"CHdotwwDp\":{\"layout\":[\"fixed\",\"fixed\"]},\"XFdMleAt1\":{\"layout\":[\"fixed\",\"fixed\"]},\"AuxkCgaM5\":{\"layout\":[\"fixed\",\"fixed\"]},\"h667hQK6K\":{\"layout\":[\"fixed\",\"fixed\"]},\"qYYCtprjx\":{\"layout\":[\"fixed\",\"fixed\"]},\"WahF0f6Fu\":{\"layout\":[\"fixed\",\"fixed\"]},\"R6Nfezrv6\":{\"layout\":[\"fixed\",\"fixed\"]},\"Q5drXexWC\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"P3OrdhwD3\":\"cursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerSvFxTk3q4=withCSS(Component,css,\"framer-GvbUO\");export default FramerSvFxTk3q4;FramerSvFxTk3q4.displayName=\"Homepage Project Component\";FramerSvFxTk3q4.defaultProps={height:708,width:1100};addPropertyControls(FramerSvFxTk3q4,{variant:{options:[\"qlsNlr_0_\",\"WiXBoqj1A\",\"bNmjTbQax\",\"dFVPA8dmT\",\"cctgbFGKN\",\"PKKbqxMce\",\"eglod3KAu\",\"K8vbrYzei\",\"NzS56_AL4\",\"BR8r5mx_S\",\"vd0U3YQ5c\",\"xgW0q2lpc\",\"gymIK9maR\",\"E2FoicdzF\",\"r62k4w5Tu\",\"Jgawb4ZzI\",\"CHdotwwDp\",\"XFdMleAt1\",\"AuxkCgaM5\",\"h667hQK6K\",\"qYYCtprjx\",\"WahF0f6Fu\",\"R6Nfezrv6\",\"Q5drXexWC\"],optionTitles:[\"Kode Web\",\"Breadfast Web\",\"Kode Mobile\",\"Breadfast Mobile\",\"Grinta Web\",\"Grinta Mobile\",\"Premium Card Web\",\"Premium Card Mobile\",\"Inploy Web\",\"Inploy Mobile\",\"New Avenue Web\",\"MCI Web\",\"Family Transport Web\",\"Samsung Web\",\"Banque Du Caire Web\",\"New Avenue Mobile\",\"MCI Mobile\",\"Family Corp Mobile\",\"Samsung Mobile\",\"Banque Du Caire\",\"All Work\",\"All Work Mobile\",\"Vodafone Web\",\"Vodafone Mobile\"],title:\"Variant\",type:ControlType.Enum},P3OrdhwD3:{title:\"Cursor\",type:ControlType.CustomCursor}});addFonts(FramerSvFxTk3q4,[{explicitInter:true,fonts:[{family:\"Red Hat Text\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML2Z3VrPacYVFtIY.woff2\",weight:\"600\"}]},...HomepageProjectButtonsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSvFxTk3q4\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"708\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WiXBoqj1A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bNmjTbQax\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dFVPA8dmT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cctgbFGKN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PKKbqxMce\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eglod3KAu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"K8vbrYzei\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NzS56_AL4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BR8r5mx_S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vd0U3YQ5c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xgW0q2lpc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gymIK9maR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"E2FoicdzF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"r62k4w5Tu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Jgawb4ZzI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CHdotwwDp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XFdMleAt1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AuxkCgaM5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"h667hQK6K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qYYCtprjx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WahF0f6Fu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R6Nfezrv6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Q5drXexWC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"P3OrdhwD3\\\":\\\"cursor\\\"}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1100\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SvFxTk3q4.map", "// Generated by Framer (bf2ee14)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import MagText from\"https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/jFOAZKc2EvehHtUZX1Hf/Video.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js\";import ButtonsButton2Mobile from\"#framer/local/canvasComponent/DHBavI8O_/DHBavI8O_.js\";import HomePageOpeningWeb from\"#framer/local/canvasComponent/E7VRVPY75/E7VRVPY75.js\";import ButtonsButton1 from\"#framer/local/canvasComponent/EX77w3X7q/EX77w3X7q.js\";import HomePageOpeningMobile from\"#framer/local/canvasComponent/hjkEISv8E/hjkEISv8E.js\";import Testimonial2 from\"#framer/local/canvasComponent/KIBFVDz7w/KIBFVDz7w.js\";import MyriadCursor from\"#framer/local/canvasComponent/kkjQajktg/kkjQajktg.js\";import HomePageNestedComponentMobile from\"#framer/local/canvasComponent/l0TPH6q8X/l0TPH6q8X.js\";import Nav2 from\"#framer/local/canvasComponent/mpgSjOESd/mpgSjOESd.js\";import Footer from\"#framer/local/canvasComponent/PMA3Bo2iZ/PMA3Bo2iZ.js\";import HomePageNestedComponentWeb from\"#framer/local/canvasComponent/rnc950hlV/rnc950hlV.js\";import HomepageProjectComponent from\"#framer/local/canvasComponent/SvFxTk3q4/SvFxTk3q4.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const HomePageOpeningWebFonts=getFonts(HomePageOpeningWeb);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionDivWithFX=withFX(motion.div);const VideoFonts=getFonts(Video);const ContainerWithFX=withFX(Container);const MagTextFonts=getFonts(MagText);const ButtonsButton1Fonts=getFonts(ButtonsButton1);const HomePageOpeningMobileFonts=getFonts(HomePageOpeningMobile);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithFX=withFX(RichText);const HomePageNestedComponentMobileFonts=getFonts(HomePageNestedComponentMobile);const HomePageNestedComponentWebFonts=getFonts(HomePageNestedComponentWeb);const TickerFonts=getFonts(Ticker);const HomepageProjectComponentFonts=getFonts(HomepageProjectComponent);const HomepageProjectComponentWithVariantAppearEffect=withVariantAppearEffect(HomepageProjectComponent);const ButtonsButton2MobileFonts=getFonts(ButtonsButton2Mobile);const Testimonial2Fonts=getFonts(Testimonial2);const CarouselFonts=getFonts(Carousel);const FooterFonts=getFonts(Footer);const Nav2Fonts=getFonts(Nav2);const Nav2WithVariantAppearEffect=withVariantAppearEffect(Nav2);const MyriadCursorFonts=getFonts(MyriadCursor);const breakpoints={aQV49LHGA:\"(max-width: 809px)\",itU9tsntj:\"(min-width: 810px) and (max-width: 1199px)\",nHj5LoPoq:\"(min-width: 1200px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-hM9ms\";const variantClassNames={aQV49LHGA:\"framer-v-1ev1bh3\",itU9tsntj:\"framer-v-1c4nsjt\",nHj5LoPoq:\"framer-v-7k1xyd\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition2={damping:80,delay:.2,mass:1,stiffness:300,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:80,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={damping:80,delay:.1,mass:1,stiffness:300,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-190};const transition5={damping:80,delay:.15,mass:1,stiffness:300,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-170};const animation8={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition6={bounce:0,delay:.075,duration:.4,type:\"spring\"};const textEffect={effect:animation8,repeat:true,threshold:.5,tokenization:\"word\",transition:transition6,trigger:\"onInView\",type:\"appear\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:100};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:80};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:60};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:120};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:120};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition7={damping:80,delay:.3,mass:1,stiffness:300,type:\"spring\"};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-60};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"nHj5LoPoq\",Desktop:\"WQLkyLRf1\",Phone:\"aQV49LHGA\",Tablet:\"itU9tsntj\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const cursor={component:MyriadCursor,variant:\"mydGHW3Gx\"};const transition9={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const cursor1={component:MyriadCursor,transition:transition9,variant:\"GhVHQ5sHU\"};const cursor2={component:MyriadCursor,transition:transition9,variant:\"O4PnJ6rTa\"};const cursor3={component:MyriadCursor,transition:transition9,variant:\"leu_ENNhP\"};const cursor4={component:MyriadCursor,transition:transition9,variant:\"mydGHW3Gx\"};const cursor5={component:MyriadCursor,variant:\"leu_ENNhP\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...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=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"aQV49LHGA\")return false;return true;};const ref1=React.useRef(null);const elementId=useRouteElementId(\"I9Db1EcVW\");const ref2=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"itU9tsntj\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"itU9tsntj\")return true;return false;};const elementId1=useRouteElementId(\"F7B2i5gp_\");const elementId2=useRouteElementId(\"fmtJQFEYv\");const ref3=React.useRef(null);const ref4=React.useRef(null);const router=useRouter();const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"aQV49LHGA\")return true;return false;};const elementId3=useRouteElementId(\"D2zXfHbH1\");const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const ref11=React.useRef(null);const ref12=React.useRef(null);const ref13=React.useRef(null);const ref14=React.useRef(null);const ref15=React.useRef(null);const ref16=React.useRef(null);const ref17=React.useRef(null);const elementId4=useRouteElementId(\"AbwRzGlz8\");const elementId5=useRouteElementId(\"vzfjBBpft\");const elementId6=useRouteElementId(\"k_bOmcHgK\");const elementId7=useRouteElementId(\"P7yhpcYJs\");const elementId8=useRouteElementId(\"Ptpwi2Oi4\");const elementId9=useRouteElementId(\"Kn54JHb4Q\");const elementId10=useRouteElementId(\"q48zk3x6s\");const elementId11=useRouteElementId(\"Eo7d8ZNjs\");const elementId12=useRouteElementId(\"VfB3DUC85\");const elementId13=useRouteElementId(\"P04wkGkbo\");const elementId14=useRouteElementId(\"yiT0iLolA\");const elementId15=useRouteElementId(\"mNLADvCFm\");const ref18=React.useRef(null);const elementId16=useRouteElementId(\"C1zh2bfNV\");const elementId17=useRouteElementId(\"N_DNaYFTC\");const isDisplayed4=()=>{if(!isBrowser())return true;if([\"aQV49LHGA\",\"itU9tsntj\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(!isBrowser())return true;if([\"aQV49LHGA\",\"itU9tsntj\"].includes(baseVariant))return true;return false;};useCustomCursors({\"1jj285f\":cursor2,\"2ccm9b\":cursor5,d5co1q:cursor1,iatc23:cursor3,m9ss9j:cursor4,z4lc0z:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),\"data-framer-cursor\":\"z4lc0z\",ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kz1mpc hidden-1ev1bh3\",\"data-framer-name\":\"Frame 1000001364\",id:elementId,ref:ref2,children:[isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,animate:animation,className:\"framer-1aikcgy hidden-1c4nsjt\",\"data-framer-appear-id\":\"1aikcgy\",\"data-framer-name\":\"Frame 2609346\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\"Software\"})}),className:\"framer-1vxr3j1\",\"data-framer-name\":\"of\",fonts:[\"GF;Red Hat Display-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:104,width:\"470px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nfqahb-container\",\"data-framer-cursor\":\"d5co1q\",nodeId:\"FGbUbxYGP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HomePageOpeningWeb,{height:\"100%\",id:\"FGbUbxYGP\",layoutId:\"FGbUbxYGP\",style:{height:\"100%\",width:\"100%\"},variant:\"cgrLjPREl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\"Built for\"})}),className:\"framer-wtld0q\",\"data-framer-name\":\"We Do.\",fonts:[\"GF;Red Hat Display-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,animate:animation2,className:\"framer-14mdohy hidden-1c4nsjt\",\"data-framer-appear-id\":\"14mdohy\",\"data-framer-name\":\"Frame 2609346\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\"People,\"})}),className:\"framer-ir57u9\",\"data-framer-name\":\"of\",fonts:[\"GF;Red Hat Display-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\"Designed for Growth.\"})}),className:\"framer-1y3m269\",\"data-framer-name\":\"We Do.\",fonts:[\"GF;Red Hat Display-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ovvn6l hidden-72rtr7 hidden-7k1xyd\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\"Software\"})}),className:\"framer-2r9dk9\",\"data-framer-appear-id\":\"2r9dk9\",\"data-framer-name\":\"Putting People at the Heart of\",fonts:[\"GF;Red Hat Display-700\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\"Built for People,\"})}),className:\"framer-xhovm\",\"data-framer-appear-id\":\"xhovm\",\"data-framer-name\":\"Putting People at the Heart of\",fonts:[\"GF;Red Hat Display-700\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\"Designed for\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\" Growth.\"})]}),className:\"framer-1dxl14f\",\"data-framer-appear-id\":\"1dxl14f\",\"data-framer-name\":\"We Do.\",fonts:[\"GF;Red Hat Display-700\"],initial:animation5,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:104,width:\"470px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-cdryv9-container\",\"data-framer-cursor\":\"d5co1q\",nodeId:\"EncE1SOPP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HomePageOpeningWeb,{height:\"100%\",id:\"EncE1SOPP\",layoutId:\"EncE1SOPP\",style:{height:\"100%\",width:\"100%\"},variant:\"cgrLjPREl\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2qxen4\",id:elementId1,ref:ref1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-o8lqyr-container\",isModuleExternal:true,nodeId:\"TPRkqPMv_\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"TPRkqPMv_\",isMixedBorderRadius:false,layoutId:\"TPRkqPMv_\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcType:\"URL\",srcUrl:\"https://www.dropbox.com/scl/fi/tjxg0n5931pqgxtnbtmem/20250221-_-Homepage-Showreel.mp4?rlkey=cnxhy3ru5j6vy5lyjvcgdwscm&raw=1\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2dyz2z hidden-1ev1bh3\",\"data-framer-cursor\":\"z4lc0z\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:-100}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yvtk4n\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pgm0df\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g0q2jf-container hidden-1c4nsjt\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"A3flqlymd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",font:{fontFamily:'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',fontSize:\"57px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.01em\",lineHeight:\"100%\",textAlign:\"center\"},height:\"100%\",id:\"A3flqlymd\",layoutId:\"A3flqlymd\",text:\"At 34ML, we believe success goes beyond \",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sgcbi6-container hidden-1c4nsjt\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"YZKP6YjrM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",font:{fontFamily:'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',fontSize:\"57px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.01em\",lineHeight:\"100%\",textAlign:\"center\"},height:\"100%\",id:\"YZKP6YjrM\",layoutId:\"YZKP6YjrM\",text:\"software; it's about building relationships \",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1apjzq6-container hidden-1c4nsjt\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"YXDyKJMt8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",font:{fontFamily:'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',fontSize:\"57px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.01em\",lineHeight:\"100%\",textAlign:\"center\"},height:\"100%\",id:\"YXDyKJMt8\",layoutId:\"YXDyKJMt8\",text:\"and fostering growth. \",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},children:\"At 34ML, we believe success goes beyond software; it's about building relationships and fostering growth. \"})}),className:\"framer-sddsbd hidden-72rtr7 hidden-7k1xyd\",fonts:[\"GF;Red Hat Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10fntac\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wja2v8-container hidden-1c4nsjt\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jSzKqDcYP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",font:{fontFamily:'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',fontSize:\"57px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.01em\",lineHeight:\"100%\",textAlign:\"center\"},height:\"100%\",id:\"jSzKqDcYP\",layoutId:\"jSzKqDcYP\",text:\"Our partnership is a two-way street: \",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v5dkzt-container hidden-1c4nsjt\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FcKMnKHbO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\",font:{fontFamily:'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',fontSize:\"57px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.01em\",lineHeight:\"100%\",textAlign:\"center\"},height:\"100%\",id:\"FcKMnKHbO\",layoutId:\"FcKMnKHbO\",text:\"As you grow, we grow with you.\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},children:\"Our partnership \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},children:\"is a two-way street: \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},children:\"as you grow, we grow with you.\"})]}),className:\"framer-1j92g7t hidden-72rtr7 hidden-7k1xyd\",fonts:[\"GF;Red Hat Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined},{href:{webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined},{href:{webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"399px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sj0ota-container\",\"data-framer-cursor\":\"d5co1q\",nodeId:\"nQK4qGVzB\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{itU9tsntj:{R0LaLsTM1:resolvedLinks[2]},nHj5LoPoq:{R0LaLsTM1:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonsButton1,{GL0aBoxr6:false,height:\"100%\",id:\"nQK4qGVzB\",layoutId:\"nQK4qGVzB\",nZky9881t:\"Let's Collaborate\",R0LaLsTM1:resolvedLinks[0],style:{width:\"100%\"},TIBPmUl5Q:24,variant:\"iuDB94m8y\",width:\"100%\"})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-h87civ hidden-72rtr7 hidden-7k1xyd hidden-1c4nsjt\",\"data-framer-name\":\"Frame 1000001365\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5ryam4\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\"Software\"})}),className:\"framer-1s83edn\",\"data-framer-appear-id\":\"1s83edn\",\"data-framer-name\":\"Putting People at the Heart of\",fonts:[\"GF;Red Hat Display-700\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\"Built for People,\"})}),className:\"framer-16hk6tw\",\"data-framer-appear-id\":\"16hk6tw\",\"data-framer-name\":\"Putting People at the Heart of\",fonts:[\"GF;Red Hat Display-700\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\"Designed for Growth.\"})}),className:\"framer-j2hltm\",\"data-framer-appear-id\":\"j2hltm\",\"data-framer-name\":\"We Do.\",fonts:[\"GF;Red Hat Display-700\"],initial:animation5,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"250px\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1rfjl6j-container\",\"data-framer-appear-id\":\"1rfjl6j\",initial:animation7,nodeId:\"GAcg2nNM2\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HomePageOpeningMobile,{height:\"100%\",id:\"GAcg2nNM2\",layoutId:\"GAcg2nNM2\",style:{height:\"100%\",width:\"100%\"},variant:\"BkdMR8gcm\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fjgnbj\",\"data-framer-cursor\":\"z4lc0z\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(25, 23, 23)\"},children:\"Our Services\"})})},itU9tsntj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(25, 23, 23)\"},children:\"Our Services\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-600,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(25, 23, 23)\"},children:\"Our Services\"})}),className:\"framer-gh1pi4\",\"data-framer-name\":\"Our Services\",fonts:[\"GF;Red Hat Display-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{height:481}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1agc9uk-container hidden-72rtr7 hidden-7k1xyd hidden-1c4nsjt\",nodeId:\"BIp70XJZ6\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HomePageNestedComponentMobile,{height:\"100%\",id:\"BIp70XJZ6\",layoutId:\"BIp70XJZ6\",variant:\"UvjQh6loi\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{itU9tsntj:{width:`calc(${componentViewport?.width||\"100vw\"} - 144px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:667,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-3yo15w-container hidden-1ev1bh3\",nodeId:\"gsMjLsUiw\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{itU9tsntj:{style:{width:\"100%\"},variant:\"n2lAueDa4\"}},children:/*#__PURE__*/_jsx(HomePageNestedComponentWeb,{height:\"100%\",id:\"gsMjLsUiw\",jjz7RLlvQ:\"d5co1q\",layoutId:\"gsMjLsUiw\",variant:\"iq0UGV6sa\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11j0e8r\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{bounce:.2,damping:60,delay:0,duration:.3,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1500,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1500,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-17ulc4-container hidden-1ev1bh3\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"e9GCEgDK_\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:64,height:\"100%\",hoverFactor:.6,id:\"e9GCEgDK_\",layoutId:\"e9GCEgDK_\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eifz27\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"99.9%\"}),\" average server uptime\"]})}),className:\"framer-17j1tzn\",\"data-framer-name\":\"99.9% average server uptime keep\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h9jo9c\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"8M+ users\"}),\" across Web, Android, iOS, Huawei & Oculus platforms\"]})}),className:\"framer-9hua4e\",\"data-framer-name\":\"More than 8 million users for different customers across Web, Android, iOS, Huawei & Oculus platforms.\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mnes4i\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[\"Apps & sites that load in\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\" under 2 seconds\"})]})}),className:\"framer-1uvnli1\",\"data-framer-name\":\"Optimized projects loading time in under 2 seconds\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10obko1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[\"Around Egypt ranked among the \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"Top 3 travel apps\"}),\" on the App Store\"]})}),className:\"framer-1tfrbma\",\"data-framer-name\":\"Around Egypt ranked amongst the Top 3 travel apps in App Store Charts\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sw5t3v\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[\"Kode ranked among the \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"Top 10 sports apps\"}),\" on the App Store\"]})}),className:\"framer-cnt87y\",\"data-framer-name\":\"Kode was ranked amongst the Top 10 sports apps in App Store Charts\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bmusy7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[\"Premium Card ranked among the \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"Top 50 fintech apps\"}),\" on the App Store\"]})}),className:\"framer-4gehvs\",\"data-framer-name\":\"Premium Card was ranked amongst the Top 50 fin-tech apps in App Store Charts\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{bounce:.2,damping:60,delay:0,duration:.3,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:800,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-800,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-so68r8-container hidden-72rtr7 hidden-7k1xyd hidden-1c4nsjt\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"SAnQoY2Cf\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:64,height:\"100%\",hoverFactor:.6,id:\"SAnQoY2Cf\",layoutId:\"SAnQoY2Cf\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-139su44\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[\"Premium Card ranked among the \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"Top 50 fintech apps\"}),\" on the App Store\"]})}),className:\"framer-9ggcbw\",\"data-framer-name\":\"Premium Card was ranked amongst the Top 50 fin-tech apps in App Store Charts\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kwximh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[\"Kode ranked among the \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"Top 10 sports apps\"}),\" on the App Store\"]})}),className:\"framer-z8qm5\",\"data-framer-name\":\"Kode was ranked amongst the Top 10 sports apps in App Store Charts\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6twv7b\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[\"Around Egypt ranked among the \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"Top 3 travel apps\"}),\" on the App Store\"]})}),className:\"framer-glmix4\",\"data-framer-name\":\"Around Egypt ranked amongst the Top 3 travel apps in App Store Charts\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g92nii\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[\"Apps & sites that load in\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\" under 2 seconds\"})]})}),className:\"framer-ikegvn\",\"data-framer-name\":\"Optimized projects loading time in under 2 seconds\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m86mhh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"8M+ users\"}),\" across Web, Android, iOS, Huawei & Oculus platforms\"]})}),className:\"framer-9n5io9\",\"data-framer-name\":\"More than 8 million users for different customers across Web, Android, iOS, Huawei & Oculus platforms.\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wvg0pl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"99.9%\"}),\" average server uptime\"]})}),className:\"framer-k6f469\",\"data-framer-name\":\"99.9% average server uptime keep\",fonts:[\"GF;Red Hat Text-regular\",\"GF;Red Hat Text-600\"],verticalAlignment:\"top\",withExternalLayout:true})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fv731g\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sr3heu\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{__framer__spring:{damping:40,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-1e3}},{ref:ref6,target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-1e3}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-s4rh97\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:900,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-fva1yt-container\",nodeId:\"ansoxte4X\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{__framer__targets:[{ref:ref7,target:\"dFVPA8dmT\"},{ref:ref8,target:\"PKKbqxMce\"},{ref:ref9,target:\"K8vbrYzei\"},{ref:ref10,target:\"BR8r5mx_S\"},{ref:ref11,target:\"Jgawb4ZzI\"},{ref:ref12,target:\"CHdotwwDp\"},{ref:ref13,target:\"XFdMleAt1\"},{ref:ref14,target:\"AuxkCgaM5\"},{ref:ref15,target:\"h667hQK6K\"},{ref:ref16,target:\"Q5drXexWC\"},{ref:ref17,target:\"WahF0f6Fu\"}],variant:\"bNmjTbQax\"},itU9tsntj:{__framer__targets:[{ref:ref7,target:\"dFVPA8dmT\"},{ref:ref8,target:\"PKKbqxMce\"},{ref:ref9,target:\"K8vbrYzei\"},{ref:ref10,target:\"BR8r5mx_S\"},{ref:ref11,target:\"Jgawb4ZzI\"},{ref:ref12,target:\"CHdotwwDp\"},{ref:ref13,target:\"XFdMleAt1\"},{ref:ref14,target:\"AuxkCgaM5\"},{ref:ref15,target:\"h667hQK6K\"},{ref:ref16,target:\"WahF0f6Fu\"}],variant:\"bNmjTbQax\"}},children:/*#__PURE__*/_jsx(HomepageProjectComponentWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref7,target:\"WiXBoqj1A\"},{ref:ref8,target:\"cctgbFGKN\"},{ref:ref9,target:\"eglod3KAu\"},{ref:ref10,target:\"NzS56_AL4\"},{ref:ref11,target:\"vd0U3YQ5c\"},{ref:ref12,target:\"xgW0q2lpc\"},{ref:ref13,target:\"gymIK9maR\"},{ref:ref14,target:\"E2FoicdzF\"},{ref:ref15,target:\"r62k4w5Tu\"},{ref:ref16,target:\"R6Nfezrv6\"},{ref:ref17,target:\"qYYCtprjx\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"ansoxte4X\",layoutId:\"ansoxte4X\",P3OrdhwD3:\"1jj285f\",style:{height:\"100%\",width:\"100%\"},variant:\"qlsNlr_0_\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gfwk39\",id:elementId4,ref:ref7}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jfmnic\",id:elementId5,ref:ref8}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u9w1me\",id:elementId6,ref:ref9}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e8ti3j\",id:elementId7,ref:ref10}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12665w4\",id:elementId8,ref:ref11}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tzufy4\",id:elementId9,ref:ref12}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-g6iepd\",id:elementId10,ref:ref13}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12c4ded\",id:elementId11,ref:ref14}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-on9lv2\",id:elementId12,ref:ref15}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qhb90e\",id:elementId13,ref:ref16}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-txffnk\",id:elementId14,ref:ref17}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vrngti\",id:elementId15,ref:ref18}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m1rib3\",\"data-framer-name\":\"Frame 1000001380\",id:elementId16,ref:ref5,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36.98751060390101px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:\"Curious how we can \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36.98751060390101px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:\"help you grow?\"})]}),viewBox:\"0 0 339.369875106039 96\"},itU9tsntj:{viewBox:\"0 0 1310.6779041723375 88\"},nHj5LoPoq:{viewBox:\"0 0 1310.6779041723375 88\"}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"67.79041723375082px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:\"Curious how we can collaborate and grow?\"})}),className:\"framer-f2recw\",fonts:[\"GF;Red Hat Display-700\"],verticalAlignment:\"top\",viewBox:\"0 0 1296 88\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":tpFhyCjfl\",webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined},{href:{hash:\":tpFhyCjfl\",webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined},{href:{hash:\":tpFhyCjfl\",webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"399px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tlk8gp-container hidden-1ev1bh3\",\"data-framer-cursor\":\"d5co1q\",nodeId:\"mawk9qERi\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{itU9tsntj:{R0LaLsTM1:resolvedLinks1[2]},nHj5LoPoq:{R0LaLsTM1:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonsButton1,{GL0aBoxr6:false,height:\"100%\",id:\"mawk9qERi\",layoutId:\"mawk9qERi\",nZky9881t:\"Fill in Our Form\",R0LaLsTM1:resolvedLinks1[0],style:{width:\"100%\"},TIBPmUl5Q:24,variant:\"p2Iq4ovPF\",width:\"100%\"})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":tpFhyCjfl\",webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined},{href:{hash:\":tpFhyCjfl\",webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{height:44,width:\"325px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v141ll-container hidden-72rtr7 hidden-7k1xyd hidden-1c4nsjt\",nodeId:\"I6iHZyQhA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{YyCOD_lmW:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ButtonsButton2Mobile,{height:\"100%\",id:\"I6iHZyQhA\",JmiJwqE3G:\"Fill in Our Form\",layoutId:\"I6iHZyQhA\",style:{height:\"100%\",width:\"100%\"},variant:\"tOv_Uy_i6\",width:\"100%\",YyCOD_lmW:resolvedLinks2[0]})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11dffw1\",\"data-framer-name\":\"Frame 2609344\",id:elementId17,ref:ref6,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-mfqg9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\"},children:\"Collaborating with industry leaders to deliver exceptional outcomes\"})})},itU9tsntj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\"},children:\"Collaborating with industry leaders to deliver exceptional outcomes\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\"},children:\"Collaborating with industry leaders to deliver exceptional outcomes\"})}),className:\"framer-10w1knt\",\"data-framer-name\":\"Collaborating with industry leaders to deliver exceptional outcomes,\",effect:textEffect,fonts:[\"GF;Red Hat Display-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vekgig\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:600,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-600,y:0}}],__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1500,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1500,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:.7,className:\"framer-oujx1-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KFUYyvXy7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"KFUYyvXy7\",layoutId:\"KFUYyvXy7\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pjpqa1\",\"data-framer-name\":\"Customers Line 1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rdoi3u\",\"data-framer-name\":\"arbeautifier-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:80,pixelWidth:80,src:\"https://framerusercontent.com/images/bakkxCbLIh0DwvXPy200fmBOrM.png\"},className:\"framer-1ey651p\",\"data-framer-name\":\"arbeautifier-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y0mzim\",\"data-framer-name\":\"azmeel-logo 2\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:128,pixelWidth:424,src:\"https://framerusercontent.com/images/Njfw0SRisLM2Y10RaI36uMOqys.png\"},className:\"framer-1kljbh1\",\"data-framer-name\":\"azmeel-logo 2\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-indiym\",\"data-framer-name\":\"138pyramids-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:144,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NFQnUCt6sTh74ONnTlTFhZsFHo.png\"},className:\"framer-1bevf61\",\"data-framer-name\":\"138pyramids-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yw5mub\",\"data-framer-name\":\"360fitness-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:148,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/tKDnXhG3Tt5s7EFKr7Z1xwf34Y.png\"},className:\"framer-eu8vyu\",\"data-framer-name\":\"360fitness-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uyekxy\",\"data-framer-name\":\"2030-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:69,pixelWidth:117,src:\"https://framerusercontent.com/images/AbM61CNljXoiZU8be4FuxYHpIHU.png\"},className:\"framer-3q6raa\",\"data-framer-name\":\"2030-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cusg4y\",\"data-framer-name\":\"astrazeneca-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:111,pixelWidth:455,src:\"https://framerusercontent.com/images/lWU6xJjD3OfASDNyoweDD4nvDQ.png\"},className:\"framer-uzwjhu\",\"data-framer-name\":\"astrazeneca-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cc03wf\",\"data-framer-name\":\"abughosoun-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:44,pixelWidth:250,src:\"https://framerusercontent.com/images/7QAtETT8xjjZdKBE8MD2ILcCB3I.png\"},className:\"framer-brwna6\",\"data-framer-name\":\"abughosoun-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zkxb7n\",\"data-framer-name\":\"ahmedmourad-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:248,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/glGwUetIzn7WXFPVD2m3rz8hp8A.png\"},className:\"framer-fdi09p\",\"data-framer-name\":\"ahmedmourad-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17hszoy\",\"data-framer-name\":\"akoya-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:85,pixelWidth:247,src:\"https://framerusercontent.com/images/owsFjnZkTDw7mfvHXDupSHoeU0.png\"},className:\"framer-wwjkdw\",\"data-framer-name\":\"akoya-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16gh7na\",\"data-framer-name\":\"alexseeds-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:162,pixelWidth:438,src:\"https://framerusercontent.com/images/Q0TfQ7tP0E55tiAzrKmcLEN5s8c.png\"},className:\"framer-rj1kxx\",\"data-framer-name\":\"alexseeds-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qgq0x0\",\"data-framer-name\":\"aroundegypt-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:308,pixelWidth:263,src:\"https://framerusercontent.com/images/g4W80pHWikj0vQvQTBL9QZRWH0.png\"},className:\"framer-87rlzb\",\"data-framer-name\":\"aroundegypt-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1idxcsv\",\"data-framer-name\":\"astrum-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:85,pixelWidth:237,src:\"https://framerusercontent.com/images/IR3T6FqGJd8MotbsVQP5XEE4prA.png\"},className:\"framer-12nhukt\",\"data-framer-name\":\"astrum-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4459d\",\"data-framer-name\":\"bdc-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:120,pixelWidth:504,src:\"https://framerusercontent.com/images/acQPllQBdKQHI35ejO1hhbuP2Ys.png\"},className:\"framer-1n145h3\",\"data-framer-name\":\"bdc-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qya4s3\",\"data-framer-name\":\"bienetre-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:53,pixelWidth:174,src:\"https://framerusercontent.com/images/spWsek3gYMVqZxtYfPbB7fxlqIM.png\"},className:\"framer-1tz4pn\",\"data-framer-name\":\"bienetre-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rl2mz6\",\"data-framer-name\":\"brg-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:344,pixelWidth:284,src:\"https://framerusercontent.com/images/DSKbqxkEhhSPW2qJDTVEqkJLg.png\"},className:\"framer-ap9ky0\",\"data-framer-name\":\"brg-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-173gkzi\",\"data-framer-name\":\"century-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:228,pixelWidth:182,src:\"https://framerusercontent.com/images/jPXRWlrizk3BvjkdBChMPnQrng.png\"},className:\"framer-1cm191e\",\"data-framer-name\":\"century-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mkj3ij\",\"data-framer-name\":\"cimun-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:77,pixelWidth:78,src:\"https://framerusercontent.com/images/MyNxZZZRLCKkNuC6ZTfwdg8ru8.png\"},className:\"framer-32f8su\",\"data-framer-name\":\"cimun-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-162wbzn\",\"data-framer-name\":\"colors-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:59,pixelWidth:220,src:\"https://framerusercontent.com/images/qd6aY2FMV7E96VmblNvPbaofUns.png\"},className:\"framer-un2gf1\",\"data-framer-name\":\"colors-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d176nu\",\"data-framer-name\":\"crowncard-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:45,pixelWidth:62,src:\"https://framerusercontent.com/images/F1g7PzOwuqDf2fNCej7r7zYI4.png\"},className:\"framer-303mmr\",\"data-framer-name\":\"crowncard-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9j5vx1\",\"data-framer-name\":\"delta-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:208,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zqvhVo3vcnMDwDorZ1EAEMkaNs.png\"},className:\"framer-1seq0b0\",\"data-framer-name\":\"delta-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ft8n6l\",\"data-framer-name\":\"developerx-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:121,pixelWidth:283,src:\"https://framerusercontent.com/images/FYWWaT007N3sKGeypN8dCmTecww.png\"},className:\"framer-1x2yf95\",\"data-framer-name\":\"developerx-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a6mvou\",\"data-framer-name\":\"doubledare-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:40,pixelWidth:79,src:\"https://framerusercontent.com/images/CuMa4fA7o36eslUVslJ2uYKNuc.png\"},className:\"framer-1f5orbq\",\"data-framer-name\":\"doubledare-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ktj7zv\",\"data-framer-name\":\"efgev-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:46,pixelWidth:300,src:\"https://framerusercontent.com/images/xQArNSRxAZzevgJMkh98msoD0ak.png\"},className:\"framer-17etwf\",\"data-framer-name\":\"efgev-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-br8rci\",\"data-framer-name\":\"epasp-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:99,pixelWidth:80,src:\"https://framerusercontent.com/images/UfCI96k1ekBZGYrjTsWtTUMtxc.png\"},className:\"framer-i3genm\",\"data-framer-name\":\"epasp-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-41yj7v\",\"data-framer-name\":\"ezdehar-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:37,pixelWidth:250,src:\"https://framerusercontent.com/images/xRfsAvpS26W4OZCpW52QRVTlw.png\"},className:\"framer-1etq5q3\",\"data-framer-name\":\"ezdehar-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jbnf09\",\"data-framer-name\":\"familytransport-logo-new 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:220,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wFLlyS6g4jpYDdmwahn8C8mYQ.png\"},className:\"framer-11a59wl\",\"data-framer-name\":\"familytransport-logo-new 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ji238\",\"data-framer-name\":\"teds-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:178,pixelWidth:340,src:\"https://framerusercontent.com/images/11eRnYaU2s9K7rKfTeBTAV8JMo.png\"},className:\"framer-1yuyjp7\",\"data-framer-name\":\"teds-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hj2cj\",\"data-framer-name\":\"tambe-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:24,pixelWidth:138,src:\"https://framerusercontent.com/images/Y4Mg3sKveE7KDokebsShwV25M.png\"},className:\"framer-1u37m2c\",\"data-framer-name\":\"tambe-logo 1\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-600,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:600,y:0}}]}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1500,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1500,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:.7,className:\"framer-akuwte-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LL1wuxk1e\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"LL1wuxk1e\",layoutId:\"LL1wuxk1e\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j03r1h\",\"data-framer-name\":\"Customer Line 2\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hh6k7z\",\"data-framer-name\":\"innovationcrew 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:191,pixelWidth:1128,sizes:\"177.1728px\",src:\"https://framerusercontent.com/images/nhAP0X75pvWfJ0vXGfnfoJkDM.jpg\",srcSet:\"https://framerusercontent.com/images/nhAP0X75pvWfJ0vXGfnfoJkDM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nhAP0X75pvWfJ0vXGfnfoJkDM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nhAP0X75pvWfJ0vXGfnfoJkDM.jpg 1128w\"},className:\"framer-1lgjsln\",\"data-framer-name\":\"innovationcrew 1\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-drp7um\",\"data-framer-name\":\"inplot-logo.svg 1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ott7jv\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:6,svg:'<svg width=\"6\" height=\"24\" viewBox=\"0 0 6 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.172852 2.55628C0.182611 1.87363 0.461198 1.22236 0.948151 0.743826C1.4351 0.265294 2.09113 -0.00189071 2.77386 0.000259557C3.11298 -0.00456545 3.44969 0.0579233 3.76449 0.184109C4.0793 0.310294 4.36595 0.497669 4.60785 0.735387C4.84976 0.973105 5.0421 1.25644 5.17376 1.569C5.30542 1.88156 5.37377 2.21713 5.37486 2.55628C5.37438 3.24596 5.10019 3.90726 4.61251 4.39494C4.12483 4.88262 3.46354 5.15681 2.77386 5.15729C2.08894 5.14167 1.4364 4.86262 0.951958 4.37818C0.467519 3.89374 0.188471 3.2412 0.172852 2.55628ZM4.61018 6.90608H4.92627V22.2422C4.92172 22.5263 4.80685 22.7975 4.60594 22.9984C4.40503 23.1993 4.13385 23.3142 3.84976 23.3187H1.69735C1.55551 23.3205 1.41475 23.2939 1.28336 23.2404C1.15197 23.187 1.03262 23.1077 0.932349 23.0074C0.832074 22.9071 0.752904 22.7877 0.699508 22.6563C0.646111 22.5248 0.61957 22.3841 0.621447 22.2422V10.8972C0.623693 9.83984 1.04458 8.82634 1.79205 8.07841C2.53953 7.33048 3.55277 6.90897 4.61018 6.90608Z\" fill=\"#C21A3A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1xzmley\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.4242 7.40863C11.4242 5.12189 10.2134 4.35903 8.4196 4.35903H8.10595C7.16908 4.43491 6.29469 4.85925 5.65539 5.54829C5.01609 6.23733 4.65833 7.141 4.65273 8.08092V16.2426C4.64819 16.5267 4.53331 16.7978 4.33241 16.9988C4.1315 17.1997 3.86032 17.3145 3.57622 17.3191H1.38127C1.24266 17.3165 1.10593 17.2865 0.978922 17.231C0.851912 17.1754 0.737115 17.0953 0.641115 16.9953C0.545115 16.8953 0.469799 16.7774 0.419485 16.6482C0.369171 16.519 0.344849 16.3812 0.347914 16.2426V4.98694C0.347914 2.20662 2.18667 0.906424 4.42843 0.906424H4.65273V3.05883C5.36642 2.24145 6.24962 1.58937 7.24089 1.14795C8.23216 0.706534 9.30771 0.486382 10.3927 0.502809C13.979 0.502809 15.729 2.52088 15.729 5.74919V16.2875C15.7245 16.5716 15.6096 16.8428 15.4087 17.0437C15.2078 17.2446 14.9366 17.3595 14.6525 17.3641H12.4557C12.1717 17.3595 11.9005 17.2446 11.6996 17.0437C11.4987 16.8428 11.3838 16.5716 11.3792 16.2875V7.40863H11.4242Z\" fill=\"#C21A3A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-cvbsx9\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"24\" viewBox=\"0 0 17 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.150272 22.4748V4.9388C0.14802 4.40813 0.250881 3.88227 0.452919 3.39157C0.654956 2.90086 0.95217 2.45503 1.32741 2.07979C1.70265 1.70455 2.14849 1.40733 2.63919 1.2053C3.1299 1.00326 3.65575 0.900397 4.18642 0.902649H4.4557V2.38581C4.45686 2.43231 4.47234 2.47731 4.50001 2.51469C4.52769 2.55207 4.56621 2.58 4.61034 2.59469C4.65447 2.60938 4.70205 2.6101 4.74661 2.59676C4.79116 2.58342 4.83052 2.55667 4.85931 2.52015C5.45418 1.87875 6.17597 1.36811 6.97881 1.02069C7.78166 0.673266 8.64799 0.496653 9.52277 0.502074C13.7382 0.502074 16.7872 3.64103 16.7872 9.11171C16.7872 14.5824 13.7376 17.7213 9.52277 17.7213C8.54091 17.7269 7.57135 17.5028 6.69148 17.067C5.8116 16.6312 5.04577 15.9958 4.45509 15.2115V22.5191C4.45055 22.8032 4.33567 23.0744 4.13477 23.2753C3.93386 23.4762 3.66267 23.5911 3.37858 23.5956H1.18362C0.89942 23.5799 0.632527 23.4541 0.439595 23.2448C0.246663 23.0355 0.14288 22.7593 0.150272 22.4748ZM8.17698 4.31332C7.57694 4.32424 6.98408 4.44582 6.42818 4.67195C5.84111 4.91148 5.33932 5.32151 4.9876 5.84908C4.63589 6.37665 4.4504 6.99754 4.45509 7.63159V10.5013C4.4504 11.1353 4.63589 11.7562 4.9876 12.2838C5.33932 12.8113 5.84111 13.2214 6.42818 13.4609C6.98168 13.7008 7.57433 13.8376 8.17698 13.8645C10.6436 13.8645 12.3025 11.9364 12.3025 9.06612C12.3025 6.28641 10.6436 4.31332 8.17698 4.31332Z\" fill=\"#C21A3A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1dxcpss\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:5,svg:'<svg width=\"5\" height=\"24\" viewBox=\"0 0 5 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.12349 0.626953H4.48212V22.2416C4.47758 22.5257 4.36271 22.7969 4.1618 22.9978C3.96089 23.1987 3.6897 23.3136 3.40561 23.3181H1.20883C0.924739 23.3136 0.653558 23.1987 0.452649 22.9978C0.251741 22.7969 0.136866 22.5257 0.132324 22.2416V4.61812C0.134573 3.56029 0.555792 2.54642 1.30379 1.79842C2.0518 1.05042 3.06565 0.629201 4.12349 0.626953Z\" fill=\"#C21A3A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ykrwvd\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:19,svg:'<svg width=\"19\" height=\"24\" viewBox=\"0 0 19 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.91744 20.1443C5.03833 20.1443 5.80179 19.8306 6.20418 18.9334L6.33853 18.6642C6.64435 17.951 6.66048 17.1467 6.3835 16.4218L0.195557 0.906336H1.81002C2.6981 0.900725 3.56634 1.16896 4.2965 1.67452C5.02666 2.18007 5.58327 2.89838 5.89054 3.73164L8.71584 11.3104C8.74369 11.3892 8.79531 11.4574 8.86356 11.5057C8.93182 11.554 9.01336 11.5799 9.09696 11.5799C9.18056 11.5799 9.26211 11.554 9.33037 11.5057C9.39863 11.4574 9.45023 11.3892 9.47808 11.3104L12.5277 3.23867C12.7899 2.55764 13.2508 1.97116 13.8506 1.55536C14.4503 1.13957 15.1612 0.913652 15.8909 0.906944H18.0433L10.2859 20.0093C9.07508 23.1033 6.87769 23.9106 4.05299 24.0005C3.78371 24.0005 3.33572 23.9555 2.88713 23.9106C2.75998 23.8972 2.6368 23.8585 2.52481 23.7969C2.41281 23.7352 2.31428 23.6518 2.235 23.5515C2.15571 23.4512 2.09728 23.336 2.06313 23.2128C2.02898 23.0896 2.0198 22.9608 2.03614 22.834L2.34979 20.9059C2.39577 20.6643 2.5336 20.4499 2.73434 20.3077C2.93508 20.1656 3.18311 20.1068 3.4263 20.1437C3.58926 20.1212 3.75454 20.1214 3.91744 20.1443Z\" fill=\"#C21A3A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1trhgbg\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:19,svg:'<svg width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.603516 9.6952C0.603516 4.94179 3.92179 0.90625 9.48243 0.90625C15.0431 0.90625 18.3613 4.9424 18.3613 9.6952C18.3613 14.4936 15.0431 18.5291 9.48243 18.5291C3.96677 18.5297 0.603516 14.4936 0.603516 9.6952ZM13.7872 9.6952C13.7872 7.0942 12.2178 4.80745 9.48243 4.80745C6.74709 4.80745 5.22259 7.04982 5.22259 9.6952C5.22259 12.3406 6.74709 14.583 9.48243 14.583C12.2178 14.583 13.7872 12.3412 13.7872 9.6952Z\" fill=\"#C21A3A\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-171o2x7\",\"data-framer-name\":\"kapsul-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9LPwhhqRb2F1q27gyDnW8n1xuI.png\"},className:\"framer-zfn4gr\",\"data-framer-name\":\"kapsul-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14r64ay\",\"data-framer-name\":\"laundrylocker-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:82,pixelWidth:53,src:\"https://framerusercontent.com/images/1WasQYP8NzR4cRzJqkzsXqaTDk4.png\"},className:\"framer-1oli95l\",\"data-framer-name\":\"laundrylocker-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uf537k\",\"data-framer-name\":\"merck-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:78,pixelWidth:484,src:\"https://framerusercontent.com/images/lR7FATsTmrX1rNCZGXixOIo.png\"},className:\"framer-1xozga9\",\"data-framer-name\":\"merck-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zefeao\",\"data-framer-name\":\"mince-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:140,pixelWidth:326,src:\"https://framerusercontent.com/images/zADL9GPTcHdLdRxUHrzjjwvns8.png\"},className:\"framer-8fpwyf\",\"data-framer-name\":\"mince-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a2jj69\",\"data-framer-name\":\"misrcapital-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:122,pixelWidth:250,src:\"https://framerusercontent.com/images/n1TMzcYp5TUEged6EKITanZhcj8.png\"},className:\"framer-cz5jnf\",\"data-framer-name\":\"misrcapital-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pakef8\",\"data-framer-name\":\"morisushi-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:222,pixelWidth:744,sizes:\"100.5405px\",src:\"https://framerusercontent.com/images/w1AJC768Ea392GBJ4IakboVhus.png\",srcSet:\"https://framerusercontent.com/images/w1AJC768Ea392GBJ4IakboVhus.png?scale-down-to=512 512w,https://framerusercontent.com/images/w1AJC768Ea392GBJ4IakboVhus.png 744w\"},className:\"framer-1smxer6\",\"data-framer-name\":\"morisushi-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-474jem\",\"data-framer-name\":\"mtmixers-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:120,pixelWidth:444,src:\"https://framerusercontent.com/images/yNsPjkbDxeyNjsta0QKhh3HbCYw.png\"},className:\"framer-17huh8e\",\"data-framer-name\":\"mtmixers-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lc3h39\",\"data-framer-name\":\"nadabaraka-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:30,pixelWidth:250,src:\"https://framerusercontent.com/images/NaaLvsIi3otQxJPgKX5OPdSh6ok.png\"},className:\"framer-1web0ud\",\"data-framer-name\":\"nadabaraka-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ka0g9\",\"data-framer-name\":\"newavenue-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:144,pixelWidth:432,src:\"https://framerusercontent.com/images/zAmRRpyBdP405ZxhCozXVdgAo.png\"},className:\"framer-1wofhja\",\"data-framer-name\":\"newavenue-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q5745a\",\"data-framer-name\":\"passport-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:43,pixelWidth:139,src:\"https://framerusercontent.com/images/yYdVlypIRDgHuOYIno624CcNAQ.png\"},className:\"framer-1lf0uzk\",\"data-framer-name\":\"passport-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19brvjj\",\"data-framer-name\":\"plushstudios-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b5BWEx02g1V44qd9ocCUPDcKv3k.png\"},className:\"framer-1i22zi4\",\"data-framer-name\":\"plushstudios-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pv75tf\",\"data-framer-name\":\"premiumcard-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:210,pixelWidth:350,src:\"https://framerusercontent.com/images/k0BkPHnrxR3WrnQi5c1Dep3pVlM.png\"},className:\"framer-lweoep\",\"data-framer-name\":\"premiumcard-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c3zzsr\",\"data-framer-name\":\"rahetbally 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:56,pixelWidth:139,src:\"https://framerusercontent.com/images/Z47O5hE5jgsA62tXn6bkNfIQVM4.png\"},className:\"framer-1vv4y53\",\"data-framer-name\":\"rahetbally 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nkgr04\",\"data-framer-name\":\"recommendator-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:64,pixelWidth:456,src:\"https://framerusercontent.com/images/xkK9bKv0w4sTkFvTjel8O4zeEE.png\"},className:\"framer-1o4ik9k\",\"data-framer-name\":\"recommendator-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lnt6p\",\"data-framer-name\":\"rs-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:63,pixelWidth:147,src:\"https://framerusercontent.com/images/M8RGTgGVfjoBXqByPttWxZcrI.png\"},className:\"framer-qj9haa\",\"data-framer-name\":\"rs-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r4c4ca\",\"data-framer-name\":\"robaeya-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:404,pixelWidth:864,sizes:\"64.1584px\",src:\"https://framerusercontent.com/images/GFIMMdKWCdmrxaP7JN71m7z1Kg.png\",srcSet:\"https://framerusercontent.com/images/GFIMMdKWCdmrxaP7JN71m7z1Kg.png?scale-down-to=512 512w,https://framerusercontent.com/images/GFIMMdKWCdmrxaP7JN71m7z1Kg.png 864w\"},className:\"framer-1qu449q\",\"data-framer-name\":\"robaeya-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-169wfgp\",\"data-framer-name\":\"salameka-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:68,pixelWidth:226,src:\"https://framerusercontent.com/images/lG4S4nCHUkeiGo0tkYrPLUToE.png\"},className:\"framer-1sg4sca\",\"data-framer-name\":\"salameka-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1slmbfp\",\"data-framer-name\":\"samsung-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:56,pixelWidth:356,src:\"https://framerusercontent.com/images/2nzuLPX4CR8i47eVAIKjxYTiqE.png\"},className:\"framer-yl8jzx\",\"data-framer-name\":\"samsung-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dphded\",\"data-framer-name\":\"serveu-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:96,pixelWidth:68,src:\"https://framerusercontent.com/images/RLAJWujjwwuW9shX3fhYUrJvX4.png\"},className:\"framer-2hiisp\",\"data-framer-name\":\"serveu-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tlmjbg\",\"data-framer-name\":\"sicc-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:144,pixelWidth:286,src:\"https://framerusercontent.com/images/ErMiXn41MIHbjwInxdyCZeYxo.png\"},className:\"framer-jhuhug\",\"data-framer-name\":\"sicc-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m8ekdl\",\"data-framer-name\":\"smarty-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:588,positionX:\"center\",positionY:\"center\",sizes:\"146.9159px\",src:\"https://framerusercontent.com/images/bCpJvIXal9YFtVnINkhmavNo.png\",srcSet:\"https://framerusercontent.com/images/bCpJvIXal9YFtVnINkhmavNo.png?scale-down-to=512 512w,https://framerusercontent.com/images/bCpJvIXal9YFtVnINkhmavNo.png 588w\"},className:\"framer-1pxasb8\",\"data-framer-name\":\"smarty-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bs8bee\",\"data-framer-name\":\"tableping-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:98,pixelWidth:88,src:\"https://framerusercontent.com/images/l8IFIn8FhzAGfRQqoXp6US7tYE.png\"},className:\"framer-14n8ffj\",\"data-framer-name\":\"tableping-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vlnuj4\",\"data-framer-name\":\"tamara-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:222,pixelWidth:402,src:\"https://framerusercontent.com/images/xKtQXuLe1mR7sd5xDTiOUSdwQk.png\"},className:\"framer-1iyliez\",\"data-framer-name\":\"tamara-logo 1\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:600,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-600,y:0}}]}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1500,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1500,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:.7,className:\"framer-m9k5rf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"cc_SK0PC9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"cc_SK0PC9\",layoutId:\"cc_SK0PC9\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mh42gx\",\"data-framer-name\":\"Customer Line 3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lcpjp4\",\"data-framer-name\":\"temraza-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:106,pixelWidth:826,sizes:\"233.7736px\",src:\"https://framerusercontent.com/images/5dQ4VbRCc6wjHVsNdjaDNo5w0.png\",srcSet:\"https://framerusercontent.com/images/5dQ4VbRCc6wjHVsNdjaDNo5w0.png?scale-down-to=512 512w,https://framerusercontent.com/images/5dQ4VbRCc6wjHVsNdjaDNo5w0.png 826w\"},className:\"framer-kv541b\",\"data-framer-name\":\"temraza-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wxecy\",\"data-framer-name\":\"toriko-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:234,pixelWidth:292,src:\"https://framerusercontent.com/images/BTA48WlAO3iqgGyOHMNNsmNaRCo.png\"},className:\"framer-g4auw3\",\"data-framer-name\":\"toriko-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k04sak\",\"data-framer-name\":\"tvet-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:148,pixelWidth:312,src:\"https://framerusercontent.com/images/ifQuhtxyiMcfRBPna9GAOAf896A.png\"},className:\"framer-1as2gfl\",\"data-framer-name\":\"tvet-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-i6iikc\",\"data-framer-name\":\"hkims-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:208,pixelWidth:422,src:\"https://framerusercontent.com/images/bvbn9p17WnunL0cRHJqcsWvUls.png\"},className:\"framer-1q4vdcv\",\"data-framer-name\":\"hkims-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d7s4u1\",\"data-framer-name\":\"holdenknight-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:222,pixelWidth:446,src:\"https://framerusercontent.com/images/9vj9ctVJPPnKiReVxEcZSfmKg.png\"},className:\"framer-16wtkhj\",\"data-framer-name\":\"holdenknight-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tlq3rd\",\"data-framer-name\":\"idc-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:322,pixelWidth:326,src:\"https://framerusercontent.com/images/gcszQPiTWbfmqx1N7bfiZMwENI.png\"},className:\"framer-1lstoc0\",\"data-framer-name\":\"idc-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jrcuxu\",\"data-framer-name\":\"vodafone-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:148,pixelWidth:826,sizes:\"167.4324px\",src:\"https://framerusercontent.com/images/AmzM0UE38lopc8hTKSaaDJk0.png\",srcSet:\"https://framerusercontent.com/images/AmzM0UE38lopc8hTKSaaDJk0.png?scale-down-to=512 512w,https://framerusercontent.com/images/AmzM0UE38lopc8hTKSaaDJk0.png 826w\"},className:\"framer-19p3w0c\",\"data-framer-name\":\"vodafone-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-eufxwp\",\"data-framer-name\":\"wadidegla-logo-2 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:96,pixelWidth:406,src:\"https://framerusercontent.com/images/qtCpV9WT5ZkMymlynyyyqOUSCd0.png\"},className:\"framer-zsc1uc\",\"data-framer-name\":\"wadidegla-logo-2 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hb7jyv\",\"data-framer-name\":\"watertaxi-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:180,pixelWidth:312,src:\"https://framerusercontent.com/images/jjbuRj7X8HnmGqTgR9ImXRfamNg.png\"},className:\"framer-1iplrct\",\"data-framer-name\":\"watertaxi-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gm9yfi\",\"data-framer-name\":\"wecolab-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:19,pixelWidth:127,src:\"https://framerusercontent.com/images/A5mDj6t9QbbuvwaN4YGyw3PXd4.png\"},className:\"framer-29qsrd\",\"data-framer-name\":\"wecolab-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-34ltg1\",\"data-framer-name\":\"zds-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:138,pixelWidth:264,src:\"https://framerusercontent.com/images/RCk4A78lobkItvhS7LtaZGvJKEE.png\"},className:\"framer-13qdt0b\",\"data-framer-name\":\"zds-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9cw0ek\",\"data-framer-name\":\"Mori Co 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:360,pixelWidth:700,sizes:\"58.3333px\",src:\"https://framerusercontent.com/images/YawfLsHC0b76Ky4ePHl3tm4Uko.png\",srcSet:\"https://framerusercontent.com/images/YawfLsHC0b76Ky4ePHl3tm4Uko.png?scale-down-to=512 512w,https://framerusercontent.com/images/YawfLsHC0b76Ky4ePHl3tm4Uko.png 700w\"},className:\"framer-1tf7z0r\",\"data-framer-name\":\"Mori Co 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sqh2ql\",\"data-framer-name\":\"Double Dare\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:160,pixelWidth:146,src:\"https://framerusercontent.com/images/63ieDSDl7ubmTC4W1YJfRXurU8w.png\"},className:\"framer-11s16u1\",\"data-framer-name\":\"Double Dare\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l7k9q4\",\"data-framer-name\":\"MixTender-Beverages-Egypt-41788-1606116749-og 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:232,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nHaFEv0XdX2j9PByryv2r83xnO8.png\"},className:\"framer-xghp3u\",\"data-framer-name\":\"MixTender-Beverages-Egypt-41788-1606116749-og 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9u0qqt\",\"data-framer-name\":\"Robust Experential 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:340,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ytwe4f8kLvE7z9npH9fZeM4LhrM.png\"},className:\"framer-137xpb3\",\"data-framer-name\":\"Robust Experential 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lm438e\",\"data-framer-name\":\"Rehab Homes 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:180,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0zFmLN770byl8FpADSXYXcSaWY.png\"},className:\"framer-19x658x\",\"data-framer-name\":\"Rehab Homes 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zplyff\",\"data-framer-name\":\"Jawla 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:164,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/2kjRqgp66xbaaoo7v4axkesMdA.png\"},className:\"framer-rm342f\",\"data-framer-name\":\"Jawla 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kz02fi\",\"data-framer-name\":\"disruptech_ventures_logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:636,positionX:\"center\",positionY:\"center\",sizes:\"158.3333px\",src:\"https://framerusercontent.com/images/RvAOCaEZCQeyFz81pyLtO3WOgYg.png\",srcSet:\"https://framerusercontent.com/images/RvAOCaEZCQeyFz81pyLtO3WOgYg.png?scale-down-to=512 512w,https://framerusercontent.com/images/RvAOCaEZCQeyFz81pyLtO3WOgYg.png 636w\"},className:\"framer-1q0rkyf\",\"data-framer-name\":\"disruptech_ventures_logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-knkhi9\",\"data-framer-name\":\"etisalat 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:84,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/rqp6BAjPqkTM0xaM7MFajNfWUt4.png\"},className:\"framer-ui7tav\",\"data-framer-name\":\"etisalat 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uv5tnq\",\"data-framer-name\":\"Ellaithy Group 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:146,pixelWidth:345,src:\"https://framerusercontent.com/images/RNfTnqqwlR1MiZ9I21TYJdscGKs.png\"},className:\"framer-devenr\",\"data-framer-name\":\"Ellaithy Group 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12w7sea\",\"data-framer-name\":\"Fillcart 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:684,positionX:\"center\",positionY:\"center\",sizes:\"170.4545px\",src:\"https://framerusercontent.com/images/9rVqtcwKovba1DvuqU83AcfBsY.png\",srcSet:\"https://framerusercontent.com/images/9rVqtcwKovba1DvuqU83AcfBsY.png?scale-down-to=512 512w,https://framerusercontent.com/images/9rVqtcwKovba1DvuqU83AcfBsY.png 684w\"},className:\"framer-8c1kpv\",\"data-framer-name\":\"Fillcart 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xxd0yo\",\"data-framer-name\":\"Fekra 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pMlvFht79kIbl4kRPcp1WRZ5O0.png\"},className:\"framer-ypenaq\",\"data-framer-name\":\"Fekra 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c24jcj\",\"data-framer-name\":\"Maha Elsagheer 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:120,pixelWidth:136,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0wPif5yIR1TZZ1zKKe6rYHeKp0.png\"},className:\"framer-l6je5h\",\"data-framer-name\":\"Maha Elsagheer 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17n6d4c\",\"data-framer-name\":\"fawry-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:47,pixelWidth:150,src:\"https://framerusercontent.com/images/NB1gLsAufdx3RcS1WCrV2eNdZZw.png\"},className:\"framer-g4u48t\",\"data-framer-name\":\"fawry-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-96c8hx\",\"data-framer-name\":\"felsekka-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:198,pixelWidth:184,src:\"https://framerusercontent.com/images/vUEEpmZqqiVGI0HG14MHaX1HAI.png\"},className:\"framer-p74dqp\",\"data-framer-name\":\"felsekka-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hfmztq\",\"data-framer-name\":\"fitsquad-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:82,pixelWidth:354,src:\"https://framerusercontent.com/images/0HkrmXg2peG42XtvBeYjSaiGXM.png\"},className:\"framer-17pep4h\",\"data-framer-name\":\"fitsquad-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-p2mwxa\",\"data-framer-name\":\"forwardcd-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:98,pixelWidth:300,src:\"https://framerusercontent.com/images/woaO62nf5m9Ll43ymRqp06Q2oPs.png\"},className:\"framer-jty2fn\",\"data-framer-name\":\"forwardcd-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-338kkc\",\"data-framer-name\":\"fourpioneers-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:204,pixelWidth:330,src:\"https://framerusercontent.com/images/t6Fxs7MjL6MuNCkXdU3fPMj4eo.png\"},className:\"framer-t8xyqo\",\"data-framer-name\":\"fourpioneers-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v7gl1q\",\"data-framer-name\":\"goclean-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:232,pixelWidth:264,src:\"https://framerusercontent.com/images/NcaLi8MPwdnjeoCa59T5wrhOyA.png\"},className:\"framer-1dhkpbc\",\"data-framer-name\":\"goclean-logo 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-muczyb\",\"data-framer-name\":\"gogocar-logo 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:80,pixelWidth:99,src:\"https://framerusercontent.com/images/d6TZPx9QmkOM9mJQS9C5iDLjcg.png\"},className:\"framer-yr5sau\",\"data-framer-name\":\"gogocar-logo 1\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12af0pm\",\"data-framer-name\":\"Frame 2609141\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-w6y90l\",\"data-framer-name\":\"Frame 2609138\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(25, 23, 23)\"},children:\"we take pride in the trust they placed in us.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(25, 23, 23)\"},children:\"we take pride in the trust \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(25, 23, 23)\"},children:\"they placed in us.\"})]}),className:\"framer-1oyhwy1\",\"data-framer-name\":\"And we take pride in the trust they place in us.\",effect:textEffect,fonts:[\"GF;Red Hat Display-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:400,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-a8bya8-container hidden-1ev1bh3 hidden-1c4nsjt\",\"data-framer-cursor\":\"z4lc0z\",isModuleExternal:true,nodeId:\"UH_14Mmvb\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:16,height:\"100%\",id:\"UH_14Mmvb\",layoutId:\"UH_14Mmvb\",padding:0,paddingBottom:0,paddingLeft:16,paddingPerSide:true,paddingRight:16,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rkf2aa-container\",\"data-framer-name\":\"PC\",inComponentSlot:true,name:\"PC\",nodeId:\"B8Z8G2tE1\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201CThe special thing about 34ML is their responsiveness and that they understand exactly what we need.\u201D\",BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1158,pixelWidth:1262,src:\"https://framerusercontent.com/images/tM22q3rvVz64EgAKUuFWpKuKX10.png\",srcSet:\"https://framerusercontent.com/images/tM22q3rvVz64EgAKUuFWpKuKX10.png?scale-down-to=512 512w,https://framerusercontent.com/images/tM22q3rvVz64EgAKUuFWpKuKX10.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tM22q3rvVz64EgAKUuFWpKuKX10.png 1262w\"},'Premium Card testimonial with the text: \"The special thing about 34ML is their fast response and understanding of our needs\"'),EX2YxXr8Q:\"Premium Card\",height:\"100%\",hIzgfuuNh:false,id:\"B8Z8G2tE1\",layoutId:\"B8Z8G2tE1\",name:\"PC\",PH_v4d5Os:\"https://www.youtube.com/watch?v=xCmT5PlEpKE&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=13\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-9ho8ed-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Mori\",inComponentSlot:true,name:\"Mori\",nodeId:\"vbIZxcuqQ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML team was very professional, helpful, and positive. They gave us feedback and advice as their partners.\u201D\",BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1204,pixelWidth:1520,src:\"https://framerusercontent.com/images/OhICIJuVmjx7MYruTMpBAXCQ6ls.png\",srcSet:\"https://framerusercontent.com/images/OhICIJuVmjx7MYruTMpBAXCQ6ls.png?scale-down-to=512 512w,https://framerusercontent.com/images/OhICIJuVmjx7MYruTMpBAXCQ6ls.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OhICIJuVmjx7MYruTMpBAXCQ6ls.png 1520w\"},'Mori International Testimonial \"34ML team was very professional, helpful and positive. They gave us feedback and advice as their partners.\"'),EX2YxXr8Q:\"Mori International\",height:\"100%\",hIzgfuuNh:false,id:\"vbIZxcuqQ\",layoutId:\"vbIZxcuqQ\",name:\"Mori\",PH_v4d5Os:\"https://www.youtube.com/watch?v=JuZTpT1aGrk&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=7\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nl86sc-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Breadfast\",inComponentSlot:true,name:\"Breadfast\",nodeId:\"SSiYS4lrN\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML\u2019s clear communication, flexibility, and timely delivery enhanced our app, boosting engagement and helping us achieve our goals.\u201D\",BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1028,pixelWidth:1436,src:\"https://framerusercontent.com/images/ho7MH2di6i0wpUojxy1W1764zkc.png\",srcSet:\"https://framerusercontent.com/images/ho7MH2di6i0wpUojxy1W1764zkc.png?scale-down-to=512 512w,https://framerusercontent.com/images/ho7MH2di6i0wpUojxy1W1764zkc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ho7MH2di6i0wpUojxy1W1764zkc.png 1436w\"},\"Breadfast testimonial \u201C34ML\u2019s clear communication, flexibility, and timely delivery enhanced our app, boosting engagement and helped us achieve our goals.\u201D\"),EX2YxXr8Q:\"Breadfast\",height:\"100%\",hIzgfuuNh:false,id:\"SSiYS4lrN\",layoutId:\"SSiYS4lrN\",name:\"Breadfast\",PH_v4d5Os:\"https://www.youtube.com/watch?v=lrraI2HXy_k&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=2\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yva8h8-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Grinta \",inComponentSlot:true,name:\"Grinta \",nodeId:\"Y0KQ0eSN3\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:'\"34ML delivered a high-quality app on time, under a tight deadline. They\\'re very responsive, efficient, and attentive to detail.\"',BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1028,pixelWidth:1606,src:\"https://framerusercontent.com/images/2xQKQFs5Qrwubpc6caCX7NUKtCg.png\",srcSet:\"https://framerusercontent.com/images/2xQKQFs5Qrwubpc6caCX7NUKtCg.png?scale-down-to=512 512w,https://framerusercontent.com/images/2xQKQFs5Qrwubpc6caCX7NUKtCg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2xQKQFs5Qrwubpc6caCX7NUKtCg.png 1606w\"},'Grinta testimonial \"34ML delivered a high-quality application on time, even under tight deadlines, demonstrating exceptional responsiveness and attention to detail.\"'),EX2YxXr8Q:\"Grinta\",height:\"100%\",hIzgfuuNh:false,id:\"Y0KQ0eSN3\",layoutId:\"Y0KQ0eSN3\",name:\"Grinta \",PH_v4d5Os:\"https://www.youtube.com/watch?v=xjkJKhPkLC0&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=3\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-yt2ykp-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Banque Du Caire\",inComponentSlot:true,name:\"Banque Du Caire\",nodeId:\"FDO2xjr_Q\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML not only met deadlines, but also maintained seamless communication throughout the project, demonstrating consistent dedication.\u201D\",BmuCq6Fxn:\"iatc23\",EX2YxXr8Q:\"Banque Du Caire\",height:\"100%\",hIzgfuuNh:false,id:\"FDO2xjr_Q\",layoutId:\"FDO2xjr_Q\",name:\"Banque Du Caire\",PH_v4d5Os:\"https://www.youtube.com/watch?v=KoDW3Vve7u8\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-d1iphe-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"New Avenue\",inComponentSlot:true,name:\"New Avenue\",nodeId:\"tO6ODr83r\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:'\"I recommend 34ML because they don\\'t just sell their services like other providers; they treat us as partners.\"',BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1188,pixelWidth:1328,src:\"https://framerusercontent.com/images/9Kv9AhiZ0dHoKrhRorR3FQlRE.png\",srcSet:\"https://framerusercontent.com/images/9Kv9AhiZ0dHoKrhRorR3FQlRE.png?scale-down-to=512 512w,https://framerusercontent.com/images/9Kv9AhiZ0dHoKrhRorR3FQlRE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9Kv9AhiZ0dHoKrhRorR3FQlRE.png 1328w\"},'New Avenue testimonial with the text \"I recommend 34ML because they don\\'t just sell their services like other providers; they treat us as partners.\"'),EX2YxXr8Q:\"New Avenue\",height:\"100%\",hIzgfuuNh:false,id:\"tO6ODr83r\",layoutId:\"tO6ODr83r\",name:\"New Avenue\",PH_v4d5Os:\"https://www.youtube.com/watch?v=mzZdaMtFO6g&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=4\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jdudja-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Kode\",inComponentSlot:true,name:\"Kode\",nodeId:\"OIVGyK4Tz\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML is a very reliable software house. Their team managed to build quite a complex mobile app in a tight timeline.\u201D\",BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1050,pixelWidth:1168,src:\"https://framerusercontent.com/images/tHHtvhgos7p4Na4g2I6d0SvyHI.png\",srcSet:\"https://framerusercontent.com/images/tHHtvhgos7p4Na4g2I6d0SvyHI.png?scale-down-to=512 512w,https://framerusercontent.com/images/tHHtvhgos7p4Na4g2I6d0SvyHI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tHHtvhgos7p4Na4g2I6d0SvyHI.png 1168w\"},'Kode testimonial with text \"34ML is an incredibly reliable software house, and their team managed to build a complex mobile application in a very short deadline.\"'),EX2YxXr8Q:\"Kode\",height:\"100%\",hIzgfuuNh:false,id:\"OIVGyK4Tz\",layoutId:\"OIVGyK4Tz\",name:\"Kode\",PH_v4d5Os:\"https://www.youtube.com/watch?v=9rulgp3vtHg&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=5\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rntozf-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Colors\",inComponentSlot:true,name:\"Colors\",nodeId:\"LWB9bgwip\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML was the partner who understood our needs, market dynamics, and the e-commerce space. They understand & solve real business challenges.\u201D\",BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1122,pixelWidth:1452,src:\"https://framerusercontent.com/images/6eF2DFGTz53QNNoazl9P66FBU8.png\",srcSet:\"https://framerusercontent.com/images/6eF2DFGTz53QNNoazl9P66FBU8.png?scale-down-to=512 512w,https://framerusercontent.com/images/6eF2DFGTz53QNNoazl9P66FBU8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6eF2DFGTz53QNNoazl9P66FBU8.png 1452w\"},'Colors Testimonial with text \"34ML was the partner that understood our needs, market dynamics, and the e-commerce space.\"'),EX2YxXr8Q:\"Colors\",height:\"100%\",hIzgfuuNh:false,id:\"LWB9bgwip\",layoutId:\"LWB9bgwip\",name:\"Colors\",PH_v4d5Os:\"https://www.youtube.com/watch?v=YsvPezfYxs4&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=6\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-htnl3b-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Misr Capital\",inComponentSlot:true,name:\"Misr Capital\",nodeId:\"DGjilFgCN\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201CThe 34ML team is both professional and friendly. They proactively suggest enhancements even after launch.\u201D\",BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1174,pixelWidth:1392,src:\"https://framerusercontent.com/images/lHLBKf1LvzwxwRUaTfKcOC9mkCQ.png\",srcSet:\"https://framerusercontent.com/images/lHLBKf1LvzwxwRUaTfKcOC9mkCQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lHLBKf1LvzwxwRUaTfKcOC9mkCQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lHLBKf1LvzwxwRUaTfKcOC9mkCQ.png 1392w\"},'Misr Capital testimonial with the text \"The team at 34ML are very good at maintaining a professional business process while being friendly with their customers.\"'),EX2YxXr8Q:\"Misr Capital\",height:\"100%\",hIzgfuuNh:false,id:\"DGjilFgCN\",layoutId:\"DGjilFgCN\",name:\"Misr Capital\",PH_v4d5Os:\"https://www.youtube.com/watch?v=bw924d3wEbA&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=12\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gsbbld-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Fit Squad\",inComponentSlot:true,name:\"Fit Squad\",nodeId:\"Cqw41mTxE\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201CI recommend 34ML for their extensive industry experience and proactive advice beyond project scope, even after project completion.\u201D\",BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1124,pixelWidth:1270,src:\"https://framerusercontent.com/images/PfdUs2mmN9OYplJzmjEiiJCedk.png\",srcSet:\"https://framerusercontent.com/images/PfdUs2mmN9OYplJzmjEiiJCedk.png?scale-down-to=512 512w,https://framerusercontent.com/images/PfdUs2mmN9OYplJzmjEiiJCedk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PfdUs2mmN9OYplJzmjEiiJCedk.png 1270w\"},'Fit Squad testimonial with text \"I recommend 34ML for their extensive industry experience and proactive advice beyond project scope, even after project completion.\"'),EX2YxXr8Q:\"Fit Squad\",height:\"100%\",hIzgfuuNh:false,id:\"Cqw41mTxE\",layoutId:\"Cqw41mTxE\",name:\"Fit Squad\",PH_v4d5Os:\"https://www.youtube.com/watch?v=yiPPAz72IrQ&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=8\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-mka843-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Family Transport\",inComponentSlot:true,name:\"Family Transport\",nodeId:\"bq5CDhrGl\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML made our digital transformation journey very smooth, crafting a clear project vision based on our business needs.\u201D\",BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1060,pixelWidth:1476,src:\"https://framerusercontent.com/images/QOVGrWOoVN801IV16ZGcVOtfrA.png\",srcSet:\"https://framerusercontent.com/images/QOVGrWOoVN801IV16ZGcVOtfrA.png?scale-down-to=512 512w,https://framerusercontent.com/images/QOVGrWOoVN801IV16ZGcVOtfrA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QOVGrWOoVN801IV16ZGcVOtfrA.png 1476w\"},'Family Corp  Testimonial with the text \"34ML excels at onboarding teams to digital aspects and providing a clear project vision based on business needs.\"'),EX2YxXr8Q:\"Family Transport\",height:\"100%\",hIzgfuuNh:false,id:\"bq5CDhrGl\",layoutId:\"bq5CDhrGl\",name:\"Family Transport\",PH_v4d5Os:\"https://www.youtube.com/watch?v=RlLf7U8dpgA&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=9\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7ecvgt-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Ezdehar\",inComponentSlot:true,name:\"Ezdehar\",nodeId:\"a0UXLvbuq\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML has the full suite of services \u2014 website development was done properly, along with hosting and maintenance, all in one place.\u201D\",BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:996,pixelWidth:1406,src:\"https://framerusercontent.com/images/qMoH4q2yAJKe9t5Wbkf3v104s.png\",srcSet:\"https://framerusercontent.com/images/qMoH4q2yAJKe9t5Wbkf3v104s.png?scale-down-to=512 512w,https://framerusercontent.com/images/qMoH4q2yAJKe9t5Wbkf3v104s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qMoH4q2yAJKe9t5Wbkf3v104s.png 1406w\"},'Ezdehar Testimonial with the text \"34ML has the full suite of services; website development was done properly, hosting and maintenance as well all in one place.\"'),EX2YxXr8Q:\"Ezdehar\",height:\"100%\",hIzgfuuNh:false,id:\"a0UXLvbuq\",layoutId:\"a0UXLvbuq\",name:\"Ezdehar\",PH_v4d5Os:\"https://www.youtube.com/watch?v=I_DnQ6q4yuA&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=10\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:\"426px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rc7zfd-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Water Taxi\",inComponentSlot:true,name:\"Water Taxi\",nodeId:\"Zgk4UVTKE\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201CI recommend 34ML for their exceptional technical expertise, responsiveness, and valuable insights that extend beyond technical aspects.\u201D\",BmuCq6Fxn:\"iatc23\",eGcYyHXps:addImageAlt({pixelHeight:1016,pixelWidth:1456,src:\"https://framerusercontent.com/images/W8pE3wsfzQZjw5MCBQqsnDm6Zw.png\",srcSet:\"https://framerusercontent.com/images/W8pE3wsfzQZjw5MCBQqsnDm6Zw.png?scale-down-to=512 512w,https://framerusercontent.com/images/W8pE3wsfzQZjw5MCBQqsnDm6Zw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/W8pE3wsfzQZjw5MCBQqsnDm6Zw.png 1456w\"},'Water Taxi Testimonial with the text \"I recommend 34ML for their exceptional technical expertise, prompt responsiveness, and valuable insights that extend beyond technical aspects.\"'),EX2YxXr8Q:\"Water Taxi\",height:\"100%\",hIzgfuuNh:false,id:\"Zgk4UVTKE\",layoutId:\"Zgk4UVTKE\",name:\"Water Taxi\",PH_v4d5Os:\"https://www.youtube.com/watch?v=EWXAN14TBgQ&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=11\",style:{height:\"100%\",width:\"100%\"},variant:\"fUwRU7IWj\",W2GborcCa:\"m9ss9j\",width:\"100%\"})})})],snapObject:{fluid:true,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:400,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-zspr8v-container hidden-72rtr7 hidden-7k1xyd\",\"data-framer-cursor\":\"z4lc0z\",isModuleExternal:true,nodeId:\"EQkXg8Tey\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{paddingLeft:6,paddingRight:6}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:16,height:\"100%\",id:\"EQkXg8Tey\",layoutId:\"EQkXg8Tey\",padding:0,paddingBottom:0,paddingLeft:16,paddingPerSide:true,paddingRight:16,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19k80v-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"PC Mobile\",inComponentSlot:true,name:\"PC Mobile\",nodeId:\"DyzwQVYIq\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201CThe special thing about 34ML is their responsiveness and that they understand exactly what we need.\u201D\",eGcYyHXps:addImageAlt({pixelHeight:1158,pixelWidth:1262,src:\"https://framerusercontent.com/images/tM22q3rvVz64EgAKUuFWpKuKX10.png\",srcSet:\"https://framerusercontent.com/images/tM22q3rvVz64EgAKUuFWpKuKX10.png?scale-down-to=512 512w,https://framerusercontent.com/images/tM22q3rvVz64EgAKUuFWpKuKX10.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tM22q3rvVz64EgAKUuFWpKuKX10.png 1262w\"},\"\"),EX2YxXr8Q:\"Premium Card\",height:\"100%\",hIzgfuuNh:true,id:\"DyzwQVYIq\",layoutId:\"DyzwQVYIq\",name:\"PC Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=xCmT5PlEpKE&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=13\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l1k8xo-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"New Avenue Mobile\",inComponentSlot:true,name:\"New Avenue Mobile\",nodeId:\"zSw1hzRqW\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:'\"I recommend 34ML because they don\\'t just sell their services like other providers; they treat us as partners.\"',eGcYyHXps:addImageAlt({pixelHeight:1188,pixelWidth:1328,src:\"https://framerusercontent.com/images/9Kv9AhiZ0dHoKrhRorR3FQlRE.png\",srcSet:\"https://framerusercontent.com/images/9Kv9AhiZ0dHoKrhRorR3FQlRE.png?scale-down-to=512 512w,https://framerusercontent.com/images/9Kv9AhiZ0dHoKrhRorR3FQlRE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9Kv9AhiZ0dHoKrhRorR3FQlRE.png 1328w\"},\"\"),EX2YxXr8Q:\"New Avenue\",height:\"100%\",hIzgfuuNh:true,id:\"zSw1hzRqW\",layoutId:\"zSw1hzRqW\",name:\"New Avenue Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=mzZdaMtFO6g&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=4\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fpp7wv-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Grinta Mobile\",inComponentSlot:true,name:\"Grinta Mobile\",nodeId:\"yxc2X3j6G\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:'\"34ML delivered a high-quality app on time, under a tight deadline. They\\'re very responsive, efficient, and attentive to detail.\"',eGcYyHXps:addImageAlt({pixelHeight:1028,pixelWidth:1606,src:\"https://framerusercontent.com/images/2xQKQFs5Qrwubpc6caCX7NUKtCg.png\",srcSet:\"https://framerusercontent.com/images/2xQKQFs5Qrwubpc6caCX7NUKtCg.png?scale-down-to=512 512w,https://framerusercontent.com/images/2xQKQFs5Qrwubpc6caCX7NUKtCg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2xQKQFs5Qrwubpc6caCX7NUKtCg.png 1606w\"},\"\"),EX2YxXr8Q:\"Grinta\",height:\"100%\",hIzgfuuNh:true,id:\"yxc2X3j6G\",layoutId:\"yxc2X3j6G\",name:\"Grinta Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=xjkJKhPkLC0&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=3\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k0r0q0-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Breadfast Mobile\",inComponentSlot:true,name:\"Breadfast Mobile\",nodeId:\"iPIX70_xF\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML\u2019s clear communication, flexibility, and timely delivery enhanced our app, boosting engagement and helping us achieve our goals.\u201D\",eGcYyHXps:addImageAlt({pixelHeight:1028,pixelWidth:1436,src:\"https://framerusercontent.com/images/ho7MH2di6i0wpUojxy1W1764zkc.png\",srcSet:\"https://framerusercontent.com/images/ho7MH2di6i0wpUojxy1W1764zkc.png?scale-down-to=512 512w,https://framerusercontent.com/images/ho7MH2di6i0wpUojxy1W1764zkc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ho7MH2di6i0wpUojxy1W1764zkc.png 1436w\"},\"\"),EX2YxXr8Q:\"Breadfast\",height:\"100%\",hIzgfuuNh:true,id:\"iPIX70_xF\",layoutId:\"iPIX70_xF\",name:\"Breadfast Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=lrraI2HXy_k&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=2\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hbtrhp-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"BDC Mobile\",inComponentSlot:true,name:\"BDC Mobile\",nodeId:\"cBaVws2X4\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML not only met deadlines, but also maintained seamless communication throughout the project, demonstrating consistent dedication.\u201D\",EX2YxXr8Q:\"Banque Du Caire\",height:\"100%\",hIzgfuuNh:true,id:\"cBaVws2X4\",layoutId:\"cBaVws2X4\",name:\"BDC Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=KoDW3Vve7u8\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s0opz4-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Kode Mobile\",inComponentSlot:true,name:\"Kode Mobile\",nodeId:\"u6JsSyVS0\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML is a very reliable software house. Their team managed to build quite a complex mobile app in a tight timeline.\u201D\",eGcYyHXps:addImageAlt({pixelHeight:1050,pixelWidth:1168,src:\"https://framerusercontent.com/images/tHHtvhgos7p4Na4g2I6d0SvyHI.png\",srcSet:\"https://framerusercontent.com/images/tHHtvhgos7p4Na4g2I6d0SvyHI.png?scale-down-to=512 512w,https://framerusercontent.com/images/tHHtvhgos7p4Na4g2I6d0SvyHI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tHHtvhgos7p4Na4g2I6d0SvyHI.png 1168w\"},\"\"),EX2YxXr8Q:\"Kode\",height:\"100%\",hIzgfuuNh:true,id:\"u6JsSyVS0\",layoutId:\"u6JsSyVS0\",name:\"Kode Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=9rulgp3vtHg&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=5\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12quti5-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Colors Mobile\",inComponentSlot:true,name:\"Colors Mobile\",nodeId:\"mCm41suQS\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML was the partner who understood our needs, market dynamics, and the e-commerce space. They understand & solve real business challenges.\u201D\",eGcYyHXps:addImageAlt({pixelHeight:1122,pixelWidth:1452,src:\"https://framerusercontent.com/images/6eF2DFGTz53QNNoazl9P66FBU8.png\",srcSet:\"https://framerusercontent.com/images/6eF2DFGTz53QNNoazl9P66FBU8.png?scale-down-to=512 512w,https://framerusercontent.com/images/6eF2DFGTz53QNNoazl9P66FBU8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6eF2DFGTz53QNNoazl9P66FBU8.png 1452w\"},\"\"),EX2YxXr8Q:\"Colors\",height:\"100%\",hIzgfuuNh:true,id:\"mCm41suQS\",layoutId:\"mCm41suQS\",name:\"Colors Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=YsvPezfYxs4&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=6\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vs426r-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Mori Mobile\",inComponentSlot:true,name:\"Mori Mobile\",nodeId:\"lidkR9hxT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML team was very professional, helpful, and positive. They gave us feedback and advice as their partners.\u201D\",eGcYyHXps:addImageAlt({pixelHeight:1204,pixelWidth:1520,src:\"https://framerusercontent.com/images/OhICIJuVmjx7MYruTMpBAXCQ6ls.png\",srcSet:\"https://framerusercontent.com/images/OhICIJuVmjx7MYruTMpBAXCQ6ls.png?scale-down-to=512 512w,https://framerusercontent.com/images/OhICIJuVmjx7MYruTMpBAXCQ6ls.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OhICIJuVmjx7MYruTMpBAXCQ6ls.png 1520w\"},\"\"),EX2YxXr8Q:\"Mori International\",height:\"100%\",hIzgfuuNh:true,id:\"lidkR9hxT\",layoutId:\"lidkR9hxT\",name:\"Mori Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=JuZTpT1aGrk&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=7\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hxmbkn-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Fit Squad Mobile\",inComponentSlot:true,name:\"Fit Squad Mobile\",nodeId:\"Va69_8Bxv\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201CI recommend 34ML for their extensive industry experience and proactive advice beyond project scope, even after project completion.\u201D\",eGcYyHXps:addImageAlt({pixelHeight:1124,pixelWidth:1270,src:\"https://framerusercontent.com/images/PfdUs2mmN9OYplJzmjEiiJCedk.png\",srcSet:\"https://framerusercontent.com/images/PfdUs2mmN9OYplJzmjEiiJCedk.png?scale-down-to=512 512w,https://framerusercontent.com/images/PfdUs2mmN9OYplJzmjEiiJCedk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PfdUs2mmN9OYplJzmjEiiJCedk.png 1270w\"},\"\"),EX2YxXr8Q:\"Fit Squad\",height:\"100%\",hIzgfuuNh:true,id:\"Va69_8Bxv\",layoutId:\"Va69_8Bxv\",name:\"Fit Squad Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=yiPPAz72IrQ&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=8\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-125bjsk-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Family Transport Mobile\",inComponentSlot:true,name:\"Family Transport Mobile\",nodeId:\"szqVMBoIT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML made our digital transformation journey very smooth, crafting a clear project vision based on our business needs.\u201D\",eGcYyHXps:addImageAlt({pixelHeight:1060,pixelWidth:1476,src:\"https://framerusercontent.com/images/QOVGrWOoVN801IV16ZGcVOtfrA.png\",srcSet:\"https://framerusercontent.com/images/QOVGrWOoVN801IV16ZGcVOtfrA.png?scale-down-to=512 512w,https://framerusercontent.com/images/QOVGrWOoVN801IV16ZGcVOtfrA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QOVGrWOoVN801IV16ZGcVOtfrA.png 1476w\"},\"\"),EX2YxXr8Q:\"Family Transport\",height:\"100%\",hIzgfuuNh:true,id:\"szqVMBoIT\",layoutId:\"szqVMBoIT\",name:\"Family Transport Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=RlLf7U8dpgA&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=9\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-behhee-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Ezdehar Mobile\",inComponentSlot:true,name:\"Ezdehar Mobile\",nodeId:\"y78ZxA7KH\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201C34ML has the full suite of services \u2014 website development was done properly, along with hosting and maintenance, all in one place.\u201D\",eGcYyHXps:addImageAlt({pixelHeight:996,pixelWidth:1406,src:\"https://framerusercontent.com/images/qMoH4q2yAJKe9t5Wbkf3v104s.png\",srcSet:\"https://framerusercontent.com/images/qMoH4q2yAJKe9t5Wbkf3v104s.png?scale-down-to=512 512w,https://framerusercontent.com/images/qMoH4q2yAJKe9t5Wbkf3v104s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qMoH4q2yAJKe9t5Wbkf3v104s.png 1406w\"},\"\"),EX2YxXr8Q:\"Ezdehar\",height:\"100%\",hIzgfuuNh:true,id:\"y78ZxA7KH\",layoutId:\"y78ZxA7KH\",name:\"Ezdehar Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=I_DnQ6q4yuA&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=10\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ip2ye7-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Water Taxi Mobile\",inComponentSlot:true,name:\"Water Taxi Mobile\",nodeId:\"KxMswTZns\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201CI recommend 34ML for their exceptional technical expertise, responsiveness, and valuable insights that extend beyond technical aspects.\u201D\",eGcYyHXps:addImageAlt({pixelHeight:1016,pixelWidth:1456,src:\"https://framerusercontent.com/images/W8pE3wsfzQZjw5MCBQqsnDm6Zw.png\",srcSet:\"https://framerusercontent.com/images/W8pE3wsfzQZjw5MCBQqsnDm6Zw.png?scale-down-to=512 512w,https://framerusercontent.com/images/W8pE3wsfzQZjw5MCBQqsnDm6Zw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/W8pE3wsfzQZjw5MCBQqsnDm6Zw.png 1456w\"},\"\"),EX2YxXr8Q:\"Water Taxi\",height:\"100%\",hIzgfuuNh:true,id:\"KxMswTZns\",layoutId:\"KxMswTZns\",name:\"Water Taxi Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=EWXAN14TBgQ&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=11\",variant:\"EpVrhEY0X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,children:/*#__PURE__*/_jsx(Container,{className:\"framer-feohg4-container\",\"data-framer-cursor\":\"2ccm9b\",\"data-framer-name\":\"Misr Capital Mobile\",inComponentSlot:true,name:\"Misr Capital Mobile\",nodeId:\"gVwKqLI6b\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial2,{blYvDQ7xd:\"\u201CThe 34ML team is both professional and friendly. They proactively suggest enhancements even after launch.\u201D\",eGcYyHXps:addImageAlt({pixelHeight:1174,pixelWidth:1392,src:\"https://framerusercontent.com/images/lHLBKf1LvzwxwRUaTfKcOC9mkCQ.png\",srcSet:\"https://framerusercontent.com/images/lHLBKf1LvzwxwRUaTfKcOC9mkCQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lHLBKf1LvzwxwRUaTfKcOC9mkCQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lHLBKf1LvzwxwRUaTfKcOC9mkCQ.png 1392w\"},\"\"),EX2YxXr8Q:\"Misr Capital\",height:\"100%\",hIzgfuuNh:true,id:\"gVwKqLI6b\",layoutId:\"gVwKqLI6b\",name:\"Misr Capital Mobile\",PH_v4d5Os:\"https://www.youtube.com/watch?v=bw924d3wEbA&list=PLeo4JUuXMZGoSiY2N61s9BDl1DDK1TUww&index=12\",variant:\"EpVrhEY0X\",width:\"100%\"})})})],snapObject:{fluid:true,snap:true,snapEdge:\"start\"},style:{width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15f8ptb\",\"data-framer-name\":\"Frame 2609144\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"41.4490931305756px\",\"--framer-letter-spacing\":\"-0.07px\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:\"HAVE A PROJECT\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"41.4490931305756px\",\"--framer-letter-spacing\":\"-0.07px\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:\"IN MIND?\"})]}),viewBox:\"0 0 342 99\"}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"102.49990959230541px\",\"--framer-letter-spacing\":\"-0.07px\",\"--framer-text-color\":\"var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, rgb(25, 23, 23))\"},children:\"HAVE A PROJECT IN MIND?\"})}),className:\"framer-1oqlr78\",fonts:[\"GF;Red Hat Display-regular\"],verticalAlignment:\"top\",viewBox:\"0 0 1296 123\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j8negs\",\"data-framer-name\":\"Frame 2609143\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-ca81aea8-455e-4e75-b3fd-c6114ea16cbc, rgba(25, 23, 23, 0.7))\"},children:\"Let's collaborate and bring your vision to life.\"})})},itU9tsntj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-ca81aea8-455e-4e75-b3fd-c6114ea16cbc, rgba(25, 23, 23, 0.7))\"},children:\"Let's collaborate and bring your vision to life.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:false,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-ca81aea8-455e-4e75-b3fd-c6114ea16cbc, rgba(25, 23, 23, 0.7))\"},children:\"Let's collaborate and bring your vision to life.\"})}),className:\"framer-1d0pz3w\",\"data-framer-name\":\"Start your project journey with us.\",fonts:[\"GF;Red Hat Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined},{href:{webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{height:44,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation13,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rwgavc-container hidden-72rtr7 hidden-7k1xyd hidden-1c4nsjt\",nodeId:\"p2oxrrf2T\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{YyCOD_lmW:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ButtonsButton2Mobile,{height:\"100%\",id:\"p2oxrrf2T\",JmiJwqE3G:\"Contact Us\",layoutId:\"p2oxrrf2T\",style:{height:\"100%\",width:\"100%\"},variant:\"tOv_Uy_i6\",width:\"100%\",YyCOD_lmW:resolvedLinks3[0]})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined},{href:{webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined},{href:{webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{itU9tsntj:{width:`max(${componentViewport?.width||\"100vw\"} - 462px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:`max(${componentViewport?.width||\"100vw\"} - 691px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ktyh6m-container hidden-1ev1bh3\",\"data-framer-cursor\":\"m9ss9j\",nodeId:\"BrZAQHoZ_\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{itU9tsntj:{R0LaLsTM1:resolvedLinks4[2]},nHj5LoPoq:{R0LaLsTM1:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(ButtonsButton1,{GL0aBoxr6:false,height:\"100%\",id:\"BrZAQHoZ_\",layoutId:\"BrZAQHoZ_\",nZky9881t:\"Contact Us\",R0LaLsTM1:resolvedLinks4[0],style:{width:\"100%\"},TIBPmUl5Q:24,variant:\"p2Iq4ovPF\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IW7kdUG0z\"},implicitPathVariables:undefined},{href:{webPageId:\"bY2ikWfzy\"},implicitPathVariables:undefined},{href:{webPageId:\"IW7kdUG0z\"},implicitPathVariables:undefined},{href:{webPageId:\"bY2ikWfzy\"},implicitPathVariables:undefined},{href:{webPageId:\"IW7kdUG0z\"},implicitPathVariables:undefined},{href:{webPageId:\"bY2ikWfzy\"},implicitPathVariables:undefined},{href:{webPageId:\"IW7kdUG0z\"},implicitPathVariables:undefined},{href:{webPageId:\"bY2ikWfzy\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{__framer__animate:{transition:transition7},__framer__exit:animation19}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation17,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zsxryu-container\",nodeId:\"HveFh5Rrt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{lDG5awxXH:\"0px 24px 44px 24px\",odzgB3QEx:resolvedLinks5[2],variant:\"MkNf4axue\",wPV7sI7wL:resolvedLinks5[3]},itU9tsntj:{odzgB3QEx:resolvedLinks5[6],wPV7sI7wL:resolvedLinks5[7]},nHj5LoPoq:{odzgB3QEx:resolvedLinks5[4],wPV7sI7wL:resolvedLinks5[5]}},children:/*#__PURE__*/_jsx(Footer,{CALcoRm2S:\"Link 8\",f2tdYVgqT:\"Copyright \\xa9 34ML.\",GAyc3ecbd:\"Terms\",height:\"100%\",id:\"HveFh5Rrt\",kPrZ8rd7a:\"Link 6\",KTAdZ43_8:\"Link 5\",layoutId:\"HveFh5Rrt\",lDG5awxXH:\"0px 72px 44px 72px\",odzgB3QEx:resolvedLinks5[0],OPJOl_XKH:true,Rj9QfDc3i:\"Blog\",style:{width:\"100%\"},TpvaDzK0C:\"Resources\",TXdF2swXx:\"Privacy Policy\",variant:\"FS8VC9zgU\",W5SFNb1iu:\"Link 7\",width:\"100%\",wPV7sI7wL:resolvedLinks5[1]})})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xiws26 hidden-72rtr7 hidden-7k1xyd hidden-1c4nsjt\",\"data-framer-name\":\"Frame 1000001366\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:-100}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8dzqxq\",\"data-framer-name\":\"Frame 2609207\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},children:\"At 34ML, we believe success goes beyond software; it's about building relationships and fostering growth. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},children:\"Our partnership is a two-way street: \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, rgb(254, 254, 254))\"},children:\"as you grow, we grow with you.\"})]}),className:\"framer-w32ipw\",\"data-framer-name\":\"At 34ML, we believe success goes beyond software; it's about building relationships and fostering growth. Our partnership is a two-way street: as you grow, we grow with you.\",fonts:[\"GF;Red Hat Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined},{href:{webPageId:\"MBMI4aOhY\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"325px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:80,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t45bc1-container\",nodeId:\"kuBnLWjso\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{YyCOD_lmW:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(ButtonsButton2Mobile,{height:\"100%\",id:\"kuBnLWjso\",JmiJwqE3G:\"Let's Collaborate\",layoutId:\"kuBnLWjso\",style:{height:\"100%\",width:\"100%\"},variant:\"L67C2UeBN\",width:\"100%\",YyCOD_lmW:resolvedLinks6[0]})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation20},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-tq2s2k-container\",layoutScroll:true,nodeId:\"AO7RSJHBI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aQV49LHGA:{__framer__targets:[{ref:ref4,target:\"xT6QvYATw\"}],variant:\"myHUU2GeQ\"}},children:/*#__PURE__*/_jsx(Nav2WithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref4,target:\"bzVkC5Np1\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"AO7RSJHBI\",layoutId:\"AO7RSJHBI\",style:{width:\"100%\"},variant:\"qcjcFfAFs\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hM9ms.framer-lux5qc, .framer-hM9ms .framer-lux5qc { display: block; }\",\".framer-hM9ms.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, #fefefe); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-hM9ms .framer-kz1mpc { align-content: center; align-items: center; background-color: var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, #191717); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: 100vh; justify-content: center; overflow: hidden; padding: 128px 0px 128px 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-hM9ms .framer-1aikcgy { 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: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-hM9ms .framer-1vxr3j1, .framer-hM9ms .framer-wtld0q, .framer-hM9ms .framer-ir57u9, .framer-hM9ms .framer-1y3m269, .framer-hM9ms .framer-17j1tzn, .framer-hM9ms .framer-9hua4e, .framer-hM9ms .framer-1uvnli1, .framer-hM9ms .framer-1tfrbma, .framer-hM9ms .framer-cnt87y, .framer-hM9ms .framer-4gehvs, .framer-hM9ms .framer-9ggcbw, .framer-hM9ms .framer-z8qm5, .framer-hM9ms .framer-glmix4, .framer-hM9ms .framer-ikegvn, .framer-hM9ms .framer-9n5io9, .framer-hM9ms .framer-k6f469 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hM9ms .framer-1nfqahb-container, .framer-hM9ms .framer-cdryv9-container { flex: none; height: 104px; position: relative; width: 470px; }\",\".framer-hM9ms .framer-14mdohy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-hM9ms .framer-ovvn6l, .framer-hM9ms .framer-5ryam4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hM9ms .framer-2r9dk9, .framer-hM9ms .framer-1s83edn { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-hM9ms .framer-xhovm { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 616px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-hM9ms .framer-1dxl14f { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 477px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-hM9ms .framer-2qxen4 { 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: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-hM9ms .framer-o8lqyr-container { aspect-ratio: 1.7857142857142858 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 807px); position: relative; width: 1px; z-index: 2; }\",\".framer-hM9ms .framer-2dyz2z { align-content: center; align-items: center; background-color: var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, #191717); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 100vh; justify-content: center; overflow: hidden; padding: 128px 72px 128px 72px; position: sticky; top: 0px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-hM9ms .framer-1yvtk4n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hM9ms .framer-1pgm0df, .framer-hM9ms .framer-10fntac { 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 0px 32px 0px; position: relative; width: 100%; }\",\".framer-hM9ms .framer-1g0q2jf-container, .framer-hM9ms .framer-1sgcbi6-container, .framer-hM9ms .framer-1apjzq6-container, .framer-hM9ms .framer-1wja2v8-container, .framer-hM9ms .framer-v5dkzt-container, .framer-hM9ms .framer-1agc9uk-container, .framer-hM9ms .framer-3yo15w-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hM9ms .framer-sddsbd, .framer-hM9ms .framer-1j92g7t { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hM9ms .framer-1sj0ota-container, .framer-hM9ms .framer-1tlk8gp-container { flex: none; height: auto; position: relative; width: 399px; }\",\".framer-hM9ms .framer-h87civ { align-content: center; align-items: center; background-color: var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, #191717); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: 100vh; justify-content: center; overflow: visible; padding: 64px 0px 24px 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-hM9ms .framer-16hk6tw, .framer-hM9ms .framer-j2hltm { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 323px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-hM9ms .framer-1rfjl6j-container { flex: none; height: 61px; position: relative; width: 250px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-hM9ms .framer-1fjgnbj { align-content: center; align-items: center; background-color: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, #fefefe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 128px 72px 128px 72px; position: relative; width: 100%; z-index: 2; }\",\".framer-hM9ms .framer-gh1pi4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1296px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hM9ms .framer-11j0e8r { align-content: center; align-items: center; background-color: #e7e7e7; 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%; z-index: 1; }\",\".framer-hM9ms .framer-17ulc4-container, .framer-hM9ms .framer-so68r8-container { flex: none; height: 85px; position: relative; width: 300%; }\",\".framer-hM9ms .framer-1eifz27, .framer-hM9ms .framer-h9jo9c, .framer-hM9ms .framer-1mnes4i, .framer-hM9ms .framer-10obko1, .framer-hM9ms .framer-1sw5t3v, .framer-hM9ms .framer-1bmusy7 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 31px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-hM9ms .framer-139su44, .framer-hM9ms .framer-kwximh, .framer-hM9ms .framer-6twv7b, .framer-hM9ms .framer-1g92nii, .framer-hM9ms .framer-1m86mhh, .framer-hM9ms .framer-wvg0pl { 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: min-content; }\",\".framer-hM9ms .framer-1fv731g { align-content: center; align-items: center; background-color: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, #fefefe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-hM9ms .framer-1sr3heu { background-color: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, #fefefe); flex: none; height: 130px; overflow: hidden; position: relative; width: 100%; z-index: 2; }\",\".framer-hM9ms .framer-s4rh97 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 64px 0px 64px 0px; position: sticky; top: 0px; width: 100%; z-index: 3; }\",\".framer-hM9ms .framer-fva1yt-container { flex: none; height: 90vh; position: relative; width: 90%; z-index: 3; }\",\".framer-hM9ms .framer-gfwk39, .framer-hM9ms .framer-jfmnic, .framer-hM9ms .framer-1u9w1me, .framer-hM9ms .framer-e8ti3j, .framer-hM9ms .framer-12665w4, .framer-hM9ms .framer-1tzufy4, .framer-hM9ms .framer-g6iepd, .framer-hM9ms .framer-12c4ded, .framer-hM9ms .framer-on9lv2, .framer-hM9ms .framer-qhb90e, .framer-hM9ms .framer-txffnk { background-color: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, #fefefe); flex: none; height: 250px; overflow: hidden; position: relative; width: 100%; z-index: 2; }\",\".framer-hM9ms .framer-vrngti { background-color: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, #fefefe); flex: none; height: 352px; overflow: hidden; position: relative; width: 100%; z-index: 2; }\",\".framer-hM9ms .framer-1m1rib3 { align-content: center; align-items: center; background-color: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, #fefefe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 93px; height: min-content; justify-content: flex-end; overflow: visible; padding: 150px 72px 72px 72px; position: relative; width: 100%; z-index: 5; }\",\".framer-hM9ms .framer-f2recw, .framer-hM9ms .framer-1oqlr78 { flex: none; height: auto; position: relative; white-space: pre; width: 100%; }\",\".framer-hM9ms .framer-1v141ll-container, .framer-hM9ms .framer-1t45bc1-container { flex: none; height: 44px; position: relative; width: 325px; }\",\".framer-hM9ms .framer-11dffw1 { align-content: center; align-items: center; background-color: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, #fefefe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: visible; padding: 128px 0px 128px 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-hM9ms .framer-mfqg9 { 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; width: 100%; }\",\".framer-hM9ms .framer-10w1knt { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 856px; word-break: break-word; word-wrap: break-word; }\",\".framer-hM9ms .framer-vekgig { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hM9ms .framer-oujx1-container, .framer-hM9ms .framer-akuwte-container, .framer-hM9ms .framer-m9k5rf-container { flex: none; height: 30px; mix-blend-mode: luminosity; opacity: 0.7; position: relative; width: 300%; }\",\".framer-hM9ms .framer-pjpqa1, .framer-hM9ms .framer-j03r1h { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hM9ms .framer-rdoi3u, .framer-hM9ms .framer-mkj3ij, .framer-hM9ms .framer-1tlq3rd { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 30px; }\",\".framer-hM9ms .framer-1ey651p { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1y0mzim { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 99px; }\",\".framer-hM9ms .framer-1kljbh1 { aspect-ratio: 3.3 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-indiym { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 36px; }\",\".framer-hM9ms .framer-1bevf61 { aspect-ratio: 1.2 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1yw5mub, .framer-hM9ms .framer-1wxecy, .framer-hM9ms .framer-muczyb { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 37px; }\",\".framer-hM9ms .framer-eu8vyu { aspect-ratio: 1.2307692209879557 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-uyekxy, .framer-hM9ms .framer-9j5vx1 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 51px; }\",\".framer-hM9ms .framer-3q6raa { aspect-ratio: 1.6956521352132161 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1cusg4y { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 123px; }\",\".framer-hM9ms .framer-uzwjhu { aspect-ratio: 4.09909922281901 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1cc03wf, .framer-hM9ms .framer-12w7sea { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 170px; }\",\".framer-hM9ms .framer-brwna6, .framer-hM9ms .framer-8c1kpv { aspect-ratio: 5.6818181355794275 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-zkxb7n, .framer-hM9ms .framer-a2jj69, .framer-hM9ms .framer-i6iikc { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 61px; }\",\".framer-hM9ms .framer-fdi09p { aspect-ratio: 2.0422534942626953 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-17hszoy { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 87px; }\",\".framer-hM9ms .framer-wwjkdw { aspect-ratio: 2.9058822631835937 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-16gh7na { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 81px; }\",\".framer-hM9ms .framer-rj1kxx { aspect-ratio: 2.7037038167317706 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1qgq0x0 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 26px; }\",\".framer-hM9ms .framer-87rlzb { aspect-ratio: 0.8538960774739583 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1idxcsv, .framer-hM9ms .framer-9u0qqt { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 84px; }\",\".framer-hM9ms .framer-12nhukt { aspect-ratio: 2.7882352193196613 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-g4459d { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 126px; }\",\".framer-hM9ms .framer-1n145h3 { aspect-ratio: 4.2 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-qya4s3 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 98px; }\",\".framer-hM9ms .framer-1tz4pn { aspect-ratio: 3.2830187479654946 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-rl2mz6 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 25px; }\",\".framer-hM9ms .framer-ap9ky0 { aspect-ratio: 0.825581423441569 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-173gkzi, .framer-hM9ms .framer-br8rci { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 24px; }\",\".framer-hM9ms .framer-1cm191e { aspect-ratio: 0.798245620727539 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-32f8su { aspect-ratio: 1.0129870096842448 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-162wbzn { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 112px; }\",\".framer-hM9ms .framer-un2gf1 { aspect-ratio: 3.7288136800130207 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-d176nu, .framer-hM9ms .framer-zplyff { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 41px; }\",\".framer-hM9ms .framer-303mmr { aspect-ratio: 1.3777777353922527 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1seq0b0 { aspect-ratio: 1.7028570810953776 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-ft8n6l, .framer-hM9ms .framer-zefeao, .framer-hM9ms .framer-1lnt6p { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 70px; }\",\".framer-hM9ms .framer-1x2yf95 { aspect-ratio: 2.338843027750651 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-a6mvou { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 59px; }\",\".framer-hM9ms .framer-1f5orbq { aspect-ratio: 1.975 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1ktj7zv { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 196px; }\",\".framer-hM9ms .framer-17etwf { aspect-ratio: 6.521739196777344 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-i3genm { aspect-ratio: 0.8080808003743489 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-41yj7v { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 203px; }\",\".framer-hM9ms .framer-1etq5q3 { aspect-ratio: 6.756756591796875 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1jbnf09, .framer-hM9ms .framer-vlnuj4 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 54px; }\",\".framer-hM9ms .framer-11a59wl { aspect-ratio: 1.8103448232014974 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-15ji238, .framer-hM9ms .framer-34ltg1 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 57px; }\",\".framer-hM9ms .framer-1yuyjp7 { aspect-ratio: 1.9101123809814453 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-hj2cj { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 173px; }\",\".framer-hM9ms .framer-1u37m2c { aspect-ratio: 5.75 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1hh6k7z { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 177px; }\",\".framer-hM9ms .framer-1lgjsln { aspect-ratio: 5.905759175618489 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-drp7um { aspect-ratio: 2.762329355875651 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 30px); overflow: hidden; position: relative; width: 83px; }\",\".framer-hM9ms .framer-ott7jv { bottom: 7px; flex: none; left: 0px; position: absolute; right: 78px; top: 0px; }\",\".framer-hM9ms .framer-1xzmley { bottom: 7px; flex: none; left: 7px; position: absolute; right: 61px; top: 6px; }\",\".framer-hM9ms .framer-cvbsx9 { bottom: 1px; flex: none; left: 25px; position: absolute; right: 41px; top: 6px; }\",\".framer-hM9ms .framer-1dxcpss { bottom: 7px; flex: none; left: 43px; position: absolute; right: 36px; top: 0px; }\",\".framer-hM9ms .framer-1ykrwvd { bottom: 0px; flex: none; left: 64px; position: absolute; right: 1px; top: 6px; }\",\".framer-hM9ms .framer-1trhgbg { flex: none; height: 19px; left: 48px; position: absolute; top: 6px; width: 19px; }\",\".framer-hM9ms .framer-171o2x7 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 40px; }\",\".framer-hM9ms .framer-zfn4gr { aspect-ratio: 1.3315789540608725 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-14r64ay { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 19px; }\",\".framer-hM9ms .framer-1oli95l { aspect-ratio: 0.6463414510091146 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1uf537k { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 186px; }\",\".framer-hM9ms .framer-1xozga9 { aspect-ratio: 6.205127970377604 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-8fpwyf { aspect-ratio: 2.328571319580078 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-cz5jnf { aspect-ratio: 2.049180348714193 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-pakef8 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 101px; }\",\".framer-hM9ms .framer-1smxer6 { aspect-ratio: 3.3513514200846353 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-474jem { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 111px; }\",\".framer-hM9ms .framer-17huh8e { aspect-ratio: 3.7 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-lc3h39 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 250px; }\",\".framer-hM9ms .framer-1web0ud { aspect-ratio: 8.333333333333334 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1ka0g9 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 90px; }\",\".framer-hM9ms .framer-1wofhja { aspect-ratio: 3 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-q5745a { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 97px; }\",\".framer-hM9ms .framer-1lf0uzk { aspect-ratio: 3.232558186848958 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-19brvjj { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 47px; }\",\".framer-hM9ms .framer-1i22zi4 { aspect-ratio: 1.5714285532633463 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-pv75tf { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 50px; }\",\".framer-hM9ms .framer-lweoep { aspect-ratio: 1.6666666666666667 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1c3zzsr, .framer-hM9ms .framer-xxd0yo { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 74px; }\",\".framer-hM9ms .framer-1vv4y53 { aspect-ratio: 2.4821428934733074 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-nkgr04 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 214px; }\",\".framer-hM9ms .framer-1o4ik9k { aspect-ratio: 7.125 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-qj9haa { aspect-ratio: 2.3333333333333335 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1r4c4ca { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 64px; }\",\".framer-hM9ms .framer-1qu449q { aspect-ratio: 2.1386138916015627 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-169wfgp { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 100px; }\",\".framer-hM9ms .framer-1sg4sca { aspect-ratio: 3.3235293070475262 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1slmbfp { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 191px; }\",\".framer-hM9ms .framer-yl8jzx { aspect-ratio: 6.357142639160156 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1dphded, .framer-hM9ms .framer-knkhi9 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 21px; }\",\".framer-hM9ms .framer-2hiisp { aspect-ratio: 0.7083333333333334 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-tlmjbg, .framer-hM9ms .framer-d7s4u1 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 60px; }\",\".framer-hM9ms .framer-jhuhug { aspect-ratio: 1.9861110687255858 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-m8ekdl { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 147px; }\",\".framer-hM9ms .framer-1pxasb8 { aspect-ratio: 4.897196451822917 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1bs8bee, .framer-hM9ms .framer-sqh2ql { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 27px; }\",\".framer-hM9ms .framer-14n8ffj { aspect-ratio: 0.8979592005411784 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1iyliez { aspect-ratio: 1.8108108520507813 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1mh42gx { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hM9ms .framer-1lcpjp4 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 234px; }\",\".framer-hM9ms .framer-kv541b { aspect-ratio: 7.792453002929688 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-g4auw3 { aspect-ratio: 1.2478632609049478 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1k04sak { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 63px; }\",\".framer-hM9ms .framer-1as2gfl { aspect-ratio: 2.108108139038086 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1q4vdcv { aspect-ratio: 2.028846104939779 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-16wtkhj { aspect-ratio: 2.009009043375651 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1lstoc0 { aspect-ratio: 1.0124223709106446 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-jrcuxu { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 167px; }\",\".framer-hM9ms .framer-19p3w0c { aspect-ratio: 5.581081136067708 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-eufxwp { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 127px; }\",\".framer-hM9ms .framer-zsc1uc { aspect-ratio: 4.229166666666667 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-hb7jyv { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 52px; }\",\".framer-hM9ms .framer-1iplrct { aspect-ratio: 1.7333333333333334 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-gm9yfi { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 201px; }\",\".framer-hM9ms .framer-29qsrd { aspect-ratio: 6.684210713704427 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-13qdt0b { aspect-ratio: 1.913043467203776 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-9cw0ek, .framer-hM9ms .framer-1l7k9q4 { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 58px; }\",\".framer-hM9ms .framer-1tf7z0r { aspect-ratio: 1.9444444020589193 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-11s16u1 { aspect-ratio: 0.9125 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; mix-blend-mode: difference; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-xghp3u { aspect-ratio: 1.9270314534505208 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-137xpb3 { aspect-ratio: 2.8134058634440104 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1lm438e { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 44px; }\",\".framer-hM9ms .framer-19x658x { aspect-ratio: 1.4817518870035806 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-rm342f { aspect-ratio: 1.3666666666666667 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1kz02fi { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 158px; }\",\".framer-hM9ms .framer-1q0rkyf { aspect-ratio: 5.277777608235677 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-ui7tav { aspect-ratio: 0.6980600357055664 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-uv5tnq { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 71px; }\",\".framer-hM9ms .framer-devenr { aspect-ratio: 2.3630137125651043 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-ypenaq { aspect-ratio: 2.474683634440104 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-c24jcj, .framer-hM9ms .framer-1v7gl1q { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 34px; }\",\".framer-hM9ms .framer-l6je5h { aspect-ratio: 1.1205673217773438 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-17n6d4c { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 96px; }\",\".framer-hM9ms .framer-g4u48t { aspect-ratio: 3.191489410400391 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-96c8hx { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 28px; }\",\".framer-hM9ms .framer-p74dqp { aspect-ratio: 0.9292929331461589 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1hfmztq { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 130px; }\",\".framer-hM9ms .framer-17pep4h { aspect-ratio: 4.317073059082031 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-p2mwxa { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 92px; }\",\".framer-hM9ms .framer-jty2fn { aspect-ratio: 3.061224365234375 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-338kkc { flex: none; gap: 0px; height: 30px; overflow: visible; position: relative; width: 49px; }\",\".framer-hM9ms .framer-t8xyqo { aspect-ratio: 1.6176470438639323 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-1dhkpbc { aspect-ratio: 1.1379310607910156 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-yr5sau { aspect-ratio: 1.2375 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 30px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hM9ms .framer-12af0pm { align-content: center; align-items: center; background-color: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, #fefefe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 107px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 128px 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-hM9ms .framer-w6y90l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hM9ms .framer-1oyhwy1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 684px; word-break: break-word; word-wrap: break-word; }\",\".framer-hM9ms .framer-a8bya8-container, .framer-hM9ms .framer-zspr8v-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-hM9ms .framer-rkf2aa-container, .framer-hM9ms .framer-9ho8ed-container, .framer-hM9ms .framer-1nl86sc-container, .framer-hM9ms .framer-1yva8h8-container, .framer-hM9ms .framer-yt2ykp-container, .framer-hM9ms .framer-d1iphe-container, .framer-hM9ms .framer-1jdudja-container, .framer-hM9ms .framer-rntozf-container, .framer-hM9ms .framer-htnl3b-container, .framer-hM9ms .framer-gsbbld-container, .framer-hM9ms .framer-mka843-container, .framer-hM9ms .framer-7ecvgt-container, .framer-hM9ms .framer-rc7zfd-container { height: 499px; position: relative; width: 426px; }\",\".framer-hM9ms .framer-19k80v-container, .framer-hM9ms .framer-l1k8xo-container, .framer-hM9ms .framer-fpp7wv-container, .framer-hM9ms .framer-1k0r0q0-container, .framer-hM9ms .framer-1hbtrhp-container, .framer-hM9ms .framer-1s0opz4-container, .framer-hM9ms .framer-12quti5-container, .framer-hM9ms .framer-1vs426r-container, .framer-hM9ms .framer-hxmbkn-container, .framer-hM9ms .framer-125bjsk-container, .framer-hM9ms .framer-behhee-container, .framer-hM9ms .framer-ip2ye7-container, .framer-hM9ms .framer-feohg4-container { height: auto; position: relative; width: auto; }\",\".framer-hM9ms .framer-15f8ptb { align-content: flex-start; align-items: flex-start; background-color: var(--token-bd3cfa5b-c7a2-4d30-823d-fd0db67ac5ef, #fefefe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 59px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 72px 120px 72px; position: relative; width: 100%; z-index: 5; }\",\".framer-hM9ms .framer-j8negs { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 121px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hM9ms .framer-1d0pz3w { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 426px; word-break: break-word; word-wrap: break-word; }\",\".framer-hM9ms .framer-rwgavc-container { flex: 1 0 0px; height: 44px; position: relative; width: 1px; }\",\".framer-hM9ms .framer-1ktyh6m-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-hM9ms .framer-zsxryu-container { flex: none; height: auto; position: relative; width: 100%; z-index: 5; }\",\".framer-hM9ms .framer-1xiws26 { align-content: center; align-items: center; background-color: var(--token-71d81190-6409-44b5-a064-5a01bec4a5d4, #191717); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 100vh; justify-content: center; overflow: visible; padding: 64px 24px 64px 24px; position: sticky; top: 0px; width: 100%; z-index: 3; }\",\".framer-hM9ms .framer-8dzqxq { 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: 10px; position: relative; width: 100%; }\",\".framer-hM9ms .framer-w32ipw { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-hM9ms .framer-tq2s2k-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\"@media (max-width: 809px) { .framer-hM9ms.framer-72rtr7 { width: 390px; } .framer-hM9ms .framer-2qxen4 { order: 3; z-index: 2; } .framer-hM9ms .framer-o8lqyr-container { height: var(--framer-aspect-ratio-supported, 112px); } .framer-hM9ms .framer-h87civ, .framer-hM9ms .framer-16hk6tw { order: 2; } .framer-hM9ms .framer-1s83edn { order: 0; } .framer-hM9ms .framer-j2hltm { order: 3; } .framer-hM9ms .framer-1rfjl6j-container { order: 1; } .framer-hM9ms .framer-1fjgnbj { order: 5; padding: 128px 24px 128px 24px; z-index: 4; } .framer-hM9ms .framer-11j0e8r { order: 6; z-index: 4; } .framer-hM9ms .framer-1fv731g { order: 9; } .framer-hM9ms .framer-1sr3heu { z-index: 4; } .framer-hM9ms .framer-s4rh97 { gap: 0px; padding: 0px; z-index: 5; } .framer-hM9ms .framer-1m1rib3 { background-color: unset; height: 600px; padding: 150px 24px 72px 24px; z-index: 6; } .framer-hM9ms .framer-11dffw1, .framer-hM9ms .framer-zsxryu-container { z-index: 6; } .framer-hM9ms .framer-mfqg9 { flex-direction: row; padding: 0px 24px 0px 24px; } .framer-hM9ms .framer-10w1knt { flex: 1 0 0px; width: 1px; } .framer-hM9ms .framer-oujx1-container { opacity: unset; } .framer-hM9ms .framer-12af0pm { padding: 0px 0px 64px 0px; z-index: 6; } .framer-hM9ms .framer-w6y90l { padding: 0px 24px 0px 24px; width: 100%; } .framer-hM9ms .framer-1oyhwy1, .framer-hM9ms .framer-1d0pz3w { width: 100%; } .framer-hM9ms .framer-15f8ptb { gap: 24px; padding: 64px 24px 64px 24px; z-index: 6; } .framer-hM9ms .framer-j8negs { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; } .framer-hM9ms .framer-rwgavc-container { flex: none; width: 100%; } .framer-hM9ms .framer-1xiws26 { order: 4; } .framer-hM9ms .framer-tq2s2k-container { order: 8; }}\",\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-hM9ms.framer-72rtr7 { width: 1200px; } .framer-hM9ms .framer-o8lqyr-container { height: var(--framer-aspect-ratio-supported, 672px); }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-hM9ms.framer-72rtr7 { width: 810px; } .framer-hM9ms .framer-2r9dk9 { order: 0; } .framer-hM9ms .framer-xhovm { order: 2; } .framer-hM9ms .framer-1dxl14f { order: 3; } .framer-hM9ms .framer-cdryv9-container { order: 1; } .framer-hM9ms .framer-o8lqyr-container { height: var(--framer-aspect-ratio-supported, 112px); } .framer-hM9ms .framer-3yo15w-container { width: 100%; } .framer-hM9ms .framer-10w1knt { width: 589px; } .framer-hM9ms .framer-1oyhwy1 { width: 528px; } .framer-hM9ms .framer-15f8ptb { padding: 20px 60px 100px 60px; } .framer-hM9ms .framer-j8negs { gap: 44px; } .framer-hM9ms .framer-1d0pz3w { width: 298px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10151.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aQV49LHGA\":{\"layout\":[\"fixed\",\"auto\"]},\"nHj5LoPoq\":{\"layout\":[\"fixed\",\"auto\"]},\"itU9tsntj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"I9Db1EcVW\":{\"pattern\":\":I9Db1EcVW\",\"name\":\"intro\"},\"F7B2i5gp_\":{\"pattern\":\":F7B2i5gp_\",\"name\":\"video\"},\"fmtJQFEYv\":{\"pattern\":\":fmtJQFEYv\",\"name\":\"type\"},\"D2zXfHbH1\":{\"pattern\":\":D2zXfHbH1\",\"name\":\"home-services\"},\"AbwRzGlz8\":{\"pattern\":\":AbwRzGlz8\",\"name\":\"trigger-1\"},\"vzfjBBpft\":{\"pattern\":\":vzfjBBpft\",\"name\":\"trigger-2\"},\"k_bOmcHgK\":{\"pattern\":\":k_bOmcHgK\",\"name\":\"trigger3\"},\"P7yhpcYJs\":{\"pattern\":\":P7yhpcYJs\",\"name\":\"trigger4\"},\"Ptpwi2Oi4\":{\"pattern\":\":Ptpwi2Oi4\",\"name\":\"trigger5\"},\"Kn54JHb4Q\":{\"pattern\":\":Kn54JHb4Q\",\"name\":\"trigger6\"},\"q48zk3x6s\":{\"pattern\":\":q48zk3x6s\",\"name\":\"trigger7\"},\"Eo7d8ZNjs\":{\"pattern\":\":Eo7d8ZNjs\",\"name\":\"trigger8\"},\"VfB3DUC85\":{\"pattern\":\":VfB3DUC85\",\"name\":\"trigger9\"},\"P04wkGkbo\":{\"pattern\":\":P04wkGkbo\",\"name\":\"trigger10\"},\"yiT0iLolA\":{\"pattern\":\":yiT0iLolA\",\"name\":\"trigger11\"},\"mNLADvCFm\":{\"pattern\":\":mNLADvCFm\",\"name\":\"trigger12\"},\"C1zh2bfNV\":{\"pattern\":\":C1zh2bfNV\",\"name\":\"form\"},\"N_DNaYFTC\":{\"pattern\":\":N_DNaYFTC\",\"name\":\"logos\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-hM9ms\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:10151.5,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRck05-Xecg3w.woff2\",weight:\"700\"},{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"},{family:\"Red Hat Text\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwVrPacYVFtIY.woff2\",weight:\"400\"},{family:\"Red Hat Text\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML2Z3VrPacYVFtIY.woff2\",weight:\"600\"}]},...HomePageOpeningWebFonts,...VideoFonts,...MagTextFonts,...ButtonsButton1Fonts,...HomePageOpeningMobileFonts,...HomePageNestedComponentMobileFonts,...HomePageNestedComponentWebFonts,...TickerFonts,...HomepageProjectComponentFonts,...ButtonsButton2MobileFonts,...Testimonial2Fonts,...CarouselFonts,...FooterFonts,...Nav2Fonts,...MyriadCursorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"10151.5\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aQV49LHGA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nHj5LoPoq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"itU9tsntj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"{\\\"I9Db1EcVW\\\":{\\\"pattern\\\":\\\":I9Db1EcVW\\\",\\\"name\\\":\\\"intro\\\"},\\\"F7B2i5gp_\\\":{\\\"pattern\\\":\\\":F7B2i5gp_\\\",\\\"name\\\":\\\"video\\\"},\\\"fmtJQFEYv\\\":{\\\"pattern\\\":\\\":fmtJQFEYv\\\",\\\"name\\\":\\\"type\\\"},\\\"D2zXfHbH1\\\":{\\\"pattern\\\":\\\":D2zXfHbH1\\\",\\\"name\\\":\\\"home-services\\\"},\\\"AbwRzGlz8\\\":{\\\"pattern\\\":\\\":AbwRzGlz8\\\",\\\"name\\\":\\\"trigger-1\\\"},\\\"vzfjBBpft\\\":{\\\"pattern\\\":\\\":vzfjBBpft\\\",\\\"name\\\":\\\"trigger-2\\\"},\\\"k_bOmcHgK\\\":{\\\"pattern\\\":\\\":k_bOmcHgK\\\",\\\"name\\\":\\\"trigger3\\\"},\\\"P7yhpcYJs\\\":{\\\"pattern\\\":\\\":P7yhpcYJs\\\",\\\"name\\\":\\\"trigger4\\\"},\\\"Ptpwi2Oi4\\\":{\\\"pattern\\\":\\\":Ptpwi2Oi4\\\",\\\"name\\\":\\\"trigger5\\\"},\\\"Kn54JHb4Q\\\":{\\\"pattern\\\":\\\":Kn54JHb4Q\\\",\\\"name\\\":\\\"trigger6\\\"},\\\"q48zk3x6s\\\":{\\\"pattern\\\":\\\":q48zk3x6s\\\",\\\"name\\\":\\\"trigger7\\\"},\\\"Eo7d8ZNjs\\\":{\\\"pattern\\\":\\\":Eo7d8ZNjs\\\",\\\"name\\\":\\\"trigger8\\\"},\\\"VfB3DUC85\\\":{\\\"pattern\\\":\\\":VfB3DUC85\\\",\\\"name\\\":\\\"trigger9\\\"},\\\"P04wkGkbo\\\":{\\\"pattern\\\":\\\":P04wkGkbo\\\",\\\"name\\\":\\\"trigger10\\\"},\\\"yiT0iLolA\\\":{\\\"pattern\\\":\\\":yiT0iLolA\\\",\\\"name\\\":\\\"trigger11\\\"},\\\"mNLADvCFm\\\":{\\\"pattern\\\":\\\":mNLADvCFm\\\",\\\"name\\\":\\\"trigger12\\\"},\\\"C1zh2bfNV\\\":{\\\"pattern\\\":\\\":C1zh2bfNV\\\",\\\"name\\\":\\\"form\\\"},\\\"N_DNaYFTC\\\":{\\\"pattern\\\":\\\":N_DNaYFTC\\\",\\\"name\\\":\\\"logos\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["MagText", "props", "mouseX", "useMotionValue", "p", "e", "c", "idx", "Character", "ref", "pe", "scaleRange", "scaleX", "useSpring", "w", "useTransform", "padding", "scaleY", "useMotionValueEvent", "mx", "left", "width", "characterCenter", "distance", "transform", "motion", "useMotionTemplate", "addPropertyControls", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "enabledGestures", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1q4vz7g", "args", "onAppearkwlufc", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "SVG", "RichText", "css", "FramerE7VRVPY75", "withCSS", "E7VRVPY75_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear8vjou4", "args", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "SVG", "RichText", "css", "FramerhjkEISv8E", "withCSS", "hjkEISv8E_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text1", "text2", "text3", "text4", "text5", "text6", "text7", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Tvy4ikU8Y", "bxpUuozcJ", "Q_QQw3KDE", "aPyXQrT0i", "yjw0I0Zes", "CwZg6ATSN", "SayehUHJZ", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1n2ergx", "args", "onAppear1xniq0n", "onAppear13ammt", "onAppearw0aj7t", "onAppear14hz4n5", "onAppear1u5fo5v", "onAppear6e3x6c", "onAppear5npf7x", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "css", "FramerlTxfDrdV_", "withCSS", "lTxfDrdV_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text1", "text3", "text4", "text5", "text6", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Tvy4ikU8Y", "Q_QQw3KDE", "aPyXQrT0i", "yjw0I0Zes", "CwZg6ATSN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearhyk8hl", "args", "onAppear1lpet3r", "onAppear3wu7", "onAppear1j7q4eo", "onAppear128wp5v", "onAppeargr95dm", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText", "css", "Framerqre72nOdf", "withCSS", "qre72nOdf_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text1", "text2", "text3", "text4", "text5", "text6", "text7", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Tvy4ikU8Y", "bxpUuozcJ", "Q_QQw3KDE", "aPyXQrT0i", "yjw0I0Zes", "CwZg6ATSN", "SayehUHJZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearmd2pex", "args", "onAppeargdhokg", "onAppearlgpa6a", "onAppearwyg300", "onAppear1ddm570", "onAppear130f72w", "onAppear1g5v5a9", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText", "css", "FramerqY5ZdsB7S", "withCSS", "qY5ZdsB7S_default", "addPropertyControls", "ControlType", "addFonts", "TabBarButtonFonts", "getFonts", "FcL0Gi7f3_default", "SlidingWordsProductDesignMobileFonts", "lTxfDrdV_default", "RichTextWithFX", "withFX", "RichText", "ButtonsButton2MobileFonts", "DHBavI8O_default", "SmartComponentScopedContainerWithFX", "SmartComponentScopedContainer", "SlidingWordsAppsMobileFonts", "qre72nOdf_default", "SlidingWordsTechnologyMobileFonts", "qY5ZdsB7S_default", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "YegvPy7BJ7zxenl", "args", "YegvPy7BJ10sw6z2", "YegvPy7BJv65jp3", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "css", "Framerl0TPH6q8X", "withCSS", "l0TPH6q8X_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text1", "text7", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Tvy4ikU8Y", "SayehUHJZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearwkef1n", "args", "onAppear1meyxmr", "onAppeartqwd1w", "onAppear1kl96zz", "onAppeary7jfgg", "onAppear1btaniq", "onAppearsy190x", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "css", "FrameraJ6up065n", "withCSS", "aJ6up065n_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text1", "text2", "text3", "text4", "text5", "text6", "text7", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Tvy4ikU8Y", "bxpUuozcJ", "Q_QQw3KDE", "aPyXQrT0i", "yjw0I0Zes", "CwZg6ATSN", "SayehUHJZ", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1y7pnto", "args", "onAppear1tepw5r", "onAppear1f9rnzz", "onAppeari6hni1", "onAppearv3j3i4", "onAppear121r7x5", "onAppear1bjq8bx", "onAppear1hsqae7", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "css", "FramerCPD0jmfn_", "withCSS", "CPD0jmfn_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text1", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Tvy4ikU8Y", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear5t3mk3", "args", "onAppeariccfsb", "onAppear1pptbrj", "onAppeara2qpb9", "onAppear138gapr", "onAppear11znt0b", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "css", "FramerfGRRmGQw_", "withCSS", "fGRRmGQw_default", "addPropertyControls", "ControlType", "addFonts", "SelectionBarButtonFonts", "getFonts", "Of9Ch_MFo_default", "SlidingWordsProductDesignFonts", "CPD0jmfn_default", "RichTextWithFX", "withFX", "RichText", "ButtonsButton1Fonts", "EX77w3X7q_default", "SmartComponentScopedContainerWithFX", "SmartComponentScopedContainer", "SlidingWordsAppsFonts", "fGRRmGQw_default", "SlidingWordsTechnologyFonts", "aJ6up065n_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursor", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "jjz7RLlvQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "SaaTS4yK62eg2e6", "args", "SaaTS4yK6tslajn", "SaaTS4yK61vchc8c", "SaaTS4yK61eh3wj3", "SaaTS4yK6tvn7pk", "SaaTS4yK610j6j94", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "css", "Framerrnc950hlV", "withCSS", "rnc950hlV_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", "buttonColors", "click", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "RvXLLmo0V", "vrXzedVfH", "S07DXzoxx", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1tuhj9u", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "RichText", "css", "FramermgnhIKtmY", "withCSS", "mgnhIKtmY_default", "addPropertyControls", "ControlType", "addFonts", "HomepageProjectButtonsFonts", "getFonts", "mgnhIKtmY_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "ImageWithFX", "Image2", "ImageWithFXWithOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "animation", "animation1", "transformTemplate2", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "animation6", "animation7", "transition5", "animation8", "animation9", "transformTemplate3", "animation10", "transition6", "animation11", "animation12", "animation13", "animation14", "animation15", "animation16", "animation17", "animation18", "animation19", "animation20", "animation21", "animation22", "animation23", "animation24", "transition7", "animation25", "transition8", "animation26", "animation27", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "cursor", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "P3OrdhwD3", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "vrXzedVfHfc343o", "args", "vrXzedVfHqo9861", "vrXzedVfH11xqy62", "vrXzedVfH1qsjvr7", "vrXzedVfH1n7nuu2", "vrXzedVfHths8vn", "vrXzedVfH9b13y1", "vrXzedVfH13p7gsy", "vrXzedVfH1pi8vre", "vrXzedVfH1txz3nm", "vrXzedVfHwqnjjy", "vrXzedVfH1czgwh1", "vrXzedVfH7zkkin", "vrXzedVfH1vxg30q", "vrXzedVfHn77uvf", "vrXzedVfHw98gkw", "vrXzedVfH1e438s3", "vrXzedVfHpdk0g4", "vrXzedVfH17foh3z", "vrXzedVfH1k69x8r", "vrXzedVfH14o1etk", "vrXzedVfHylowza", "vrXzedVfHeeaqym", "vrXzedVfH6ksk4d", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "isDisplayed14", "isDisplayed15", "isDisplayed16", "isDisplayed17", "isDisplayed18", "isDisplayed19", "isDisplayed20", "isDisplayed21", "isDisplayed22", "isDisplayed23", "isDisplayed24", "isDisplayed25", "isDisplayed26", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLoadingLazyAtYPosition", "RichText", "SVG", "Link", "css", "FramerSvFxTk3q4", "withCSS", "SvFxTk3q4_default", "addPropertyControls", "ControlType", "addFonts", "HomePageOpeningWebFonts", "getFonts", "E7VRVPY75_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "RichTextWithOptimizedAppearEffect", "RichText", "MotionDivWithFX", "VideoFonts", "Video", "ContainerWithFX", "Container", "MagTextFonts", "MagText", "ButtonsButton1Fonts", "EX77w3X7q_default", "HomePageOpeningMobileFonts", "hjkEISv8E_default", "ContainerWithOptimizedAppearEffect", "RichTextWithFX", "HomePageNestedComponentMobileFonts", "l0TPH6q8X_default", "HomePageNestedComponentWebFonts", "rnc950hlV_default", "TickerFonts", "Ticker", "HomepageProjectComponentFonts", "SvFxTk3q4_default", "HomepageProjectComponentWithVariantAppearEffect", "withVariantAppearEffect", "ButtonsButton2MobileFonts", "DHBavI8O_default", "Testimonial2Fonts", "KIBFVDz7w_default", "CarouselFonts", "Carousel", "FooterFonts", "PMA3Bo2iZ_default", "Nav2Fonts", "mpgSjOESd_default", "Nav2WithVariantAppearEffect", "MyriadCursorFonts", "kkjQajktg_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "transition5", "animation6", "animation7", "animation8", "transition6", "textEffect", "addImageAlt", "image", "alt", "animation9", "animation10", "animation11", "animation12", "animation13", "animation14", "animation15", "animation16", "animation17", "animation18", "transition7", "animation19", "transition8", "animation20", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "transition9", "cursor1", "cursor2", "cursor3", "cursor4", "cursor5", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "ref1", "elementId", "useRouteElementId", "ref2", "isDisplayed1", "isDisplayed2", "elementId1", "elementId2", "ref3", "ref4", "router", "useRouter", "isDisplayed3", "elementId3", "ref5", "ref6", "ref7", "ref8", "ref9", "ref10", "ref11", "ref12", "ref13", "ref14", "ref15", "ref16", "ref17", "elementId4", "elementId5", "elementId6", "elementId7", "elementId8", "elementId9", "elementId10", "elementId11", "elementId12", "elementId13", "elementId14", "elementId15", "ref18", "elementId16", "elementId17", "isDisplayed4", "isDisplayed5", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "x", "ComponentViewportProvider", "PropertyOverrides2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "Image2", "SVG", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "__FramerMetadata__"]
}
