{"version":3,"file":"o1dZ9cOFh2leH-epO9h9hI2U2Cu6zQ_HxZEELmO5FMw.Bo2SFGb_.mjs","names":["Header","Badge","Phosphor","Image","CallToAction","Footer","props","Blog","metadata","className","PropertyOverrides","css"],"sources":["https:/framerusercontent.com/modules/uJstlK42l9Dq4C9UcZR9/4mmcRFBlKxZSM45JidHg/aWjFgBj9c.js","https:/framerusercontent.com/modules/fA8M0E1XNBy3LY6JhzqQ/emu51Bl75WFCOGlVAjF9/aWjFgBj9c.js"],"sourcesContent":["// Generated by Framer (4e800ba)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={HuID7Tgrc:new LazyValue(()=>import(\"./aWjFgBj9c-1.js\")),jbK0xR85s:new LazyValue(()=>import(\"./aWjFgBj9c-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (4e800ba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import CallToAction from\"#framer/local/canvasComponent/hDk8iqzI5/hDk8iqzI5.js\";import Header from\"#framer/local/canvasComponent/R59UUiNVK/R59UUiNVK.js\";import Footer from\"#framer/local/canvasComponent/RT57n2mYC/RT57n2mYC.js\";import Badge from\"#framer/local/canvasComponent/ZC6oaTVqt/ZC6oaTVqt.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/ewhHuyXZI/ewhHuyXZI.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle3 from\"#framer/local/css/ALE6yx_O9/ALE6yx_O9.js\";import*as sharedStyle1 from\"#framer/local/css/ao6vEw8CX/ao6vEw8CX.js\";import*as sharedStyle8 from\"#framer/local/css/dRgG77f47/dRgG77f47.js\";import*as sharedStyle6 from\"#framer/local/css/dtOoAAwB_/dtOoAAwB_.js\";import*as sharedStyle from\"#framer/local/css/f8V3IQI3H/f8V3IQI3H.js\";import*as sharedStyle7 from\"#framer/local/css/HhLr_TFUZ/HhLr_TFUZ.js\";import*as sharedStyle9 from\"#framer/local/css/LCdWPh_ot/LCdWPh_ot.js\";import*as sharedStyle11 from\"#framer/local/css/lKnSTH4YS/lKnSTH4YS.js\";import*as sharedStyle5 from\"#framer/local/css/PT_amgL_6/PT_amgL_6.js\";import*as sharedStyle10 from\"#framer/local/css/tmuuwsZ1W/tmuuwsZ1W.js\";import*as sharedStyle4 from\"#framer/local/css/Tsh95XLwX/Tsh95XLwX.js\";import*as sharedStyle2 from\"#framer/local/css/vlUd825be/vlUd825be.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/aWjFgBj9c/aWjFgBj9c.js\";import metadataProvider from\"#framer/local/webPageMetadata/aWjFgBj9c/aWjFgBj9c.js\";const HeaderFonts=getFonts(Header);const BadgeFonts=getFonts(Badge);const PhosphorFonts=getFonts(Phosphor);const ImageWithFX=withFX(Image);const CallToActionFonts=getFonts(CallToAction);const FooterFonts=getFonts(Footer);const breakpoints={HeA153nlA:\"(min-width: 810px) and (max-width: 1199px)\",rYPSfvvnL:\"(max-width: 809px)\",Tzfjhcngf:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-r0W2H\";const variantClassNames={HeA153nlA:\"framer-v-avuw98\",rYPSfvvnL:\"framer-v-17dt87v\",Tzfjhcngf:\"framer-v-4r97t8\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition1={delay:.1,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:10};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Tzfjhcngf\",Phone:\"rYPSfvvnL\",Tablet:\"HeA153nlA\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Tzfjhcngf\"};};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:\"aWjFgBj9c\",data:Blog,type:\"Collection\"},select:[{collection:\"aWjFgBj9c\",name:\"DznlIolci\",type:\"Identifier\"},{collection:\"aWjFgBj9c\",name:\"Ra7LnIXvr\",type:\"Identifier\"},{collection:\"aWjFgBj9c\",name:\"Hsx6mDXxL\",type:\"Identifier\"},{collection:\"aWjFgBj9c\",name:\"YEtJIc9Fb\",type:\"Identifier\"},{collection:\"aWjFgBj9c\",name:\"ioMq8boYr\",type:\"Identifier\"},{collection:\"aWjFgBj9c\",name:\"nv8mJtXfd\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"aWjFgBj9c\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,Hsx6mDXxL=getFromCurrentRouteData(\"Hsx6mDXxL\"),DznlIolci=getFromCurrentRouteData(\"DznlIolci\")??\"\",YEtJIc9Fb=getFromCurrentRouteData(\"YEtJIc9Fb\"),ioMq8boYr=getFromCurrentRouteData(\"ioMq8boYr\"),nv8mJtXfd=getFromCurrentRouteData(\"nv8mJtXfd\")??\"\",...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,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const elementId=useRouteElementId(\"bk6273eJQ\");const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(YEtJIc9Fb,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"rYPSfvvnL\")return false;return true;};const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Tzfjhcngf\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, rgb(247, 237, 237)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-4r97t8\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-es7e55-container\",layoutScroll:true,nodeId:\"sPl7ESYRz\",scopeId:\"aWjFgBj9c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HeA153nlA:{variant:\"g7fLVO5ml\"},rYPSfvvnL:{variant:\"g7fLVO5ml\"}},children:/*#__PURE__*/_jsx(Header,{BeZsA273t:true,Cof0RMUzO:\"var(--token-e6a1425f-5cc8-4e16-87a5-8615ab8b8fe1, rgb(82, 82, 91))\",dbTkB554q:\"https://store.pixfort.com/buy/46c92bab-2899-43f1-99c6-b4bc8dd1408f\",EdKYuwXXP:\"var(--token-5cb9a68d-31cb-4baf-8414-1a3d9276de57, rgba(255, 255, 255, 0.9))\",eGOhp_OqC:getLocalizedValue(\"v0\",activeLocale)??\"Sign in\",ewfFJItNT:\"XgBIHPUqi\",FFcnuU4Ek:\"var(--token-5cb9a68d-31cb-4baf-8414-1a3d9276de57, rgba(255, 255, 255, 0.95))\",height:\"100%\",id:\"sPl7ESYRz\",KDPaGeBIL:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",layoutId:\"sPl7ESYRz\",ORnOR2pUN:{borderBottomWidth:1,borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},sGHTFWZo5:true,style:{width:\"100%\"},t4qtipNl7:10,UTTJR9foI:true,v06jigF6i:\"flex-start\",variant:\"OEkGhi0ka\",width:\"100%\",zzroHIlLa:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pylstc\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.85,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c0EZxtMucSR6UOSZk2TBnWsqr4.svg\"},className:\"framer-tawgwh\",\"data-framer-name\":\"pattern\"})}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-1ewbiqc\",\"data-framer-name\":\"Post\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vplmp9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HeA153nlA:{y:(componentViewport?.y||0)+120+0+0+0+0+0},rYPSfvvnL:{y:(componentViewport?.y||0)+120+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:(componentViewport?.y||0)+160+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e0dh0p-container\",nodeId:\"cw1J0KNPQ\",scopeId:\"aWjFgBj9c\",children:/*#__PURE__*/_jsx(Badge,{C_fTzd5lR:{borderColor:'var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231)) /* {\"name\":\"Gray 200\"} */',borderStyle:\"solid\",borderWidth:0},height:\"100%\",id:\"cw1J0KNPQ\",iXsfVjsEM:\"var(--token-b0454cba-c19e-43a6-8075-f4b7a5ae4372, rgb(244, 244, 245))\",JPO2n74ig:100,layoutId:\"cw1J0KNPQ\",Lsu1xrgI3:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",p4KdNyw2A:0,variant:\"Qy1b_vjYv\",width:\"100%\",XGtDHEUvE:enumToDisplayNameFunctions[\"Hsx6mDXxL\"]?.(Hsx6mDXxL,activeLocale)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-fvy4c6\",\"data-styles-preset\":\"f8V3IQI3H\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"},children:\"Title\"})}),className:\"framer-3ciqx5\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:DznlIolci,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18dvjij\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i7kooy-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"nnY2I9_Bl\",scopeId:\"aWjFgBj9c\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",height:\"100%\",iconSearch:getLocalizedValue(\"v1\",activeLocale)??\"House\",iconSelection:\"CalendarBlank\",id:\"nnY2I9_Bl\",layoutId:\"nnY2I9_Bl\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-igt7au\",\"data-styles-preset\":\"ao6vEw8CX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\"},children:\"Content\"})}),className:\"framer-9j08hi\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HeA153nlA:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+0+232.2),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,...toResponsiveImage(ioMq8boYr)}},rYPSfvvnL:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+0+212.2),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,...toResponsiveImage(ioMq8boYr)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+160+0+0+232.2),sizes:\"1020.8px\",...toResponsiveImage(ioMq8boYr)},className:\"framer-h6y7lg\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-abvzff\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1z6pv2\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n8ftxq\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hegyo9\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/9rhBPUZttCbLCWqJEL42/YouTube.js:Youtube\":componentPresets.props[\"f8jIz0H11\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"WGQMwDLnq\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nv8mJtXfd,className:\"framer-1cadcrq\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-tawneo\",blockquote:\"framer-styles-preset-1ds9q74\",code:\"framer-styles-preset-y9rnnu\",h1:\"framer-styles-preset-fvy4c6\",h2:\"framer-styles-preset-1nqpcik\",h3:\"framer-styles-preset-1njlwr9\",h4:\"framer-styles-preset-ai6hvh\",h5:\"framer-styles-preset-fi66dc\",h6:\"framer-styles-preset-ntfn9g\",img:\"framer-styles-preset-1w4zmzw\",p:\"framer-styles-preset-11zorzc\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-10vx8de hidden-17dt87v\",\"data-framer-name\":\"Empty\"})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CoxWPu2cm\"},implicitPathVariables:undefined},{href:{webPageId:\"CoxWPu2cm\"},implicitPathVariables:undefined},{href:{webPageId:\"CoxWPu2cm\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HeA153nlA:{y:(componentViewport?.y||0)+120+848.2},rYPSfvvnL:{y:(componentViewport?.y||0)+120+588.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:470,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+160+858.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ek3t4-container\",nodeId:\"DJrgibESA\",scopeId:\"aWjFgBj9c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HeA153nlA:{variant:\"kDRJlWlos\",w3EFGvBAB:resolvedLinks[1]},rYPSfvvnL:{variant:\"ipmzz36AJ\",w3EFGvBAB:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(CallToAction,{ACpMpFr3L:\"var(--token-bebb5c17-844d-419e-ab0e-ada0b43a4350, rgb(250, 250, 250))\",eG2qRWVuY:getLocalizedValue(\"v3\",activeLocale)??\"Book a demo and see Pandektes in action\",fSwsic5wq:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",gsEAQKbuw:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",height:\"100%\",hZOusc34J:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",id:\"DJrgibESA\",iTSiyCfn6:\"ArrowRight\",izv65hphi:\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",layoutId:\"DJrgibESA\",ngvo314ej:getLocalizedValue(\"v4\",activeLocale)??\"Book a demo\",style:{width:\"100%\"},TPfgUMKvU:getLocalizedValue(\"v2\",activeLocale)??\"Curious about what\\nPandektes can do for you?\",variant:\"o6EQRhOkB\",w3EFGvBAB:resolvedLinks[0],width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HeA153nlA:{y:(componentViewport?.y||0)+120+1348.2},rYPSfvvnL:{y:(componentViewport?.y||0)+120+1088.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:437,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+160+1368.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19ro2u-container\",nodeId:\"iXAOJ3MLb\",scopeId:\"aWjFgBj9c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HeA153nlA:{variant:\"z8oyrV_8I\"},rYPSfvvnL:{variant:\"mpwjk9MUe\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"iXAOJ3MLb\",layoutId:\"iXAOJ3MLb\",style:{width:\"100%\"},variant:\"PbSBQXuqG\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-r0W2H.framer-vbtjea, .framer-r0W2H .framer-vbtjea { display: block; }\",\".framer-r0W2H.framer-4r97t8 { align-content: center; align-items: center; background-color: var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, #f7eded); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 160px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-r0W2H .framer-es7e55-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 1; }\",\".framer-r0W2H .framer-1pylstc { background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, rgb(247, 237, 237)) 60%); flex: none; height: 400px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-r0W2H .framer-tawgwh { -webkit-mask: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; flex: none; height: 400px; left: 0px; mask: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; opacity: 0.05; position: absolute; right: 0px; top: 0px; }\",\".framer-r0W2H .framer-1ewbiqc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1200px; padding: 0px 20px 0px 20px; position: relative; width: 100%; z-index: 0; }\",\".framer-r0W2H .framer-1vplmp9 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-r0W2H .framer-1e0dh0p-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-r0W2H .framer-3ciqx5 { flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-r0W2H .framer-18dvjij { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-r0W2H .framer-i7kooy-container { flex: none; height: 21px; position: relative; width: 21px; }\",\".framer-r0W2H .framer-9j08hi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-r0W2H .framer-h6y7lg { aspect-ratio: 2.32 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 440px); position: relative; width: 1021px; }\",\".framer-r0W2H .framer-abvzff { 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; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-r0W2H .framer-1z6pv2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 162px; overflow: visible; padding: 0px; position: sticky; top: 120px; width: 100px; z-index: 1; }\",\".framer-r0W2H .framer-n8ftxq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-r0W2H .framer-1hegyo9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-r0W2H .framer-1cadcrq { --framer-paragraph-spacing: 40px; flex: none; height: auto; max-width: 760px; position: relative; white-space: pre-wrap; width: 760px; word-break: break-word; word-wrap: break-word; }\",\".framer-r0W2H .framer-10vx8de { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 162px; overflow: hidden; padding: 0px; position: relative; width: 100px; }\",\".framer-r0W2H .framer-5ek3t4-container, .framer-r0W2H .framer-19ro2u-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-r0W2H.framer-4r97t8, .framer-r0W2H .framer-1ewbiqc, .framer-r0W2H .framer-1vplmp9, .framer-r0W2H .framer-18dvjij, .framer-r0W2H .framer-1z6pv2, .framer-r0W2H .framer-n8ftxq, .framer-r0W2H .framer-1hegyo9, .framer-r0W2H .framer-10vx8de { gap: 0px; } .framer-r0W2H.framer-4r97t8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-r0W2H.framer-4r97t8 > :first-child, .framer-r0W2H .framer-1ewbiqc > :first-child, .framer-r0W2H .framer-1vplmp9 > :first-child, .framer-r0W2H .framer-n8ftxq > :first-child { margin-top: 0px; } .framer-r0W2H.framer-4r97t8 > :last-child, .framer-r0W2H .framer-1ewbiqc > :last-child, .framer-r0W2H .framer-1vplmp9 > :last-child, .framer-r0W2H .framer-n8ftxq > :last-child { margin-bottom: 0px; } .framer-r0W2H .framer-1ewbiqc > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-r0W2H .framer-1vplmp9 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-r0W2H .framer-18dvjij > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-r0W2H .framer-18dvjij > :first-child, .framer-r0W2H .framer-1z6pv2 > :first-child, .framer-r0W2H .framer-1hegyo9 > :first-child, .framer-r0W2H .framer-10vx8de > :first-child { margin-left: 0px; } .framer-r0W2H .framer-18dvjij > :last-child, .framer-r0W2H .framer-1z6pv2 > :last-child, .framer-r0W2H .framer-1hegyo9 > :last-child, .framer-r0W2H .framer-10vx8de > :last-child { margin-right: 0px; } .framer-r0W2H .framer-1z6pv2 > *, .framer-r0W2H .framer-1hegyo9 > *, .framer-r0W2H .framer-10vx8de > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-r0W2H .framer-n8ftxq > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-r0W2H.framer-4r97t8 { gap: 30px; padding: 120px 0px 0px 0px; width: 810px; } .framer-r0W2H .framer-3ciqx5 { max-width: 600px; } .framer-r0W2H .framer-h6y7lg { height: var(--framer-aspect-ratio-supported, 86px); width: 100%; } .framer-r0W2H .framer-1z6pv2 { justify-content: flex-start; width: 70px; } .framer-r0W2H .framer-1hegyo9 { width: 100%; } .framer-r0W2H .framer-1cadcrq { flex: 1 0 0px; width: 1px; } .framer-r0W2H .framer-10vx8de { width: 70px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-r0W2H.framer-4r97t8 { gap: 0px; } .framer-r0W2H.framer-4r97t8 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-r0W2H.framer-4r97t8 > :first-child { margin-top: 0px; } .framer-r0W2H.framer-4r97t8 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-r0W2H.framer-4r97t8 { gap: 30px; padding: 120px 0px 0px 0px; width: 390px; } .framer-r0W2H .framer-1ewbiqc { gap: 30px; } .framer-r0W2H .framer-3ciqx5 { max-width: unset; } .framer-r0W2H .framer-h6y7lg { aspect-ratio: unset; height: 200px; width: 100%; } .framer-r0W2H .framer-abvzff { flex-direction: column; gap: 20px; justify-content: flex-start; } .framer-r0W2H .framer-1z6pv2 { justify-content: flex-start; min-height: 44px; position: relative; top: unset; width: 100%; } .framer-r0W2H .framer-n8ftxq { flex: none; width: 100%; } .framer-r0W2H .framer-1hegyo9 { width: 100%; } .framer-r0W2H .framer-1cadcrq { flex: 1 0 0px; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-r0W2H.framer-4r97t8, .framer-r0W2H .framer-1ewbiqc, .framer-r0W2H .framer-abvzff { gap: 0px; } .framer-r0W2H.framer-4r97t8 > *, .framer-r0W2H .framer-1ewbiqc > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-r0W2H.framer-4r97t8 > :first-child, .framer-r0W2H .framer-1ewbiqc > :first-child, .framer-r0W2H .framer-abvzff > :first-child { margin-top: 0px; } .framer-r0W2H.framer-4r97t8 > :last-child, .framer-r0W2H .framer-1ewbiqc > :last-child, .framer-r0W2H .framer-abvzff > :last-child { margin-bottom: 0px; } .framer-r0W2H .framer-abvzff > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2751\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HeA153nlA\":{\"layout\":[\"fixed\",\"auto\"]},\"rYPSfvvnL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"bk6273eJQ\":{\"pattern\":\":bk6273eJQ\",\"name\":\"post\"}}\n * @framerResponsiveScreen\n */const FrameraWjFgBj9c=withCSS(Component,css,\"framer-r0W2H\");export default FrameraWjFgBj9c;FrameraWjFgBj9c.displayName=\"Blog Detail\";FrameraWjFgBj9c.defaultProps={height:2751,width:1200};addFonts(FrameraWjFgBj9c,[{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\"}]},...HeaderFonts,...BadgeFonts,...PhosphorFonts,...CallToActionFonts,...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),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"WGQMwDLnq\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"WGQMwDLnq\"]):[],...componentPresets.fonts?.[\"f8jIz0H11\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"f8jIz0H11\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraWjFgBj9c\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HeA153nlA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rYPSfvvnL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"2751\",\"framerScrollSections\":\"{\\\"bk6273eJQ\\\":{\\\"pattern\\\":\\\":bk6273eJQ\\\",\\\"name\\\":\\\"post\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}