{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/nkUHGL46fQMqq0FhQzDq/q0YgiR5iSQ1PyVYgR5LA/UfBF8qWQD.js"],
  "sourcesContent": ["// Generated by Framer (f2fcf75)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import NavBar from\"#framer/local/canvasComponent/fS328M2Tl/fS328M2Tl.js\";import Button from\"#framer/local/canvasComponent/PfvT7JqRc/PfvT7JqRc.js\";import Footer from\"#framer/local/canvasComponent/wHl2sBRuP/wHl2sBRuP.js\";import Blogs from\"#framer/local/collection/Xo5wCP7g_/Xo5wCP7g_.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle1 from\"#framer/local/css/aFxtBDrnd/aFxtBDrnd.js\";import*as sharedStyle from\"#framer/local/css/AjSJb1nWf/AjSJb1nWf.js\";import*as sharedStyle9 from\"#framer/local/css/apkIjeAfT/apkIjeAfT.js\";import*as sharedStyle4 from\"#framer/local/css/at6kzaSbc/at6kzaSbc.js\";import*as sharedStyle3 from\"#framer/local/css/AuWFFP35o/AuWFFP35o.js\";import*as sharedStyle5 from\"#framer/local/css/DTN0NrRM7/DTN0NrRM7.js\";import*as sharedStyle6 from\"#framer/local/css/nIj0YGRV8/nIj0YGRV8.js\";import*as sharedStyle10 from\"#framer/local/css/oxr2ujNbh/oxr2ujNbh.js\";import*as sharedStyle8 from\"#framer/local/css/Q5qr_FXA3/Q5qr_FXA3.js\";import*as sharedStyle2 from\"#framer/local/css/twkg30f5u/twkg30f5u.js\";import*as sharedStyle7 from\"#framer/local/css/Umscc7zf5/Umscc7zf5.js\";import metadataProvider from\"#framer/local/webPageMetadata/UfBF8qWQD/UfBF8qWQD.js\";const NavBarFonts=getFonts(NavBar);const ButtonFonts=getFonts(Button);const FooterFonts=getFonts(Footer);const MotionDivWithFX=withFX(motion.div);const breakpoints={b1BTD8frZ:\"(min-width: 1200px)\",bTRlX3Znw:\"(max-width: 808px)\",wDTpceidZ:\"(min-width: 809px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-LBYkk\";const variantClassNames={b1BTD8frZ:\"framer-v-4i3l7b\",bTRlX3Znw:\"framer-v-liotnx\",wDTpceidZ:\"framer-v-1twswzr\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transition1={delay:0,duration:.8,ease:[.08,1.04,.56,1],type:\"tween\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};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 QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"b1BTD8frZ\",Phone:\"bTRlX3Znw\",Tablet:\"wDTpceidZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"b1BTD8frZ\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,OnoNW9Tj3Ui6u0wBVF,hv1vgBmwTUi6u0wBVF,GPfuxV1qLUi6u0wBVF,MQtLsP1IKUi6u0wBVF,CFaWO8o5kUi6u0wBVF,J4QgXVXBMUi6u0wBVF,GWOLYvbtuUi6u0wBVF,idUi6u0wBVF,...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=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"b1BTD8frZ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-4i3l7b\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bTRlX3Znw:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8knfet-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bTRlX3Znw:{style:{width:\"100%\"},variant:\"ZccZLvAWR\"},wDTpceidZ:{style:{width:\"100%\"},variant:\"vKHh6V4Le\"}},children:/*#__PURE__*/_jsx(NavBar,{height:\"100%\",id:\"c_C_VN_SQ\",layoutId:\"c_C_VN_SQ\",style:{height:\"100%\",width:\"100%\"},variant:\"HtX0v0pBm\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vifgfm\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7pvj8t\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-yer2o7\",\"data-styles-preset\":\"AjSJb1nWf\",children:\"404\"})}),className:\"framer-1mryw2x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-2shr8y\",\"data-styles-preset\":\"aFxtBDrnd\",children:\"Sorry, this page can't be found.\"})}),className:\"framer-b2gkgr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-2shr8y\",\"data-styles-preset\":\"aFxtBDrnd\",children:\"The link you followed may be broken, or this page may no longer exist. \"})}),className:\"framer-1fp4pos\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bTRlX3Znw:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+75+100+0+0+203.39999999999998,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k3yq27-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"s28g60LuK\",layoutId:\"s28g60LuK\",style:{height:\"100%\"},variant:\"bUiBNMggF\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bTRlX3Znw:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:236,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+1188.6-236,children:/*#__PURE__*/_jsx(Container,{className:\"framer-139k3so-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bTRlX3Znw:{variant:\"xPMX1LeNC\"},wDTpceidZ:{variant:\"WlUhrohbs\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"Axxn9ZF2D\",layoutId:\"Axxn9ZF2D\",style:{width:\"100%\"},variant:\"JavEkBfEz\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ffe8tw\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Ui6u0wBVF\",data:Blogs,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"Ui6u0wBVF\",name:\"OnoNW9Tj3\",type:\"Identifier\"},{collection:\"Ui6u0wBVF\",name:\"hv1vgBmwT\",type:\"Identifier\"},{collection:\"Ui6u0wBVF\",name:\"GPfuxV1qL\",type:\"Identifier\"},{collection:\"Ui6u0wBVF\",name:\"MQtLsP1IK\",type:\"Identifier\"},{collection:\"Ui6u0wBVF\",name:\"CFaWO8o5k\",type:\"Identifier\"},{collection:\"Ui6u0wBVF\",name:\"J4QgXVXBM\",type:\"Identifier\"},{collection:\"Ui6u0wBVF\",name:\"GWOLYvbtu\",type:\"Identifier\"},{collection:\"Ui6u0wBVF\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({CFaWO8o5k:CFaWO8o5kUi6u0wBVF,GPfuxV1qL:GPfuxV1qLUi6u0wBVF,GWOLYvbtu:GWOLYvbtuUi6u0wBVF,hv1vgBmwT:hv1vgBmwTUi6u0wBVF,id:idUi6u0wBVF,J4QgXVXBM:J4QgXVXBMUi6u0wBVF,MQtLsP1IK:MQtLsP1IKUi6u0wBVF,OnoNW9Tj3:OnoNW9Tj3Ui6u0wBVF},index)=>{OnoNW9Tj3Ui6u0wBVF??=\"\";GPfuxV1qLUi6u0wBVF??=\"\";MQtLsP1IKUi6u0wBVF??=\"\";CFaWO8o5kUi6u0wBVF??=\"\";GWOLYvbtuUi6u0wBVF??=\"\";const textContent=toDateString(hv1vgBmwTUi6u0wBVF,{dateStyle:\"long\",locale:\"en-GB\"},activeLocaleCode);const visible=isSet(J4QgXVXBMUi6u0wBVF);return /*#__PURE__*/_jsx(LayoutGroup,{id:`Ui6u0wBVF-${idUi6u0wBVF}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{OnoNW9Tj3:OnoNW9Tj3Ui6u0wBVF},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15l5hpm\",children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OnoNW9Tj3:OnoNW9Tj3Ui6u0wBVF},webPageId:\"dX0JC7xS1\"},nodeId:\"Pzs2GWVWS\",openInNewTab:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-9vpdjb framer-m7i39o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1n866o6\",\"data-styles-preset\":\"twkg30f5u\",style:{\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-1uqw9lh\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-5lt4xa\",\"data-styles-preset\":\"AuWFFP35o\",children:\"Title\"})}),className:\"framer-mjzd5f\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:GPfuxV1qLUi6u0wBVF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-776jk0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1n866o6\",\"data-styles-preset\":\"twkg30f5u\",style:{\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Cristobel\"})}),className:\"framer-5clm85\",\"data-framer-name\":\"Author First name\",fonts:[\"Inter\"],text:MQtLsP1IKUi6u0wBVF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1n866o6\",\"data-styles-preset\":\"twkg30f5u\",style:{\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Soares\"})}),className:\"framer-1jvqvz8\",\"data-framer-name\":\"Author Last Name\",fonts:[\"Inter\"],text:CFaWO8o5kUi6u0wBVF,verticalAlignment:\"top\",withExternalLayout:true})]})]})}),visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bTRlX3Znw:{background:{alt:\"\",fit:\"fit\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1100px) - 40px) * 1.4238)`,...toResponsiveImage(J4QgXVXBMUi6u0wBVF),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+426.4+0+0+0+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1100px) - 40px)`,...toResponsiveImage(J4QgXVXBMUi6u0wBVF)},className:\"framer-oohfj2\"})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"wGV4B1koL\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:GWOLYvbtuUi6u0wBVF,className:\"framer-ywk1tu\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1hahl4l\",blockquote:\"framer-styles-preset-1c9nclf\",h1:\"framer-styles-preset-yer2o7\",h2:\"framer-styles-preset-5lt4xa\",h3:\"framer-styles-preset-19d4qdk\",h4:\"framer-styles-preset-1nwno7o\",h5:\"framer-styles-preset-9qo9sl\",h6:\"framer-styles-preset-xqd7mo\",img:\"framer-styles-preset-pt7nja\",p:\"framer-styles-preset-1n866o6\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})},idUi6u0wBVF);})})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-cd760bf0-eff1-4382-81c7-e5cf00f01f6a, rgb(245, 248, 253)); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LBYkk.framer-m7i39o, .framer-LBYkk .framer-m7i39o { display: block; }\",\".framer-LBYkk.framer-4i3l7b { align-content: center; align-items: center; background-color: var(--token-cd760bf0-eff1-4382-81c7-e5cf00f01f6a, #f5f8fd); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 325px 0px; position: relative; width: 1200px; }\",\".framer-LBYkk .framer-8knfet-container { flex: none; height: 75px; position: relative; width: 100%; }\",\".framer-LBYkk .framer-vifgfm { 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: 1100px; overflow: hidden; padding: 100px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-LBYkk .framer-7pvj8t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LBYkk .framer-1mryw2x, .framer-LBYkk .framer-b2gkgr, .framer-LBYkk .framer-1fp4pos { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LBYkk .framer-k3yq27-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-LBYkk .framer-139k3so-container { bottom: 0px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-LBYkk .framer-ffe8tw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1100px; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-LBYkk .framer-15l5hpm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-LBYkk .framer-9vpdjb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 0px 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-LBYkk .framer-1uqw9lh, .framer-LBYkk .framer-mjzd5f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LBYkk .framer-776jk0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LBYkk .framer-5clm85, .framer-LBYkk .framer-1jvqvz8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LBYkk .framer-oohfj2 { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; flex: none; height: 466px; position: relative; width: 100%; }\",\".framer-LBYkk .framer-ywk1tu { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LBYkk.framer-4i3l7b, .framer-LBYkk .framer-vifgfm, .framer-LBYkk .framer-7pvj8t, .framer-LBYkk .framer-ffe8tw, .framer-LBYkk .framer-15l5hpm, .framer-LBYkk .framer-9vpdjb, .framer-LBYkk .framer-776jk0 { gap: 0px; } .framer-LBYkk.framer-4i3l7b > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LBYkk.framer-4i3l7b > :first-child, .framer-LBYkk .framer-vifgfm > :first-child, .framer-LBYkk .framer-7pvj8t > :first-child, .framer-LBYkk .framer-ffe8tw > :first-child, .framer-LBYkk .framer-15l5hpm > :first-child, .framer-LBYkk .framer-9vpdjb > :first-child { margin-top: 0px; } .framer-LBYkk.framer-4i3l7b > :last-child, .framer-LBYkk .framer-vifgfm > :last-child, .framer-LBYkk .framer-7pvj8t > :last-child, .framer-LBYkk .framer-ffe8tw > :last-child, .framer-LBYkk .framer-15l5hpm > :last-child, .framer-LBYkk .framer-9vpdjb > :last-child { margin-bottom: 0px; } .framer-LBYkk .framer-vifgfm > *, .framer-LBYkk .framer-9vpdjb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-LBYkk .framer-7pvj8t > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-LBYkk .framer-ffe8tw > *, .framer-LBYkk .framer-15l5hpm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-LBYkk .framer-776jk0 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-LBYkk .framer-776jk0 > :first-child { margin-left: 0px; } .framer-LBYkk .framer-776jk0 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,\"@media (min-width: 809px) and (max-width: 1199px) { .framer-LBYkk.framer-4i3l7b { width: 809px; } .framer-LBYkk .framer-8knfet-container { height: auto; } .framer-LBYkk .framer-9vpdjb { align-content: flex-start; align-items: flex-start; }}\",\"@media (max-width: 808px) { .framer-LBYkk.framer-4i3l7b { padding: 0px 0px 375px 0px; width: 390px; } .framer-LBYkk .framer-8knfet-container { height: auto; } .framer-LBYkk .framer-ffe8tw { padding: 0px 20px 20px 20px; } .framer-LBYkk .framer-15l5hpm { flex-direction: row; justify-content: center; } .framer-LBYkk .framer-9vpdjb { order: 0; } .framer-LBYkk .framer-oohfj2 { height: 258px; order: 1; width: 142%; } .framer-LBYkk .framer-ywk1tu { flex: 1 0 0px; order: 2; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LBYkk .framer-15l5hpm { gap: 0px; } .framer-LBYkk .framer-15l5hpm > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-LBYkk .framer-15l5hpm > :first-child { margin-left: 0px; } .framer-LBYkk .framer-15l5hpm > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2071\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wDTpceidZ\":{\"layout\":[\"fixed\",\"auto\"]},\"bTRlX3Znw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FramerUfBF8qWQD=withCSS(Component,css,\"framer-LBYkk\");export default FramerUfBF8qWQD;FramerUfBF8qWQD.displayName=\"Page\";FramerUfBF8qWQD.defaultProps={height:2071,width:1200};addFonts(FramerUfBF8qWQD,[{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\"}]},...NavBarFonts,...ButtonFonts,...FooterFonts,...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),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"wGV4B1koL\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"wGV4B1koL\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUfBF8qWQD\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"2071\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wDTpceidZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bTRlX3Znw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavBarFonts", "getFonts", "fS328M2Tl_default", "ButtonFonts", "PfvT7JqRc_default", "FooterFonts", "wHl2sBRuP_default", "MotionDivWithFX", "withFX", "motion", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "isSet", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "OnoNW9Tj3Ui6u0wBVF", "hv1vgBmwTUi6u0wBVF", "GPfuxV1qLUi6u0wBVF", "MQtLsP1IKUi6u0wBVF", "CFaWO8o5kUi6u0wBVF", "J4QgXVXBMUi6u0wBVF", "GWOLYvbtuUi6u0wBVF", "idUi6u0wBVF", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "fS328M2Tl_default", "RichText", "x", "PfvT7JqRc_default", "wHl2sBRuP_default", "MotionDivWithFX", "ChildrenCanSuspend", "Xo5wCP7g_default", "collection", "paginationInfo", "loadMore", "l", "index", "textContent", "visible", "PathVariablesContext", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentPresetsProvider", "css", "FramerUfBF8qWQD", "withCSS", "UfBF8qWQD_default", "addFonts", "NavBarFonts", "ButtonFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
