{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/73UsIpa97froefZwqzz9/Image.js", "ssg:https://framerusercontent.com/modules/NTb0NINdY4gaUC9dXUNk/lZ05Y6fA4nRCVjbrwCCC/LTyyzjOKx.js", "ssg:https://framerusercontent.com/modules/kD0TrwSMUBGxvQd2kXeT/wCAhTb9hKOkDUoMSzua6/mrd7Ff8W0.js", "ssg:https://framerusercontent.com/modules/dXMxiZU10MSr9ObmGVNi/BDODpEsMya2aXF0Q6Uhv/u9anT5GZ9.js", "ssg:https://framerusercontent.com/modules/lSMAUfTaYqSjf8UQkrwD/xoO4oKPJFvgzL5L4XnNJ/q1hEW5ig1.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Responsive Image\n * By Benjamin\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n *\n */ export default function Image(props){const{image,alt,radius,padding,link,newTab,style,shadowOptions}=props;const{shadowX,shadowY,shadowBlur,shadowColor,shadowEnabled}=shadowOptions;const wrapperStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",width:\"100%\",height:\"100%\",padding:padding};const imageStyle={maxWidth:\"100%\",maxHeight:\"100%\",borderRadius:radius,boxShadow:shadowEnabled&&`${shadowX}px ${shadowY}px ${shadowBlur}px ${shadowColor}`};const imageSource=(image===null||image===void 0?void 0:image.src)||\"https://framerusercontent.com/images/64n4wnVJKDJspLlFZ6DarCP0M4.jpg\";return link?/*#__PURE__*/ _jsx(\"a\",{href:link,title:alt,target:newTab?\"_blank\":\"_self\",style:wrapperStyle,children:/*#__PURE__*/ _jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt})}):/*#__PURE__*/ _jsx(\"div\",{style:wrapperStyle,children:/*#__PURE__*/ _jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt})});};Image.defaultProps={radius:10,padding:10,alt:\"\",shadowOptions:{shadowEnabled:false,shadowX:0,shadowY:2,shadowBlur:4,shadowColor:\"rgba(0,0,0,0.2)\"}};addPropertyControls(Image,{image:{title:\"Image\",type:ControlType.ResponsiveImage},alt:{type:ControlType.String,title:\"Alt\",placeholder:\"Alt Text\"},radius:{title:\"Radius\",type:ControlType.Number,min:0,max:100,step:5,displayStepper:true},padding:{title:\"Padding\",type:ControlType.Number,min:0,max:100,step:5,displayStepper:true},link:{type:ControlType.Link,title:\"Link\"},newTab:{type:ControlType.Boolean,title:\"New Tab\",hidden:props=>!props.link},shadowOptions:{type:ControlType.Object,title:\"Shadow\",controls:{shadowEnabled:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},shadowX:{type:ControlType.Number,title:\"X\",min:0,defaultValue:0,hidden:props=>!props.shadowEnabled},shadowY:{type:ControlType.Number,title:\"Y\",min:0,defaultValue:2,hidden:props=>!props.shadowEnabled},shadowBlur:{type:ControlType.Number,title:\"Blur\",min:0,defaultValue:4,hidden:props=>!props.shadowEnabled},shadowColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.shadowEnabled}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Image\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image.map", "// Generated by Framer (a1bdbac)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";const enabledGestures={OSMt5AF8c:{hover:true}};const cycleOrder=[\"OSMt5AF8c\"];const variantClassNames={OSMt5AF8c:\"framer-v-518iw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"OSMt5AF8c\",link:eK2dQOIj7,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"OSMt5AF8c\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-WIRyK\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Link,{href:eK2dQOIj7,smoothScroll:true,children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-518iw\",className)} framer-18u21jp`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"OSMt5AF8c\",ref:ref,style:{...style},transition:transition,...addPropertyOverrides({\"OSMt5AF8c-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-192cflu\",layoutDependency:layoutDependency,layoutId:\"RRNm1Zbcb\",transition:transition,children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1eb1gkl\",layoutDependency:layoutDependency,layoutId:\"xHfflt4Vr\",style:{backgroundColor:\"var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255))\",borderBottomLeftRadius:0,borderBottomRightRadius:35,borderTopLeftRadius:0,borderTopRightRadius:0},transition:transition,children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-zkx9u\",\"data-framer-name\":\"Back\",layoutDependency:layoutDependency,layoutId:\"uZxSF2fxc\",style:{borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},transition:transition,children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1sxr73f\",layoutDependency:layoutDependency,layoutId:\"npRrALY18\",transition:transition,children:[/*#__PURE__*/ _jsx(SVG,{className:\"framer-6brz6s\",\"data-framer-name\":\"Arrow left\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"iujfMdQcp\",opacity:1,radius:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33 34\"><path d=\"M 18.414 5.414 C 19.195 4.633 19.195 3.367 18.414 2.586 C 17.633 1.805 16.367 1.805 15.586 2.586 L 2.586 15.586 C 1.805 16.367 1.805 17.633 2.586 18.414 L 15.586 31.414 C 16.367 32.195 17.633 32.195 18.414 31.414 C 19.195 30.633 19.195 29.367 18.414 28.586 L 10.536 20.707 C 9.906 20.077 10.352 19 11.243 19 L 29 19 C 30.105 19 31 18.105 31 17 C 31 15.895 30.105 15 29 15 L 11.243 15 C 10.352 15 9.906 13.923 10.536 13.293 Z\" fill=\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(17, 17, 17)) /* {&quot;name&quot;:&quot;Titles&quot;} */\"></path></svg>',svgContentId:4160919118,transition:transition,withExternalLayout:true}),/*#__PURE__*/ _jsx(SVG,{className:\"framer-1yp599l\",\"data-framer-name\":\"Dash\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"H1etd5WiC\",opacity:1,radius:0,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 8\"><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 28 2 C 29.105 2 30 2.895 30 4 C 30 5.105 29.105 6 28 6 L 4 6 C 2.895 6 2 5.105 2 4 Z\" fill=\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(17, 17, 17)) /* {&quot;name&quot;:&quot;Titles&quot;} */\"></path></svg>',svgContentId:2345477615,transition:transition,withExternalLayout:true,...addPropertyOverrides({\"OSMt5AF8c-hover\":{svgContentId:2176161180}},baseVariant,gestureVariant)})]})})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-i87adx\",layoutDependency:layoutDependency,layoutId:\"qdW6T9nL1\",transition:transition,children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-7rbfqa\",\"data-framer-name\":\"Radius\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"JtEqTB_GQ\",opacity:1,radius:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 0 9.5 L 0 0 L 9.5 0 L 10 0 L 10 0.013 C 9.834 0.004 9.668 0 9.5 0 C 4.253 0 0 4.253 0 9.5 Z\" fill=\"var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\"></path></svg>',svgContentId:3796710547,transition:transition,withExternalLayout:true})})]}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-12urmo8\",layoutDependency:layoutDependency,layoutId:\"j91bGRsV6\",transition:transition,children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-1dmsxwc\",\"data-framer-name\":\"Radius\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Hd63TJx6t\",opacity:1,radius:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 0 9.5 L 0 0 L 9.5 0 L 10 0 L 10 0.013 C 9.834 0.004 9.668 0 9.5 0 C 4.253 0 0 4.253 0 9.5 Z\" fill=\"var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\"></path></svg>',svgContentId:3796710547,transition:transition,withExternalLayout:true})})]})})})});});const css=['.framer-WIRyK [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WIRyK * { box-sizing: border-box; }\",\".framer-WIRyK .framer-18u21jp { display: block; }\",\".framer-WIRyK .framer-518iw { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 80px; }\",\".framer-WIRyK .framer-192cflu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 70px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 80px; }\",\".framer-WIRyK .framer-1eb1gkl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 70px; justify-content: center; overflow: hidden; padding: 10px 10px 10px 10px; position: relative; width: 70px; will-change: transform; }\",\".framer-WIRyK .framer-zkx9u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: hidden; padding: 7px 7px 7px 7px; position: relative; width: 50px; will-change: transform; }\",\".framer-WIRyK .framer-1sxr73f { flex: none; height: 36px; overflow: visible; position: relative; width: 36px; }\",\".framer-WIRyK .framer-6brz6s { flex: none; height: 34px; left: 0px; position: absolute; top: 0px; width: 33px; }\",\".framer-WIRyK .framer-1yp599l { flex: none; height: 8px; left: calc(47.22222222222224% - 32px / 2); position: absolute; top: calc(47.22222222222224% - 8px / 2); width: 32px; }\",\".framer-WIRyK .framer-i87adx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: 10px; }\",\".framer-WIRyK .framer-7rbfqa, .framer-WIRyK .framer-1dmsxwc { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-WIRyK .framer-12urmo8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 10px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 10px; position: relative; width: 20px; }\",\".framer-WIRyK .framer-v-518iw .framer-518iw { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WIRyK .framer-518iw, .framer-WIRyK .framer-192cflu, .framer-WIRyK .framer-1eb1gkl, .framer-WIRyK .framer-zkx9u, .framer-WIRyK .framer-i87adx, .framer-WIRyK .framer-12urmo8 { gap: 0px; } .framer-WIRyK .framer-518iw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WIRyK .framer-518iw > :first-child, .framer-WIRyK .framer-i87adx > :first-child { margin-top: 0px; } .framer-WIRyK .framer-518iw > :last-child, .framer-WIRyK .framer-i87adx > :last-child { margin-bottom: 0px; } .framer-WIRyK .framer-192cflu > *, .framer-WIRyK .framer-1eb1gkl > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-WIRyK .framer-192cflu > :first-child, .framer-WIRyK .framer-1eb1gkl > :first-child, .framer-WIRyK .framer-zkx9u > :first-child, .framer-WIRyK .framer-12urmo8 > :first-child { margin-left: 0px; } .framer-WIRyK .framer-192cflu > :last-child, .framer-WIRyK .framer-1eb1gkl > :last-child, .framer-WIRyK .framer-zkx9u > :last-child, .framer-WIRyK .framer-12urmo8 > :last-child { margin-right: 0px; } .framer-WIRyK .framer-zkx9u > *, .framer-WIRyK .framer-12urmo8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WIRyK .framer-i87adx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-WIRyK.framer-v-518iw.hover .framer-6brz6s { left: -5px; }\",\".framer-WIRyK.framer-v-518iw.hover .framer-1yp599l { left: unset; right: -2px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 80\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"NIQ1nEc5V\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"eK2dQOIj7\":\"link\"}\n */ const FramerLTyyzjOKx=withCSS(Component,css,\"framer-WIRyK\");export default FramerLTyyzjOKx;FramerLTyyzjOKx.displayName=\"Back\";FramerLTyyzjOKx.defaultProps={height:80,width:80};addPropertyControls(FramerLTyyzjOKx,{eK2dQOIj7:{title:\"Link\",type:ControlType.Link}});addFonts(FramerLTyyzjOKx,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLTyyzjOKx\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"eK2dQOIj7\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NIQ1nEc5V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"80\",\"framerIntrinsicWidth\":\"80\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LTyyzjOKx.map", "// Generated by Framer (69c895f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/hHQYPJrUfz9BxvvXkglM/VvbN3vTcqtpRTFKWv1Xr/QCtzoRG1E.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/w1SxliGDgqMgCpZXpPub/Sx6WgkdB8OSzO1CwIZKx/YckFIlg3V.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/nih87n7WizRnFUsbboQQ/yNm24jWzcFndPpWTOrW3/zcoSEv0La.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={RRO5p1hhr:{hover:true}};const cycleOrder=[\"RRO5p1hhr\",\"a6nnjb0Aq\"];const variantClassNames={a6nnjb0Aq:\"framer-v-cjzn4g\",RRO5p1hhr:\"framer-v-1ryu5k1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"RRO5p1hhr\",Phone:\"a6nnjb0Aq\"};const getProps=({height,id,title3,width,...props})=>{var ref,_variant,ref1;return{...props,H65_lOdqa:(ref=title3!==null&&title3!==void 0?title3:props.H65_lOdqa)!==null&&ref!==void 0?ref:\"text\",variant:(ref1=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref1!==void 0?ref1:\"RRO5p1hhr\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,H65_lOdqa,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"RRO5p1hhr\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isDisplayed=()=>{if(baseVariant===\"a6nnjb0Aq\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"a6nnjb0Aq\")return true;return false;};const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-MuHWW\",sharedStyle.className,sharedStyle1.className,sharedStyle2.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-1ryu5k1\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"RRO5p1hhr\",ref:ref,style:{backgroundColor:\"rgba(17, 17, 17, 0.5)\",...style},variants:{\"RRO5p1hhr-hover\":{backgroundColor:\"rgba(17, 17, 17, 0)\"}},...addPropertyOverrides({\"RRO5p1hhr-hover\":{\"data-framer-name\":undefined},a6nnjb0Aq:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-58jpqw\",layoutDependency:layoutDependency,layoutId:\"Is5AzpGfz\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1xzsrrf\",layoutDependency:layoutDependency,layoutId:\"VfoGmGQbc\",style:{backgroundColor:\"var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255))\",borderBottomRightRadius:25},children:[isDisplayed()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1ixfsk4-container\",layoutDependency:layoutDependency,layoutId:\"R3eXpFKU2-container\",style:{opacity:0},variants:{\"RRO5p1hhr-hover\":{opacity:1}},children:/*#__PURE__*/ _jsx(Phosphor,{color:'var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(17, 17, 17)) /* {\"name\":\"Titles\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"R3eXpFKU2\",layoutId:\"R3eXpFKU2\",mirrored:true,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1mlpu6o\",layoutDependency:layoutDependency,layoutId:\"MoHJ8yguG\",style:{borderBottomRightRadius:20,borderTopLeftRadius:20},children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-uq0oqh\",\"data-styles-preset\":\"QCtzoRG1E\",children:\"Previous project\"})}),className:\"framer-1iquu04\",\"data-framer-name\":\"Stories Stories\",layoutDependency:layoutDependency,layoutId:\"xx_OKSoPr\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.55},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h3,{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Zebro Magma\"})}),className:\"framer-1cu4thh\",\"data-framer-name\":\"Stories\",layoutDependency:layoutDependency,layoutId:\"uVZsvAZoW\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:H65_lOdqa,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a6nnjb0Aq:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-iwdfv7\",\"data-styles-preset\":\"zcoSEv0La\",children:\"text\"})})}},baseVariant,gestureVariant)})]})]}),isDisplayed1()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1jjvla4\",layoutDependency:layoutDependency,layoutId:\"b91lPzo2g\",children:isDisplayed1()&&/*#__PURE__*/ _jsx(SVG,{className:\"framer-13ny8uh\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"eTiNeqyae\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 0 0 L 12 0 L 12 0 C 12 0.552 11.552 1 11 1 L 11 1 C 5.477 1 1 5.477 1 11 L 1 11 C 1 11.552 0.552 12 0 12 L 0 12 Z\" fill=\"var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\"></path></svg>',svgContentId:462617029,withExternalLayout:true,...addPropertyOverrides({a6nnjb0Aq:{svgContentId:1705857152}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/ _jsx(SVG,{className:\"framer-1tlq0fu\",\"data-framer-name\":\"Radius\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Qxy345WXV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 0 9.5 L 0 0 L 9.5 0 L 10 0 L 10 0.013 C 9.834 0.004 9.668 0 9.5 0 C 4.253 0 0 4.253 0 9.5 Z\" fill=\"var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\"></path></svg>',svgContentId:3101483984,withExternalLayout:true})]}),/*#__PURE__*/ _jsx(SVG,{className:\"framer-4njto1\",\"data-framer-name\":\"Radius\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rhr0j6Yy8\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 0 9.5 L 0 0 L 9.5 0 L 10 0 L 10 0.013 C 9.834 0.004 9.668 0 9.5 0 C 4.253 0 0 4.253 0 9.5 Z\" fill=\"var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\"></path></svg>',svgContentId:3027870454,withExternalLayout:true})]})})})});});const css=['.framer-MuHWW [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MuHWW .framer-hypaex { display: block; }\",\".framer-MuHWW .framer-1ryu5k1 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 300px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1180px; }\",\".framer-MuHWW .framer-58jpqw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-MuHWW .framer-1xzsrrf { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 20px 21px 30px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-MuHWW .framer-1ixfsk4-container { flex: none; height: 35px; position: relative; width: 1px; }\",\".framer-MuHWW .framer-1mlpu6o { 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: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-MuHWW .framer-1iquu04, .framer-MuHWW .framer-1cu4thh { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-MuHWW .framer-1jjvla4 { flex: none; height: 10px; overflow: visible; position: relative; width: 10px; }\",\".framer-MuHWW .framer-13ny8uh { flex: none; height: 12px; left: -1px; position: absolute; top: calc(50.00000000000002% - 12px / 2); width: 12px; }\",\".framer-MuHWW .framer-1tlq0fu, .framer-MuHWW .framer-4njto1 { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-MuHWW .framer-v-1ryu5k1 .framer-1ryu5k1 { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MuHWW .framer-1ryu5k1, .framer-MuHWW .framer-58jpqw, .framer-MuHWW .framer-1xzsrrf, .framer-MuHWW .framer-1mlpu6o { gap: 0px; } .framer-MuHWW .framer-1ryu5k1 > *, .framer-MuHWW .framer-1mlpu6o > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MuHWW .framer-1ryu5k1 > :first-child, .framer-MuHWW .framer-1mlpu6o > :first-child { margin-top: 0px; } .framer-MuHWW .framer-1ryu5k1 > :last-child, .framer-MuHWW .framer-1mlpu6o > :last-child { margin-bottom: 0px; } .framer-MuHWW .framer-58jpqw > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-MuHWW .framer-58jpqw > :first-child, .framer-MuHWW .framer-1xzsrrf > :first-child { margin-left: 0px; } .framer-MuHWW .framer-58jpqw > :last-child, .framer-MuHWW .framer-1xzsrrf > :last-child { margin-right: 0px; } .framer-MuHWW .framer-1xzsrrf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-MuHWW.framer-v-cjzn4g .framer-1xzsrrf { padding: 10px 15px 10px 5px; }\",\".framer-MuHWW.framer-v-1ryu5k1.hover .framer-1ixfsk4-container { width: 40px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 1180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"a6nnjb0Aq\":{\"layout\":[\"fixed\",\"fixed\"]},\"Uke24wRbQ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"H65_lOdqa\":\"title3\"}\n * @framerImmutableVariables false\n */ const Framermrd7Ff8W0=withCSS(Component,css,\"framer-MuHWW\");export default Framermrd7Ff8W0;Framermrd7Ff8W0.displayName=\"Previous Project\";Framermrd7Ff8W0.defaultProps={height:300,width:1180};addPropertyControls(Framermrd7Ff8W0,{variant:{options:[\"RRO5p1hhr\",\"a6nnjb0Aq\"],optionTitles:[\"Variant 1\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},H65_lOdqa:{defaultValue:\"text\",displayTextArea:false,title:\"Title 3\",type:ControlType.String}});addFonts(Framermrd7Ff8W0,[...PhosphorFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framermrd7Ff8W0\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1180\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"false\",\"framerVariables\":\"{\\\"H65_lOdqa\\\":\\\"title3\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a6nnjb0Aq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Uke24wRbQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"300\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mrd7Ff8W0.map", "// Generated by Framer (69c895f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/hHQYPJrUfz9BxvvXkglM/VvbN3vTcqtpRTFKWv1Xr/QCtzoRG1E.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/w1SxliGDgqMgCpZXpPub/Sx6WgkdB8OSzO1CwIZKx/YckFIlg3V.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/nih87n7WizRnFUsbboQQ/yNm24jWzcFndPpWTOrW3/zcoSEv0La.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={jSjL7Ezbf:{hover:true}};const cycleOrder=[\"jSjL7Ezbf\",\"Cxd97UXZ6\"];const variantClassNames={Cxd97UXZ6:\"framer-v-11360rw\",jSjL7Ezbf:\"framer-v-1hevcoj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"jSjL7Ezbf\",Phone:\"Cxd97UXZ6\"};const getProps=({height,id,title,width,...props})=>{var ref,_variant,ref1;return{...props,iCaThPs0b:(ref=title!==null&&title!==void 0?title:props.iCaThPs0b)!==null&&ref!==void 0?ref:\"Next Project\",variant:(ref1=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref1!==void 0?ref1:\"jSjL7Ezbf\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,iCaThPs0b,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"jSjL7Ezbf\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isDisplayed=()=>{if(baseVariant===\"Cxd97UXZ6\")return false;return true;};const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-726Yr\",sharedStyle.className,sharedStyle1.className,sharedStyle2.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-1hevcoj\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"jSjL7Ezbf\",ref:ref,style:{backgroundColor:\"rgba(17, 17, 17, 0.5)\",...style},variants:{\"jSjL7Ezbf-hover\":{backgroundColor:\"rgba(17, 17, 17, 0)\"}},...addPropertyOverrides({\"jSjL7Ezbf-hover\":{\"data-framer-name\":undefined},Cxd97UXZ6:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-hd2srd\",layoutDependency:layoutDependency,layoutId:\"ptZxFTHnZ\",children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-11t8ygw\",\"data-framer-name\":\"Corner\",layoutDependency:layoutDependency,layoutId:\"MlhcrQ92Q\",children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-qitrqh\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QjzI1RQt3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 12 0 L 0 0 L 0 0 C 0 0.552 0.448 1 1 1 L 1 1 C 6.523 1 11 5.477 11 11 L 11 11 C 11 11.552 11.448 12 12 12 L 12 12 Z\" fill=\"var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\"></path></svg>',svgContentId:291252001,withExternalLayout:true})}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1ngphts\",layoutDependency:layoutDependency,layoutId:\"e_zQR_qmX\",style:{backgroundColor:\"var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255))\",borderBottomLeftRadius:25},children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-gi9i7k\",layoutDependency:layoutDependency,layoutId:\"Qe8QUveNj\",style:{borderBottomRightRadius:20,borderTopLeftRadius:20},children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-uq0oqh\",\"data-styles-preset\":\"QCtzoRG1E\",children:\"Next project\"})}),className:\"framer-14kgxea\",\"data-framer-name\":\"Stories Stories\",layoutDependency:layoutDependency,layoutId:\"opMACSgy1\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.55},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h3,{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Zebro Magma\"})}),className:\"framer-lcgkfz\",\"data-framer-name\":\"Stories\",layoutDependency:layoutDependency,layoutId:\"IpN_WYmyp\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:iCaThPs0b,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Cxd97UXZ6:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-iwdfv7\",\"data-styles-preset\":\"zcoSEv0La\",children:\"Next Project\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-tjqmqf-container\",layoutDependency:layoutDependency,layoutId:\"MpwNwhUQQ-container\",style:{opacity:0},variants:{\"jSjL7Ezbf-hover\":{opacity:1}},children:/*#__PURE__*/ _jsx(Phosphor,{color:'var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(17, 17, 17)) /* {\"name\":\"Titles\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"MpwNwhUQQ\",layoutId:\"MpwNwhUQQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})]})]}),/*#__PURE__*/ _jsx(SVG,{className:\"framer-1pft55b\",\"data-framer-name\":\"Radius\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yGKc3lPuO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 10 9.5 L 10 0 L 0.5 0 L 0 0 L 0 0.013 C 0.166 0.004 0.332 0 0.5 0 C 5.747 0 10 4.253 10 9.5 Z\" fill=\"var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\"></path></svg>',svgContentId:3107583185,withExternalLayout:true})]})})})});});const css=['.framer-726Yr [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-726Yr .framer-1jwc7wk { display: block; }\",\".framer-726Yr .framer-1hevcoj { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 300px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1180px; }\",\".framer-726Yr .framer-hd2srd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-726Yr .framer-11t8ygw { flex: none; height: 10px; overflow: visible; position: relative; width: 10px; }\",\".framer-726Yr .framer-qitrqh { flex: none; height: 12px; position: absolute; right: -1px; top: -1px; width: 12px; }\",\".framer-726Yr .framer-1ngphts { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 20px 21px 30px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-726Yr .framer-gi9i7k { 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: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-726Yr .framer-14kgxea, .framer-726Yr .framer-lcgkfz { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-726Yr .framer-tjqmqf-container { flex: none; height: 35px; position: relative; width: 1px; }\",\".framer-726Yr .framer-1pft55b { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-726Yr .framer-v-1hevcoj .framer-1hevcoj { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-726Yr .framer-1hevcoj, .framer-726Yr .framer-hd2srd, .framer-726Yr .framer-1ngphts, .framer-726Yr .framer-gi9i7k { gap: 0px; } .framer-726Yr .framer-1hevcoj > *, .framer-726Yr .framer-gi9i7k > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-726Yr .framer-1hevcoj > :first-child, .framer-726Yr .framer-gi9i7k > :first-child { margin-top: 0px; } .framer-726Yr .framer-1hevcoj > :last-child, .framer-726Yr .framer-gi9i7k > :last-child { margin-bottom: 0px; } .framer-726Yr .framer-hd2srd > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-726Yr .framer-hd2srd > :first-child, .framer-726Yr .framer-1ngphts > :first-child { margin-left: 0px; } .framer-726Yr .framer-hd2srd > :last-child, .framer-726Yr .framer-1ngphts > :last-child { margin-right: 0px; } .framer-726Yr .framer-1ngphts > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-726Yr.framer-v-11360rw .framer-11t8ygw { order: 0; }\",\".framer-726Yr.framer-v-11360rw .framer-1ngphts { order: 1; padding: 10px 5px 10px 15px; }\",\".framer-726Yr.framer-v-1hevcoj.hover .framer-tjqmqf-container { width: 40px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 1180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Cxd97UXZ6\":{\"layout\":[\"fixed\",\"fixed\"]},\"eMeSEuauJ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"iCaThPs0b\":\"title\"}\n * @framerImmutableVariables false\n */ const Frameru9anT5GZ9=withCSS(Component,css,\"framer-726Yr\");export default Frameru9anT5GZ9;Frameru9anT5GZ9.displayName=\"Next Project\";Frameru9anT5GZ9.defaultProps={height:300,width:1180};addPropertyControls(Frameru9anT5GZ9,{variant:{options:[\"jSjL7Ezbf\",\"Cxd97UXZ6\"],optionTitles:[\"Variant 1\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},iCaThPs0b:{defaultValue:\"Next Project\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Frameru9anT5GZ9,[...PhosphorFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru9anT5GZ9\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"iCaThPs0b\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"false\",\"framerIntrinsicWidth\":\"1180\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Cxd97UXZ6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eMeSEuauJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"300\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./u9anT5GZ9.map", "// Generated by Framer (69c895f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,getWhereExpressionFromPathVariables,Image as Image1,Link as Link1,NotFoundError,optimizeAppear,optimizeAppearTransformTemplate,PathVariablesContext,PropertyOverrides,removeHiddenBreakpointLayers,resolveLink,RichText,useCurrentPathVariables,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Image from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/73UsIpa97froefZwqzz9/Image.js\";import Footer from\"#framer/local/canvasComponent/bs9I3nt1p/bs9I3nt1p.js\";import Back from\"#framer/local/canvasComponent/LTyyzjOKx/LTyyzjOKx.js\";import Link from\"#framer/local/canvasComponent/lx5tVZA7Q/lx5tVZA7Q.js\";import Navigation from\"#framer/local/canvasComponent/Me7vNJ0o2/Me7vNJ0o2.js\";import PreviousProject from\"#framer/local/canvasComponent/mrd7Ff8W0/mrd7Ff8W0.js\";import NextProject from\"#framer/local/canvasComponent/u9anT5GZ9/u9anT5GZ9.js\";import Projects from\"#framer/local/collection/otTcIU4M9/otTcIU4M9.js\";import*as sharedStyle3 from\"#framer/local/css/b9zJsM3rR/b9zJsM3rR.js\";import*as sharedStyle1 from\"#framer/local/css/CGvxov_Vb/CGvxov_Vb.js\";import*as sharedStyle6 from\"#framer/local/css/h9o7hMpl2/h9o7hMpl2.js\";import*as sharedStyle4 from\"#framer/local/css/o2UdE0slh/o2UdE0slh.js\";import*as sharedStyle2 from\"#framer/local/css/QCtzoRG1E/QCtzoRG1E.js\";import*as sharedStyle from\"#framer/local/css/Vp5AQVaMz/Vp5AQVaMz.js\";import*as sharedStyle5 from\"#framer/local/css/x0Ni4sNPv/x0Ni4sNPv.js\";import*as sharedStyle7 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import metadataProvider from\"#framer/local/webPageMetadata/q1hEW5ig1/q1hEW5ig1.js\";const BackFonts=getFonts(Back);const NavigationFonts=getFonts(Navigation);const LinkFonts=getFonts(Link);const ImageFonts=getFonts(Image);const Image1WithFX=withFX(Image1);const PreviousProjectFonts=getFonts(PreviousProject);const NextProjectFonts=getFonts(NextProject);const FooterFonts=getFonts(Footer);const cycleOrder=[\"Hy25XKEmv\",\"DwCbQEXnW\",\"nwRz136ru\"];const breakpoints={DwCbQEXnW:\"(min-width: 810px) and (max-width: 1199px)\",Hy25XKEmv:\"(min-width: 1200px)\",nwRz136ru:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const variantClassNames={DwCbQEXnW:\"framer-v-7jidwl\",Hy25XKEmv:\"framer-v-c0zt5a\",nwRz136ru:\"framer-v-crxtjx\"};if(isBrowser()){removeHiddenBreakpointLayers(\"Hy25XKEmv\",breakpoints,variantClassNames);}const transitions={default:{duration:0}};const transition1={damping:50,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:-150};const transformTemplate=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:-150};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:150};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:150};const isSet=value=>{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 equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"Hy25XKEmv\",Phone:\"nwRz136ru\",Tablet:\"DwCbQEXnW\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Hy25XKEmv\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{data:Projects,type:\"Collection\"},select:[{name:\"pmBQFXfMd\",type:\"Identifier\"},{name:\"IAGkO2Nhi\",type:\"Identifier\"},{name:\"ceYt2qh7b\",type:\"Identifier\"},{name:\"RNtMTWpgQ\",type:\"Identifier\"},{name:\"usckXOijm\",type:\"Identifier\"},{name:\"BifmDLQG7\",type:\"Identifier\"},{name:\"vCwJhhTYN\",type:\"Identifier\"},{name:\"JLfbKc9Pu\",type:\"Identifier\"},{name:\"qi6BguX5w\",type:\"Identifier\"},{name:\"C0TpbF7nU\",type:\"Identifier\"},{name:\"FeQIw1avM\",type:\"Identifier\"},{name:\"jiO7E2ytl\",type:\"Identifier\"},{name:\"wplDISe9t\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables)});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data in \"Projects\" matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,pmBQFXfMd=getFromCurrentRouteData(\"pmBQFXfMd\"),JLfbKc9Pu=getFromCurrentRouteData(\"JLfbKc9Pu\"),vCwJhhTYN=getFromCurrentRouteData(\"vCwJhhTYN\"),qi6BguX5w=getFromCurrentRouteData(\"qi6BguX5w\"),RNtMTWpgQ=getFromCurrentRouteData(\"RNtMTWpgQ\"),usckXOijm=getFromCurrentRouteData(\"usckXOijm\"),BifmDLQG7=getFromCurrentRouteData(\"BifmDLQG7\"),ceYt2qh7b=getFromCurrentRouteData(\"ceYt2qh7b\"),C0TpbF7nU=getFromCurrentRouteData(\"C0TpbF7nU\"),FeQIw1avM=getFromCurrentRouteData(\"FeQIw1avM\"),jiO7E2ytl=getFromCurrentRouteData(\"jiO7E2ytl\"),wplDISe9t=getFromCurrentRouteData(\"wplDISe9t\"),IAGkO2Nhi=getFromCurrentRouteData(\"IAGkO2Nhi\"),ICgUNOEuuuOh5mFbSj,oMvJPVessRT2x1a13E,oMvJPVessuOh5mFbSj,ceYt2qh7buOh5mFbSj,pmBQFXfMduOh5mFbSj,iduOh5mFbSj,ICgUNOEuuXrSvpGz2Y,ceYt2qh7bXrSvpGz2Y,pmBQFXfMdXrSvpGz2Y,idXrSvpGz2Y,...restProps}=getProps(props);React.useLayoutEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(metadata1.bodyClassName);return()=>{document.body.classList.remove(metadata1.bodyClassName);};}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"DwCbQEXnW\")return true;return negate(equals(IAGkO2Nhi,1));};const id=useRouteElementId(\"TuBRabWXQ\");const ref1=React.useRef(null);const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Hy25XKEmv\",variantClassNames},children:/*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsxs(motion.div,{className:cx(\"framer-HUNEY\",sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className),style:{\"--IAGkO2Nhi\":IAGkO2Nhi,display:\"contents\"},children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-c0zt5a\",className),ref:ref,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DwCbQEXnW:{\"data-framer-appear-id\":\"flsa64\",animate:optimizeAppear(\"animate\",\"flsa64\",animation1,\"7jidwl\"),initial:optimizeAppear(\"initial\",\"flsa64\",animation2,\"7jidwl\"),transformTemplate:optimizeAppearTransformTemplate(\"flsa64\",transformTemplate)},nwRz136ru:{\"data-framer-appear-id\":\"jfzmer\",animate:optimizeAppear(\"animate\",\"jfzmer\",animation1,\"crxtjx\"),initial:optimizeAppear(\"initial\",\"jfzmer\",animation2,\"crxtjx\"),transformTemplate:optimizeAppearTransformTemplate(\"jfzmer\",transformTemplate)}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"k0t51\",animation1,\"c0zt5a\"),className:\"framer-k0t51-container\",\"data-framer-appear-id\":\"k0t51\",exit:animation,initial:optimizeAppear(\"initial\",\"k0t51\",animation2,\"c0zt5a\"),layoutScroll:true,transformTemplate:optimizeAppearTransformTemplate(\"k0t51\",transformTemplate),children:/*#__PURE__*/_jsx(Back,{height:\"100%\",id:\"FaWb5uuY0\",layoutId:\"FaWb5uuY0\",link:resolveLink({webPageId:\"jwOdNMFb4\"},router),width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DwCbQEXnW:{\"data-framer-appear-id\":\"1uee4ht\",animate:optimizeAppear(\"animate\",\"1uee4ht\",animation1,\"7jidwl\"),initial:optimizeAppear(\"initial\",\"1uee4ht\",animation2,\"7jidwl\"),transformTemplate:optimizeAppearTransformTemplate(\"1uee4ht\",transformTemplate)},nwRz136ru:{\"data-framer-appear-id\":\"ovybnp\",animate:optimizeAppear(\"animate\",\"ovybnp\",animation1,\"crxtjx\"),initial:optimizeAppear(\"initial\",\"ovybnp\",animation2,\"crxtjx\"),transformTemplate:optimizeAppearTransformTemplate(\"ovybnp\",transformTemplate)}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"1o5nyiu\",animation1,\"c0zt5a\"),className:\"framer-1o5nyiu-container\",\"data-framer-appear-id\":\"1o5nyiu\",exit:animation,initial:optimizeAppear(\"initial\",\"1o5nyiu\",animation2,\"c0zt5a\"),layoutScroll:true,transformTemplate:optimizeAppearTransformTemplate(\"1o5nyiu\",transformTemplate),children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"mjBnrE3tr\",layoutId:\"mjBnrE3tr\",style:{width:\"100%\"},variant:\"hovpeQs9l\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DwCbQEXnW:{\"data-framer-appear-id\":\"xak42c\",animate:optimizeAppear(\"animate\",\"xak42c\",animation1,\"7jidwl\"),initial:optimizeAppear(\"initial\",\"xak42c\",animation4,\"7jidwl\"),transformTemplate:optimizeAppearTransformTemplate(\"xak42c\",transformTemplate)},nwRz136ru:{\"data-framer-appear-id\":\"9lf6yi\",animate:optimizeAppear(\"animate\",\"9lf6yi\",animation1,\"crxtjx\"),initial:optimizeAppear(\"initial\",\"9lf6yi\",animation4,\"crxtjx\"),transformTemplate:optimizeAppearTransformTemplate(\"9lf6yi\",transformTemplate)}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"i23rha\",animation1,\"c0zt5a\"),className:\"framer-i23rha\",\"data-framer-appear-id\":\"i23rha\",\"data-framer-name\":\"Cover Section\",exit:animation3,initial:optimizeAppear(\"initial\",\"i23rha\",animation4,\"c0zt5a\"),name:\"Cover Section\",transformTemplate:optimizeAppearTransformTemplate(\"i23rha\",transformTemplate),children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15kgq8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ku0vtj\",\"data-styles-preset\":\"Vp5AQVaMz\",children:\"Out of Space\"})}),className:\"framer-11rmmu1\",\"data-framer-name\":\"Title\",name:\"Title\",text:pmBQFXfMd,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1vjtjg3\",\"data-styles-preset\":\"CGvxov_Vb\",children:\"Mauris ipsum arcu, consectetur.\"})}),className:\"framer-mpsjmx\",\"data-framer-name\":\"Description Short\",name:\"Description Short\",text:JLfbKc9Pu,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1acrcya\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10zkvt9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-uq0oqh\",\"data-styles-preset\":\"QCtzoRG1E\",children:\"Client\"})}),className:\"framer-1dv8dw1\",\"data-framer-name\":\"Description Details\",name:\"Description Details\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2v2yhv\",\"data-styles-preset\":\"b9zJsM3rR\",children:\"Adidas\"})}),className:\"framer-ryfzpq\",\"data-framer-name\":\"Description Details\",name:\"Description Details\",text:vCwJhhTYN,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16bnc1e\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-uq0oqh\",\"data-styles-preset\":\"QCtzoRG1E\",children:\"Description\"})}),className:\"framer-1ginu46\",\"data-framer-name\":\"Description Details\",name:\"Description Details\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:qi6BguX5w,className:\"framer-19at803\",\"data-framer-name\":\"Description Details\",name:\"Description Details\",stylesPresetsClassNames:{a:\"framer-styles-preset-x63cnb\",h1:\"framer-styles-preset-9wtaf5\",h2:\"framer-styles-preset-1ku0vtj\",h3:\"framer-styles-preset-1mdhkjv\",p:\"framer-styles-preset-2v2yhv\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q2gv60\"}),isSet(RNtMTWpgQ)&&/*#__PURE__*/_jsx(Container,{className:\"framer-5rjby8-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"Wqe2tUZh4\",layoutId:\"Wqe2tUZh4\",link:resolveLink(RNtMTWpgQ,router),newTab:true,socialLinkLabel:usckXOijm,style:{width:\"100%\"},variant:\"dE3XlX1Ps\",width:\"100%\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-123ekf3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-uq0oqh\",\"data-styles-preset\":\"QCtzoRG1E\",children:\"Services\"})}),className:\"framer-158fp14\",\"data-framer-name\":\"Description Details\",name:\"Description Details\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2v2yhv\",\"data-styles-preset\":\"b9zJsM3rR\",children:\"Adidas\"})}),className:\"framer-ilwmtq\",\"data-framer-name\":\"Description Details\",name:\"Description Details\",text:BifmDLQG7,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tcdrh7\",\"data-framer-name\":\"Image 1\",name:\"Image 1\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1llc4z6-container\",children:/*#__PURE__*/_jsx(Image,{alt:pmBQFXfMd,height:\"100%\",id:\"PjRZaRCPZ\",image:toResponsiveImage(ceYt2qh7b),layoutId:\"PjRZaRCPZ\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})}),isSet(C0TpbF7nU)&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-whr14c\",\"data-framer-name\":\"Image 2\",name:\"Image 2\",children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-1uuyace\",\"data-framer-name\":\"Card Text\",name:\"Card Text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ivj7n0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:FeQIw1avM,className:\"framer-eiz94w\",\"data-framer-name\":\"Description Details\",name:\"Description Details\",stylesPresetsClassNames:{a:\"framer-styles-preset-x63cnb\",h1:\"framer-styles-preset-9wtaf5\",h2:\"framer-styles-preset-1vjtjg3\",h3:\"framer-styles-preset-12lj5ox\",p:\"framer-styles-preset-2v2yhv\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Container,{className:\"framer-lougu8-container\",children:/*#__PURE__*/_jsx(Image,{alt:pmBQFXfMd,height:\"100%\",id:\"pJv18rYT3\",image:toResponsiveImage(C0TpbF7nU),layoutId:\"pJv18rYT3\",newTab:true,padding:0,radius:10,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})]}),isSet(jiO7E2ytl)&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-nhph4f\",\"data-framer-name\":\"Image 3\",name:\"Image 3\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-144mdd0-container\",children:/*#__PURE__*/_jsx(Image,{alt:pmBQFXfMd,height:\"100%\",id:\"jFSu9FSJk\",image:toResponsiveImage(jiO7E2ytl),layoutId:\"jFSu9FSJk\",newTab:true,padding:0,radius:10,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})}),isSet(wplDISe9t)&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-asee0f\",\"data-framer-name\":\"Image 4\",name:\"Image 4\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u6mg06-container\",children:/*#__PURE__*/_jsx(Image,{alt:pmBQFXfMd,height:\"100%\",id:\"pr7yW96W1\",image:toResponsiveImage(wplDISe9t),layoutId:\"pr7yW96W1\",newTab:true,padding:0,radius:10,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y1o6w5\",\"data-framer-name\":\"Prev Next\",name:\"Prev Next\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iu9v3q\",\"data-framer-name\":\"Previous Project\",name:\"Previous Project\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{name:\"ICgUNOEuu\",type:\"Identifier\"},{name:\"oMvJPVess\",type:\"Identifier\"},{name:\"ceYt2qh7b\",type:\"Identifier\"},{name:\"pmBQFXfMd\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"IAGkO2Nhi\",type:\"Identifier\"},operator:\"<\",right:{type:\"LiteralValue\",value:IAGkO2Nhi},type:\"BinaryOperation\"}},children:collection=>collection.map(({ICgUNOEuu:ICgUNOEuuuOh5mFbSj,oMvJPVess:oMvJPVessuOh5mFbSj,ceYt2qh7b:ceYt2qh7buOh5mFbSj,pmBQFXfMd:pmBQFXfMduOh5mFbSj,id:iduOh5mFbSj},i)=>/*#__PURE__*/_jsx(LayoutGroup,{id:`uOh5mFbSj-${iduOh5mFbSj}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ICgUNOEuu:ICgUNOEuuuOh5mFbSj},children:/*#__PURE__*/_jsx(Link1,{href:{pathVariables:{ICgUNOEuu:ICgUNOEuuuOh5mFbSj},webPageId:\"q1hEW5ig1\"},children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1huyn3t framer-ifu96p\",style:{\"--oMvJPVessuOh5mFbSj\":oMvJPVessuOh5mFbSj},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3b7d8a\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DwCbQEXnW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:2e3,loading:\"lazy\",pixelHeight:2500,pixelWidth:2e3,sizes:\"max((100vw - 30px) / 2, 0px)\",...toResponsiveImage(ceYt2qh7buOh5mFbSj)}},nwRz136ru:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:2e3,loading:\"lazy\",pixelHeight:2500,pixelWidth:2e3,sizes:\"calc(100vw - 20px)\",...toResponsiveImage(ceYt2qh7buOh5mFbSj)}}},children:/*#__PURE__*/_jsx(Image1WithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:60,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:2e3,loading:\"lazy\",pixelHeight:2500,pixelWidth:2e3,sizes:\"max(100vw - 20px, 0px)\",...toResponsiveImage(ceYt2qh7buOh5mFbSj)},className:\"framer-1oxpdbv\",\"data-framer-name\":\"Parallax Image\",name:\"Parallax Image\"})}),/*#__PURE__*/_jsx(Container,{className:\"framer-1srza96-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwRz136ru:{variant:\"a6nnjb0Aq\"}},children:/*#__PURE__*/_jsx(PreviousProject,{H65_lOdqa:pmBQFXfMduOh5mFbSj,height:\"100%\",id:\"CSanH57AE\",layoutId:\"CSanH57AE\",style:{height:\"100%\",width:\"100%\"},variant:\"RRO5p1hhr\",width:\"100%\"})})})]})})})})},iduOh5mFbSj))})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1up53b5\",\"data-framer-name\":\"Next Project\",name:\"Next Project\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"ICgUNOEuu\",type:\"Identifier\"},{name:\"ceYt2qh7b\",type:\"Identifier\"},{name:\"pmBQFXfMd\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"IAGkO2Nhi\",type:\"Identifier\"},operator:\">\",right:{type:\"LiteralValue\",value:IAGkO2Nhi},type:\"BinaryOperation\"}},children:collection1=>collection1.map(({ICgUNOEuu:ICgUNOEuuXrSvpGz2Y,ceYt2qh7b:ceYt2qh7bXrSvpGz2Y,pmBQFXfMd:pmBQFXfMdXrSvpGz2Y,id:idXrSvpGz2Y},i)=>/*#__PURE__*/_jsx(LayoutGroup,{id:`XrSvpGz2Y-${idXrSvpGz2Y}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ICgUNOEuu:ICgUNOEuuXrSvpGz2Y},children:/*#__PURE__*/_jsx(Link1,{href:{pathVariables:{ICgUNOEuu:ICgUNOEuuXrSvpGz2Y},webPageId:\"q1hEW5ig1\"},children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-4pwoeo framer-ifu96p\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rzwa8o\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DwCbQEXnW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:2e3,loading:\"lazy\",pixelHeight:2500,pixelWidth:2e3,sizes:\"max((100vw - 30px) / 2, 0px)\",...toResponsiveImage(ceYt2qh7bXrSvpGz2Y)}},nwRz136ru:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:2e3,loading:\"lazy\",pixelHeight:2500,pixelWidth:2e3,sizes:\"calc(100vw - 20px)\",...toResponsiveImage(ceYt2qh7bXrSvpGz2Y)}}},children:/*#__PURE__*/_jsx(Image1WithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:60,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:2e3,loading:\"lazy\",pixelHeight:2500,pixelWidth:2e3,sizes:\"max(100vw - 20px, 0px)\",...toResponsiveImage(ceYt2qh7bXrSvpGz2Y)},className:\"framer-pm1qjv\",\"data-framer-name\":\"Parallax Image\",name:\"Parallax Image\"})}),/*#__PURE__*/_jsx(Container,{className:\"framer-c2t85g-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwRz136ru:{variant:\"Cxd97UXZ6\"}},children:/*#__PURE__*/_jsx(NextProject,{height:\"100%\",iCaThPs0b:pmBQFXfMdXrSvpGz2Y,id:\"C9UNW9psv\",layoutId:\"C9UNW9psv\",style:{height:\"100%\",width:\"100%\"},variant:\"jSjL7Ezbf\",width:\"100%\"})})})]})})})})},idXrSvpGz2Y))})})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-1m1lxbn-container\",id:id,ref:ref1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DwCbQEXnW:{style:{width:\"100%\"},variant:\"kTBZy_NFQ\"},nwRz136ru:{style:{width:\"100%\"},variant:\"wdec_qQMH\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"TuBRabWXQ\",layoutId:\"TuBRabWXQ\",style:{height:\"100%\",width:\"100%\"},variant:\"B9SkwMPtn\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})})});});const css=['.framer-HUNEY [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName} { background: var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {\"name\":\"Background\"} */; }`,\".framer-HUNEY .framer-ifu96p { display: block; }\",\".framer-HUNEY .framer-c0zt5a { align-content: center; align-items: center; background-color: var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 10px 10px 10px; position: relative; width: 1200px; }\",\".framer-HUNEY .framer-k0t51-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; transform: perspective(1200px); width: auto; z-index: 10; }\",\".framer-HUNEY .framer-1o5nyiu-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; transform: perspective(1200px); z-index: 8; }\",\".framer-HUNEY .framer-i23rha { align-content: flex-start; align-items: flex-start; background-color: var(--token-08f60798-9725-4b79-b65b-b7b29c849ad2, rgba(239, 239, 239, 0.5)); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 200px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-HUNEY .framer-15kgq8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 50px 50px 50px; position: relative; width: 80%; }\",\".framer-HUNEY .framer-11rmmu1, .framer-HUNEY .framer-mpsjmx { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HUNEY .framer-1acrcya { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-end; overflow: visible; padding: 25px 50px 100px 50px; position: relative; width: 100%; }\",\".framer-HUNEY .framer-10zkvt9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-HUNEY .framer-1dv8dw1, .framer-HUNEY .framer-1ginu46, .framer-HUNEY .framer-158fp14 { --framer-paragraph-spacing: 32px; flex: none; height: auto; opacity: 0.6; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HUNEY .framer-ryfzpq, .framer-HUNEY .framer-19at803, .framer-HUNEY .framer-ilwmtq, .framer-HUNEY .framer-eiz94w { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HUNEY .framer-16bnc1e { 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: hidden; padding: 0px 0px 0px 0px; position: relative; width: 35%; }\",\".framer-HUNEY .framer-1q2gv60 { flex: none; height: 20px; overflow: hidden; position: relative; width: 1px; }\",\".framer-HUNEY .framer-5rjby8-container, .framer-HUNEY .framer-1llc4z6-container, .framer-HUNEY .framer-144mdd0-container, .framer-HUNEY .framer-1u6mg06-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-HUNEY .framer-123ekf3 { 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 0px 0px 0px; position: relative; width: 15%; }\",\".framer-HUNEY .framer-tcdrh7, .framer-HUNEY .framer-nhph4f, .framer-HUNEY .framer-asee0f { align-content: center; align-items: center; background-color: #eff0f2; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-HUNEY .framer-whr14c { 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: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-HUNEY .framer-1uuyace { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-HUNEY .framer-ivj7n0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 50px 50px 50px; position: relative; width: 100%; }\",\".framer-HUNEY .framer-lougu8-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-HUNEY .framer-1y1o6w5 { 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-HUNEY .framer-1iu9v3q, .framer-HUNEY .framer-1up53b5 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-HUNEY .framer-1huyn3t, .framer-HUNEY .framer-4pwoeo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-HUNEY .framer-3b7d8a, .framer-HUNEY .framer-1rzwa8o { align-content: center; align-items: center; background-color: var(--oMvJPVessRT2x1a13E); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 300px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-HUNEY .framer-1oxpdbv, .framer-HUNEY .framer-pm1qjv { flex: none; height: 200%; overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-HUNEY .framer-1srza96-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 2; }\",\".framer-HUNEY .framer-c2t85g-container { flex: none; height: 100%; position: absolute; right: 0px; top: 0px; width: 100%; z-index: 2; }\",\".framer-HUNEY .framer-1m1lxbn-container { flex: none; height: 100vh; position: sticky; width: 100%; will-change: transform; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-HUNEY .framer-c0zt5a, .framer-HUNEY .framer-i23rha, .framer-HUNEY .framer-15kgq8, .framer-HUNEY .framer-1acrcya, .framer-HUNEY .framer-10zkvt9, .framer-HUNEY .framer-16bnc1e, .framer-HUNEY .framer-123ekf3, .framer-HUNEY .framer-tcdrh7, .framer-HUNEY .framer-whr14c, .framer-HUNEY .framer-1uuyace, .framer-HUNEY .framer-ivj7n0, .framer-HUNEY .framer-nhph4f, .framer-HUNEY .framer-asee0f, .framer-HUNEY .framer-1y1o6w5, .framer-HUNEY .framer-1iu9v3q, .framer-HUNEY .framer-1huyn3t, .framer-HUNEY .framer-3b7d8a, .framer-HUNEY .framer-1up53b5, .framer-HUNEY .framer-4pwoeo, .framer-HUNEY .framer-1rzwa8o { gap: 0px; } .framer-HUNEY .framer-c0zt5a > *, .framer-HUNEY .framer-10zkvt9 > *, .framer-HUNEY .framer-16bnc1e > *, .framer-HUNEY .framer-123ekf3 > *, .framer-HUNEY .framer-ivj7n0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-HUNEY .framer-c0zt5a > :first-child, .framer-HUNEY .framer-i23rha > :first-child, .framer-HUNEY .framer-15kgq8 > :first-child, .framer-HUNEY .framer-10zkvt9 > :first-child, .framer-HUNEY .framer-16bnc1e > :first-child, .framer-HUNEY .framer-123ekf3 > :first-child, .framer-HUNEY .framer-tcdrh7 > :first-child, .framer-HUNEY .framer-1uuyace > :first-child, .framer-HUNEY .framer-ivj7n0 > :first-child, .framer-HUNEY .framer-nhph4f > :first-child, .framer-HUNEY .framer-asee0f > :first-child, .framer-HUNEY .framer-1iu9v3q > :first-child, .framer-HUNEY .framer-3b7d8a > :first-child, .framer-HUNEY .framer-1up53b5 > :first-child, .framer-HUNEY .framer-1rzwa8o > :first-child { margin-top: 0px; } .framer-HUNEY .framer-c0zt5a > :last-child, .framer-HUNEY .framer-i23rha > :last-child, .framer-HUNEY .framer-15kgq8 > :last-child, .framer-HUNEY .framer-10zkvt9 > :last-child, .framer-HUNEY .framer-16bnc1e > :last-child, .framer-HUNEY .framer-123ekf3 > :last-child, .framer-HUNEY .framer-tcdrh7 > :last-child, .framer-HUNEY .framer-1uuyace > :last-child, .framer-HUNEY .framer-ivj7n0 > :last-child, .framer-HUNEY .framer-nhph4f > :last-child, .framer-HUNEY .framer-asee0f > :last-child, .framer-HUNEY .framer-1iu9v3q > :last-child, .framer-HUNEY .framer-3b7d8a > :last-child, .framer-HUNEY .framer-1up53b5 > :last-child, .framer-HUNEY .framer-1rzwa8o > :last-child { margin-bottom: 0px; } .framer-HUNEY .framer-i23rha > *, .framer-HUNEY .framer-15kgq8 > *, .framer-HUNEY .framer-tcdrh7 > *, .framer-HUNEY .framer-1uuyace > *, .framer-HUNEY .framer-nhph4f > *, .framer-HUNEY .framer-asee0f > *, .framer-HUNEY .framer-3b7d8a > *, .framer-HUNEY .framer-1rzwa8o > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-HUNEY .framer-1acrcya > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-HUNEY .framer-1acrcya > :first-child, .framer-HUNEY .framer-whr14c > :first-child, .framer-HUNEY .framer-1y1o6w5 > :first-child, .framer-HUNEY .framer-1huyn3t > :first-child, .framer-HUNEY .framer-4pwoeo > :first-child { margin-left: 0px; } .framer-HUNEY .framer-1acrcya > :last-child, .framer-HUNEY .framer-whr14c > :last-child, .framer-HUNEY .framer-1y1o6w5 > :last-child, .framer-HUNEY .framer-1huyn3t > :last-child, .framer-HUNEY .framer-4pwoeo > :last-child { margin-right: 0px; } .framer-HUNEY .framer-whr14c > *, .framer-HUNEY .framer-1y1o6w5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HUNEY .framer-1iu9v3q > *, .framer-HUNEY .framer-1up53b5 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-HUNEY .framer-1huyn3t > *, .framer-HUNEY .framer-4pwoeo > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\"@media (min-width: 1200px) { .framer-HUNEY .hidden-c0zt5a { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-HUNEY .hidden-7jidwl { display: none !important; } .${metadata.bodyClassName} { background: var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {\"name\":\"Background\"} */; } .framer-HUNEY .framer-c0zt5a { width: 810px; } .framer-HUNEY .framer-1oxpdbv, .framer-HUNEY .framer-pm1qjv { flex: 1 0 0px; height: 1px; } .framer-HUNEY .framer-1m1lxbn-container { height: auto; }}`,`@media (max-width: 809px) { .framer-HUNEY .hidden-crxtjx { display: none !important; } .${metadata.bodyClassName} { background: var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {\"name\":\"Background\"} */; } .framer-HUNEY .framer-c0zt5a { width: 390px; } .framer-HUNEY .framer-15kgq8 { padding: 30px 30px 30px 30px; width: 100%; } .framer-HUNEY .framer-1acrcya { flex-direction: column; padding: 30px 30px 30px 30px; } .framer-HUNEY .framer-10zkvt9 { flex: none; order: 0; width: 100%; } .framer-HUNEY .framer-16bnc1e { order: 2; width: 100%; } .framer-HUNEY .framer-123ekf3 { order: 1; width: 100%; } .framer-HUNEY .framer-whr14c, .framer-HUNEY .framer-1y1o6w5 { flex-direction: column; } .framer-HUNEY .framer-1uuyace, .framer-HUNEY .framer-lougu8-container, .framer-HUNEY .framer-1iu9v3q, .framer-HUNEY .framer-1up53b5 { flex: none; width: 100%; } .framer-HUNEY .framer-ivj7n0 { padding: 30px 30px 30px 30px; } .framer-HUNEY .framer-3b7d8a { background-color: var(--oMvJPVessuOh5mFbSj); height: 14.000000000000002vh; justify-content: center; } .framer-HUNEY .framer-1oxpdbv, .framer-HUNEY .framer-pm1qjv { height: 100vh; } .framer-HUNEY .framer-1rzwa8o { background-color: var(--oMvJPVessuOh5mFbSj); height: 15vh; justify-content: center; } .framer-HUNEY .framer-1m1lxbn-container { height: auto; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-HUNEY .framer-1acrcya, .framer-HUNEY .framer-whr14c, .framer-HUNEY .framer-1y1o6w5 { gap: 0px; } .framer-HUNEY .framer-1acrcya > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-HUNEY .framer-1acrcya > :first-child, .framer-HUNEY .framer-whr14c > :first-child, .framer-HUNEY .framer-1y1o6w5 > :first-child { margin-top: 0px; } .framer-HUNEY .framer-1acrcya > :last-child, .framer-HUNEY .framer-whr14c > :last-child, .framer-HUNEY .framer-1y1o6w5 > :last-child { margin-bottom: 0px; } .framer-HUNEY .framer-whr14c > *, .framer-HUNEY .framer-1y1o6w5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7330.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DwCbQEXnW\":{\"layout\":[\"fixed\",\"auto\"]},\"nwRz136ru\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables false\n * @framerResponsiveScreen\n */const Framerq1hEW5ig1=withCSS(Component,css,\"framer-HUNEY\");export default Framerq1hEW5ig1;Framerq1hEW5ig1.displayName=\"Projects\";Framerq1hEW5ig1.defaultProps={height:7330.5,width:1200};addFonts(Framerq1hEW5ig1,[...BackFonts,...NavigationFonts,...LinkFonts,...ImageFonts,...PreviousProjectFonts,...NextProjectFonts,...FooterFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts,...sharedStyle3.fonts,...sharedStyle4.fonts,...sharedStyle5.fonts,...sharedStyle6.fonts,...sharedStyle7.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerq1hEW5ig1\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DwCbQEXnW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nwRz136ru\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"7330.5\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Image", "props", "image", "alt", "radius", "padding", "link", "newTab", "style", "shadowOptions", "shadowX", "shadowY", "shadowBlur", "shadowColor", "shadowEnabled", "wrapperStyle", "imageStyle", "imageSource", "p", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "eK2dQOIj7", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Link", "u", "SVG", "css", "FramerLTyyzjOKx", "withCSS", "LTyyzjOKx_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "title3", "width", "props", "ref", "_variant", "ref1", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "H65_lOdqa", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "SVG", "css", "Framermrd7Ff8W0", "withCSS", "mrd7Ff8W0_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "ref", "_variant", "ref1", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "iCaThPs0b", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isDisplayed", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "SVG", "RichText", "x", "css", "Frameru9anT5GZ9", "withCSS", "u9anT5GZ9_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "BackFonts", "getFonts", "LTyyzjOKx_default", "NavigationFonts", "Me7vNJ0o2_default", "LinkFonts", "lx5tVZA7Q_default", "ImageFonts", "Image", "Image1WithFX", "withFX", "Image2", "PreviousProjectFonts", "mrd7Ff8W0_default", "NextProjectFonts", "u9anT5GZ9_default", "FooterFonts", "bs9I3nt1p_default", "breakpoints", "isBrowser", "variantClassNames", "transitions", "transition1", "animation", "transformTemplate", "_", "t", "animation1", "animation2", "animation3", "animation4", "isSet", "value", "toResponsiveImage", "equals", "a", "b", "negate", "QueryData", "query", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "otTcIU4M9_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "pmBQFXfMd", "JLfbKc9Pu", "vCwJhhTYN", "qi6BguX5w", "RNtMTWpgQ", "usckXOijm", "BifmDLQG7", "ceYt2qh7b", "C0TpbF7nU", "FeQIw1avM", "jiO7E2ytl", "wplDISe9t", "IAGkO2Nhi", "ICgUNOEuuuOh5mFbSj", "oMvJPVessRT2x1a13E", "oMvJPVessuOh5mFbSj", "ceYt2qh7buOh5mFbSj", "pmBQFXfMduOh5mFbSj", "iduOh5mFbSj", "ICgUNOEuuXrSvpGz2Y", "ceYt2qh7bXrSvpGz2Y", "pmBQFXfMdXrSvpGz2Y", "idXrSvpGz2Y", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "router", "useRouter", "isDisplayed", "useRouteElementId", "ref1", "pe", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "PropertyOverrides", "optimizeAppear", "optimizeAppearTransformTemplate", "Container", "LTyyzjOKx_default", "resolveLink", "Me7vNJ0o2_default", "RichText", "x", "lx5tVZA7Q_default", "Image", "collection", "i", "PathVariablesContext", "Link", "Image1WithFX", "mrd7Ff8W0_default", "collection1", "u9anT5GZ9_default", "bs9I3nt1p_default", "css", "Framerq1hEW5ig1", "withCSS", "q1hEW5ig1_default", "addFonts", "BackFonts", "NavigationFonts", "LinkFonts", "ImageFonts", "PreviousProjectFonts", "NextProjectFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
