{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/73UsIpa97froefZwqzz9/Image.js", "ssg:https://framerusercontent.com/modules/GgjFcs8r3efxAQZDFYHS/KaFYD8xRLB918qRdIbyu/Vh_to_svh.js", "ssg:https://framerusercontent.com/modules/iFmuxgg4yst5SDI9tE7c/y2asQpAlHS32Cwx9xSxI/fVFBlC0h8.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Responsive Image\n * By Benjamin\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n *\n */ export default function Image(props){const{image,alt,radius,padding,link,newTab,style,shadowOptions}=props;const{shadowX,shadowY,shadowBlur,shadowColor,shadowEnabled}=shadowOptions;const wrapperStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",width:\"100%\",height:\"100%\",padding:padding};const imageStyle={maxWidth:\"100%\",maxHeight:\"100%\",borderRadius:radius,boxShadow:shadowEnabled&&`${shadowX}px ${shadowY}px ${shadowBlur}px ${shadowColor}`};const imageSource=(image===null||image===void 0?void 0:image.src)||\"https://framerusercontent.com/images/64n4wnVJKDJspLlFZ6DarCP0M4.jpg\";return link?/*#__PURE__*/ _jsx(\"a\",{href:link,title:alt,target:newTab?\"_blank\":\"_self\",style:wrapperStyle,children:/*#__PURE__*/ _jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt})}):/*#__PURE__*/ _jsx(\"div\",{style:wrapperStyle,children:/*#__PURE__*/ _jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt})});};Image.defaultProps={radius:10,padding:10,alt:\"\",shadowOptions:{shadowEnabled:false,shadowX:0,shadowY:2,shadowBlur:4,shadowColor:\"rgba(0,0,0,0.2)\"}};addPropertyControls(Image,{image:{title:\"Image\",type:ControlType.ResponsiveImage},alt:{type:ControlType.String,title:\"Alt\",placeholder:\"Alt Text\"},radius:{title:\"Radius\",type:ControlType.Number,min:0,max:100,step:5,displayStepper:true},padding:{title:\"Padding\",type:ControlType.Number,min:0,max:100,step:5,displayStepper:true},link:{type:ControlType.Link,title:\"Link\"},newTab:{type:ControlType.Boolean,title:\"New Tab\",hidden:props=>!props.link},shadowOptions:{type:ControlType.Object,title:\"Shadow\",controls:{shadowEnabled:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},shadowX:{type:ControlType.Number,title:\"X\",min:0,defaultValue:0,hidden:props=>!props.shadowEnabled},shadowY:{type:ControlType.Number,title:\"Y\",min:0,defaultValue:2,hidden:props=>!props.shadowEnabled},shadowBlur:{type:ControlType.Number,title:\"Blur\",min:0,defaultValue:4,hidden:props=>!props.shadowEnabled},shadowColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.shadowEnabled}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Image\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export const dynamicViewportHeight=Component=>{return props=>{return /*#__PURE__*/_jsx(Component,{...props,style:{height:\"100svh\"}});};};\nexport const __FramerMetadata__ = {\"exports\":{\"dynamicViewportHeight\":{\"type\":\"reactHoc\",\"name\":\"dynamicViewportHeight\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vh_to_svh.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,withCodeBoundaryForOverrides,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Image from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/73UsIpa97froefZwqzz9/Image.js\";import SG_Header from\"#framer/local/canvasComponent/PzmANstHt/PzmANstHt.js\";import SG_Footer from\"#framer/local/canvasComponent/tDhBdxurb/tDhBdxurb.js\";import{dynamicViewportHeight}from\"#framer/local/codeFile/YnhRDGx/Vh_to_svh.js\";import Projects from\"#framer/local/collection/j8zHNKISu/j8zHNKISu.js\";import*as sharedStyle from\"#framer/local/css/EkoQo9C1g/EkoQo9C1g.js\";import*as sharedStyle2 from\"#framer/local/css/iCGTCivKw/iCGTCivKw.js\";import*as sharedStyle1 from\"#framer/local/css/v2p76UbV5/v2p76UbV5.js\";import metadataProvider from\"#framer/local/webPageMetadata/fVFBlC0h8/fVFBlC0h8.js\";const SG_HeaderFonts=getFonts(SG_Header);const ImageFonts=getFonts(Image);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const SG_FooterFonts=getFonts(SG_Footer);const MotionDivDynamicViewportHeight2br5i=withCodeBoundaryForOverrides(motion.div,{nodeId:\"wjhcLjrmk\",override:dynamicViewportHeight,scopeId:\"fVFBlC0h8\"});const breakpoints={k_p8zrMWk:\"(min-width: 810px) and (max-width: 1919px)\",LwoItAZoo:\"(max-width: 809px)\",u2MTppdut:\"(min-width: 1920px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-I94bJ\";const variantClassNames={k_p8zrMWk:\"framer-v-dy5z2p\",LwoItAZoo:\"framer-v-118c5kc\",u2MTppdut:\"framer-v-otsh5s\"};const transition1={delay:1,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};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 prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const isSet=value=>{if(Array.isArray(value))return value.length>0;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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"u2MTppdut\",Phone:\"LwoItAZoo\",Tablet:\"k_p8zrMWk\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"u2MTppdut\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"fVFBlC0h8\",data:Projects,type:\"Collection\"},select:[{collection:\"fVFBlC0h8\",name:\"NTU7d_jAs\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"goESRcyiE\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"DVQjEPxBU\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"vvOdmsBnP\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"TA28jZxnD\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"BEj6Kv06e\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"si28PhyvB\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"JBMyhzswn\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"SRF4l6EuJ\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"KqCWZX91g\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"whL6sLKO2\",type:\"Identifier\"},{collection:\"fVFBlC0h8\",name:\"WzXaX8V4U\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"fVFBlC0h8\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,goESRcyiE=getFromCurrentRouteData(\"goESRcyiE\")??\"\",NTU7d_jAs=getFromCurrentRouteData(\"NTU7d_jAs\")??\"\",TA28jZxnD=getFromCurrentRouteData(\"TA28jZxnD\")??\"\",BEj6Kv06e=getFromCurrentRouteData(\"BEj6Kv06e\"),si28PhyvB=getFromCurrentRouteData(\"si28PhyvB\"),JBMyhzswn=getFromCurrentRouteData(\"JBMyhzswn\"),SRF4l6EuJ=getFromCurrentRouteData(\"SRF4l6EuJ\"),KqCWZX91g=getFromCurrentRouteData(\"KqCWZX91g\"),whL6sLKO2=getFromCurrentRouteData(\"whL6sLKO2\"),WzXaX8V4U=getFromCurrentRouteData(\"WzXaX8V4U\"),...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const textContent=prefix(prefix(goESRcyiE,\", \"),NTU7d_jAs);const visible=isSet(BEj6Kv06e);const visible1=isSet(si28PhyvB);const visible2=isSet(JBMyhzswn);const visible3=isSet(SRF4l6EuJ);const visible4=isSet(KqCWZX91g);const visible5=isSet(whL6sLKO2);const visible6=isSet(WzXaX8V4U);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"u2MTppdut\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-c85564ae-802e-4b85-9d46-af52cf95a830, rgb(250, 250, 250)); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-otsh5s\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(MotionDivDynamicViewportHeight2br5i,{className:\"framer-2br5i\",\"data-framer-name\":\"Page container\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pvq328\",\"data-framer-name\":\"Page body\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LwoItAZoo:{y:(componentViewport?.y||0)+0+0+20+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18w5i3t-container\",nodeId:\"EFnfWJPyY\",rendersWithMotion:true,scopeId:\"fVFBlC0h8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LwoItAZoo:{variant:\"TRZAQgtjt\"}},children:/*#__PURE__*/_jsx(SG_Header,{height:\"100%\",id:\"EFnfWJPyY\",layoutId:\"EFnfWJPyY\",style:{width:\"100%\"},variant:\"kdkS1e7nA\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-pb5cdv\",\"data-framer-appear-id\":\"pb5cdv\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sr5u4d\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1qfyks7\",\"data-styles-preset\":\"EkoQo9C1g\",children:\", \"})}),className:\"framer-129hhka\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LwoItAZoo:{stylesPresetsClassNames:{a:\"framer-styles-preset-156jcpz\",p:\"framer-styles-preset-168t1m2\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:TA28jZxnD,className:\"framer-1j8m5ch\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-156jcpz\",h1:\"framer-styles-preset-1qfyks7\",p:\"framer-styles-preset-168t1m2\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tl7zli\",children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xj028y-container\",\"data-framer-name\":\"Image 1\",isModuleExternal:true,name:\"Image 1\",nodeId:\"ehsU4GNIi\",rendersWithMotion:true,scopeId:\"fVFBlC0h8\",children:/*#__PURE__*/_jsx(Image,{alt:\"\",height:\"100%\",id:\"ehsU4GNIi\",image:toResponsiveImage(BEj6Kv06e),layoutId:\"ehsU4GNIi\",name:\"Image 1\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-k5t1ii-container\",\"data-framer-name\":\"Image 2\",isModuleExternal:true,name:\"Image 2\",nodeId:\"AvzqxNnqC\",rendersWithMotion:true,scopeId:\"fVFBlC0h8\",children:/*#__PURE__*/_jsx(Image,{alt:\"\",height:\"100%\",id:\"AvzqxNnqC\",image:toResponsiveImage(si28PhyvB),layoutId:\"AvzqxNnqC\",name:\"Image 2\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})}),visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ktnj7b-container\",\"data-framer-name\":\"Image 3\",isModuleExternal:true,name:\"Image 3\",nodeId:\"Q_9eGH2RZ\",rendersWithMotion:true,scopeId:\"fVFBlC0h8\",children:/*#__PURE__*/_jsx(Image,{alt:\"\",height:\"100%\",id:\"Q_9eGH2RZ\",image:toResponsiveImage(JBMyhzswn),layoutId:\"Q_9eGH2RZ\",name:\"Image 3\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hatqcj-container\",\"data-framer-name\":\"Image 4\",isModuleExternal:true,name:\"Image 4\",nodeId:\"MuDG4Fs6j\",rendersWithMotion:true,scopeId:\"fVFBlC0h8\",children:/*#__PURE__*/_jsx(Image,{alt:\"\",height:\"100%\",id:\"MuDG4Fs6j\",image:toResponsiveImage(SRF4l6EuJ),layoutId:\"MuDG4Fs6j\",name:\"Image 4\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vpltdw-container\",\"data-framer-name\":\"Image 5\",isModuleExternal:true,name:\"Image 5\",nodeId:\"wqTmiD0ik\",rendersWithMotion:true,scopeId:\"fVFBlC0h8\",children:/*#__PURE__*/_jsx(Image,{alt:\"\",height:\"100%\",id:\"wqTmiD0ik\",image:toResponsiveImage(KqCWZX91g),layoutId:\"wqTmiD0ik\",name:\"Image 5\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})}),visible5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kjuw39-container\",\"data-framer-name\":\"Image 6\",isModuleExternal:true,name:\"Image 6\",nodeId:\"ykAKlLfuS\",rendersWithMotion:true,scopeId:\"fVFBlC0h8\",children:/*#__PURE__*/_jsx(Image,{alt:\"\",height:\"100%\",id:\"ykAKlLfuS\",image:toResponsiveImage(whL6sLKO2),layoutId:\"ykAKlLfuS\",name:\"Image 6\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})}),visible6&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7v5i01-container\",\"data-framer-name\":\"Image 7\",isModuleExternal:true,name:\"Image 7\",nodeId:\"sAUJzqVyT\",rendersWithMotion:true,scopeId:\"fVFBlC0h8\",children:/*#__PURE__*/_jsx(Image,{alt:\"\",height:\"100%\",id:\"sAUJzqVyT\",image:toResponsiveImage(WzXaX8V4U),layoutId:\"sAUJzqVyT\",name:\"Image 7\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vfiuzo\",\"data-framer-name\":\"Page footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LwoItAZoo:{y:(componentViewport?.y||0)+0+0+20+409.6+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:595,width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1920px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2tbtd6-container\",nodeId:\"Zuq_THLTx\",rendersWithMotion:true,scopeId:\"fVFBlC0h8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LwoItAZoo:{variant:\"stq9v0bOY\"}},children:/*#__PURE__*/_jsx(SG_Footer,{height:\"100%\",id:\"Zuq_THLTx\",layoutId:\"Zuq_THLTx\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"Unuqmm7fT\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I94bJ.framer-1sc7ap7, .framer-I94bJ .framer-1sc7ap7 { display: block; }\",\".framer-I94bJ.framer-otsh5s { align-content: center; align-items: center; background-color: var(--token-c85564ae-802e-4b85-9d46-af52cf95a830, #fafafa); display: flex; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1920px; }\",\".framer-I94bJ .framer-2br5i { 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: auto; padding: 20px; position: relative; width: 100%; }\",\".framer-I94bJ .framer-pvq328 { 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: 0px; position: relative; width: 100%; }\",\".framer-I94bJ .framer-18w5i3t-container, .framer-I94bJ .framer-xj028y-container, .framer-I94bJ .framer-k5t1ii-container, .framer-I94bJ .framer-1ktnj7b-container, .framer-I94bJ .framer-1hatqcj-container, .framer-I94bJ .framer-1vpltdw-container, .framer-I94bJ .framer-kjuw39-container, .framer-I94bJ .framer-7v5i01-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-I94bJ .framer-pb5cdv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-I94bJ .framer-1sr5u4d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: flex-start; max-width: 800px; min-width: 300px; padding: 0px 20px 0px 0px; position: sticky; top: 0px; width: 30%; z-index: 1; }\",\".framer-I94bJ .framer-129hhka { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-I94bJ .framer-1j8m5ch { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-I94bJ .framer-1tl7zli { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 900px; padding: 0px; position: relative; width: 70%; }\",\".framer-I94bJ .framer-vfiuzo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-I94bJ .framer-2tbtd6-container { flex: none; height: auto; max-width: 1920px; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-I94bJ.framer-otsh5s, .framer-I94bJ .framer-2br5i, .framer-I94bJ .framer-pvq328, .framer-I94bJ .framer-1sr5u4d, .framer-I94bJ .framer-1tl7zli, .framer-I94bJ .framer-vfiuzo { gap: 0px; } .framer-I94bJ.framer-otsh5s > *, .framer-I94bJ .framer-2br5i > *, .framer-I94bJ .framer-pvq328 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-I94bJ.framer-otsh5s > :first-child, .framer-I94bJ .framer-2br5i > :first-child, .framer-I94bJ .framer-pvq328 > :first-child, .framer-I94bJ .framer-1sr5u4d > :first-child { margin-top: 0px; } .framer-I94bJ.framer-otsh5s > :last-child, .framer-I94bJ .framer-2br5i > :last-child, .framer-I94bJ .framer-pvq328 > :last-child, .framer-I94bJ .framer-1sr5u4d > :last-child { margin-bottom: 0px; } .framer-I94bJ .framer-1sr5u4d > * { margin: 0px; margin-bottom: calc(55px / 2); margin-top: calc(55px / 2); } .framer-I94bJ .framer-1tl7zli > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-I94bJ .framer-1tl7zli > :first-child, .framer-I94bJ .framer-vfiuzo > :first-child { margin-left: 0px; } .framer-I94bJ .framer-1tl7zli > :last-child, .framer-I94bJ .framer-vfiuzo > :last-child { margin-right: 0px; } .framer-I94bJ .framer-vfiuzo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 810px) and (max-width: 1919px) { .framer-I94bJ.framer-otsh5s { width: 810px; }}\",\"@media (max-width: 809px) { .framer-I94bJ.framer-otsh5s { width: 390px; } .framer-I94bJ .framer-2br5i { height: 372.39336492890993vh; order: 0; } .framer-I94bJ .framer-pb5cdv { flex-direction: column; } .framer-I94bJ .framer-1sr5u4d { gap: 20px; max-width: unset; min-width: unset; padding: 0px 20px 20px 0px; position: relative; top: unset; width: 100%; } .framer-I94bJ .framer-1tl7zli { flex-direction: column; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-I94bJ .framer-pb5cdv, .framer-I94bJ .framer-1sr5u4d, .framer-I94bJ .framer-1tl7zli { gap: 0px; } .framer-I94bJ .framer-pb5cdv > *, .framer-I94bJ .framer-pb5cdv > :first-child, .framer-I94bJ .framer-pb5cdv > :last-child { margin: 0px; } .framer-I94bJ .framer-1sr5u4d > *, .framer-I94bJ .framer-1tl7zli > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-I94bJ .framer-1sr5u4d > :first-child, .framer-I94bJ .framer-1tl7zli > :first-child { margin-top: 0px; } .framer-I94bJ .framer-1sr5u4d > :last-child, .framer-I94bJ .framer-1tl7zli > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 722\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"k_p8zrMWk\":{\"layout\":[\"fixed\",\"auto\"]},\"LwoItAZoo\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerfVFBlC0h8=withCSS(Component,css,\"framer-I94bJ\");export default FramerfVFBlC0h8;FramerfVFBlC0h8.displayName=\"Projects\";FramerfVFBlC0h8.defaultProps={height:722,width:1920};addFonts(FramerfVFBlC0h8,[{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\"}]},...SG_HeaderFonts,...ImageFonts,...SG_FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfVFBlC0h8\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"722\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1920\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k_p8zrMWk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LwoItAZoo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "uoBAQmB,SAARA,EAAuBC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,IAAAC,EAAI,OAAAC,EAAO,QAAAC,EAAQ,KAAAC,EAAK,OAAAC,EAAO,MAAAC,EAAM,cAAAC,CAAa,EAAER,EAAW,CAAC,QAAAS,EAAQ,QAAAC,EAAQ,WAAAC,EAAW,YAAAC,EAAY,cAAAC,CAAa,EAAEL,EAAoBM,EAAa,CAAC,QAAQ,OAAO,aAAa,SAAS,WAAW,SAAS,MAAM,OAAO,OAAO,OAAO,QAAQV,CAAO,EAAQW,EAAW,CAAC,SAAS,OAAO,UAAU,OAAO,aAAaZ,EAAO,UAAUU,GAAe,GAAGJ,CAAO,MAAMC,CAAO,MAAMC,CAAU,MAAMC,CAAW,EAAE,EAAQI,EAAiDf,GAAM,KAAM,sEAAsE,OAAOI,EAAmBY,EAAK,IAAI,CAAC,KAAKZ,EAAK,MAAMH,EAAI,OAAOI,EAAO,SAAS,QAAQ,MAAMQ,EAAa,SAAuBG,EAAK,MAAM,CAAC,MAAMF,EAAW,IAAIC,EAAY,OAA2Cf,GAAM,OAAO,IAAIC,CAAG,CAAC,CAAC,CAAC,EAAgBe,EAAK,MAAM,CAAC,MAAMH,EAAa,SAAuBG,EAAK,MAAM,CAAC,MAAMF,EAAW,IAAIC,EAAY,OAA2Cf,GAAM,OAAO,IAAIC,CAAG,CAAC,CAAC,CAAC,CAAE,CAAEH,EAAM,aAAa,CAAC,OAAO,GAAG,QAAQ,GAAG,IAAI,GAAG,cAAc,CAAC,cAAc,GAAM,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,YAAY,iBAAiB,CAAC,EAAEmB,GAAoBnB,EAAM,CAAC,MAAM,CAAC,MAAM,QAAQ,KAAKoB,EAAY,eAAe,EAAE,IAAI,CAAC,KAAKA,EAAY,OAAO,MAAM,MAAM,YAAY,UAAU,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,EAAE,eAAe,EAAI,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,EAAE,eAAe,EAAI,EAAE,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,MAAM,EAAE,OAAO,CAAC,KAAKA,EAAY,QAAQ,MAAM,UAAU,OAAOnB,GAAO,CAACA,EAAM,IAAI,EAAE,cAAc,CAAC,KAAKmB,EAAY,OAAO,MAAM,SAAS,SAAS,CAAC,cAAc,CAAC,KAAKA,EAAY,QAAQ,MAAM,SAAS,aAAa,EAAK,EAAE,QAAQ,CAAC,KAAKA,EAAY,OAAO,MAAM,IAAI,IAAI,EAAE,aAAa,EAAE,OAAOnB,GAAO,CAACA,EAAM,aAAa,EAAE,QAAQ,CAAC,KAAKmB,EAAY,OAAO,MAAM,IAAI,IAAI,EAAE,aAAa,EAAE,OAAOnB,GAAO,CAACA,EAAM,aAAa,EAAE,WAAW,CAAC,KAAKmB,EAAY,OAAO,MAAM,OAAO,IAAI,EAAE,aAAa,EAAE,OAAOnB,GAAO,CAACA,EAAM,aAAa,EAAE,YAAY,CAAC,KAAKmB,EAAY,MAAM,MAAM,QAAQ,aAAa,kBAAkB,OAAOnB,GAAO,CAACA,EAAM,aAAa,CAAC,CAAC,CAAC,CAAC,ECRnlE,IAAMoB,GAAsBC,GAAmBC,GAA4BC,EAAKF,EAAU,CAAC,GAAGC,EAAM,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC,ECCkkC,IAAME,GAAeC,EAASC,CAAS,EAAQC,GAAWF,EAASG,CAAK,EAAQC,GAAmCC,GAA0BC,EAAO,GAAG,EAAQC,GAAeP,EAASQ,CAAS,EAAQC,GAAoCC,GAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,GAAsB,QAAQ,WAAW,CAAC,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,qBAAqB,UAAU,qBAAqB,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAO,CAACC,EAAMD,IAAa,OAAOC,GAAQ,UAAU,OAAOD,GAAS,SAAiBA,EAAOC,EAAe,OAAOA,GAAQ,SAAiBA,EAAe,OAAOD,GAAS,SAAiBA,EAAc,GAAWE,EAAMD,GAAW,MAAM,QAAQA,CAAK,EAASA,EAAM,OAAO,EAA4BA,GAAQ,MAAMA,IAAQ,GAAWE,EAAkBF,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBG,GAAU,CAAC,CAAC,MAAAH,CAAK,IAAoBI,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOL,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUM,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,GAAqB,EAAQC,EAAqBC,EAAwB,EAAO,CAACC,CAAgB,EAAEC,GAAa,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,GAAS,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,MAAMC,GAAoCL,EAAqB,WAAW,CAAC,CAAC,EAAQM,EAAwBC,GAAK,CAAC,GAAG,CAACL,EAAiB,MAAM,IAAIM,GAAc,mCAAmC,KAAK,UAAUR,CAAoB,CAAC,EAAE,EAAE,OAAOE,EAAiBK,CAAG,CAAE,EAAO,CAAC,MAAAE,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAUP,EAAwB,WAAW,GAAG,GAAG,UAAAQ,EAAUR,EAAwB,WAAW,GAAG,GAAG,UAAAS,GAAUT,EAAwB,WAAW,GAAG,GAAG,UAAAU,EAAUV,EAAwB,WAAW,EAAE,UAAAW,EAAUX,EAAwB,WAAW,EAAE,UAAAY,EAAUZ,EAAwB,WAAW,EAAE,UAAAa,EAAUb,EAAwB,WAAW,EAAE,UAAAc,EAAUd,EAAwB,WAAW,EAAE,UAAAe,EAAUf,EAAwB,WAAW,EAAE,UAAAgB,EAAUhB,EAAwB,WAAW,EAAE,GAAGiB,EAAS,EAAEzC,GAASI,CAAK,EAAQsC,EAAU,IAAI,CAAC,IAAMC,EAASA,EAAiBvB,EAAiBP,CAAY,EAAE,GAAG8B,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAACxB,EAAiBP,CAAY,CAAC,EAAQgC,EAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiBvB,EAAiBP,CAAY,EAAE,SAAS,MAAM8B,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAACvB,EAAiBP,CAAY,CAAC,EAAE,GAAK,CAACiC,EAAYC,EAAmB,EAAEC,GAA8BlB,EAAQmB,GAAY,EAAK,EAAQC,GAAe,OAAkHC,GAAkBC,EAAGjE,GAAkB,GAAnH,CAAayC,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQyB,GAAY7D,GAAOA,GAAOuC,EAAU,IAAI,EAAEC,CAAS,EAAQsB,GAAQ5D,EAAMwC,CAAS,EAAQqB,GAAS7D,EAAMyC,CAAS,EAAQqB,GAAS9D,EAAM0C,CAAS,EAAQqB,GAAS/D,EAAM2C,CAAS,EAAQqB,GAAShE,EAAM4C,CAAS,EAAQqB,GAASjE,EAAM6C,CAAS,EAAQqB,GAASlE,EAAM8C,CAAS,EAAE,OAAAqB,GAAiB,CAAC,CAAC,EAAsB/D,EAAKgE,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA1E,EAAiB,EAAE,SAAsB2E,EAAMC,EAAY,CAAC,GAAGnC,GAAUlB,EAAgB,SAAS,CAAcb,EAAKF,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAeE,EAAKmE,EAAO,IAAI,CAAC,GAAGxB,GAAU,UAAUW,EAAGD,GAAkB,gBAAgBvB,CAAS,EAAE,IAAIlB,EAAW,MAAM,CAAC,GAAGiB,CAAK,EAAE,SAAsBoC,EAAMG,GAAoC,CAAC,UAAU,eAAe,mBAAmB,iBAAiB,SAAS,CAAcH,EAAME,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcnE,EAAKqE,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG9B,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,SAAsBlB,EAAKsE,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQpD,GAAmB,OAAO,OAAO,WAAW,SAAsBlB,EAAKuE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvE,EAAKqE,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBhD,EAAKwE,EAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeP,EAAMQ,GAAmC,CAAC,QAAQjF,GAAU,UAAU,gBAAgB,wBAAwB,SAAS,QAAQC,GAAW,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAcwE,EAAME,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAcnE,EAAK0E,EAAS,CAAC,sBAAsB,GAAK,SAAsB1E,EAAW2E,EAAS,CAAC,SAAsB3E,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKuD,GAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAevD,EAAKqE,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,wBAAwB,CAAC,EAAE,+BAA+B,EAAE,8BAA8B,CAAC,CAAC,EAAE,SAAsBhD,EAAK0E,EAAS,CAAC,sBAAsB,GAAK,SAASvC,GAAU,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,wBAAwB,CAAC,EAAE,+BAA+B,GAAG,+BAA+B,EAAE,8BAA8B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8B,EAAME,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAACX,IAAsBxD,EAAKsE,EAA0B,CAAC,SAAsBtE,EAAKuE,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,UAAU,iBAAiB,GAAK,KAAK,UAAU,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvE,EAAK4E,EAAM,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM/E,EAAkBuC,CAAS,EAAE,SAAS,YAAY,KAAK,UAAU,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,cAAc,CAAC,WAAW,EAAE,YAAY,qBAAqB,cAAc,GAAM,QAAQ,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,IAAuBzD,EAAKsE,EAA0B,CAAC,SAAsBtE,EAAKuE,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,UAAU,iBAAiB,GAAK,KAAK,UAAU,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvE,EAAK4E,EAAM,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM/E,EAAkBwC,CAAS,EAAE,SAAS,YAAY,KAAK,UAAU,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,cAAc,CAAC,WAAW,EAAE,YAAY,qBAAqB,cAAc,GAAM,QAAQ,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,IAAuB1D,EAAKsE,EAA0B,CAAC,SAAsBtE,EAAKuE,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,UAAU,iBAAiB,GAAK,KAAK,UAAU,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvE,EAAK4E,EAAM,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM/E,EAAkByC,CAAS,EAAE,SAAS,YAAY,KAAK,UAAU,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,cAAc,CAAC,WAAW,EAAE,YAAY,qBAAqB,cAAc,GAAM,QAAQ,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,IAAuB3D,EAAKsE,EAA0B,CAAC,SAAsBtE,EAAKuE,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,UAAU,iBAAiB,GAAK,KAAK,UAAU,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvE,EAAK4E,EAAM,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM/E,EAAkB0C,CAAS,EAAE,SAAS,YAAY,KAAK,UAAU,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,cAAc,CAAC,WAAW,EAAE,YAAY,qBAAqB,cAAc,GAAM,QAAQ,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,IAAuB5D,EAAKsE,EAA0B,CAAC,SAAsBtE,EAAKuE,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,UAAU,iBAAiB,GAAK,KAAK,UAAU,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvE,EAAK4E,EAAM,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM/E,EAAkB2C,CAAS,EAAE,SAAS,YAAY,KAAK,UAAU,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,cAAc,CAAC,WAAW,EAAE,YAAY,qBAAqB,cAAc,GAAM,QAAQ,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,IAAuB7D,EAAKsE,EAA0B,CAAC,SAAsBtE,EAAKuE,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,UAAU,iBAAiB,GAAK,KAAK,UAAU,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvE,EAAK4E,EAAM,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM/E,EAAkB4C,CAAS,EAAE,SAAS,YAAY,KAAK,UAAU,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,cAAc,CAAC,WAAW,EAAE,YAAY,qBAAqB,cAAc,GAAM,QAAQ,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,IAAuB9D,EAAKsE,EAA0B,CAAC,SAAsBtE,EAAKuE,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,UAAU,iBAAiB,GAAK,KAAK,UAAU,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvE,EAAK4E,EAAM,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM/E,EAAkB6C,CAAS,EAAE,SAAS,YAAY,KAAK,UAAU,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,cAAc,CAAC,WAAW,EAAE,YAAY,qBAAqB,cAAc,GAAM,QAAQ,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKmE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,SAAsBnE,EAAKqE,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG9B,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC,CAAC,EAAE,SAAsBlB,EAAKsE,EAA0B,CAAC,OAAO,IAAI,MAAM,OAAOpD,GAAmB,OAAO,OAAO,mBAAmB,SAAsBlB,EAAKuE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvE,EAAKqE,EAAkB,CAAC,WAAWrB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBhD,EAAK6E,EAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7E,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ8E,GAAI,CAAC,kFAAkF,kFAAkF,oVAAoV,wRAAwR,2RAA2R,oYAAoY,oVAAoV,8UAA8U,qKAAqK,sMAAsM,sRAAsR,wRAAwR,uIAAuI,42CAA42C,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,qGAAqG,2lCAA2lC,EAWrtmBC,EAAgBC,GAAQzE,GAAUuE,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,WAAWA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,GAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,GAAe,GAAGC,GAAW,GAAGC,GAAe,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC5+D,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,QAAQ,4BAA8B,OAAO,sBAAwB,MAAM,qBAAuB,4BAA4B,sBAAwB,IAAI,yBAA2B,OAAO,qBAAuB,OAAO,oCAAsC,4JAA0L,6BAA+B,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["Image", "props", "image", "alt", "radius", "padding", "link", "newTab", "style", "shadowOptions", "shadowX", "shadowY", "shadowBlur", "shadowColor", "shadowEnabled", "wrapperStyle", "imageStyle", "imageSource", "p", "addPropertyControls", "ControlType", "dynamicViewportHeight", "Component", "props", "p", "SG_HeaderFonts", "getFonts", "PzmANstHt_default", "ImageFonts", "Image", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "SG_FooterFonts", "tDhBdxurb_default", "MotionDivDynamicViewportHeight2br5i", "withCodeBoundaryForOverrides", "dynamicViewportHeight", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "prefix", "value", "isSet", "toResponsiveImage", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "j8zHNKISu_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "goESRcyiE", "NTU7d_jAs", "TA28jZxnD", "BEj6Kv06e", "si28PhyvB", "JBMyhzswn", "SRF4l6EuJ", "KqCWZX91g", "whL6sLKO2", "WzXaX8V4U", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "textContent", "visible", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "MotionDivDynamicViewportHeight2br5i", "PropertyOverrides2", "ComponentViewportProvider", "Container", "PzmANstHt_default", "MotionDivWithOptimizedAppearEffect", "RichText2", "x", "Image", "tDhBdxurb_default", "css", "FramerfVFBlC0h8", "withCSS", "fVFBlC0h8_default", "addFonts", "SG_HeaderFonts", "ImageFonts", "SG_FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
