{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/u16mUm6NyANh6kdYjzxu/aPZD5jfttn6HdAHu9rxm/P9F71nVe3.js", "ssg:https://framerusercontent.com/modules/KHDKqvx6FjYsFd7buCXq/CDb0QdU6QFAHE40NKb9L/B045RLObU.js"],
  "sourcesContent": ["import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[];export const css=['.framer-TFQ1I .framer-styles-preset-a7rh7r:not(.rich-text-wrapper), .framer-TFQ1I .framer-styles-preset-a7rh7r.rich-text-wrapper h3 { --framer-font-family: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.25em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #111111; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-TFQ1I\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8dd9d28)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CTAWrapper from\"#framer/local/canvasComponent/dxxff8glf/dxxff8glf.js\";import Navbar from\"#framer/local/canvasComponent/La0iVzP6O/La0iVzP6O.js\";import Footer from\"#framer/local/canvasComponent/LdZZ71gpl/LdZZ71gpl.js\";import*as sharedStyle3 from\"#framer/local/css/Ihk1V0gaE/Ihk1V0gaE.js\";import*as sharedStyle2 from\"#framer/local/css/Nvw9oBZfP/Nvw9oBZfP.js\";import*as sharedStyle1 from\"#framer/local/css/P9F71nVe3/P9F71nVe3.js\";import*as sharedStyle from\"#framer/local/css/x9IF_b5gD/x9IF_b5gD.js\";import metadataProvider from\"#framer/local/webPageMetadata/B045RLObU/B045RLObU.js\";const NavbarFonts=getFonts(Navbar);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const CTAWrapperFonts=getFonts(CTAWrapper);const FooterFonts=getFonts(Footer);const breakpoints={B9krpYErK:\"(min-width: 810px) and (max-width: 1199px)\",JDAiyjzbq:\"(max-width: 809px)\",MtudDZzjM:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-yQ7qF\";const variantClassNames={B9krpYErK:\"framer-v-81bdon\",JDAiyjzbq:\"framer-v-17ww095\",MtudDZzjM:\"framer-v-fffo0i\"};const transition1={bounce:.2,delay:0,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:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"MtudDZzjM\",Phone:\"JDAiyjzbq\",Tablet:\"B9krpYErK\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MtudDZzjM\"};};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=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"PhgVxJx10\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"EilB1m80L\");const ref2=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"MtudDZzjM\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-e4362284-ef2e-41c7-b8f8-07e537c1cc21, rgb(242, 242, 242)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-fffo0i\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gvxv7l-container\",nodeId:\"uE3f5EaW0\",scopeId:\"B045RLObU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B9krpYErK:{variant:\"Hts63LeKA\"},JDAiyjzbq:{variant:\"Hts63LeKA\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"uE3f5EaW0\",layoutId:\"uE3f5EaW0\",style:{width:\"100%\"},variant:\"eqihXnag_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mpb379\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ak7lt4\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1rnuh4o\",\"data-styles-preset\":\"x9IF_b5gD\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:\"Progressive insight. \"}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-a7rh7r\",\"data-styles-preset\":\"P9F71nVe3\",children:'\"Actively moving brands forward, continuously shaping strategies and sparking positive, future-focused growth\".'})]}),className:\"framer-4c8sn8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jksq6g\",\"data-framer-name\":\"Section World\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JDAiyjzbq:{background:{alt:\"Close up of a man's eye\",fit:\"fill\",intrinsicHeight:966,intrinsicWidth:1880,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+394.4+0+0),pixelHeight:648,pixelWidth:1152,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/tQxBGavsGwpLXqXj7Fb053d7L0.gif\",srcSet:\"https://framerusercontent.com/images/tQxBGavsGwpLXqXj7Fb053d7L0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/tQxBGavsGwpLXqXj7Fb053d7L0.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/tQxBGavsGwpLXqXj7Fb053d7L0.gif 1152w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Close up of a man's eye\",fit:\"fill\",intrinsicHeight:966,intrinsicWidth:1880,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+434.4+0+0),pixelHeight:648,pixelWidth:1152,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/tQxBGavsGwpLXqXj7Fb053d7L0.gif\",srcSet:\"https://framerusercontent.com/images/tQxBGavsGwpLXqXj7Fb053d7L0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/tQxBGavsGwpLXqXj7Fb053d7L0.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/tQxBGavsGwpLXqXj7Fb053d7L0.gif 1152w\"},className:\"framer-bgkqua\",\"data-framer-name\":\"World\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u3316y\",\"data-framer-name\":\"Page Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-10nay4b\",\"data-framer-name\":\"Inner Content\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-fbb4y7\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hghl8u\",\"data-framer-name\":\"Flex H\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-mwpcbl\",\"data-framer-name\":\"Col Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-4hij6d\",\"data-styles-preset\":\"Nvw9oBZfP\",children:[\"Smarter\",/*#__PURE__*/_jsx(\"br\",{}),\"thinking\"]})}),className:\"framer-1sekaka\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v94enr\",\"data-framer-name\":\"Col Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-5o7kdn\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i9x6sd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JDAiyjzbq:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8gx0zd\",\"data-styles-preset\":\"Ihk1V0gaE\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8gx0zd\",\"data-styles-preset\":\"Ihk1V0gaE\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"True impact isn\u2019t about bigger budgets, it\u2019s about smarter thinking. And smarter thinking demands powerful insight.\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8gx0zd\",\"data-styles-preset\":\"Ihk1V0gaE\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:\"Whether it\u2019s in-depth qualitative research, digital ethnographic studies, or large-scale quantitative surveys, we uncover the insights that matter and translate them into innovative, evidence-based strategies designed to spot opportunities and drive real results.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8gx0zd\",\"data-styles-preset\":\"Ihk1V0gaE\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:\"By focusing on doing fewer things exceptionally well, we help you achieve stronger, more sustainable outcomes.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8gx0zd\",\"data-styles-preset\":\"Ihk1V0gaE\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:\"Whether you\u2019re looking for a new proposition, a fresh brand purpose, a revitalised brand strategy or a compelling campaign, we\u2019ll work with you to define the most effective path forward, together.\"})]})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8gx0zd\",\"data-styles-preset\":\"Ihk1V0gaE\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"True impact isn\u2019t about bigger budgets, it\u2019s about smarter thinking. And smarter thinking demands powerful insight.\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8gx0zd\",\"data-styles-preset\":\"Ihk1V0gaE\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:\"Whether it\u2019s in-depth qualitative research, digital ethnographic studies, or large-scale quantitative surveys, we uncover the insights that matter and translate them into innovative, evidence-based strategies designed to spot opportunities and drive real results.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8gx0zd\",\"data-styles-preset\":\"Ihk1V0gaE\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:\"By focusing on doing fewer things exceptionally well, we help you achieve stronger, more sustainable outcomes.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8gx0zd\",\"data-styles-preset\":\"Ihk1V0gaE\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:\"Whether you\u2019re looking for a new proposition, a fresh brand purpose, a revitalised brand strategy or a compelling campaign, we\u2019ll work with you to define the most effective path forward, together.\"})]}),className:\"framer-ampkdf\",\"data-framer-appear-id\":\"ampkdf\",fonts:[\"Inter\",\"Inter-Bold\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})})})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9i4z0r\",\"data-framer-name\":\"2 Columns Text Image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-chfjc\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-im50ne\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B9krpYErK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.8px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\"Skills Development\"}),/*#__PURE__*/_jsx(\"br\",{}),\"Education through inclusion\"]})})},JDAiyjzbq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"30px\"},children:\"Skills Development\"}),/*#__PURE__*/_jsx(\"br\",{}),\"Education through inclusion\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:\"Skills Development\"}),/*#__PURE__*/_jsx(\"br\",{}),\"Education through inclusion\"]})}),className:\"framer-179aon6\",fonts:[\"FS;Montserrat-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8gx0zd\",\"data-styles-preset\":\"Ihk1V0gaE\",style:{\"--framer-text-color\":\"var(--token-359b83ac-20f7-4588-a5fb-e7c79afc65e7, rgb(17, 17, 17))\"},children:\"With the right support, we believe that anyone can develop the confidence and clarity to think strategically and lead effectively. Instead of rigid training programmes, we tailor our approach to your needs, working alongside your teams on live projects to build both skills and confidence.\"})}),className:\"framer-12oe6gw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-si2ytn\"})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JDAiyjzbq:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1684.8+0+0),pixelHeight:928,pixelWidth:1232,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/lrPCbVbg7BM6TvdybeEFMQro6hw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/lrPCbVbg7BM6TvdybeEFMQro6hw.png?scale-down-to=512 512w,https://framerusercontent.com/images/lrPCbVbg7BM6TvdybeEFMQro6hw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lrPCbVbg7BM6TvdybeEFMQro6hw.png 1232w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1839.4+0),pixelHeight:928,pixelWidth:1232,sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/lrPCbVbg7BM6TvdybeEFMQro6hw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/lrPCbVbg7BM6TvdybeEFMQro6hw.png?scale-down-to=512 512w,https://framerusercontent.com/images/lrPCbVbg7BM6TvdybeEFMQro6hw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lrPCbVbg7BM6TvdybeEFMQro6hw.png 1232w\"},className:\"framer-7kbnag\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uwo4wz\",\"data-framer-name\":\"Page Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B9krpYErK:{y:(componentViewport?.y||0)+0+2339.4+0+0},JDAiyjzbq:{y:(componentViewport?.y||0)+0+2328.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:498,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2439.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6hp3b-container\",nodeId:\"oxH7eYaME\",scopeId:\"B045RLObU\",children:/*#__PURE__*/_jsx(CTAWrapper,{bbmZyFXys:\"Let's talk strategy\",height:\"100%\",id:\"oxH7eYaME\",layoutId:\"oxH7eYaME\",style:{width:\"100%\"},variant:\"NS4yLLwBz\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B9krpYErK:{y:(componentViewport?.y||0)+0+2837.4},JDAiyjzbq:{y:(componentViewport?.y||0)+0+2826.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:283,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2937.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jhyegx-container\",nodeId:\"goUO3yBW1\",scopeId:\"B045RLObU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B9krpYErK:{variant:\"YvlgjsDan\"},JDAiyjzbq:{variant:\"YvlgjsDan\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"goUO3yBW1\",layoutId:\"goUO3yBW1\",style:{width:\"100%\"},variant:\"eRvJNcdSg\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yQ7qF.framer-10gag28, .framer-yQ7qF .framer-10gag28 { display: block; }\",\".framer-yQ7qF.framer-fffo0i { align-content: center; align-items: center; background-color: var(--token-e4362284-ef2e-41c7-b8f8-07e537c1cc21, #f2f2f2); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-yQ7qF .framer-gvxv7l-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-yQ7qF .framer-mpb379 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1680px; overflow: hidden; padding: 0px 0px 80px 0px; position: relative; width: 92%; }\",\".framer-yQ7qF .framer-ak7lt4 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 80px 0px 12px 0px; position: relative; width: 100%; }\",\".framer-yQ7qF .framer-4c8sn8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 0.75 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-yQ7qF .framer-1jksq6g { align-content: center; align-items: center; background-color: #111111; 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-yQ7qF .framer-bgkqua { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 595px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yQ7qF .framer-1u3316y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yQ7qF .framer-10nay4b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1680px; overflow: hidden; padding: 0px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-yQ7qF .framer-fbb4y7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yQ7qF .framer-hghl8u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 119px 0px 119px 0px; position: relative; width: 100%; }\",\".framer-yQ7qF .framer-mwpcbl { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-yQ7qF .framer-1sekaka { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-yQ7qF .framer-1v94enr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-yQ7qF .framer-5o7kdn { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yQ7qF .framer-1i9x6sd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 75%; }\",\".framer-yQ7qF .framer-ampkdf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 75%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-yQ7qF .framer-9i4z0r { align-content: center; align-items: center; background-color: #ffffff; 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: 100%; }\",\".framer-yQ7qF .framer-chfjc { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-yQ7qF .framer-im50ne { 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; max-width: 2018px; padding: 0px; position: relative; width: 400px; }\",\".framer-yQ7qF .framer-179aon6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-yQ7qF .framer-12oe6gw { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-yQ7qF .framer-si2ytn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; min-height: 40px; min-width: 108px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-yQ7qF .framer-7kbnag { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-yQ7qF .framer-uwo4wz { align-content: center; align-items: center; background-color: #ffffff; 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%; }\",\".framer-yQ7qF .framer-6hp3b-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-yQ7qF .framer-jhyegx-container { flex: none; height: auto; position: relative; width: 100%; z-index: 4; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-yQ7qF.framer-fffo0i { width: 810px; } .framer-yQ7qF .framer-mpb379 { gap: 60px; } .framer-yQ7qF .framer-ak7lt4 { flex-direction: column; } .framer-yQ7qF .framer-4c8sn8 { flex: none; width: 100%; } .framer-yQ7qF .framer-10nay4b { padding: 0px 32px 0px 32px; } .framer-yQ7qF .framer-1i9x6sd { width: 100%; } .framer-yQ7qF .framer-im50ne { flex: 1 0 0px; padding: 40px; width: 1px; } .framer-yQ7qF .framer-7kbnag { height: 500px; }}\",\"@media (max-width: 809px) { .framer-yQ7qF.framer-fffo0i { width: 390px; } .framer-yQ7qF .framer-mpb379 { gap: 60px; padding: 0px 24px 60px 24px; width: 100%; } .framer-yQ7qF .framer-ak7lt4 { flex-direction: column; gap: 24px; justify-content: flex-start; padding: 60px 0px 12px 0px; } .framer-yQ7qF .framer-4c8sn8, .framer-yQ7qF .framer-mwpcbl, .framer-yQ7qF .framer-1v94enr { flex: none; width: 100%; } .framer-yQ7qF .framer-bgkqua { height: 400px; } .framer-yQ7qF .framer-1u3316y, .framer-yQ7qF .framer-uwo4wz { justify-content: flex-start; } .framer-yQ7qF .framer-10nay4b { gap: 0px; padding: 0px 24px 0px 24px; } .framer-yQ7qF .framer-hghl8u { flex-direction: column; padding: 60px 0px 48px 0px; } .framer-yQ7qF .framer-5o7kdn { gap: 42px; } .framer-yQ7qF .framer-1i9x6sd, .framer-yQ7qF .framer-ampkdf { width: 100%; } .framer-yQ7qF .framer-9i4z0r { flex-direction: column; } .framer-yQ7qF .framer-chfjc { align-self: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-yQ7qF .framer-im50ne { flex: 1 0 0px; padding: 20px; width: 1px; } .framer-yQ7qF .framer-7kbnag { flex: none; height: 400px; order: 0; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3159.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"B9krpYErK\":{\"layout\":[\"fixed\",\"auto\"]},\"JDAiyjzbq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"PhgVxJx10\":{\"pattern\":\":PhgVxJx10\",\"name\":\"about\"},\"EilB1m80L\":{\"pattern\":\":EilB1m80L\",\"name\":\"about\"}}\n * @framerResponsiveScreen\n */const FramerB045RLObU=withCSS(Component,css,\"framer-yQ7qF\");export default FramerB045RLObU;FramerB045RLObU.displayName=\"Audience Understanding\";FramerB045RLObU.defaultProps={height:3159.5,width:1200};addFonts(FramerB045RLObU,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KDZE2GHZ4MXZP7RVHASNN75AFABT2ZB2/G33WYZOWF5RLCYVGCMU5BFGBXH4DMKUK/SHZ3SDA4YUDBQPNRSIGO7XNSCQQUBDYR.woff2\",weight:\"700\"}]},...NavbarFonts,...CTAWrapperFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB045RLObU\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"PhgVxJx10\\\":{\\\"pattern\\\":\\\":PhgVxJx10\\\",\\\"name\\\":\\\"about\\\"},\\\"EilB1m80L\\\":{\\\"pattern\\\":\\\":EilB1m80L\\\",\\\"name\\\":\\\"about\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"3159.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B9krpYErK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JDAiyjzbq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "NavbarFonts", "getFonts", "La0iVzP6O_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "CTAWrapperFonts", "dxxff8glf_default", "FooterFonts", "LdZZ71gpl_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "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", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "La0iVzP6O_default", "RichText2", "x", "getLoadingLazyAtYPosition", "Image2", "RichTextWithOptimizedAppearEffect", "dxxff8glf_default", "LdZZ71gpl_default", "css", "FramerB045RLObU", "withCSS", "B045RLObU_default", "addFonts", "NavbarFonts", "CTAWrapperFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
