{"version":3,"file":"WJ4lxaAV5OqVosIcoPkIvUYOh6zNLde7uKcDuu5rfBo.wsom5OU6.mjs","names":["props","fonts","CTAPrimary","PlanCards","RelatedBlogPosts","props","BlogPosts","metadata","className","RichText","PropertyOverrides","Image","css"],"sources":["https:/framerusercontent.com/modules/Fzca5k6fjITf4aHgGz6M/wKVMGFXwn2LhY8WRVxeU/ShareOnSocials.js","https:/framerusercontent.com/modules/kOZpfuzc86QGY4wXzioR/egIbl17K1agjd44Wd9iQ/componentPresets.js","https:/framerusercontent.com/modules/1SHa2x9fqfjB9aYmRQUp/QJqMmGVPO95PWcsRXUBC/dO9lml58J.js","https:/framerusercontent.com/modules/lTSVfbTNqg3r8lixcGMP/uas36wi6LhjSKJmuJLzH/dO9lml58J.js"],"sourcesContent":["// This module provides code overrides for sharing content on various social media platforms.\n// Last updated by @joshua on 20241126.\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";// Code override for sharing content on Twitter.\nexport function Twitter_Share(WrappedComponent){return props=>{// State to store the page title for sharing.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for sharing on Twitter.\nconst handleTap=()=>{window.open(`https://twitter.com/intent/tweet?text=${encodeURIComponent(`Check out this article on ${pageTitle}. Read it here:`)}&url=${encodeURIComponent(window.location.href)}`);};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap});};}// Code override for sharing content on Facebook.\nexport function Facebook_Share(WrappedComponent){return props=>{// State to store the page title for sharing.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for sharing on Facebook.\nconst handleTap=()=>{window.open(`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(window.location.href)}&quote=${encodeURIComponent(`Check out this article on ${pageTitle}`)}`);};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap});};}// Code override for sharing content on LinkedIn.\nexport function LinkedIn_Share(WrappedComponent){return props=>{// State to store the page title for sharing.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for sharing on LinkedIn.\nconst handleTap=()=>{window.open(`https://www.linkedin.com/shareArticle?mini=true&url=${encodeURIComponent(window.location.href)}&title=${encodeURIComponent(pageTitle)}&source=bunq.com`);};// Define additional styles to indicate clickability.\nconst componentStyle={...props.style,cursor:\"pointer\"};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap,style:componentStyle});};}// Code override for sharing content on WhatsApp.\nexport function Whatsapp_Share(WrappedComponent){return props=>{// State to store the page title for sharing.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for sharing on WhatsApp.\nconst handleTap=()=>{window.open(`https://api.whatsapp.com/send?text=${encodeURIComponent(`Check out this article on ${window.location.href}`)}`);};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap});};}// Code override for sharing content via Email.\nexport function Email_Share(WrappedComponent){return props=>{// State to store the page title for sharing.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for sharing via Email.\nconst handleTap=()=>{const subject=encodeURIComponent(\"Check out this link!\");const body=encodeURIComponent(`Hi,\n\nI wanted to share this article with you: ${window.location.href}`);window.open(`mailto:?subject=${subject}&body=${body}`);};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap});};}// Code override for copying the page URL to the clipboard.\nexport function Clipboard_Share(WrappedComponent){return props=>{// State to store the page title for potential use.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for copying the URL to the clipboard.\nconst handleTap=()=>{const textField=document.createElement(\"textarea\");textField.innerText=window.location.href;document.body.appendChild(textField);textField.select();document.execCommand(\"copy\");textField.remove();alert(\"URL copied to clipboard!\");};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap});};}\nexport const __FramerMetadata__ = {\"exports\":{\"Whatsapp_Share\":{\"type\":\"reactHoc\",\"name\":\"Whatsapp_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"LinkedIn_Share\":{\"type\":\"reactHoc\",\"name\":\"LinkedIn_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Clipboard_Share\":{\"type\":\"reactHoc\",\"name\":\"Clipboard_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Email_Share\":{\"type\":\"reactHoc\",\"name\":\"Email_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Facebook_Share\":{\"type\":\"reactHoc\",\"name\":\"Facebook_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Twitter_Share\":{\"type\":\"reactHoc\",\"name\":\"Twitter_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShareOnSocials.map","// Generated by Framer (27ad407)\nexport const props={LLPbgJWqc:{borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,darkTheme:\"framerDark\",font:{fontFamily:'\"Fragment Mono\", monospace',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},isMixedBorderRadius:false,lightTheme:\"framerLight\",padding:24,paddingBottom:24,paddingLeft:24,paddingPerSide:false,paddingRight:24,paddingTop:24,theme:\"framerDark\",themeMode:\"Dynamic\",topLeftRadius:16,topRightRadius:16},QylH1OXPH:{borderRadius:20,bottomLeftRadius:20,bottomRightRadius:20,isMixedBorderRadius:false,isRed:true,topLeftRadius:20,topRightRadius:20}};export const fonts={LLPbgJWqc:[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}]};\nexport const __FramerMetadata__ = {\"exports\":{\"props\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (f3663cb)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={CfGhBAyom:new LazyValue(()=>import(\"./dO9lml58J-0.js\")),KnTSfRlEb:new LazyValue(()=>import(\"./dO9lml58J-4.js\")),LASqWnjbT:new LazyValue(()=>import(\"./dO9lml58J-1.js\")),LMYmDzsTL:new LazyValue(()=>import(\"./dO9lml58J-3.js\")),PKMmRs3eb:new LazyValue(()=>import(\"./dO9lml58J-2.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 (f3663cb)\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,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import PlanCards from\"#framer/local/canvasComponent/LnCNQKe4F/LnCNQKe4F.js\";import RelatedBlogPosts from\"#framer/local/canvasComponent/s93eQYCwV/s93eQYCwV.js\";import CTAPrimary from\"#framer/local/canvasComponent/vRSca_mm7/vRSca_mm7.js\";import{Clipboard_Share,Email_Share,Facebook_Share,LinkedIn_Share,Twitter_Share,Whatsapp_Share}from\"#framer/local/codeFile/DspnPjn/ShareOnSocials.js\";import BlogPosts from\"#framer/local/collection/RkpTlbLRO/RkpTlbLRO.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle10 from\"#framer/local/css/boo6xtvML/boo6xtvML.js\";import*as sharedStyle2 from\"#framer/local/css/C4gXxFuOO/C4gXxFuOO.js\";import*as sharedStyle3 from\"#framer/local/css/dFfeAeV8E/dFfeAeV8E.js\";import*as sharedStyle1 from\"#framer/local/css/Gk_iqeUzI/Gk_iqeUzI.js\";import*as sharedStyle11 from\"#framer/local/css/lB8iZ57nP/lB8iZ57nP.js\";import*as sharedStyle8 from\"#framer/local/css/ODad4ZtXn/ODad4ZtXn.js\";import*as sharedStyle6 from\"#framer/local/css/QeZveRZXP/QeZveRZXP.js\";import*as sharedStyle4 from\"#framer/local/css/QJkFFYI5i/QJkFFYI5i.js\";import*as sharedStyle9 from\"#framer/local/css/ShTxJIpSy/ShTxJIpSy.js\";import*as sharedStyle7 from\"#framer/local/css/sXwqVSUkd/sXwqVSUkd.js\";import*as sharedStyle from\"#framer/local/css/uzLO8B62u/uzLO8B62u.js\";import*as sharedStyle5 from\"#framer/local/css/XOvPZaNRX/XOvPZaNRX.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/dO9lml58J/dO9lml58J.js\";import metadataProvider from\"#framer/local/webPageMetadata/dO9lml58J/dO9lml58J.js\";const MotionDivClipboard_Share1vr9bdt=withCodeBoundaryForOverrides(motion.div,{nodeId:\"oN7CIVe3h\",override:Clipboard_Share,scopeId:\"dO9lml58J\"});const MotionDivEmail_Share1d0qa9w=withCodeBoundaryForOverrides(motion.div,{nodeId:\"dRy3DV1bh\",override:Email_Share,scopeId:\"dO9lml58J\"});const MotionDivLinkedIn_Share2wqc14=withCodeBoundaryForOverrides(motion.div,{nodeId:\"KF3gTUQIK\",override:LinkedIn_Share,scopeId:\"dO9lml58J\"});const MotionDivTwitter_Share190iv3v=withCodeBoundaryForOverrides(motion.div,{nodeId:\"gSF22vVBb\",override:Twitter_Share,scopeId:\"dO9lml58J\"});const MotionDivWhatsapp_Share18d5acz=withCodeBoundaryForOverrides(motion.div,{nodeId:\"VV3hgumxN\",override:Whatsapp_Share,scopeId:\"dO9lml58J\"});const MotionDivFacebook_Share1t5xdz2=withCodeBoundaryForOverrides(motion.div,{nodeId:\"gitxWSNrc\",override:Facebook_Share,scopeId:\"dO9lml58J\"});const CTAPrimaryFonts=getFonts(CTAPrimary);const PlanCardsFonts=getFonts(PlanCards);const RelatedBlogPostsFonts=getFonts(RelatedBlogPosts);const breakpoints={nwgqQLWJt:\"(max-width: 767px)\",qvA9BM9u2:\"(min-width: 1280px)\",zTuOGcB4z:\"(min-width: 768px) and (max-width: 1279px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-JrvDu\";const variantClassNames={nwgqQLWJt:\"framer-v-11v71g6\",qvA9BM9u2:\"framer-v-152u4ew\",zTuOGcB4z:\"framer-v-197ivj7\"};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 transition1={damping:50,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"jO1Pl9yWh\":return\"Jio5F9AR0\";case\"p6iB3eEGC\":return\"iAjK1zZeD\";case\"PHMZ0j8U3\":return\"zo6kh15xX\";default:return\"kWAFmvnzu\";}};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"jO1Pl9yWh\":return\"RyygtE8x2\";case\"p6iB3eEGC\":return\"kzpudTxbR\";case\"PHMZ0j8U3\":return\"yinOcB1Go\";default:return\"F2tgIWi96\";}};const convertFromEnum2=(value,activeLocale)=>{switch(value){case\"jO1Pl9yWh\":return\"wU5m51Emj\";case\"p6iB3eEGC\":return\"sdpQykPzA\";case\"PHMZ0j8U3\":return\"sBO82BeSp\";default:return\"F19HkTVBk\";}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"qvA9BM9u2\",Phone:\"nwgqQLWJt\",Tablet:\"zTuOGcB4z\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qvA9BM9u2\"};};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:\"dO9lml58J\",data:BlogPosts,type:\"Collection\"},select:[{collection:\"dO9lml58J\",name:\"y5GVRUuPA\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"JtokfAac4\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"e8MPnlxQP\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"fUdISvj6f\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"onjMnBjtT\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"yHVIg9gen\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"dO9lml58J\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,y5GVRUuPA=getFromCurrentRouteData(\"y5GVRUuPA\")??\"\",e8MPnlxQP=getFromCurrentRouteData(\"e8MPnlxQP\")??\"\",fUdISvj6f=getFromCurrentRouteData(\"fUdISvj6f\"),onjMnBjtT=getFromCurrentRouteData(\"onjMnBjtT\"),yHVIg9gen=getFromCurrentRouteData(\"yHVIg9gen\")??\"\",t0mdF_96l,SeC3ZOeMi,xnxfBpD1h,JtokfAac4=getFromCurrentRouteData(\"JtokfAac4\"),...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);const activeLocaleCode=useLocaleCode();const textContent=toDateString(fUdISvj6f,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"qvA9BM9u2\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-ab64e10b-9ba1-476f-b74d-a602b60011ff, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-152u4ew\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"main\",{className:\"framer-17rw5jr\",\"data-framer-name\":\"MAIN CONTENT\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-59bwye\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p7ul7p\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1ip8l0p\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mtxh5s\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-4gak9y\",\"data-styles-preset\":\"uzLO8B62u\",style:{\"--framer-text-alignment\":\"center\"},children:\"Content\"})}),className:\"framer-cop4zn\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:y5GVRUuPA,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bj1o1a\",\"data-styles-preset\":\"Gk_iqeUzI\",style:{\"--framer-text-alignment\":\"center\"},children:\"Content\"})}),className:\"framer-1hgae94\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:e8MPnlxQP,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1igbl16\",\"data-styles-preset\":\"C4gXxFuOO\",children:\"April 29, 2025\"})}),className:\"framer-nz7cnf\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+371),sizes:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1216px), 1080px)`,...toResponsiveImage(onjMnBjtT)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+403),sizes:`min(min(${componentViewport?.width||\"100vw\"} - 64px, 1216px), 1080px)`,...toResponsiveImage(onjMnBjtT)},className:\"framer-w3z4ab\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"article\",{className:\"framer-11bf2im\",\"data-framer-name\":\"Content wrapper\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"QylH1OXPH\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:yHVIg9gen,className:\"framer-14azfvc\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-4w8yxr\",code:\"framer-styles-preset-1mvoutz\",h2:\"framer-styles-preset-1kxij7p\",h3:\"framer-styles-preset-1m7rr48\",h4:\"framer-styles-preset-154cc2h\",img:\"framer-styles-preset-1xtirue\",p:\"framer-styles-preset-ju3f6p\",table:\"framer-styles-preset-1cswyz\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lopmb0\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-114i89c\",\"data-framer-name\":\"Share\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1p605pp\",\"data-styles-preset\":\"lB8iZ57nP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Share this article\"})}),className:\"framer-5abxjj\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mgr073\",\"data-framer-name\":\"Button group\",children:[/*#__PURE__*/_jsx(MotionDivClipboard_Share1vr9bdt,{className:\"framer-1vr9bdt\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+764+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/QEpdOlmQ5BhOuXbcXNz2zFIhg.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1112+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/QEpdOlmQ5BhOuXbcXNz2zFIhg.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1412+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/QEpdOlmQ5BhOuXbcXNz2zFIhg.svg\"},className:\"framer-1tsp135\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(MotionDivEmail_Share1d0qa9w,{className:\"framer-1d0qa9w\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+764+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/5AdcKV3zhE6UnMx1B9bVAUCYjRI.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1112+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/5AdcKV3zhE6UnMx1B9bVAUCYjRI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1412+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/5AdcKV3zhE6UnMx1B9bVAUCYjRI.svg\"},className:\"framer-17bac4t\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(MotionDivLinkedIn_Share2wqc14,{className:\"framer-2wqc14\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+764+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/Gg7hG9HXb8eoVBKhe22m9ywFxYY.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1112+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/Gg7hG9HXb8eoVBKhe22m9ywFxYY.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1412+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/Gg7hG9HXb8eoVBKhe22m9ywFxYY.svg\"},className:\"framer-11crwc4\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(MotionDivTwitter_Share190iv3v,{className:\"framer-190iv3v\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+764+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/dFxsxpGYoWEnYT5uUDl7aND6Vzo.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1112+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/dFxsxpGYoWEnYT5uUDl7aND6Vzo.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1412+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/dFxsxpGYoWEnYT5uUDl7aND6Vzo.svg\"},className:\"framer-qz959f\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(MotionDivWhatsapp_Share18d5acz,{className:\"framer-18d5acz\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+764+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/xt8xfF2ryNddeR1bCEggfaHt1tI.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1112+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/xt8xfF2ryNddeR1bCEggfaHt1tI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1412+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/xt8xfF2ryNddeR1bCEggfaHt1tI.svg\"},className:\"framer-190xxqc\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(MotionDivFacebook_Share1t5xdz2,{className:\"framer-1t5xdz2\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+764+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/MsnrVNHaYAbi1NjECVqPf2FMHc.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1112+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/MsnrVNHaYAbi1NjECVqPf2FMHc.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1412+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/MsnrVNHaYAbi1NjECVqPf2FMHc.svg\"},className:\"framer-i9nys1\",\"data-framer-name\":\"Icon\"})})})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{y:(componentViewport?.y||0)+72+0+0+925.6},zTuOGcB4z:{y:(componentViewport?.y||0)+72+0+0+1337.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:838,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+72+0+0+1637.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1demfq4-container\",nodeId:\"IoPUEI98W\",scopeId:\"dO9lml58J\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{variant:\"VlsCVczJR\"},zTuOGcB4z:{variant:\"ur5cqaN7a\"}},children:/*#__PURE__*/_jsx(CTAPrimary,{height:\"100%\",id:\"IoPUEI98W\",layoutId:\"IoPUEI98W\",lDUg0hraI:SeC3ZOeMi,lqRRVMUml:true,style:{width:\"100%\"},T1IdSOfL8:t0mdF_96l,uFflicMoy:xnxfBpD1h,variant:\"ZC7x07oVg\",width:\"100%\",z2l5L8ejj:\"var(--token-950b55c2-27d6-4ce8-b1de-c2192c8503a4, rgb(255, 106, 0))\",zgBJ0RmEd:\"b4h5fy3UU\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{y:(componentViewport?.y||0)+72+0+0+1763.6},zTuOGcB4z:{y:(componentViewport?.y||0)+72+0+0+2175.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:924,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+72+0+0+2475.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r3z4k6-container\",nodeId:\"AnxEb9jy0\",scopeId:\"dO9lml58J\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{variant:convertFromEnum2(JtokfAac4,activeLocale)},zTuOGcB4z:{variant:convertFromEnum1(JtokfAac4,activeLocale)}},children:/*#__PURE__*/_jsx(PlanCards,{euAeZBJE0:getLocalizedValue(\"v9\",activeLocale)??\"Next level banking for your international business.\",f2YTnKMAD:getLocalizedValue(\"v6\",activeLocale)??\"The business bank account that gets you started.\",fVqgDOJ9n:getLocalizedValue(\"v5\",activeLocale)??\"The bank account designed for your international lifestyle.\",height:\"100%\",i6N7GGoxz:true,id:\"AnxEb9jy0\",iO9GGNqLv:getLocalizedValue(\"v8\",activeLocale)??\"Everything you need to scale your business.\",IpcMM6OGq:true,iVOSLNCcC:true,jArR5O4jd:true,JCjrbqY1w:true,layoutId:\"AnxEb9jy0\",oFCiIrSfG:getLocalizedValue(\"v7\",activeLocale)??\"Everything you need to run your business.\",Ov27UX0Cs:true,Q3tITDTKK:getLocalizedValue(\"v4\",activeLocale)??\"The bank account that makes budgeting easy.\",sHfCgbFDf:true,ssjdUuecm:getLocalizedValue(\"v2\",activeLocale)??\"The essentials to get you started.\",style:{width:\"100%\"},Tlxkgu3HI:getLocalizedValue(\"v1\",activeLocale)??\"Find your perfect fit\",TQcJwAj9x:\"\",variant:convertFromEnum(JtokfAac4,activeLocale),Vp1myeqrK:true,width:\"100%\",wsPE7Esp8:getLocalizedValue(\"v3\",activeLocale)??\"The bank account for everyday use.\\xa0\\xa0\",yVthlivFq:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{y:(componentViewport?.y||0)+72+0+0+2687.6},zTuOGcB4z:{y:(componentViewport?.y||0)+72+0+0+3099.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:695,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+72+0+0+3399.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14n3fxm-container\",nodeId:\"jGBvskB5r\",scopeId:\"dO9lml58J\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{variant:\"rGTqFr5Tx\"},zTuOGcB4z:{variant:\"pDL1EQete\"}},children:/*#__PURE__*/_jsx(RelatedBlogPosts,{height:\"100%\",hvHFpIHtp:false,id:\"jGBvskB5r\",layoutId:\"jGBvskB5r\",pdeonCIdZ:getLocalizedValue(\"v10\",activeLocale)??\"Keep exploring\",QQHWYMuuI:\"\",style:{width:\"100%\"},TiA5InPZA:getLocalizedValue(\"v11\",activeLocale)??\"Check out some of these related articles, packed with useful insights and tips to help you bank smarter and make life easy.\",variant:\"NVLjQVx3R\",width:\"100%\",ZUWgWkqN9:\"xqd7Z5QOK\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JrvDu.framer-1v1m8yl, .framer-JrvDu .framer-1v1m8yl { display: block; }\",\".framer-JrvDu.framer-152u4ew { align-content: center; align-items: center; background-color: var(--token-ab64e10b-9ba1-476f-b74d-a602b60011ff, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 72px 0px 0px 0px; position: relative; width: 1280px; }\",\".framer-JrvDu .framer-17rw5jr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-JrvDu .framer-59bwye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 64px 32px 64px 32px; position: relative; width: 100%; }\",\".framer-JrvDu .framer-1p7ul7p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1216px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-JrvDu .framer-1ip8l0p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 768px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-JrvDu .framer-mtxh5s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-JrvDu .framer-cop4zn, .framer-JrvDu .framer-1hgae94 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JrvDu .framer-nz7cnf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-JrvDu .framer-w3z4ab { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 113px); max-width: 1080px; position: relative; width: 100%; }\",\".framer-JrvDu .framer-11bf2im { 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: 0px; position: relative; width: 100%; }\",\".framer-JrvDu .framer-14azfvc { --framer-paragraph-spacing: 20px; flex: none; height: auto; max-width: 720px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JrvDu .framer-lopmb0 { background-color: var(--token-c4032492-9418-42ca-a8b3-ac30b6b175e6, rgba(255, 255, 255, 0.1)); flex: none; height: 1px; max-width: 768px; overflow: hidden; position: relative; width: 100%; }\",\".framer-JrvDu .framer-114i89c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 768px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-JrvDu .framer-5abxjj { --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-JrvDu .framer-mgr073 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-JrvDu .framer-1vr9bdt, .framer-JrvDu .framer-1d0qa9w, .framer-JrvDu .framer-2wqc14, .framer-JrvDu .framer-190iv3v, .framer-JrvDu .framer-18d5acz, .framer-JrvDu .framer-1t5xdz2 { align-content: center; align-items: center; background-color: var(--token-790eda29-d8e8-4037-b877-77c425f46565, #ffffff); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 4px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-JrvDu .framer-1tsp135, .framer-JrvDu .framer-17bac4t, .framer-JrvDu .framer-11crwc4, .framer-JrvDu .framer-qz959f, .framer-JrvDu .framer-190xxqc, .framer-JrvDu .framer-i9nys1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-JrvDu .framer-1demfq4-container, .framer-JrvDu .framer-1r3z4k6-container, .framer-JrvDu .framer-14n3fxm-container { flex: none; height: auto; position: relative; width: 100%; }\",...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: 768px) and (max-width: 1279px) { .framer-JrvDu.framer-152u4ew { width: 768px; } .framer-JrvDu .framer-w3z4ab { aspect-ratio: unset; height: 420px; }}\",\"@media (max-width: 767px) { .framer-JrvDu.framer-152u4ew { width: 375px; } .framer-JrvDu .framer-59bwye { padding: 32px 16px 32px 16px; } .framer-JrvDu .framer-1p7ul7p { gap: 32px; } .framer-JrvDu .framer-w3z4ab { aspect-ratio: unset; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 200px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6928\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zTuOGcB4z\":{\"layout\":[\"fixed\",\"auto\"]},\"nwgqQLWJt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerdO9lml58J=withCSS(Component,css,\"framer-JrvDu\");export default FramerdO9lml58J;FramerdO9lml58J.displayName=\"Blog Detail\";FramerdO9lml58J.defaultProps={height:6928,width:1280};addFonts(FramerdO9lml58J,[{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\"}]},...CTAPrimaryFonts,...PlanCardsFonts,...RelatedBlogPostsFonts,...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?.[\"QylH1OXPH\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"QylH1OXPH\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdO9lml58J\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"6928\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zTuOGcB4z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nwgqQLWJt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1280\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}