{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js", "ssg:https://framerusercontent.com/modules/WzUZ69n5OfIg6EHlmhSJ/5ABFZqGiU9ziMoGDOwhb/Onv_4Zv7t-0.js", "ssg:https://framerusercontent.com/modules/WzUZ69n5OfIg6EHlmhSJ/5ABFZqGiU9ziMoGDOwhb/Onv_4Zv7t.js", "ssg:https://framerusercontent.com/modules/3Z76zltJGb1mLfJ4c4Si/1a5SvxS7tCK2ZEYfsBPW/Onv_4Zv7t.js", "ssg:https://framerusercontent.com/modules/7EXPEyedvRaTzXc2y2rY/FjjpBUH11RyhVQH2bv5D/j_m5MNzRX.js", "ssg:https://framerusercontent.com/modules/rU68NkTNxkg5Xwrvbhwr/E3SMHBe2GwYGbg7VxXdd/j_m5MNzRX.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL,originalSearchParams]=parsedURL;const searchParams=embedURL.searchParams;if(originalSearchParams){for(const[param,value]of originalSearchParams){searchParams.set(param,value);}}// https://developers.google.com/youtube/player_parameters\nsearchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),showThumbnail&&/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://i.ytimg.com\"}),/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",src:getThumbnailURL(videoId,thumbnail),style:{...videoStyle,objectFit:\"cover\"}})]}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL,null];}const searchParams=url.searchParams;if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");const page=pathSegments[0];// https://www.youtube.com/watch?v=Fop2oskTug8\nif(page===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL,searchParams];}// https://www.youtube.com/embed/Fop2oskTug8\nif(page===\"embed\"){const videoId=pathSegments[1];return[videoId,url,searchParams];}// https://www.youtube.com/shorts/zwMEhBq4kYM / https://www.youtube.com/live/XlWSzaluBKk\nif(page===\"shorts\"||page===\"live\"){const videoId=pathSegments[1];const embedURL=getEmbedURL(videoId);return[videoId,embedURL,searchParams];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL,searchParams];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=\"https://i.ytimg.com/vi_webp/\";const ext=\"webp\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"560\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "export const v0=\"Voir plus\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (100f99d)\nimport*as localizedValues from\"./Onv_4Zv7t-0.js\";const valuesByLocaleId={zGcrDTQIR:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (100f99d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/WzUZ69n5OfIg6EHlmhSJ/5ABFZqGiU9ziMoGDOwhb/Onv_4Zv7t.js\";import ButtonOutline from\"https://framerusercontent.com/modules/xvNP4wFCQ7FXcNdSqZVv/6Uf7VJCAYAoCCgYNNhqq/oBkz2q2f5.js\";const ButtonOutlineFonts=getFonts(ButtonOutline);const serializationHash=\"framer-GJzlW\";const variantClassNames={qzYhLSypb:\"framer-v-1mrgvlf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({category,height,id,link,logoWhite,mainImage,title,width,...props})=>{return{...props,dLfhIRs54:category??props.dLfhIRs54??\"Category\",ImJMu4yug:title??props.ImJMu4yug??\"Title\",JiLj1cryp:logoWhite??props.JiLj1cryp,ubjQyq1t5:mainImage??props.ubjQyq1t5,zdWYyBHRI:link??props.zdWYyBHRI};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ImJMu4yug,ubjQyq1t5,dLfhIRs54,JiLj1cryp,zdWYyBHRI,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"qzYhLSypb\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"center\"},className:cx(scopingClassNames,\"framer-1mrgvlf\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"qzYhLSypb\",ref:refBinding,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(ubjQyq1t5)},className:\"framer-11glv1b\",layoutDependency:layoutDependency,layoutId:\"tTfwLE98w\"})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xv0ldx\",layoutDependency:layoutDependency,layoutId:\"vs6mf7raF\",style:{backgroundColor:\"rgb(46, 50, 56)\",opacity:.4}})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e21z7x\",\"data-framer-name\":\"top\",layoutDependency:layoutDependency,layoutId:\"sSSIZXn3x\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tvil6h\",\"data-framer-name\":\"category+logo\",layoutDependency:layoutDependency,layoutId:\"htCZW1eJe\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-aa3494\",\"data-border\":true,\"data-framer-name\":\"category\",layoutDependency:layoutDependency,layoutId:\"W7LolmdO9\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(254, 255, 254)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N1aXNzZSBJbnQnbCBMaWdodA==\",\"--framer-font-family\":'\"Suisse Int\\'l Light\", \"Suisse Int\\'l Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9f4f7756-77c2-4608-a166-124db0297b9f, rgb(254, 255, 254)))\"},children:\"Category\"})}),className:\"framer-6w3mn1\",\"data-framer-name\":\"Category\",fonts:[\"CUSTOM;Suisse Int'l Light\"],layoutDependency:layoutDependency,layoutId:\"pQFFr14H8\",style:{\"--extracted-r6o4lv\":\"var(--token-9f4f7756-77c2-4608-a166-124db0297b9f, rgb(254, 255, 254))\"},text:dLfhIRs54,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uf7g69\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"nlem0pecg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N1aXNzZSBJbnQnbCBSZWd1bGFy\",\"--framer-font-family\":'\"Suisse Int\\'l Regular\", \"Suisse Int\\'l Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(254, 255, 254))\"},children:\"Shift Markets \u2014 Become Crypto Capable\"})}),className:\"framer-18heek4\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"CUSTOM;Suisse Int'l Regular\"],layoutDependency:layoutDependency,layoutId:\"x7QKJ4Cxp\",style:{\"--extracted-r6o4lv\":\"rgb(254, 255, 254)\"},text:ImJMu4yug,verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yrhgmq\",\"data-framer-name\":\"down\",layoutDependency:layoutDependency,layoutId:\"w4uWeyeyG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-z7bytp\",layoutDependency:layoutDependency,layoutId:\"ADhdqZOlJ\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z4o2vc\",layoutDependency:layoutDependency,layoutId:\"CHtR62VzE\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+30+(0+180+((componentViewport?.height||300)-60-306)/1*1)+0+0+0+0+0),sizes:`max((${componentViewport?.width||\"100vw\"} - 64px) * 1, 1px)`,...toResponsiveImage(JiLj1cryp),...{positionX:\"left\",positionY:\"center\"}},className:\"framer-1it6tq1\",layoutDependency:layoutDependency,layoutId:\"PeQMRjE20\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-x2k82f\",layoutDependency:layoutDependency,layoutId:\"AiNVQfo5s\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+30+(0+180+((componentViewport?.height||300)-60-306)/1*1)+0+82+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tbt272-container\",layoutDependency:layoutDependency,layoutId:\"LH7nSxglc-container\",nodeId:\"LH7nSxglc\",rendersWithMotion:true,scopeId:\"Onv_4Zv7t\",children:/*#__PURE__*/_jsx(ButtonOutline,{e7Q9QxIo_:getLocalizedValue(\"v0\",activeLocale)??\"See More\",height:\"100%\",id:\"LH7nSxglc\",J_7NHWGmo:zdWYyBHRI,layoutId:\"LH7nSxglc\",width:\"100%\"})})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GJzlW.framer-e3v2ck, .framer-GJzlW .framer-e3v2ck { display: block; }\",\".framer-GJzlW.framer-1mrgvlf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 300px; justify-content: space-between; min-width: 330px; overflow: hidden; padding: 30px 20px 30px 20px; position: relative; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GJzlW .framer-11glv1b { flex: none; height: 100%; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 100%; z-index: 0; }\",\".framer-GJzlW .framer-1xv0ldx { -webkit-user-select: none; bottom: 0px; flex: none; left: 0px; mix-blend-mode: multiply; overflow: hidden; position: absolute; right: 0px; top: 0px; user-select: none; z-index: 0; }\",\".framer-GJzlW .framer-e21z7x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-GJzlW .framer-tvil6h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GJzlW .framer-aa3494 { 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: visible; padding: 0px 0px 10px 0px; position: relative; width: min-content; }\",\".framer-GJzlW .framer-6w3mn1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-GJzlW .framer-uf7g69 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GJzlW .framer-18heek4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GJzlW .framer-1yrhgmq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-GJzlW .framer-z7bytp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GJzlW .framer-z4o2vc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 24px 0px 0px; position: relative; width: 100%; }\",\".framer-GJzlW .framer-1it6tq1 { flex: 0.5 0 0px; height: 50px; overflow: visible; position: relative; width: 1px; }\",\".framer-GJzlW .framer-x2k82f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GJzlW .framer-1tbt272-container { flex: none; height: auto; position: relative; width: auto; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GJzlW .framer-e21z7x, .framer-GJzlW .framer-aa3494, .framer-GJzlW .framer-uf7g69, .framer-GJzlW .framer-1yrhgmq, .framer-GJzlW .framer-z7bytp, .framer-GJzlW .framer-z4o2vc, .framer-GJzlW .framer-x2k82f { gap: 0px; } .framer-GJzlW .framer-e21z7x > *, .framer-GJzlW .framer-uf7g69 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-GJzlW .framer-e21z7x > :first-child, .framer-GJzlW .framer-uf7g69 > :first-child, .framer-GJzlW .framer-1yrhgmq > :first-child, .framer-GJzlW .framer-z7bytp > :first-child { margin-top: 0px; } .framer-GJzlW .framer-e21z7x > :last-child, .framer-GJzlW .framer-uf7g69 > :last-child, .framer-GJzlW .framer-1yrhgmq > :last-child, .framer-GJzlW .framer-z7bytp > :last-child { margin-bottom: 0px; } .framer-GJzlW .framer-aa3494 > *, .framer-GJzlW .framer-z4o2vc > *, .framer-GJzlW .framer-x2k82f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-GJzlW .framer-aa3494 > :first-child, .framer-GJzlW .framer-z4o2vc > :first-child, .framer-GJzlW .framer-x2k82f > :first-child { margin-left: 0px; } .framer-GJzlW .framer-aa3494 > :last-child, .framer-GJzlW .framer-z4o2vc > :last-child, .framer-GJzlW .framer-x2k82f > :last-child { margin-right: 0px; } .framer-GJzlW .framer-1yrhgmq > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-GJzlW .framer-z7bytp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",'.framer-GJzlW[data-border=\"true\"]::after, .framer-GJzlW [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"330px\",null,null,null]}}}\n * @framerVariables {\"ImJMu4yug\":\"title\",\"ubjQyq1t5\":\"mainImage\",\"dLfhIRs54\":\"category\",\"JiLj1cryp\":\"logoWhite\",\"zdWYyBHRI\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerOnv_4Zv7t=withCSS(Component,css,\"framer-GJzlW\");export default FramerOnv_4Zv7t;FramerOnv_4Zv7t.displayName=\"Card List\";FramerOnv_4Zv7t.defaultProps={height:300,width:500};addPropertyControls(FramerOnv_4Zv7t,{ImJMu4yug:{defaultValue:\"Title\",title:\"Title\",type:ControlType.String},ubjQyq1t5:{title:\"Main Image\",type:ControlType.ResponsiveImage},dLfhIRs54:{defaultValue:\"Category\",placeholder:\"Category\",title:\"Category\",type:ControlType.String},JiLj1cryp:{title:\"Logo-white\",type:ControlType.ResponsiveImage},zdWYyBHRI:{title:\"Link\",type:ControlType.Link}});addFonts(FramerOnv_4Zv7t,[{explicitInter:true,fonts:[{family:\"Suisse Int'l Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/nz0M7MOL1Iyn71EtYtaRQrVlRvc.otf\"},{family:\"Suisse Int'l Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/POOWhh0HmqgCTb8XSEdUQYGCo.otf\"}]},...ButtonOutlineFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOnv_4Zv7t\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"500\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"300\",\"framerVariables\":\"{\\\"ImJMu4yug\\\":\\\"title\\\",\\\"ubjQyq1t5\\\":\\\"mainImage\\\",\\\"dLfhIRs54\\\":\\\"category\\\",\\\"JiLj1cryp\\\":\\\"logoWhite\\\",\\\"zdWYyBHRI\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"330px\\\",null,null,null]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0e7701b)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={zGcrDTQIR:new LazyValue(()=>import(\"./j_m5MNzRX-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0e7701b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,Fetcher,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import PaginationButtonArrows from\"#framer/local/canvasComponent/fnzRH1m1J/fnzRH1m1J.js\";import FOOTERNew from\"#framer/local/canvasComponent/guiEu9OJ1/guiEu9OJ1.js\";import CardList from\"#framer/local/canvasComponent/Onv_4Zv7t/Onv_4Zv7t.js\";import Navbar from\"#framer/local/canvasComponent/YVlg7kpib/YVlg7kpib.js\";import Button from\"#framer/local/canvasComponent/ZobC2_5vE/ZobC2_5vE.js\";import ShareButton from\"#framer/local/codeFile/wxDqrcC/ShareButton.js\";import Work,{enumToDisplayNameFunctions}from\"#framer/local/collection/AJnD61nr6/AJnD61nr6.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle1 from\"#framer/local/css/CaLJ2s_oj/CaLJ2s_oj.js\";import*as sharedStyle14 from\"#framer/local/css/fdJihanly/fdJihanly.js\";import*as sharedStyle from\"#framer/local/css/fnMNMyEah/fnMNMyEah.js\";import*as sharedStyle6 from\"#framer/local/css/IgwThbc0k/IgwThbc0k.js\";import*as sharedStyle3 from\"#framer/local/css/k2TCs9Gvb/k2TCs9Gvb.js\";import*as sharedStyle13 from\"#framer/local/css/kEbd9gVtv/kEbd9gVtv.js\";import*as sharedStyle7 from\"#framer/local/css/Kl87dOv4A/Kl87dOv4A.js\";import*as sharedStyle9 from\"#framer/local/css/NBVLjuDCP/NBVLjuDCP.js\";import*as sharedStyle12 from\"#framer/local/css/NdjJIYozL/NdjJIYozL.js\";import*as sharedStyle5 from\"#framer/local/css/P2CqzcWhb/P2CqzcWhb.js\";import*as sharedStyle10 from\"#framer/local/css/pijwjBtqA/pijwjBtqA.js\";import*as sharedStyle4 from\"#framer/local/css/sQ3GGtyvf/sQ3GGtyvf.js\";import*as sharedStyle11 from\"#framer/local/css/t2dzLhvyK/t2dzLhvyK.js\";import*as sharedStyle2 from\"#framer/local/css/W9pJwpmaQ/W9pJwpmaQ.js\";import*as sharedStyle8 from\"#framer/local/css/XaExpWSGI/XaExpWSGI.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/j_m5MNzRX/j_m5MNzRX.js\";import metadataProvider from\"#framer/local/webPageMetadata/j_m5MNzRX/j_m5MNzRX.js\";const FOOTERNewFonts=getFonts(FOOTERNew);const NavbarFonts=getFonts(Navbar);const ContainerWithFX=withFX(Container);const PhosphorFonts=getFonts(Phosphor);const PaginationButtonArrowsFonts=getFonts(PaginationButtonArrows);const ShareButtonFonts=getFonts(ShareButton);const MotionDivWithFX=withFX(motion.div);const YouTubeFonts=getFonts(YouTube);const ImageWithFX=withFX(Image);const CardListFonts=getFonts(CardList);const ButtonFonts=getFonts(Button);const breakpoints={eRHf2Jt0f:\"(min-width: 1280px) and (max-width: 1919px)\",gp6Zfml7n:\"(min-width: 1920px)\",Ip8n7OwH0:\"(max-width: 809px)\",q720uKHyZ:\"(min-width: 810px) and (max-width: 1279px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-pr5RB\";const variantClassNames={eRHf2Jt0f:\"framer-v-vzkcd5\",gp6Zfml7n:\"framer-v-1bbztuy\",Ip8n7OwH0:\"framer-v-3g1onm\",q720uKHyZ:\"framer-v-to1ome\"};const transition1={damping:20,delay:.8,mass:1,stiffness:100,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-110};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:4};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"d2mv1gtYZ\";}else{return\"RNgOrCfFY\";}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toString=value=>{return typeof value===\"string\"?value:String(value);};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition3={damping:80,delay:.4,mass:1,stiffness:500,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:40};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 animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition4={damping:30,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={damping:30,delay:.2,mass:1,stiffness:500,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={damping:30,delay:.4,mass:1,stiffness:500,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const transition7={damping:30,delay:.6,mass:1,stiffness:500,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:60};const transition8={damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:60};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},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"eRHf2Jt0f\",Full:\"gp6Zfml7n\",Phone:\"Ip8n7OwH0\",Tablet:\"q720uKHyZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"eRHf2Jt0f\"};};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:\"j_m5MNzRX\",name:\"nextItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"nextItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"j_m5MNzRX\",name:\"previousItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"j_m5MNzRX\",data:Work,type:\"Collection\"},right:{alias:\"previousItemId\",data:Work,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"nextItemId\",data:Work,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"j_m5MNzRX\",name:\"hbL_Cf5Va\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"UAJGIWsM4\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"QWf4CTQam\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"MEgDhyBC7\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"JAos2VVaa\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"cRIf4hs0f\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"TCLBQ0FdX\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"L4g6f7jGF\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"eW7TQaYCP\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"CkCdsMzni\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"VQWpGFKmZ\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"q0lDaNqTb\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"ApOEmOZAL\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"gpnbmbZNY\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"yFMnXXjm9\",type:\"Identifier\"},{collection:\"j_m5MNzRX\",name:\"ClttPGij4\",type:\"Identifier\"},{alias:\"previousItemId.IdLDCVSHS\",collection:\"previousItemId\",name:\"IdLDCVSHS\",type:\"Identifier\"},{alias:\"previousItemId\",collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},{alias:\"nextItemId.IdLDCVSHS\",collection:\"nextItemId\",name:\"IdLDCVSHS\",type:\"Identifier\"},{alias:\"nextItemId\",collection:\"nextItemId\",name:\"id\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"j_m5MNzRX\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,UAJGIWsM4=getFromCurrentRouteData(\"UAJGIWsM4\"),previousItemId=getFromCurrentRouteData(\"previousItemId\"),previousItemId_IdLDCVSHS=getFromCurrentRouteData(\"previousItemId.IdLDCVSHS\")??\"\",nextItemId=getFromCurrentRouteData(\"nextItemId\"),nextItemId_IdLDCVSHS=getFromCurrentRouteData(\"nextItemId.IdLDCVSHS\")??\"\",hbL_Cf5Va=getFromCurrentRouteData(\"hbL_Cf5Va\")??\"\",QWf4CTQam=getFromCurrentRouteData(\"QWf4CTQam\")??\"\",JAos2VVaa=getFromCurrentRouteData(\"JAos2VVaa\"),TCLBQ0FdX=getFromCurrentRouteData(\"TCLBQ0FdX\")??\"\",cRIf4hs0f=getFromCurrentRouteData(\"cRIf4hs0f\")??\"\",L4g6f7jGF=getFromCurrentRouteData(\"L4g6f7jGF\"),MEgDhyBC7=getFromCurrentRouteData(\"MEgDhyBC7\"),eW7TQaYCP=getFromCurrentRouteData(\"eW7TQaYCP\")??\"\",VQWpGFKmZ=getFromCurrentRouteData(\"VQWpGFKmZ\"),CkCdsMzni=getFromCurrentRouteData(\"CkCdsMzni\")??\"\",q0lDaNqTb=getFromCurrentRouteData(\"q0lDaNqTb\"),ApOEmOZAL=getFromCurrentRouteData(\"ApOEmOZAL\"),gpnbmbZNY=getFromCurrentRouteData(\"gpnbmbZNY\"),yFMnXXjm9=getFromCurrentRouteData(\"yFMnXXjm9\"),ClttPGij4=getFromCurrentRouteData(\"ClttPGij4\"),hbL_Cf5VaoytZaeBdH,JAos2VVaaoytZaeBdH,UAJGIWsM4oytZaeBdH,MEgDhyBC7oytZaeBdH,IdLDCVSHSoytZaeBdH,idoytZaeBdH,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const textContent=enumToDisplayNameFunctions[\"UAJGIWsM4\"]?.(UAJGIWsM4,activeLocale);usePreloadLocalizedValues(activeLocale);const activeLocaleCode=useLocaleCode();const textContent1=toDateString(L4g6f7jGF,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const visible=isSet(VQWpGFKmZ);const visible1=isSet(CkCdsMzni);const visible2=isSet(q0lDaNqTb);const visible3=isSet(ClttPGij4);const elementId=useRouteElementId(\"oYLdN7TBv\");const ref1=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"eRHf2Jt0f\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-3864de58-9c2a-419c-b7af-a93f76ca6f06, rgb(11, 12, 14)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-vzkcd5\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ip8n7OwH0:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:975,width:componentViewport?.width||\"100vw\",y:25,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1metfkz-container\",layoutScroll:true,nodeId:\"MQY3Wflvf\",scopeId:\"j_m5MNzRX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{variant:\"tZ2i2fVJI\"},Ip8n7OwH0:{variant:\"hiZRIyLdO\"},q720uKHyZ:{variant:\"ae7YaS4q3\"}},children:/*#__PURE__*/_jsx(FOOTERNew,{height:\"100%\",id:\"MQY3Wflvf\",layoutId:\"MQY3Wflvf\",style:{height:\"100%\",width:\"100%\"},variant:\"cGraVVUWE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:112,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hqzexy-container\",layoutScroll:true,nodeId:\"bmMPVaZCY\",rendersWithMotion:true,scopeId:\"j_m5MNzRX\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{oR4d5hZXf:resolvedLinks[3]},Ip8n7OwH0:{oR4d5hZXf:resolvedLinks[2],variant:\"smZDatMRc\"},q720uKHyZ:{oR4d5hZXf:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Navbar,{daL2KYDfn:\"var(--token-cb5d8fe6-ee10-4b3c-814b-d7c80c24c551, rgb(227, 229, 232))\",height:\"100%\",id:\"bmMPVaZCY\",layoutId:\"bmMPVaZCY\",oR4d5hZXf:resolvedLinks[0],style:{width:\"100%\"},variant:\"QI0M3grD1\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xjnpk3\",\"data-framer-name\":\"about project\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7n08ek\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d108gk\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fwnscz\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17sk9dd\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"boKfBR3tb\"},motionChild:true,nodeId:\"zk5ektqPC\",openInNewTab:false,scopeId:\"j_m5MNzRX\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-13f7e4c framer-1358zuj\",\"data-framer-name\":\"Back\",whileHover:animation1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1263oee-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"GmuNAnWLB\",scopeId:\"j_m5MNzRX\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-9f4f7756-77c2-4608-a166-124db0297b9f, rgb(254, 255, 254))\",height:\"100%\",iconSearch:\"ArrowLeft\",iconSelection:\"House\",id:\"GmuNAnWLB\",layoutId:\"GmuNAnWLB\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\"},children:\"Back\"})})},Ip8n7OwH0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\"},children:\"Back\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\"},children:\"Back\"})}),className:\"framer-1x8mkz9\",fonts:[\"GF;DM Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1shxcc4\",\"data-styles-preset\":\"fnMNMyEah\",style:{\"--framer-text-color\":\"var(--token-2e23fdd7-250e-4b3e-9ebe-8c2fc833f3b5, rgb(225, 38, 28))\"},children:\"Corporate Events\"})}),className:\"framer-1pbp4d\",\"data-framer-name\":\"subtitle\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n4rtsr\",\"data-framer-name\":\"Next\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i89mma\",\"data-framer-name\":\"< and >\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{IdLDCVSHS:previousItemId_IdLDCVSHS},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined},{href:{pathVariables:{IdLDCVSHS:previousItemId_IdLDCVSHS},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined},{href:{pathVariables:{IdLDCVSHS:previousItemId_IdLDCVSHS},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined},{href:{pathVariables:{IdLDCVSHS:previousItemId_IdLDCVSHS},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ip8n7OwH0:{y:(componentViewport?.y||0)+0+0+180+0+0+0+0+0+0+47.5+0+3.5},q720uKHyZ:{y:(componentViewport?.y||0)+0+0+180+0+0+0+0+0+0+47.5+0+3.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,width:\"35px\",y:(componentViewport?.y||0)+0+0+180+0+0+0+0+0+0+0+0+3.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ovtgoo-container\",nodeId:\"XPuzC5e1W\",rendersWithMotion:true,scopeId:\"j_m5MNzRX\",style:{rotate:180},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{Vfjhrz29X:resolvedLinks1[3]},Ip8n7OwH0:{Vfjhrz29X:resolvedLinks1[2]},q720uKHyZ:{Vfjhrz29X:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(PaginationButtonArrows,{height:\"100%\",id:\"XPuzC5e1W\",layoutId:\"XPuzC5e1W\",style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(isSet(previousItemId),activeLocale),Vfjhrz29X:resolvedLinks1[0],width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{IdLDCVSHS:nextItemId_IdLDCVSHS},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined},{href:{pathVariables:{IdLDCVSHS:nextItemId_IdLDCVSHS},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined},{href:{pathVariables:{IdLDCVSHS:nextItemId_IdLDCVSHS},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined},{href:{pathVariables:{IdLDCVSHS:nextItemId_IdLDCVSHS},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ip8n7OwH0:{y:(componentViewport?.y||0)+0+0+180+0+0+0+0+0+0+47.5+0+3.5},q720uKHyZ:{y:(componentViewport?.y||0)+0+0+180+0+0+0+0+0+0+47.5+0+3.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,width:\"35px\",y:(componentViewport?.y||0)+0+0+180+0+0+0+0+0+0+0+0+3.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-iolsf1-container\",nodeId:\"KE1gBqK20\",scopeId:\"j_m5MNzRX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{Vfjhrz29X:resolvedLinks2[3]},Ip8n7OwH0:{Vfjhrz29X:resolvedLinks2[2]},q720uKHyZ:{Vfjhrz29X:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(PaginationButtonArrows,{height:\"100%\",id:\"KE1gBqK20\",layoutId:\"KE1gBqK20\",style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(isSet(nextItemId),activeLocale),Vfjhrz29X:resolvedLinks2[0],width:\"100%\"})})})})})})]})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-uagqvs\",\"data-styles-preset\":\"CaLJ2s_oj\",style:{\"--framer-text-alignment\":\"center\"},children:\"Title\"})}),className:\"framer-15ycwrt\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:hbL_Cf5Va,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2c4wpv\",\"data-styles-preset\":\"W9pJwpmaQ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\"},children:\"A thought-provoking leadership summit designed to inspire innovation, foster collaboration, and drive corporate excellence.\"})}),className:\"framer-1pzkmdg\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],text:QWf4CTQam,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ip8n7OwH0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+0+0+494),sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1536px) - 60px)`,...toResponsiveImage(JAos2VVaa)}},q720uKHyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+0+0+514),sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1536px) - 64px)`,...toResponsiveImage(JAos2VVaa)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+0+0+419),sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1536px) - 64px)`,...toResponsiveImage(JAos2VVaa)},className:\"framer-1djsktt\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p12j8x\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15yxbv2\",\"data-framer-name\":\"Views\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1a3cokr\",\"data-framer-name\":\"Icon\",fill:'var(--token-cb5d8fe6-ee10-4b3c-814b-d7c80c24c551, rgb(227, 229, 232)) /* {\"name\":\"Gray-Light2\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M247.31 124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57 61.26 162.88 48 128 48S61.43 61.26 36.34 86.35C17.51 105.18 9 124 8.69 124.76a8 8 0 0 0 0 6.5c.35.79 8.82 19.57 27.65 38.4C61.43 194.74 93.12 208 128 208s66.57-13.26 91.66-38.34c18.83-18.83 27.3-37.61 27.65-38.4a8 8 0 0 0 0-6.5ZM128 168a40 40 0 1 1 40-40 40 40 0 0 1-40 40Z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\"--framer-font-family\":'\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-9f4f7756-77c2-4608-a166-124db0297b9f, rgb(254, 255, 254))\"},children:\"Views\"})}),className:\"framer-ffgr2\",fonts:[\"__SystemDefault-400-normal__\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Fetcher,{requests:[{cacheDuration:0,credentials:\"same-origin\",errorFallbackValue:\"Error\",fallbackValue:\"\",resultKeyPath:\"count\",resultOutputType:\"string\",url:`https://api.fetch.tools/views`}],children:fetchResult=>/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\"--framer-font-family\":'\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-9f4f7756-77c2-4608-a166-124db0297b9f, rgb(254, 255, 254))\"},children:\"Content\"})}),className:\"framer-apegpc\",fonts:[\"__SystemDefault-400-normal__\"],text:toString(fetchResult[0]),verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ig0u20\",\"data-framer-name\":\"Social Media\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ip8n7OwH0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-9f4f7756-77c2-4608-a166-124db0297b9f, rgb(254, 255, 254))\"},children:\"Share:\"})})},q720uKHyZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-9f4f7756-77c2-4608-a166-124db0297b9f, rgb(254, 255, 254))\"},children:\"Share:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-9f4f7756-77c2-4608-a166-124db0297b9f, rgb(254, 255, 254))\"},children:\"Share:\"})}),className:\"framer-1bzcjpo\",\"data-framer-name\":\"Share:\",fonts:[\"GF;Poppins-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-158nuqj\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ofo1wp-container\",isAuthoredByUser:true,nodeId:\"j9z1rvWBA\",scopeId:\"j_m5MNzRX\",children:/*#__PURE__*/_jsx(ShareButton,{backgroundType:\"Solid\",borderColor:\"var(--token-a82fa799-1902-4e49-be35-56eabfa16e72, rgb(0, 122, 184))\",borderWidth:0,bottomLeftRadius:4,bottomPadding:5,bottomRightRadius:4,font:{color:\"rgb(255, 255, 255)\",fontFace:\"Inter\",size:16,weight:\"bold\"},height:\"100%\",iconProperties:{color:\"rgb(255, 255, 255)\",gap:10,size:20},id:\"j9z1rvWBA\",isMixedPadding:false,isMixedRadius:false,layoutId:\"j9z1rvWBA\",leftPadding:5,linear:{degree:90,fromColor:\"rgb(46, 46, 46)\",opacityFrom:100,opacityTo:0,toColor:\"rgb(36, 36, 36)\"},radius:4,rightPadding:5,shareCurrentUrl:true,shareText:\"\uD83D\uDC49 Look what I read: \",socialMedia:\"Facebook\",stylePadding:5,tint:\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\",title:\"\",topLeftRadius:4,topPadding:5,topRightRadius:4,urlToShare:\"https://framer.com\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kbfd68-container\",isAuthoredByUser:true,nodeId:\"gY2TOBu8z\",scopeId:\"j_m5MNzRX\",children:/*#__PURE__*/_jsx(ShareButton,{backgroundType:\"Solid\",borderColor:\"var(--token-a82fa799-1902-4e49-be35-56eabfa16e72, rgb(0, 122, 184))\",borderWidth:0,bottomLeftRadius:4,bottomPadding:5,bottomRightRadius:4,font:{color:\"rgb(255, 255, 255)\",fontFace:\"Inter\",size:16,weight:\"bold\"},height:\"100%\",iconProperties:{color:\"rgb(255, 255, 255)\",gap:10,size:20},id:\"gY2TOBu8z\",isMixedPadding:false,isMixedRadius:false,layoutId:\"gY2TOBu8z\",leftPadding:5,linear:{degree:90,fromColor:\"rgb(46, 46, 46)\",opacityFrom:100,opacityTo:0,toColor:\"rgb(36, 36, 36)\"},radius:4,rightPadding:5,shareCurrentUrl:true,shareText:\"\uD83D\uDC49 Look what I read: \",socialMedia:\"Twitter\",stylePadding:5,tint:\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\",title:\"\",topLeftRadius:4,topPadding:5,topRightRadius:4,urlToShare:\"https://framer.com\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-actfmp-container\",isAuthoredByUser:true,nodeId:\"yLEj_xMmm\",scopeId:\"j_m5MNzRX\",children:/*#__PURE__*/_jsx(ShareButton,{backgroundType:\"Solid\",borderColor:\"var(--token-a82fa799-1902-4e49-be35-56eabfa16e72, rgb(0, 122, 184))\",borderWidth:0,bottomLeftRadius:4,bottomPadding:5,bottomRightRadius:4,font:{color:\"rgb(255, 255, 255)\",fontFace:\"Inter\",size:16,weight:\"bold\"},height:\"100%\",iconProperties:{color:\"rgb(255, 255, 255)\",gap:10,size:20},id:\"yLEj_xMmm\",isMixedPadding:false,isMixedRadius:false,layoutId:\"yLEj_xMmm\",leftPadding:5,linear:{degree:90,fromColor:\"rgb(46, 46, 46)\",opacityFrom:100,opacityTo:0,toColor:\"rgb(36, 36, 36)\"},radius:4,rightPadding:5,shareCurrentUrl:true,shareText:\"\uD83D\uDC49 Look what I read: \",socialMedia:\"LinkedIn\",stylePadding:5,tint:\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\",title:\"\",topLeftRadius:4,topPadding:5,topRightRadius:4,urlToShare:\"https://framer.com\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-d8ekc8\",\"data-framer-name\":\"about\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-kouw\",\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n4svf1\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jtrffz\",\"data-framer-name\":\"about\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-atn7md\",\"data-framer-name\":\"industry\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p1i6ge\",\"data-styles-preset\":\"k2TCs9Gvb\",style:{\"--framer-text-color\":\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\"},children:\"Category\"})}),className:\"framer-1o3cv2v\",\"data-framer-name\":\"Industry\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1tifor8\",\"data-styles-preset\":\"sQ3GGtyvf\",children:\"Corporate Events\"})}),className:\"framer-vv45q4\",\"data-framer-name\":\"Fintech\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tysyzi\",\"data-framer-name\":\"headquarters\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p1i6ge\",\"data-styles-preset\":\"k2TCs9Gvb\",style:{\"--framer-text-color\":\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\"},children:\"City\"})}),className:\"framer-1szsjv1\",\"data-framer-name\":\"Headquarters\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1tifor8\",\"data-styles-preset\":\"sQ3GGtyvf\",children:\"Casa Blanca\"})}),className:\"framer-19fhbqx\",\"data-framer-name\":\"London\",fonts:[\"Inter\"],text:TCLBQ0FdX,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m2bexi\",\"data-framer-name\":\"headquarters\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p1i6ge\",\"data-styles-preset\":\"k2TCs9Gvb\",style:{\"--framer-text-color\":\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\"},children:\"Event Venue\"})}),className:\"framer-1s676uw\",\"data-framer-name\":\"Headquarters\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1tifor8\",\"data-styles-preset\":\"sQ3GGtyvf\",children:\"Casa Blanca\"})}),className:\"framer-18itw5a\",\"data-framer-name\":\"London\",fonts:[\"Inter\"],text:cRIf4hs0f,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-76trpi\",\"data-framer-name\":\"company size\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p1i6ge\",\"data-styles-preset\":\"k2TCs9Gvb\",style:{\"--framer-text-color\":\"var(--token-b16a7865-924d-449a-9a9b-b11ba99dad5b, rgb(92, 100, 112))\"},children:\"Date\"})}),className:\"framer-im1g2s\",\"data-framer-name\":\"Company size\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1tifor8\",\"data-styles-preset\":\"sQ3GGtyvf\",children:\"Nov 19, 2023\"})}),className:\"framer-fpq222\",\"data-framer-name\":\"1 - 20\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-156g5b7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+1433+0+80+0+0+0+400.8+16),sizes:`max((max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1536px) - 64px, 1px) - 88px) / 3, 1px)`,...toResponsiveImage(MEgDhyBC7),...{positionX:\"left\",positionY:\"center\"}}},Ip8n7OwH0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+1208+0+60+0+0+0+0+368.8+16),sizes:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1536px) - 60px, 1px)`,...toResponsiveImage(MEgDhyBC7),...{positionX:\"left\",positionY:\"center\"}}},q720uKHyZ:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+1368+0+80+0+0+0+400.8+16),sizes:`max((max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1536px) - 64px, 1px) - 76px) / 3, 1px)`,...toResponsiveImage(MEgDhyBC7),...{positionX:\"left\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+1433+0+80+0+0+0+400.8+16),sizes:`max((max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1536px) - 64px, 1px) - 94px) / 3, 1px)`,...toResponsiveImage(MEgDhyBC7),...{positionX:\"left\",positionY:\"center\"}},className:\"framer-1q6orxr\",\"data-framer-name\":\"Logo\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xm2os\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"cKnaaXZ8E\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"ASzB9VzO0\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{stylesPresetsClassNames:{a:\"framer-styles-preset-1a4uf2a\",blockquote:\"framer-styles-preset-15o2dmv\",code:\"framer-styles-preset-1vno482\",h1:\"framer-styles-preset-uagqvs\",h2:\"framer-styles-preset-ct12m9\",h3:\"framer-styles-preset-68ewba\",h4:\"framer-styles-preset-1kpjmgx\",h5:\"framer-styles-preset-exe562\",h6:\"framer-styles-preset-1ais2lq\",img:\"framer-styles-preset-1133s51\",p:\"framer-styles-preset-ggat74\"}},Ip8n7OwH0:{stylesPresetsClassNames:{a:\"framer-styles-preset-1a4uf2a\",blockquote:\"framer-styles-preset-15o2dmv\",code:\"framer-styles-preset-1vno482\",h1:\"framer-styles-preset-uagqvs\",h2:\"framer-styles-preset-ct12m9\",h3:\"framer-styles-preset-68ewba\",h4:\"framer-styles-preset-1kpjmgx\",h5:\"framer-styles-preset-exe562\",h6:\"framer-styles-preset-1ais2lq\",img:\"framer-styles-preset-1133s51\",p:\"framer-styles-preset-ggat74\"}},q720uKHyZ:{stylesPresetsClassNames:{a:\"framer-styles-preset-1a4uf2a\",blockquote:\"framer-styles-preset-15o2dmv\",code:\"framer-styles-preset-1vno482\",h1:\"framer-styles-preset-uagqvs\",h2:\"framer-styles-preset-ct12m9\",h3:\"framer-styles-preset-68ewba\",h4:\"framer-styles-preset-1kpjmgx\",h5:\"framer-styles-preset-exe562\",h6:\"framer-styles-preset-1ais2lq\",img:\"framer-styles-preset-1133s51\",p:\"framer-styles-preset-ggat74\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:eW7TQaYCP,className:\"framer-wd9bs6\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1a4uf2a\",blockquote:\"framer-styles-preset-15o2dmv\",h1:\"framer-styles-preset-uagqvs\",h2:\"framer-styles-preset-ct12m9\",h3:\"framer-styles-preset-68ewba\",h4:\"framer-styles-preset-1kpjmgx\",h5:\"framer-styles-preset-exe562\",h6:\"framer-styles-preset-1ais2lq\",img:\"framer-styles-preset-1133s51\",p:\"framer-styles-preset-ggat74\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})]})}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kxhjmh\",\"data-framer-name\":\"YouTube Video/Image\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hv2j3g\",children:[visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-46tfxa-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"PCl7oksK6\",scopeId:\"j_m5MNzRX\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,height:\"100%\",id:\"PCl7oksK6\",isMixedBorderRadius:false,isRed:false,layoutId:\"PCl7oksK6\",play:\"Loop\",shouldMute:true,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:24,topRightRadius:24,url:CkCdsMzni,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2253.8+60+0),sizes:`min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1536px) - 64px, 1px), 1536px)`,...toResponsiveImage(VQWpGFKmZ)}},Ip8n7OwH0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2100.8+20+0+490),sizes:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 64px, 1536px)`,...toResponsiveImage(VQWpGFKmZ),...{positionX:\"center\",positionY:\"center\"}}},q720uKHyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2135.8+60+0+490),sizes:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 64px, 1536px)`,...toResponsiveImage(VQWpGFKmZ)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2253.8+60+0+490),sizes:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 64px, 1536px)`,...toResponsiveImage(VQWpGFKmZ)},className:\"framer-1f39z7\",\"data-framer-name\":\"Image 2\"})})]})}),visible2&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-qfoek5\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-837h53\",children:visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3142.8+0+64.5),sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1536px) - 54px) / 0, 1px)`,...toResponsiveImage(q0lDaNqTb)}},Ip8n7OwH0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3114.8+20+0),sizes:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 54px) / 0, 1px)`,...toResponsiveImage(q0lDaNqTb),...{positionX:\"center\",positionY:\"center\"}}},q720uKHyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3514.8+0+0),sizes:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 54px) / 0, 1px)`,...toResponsiveImage(q0lDaNqTb)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3632.8+0+0),sizes:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 54px) / 0, 1px)`,...toResponsiveImage(q0lDaNqTb)},className:\"framer-qw7j8s\",\"data-framer-name\":\"image 3\",style:{transformPerspective:1200}})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jr5xlb\",\"data-framer-name\":\"images\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hawt3j\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3971.8+0+0+10+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1536px) - 64px)`,...toResponsiveImage(ApOEmOZAL)}},Ip8n7OwH0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3510.8+0+0+10+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1536px) - 64px)`,...toResponsiveImage(ApOEmOZAL),...{positionX:\"center\",positionY:\"center\"}}},q720uKHyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4094.8+0+0+10+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1536px) - 64px)`,...toResponsiveImage(ApOEmOZAL)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4332.8+0+0+10+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1536px) - 64px)`,...toResponsiveImage(ApOEmOZAL)},className:\"framer-idshhb\",\"data-framer-name\":\"image 3.1\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e1c5x0\",\"data-framer-name\":\"Frame 12\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3971.8+0+0+10+680+0),sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1536px) - 80px) / 2, 1px)`,...toResponsiveImage(gpnbmbZNY)}},Ip8n7OwH0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3510.8+0+0+10+396+0+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1536px) - 64px)`,...toResponsiveImage(gpnbmbZNY),...{positionX:\"center\",positionY:\"center\"}}},q720uKHyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4094.8+0+0+10+560+0),sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1536px) - 80px) / 2, 1px)`,...toResponsiveImage(gpnbmbZNY)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4332.8+0+0+10+680+0),sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1536px) - 80px) / 2, 1px)`,...toResponsiveImage(gpnbmbZNY)},className:\"framer-1nbdepl\",\"data-framer-name\":\"image 3.2\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3971.8+0+0+10+680+0),sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1536px) - 80px) / 2, 1px)`,...toResponsiveImage(yFMnXXjm9)}},Ip8n7OwH0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3510.8+0+0+10+396+0+372),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1536px) - 64px)`,...toResponsiveImage(yFMnXXjm9),...{positionX:\"center\",positionY:\"center\"}}},q720uKHyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4094.8+0+0+10+560+0),sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1536px) - 80px) / 2, 1px)`,...toResponsiveImage(yFMnXXjm9)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4332.8+0+0+10+680+0),sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1536px) - 80px) / 2, 1px)`,...toResponsiveImage(yFMnXXjm9)},className:\"framer-gs30a0\",\"data-framer-name\":\"image 3.3\",style:{transformPerspective:1200}})})]}),visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3971.8+0+0+10+1184),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1536px) - 64px)`,...toResponsiveImage(ClttPGij4)}},Ip8n7OwH0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3510.8+0+0+10+1164),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1536px) - 64px)`,...toResponsiveImage(ClttPGij4),...{positionX:\"center\",positionY:\"center\"}}},q720uKHyZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4094.8+0+0+10+1e3),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1536px) - 64px)`,...toResponsiveImage(ClttPGij4)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4332.8+0+0+10+1184),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1536px) - 64px)`,...toResponsiveImage(ClttPGij4)},className:\"framer-jwa9jf\",\"data-framer-name\":\"image 4\",style:{transformPerspective:1200}})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1byg4dm\",\"data-framer-name\":\"Collection List\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1154m39\",\"data-framer-name\":\"Related\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ip8n7OwH0:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIEFsdCBSZWd1bGFy\",\"--framer-font-family\":'\"Recoleta Alt Regular\", \"Recoleta Alt Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-8f704852-85ab-45ad-b9a1-b3eed8ab238a, rgb(245, 245, 247))\"},children:\"Related Projects for You\"})})},q720uKHyZ:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIEFsdCBSZWd1bGFy\",\"--framer-font-family\":'\"Recoleta Alt Regular\", \"Recoleta Alt Regular Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-8f704852-85ab-45ad-b9a1-b3eed8ab238a, rgb(245, 245, 247))\"},children:\"Related Projects for You\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlY29sZXRhIEFsdCBSZWd1bGFy\",\"--framer-font-family\":'\"Recoleta Alt Regular\", \"Recoleta Alt Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-8f704852-85ab-45ad-b9a1-b3eed8ab238a, rgb(245, 245, 247))\"},children:\"Related Projects for You\"})}),className:\"framer-16391xa\",\"data-framer-name\":\"Related Projects for You\",fonts:[\"CUSTOM;Recoleta Alt Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-omox5d\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18ejdxx\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"oytZaeBdH\",data:Work,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"oytZaeBdH\",name:\"hbL_Cf5Va\",type:\"Identifier\"},{collection:\"oytZaeBdH\",name:\"JAos2VVaa\",type:\"Identifier\"},{collection:\"oytZaeBdH\",name:\"UAJGIWsM4\",type:\"Identifier\"},{collection:\"oytZaeBdH\",name:\"MEgDhyBC7\",type:\"Identifier\"},{collection:\"oytZaeBdH\",name:\"IdLDCVSHS\",type:\"Identifier\"},{collection:\"oytZaeBdH\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"oytZaeBdH\",name:\"UAJGIWsM4\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:UAJGIWsM4},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"oytZaeBdH\",name:\"hbL_Cf5Va\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:hbL_Cf5Va},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({hbL_Cf5Va:hbL_Cf5VaoytZaeBdH,id:idoytZaeBdH,IdLDCVSHS:IdLDCVSHSoytZaeBdH,JAos2VVaa:JAos2VVaaoytZaeBdH,MEgDhyBC7:MEgDhyBC7oytZaeBdH,UAJGIWsM4:UAJGIWsM4oytZaeBdH},index)=>{hbL_Cf5VaoytZaeBdH??=\"\";IdLDCVSHSoytZaeBdH??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`oytZaeBdH-${idoytZaeBdH}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{IdLDCVSHS:IdLDCVSHSoytZaeBdH},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-osh6o3\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{IdLDCVSHS:IdLDCVSHSoytZaeBdH},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined},{href:{pathVariables:{IdLDCVSHS:IdLDCVSHSoytZaeBdH},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined},{href:{pathVariables:{IdLDCVSHS:IdLDCVSHSoytZaeBdH},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined},{href:{pathVariables:{IdLDCVSHS:IdLDCVSHSoytZaeBdH},webPageId:\"j_m5MNzRX\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{width:`max((${componentViewport?.width||\"100vw\"} - 540px) / 2, 200px)`,y:(componentViewport?.y||0)+0+5925.8+100+0+0+73+0+0+0+0+0+0},Ip8n7OwH0:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 200px)`,y:(componentViewport?.y||0)+0+5100.8+60+0+0+53.6+0+0+0+0+0+0},q720uKHyZ:{width:`max((${componentViewport?.width||\"100vw\"} - 160px) / 2, 200px)`,y:(componentViewport?.y||0)+0+5744.8+80+0+0+68.2+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`max((${componentViewport?.width||\"100vw\"} - 280px) / 2, 200px)`,y:(componentViewport?.y||0)+0+6286.8+100+0+0+73+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-unnw7p-container\",nodeId:\"EZEQTiTzd\",scopeId:\"j_m5MNzRX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{zdWYyBHRI:resolvedLinks3[3]},Ip8n7OwH0:{zdWYyBHRI:resolvedLinks3[2]},q720uKHyZ:{zdWYyBHRI:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(CardList,{dLfhIRs54:enumToDisplayNameFunctions[\"UAJGIWsM4\"]?.(UAJGIWsM4oytZaeBdH,activeLocale),height:\"100%\",id:\"EZEQTiTzd\",ImJMu4yug:hbL_Cf5VaoytZaeBdH,JiLj1cryp:toResponsiveImage(MEgDhyBC7oytZaeBdH),layoutId:\"EZEQTiTzd\",style:{height:\"100%\",width:\"100%\"},ubjQyq1t5:toResponsiveImage(JAos2VVaaoytZaeBdH),width:\"100%\",zdWYyBHRI:resolvedLinks3[0]})})})})})})})})},idoytZaeBdH);})})})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"boKfBR3tb\"},implicitPathVariables:undefined},{href:{webPageId:\"boKfBR3tb\"},implicitPathVariables:undefined},{href:{webPageId:\"boKfBR3tb\"},implicitPathVariables:undefined},{href:{webPageId:\"boKfBR3tb\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{y:(componentViewport?.y||0)+0+5925.8+100+793},Ip8n7OwH0:{y:(componentViewport?.y||0)+0+5100.8+60+753.6},q720uKHyZ:{y:(componentViewport?.y||0)+0+5744.8+80+788.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,y:(componentViewport?.y||0)+0+6286.8+100+793,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wgo6kv-container\",nodeId:\"jTqyR1xgd\",rendersWithMotion:true,scopeId:\"j_m5MNzRX\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gp6Zfml7n:{WNK4HAV8n:resolvedLinks4[3]},Ip8n7OwH0:{WNK4HAV8n:resolvedLinks4[2]},q720uKHyZ:{WNK4HAV8n:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"jTqyR1xgd\",layoutId:\"jTqyR1xgd\",R0KHc5S63:getLocalizedValue(\"v7\",activeLocale)??\"See all Projects\",TGP1vXX1t:true,variant:\"BUXJ4umMN\",width:\"100%\",WNK4HAV8n:resolvedLinks4[0]})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fxvjlm\",\"data-framer-name\":\"Helper (Same height as footer)\"})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pr5RB.framer-1358zuj, .framer-pr5RB .framer-1358zuj { display: block; }\",\".framer-pr5RB.framer-vzkcd5 { align-content: center; align-items: center; background-color: var(--token-3864de58-9c2a-419c-b7af-a93f76ca6f06, #0b0c0e); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1280px; }\",\".framer-pr5RB .framer-1metfkz-container { bottom: 0px; flex: none; height: 97.5vh; left: 0px; position: fixed; right: 0px; z-index: 0; }\",\".framer-pr5RB .framer-hqzexy-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-pr5RB .framer-1xjnpk3 { align-content: center; align-items: center; background-color: var(--token-3864de58-9c2a-419c-b7af-a93f76ca6f06, #0b0c0e); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 180px 0px 30px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-pr5RB .framer-7n08ek { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1536px; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 1px; }\",\".framer-pr5RB .framer-1d108gk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 84px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-1fwnscz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 800px; }\",\".framer-pr5RB .framer-17sk9dd, .framer-pr5RB .framer-1p12j8x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-13f7e4c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-pr5RB .framer-1263oee-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-pr5RB .framer-1x8mkz9 { --framer-paragraph-spacing: 0px; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-pr5RB .framer-1pbp4d, .framer-pr5RB .framer-1bzcjpo, .framer-pr5RB .framer-1o3cv2v, .framer-pr5RB .framer-vv45q4, .framer-pr5RB .framer-1szsjv1, .framer-pr5RB .framer-1s676uw, .framer-pr5RB .framer-im1g2s, .framer-pr5RB .framer-fpq222 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pr5RB .framer-1n4rtsr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pr5RB .framer-1i89mma { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pr5RB .framer-ovtgoo-container, .framer-pr5RB .framer-iolsf1-container { flex: none; height: 33px; position: relative; width: 35px; }\",\".framer-pr5RB .framer-15ycwrt { flex: none; height: auto; max-width: 1060px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pr5RB .framer-1pzkmdg, .framer-pr5RB .framer-19fhbqx, .framer-pr5RB .framer-18itw5a, .framer-pr5RB .framer-16391xa { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pr5RB .framer-1djsktt { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 720px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-15yxbv2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pr5RB .framer-1a3cokr { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-pr5RB .framer-ffgr2, .framer-pr5RB .framer-apegpc { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-pr5RB .framer-1ig0u20 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 30px 0px 0px; position: relative; width: 1px; }\",\".framer-pr5RB .framer-158nuqj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pr5RB .framer-1ofo1wp-container, .framer-pr5RB .framer-kbfd68-container, .framer-pr5RB .framer-actfmp-container, .framer-pr5RB .framer-wgo6kv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pr5RB .framer-d8ekc8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-kouw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 84px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 32px 40px 32px; position: relative; width: 1px; }\",\".framer-pr5RB .framer-1n4svf1 { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-1jtrffz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pr5RB .framer-atn7md, .framer-pr5RB .framer-1tysyzi, .framer-pr5RB .framer-m2bexi, .framer-pr5RB .framer-76trpi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-156g5b7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-1q6orxr { flex: 1 0 0px; height: 58px; position: relative; width: 1px; }\",\".framer-pr5RB .framer-1xm2os { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pr5RB .framer-wd9bs6 { --framer-paragraph-spacing: 32px; flex: 2 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-pr5RB .framer-1kxhjmh { align-content: center; align-items: center; background-color: var(--token-3864de58-9c2a-419c-b7af-a93f76ca6f06, #0b0c0e); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 60px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-pr5RB .framer-1hv2j3g { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 1px; }\",\".framer-pr5RB .framer-46tfxa-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 684px); max-width: 1536px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-1f39z7 { aspect-ratio: 1.5812743823146944 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 769px); max-width: 1536px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-qfoek5 { align-content: center; align-items: center; background-color: var(--token-3864de58-9c2a-419c-b7af-a93f76ca6f06, #0b0c0e); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 60px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-pr5RB .framer-837h53 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 1px; }\",\".framer-pr5RB .framer-qw7j8s { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: 1 0 0px; height: 640px; position: relative; width: 1px; }\",\".framer-pr5RB .framer-jr5xlb { align-content: center; align-items: center; background-color: var(--token-3864de58-9c2a-419c-b7af-a93f76ca6f06, #0b0c0e); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 120px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-pr5RB .framer-1hawt3j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1536px; overflow: visible; padding: 10px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-idshhb, .framer-pr5RB .framer-jwa9jf { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 640px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-1e1c5x0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-1nbdepl, .framer-pr5RB .framer-gs30a0 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: 1 0 0px; height: 464px; position: relative; width: 1px; }\",\".framer-pr5RB .framer-1byg4dm { align-content: center; align-items: center; background-color: var(--token-3864de58-9c2a-419c-b7af-a93f76ca6f06, #0b0c0e); border-bottom-left-radius: 60px; border-bottom-right-radius: 60px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 100px 120px 100px 120px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-1154m39 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-omox5d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-18ejdxx { display: grid; flex: none; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-osh6o3 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 38px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-unnw7p-container { flex: none; height: 300px; position: relative; width: 100%; }\",\".framer-pr5RB .framer-1fxvjlm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 90vh; justify-content: center; overflow: hidden; padding: 0px; pointer-events: none; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,\"@media (min-width: 810px) and (max-width: 1279px) { .framer-pr5RB.framer-vzkcd5 { width: 810px; } .framer-pr5RB .framer-1xjnpk3 { padding: 180px 0px 0px 0px; } .framer-pr5RB .framer-1fwnscz { max-width: 640px; width: 100%; } .framer-pr5RB .framer-1pbp4d { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-pr5RB .framer-15ycwrt { max-width: unset; } .framer-pr5RB .framer-1djsktt { height: 560px; } .framer-pr5RB .framer-1n4svf1 { gap: 12px; } .framer-pr5RB .framer-156g5b7 { height: 67px; } .framer-pr5RB .framer-1q6orxr { height: 100%; } .framer-pr5RB .framer-46tfxa-container { height: var(--framer-aspect-ratio-supported, 420px); } .framer-pr5RB .framer-1f39z7 { height: var(--framer-aspect-ratio-supported, 472px); } .framer-pr5RB .framer-qw7j8s, .framer-pr5RB .framer-idshhb, .framer-pr5RB .framer-jwa9jf { height: 520px; } .framer-pr5RB .framer-1nbdepl, .framer-pr5RB .framer-gs30a0 { height: 400px; } .framer-pr5RB .framer-1byg4dm { padding: 80px 60px 80px 60px; }}\",\"@media (max-width: 809px) { .framer-pr5RB.framer-vzkcd5 { width: 390px; } .framer-pr5RB .framer-1metfkz-container { right: unset; width: 100%; } .framer-pr5RB .framer-1xjnpk3 { padding: 180px 0px 0px 0px; } .framer-pr5RB .framer-7n08ek { padding: 0px 30px 0px 30px; } .framer-pr5RB .framer-1d108gk { gap: 64px; } .framer-pr5RB .framer-1fwnscz { width: 100%; } .framer-pr5RB .framer-1pbp4d { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-pr5RB .framer-1djsktt { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: 440px; } .framer-pr5RB .framer-1ig0u20 { padding: 0px 9px 0px 0px; } .framer-pr5RB .framer-158nuqj { gap: 15px; } .framer-pr5RB .framer-kouw { gap: 48px; padding: 60px 0px 60px 0px; } .framer-pr5RB .framer-1n4svf1 { flex-direction: column; gap: 48px; } .framer-pr5RB .framer-1jtrffz { flex: none; gap: 24px; width: 100%; } .framer-pr5RB .framer-1q6orxr { height: 48px; } .framer-pr5RB .framer-1xm2os { flex: none; width: 100%; } .framer-pr5RB .framer-1kxhjmh, .framer-pr5RB .framer-qfoek5 { padding: 20px 0px 20px 0px; } .framer-pr5RB .framer-46tfxa-container { height: var(--framer-aspect-ratio-supported, 184px); } .framer-pr5RB .framer-1f39z7 { 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, 206px); } .framer-pr5RB .framer-qw7j8s, .framer-pr5RB .framer-idshhb, .framer-pr5RB .framer-jwa9jf { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: 356px; } .framer-pr5RB .framer-jr5xlb { padding: 0px 0px 60px 0px; } .framer-pr5RB .framer-1e1c5x0 { flex-direction: column; } .framer-pr5RB .framer-1nbdepl, .framer-pr5RB .framer-gs30a0 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 356px; width: 100%; } .framer-pr5RB .framer-1byg4dm { gap: 60px; padding: 60px 20px 60px 20px; } .framer-pr5RB .framer-1154m39 { gap: 20px; } .framer-pr5RB .framer-omox5d { gap: 40px; } .framer-pr5RB .framer-18ejdxx { grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-pr5RB .framer-1fxvjlm { height: 100vh; }}\",\"@media (min-width: 1920px) { .framer-pr5RB.framer-vzkcd5 { width: 1920px; } .framer-pr5RB .framer-1n4svf1 { gap: 24px; } .framer-pr5RB .framer-1hv2j3g { flex-direction: row; gap: 10px; height: 769px; max-width: 1536px; } .framer-pr5RB .framer-46tfxa-container { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 113px); width: 1px; } .framer-pr5RB .framer-1f39z7 { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 126px); width: 1px; } .framer-pr5RB .framer-837h53 { height: 769px; max-width: 1536px; } .framer-pr5RB .framer-1byg4dm { padding: 100px 250px 100px 250px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8553\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"q720uKHyZ\":{\"layout\":[\"fixed\",\"auto\"]},\"Ip8n7OwH0\":{\"layout\":[\"fixed\",\"auto\"]},\"gp6Zfml7n\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"oYLdN7TBv\":{\"pattern\":\":oYLdN7TBv\",\"name\":\"collection-list\"}}\n * @framerResponsiveScreen\n */const Framerj_m5MNzRX=withCSS(Component,css,\"framer-pr5RB\");export default Framerj_m5MNzRX;Framerj_m5MNzRX.displayName=\"Work\";Framerj_m5MNzRX.defaultProps={height:8553,width:1280};addFonts(Framerj_m5MNzRX,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"},{family:\"Recoleta Alt Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/U6rSlhQtARASS79OoNbjIaecxY.ttf\"}]},...FOOTERNewFonts,...NavbarFonts,...PhosphorFonts,...PaginationButtonArrowsFonts,...ShareButtonFonts,...YouTubeFonts,...CardListFonts,...ButtonFonts,...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),...componentPresets.fonts?.[\"ASzB9VzO0\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"ASzB9VzO0\"]):[],...componentPresets.fonts?.[\"cKnaaXZ8E\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"cKnaaXZ8E\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerj_m5MNzRX\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"8553\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"oYLdN7TBv\\\":{\\\"pattern\\\":\\\":oYLdN7TBv\\\",\\\"name\\\":\\\"collection-list\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q720uKHyZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ip8n7OwH0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gp6Zfml7n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerResponsiveScreen\":\"\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1280\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["PlayOptions", "ThumbnailOptions", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "originalSearchParams", "searchParams", "param", "value", "iframeProps", "u", "wrapperStyle", "l", "getThumbnailURL", "videoStyle", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "page", "res", "pre", "ext", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "Onv_4Zv7t_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "Onv_4Zv7t_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "ButtonOutlineFonts", "getFonts", "oBkz2q2f5_default", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "transition2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "category", "height", "id", "link", "logoWhite", "mainImage", "title", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "ImJMu4yug", "ubjQyq1t5", "dLfhIRs54", "JiLj1cryp", "zdWYyBHRI", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "oBkz2q2f5_default", "getLocalizedValue", "css", "FramerOnv_4Zv7t", "withCSS", "Onv_4Zv7t_default", "addPropertyControls", "ControlType", "addFonts", "ButtonOutlineFonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "FOOTERNewFonts", "getFonts", "guiEu9OJ1_default", "NavbarFonts", "YVlg7kpib_default", "ContainerWithFX", "withFX", "Container", "PhosphorFonts", "Icon", "PaginationButtonArrowsFonts", "fnzRH1m1J_default", "ShareButtonFonts", "ShareButton", "MotionDivWithFX", "motion", "YouTubeFonts", "Youtube", "ImageWithFX", "Image2", "CardListFonts", "Onv_4Zv7t_default", "ButtonFonts", "ZobC2_5vE_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "isSet", "value", "convertFromBoolean", "activeLocale", "toResponsiveImage", "toString", "animation2", "transition3", "animation3", "toDateString", "options", "date", "display", "dateOptions", "fallbackLocale", "locale", "animation4", "transition4", "animation5", "transition5", "animation6", "transition6", "animation7", "transition7", "animation8", "animation9", "transition8", "animation10", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "AJnD61nr6_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "UAJGIWsM4", "previousItemId", "previousItemId_IdLDCVSHS", "nextItemId", "nextItemId_IdLDCVSHS", "hbL_Cf5Va", "QWf4CTQam", "JAos2VVaa", "TCLBQ0FdX", "cRIf4hs0f", "L4g6f7jGF", "MEgDhyBC7", "eW7TQaYCP", "VQWpGFKmZ", "CkCdsMzni", "q0lDaNqTb", "ApOEmOZAL", "gpnbmbZNY", "yFMnXXjm9", "ClttPGij4", "hbL_Cf5VaoytZaeBdH", "JAos2VVaaoytZaeBdH", "UAJGIWsM4oytZaeBdH", "MEgDhyBC7oytZaeBdH", "IdLDCVSHSoytZaeBdH", "idoytZaeBdH", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "textContent", "enumToDisplayNameFunctions", "usePreloadLocalizedValues", "activeLocaleCode", "useLocaleCode", "textContent1", "visible", "visible1", "visible2", "visible3", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "guiEu9OJ1_default", "ResolveLinks", "resolvedLinks", "ContainerWithFX", "YVlg7kpib_default", "Link", "Icon", "x", "RichText2", "resolvedLinks1", "fnzRH1m1J_default", "resolvedLinks2", "getLoadingLazyAtYPosition", "Image2", "SVG", "Fetcher", "fetchResult", "MotionDivWithFX", "ShareButton", "getLocalizedValue", "ComponentPresetsProvider", "Youtube", "ImageWithFX", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks3", "Onv_4Zv7t_default", "resolvedLinks4", "ZobC2_5vE_default", "css", "Framerj_m5MNzRX", "withCSS", "j_m5MNzRX_default", "addFonts", "FOOTERNewFonts", "NavbarFonts", "PhosphorFonts", "PaginationButtonArrowsFonts", "ShareButtonFonts", "YouTubeFonts", "CardListFonts", "ButtonFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
