{"version":3,"file":"RhmgYJ6DPOXboI86dWP54cTN0eztHsCEM4lewomMoYM.V2E7ir2O.mjs","names":["props","css","Navigation","Divider","Portfolio","Modal","NavigationInfo","Maker","prefix","props","Portfolio1","metadata","metadataProvider","className","PropertyOverrides","Image","componentPresets.props[\"oo28MmtcX\"]","componentPresets.props[\"wBDY1AOG2\"]","componentPresets.props[\"QY5VpojtO\"]","_Fragment","a5Csn3YK8zOCB796l2","exPumyWSCzOCB796l2","hngevVEhtzOCB796l2","idzOCB796l2","L3_NdUHw4zOCB796l2","paHbStewJzOCB796l2","vG2LKcmYAzOCB796l2","wOS7IM1pGzOCB796l2","wPHmmNIdVzOCB796l2","x5Oz_ic2PzOCB796l2","xuzaqSuWlzOCB796l2","componentPresets.fonts?.[\"oo28MmtcX\"]","componentPresets.fonts?.[\"wBDY1AOG2\"]","componentPresets.fonts?.[\"QY5VpojtO\"]"],"sources":["https:/framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js","https:/framerusercontent.com/modules/XN29EdsxfgXCQjWfd2gj/nC5hcjk1cmK0jNrpW1zS/hpa3B8bF8.js","https:/framerusercontent.com/modules/rvlvLnkVTJVtgINj1Ois/ktTwlB0Dwob9hAo4ebON/pKregR2vx.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map","import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-85FED .framer-styles-preset-1sjzj2w:not(.rich-text-wrapper), .framer-85FED .framer-styles-preset-1sjzj2w.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.6px; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, #363c45); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-85FED\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS,withMappedReactProps}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import Maker from\"#framer/local/canvasComponent/ckdsNrIGD/ckdsNrIGD.js\";import Portfolio from\"#framer/local/canvasComponent/FQScrXlus/FQScrXlus.js\";import Navigation,*as NavigationInfo from\"#framer/local/canvasComponent/pu8GrI6zF/pu8GrI6zF.js\";import Modal from\"#framer/local/canvasComponent/slZV80NVT/slZV80NVT.js\";import Divider from\"#framer/local/canvasComponent/tB3rs0sLB/tB3rs0sLB.js\";import{withScrollShow}from\"#framer/local/codeFile/X5zD3f9/Header.js\";import Portfolio1,{enumToDisplayNameFunctions}from\"#framer/local/collection/sTGkx_v4K/sTGkx_v4K.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle12 from\"#framer/local/css/BWCId93h1/BWCId93h1.js\";import*as sharedStyle3 from\"#framer/local/css/G31G3Jw96/G31G3Jw96.js\";import*as sharedStyle2 from\"#framer/local/css/Gb5VbsBSr/Gb5VbsBSr.js\";import*as sharedStyle1 from\"#framer/local/css/hpa3B8bF8/hpa3B8bF8.js\";import*as sharedStyle8 from\"#framer/local/css/j9e4fkmYg/j9e4fkmYg.js\";import*as sharedStyle9 from\"#framer/local/css/Jc8z_vylt/Jc8z_vylt.js\";import*as sharedStyle13 from\"#framer/local/css/OJcTfnOUq/OJcTfnOUq.js\";import*as sharedStyle7 from\"#framer/local/css/PDQM8S_gS/PDQM8S_gS.js\";import*as sharedStyle14 from\"#framer/local/css/QG5Q1udgi/QG5Q1udgi.js\";import*as sharedStyle from\"#framer/local/css/stylesPresetHeading1/stylesPresetHeading1.js\";import*as sharedStyle5 from\"#framer/local/css/stylesPresetHeading2/stylesPresetHeading2.js\";import*as sharedStyle6 from\"#framer/local/css/stylesPresetHeading3/stylesPresetHeading3.js\";import*as sharedStyle4 from\"#framer/local/css/stylesPresetLink/stylesPresetLink.js\";import*as sharedStyle15 from\"#framer/local/css/uN_5rZd9v/uN_5rZd9v.js\";import*as sharedStyle11 from\"#framer/local/css/Wtk7utDvL/Wtk7utDvL.js\";import*as sharedStyle10 from\"#framer/local/css/YoA3gknJd/YoA3gknJd.js\";import metadataProvider from\"#framer/local/webPageMetadata/pKregR2vx/pKregR2vx.js\";const NavigationFonts=getFonts(Navigation);const DownloadFonts=getFonts(Download);const DividerFonts=getFonts(Divider);const PortfolioFonts=getFonts(Portfolio);const ModalFonts=getFonts(Modal);const NavigationWithScrollShowWithMappedReactProps15fevzz=withMappedReactProps(withScrollShow(Navigation),NavigationInfo);const MakerFonts=getFonts(Maker);const breakpoints={mteFMYiDA:\"(min-width: 1400px)\",NpiPEaVZN:\"(min-width: 810px) and (max-width: 991px)\",SQR1zAnq9:\"(max-width: 809px)\",VgiQwMKIc:\"(min-width: 1200px) and (max-width: 1399px)\",Z0WicI7tY:\"(min-width: 992px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-zGgWm\";const variantClassNames={mteFMYiDA:\"framer-v-1b4ghbz\",NpiPEaVZN:\"framer-v-121imkp\",SQR1zAnq9:\"framer-v-1gj4ial\",VgiQwMKIc:\"framer-v-z1ne0w\",Z0WicI7tY:\"framer-v-99yojq\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}: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 transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:88};const transition2={damping:40,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:88};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 QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={\"Desktop [LG]\":\"Z0WicI7tY\",\"Desktop [XL]\":\"VgiQwMKIc\",\"Desktop [XXL]\":\"mteFMYiDA\",Phone:\"SQR1zAnq9\",Tablet:\"NpiPEaVZN\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"mteFMYiDA\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"pKregR2vx\",data:Portfolio1,type:\"Collection\"},select:[{collection:\"pKregR2vx\",name:\"vG2LKcmYA\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"wOS7IM1pG\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"wPHmmNIdV\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"paHbStewJ\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"a5Csn3YK8\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"xuzaqSuWl\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"L3_NdUHw4\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"x5Oz_ic2P\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"Dn6pIbJQg\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"Zs6wuSMv7\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"LyEbtcw82\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"pKregR2vx\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,vG2LKcmYA=getFromCurrentRouteData(\"vG2LKcmYA\")??\"\",wOS7IM1pG=getFromCurrentRouteData(\"wOS7IM1pG\")??\"\",wPHmmNIdV=getFromCurrentRouteData(\"wPHmmNIdV\"),a5Csn3YK8=getFromCurrentRouteData(\"a5Csn3YK8\"),qYbDpqk_T,Dn6pIbJQg=getFromCurrentRouteData(\"Dn6pIbJQg\")??\"\",L3_NdUHw4=getFromCurrentRouteData(\"L3_NdUHw4\")??\"\",paHbStewJ=getFromCurrentRouteData(\"paHbStewJ\"),LyEbtcw82=getFromCurrentRouteData(\"LyEbtcw82\"),xuzaqSuWl=getFromCurrentRouteData(\"xuzaqSuWl\")??\"\",x5Oz_ic2P=getFromCurrentRouteData(\"x5Oz_ic2P\")??\"\",Zs6wuSMv7=getFromCurrentRouteData(\"Zs6wuSMv7\")??\"\",wPHmmNIdVzOCB796l2,a5Csn3YK8zOCB796l2,vG2LKcmYAzOCB796l2,exPumyWSCzOCB796l2,wOS7IM1pGzOCB796l2,hngevVEhtzOCB796l2,L3_NdUHw4zOCB796l2,paHbStewJzOCB796l2,xuzaqSuWlzOCB796l2,x5Oz_ic2PzOCB796l2,idzOCB796l2,...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 Yk_mNtLXR3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const nhri3m_gJ1wnntms=({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,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className,sharedStyle15.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"SQR1zAnq9\")return false;return true;};const visible=isSet(vG2LKcmYA);const visible1=isSet(wOS7IM1pG);const visible2=isSet(wPHmmNIdV);const textContent=enumToDisplayNameFunctions[\"a5Csn3YK8\"]?.(a5Csn3YK8,activeLocale);const visible3=isSet(qYbDpqk_T);const textContent1=prefix(qYbDpqk_T,\"Project:\");const visible4=isSet(L3_NdUHw4);const visible5=isSet(paHbStewJ);const visible6=isSet(LyEbtcw82);const visible7=isSet(x5Oz_ic2P);const visible8=isSet(Zs6wuSMv7);const textContent2=prefix(Zs6wuSMv7,\"⚒️  | \");const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"SQR1zAnq9\")return true;return false;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"mteFMYiDA\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1b4ghbz\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1bbw7ds\",\"data-framer-name\":\"Main\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NpiPEaVZN:{width:`min(max(${componentViewport?.width||\"100vw\"} / 2, 1px), 300px)`},VgiQwMKIc:{width:`min(max(${componentViewport?.width||\"100vw\"} / 2, 1px), 300px)`},Z0WicI7tY:{width:`min(max(${componentViewport?.width||\"100vw\"} / 2, 1px), 300px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:`min(max(${componentViewport?.width||\"100vw\"} / 2, 1px), 350px)`,y:(componentViewport?.y||0)+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fu9uh2-container hidden-1gj4ial\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NpiPEaVZN:{variant:\"rXsNJhhpj\"}},children:/*#__PURE__*/_jsx(Navigation,{aaxSJSXM5:\"BMYzPCMUs\",AhR9b3lAC:\"BMYzPCMUs\",fkwZzs_LO:\"BMYzPCMUs\",height:\"100%\",id:\"ltYcHR3XX\",Ku9CELszc:\"BMYzPCMUs\",layoutId:\"ltYcHR3XX\",mjBTRoCzZ:\"bB9EPm5tN\",OM9gHrwQ1:\"BMYzPCMUs\",q9Xx0N1pL:\"BMYzPCMUs\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},UPYfDfpnp:\"BMYzPCMUs\",variant:\"ArJiHduB_\",width:\"100%\",xA65TO58C:\"BMYzPCMUs\"})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-fb6v3u\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-5cw7zs\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lbjod9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mcyw01\",children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",children:\"Critical Tensions and Transformations Emerging within the Digital Art EcoSystem\"})}),className:\"framer-zj5kf2\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:vG2LKcmYA,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1sjzj2w\",\"data-styles-preset\":\"hpa3B8bF8\",style:{\"--framer-text-color\":\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(54, 60, 69))\"},children:\"The Future of Indigenous Environmental Stewardship cannot be Earth-bound.\"})}),className:\"framer-1x906nu\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:wOS7IM1pG,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-itltht\",children:[visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+78+0+0+0+0+0+0+0+25+107+20),sizes:\"53.3333px\",...toResponsiveImage(wPHmmNIdV)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+60+117+20),sizes:\"53.3333px\",...toResponsiveImage(wPHmmNIdV)},className:\"framer-1uxvot2\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kjr260\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rtv5as\",\"data-styles-preset\":\"Gb5VbsBSr\",style:{\"--framer-text-color\":\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(54, 60, 69))\"},children:\"Content\"})}),className:\"framer-1gozwhe\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),visible3&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rtv5as\",\"data-styles-preset\":\"Gb5VbsBSr\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(54, 60, 69))\"},children:\"Client: \"})}),className:\"framer-6p810n\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14781ot\",\"data-framer-name\":\"Meta\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rtv5as\",\"data-styles-preset\":\"Gb5VbsBSr\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(54, 60, 69))\"},children:\"Date: \"})}),className:\"framer-qigz3x\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:Dn6pIbJQg,verticalAlignment:\"top\",withExternalLayout:true}),visible4&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hmrggf\",\"data-styles-preset\":\"G31G3Jw96\",style:{\"--framer-text-alignment\":\"right\"},children:/*#__PURE__*/_jsx(Link,{href:L3_NdUHw4,nodeId:\"afcWoBdd3\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Visit Website\"})})})}),className:\"framer-2252oq\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible5&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+78+0+0+0+0+0+0+0+25+212),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 800px) - 50px)`,...toResponsiveImage(paHbStewJ)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+60+232),sizes:`calc(min(max(${componentViewport?.width||\"100vw\"} / 2, 1px), 800px) - 50px)`,...toResponsiveImage(paHbStewJ)},className:\"framer-1y9b5h8\",\"data-framer-name\":\"Full Image\"})}),visible6&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n26z3k-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{},height:\"100%\",id:\"kP2sk9yQB\",layoutId:\"kP2sk9yQB\",srcFile:\"https://framerusercontent.com/assets/yHXN3OmCXr2gmvb38TvAfrGaHU.png\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-a3461c8c-c14a-4465-9954-d1f0af454c41, rgb(237, 170, 14))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"Content Download\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"oo28MmtcX\"],\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"wBDY1AOG2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"QY5VpojtO\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NpiPEaVZN:{stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-1i6ocye\",code:\"framer-styles-preset-1qobetc\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-1avtqcw\",h5:\"framer-styles-preset-1juklyu\",h6:\"framer-styles-preset-4djsot\",img:\"framer-styles-preset-cqu1t7\",p:\"framer-styles-preset-abs99d\"}},SQR1zAnq9:{stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-1i6ocye\",code:\"framer-styles-preset-1qobetc\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-1avtqcw\",h5:\"framer-styles-preset-1juklyu\",h6:\"framer-styles-preset-4djsot\",img:\"framer-styles-preset-cqu1t7\",p:\"framer-styles-preset-abs99d\"}},VgiQwMKIc:{stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-1i6ocye\",code:\"framer-styles-preset-1qobetc\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-1avtqcw\",h5:\"framer-styles-preset-1juklyu\",h6:\"framer-styles-preset-4djsot\",img:\"framer-styles-preset-cqu1t7\",p:\"framer-styles-preset-abs99d\"}},Z0WicI7tY:{stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-1i6ocye\",code:\"framer-styles-preset-1qobetc\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-1avtqcw\",h5:\"framer-styles-preset-1juklyu\",h6:\"framer-styles-preset-4djsot\",img:\"framer-styles-preset-cqu1t7\",p:\"framer-styles-preset-abs99d\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:xuzaqSuWl,className:\"framer-1alzarz\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-1i6ocye\",code:\"framer-styles-preset-1qobetc\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-1avtqcw\",h5:\"framer-styles-preset-1juklyu\",h6:\"framer-styles-preset-1u0lisc\",img:\"framer-styles-preset-cqu1t7\",p:\"framer-styles-preset-abs99d\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16kq7ho\",\"data-framer-name\":\"Meta\"}),visible7&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u92tx7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13nuaeo\",\"data-styles-preset\":\"QG5Q1udgi\",style:{\"--framer-text-color\":\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(54, 60, 69))\"},children:\"Tags\"})}),className:\"framer-giyqxv\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rtv5as\",\"data-styles-preset\":\"Gb5VbsBSr\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(54, 60, 69))\"},children:\"Client: \"})}),className:\"framer-2s9wrs\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:x5Oz_ic2P,verticalAlignment:\"top\",withExternalLayout:true})]}),visible8&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-nk4ky9\",children:visible8&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rtv5as\",\"data-styles-preset\":\"Gb5VbsBSr\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(54, 60, 69))\"},children:\"Project:\"})}),className:\"framer-1hde0ku\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yv52z5-container\",children:/*#__PURE__*/_jsx(Divider,{height:\"100%\",id:\"JZv1k2yGb\",layoutId:\"JZv1k2yGb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-flhitp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zvb73u\",\"data-styles-preset\":\"uN_5rZd9v\",children:\"You might also like\"})}),className:\"framer-k9rzvk\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ngyen8\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"zOCB796l2\",data:Portfolio1,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},orderBy:[{collection:\"zOCB796l2\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"zOCB796l2\",name:\"wPHmmNIdV\",type:\"Identifier\"},{collection:\"zOCB796l2\",name:\"a5Csn3YK8\",type:\"Identifier\"},{collection:\"zOCB796l2\",name:\"vG2LKcmYA\",type:\"Identifier\"},{collection:\"zOCB796l2\",name:\"exPumyWSC\",type:\"Identifier\"},{collection:\"zOCB796l2\",name:\"wOS7IM1pG\",type:\"Identifier\"},{collection:\"zOCB796l2\",name:\"hngevVEht\",type:\"Identifier\"},{collection:\"zOCB796l2\",name:\"L3_NdUHw4\",type:\"Identifier\"},{collection:\"zOCB796l2\",name:\"paHbStewJ\",type:\"Identifier\"},{collection:\"zOCB796l2\",name:\"xuzaqSuWl\",type:\"Identifier\"},{collection:\"zOCB796l2\",name:\"x5Oz_ic2P\",type:\"Identifier\"},{collection:\"zOCB796l2\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"zOCB796l2\",name:\"vG2LKcmYA\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:vG2LKcmYA},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({a5Csn3YK8:a5Csn3YK8zOCB796l2,exPumyWSC:exPumyWSCzOCB796l2,hngevVEht:hngevVEhtzOCB796l2,id:idzOCB796l2,L3_NdUHw4:L3_NdUHw4zOCB796l2,paHbStewJ:paHbStewJzOCB796l2,vG2LKcmYA:vG2LKcmYAzOCB796l2,wOS7IM1pG:wOS7IM1pGzOCB796l2,wPHmmNIdV:wPHmmNIdVzOCB796l2,x5Oz_ic2P:x5Oz_ic2PzOCB796l2,xuzaqSuWl:xuzaqSuWlzOCB796l2},index)=>{vG2LKcmYAzOCB796l2??=\"\";exPumyWSCzOCB796l2??=\"\";wOS7IM1pGzOCB796l2??=\"\";L3_NdUHw4zOCB796l2??=\"\";xuzaqSuWlzOCB796l2??=\"\";x5Oz_ic2PzOCB796l2??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`zOCB796l2-${idzOCB796l2}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{exPumyWSC:exPumyWSCzOCB796l2},children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{width:`max(min(${componentViewport?.width||\"100vw\"}, 800px) - 50px, 1px)`,y:(componentViewport?.y||0)+78+0+0+0+0+0+0+0+25+1418+0+138+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:285,width:`max(min(max(${componentViewport?.width||\"100vw\"} / 2, 1px), 800px) - 50px, 1px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+60+1508+0+138+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1qhed94-container\",id:`${exPumyWSCzOCB796l2}-1qhed94`,children:[/*#__PURE__*/_jsx(Portfolio,{CsKGWa6t2:vG2LKcmYAzOCB796l2,height:\"100%\",id:\"Iji52GwKa\",layoutId:\"Iji52GwKa\",QNHuXFMhY:toResponsiveImage(wPHmmNIdVzOCB796l2),style:{width:\"100%\"},TGXsVj9JP:\"ArrowUpRight\",width:\"100%\",Yk_mNtLXR:Yk_mNtLXR3bnx0g({overlay}),YYejCjnGC:enumToDisplayNameFunctions[\"a5Csn3YK8\"]?.(a5Csn3YK8zOCB796l2,activeLocale)}),/*#__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-1efnff2\"),\"data-framer-portal-id\":`${exPumyWSCzOCB796l2}-1qhed94`,exit:{opacity:0},initial:{opacity:0},onTap:()=>overlay.hide(),transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},\"A60tn3zWS\"),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:L3_NdUHw4zOCB796l2,implicitPathVariables:{exPumyWSC:exPumyWSCzOCB796l2}},{href:{pathVariables:{exPumyWSC:exPumyWSCzOCB796l2},webPageId:\"pKregR2vx\"},implicitPathVariables:undefined},{href:L3_NdUHw4zOCB796l2,implicitPathVariables:{exPumyWSC:exPumyWSCzOCB796l2}},{href:{pathVariables:{exPumyWSC:exPumyWSCzOCB796l2},webPageId:\"pKregR2vx\"},implicitPathVariables:undefined},{href:L3_NdUHw4zOCB796l2,implicitPathVariables:{exPumyWSC:exPumyWSCzOCB796l2}},{href:{pathVariables:{exPumyWSC:exPumyWSCzOCB796l2},webPageId:\"pKregR2vx\"},implicitPathVariables:undefined},{href:L3_NdUHw4zOCB796l2,implicitPathVariables:{exPumyWSC:exPumyWSCzOCB796l2}},{href:{pathVariables:{exPumyWSC:exPumyWSCzOCB796l2},webPageId:\"pKregR2vx\"},implicitPathVariables:undefined},{href:L3_NdUHw4zOCB796l2,implicitPathVariables:{exPumyWSC:exPumyWSCzOCB796l2}},{href:{pathVariables:{exPumyWSC:exPumyWSCzOCB796l2},webPageId:\"pKregR2vx\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:cx(scopingClassNames,\"framer-13l73o2-container\"),\"data-framer-portal-id\":`${exPumyWSCzOCB796l2}-1qhed94`,exit:animation,initial:animation2,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NpiPEaVZN:{kPJ8X_ZKf:resolvedLinks[6],PVwGKJ53s:resolvedLinks[7]},SQR1zAnq9:{kPJ8X_ZKf:resolvedLinks[8],PVwGKJ53s:resolvedLinks[9],variant:\"nx2xnKthB\"},VgiQwMKIc:{kPJ8X_ZKf:resolvedLinks[2],PVwGKJ53s:resolvedLinks[3]},Z0WicI7tY:{kPJ8X_ZKf:resolvedLinks[4],PVwGKJ53s:resolvedLinks[5]}},children:/*#__PURE__*/_jsx(Modal,{C8fgWQtyt:toResponsiveImage(wPHmmNIdVzOCB796l2),DOtBm6UY0:toResponsiveImage(paHbStewJzOCB796l2),height:\"100%\",id:\"zdYvHF6Qu\",JrCzkE8mk:vG2LKcmYAzOCB796l2,kPJ8X_ZKf:resolvedLinks[0],layoutId:\"zdYvHF6Qu\",nhri3m_gJ:nhri3m_gJ1wnntms({overlay}),PVwGKJ53s:resolvedLinks[1],rKAcGssse:wOS7IM1pGzOCB796l2,style:{height:\"100%\",width:\"100%\"},variant:\"ahdYTExXV\",width:\"100%\",YfKJjJ72D:xuzaqSuWlzOCB796l2,YnCh3_KXT:hngevVEhtzOCB796l2,Yp02T1027:x5Oz_ic2PzOCB796l2,ZPql9mmCi:enumToDisplayNameFunctions[\"a5Csn3YK8\"]?.(a5Csn3YK8zOCB796l2,activeLocale)})})})})})]}),getContainer())})})]})})})})})})},idzOCB796l2);})})})})})]})]})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{height:994,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18obycz-container hidden-1b4ghbz hidden-z1ne0w hidden-99yojq hidden-121imkp\",layoutScroll:true,children:/*#__PURE__*/_jsx(NavigationWithScrollShowWithMappedReactProps15fevzz,{aaxSJSXM5:\"BMYzPCMUs\",AhR9b3lAC:\"BMYzPCMUs\",fkwZzs_LO:\"BMYzPCMUs\",height:\"100%\",id:\"i5IqyUZF8\",Ku9CELszc:\"BMYzPCMUs\",layoutId:\"i5IqyUZF8\",mjBTRoCzZ:\"bB9EPm5tN\",OM9gHrwQ1:\"BMYzPCMUs\",q9Xx0N1pL:\"BMYzPCMUs\",style:{width:\"100%\"},UPYfDfpnp:\"BMYzPCMUs\",variant:\"jCH0L9qDK\",width:\"100%\",xA65TO58C:\"BMYzPCMUs\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:944,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kbi6ov-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(Maker,{height:\"100%\",id:\"FqBuvmsIo\",layoutId:\"FqBuvmsIo\",nl65IuUSu:\"🛠️ Tools +  Resources \",variant:\"RC1fNuIQi\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-11cd0a17-ad80-4ff9-85ee-5c4300b8473d, rgb(255, 255, 255)); } @media (min-width: 810px) and (max-width: 991px) { html body { background: rgb(255, 255, 255) } }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zGgWm.framer-g985bw, .framer-zGgWm .framer-g985bw { display: block; }\",\".framer-zGgWm.framer-1b4ghbz { align-content: center; align-items: center; background-color: var(--token-11cd0a17-ad80-4ff9-85ee-5c4300b8473d, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1400px; }\",\".framer-zGgWm .framer-1bbw7ds { align-content: flex-start; align-items: flex-start; background-color: var(--token-11cd0a17-ad80-4ff9-85ee-5c4300b8473d, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 100vh; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zGgWm .framer-fu9uh2-container { flex: 1 0 0px; height: 100vh; max-width: 350px; position: sticky; top: 0px; width: 1px; will-change: transform; z-index: 1; }\",\".framer-zGgWm .framer-fb6v3u { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zGgWm .framer-5cw7zs { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zGgWm .framer-1lbjod9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: visible; padding: 60px 25px 60px 25px; position: relative; width: 100%; }\",\".framer-zGgWm .framer-mcyw01 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zGgWm .framer-zj5kf2, .framer-zGgWm .framer-k9rzvk { --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-zGgWm .framer-1x906nu, .framer-zGgWm .framer-1gozwhe, .framer-zGgWm .framer-qigz3x, .framer-zGgWm .framer-giyqxv, .framer-zGgWm .framer-2s9wrs, .framer-zGgWm .framer-1hde0ku { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.7; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zGgWm .framer-itltht { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zGgWm .framer-1uxvot2 { aspect-ratio: 1.3333333333333333 / 1; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 53px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zGgWm .framer-kjr260 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zGgWm .framer-6p810n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zGgWm .framer-14781ot { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zGgWm .framer-2252oq { flex: none; height: auto; opacity: 0.7; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zGgWm .framer-1y9b5h8 { aspect-ratio: 1.3333333333333333 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 563px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-zGgWm .framer-1n26z3k-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-zGgWm .framer-1alzarz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 35px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zGgWm .framer-16kq7ho { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 20px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zGgWm .framer-1u92tx7, .framer-zGgWm .framer-nk4ky9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zGgWm .framer-1yv52z5-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-zGgWm .framer-flhitp { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zGgWm .framer-ngyen8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-zGgWm .framer-1qhed94-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-zGgWm.framer-1efnff2 { background-color: rgba(0, 0, 0, 0.5); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-zGgWm.framer-13l73o2-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 44px; z-index: 10; }\",\".framer-zGgWm .framer-18obycz-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-zGgWm .framer-kbi6ov-container { bottom: 20px; flex: none; height: auto; position: fixed; right: 175px; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zGgWm.framer-1b4ghbz, .framer-zGgWm .framer-1bbw7ds, .framer-zGgWm .framer-fb6v3u, .framer-zGgWm .framer-5cw7zs, .framer-zGgWm .framer-1lbjod9, .framer-zGgWm .framer-mcyw01, .framer-zGgWm .framer-itltht, .framer-zGgWm .framer-kjr260, .framer-zGgWm .framer-14781ot, .framer-zGgWm .framer-16kq7ho, .framer-zGgWm .framer-1u92tx7, .framer-zGgWm .framer-nk4ky9, .framer-zGgWm .framer-flhitp, .framer-zGgWm .framer-ngyen8 { gap: 0px; } .framer-zGgWm.framer-1b4ghbz > *, .framer-zGgWm .framer-5cw7zs > *, .framer-zGgWm .framer-mcyw01 > *, .framer-zGgWm .framer-kjr260 > *, .framer-zGgWm .framer-14781ot > *, .framer-zGgWm .framer-16kq7ho > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zGgWm.framer-1b4ghbz > :first-child, .framer-zGgWm .framer-5cw7zs > :first-child, .framer-zGgWm .framer-1lbjod9 > :first-child, .framer-zGgWm .framer-mcyw01 > :first-child, .framer-zGgWm .framer-kjr260 > :first-child, .framer-zGgWm .framer-14781ot > :first-child, .framer-zGgWm .framer-16kq7ho > :first-child, .framer-zGgWm .framer-1u92tx7 > :first-child, .framer-zGgWm .framer-nk4ky9 > :first-child, .framer-zGgWm .framer-flhitp > :first-child { margin-top: 0px; } .framer-zGgWm.framer-1b4ghbz > :last-child, .framer-zGgWm .framer-5cw7zs > :last-child, .framer-zGgWm .framer-1lbjod9 > :last-child, .framer-zGgWm .framer-mcyw01 > :last-child, .framer-zGgWm .framer-kjr260 > :last-child, .framer-zGgWm .framer-14781ot > :last-child, .framer-zGgWm .framer-16kq7ho > :last-child, .framer-zGgWm .framer-1u92tx7 > :last-child, .framer-zGgWm .framer-nk4ky9 > :last-child, .framer-zGgWm .framer-flhitp > :last-child { margin-bottom: 0px; } .framer-zGgWm .framer-1bbw7ds > *, .framer-zGgWm .framer-fb6v3u > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zGgWm .framer-1bbw7ds > :first-child, .framer-zGgWm .framer-fb6v3u > :first-child, .framer-zGgWm .framer-itltht > :first-child, .framer-zGgWm .framer-ngyen8 > :first-child { margin-left: 0px; } .framer-zGgWm .framer-1bbw7ds > :last-child, .framer-zGgWm .framer-fb6v3u > :last-child, .framer-zGgWm .framer-itltht > :last-child, .framer-zGgWm .framer-ngyen8 > :last-child { margin-right: 0px; } .framer-zGgWm .framer-1lbjod9 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-zGgWm .framer-itltht > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-zGgWm .framer-1u92tx7 > *, .framer-zGgWm .framer-nk4ky9 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-zGgWm .framer-flhitp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zGgWm .framer-ngyen8 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,...sharedStyle15.css,\"@media (min-width: 1200px) and (max-width: 1399px) { .framer-zGgWm.framer-1b4ghbz { width: 1200px; } .framer-zGgWm .framer-fu9uh2-container { max-width: 300px; }}\",\"@media (min-width: 992px) and (max-width: 1199px) { .framer-zGgWm.framer-1b4ghbz { width: 992px; } .framer-zGgWm .framer-fu9uh2-container { max-width: 300px; } .framer-zGgWm .framer-1y9b5h8 { height: var(--framer-aspect-ratio-supported, 482px); }}\",\"@media (min-width: 810px) and (max-width: 991px) { .framer-zGgWm.framer-1b4ghbz { background-color: #ffffff; width: 810px; } .framer-zGgWm .framer-fu9uh2-container { max-width: 300px; } .framer-zGgWm .framer-1y9b5h8 { height: var(--framer-aspect-ratio-supported, 345px); }}\",\"@media (max-width: 809px) { .framer-zGgWm.framer-1b4ghbz { padding: 78px 0px 0px 0px; width: 390px; } .framer-zGgWm .framer-1bbw7ds { align-content: center; align-items: center; flex-direction: column; min-height: unset; order: 1; } .framer-zGgWm .framer-fb6v3u { flex: none; flex-direction: column; width: 100%; } .framer-zGgWm .framer-5cw7zs { flex: none; width: 100%; } .framer-zGgWm .framer-1lbjod9 { gap: 25px; padding: 25px; } .framer-zGgWm .framer-1y9b5h8 { height: var(--framer-aspect-ratio-supported, 255px); } .framer-zGgWm .framer-18obycz-container { order: 0; } .framer-zGgWm .framer-kbi6ov-container { order: 2; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zGgWm .framer-1bbw7ds, .framer-zGgWm .framer-fb6v3u, .framer-zGgWm .framer-1lbjod9 { gap: 0px; } .framer-zGgWm .framer-1bbw7ds > *, .framer-zGgWm .framer-fb6v3u > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zGgWm .framer-1bbw7ds > :first-child, .framer-zGgWm .framer-fb6v3u > :first-child, .framer-zGgWm .framer-1lbjod9 > :first-child { margin-top: 0px; } .framer-zGgWm .framer-1bbw7ds > :last-child, .framer-zGgWm .framer-fb6v3u > :last-child, .framer-zGgWm .framer-1lbjod9 > :last-child { margin-bottom: 0px; } .framer-zGgWm .framer-1lbjod9 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6339.5\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VgiQwMKIc\":{\"layout\":[\"fixed\",\"auto\"]},\"Z0WicI7tY\":{\"layout\":[\"fixed\",\"auto\"]},\"NpiPEaVZN\":{\"layout\":[\"fixed\",\"auto\"]},\"SQR1zAnq9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerLayoutTemplateCompatible true\n * @framerResponsiveScreen\n */const FramerpKregR2vx=withCSS(Component,css,\"framer-zGgWm\");export default FramerpKregR2vx;FramerpKregR2vx.displayName=\"Portfolio\";FramerpKregR2vx.defaultProps={height:6339.5,width:1400};addFonts(FramerpKregR2vx,[{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,...DownloadFonts,...DividerFonts,...PortfolioFonts,...ModalFonts,...MakerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...getFontsFromSharedStyle(sharedStyle15.fonts),...componentPresets.fonts?.[\"oo28MmtcX\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"oo28MmtcX\"]):[],...componentPresets.fonts?.[\"wBDY1AOG2\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"wBDY1AOG2\"]):[],...componentPresets.fonts?.[\"QY5VpojtO\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"QY5VpojtO\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpKregR2vx\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"6339.5\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerLayoutTemplateCompatible\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VgiQwMKIc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z0WicI7tY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NpiPEaVZN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SQR1zAnq9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1400\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}