{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/fzvWfo4U1ocnnos0ykCB/G1nyZUKYSwhWBGSdeXWa/oc1IM_CUf.js"],
  "sourcesContent": ["// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS}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 ModalTrigger from\"https://framerusercontent.com/modules/bUDEYS5TzqpaQDcoKN1T/zCCaqRWzLkLmzEhEkO4C/Modal_Trigger.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import Calendly from\"https://framerusercontent.com/modules/WIJbzyan03eQVbqqCNqQ/ZVFGE0CIYem9dXbVNw5j/Calendly.js\";import FeedspringGoogleReviewsCardGrid from\"https://framerusercontent.com/modules/wxNR1Uz6oJVW8L3Asfk6/H8tzcPgq5lWWUDGdwuDU/feedspring_google_reviews_card_grid.js\";import Menu from\"#framer/local/canvasComponent/C8j73citW/C8j73citW.js\";import Button from\"#framer/local/canvasComponent/fE8UIM1vL/fE8UIM1vL.js\";import PopupBlogPages from\"#framer/local/canvasComponent/HNKyAxE8C/HNKyAxE8C.js\";import Footer from\"#framer/local/canvasComponent/NSRgJKKMc/NSRgJKKMc.js\";import Rating003 from\"#framer/local/canvasComponent/YmbZ6LAvA/YmbZ6LAvA.js\";import Blog from\"#framer/local/collection/NjBXQckLK/NjBXQckLK.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle3 from\"#framer/local/css/a8mrnJsSI/a8mrnJsSI.js\";import*as sharedStyle2 from\"#framer/local/css/dNFrAl90l/dNFrAl90l.js\";import*as sharedStyle from\"#framer/local/css/jX6sBcCtG/jX6sBcCtG.js\";import*as sharedStyle8 from\"#framer/local/css/oJ9UCBT9S/oJ9UCBT9S.js\";import*as sharedStyle7 from\"#framer/local/css/p6OGRtiAL/p6OGRtiAL.js\";import*as sharedStyle9 from\"#framer/local/css/q9TTWJxGJ/q9TTWJxGJ.js\";import*as sharedStyle1 from\"#framer/local/css/rhsL_yO8y/rhsL_yO8y.js\";import*as sharedStyle6 from\"#framer/local/css/TE9n4dmwE/TE9n4dmwE.js\";import*as sharedStyle4 from\"#framer/local/css/Ua_IuOzEl/Ua_IuOzEl.js\";import*as sharedStyle5 from\"#framer/local/css/wNKHgh55Q/wNKHgh55Q.js\";import metadataProvider from\"#framer/local/webPageMetadata/oc1IM_CUf/oc1IM_CUf.js\";const MenuFonts=getFonts(Menu);const ModalTriggerFonts=getFonts(ModalTrigger);const PopupBlogPagesFonts=getFonts(PopupBlogPages);const Rating003Fonts=getFonts(Rating003);const PhosphorFonts=getFonts(Phosphor);const ButtonFonts=getFonts(Button);const FeedspringGoogleReviewsCardGridFonts=getFonts(FeedspringGoogleReviewsCardGrid);const CalendlyFonts=getFonts(Calendly);const EmbedFonts=getFonts(Embed);const FooterFonts=getFonts(Footer);const breakpoints={bBUPTmscS:\"(max-width: 809px)\",Ex9toYMd0:\"(min-width: 1200px)\",npJdayfNz:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-b7LuF\";const variantClassNames={bBUPTmscS:\"framer-v-7zptla\",Ex9toYMd0:\"framer-v-umnxew\",npJdayfNz:\"framer-v-3ihfhi\"};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 toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Ex9toYMd0\",Phone:\"bBUPTmscS\",Tablet:\"npJdayfNz\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Ex9toYMd0\"};};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:\"oc1IM_CUf\",data:Blog,type:\"Collection\"},select:[{collection:\"oc1IM_CUf\",name:\"MuD5_IPYd\",type:\"Identifier\"},{collection:\"oc1IM_CUf\",name:\"Z6pF0kT02\",type:\"Identifier\"},{collection:\"oc1IM_CUf\",name:\"hq9QxdpXY\",type:\"Identifier\"},{collection:\"oc1IM_CUf\",name:\"SjSM5EbxN\",type:\"Identifier\"},{collection:\"oc1IM_CUf\",name:\"BIZIs3uA9\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"oc1IM_CUf\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,MuD5_IPYd=getFromCurrentRouteData(\"MuD5_IPYd\")??\"\",Z6pF0kT02=getFromCurrentRouteData(\"Z6pF0kT02\"),SjSM5EbxN=getFromCurrentRouteData(\"SjSM5EbxN\"),BIZIs3uA9=getFromCurrentRouteData(\"BIZIs3uA9\")??\"\",...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 onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(Z6pF0kT02,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Ex9toYMd0\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-54854152-68e2-4339-a943-bf07b82e3946, rgb(17, 17, 17)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-umnxew\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ni9w66-container\",layoutScroll:true,nodeId:\"oH4_z8fcD\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bBUPTmscS:{variant:\"Xt5IaDB2h\"},npJdayfNz:{variant:\"GnnVBEpDm\"}},children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"oH4_z8fcD\",layoutId:\"oH4_z8fcD\",style:{width:\"100%\"},variant:\"vDihVolzj\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v9d3lg\",\"data-framer-name\":\"Pop Up Modal - COPY THIS\",id:\"1v9d3lg\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17xiqrg-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"PmFTJN30n\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(ModalTrigger,{delayConfig:{delaySeconds:1,showOnDelay:true},height:\"100%\",id:\"PmFTJN30n\",layoutId:\"PmFTJN30n\",scrollConfig:{scrollPercentage:60,showOnScrollToPercentage:false},showOnMouseLeave:false,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,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-sxtwgb\"),\"data-framer-portal-id\":\"1v9d3lg\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"J2OMrHAxN\"),/*#__PURE__*/_jsxs(\"div\",{className:cx(scopingClassNames,\"framer-1v5i33q\"),\"data-framer-portal-id\":\"1v9d3lg\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"600px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-t4dakw-container\",nodeId:\"EtnI5UvH7\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(PopupBlogPages,{height:\"100%\",id:\"EtnI5UvH7\",layoutId:\"EtnI5UvH7\",n71qpcIsY:false,QEiU0HiDf:true,style:{width:\"100%\"},variant:\"XdFvPgkIU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pmyfhf\",\"data-framer-name\":\"Close\",onTap:onTap1wnntms({overlay}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ev1wcq\",\"data-framer-name\":\"Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 10 1 C 14.971 1 19 5.029 19 10 C 19 14.971 14.971 19 10 19 C 5.029 19 1 14.971 1 10 C 1 5.029 5.029 1 10 1 Z M 6.464 12.121 C 6.074 12.512 6.074 13.145 6.464 13.536 C 6.855 13.926 7.488 13.926 7.879 13.536 L 10 11.414 L 12.121 13.536 C 12.512 13.926 13.145 13.926 13.536 13.536 C 13.926 13.145 13.926 12.512 13.536 12.121 L 11.414 10 L 13.536 7.879 C 13.926 7.488 13.926 6.855 13.536 6.464 C 13.145 6.074 12.512 6.074 12.121 6.464 L 10 8.586 L 7.879 6.464 C 7.488 6.074 6.855 6.074 6.464 6.464 C 6.074 6.855 6.074 7.488 6.464 7.879 L 8.586 10 Z\" fill=\"var(--token-aed5840a-2498-42ba-84be-39f24e5fcfd6, rgb(60, 191, 186)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path></svg>',svgContentId:9453567684,withExternalLayout:true})})]})]}),getContainer())})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y8dopy\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bBUPTmscS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d50c15bd-5909-401a-8aa0-0443417ee10a, rgb(242, 242, 242))\"},children:\"Understanding Deferred Action: Relief Options Explained\"})}),fonts:[\"Inter-SemiBold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1qqnodm\",\"data-styles-preset\":\"jX6sBcCtG\",style:{\"--framer-text-alignment\":\"center\"},children:\"Top Companies Sponsoring H-1B Visas\"})}),className:\"framer-1u2on5e\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:MuD5_IPYd,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wx3lw3\",\"data-styles-preset\":\"rhsL_yO8y\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-g0yzjw\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bBUPTmscS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+81+100+295.2),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9) - 40px)`,...toResponsiveImage(SjSM5EbxN)}},npJdayfNz:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+81+100+330.4),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9) - 40px)`,...toResponsiveImage(SjSM5EbxN)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+81+100+330.4),sizes:\"862.5px\",...toResponsiveImage(SjSM5EbxN)},className:\"framer-17wsqlc\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17et55y\",\"data-framer-name\":\"Info Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-imis2i\",\"data-framer-name\":\"Details\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bBUPTmscS:{y:(componentViewport?.y||0)+100+81+100+835.2+16+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+100+81+100+870.4+16+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qasuo9-container\",nodeId:\"RSsi8gvq8\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(Rating003,{height:\"100%\",id:\"RSsi8gvq8\",L2UXKd4Ex:4.5,layoutId:\"RSsi8gvq8\",uCrz8ARVg:24,variant:\"KN1MaMbio\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wtg14q\",\"data-framer-name\":\"Feature\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ti3yu7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Cj9BMyn2W\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-aed5840a-2498-42ba-84be-39f24e5fcfd6, rgb(230, 252, 88))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Coins\",id:\"Cj9BMyn2W\",layoutId:\"Cj9BMyn2W\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f2oh2c\",\"data-styles-preset\":\"dNFrAl90l\",style:{\"--framer-text-color\":\"var(--token-d50c15bd-5909-401a-8aa0-0443417ee10a, rgb(242, 242, 242))\"},children:\"Flexible Payment Options Available\"})}),className:\"framer-1ftgb76\",\"data-framer-name\":\"Enhance employee skills\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wkwk4i\",\"data-framer-name\":\"Feature\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18s804a-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mLVGzCBDR\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-aed5840a-2498-42ba-84be-39f24e5fcfd6, rgb(230, 252, 88))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"MapTrifold\",id:\"mLVGzCBDR\",layoutId:\"mLVGzCBDR\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f2oh2c\",\"data-styles-preset\":\"dNFrAl90l\",style:{\"--framer-text-color\":\"var(--token-d50c15bd-5909-401a-8aa0-0443417ee10a, rgb(242, 242, 242))\"},children:\"Services Available Across the U.S. and Internationally\"})}),className:\"framer-z9um41\",\"data-framer-name\":\"Enhance employee skills\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bvkuxf\",\"data-framer-name\":\"Feature\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qg51u3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WAuYTw0IE\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-aed5840a-2498-42ba-84be-39f24e5fcfd6, rgb(230, 252, 88))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Calendar\",id:\"WAuYTw0IE\",layoutId:\"WAuYTw0IE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f2oh2c\",\"data-styles-preset\":\"dNFrAl90l\",style:{\"--framer-text-color\":\"var(--token-d50c15bd-5909-401a-8aa0-0443417ee10a, rgb(242, 242, 242))\"},children:\"Start Today Same-Day Appointments Available\"})}),className:\"framer-15rv5rq\",\"data-framer-name\":\"Enhance employee skills\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8o3ohy\",\"data-framer-name\":\"Feature\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6rjsvr-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MUqzTSlKH\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-aed5840a-2498-42ba-84be-39f24e5fcfd6, rgb(230, 252, 88))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"GlobeHemisphereWest\",id:\"MUqzTSlKH\",layoutId:\"MUqzTSlKH\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f2oh2c\",\"data-styles-preset\":\"dNFrAl90l\",style:{\"--framer-text-color\":\"var(--token-d50c15bd-5909-401a-8aa0-0443417ee10a, rgb(242, 242, 242))\"},children:\"Multilingual Consultation Available\"})}),className:\"framer-1ca6r9z\",\"data-framer-name\":\"Enhance employee skills\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PJ2ohYs4h\"},implicitPathVariables:undefined},{href:{webPageId:\"PJ2ohYs4h\"},implicitPathVariables:undefined},{href:{webPageId:\"PJ2ohYs4h\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cd3mr8-container\",nodeId:\"VQKrhz9Qi\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bBUPTmscS:{xOmV5xS6B:resolvedLinks[2]},npJdayfNz:{xOmV5xS6B:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{cCoLGnWVd:\"Schedule Your Free Consultation\",gug2iNrpe:true,height:\"100%\",id:\"VQKrhz9Qi\",layoutId:\"VQKrhz9Qi\",style:{width:\"100%\"},width:\"100%\",xOmV5xS6B:resolvedLinks[0],ySf4l9z5c:false})})})})})]}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"sW2haDzuY\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"ZfMIVCL8G\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:BIZIs3uA9,className:\"framer-11bv5ae\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-irmkia\",code:\"framer-styles-preset-1gkbnw9\",h1:\"framer-styles-preset-1qqnodm\",h2:\"framer-styles-preset-pbe82p\",h3:\"framer-styles-preset-1rgb6zy\",h4:\"framer-styles-preset-6hbfie\",h5:\"framer-styles-preset-2q8cfq\",h6:\"framer-styles-preset-yph0r8\",p:\"framer-styles-preset-wx3lw3\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-pbe82p\",\"data-styles-preset\":\"a8mrnJsSI\",children:\"Book Your Free Consultation Now\"})}),className:\"framer-1o8s53x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fw3sxi-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"YEyleFQtI\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bBUPTmscS:{containerSettings:{columns:1,gap:24},items:8}},children:/*#__PURE__*/_jsx(FeedspringGoogleReviewsCardGrid,{avatarSettings:{size:64,visible:true},averageRatingSettings:{background:\"rgb(247, 249, 252)\",color:\"rgb(103, 113, 142)\",gap:12,logoSize:16,logoVisible:true,padding:12,radius:24,size:14,space:56,uppercase:true,visible:true},cardSettings:{background:\"rgba(0, 0, 0, 0)\",borderColor:\"rgb(242, 243, 248)\",borderSize:1,gap:24,link:true,padding:32,radius:24},containerSettings:{columns:3,gap:24},dateSettings:{color:\"var(--token-aed5840a-2498-42ba-84be-39f24e5fcfd6, rgb(60, 191, 186))\",format:\"LL\",size:13,uppercase:true,visible:true},feedId:\"google_TmbBEofReFMpEdtprdIHh\",fontSettings:{family:\"Inter\"},height:\"100%\",id:\"YEyleFQtI\",items:3,layoutId:\"YEyleFQtI\",nameSettings:{color:\"var(--token-d50c15bd-5909-401a-8aa0-0443417ee10a, rgb(242, 242, 242))\",size:14,uppercase:true,visible:true},reviewSettings:{color:\"var(--token-d50c15bd-5909-401a-8aa0-0443417ee10a, rgb(242, 242, 242))\",lineHeight:28,lines:3,size:18,uppercase:false},starsSettings:{color:\"var(--token-aed5840a-2498-42ba-84be-39f24e5fcfd6, rgb(60, 191, 186))\",gap:4,inactiveColor:\"rgb(219, 231, 253)\",size:24,visible:true},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p5a697-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"subMgfi3Y\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(Calendly,{calendar:\"fibilaw\",height:\"100%\",hideGdprBanner:true,hideLandingPageDetails:true,id:\"subMgfi3Y\",layoutId:\"subMgfi3Y\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sfvwhy-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rIu9LNcY6\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<div data-lcbadge=\"v1-li\" data-lcbadge-size=\"150px\" style=\"width:150px;height:150px;border-radius:12px;font-family:arial, sans-serif;color:gray;text-align:center\"><script async type=\"text/javascript\" src=\"https://www.lawinfo.com/leadcounsel-badge/get-boot/5332458c-f6bc-4c92-8f00-c50faa5343ea.js\"></script> <a class=\"lcbadge_profileurl\" title=\"This Firm is Lead Counsel Verified. Click here for more information.\" href=\"https://www.lawinfo.com/lawfirm/pennsylvania/philadelphia/fibi-law-firm/5332458c-f6bc-4c92-8f00-c50faa5343ea.html?npcmp=lcv:badge:li_badge\">Lead Counsel Verified</a><div style=\"margin-top:6px\">loading ...</div></div>',id:\"rIu9LNcY6\",layoutId:\"rIu9LNcY6\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bBUPTmscS:{y:(componentViewport?.y||0)+100+2900.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:287,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+100+2936,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nco22x-container\",nodeId:\"trLcZxeBq\",scopeId:\"oc1IM_CUf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bBUPTmscS:{variant:\"OM4sZx2ca\"},npJdayfNz:{variant:\"z608ygIlo\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"trLcZxeBq\",layoutId:\"trLcZxeBq\",lI_nihMbw:\"\\xa9 Fibi Law Firm 2023\",style:{width:\"100%\"},variant:\"lT9JvIQSg\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-b7LuF.framer-lbbogz, .framer-b7LuF .framer-lbbogz { display: block; }\",\".framer-b7LuF.framer-umnxew { align-content: center; align-items: center; background-color: var(--token-54854152-68e2-4339-a943-bf07b82e3946, #111111); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 1200px; }\",\".framer-b7LuF .framer-1ni9w66-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 1; }\",\".framer-b7LuF .framer-1v9d3lg { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 2px; }\",\".framer-b7LuF .framer-17xiqrg-container, .framer-b7LuF .framer-1qasuo9-container, .framer-b7LuF .framer-1fw3sxi-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-b7LuF.framer-sxtwgb { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 5; }\",\".framer-b7LuF.framer-1v5i33q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 51%; overflow: hidden; padding: 0px; position: fixed; top: 51%; transform: translate(-50%, -50%); width: min-content; z-index: 5; }\",\".framer-b7LuF .framer-t4dakw-container { flex: none; height: auto; position: relative; width: 600px; }\",\".framer-b7LuF .framer-1pmyfhf { cursor: pointer; flex: none; height: 20px; overflow: visible; position: absolute; right: 10px; top: 10px; width: 20px; z-index: 1; }\",\".framer-b7LuF .framer-ev1wcq { background-color: #ffffff; flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-b7LuF .framer-y8dopy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 90%; padding: 100px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-b7LuF .framer-1u2on5e, .framer-b7LuF .framer-g0yzjw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-b7LuF .framer-17wsqlc { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 500px; position: relative; width: 862px; }\",\".framer-b7LuF .framer-17et55y { align-content: flex-start; align-items: flex-start; background-color: rgba(242, 242, 242, 0.05); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: sticky; top: 96px; width: 100%; z-index: 1; }\",\".framer-b7LuF .framer-imis2i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-b7LuF .framer-1wtg14q, .framer-b7LuF .framer-1wkwk4i, .framer-b7LuF .framer-bvkuxf, .framer-b7LuF .framer-8o3ohy { align-content: center; align-items: center; 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: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-b7LuF .framer-ti3yu7-container, .framer-b7LuF .framer-18s804a-container, .framer-b7LuF .framer-1qg51u3-container, .framer-b7LuF .framer-6rjsvr-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-b7LuF .framer-1ftgb76, .framer-b7LuF .framer-z9um41, .framer-b7LuF .framer-15rv5rq, .framer-b7LuF .framer-1ca6r9z { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-b7LuF .framer-cd3mr8-container, .framer-b7LuF .framer-nco22x-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-b7LuF .framer-11bv5ae { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-b7LuF .framer-1o8s53x { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-b7LuF .framer-1p5a697-container { flex: none; height: 554px; position: relative; width: 689px; }\",\".framer-b7LuF .framer-1sfvwhy-container { flex: none; height: 178px; position: relative; width: 548px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-b7LuF.framer-umnxew, .framer-b7LuF .framer-1v9d3lg, .framer-b7LuF.framer-1v5i33q, .framer-b7LuF .framer-y8dopy, .framer-b7LuF .framer-17et55y, .framer-b7LuF .framer-imis2i, .framer-b7LuF .framer-1wtg14q, .framer-b7LuF .framer-1wkwk4i, .framer-b7LuF .framer-bvkuxf, .framer-b7LuF .framer-8o3ohy { gap: 0px; } .framer-b7LuF.framer-umnxew > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-b7LuF.framer-umnxew > :first-child, .framer-b7LuF.framer-1v5i33q > :first-child, .framer-b7LuF .framer-y8dopy > :first-child, .framer-b7LuF .framer-17et55y > :first-child, .framer-b7LuF .framer-imis2i > :first-child { margin-top: 0px; } .framer-b7LuF.framer-umnxew > :last-child, .framer-b7LuF.framer-1v5i33q > :last-child, .framer-b7LuF .framer-y8dopy > :last-child, .framer-b7LuF .framer-17et55y > :last-child, .framer-b7LuF .framer-imis2i > :last-child { margin-bottom: 0px; } .framer-b7LuF .framer-1v9d3lg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-b7LuF .framer-1v9d3lg > :first-child, .framer-b7LuF .framer-1wtg14q > :first-child, .framer-b7LuF .framer-1wkwk4i > :first-child, .framer-b7LuF .framer-bvkuxf > :first-child, .framer-b7LuF .framer-8o3ohy > :first-child { margin-left: 0px; } .framer-b7LuF .framer-1v9d3lg > :last-child, .framer-b7LuF .framer-1wtg14q > :last-child, .framer-b7LuF .framer-1wkwk4i > :last-child, .framer-b7LuF .framer-bvkuxf > :last-child, .framer-b7LuF .framer-8o3ohy > :last-child { margin-right: 0px; } .framer-b7LuF.framer-1v5i33q > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-b7LuF .framer-y8dopy > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-b7LuF .framer-17et55y > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-b7LuF .framer-imis2i > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-b7LuF .framer-1wtg14q > *, .framer-b7LuF .framer-1wkwk4i > *, .framer-b7LuF .framer-bvkuxf > *, .framer-b7LuF .framer-8o3ohy > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-b7LuF.framer-umnxew { width: 810px; } .framer-b7LuF .framer-17wsqlc { width: 100%; } .framer-b7LuF .framer-17et55y { top: 80px; }}\",\"@media (max-width: 809px) { .framer-b7LuF.framer-umnxew { width: 390px; } .framer-b7LuF.framer-1v5i33q { width: 284px; } .framer-b7LuF .framer-17wsqlc { width: 100%; } .framer-b7LuF .framer-17et55y { position: relative; top: unset; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8611.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"npJdayfNz\":{\"layout\":[\"fixed\",\"auto\"]},\"bBUPTmscS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Frameroc1IM_CUf=withCSS(Component,css,\"framer-b7LuF\");export default Frameroc1IM_CUf;Frameroc1IM_CUf.displayName=\"Page\";Frameroc1IM_CUf.defaultProps={height:8611.5,width:1200};addFonts(Frameroc1IM_CUf,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...MenuFonts,...ModalTriggerFonts,...PopupBlogPagesFonts,...Rating003Fonts,...PhosphorFonts,...ButtonFonts,...FeedspringGoogleReviewsCardGridFonts,...CalendlyFonts,...EmbedFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...componentPresets.fonts?.[\"ZfMIVCL8G\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"ZfMIVCL8G\"]):[],...componentPresets.fonts?.[\"sW2haDzuY\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"sW2haDzuY\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameroc1IM_CUf\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"npJdayfNz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bBUPTmscS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"8611.5\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["MenuFonts", "getFonts", "C8j73citW_default", "ModalTriggerFonts", "ModalTrigger", "PopupBlogPagesFonts", "HNKyAxE8C_default", "Rating003Fonts", "YmbZ6LAvA_default", "PhosphorFonts", "Icon", "ButtonFonts", "fE8UIM1vL_default", "FeedspringGoogleReviewsCardGridFonts", "FeedspringGoogleReviewsCardGrid", "CalendlyFonts", "Calendly", "EmbedFonts", "Embed", "FooterFonts", "NSRgJKKMc_default", "breakpoints", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "NjBXQckLK_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "MuD5_IPYd", "Z6pF0kT02", "SjSM5EbxN", "BIZIs3uA9", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "C8j73citW_default", "l", "ModalTrigger", "AnimatePresence", "Ga", "x", "HNKyAxE8C_default", "SVG", "RichText2", "getLoadingLazyAtYPosition", "Image2", "YmbZ6LAvA_default", "Icon", "ResolveLinks", "resolvedLinks", "fE8UIM1vL_default", "ComponentPresetsProvider", "FeedspringGoogleReviewsCardGrid", "Calendly", "Embed", "NSRgJKKMc_default", "css", "Frameroc1IM_CUf", "withCSS", "oc1IM_CUf_default", "addFonts", "MenuFonts", "ModalTriggerFonts", "PopupBlogPagesFonts", "Rating003Fonts", "PhosphorFonts", "ButtonFonts", "FeedspringGoogleReviewsCardGridFonts", "CalendlyFonts", "EmbedFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
