{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/wCArdZoXvymPZ9IdsExV/dgR8n1dFKJRKpeQpoXrG/i835l73n8.js"],
  "sourcesContent": ["// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/TO50RZfUZkMws8Mz1efr/Video.js\";import Footer from\"#framer/local/canvasComponent/KUgZYXIOi/KUgZYXIOi.js\";import Navigation from\"#framer/local/canvasComponent/ZyFzUjJqS/ZyFzUjJqS.js\";import Timeline from\"#framer/local/collection/MBmlroZqx/MBmlroZqx.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle7 from\"#framer/local/css/Ax4hTessy/Ax4hTessy.js\";import*as sharedStyle9 from\"#framer/local/css/czM2DflMb/czM2DflMb.js\";import*as sharedStyle4 from\"#framer/local/css/iigmhyNPL/iigmhyNPL.js\";import*as sharedStyle8 from\"#framer/local/css/SqlWXqpa0/SqlWXqpa0.js\";import*as sharedStyle from\"#framer/local/css/stylesPresetHeading1/stylesPresetHeading1.js\";import*as sharedStyle2 from\"#framer/local/css/stylesPresetHeading2/stylesPresetHeading2.js\";import*as sharedStyle3 from\"#framer/local/css/stylesPresetHeading3/stylesPresetHeading3.js\";import*as sharedStyle6 from\"#framer/local/css/yQ6Z4ZWPY/yQ6Z4ZWPY.js\";import*as sharedStyle10 from\"#framer/local/css/Yv2uf9fD3/Yv2uf9fD3.js\";import*as sharedStyle5 from\"#framer/local/css/z94QOReef/z94QOReef.js\";import*as sharedStyle1 from\"#framer/local/css/zDskE6LvM/zDskE6LvM.js\";import metadataProvider from\"#framer/local/webPageMetadata/i835l73n8/i835l73n8.js\";const NavigationFonts=getFonts(Navigation);const VideoFonts=getFonts(Video);const VimeoFonts=getFonts(Vimeo);const FooterFonts=getFonts(Footer);const breakpoints={jwBO2uf6e:\"(max-width: 666px)\",wjfe79AQm:\"(min-width: 810px) and (max-width: 1199px)\",xgJT1QZpI:\"(min-width: 1200px)\",yeyEiM3yB:\"(min-width: 667px) and (max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-5OPxq\";const variantClassNames={jwBO2uf6e:\"framer-v-19dzkmb\",wjfe79AQm:\"framer-v-11id5ev\",xgJT1QZpI:\"framer-v-5c9nob\",yeyEiM3yB:\"framer-v-rcjx3d\"};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 startsWith=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"&&a.toLowerCase().startsWith(b.toLowerCase());};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:8};const convertFromBoolean=(value,activeLocale,{previousItemId_raz0cbr1Y})=>{if(value){return{pathVariables:{raz0cbr1Y:previousItemId_raz0cbr1Y},webPageId:\"i835l73n8\"};}else{return undefined;}};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Phone Wide\":\"yeyEiM3yB\",Desktop:\"xgJT1QZpI\",Phone:\"jwBO2uf6e\",Tablet:\"wjfe79AQm\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xgJT1QZpI\"};};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:{constraint:{left:{collection:\"i835l73n8\",name:\"nextItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"nextItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"i835l73n8\",name:\"previousItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"i835l73n8\",data:Timeline,type:\"Collection\"},right:{alias:\"previousItemId\",data:Timeline,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"nextItemId\",data:Timeline,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"i835l73n8\",name:\"aQ4qUxBOY\",type:\"Identifier\"},{collection:\"i835l73n8\",name:\"ZNRGSTvIn\",type:\"Identifier\"},{collection:\"i835l73n8\",name:\"qj9l3u2pn\",type:\"Identifier\"},{collection:\"i835l73n8\",name:\"DUbhW79FV\",type:\"Identifier\"},{collection:\"i835l73n8\",name:\"Sye8DDHFU\",type:\"Identifier\"},{collection:\"i835l73n8\",name:\"KX_SlEWZ0\",type:\"Identifier\"},{alias:\"previousItemId.aQ4qUxBOY\",collection:\"previousItemId\",name:\"aQ4qUxBOY\",type:\"Identifier\"},{alias:\"previousItemId.raz0cbr1Y\",collection:\"previousItemId\",name:\"raz0cbr1Y\",type:\"Identifier\"},{alias:\"previousItemId\",collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},{alias:\"nextItemId.aQ4qUxBOY\",collection:\"nextItemId\",name:\"aQ4qUxBOY\",type:\"Identifier\"},{alias:\"nextItemId.raz0cbr1Y\",collection:\"nextItemId\",name:\"raz0cbr1Y\",type:\"Identifier\"},{alias:\"nextItemId\",collection:\"nextItemId\",name:\"id\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"i835l73n8\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,aQ4qUxBOY=getFromCurrentRouteData(\"aQ4qUxBOY\")??\"\",ZNRGSTvIn=getFromCurrentRouteData(\"ZNRGSTvIn\"),qj9l3u2pn=getFromCurrentRouteData(\"qj9l3u2pn\"),DUbhW79FV=getFromCurrentRouteData(\"DUbhW79FV\")??\"\",KX_SlEWZ0=getFromCurrentRouteData(\"KX_SlEWZ0\")??\"\",Sye8DDHFU=getFromCurrentRouteData(\"Sye8DDHFU\")??\"\",previousItemId=getFromCurrentRouteData(\"previousItemId\"),previousItemId_raz0cbr1Y=getFromCurrentRouteData(\"previousItemId.raz0cbr1Y\")??\"\",previousItemId_aQ4qUxBOY=getFromCurrentRouteData(\"previousItemId.aQ4qUxBOY\")??\"\",nextItemId_raz0cbr1Y=getFromCurrentRouteData(\"nextItemId.raz0cbr1Y\")??\"\",nextItemId=getFromCurrentRouteData(\"nextItemId\"),nextItemId_aQ4qUxBOY=getFromCurrentRouteData(\"nextItemId.aQ4qUxBOY\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(ZNRGSTvIn,{dateStyle:\"full\",locale:\"en-US\"},activeLocaleCode);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"yeyEiM3yB\")return true;return false;};const visible=startsWith(KX_SlEWZ0,\"http\");const visible1=isSet(Sye8DDHFU);const visible2=isSet(KX_SlEWZ0);const isDisplayed1=value=>{if(!isBrowser())return true;if(baseVariant===\"wjfe79AQm\")return true;return value;};const visible3=isSet(previousItemId);const textContent1=prefix(previousItemId_aQ4qUxBOY,\"\");const visible4=isSet(nextItemId);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"yeyEiM3yB\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"xgJT1QZpI\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-ea3a3869-d5bb-48a8-80f8-d43bba03f4f3, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-5c9nob\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{width:\"100vw\",y:920},wjfe79AQm:{width:\"810px\"},yeyEiM3yB:{width:\"100vw\",y:920}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"1200px\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{layoutScroll:true},yeyEiM3yB:{layoutScroll:true}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pekelo-container\",nodeId:\"cnu5TT8nt\",scopeId:\"i835l73n8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{variant:\"BP4uh2aQx\"},wjfe79AQm:{variant:\"gQHAtPmeu\"},yeyEiM3yB:{variant:\"BP4uh2aQx\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"cnu5TT8nt\",layoutId:\"cnu5TT8nt\",P5mkT5Hb9:\"var(--token-be07cb90-97d1-4313-ab74-deabc42ef48a, rgba(221, 221, 221, 0.87))\",style:{width:\"100%\"},variant:\"MRLZUsEWr\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d5bgzn\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d6z93t\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{\"data-border\":true},yeyEiM3yB:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16480k0\",\"data-framer-name\":\"Tile\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",children:\"Healthcare needs help \u2014 Pinta Capital is here for that.\"})}),className:\"framer-uonsy2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:aQ4qUxBOY,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k2ydta\",\"data-styles-preset\":\"zDskE6LvM\",style:{\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Friday, January 6, 2023\"})}),className:\"framer-znnzft\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k2ydta\",\"data-styles-preset\":\"zDskE6LvM\",style:{\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"\u2190 swipe back\"})}),className:\"framer-t1e178 hidden-5c9nob hidden-11id5ev hidden-19dzkmb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+16+318.2),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,...toResponsiveImage(qj9l3u2pn)}},wjfe79AQm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96+0+0+0+310.2),sizes:\"810px\",...toResponsiveImage(qj9l3u2pn)}},yeyEiM3yB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+16+318.2),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,...toResponsiveImage(qj9l3u2pn)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+104+0+0+0+326.2),sizes:\"960px\",...toResponsiveImage(qj9l3u2pn)},className:\"framer-1sa9t7t\",\"data-border\":true,\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3qg6oz\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kfucup\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"VSRhdgGDB\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:DUbhW79FV,className:\"framer-15dp12j\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1xx1exq\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-w3wb32\",h5:\"framer-styles-preset-3rx48v\",h6:\"framer-styles-preset-l4vrbe\",img:\"framer-styles-preset-1kko5q0\",p:\"framer-styles-preset-k2ydta\"},verticalAlignment:\"top\",withExternalLayout:true})})}),visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-f9nmwm-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xlugMoIfj\",scopeId:\"i835l73n8\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:9,bottomLeftRadius:9,bottomRightRadius:9,controls:true,height:\"100%\",id:\"xlugMoIfj\",isMixedBorderRadius:false,layoutId:\"xlugMoIfj\",loop:false,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/DfX080Li1U7VW5kaKfhLEWkNKOk.mp4\",srcType:\"URL\",srcUrl:KX_SlEWZ0,startTime:0,style:{width:\"100%\"},topLeftRadius:9,topRightRadius:9,volume:25,width:\"100%\"})})}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6kl9ld\",\"data-framer-name\":\"Video\",children:[visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lfl11a-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lrY8FRPbm\",scopeId:\"i835l73n8\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"lrY8FRPbm\",isMixedBorderRadius:false,layoutId:\"lrY8FRPbm\",loop:false,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed1(visible1)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(\"framer-i9cuwv-container\",!visible1&&\"hidden-5c9nob\",!visible1&&\"hidden-19dzkmb\",!visible1&&\"hidden-rcjx3d\"),isAuthoredByUser:true,isModuleExternal:true,nodeId:\"gKaj4lyJH\",scopeId:\"i835l73n8\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"gKaj4lyJH\",isMixedBorderRadius:false,layoutId:\"gKaj4lyJH\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:Sye8DDHFU,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cigt7n\",\"data-framer-name\":\"Navigation\",children:[/*#__PURE__*/_jsx(Link,{href:convertFromBoolean(isSet(previousItemId),activeLocale,{previousItemId_raz0cbr1Y}),motionChild:true,nodeId:\"pXUNeYwCx\",openInNewTab:false,scopeId:\"i835l73n8\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-hq34z4 framer-zbbgh2\",\"data-framer-name\":\"Previous\",whileHover:animation,children:[visible3&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kux772\",children:[visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16u5mto\",\"data-styles-preset\":\"Yv2uf9fD3\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"\u2190\"})})},yeyEiM3yB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16u5mto\",\"data-styles-preset\":\"Yv2uf9fD3\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"\u2190\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-uch67l\",\"data-styles-preset\":\"czM2DflMb\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"\u2190\"})}),className:\"framer-1sh60f1\",\"data-framer-name\":\"Next\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16u5mto\",\"data-styles-preset\":\"Yv2uf9fD3\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"Go forward in time\"})})},yeyEiM3yB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16u5mto\",\"data-styles-preset\":\"Yv2uf9fD3\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"Go forward in time\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-uch67l\",\"data-styles-preset\":\"czM2DflMb\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"Go forward in time\"})}),className:\"framer-1czeis0\",\"data-framer-name\":\"Previous\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),visible3&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-w3wb32\",\"data-styles-preset\":\"iigmhyNPL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"New Y\uF8FFrk Times\"})}),className:\"framer-ky8sml\",\"data-framer-name\":\"Previous\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{raz0cbr1Y:nextItemId_raz0cbr1Y},webPageId:\"i835l73n8\"},motionChild:true,nodeId:\"HyJfUV9rH\",openInNewTab:false,scopeId:\"i835l73n8\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1qdsheh framer-zbbgh2\",\"data-framer-name\":\"Next\",whileHover:animation,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n7dltw\",children:[visible4&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16u5mto\",\"data-styles-preset\":\"Yv2uf9fD3\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"Go back in time\"})})},yeyEiM3yB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16u5mto\",\"data-styles-preset\":\"Yv2uf9fD3\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"Go back in time\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-uch67l\",\"data-styles-preset\":\"czM2DflMb\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"Go back in time\"})}),className:\"framer-rsj66u\",\"data-framer-name\":\"Next\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),visible4&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16u5mto\",\"data-styles-preset\":\"Yv2uf9fD3\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"\u2192\"})})},yeyEiM3yB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16u5mto\",\"data-styles-preset\":\"Yv2uf9fD3\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"\u2192\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-uch67l\",\"data-styles-preset\":\"czM2DflMb\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"\u2192\"})}),className:\"framer-1xu37qm\",\"data-framer-name\":\"Next\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),visible4&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-w3wb32\",\"data-styles-preset\":\"iigmhyNPL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-bb519eb1-f96d-49d9-bbee-0227a2d7cc4a, rgb(207, 37, 39))\"},children:\"Making software work for advisors and investors\"})}),className:\"framer-12m25rt\",\"data-framer-name\":\"Next\",fonts:[\"Inter\"],text:nextItemId_aQ4qUxBOY,verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:(componentViewport?.y||0)+0+0+0+743.77},wjfe79AQm:{width:\"810px\",y:(componentViewport?.y||0)+0+96+0+1083.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:282,width:\"1200px\",y:(componentViewport?.y||0)+0+104+0+1193.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ft7i9-container hidden-rcjx3d\",nodeId:\"auW5dsN7b\",scopeId:\"i835l73n8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jwBO2uf6e:{D6vc2kxVX:\"rgb(255, 255, 255)\",variant:\"am9YsrsIo\"},wjfe79AQm:{variant:\"tMUF5gCjo\"}},children:/*#__PURE__*/_jsx(Footer,{D6vc2kxVX:\"var(--token-be07cb90-97d1-4313-ab74-deabc42ef48a, rgba(221, 221, 221, 0.87))\",height:\"100%\",id:\"auW5dsN7b\",layoutId:\"auW5dsN7b\",style:{width:\"100%\"},variant:\"u1UoMtyRw\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5OPxq.framer-zbbgh2, .framer-5OPxq .framer-zbbgh2 { display: block; }\",\".framer-5OPxq.framer-5c9nob { align-content: center; align-items: center; background-color: var(--token-ea3a3869-d5bb-48a8-80f8-d43bba03f4f3, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-5OPxq .framer-1pekelo-container { flex: none; height: auto; position: relative; width: 1200px; z-index: 10; }\",\".framer-5OPxq .framer-d5bgzn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-5OPxq .framer-d6z93t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px 0px 24px 0px; position: relative; width: 66%; }\",\".framer-5OPxq .framer-16480k0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-5OPxq .framer-uonsy2, .framer-5OPxq .framer-znnzft { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5OPxq .framer-t1e178, .framer-5OPxq .framer-1sh60f1, .framer-5OPxq .framer-1xu37qm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5OPxq .framer-1sa9t7t { --border-bottom-width: 1px; --border-color: var(--token-0261c8f4-5fe9-462c-b627-1c88c23eceae, rgba(209, 209, 209, 0.87)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 549px; position: relative; width: 960px; }\",\".framer-5OPxq .framer-3qg6oz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-5OPxq .framer-1kfucup { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-5OPxq .framer-15dp12j { --framer-paragraph-spacing: 48px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 701px; word-break: break-word; word-wrap: break-word; }\",\".framer-5OPxq .framer-f9nmwm-container, .framer-5OPxq .framer-1lfl11a-container, .framer-5OPxq .framer-1ft7i9-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-5OPxq .framer-6kl9ld { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 350px; overflow: hidden; padding: 24px 0px 0px 0px; position: relative; width: 792px; }\",\".framer-5OPxq .framer-i9cuwv-container { flex: none; height: 591px; position: relative; width: 792px; }\",\".framer-5OPxq .framer-1cigt7n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-5OPxq .framer-hq34z4 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 80px; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; text-decoration: none; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-5OPxq .framer-kux772 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 22px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5OPxq .framer-1czeis0, .framer-5OPxq .framer-rsj66u { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-5OPxq .framer-ky8sml, .framer-5OPxq .framer-12m25rt { flex: none; height: auto; min-height: 64px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5OPxq .framer-1qdsheh { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 16px 0px 0px 0px; position: relative; text-decoration: none; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-5OPxq .framer-1n7dltw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 22px; justify-content: space-around; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5OPxq.framer-5c9nob, .framer-5OPxq .framer-d5bgzn, .framer-5OPxq .framer-d6z93t, .framer-5OPxq .framer-16480k0, .framer-5OPxq .framer-3qg6oz, .framer-5OPxq .framer-1kfucup, .framer-5OPxq .framer-6kl9ld, .framer-5OPxq .framer-1cigt7n, .framer-5OPxq .framer-hq34z4, .framer-5OPxq .framer-kux772, .framer-5OPxq .framer-1qdsheh { gap: 0px; } .framer-5OPxq.framer-5c9nob > *, .framer-5OPxq .framer-16480k0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-5OPxq.framer-5c9nob > :first-child, .framer-5OPxq .framer-d5bgzn > :first-child, .framer-5OPxq .framer-d6z93t > :first-child, .framer-5OPxq .framer-16480k0 > :first-child, .framer-5OPxq .framer-3qg6oz > :first-child, .framer-5OPxq .framer-hq34z4 > :first-child, .framer-5OPxq .framer-1qdsheh > :first-child { margin-top: 0px; } .framer-5OPxq.framer-5c9nob > :last-child, .framer-5OPxq .framer-d5bgzn > :last-child, .framer-5OPxq .framer-d6z93t > :last-child, .framer-5OPxq .framer-16480k0 > :last-child, .framer-5OPxq .framer-3qg6oz > :last-child, .framer-5OPxq .framer-hq34z4 > :last-child, .framer-5OPxq .framer-1qdsheh > :last-child { margin-bottom: 0px; } .framer-5OPxq .framer-d5bgzn > *, .framer-5OPxq .framer-3qg6oz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5OPxq .framer-d6z93t > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-5OPxq .framer-1kfucup > *, .framer-5OPxq .framer-kux772 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5OPxq .framer-1kfucup > :first-child, .framer-5OPxq .framer-6kl9ld > :first-child, .framer-5OPxq .framer-1cigt7n > :first-child, .framer-5OPxq .framer-kux772 > :first-child { margin-left: 0px; } .framer-5OPxq .framer-1kfucup > :last-child, .framer-5OPxq .framer-6kl9ld > :last-child, .framer-5OPxq .framer-1cigt7n > :last-child, .framer-5OPxq .framer-kux772 > :last-child { margin-right: 0px; } .framer-5OPxq .framer-6kl9ld > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-5OPxq .framer-1cigt7n > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-5OPxq .framer-hq34z4 > *, .framer-5OPxq .framer-1qdsheh > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-5OPxq[data-border=\"true\"]::after, .framer-5OPxq [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-5OPxq.framer-5c9nob { gap: 16px; width: 810px; } .framer-5OPxq .framer-1pekelo-container { width: 810px; } .framer-5OPxq .framer-d5bgzn { max-width: 810px; width: 810px; } .framer-5OPxq .framer-d6z93t { gap: 8px; order: 0; width: 100%; } .framer-5OPxq .framer-16480k0 { gap: 16px; } .framer-5OPxq .framer-uonsy2 { width: 75%; } .framer-5OPxq .framer-1sa9t7t { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: 463px; width: 810px; } .framer-5OPxq .framer-6kl9ld { min-height: unset; width: 100%; } .framer-5OPxq .framer-i9cuwv-container { height: 620px; width: 100%; } .framer-5OPxq .framer-hq34z4 { min-height: 78px; } .framer-5OPxq .framer-1ft7i9-container { order: 2; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5OPxq.framer-5c9nob, .framer-5OPxq .framer-d6z93t, .framer-5OPxq .framer-16480k0 { gap: 0px; } .framer-5OPxq.framer-5c9nob > *, .framer-5OPxq .framer-16480k0 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-5OPxq.framer-5c9nob > :first-child, .framer-5OPxq .framer-d6z93t > :first-child, .framer-5OPxq .framer-16480k0 > :first-child { margin-top: 0px; } .framer-5OPxq.framer-5c9nob > :last-child, .framer-5OPxq .framer-d6z93t > :last-child, .framer-5OPxq .framer-16480k0 > :last-child { margin-bottom: 0px; } .framer-5OPxq .framer-d6z93t > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }}\",\"@media (max-width: 666px) { .framer-5OPxq.framer-5c9nob { padding: 0px 0px 24px 0px; width: 390px; } .framer-5OPxq .framer-1pekelo-container { bottom: 0px; left: 50%; position: fixed; transform: translateX(-50%); width: 100%; } .framer-5OPxq .framer-d5bgzn, .framer-5OPxq .framer-6kl9ld { width: 100%; } .framer-5OPxq .framer-d6z93t { order: 0; padding: 16px 16px 96px 16px; width: 100%; } .framer-5OPxq .framer-16480k0 { --border-bottom-width: 0px; --border-color: #dddddd; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; order: 0; padding: 16px 0px 24px 0px; } .framer-5OPxq .framer-1sa9t7t { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; aspect-ratio: 1.7463414634146341 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 115px); order: 1; width: 100%; } .framer-5OPxq .framer-3qg6oz { order: 2; padding: 24px 0px 32px 0px; } .framer-5OPxq .framer-15dp12j { flex: 1 0 0px; width: 1px; } .framer-5OPxq .framer-i9cuwv-container { height: 243px; width: 358px; } .framer-5OPxq .framer-1cigt7n { flex-direction: column; } .framer-5OPxq .framer-hq34z4 { flex: none; min-height: 71px; width: 100%; } .framer-5OPxq .framer-1qdsheh { flex: none; width: 100%; } .framer-5OPxq .framer-1ft7i9-container { order: 2; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5OPxq .framer-1cigt7n { gap: 0px; } .framer-5OPxq .framer-1cigt7n > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-5OPxq .framer-1cigt7n > :first-child { margin-top: 0px; } .framer-5OPxq .framer-1cigt7n > :last-child { margin-bottom: 0px; } }}\",\"@media (min-width: 667px) and (max-width: 809px) { .framer-5OPxq.framer-5c9nob { padding: 0px 0px 24px 0px; width: 667px; } .framer-5OPxq .framer-1pekelo-container { bottom: 0px; left: 50%; position: fixed; transform: translateX(-50%); width: 100%; } .framer-5OPxq .framer-d5bgzn { width: 100%; } .framer-5OPxq .framer-d6z93t { order: 0; padding: 16px 16px 96px 16px; width: 100%; } .framer-5OPxq .framer-16480k0 { --border-bottom-width: 0px; --border-color: #dddddd; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; order: 0; padding: 16px 0px 24px 0px; } .framer-5OPxq .framer-uonsy2 { width: 66%; } .framer-5OPxq .framer-t1e178 { order: 3; } .framer-5OPxq .framer-1sa9t7t { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; aspect-ratio: 1.7463414634146341 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 115px); order: 1; width: 100%; } .framer-5OPxq .framer-3qg6oz { order: 2; padding: 24px 0px 32px 0px; } .framer-5OPxq .framer-15dp12j { width: 67%; } .framer-5OPxq .framer-6kl9ld { width: 564px; } .framer-5OPxq .framer-i9cuwv-container { height: 490px; width: 100%; } .framer-5OPxq .framer-hq34z4 { min-height: 71px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2285\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wjfe79AQm\":{\"layout\":[\"fixed\",\"auto\"]},\"jwBO2uf6e\":{\"layout\":[\"fixed\",\"auto\"]},\"yeyEiM3yB\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Frameri835l73n8=withCSS(Component,css,\"framer-5OPxq\");export default Frameri835l73n8;Frameri835l73n8.displayName=\"Page\";Frameri835l73n8.defaultProps={height:2285,width:1200};addFonts(Frameri835l73n8,[{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\"}]},...NavigationFonts,...VideoFonts,...VimeoFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"VSRhdgGDB\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"VSRhdgGDB\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameri835l73n8\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"2285\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wjfe79AQm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jwBO2uf6e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yeyEiM3yB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationFonts", "getFonts", "ZyFzUjJqS_default", "VideoFonts", "Video", "VimeoFonts", "Vimeo_default", "FooterFonts", "KUgZYXIOi_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "startsWith", "a", "b", "isSet", "transition1", "animation", "convertFromBoolean", "previousItemId_raz0cbr1Y", "prefix", "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", "MBmlroZqx_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "aQ4qUxBOY", "ZNRGSTvIn", "qj9l3u2pn", "DUbhW79FV", "KX_SlEWZ0", "Sye8DDHFU", "previousItemId", "previousItemId_aQ4qUxBOY", "nextItemId_raz0cbr1Y", "nextItemId", "nextItemId_aQ4qUxBOY", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "isDisplayed", "visible", "visible1", "visible2", "isDisplayed1", "visible3", "textContent1", "visible4", "isDisplayed2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "RichText2", "x", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "Link", "css", "Frameri835l73n8", "withCSS", "i835l73n8_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
