{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/eKtFVyLBKTvCgneQmk2g/LTokxEMCXQZ4WYupZee8/mPLIoTYJu.js", "ssg:https://framerusercontent.com/modules/cEzRmGr3U5ccPBPrQZBG/rFYSjtHXAXmvoytr5jgr/AX4FZef1k.js"],
  "sourcesContent": ["// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,PropertyOverrides,ResolveLinks,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Loading from\"https://framerusercontent.com/modules/vikExTCUDLsHfAVeUryO/tQ4DQ1OrZErOFjGO01II/BYidMx2OK.js\";import Headline from\"#framer/local/canvasComponent/AX4FZef1k/AX4FZef1k.js\";import Navigation from\"#framer/local/canvasComponent/FpNI1eqHu/FpNI1eqHu.js\";import CaseStudyCards from\"#framer/local/canvasComponent/m_4iuSPHr/m_4iuSPHr.js\";import metadataProvider from\"#framer/local/webPageMetadata/mPLIoTYJu/mPLIoTYJu.js\";const NavigationFonts=getFonts(Navigation);const HeadlineFonts=getFonts(Headline);const CaseStudyCardsFonts=getFonts(CaseStudyCards);const LoadingFonts=getFonts(Loading);const EmbedFonts=getFonts(Embed);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const breakpoints={EjUEZ8Enx:\"(max-width: 1199px)\",zj86tlTvk:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-GJ4UZ\";const variantClassNames={EjUEZ8Enx:\"framer-v-1mjity7\",zj86tlTvk:\"framer-v-chmouq\"};const transition1={damping:80,delay:2.1,mass:4,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition5={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition5};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"zj86tlTvk\",Phone:\"EjUEZ8Enx\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"zj86tlTvk\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-GJ4UZ`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-GJ4UZ`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const ref1=React.useRef(null);const elementId=useRouteElementId(\"eqbbQf245\");const ref2=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"QIn49vyeR\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"DVVI9S7e_\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"pfXVlFImR\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"ny0098ngi\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"INz20aZjR\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"ljuPELu_w\");const ref8=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"EjUEZ8Enx\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"zj86tlTvk\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-chmouq\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:101,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dcdb15-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{variant:\"WftyvbCmA\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"FdgX7Rxre\",layoutId:\"FdgX7Rxre\",RcERG7GI3:\"rgba(255, 255, 255, 0)\",style:{width:\"100%\"},variant:\"POQ6PoU1a\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4480,intrinsicWidth:6720,loading:getLoadingLazyAtYPosition(101),pixelHeight:4480,pixelWidth:6720,src:\"https://framerusercontent.com/images/U66pzxWPxNI1H4fSIbgHmFprzA.jpg\"},className:\"framer-sj4986\",\"data-framer-name\":\"Case Study\",id:elementId,name:\"Case Study\",ref:ref2,children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mPLIoTYJu\"},implicitPathVariables:undefined},{href:{webPageId:\"mPLIoTYJu\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10s10n9-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{link:resolvedLinks[1],variant:\"tJLhbhTAQ\"}},children:/*#__PURE__*/_jsx(Headline,{action:\"View All\",actionVisible:false,height:\"100%\",id:\"uuBqtLswd\",layoutId:\"uuBqtLswd\",link:resolvedLinks[0],style:{maxWidth:\"100%\",width:\"100%\"},title:\"Case Studies\",variant:\"XXqUnjG4g\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-157unv6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{width:\"min(100vw - 64px, 1024px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"1024px\",y:259,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pwzamw-container\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{PitLTJVrn:true,variant:\"O7G07UkLF\"}},children:/*#__PURE__*/_jsx(CaseStudyCards,{height:\"100%\",id:\"QIn49vyeR\",layoutId:\"QIn49vyeR\",PitLTJVrn:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ZE_P5d5Yg\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{width:\"min(100vw - 64px, 1024px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"1024px\",y:791,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l2or03-container\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{PitLTJVrn:true,variant:\"CXtLytFDe\"}},children:/*#__PURE__*/_jsx(CaseStudyCards,{height:\"100%\",id:\"DVVI9S7e_\",layoutId:\"DVVI9S7e_\",PitLTJVrn:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"pBmYPg6YZ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{width:\"min(100vw - 64px, 1024px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"1024px\",y:1323,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nyxlla-container\",id:elementId3,ref:ref5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{PitLTJVrn:true,variant:\"lssOVH5GL\"}},children:/*#__PURE__*/_jsx(CaseStudyCards,{height:\"100%\",id:\"pfXVlFImR\",layoutId:\"pfXVlFImR\",PitLTJVrn:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"C_vHlYyo_\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{width:\"min(100vw - 64px, 1024px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"1024px\",y:1855,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s7i0q3-container\",id:elementId4,ref:ref6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{PitLTJVrn:true,variant:\"E2AAAl01q\"}},children:/*#__PURE__*/_jsx(CaseStudyCards,{height:\"100%\",id:\"ny0098ngi\",layoutId:\"ny0098ngi\",PitLTJVrn:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"uxJlWSqqR\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{width:\"min(100vw - 64px, 1024px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"1024px\",y:2387,children:/*#__PURE__*/_jsx(Container,{className:\"framer-838d8-container\",id:elementId5,ref:ref7,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{PitLTJVrn:true,variant:\"LO6bADQVC\"}},children:/*#__PURE__*/_jsx(CaseStudyCards,{height:\"100%\",id:\"INz20aZjR\",layoutId:\"INz20aZjR\",PitLTJVrn:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"a9fAnuyPH\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{width:\"min(100vw - 64px, 1024px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"1024px\",y:2919,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11p6mtn-container\",id:elementId6,ref:ref8,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EjUEZ8Enx:{PitLTJVrn:true,variant:\"xRqsOTSCu\"}},children:/*#__PURE__*/_jsx(CaseStudyCards,{height:\"100%\",id:\"ljuPELu_w\",layoutId:\"ljuPELu_w\",PitLTJVrn:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"tgdn8sWV5\",width:\"100%\"})})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1uwbias hidden-1mjity7\",\"data-framer-appear-id\":\"1uwbias\",\"data-framer-name\":\"CTA Template\",id:\"1uwbias\",initial:animation1,name:\"CTA Template\",onTap:onTap3bnx0g({overlay}),optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-kclk3w\",\"data-framer-portal-id\":\"1uwbias\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"maCzUNgNm\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation3,className:\"framer-1c9i6pb-container\",\"data-framer-portal-id\":\"1uwbias\",exit:animation2,initial:animation4,style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Loading,{height:\"100%\",id:\"CmZC1yD5j\",layoutId:\"CmZC1yD5j\",style:{height:\"100%\"},variant:\"iaqYK6kGi\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{animate:animation6,className:\"framer-1r3nw1y\",\"data-framer-name\":\"Embed\",\"data-framer-portal-id\":\"1uwbias\",exit:animation5,initial:animation7,name:\"Embed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sfu9qt-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"\",id:\"qdFpOqydL\",layoutId:\"qdFpOqydL\",style:{height:\"100%\",width:\"100%\"},type:\"url\",url:\"https://babarogic.lemonsqueezy.com/checkout/buy/cfc21232-1b1b-4475-9264-f7f4e9bcbb4f?discount=0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q1afdm\",\"data-framer-name\":\"Close\",\"data-framer-portal-id\":\"1uwbias\",name:\"Close\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12c6ybf\",\"data-framer-name\":\"Close-button\",name:\"Close-button\",onTap:onTap1wnntms({overlay}),whileHover:animation8,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-eovmds-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(122, 122, 122)\",height:\"100%\",iconSearch:\"x\",iconSelection:\"House\",id:\"FLu0tV1No\",layoutId:\"FLu0tV1No\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})})]}),document.querySelector(\"#overlay\"))})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-GJ4UZ { background: var(--token-eaf80125-bf32-4d8e-9fcf-bcc499a289a4, rgb(249, 248, 245)) /* {\"name\":\"Background\"} */; }`,\".framer-GJ4UZ.framer-106fmoy, .framer-GJ4UZ .framer-106fmoy { display: block; }\",\".framer-GJ4UZ.framer-chmouq { align-content: center; align-items: center; background-color: var(--token-eaf80125-bf32-4d8e-9fcf-bcc499a289a4, #f9f8f5); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-GJ4UZ .framer-1dcdb15-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-GJ4UZ .framer-sj4986 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 0px 64px 0px; position: relative; scroll-margin-top: 20px; width: 100%; z-index: 1; }\",\".framer-GJ4UZ .framer-10s10n9-container { flex: none; height: auto; max-width: 1088px; position: relative; width: 100%; }\",\".framer-GJ4UZ .framer-157unv6 { 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: 1024px; }\",\".framer-GJ4UZ .framer-pwzamw-container, .framer-GJ4UZ .framer-1l2or03-container, .framer-GJ4UZ .framer-nyxlla-container, .framer-GJ4UZ .framer-1s7i0q3-container, .framer-GJ4UZ .framer-838d8-container, .framer-GJ4UZ .framer-11p6mtn-container { flex: none; height: auto; max-width: 1024px; position: relative; width: 100%; z-index: 1; }\",\".framer-GJ4UZ .framer-1uwbias { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 66px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: fixed; right: 20px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-GJ4UZ .framer-kclk3w { background-color: rgba(13, 13, 13, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 1; }\",\".framer-GJ4UZ .framer-1c9i6pb-container { flex: none; height: 8px; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: auto; z-index: 1; }\",\".framer-GJ4UZ .framer-1r3nw1y { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: fixed; right: 0px; top: 60px; z-index: 1; }\",\".framer-GJ4UZ .framer-sfu9qt-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-GJ4UZ .framer-q1afdm { flex: none; height: 60px; left: 0px; overflow: hidden; position: fixed; right: 0px; top: 0px; z-index: 1; }\",\".framer-GJ4UZ .framer-12c6ybf { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-GJ4UZ .framer-eovmds-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GJ4UZ.framer-chmouq, .framer-GJ4UZ .framer-sj4986, .framer-GJ4UZ .framer-157unv6, .framer-GJ4UZ .framer-1uwbias, .framer-GJ4UZ .framer-12c6ybf { gap: 0px; } .framer-GJ4UZ.framer-chmouq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-GJ4UZ.framer-chmouq > :first-child, .framer-GJ4UZ .framer-sj4986 > :first-child, .framer-GJ4UZ .framer-157unv6 > :first-child { margin-top: 0px; } .framer-GJ4UZ.framer-chmouq > :last-child, .framer-GJ4UZ .framer-sj4986 > :last-child, .framer-GJ4UZ .framer-157unv6 > :last-child { margin-bottom: 0px; } .framer-GJ4UZ .framer-sj4986 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-GJ4UZ .framer-157unv6 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-GJ4UZ .framer-1uwbias > *, .framer-GJ4UZ .framer-12c6ybf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-GJ4UZ .framer-1uwbias > :first-child, .framer-GJ4UZ .framer-12c6ybf > :first-child { margin-left: 0px; } .framer-GJ4UZ .framer-1uwbias > :last-child, .framer-GJ4UZ .framer-12c6ybf > :last-child { margin-right: 0px; } }\",`@media (max-width: 1199px) { .${metadata.bodyClassName}-framer-GJ4UZ { background: var(--token-eaf80125-bf32-4d8e-9fcf-bcc499a289a4, rgb(249, 248, 245)) /* {\"name\":\"Background\"} */; } .framer-GJ4UZ.framer-chmouq { width: 428px; } .framer-GJ4UZ .framer-sj4986 { padding: 64px 32px 64px 32px; } .framer-GJ4UZ .framer-157unv6 { width: 100%; }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3483\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"EjUEZ8Enx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramermPLIoTYJu=withCSS(Component,css,\"framer-GJ4UZ\");export default FramermPLIoTYJu;FramermPLIoTYJu.displayName=\"Case Study\";FramermPLIoTYJu.defaultProps={height:3483,width:1200};addFonts(FramermPLIoTYJu,[{explicitInter:true,fonts:[]},...NavigationFonts,...HeadlineFonts,...CaseStudyCardsFonts,...LoadingFonts,...EmbedFonts,...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermPLIoTYJu\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EjUEZ8Enx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"3483\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1b127cb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/zl0w0PjQ0RIzRZ7OVAEy/PhhFfJQJM4tqrAVPPVTv/b9zJsM3rR.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/jARzxhhineKBuFXr3zga/U16VfSyhMKKl2sbEIxV7/ro7OPezbn.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/cygHorvdj65lm8zEMcLO/FGL6kY8YW6fYcbejytIR/vDltKVZ8B.js\";const cycleOrder=[\"XXqUnjG4g\",\"tJLhbhTAQ\"];const variantClassNames={tJLhbhTAQ:\"framer-v-1r6h2y5\",XXqUnjG4g:\"framer-v-8xuk1j\"};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 humanReadableVariantMap={Desktop:\"XXqUnjG4g\",Mobile:\"tJLhbhTAQ\"};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"XXqUnjG4g\",action:CXWs5o0VS=\"View\",link:rueZMpIh_,title:KcRJg8WfC=\"Blog\",actionVisible:h3I9kO3Pr=true,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"XXqUnjG4g\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-4TODP\",sharedStyle.className,sharedStyle1.className,sharedStyle2.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-8xuk1j\",className),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"XXqUnjG4g\",ref:ref,style:{...style},transition:transition,...addPropertyOverrides({tJLhbhTAQ:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1joz210\",\"data-styles-preset\":\"vDltKVZ8B\",children:\"Blog\"})}),className:\"framer-l2khqg\",layoutDependency:layoutDependency,layoutId:\"HavkxKlQn\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:KcRJg8WfC,transition:transition,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tlhox1\",layoutDependency:layoutDependency,layoutId:\"Ck9bQ6r6k\",transition:transition,children:h3I9kO3Pr&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2v2yhv\",\"data-styles-preset\":\"b9zJsM3rR\",children:/*#__PURE__*/_jsx(Link,{href:rueZMpIh_,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"View\"})})})}),className:\"framer-exy4sk\",layoutDependency:layoutDependency,layoutId:\"Tn1YVidch\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:CXWs5o0VS,transition:transition,verticalAlignment:\"top\",withExternalLayout:true})})]})})});});const css=['.framer-4TODP [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4TODP .framer-1ja1a1l { display: block; }\",\".framer-4TODP .framer-8xuk1j { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1088px; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 1088px; }\",\".framer-4TODP .framer-l2khqg, .framer-4TODP .framer-exy4sk { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-4TODP .framer-1tlhox1 { 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 0px 0px 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4TODP .framer-1tlhox1 { gap: 0px; } .framer-4TODP .framer-1tlhox1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4TODP .framer-1tlhox1 > :first-child { margin-left: 0px; } .framer-4TODP .framer-1tlhox1 > :last-child { margin-right: 0px; } }\",\".framer-4TODP.framer-v-1r6h2y5 .framer-8xuk1j { padding: 0px 0px 0px 0px; width: 810px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 1088\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1088px\",null,null]},\"tJLhbhTAQ\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1088px\",null,null]}}}\n * @framerVariables {\"CXWs5o0VS\":\"action\",\"rueZMpIh_\":\"link\",\"KcRJg8WfC\":\"title\",\"h3I9kO3Pr\":\"actionVisible\"}\n */const FramerAX4FZef1k=withCSS(Component,css,\"framer-4TODP\");export default FramerAX4FZef1k;FramerAX4FZef1k.displayName=\"Headline\";FramerAX4FZef1k.defaultProps={height:46,width:1088};addPropertyControls(FramerAX4FZef1k,{variant:{options:[\"XXqUnjG4g\",\"tJLhbhTAQ\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},CXWs5o0VS:{defaultValue:\"View\",displayTextArea:false,title:\"Action\",type:ControlType.String},rueZMpIh_:{title:\"Link\",type:ControlType.Link},KcRJg8WfC:{defaultValue:\"Blog\",displayTextArea:false,title:\"Title\",type:ControlType.String},h3I9kO3Pr:{defaultValue:true,title:\"Action Visible\",type:ControlType.Boolean}});addFonts(FramerAX4FZef1k,[...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAX4FZef1k\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"CXWs5o0VS\\\":\\\"action\\\",\\\"rueZMpIh_\\\":\\\"link\\\",\\\"KcRJg8WfC\\\":\\\"title\\\",\\\"h3I9kO3Pr\\\":\\\"actionVisible\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1088px\\\",null,null]},\\\"tJLhbhTAQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1088px\\\",null,null]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1088\",\"framerIntrinsicHeight\":\"46\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "CXWs5o0VS", "rueZMpIh_", "KcRJg8WfC", "h3I9kO3Pr", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "RichText2", "x", "Link", "css", "FramerAX4FZef1k", "withCSS", "AX4FZef1k_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "NavigationFonts", "getFonts", "FpNI1eqHu_default", "HeadlineFonts", "AX4FZef1k_default", "CaseStudyCardsFonts", "m_4iuSPHr_default", "LoadingFonts", "BYidMx2OK_default", "EmbedFonts", "Embed", "PhosphorFonts", "Icon", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transformTemplate1", "_", "t", "animation3", "animation4", "transition3", "animation5", "transition4", "animation6", "animation7", "transition5", "animation8", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "router", "useRouter", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "elementId6", "ref8", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "LayoutGroup", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "l", "AnimatePresence", "Ga", "x", "css", "FramermPLIoTYJu", "withCSS", "mPLIoTYJu_default", "addFonts", "__FramerMetadata__"]
}
