{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/tZ4BBLxqep75fqWPDP07/n9RyB3ifxeSooe94Lkru/Scroll_Progress.js", "ssg:https://framerusercontent.com/modules/QBY4k66oatHd0PkVsTiR/ql5zYP0FG7l4cPPFiHEI/Y_daWKrUp.js", "ssg:https://framerusercontent.com/modules/ofBHJbJaqiwCfcpANou2/WjB4tRhHh0Z1NGixytwx/yfzf7oXUk.js", "ssg:https://framerusercontent.com/modules/xHTsz3piwST2NLLkPJD1/AC9c9e4C6Dg0ZqxV20ht/FTvfTJXdy.js", "ssg:https://framerusercontent.com/modules/pwjdGHup2DE8P61BiMFf/4AyDNEdtYPuCXIeQ6nY3/ISHl4bTBD.js", "ssg:https://framerusercontent.com/modules/f0qW80bAuzvJdFjStITY/HZM8oPkFfxPRKH3cuHHu/sRJPJaWIw.js", "ssg:https://framerusercontent.com/modules/k1XoD3rGrsMiZNDICBOe/qJMgr4YV1ZMPGhvf9CBs/yj4PgToul.js", "ssg:https://framerusercontent.com/modules/9eXj6KgYD7KW6rfW5G0a/NcsW3ZMvt8x6S4FEOrdm/sc7psbi4o.js"],
  "sourcesContent": ["/*\n\nScroll Progress for Framer\nMIT License\n\n// The MIT License\n\nCopyright (c) 2023 Yann Bellot, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n*/ import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{motion,useScroll}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export default function Scroll_Progress(props){const{scrollYProgress}=useScroll();let progressOrigin;if(props.Origin==\"l\"){progressOrigin=\"0%\";}if(props.Origin==\"c\"){progressOrigin=\"50%\";}if(props.Origin==\"r\"){progressOrigin=\"100%\";}if(props.progressPosition==true){return /*#__PURE__*/ _jsx(_Fragment,{children:/*#__PURE__*/ _jsx(motion.div,{style:{position:\"fixed\",top:props.progressMargin,left:\"0\",right:\"0\",height:props.progressHeight+\"px\",width:\"100%\",background:props.backgroundColor,scaleX:scrollYProgress,transformOrigin:progressOrigin}})});}if(props.progressPosition==false){return /*#__PURE__*/ _jsx(_Fragment,{children:/*#__PURE__*/ _jsx(motion.div,{style:{position:\"fixed\",bottom:props.progressMargin,left:\"0\",right:\"0\",height:props.progressHeight+\"px\",width:\"100%\",background:props.backgroundColor,scaleX:scrollYProgress,transformOrigin:progressOrigin}})});}};addPropertyControls(Scroll_Progress,{backgroundColor:{type:ControlType.Color,defaultValue:\"#00F\"},progressHeight:{type:ControlType.Number,title:\"Height\",defaultValue:10,min:0,step:1,displayStepper:true},progressPosition:{type:ControlType.Boolean,title:\"Recycle\",defaultValue:true,enabledTitle:\"Top\",disabledTitle:\"Bottom\"},progressMargin:{type:ControlType.Number,title:\"Margin\",defaultValue:0,min:0,step:1,displayStepper:true},Origin:{type:ControlType.Enum,defaultValue:\"l\",displaySegmentedControl:true,segmentedControlDirection:\"horizontal\",options:[\"l\",\"c\",\"r\"],optionTitles:[\"Left\",\"Center\",\"Right\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Scroll_Progress\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scroll_Progress.map", "// Generated by Framer (9f55354)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"OJxgWBjRX\",\"cIrrhX1EF\",\"yCQBCQuIb\",\"fOlxeEYY0\"];const serializationHash=\"framer-XF2Mo\";const variantClassNames={cIrrhX1EF:\"framer-v-1nasdx8\",fOlxeEYY0:\"framer-v-1vp8bf5\",OJxgWBjRX:\"framer-v-xy3cyq\",yCQBCQuIb:\"framer-v-1id48aq\"};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 isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Landscape - Mobile\":\"cIrrhX1EF\",\"Mobile - Mobile\":\"fOlxeEYY0\",Landscape:\"OJxgWBjRX\",Mobile:\"yCQBCQuIb\"};const getProps=({height,id,image1,image2,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OJxgWBjRX\",wcPZi51s7:image2??props.wcPZi51s7,xr_CioAjt:image1??props.xr_CioAjt};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,xr_CioAjt,wcPZi51s7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OJxgWBjRX\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const visible=isSet(xr_CioAjt);const visible1=isSet(wcPZi51s7);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-xy3cyq\",className,classNames),\"data-framer-name\":\"Landscape\",layoutDependency:layoutDependency,layoutId:\"OJxgWBjRX\",ref:ref??ref1,style:{...style},...addPropertyOverrides({cIrrhX1EF:{\"data-framer-name\":\"Landscape - Mobile\"},fOlxeEYY0:{\"data-framer-name\":\"Mobile - Mobile\"},yCQBCQuIb:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7km11h\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"cm64wucrZ\",children:visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,...toResponsiveImage(xr_CioAjt)},className:\"framer-znweuh\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"u9_7uhm6R\",...addPropertyOverrides({cIrrhX1EF:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(xr_CioAjt)}},fOlxeEYY0:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,...toResponsiveImage(xr_CioAjt)}},yCQBCQuIb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-362.15),sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,...toResponsiveImage(xr_CioAjt)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16jwn7q\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"SH8yahEhW\",children:visible1&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,...toResponsiveImage(wcPZi51s7)},className:\"framer-13bk46w\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"UblTo03FS\",...addPropertyOverrides({cIrrhX1EF:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+375+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(wcPZi51s7)}},fOlxeEYY0:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,...toResponsiveImage(wcPZi51s7)}},yCQBCQuIb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-5.149999999999977),sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,...toResponsiveImage(wcPZi51s7)}}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XF2Mo.framer-1fv960x, .framer-XF2Mo .framer-1fv960x { display: block; }\",\".framer-XF2Mo.framer-xy3cyq { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-XF2Mo .framer-7km11h, .framer-XF2Mo .framer-16jwn7q { align-content: center; align-items: center; aspect-ratio: 1.6 / 1; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 375px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-XF2Mo .framer-znweuh, .framer-XF2Mo .framer-13bk46w { flex: none; height: 100%; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XF2Mo.framer-xy3cyq, .framer-XF2Mo .framer-7km11h, .framer-XF2Mo .framer-16jwn7q { gap: 0px; } .framer-XF2Mo.framer-xy3cyq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-XF2Mo.framer-xy3cyq > :first-child { margin-left: 0px; } .framer-XF2Mo.framer-xy3cyq > :last-child { margin-right: 0px; } .framer-XF2Mo .framer-7km11h > *, .framer-XF2Mo .framer-16jwn7q > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XF2Mo .framer-7km11h > :first-child, .framer-XF2Mo .framer-16jwn7q > :first-child { margin-top: 0px; } .framer-XF2Mo .framer-7km11h > :last-child, .framer-XF2Mo .framer-16jwn7q > :last-child { margin-bottom: 0px; } }\",\".framer-XF2Mo.framer-v-1nasdx8.framer-xy3cyq { flex-direction: column; }\",\".framer-XF2Mo.framer-v-1nasdx8 .framer-7km11h, .framer-XF2Mo.framer-v-1nasdx8 .framer-16jwn7q { flex: none; height: var(--framer-aspect-ratio-supported, 750px); width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XF2Mo.framer-v-1nasdx8.framer-xy3cyq { gap: 0px; } .framer-XF2Mo.framer-v-1nasdx8.framer-xy3cyq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XF2Mo.framer-v-1nasdx8.framer-xy3cyq > :first-child { margin-top: 0px; } .framer-XF2Mo.framer-v-1nasdx8.framer-xy3cyq > :last-child { margin-bottom: 0px; } }\",\".framer-XF2Mo.framer-v-1id48aq .framer-7km11h { aspect-ratio: 0.5625 / 1; height: var(--framer-aspect-ratio-supported, 356px); }\",\".framer-XF2Mo.framer-v-1id48aq .framer-znweuh { aspect-ratio: 0.5625258513718462 / 1; height: var(--framer-aspect-ratio-supported, 356px); }\",\".framer-XF2Mo.framer-v-1id48aq .framer-16jwn7q { aspect-ratio: 0.5622377622377622 / 1; height: var(--framer-aspect-ratio-supported, 356px); }\",\".framer-XF2Mo.framer-v-1id48aq .framer-13bk46w { aspect-ratio: 0.5459809733903213 / 1; height: var(--framer-aspect-ratio-supported, 366px); }\",\".framer-XF2Mo.framer-v-1vp8bf5.framer-xy3cyq { flex-wrap: wrap; width: 852px; }\",\".framer-XF2Mo.framer-v-1vp8bf5 .framer-7km11h { aspect-ratio: unset; flex: none; flex-wrap: wrap; height: min-content; min-height: 375px; width: 50%; }\",\".framer-XF2Mo.framer-v-1vp8bf5 .framer-znweuh, .framer-XF2Mo.framer-v-1vp8bf5 .framer-13bk46w { flex: 1 0 0px; height: 1px; }\",\".framer-XF2Mo.framer-v-1vp8bf5 .framer-16jwn7q { aspect-ratio: unset; flex: none; height: min-content; min-height: 375px; width: 50%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 375\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cIrrhX1EF\":{\"layout\":[\"fixed\",\"auto\"]},\"yCQBCQuIb\":{\"layout\":[\"fixed\",\"auto\"]},\"fOlxeEYY0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"xr_CioAjt\":\"image1\",\"wcPZi51s7\":\"image2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerY_daWKrUp=withCSS(Component,css,\"framer-XF2Mo\");export default FramerY_daWKrUp;FramerY_daWKrUp.displayName=\"Section Duo\";FramerY_daWKrUp.defaultProps={height:375,width:1200};addPropertyControls(FramerY_daWKrUp,{variant:{options:[\"OJxgWBjRX\",\"cIrrhX1EF\",\"yCQBCQuIb\",\"fOlxeEYY0\"],optionTitles:[\"Landscape\",\"Landscape - Mobile\",\"Mobile\",\"Mobile - Mobile\"],title:\"Variant\",type:ControlType.Enum},xr_CioAjt:{title:\"Image 1\",type:ControlType.ResponsiveImage},wcPZi51s7:{title:\"Image 2\",type:ControlType.ResponsiveImage}});addFonts(FramerY_daWKrUp,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerY_daWKrUp\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cIrrhX1EF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yCQBCQuIb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fOlxeEYY0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"xr_CioAjt\\\":\\\"image1\\\",\\\"wcPZi51s7\\\":\\\"image2\\\"}\",\"framerIntrinsicHeight\":\"375\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Y_daWKrUp.map", "// Generated by Framer (d89babb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import Projects from\"https://framerusercontent.com/modules/ilFXE551Dxg4QRRJPTVE/gDN6O2AiLJTqI3NlQFo0/RkpqJMqyR.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/4orqBfor27KPArGKi584/1r6d9RM7YYRFhDTIR8Ij/GDNBn1LwF.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/1nVnyh6wJTMct73AyQQI/c0BXcRpYPXgn9gRgTyS2/JsGah7QLS.js\";import*as localizedValues from\"./yfzf7oXUk-0.js\";const VideoFonts=getFonts(Video);const cycleOrder=[\"CSzwXRqOp\",\"haCqXDt8H\",\"Awox5c8SL\",\"BJoVOKXXK\",\"g3iRRM4pl\"];const serializationHash=\"framer-WyfBg\";const variantClassNames={Awox5c8SL:\"framer-v-1yezaqo\",BJoVOKXXK:\"framer-v-anwwyt\",CSzwXRqOp:\"framer-v-1mnzyhi\",g3iRRM4pl:\"framer-v-mhcb6e\",haCqXDt8H:\"framer-v-aayqci\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={hL_mQAERf:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={delay:0,duration:2,ease:[.25,1,.5,1],type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};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(React.Fragment);const humanReadableVariantMap={\"Next Project - Desktop\":\"Awox5c8SL\",\"Next Project - Hover\":\"haCqXDt8H\",\"Next Project - Mobile\":\"BJoVOKXXK\",\"Next Project - Tablet\":\"g3iRRM4pl\",\"Next Project\":\"CSzwXRqOp\"};const getProps=({height,id,nextSorting,width,...props})=>{return{...props,dgMaDIVUR:nextSorting??props.dgMaDIVUR,variant:humanReadableVariantMap[props.variant]??props.variant??\"CSzwXRqOp\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,dgMaDIVUR,dtjHWgeZ2Opvt3rPOB,f56JdpHHPOpvt3rPOB,UjxzeAxwSOpvt3rPOB,AfFvdv5VQOpvt3rPOB,V3uWnaGpPOpvt3rPOB,idOpvt3rPOB,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CSzwXRqOp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1gib012=activeVariantCallback(async(...args)=>{setVariant(\"haCqXDt8H\");});const onMouseLeave1d5vu8o=activeVariantCallback(async(...args)=>{setVariant(\"CSzwXRqOp\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Awox5c8SL\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Awox5c8SL\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({haCqXDt8H:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1mnzyhi\",className,classNames),\"data-framer-name\":\"Next Project\",layoutDependency:layoutDependency,layoutId:\"CSzwXRqOp\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref??ref1,style:{backgroundColor:\"rgb(0, 0, 0)\",...style},...addPropertyOverrides({Awox5c8SL:{\"data-framer-name\":\"Next Project - Desktop\"},BJoVOKXXK:{\"data-framer-name\":\"Next Project - Mobile\"},g3iRRM4pl:{\"data-framer-name\":\"Next Project - Tablet\"},haCqXDt8H:{\"data-framer-name\":\"Next Project - Hover\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r4goy9\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"jUgLSFPTR\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-49uo49\",layoutDependency:layoutDependency,layoutId:\"Opvt3rPOB\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"dtjHWgeZ2\",type:\"Identifier\"},{name:\"f56JdpHHP\",type:\"Identifier\"},{name:\"UjxzeAxwS\",type:\"Identifier\"},{name:\"AfFvdv5VQ\",type:\"Identifier\"},{name:\"V3uWnaGpP\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"NWY8uXNr5\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:dgMaDIVUR},type:\"BinaryOperation\"}},children:collection=>collection.map(({dtjHWgeZ2:dtjHWgeZ2Opvt3rPOB,f56JdpHHP:f56JdpHHPOpvt3rPOB,UjxzeAxwS:UjxzeAxwSOpvt3rPOB,AfFvdv5VQ:AfFvdv5VQOpvt3rPOB,V3uWnaGpP:V3uWnaGpPOpvt3rPOB,id:idOpvt3rPOB},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`Opvt3rPOB-${idOpvt3rPOB}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{dtjHWgeZ2:dtjHWgeZ2Opvt3rPOB},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{dtjHWgeZ2:dtjHWgeZ2Opvt3rPOB},webPageId:\"sc7psbi4o\"},children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-qph916 framer-q4rkhy\",layoutDependency:layoutDependency,layoutId:\"xNljWN0r9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hotu8i\",\"data-framer-name\":\"Project Item\",layoutDependency:layoutDependency,layoutId:\"RlkqxUpnm\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8uaeag\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"fJgtarPYw\",onMouseEnter:onMouseEnter1gib012,...addPropertyOverrides({Awox5c8SL:{\"data-highlight\":undefined,onMouseEnter:undefined},BJoVOKXXK:{\"data-highlight\":undefined,onMouseEnter:undefined},g3iRRM4pl:{\"data-highlight\":undefined,onMouseEnter:undefined},haCqXDt8H:{onMouseLeave:onMouseLeave1d5vu8o}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iyo8v2\",\"data-framer-name\":\"Video Wrapper\",layoutDependency:layoutDependency,layoutId:\"U5kjete8m\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-usnn26-container\",layoutDependency:layoutDependency,layoutId:\"BepVJKeQh-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"BepVJKeQh\",isMixedBorderRadius:false,layoutId:\"BepVJKeQh\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:toImageSrc(UjxzeAxwSOpvt3rPOB),posterEnabled:true,srcType:\"URL\",srcUrl:f56JdpHHPOpvt3rPOB,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\",...addPropertyOverrides({Awox5c8SL:{backgroundColor:\"rgba(161, 77, 77, 0)\",posterEnabled:isSet(UjxzeAxwSOpvt3rPOB)}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2fffwg\",\"data-framer-name\":\"Project Item\",layoutDependency:layoutDependency,layoutId:\"YnOBQblzY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6v9xzr\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"P1J0_2aVa\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-186obkn\",\"data-styles-preset\":\"JsGah7QLS\",children:\"Beyond the Frame\"})}),className:\"framer-1vog932\",\"data-framer-name\":\"Harmony in Motion\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"g0jz9NzfZ\",style:{opacity:1},text:AfFvdv5VQOpvt3rPOB,variants:{haCqXDt8H:{opacity:.2}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-186obkn\",\"data-styles-preset\":\"JsGah7QLS\",children:\"Beyond the Frame\"})}),className:\"framer-1pr38wx\",\"data-framer-name\":\"Harmony in Motion\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EllPtERPD\",text:AfFvdv5VQOpvt3rPOB,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wlaoxy\",\"data-framer-name\":\"Date\",layoutDependency:layoutDependency,layoutId:\"xX9Q4ifze\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-epmnsa\",\"data-styles-preset\":\"GDNBn1LwF\",children:\"24.03.20\"})}),className:\"framer-3ut5db\",\"data-framer-name\":\"20.06.23\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bdGovCD8V\",style:{opacity:1},text:V3uWnaGpPOpvt3rPOB,variants:{Awox5c8SL:{\"--extracted-r6o4lv\":\"var(--token-f378d834-a99c-4b23-8657-974d854da75f, rgb(245, 245, 245)) \"},haCqXDt8H:{opacity:.2}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Awox5c8SL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-epmnsa\",\"data-styles-preset\":\"GDNBn1LwF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f378d834-a99c-4b23-8657-974d854da75f, rgb(245, 245, 245)) )\"},children:\"Date\"})})}},baseVariant,gestureVariant)})})]})]})]})})})},idOpvt3rPOB);})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WyfBg.framer-q4rkhy, .framer-WyfBg .framer-q4rkhy { display: block; }\",\".framer-WyfBg.framer-1mnzyhi { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 800px; justify-content: center; overflow: hidden; padding: 0px 15px 0px 15px; position: relative; width: 1200px; }\",\".framer-WyfBg .framer-r4goy9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-WyfBg .framer-49uo49 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-WyfBg .framer-qph916 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 15px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-WyfBg .framer-1hotu8i { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.4 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 18px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-WyfBg .framer-8uaeag { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.6 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-WyfBg .framer-1iyo8v2 { flex: none; height: 115px; overflow: visible; position: relative; width: 200px; }\",\".framer-WyfBg .framer-usnn26-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(49.56521739130437% - 100% / 2); width: 100%; }\",\".framer-WyfBg .framer-2fffwg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-WyfBg .framer-6v9xzr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-WyfBg .framer-1vog932, .framer-WyfBg .framer-1pr38wx, .framer-WyfBg .framer-3ut5db { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-WyfBg .framer-wlaoxy { 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: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WyfBg.framer-1mnzyhi, .framer-WyfBg .framer-r4goy9, .framer-WyfBg .framer-49uo49, .framer-WyfBg .framer-qph916, .framer-WyfBg .framer-1hotu8i, .framer-WyfBg .framer-8uaeag, .framer-WyfBg .framer-2fffwg, .framer-WyfBg .framer-6v9xzr, .framer-WyfBg .framer-wlaoxy { gap: 0px; } .framer-WyfBg.framer-1mnzyhi > *, .framer-WyfBg .framer-8uaeag > *, .framer-WyfBg .framer-6v9xzr > *, .framer-WyfBg .framer-wlaoxy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WyfBg.framer-1mnzyhi > :first-child, .framer-WyfBg .framer-r4goy9 > :first-child, .framer-WyfBg .framer-49uo49 > :first-child, .framer-WyfBg .framer-qph916 > :first-child, .framer-WyfBg .framer-8uaeag > :first-child, .framer-WyfBg .framer-6v9xzr > :first-child, .framer-WyfBg .framer-wlaoxy > :first-child { margin-left: 0px; } .framer-WyfBg.framer-1mnzyhi > :last-child, .framer-WyfBg .framer-r4goy9 > :last-child, .framer-WyfBg .framer-49uo49 > :last-child, .framer-WyfBg .framer-qph916 > :last-child, .framer-WyfBg .framer-8uaeag > :last-child, .framer-WyfBg .framer-6v9xzr > :last-child, .framer-WyfBg .framer-wlaoxy > :last-child { margin-right: 0px; } .framer-WyfBg .framer-r4goy9 > *, .framer-WyfBg .framer-qph916 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-WyfBg .framer-49uo49 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-WyfBg .framer-1hotu8i > *, .framer-WyfBg .framer-2fffwg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WyfBg .framer-1hotu8i > :first-child, .framer-WyfBg .framer-2fffwg > :first-child { margin-top: 0px; } .framer-WyfBg .framer-1hotu8i > :last-child, .framer-WyfBg .framer-2fffwg > :last-child { margin-bottom: 0px; } }\",\".framer-WyfBg.framer-v-anwwyt.framer-1mnzyhi { width: 390px; }\",\".framer-WyfBg.framer-v-anwwyt .framer-qph916 { flex-direction: column; gap: 100px; }\",\".framer-WyfBg.framer-v-anwwyt .framer-1hotu8i { flex: none; width: 40%; }\",\".framer-WyfBg.framer-v-anwwyt .framer-8uaeag { flex: none; flex-direction: column; width: 100%; }\",\".framer-WyfBg.framer-v-anwwyt .framer-1iyo8v2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 125px; justify-content: center; padding: 0px 0px 0px 0px; width: 210px; }\",\".framer-WyfBg.framer-v-anwwyt .framer-usnn26-container { left: unset; position: relative; top: unset; }\",\".framer-WyfBg.framer-v-anwwyt .framer-2fffwg { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WyfBg.framer-v-anwwyt .framer-qph916, .framer-WyfBg.framer-v-anwwyt .framer-8uaeag, .framer-WyfBg.framer-v-anwwyt .framer-1iyo8v2 { gap: 0px; } .framer-WyfBg.framer-v-anwwyt .framer-qph916 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-WyfBg.framer-v-anwwyt .framer-qph916 > :first-child, .framer-WyfBg.framer-v-anwwyt .framer-8uaeag > :first-child, .framer-WyfBg.framer-v-anwwyt .framer-1iyo8v2 > :first-child { margin-top: 0px; } .framer-WyfBg.framer-v-anwwyt .framer-qph916 > :last-child, .framer-WyfBg.framer-v-anwwyt .framer-8uaeag > :last-child, .framer-WyfBg.framer-v-anwwyt .framer-1iyo8v2 > :last-child { margin-bottom: 0px; } .framer-WyfBg.framer-v-anwwyt .framer-8uaeag > *, .framer-WyfBg.framer-v-anwwyt .framer-1iyo8v2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-WyfBg.framer-v-mhcb6e.framer-1mnzyhi { width: 810px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"haCqXDt8H\":{\"layout\":[\"fixed\",\"fixed\"]},\"Awox5c8SL\":{\"layout\":[\"fixed\",\"fixed\"]},\"BJoVOKXXK\":{\"layout\":[\"fixed\",\"fixed\"]},\"g3iRRM4pl\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"dgMaDIVUR\":\"nextSorting\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameryfzf7oXUk=withCSS(Component,css,\"framer-WyfBg\");export default Frameryfzf7oXUk;Frameryfzf7oXUk.displayName=\"Next Project - Component\";Frameryfzf7oXUk.defaultProps={height:800,width:1200};addPropertyControls(Frameryfzf7oXUk,{variant:{options:[\"CSzwXRqOp\",\"haCqXDt8H\",\"Awox5c8SL\",\"BJoVOKXXK\",\"g3iRRM4pl\"],optionTitles:[\"Next Project\",\"Next Project - Hover\",\"Next Project - Desktop\",\"Next Project - Mobile\",\"Next Project - Tablet\"],title:\"Variant\",type:ControlType.Enum},dgMaDIVUR:{defaultValue:\"\",title:\"Next Sorting\",type:ControlType.String}});addFonts(Frameryfzf7oXUk,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...VideoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameryfzf7oXUk\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"haCqXDt8H\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Awox5c8SL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BJoVOKXXK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g3iRRM4pl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"dgMaDIVUR\\\":\\\"nextSorting\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"800\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=[\".framer-6idrR .framer-styles-preset-17zztfc:not(.rich-text-wrapper), .framer-6idrR .framer-styles-preset-17zztfc.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #0099ff; --framer-link-text-decoration: none; }\"];export const className=\"framer-6idrR\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[];export const css=['.framer-QDlVY .framer-styles-preset-18sqcxv:not(.rich-text-wrapper), .framer-QDlVY .framer-styles-preset-18sqcxv.rich-text-wrapper h4 { --framer-font-family: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-QDlVY\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[];export const css=['.framer-2dBe5 .framer-styles-preset-1br9cw5:not(.rich-text-wrapper), .framer-2dBe5 .framer-styles-preset-1br9cw5.rich-text-wrapper h5 { --framer-font-family: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-2dBe5\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Libre Caslon Text-regular\"]);export const fonts=[{family:\"Libre Caslon Text\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/librecaslontext/v5/DdT878IGsGw1aF1JU10PUbTvNNaDMcq63eNrHgO1.woff2\",weight:\"400\"}];export const css=['.framer-Pq73x .framer-styles-preset-cz1g3w:not(.rich-text-wrapper), .framer-Pq73x .framer-styles-preset-cz1g3w.rich-text-wrapper p { --framer-font-family: \"Libre Caslon Text\", \"Libre Caslon Text Placeholder\", serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-Pq73x\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Scroll_Progress from\"https://framerusercontent.com/modules/tZ4BBLxqep75fqWPDP07/n9RyB3ifxeSooe94Lkru/Scroll_Progress.js\";import NavigationHome from\"#framer/local/canvasComponent/ObWmyB30k/ObWmyB30k.js\";import VideoWrapper from\"#framer/local/canvasComponent/Qs8iYmaYk/Qs8iYmaYk.js\";import Footer from\"#framer/local/canvasComponent/xsmmr9WfN/xsmmr9WfN.js\";import SectionDuo from\"#framer/local/canvasComponent/Y_daWKrUp/Y_daWKrUp.js\";import NextProjectComponent from\"#framer/local/canvasComponent/yfzf7oXUk/yfzf7oXUk.js\";import Projects from\"#framer/local/collection/RkpqJMqyR/RkpqJMqyR.js\";import*as sharedStyle from\"#framer/local/css/duLVAwHmn/duLVAwHmn.js\";import*as sharedStyle7 from\"#framer/local/css/FTvfTJXdy/FTvfTJXdy.js\";import*as sharedStyle1 from\"#framer/local/css/GDNBn1LwF/GDNBn1LwF.js\";import*as sharedStyle5 from\"#framer/local/css/ISHl4bTBD/ISHl4bTBD.js\";import*as sharedStyle2 from\"#framer/local/css/JsGah7QLS/JsGah7QLS.js\";import*as sharedStyle4 from\"#framer/local/css/jSVWZ6Yhd/jSVWZ6Yhd.js\";import*as sharedStyle6 from\"#framer/local/css/sRJPJaWIw/sRJPJaWIw.js\";import*as sharedStyle3 from\"#framer/local/css/yj4PgToul/yj4PgToul.js\";import metadataProvider from\"#framer/local/webPageMetadata/sc7psbi4o/sc7psbi4o.js\";const Scroll_ProgressFonts=getFonts(Scroll_Progress);const NavigationHomeFonts=getFonts(NavigationHome);const VideoWrapperFonts=getFonts(VideoWrapper);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const SectionDuoFonts=getFonts(SectionDuo);const NextProjectComponentFonts=getFonts(NextProjectComponent);const NextProjectComponentWithVariantAppearEffect=withVariantAppearEffect(NextProjectComponent);const FooterFonts=getFonts(Footer);const breakpoints={k9Md6f5X6:\"(min-width: 810px) and (max-width: 1199px)\",NiEGHzO7D:\"(max-width: 809px)\",Xh37Pb1fd:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-pVyBX\";const variantClassNames={k9Md6f5X6:\"framer-v-9p17uo\",NiEGHzO7D:\"framer-v-1xr5gvz\",Xh37Pb1fd:\"framer-v-1uks0v3\"};const transition1={delay:.2,duration:1.5,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const contains=(a,b)=>{if(typeof a===\"string\"&&typeof b===\"string\"){return a.toLowerCase().includes(b.toLowerCase());}if(Array.isArray(a)&&typeof b===\"string\"){return a.includes(b);}return false;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"cBHZPCxFW\";}else{return\"VA699Merm\";}};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={delay:0,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:25};const transition3={delay:1.1,duration:1.5,ease:[0,0,1,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={delay:.6,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition5={delay:0,duration:1.5,ease:[.25,1,.5,1],type:\"tween\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition6={delay:.5,duration:1.5,ease:[0,0,1,1],type:\"tween\"};const transition7={delay:.1,duration:1.5,ease:[.25,1,.5,1],type:\"tween\"};const transition8={delay:.7,duration:1.5,ease:[0,0,1,1],type:\"tween\"};const convertFromBoolean1=(value,activeLocale)=>{if(value){return\"yCQBCQuIb\";}else{return\"OJxgWBjRX\";}};const convertFromBoolean2=(value,activeLocale)=>{if(value){return\"fOlxeEYY0\";}else{return\"cIrrhX1EF\";}};const negate=value=>{return!value;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"Xh37Pb1fd\",Phone:\"NiEGHzO7D\",Tablet:\"k9Md6f5X6\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Xh37Pb1fd\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"sc7psbi4o\",data:Projects,type:\"Collection\"},select:[{collection:\"sc7psbi4o\",name:\"Mowi04Usi\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"AfFvdv5VQ\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"UC1Fgsqvc\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"nNb4Er0By\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"V3uWnaGpP\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"UjxzeAxwS\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"G2uX6dAhE\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"Xtg_d0MZg\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"xSPeTE4P8\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"JP5cnTfSh\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"CzC_oj9SR\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"EX6NWqMb9\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"T5eMQZDI6\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"gdfhwoALf\",type:\"Identifier\"},{collection:\"sc7psbi4o\",name:\"d7pUnHLQ5\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"sc7psbi4o\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,Mowi04Usi=getFromCurrentRouteData(\"Mowi04Usi\")??\"\",nNb4Er0By=getFromCurrentRouteData(\"nNb4Er0By\")??\"\",UjxzeAxwS=getFromCurrentRouteData(\"UjxzeAxwS\"),AfFvdv5VQ=getFromCurrentRouteData(\"AfFvdv5VQ\")??\"\",V3uWnaGpP=getFromCurrentRouteData(\"V3uWnaGpP\")??\"\",T5eMQZDI6=getFromCurrentRouteData(\"T5eMQZDI6\")??\"\",gdfhwoALf=getFromCurrentRouteData(\"gdfhwoALf\")??\"\",Xtg_d0MZg=getFromCurrentRouteData(\"Xtg_d0MZg\"),G2uX6dAhE=getFromCurrentRouteData(\"G2uX6dAhE\"),JP5cnTfSh=getFromCurrentRouteData(\"JP5cnTfSh\"),xSPeTE4P8=getFromCurrentRouteData(\"xSPeTE4P8\"),CzC_oj9SR=getFromCurrentRouteData(\"CzC_oj9SR\"),EX6NWqMb9=getFromCurrentRouteData(\"EX6NWqMb9\"),UC1Fgsqvc=getFromCurrentRouteData(\"UC1Fgsqvc\")??\"\",...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const visible=isSet(V3uWnaGpP);const ref2=React.useRef(null);const elementId=useRouteElementId(\"mgjF9ZPQf\");const visible1=isSet(gdfhwoALf);const ref3=React.useRef(null);const elementId1=useRouteElementId(\"Kl3lMvJNB\");const visible2=isSet(Xtg_d0MZg);const visible3=isSet(JP5cnTfSh);const visible4=negate(contains(Mowi04Usi,\"Mobile\"));const visible5=isSet(CzC_oj9SR);const isDisplayed=(value,value1)=>{if(!isBrowser())return true;if(baseVariant===\"NiEGHzO7D\")return value1;return value;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Xh37Pb1fd\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1uks0v3\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qqkdtf-container\",children:/*#__PURE__*/_jsx(Scroll_Progress,{backgroundColor:\"rgb(0, 0, 0)\",height:\"100%\",id:\"S9tDTxDry\",layoutId:\"S9tDTxDry\",Origin:\"l\",progressHeight:3,progressMargin:0,progressPosition:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zk5wqs-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{variant:\"UkUPcpf3I\"}},children:/*#__PURE__*/_jsx(NavigationHome,{height:\"100%\",id:\"WKxxeao5n\",layoutId:\"WKxxeao5n\",SgnaWMMKY:\"rgb(0, 0, 0)\",style:{width:\"100%\"},variant:\"A7fUW5ojB\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-76xjp8\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qruciu\",\"data-framer-name\":\"Section Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pywjkx\",\"data-framer-name\":\"Center Column\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{y:(componentViewport?.y||0)+0+200+0+0+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:250,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1pva1ez-container\",\"data-framer-appear-id\":\"1pva1ez\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{variant:\"VA699Merm\"}},children:/*#__PURE__*/_jsx(VideoWrapper,{FzgYalGmp:nNb4Er0By,height:\"100%\",id:\"lJprvfJHD\",j2curmZRx:isSet(UjxzeAxwS),layoutId:\"lJprvfJHD\",style:{height:\"100%\",width:\"100%\"},uBD4ly2SZ:toResponsiveImage(UjxzeAxwS),variant:convertFromBoolean(contains(Mowi04Usi,\"Mobile\"),activeLocale),width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cvclpy\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qenxtz\",\"data-framer-name\":\"Left Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-eov88r\",\"data-framer-name\":\"Title Wrapper\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qj9v2s\",\"data-styles-preset\":\"duLVAwHmn\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Music Video\"})}),className:\"framer-nqnatn\",\"data-framer-appear-id\":\"nqnatn\",\"data-framer-name\":\"Capturing the Essence\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},text:Mowi04Usi,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-epmnsa\",\"data-styles-preset\":\"GDNBn1LwF\",style:{\"--framer-text-color\":\"var(--token-f378d834-a99c-4b23-8657-974d854da75f, rgb(245, 245, 245))\"},children:\"Stickin' and Movin'\"})}),className:\"framer-ufrihn\",\"data-framer-appear-id\":\"ufrihn\",\"data-framer-name\":\"Advertisment\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},text:AfFvdv5VQ,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rnvk16\",\"data-framer-name\":\"Right Column\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oqq09z\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16oxfvn\",\"data-framer-name\":\"Title Wrapper\",children:visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-186obkn\",\"data-styles-preset\":\"JsGah7QLS\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Client\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-186obkn\",\"data-styles-preset\":\"JsGah7QLS\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Client\"})}),className:\"framer-j1prw\",\"data-framer-appear-id\":\"j1prw\",\"data-framer-name\":\"Nike\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-epmnsa\",\"data-styles-preset\":\"GDNBn1LwF\",style:{\"--framer-text-color\":\"var(--token-f378d834-a99c-4b23-8657-974d854da75f, rgb(245, 245, 245))\"},children:\"Larry June & Cardo\"})}),className:\"framer-y2nlvi\",\"data-framer-appear-id\":\"y2nlvi\",\"data-framer-name\":\"Advertisment\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},text:V3uWnaGpP,verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-auwe7e\",\"data-framer-name\":\"Section Details\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bq6dn5\",\"data-framer-name\":\"About Col\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zb8w67\",\"data-framer-name\":\"Title Wrapper\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-186obkn\",\"data-styles-preset\":\"JsGah7QLS\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ABOUT\"})}),className:\"framer-1rjpvk0\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],id:elementId,ref:ref2,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nk27y4\",\"data-framer-name\":\"Text Wrapper\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cz1g3w\",\"data-styles-preset\":\"yj4PgToul\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Content\"})}),className:\"framer-1ew7z6m\",\"data-framer-name\":\"Art Direction Production Direction Editing Color grade Music Composition Digital Strategy\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:T5eMQZDI6,verticalAlignment:\"top\",withExternalLayout:true})})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k0lhdx\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ej6h3r\",\"data-framer-name\":\"Title Wrapper\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-186obkn\",\"data-styles-preset\":\"JsGah7QLS\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"TEam\"})}),className:\"framer-z0yzex\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],id:elementId1,ref:ref3,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ahlfv\",\"data-framer-name\":\"Text Wrapper\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-l29rqq\",\"data-framer-name\":\"Team Wrapper\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:gdfhwoALf,className:\"framer-1o8oj5s\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-17zztfc\",h1:\"framer-styles-preset-5o8a3x\",h2:\"framer-styles-preset-qj9v2s\",h3:\"framer-styles-preset-186obkn\",h4:\"framer-styles-preset-18sqcxv\",h5:\"framer-styles-preset-1br9cw5\",p:\"framer-styles-preset-cz1g3w\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{y:(componentViewport?.y||0)+0+200+0+514}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:375,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200+0+379,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f60irn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{variant:convertFromBoolean2(contains(Mowi04Usi,\"Mobile \"),activeLocale)}},children:/*#__PURE__*/_jsx(SectionDuo,{height:\"100%\",id:\"Qgsmr7roN\",layoutId:\"Qgsmr7roN\",style:{width:\"100%\"},variant:convertFromBoolean1(contains(Mowi04Usi,\"Mobile\"),activeLocale),wcPZi51s7:toResponsiveImage(Xtg_d0MZg),width:\"100%\",xr_CioAjt:toResponsiveImage(G2uX6dAhE)})})})})}),visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{y:(componentViewport?.y||0)+0+200+0+889}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:375,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200+0+754,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p0oolc-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{variant:convertFromBoolean2(contains(Mowi04Usi,\"Mobile\"),activeLocale)}},children:/*#__PURE__*/_jsx(SectionDuo,{height:\"100%\",id:\"YFZ_itUcS\",layoutId:\"YFZ_itUcS\",style:{width:\"100%\"},variant:convertFromBoolean1(contains(Mowi04Usi,\"Mobile\"),activeLocale),wcPZi51s7:toResponsiveImage(JP5cnTfSh),width:\"100%\",xr_CioAjt:toResponsiveImage(xSPeTE4P8)})})})})}),isDisplayed(visible4,visible5)&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{y:(componentViewport?.y||0)+0+200+0+1264}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:375,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200+0+1129,children:/*#__PURE__*/_jsx(Container,{className:cx(\"framer-18c3u37-container\",!visible4&&\"hidden-1uks0v3\",!visible5&&\"hidden-1xr5gvz\"),children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{variant:convertFromBoolean2(contains(Mowi04Usi,\"Mobile\"),activeLocale)}},children:/*#__PURE__*/_jsx(SectionDuo,{height:\"100%\",id:\"cnetQ9JfW\",layoutId:\"cnetQ9JfW\",style:{width:\"100%\"},variant:convertFromBoolean1(contains(Mowi04Usi,\"Mobile\"),activeLocale),wcPZi51s7:toResponsiveImage(EX6NWqMb9),width:\"100%\",xr_CioAjt:toResponsiveImage(CzC_oj9SR)})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tx7z8j\",\"data-framer-name\":\"Next Project - test\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{k9Md6f5X6:{height:500},NiEGHzO7D:{height:800,y:(componentViewport?.y||0)+0+200+0+1639+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:900,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200+0+1504+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nhqvj4-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{k9Md6f5X6:{variant:\"g3iRRM4pl\"},NiEGHzO7D:{__framer__variantAppearEffectEnabled:undefined,variant:\"BJoVOKXXK\"}},children:/*#__PURE__*/_jsx(NextProjectComponentWithVariantAppearEffect,{__framer__animateOnce:true,__framer__obscuredVariantId:\"Awox5c8SL\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"CSzwXRqOp\",dgMaDIVUR:UC1Fgsqvc,height:\"100%\",id:\"i7c93dcln\",layoutId:\"i7c93dcln\",style:{height:\"100%\",width:\"100%\"},variant:\"Awox5c8SL\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fvl56e-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NiEGHzO7D:{variant:\"JImJNCwTd\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"tRFSElPl5\",layoutId:\"tRFSElPl5\",style:{width:\"100%\"},variant:\"PCZa7h_Ij\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(0, 0, 0); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pVyBX.framer-1vwkeag, .framer-pVyBX .framer-1vwkeag { display: block; }\",\".framer-pVyBX.framer-1uks0v3 { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-pVyBX .framer-qqkdtf-container { flex: none; height: auto; position: relative; width: auto; z-index: 9; }\",\".framer-pVyBX .framer-zk5wqs-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-pVyBX .framer-76xjp8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pVyBX .framer-qruciu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pVyBX .framer-pywjkx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pVyBX .framer-1pva1ez-container { aspect-ratio: 1.824 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 800px); position: relative; width: 100%; }\",\".framer-pVyBX .framer-1cvclpy { 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: 30px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-pVyBX .framer-1qenxtz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 15px; position: relative; width: 50%; }\",\".framer-pVyBX .framer-eov88r, .framer-pVyBX .framer-16oxfvn { 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-pVyBX .framer-nqnatn, .framer-pVyBX .framer-ufrihn, .framer-pVyBX .framer-j1prw, .framer-pVyBX .framer-y2nlvi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pVyBX .framer-rnvk16 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-pVyBX .framer-oqq09z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pVyBX .framer-auwe7e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 1px; justify-content: flex-start; left: calc(50.00000000000002% - 1px / 2); overflow: hidden; padding: 0px 15px 100px 15px; position: absolute; top: 929px; width: 1px; z-index: 1; }\",\".framer-pVyBX .framer-1bq6dn5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pVyBX .framer-zb8w67, .framer-pVyBX .framer-1k0lhdx, .framer-pVyBX .framer-ej6h3r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pVyBX .framer-1rjpvk0, .framer-pVyBX .framer-1ew7z6m { flex: none; height: 1px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-pVyBX .framer-nk27y4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pVyBX .framer-z0yzex { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pVyBX .framer-9ahlfv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pVyBX .framer-l29rqq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pVyBX .framer-1o8oj5s { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-pVyBX .framer-f60irn-container, .framer-pVyBX .framer-1p0oolc-container, .framer-pVyBX .framer-18c3u37-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-pVyBX .framer-1tx7z8j { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 90vh; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pVyBX .framer-nhqvj4-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 5; }\",\".framer-pVyBX .framer-1fvl56e-container { bottom: 0px; flex: none; height: auto; left: 0px; position: absolute; right: 0px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pVyBX.framer-1uks0v3, .framer-pVyBX .framer-76xjp8, .framer-pVyBX .framer-qruciu, .framer-pVyBX .framer-pywjkx, .framer-pVyBX .framer-1cvclpy, .framer-pVyBX .framer-1qenxtz, .framer-pVyBX .framer-eov88r, .framer-pVyBX .framer-rnvk16, .framer-pVyBX .framer-oqq09z, .framer-pVyBX .framer-16oxfvn, .framer-pVyBX .framer-auwe7e, .framer-pVyBX .framer-1bq6dn5, .framer-pVyBX .framer-zb8w67, .framer-pVyBX .framer-nk27y4, .framer-pVyBX .framer-1k0lhdx, .framer-pVyBX .framer-ej6h3r, .framer-pVyBX .framer-9ahlfv, .framer-pVyBX .framer-l29rqq, .framer-pVyBX .framer-1tx7z8j { gap: 0px; } .framer-pVyBX.framer-1uks0v3 > *, .framer-pVyBX .framer-76xjp8 > *, .framer-pVyBX .framer-qruciu > *, .framer-pVyBX .framer-1qenxtz > *, .framer-pVyBX .framer-rnvk16 > *, .framer-pVyBX .framer-oqq09z > *, .framer-pVyBX .framer-nk27y4 > *, .framer-pVyBX .framer-9ahlfv > *, .framer-pVyBX .framer-1tx7z8j > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pVyBX.framer-1uks0v3 > :first-child, .framer-pVyBX .framer-76xjp8 > :first-child, .framer-pVyBX .framer-qruciu > :first-child, .framer-pVyBX .framer-pywjkx > :first-child, .framer-pVyBX .framer-1qenxtz > :first-child, .framer-pVyBX .framer-rnvk16 > :first-child, .framer-pVyBX .framer-oqq09z > :first-child, .framer-pVyBX .framer-1bq6dn5 > :first-child, .framer-pVyBX .framer-zb8w67 > :first-child, .framer-pVyBX .framer-nk27y4 > :first-child, .framer-pVyBX .framer-1k0lhdx > :first-child, .framer-pVyBX .framer-ej6h3r > :first-child, .framer-pVyBX .framer-9ahlfv > :first-child, .framer-pVyBX .framer-1tx7z8j > :first-child { margin-top: 0px; } .framer-pVyBX.framer-1uks0v3 > :last-child, .framer-pVyBX .framer-76xjp8 > :last-child, .framer-pVyBX .framer-qruciu > :last-child, .framer-pVyBX .framer-pywjkx > :last-child, .framer-pVyBX .framer-1qenxtz > :last-child, .framer-pVyBX .framer-rnvk16 > :last-child, .framer-pVyBX .framer-oqq09z > :last-child, .framer-pVyBX .framer-1bq6dn5 > :last-child, .framer-pVyBX .framer-zb8w67 > :last-child, .framer-pVyBX .framer-nk27y4 > :last-child, .framer-pVyBX .framer-1k0lhdx > :last-child, .framer-pVyBX .framer-ej6h3r > :last-child, .framer-pVyBX .framer-9ahlfv > :last-child, .framer-pVyBX .framer-1tx7z8j > :last-child { margin-bottom: 0px; } .framer-pVyBX .framer-pywjkx > *, .framer-pVyBX .framer-1bq6dn5 > *, .framer-pVyBX .framer-zb8w67 > *, .framer-pVyBX .framer-1k0lhdx > *, .framer-pVyBX .framer-ej6h3r > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pVyBX .framer-1cvclpy > *, .framer-pVyBX .framer-eov88r > *, .framer-pVyBX .framer-16oxfvn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pVyBX .framer-1cvclpy > :first-child, .framer-pVyBX .framer-eov88r > :first-child, .framer-pVyBX .framer-16oxfvn > :first-child, .framer-pVyBX .framer-auwe7e > :first-child, .framer-pVyBX .framer-l29rqq > :first-child { margin-left: 0px; } .framer-pVyBX .framer-1cvclpy > :last-child, .framer-pVyBX .framer-eov88r > :last-child, .framer-pVyBX .framer-16oxfvn > :last-child, .framer-pVyBX .framer-auwe7e > :last-child, .framer-pVyBX .framer-l29rqq > :last-child { margin-right: 0px; } .framer-pVyBX .framer-auwe7e > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-pVyBX .framer-l29rqq > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-pVyBX.framer-1uks0v3 { width: 810px; } .framer-pVyBX .framer-qruciu, .framer-pVyBX .framer-pywjkx { order: 0; } .framer-pVyBX .framer-1pva1ez-container { height: var(--framer-aspect-ratio-supported, 540px); } .framer-pVyBX .framer-1cvclpy { order: 1; padding: 30px 0px 60px 15px; } .framer-pVyBX .framer-1qenxtz, .framer-pVyBX .framer-rnvk16, .framer-pVyBX .framer-1bq6dn5 { flex: 0.5 0 0px; padding: 0px 0px 0px 5px; width: 1px; } .framer-pVyBX .framer-16oxfvn { align-self: stretch; justify-content: flex-start; width: auto; } .framer-pVyBX .framer-auwe7e { gap: 10px; order: 1; } .framer-pVyBX .framer-1k0lhdx { flex: 0.4 0 0px; width: 1px; } .framer-pVyBX .framer-9ahlfv { height: min-content; } .framer-pVyBX .framer-f60irn-container { order: 2; } .framer-pVyBX .framer-1p0oolc-container { order: 3; } .framer-pVyBX .framer-18c3u37-container { order: 4; } .framer-pVyBX .framer-1tx7z8j { height: 50vh; order: 7; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pVyBX .framer-auwe7e { gap: 0px; } .framer-pVyBX .framer-auwe7e > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pVyBX .framer-auwe7e > :first-child { margin-left: 0px; } .framer-pVyBX .framer-auwe7e > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-pVyBX.framer-1uks0v3 { width: 390px; } .framer-pVyBX .framer-qruciu { align-content: flex-start; align-items: flex-start; gap: 56px; padding: 60px 0px 50px 0px; } .framer-pVyBX .framer-pywjkx { order: 0; } .framer-pVyBX .framer-1pva1ez-container { height: var(--framer-aspect-ratio-supported, 110px); } .framer-pVyBX .framer-1cvclpy { flex-direction: column; order: 1; padding: 0px 0px 10px 0px; } .framer-pVyBX .framer-1qenxtz, .framer-pVyBX .framer-rnvk16, .framer-pVyBX .framer-1bq6dn5, .framer-pVyBX .framer-1k0lhdx { width: 100%; } .framer-pVyBX .framer-eov88r { align-content: flex-start; align-items: flex-start; justify-content: flex-start; width: 100%; } .framer-pVyBX .framer-oqq09z { align-content: flex-end; align-items: flex-end; padding: 0px 15px 0px 15px; width: 100%; } .framer-pVyBX .framer-auwe7e { flex-direction: column; gap: 50px; padding: 0px 15px 50px 15px; } .framer-pVyBX .framer-1tx7z8j { height: 80vh; justify-content: center; } .framer-pVyBX .framer-nhqvj4-container { bottom: unset; height: 80vh; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pVyBX .framer-qruciu, .framer-pVyBX .framer-1cvclpy, .framer-pVyBX .framer-auwe7e { gap: 0px; } .framer-pVyBX .framer-qruciu > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-pVyBX .framer-qruciu > :first-child, .framer-pVyBX .framer-1cvclpy > :first-child, .framer-pVyBX .framer-auwe7e > :first-child { margin-top: 0px; } .framer-pVyBX .framer-qruciu > :last-child, .framer-pVyBX .framer-1cvclpy > :last-child, .framer-pVyBX .framer-auwe7e > :last-child { margin-bottom: 0px; } .framer-pVyBX .framer-1cvclpy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pVyBX .framer-auwe7e > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2774\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"k9Md6f5X6\":{\"layout\":[\"fixed\",\"auto\"]},\"NiEGHzO7D\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerLayoutTemplateCompatible true\n * @framerResponsiveScreen\n */const Framersc7psbi4o=withCSS(Component,css,\"framer-pVyBX\");export default Framersc7psbi4o;Framersc7psbi4o.displayName=\"Projects\";Framersc7psbi4o.defaultProps={height:2774,width:1200};addFonts(Framersc7psbi4o,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...Scroll_ProgressFonts,...NavigationHomeFonts,...VideoWrapperFonts,...SectionDuoFonts,...NextProjectComponentFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framersc7psbi4o\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k9Md6f5X6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NiEGHzO7D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"2774\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerLayoutTemplateCompatible\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Scroll_Progress", "props", "scrollYProgress", "useScroll", "progressOrigin", "p", "l", "motion", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isSet", "value", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "image2", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "xr_CioAjt", "wcPZi51s7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "visible", "visible1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "FramerY_daWKrUp", "withCSS", "Y_daWKrUp_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "toImageSrc", "value", "isSet", "QueryData", "query", "children", "data", "useQueryData", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "nextSorting", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "dgMaDIVUR", "dtjHWgeZ2Opvt3rPOB", "f56JdpHHPOpvt3rPOB", "UjxzeAxwSOpvt3rPOB", "AfFvdv5VQOpvt3rPOB", "V3uWnaGpPOpvt3rPOB", "idOpvt3rPOB", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1gib012", "args", "onMouseLeave1d5vu8o", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "addPropertyOverrides", "cx", "serializationHash", "RkpqJMqyR_default", "collection", "i", "PathVariablesContext", "Link", "u", "ComponentViewportProvider", "Video", "RichText2", "css", "Frameryfzf7oXUk", "withCSS", "yfzf7oXUk_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "Scroll_ProgressFonts", "getFonts", "Scroll_Progress", "NavigationHomeFonts", "ObWmyB30k_default", "VideoWrapperFonts", "Qs8iYmaYk_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RichTextWithOptimizedAppearEffect", "RichText2", "RichTextWithFX", "withFX", "MotionDivWithFX", "motion", "SectionDuoFonts", "Y_daWKrUp_default", "NextProjectComponentFonts", "yfzf7oXUk_default", "NextProjectComponentWithVariantAppearEffect", "withVariantAppearEffect", "FooterFonts", "xsmmr9WfN_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "contains", "a", "b", "convertFromBoolean", "value", "activeLocale", "isSet", "toResponsiveImage", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "animation6", "transition5", "animation7", "transition6", "transition7", "transition8", "convertFromBoolean1", "convertFromBoolean2", "negate", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "RkpqJMqyR_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "Mowi04Usi", "nNb4Er0By", "UjxzeAxwS", "AfFvdv5VQ", "V3uWnaGpP", "T5eMQZDI6", "gdfhwoALf", "Xtg_d0MZg", "G2uX6dAhE", "JP5cnTfSh", "xSPeTE4P8", "CzC_oj9SR", "EX6NWqMb9", "UC1Fgsqvc", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "visible", "ref2", "elementId", "useRouteElementId", "visible1", "ref3", "elementId1", "visible2", "visible3", "visible4", "visible5", "isDisplayed", "value1", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "css", "Framersc7psbi4o", "withCSS", "sc7psbi4o_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
