{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cmCJzMsMJwEe79ViNQRn/E7tlxBhUKxd6SqoBlZoQ/L216YLNyK-0.js", "ssg:https://framerusercontent.com/modules/cmCJzMsMJwEe79ViNQRn/E7tlxBhUKxd6SqoBlZoQ/L216YLNyK.js", "ssg:https://framerusercontent.com/modules/6u0oDiUvZF1QZzoHrGJP/lU6b0KvhjW84fa0vKBIf/L216YLNyK.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveS1NZWRpdW0=\",\"--framer-font-family\":'\"Gilroy-Medium\", \"Gilroy-Medium Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"120%\"},children:\"Aper\\xe7us\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveS1NZWRpdW0=\",\"--framer-font-family\":'\"Gilroy-Medium\", \"Gilroy-Medium Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"120%\"},children:\"Aper\\xe7us\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveS1NZWRpdW0=\",\"--framer-font-family\":'\"Gilroy-Medium\", \"Gilroy-Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"120%\"},children:\"Aper\\xe7us\"})});export const v3=\"Voir tout\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2abc263)\nimport*as localizedValues from\"./L216YLNyK-0.js\";const valuesByLocaleId={a6s3sBDbC:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2abc263)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleCode,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Blog from\"https://framerusercontent.com/modules/eiYKMcwiBcGiL2C30KcZ/pI1S1nxR9d0SDq71GKx0/ZRYDBByuX.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/cmCJzMsMJwEe79ViNQRn/E7tlxBhUKxd6SqoBlZoQ/L216YLNyK.js\";import Button from\"https://framerusercontent.com/modules/hE72HqGLsUcK7F5HddOg/gDUUdr7MGzmgPTSPuK5T/jXnfv3wLc.js\";const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"cZSkJEHAL\",\"MAB7JzWW2\",\"BF7geSJvQ\",\"cqW49Ds5v\",\"ue3m_E3Zk\"];const serializationHash=\"framer-Lp7Bm\";const variantClassNames={BF7geSJvQ:\"framer-v-1rg4c2m\",cqW49Ds5v:\"framer-v-uz8hhe\",cZSkJEHAL:\"framer-v-1poqo7x\",MAB7JzWW2:\"framer-v-kiuv1q\",ue3m_E3Zk:\"framer-v-1hr7y8q\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const query=prequery=>prequery({from:{alias:\"hmhp03u4n\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"hmhp03u4n\",direction:\"desc\",name:\"hl8XfUPBk\",type:\"Identifier\"}],select:[{collection:\"hmhp03u4n\",name:\"QUSCgUJB7\",type:\"Identifier\"},{collection:\"hmhp03u4n\",name:\"u1CJ4PuiP\",type:\"Identifier\"},{collection:\"hmhp03u4n\",name:\"pB80i57TG\",type:\"Identifier\"},{collection:\"hmhp03u4n\",name:\"hl8XfUPBk\",type:\"Identifier\"},{collection:\"hmhp03u4n\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"cZSkJEHAL\",iMac:\"MAB7JzWW2\",mac:\"BF7geSJvQ\",mobile:\"cqW49Ds5v\",tablet:\"ue3m_E3Zk\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"cZSkJEHAL\"};};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,QUSCgUJB7hmhp03u4n,u1CJ4PuiPhmhp03u4n,pB80i57TGhmhp03u4n,hl8XfUPBkhmhp03u4n,idhmhp03u4n,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cZSkJEHAL\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ic0iof=activeVariantCallback(async(...args)=>{setVariant(\"cZSkJEHAL\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const router=useRouter();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-1poqo7x\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"cZSkJEHAL\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({BF7geSJvQ:{\"data-framer-name\":\"mac\"},cqW49Ds5v:{\"data-framer-name\":\"mobile\"},MAB7JzWW2:{\"data-framer-name\":\"iMac\"},ue3m_E3Zk:{\"data-framer-name\":\"tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-7i4676\",\"data-framer-name\":\"Frame 2117129939\",layoutDependency:layoutDependency,layoutId:\"Lp3qD28gN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveS1NZWRpdW0=\",\"--framer-font-family\":'\"Gilroy-Medium\", \"Gilroy-Medium Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"120%\"},children:\"Insights\"})}),className:\"framer-dc4nx4\",\"data-framer-name\":\"INSIGHT\",fonts:[\"CUSTOM;Gilroy-Medium\"],layoutDependency:layoutDependency,layoutId:\"XFJWdI1HO\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cqW49Ds5v:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveS1NZWRpdW0=\",\"--framer-font-family\":'\"Gilroy-Medium\", \"Gilroy-Medium Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"120%\"},children:\"Insights\"})})},ue3m_E3Zk:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveS1NZWRpdW0=\",\"--framer-font-family\":'\"Gilroy-Medium\", \"Gilroy-Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"120%\"},children:\"Insights\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1davf5r\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hmhp03u4n\",onTap:onTap1ic0iof,children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"hmhp03u4n\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"hmhp03u4n\",direction:\"desc\",name:\"hl8XfUPBk\",type:\"Identifier\"}],select:[{collection:\"hmhp03u4n\",name:\"QUSCgUJB7\",type:\"Identifier\"},{collection:\"hmhp03u4n\",name:\"u1CJ4PuiP\",type:\"Identifier\"},{collection:\"hmhp03u4n\",name:\"pB80i57TG\",type:\"Identifier\"},{collection:\"hmhp03u4n\",name:\"hl8XfUPBk\",type:\"Identifier\"},{collection:\"hmhp03u4n\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({hl8XfUPBk:hl8XfUPBkhmhp03u4n,id:idhmhp03u4n,pB80i57TG:pB80i57TGhmhp03u4n,QUSCgUJB7:QUSCgUJB7hmhp03u4n,u1CJ4PuiP:u1CJ4PuiPhmhp03u4n},index)=>{u1CJ4PuiPhmhp03u4n??=\"\";pB80i57TGhmhp03u4n??=\"\";const textContent=toDateString(hl8XfUPBkhmhp03u4n,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`hmhp03u4n-${idhmhp03u4n}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{u1CJ4PuiP:u1CJ4PuiPhmhp03u4n},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c420vj\",layoutDependency:layoutDependency,layoutId:\"JLSu7jlO2\",children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{u1CJ4PuiP:u1CJ4PuiPhmhp03u4n},webPageId:\"WPgBo36zk\"},motionChild:true,nodeId:\"nUmvfbU5_\",scopeId:\"L216YLNyK\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||746)-160-976.1)/2+0+0)+0+416+0+0+0),sizes:`max((${componentViewport?.width||\"100vw\"} - 200px) / 3, 1px)`,...toResponsiveImage(QUSCgUJB7hmhp03u4n)},className:\"framer-1g4w98v framer-1e9z7nc\",layoutDependency:layoutDependency,layoutId:\"nUmvfbU5_\",style:{borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},...addPropertyOverrides({BF7geSJvQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||770)-160-976.1)/2+0+0)+0+416+0+0+0),sizes:`max(${componentViewport?.width||\"100vw\"} - 600px, 1px)`,...toResponsiveImage(QUSCgUJB7hmhp03u4n)}},cqW49Ds5v:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||200)-160-784.1)/2+0+0)+0+224+0+0+0+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,...toResponsiveImage(QUSCgUJB7hmhp03u4n)}},MAB7JzWW2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||200)-160-976.1)/2+0+0)+0+416+0+0+0),sizes:`max(${componentViewport?.width||\"100vw\"} - 1000px, 1px)`,...toResponsiveImage(QUSCgUJB7hmhp03u4n)}},ue3m_E3Zk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||200)-160-832.1)/2+0+0)+0+272+0+0+0),sizes:`max(${componentViewport?.width||\"100vw\"} - 64px, 1px)`,...toResponsiveImage(QUSCgUJB7hmhp03u4n)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{u1CJ4PuiP:u1CJ4PuiPhmhp03u4n},webPageId:\"WPgBo36zk\"},motionChild:true,nodeId:\"oH1xztpqT\",scopeId:\"L216YLNyK\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ocyoia framer-1e9z7nc\",layoutDependency:layoutDependency,layoutId:\"oH1xztpqT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveS1NZWRpdW0=\",\"--framer-font-family\":'\"Gilroy-Medium\", \"Gilroy-Medium Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0.08em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Unlocking Canada's Tech Talent: A Deep Dive into the Government's New Strategy\"})}),className:\"framer-eq5w6i\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Gilroy-Medium\"],layoutDependency:layoutDependency,layoutId:\"tkoszCaon\",text:pB80i57TGhmhp03u4n,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17f5w5i\",layoutDependency:layoutDependency,layoutId:\"KaRPby2L5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveS1SZWd1bGFy\",\"--framer-font-family\":'\"Gilroy-Regular\", \"Gilroy-Regular Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(153, 153, 153))\"},children:\"Jul 17, 2023\"})}),className:\"framer-1xf3q9u\",\"data-framer-name\":\"Date\",fonts:[\"CUSTOM;Gilroy-Regular\"],layoutDependency:layoutDependency,layoutId:\"s43HpjE6j\",style:{\"--extracted-r6o4lv\":\"rgb(153, 153, 153)\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})},idhmhp03u4n);})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"txhBloEdF\"},implicitPathVariables:undefined},{href:{webPageId:\"txhBloEdF\"},implicitPathVariables:undefined},{href:{webPageId:\"txhBloEdF\"},implicitPathVariables:undefined},{href:{webPageId:\"txhBloEdF\"},implicitPathVariables:undefined},{href:{webPageId:\"txhBloEdF\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,y:(componentViewport?.y||0)+80+(((componentViewport?.height||746)-160-976.1)/2+0+0)+0+906.1,...addPropertyOverrides({BF7geSJvQ:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||770)-160-976.1)/2+0+0)+0+906.1},cqW49Ds5v:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||200)-160-784.1)/2+0+0)+0+714.1},MAB7JzWW2:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||200)-160-976.1)/2+0+0)+0+906.1},ue3m_E3Zk:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||200)-160-832.1)/2+0+0)+0+762.1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-g3x5xc-container\",layoutDependency:layoutDependency,layoutId:\"EUYN3O6Ir-container\",nodeId:\"EUYN3O6Ir\",rendersWithMotion:true,scopeId:\"L216YLNyK\",children:/*#__PURE__*/_jsx(Button,{H5mu4iLEE:getLocalizedValue(\"v3\",activeLocale)??\"See all\",height:\"100%\",id:\"EUYN3O6Ir\",layoutId:\"EUYN3O6Ir\",NP8hkKFfC:resolvedLinks[0],variant:\"Z82zbKcX6\",width:\"100%\",...addPropertyOverrides({BF7geSJvQ:{NP8hkKFfC:resolvedLinks[2]},cqW49Ds5v:{NP8hkKFfC:resolvedLinks[3]},MAB7JzWW2:{NP8hkKFfC:resolvedLinks[1]},ue3m_E3Zk:{NP8hkKFfC:resolvedLinks[4]}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Lp7Bm.framer-1e9z7nc, .framer-Lp7Bm .framer-1e9z7nc { display: block; }\",\".framer-Lp7Bm.framer-1poqo7x { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 80px; position: relative; width: 1280px; }\",\".framer-Lp7Bm .framer-7i4676 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lp7Bm .framer-dc4nx4, .framer-Lp7Bm .framer-eq5w6i { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Lp7Bm .framer-1davf5r { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-Lp7Bm .framer-1c420vj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-Lp7Bm .framer-1g4w98v { aspect-ratio: 1.4579831932773109 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 247px); position: relative; text-decoration: none; width: 100%; }\",\".framer-Lp7Bm .framer-ocyoia { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-Lp7Bm .framer-17f5w5i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lp7Bm .framer-1xf3q9u { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Lp7Bm .framer-g3x5xc-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Lp7Bm.framer-1poqo7x, .framer-Lp7Bm .framer-7i4676, .framer-Lp7Bm .framer-1davf5r, .framer-Lp7Bm .framer-1c420vj, .framer-Lp7Bm .framer-ocyoia, .framer-Lp7Bm .framer-17f5w5i { gap: 0px; } .framer-Lp7Bm.framer-1poqo7x > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Lp7Bm.framer-1poqo7x > :first-child, .framer-Lp7Bm .framer-7i4676 > :first-child, .framer-Lp7Bm .framer-1c420vj > :first-child, .framer-Lp7Bm .framer-ocyoia > :first-child { margin-top: 0px; } .framer-Lp7Bm.framer-1poqo7x > :last-child, .framer-Lp7Bm .framer-7i4676 > :last-child, .framer-Lp7Bm .framer-1c420vj > :last-child, .framer-Lp7Bm .framer-ocyoia > :last-child { margin-bottom: 0px; } .framer-Lp7Bm .framer-7i4676 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Lp7Bm .framer-1davf5r > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Lp7Bm .framer-1davf5r > :first-child, .framer-Lp7Bm .framer-17f5w5i > :first-child { margin-left: 0px; } .framer-Lp7Bm .framer-1davf5r > :last-child, .framer-Lp7Bm .framer-17f5w5i > :last-child { margin-right: 0px; } .framer-Lp7Bm .framer-1c420vj > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Lp7Bm .framer-ocyoia > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Lp7Bm .framer-17f5w5i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-Lp7Bm.framer-v-kiuv1q.framer-1poqo7x { padding: 80px 500px 80px 500px; width: 2480px; }\",\".framer-Lp7Bm.framer-v-kiuv1q .framer-1g4w98v, .framer-Lp7Bm.framer-v-uz8hhe .framer-1g4w98v, .framer-Lp7Bm.framer-v-1hr7y8q .framer-1g4w98v { height: var(--framer-aspect-ratio-supported, 137px); }\",\".framer-Lp7Bm.framer-v-1rg4c2m.framer-1poqo7x { padding: 80px 300px 80px 300px; width: 1920px; }\",\".framer-Lp7Bm.framer-v-1rg4c2m .framer-1g4w98v { height: var(--framer-aspect-ratio-supported, 292px); }\",\".framer-Lp7Bm.framer-v-uz8hhe.framer-1poqo7x { padding: 80px 16px 80px 16px; width: 390px; }\",\".framer-Lp7Bm.framer-v-uz8hhe .framer-1davf5r { flex-direction: column; }\",\".framer-Lp7Bm.framer-v-uz8hhe .framer-1c420vj { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Lp7Bm.framer-v-uz8hhe .framer-1davf5r { gap: 0px; } .framer-Lp7Bm.framer-v-uz8hhe .framer-1davf5r > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Lp7Bm.framer-v-uz8hhe .framer-1davf5r > :first-child { margin-top: 0px; } .framer-Lp7Bm.framer-v-uz8hhe .framer-1davf5r > :last-child { margin-bottom: 0px; } }\",\".framer-Lp7Bm.framer-v-1hr7y8q.framer-1poqo7x { padding: 80px 32px 80px 32px; width: 810px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 746\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MAB7JzWW2\":{\"layout\":[\"fixed\",\"auto\"]},\"BF7geSJvQ\":{\"layout\":[\"fixed\",\"auto\"]},\"cqW49Ds5v\":{\"layout\":[\"fixed\",\"auto\"]},\"ue3m_E3Zk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerL216YLNyK=withCSS(Component,css,\"framer-Lp7Bm\");export default FramerL216YLNyK;FramerL216YLNyK.displayName=\"INSIGHT\";FramerL216YLNyK.defaultProps={height:746,width:1280};addPropertyControls(FramerL216YLNyK,{variant:{options:[\"cZSkJEHAL\",\"MAB7JzWW2\",\"BF7geSJvQ\",\"cqW49Ds5v\",\"ue3m_E3Zk\"],optionTitles:[\"Desktop\",\"iMac\",\"mac\",\"mobile\",\"tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerL216YLNyK,[{explicitInter:true,fonts:[{family:\"Gilroy-Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/h6LVAoR0NeAVd0fjB7Y84IM6fo.woff2\"},{family:\"Gilroy-Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/GrFLRQ6Y4yPNJjdepQ5RInBWYU.woff2\"}]},...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL216YLNyK\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1280\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"746\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MAB7JzWW2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BF7geSJvQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cqW49Ds5v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ue3m_E3Zk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["L216YLNyK_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v0", "p", "x", "motion", "v1", "v2", "v3", "__FramerMetadata__", "valuesByLocaleId", "L216YLNyK_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "ButtonFonts", "getFonts", "jXnfv3wLc_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "QUSCgUJB7hmhp03u4n", "u1CJ4PuiPhmhp03u4n", "pB80i57TGhmhp03u4n", "hl8XfUPBkhmhp03u4n", "idhmhp03u4n", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ic0iof", "args", "scopingClassNames", "cx", "serializationHash", "activeLocaleCode", "useLocaleCode", "router", "useRouter", "LayoutGroup", "transition1", "addPropertyOverrides", "u", "MotionDivWithFX", "transition2", "animation", "RichText2", "getLocalizedValue", "ChildrenCanSuspend", "ZRYDBByuX_default", "collection", "paginationInfo", "loadMore", "l", "index", "textContent", "toDateString", "PathVariablesContext", "Link", "Image2", "getLoadingLazyAtYPosition", "toResponsiveImage", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "jXnfv3wLc_default", "css", "FramerL216YLNyK", "withCSS", "L216YLNyK_default", "addPropertyControls", "ControlType", "addFonts", "ButtonFonts"]
}
