{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/fvc4GTuQoSb3atK0lEyS/Urq71t5Siot56MuLrxVc/YT9OCoDlq.js"],
  "sourcesContent": ["// Generated by Framer (114832d)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,FormSelect,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js\";import NavNavigation from\"#framer/local/canvasComponent/ABDFDwzG7/ABDFDwzG7.js\";import ButtonsFormButton from\"#framer/local/canvasComponent/Cw3Ye_FL3/Cw3Ye_FL3.js\";import SectionFooter01 from\"#framer/local/canvasComponent/XDtw8cDOM/XDtw8cDOM.js\";import Expertise from\"#framer/local/collection/lZvWviJkZ/lZvWviJkZ.js\";import*as sharedStyle6 from\"#framer/local/css/Ave__5DIB/Ave__5DIB.js\";import*as sharedStyle4 from\"#framer/local/css/bsJxsjSWs/bsJxsjSWs.js\";import*as sharedStyle3 from\"#framer/local/css/Dec4c7zBv/Dec4c7zBv.js\";import*as sharedStyle8 from\"#framer/local/css/l7YTM0CBF/l7YTM0CBF.js\";import*as sharedStyle from\"#framer/local/css/mImKteQKB/mImKteQKB.js\";import*as sharedStyle5 from\"#framer/local/css/p3PYG49CY/p3PYG49CY.js\";import*as sharedStyle1 from\"#framer/local/css/Pb1iMpXx3/Pb1iMpXx3.js\";import*as sharedStyle7 from\"#framer/local/css/pRModKcSt/pRModKcSt.js\";import*as sharedStyle2 from\"#framer/local/css/uxZVTQiW5/uxZVTQiW5.js\";import metadataProvider from\"#framer/local/webPageMetadata/YT9OCoDlq/YT9OCoDlq.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const NavNavigationFonts=getFonts(NavNavigation);const MotionDivWithFX=withFX(motion.div);const ButtonsFormButtonFonts=getFonts(ButtonsFormButton);const SectionFooter01Fonts=getFonts(SectionFooter01);const breakpoints={Knw6IQFZF:\"(min-width: 1300px)\",v0CvMAxUC:\"(max-width: 767px)\",XJ2p1_3vj:\"(min-width: 768px) and (max-width: 1299px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-nPLG2\";const variantClassNames={Knw6IQFZF:\"framer-v-1g585cx\",v0CvMAxUC:\"framer-v-1dr5u9a\",XJ2p1_3vj:\"framer-v-13m6qvg\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition1={damping:60,delay:.3,mass:1.2,stiffness:300,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Knw6IQFZF\",Phone:\"v0CvMAxUC\",Tablet:\"XJ2p1_3vj\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Knw6IQFZF\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"YT9OCoDlq\",data:Expertise,type:\"Collection\"},select:[{collection:\"YT9OCoDlq\",name:\"mWrkpzQtP\",type:\"Identifier\"},{collection:\"YT9OCoDlq\",name:\"yxdCZ4RqR\",type:\"Identifier\"},{collection:\"YT9OCoDlq\",name:\"kDEXWQ_K5\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"YT9OCoDlq\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,mWrkpzQtP=getFromCurrentRouteData(\"mWrkpzQtP\")??\"\",yxdCZ4RqR=getFromCurrentRouteData(\"yxdCZ4RqR\"),kDEXWQ_K5=getFromCurrentRouteData(\"kDEXWQ_K5\")??\"\",...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,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"v0CvMAxUC\")return false;return true;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Knw6IQFZF\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-3f74b425-491c-4f5c-accd-3af30c94e35a, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1g585cx\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ru0lmw-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"xIf_vhrJf\",intensity:10,layoutId:\"xIf_vhrJf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-3obt3j\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v0CvMAxUC:{width:\"min(100vw, 1200px)\",y:0},XJ2p1_3vj:{width:\"min(100vw, 1200px)\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1200px)`,y:(componentViewport?.y||0)+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lywkax-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v0CvMAxUC:{variant:\"XJOZlHQ7H\"},XJ2p1_3vj:{variant:\"x3dV1Dc18\"}},children:/*#__PURE__*/_jsx(NavNavigation,{height:\"100%\",id:\"YXnEm8Zl9\",layoutId:\"YXnEm8Zl9\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"d_3YI7DSU\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-fzvn5j\",\"data-framer-name\":\"Banner Section\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tp2vr9\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-vnmt8a\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-27eeue\",\"data-styles-preset\":\"mImKteQKB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, rgb(34, 34, 34))\"},children:\"About company\"})}),className:\"framer-10sy5vd\",fonts:[\"Inter\"],text:mWrkpzQtP,verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XJ2p1_3vj:{background:{alt:\"Shape\",fit:\"fill\",pixelHeight:1822,pixelWidth:1822,sizes:\"472px\",src:\"https://framerusercontent.com/images/Ed3wAaJwjGwlO382bIDOtxTOrM.png\",srcSet:\"https://framerusercontent.com/images/Ed3wAaJwjGwlO382bIDOtxTOrM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ed3wAaJwjGwlO382bIDOtxTOrM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ed3wAaJwjGwlO382bIDOtxTOrM.png 1822w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Shape\",fit:\"fill\",pixelHeight:1822,pixelWidth:1822,sizes:\"883px\",src:\"https://framerusercontent.com/images/Ed3wAaJwjGwlO382bIDOtxTOrM.png\",srcSet:\"https://framerusercontent.com/images/Ed3wAaJwjGwlO382bIDOtxTOrM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ed3wAaJwjGwlO382bIDOtxTOrM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ed3wAaJwjGwlO382bIDOtxTOrM.png 1822w\"},className:\"framer-egkceq hidden-1dr5u9a\"})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-16qzan7\",\"data-framer-name\":\"Details Section\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10rvofc\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kr029h\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v0CvMAxUC:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`,...toResponsiveImage(yxdCZ4RqR)}},XJ2p1_3vj:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1200px)`,...toResponsiveImage(yxdCZ4RqR)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) * 0.9)`,...toResponsiveImage(yxdCZ4RqR)},className:\"framer-5jd2ya\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:kDEXWQ_K5,className:\"framer-1ggndci\",\"data-framer-name\":\"At Agenzi web3 agency, we specialize in crafting powerful, dynamic, and visually stunning websites that drive results. With years of experience and a passion for innovation, we deliver web solutions tailored to your business goals. Here's what we offer: Your website is the cornerstone of your online presence. Trust us to make it exceptional. Contact us today to discuss your project and take your business to new heights.\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-5mqfvk\",code:\"framer-styles-preset-qy1h27\",h1:\"framer-styles-preset-27eeue\",h2:\"framer-styles-preset-62sws\",h3:\"framer-styles-preset-8f7ypt\",h4:\"framer-styles-preset-qdc4ew\",h5:\"framer-styles-preset-p9dzdp\",p:\"framer-styles-preset-14d3pth\"},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1b671yd\",\"data-framer-name\":\"Form Wrapper\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11c9vpw\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2zlako\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/347eaaca-897c-41a5-a17c-db458c5db252/submit\",className:\"framer-1rjbhm8\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1yr5ysq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6o9mg5\",\"data-styles-preset\":\"l7YTM0CBF\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, rgb(34, 34, 34))\"},children:\"VOR- und Nachname\"})}),className:\"framer-1xk24ph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1tb4syx\",inputName:\"Vor- und Nachname\",placeholder:\"Max Muster\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-lml6us\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6o9mg5\",\"data-styles-preset\":\"l7YTM0CBF\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, rgb(34, 34, 34))\"},children:\"email\"})}),className:\"framer-198taxz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-jz4yxi\",inputName:\"Email\",placeholder:\"z.B. info@mail.com\",required:true,type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1i1ho8l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6o9mg5\",\"data-styles-preset\":\"l7YTM0CBF\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, rgb(34, 34, 34))\"},children:\"telefon\"})}),className:\"framer-uaga2q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1m2qufq\",inputName:\"Phone\",placeholder:\"+(00) 00 000 00 00\",required:false,type:\"tel\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1ono0nx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6o9mg5\",\"data-styles-preset\":\"l7YTM0CBF\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, rgb(34, 34, 34))\"},children:\"dienstleistungen\"})}),className:\"framer-1gr2kqe\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-w7ibsl\",defaultValue:\"\",inputName:\"Dienstleistungen\",required:true,selectOptions:[{disabled:true,title:\"Dienstleistung ausw\\xe4hlen\",type:\"option\",value:\"\"},{title:\"Brandschutz\",type:\"option\",value:\"Brandschutz\"},{title:\"Gipserarbeiten\",type:\"option\",value:\"Gipserarbeiten\"},{title:\"Plattenbau\",type:\"option\",value:\"Plattenbau\"},{title:\"Trockenbau\",type:\"option\",value:\"Trockenbau\"},{title:\"Isolationen\",type:\"option\",value:\"Isolationen\"},{title:\"Fensterbau\",type:\"option\",value:\"Fensterbau\"},{type:\"option\"},{title:\"Fassadenbau\",type:\"option\",value:\"Fassadenbau\"},{title:\"Kundenmaurerarbeiten\",type:\"option\",value:\"Kundenmaurerarbeiten\"}]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-10h8tah\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6o9mg5\",\"data-styles-preset\":\"l7YTM0CBF\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, rgb(34, 34, 34))\"},children:\"NACHRICHT\"})}),className:\"framer-w9rbtv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1yjmp1d\",inputName:\"Nachricht\",placeholder:\"Ihre Nachricht an uns.\",required:true,type:\"textarea\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v0CvMAxUC:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 50px)`},XJ2p1_3vj:{width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 30px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) * 0.4667 - 30px) / 2, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uk5ivz-container\",children:/*#__PURE__*/_jsx(ButtonsFormButton,{DhG5fptRj:\"var(--token-3f74b425-491c-4f5c-accd-3af30c94e35a, rgb(255, 255, 255))\",dpj5wHRw_:\"get a quote\",height:\"100%\",id:\"Lor6n3xYa\",layoutId:\"Lor6n3xYa\",oiomJKpFW:\"var(--token-3f74b425-491c-4f5c-accd-3af30c94e35a, rgb(255, 255, 255))\",QUQyp9TbT:\"var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, rgb(34, 34, 34))\",style:{width:\"100%\"},type:\"submit\",UBWVZH4xP:\"var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, rgb(34, 34, 34))\",variant:formVariants(formState,{error:\"xpmNjRJec\",pending:\"mIiqhAhWj\",success:\"Inp1qxtsU\"},\"jPTGCEvX0\"),width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1moqzu5\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v0CvMAxUC:{background:{alt:\"Roofing\",fit:\"fill\",pixelHeight:3264,pixelWidth:4896,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px)`,src:\"https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg\",srcSet:\"https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg 4896w\"}},XJ2p1_3vj:{background:{alt:\"Roofing\",fit:\"fill\",pixelHeight:3264,pixelWidth:4896,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 60px, 1200px), 1px)`,src:\"https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg\",srcSet:\"https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg 4896w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Roofing\",fit:\"fill\",pixelHeight:3264,pixelWidth:4896,sizes:\"549px\",src:\"https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg\",srcSet:\"https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8E5zfTT8Tjt1Ah8zapXKoXlKzRI.jpeg 4896w\"},className:\"framer-sqrn57\"})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f4dcvk\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:786,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bfeb2s-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v0CvMAxUC:{variant:\"noZO5QBTE\"},XJ2p1_3vj:{variant:\"tTbl88SXO\"}},children:/*#__PURE__*/_jsx(SectionFooter01,{height:\"100%\",id:\"Q_eydIlLM\",layoutId:\"Q_eydIlLM\",style:{width:\"100%\"},variant:\"H8FPZQe1W\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nPLG2.framer-9qbvrr, .framer-nPLG2 .framer-9qbvrr { display: block; }\",\".framer-nPLG2.framer-1g585cx { align-content: center; align-items: center; background-color: var(--token-3f74b425-491c-4f5c-accd-3af30c94e35a, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1300px; }\",\".framer-nPLG2 .framer-1ru0lmw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-nPLG2 .framer-3obt3j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px 30px 0px 30px; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-nPLG2 .framer-lywkax-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; }\",\".framer-nPLG2 .framer-fzvn5j { align-content: center; align-items: center; background-color: var(--token-fb02c42e-00a2-474d-b05f-ab30a994731d, #ffd43f); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 220px 30px 155px 30px; position: relative; width: 100%; }\",\".framer-nPLG2 .framer-1tp2vr9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-nPLG2 .framer-vnmt8a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nPLG2 .framer-10sy5vd, .framer-nPLG2 .framer-1ggndci { --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-nPLG2 .framer-egkceq { flex: none; height: 808px; overflow: hidden; position: absolute; right: -54px; top: -90px; width: 883px; }\",\".framer-nPLG2 .framer-16qzan7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 30px 120px 30px; position: relative; width: 100%; }\",\".framer-nPLG2 .framer-10rvofc, .framer-nPLG2 .framer-11c9vpw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nPLG2 .framer-1kr029h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-nPLG2 .framer-5jd2ya { flex: none; height: 600px; position: relative; width: 100%; }\",\".framer-nPLG2 .framer-1b671yd { align-content: center; align-items: center; background-color: var(--token-fb02c42e-00a2-474d-b05f-ab30a994731d, #ffd43f); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 30px 120px 30px; position: relative; width: 100%; }\",\".framer-nPLG2 .framer-2zlako { align-content: center; align-items: center; 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%; }\",\".framer-nPLG2 .framer-1rjbhm8 { display: grid; flex: none; gap: 30px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 47%; }\",\".framer-nPLG2 .framer-1yr5ysq, .framer-nPLG2 .framer-lml6us, .framer-nPLG2 .framer-1i1ho8l, .framer-nPLG2 .framer-1ono0nx { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-nPLG2 .framer-1xk24ph, .framer-nPLG2 .framer-198taxz, .framer-nPLG2 .framer-uaga2q, .framer-nPLG2 .framer-w9rbtv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",'.framer-nPLG2 .framer-1tb4syx, .framer-nPLG2 .framer-jz4yxi, .framer-nPLG2 .framer-1m2qufq { --framer-input-background: var(--token-3f74b425-491c-4f5c-accd-3af30c94e35a, #ffffff); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: rgba(102, 102, 102, 0.25); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-focused-transition: all 0.3s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-color: var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, #222222); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 100%; --framer-input-font-size: 14px; --framer-input-font-text-alignment: left; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 18px 20px 18px 20px; --framer-input-placeholder-color: var(--token-3888487d-2541-4522-956e-da6e35a43753, #8a8a8a); --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }',\".framer-nPLG2 .framer-1gr2kqe { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-nPLG2 .framer-w7ibsl { --framer-input-background: var(--token-3f74b425-491c-4f5c-accd-3af30c94e35a, #ffffff); --framer-input-focused-border-color: rgba(102, 102, 102, 0.25); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, #222222); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 120%; --framer-input-font-size: 14px; --framer-input-font-weight: 600; --framer-input-icon-color: var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, #222222); --framer-input-invalid-text-color: var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, #222222); --framer-input-padding: 18px 20px 18px 20px; --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }',\".framer-nPLG2 .framer-10h8tah { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; grid-column: auto / span 2; height: auto; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",'.framer-nPLG2 .framer-1yjmp1d { --framer-input-background: var(--token-3f74b425-491c-4f5c-accd-3af30c94e35a, #ffffff); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: rgba(102, 102, 102, 0.25); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-focused-transition: all 0.3s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-color: var(--token-79076c3f-51fb-4481-a38b-a0d612366c3f, #222222); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 100%; --framer-input-font-size: 14px; --framer-input-font-text-alignment: left; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 18px 20px 18px 20px; --framer-input-placeholder-color: var(--token-3888487d-2541-4522-956e-da6e35a43753, #8a8a8a); --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 180px; position: relative; width: 100%; }',\".framer-nPLG2 .framer-1uk5ivz-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-nPLG2 .framer-1moqzu5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-nPLG2 .framer-sqrn57 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 529px; overflow: hidden; position: relative; width: 549px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nPLG2 .framer-1f4dcvk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nPLG2 .framer-bfeb2s-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nPLG2.framer-1g585cx, .framer-nPLG2 .framer-3obt3j, .framer-nPLG2 .framer-fzvn5j, .framer-nPLG2 .framer-1tp2vr9, .framer-nPLG2 .framer-vnmt8a, .framer-nPLG2 .framer-16qzan7, .framer-nPLG2 .framer-10rvofc, .framer-nPLG2 .framer-1kr029h, .framer-nPLG2 .framer-1b671yd, .framer-nPLG2 .framer-11c9vpw, .framer-nPLG2 .framer-1yr5ysq, .framer-nPLG2 .framer-lml6us, .framer-nPLG2 .framer-1i1ho8l, .framer-nPLG2 .framer-1ono0nx, .framer-nPLG2 .framer-10h8tah, .framer-nPLG2 .framer-1moqzu5, .framer-nPLG2 .framer-1f4dcvk { gap: 0px; } .framer-nPLG2.framer-1g585cx > *, .framer-nPLG2 .framer-fzvn5j > *, .framer-nPLG2 .framer-16qzan7 > *, .framer-nPLG2 .framer-1b671yd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nPLG2.framer-1g585cx > :first-child, .framer-nPLG2 .framer-3obt3j > :first-child, .framer-nPLG2 .framer-fzvn5j > :first-child, .framer-nPLG2 .framer-1tp2vr9 > :first-child, .framer-nPLG2 .framer-vnmt8a > :first-child, .framer-nPLG2 .framer-16qzan7 > :first-child, .framer-nPLG2 .framer-10rvofc > :first-child, .framer-nPLG2 .framer-1kr029h > :first-child, .framer-nPLG2 .framer-1b671yd > :first-child, .framer-nPLG2 .framer-11c9vpw > :first-child, .framer-nPLG2 .framer-1yr5ysq > :first-child, .framer-nPLG2 .framer-lml6us > :first-child, .framer-nPLG2 .framer-1i1ho8l > :first-child, .framer-nPLG2 .framer-1ono0nx > :first-child, .framer-nPLG2 .framer-10h8tah > :first-child { margin-top: 0px; } .framer-nPLG2.framer-1g585cx > :last-child, .framer-nPLG2 .framer-3obt3j > :last-child, .framer-nPLG2 .framer-fzvn5j > :last-child, .framer-nPLG2 .framer-1tp2vr9 > :last-child, .framer-nPLG2 .framer-vnmt8a > :last-child, .framer-nPLG2 .framer-16qzan7 > :last-child, .framer-nPLG2 .framer-10rvofc > :last-child, .framer-nPLG2 .framer-1kr029h > :last-child, .framer-nPLG2 .framer-1b671yd > :last-child, .framer-nPLG2 .framer-11c9vpw > :last-child, .framer-nPLG2 .framer-1yr5ysq > :last-child, .framer-nPLG2 .framer-lml6us > :last-child, .framer-nPLG2 .framer-1i1ho8l > :last-child, .framer-nPLG2 .framer-1ono0nx > :last-child, .framer-nPLG2 .framer-10h8tah > :last-child { margin-bottom: 0px; } .framer-nPLG2 .framer-3obt3j > *, .framer-nPLG2 .framer-1tp2vr9 > *, .framer-nPLG2 .framer-10rvofc > *, .framer-nPLG2 .framer-11c9vpw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nPLG2 .framer-vnmt8a > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-nPLG2 .framer-1kr029h > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-nPLG2 .framer-1yr5ysq > *, .framer-nPLG2 .framer-lml6us > *, .framer-nPLG2 .framer-1i1ho8l > *, .framer-nPLG2 .framer-1ono0nx > *, .framer-nPLG2 .framer-10h8tah > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-nPLG2 .framer-1moqzu5 > *, .framer-nPLG2 .framer-1f4dcvk > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-nPLG2 .framer-1moqzu5 > :first-child, .framer-nPLG2 .framer-1f4dcvk > :first-child { margin-left: 0px; } .framer-nPLG2 .framer-1moqzu5 > :last-child, .framer-nPLG2 .framer-1f4dcvk > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,\"@media (min-width: 768px) and (max-width: 1299px) { .framer-nPLG2.framer-1g585cx { width: 768px; } .framer-nPLG2 .framer-3obt3j { padding: 0px; position: fixed; } .framer-nPLG2 .framer-fzvn5j { padding: 170px 30px 100px 30px; z-index: 0; } .framer-nPLG2 .framer-10sy5vd { order: 0; } .framer-nPLG2 .framer-egkceq { height: 458px; right: 10px; top: -28px; width: 472px; } .framer-nPLG2 .framer-16qzan7, .framer-nPLG2 .framer-1b671yd { padding: 100px 30px 100px 30px; } .framer-nPLG2 .framer-1kr029h { gap: 50px; width: 100%; } .framer-nPLG2 .framer-5jd2ya { aspect-ratio: 1.416 / 1; height: var(--framer-aspect-ratio-supported, 141px); } .framer-nPLG2 .framer-2zlako { flex-direction: column; gap: 60px; justify-content: center; } .framer-nPLG2 .framer-1rjbhm8, .framer-nPLG2 .framer-1moqzu5 { width: 100%; } .framer-nPLG2 .framer-sqrn57 { aspect-ratio: 1.3383742911153118 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 149px); width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nPLG2 .framer-1kr029h, .framer-nPLG2 .framer-2zlako { gap: 0px; } .framer-nPLG2 .framer-1kr029h > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-nPLG2 .framer-1kr029h > :first-child, .framer-nPLG2 .framer-2zlako > :first-child { margin-top: 0px; } .framer-nPLG2 .framer-1kr029h > :last-child, .framer-nPLG2 .framer-2zlako > :last-child { margin-bottom: 0px; } .framer-nPLG2 .framer-2zlako > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}\",\"@media (max-width: 767px) { .framer-nPLG2.framer-1g585cx { width: 390px; } .framer-nPLG2 .framer-3obt3j { padding: 0px; position: fixed; } .framer-nPLG2 .framer-fzvn5j { padding: 150px 20px 80px 20px; } .framer-nPLG2 .framer-16qzan7, .framer-nPLG2 .framer-1b671yd { padding: 80px 20px 80px 20px; } .framer-nPLG2 .framer-1kr029h { gap: 40px; width: 100%; } .framer-nPLG2 .framer-5jd2ya { aspect-ratio: 1.1666666666666667 / 1; height: var(--framer-aspect-ratio-supported, 171px); } .framer-nPLG2 .framer-2zlako { flex-direction: column; gap: 40px; justify-content: center; } .framer-nPLG2 .framer-1rjbhm8 { grid-template-columns: repeat(1, minmax(50px, 1fr)); width: 100%; } .framer-nPLG2 .framer-10h8tah { grid-column: auto / span 1; } .framer-nPLG2 .framer-1yjmp1d { min-height: 140px; } .framer-nPLG2 .framer-1moqzu5 { width: 100%; } .framer-nPLG2 .framer-sqrn57 { aspect-ratio: 1.0606060606060606 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 189px); width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nPLG2 .framer-1kr029h, .framer-nPLG2 .framer-2zlako { gap: 0px; } .framer-nPLG2 .framer-1kr029h > *, .framer-nPLG2 .framer-2zlako > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nPLG2 .framer-1kr029h > :first-child, .framer-nPLG2 .framer-2zlako > :first-child { margin-top: 0px; } .framer-nPLG2 .framer-1kr029h > :last-child, .framer-nPLG2 .framer-2zlako > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3550\n * @framerIntrinsicWidth 1300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XJ2p1_3vj\":{\"layout\":[\"fixed\",\"auto\"]},\"v0CvMAxUC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerYT9OCoDlq=withCSS(Component,css,\"framer-nPLG2\");export default FramerYT9OCoDlq;FramerYT9OCoDlq.displayName=\"Articles Detail\";FramerYT9OCoDlq.defaultProps={height:3550,width:1300};addFonts(FramerYT9OCoDlq,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...SmoothScrollFonts,...NavNavigationFonts,...ButtonsFormButtonFonts,...SectionFooter01Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYT9OCoDlq\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"3550\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XJ2p1_3vj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v0CvMAxUC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1300\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SmoothScrollFonts", "getFonts", "SmoothScroll", "NavNavigationFonts", "ABDFDwzG7_default", "MotionDivWithFX", "withFX", "motion", "ButtonsFormButtonFonts", "Cw3Ye_FL3_default", "SectionFooter01Fonts", "XDtw8cDOM_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "toResponsiveImage", "value", "formVariants", "form", "variants", "currentVariant", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "lZvWviJkZ_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "mWrkpzQtP", "yxdCZ4RqR", "kDEXWQ_K5", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RichText2", "x", "Image2", "FormContainer", "formState", "l", "FormPlainTextInput2", "FormSelect", "css", "FramerYT9OCoDlq", "withCSS", "YT9OCoDlq_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
