{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:toggle-selection@1.0.6/index.js", "ssg:https://ga.jspm.io/npm:copy-to-clipboard@3.3.3/index.js", "ssg:https://framerusercontent.com/modules/gbuNjZplqNxI1L96ddQB/AunGbKe3PqCf51n3mEcx/Social_share.js", "ssg:https://framerusercontent.com/modules/MwJKW7lyLmOuQKW8dIyC/qucYdBF7PYsnIVFtIRJ8/W1OzXYKVx.js", "ssg:https://framerusercontent.com/modules/NtT4avqnPMmGPXBWePFY/VUFrLkesqozWBti9NWXB/sI4NO8Wzw.js", "ssg:https://framerusercontent.com/modules/NtJ3F3PbBTVN6tUhWs3V/X8t0u4nzcT47Pavs5DKc/zFAj9q5fu.js", "ssg:https://framerusercontent.com/modules/fwO5jiv1vao9XUvWwCys/JRyPqtMaDzYRaWVVIeeT/Opz21NU7H.js"],
  "sourcesContent": ["var e={};e=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};var a=document.activeElement;var n=[];for(var t=0;t<e.rangeCount;t++)n.push(e.getRangeAt(t));switch(a.tagName.toUpperCase()){case\"INPUT\":case\"TEXTAREA\":a.blur();break;default:a=null;break}e.removeAllRanges();return function(){\"Caret\"===e.type&&e.removeAllRanges();e.rangeCount||n.forEach((function(a){e.addRange(a)}));a&&a.focus()}};var a=e;export default a;\n\n//# sourceMappingURL=index.js.map", "import*as e from\"toggle-selection\";var t=\"default\"in e?e.default:e;var a={};var o=t;var r={\"text/plain\":\"Text\",\"text/html\":\"Url\",default:\"Text\"};var n=\"Copy to clipboard: #{key}, Enter\";function format(e){var t=(/mac os x/i.test(navigator.userAgent)?\"\u2318\":\"Ctrl\")+\"+C\";return e.replace(/#{\\s*key\\s*}/g,t)}function copy(e,t){var a,l,c,s,i,p,d=false;t||(t={});a=t.debug||false;try{c=o();s=document.createRange();i=document.getSelection();p=document.createElement(\"span\");p.textContent=e;p.ariaHidden=\"true\";p.style.all=\"unset\";p.style.position=\"fixed\";p.style.top=0;p.style.clip=\"rect(0, 0, 0, 0)\";p.style.whiteSpace=\"pre\";p.style.webkitUserSelect=\"text\";p.style.MozUserSelect=\"text\";p.style.msUserSelect=\"text\";p.style.userSelect=\"text\";p.addEventListener(\"copy\",(function(o){o.stopPropagation();if(t.format){o.preventDefault();if(\"undefined\"===typeof o.clipboardData){a&&console.warn(\"unable to use e.clipboardData\");a&&console.warn(\"trying IE specific stuff\");window.clipboardData.clearData();var n=r[t.format]||r.default;window.clipboardData.setData(n,e)}else{o.clipboardData.clearData();o.clipboardData.setData(t.format,e)}}if(t.onCopy){o.preventDefault();t.onCopy(o.clipboardData)}}));document.body.appendChild(p);s.selectNodeContents(p);i.addRange(s);var u=document.execCommand(\"copy\");if(!u)throw new Error(\"copy command was unsuccessful\");d=true}catch(o){a&&console.error(\"unable to copy using execCommand: \",o);a&&console.warn(\"trying IE specific stuff\");try{window.clipboardData.setData(t.format||\"text\",e);t.onCopy&&t.onCopy(window.clipboardData);d=true}catch(o){a&&console.error(\"unable to copy using clipboardData: \",o);a&&console.error(\"falling back to prompt\");l=format(\"message\"in t?t.message:n);window.prompt(l,e)}}finally{i&&(\"function\"==typeof i.removeRange?i.removeRange(s):i.removeAllRanges());p&&document.body.removeChild(p);c()}return d}a=copy;var l=a;export{l as default};\n\n//# sourceMappingURL=index.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import copy from\"copy-to-clipboard\";// @framerDisableUnlink\nexport default function SocialShareComponent({service,size,iconColor,containerStyle,isMixed,paddingTop,paddingRight,paddingBottom,paddingLeft}){// Destructure the containerStyle for easy access\nconst{backgroundColor,borderRadius,borderColor,borderWidth}=containerStyle;// Conditional padding based on isMixed prop\nconst padding=isMixed?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${paddingTop}px`;// Define services with URLs\nconst services={Facebook:`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(typeof window!==\"undefined\"?window.location.href:\"\")}`,Twitter:`https://twitter.com/intent/tweet?url=${encodeURIComponent(typeof window!==\"undefined\"?window.location.href:\"\")}`,WhatsApp:`https://api.whatsapp.com/send?text=${encodeURIComponent(typeof window!==\"undefined\"?window.location.href:\"\")}`,Email:`mailto:?subject=Check%20this%20out&body=${encodeURIComponent(typeof window!==\"undefined\"?window.location.href:\"\")}`,Copy:\"\"};// Handle share action\nconst handleShare=()=>{if(service===\"Copy\"){copy(window.location.href);alert(\"URL copied to clipboard!\");}else if(typeof window!==\"undefined\"){window.open(services[service],\"_blank\");}};// Style for the share button\nconst styles={display:\"inline-flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",backgroundColor,padding,borderRadius:`${borderRadius}px`,border:`${borderWidth}px solid ${borderColor}`};const renderIcon=()=>{switch(service){case\"Twitter\":return /*#__PURE__*/_jsx(\"svg\",{width:size,height:size,viewBox:\"0 0 512 512\",style:{fill:iconColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"})});case\"Facebook\":return /*#__PURE__*/_jsx(\"svg\",{width:size,height:size,viewBox:\"0 0 320 512\",style:{fill:iconColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z\"})});case\"WhatsApp\":return /*#__PURE__*/_jsx(\"svg\",{width:size,height:size,viewBox:\"0 0 448 512\",style:{fill:iconColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"})});case\"Copy\":return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 448 512\",width:size,height:size,style:{fill:iconColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z\"})});case\"Email\":return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 512 512\",width:size,height:size,style:{fill:iconColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z\"})});default:return /*#__PURE__*/_jsx(\"img\",{src:`/path/to/${service.toLowerCase()}/icon.svg`,alt:service,style:{width:size,height:size,filter:iconColor?`invert(100%) sepia(100%) saturate(0%) hue-rotate(${iconColor}deg) brightness(100%) contrast(100%)`:\"none\"}});}};// Return the share button with the selected icon\nreturn /*#__PURE__*/_jsx(\"div\",{style:styles,onClick:handleShare,children:renderIcon()});}// Default props for the component\nSocialShareComponent.defaultProps={service:\"WhatsApp\",size:24,iconColor:\"#FFF\",containerStyle:{backgroundColor:\"#25D366\",borderRadius:100,borderColor:\"#000000\",borderWidth:2},isMixed:true,paddingTop:40,paddingRight:40,paddingBottom:40,paddingLeft:40};// Add property controls for component customization in Framer\naddPropertyControls(SocialShareComponent,{service:{type:ControlType.Enum,title:\"Service\",options:[\"Facebook\",\"Twitter\",\"WhatsApp\",\"Email\",\"Copy\"],optionTitles:[\"Facebook\",\"Twitter\",\"WhatsApp\",\"Email\",\"Copy URL\"]},size:{type:ControlType.Number,title:\"Icon Size\",min:10,max:100,step:1},iconColor:{type:ControlType.Color,title:\"Icon Color\"},containerStyle:{type:ControlType.Object,title:\"Container Style\",controls:{backgroundColor:{type:ControlType.Color,title:\"Background\"},borderRadius:{type:ControlType.Number,title:\"Border Radius\",min:0,max:100,step:1},borderColor:{type:ControlType.Color,title:\"Border Color\"},borderWidth:{type:ControlType.Number,title:\"Border Width\",min:0,max:10,step:1}}},padding:{type:ControlType.FusedNumber,title:\"Padding\",toggleKey:\"isMixed\",toggleTitles:[\"Uniform\",\"Mixed\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"Top\",\"Right\",\"Bottom\",\"Left\"],min:0}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SocialShareComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Social_share.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={H4yyAV79K:{hover:true,pressed:true}};const cycleOrder=[\"H4yyAV79K\",\"geetchzuB\",\"QtFftPQjv\",\"IUbHzyPRk\",\"pF58dRXMb\"];const serializationHash=\"framer-yJulH\";const variantClassNames={geetchzuB:\"framer-v-1njq14k\",H4yyAV79K:\"framer-v-15qn77p\",IUbHzyPRk:\"framer-v-1jqpjgq\",pF58dRXMb:\"framer-v-7omj3g\",QtFftPQjv:\"framer-v-ggek6v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"H4yyAV79K\",Disabled:\"QtFftPQjv\",Error:\"pF58dRXMb\",Loading:\"geetchzuB\",Success:\"IUbHzyPRk\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"H4yyAV79K\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"H4yyAV79K\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"geetchzuB\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"geetchzuB\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-15qn77p\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"H4yyAV79K\",ref:refBinding,style:{background:\"linear-gradient(134deg, rgb(148, 141, 247) 7.000000000000001%, rgb(97, 169, 250) 100%)\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60,opacity:1,...style},variants:{\"H4yyAV79K-hover\":{background:\"linear-gradient(134deg, rgb(148, 141, 247) 30%, rgb(97, 169, 250) 100%)\",opacity:1},\"H4yyAV79K-pressed\":{background:\"linear-gradient(134deg, rgb(148, 141, 247) 30%, rgb(97, 169, 250) 100%)\",opacity:1},IUbHzyPRk:{opacity:1},pF58dRXMb:{opacity:1},QtFftPQjv:{opacity:.5}},...addPropertyOverrides({\"H4yyAV79K-hover\":{\"data-framer-name\":undefined},\"H4yyAV79K-pressed\":{\"data-framer-name\":undefined},geetchzuB:{\"data-framer-name\":\"Loading\"},IUbHzyPRk:{\"data-framer-name\":\"Success\"},pF58dRXMb:{\"data-framer-name\":\"Error\"},QtFftPQjv:{\"data-framer-name\":\"Disabled\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Submit\"})}),className:\"framer-axgdwa\",fonts:[\"GF;Poppins-600\"],layoutDependency:layoutDependency,layoutId:\"hjVthkTTe\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{pF58dRXMb:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"},QtFftPQjv:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IUbHzyPRk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you!\"})})},pF58dRXMb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Something went wrong\"})})},QtFftPQjv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"Submit\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-e2wsnk\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"Rrx5ih0a9\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1b59s0u\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"wrmWjo9Aa\",style:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 297.6021757242888deg, rgb(255, 255, 255) 342deg)\",mask:\"none\",WebkitMask:\"none\"},variants:{geetchzuB:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7zeel4\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"ByYxkugJ2\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yJulH.framer-1xqky3t, .framer-yJulH .framer-1xqky3t { display: block; }\",\".framer-yJulH.framer-15qn77p { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 48px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-yJulH .framer-axgdwa { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-yJulH .framer-e2wsnk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-yJulH .framer-1b59s0u { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-yJulH .framer-7zeel4 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yJulH.framer-15qn77p { gap: 0px; } .framer-yJulH.framer-15qn77p > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-yJulH.framer-15qn77p > :first-child { margin-left: 0px; } .framer-yJulH.framer-15qn77p > :last-child { margin-right: 0px; } }\",\".framer-yJulH.framer-v-1njq14k.framer-15qn77p, .framer-yJulH.framer-v-ggek6v.framer-15qn77p, .framer-yJulH.framer-v-1jqpjgq.framer-15qn77p, .framer-yJulH.framer-v-7omj3g.framer-15qn77p { cursor: unset; }\",\".framer-yJulH.framer-v-1njq14k .framer-1b59s0u { overflow: hidden; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"geetchzuB\":{\"layout\":[\"fixed\",\"fixed\"]},\"QtFftPQjv\":{\"layout\":[\"fixed\",\"fixed\"]},\"IUbHzyPRk\":{\"layout\":[\"fixed\",\"fixed\"]},\"pF58dRXMb\":{\"layout\":[\"fixed\",\"fixed\"]},\"vecA2gGdO\":{\"layout\":[\"fixed\",\"fixed\"]},\"HWLXgZNA4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerW1OzXYKVx=withCSS(Component,css,\"framer-yJulH\");export default FramerW1OzXYKVx;FramerW1OzXYKVx.displayName=\"Button Copy\";FramerW1OzXYKVx.defaultProps={height:48,width:240};addPropertyControls(FramerW1OzXYKVx,{variant:{options:[\"H4yyAV79K\",\"geetchzuB\",\"QtFftPQjv\",\"IUbHzyPRk\",\"pF58dRXMb\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerW1OzXYKVx,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW1OzXYKVx\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"geetchzuB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QtFftPQjv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IUbHzyPRk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pF58dRXMb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vecA2gGdO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HWLXgZNA4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"240\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W1OzXYKVx.map", "// Generated by Framer (fb31e5e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-semibold\",\"FS;Poppins-black\",\"FS;Poppins-black italic\",\"FS;Poppins-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/22GWRXQXMICIWABQXFWKIWZIILKO5JDJ/2BBKMSVLV5CSDOZ7HEEECOTKPOVVJOC3/RNFY4UJD36462ZMGEIC5I7KNE73BPOAU.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2PWH5ACYHQEXIHGDLY5OWYMAC3F65AK5/OD6JOLYDRZZOKZGAPOMF7QEWPC5DTZS6/F5IVXJVPQ2DIFNG5HQZ7NI5VG7P7VDLV.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UIZNW6TUIPHAJY7PGO5Z3D35Q2C3IESY/VMTPLIFREYY73Z7SYHLS2AWXATFX2ZHJ/3Y2FFVDRGJIJT6SO3BLMSB5PFJTFIJG2.woff2\",weight:\"600\"}]}];export const css=['.framer-2RESo .framer-styles-preset-da6q4p:not(.rich-text-wrapper), .framer-2RESo .framer-styles-preset-da6q4p.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-6fd95627-1e65-4b24-847f-f0925c407288, #141419); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-2RESo .framer-styles-preset-da6q4p:not(.rich-text-wrapper), .framer-2RESo .framer-styles-preset-da6q4p.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-6fd95627-1e65-4b24-847f-f0925c407288, #141419); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-2RESo .framer-styles-preset-da6q4p:not(.rich-text-wrapper), .framer-2RESo .framer-styles-preset-da6q4p.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-6fd95627-1e65-4b24-847f-f0925c407288, #141419); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-2RESo\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fb31e5e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Light\",\"Inter\",\"Inter-Italic\",\"Inter-LightItalic\"]);export const fonts=[{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/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/YYB6GZmCWnZq3RWZOghuZIOxQY.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/miJTzODdiyIr3tRo9KEoqXXk2PM.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6ZMhcggRFfEfbf7lncCpaUbA.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/8sCN6PGUr4I8q5hC5twAXfcwqV0.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/aUYDUTztS7anQw5JuwCncXeLOBY.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/5mDAOkC5Wpzo7NkuE9oYfqlY2u4.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/yDiPvYxioBHsicnYxpPW35WQmx8.woff2\",weight:\"300\"}]}];export const css=['.framer-CP03L .framer-styles-preset-nqk4vw:not(.rich-text-wrapper), .framer-CP03L .framer-styles-preset-nqk4vw.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6fd95627-1e65-4b24-847f-f0925c407288, #141419); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-CP03L\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import SocialShareComponent from\"https://framerusercontent.com/modules/gbuNjZplqNxI1L96ddQB/AunGbKe3PqCf51n3mEcx/Social_share.js\";import BlogCard from\"#framer/local/canvasComponent/AsOq5O4yn/AsOq5O4yn.js\";import NavigationBar from\"#framer/local/canvasComponent/hJoZD937G/hJoZD937G.js\";import ButtonsButton from\"#framer/local/canvasComponent/Ok6H8UvwD/Ok6H8UvwD.js\";import ButtonCopy from\"#framer/local/canvasComponent/W1OzXYKVx/W1OzXYKVx.js\";import SherpasWealthFooterCopy from\"#framer/local/canvasComponent/zKwqSTkbS/zKwqSTkbS.js\";import NewBlog from\"#framer/local/collection/c5Wsw3nuB/c5Wsw3nuB.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle2 from\"#framer/local/css/gP03sm6Qs/gP03sm6Qs.js\";import*as sharedStyle1 from\"#framer/local/css/KRhB6FkjN/KRhB6FkjN.js\";import*as sharedStyle4 from\"#framer/local/css/LFbC9zrHt/LFbC9zrHt.js\";import*as sharedStyle5 from\"#framer/local/css/qN7b9biRr/qN7b9biRr.js\";import*as sharedStyle3 from\"#framer/local/css/sI4NO8Wzw/sI4NO8Wzw.js\";import*as sharedStyle6 from\"#framer/local/css/WJ4wpNMYA/WJ4wpNMYA.js\";import*as sharedStyle from\"#framer/local/css/zFAj9q5fu/zFAj9q5fu.js\";import metadataProvider from\"#framer/local/webPageMetadata/Opz21NU7H/Opz21NU7H.js\";const BlogCardFonts=getFonts(BlogCard);const SocialShareComponentFonts=getFonts(SocialShareComponent);const ButtonsButtonFonts=getFonts(ButtonsButton);const ButtonCopyFonts=getFonts(ButtonCopy);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const SherpasWealthFooterCopyFonts=getFonts(SherpasWealthFooterCopy);const NavigationBarFonts=getFonts(NavigationBar);const NavigationBarWithVariantAppearEffect=withVariantAppearEffect(NavigationBar);const breakpoints={cvV7z8iDY:\"(min-width: 1536px)\",Lmwt0hOPy:\"(min-width: 1280px) and (max-width: 1535px)\",qbt_ogtbm:\"(min-width: 768px) and (max-width: 1024px)\",u9rMEOyJg:\"(min-width: 1025px) and (max-width: 1279px)\",ua1QCSznj:\"(max-width: 639px)\",xeh_1t_Au:\"(min-width: 640px) and (max-width: 767px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1u9Yv\";const variantClassNames={cvV7z8iDY:\"framer-v-1h4uh4k\",Lmwt0hOPy:\"framer-v-11h7tq\",qbt_ogtbm:\"framer-v-h4cvcj\",u9rMEOyJg:\"framer-v-1bpfxvj\",ua1QCSznj:\"framer-v-1upbrd6\",xeh_1t_Au:\"framer-v-f1q5l3\"};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};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{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"ySwaIwkLb\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const transition1={damping:40,delay:1.1,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-12,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Sherpas Phone\":\"ua1QCSznj\",Desktop:\"cvV7z8iDY\",LG:\"u9rMEOyJg\",MD:\"qbt_ogtbm\",SM:\"xeh_1t_Au\",XL:\"Lmwt0hOPy\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"cvV7z8iDY\"};};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:\"Opz21NU7H\",data:NewBlog,type:\"Collection\"},select:[{collection:\"Opz21NU7H\",name:\"BRX5dLDsO\",type:\"Identifier\"},{collection:\"Opz21NU7H\",name:\"KAno9u8Au\",type:\"Identifier\"},{collection:\"Opz21NU7H\",name:\"UIRi7793k\",type:\"Identifier\"},{collection:\"Opz21NU7H\",name:\"fKuZJqfZI\",type:\"Identifier\"},{collection:\"Opz21NU7H\",name:\"EPfjUPIDp\",type:\"Identifier\"},{collection:\"Opz21NU7H\",name:\"x7VR91ivr\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"Opz21NU7H\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,N2EUW_4ES,BRX5dLDsO=getFromCurrentRouteData(\"BRX5dLDsO\")??\"\",fKuZJqfZI=getFromCurrentRouteData(\"fKuZJqfZI\")??\"\",EPfjUPIDp=getFromCurrentRouteData(\"EPfjUPIDp\")??0,UIRi7793k=getFromCurrentRouteData(\"UIRi7793k\"),x7VR91ivr=getFromCurrentRouteData(\"x7VR91ivr\")??\"\",BRX5dLDsOySwaIwkLb,UIRi7793kySwaIwkLb,ddvS_kcFMySwaIwkLb,xWpZQfvBpySwaIwkLb,KAno9u8AuySwaIwkLb,idySwaIwkLb,...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const dG05QQM_v3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"NIWhN_OUs\");const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=numberToString(EPfjUPIDp,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"cvV7z8iDY\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1h4uh4k\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1806,intrinsicWidth:2880,pixelHeight:2160,pixelWidth:3840,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/OGWtiroWXvgEUM24sOEgkZKqZ5A.png\",srcSet:\"https://framerusercontent.com/images/OGWtiroWXvgEUM24sOEgkZKqZ5A.png?scale-down-to=512 512w,https://framerusercontent.com/images/OGWtiroWXvgEUM24sOEgkZKqZ5A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OGWtiroWXvgEUM24sOEgkZKqZ5A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OGWtiroWXvgEUM24sOEgkZKqZ5A.png 3840w\"},className:\"framer-yqzxw4\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10l6l5k\",\"data-framer-name\":\"content\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dkzooa\",\"data-framer-name\":\"hero wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c21gnm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qbt_ogtbm:{text:undefined},xeh_1t_Au:{text:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-06cf4fb6-6078-43d1-aaff-90c7d5a414db, rgb(101, 134, 252))\"},children:\"AI & Healthcare\"})}),className:\"framer-796pik\",fonts:[\"GF;Poppins-600\"],text:N2EUW_4ES,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qbt_ogtbm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-6fd95627-1e65-4b24-847f-f0925c407288, rgb(20, 20, 25))\"},children:\"The Three-Step Accelerator for RIA Client Acquisition in Today\u2019s Financial Terrain\"})})},ua1QCSznj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-6fd95627-1e65-4b24-847f-f0925c407288, rgb(20, 20, 25))\"},children:\"The Three-Step Accelerator for RIA Client Acquisition in Today\u2019s Financial Terrain\"})})},xeh_1t_Au:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-6fd95627-1e65-4b24-847f-f0925c407288, rgb(20, 20, 25))\"},children:\"The Three-Step Accelerator for RIA Client Acquisition in Today\u2019s Financial Terrain\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-6fd95627-1e65-4b24-847f-f0925c407288, rgb(20, 20, 25))\"},children:\"The Three-Step Accelerator for RIA Client Acquisition in Today\u2019s Financial Terrain\"})}),className:\"framer-1imov6b\",fonts:[\"GF;Poppins-600\"],text:BRX5dLDsO,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ghty6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-nqk4vw\",\"data-styles-preset\":\"zFAj9q5fu\",children:\"Francisco Mic\\xf3\"})}),className:\"framer-yaqu9g\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:fKuZJqfZI,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ks0mud\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s8va88\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-nqk4vw\",\"data-styles-preset\":\"zFAj9q5fu\",children:\"5\"})}),className:\"framer-1nyryxp\",\"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(\"p\",{className:\"framer-styles-preset-nqk4vw\",\"data-styles-preset\":\"zFAj9q5fu\",children:\"min read\"})}),className:\"framer-1nycxup\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qbt_ogtbm:{background:{alt:\"\",fit:\"fill\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 40px) / 2, 1px)`,...toResponsiveImage(UIRi7793k)}},u9rMEOyJg:{background:{alt:\"\",fit:\"fill\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 40px) / 2, 1px)`,...toResponsiveImage(UIRi7793k)}},ua1QCSznj:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`,...toResponsiveImage(UIRi7793k)}},xeh_1t_Au:{background:{alt:\"\",fit:\"fill\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1200px) - 40px) / 2, 1px)`,...toResponsiveImage(UIRi7793k)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1200px) - 40px) / 2, 1px)`,...toResponsiveImage(UIRi7793k)},className:\"framer-u6se6k\"})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ob5yvu\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-922fg3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v1c1lr\",\"data-framer-name\":\"Post\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"hkT43eVYI\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:x7VR91ivr,className:\"framer-ov54fy\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1msli2q\",h1:\"framer-styles-preset-p5rof4\",h2:\"framer-styles-preset-bis2vw\",h3:\"framer-styles-preset-da6q4p\",h4:\"framer-styles-preset-15uwnx9\",img:\"framer-styles-preset-9inrsr\",p:\"framer-styles-preset-nqk4vw\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j88fs2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-453f8cf1-aff7-46f3-b5da-64413d58a669, rgb(68, 68, 93))\"},children:\"RECENT ARTICLES:\"})}),className:\"framer-1eoa3hq\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17skxnp\",\"data-framer-name\":\"All Articles\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:3,query:{from:{alias:\"ySwaIwkLb\",data:NewBlog,type:\"Collection\"},orderBy:[{collection:\"ySwaIwkLb\",direction:\"desc\",name:\"JUri5Elcf\",type:\"Identifier\"}],select:[{collection:\"ySwaIwkLb\",name:\"BRX5dLDsO\",type:\"Identifier\"},{collection:\"ySwaIwkLb\",name:\"UIRi7793k\",type:\"Identifier\"},{collection:\"ySwaIwkLb\",name:\"ddvS_kcFM\",type:\"Identifier\"},{collection:\"ySwaIwkLb\",name:\"xWpZQfvBp\",type:\"Identifier\"},{collection:\"ySwaIwkLb\",name:\"KAno9u8Au\",type:\"Identifier\"},{collection:\"ySwaIwkLb\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BRX5dLDsO:BRX5dLDsOySwaIwkLb,ddvS_kcFM:ddvS_kcFMySwaIwkLb,id:idySwaIwkLb,KAno9u8Au:KAno9u8AuySwaIwkLb,UIRi7793k:UIRi7793kySwaIwkLb,xWpZQfvBp:xWpZQfvBpySwaIwkLb},index)=>{BRX5dLDsOySwaIwkLb??=\"\";ddvS_kcFMySwaIwkLb??=\"\";xWpZQfvBpySwaIwkLb??=\"\";KAno9u8AuySwaIwkLb??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ySwaIwkLb-${idySwaIwkLb}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{xWpZQfvBp:xWpZQfvBpySwaIwkLb},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xWpZQfvBp:xWpZQfvBpySwaIwkLb},webPageId:\"Opz21NU7H\"},implicitPathVariables:undefined},{href:{pathVariables:{xWpZQfvBp:xWpZQfvBpySwaIwkLb},webPageId:\"Opz21NU7H\"},implicitPathVariables:undefined},{href:{pathVariables:{xWpZQfvBp:xWpZQfvBpySwaIwkLb},webPageId:\"Opz21NU7H\"},implicitPathVariables:undefined},{href:{pathVariables:{xWpZQfvBp:xWpZQfvBpySwaIwkLb},webPageId:\"Opz21NU7H\"},implicitPathVariables:undefined},{href:{pathVariables:{xWpZQfvBp:xWpZQfvBpySwaIwkLb},webPageId:\"Opz21NU7H\"},implicitPathVariables:undefined},{href:{pathVariables:{xWpZQfvBp:xWpZQfvBpySwaIwkLb},webPageId:\"Opz21NU7H\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ua1QCSznj:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},xeh_1t_Au:{width:`max(min(${componentViewport?.width||\"100vw\"} - 64px, 1200px), 322px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:438,width:\"322px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-c5peoc-container\",nodeId:\"QFc0q185b\",scopeId:\"Opz21NU7H\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lmwt0hOPy:{O83m41AIk:resolvedLinks[3]},qbt_ogtbm:{O83m41AIk:resolvedLinks[5]},u9rMEOyJg:{O83m41AIk:resolvedLinks[2]},ua1QCSznj:{O83m41AIk:resolvedLinks[1]},xeh_1t_Au:{O83m41AIk:resolvedLinks[4]}},children:/*#__PURE__*/_jsx(BlogCard,{ad_P5e88U:ddvS_kcFMySwaIwkLb,gfVtKhp6Q:BRX5dLDsOySwaIwkLb,height:\"100%\",id:\"QFc0q185b\",layoutId:\"QFc0q185b\",ny3cNqLR_:toResponsiveImage(UIRi7793kySwaIwkLb),O83m41AIk:resolvedLinks[0],P9XQbuV9o:KAno9u8AuySwaIwkLb,style:{width:\"100%\"},width:\"100%\"})})})})})})})},idySwaIwkLb);})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3jebbh\",\"data-framer-name\":\"Social Media Icons\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-453f8cf1-aff7-46f3-b5da-64413d58a669, rgb(68, 68, 93))\"},children:\"SHARE THIS ARTICLE:\"})}),className:\"framer-1o8tjdq\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5bpnrf\",\"data-framer-name\":\"Socials\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16nb9iu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-133hs9i-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"efGzOM6tN\",scopeId:\"Opz21NU7H\",children:/*#__PURE__*/_jsx(SocialShareComponent,{containerStyle:{backgroundColor:\"rgba(37, 211, 102, 0)\",borderColor:\"rgba(35, 34, 32, 0)\",borderRadius:100,borderWidth:2},height:\"100%\",iconColor:\"var(--token-6fd95627-1e65-4b24-847f-f0925c407288, rgb(20, 20, 25))\",id:\"efGzOM6tN\",isMixed:false,layoutId:\"efGzOM6tN\",padding:0,paddingBottom:0,paddingLeft:0,paddingRight:0,paddingTop:0,service:\"WhatsApp\",size:24,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uzkhcx\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-knj9yh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"kQMWQ0RtN\",scopeId:\"Opz21NU7H\",children:/*#__PURE__*/_jsx(SocialShareComponent,{containerStyle:{backgroundColor:\"rgba(37, 211, 102, 0)\",borderColor:\"rgba(35, 34, 32, 0)\",borderRadius:100,borderWidth:2},height:\"100%\",iconColor:\"var(--token-6fd95627-1e65-4b24-847f-f0925c407288, rgb(20, 20, 25))\",id:\"kQMWQ0RtN\",isMixed:false,layoutId:\"kQMWQ0RtN\",padding:0,paddingBottom:0,paddingLeft:0,paddingRight:0,paddingTop:0,service:\"Twitter\",size:24,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b3tewc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14vlpqc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wY3lTRV5E\",scopeId:\"Opz21NU7H\",children:/*#__PURE__*/_jsx(SocialShareComponent,{containerStyle:{backgroundColor:\"rgba(37, 211, 102, 0)\",borderColor:\"rgba(35, 34, 32, 0)\",borderRadius:100,borderWidth:2},height:\"100%\",iconColor:\"var(--token-6fd95627-1e65-4b24-847f-f0925c407288, rgb(20, 20, 25))\",id:\"wY3lTRV5E\",isMixed:false,layoutId:\"wY3lTRV5E\",padding:0,paddingBottom:0,paddingLeft:0,paddingRight:0,paddingTop:0,service:\"Facebook\",size:22,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1in9g3b\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7rnlev-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lmHPyvWnx\",scopeId:\"Opz21NU7H\",children:/*#__PURE__*/_jsx(SocialShareComponent,{containerStyle:{backgroundColor:\"rgba(37, 211, 102, 0)\",borderColor:\"rgba(35, 34, 32, 0)\",borderRadius:100,borderWidth:2},height:\"100%\",iconColor:\"var(--token-6fd95627-1e65-4b24-847f-f0925c407288, rgb(20, 20, 25))\",id:\"lmHPyvWnx\",isMixed:false,layoutId:\"lmHPyvWnx\",padding:0,paddingBottom:0,paddingLeft:0,paddingRight:0,paddingTop:0,service:\"Email\",size:24,width:\"100%\"})})})})]})]})]})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-c9go9x\",\"data-framer-name\":\"Header Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qbt_ogtbm:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1921,positionX:\"left\",positionY:\"bottom\",sizes:`min(${componentViewport?.width||\"100vw\"} - 128px, 1200px)`,src:\"https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png\",srcSet:\"https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png?scale-down-to=512 512w,https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png 1921w\"}},u9rMEOyJg:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1921,positionX:\"left\",positionY:\"bottom\",sizes:`min(${componentViewport?.width||\"100vw\"} - 128px, 1200px)`,src:\"https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png\",srcSet:\"https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png?scale-down-to=512 512w,https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png 1921w\"}},ua1QCSznj:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1921,positionX:\"left\",positionY:\"bottom\",sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`,src:\"https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png\",srcSet:\"https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png?scale-down-to=512 512w,https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png 1921w\"}},xeh_1t_Au:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1921,positionX:\"left\",positionY:\"bottom\",sizes:`min(${componentViewport?.width||\"100vw\"} - 64px, 1200px)`,src:\"https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png\",srcSet:\"https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png?scale-down-to=512 512w,https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png 1921w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1921,positionX:\"left\",positionY:\"bottom\",sizes:`min(${componentViewport?.width||\"100vw\"} - 200px, 1200px)`,src:\"https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png\",srcSet:\"https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png?scale-down-to=512 512w,https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iWezioU29fShabwbL8tLETpPc.png 1921w\"},className:\"framer-12h32b0\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ua1QCSznj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Win more clients with less effort\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Win more clients with less effort\"})}),className:\"framer-cf4icj\",fonts:[\"FS;Poppins-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7pu8th\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ccc5fc1c-92e0-42ec-97ee-7f8549d35062, rgb(240, 241, 243))\"},children:\"Turn financial data into actionable insights that drive conversions.\"})}),className:\"framer-6b6toc\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xqacmt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vud47c\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1kpatwa\",\"data-framer-name\":\"Check Icon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 12a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Zm1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-11.47 4.03 6.5-6.5-1.06-1.06L10 14.44l-2.47-2.47-1.06 1.06 3 3a.75.75 0 0 0 1.06 0Z\" fill=\"#6586FC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ccc5fc1c-92e0-42ec-97ee-7f8549d35062, rgb(240, 241, 243))\"},children:\"Automate financial health diagnostics in minutes\"})}),className:\"framer-185lzx2\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v5m3bs\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-18vzyjk\",\"data-framer-name\":\"Check Icon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 12a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Zm1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-11.47 4.03 6.5-6.5-1.06-1.06L10 14.44l-2.47-2.47-1.06 1.06 3 3a.75.75 0 0 0 1.06 0Z\" fill=\"#6586FC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ccc5fc1c-92e0-42ec-97ee-7f8549d35062, rgb(240, 241, 243))\"},children:\"Reduce time spent on prospecting and follow-ups\"})}),className:\"framer-rul1la\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9g5cni\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1j329xl\",\"data-framer-name\":\"Check Icon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 12a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Zm1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-11.47 4.03 6.5-6.5-1.06-1.06L10 14.44l-2.47-2.47-1.06 1.06 3 3a.75.75 0 0 0 1.06 0Z\" fill=\"#6586FC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ccc5fc1c-92e0-42ec-97ee-7f8549d35062, rgb(240, 241, 243))\"},children:\"Convert more prospects with smarter automation\"})}),className:\"framer-18zjowl\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16y7lrz\",\"data-framer-name\":\"cta\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-i0vkkh-container\",\"data-framer-appear-id\":\"i0vkkh\",id:\"i0vkkh\",initial:animation1,nodeId:\"eDZiHcjwv\",optimized:true,rendersWithMotion:true,scopeId:\"Opz21NU7H\",children:[/*#__PURE__*/_jsx(ButtonsButton,{cRoeZpcrs:\"Book a demo\",dG05QQM_v:dG05QQM_v3bnx0g({overlay}),height:\"100%\",id:\"eDZiHcjwv\",layoutId:\"eDZiHcjwv\",RZWvw5mQ_:true,variant:\"nlQ5ezZwG\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1},className:cx(scopingClassNames,\"framer-1nm8ivv\"),\"data-framer-portal-id\":\"i0vkkh\",exit:{opacity:0},initial:{opacity:0},onTap:()=>overlay.hide(),transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},\"xaiNP6UnD\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation3,className:cx(scopingClassNames,\"framer-1xofq54\"),\"data-framer-portal-id\":\"i0vkkh\",exit:animation2,initial:animation4,transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-199j3gc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--token-8a575310-edd5-406f-988c-8618bbcf6b38, rgb(20, 20, 25))\"},children:\"Ready to accelerate your growth with Sherpas?\"})}),className:\"framer-17drg05\",fonts:[\"GF;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--token-8a575310-edd5-406f-988c-8618bbcf6b38, rgb(20, 20, 25))\"},children:\"Complete this form below to schedule a demo of our platform\"})}),className:\"framer-1ld76lh\",\"data-framer-name\":\"Newsroom, your AI content co-writer\",fonts:[\"GF;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/c83897e1-71ee-4396-9cf3-5c4218159a57/submit\",className:\"framer-19msjqd\",nodeId:\"bMquiqVLj\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10137om\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-mq8gwp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-c77611d6-63d2-4ad6-86e5-5885b498dc97, rgb(113, 115, 144))\"},children:\"FIRST NAME\"})}),className:\"framer-1oq7fb3\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1hkk2v7\",inputName:\"Name\",placeholder:\"\",type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-z63tb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-c77611d6-63d2-4ad6-86e5-5885b498dc97, rgb(113, 115, 144))\"},children:\"LAST NAME\"})}),className:\"framer-bep16p\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-bwt1z9\",inputName:\"Last name\",placeholder:\"\",type:\"text\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wmn5j2\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1ds3lt2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-c77611d6-63d2-4ad6-86e5-5885b498dc97, rgb(113, 115, 144))\"},children:\"COMPANY NAME\"})}),className:\"framer-vf5zqq\",fonts:[\"GF;Poppins-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-jqirbr\",inputName:\"Company name\",placeholder:\"\",type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-7ej5yl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-c77611d6-63d2-4ad6-86e5-5885b498dc97, rgb(113, 115, 144))\"},children:\"EMAIL\"})}),className:\"framer-1v64y93\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-lpl615\",inputName:\"Email\",placeholder:\"\",type:\"email\"})]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-m6o49p\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-c77611d6-63d2-4ad6-86e5-5885b498dc97, rgb(113, 115, 144))\"},children:\"MESSAGE\"})}),className:\"framer-8qvjtt\",fonts:[\"GF;Poppins-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-16pifez\",inputName:\"Message\",placeholder:\"Say hello!\",type:\"textarea\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"448px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p3dvke-container\",inComponentSlot:true,nodeId:\"YuosPyri_\",rendersWithMotion:true,scopeId:\"Opz21NU7H\",children:/*#__PURE__*/_jsx(ButtonCopy,{height:\"100%\",id:\"YuosPyri_\",layoutId:\"YuosPyri_\",style:{height:\"100%\",width:\"100%\"},variant:\"H4yyAV79K\",width:\"100%\"})})})]})})]})]}),getContainer())})})]})})})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:534,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-3bkn51-container\",nodeId:\"xkn3shhGv\",scopeId:\"Opz21NU7H\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qbt_ogtbm:{variant:\"nJi5OK1LQ\"},u9rMEOyJg:{variant:\"nJi5OK1LQ\"},ua1QCSznj:{variant:\"pGX8xq9Jh\"},xeh_1t_Au:{variant:\"V6jd_8swe\"}},children:/*#__PURE__*/_jsx(SherpasWealthFooterCopy,{height:\"100%\",id:\"xkn3shhGv\",layoutId:\"xkn3shhGv\",style:{width:\"100%\"},variant:\"aYehqP_dU\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xleypb-container\",layoutScroll:true,nodeId:\"gp4GBI4dI\",rendersWithMotion:true,scopeId:\"Opz21NU7H\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qbt_ogtbm:{__framer__targets:[{offset:72,ref:ref1,target:\"r8ZNcPKWg\"}],variant:\"j41olRMd4\"},u9rMEOyJg:{__framer__targets:[{offset:72,ref:ref1,target:\"r8ZNcPKWg\"}],variant:\"j41olRMd4\"},ua1QCSznj:{__framer__targets:[{offset:72,ref:ref1,target:\"JXMarFxC7\"}],variant:\"pD2zGC05k\"},xeh_1t_Au:{__framer__targets:[{offset:72,ref:ref1,target:\"obYTjbJPE\"}],variant:\"MSYtB3VGh\"}},children:/*#__PURE__*/_jsx(NavigationBarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:72,ref:ref1,target:\"dA0WsPSMa\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"gp4GBI4dI\",layoutId:\"gp4GBI4dI\",style:{width:\"100%\"},variant:\"WTnEvsRWS\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1u9Yv.framer-f7irgv, .framer-1u9Yv .framer-f7irgv { display: block; }\",\".framer-1u9Yv.framer-1h4uh4k { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1536px; }\",\".framer-1u9Yv .framer-yqzxw4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 128px 100px 112px 100px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-10l6l5k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 72px; width: 100%; }\",\".framer-1u9Yv .framer-1dkzooa { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; padding: 0px 40px 0px 0px; position: relative; width: 1px; }\",\".framer-1u9Yv .framer-1c21gnm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-796pik, .framer-1u9Yv .framer-1imov6b { --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; z-index: 1; }\",\".framer-1u9Yv .framer-2ghty6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-yaqu9g, .framer-1u9Yv .framer-1nyryxp, .framer-1u9Yv .framer-1nycxup, .framer-1u9Yv .framer-1oq7fb3, .framer-1u9Yv .framer-bep16p, .framer-1u9Yv .framer-vf5zqq, .framer-1u9Yv .framer-1v64y93, .framer-1u9Yv .framer-8qvjtt { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1u9Yv .framer-ks0mud { background-color: var(--token-453f8cf1-aff7-46f3-b5da-64413d58a669, #44445d); flex: none; height: 22px; overflow: hidden; position: relative; width: 1px; }\",\".framer-1u9Yv .framer-s8va88 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1u9Yv .framer-u6se6k { aspect-ratio: 2 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 290px); position: relative; width: 1px; }\",\".framer-1u9Yv .framer-1ob5yvu { 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: 0px 100px 0px 100px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-922fg3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-1u9Yv .framer-1v1c1lr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 64px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-1u9Yv .framer-ov54fy { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1u9Yv .framer-j88fs2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 64px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-1u9Yv .framer-1eoa3hq, .framer-1u9Yv .framer-1o8tjdq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1u9Yv .framer-17skxnp { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(322px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-1u9Yv .framer-c5peoc-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 322px; }\",\".framer-1u9Yv .framer-3jebbh { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: auto; }\",\".framer-1u9Yv .framer-5bpnrf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-16nb9iu, .framer-1u9Yv .framer-1uzkhcx, .framer-1u9Yv .framer-1b3tewc, .framer-1u9Yv .framer-1in9g3b { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-ccc5fc1c-92e0-42ec-97ee-7f8549d35062, #f0f1f3); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 48px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1u9Yv .framer-133hs9i-container, .framer-1u9Yv .framer-knj9yh-container, .framer-1u9Yv .framer-14vlpqc-container, .framer-1u9Yv .framer-7rnlev-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-1u9Yv .framer-c9go9x { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 100px 112px 100px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-12h32b0 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; padding: 60px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-cf4icj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --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; }\",\".framer-1u9Yv .framer-7pu8th { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-6b6toc { --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; }\",\".framer-1u9Yv .framer-1xqacmt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 0px 12px 0px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-1vud47c, .framer-1u9Yv .framer-1v5m3bs { 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: 100%; }\",\".framer-1u9Yv .framer-1kpatwa, .framer-1u9Yv .framer-18vzyjk, .framer-1u9Yv .framer-1j329xl { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-1u9Yv .framer-185lzx2, .framer-1u9Yv .framer-rul1la, .framer-1u9Yv .framer-18zjowl { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-1u9Yv .framer-9g5cni { 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 0px 16px 0px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-16y7lrz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-1u9Yv .framer-i0vkkh-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }\",\".framer-1u9Yv.framer-1nm8ivv { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-1u9Yv.framer-1xofq54 { align-content: center; align-items: center; background-color: var(--token-8263df22-883d-4e4a-bb61-4da76ef480e7, #f0f1f3); border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; left: 50%; max-width: 1200px; overflow: hidden; padding: 30px 24px 30px 24px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 496px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-1u9Yv .framer-199j3gc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-17drg05 { --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-1u9Yv .framer-1ld76lh { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1u9Yv .framer-19msjqd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-10137om, .framer-1u9Yv .framer-1wmn5j2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-mq8gwp, .framer-1u9Yv .framer-z63tb, .framer-1u9Yv .framer-1ds3lt2, .framer-1u9Yv .framer-7ej5yl { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-1u9Yv .framer-1hkk2v7 { --framer-input-background: rgba(181, 181, 181, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(72, 72, 77, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-6fd95627-1e65-4b24-847f-f0925c407288, #141419); --framer-input-font-family: \"Poppins\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 42px; position: relative; width: 100%; }','.framer-1u9Yv .framer-bwt1z9, .framer-1u9Yv .framer-jqirbr, .framer-1u9Yv .framer-lpl615 { --framer-input-background: rgba(181, 181, 181, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(72, 72, 77, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-6fd95627-1e65-4b24-847f-f0925c407288, #141419); --framer-input-font-family: \"Poppins\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-1u9Yv .framer-m6o49p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-1u9Yv .framer-16pifez { --framer-input-background: rgba(181, 181, 181, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(72, 72, 77, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-6fd95627-1e65-4b24-847f-f0925c407288, #141419); --framer-input-font-family: \"Poppins\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #90919e; --framer-textarea-resize: vertical; flex: none; height: 142px; min-height: 108px; position: relative; width: 100%; }',\".framer-1u9Yv .framer-1p3dvke-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-3bkn51-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-1u9Yv .framer-xleypb-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1u9Yv.framer-1h4uh4k, .framer-1u9Yv .framer-yqzxw4, .framer-1u9Yv .framer-1dkzooa, .framer-1u9Yv .framer-1c21gnm, .framer-1u9Yv .framer-2ghty6, .framer-1u9Yv .framer-s8va88, .framer-1u9Yv .framer-1ob5yvu, .framer-1u9Yv .framer-922fg3, .framer-1u9Yv .framer-1v1c1lr, .framer-1u9Yv .framer-j88fs2, .framer-1u9Yv .framer-3jebbh, .framer-1u9Yv .framer-5bpnrf, .framer-1u9Yv .framer-16nb9iu, .framer-1u9Yv .framer-1uzkhcx, .framer-1u9Yv .framer-1b3tewc, .framer-1u9Yv .framer-1in9g3b, .framer-1u9Yv .framer-c9go9x, .framer-1u9Yv .framer-12h32b0, .framer-1u9Yv .framer-7pu8th, .framer-1u9Yv .framer-1xqacmt, .framer-1u9Yv .framer-1vud47c, .framer-1u9Yv .framer-1v5m3bs, .framer-1u9Yv .framer-9g5cni, .framer-1u9Yv .framer-16y7lrz, .framer-1u9Yv.framer-1xofq54, .framer-1u9Yv .framer-199j3gc, .framer-1u9Yv .framer-19msjqd, .framer-1u9Yv .framer-10137om, .framer-1u9Yv .framer-mq8gwp, .framer-1u9Yv .framer-z63tb, .framer-1u9Yv .framer-1wmn5j2, .framer-1u9Yv .framer-1ds3lt2, .framer-1u9Yv .framer-7ej5yl, .framer-1u9Yv .framer-m6o49p { gap: 0px; } .framer-1u9Yv.framer-1h4uh4k > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1u9Yv.framer-1h4uh4k > :first-child, .framer-1u9Yv .framer-yqzxw4 > :first-child, .framer-1u9Yv .framer-1dkzooa > :first-child, .framer-1u9Yv .framer-1c21gnm > :first-child, .framer-1u9Yv .framer-1ob5yvu > :first-child, .framer-1u9Yv .framer-1v1c1lr > :first-child, .framer-1u9Yv .framer-j88fs2 > :first-child, .framer-1u9Yv .framer-3jebbh > :first-child, .framer-1u9Yv .framer-c9go9x > :first-child, .framer-1u9Yv .framer-12h32b0 > :first-child, .framer-1u9Yv .framer-7pu8th > :first-child, .framer-1u9Yv .framer-1xqacmt > :first-child, .framer-1u9Yv.framer-1xofq54 > :first-child, .framer-1u9Yv .framer-199j3gc > :first-child, .framer-1u9Yv .framer-19msjqd > :first-child, .framer-1u9Yv .framer-mq8gwp > :first-child, .framer-1u9Yv .framer-z63tb > :first-child, .framer-1u9Yv .framer-1ds3lt2 > :first-child, .framer-1u9Yv .framer-7ej5yl > :first-child, .framer-1u9Yv .framer-m6o49p > :first-child { margin-top: 0px; } .framer-1u9Yv.framer-1h4uh4k > :last-child, .framer-1u9Yv .framer-yqzxw4 > :last-child, .framer-1u9Yv .framer-1dkzooa > :last-child, .framer-1u9Yv .framer-1c21gnm > :last-child, .framer-1u9Yv .framer-1ob5yvu > :last-child, .framer-1u9Yv .framer-1v1c1lr > :last-child, .framer-1u9Yv .framer-j88fs2 > :last-child, .framer-1u9Yv .framer-3jebbh > :last-child, .framer-1u9Yv .framer-c9go9x > :last-child, .framer-1u9Yv .framer-12h32b0 > :last-child, .framer-1u9Yv .framer-7pu8th > :last-child, .framer-1u9Yv .framer-1xqacmt > :last-child, .framer-1u9Yv.framer-1xofq54 > :last-child, .framer-1u9Yv .framer-199j3gc > :last-child, .framer-1u9Yv .framer-19msjqd > :last-child, .framer-1u9Yv .framer-mq8gwp > :last-child, .framer-1u9Yv .framer-z63tb > :last-child, .framer-1u9Yv .framer-1ds3lt2 > :last-child, .framer-1u9Yv .framer-7ej5yl > :last-child, .framer-1u9Yv .framer-m6o49p > :last-child { margin-bottom: 0px; } .framer-1u9Yv .framer-yqzxw4 > *, .framer-1u9Yv .framer-1ob5yvu > *, .framer-1u9Yv .framer-199j3gc > *, .framer-1u9Yv .framer-mq8gwp > *, .framer-1u9Yv .framer-z63tb > *, .framer-1u9Yv .framer-1ds3lt2 > *, .framer-1u9Yv .framer-7ej5yl > *, .framer-1u9Yv .framer-m6o49p > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-1u9Yv .framer-1dkzooa > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-1u9Yv .framer-1c21gnm > *, .framer-1u9Yv .framer-j88fs2 > *, .framer-1u9Yv .framer-1xqacmt > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-1u9Yv .framer-2ghty6 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-1u9Yv .framer-2ghty6 > :first-child, .framer-1u9Yv .framer-s8va88 > :first-child, .framer-1u9Yv .framer-922fg3 > :first-child, .framer-1u9Yv .framer-5bpnrf > :first-child, .framer-1u9Yv .framer-16nb9iu > :first-child, .framer-1u9Yv .framer-1uzkhcx > :first-child, .framer-1u9Yv .framer-1b3tewc > :first-child, .framer-1u9Yv .framer-1in9g3b > :first-child, .framer-1u9Yv .framer-1vud47c > :first-child, .framer-1u9Yv .framer-1v5m3bs > :first-child, .framer-1u9Yv .framer-9g5cni > :first-child, .framer-1u9Yv .framer-16y7lrz > :first-child, .framer-1u9Yv .framer-10137om > :first-child, .framer-1u9Yv .framer-1wmn5j2 > :first-child { margin-left: 0px; } .framer-1u9Yv .framer-2ghty6 > :last-child, .framer-1u9Yv .framer-s8va88 > :last-child, .framer-1u9Yv .framer-922fg3 > :last-child, .framer-1u9Yv .framer-5bpnrf > :last-child, .framer-1u9Yv .framer-16nb9iu > :last-child, .framer-1u9Yv .framer-1uzkhcx > :last-child, .framer-1u9Yv .framer-1b3tewc > :last-child, .framer-1u9Yv .framer-1in9g3b > :last-child, .framer-1u9Yv .framer-1vud47c > :last-child, .framer-1u9Yv .framer-1v5m3bs > :last-child, .framer-1u9Yv .framer-9g5cni > :last-child, .framer-1u9Yv .framer-16y7lrz > :last-child, .framer-1u9Yv .framer-10137om > :last-child, .framer-1u9Yv .framer-1wmn5j2 > :last-child { margin-right: 0px; } .framer-1u9Yv .framer-s8va88 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-1u9Yv .framer-922fg3 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-1u9Yv .framer-1v1c1lr > *, .framer-1u9Yv.framer-1xofq54 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-1u9Yv .framer-3jebbh > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-1u9Yv .framer-5bpnrf > *, .framer-1u9Yv .framer-16nb9iu > *, .framer-1u9Yv .framer-1uzkhcx > *, .framer-1u9Yv .framer-1b3tewc > *, .framer-1u9Yv .framer-1in9g3b > *, .framer-1u9Yv .framer-1vud47c > *, .framer-1u9Yv .framer-1v5m3bs > *, .framer-1u9Yv .framer-9g5cni > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1u9Yv .framer-c9go9x > *, .framer-1u9Yv .framer-19msjqd > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-1u9Yv .framer-12h32b0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1u9Yv .framer-7pu8th > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-1u9Yv .framer-16y7lrz > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-1u9Yv .framer-10137om > *, .framer-1u9Yv .framer-1wmn5j2 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,\"@media (max-width: 639px) { .framer-1u9Yv.framer-1h4uh4k { width: 390px; } .framer-1u9Yv .framer-yqzxw4 { padding: 120px 20px 80px 20px; } .framer-1u9Yv .framer-10l6l5k { flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-1u9Yv .framer-1dkzooa { flex: none; gap: 13px; order: 1; padding: 0px; width: 100%; } .framer-1u9Yv .framer-1c21gnm { gap: 13px; } .framer-1u9Yv .framer-u6se6k { aspect-ratio: 1.75 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); order: 0; width: 100%; } .framer-1u9Yv .framer-1ob5yvu { padding: 0px 20px 0px 20px; } .framer-1u9Yv .framer-922fg3 { flex-direction: column; gap: 48px; max-width: unset; width: 100%; } .framer-1u9Yv .framer-1v1c1lr { flex: none; padding: 32px 0px 64px 0px; width: 100%; } .framer-1u9Yv .framer-j88fs2 { padding: 0px; width: 100%; } .framer-1u9Yv .framer-17skxnp { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; width: 100%; } .framer-1u9Yv .framer-c5peoc-container, .framer-1u9Yv .framer-3jebbh { align-self: unset; width: 100%; } .framer-1u9Yv .framer-c9go9x { padding: 64px 20px 112px 20px; } .framer-1u9Yv .framer-12h32b0 { padding: 48px 16px 48px 16px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1u9Yv .framer-10l6l5k, .framer-1u9Yv .framer-1dkzooa, .framer-1u9Yv .framer-1c21gnm, .framer-1u9Yv .framer-922fg3, .framer-1u9Yv .framer-17skxnp { gap: 0px; } .framer-1u9Yv .framer-10l6l5k > *, .framer-1u9Yv .framer-17skxnp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1u9Yv .framer-10l6l5k > :first-child, .framer-1u9Yv .framer-1dkzooa > :first-child, .framer-1u9Yv .framer-1c21gnm > :first-child, .framer-1u9Yv .framer-922fg3 > :first-child, .framer-1u9Yv .framer-17skxnp > :first-child { margin-top: 0px; } .framer-1u9Yv .framer-10l6l5k > :last-child, .framer-1u9Yv .framer-1dkzooa > :last-child, .framer-1u9Yv .framer-1c21gnm > :last-child, .framer-1u9Yv .framer-922fg3 > :last-child, .framer-1u9Yv .framer-17skxnp > :last-child { margin-bottom: 0px; } .framer-1u9Yv .framer-1dkzooa > *, .framer-1u9Yv .framer-1c21gnm > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-1u9Yv .framer-922fg3 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}\",\"@media (min-width: 1025px) and (max-width: 1279px) { .framer-1u9Yv.framer-1h4uh4k { width: 1025px; } .framer-1u9Yv .framer-yqzxw4 { padding: 128px 64px 112px 64px; } .framer-1u9Yv .framer-u6se6k { height: var(--framer-aspect-ratio-supported, 214px); } .framer-1u9Yv .framer-1ob5yvu { padding: 0px 64px 0px 64px; } .framer-1u9Yv .framer-922fg3 { width: 100%; } .framer-1u9Yv .framer-c9go9x { padding: 64px 64px 112px 64px; }}\",\"@media (min-width: 1280px) and (max-width: 1535px) { .framer-1u9Yv.framer-1h4uh4k { width: 1280px; } .framer-1u9Yv .framer-u6se6k { height: var(--framer-aspect-ratio-supported, 260px); } .framer-1u9Yv .framer-922fg3 { width: 100%; }}\",\"@media (min-width: 640px) and (max-width: 767px) { .framer-1u9Yv.framer-1h4uh4k { width: 640px; } .framer-1u9Yv .framer-yqzxw4 { padding: 128px 32px 112px 32px; } .framer-1u9Yv .framer-1c21gnm { gap: 13px; } .framer-1u9Yv .framer-u6se6k { aspect-ratio: 1.8461538461538463 / 1; height: var(--framer-aspect-ratio-supported, 145px); } .framer-1u9Yv .framer-1ob5yvu { padding: 0px 32px 0px 32px; } .framer-1u9Yv .framer-922fg3 { flex-direction: column; width: 100%; } .framer-1u9Yv .framer-1v1c1lr { flex: none; width: 100%; } .framer-1u9Yv .framer-j88fs2 { padding: 0px; width: 100%; } .framer-1u9Yv .framer-17skxnp { justify-content: start; width: 100%; } .framer-1u9Yv .framer-c5peoc-container { width: 100%; } .framer-1u9Yv .framer-3jebbh { align-self: unset; width: 100%; } .framer-1u9Yv .framer-c9go9x { padding: 64px 32px 112px 32px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1u9Yv .framer-1c21gnm, .framer-1u9Yv .framer-922fg3 { gap: 0px; } .framer-1u9Yv .framer-1c21gnm > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-1u9Yv .framer-1c21gnm > :first-child, .framer-1u9Yv .framer-922fg3 > :first-child { margin-top: 0px; } .framer-1u9Yv .framer-1c21gnm > :last-child, .framer-1u9Yv .framer-922fg3 > :last-child { margin-bottom: 0px; } .framer-1u9Yv .framer-922fg3 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } }}\",\"@media (min-width: 768px) and (max-width: 1024px) { .framer-1u9Yv.framer-1h4uh4k { width: 768px; } .framer-1u9Yv .framer-yqzxw4 { padding: 128px 64px 112px 64px; } .framer-1u9Yv .framer-1c21gnm { gap: 13px; } .framer-1u9Yv .framer-u6se6k { aspect-ratio: 1.8461538461538463 / 1; height: var(--framer-aspect-ratio-supported, 163px); } .framer-1u9Yv .framer-1ob5yvu { padding: 0px 64px 0px 64px; } .framer-1u9Yv .framer-922fg3 { flex-direction: column; width: 100%; } .framer-1u9Yv .framer-1v1c1lr { flex: none; width: 100%; } .framer-1u9Yv .framer-j88fs2 { padding: 0px; } .framer-1u9Yv .framer-17skxnp { grid-template-columns: repeat(2, minmax(322px, 1fr)); justify-content: start; } .framer-1u9Yv .framer-c9go9x { padding: 64px 64px 112px 64px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1u9Yv .framer-1c21gnm, .framer-1u9Yv .framer-922fg3 { gap: 0px; } .framer-1u9Yv .framer-1c21gnm > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-1u9Yv .framer-1c21gnm > :first-child, .framer-1u9Yv .framer-922fg3 > :first-child { margin-top: 0px; } .framer-1u9Yv .framer-1c21gnm > :last-child, .framer-1u9Yv .framer-922fg3 > :last-child { margin-bottom: 0px; } .framer-1u9Yv .framer-922fg3 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5176\n * @framerIntrinsicWidth 1536\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ua1QCSznj\":{\"layout\":[\"fixed\",\"auto\"]},\"u9rMEOyJg\":{\"layout\":[\"fixed\",\"auto\"]},\"Lmwt0hOPy\":{\"layout\":[\"fixed\",\"auto\"]},\"xeh_1t_Au\":{\"layout\":[\"fixed\",\"auto\"]},\"qbt_ogtbm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"NIWhN_OUs\":{\"pattern\":\":NIWhN_OUs\",\"name\":\"blog-content\"}}\n * @framerResponsiveScreen\n */const FramerOpz21NU7H=withCSS(Component,css,\"framer-1u9Yv\");export default FramerOpz21NU7H;FramerOpz21NU7H.displayName=\"Blog\";FramerOpz21NU7H.defaultProps={height:5176,width:1536};addFonts(FramerOpz21NU7H,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]},...BlogCardFonts,...SocialShareComponentFonts,...ButtonsButtonFonts,...ButtonCopyFonts,...SherpasWealthFooterCopyFonts,...NavigationBarFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...componentPresets.fonts?.[\"hkT43eVYI\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"hkT43eVYI\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOpz21NU7H\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"5176\",\"framerScrollSections\":\"{\\\"NIWhN_OUs\\\":{\\\"pattern\\\":\\\":NIWhN_OUs\\\",\\\"name\\\":\\\"blog-content\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1536\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ua1QCSznj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u9rMEOyJg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Lmwt0hOPy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xeh_1t_Au\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qbt_ogtbm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["npm_toggle_selection_1_0_exports", "__export", "npm_toggle_selection_1_0_default", "e", "a", "t", "npm_toggle_selection_1_0_default", "t", "npm_toggle_selection_1_0_exports", "npm_toggle_selection_1_0_default", "a", "o", "r", "n", "format", "e", "navigator", "copy", "l", "c", "s", "i", "p", "d", "window", "u", "SocialShareComponent", "service", "size", "iconColor", "containerStyle", "isMixed", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "backgroundColor", "borderRadius", "borderColor", "borderWidth", "padding", "services", "window", "handleShare", "l", "styles", "p", "addPropertyControls", "ControlType", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText2", "css", "FramerW1OzXYKVx", "withCSS", "W1OzXYKVx_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "BlogCardFonts", "getFonts", "AsOq5O4yn_default", "SocialShareComponentFonts", "SocialShareComponent", "ButtonsButtonFonts", "Ok6H8UvwD_default", "ButtonCopyFonts", "W1OzXYKVx_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "SherpasWealthFooterCopyFonts", "zKwqSTkbS_default", "NavigationBarFonts", "hJoZD937G_default", "NavigationBarWithVariantAppearEffect", "withVariantAppearEffect", "breakpoints", "serializationHash", "variantClassNames", "numberToString", "value", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "transition1", "animation", "animation1", "transition2", "animation2", "transformTemplate1", "_", "t", "animation3", "animation4", "getContainer", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate2", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "c5Wsw3nuB_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "className", "layoutId", "variant", "N2EUW_4ES", "BRX5dLDsO", "fKuZJqfZI", "EPfjUPIDp", "UIRi7793k", "x7VR91ivr", "BRX5dLDsOySwaIwkLb", "UIRi7793kySwaIwkLb", "ddvS_kcFMySwaIwkLb", "xWpZQfvBpySwaIwkLb", "KAno9u8AuySwaIwkLb", "idySwaIwkLb", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "dG05QQM_v3bnx0g", "overlay", "args", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "activeLocaleCode", "useLocaleCode", "textContent", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Image2", "PropertyOverrides2", "RichText2", "x", "ComponentPresetsProvider", "ChildrenCanSuspend", "collection", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "AsOq5O4yn_default", "SocialShareComponent", "SVG", "ContainerWithOptimizedAppearEffect", "Ok6H8UvwD_default", "AnimatePresence", "Ga", "FormContainer", "formState", "FormPlainTextInput2", "W1OzXYKVx_default", "zKwqSTkbS_default", "NavigationBarWithVariantAppearEffect", "css", "FramerOpz21NU7H", "withCSS", "Opz21NU7H_default", "addFonts", "BlogCardFonts", "SocialShareComponentFonts", "ButtonsButtonFonts", "ButtonCopyFonts", "SherpasWealthFooterCopyFonts", "NavigationBarFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
