{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/a1Nrv7vcaY0Q0Ve5NeRb/GaN2JMJzcVsbITJN0Enq/Scroll.js", "ssg:https://framerusercontent.com/modules/hdgQACSADnWM4SJqmDJT/sK95zNYBzozF5UCNeYEc/ZwvsD0MG9.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";export function withProgress(Component){return props=>{const[progress,setProgress]=useState(0);const[isScrolling,setIsScrolling]=useState(false);const prevScrollY=useRef(0);useEffect(()=>{const calculateProgress=()=>{const startEl=document.getElementById(\"start\");const endEl=document.getElementById(\"end\");if(startEl&&endEl){const sectionHeight=endEl.offsetTop-startEl.offsetTop;const scrollDistance=window.pageYOffset||document.documentElement.scrollTop;const sectionScrollDistance=scrollDistance-startEl.offsetTop;const sectionProgress=sectionScrollDistance/sectionHeight*100;setProgress(sectionProgress);}};const handleScroll=()=>{const scrollY=window.pageYOffset||document.documentElement.scrollTop;if(scrollY!==prevScrollY.current){prevScrollY.current=scrollY;calculateProgress();setIsScrolling(true);}};const handleScrollEnd=()=>{setIsScrolling(false);};calculateProgress();window.addEventListener(\"scroll\",handleScroll);window.addEventListener(\"scrollend\",handleScrollEnd);return()=>{window.removeEventListener(\"scroll\",handleScroll);window.removeEventListener(\"scrollend\",handleScrollEnd);};},[]);return /*#__PURE__*/_jsx(Component,{...props,style:{width:`${progress}%`,transition:isScrolling?\"none\":\"width 0.5s ease-in-out\"}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withProgress\":{\"type\":\"reactHoc\",\"name\":\"withProgress\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scroll.map", "// Generated by Framer (83eb5d8)\nvar _componentPresets_fonts,_componentPresets_fonts1;import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,Container,cx,GeneratedComponentContext,getFonts,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useCurrentPathVariables,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Image1 from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/73UsIpa97froefZwqzz9/Image.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import CardsCTA from\"#framer/local/canvasComponent/DIsrpQc1M/DIsrpQc1M.js\";import UIHeader from\"#framer/local/canvasComponent/SWlFpdIcE/SWlFpdIcE.js\";import UIFooter from\"#framer/local/canvasComponent/U8LnUctVC/U8LnUctVC.js\";import{withProgress}from\"#framer/local/codeFile/IvmpzR6/Scroll.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/x0oyLLcfR/x0oyLLcfR.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle from\"#framer/local/css/g4MmiR60w/g4MmiR60w.js\";import*as sharedStyle3 from\"#framer/local/css/Glxiebvfw/Glxiebvfw.js\";import*as sharedStyle4 from\"#framer/local/css/hdyd1yX5i/hdyd1yX5i.js\";import*as sharedStyle5 from\"#framer/local/css/ImAEEi4Qo/ImAEEi4Qo.js\";import*as sharedStyle2 from\"#framer/local/css/kZEURXbeW/kZEURXbeW.js\";import*as sharedStyle11 from\"#framer/local/css/oEWUxq6cj/oEWUxq6cj.js\";import*as sharedStyle8 from\"#framer/local/css/qirZ3RKLh/qirZ3RKLh.js\";import*as sharedStyle7 from\"#framer/local/css/R4sqH3AII/R4sqH3AII.js\";import*as sharedStyle10 from\"#framer/local/css/StDBMPlVA/StDBMPlVA.js\";import*as sharedStyle9 from\"#framer/local/css/stylesPresetLink/stylesPresetLink.js\";import*as sharedStyle6 from\"#framer/local/css/tU8l7Q2yH/tU8l7Q2yH.js\";import*as sharedStyle12 from\"#framer/local/css/YoA3gknJd/YoA3gknJd.js\";import*as sharedStyle1 from\"#framer/local/css/ZM_65nc1X/ZM_65nc1X.js\";import metadataProvider from\"#framer/local/webPageMetadata/ZwvsD0MG9/ZwvsD0MG9.js\";const UIHeaderFonts=getFonts(UIHeader);const MotionDivWithProgress=withProgress(motion.div);const PhosphorFonts=getFonts(Phosphor);const Image1Fonts=getFonts(Image1);const CardsCTAFonts=getFonts(CardsCTA);const UIFooterFonts=getFonts(UIFooter);const cycleOrder=[\"lGTm2ucAG\",\"w3wb_qO9F\",\"sWs5qABt8\"];const breakpoints={lGTm2ucAG:\"(min-width: 1200px)\",sWs5qABt8:\"(max-width: 809px)\",w3wb_qO9F:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-xJv6J\";const variantClassNames={lGTm2ucAG:\"framer-v-1af35pq\",sWs5qABt8:\"framer-v-1t4f33a\",w3wb_qO9F:\"framer-v-1nxiyqb\"};const transitions={default:{duration:0}};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const dateStyle=options.dateStyle;const timeZone=\"UTC\";try{return date.toLocaleDateString(locale,{dateStyle,timeZone});}catch{return date.toLocaleDateString(fallbackLocale,{dateStyle,timeZone});}};const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:50,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:1,rotate:0,scale:1.01,transition:transition1};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"lGTm2ucAG\",Phone:\"sWs5qABt8\",Tablet:\"w3wb_qO9F\"};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:\"lGTm2ucAG\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){var _enumToDisplayNameFunctions_RUv9ddWhN;const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{data:Blog,type:\"Collection\"},select:[{name:\"jhzCtjKXl\",type:\"Identifier\"},{name:\"X0e_VATcK\",type:\"Identifier\"},{name:\"LD1gH4hyo\",type:\"Identifier\"},{name:\"RUv9ddWhN\",type:\"Identifier\"},{name:\"xcXAOqP_j\",type:\"Identifier\"},{name:\"wdSBZfXT8\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables)});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data in \"Blog\" matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,RUv9ddWhN=getFromCurrentRouteData(\"RUv9ddWhN\"),wdSBZfXT8=getFromCurrentRouteData(\"wdSBZfXT8\"),jhzCtjKXl=getFromCurrentRouteData(\"jhzCtjKXl\"),X0e_VATcK=getFromCurrentRouteData(\"X0e_VATcK\"),LD1gH4hyo=getFromCurrentRouteData(\"LD1gH4hyo\"),xcXAOqP_j=getFromCurrentRouteData(\"xcXAOqP_j\"),nbf3BNE8bBWRumg8Fa,LD1gH4hyoBWRumg8Fa,jhzCtjKXlBWRumg8Fa,RUv9ddWhNBWRumg8Fa,idBWRumg8Fa,...restProps}=getProps(props);React.useLayoutEffect(()=>{const metadata1=metadataProvider(currentRouteData,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);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-xJv6J`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-xJv6J`);};}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const ref1=React.useRef(null);const id=useRouteElementId(\"bSWdeuUyw\");const ref2=React.useRef(null);const textContent=(_enumToDisplayNameFunctions_RUv9ddWhN=enumToDisplayNameFunctions[\"RUv9ddWhN\"])===null||_enumToDisplayNameFunctions_RUv9ddWhN===void 0?void 0:_enumToDisplayNameFunctions_RUv9ddWhN.call(enumToDisplayNameFunctions,RUv9ddWhN,activeLocale);const activeLocaleCode=useLocaleCode();const textContent1=toDateString(wdSBZfXT8,{dateStyle:\"long\",locale:\"en-US\"},activeLocaleCode);const visible=isSet(X0e_VATcK);const id1=useRouteElementId(\"sisnMlt6r\");const ref3=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"lGTm2ucAG\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1af35pq\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(Container,{className:\"framer-1mgcoz7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sWs5qABt8:{variant:\"PVTdmwC_H\"},w3wb_qO9F:{variant:\"Y9DMQ5MsT\"}},children:/*#__PURE__*/_jsx(UIHeader,{height:\"100%\",id:\"pvVtoOIug\",KT8zSqHvx:\"y4T5VSyxG\",layoutId:\"pvVtoOIug\",style:{width:\"100%\"},variant:\"TC0Bi6EmH\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u9alpw\",\"data-framer-name\":\"Progress Bar\",name:\"Progress Bar\",children:/*#__PURE__*/_jsx(MotionDivWithProgress,{className:\"framer-1dk0sfj\",\"data-framer-name\":\"Line\",name:\"Line\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n6t9i6\",\"data-framer-name\":\"Head\",name:\"Head\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rq3eo4\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c8fkaq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yuowqt\",id:id,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s2i5oc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d2601y\",children:[/*#__PURE__*/_jsx(Container,{className:\"framer-1nw0ifu-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:'var(--token-cdac2501-c5bb-4e8c-9d15-9d67096e2a60, rgb(137, 142, 148)) /* {\"name\":\"$tertiary\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:\"FolderSimple\",id:\"trZ8YYWei\",layoutId:\"trZ8YYWei\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-hkx5z8\",\"data-styles-preset\":\"g4MmiR60w\",style:{\"--framer-text-color\":\"var(--token-7d56f77d-9701-4bcb-8707-181e39b667c2, rgb(91, 94, 98))\"},children:\"Feature\"})}),className:\"framer-ak0xx1\",\"data-framer-name\":\"Label\",name:\"Label\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zbt17e\",children:[/*#__PURE__*/_jsx(Container,{className:\"framer-4jxr0f-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:'var(--token-cdac2501-c5bb-4e8c-9d15-9d67096e2a60, rgb(137, 142, 148)) /* {\"name\":\"$tertiary\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:\"CalendarBlank\",id:\"DQ2aAJgi9\",layoutId:\"DQ2aAJgi9\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-hkx5z8\",\"data-styles-preset\":\"g4MmiR60w\",style:{\"--framer-text-color\":\"var(--token-7d56f77d-9701-4bcb-8707-181e39b667c2, rgb(91, 94, 98))\"},children:\"April 3, 2023\"})}),className:\"framer-erkwro\",\"data-framer-name\":\"Label\",name:\"Label\",text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lf3xtu\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p7xmsh\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:836,intrinsicWidth:850,pixelHeight:836,pixelWidth:850,sizes:\"47px\",src:\"https://framerusercontent.com/images/A389HVY20e2TuaOIRnIX5vYQ9c.png\",srcSet:\"https://framerusercontent.com/images/A389HVY20e2TuaOIRnIX5vYQ9c.png?scale-down-to=512 512w, https://framerusercontent.com/images/A389HVY20e2TuaOIRnIX5vYQ9c.png 850w\"},className:\"framer-yc04f3\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy0zMDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-3d5ddf20-ef7a-46a6-ba86-84cb86540377, rgb(24, 24, 27))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Written by Rachid Ehabi\"})})}),className:\"framer-1l664l\",\"data-framer-name\":\"Label\",fonts:[\"GF;IBM Plex Sans-300\",\"GF;IBM Plex Sans-regular\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-12qyeq6\",\"data-styles-preset\":\"ZM_65nc1X\",children:\"Apple marks a year of giving in the communities\"})}),className:\"framer-9ibqec\",\"data-framer-name\":\"Label\",name:\"Label\",text:jhzCtjKXl,verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lyv1wn\",\"data-styles-preset\":\"kZEURXbeW\",children:\"This post explores various tips and tricks to unlock your creative potential and overcome creative block. Whether you're a writer, artist, or designer, these strategies can help you stay inspired and find new sources of inspiration.\"})}),className:\"framer-hrcy0q\",\"data-framer-name\":\"Label\",name:\"Label\",text:X0e_VATcK,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-1wgwrjr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sWs5qABt8:{style:{width:\"100%\"}},w3wb_qO9F:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Image1,{alt:jhzCtjKXl,height:\"100%\",id:\"imbxAAHzQ\",image:toResponsiveImage(LD1gH4hyo),layoutId:\"imbxAAHzQ\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-61qjc\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"eJXUU7qcW\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"NFpKPq_qz\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:xcXAOqP_j,className:\"framer-1l5zkvc\",\"data-framer-name\":\"Label\",name:\"Label\",stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",h1:\"framer-styles-preset-12qyeq6\",h2:\"framer-styles-preset-1s0y31b\",h3:\"framer-styles-preset-1qyxnot\",h4:\"framer-styles-preset-1ldohs3\",h5:\"framer-styles-preset-1lb3ba\",h6:\"framer-styles-preset-1ln10vk\",p:\"framer-styles-preset-z9d1rd\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Container,{className:\"framer-yjl649-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sWs5qABt8:{variant:\"ACJzAXa6v\"}},children:/*#__PURE__*/_jsx(CardsCTA,{height:\"100%\",id:\"sUFVM0DWT\",layoutId:\"sUFVM0DWT\",S3EOYwJOk:\"Get practical insights to your inbox\",style:{width:\"100%\"},variant:\"OC9m7OZtW\",width:\"100%\",ZIatoyE3b:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Get Growth Marketing 'Aha Moments' in one digestible email\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"Join fellow Growth Leaders, Marketers & founders to level up your marketing in a super-practical way.\"})]})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d191zj\",id:id1,ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-72ljha\",\"data-styles-preset\":\"StDBMPlVA\",children:\"Other Posts\"})}),className:\"framer-zwkdkq\",\"data-framer-name\":\"Label\",name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7xwgfj\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{name:\"nbf3BNE8b\",type:\"Identifier\"},{name:\"LD1gH4hyo\",type:\"Identifier\"},{name:\"jhzCtjKXl\",type:\"Identifier\"},{name:\"RUv9ddWhN\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{name:\"jhzCtjKXl\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:jhzCtjKXl},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{name:\"wdSBZfXT8\",type:\"Identifier\"}},operator:\"<=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2024-01-31T00:00:00.000Z\"}},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:collection=>collection.map(({nbf3BNE8b:nbf3BNE8bBWRumg8Fa,LD1gH4hyo:LD1gH4hyoBWRumg8Fa,jhzCtjKXl:jhzCtjKXlBWRumg8Fa,RUv9ddWhN:RUv9ddWhNBWRumg8Fa,id:idBWRumg8Fa},i)=>{var _enumToDisplayNameFunctions_RUv9ddWhN;const textContent2=(_enumToDisplayNameFunctions_RUv9ddWhN=enumToDisplayNameFunctions[\"RUv9ddWhN\"])===null||_enumToDisplayNameFunctions_RUv9ddWhN===void 0?void 0:_enumToDisplayNameFunctions_RUv9ddWhN.call(enumToDisplayNameFunctions,RUv9ddWhNBWRumg8Fa,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`BWRumg8Fa-${idBWRumg8Fa}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{nbf3BNE8b:nbf3BNE8bBWRumg8Fa},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{nbf3BNE8b:nbf3BNE8bBWRumg8Fa},webPageId:\"ZwvsD0MG9\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sWs5qABt8:{background:{alt:\"\",fit:\"fill\"}}},children:/*#__PURE__*/_jsxs(\"a\",{background:{alt:\"\",fit:\"fill\",loading:\"lazy\"},className:\"framer-s95row framer-xvw7ek\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sWs5qABt8:{background:{alt:\"\",fit:\"fill\",sizes:\"max(min(100vw, 1600px) - 50px, 1px)\",...toResponsiveImage(LD1gH4hyoBWRumg8Fa)}},w3wb_qO9F:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"max((min(100vw, 1600px) - 130px) / 2, 1px)\",...toResponsiveImage(LD1gH4hyoBWRumg8Fa)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"max((min(100vw, 1600px) - 260px) / 3, 1px)\",...toResponsiveImage(LD1gH4hyoBWRumg8Fa)},className:\"framer-u0zc72\",\"data-border\":true,\"data-framer-name\":\"Image\",name:\"Image\",whileHover:animation})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-23s86i\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1m6u9eh\",\"data-styles-preset\":\"oEWUxq6cj\",children:\"Mercedes AMG\"})}),className:\"framer-176s5wc\",\"data-framer-name\":\"Label\",name:\"Label\",text:jhzCtjKXlBWRumg8Fa,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-abs99d\",\"data-styles-preset\":\"YoA3gknJd\",style:{\"--framer-text-color\":\"var(--token-7d56f77d-9701-4bcb-8707-181e39b667c2, rgb(99, 106, 126))\"},children:\"Content\"})}),className:\"framer-olh10b\",\"data-framer-name\":\"Label\",name:\"Label\",text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})},idBWRumg8Fa);})})})]})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-iyqhlz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sWs5qABt8:{variant:\"mljzvH7Dy\"},w3wb_qO9F:{variant:\"UNLrcDoVJ\"}},children:/*#__PURE__*/_jsx(UIFooter,{height:\"100%\",id:\"GvvhDI64j\",layoutId:\"GvvhDI64j\",style:{width:\"100%\"},variant:\"aAjUC95Y9\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=['.framer-xJv6J[data-border=\"true\"]::after, .framer-xJv6J [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; } }\",`.${metadata.bodyClassName}-framer-xJv6J { background: var(--token-a0902d3e-cbb2-4a80-a007-763a1bd6393b, rgb(255, 255, 255)) /* {\"name\":\"$body\"} */; }`,\".framer-xJv6J.framer-xvw7ek, .framer-xJv6J .framer-xvw7ek { display: block; }\",\".framer-xJv6J.framer-1af35pq { align-content: center; align-items: center; background-color: var(--token-a0902d3e-cbb2-4a80-a007-763a1bd6393b, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-xJv6J .framer-1mgcoz7-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-xJv6J .framer-1u9alpw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 2px; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px 0px 0px 0px; position: fixed; right: 0px; top: 100px; z-index: 4; }\",\".framer-xJv6J .framer-1dk0sfj { background: linear-gradient(270deg, #000000 0%, rgba(255, 255, 255, 0.5) 100%); flex: none; height: 6px; overflow: visible; position: relative; width: 2%; z-index: 1; }\",\".framer-xJv6J .framer-n6t9i6 { -webkit-filter: blur(15px); background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: -17px; filter: blur(15px); flex: none; overflow: hidden; position: absolute; right: 0px; top: -17px; width: 26px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xJv6J .framer-1rq3eo4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 100px 100px 100px 100px; position: relative; width: 100%; }\",\".framer-xJv6J .framer-c8fkaq { 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; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-xJv6J .framer-1yuowqt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; max-width: 650px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-xJv6J .framer-1s2i5oc, .framer-xJv6J .framer-1lf3xtu { 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-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-xJv6J .framer-1d2601y, .framer-xJv6J .framer-1p7xmsh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-xJv6J .framer-1nw0ifu-container, .framer-xJv6J .framer-4jxr0f-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-xJv6J .framer-ak0xx1 { --framer-paragraph-spacing: 20px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-xJv6J .framer-zbt17e { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-xJv6J .framer-erkwro { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xJv6J .framer-yc04f3 { flex: none; height: 45px; position: relative; width: 47px; }\",\".framer-xJv6J .framer-1l664l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-xJv6J .framer-9ibqec, .framer-xJv6J .framer-hrcy0q, .framer-xJv6J .framer-1l5zkvc { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xJv6J .framer-1wgwrjr-container { flex: none; height: auto; max-width: 80%; position: relative; width: 100%; }\",\".framer-xJv6J .framer-61qjc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 650px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-xJv6J .framer-yjl649-container, .framer-xJv6J .framer-iyqhlz-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xJv6J .framer-1d191zj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-xJv6J .framer-zwkdkq, .framer-xJv6J .framer-176s5wc, .framer-xJv6J .framer-olh10b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xJv6J .framer-7xwgfj { display: grid; flex: none; gap: 30px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(1px, 1fr)); height: min-content; justify-content: start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-xJv6J .framer-s95row { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-xJv6J .framer-u0zc72 { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 176px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xJv6J .framer-23s86i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 15px 0px 0px 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xJv6J.framer-1af35pq, .framer-xJv6J .framer-1u9alpw, .framer-xJv6J .framer-1rq3eo4, .framer-xJv6J .framer-c8fkaq, .framer-xJv6J .framer-1yuowqt, .framer-xJv6J .framer-1s2i5oc, .framer-xJv6J .framer-1d2601y, .framer-xJv6J .framer-zbt17e, .framer-xJv6J .framer-1lf3xtu, .framer-xJv6J .framer-1p7xmsh, .framer-xJv6J .framer-61qjc, .framer-xJv6J .framer-1d191zj, .framer-xJv6J .framer-s95row, .framer-xJv6J .framer-23s86i { gap: 0px; } .framer-xJv6J.framer-1af35pq > *, .framer-xJv6J .framer-61qjc > *, .framer-xJv6J .framer-s95row > *, .framer-xJv6J .framer-23s86i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xJv6J.framer-1af35pq > :first-child, .framer-xJv6J .framer-1rq3eo4 > :first-child, .framer-xJv6J .framer-c8fkaq > :first-child, .framer-xJv6J .framer-1yuowqt > :first-child, .framer-xJv6J .framer-61qjc > :first-child, .framer-xJv6J .framer-1d191zj > :first-child, .framer-xJv6J .framer-s95row > :first-child, .framer-xJv6J .framer-23s86i > :first-child { margin-top: 0px; } .framer-xJv6J.framer-1af35pq > :last-child, .framer-xJv6J .framer-1rq3eo4 > :last-child, .framer-xJv6J .framer-c8fkaq > :last-child, .framer-xJv6J .framer-1yuowqt > :last-child, .framer-xJv6J .framer-61qjc > :last-child, .framer-xJv6J .framer-1d191zj > :last-child, .framer-xJv6J .framer-s95row > :last-child, .framer-xJv6J .framer-23s86i > :last-child { margin-bottom: 0px; } .framer-xJv6J .framer-1u9alpw > *, .framer-xJv6J .framer-1s2i5oc > *, .framer-xJv6J .framer-1lf3xtu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xJv6J .framer-1u9alpw > :first-child, .framer-xJv6J .framer-1s2i5oc > :first-child, .framer-xJv6J .framer-1d2601y > :first-child, .framer-xJv6J .framer-zbt17e > :first-child, .framer-xJv6J .framer-1lf3xtu > :first-child, .framer-xJv6J .framer-1p7xmsh > :first-child { margin-left: 0px; } .framer-xJv6J .framer-1u9alpw > :last-child, .framer-xJv6J .framer-1s2i5oc > :last-child, .framer-xJv6J .framer-1d2601y > :last-child, .framer-xJv6J .framer-zbt17e > :last-child, .framer-xJv6J .framer-1lf3xtu > :last-child, .framer-xJv6J .framer-1p7xmsh > :last-child { margin-right: 0px; } .framer-xJv6J .framer-1rq3eo4 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-xJv6J .framer-c8fkaq > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-xJv6J .framer-1yuowqt > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-xJv6J .framer-1d2601y > *, .framer-xJv6J .framer-zbt17e > *, .framer-xJv6J .framer-1p7xmsh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xJv6J .framer-1d191zj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@media (min-width: 1200px) { .framer-xJv6J .hidden-1af35pq { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-xJv6J .hidden-1nxiyqb { display: none !important; } .${metadata.bodyClassName}-framer-xJv6J { background: var(--token-a0902d3e-cbb2-4a80-a007-763a1bd6393b, rgb(255, 255, 255)) /* {\"name\":\"$body\"} */; } .framer-xJv6J.framer-1af35pq { width: 810px; } .framer-xJv6J .framer-1rq3eo4 { gap: 50px; padding: 50px 50px 50px 50px; } .framer-xJv6J .framer-1wgwrjr-container { max-width: unset; } .framer-xJv6J .framer-7xwgfj { grid-template-columns: repeat(2, minmax(1px, 1fr)); } .framer-xJv6J .framer-u0zc72 { height: var(--framer-aspect-ratio-supported, 192px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xJv6J .framer-1rq3eo4 { gap: 0px; } .framer-xJv6J .framer-1rq3eo4 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-xJv6J .framer-1rq3eo4 > :first-child { margin-top: 0px; } .framer-xJv6J .framer-1rq3eo4 > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .framer-xJv6J .hidden-1t4f33a { display: none !important; } .${metadata.bodyClassName}-framer-xJv6J { background: var(--token-a0902d3e-cbb2-4a80-a007-763a1bd6393b, rgb(255, 255, 255)) /* {\"name\":\"$body\"} */; } .framer-xJv6J.framer-1af35pq { overflow: hidden; width: 390px; } .framer-xJv6J .framer-1u9alpw { top: 70px; } .framer-xJv6J .framer-1rq3eo4 { gap: 25px; padding: 25px 25px 25px 25px; } .framer-xJv6J .framer-c8fkaq { gap: 25px; } .framer-xJv6J .framer-1wgwrjr-container { max-width: unset; } .framer-xJv6J .framer-7xwgfj { gap: 25px; grid-template-columns: repeat(1, minmax(1px, 1fr)); } .framer-xJv6J .framer-u0zc72 { height: var(--framer-aspect-ratio-supported, 113px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xJv6J .framer-1rq3eo4, .framer-xJv6J .framer-c8fkaq, .framer-xJv6J .framer-7xwgfj { gap: 0px; } .framer-xJv6J .framer-1rq3eo4 > *, .framer-xJv6J .framer-c8fkaq > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-xJv6J .framer-1rq3eo4 > :first-child, .framer-xJv6J .framer-c8fkaq > :first-child { margin-top: 0px; } .framer-xJv6J .framer-1rq3eo4 > :last-child, .framer-xJv6J .framer-c8fkaq > :last-child { margin-bottom: 0px; } .framer-xJv6J .framer-7xwgfj > *, .framer-xJv6J .framer-7xwgfj > :first-child, .framer-xJv6J .framer-7xwgfj > :last-child { margin: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11538\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"w3wb_qO9F\":{\"layout\":[\"fixed\",\"auto\"]},\"sWs5qABt8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerResponsiveScreen\n */const FramerZwvsD0MG9=withCSS(Component,css,\"framer-xJv6J\");export default FramerZwvsD0MG9;FramerZwvsD0MG9.displayName=\"Page\";FramerZwvsD0MG9.defaultProps={height:11538,width:1200};var _componentPresets_fonts_eJXUU7qcW,_componentPresets_fonts_NFpKPq_qz;addFonts(FramerZwvsD0MG9,[{family:\"IBM Plex Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjXr8MINmdd_qFmo.woff2\",weight:\"300\"},{family:\"IBM Plex Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKtdPUFI5NadY.woff2\",weight:\"400\"},...UIHeaderFonts,...PhosphorFonts,...Image1Fonts,...CardsCTAFonts,...UIFooterFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts,...sharedStyle3.fonts,...sharedStyle4.fonts,...sharedStyle5.fonts,...sharedStyle6.fonts,...sharedStyle7.fonts,...sharedStyle8.fonts,...sharedStyle9.fonts,...sharedStyle10.fonts,...sharedStyle11.fonts,...sharedStyle12.fonts,...(_componentPresets_fonts_eJXUU7qcW=(_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"eJXUU7qcW\"])!==null&&_componentPresets_fonts_eJXUU7qcW!==void 0?_componentPresets_fonts_eJXUU7qcW:[],...(_componentPresets_fonts_NFpKPq_qz=(_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"NFpKPq_qz\"])!==null&&_componentPresets_fonts_NFpKPq_qz!==void 0?_componentPresets_fonts_NFpKPq_qz:[]]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZwvsD0MG9\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"11538\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w3wb_qO9F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sWs5qABt8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["withProgress", "Component", "props", "progress", "setProgress", "ye", "isScrolling", "setIsScrolling", "prevScrollY", "pe", "ue", "calculateProgress", "startEl", "endEl", "sectionHeight", "sectionProgress", "window", "handleScroll", "scrollY", "handleScrollEnd", "p", "_componentPresets_fonts", "_componentPresets_fonts1", "UIHeaderFonts", "getFonts", "SWlFpdIcE_default", "MotionDivWithProgress", "withProgress", "motion", "PhosphorFonts", "Icon", "Image1Fonts", "Image", "CardsCTAFonts", "DIsrpQc1M_default", "UIFooterFonts", "U8LnUctVC_default", "breakpoints", "serializationHash", "variantClassNames", "transitions", "toDateString", "value", "options", "activeLocale", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "isSet", "toResponsiveImage", "transition1", "animation", "QueryData", "query", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "_enumToDisplayNameFunctions_RUv9ddWhN", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "x0oyLLcfR_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "RUv9ddWhN", "wdSBZfXT8", "jhzCtjKXl", "X0e_VATcK", "LD1gH4hyo", "xcXAOqP_j", "nbf3BNE8bBWRumg8Fa", "LD1gH4hyoBWRumg8Fa", "jhzCtjKXlBWRumg8Fa", "RUv9ddWhNBWRumg8Fa", "idBWRumg8Fa", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "transition", "ref1", "pe", "useRouteElementId", "ref2", "textContent", "enumToDisplayNameFunctions", "activeLocaleCode", "useLocaleCode", "textContent1", "visible", "id1", "ref3", "defaultLayoutId", "ae", "sharedStyleClassNames", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "Container", "PropertyOverrides2", "SWlFpdIcE_default", "MotionDivWithProgress", "Icon", "RichText2", "x", "Image2", "Image", "ComponentPresetsProvider", "DIsrpQc1M_default", "collection", "i", "textContent2", "PathVariablesContext", "Link", "U8LnUctVC_default", "css", "FramerZwvsD0MG9", "withCSS", "ZwvsD0MG9_default", "_componentPresets_fonts_eJXUU7qcW", "_componentPresets_fonts_NFpKPq_qz", "addFonts", "UIHeaderFonts", "PhosphorFonts", "Image1Fonts", "CardsCTAFonts", "UIFooterFonts", "fonts", "_componentPresets_fonts", "_componentPresets_fonts1", "__FramerMetadata__"]
}
