{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/m5VWRIdmelAgWWw7JxUF/1bcv7929K2fkfbwMvZ5S/za_K2vuw8.js"],
  "sourcesContent": ["// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Desktop_WorkList from\"#framer/local/canvasComponent/bsk4MjXGq/bsk4MjXGq.js\";import Mobile_WorkList from\"#framer/local/canvasComponent/IDn2aAn27/IDn2aAn27.js\";import Header from\"#framer/local/canvasComponent/kvQwFgOzl/kvQwFgOzl.js\";import Tablet_WorkList from\"#framer/local/canvasComponent/lHjkTV3QO/lHjkTV3QO.js\";import Footer from\"#framer/local/canvasComponent/N5cGLDJd6/N5cGLDJd6.js\";import GradientBaclground from\"#framer/local/canvasComponent/yGDK2dJ9c/yGDK2dJ9c.js\";import metadataProvider from\"#framer/local/webPageMetadata/za_K2vuw8/za_K2vuw8.js\";const GradientBaclgroundFonts=getFonts(GradientBaclground);const FooterFonts=getFonts(Footer);const Desktop_WorkListFonts=getFonts(Desktop_WorkList);const Tablet_WorkListFonts=getFonts(Tablet_WorkList);const Mobile_WorkListFonts=getFonts(Mobile_WorkList);const HeaderFonts=getFonts(Header);const breakpoints={GrHGXfcDC:\"(min-width: 1024px) and (max-width: 1199px)\",jdhfFomoy:\"(min-width: 375px) and (max-width: 767px)\",L_tYKHT8k:\"(min-width: 1200px) and (max-width: 1439px)\",mbJj_K0bp:\"(min-width: 1600px) and (max-width: 2559px)\",oXUn4l71d:\"(min-width: 768px) and (max-width: 1023px)\",R1dTNTgUz:\"(min-width: 3200px)\",ScVzDgKwX:\"(max-width: 374px)\",vQw1Pi8Kj:\"(min-width: 1440px) and (max-width: 1599px)\",W06Kwcqyn:\"(min-width: 2560px) and (max-width: 3199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-pC9wD\";const variantClassNames={GrHGXfcDC:\"framer-v-15afcyj\",jdhfFomoy:\"framer-v-1yke9ng\",L_tYKHT8k:\"framer-v-1f4soqo\",mbJj_K0bp:\"framer-v-cydy9o\",oXUn4l71d:\"framer-v-1rw3ddq\",R1dTNTgUz:\"framer-v-19nrnlq\",ScVzDgKwX:\"framer-v-1tfwik8\",vQw1Pi8Kj:\"framer-v-46eie5\",W06Kwcqyn:\"framer-v-7vlszp\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 1200\":\"L_tYKHT8k\",\"Desktop 1440\":\"vQw1Pi8Kj\",\"Desktop 1600\":\"mbJj_K0bp\",\"Desktop 2560\":\"W06Kwcqyn\",\"Desktop ExtraLarge\":\"R1dTNTgUz\",\"Phone 320\":\"ScVzDgKwX\",\"Phone 375\":\"jdhfFomoy\",\"Tablet 1024\":\"GrHGXfcDC\",\"Tablet 768\":\"oXUn4l71d\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"L_tYKHT8k\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"GrHGXfcDC\",\"oXUn4l71d\",\"jdhfFomoy\",\"ScVzDgKwX\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"GrHGXfcDC\",\"oXUn4l71d\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"jdhfFomoy\",\"ScVzDgKwX\"].includes(baseVariant))return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"L_tYKHT8k\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(250, 250, 250); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1f4soqo\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4320,intrinsicWidth:7680,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:4320,pixelWidth:7680,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/WH99DYcwEc3tIRNbzOOZgweStgM.png\",srcSet:\"https://framerusercontent.com/images/WH99DYcwEc3tIRNbzOOZgweStgM.png?scale-down-to=512 512w,https://framerusercontent.com/images/WH99DYcwEc3tIRNbzOOZgweStgM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WH99DYcwEc3tIRNbzOOZgweStgM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WH99DYcwEc3tIRNbzOOZgweStgM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/WH99DYcwEc3tIRNbzOOZgweStgM.png 7680w\"},className:\"framer-11fx57x\",\"data-framer-name\":\"NoiseBG\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GrHGXfcDC:{y:(componentViewport?.y||0)+0+2320-1356},jdhfFomoy:{y:(componentViewport?.y||0)+0+3200-1356},mbJj_K0bp:{y:(componentViewport?.y||0)+0+3200-1166},oXUn4l71d:{y:(componentViewport?.y||0)+0+2724-1356},R1dTNTgUz:{y:(componentViewport?.y||0)+0+4e3-1156},ScVzDgKwX:{y:(componentViewport?.y||0)+0+3600-1356},vQw1Pi8Kj:{y:(componentViewport?.y||0)+0+2640-1356},W06Kwcqyn:{y:(componentViewport?.y||0)+0+3240-1156}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"400px\",y:(componentViewport?.y||0)+0+2600-1356,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19rebln-container\",nodeId:\"pEpOG_8x8\",scopeId:\"za_K2vuw8\",children:/*#__PURE__*/_jsx(GradientBaclground,{height:\"100%\",id:\"pEpOG_8x8\",layoutId:\"pEpOG_8x8\",style:{height:\"100%\",width:\"100%\"},variant:\"c6IzJwysK\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{R1dTNTgUz:{y:(componentViewport?.y||0)+0+749},W06Kwcqyn:{y:(componentViewport?.y||0)+0+749}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"400px\",y:(componentViewport?.y||0)+0+739,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17uy68a-container\",nodeId:\"FMC0UM2uU\",scopeId:\"za_K2vuw8\",children:/*#__PURE__*/_jsx(GradientBaclground,{height:\"100%\",id:\"FMC0UM2uU\",layoutId:\"FMC0UM2uU\",style:{height:\"100%\",width:\"100%\"},variant:\"c6IzJwysK\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bbrv2o\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GrHGXfcDC:{y:(componentViewport?.y||0)+2320-166+0+0},jdhfFomoy:{y:(componentViewport?.y||0)+3200-166+0+0},mbJj_K0bp:{y:(componentViewport?.y||0)+3200-166+0+0},oXUn4l71d:{y:(componentViewport?.y||0)+2724-166+0+0},R1dTNTgUz:{y:(componentViewport?.y||0)+4e3-166+0+0},ScVzDgKwX:{y:(componentViewport?.y||0)+3600-166+0+0},vQw1Pi8Kj:{y:(componentViewport?.y||0)+2640-166+0+0},W06Kwcqyn:{y:(componentViewport?.y||0)+3240-166+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:166,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+2600-166+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qj66kk-container\",nodeId:\"OyV2Zb9tN\",scopeId:\"za_K2vuw8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdhfFomoy:{variant:\"wzyRM4JyZ\"},ScVzDgKwX:{variant:\"wzyRM4JyZ\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"OyV2Zb9tN\",layoutId:\"OyV2Zb9tN\",style:{width:\"100%\"},variant:\"zxOZq82ot\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l3krxr\",\"data-framer-name\":\"Main\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{R1dTNTgUz:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.8 - 80px)`},W06Kwcqyn:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.8 - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:5359,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+168+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jga2m9-container hidden-15afcyj hidden-1rw3ddq hidden-1yke9ng hidden-1tfwik8\",nodeId:\"XRuYr_NUH\",scopeId:\"za_K2vuw8\",children:/*#__PURE__*/_jsx(Desktop_WorkList,{height:\"100%\",id:\"XRuYr_NUH\",layoutId:\"XRuYr_NUH\",style:{width:\"100%\"},variant:\"asgOdtfRM\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GrHGXfcDC:{height:3361,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+168+0+0},oXUn4l71d:{height:3361,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+168+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-33bk4f-container hidden-1f4soqo hidden-1yke9ng hidden-46eie5 hidden-cydy9o hidden-7vlszp hidden-1tfwik8 hidden-19nrnlq\",nodeId:\"PHzynxQgV\",scopeId:\"za_K2vuw8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GrHGXfcDC:{variant:\"X2EaXds_N\"},oXUn4l71d:{variant:\"X2EaXds_N\"}},children:/*#__PURE__*/_jsx(Tablet_WorkList,{height:\"100%\",id:\"PHzynxQgV\",layoutId:\"PHzynxQgV\",style:{width:\"100%\"},variant:\"BXGjVsrkB\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdhfFomoy:{height:5531,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+168+0+0},ScVzDgKwX:{height:5531,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+168+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ws57f4-container hidden-1f4soqo hidden-15afcyj hidden-1rw3ddq hidden-46eie5 hidden-cydy9o hidden-7vlszp hidden-19nrnlq\",nodeId:\"vkF7rZzSw\",scopeId:\"za_K2vuw8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdhfFomoy:{variant:\"fDxHb3kKE\"},ScVzDgKwX:{variant:\"fDxHb3kKE\"}},children:/*#__PURE__*/_jsx(Mobile_WorkList,{height:\"100%\",id:\"vkF7rZzSw\",layoutId:\"vkF7rZzSw\",style:{width:\"100%\"},variant:\"lphnVSQZW\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ed9llk\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:594,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+.5+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rwj150-container\",nodeId:\"ZnU9woacc\",scopeId:\"za_K2vuw8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GrHGXfcDC:{variant:\"msws66a5P\"},jdhfFomoy:{variant:\"RFVwdNo0X\"},oXUn4l71d:{variant:\"msws66a5P\"},ScVzDgKwX:{variant:\"RFVwdNo0X\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"ZnU9woacc\",layoutId:\"ZnU9woacc\",style:{width:\"100%\"},variant:\"VWsCtRnRU\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pC9wD.framer-rk86h7, .framer-pC9wD .framer-rk86h7 { display: block; }\",\".framer-pC9wD.framer-1f4soqo { background-color: #fafafa; height: 2600px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-pC9wD .framer-11fx57x { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-pC9wD .framer-19rebln-container { bottom: 956px; flex: none; height: 400px; left: -92px; position: absolute; width: 400px; }\",\".framer-pC9wD .framer-17uy68a-container { flex: none; height: 400px; position: absolute; right: -298px; top: 739px; width: 400px; }\",\".framer-pC9wD .framer-bbrv2o { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: 10; }\",\".framer-pC9wD .framer-1qj66kk-container, .framer-pC9wD .framer-1jga2m9-container, .framer-pC9wD .framer-33bk4f-container, .framer-pC9wD .framer-1ws57f4-container, .framer-pC9wD .framer-rwj150-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-pC9wD .framer-l3krxr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px 40px 0px 40px; position: absolute; top: 168px; transform: translateX(-50%); width: 100%; z-index: 4; }\",\".framer-pC9wD .framer-ed9llk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 1px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pC9wD .framer-bbrv2o, .framer-pC9wD .framer-l3krxr, .framer-pC9wD .framer-ed9llk { gap: 0px; } .framer-pC9wD .framer-bbrv2o > *, .framer-pC9wD .framer-ed9llk > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-pC9wD .framer-bbrv2o > :first-child, .framer-pC9wD .framer-l3krxr > :first-child, .framer-pC9wD .framer-ed9llk > :first-child { margin-top: 0px; } .framer-pC9wD .framer-bbrv2o > :last-child, .framer-pC9wD .framer-l3krxr > :last-child, .framer-pC9wD .framer-ed9llk > :last-child { margin-bottom: 0px; } .framer-pC9wD .framer-l3krxr > * { margin: 0px; margin-bottom: calc(160px / 2); margin-top: calc(160px / 2); } }\",\"@media (min-width: 1024px) and (max-width: 1199px) { .framer-pC9wD.framer-1f4soqo { height: 2320px; width: 1024px; }}\",\"@media (min-width: 768px) and (max-width: 1023px) { .framer-pC9wD.framer-1f4soqo { height: 2724px; width: 768px; }}\",\"@media (min-width: 375px) and (max-width: 767px) { .framer-pC9wD.framer-1f4soqo { height: 3200px; width: 375px; }}\",\"@media (min-width: 1440px) and (max-width: 1599px) { .framer-pC9wD.framer-1f4soqo { height: 2640px; width: 1440px; }}\",\"@media (min-width: 1600px) and (max-width: 2559px) { .framer-pC9wD.framer-1f4soqo { height: 3200px; width: 1600px; } .framer-pC9wD .framer-19rebln-container { bottom: 766px; left: -52px; }}\",\"@media (min-width: 2560px) and (max-width: 3199px) { .framer-pC9wD.framer-1f4soqo { height: 3240px; width: 2560px; } .framer-pC9wD .framer-19rebln-container { bottom: 756px; left: 168px; } .framer-pC9wD .framer-17uy68a-container { right: -98px; top: 749px; } .framer-pC9wD .framer-l3krxr { width: 80%; }}\",\"@media (max-width: 374px) { .framer-pC9wD.framer-1f4soqo { height: 3600px; width: 320px; }}\",\"@media (min-width: 3200px) { .framer-pC9wD.framer-1f4soqo { height: 4000px; width: 3200px; } .framer-pC9wD .framer-19rebln-container { bottom: 756px; left: 168px; } .framer-pC9wD .framer-17uy68a-container { right: -98px; top: 749px; } .framer-pC9wD .framer-l3krxr { width: 80%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2600\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GrHGXfcDC\":{\"layout\":[\"fixed\",\"fixed\"]},\"oXUn4l71d\":{\"layout\":[\"fixed\",\"fixed\"]},\"jdhfFomoy\":{\"layout\":[\"fixed\",\"fixed\"]},\"vQw1Pi8Kj\":{\"layout\":[\"fixed\",\"fixed\"]},\"mbJj_K0bp\":{\"layout\":[\"fixed\",\"fixed\"]},\"W06Kwcqyn\":{\"layout\":[\"fixed\",\"fixed\"]},\"ScVzDgKwX\":{\"layout\":[\"fixed\",\"fixed\"]},\"R1dTNTgUz\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate false\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerza_K2vuw8=withCSS(Component,css,\"framer-pC9wD\");export default Framerza_K2vuw8;Framerza_K2vuw8.displayName=\"About\";Framerza_K2vuw8.defaultProps={height:2600,width:1200};addFonts(Framerza_K2vuw8,[{explicitInter:true,fonts:[]},...GradientBaclgroundFonts,...FooterFonts,...Desktop_WorkListFonts,...Tablet_WorkListFonts,...Mobile_WorkListFonts,...HeaderFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerza_K2vuw8\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"2600\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GrHGXfcDC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oXUn4l71d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jdhfFomoy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vQw1Pi8Kj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mbJj_K0bp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"W06Kwcqyn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ScVzDgKwX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R1dTNTgUz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["GradientBaclgroundFonts", "getFonts", "yGDK2dJ9c_default", "FooterFonts", "N5cGLDJd6_default", "Desktop_WorkListFonts", "bsk4MjXGq_default", "Tablet_WorkListFonts", "lHjkTV3QO_default", "Mobile_WorkListFonts", "IDn2aAn27_default", "HeaderFonts", "kvQwFgOzl_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Image2", "getLoadingLazyAtYPosition", "PropertyOverrides2", "ComponentViewportProvider", "Container", "css", "Framerza_K2vuw8", "withCSS", "za_K2vuw8_default", "addFonts", "__FramerMetadata__"]
}
