{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js", "ssg:https://framerusercontent.com/modules/VGwqaDobtJghLSoidXRM/x96j4LCA8WSLoaEjk3BV/iux_1P4dx.js", "ssg:https://framerusercontent.com/modules/uMRhvN9wEHeqOZQ0sJN1/eSALPtNz45zeGAj3vu6v/IL3Yzfvr0.js", "ssg:https://framerusercontent.com/modules/zqbAkAgd9mty9luD4xP6/IDYKW68349ccDhyezB4E/ZB3A5PLtS.js", "ssg:https://framerusercontent.com/modules/2ROCV81Pyfmyxxdgw99F/OUpNwYxOX7Lc7MJC6baO/UlQco8cYi.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion,useMotionTemplate,useSpring,useTransform,useMotionValue,useMotionValueEvent,transform}from\"framer-motion\";import{useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */ export default function MagText(props){const mouseX=useMotionValue(0);return /*#__PURE__*/ _jsx(\"div\",{style:{position:\"relative\",cursor:\"default\",whiteSpace:\"pre\",fontFamily:props.font.fontFamily,color:props.color,fontSize:props.font.fontSize,fontWeight:props.font.fontWeight,letterSpacing:props.font.letterSpacing,lineHeight:props.font.lineHeight},onMouseLeave:()=>{mouseX.set(Infinity);},onMouseMove:e=>{mouseX.set(e.clientX);},children:props.text.split(\"\").map((c,idx)=>/*#__PURE__*/ _jsx(Character,{c:c,mouseX:mouseX},idx))});};function Character({c,mouseX}){const ref=useRef(null);const scaleRange=[1,1.2];const scaleX=useSpring(1,{stiffness:350,damping:40});const w=useTransform(scaleX,scaleRange,[0,.07]);const padding=useTransform(scaleX,scaleRange,[0,.05]);const scaleY=useTransform(scaleX,scaleRange,[1,.95]);useMotionValueEvent(mouseX,\"change\",mx=>{if(ref.current){const{left,width}=ref.current.getBoundingClientRect();const characterCenter=left+width/2;const distance=Math.abs(characterCenter-mx);scaleX.set(transform(distance,[70,0],scaleRange));}});return /*#__PURE__*/ _jsx(motion.span,{ref:ref,style:{display:\"inline-block\",scaleX:scaleX,scaleY:scaleY,WebkitTextStrokeColor:\"currentColor\",WebkitTextStrokeWidth:useMotionTemplate`${w}em`,paddingInline:useMotionTemplate`${padding}em`},children:c});}MagText.displayName=\"MagText\";MagText.defaultProps={text:\"Colorless green ideas sleep furiously\",color:\"black\"};addPropertyControls(MagText,{text:{type:ControlType.String,title:\"Text\",defaultValue:\"Colorless green ideas sleep furiously\",displayTextArea:true},font:{title:\"Font\",type:\"font\",controls:\"extended\"},color:{type:ControlType.Color,defaultValue:\"#000\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"MagText\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./magtext.map", "// Generated by Framer (91d32d4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/OFLvr3IWlfA5vu11hpCS/UsimxLXbJlTg4f76HBbU/Zc4rlgUye.js\";const cycleOrder=[\"PpJgzYKY9\",\"TKVyLtuTt\"];const serializationHash=\"framer-oKUXd\";const variantClassNames={PpJgzYKY9:\"framer-v-nc30qn\",TKVyLtuTt:\"framer-v-10fa460\"};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:{delay:0,duration:1,ease:[.16,1,.3,1],type:\"tween\"}};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={\"View project  - active\":\"TKVyLtuTt\",\"View project \":\"PpJgzYKY9\"};const getProps=({height,id,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;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:\"PpJgzYKY9\",VmojfvIIh:(_ref1=title!==null&&title!==void 0?title:props.VmojfvIIh)!==null&&_ref1!==void 0?_ref1:\"Project Title\"};};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,VmojfvIIh,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"PpJgzYKY9\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-nc30qn\",className,classNames),\"data-framer-name\":\"View project \",initial:variant,layoutDependency:layoutDependency,layoutId:\"PpJgzYKY9\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({TKVyLtuTt:{\"data-framer-name\":\"View project  - active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-74qsu7\",layoutDependency:layoutDependency,layoutId:\"Ff94ra_fE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",children:\"Project Title\"})}),className:\"framer-1pl7mxn\",layoutDependency:layoutDependency,layoutId:\"GcuAA6VUI\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:VmojfvIIh,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",children:\"vIEW PROJECT\"})}),className:\"framer-qr1xou\",layoutDependency:layoutDependency,layoutId:\"klQUKzLPs\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=['.framer-oKUXd[data-border=\"true\"]::after, .framer-oKUXd [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-oKUXd.framer-1ltzkl9, .framer-oKUXd .framer-1ltzkl9 { display: block; }\",\".framer-oKUXd.framer-nc30qn { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 330px; }\",\".framer-oKUXd .framer-74qsu7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 13px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-oKUXd .framer-1pl7mxn, .framer-oKUXd .framer-qr1xou { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oKUXd.framer-nc30qn, .framer-oKUXd .framer-74qsu7 { gap: 0px; } .framer-oKUXd.framer-nc30qn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-oKUXd.framer-nc30qn > :first-child { margin-left: 0px; } .framer-oKUXd.framer-nc30qn > :last-child { margin-right: 0px; } .framer-oKUXd .framer-74qsu7 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-oKUXd .framer-74qsu7 > :first-child { margin-top: 0px; } .framer-oKUXd .framer-74qsu7 > :last-child { margin-bottom: 0px; } }\",\".framer-oKUXd.framer-v-10fa460 .framer-74qsu7 { justify-content: flex-end; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13\n * @framerIntrinsicWidth 330\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TKVyLtuTt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"VmojfvIIh\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const Frameriux_1P4dx=withCSS(Component,css,\"framer-oKUXd\");export default Frameriux_1P4dx;Frameriux_1P4dx.displayName=\"View project\";Frameriux_1P4dx.defaultProps={height:13,width:330};addPropertyControls(Frameriux_1P4dx,{variant:{options:[\"PpJgzYKY9\",\"TKVyLtuTt\"],optionTitles:[\"View project \",\"View project  - active\"],title:\"Variant\",type:ControlType.Enum},VmojfvIIh:{defaultValue:\"Project Title\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Frameriux_1P4dx,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameriux_1P4dx\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TKVyLtuTt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"330\",\"framerIntrinsicHeight\":\"13\",\"framerVariables\":\"{\\\"VmojfvIIh\\\":\\\"title\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iux_1P4dx.map", "// Generated by Framer (cf240c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js\";import ViewProject from\"https://framerusercontent.com/modules/VGwqaDobtJghLSoidXRM/x96j4LCA8WSLoaEjk3BV/iux_1P4dx.js\";const ViewProjectFonts=getFonts(ViewProject);const VideoFonts=getFonts(Video);const cycleOrder=[\"S6jG7XgLg\",\"JmzrlcQOt\"];const serializationHash=\"framer-0wp2s\";const variantClassNames={JmzrlcQOt:\"framer-v-77rj0l\",S6jG7XgLg:\"framer-v-1as2qwi\"};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 transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};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!==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 Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Other Project Card - Hover\":\"JmzrlcQOt\",\"Other Project Card\":\"S6jG7XgLg\"};const getProps=({height,id,link,sortingNumber,thumbnail,thumbnailVideo,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,COnO_r_TO:(_ref=title!==null&&title!==void 0?title:props.COnO_r_TO)!==null&&_ref!==void 0?_ref:\"Title\",cpM8YFfZW:thumbnail!==null&&thumbnail!==void 0?thumbnail:props.cpM8YFfZW,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"S6jG7XgLg\",WCZDKcwoD:link!==null&&link!==void 0?link:props.WCZDKcwoD,X00XHRb0O:sortingNumber!==null&&sortingNumber!==void 0?sortingNumber:props.X00XHRb0O,x9gMjNAjR:(_ref2=thumbnailVideo!==null&&thumbnailVideo!==void 0?thumbnailVideo:props.x9gMjNAjR)!==null&&_ref2!==void 0?_ref2:\"Thumbnail Video\"};};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,WCZDKcwoD,X00XHRb0O,COnO_r_TO,x9gMjNAjR,cpM8YFfZW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"S6jG7XgLg\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntere5n9rb=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"JmzrlcQOt\");});const onMouseLeave111t5h9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"S6jG7XgLg\");});const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=numberToString(X00XHRb0O,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:WCZDKcwoD,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1as2qwi\",className,classNames)} framer-8h1gwp`,\"data-framer-name\":\"Other Project Card\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"S6jG7XgLg\",onMouseEnter:onMouseEntere5n9rb,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({JmzrlcQOt:{\"data-framer-name\":\"Other Project Card - Hover\",onMouseLeave:onMouseLeave111t5h9}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lhyjza\",\"data-framer-name\":\"Title Wrapper\",layoutDependency:layoutDependency,layoutId:\"o5wSGITJG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 1, 3))\",\"--framer-text-transform\":\"uppercase\"},children:\"NaN\"})}),className:\"framer-m2pyz7\",fonts:[\"GF;Azeret Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"TZHvaBwmA\",style:{\"--extracted-r6o4lv\":\"rgb(1, 1, 3)\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 1, 3))\",\"--framer-text-transform\":\"uppercase\"},children:\"/\"})}),className:\"framer-jjun5h\",fonts:[\"GF;Azeret Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"hHC_TIGWK\",style:{\"--extracted-r6o4lv\":\"rgb(1, 1, 3)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ie7ri1-container\",layoutDependency:layoutDependency,layoutId:\"kppBLgcWN-container\",children:/*#__PURE__*/_jsx(ViewProject,{height:\"100%\",id:\"kppBLgcWN\",layoutId:\"kppBLgcWN\",style:{width:\"100%\"},variant:\"PpJgzYKY9\",VmojfvIIh:COnO_r_TO,width:\"100%\",...addPropertyOverrides({JmzrlcQOt:{variant:\"TKVyLtuTt\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-172tn6d\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"yMGBwEFfB\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+29+(0+(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||250)-0-29)/1)*1-0-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||250)-0-29)/1)*1-0)*1)/2)),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(cpM8YFfZW)},className:\"framer-1yb5sm0\",layoutDependency:layoutDependency,layoutId:\"ZYYITft0q\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12ki6qr-container\",layoutDependency:layoutDependency,layoutId:\"uDT_EOJl_-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"uDT_EOJl_\",isMixedBorderRadius:false,layoutId:\"uDT_EOJl_\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcType:\"URL\",srcUrl:x9gMjNAjR,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0wp2s.framer-8h1gwp, .framer-0wp2s .framer-8h1gwp { display: block; }\",\".framer-0wp2s.framer-1as2qwi { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: wrap; gap: 16px; height: 250px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 374px; }\",\".framer-0wp2s .framer-1lhyjza { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0wp2s .framer-m2pyz7, .framer-0wp2s .framer-jjun5h { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0wp2s .framer-1ie7ri1-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-0wp2s .framer-172tn6d { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0wp2s .framer-1yb5sm0 { flex: none; height: 100%; overflow: visible; position: relative; width: 100%; }\",\".framer-0wp2s .framer-12ki6qr-container { flex: none; height: 100%; left: calc(50.13623978201637% - 100% / 2); pointer-events: none; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0wp2s.framer-1as2qwi, .framer-0wp2s .framer-1lhyjza, .framer-0wp2s .framer-172tn6d { gap: 0px; } .framer-0wp2s.framer-1as2qwi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-0wp2s.framer-1as2qwi > :first-child { margin-top: 0px; } .framer-0wp2s.framer-1as2qwi > :last-child { margin-bottom: 0px; } .framer-0wp2s .framer-1lhyjza > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-0wp2s .framer-1lhyjza > :first-child, .framer-0wp2s .framer-172tn6d > :first-child { margin-left: 0px; } .framer-0wp2s .framer-1lhyjza > :last-child, .framer-0wp2s .framer-172tn6d > :last-child { margin-right: 0px; } .framer-0wp2s .framer-172tn6d > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-0wp2s.framer-v-77rj0l.framer-1as2qwi { aspect-ratio: 1.494 / 1; height: var(--framer-aspect-ratio-supported, 250px); }\",\".framer-0wp2s.framer-v-77rj0l .framer-12ki6qr-container { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 250\n * @framerIntrinsicWidth 373\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"JmzrlcQOt\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"WCZDKcwoD\":\"link\",\"X00XHRb0O\":\"sortingNumber\",\"COnO_r_TO\":\"title\",\"x9gMjNAjR\":\"thumbnailVideo\",\"cpM8YFfZW\":\"thumbnail\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIL3Yzfvr0=withCSS(Component,css,\"framer-0wp2s\");export default FramerIL3Yzfvr0;FramerIL3Yzfvr0.displayName=\"Other Project Card\";FramerIL3Yzfvr0.defaultProps={height:250,width:373};addPropertyControls(FramerIL3Yzfvr0,{variant:{options:[\"S6jG7XgLg\",\"JmzrlcQOt\"],optionTitles:[\"Other Project Card\",\"Other Project Card - Hover\"],title:\"Variant\",type:ControlType.Enum},WCZDKcwoD:{title:\"Link\",type:ControlType.Link},X00XHRb0O:{defaultValue:0,title:\"Sorting Number\",type:ControlType.Number},COnO_r_TO:{defaultValue:\"Title\",title:\"Title\",type:ControlType.String},x9gMjNAjR:{defaultValue:\"Thumbnail Video\",title:\"Thumbnail Video\",type:ControlType.String},cpM8YFfZW:{title:\"Thumbnail\",type:ControlType.ResponsiveImage}});addFonts(FramerIL3Yzfvr0,[{explicitInter:true,fonts:[{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\",weight:\"400\"}]},...ViewProjectFonts,...VideoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIL3Yzfvr0\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"250\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JmzrlcQOt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"WCZDKcwoD\\\":\\\"link\\\",\\\"X00XHRb0O\\\":\\\"sortingNumber\\\",\\\"COnO_r_TO\\\":\\\"title\\\",\\\"x9gMjNAjR\\\":\\\"thumbnailVideo\\\",\\\"cpM8YFfZW\\\":\\\"thumbnail\\\"}\",\"framerIntrinsicWidth\":\"373\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IL3Yzfvr0.map", "// Generated by Framer (d65f646)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Switzer-medium\",\"FS;Switzer-bold\",\"FS;Switzer-bold italic\",\"FS;Switzer-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OYB4CXKJQXKTNSLJMTDQOIVUL2V5EL7S/WYO2P7DQVV5RNXGMCUO2HL4RJP4VFUAS/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2\",weight:\"500\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/HBNTRIISA5MEXGL5WPYI7CV2HIWTDV3Q/YDPDINVT673XLXNSTMLG4JNCZZMVVNPN/Y7SCNZJOT2MW5ADSGOFLDGH4TNL4JCQY.woff2\",weight:\"700\"},{family:\"Switzer\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LVPXCMXCWY3V7PSXRMGRQUJDAS2DT47E/BPEVRT2HG7PPVVUS7A67MZQQZW6LR6A5/A7AS3UPAGLC7MDVC67SBNTE5FGF2Z2RG.woff2\",weight:\"700\"},{family:\"Switzer\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QMRBNVYKDJEZ66DA22SPWH5EVVYACHCU/ZHMXHHA546NDNEHJN5RPZX5KISJY5CWF/C6VLICDGQWYKV6YT65TM5G3OVN4AOZBN.woff2\",weight:\"500\"}]}];export const css=['.framer-IUodQ .framer-styles-preset-1dmv8xw:not(.rich-text-wrapper), .framer-IUodQ .framer-styles-preset-1dmv8xw.rich-text-wrapper p { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 100%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, #010103); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-IUodQ .framer-styles-preset-1dmv8xw:not(.rich-text-wrapper), .framer-IUodQ .framer-styles-preset-1dmv8xw.rich-text-wrapper p { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-open-type-features: normal; --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-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 100%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, #010103); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-IUodQ .framer-styles-preset-1dmv8xw:not(.rich-text-wrapper), .framer-IUodQ .framer-styles-preset-1dmv8xw.rich-text-wrapper p { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 100%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, #010103); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-IUodQ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (cf240c2)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import MagText from\"https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js\";import EnaBuyTemplateButton from\"https://framerusercontent.com/modules/R4RE2CyGf3kVARGE4CK2/vfOl86dYvbLfvIPZNxBL/T3USDJ0Ln.js\";import OtherProjectCard from\"#framer/local/canvasComponent/IL3Yzfvr0/IL3Yzfvr0.js\";import MenuOpenOverlay from\"#framer/local/canvasComponent/SmkNoZhed/SmkNoZhed.js\";import Footer from\"#framer/local/canvasComponent/xxIb0BkhJ/xxIb0BkhJ.js\";import Navigation from\"#framer/local/canvasComponent/yGfvD64UY/yGfvD64UY.js\";import CaseStudies from\"#framer/local/collection/yTHrQWMIY/yTHrQWMIY.js\";import*as sharedStyle1 from\"#framer/local/css/cxLS4itsr/cxLS4itsr.js\";import*as sharedStyle6 from\"#framer/local/css/CyZvEVnxW/CyZvEVnxW.js\";import*as sharedStyle2 from\"#framer/local/css/kY8pK_YAy/kY8pK_YAy.js\";import*as sharedStyle3 from\"#framer/local/css/ngPzaVWSI/ngPzaVWSI.js\";import*as sharedStyle4 from\"#framer/local/css/VEITImmeG/VEITImmeG.js\";import*as sharedStyle5 from\"#framer/local/css/ZB3A5PLtS/ZB3A5PLtS.js\";import*as sharedStyle from\"#framer/local/css/Zc4rlgUye/Zc4rlgUye.js\";import metadataProvider from\"#framer/local/webPageMetadata/UlQco8cYi/UlQco8cYi.js\";const NavigationFonts=getFonts(Navigation);const MenuOpenOverlayFonts=getFonts(MenuOpenOverlay);const ContainerWithFX=withFX(Container);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const VideoFonts=getFonts(Video);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const OtherProjectCardFonts=getFonts(OtherProjectCard);const MagTextFonts=getFonts(MagText);const EnaBuyTemplateButtonFonts=getFonts(EnaBuyTemplateButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const FooterFonts=getFonts(Footer);const breakpoints={DP5OeLM1w:\"(min-width: 810px) and (max-width: 1199px)\",OMfRsaltb:\"(max-width: 809px)\",zn7ljgmof:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-vwOvT\";const variantClassNames={DP5OeLM1w:\"framer-v-dbiqm7\",OMfRsaltb:\"framer-v-5nm5tn\",zn7ljgmof:\"framer-v-1rn7xrn\"};const transition1={damping:35,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-64};const transition2={delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};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:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition3={delay:.7,duration:2,ease:[.16,1,.3,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 animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition4={delay:.1,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:120};const transition5={delay:.8,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const transition6={delay:.3,duration:2,ease:[.23,.98,.56,1],type:\"tween\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation11={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:80};const isSet=value=>{if(Array.isArray(value)){return value.length>0;}return value!==undefined&&value!==null&&value!==\"\";};const toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:80};const transition7={delay:0,duration:2,ease:[.23,.98,.56,1],type:\"tween\"};const transition8={delay:.1,duration:2,ease:[.23,.98,.56,1],type:\"tween\"};const transition9={delay:.2,duration:2,ease:[.23,.98,.56,1],type:\"tween\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition10={delay:.3,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition11={delay:.4,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition12={delay:1.7,duration:.7,ease:[.12,.23,.13,.96],type:\"tween\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition12,x:0,y:0};const animation15={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"zn7ljgmof\",Phone:\"OMfRsaltb\",Tablet:\"DP5OeLM1w\"};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:\"zn7ljgmof\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"UlQco8cYi\",data:CaseStudies,type:\"Collection\"},select:[{collection:\"UlQco8cYi\",name:\"oeXZcmPna\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"DLBifmgp1\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"kuvJcmOFr\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"VV1CggU2J\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"E6OpH0hSs\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"VeDm9FjW4\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"Jy7hBJady\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"WG62tRjG8\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"vlN2R_qnF\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"tzVexbjWp\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"Chguu3lHj\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"HY1X73dpT\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"U0gx1yKeB\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"QF3AEVk8r\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"xOL69akmU\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"FwLb0MrAN\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"fsFlSPDTa\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"xpyes5aGJ\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"Y9u0naHRi\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"rm5GqyLak\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"rB64YNSUs\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"lUT9kBBwP\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"X4mkKflln\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"z_tutvcUx\",type:\"Identifier\"},{collection:\"UlQco8cYi\",name:\"OoXOWcQvg\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"UlQco8cYi\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2,_getFromCurrentRouteData3,_getFromCurrentRouteData4,_getFromCurrentRouteData5,_getFromCurrentRouteData6,_getFromCurrentRouteData7,_getFromCurrentRouteData8,_getFromCurrentRouteData9,_getFromCurrentRouteData10,_getFromCurrentRouteData11,_getFromCurrentRouteData12,_getFromCurrentRouteData13,_getFromCurrentRouteData14,_getFromCurrentRouteData15,_getFromCurrentRouteData16;const{style,className,layoutId,variant,kuvJcmOFr=(_getFromCurrentRouteData=getFromCurrentRouteData(\"kuvJcmOFr\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",VV1CggU2J=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"VV1CggU2J\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",E6OpH0hSs=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"E6OpH0hSs\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",oeXZcmPna=(_getFromCurrentRouteData3=getFromCurrentRouteData(\"oeXZcmPna\"))!==null&&_getFromCurrentRouteData3!==void 0?_getFromCurrentRouteData3:\"\",DLBifmgp1=(_getFromCurrentRouteData4=getFromCurrentRouteData(\"DLBifmgp1\"))!==null&&_getFromCurrentRouteData4!==void 0?_getFromCurrentRouteData4:0,WG62tRjG8=(_getFromCurrentRouteData5=getFromCurrentRouteData(\"WG62tRjG8\"))!==null&&_getFromCurrentRouteData5!==void 0?_getFromCurrentRouteData5:\"\",Jy7hBJady=getFromCurrentRouteData(\"Jy7hBJady\"),VeDm9FjW4=(_getFromCurrentRouteData6=getFromCurrentRouteData(\"VeDm9FjW4\"))!==null&&_getFromCurrentRouteData6!==void 0?_getFromCurrentRouteData6:\"\",vlN2R_qnF=(_getFromCurrentRouteData7=getFromCurrentRouteData(\"vlN2R_qnF\"))!==null&&_getFromCurrentRouteData7!==void 0?_getFromCurrentRouteData7:\"\",tzVexbjWp=(_getFromCurrentRouteData8=getFromCurrentRouteData(\"tzVexbjWp\"))!==null&&_getFromCurrentRouteData8!==void 0?_getFromCurrentRouteData8:\"\",Chguu3lHj=(_getFromCurrentRouteData9=getFromCurrentRouteData(\"Chguu3lHj\"))!==null&&_getFromCurrentRouteData9!==void 0?_getFromCurrentRouteData9:\"\",HY1X73dpT=(_getFromCurrentRouteData10=getFromCurrentRouteData(\"HY1X73dpT\"))!==null&&_getFromCurrentRouteData10!==void 0?_getFromCurrentRouteData10:\"\",U0gx1yKeB=(_getFromCurrentRouteData11=getFromCurrentRouteData(\"U0gx1yKeB\"))!==null&&_getFromCurrentRouteData11!==void 0?_getFromCurrentRouteData11:\"\",QF3AEVk8r=getFromCurrentRouteData(\"QF3AEVk8r\"),fsFlSPDTa=getFromCurrentRouteData(\"fsFlSPDTa\"),xOL69akmU=(_getFromCurrentRouteData12=getFromCurrentRouteData(\"xOL69akmU\"))!==null&&_getFromCurrentRouteData12!==void 0?_getFromCurrentRouteData12:\"\",FwLb0MrAN=getFromCurrentRouteData(\"FwLb0MrAN\"),rm5GqyLak=getFromCurrentRouteData(\"rm5GqyLak\"),xpyes5aGJ=(_getFromCurrentRouteData13=getFromCurrentRouteData(\"xpyes5aGJ\"))!==null&&_getFromCurrentRouteData13!==void 0?_getFromCurrentRouteData13:\"\",Y9u0naHRi=getFromCurrentRouteData(\"Y9u0naHRi\"),rB64YNSUs=getFromCurrentRouteData(\"rB64YNSUs\"),lUT9kBBwP=getFromCurrentRouteData(\"lUT9kBBwP\"),pdXVG_fBOjdGHnOaNj,DLBifmgp1jdGHnOaNj,oeXZcmPnajdGHnOaNj,WG62tRjG8jdGHnOaNj,Jy7hBJadyjdGHnOaNj,idjdGHnOaNj,X4mkKflln=(_getFromCurrentRouteData14=getFromCurrentRouteData(\"X4mkKflln\"))!==null&&_getFromCurrentRouteData14!==void 0?_getFromCurrentRouteData14:0,pdXVG_fBOahzuYOuYM,DLBifmgp1ahzuYOuYM,oeXZcmPnaahzuYOuYM,WG62tRjG8ahzuYOuYM,Jy7hBJadyahzuYOuYM,idahzuYOuYM,z_tutvcUx=(_getFromCurrentRouteData15=getFromCurrentRouteData(\"z_tutvcUx\"))!==null&&_getFromCurrentRouteData15!==void 0?_getFromCurrentRouteData15:0,pdXVG_fBOBbhROnvtz,DLBifmgp1BbhROnvtz,oeXZcmPnaBbhROnvtz,WG62tRjG8BbhROnvtz,Jy7hBJadyBbhROnvtz,idBbhROnvtz,OoXOWcQvg=(_getFromCurrentRouteData16=getFromCurrentRouteData(\"OoXOWcQvg\"))!==null&&_getFromCurrentRouteData16!==void 0?_getFromCurrentRouteData16:0,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{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);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-vwOvT`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-vwOvT`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const EHMhKGDpTwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ZnO4gEEiP1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=numberToString(DLBifmgp1,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode);const visible=isSet(WG62tRjG8);const visible1=isSet(HY1X73dpT);const visible2=isSet(U0gx1yKeB);const elementId=useRouteElementId(\"pygvxokHR\");const ref2=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"zn7ljgmof\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1rn7xrn\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xwi9zb-container\",id:\"xwi9zb\",layoutScroll:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OMfRsaltb:{variant:overlay.visible?\"IZofKJ4e0\":\"IZofKJ4e0\"}},children:/*#__PURE__*/_jsx(Navigation,{EHMhKGDpT:EHMhKGDpTwelu7j({overlay}),height:\"100%\",id:\"sYBkPDEEj\",layoutId:\"sYBkPDEEj\",style:{width:\"100%\"},variant:overlay.visible?\"xFNqp1zcf\":\"FeKwNXxsb\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},className:\"framer-q7m8q\",\"data-framer-portal-id\":\"xwi9zb\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"APVBacFY1\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{animate:animation2,className:\"framer-dredle-container\",\"data-framer-portal-id\":\"xwi9zb\",exit:animation1,initial:animation3,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OMfRsaltb:{variant:\"JjVk8IP6t\"}},children:/*#__PURE__*/_jsx(MenuOpenOverlay,{height:\"100%\",id:\"WPOrT_Kra\",layoutId:\"WPOrT_Kra\",style:{height:\"100%\",width:\"100%\"},variant:\"I2DiMKo8W\",width:\"100%\",ZnO4gEEiP:ZnO4gEEiP1wvko5h({overlay})})})})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-wfohw9\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-3188ig\",\"data-framer-name\":\"Section Header\",name:\"Section Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dqrt03\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2nzy28\",children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-klbi3g\",\"data-framer-appear-id\":\"klbi3g\",\"data-framer-name\":\"Categories\",initial:animation5,name:\"Categories\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",children:\"Film\"})}),className:\"framer-1ru6qlc\",fonts:[\"Inter\"],text:kuvJcmOFr,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",children:\"/\"})}),className:\"framer-l3rgbt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",children:\"Experience\"})}),className:\"framer-qytysr\",fonts:[\"Inter\"],text:VV1CggU2J,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",children:\"/\"})}),className:\"framer-7y8wvx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",children:\"Identity\"})}),className:\"framer-1xifu62\",fonts:[\"Inter\"],text:E6OpH0hSs,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sijxac\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-zw7hg5\",\"data-styles-preset\":\"cxLS4itsr\",children:\"Vern Carter\"})}),className:\"framer-1h6adtm\",\"data-framer-appear-id\":\"1h6adtm\",fonts:[\"Inter\"],initial:animation7,optimized:true,style:{transformPerspective:1200},text:oeXZcmPna,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1frzep0\",children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation8,className:\"framer-1ol9ct1\",\"data-framer-appear-id\":\"1ol9ct1\",\"data-framer-name\":\"Number\",initial:animation9,name:\"Number\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(1, 1, 3)\"},children:\"(\"})}),className:\"framer-d6hkyf\",fonts:[\"GF;Switzer-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(1, 1, 3)\"},children:\"12\"})}),className:\"framer-w6i2yr\",fonts:[\"GF;Switzer-regular\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(1, 1, 3)\"},children:\")\"})}),className:\"framer-1tfpup2\",fonts:[\"GF;Switzer-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1ix31z3\",\"data-framer-name\":\"Section Info\",name:\"Section Info\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation10,className:\"framer-96mott\",\"data-framer-appear-id\":\"96mott\",\"data-framer-name\":\"Thumbnail Video\",initial:animation11,name:\"Thumbnail Video\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xvdypq\",\"data-framer-name\":\"Video Wrapper\",name:\"Video Wrapper\",children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mqz1rv-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"XHF9tqQ9R\",isMixedBorderRadius:false,layoutId:\"XHF9tqQ9R\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:toImageSrc(Jy7hBJady),posterEnabled:true,srcType:\"URL\",srcUrl:WG62tRjG8,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OMfRsaltb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(500.00000000000006),sizes:\"max(100vw, 1px)\",...toResponsiveImage(Jy7hBJady)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(500.0000000000001),sizes:\"max(100vw, 1px)\",...toResponsiveImage(Jy7hBJady)},className:\"framer-1wh56sp\",\"data-framer-name\":\"Thumbnail\",name:\"Thumbnail\"})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-31zfq4\",\"data-framer-name\":\"Credits & Info\",name:\"Credits & Info\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zis0ow\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11m8gbq\",\"data-framer-name\":\"Left Column\",name:\"Left Column\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"100%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\"',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgba(1, 1, 3, 1)\",\"--framer-text-transform\":\"uppercase\"},children:\"/ About the project\"})})}),className:\"framer-1o3fkf8\",\"data-framer-name\":\"/ About the project\",fonts:[\"GF;Azeret Mono-regular\"],name:\"/ About the project\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:VeDm9FjW4,className:\"framer-1sv1d3a\",\"data-framer-name\":\"The client's goal was to create a brand identity that would resonate with environmentally conscious consumers and help position their business as a leader in sustainable practices. Objectives included increasing brand awareness and driving customer engagement. Our approach was to create a brand identity that communicated Green Wave's values of sustainability, innovation, and authenticity. We developed a brand strategy that focused on creating a unique and memorable visual identity that would differentiate the brand from its competitors.\",fonts:[\"GF;Switzer-500\"],name:\"The client's goal was to create a brand identity that would resonate with environmentally conscious consumers and help position their business as a leader in sustainable practices. Objectives included increasing brand awareness and driving customer engagement. Our approach was to create a brand identity that communicated Green Wave's values of sustainability, innovation, and authenticity. We developed a brand strategy that focused on creating a unique and memorable visual identity that would differentiate the brand from its competitors.\",style:{transformPerspective:1200},stylesPresetsClassNames:{a:\"framer-styles-preset-eeskf2\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-8qbwek\",h3:\"framer-styles-preset-rhmsro\",h4:\"framer-styles-preset-m7uahk\",p:\"framer-styles-preset-1dmv8xw\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4ibu5p\",\"data-framer-name\":\"Right Column\",name:\"Right Column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jdtfl9\",\"data-framer-name\":\"Credits Wrapper\",name:\"Credits Wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"100%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\"',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgba(1, 1, 3, 1)\",\"--framer-text-transform\":\"uppercase\"},children:\"/ Credits\"})})}),className:\"framer-1j9t3s9\",\"data-framer-name\":\"/ Credits\",fonts:[\"GF;Azeret Mono-regular\"],name:\"/ Credits\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-boecvl\",\"data-framer-name\":\"Container\",name:\"Container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sqxgro\",\"data-framer-name\":\"Credits\",name:\"Credits\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"Client: \"})}),className:\"framer-vaqwx8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"Harmony, Inc.\"})}),className:\"framer-jmnhmv\",fonts:[\"Inter\"],text:vlN2R_qnF,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-185a5w6\",\"data-framer-name\":\"Credits\",name:\"Credits\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"Creative Director:\"})}),className:\"framer-1qv7t4p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"Elvis Bennet\"})}),className:\"framer-fqe1y2\",fonts:[\"Inter\"],text:tzVexbjWp,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5fcmcv\",\"data-framer-name\":\"Credits\",name:\"Credits\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"Art Director: \"})}),className:\"framer-1kej2ow\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"Joseph Lewis\"})}),className:\"framer-1w1s60l\",fonts:[\"Inter\"],text:Chguu3lHj,verticalAlignment:\"top\",withExternalLayout:true})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b31hki\",\"data-framer-name\":\"Credits\",name:\"Credits\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"Designers: \"})}),className:\"framer-1ugy7w9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"Victoria Park, Frank Shares\"})}),className:\"framer-1si9hs4\",fonts:[\"Inter\"],text:HY1X73dpT,verticalAlignment:\"top\",withExternalLayout:true})]}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dm8cfv\",\"data-framer-name\":\"Credits\",name:\"Credits\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"Makeup: \"})}),className:\"framer-sv4g37\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"Malte Anders, Emil Taylor\"})}),className:\"framer-o97w7w\",fonts:[\"Inter\"],text:U0gx1yKeB,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e5kg88\",\"data-framer-name\":\"Year Wrapper\",name:\"Year Wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"100%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\"',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgba(1, 1, 3, 1)\",\"--framer-text-transform\":\"uppercase\"},children:\"/ Year\"})})}),className:\"framer-1ma4wc3\",\"data-framer-name\":\"/ Year\",fonts:[\"GF;Azeret Mono-regular\"],name:\"/ Year\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1w6bpls\",\"data-framer-name\":\"Year Wrapper\",name:\"Year Wrapper\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmv8xw\",\"data-styles-preset\":\"ZB3A5PLtS\",children:\"2023\"})}),className:\"framer-mj5spv\",\"data-framer-name\":\"2023\",fonts:[\"Inter\"],name:\"2023\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q2gp0k\",\"data-framer-name\":\"Section Images\",name:\"Section Images\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ac2s2t\",\"data-framer-name\":\"Image Row\",name:\"Image Row\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2220),sizes:\"calc(100vw - 40px)\",...toResponsiveImage(QF3AEVk8r)}},OMfRsaltb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2026),sizes:\"calc(100vw - 30px)\",...toResponsiveImage(QF3AEVk8r)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1780),sizes:\"calc(100vw - 40px)\",...toResponsiveImage(QF3AEVk8r)},className:\"framer-rxlqf\",\"data-framer-name\":\"Image\",name:\"Image\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-flpgyy\",\"data-framer-name\":\"Image Row\",name:\"Image Row\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6gsfr2\",\"data-framer-name\":\"Image Wrapper\",name:\"Image Wrapper\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2880),sizes:\"max((100vw - 60px) / 2, 1px)\",...toResponsiveImage(fsFlSPDTa)}},OMfRsaltb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2266),sizes:\"calc(100vw - 30px)\",...toResponsiveImage(fsFlSPDTa)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2440),sizes:\"max((100vw - 60px) / 2, 1px)\",...toResponsiveImage(fsFlSPDTa)},className:\"framer-m1mfrm\",\"data-framer-name\":\"Image\",name:\"Image\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vjlo81\",\"data-framer-name\":\"Video Wrapper\",name:\"Video Wrapper\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dhwssh-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"BOeBwV7DP\",isMixedBorderRadius:false,layoutId:\"BOeBwV7DP\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:toImageSrc(FwLb0MrAN),posterEnabled:true,srcType:\"URL\",srcUrl:xOL69akmU,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1riv3do\",\"data-framer-name\":\"Image Row\",name:\"Image Row\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ez5cbq\",\"data-framer-name\":\"Image Wrapper\",name:\"Image Wrapper\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3570),sizes:\"max(100vw - 40px, 1px)\",...toResponsiveImage(rm5GqyLak)}},OMfRsaltb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3626),sizes:\"max(100vw - 30px, 1px)\",...toResponsiveImage(rm5GqyLak)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3130),sizes:\"max(100vw - 40px, 1px)\",...toResponsiveImage(rm5GqyLak)},className:\"framer-hgrsfs\",\"data-framer-name\":\"Image\",name:\"Image\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13ll18o\",\"data-framer-name\":\"Image Row\",name:\"Image Row\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ovxejj\",\"data-framer-name\":\"Video Wrapper\",name:\"Video Wrapper\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cqto1-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ezuD1lbvX\",isMixedBorderRadius:false,layoutId:\"ezuD1lbvX\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:toImageSrc(Y9u0naHRi),posterEnabled:true,srcType:\"URL\",srcUrl:xpyes5aGJ,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9x2igg\",\"data-framer-name\":\"Image Wrapper\",name:\"Image Wrapper\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4230),sizes:\"max((100vw - 60px) / 2, 1px)\",...toResponsiveImage(rB64YNSUs)}},OMfRsaltb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4546),sizes:\"calc(100vw - 30px)\",...toResponsiveImage(rB64YNSUs)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3790),sizes:\"max((100vw - 60px) / 2, 1px)\",...toResponsiveImage(rB64YNSUs)},className:\"framer-1f5j4ef\",\"data-framer-name\":\"Image\",name:\"Image\"})})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jvrvlt\",\"data-framer-name\":\"Image Wrapper\",name:\"Image Wrapper\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4920),sizes:\"calc(100vw - 40px)\",...toResponsiveImage(lUT9kBBwP)}},OMfRsaltb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5226),sizes:\"calc(100vw - 30px)\",...toResponsiveImage(lUT9kBBwP)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4480),sizes:\"calc(100vw - 40px)\",...toResponsiveImage(lUT9kBBwP)},className:\"framer-11hbf7q\",\"data-framer-name\":\"Image\",name:\"Image\"})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-9qpn8p\",\"data-framer-name\":\"Section Next Project\",name:\"Section Next Project\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gvyfni\",\"data-framer-name\":\"Heading Wrapper\",name:\"Heading Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11yx1tw\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1purhoj\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation13,__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(\"h2\",{className:\"framer-styles-preset-8qbwek\",\"data-styles-preset\":\"kY8pK_YAy\",children:\"OTHER\"})}),className:\"framer-2pcc8n\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g5dz5g\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation13,__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(\"h2\",{className:\"framer-styles-preset-8qbwek\",\"data-styles-preset\":\"kY8pK_YAy\",children:\"PROJECTS\"})}),className:\"framer-1vox8jw\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v6og8h\",\"data-framer-name\":\"Next Project Wrapper\",name:\"Next Project Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-k8vxif\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"jdGHnOaNj\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"jdGHnOaNj\",name:\"pdXVG_fBO\",type:\"Identifier\"},{collection:\"jdGHnOaNj\",name:\"DLBifmgp1\",type:\"Identifier\"},{collection:\"jdGHnOaNj\",name:\"oeXZcmPna\",type:\"Identifier\"},{collection:\"jdGHnOaNj\",name:\"WG62tRjG8\",type:\"Identifier\"},{collection:\"jdGHnOaNj\",name:\"Jy7hBJady\",type:\"Identifier\"},{collection:\"jdGHnOaNj\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"jdGHnOaNj\",name:\"DLBifmgp1\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:X4mkKflln},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"pdXVG_fBO\":pdXVG_fBOjdGHnOaNj,\"DLBifmgp1\":DLBifmgp1jdGHnOaNj,\"oeXZcmPna\":oeXZcmPnajdGHnOaNj,\"WG62tRjG8\":WG62tRjG8jdGHnOaNj,\"Jy7hBJady\":Jy7hBJadyjdGHnOaNj,\"id\":idjdGHnOaNj},i)=>{pdXVG_fBOjdGHnOaNj!==null&&pdXVG_fBOjdGHnOaNj!==void 0?pdXVG_fBOjdGHnOaNj:pdXVG_fBOjdGHnOaNj=\"\";DLBifmgp1jdGHnOaNj!==null&&DLBifmgp1jdGHnOaNj!==void 0?DLBifmgp1jdGHnOaNj:DLBifmgp1jdGHnOaNj=0;oeXZcmPnajdGHnOaNj!==null&&oeXZcmPnajdGHnOaNj!==void 0?oeXZcmPnajdGHnOaNj:oeXZcmPnajdGHnOaNj=\"\";WG62tRjG8jdGHnOaNj!==null&&WG62tRjG8jdGHnOaNj!==void 0?WG62tRjG8jdGHnOaNj:WG62tRjG8jdGHnOaNj=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`jdGHnOaNj-${idjdGHnOaNj}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{pdXVG_fBO:pdXVG_fBOjdGHnOaNj},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{pdXVG_fBO:pdXVG_fBOjdGHnOaNj},webPageId:\"UlQco8cYi\"},implicitPathVariables:undefined},{href:{pathVariables:{pdXVG_fBO:pdXVG_fBOjdGHnOaNj},webPageId:\"UlQco8cYi\"},implicitPathVariables:undefined},{href:{pathVariables:{pdXVG_fBO:pdXVG_fBOjdGHnOaNj},webPageId:\"UlQco8cYi\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{y:9040},OMfRsaltb:{width:\"calc(100vw - 30px)\",y:8956}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:250,width:\"max((100vw - 80px) / 3, 1px)\",y:8600,children:/*#__PURE__*/_jsx(Container,{className:\"framer-24jjgp-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{WCZDKcwoD:resolvedLinks[1]},OMfRsaltb:{WCZDKcwoD:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(OtherProjectCard,{COnO_r_TO:oeXZcmPnajdGHnOaNj,cpM8YFfZW:toResponsiveImage(Jy7hBJadyjdGHnOaNj),height:\"100%\",id:\"Ll4fvpjRr\",layoutId:\"Ll4fvpjRr\",style:{height:\"100%\",width:\"100%\"},variant:\"S6jG7XgLg\",WCZDKcwoD:resolvedLinks[0],width:\"100%\",X00XHRb0O:DLBifmgp1jdGHnOaNj,x9gMjNAjR:WG62tRjG8jdGHnOaNj})})})})})})})},idjdGHnOaNj);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hs35l9\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ahzuYOuYM\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"ahzuYOuYM\",name:\"pdXVG_fBO\",type:\"Identifier\"},{collection:\"ahzuYOuYM\",name:\"DLBifmgp1\",type:\"Identifier\"},{collection:\"ahzuYOuYM\",name:\"oeXZcmPna\",type:\"Identifier\"},{collection:\"ahzuYOuYM\",name:\"WG62tRjG8\",type:\"Identifier\"},{collection:\"ahzuYOuYM\",name:\"Jy7hBJady\",type:\"Identifier\"},{collection:\"ahzuYOuYM\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"ahzuYOuYM\",name:\"DLBifmgp1\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:z_tutvcUx},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1.map(({\"pdXVG_fBO\":pdXVG_fBOahzuYOuYM,\"DLBifmgp1\":DLBifmgp1ahzuYOuYM,\"oeXZcmPna\":oeXZcmPnaahzuYOuYM,\"WG62tRjG8\":WG62tRjG8ahzuYOuYM,\"Jy7hBJady\":Jy7hBJadyahzuYOuYM,\"id\":idahzuYOuYM},i)=>{pdXVG_fBOahzuYOuYM!==null&&pdXVG_fBOahzuYOuYM!==void 0?pdXVG_fBOahzuYOuYM:pdXVG_fBOahzuYOuYM=\"\";DLBifmgp1ahzuYOuYM!==null&&DLBifmgp1ahzuYOuYM!==void 0?DLBifmgp1ahzuYOuYM:DLBifmgp1ahzuYOuYM=0;oeXZcmPnaahzuYOuYM!==null&&oeXZcmPnaahzuYOuYM!==void 0?oeXZcmPnaahzuYOuYM:oeXZcmPnaahzuYOuYM=\"\";WG62tRjG8ahzuYOuYM!==null&&WG62tRjG8ahzuYOuYM!==void 0?WG62tRjG8ahzuYOuYM:WG62tRjG8ahzuYOuYM=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ahzuYOuYM-${idahzuYOuYM}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{pdXVG_fBO:pdXVG_fBOahzuYOuYM},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{pdXVG_fBO:pdXVG_fBOahzuYOuYM},webPageId:\"UlQco8cYi\"},implicitPathVariables:undefined},{href:{pathVariables:{pdXVG_fBO:pdXVG_fBOahzuYOuYM},webPageId:\"UlQco8cYi\"},implicitPathVariables:undefined},{href:{pathVariables:{pdXVG_fBO:pdXVG_fBOahzuYOuYM},webPageId:\"UlQco8cYi\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{y:9040},OMfRsaltb:{width:\"calc(100vw - 30px)\",y:12416}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:250,width:\"max((100vw - 80px) / 3, 1px)\",y:8600,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gmet2u-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{WCZDKcwoD:resolvedLinks1[1]},OMfRsaltb:{WCZDKcwoD:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(OtherProjectCard,{COnO_r_TO:oeXZcmPnaahzuYOuYM,cpM8YFfZW:toResponsiveImage(Jy7hBJadyahzuYOuYM),height:\"100%\",id:\"rS0S3Yll1\",layoutId:\"rS0S3Yll1\",style:{height:\"100%\",width:\"100%\"},variant:\"S6jG7XgLg\",WCZDKcwoD:resolvedLinks1[0],width:\"100%\",X00XHRb0O:DLBifmgp1ahzuYOuYM,x9gMjNAjR:WG62tRjG8ahzuYOuYM})})})})})})})},idahzuYOuYM);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-72dsuj\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"BbhROnvtz\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"BbhROnvtz\",name:\"pdXVG_fBO\",type:\"Identifier\"},{collection:\"BbhROnvtz\",name:\"DLBifmgp1\",type:\"Identifier\"},{collection:\"BbhROnvtz\",name:\"oeXZcmPna\",type:\"Identifier\"},{collection:\"BbhROnvtz\",name:\"WG62tRjG8\",type:\"Identifier\"},{collection:\"BbhROnvtz\",name:\"Jy7hBJady\",type:\"Identifier\"},{collection:\"BbhROnvtz\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"BbhROnvtz\",name:\"DLBifmgp1\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:OoXOWcQvg},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2.map(({\"pdXVG_fBO\":pdXVG_fBOBbhROnvtz,\"DLBifmgp1\":DLBifmgp1BbhROnvtz,\"oeXZcmPna\":oeXZcmPnaBbhROnvtz,\"WG62tRjG8\":WG62tRjG8BbhROnvtz,\"Jy7hBJady\":Jy7hBJadyBbhROnvtz,\"id\":idBbhROnvtz},i)=>{pdXVG_fBOBbhROnvtz!==null&&pdXVG_fBOBbhROnvtz!==void 0?pdXVG_fBOBbhROnvtz:pdXVG_fBOBbhROnvtz=\"\";DLBifmgp1BbhROnvtz!==null&&DLBifmgp1BbhROnvtz!==void 0?DLBifmgp1BbhROnvtz:DLBifmgp1BbhROnvtz=0;oeXZcmPnaBbhROnvtz!==null&&oeXZcmPnaBbhROnvtz!==void 0?oeXZcmPnaBbhROnvtz:oeXZcmPnaBbhROnvtz=\"\";WG62tRjG8BbhROnvtz!==null&&WG62tRjG8BbhROnvtz!==void 0?WG62tRjG8BbhROnvtz:WG62tRjG8BbhROnvtz=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`BbhROnvtz-${idBbhROnvtz}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{pdXVG_fBO:pdXVG_fBOBbhROnvtz},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{pdXVG_fBO:pdXVG_fBOBbhROnvtz},webPageId:\"UlQco8cYi\"},implicitPathVariables:undefined},{href:{pathVariables:{pdXVG_fBO:pdXVG_fBOBbhROnvtz},webPageId:\"UlQco8cYi\"},implicitPathVariables:undefined},{href:{pathVariables:{pdXVG_fBO:pdXVG_fBOBbhROnvtz},webPageId:\"UlQco8cYi\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{y:9040},OMfRsaltb:{width:\"calc(100vw - 30px)\",y:15876}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:250,width:\"max((100vw - 80px) / 3, 1px)\",y:8600,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gm8vnu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{WCZDKcwoD:resolvedLinks2[1]},OMfRsaltb:{WCZDKcwoD:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(OtherProjectCard,{COnO_r_TO:oeXZcmPnaBbhROnvtz,cpM8YFfZW:toResponsiveImage(Jy7hBJadyBbhROnvtz),height:\"100%\",id:\"y5Q09a7Cx\",layoutId:\"y5Q09a7Cx\",style:{height:\"100%\",width:\"100%\"},variant:\"S6jG7XgLg\",WCZDKcwoD:resolvedLinks2[0],width:\"100%\",X00XHRb0O:DLBifmgp1BbhROnvtz,x9gMjNAjR:WG62tRjG8BbhROnvtz})})})})})})})},idBbhROnvtz);})})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-59iwpv\",\"data-framer-name\":\"Section CTA\",name:\"Section CTA\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b1y9um\",\"data-framer-name\":\"Tag Wrapper\",name:\"Tag Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gsfzss\",\"data-framer-name\":\"Tag\",name:\"Tag\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",\"--framer-text-transform\":\"uppercase\"},children:\"Get in touch\"})}),className:\"framer-1v29e28\",fonts:[\"GF;Azeret Mono-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18s5pny\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(Link,{href:\"tel:+123456890\",openInNewTab:true,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1bbmw8q framer-ocwrf3\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4k6ubw-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"70px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.05em\",lineHeight:\"1em\"}},OMfRsaltb:{font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"32px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-2px\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"80px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.05em\",lineHeight:\"1em\"},height:\"100%\",id:\"ycNLd9d7c\",layoutId:\"ycNLd9d7c\",text:\"+46 842 00 2763\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",\"--framer-text-transform\":\"uppercase\"},children:\"call\"})}),className:\"framer-fnspb2\",\"data-framer-name\":\"CALL\",fonts:[\"GF;Azeret Mono-regular\"],name:\"CALL\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"mailto:jacob@turner.com\",openInNewTab:true,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1g5aq5y framer-ocwrf3\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ep9ue8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"70px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.05em\",lineHeight:\"1em\"}},OMfRsaltb:{font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"32px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-2px\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"80px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.05em\",lineHeight:\"1em\"},height:\"100%\",id:\"djUQ9hs5A\",layoutId:\"djUQ9hs5A\",text:\"JACOB@TURNER.COM\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",\"--framer-text-transform\":\"uppercase\"},children:\"MAIL\"})}),className:\"framer-1ggm7yp\",fonts:[\"GF;Azeret Mono-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/ena.supply\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1ixwf6x framer-ocwrf3\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1upy4x7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"70px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.05em\",lineHeight:\"1em\"}},OMfRsaltb:{font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"32px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-2px\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"80px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.05em\",lineHeight:\"1em\"},height:\"100%\",id:\"hIk9dhimo\",layoutId:\"hIk9dhimo\",text:\"INSTAGRAM\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",\"--framer-text-transform\":\"uppercase\"},children:\"FOLLOW\"})}),className:\"framer-1vd3msc\",fonts:[\"GF;Azeret Mono-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/ena_supply\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1q17fu7 framer-ocwrf3\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1grmzh9-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DP5OeLM1w:{font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"70px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.05em\",lineHeight:\"1em\"}},OMfRsaltb:{font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"32px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-2px\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"80px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.05em\",lineHeight:\"1em\"},height:\"100%\",id:\"gV_Gkdanj\",layoutId:\"gV_Gkdanj\",text:\"LINKEDIN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",\"--framer-text-transform\":\"uppercase\"},children:\"CHAT\"})}),className:\"framer-2hb5q3\",fonts:[\"GF;Azeret Mono-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pmtxnq\",\"data-framer-name\":\"Buy Template Module\",name:\"Buy Template Module\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t12oom\",\"data-framer-name\":\"Button Wrapper\",name:\"Button Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation14,className:\"framer-1bwdasy-container\",\"data-framer-appear-id\":\"1bwdasy\",initial:animation15,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(EnaBuyTemplateButton,{height:\"100%\",id:\"KjMqZvBTy\",layoutId:\"KjMqZvBTy\",link:\"https://ena.lemonsqueezy.com/checkout/buy/7d0e4d24-b31a-482f-bde3-7dab7d04926b\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"footer\",{className:\"framer-50fqt5\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a6sisy-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OMfRsaltb:{variant:\"zlgyEsAYd\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"BhntAiPTs\",layoutId:\"BhntAiPTs\",style:{width:\"100%\"},variant:\"hwslIwW6k\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-vwOvT { background: var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236)) /* {\"name\":\"JT Beige\"} */; }`,\".framer-vwOvT.framer-ocwrf3, .framer-vwOvT .framer-ocwrf3 { display: block; }\",\".framer-vwOvT.framer-1rn7xrn { align-content: center; align-items: center; background-color: var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, #f6f3ec); 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-vwOvT .framer-xwi9zb-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 8; }\",\".framer-vwOvT .framer-q7m8q { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 6; }\",\".framer-vwOvT .framer-dredle-container { flex: none; height: 100vh; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-vwOvT .framer-wfohw9 { 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: 100%; }\",\".framer-vwOvT .framer-3188ig { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50vh; justify-content: flex-start; overflow: hidden; padding: 40px 20px 40px 20px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-1dqrt03 { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-vwOvT .framer-2nzy28, .framer-vwOvT .framer-1w6bpls { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-klbi3g { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-vwOvT .framer-1ru6qlc, .framer-vwOvT .framer-l3rgbt, .framer-vwOvT .framer-qytysr, .framer-vwOvT .framer-7y8wvx, .framer-vwOvT .framer-1xifu62, .framer-vwOvT .framer-1h6adtm, .framer-vwOvT .framer-d6hkyf, .framer-vwOvT .framer-w6i2yr, .framer-vwOvT .framer-1tfpup2, .framer-vwOvT .framer-vaqwx8, .framer-vwOvT .framer-jmnhmv, .framer-vwOvT .framer-1qv7t4p, .framer-vwOvT .framer-fqe1y2, .framer-vwOvT .framer-1kej2ow, .framer-vwOvT .framer-1w1s60l, .framer-vwOvT .framer-1ugy7w9, .framer-vwOvT .framer-1si9hs4, .framer-vwOvT .framer-sv4g37, .framer-vwOvT .framer-o97w7w, .framer-vwOvT .framer-2pcc8n, .framer-vwOvT .framer-1vox8jw, .framer-vwOvT .framer-1v29e28, .framer-vwOvT .framer-fnspb2, .framer-vwOvT .framer-1ggm7yp, .framer-vwOvT .framer-1vd3msc, .framer-vwOvT .framer-2hb5q3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-vwOvT .framer-sijxac { 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; position: relative; width: min-content; }\",\".framer-vwOvT .framer-1frzep0, .framer-vwOvT .framer-1purhoj, .framer-vwOvT .framer-1g5dz5g { 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-vwOvT .framer-1ol9ct1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-vwOvT .framer-1ix31z3 { 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-vwOvT .framer-96mott, .framer-vwOvT .framer-13ll18o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-1xvdypq { align-content: center; align-items: center; aspect-ratio: 1.875 / 1; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 640px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-vwOvT .framer-1mqz1rv-container { flex: none; height: 100%; position: relative; width: 100%; z-index: 2; }\",\".framer-vwOvT .framer-1wh56sp { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-vwOvT .framer-31zfq4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 20px 100px 20px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-zis0ow { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-vwOvT .framer-11m8gbq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-vwOvT .framer-1o3fkf8, .framer-vwOvT .framer-1j9t3s9, .framer-vwOvT .framer-1ma4wc3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-vwOvT .framer-1sv1d3a { flex: none; height: auto; max-width: 680px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-4ibu5p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-vwOvT .framer-1jdtfl9, .framer-vwOvT .framer-e5kg88 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-boecvl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-1sqxgro, .framer-vwOvT .framer-185a5w6, .framer-vwOvT .framer-dm8cfv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-5fcmcv, .framer-vwOvT .framer-1b31hki { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-mj5spv { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-vwOvT .framer-1q2gp0k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 160px 20px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-ac2s2t { align-content: center; align-items: center; aspect-ratio: 1.8125 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 640px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-rxlqf { flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; }\",\".framer-vwOvT .framer-flpgyy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-6gsfr2, .framer-vwOvT .framer-vjlo81 { align-content: center; align-items: center; aspect-ratio: 0.8507462686567164 / 1; display: flex; flex: 0.5 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 670px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-vwOvT .framer-m1mfrm, .framer-vwOvT .framer-dhwssh-container, .framer-vwOvT .framer-hgrsfs, .framer-vwOvT .framer-cqto1-container, .framer-vwOvT .framer-1f5j4ef, .framer-vwOvT .framer-11hbf7q { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-vwOvT .framer-1riv3do { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-ez5cbq { align-content: center; align-items: center; aspect-ratio: 1.8125 / 1; background-color: #99eeff; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 640px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-vwOvT .framer-ovxejj, .framer-vwOvT .framer-9x2igg { align-content: center; align-items: center; aspect-ratio: 0.8507462686567164 / 1; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 670px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-vwOvT .framer-jvrvlt { align-content: center; align-items: center; aspect-ratio: 1.8125 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 640px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-9qpn8p { 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: flex-start; overflow: hidden; padding: 0px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-gvyfni { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 20px 40px 20px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-11yx1tw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-v6og8h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-k8vxif, .framer-vwOvT .framer-1hs35l9, .framer-vwOvT .framer-72dsuj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-vwOvT .framer-24jjgp-container, .framer-vwOvT .framer-gm8vnu-container { aspect-ratio: 1.494 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 250px); position: relative; width: 100%; }\",\".framer-vwOvT .framer-gmet2u-container { aspect-ratio: 1.492 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 250px); position: relative; width: 100%; }\",\".framer-vwOvT .framer-59iwpv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-vwOvT .framer-1b1y9um { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-1gsfzss { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-18s5pny { 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: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-vwOvT .framer-1bbmw8q, .framer-vwOvT .framer-1g5aq5y, .framer-vwOvT .framer-1ixwf6x, .framer-vwOvT .framer-1q17fu7 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-vwOvT .framer-4k6ubw-container, .framer-vwOvT .framer-1ep9ue8-container, .framer-vwOvT .framer-1upy4x7-container, .framer-vwOvT .framer-1grmzh9-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-vwOvT .framer-pmtxnq { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 0px; justify-content: flex-end; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 0px; position: fixed; width: 100%; z-index: 10; }\",\".framer-vwOvT .framer-1t12oom { align-content: center; align-items: center; bottom: 66px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 20px; width: min-content; z-index: 1; }\",\".framer-vwOvT .framer-1bwdasy-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-vwOvT .framer-50fqt5 { align-content: center; align-items: center; bottom: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: 9; }\",\".framer-vwOvT .framer-1a6sisy-container { flex: none; height: auto; position: relative; width: 100%; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-vwOvT.framer-1rn7xrn, .framer-vwOvT .framer-wfohw9, .framer-vwOvT .framer-3188ig, .framer-vwOvT .framer-1dqrt03, .framer-vwOvT .framer-2nzy28, .framer-vwOvT .framer-klbi3g, .framer-vwOvT .framer-sijxac, .framer-vwOvT .framer-1frzep0, .framer-vwOvT .framer-1ol9ct1, .framer-vwOvT .framer-1ix31z3, .framer-vwOvT .framer-96mott, .framer-vwOvT .framer-1xvdypq, .framer-vwOvT .framer-31zfq4, .framer-vwOvT .framer-zis0ow, .framer-vwOvT .framer-11m8gbq, .framer-vwOvT .framer-4ibu5p, .framer-vwOvT .framer-1jdtfl9, .framer-vwOvT .framer-boecvl, .framer-vwOvT .framer-1sqxgro, .framer-vwOvT .framer-185a5w6, .framer-vwOvT .framer-5fcmcv, .framer-vwOvT .framer-1b31hki, .framer-vwOvT .framer-dm8cfv, .framer-vwOvT .framer-e5kg88, .framer-vwOvT .framer-1w6bpls, .framer-vwOvT .framer-1q2gp0k, .framer-vwOvT .framer-ac2s2t, .framer-vwOvT .framer-flpgyy, .framer-vwOvT .framer-6gsfr2, .framer-vwOvT .framer-vjlo81, .framer-vwOvT .framer-1riv3do, .framer-vwOvT .framer-ez5cbq, .framer-vwOvT .framer-13ll18o, .framer-vwOvT .framer-ovxejj, .framer-vwOvT .framer-9x2igg, .framer-vwOvT .framer-jvrvlt, .framer-vwOvT .framer-9qpn8p, .framer-vwOvT .framer-gvyfni, .framer-vwOvT .framer-11yx1tw, .framer-vwOvT .framer-1purhoj, .framer-vwOvT .framer-1g5dz5g, .framer-vwOvT .framer-v6og8h, .framer-vwOvT .framer-k8vxif, .framer-vwOvT .framer-1hs35l9, .framer-vwOvT .framer-72dsuj, .framer-vwOvT .framer-59iwpv, .framer-vwOvT .framer-1b1y9um, .framer-vwOvT .framer-1gsfzss, .framer-vwOvT .framer-18s5pny, .framer-vwOvT .framer-1bbmw8q, .framer-vwOvT .framer-1g5aq5y, .framer-vwOvT .framer-1ixwf6x, .framer-vwOvT .framer-1q17fu7, .framer-vwOvT .framer-pmtxnq, .framer-vwOvT .framer-1t12oom, .framer-vwOvT .framer-50fqt5 { gap: 0px; } .framer-vwOvT.framer-1rn7xrn > *, .framer-vwOvT .framer-wfohw9 > *, .framer-vwOvT .framer-1ix31z3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-vwOvT.framer-1rn7xrn > :first-child, .framer-vwOvT .framer-wfohw9 > :first-child, .framer-vwOvT .framer-1dqrt03 > :first-child, .framer-vwOvT .framer-1ix31z3 > :first-child, .framer-vwOvT .framer-11m8gbq > :first-child, .framer-vwOvT .framer-4ibu5p > :first-child, .framer-vwOvT .framer-1jdtfl9 > :first-child, .framer-vwOvT .framer-boecvl > :first-child, .framer-vwOvT .framer-e5kg88 > :first-child, .framer-vwOvT .framer-1q2gp0k > :first-child, .framer-vwOvT .framer-ac2s2t > :first-child, .framer-vwOvT .framer-ovxejj > :first-child, .framer-vwOvT .framer-9x2igg > :first-child, .framer-vwOvT .framer-9qpn8p > :first-child, .framer-vwOvT .framer-gvyfni > :first-child, .framer-vwOvT .framer-k8vxif > :first-child, .framer-vwOvT .framer-1hs35l9 > :first-child, .framer-vwOvT .framer-72dsuj > :first-child, .framer-vwOvT .framer-59iwpv > :first-child, .framer-vwOvT .framer-1b1y9um > :first-child, .framer-vwOvT .framer-1gsfzss > :first-child, .framer-vwOvT .framer-18s5pny > :first-child, .framer-vwOvT .framer-50fqt5 > :first-child { margin-top: 0px; } .framer-vwOvT.framer-1rn7xrn > :last-child, .framer-vwOvT .framer-wfohw9 > :last-child, .framer-vwOvT .framer-1dqrt03 > :last-child, .framer-vwOvT .framer-1ix31z3 > :last-child, .framer-vwOvT .framer-11m8gbq > :last-child, .framer-vwOvT .framer-4ibu5p > :last-child, .framer-vwOvT .framer-1jdtfl9 > :last-child, .framer-vwOvT .framer-boecvl > :last-child, .framer-vwOvT .framer-e5kg88 > :last-child, .framer-vwOvT .framer-1q2gp0k > :last-child, .framer-vwOvT .framer-ac2s2t > :last-child, .framer-vwOvT .framer-ovxejj > :last-child, .framer-vwOvT .framer-9x2igg > :last-child, .framer-vwOvT .framer-9qpn8p > :last-child, .framer-vwOvT .framer-gvyfni > :last-child, .framer-vwOvT .framer-k8vxif > :last-child, .framer-vwOvT .framer-1hs35l9 > :last-child, .framer-vwOvT .framer-72dsuj > :last-child, .framer-vwOvT .framer-59iwpv > :last-child, .framer-vwOvT .framer-1b1y9um > :last-child, .framer-vwOvT .framer-1gsfzss > :last-child, .framer-vwOvT .framer-18s5pny > :last-child, .framer-vwOvT .framer-50fqt5 > :last-child { margin-bottom: 0px; } .framer-vwOvT .framer-3188ig > *, .framer-vwOvT .framer-2nzy28 > *, .framer-vwOvT .framer-klbi3g > *, .framer-vwOvT .framer-sijxac > *, .framer-vwOvT .framer-1frzep0 > *, .framer-vwOvT .framer-1xvdypq > *, .framer-vwOvT .framer-31zfq4 > *, .framer-vwOvT .framer-1w6bpls > *, .framer-vwOvT .framer-6gsfr2 > *, .framer-vwOvT .framer-vjlo81 > *, .framer-vwOvT .framer-1riv3do > *, .framer-vwOvT .framer-ez5cbq > *, .framer-vwOvT .framer-jvrvlt > *, .framer-vwOvT .framer-1purhoj > *, .framer-vwOvT .framer-1g5dz5g > *, .framer-vwOvT .framer-1bbmw8q > *, .framer-vwOvT .framer-1g5aq5y > *, .framer-vwOvT .framer-1ixwf6x > *, .framer-vwOvT .framer-1q17fu7 > *, .framer-vwOvT .framer-pmtxnq > *, .framer-vwOvT .framer-1t12oom > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-vwOvT .framer-3188ig > :first-child, .framer-vwOvT .framer-2nzy28 > :first-child, .framer-vwOvT .framer-klbi3g > :first-child, .framer-vwOvT .framer-sijxac > :first-child, .framer-vwOvT .framer-1frzep0 > :first-child, .framer-vwOvT .framer-1ol9ct1 > :first-child, .framer-vwOvT .framer-96mott > :first-child, .framer-vwOvT .framer-1xvdypq > :first-child, .framer-vwOvT .framer-31zfq4 > :first-child, .framer-vwOvT .framer-zis0ow > :first-child, .framer-vwOvT .framer-1sqxgro > :first-child, .framer-vwOvT .framer-185a5w6 > :first-child, .framer-vwOvT .framer-5fcmcv > :first-child, .framer-vwOvT .framer-1b31hki > :first-child, .framer-vwOvT .framer-dm8cfv > :first-child, .framer-vwOvT .framer-1w6bpls > :first-child, .framer-vwOvT .framer-flpgyy > :first-child, .framer-vwOvT .framer-6gsfr2 > :first-child, .framer-vwOvT .framer-vjlo81 > :first-child, .framer-vwOvT .framer-1riv3do > :first-child, .framer-vwOvT .framer-ez5cbq > :first-child, .framer-vwOvT .framer-13ll18o > :first-child, .framer-vwOvT .framer-jvrvlt > :first-child, .framer-vwOvT .framer-11yx1tw > :first-child, .framer-vwOvT .framer-1purhoj > :first-child, .framer-vwOvT .framer-1g5dz5g > :first-child, .framer-vwOvT .framer-v6og8h > :first-child, .framer-vwOvT .framer-1bbmw8q > :first-child, .framer-vwOvT .framer-1g5aq5y > :first-child, .framer-vwOvT .framer-1ixwf6x > :first-child, .framer-vwOvT .framer-1q17fu7 > :first-child, .framer-vwOvT .framer-pmtxnq > :first-child, .framer-vwOvT .framer-1t12oom > :first-child { margin-left: 0px; } .framer-vwOvT .framer-3188ig > :last-child, .framer-vwOvT .framer-2nzy28 > :last-child, .framer-vwOvT .framer-klbi3g > :last-child, .framer-vwOvT .framer-sijxac > :last-child, .framer-vwOvT .framer-1frzep0 > :last-child, .framer-vwOvT .framer-1ol9ct1 > :last-child, .framer-vwOvT .framer-96mott > :last-child, .framer-vwOvT .framer-1xvdypq > :last-child, .framer-vwOvT .framer-31zfq4 > :last-child, .framer-vwOvT .framer-zis0ow > :last-child, .framer-vwOvT .framer-1sqxgro > :last-child, .framer-vwOvT .framer-185a5w6 > :last-child, .framer-vwOvT .framer-5fcmcv > :last-child, .framer-vwOvT .framer-1b31hki > :last-child, .framer-vwOvT .framer-dm8cfv > :last-child, .framer-vwOvT .framer-1w6bpls > :last-child, .framer-vwOvT .framer-flpgyy > :last-child, .framer-vwOvT .framer-6gsfr2 > :last-child, .framer-vwOvT .framer-vjlo81 > :last-child, .framer-vwOvT .framer-1riv3do > :last-child, .framer-vwOvT .framer-ez5cbq > :last-child, .framer-vwOvT .framer-13ll18o > :last-child, .framer-vwOvT .framer-jvrvlt > :last-child, .framer-vwOvT .framer-11yx1tw > :last-child, .framer-vwOvT .framer-1purhoj > :last-child, .framer-vwOvT .framer-1g5dz5g > :last-child, .framer-vwOvT .framer-v6og8h > :last-child, .framer-vwOvT .framer-1bbmw8q > :last-child, .framer-vwOvT .framer-1g5aq5y > :last-child, .framer-vwOvT .framer-1ixwf6x > :last-child, .framer-vwOvT .framer-1q17fu7 > :last-child, .framer-vwOvT .framer-pmtxnq > :last-child, .framer-vwOvT .framer-1t12oom > :last-child { margin-right: 0px; } .framer-vwOvT .framer-1dqrt03 > *, .framer-vwOvT .framer-ac2s2t > *, .framer-vwOvT .framer-ovxejj > *, .framer-vwOvT .framer-9x2igg > *, .framer-vwOvT .framer-9qpn8p > *, .framer-vwOvT .framer-gvyfni > *, .framer-vwOvT .framer-59iwpv > *, .framer-vwOvT .framer-1gsfzss > *, .framer-vwOvT .framer-18s5pny > *, .framer-vwOvT .framer-50fqt5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-vwOvT .framer-1ol9ct1 > *, .framer-vwOvT .framer-1sqxgro > *, .framer-vwOvT .framer-185a5w6 > *, .framer-vwOvT .framer-5fcmcv > *, .framer-vwOvT .framer-1b31hki > *, .framer-vwOvT .framer-dm8cfv > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-vwOvT .framer-96mott > *, .framer-vwOvT .framer-zis0ow > *, .framer-vwOvT .framer-flpgyy > *, .framer-vwOvT .framer-13ll18o > *, .framer-vwOvT .framer-v6og8h > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-vwOvT .framer-11m8gbq > *, .framer-vwOvT .framer-1jdtfl9 > *, .framer-vwOvT .framer-e5kg88 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-vwOvT .framer-4ibu5p > *, .framer-vwOvT .framer-k8vxif > *, .framer-vwOvT .framer-1hs35l9 > *, .framer-vwOvT .framer-72dsuj > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-vwOvT .framer-boecvl > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-vwOvT .framer-1q2gp0k > *, .framer-vwOvT .framer-1b1y9um > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-vwOvT .framer-11yx1tw > * { margin: 0px; margin-left: calc(19px / 2); margin-right: calc(19px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-vwOvT { background: var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236)) /* {\"name\":\"JT Beige\"} */; } .framer-vwOvT.framer-1rn7xrn { width: 810px; } .framer-vwOvT .framer-1xvdypq { height: var(--framer-aspect-ratio-supported, 432px); } .framer-vwOvT .framer-jmnhmv, .framer-vwOvT .framer-fqe1y2, .framer-vwOvT .framer-1w1s60l, .framer-vwOvT .framer-1si9hs4, .framer-vwOvT .framer-o97w7w { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-vwOvT .framer-ac2s2t, .framer-vwOvT .framer-ez5cbq, .framer-vwOvT .framer-jvrvlt { height: var(--framer-aspect-ratio-supported, 425px); } .framer-vwOvT .framer-6gsfr2, .framer-vwOvT .framer-vjlo81, .framer-vwOvT .framer-ovxejj, .framer-vwOvT .framer-9x2igg { height: var(--framer-aspect-ratio-supported, 441px); } .framer-vwOvT .framer-24jjgp-container, .framer-vwOvT .framer-gmet2u-container, .framer-vwOvT .framer-gm8vnu-container { height: var(--framer-aspect-ratio-supported, 163px); }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-vwOvT { background: var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236)) /* {\"name\":\"JT Beige\"} */; } .framer-vwOvT.framer-1rn7xrn { width: 390px; } .framer-vwOvT .framer-3188ig { padding: 40px 15px 40px 15px; } .framer-vwOvT .framer-sijxac { width: 100%; } .framer-vwOvT .framer-1h6adtm, .framer-vwOvT .framer-jmnhmv, .framer-vwOvT .framer-fqe1y2, .framer-vwOvT .framer-1w1s60l, .framer-vwOvT .framer-1si9hs4, .framer-vwOvT .framer-o97w7w { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-vwOvT .framer-1ol9ct1 { gap: 3px; } .framer-vwOvT .framer-1xvdypq { aspect-ratio: 1.3 / 1; height: var(--framer-aspect-ratio-supported, 300px); } .framer-vwOvT .framer-31zfq4 { padding: 50px 15px 100px 15px; } .framer-vwOvT .framer-zis0ow, .framer-vwOvT .framer-pmtxnq { flex-direction: column; } .framer-vwOvT .framer-11m8gbq, .framer-vwOvT .framer-4ibu5p, .framer-vwOvT .framer-k8vxif, .framer-vwOvT .framer-1hs35l9, .framer-vwOvT .framer-72dsuj { flex: none; width: 100%; } .framer-vwOvT .framer-1q2gp0k { gap: 10px; padding: 0px 15px 100px 15px; } .framer-vwOvT .framer-ac2s2t, .framer-vwOvT .framer-ez5cbq, .framer-vwOvT .framer-jvrvlt { aspect-ratio: 1.565217391304348 / 1; height: var(--framer-aspect-ratio-supported, 230px); } .framer-vwOvT .framer-flpgyy, .framer-vwOvT .framer-13ll18o { flex-direction: column; gap: 10px; } .framer-vwOvT .framer-6gsfr2, .framer-vwOvT .framer-ovxejj, .framer-vwOvT .framer-9x2igg { flex: none; height: var(--framer-aspect-ratio-supported, 423px); width: 100%; } .framer-vwOvT .framer-vjlo81 { flex: none; height: var(--framer-aspect-ratio-supported, 424px); width: 100%; } .framer-vwOvT .framer-9qpn8p { padding: 0px 0px 100px 0px; } .framer-vwOvT .framer-gvyfni { padding: 0px 15px 40px 15px; } .framer-vwOvT .framer-11yx1tw { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; } .framer-vwOvT .framer-v6og8h { flex-direction: column; padding: 0px 15px 0px 15px; } .framer-vwOvT .framer-24jjgp-container, .framer-vwOvT .framer-gm8vnu-container { height: var(--framer-aspect-ratio-supported, 241px); } .framer-vwOvT .framer-gmet2u-container { height: var(--framer-aspect-ratio-supported, 242px); } .framer-vwOvT .framer-1b1y9um { padding: 20px 15px 0px 15px; } .framer-vwOvT .framer-18s5pny { padding: 0px 15px 0px 15px; } .framer-vwOvT .framer-1t12oom { bottom: 62px; } .framer-vwOvT .framer-50fqt5 { bottom: 15px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-vwOvT .framer-1ol9ct1, .framer-vwOvT .framer-zis0ow, .framer-vwOvT .framer-1q2gp0k, .framer-vwOvT .framer-flpgyy, .framer-vwOvT .framer-13ll18o, .framer-vwOvT .framer-11yx1tw, .framer-vwOvT .framer-v6og8h, .framer-vwOvT .framer-pmtxnq { gap: 0px; } .framer-vwOvT .framer-1ol9ct1 > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-vwOvT .framer-1ol9ct1 > :first-child { margin-left: 0px; } .framer-vwOvT .framer-1ol9ct1 > :last-child { margin-right: 0px; } .framer-vwOvT .framer-zis0ow > *, .framer-vwOvT .framer-v6og8h > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-vwOvT .framer-zis0ow > :first-child, .framer-vwOvT .framer-1q2gp0k > :first-child, .framer-vwOvT .framer-flpgyy > :first-child, .framer-vwOvT .framer-13ll18o > :first-child, .framer-vwOvT .framer-11yx1tw > :first-child, .framer-vwOvT .framer-v6og8h > :first-child, .framer-vwOvT .framer-pmtxnq > :first-child { margin-top: 0px; } .framer-vwOvT .framer-zis0ow > :last-child, .framer-vwOvT .framer-1q2gp0k > :last-child, .framer-vwOvT .framer-flpgyy > :last-child, .framer-vwOvT .framer-13ll18o > :last-child, .framer-vwOvT .framer-11yx1tw > :last-child, .framer-vwOvT .framer-v6og8h > :last-child, .framer-vwOvT .framer-pmtxnq > :last-child { margin-bottom: 0px; } .framer-vwOvT .framer-1q2gp0k > *, .framer-vwOvT .framer-flpgyy > *, .framer-vwOvT .framer-13ll18o > *, .framer-vwOvT .framer-pmtxnq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-vwOvT .framer-11yx1tw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6332\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DP5OeLM1w\":{\"layout\":[\"fixed\",\"auto\"]},\"OMfRsaltb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerUlQco8cYi=withCSS(Component,css,\"framer-vwOvT\");export default FramerUlQco8cYi;FramerUlQco8cYi.displayName=\"Page\";FramerUlQco8cYi.defaultProps={height:6332,width:1200};addFonts(FramerUlQco8cYi,[{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\"},{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\",weight:\"400\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"}]},...NavigationFonts,...MenuOpenOverlayFonts,...VideoFonts,...OtherProjectCardFonts,...MagTextFonts,...EnaBuyTemplateButtonFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUlQco8cYi\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"6332\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DP5OeLM1w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OMfRsaltb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["MagText", "props", "mouseX", "useMotionValue", "p", "e", "c", "idx", "Character", "ref", "pe", "scaleRange", "scaleX", "useSpring", "w", "useTransform", "padding", "scaleY", "useMotionValueEvent", "mx", "left", "width", "characterCenter", "distance", "transform", "motion", "useMotionTemplate", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "VmojfvIIh", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "RichText2", "x", "css", "Frameriux_1P4dx", "withCSS", "iux_1P4dx_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "ViewProjectFonts", "getFonts", "iux_1P4dx_default", "VideoFonts", "Video", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToString", "value", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "sortingNumber", "thumbnail", "thumbnailVideo", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "className", "layoutId", "WCZDKcwoD", "X00XHRb0O", "COnO_r_TO", "x9gMjNAjR", "cpM8YFfZW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntere5n9rb", "args", "onMouseLeave111t5h9", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerIL3Yzfvr0", "withCSS", "IL3Yzfvr0_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "NavigationFonts", "getFonts", "yGfvD64UY_default", "MenuOpenOverlayFonts", "SmkNoZhed_default", "ContainerWithFX", "withFX", "Container", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "VideoFonts", "Video", "RichTextWithFX", "MotionDivWithFX", "OtherProjectCardFonts", "IL3Yzfvr0_default", "MagTextFonts", "MagText", "EnaBuyTemplateButtonFonts", "T3USDJ0Ln_default", "ContainerWithOptimizedAppearEffect", "FooterFonts", "xxIb0BkhJ_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition3", "animation4", "animation5", "transition4", "animation6", "animation7", "transition5", "animation8", "animation9", "numberToString", "value", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "transition6", "animation10", "animation11", "isSet", "toImageSrc", "toResponsiveImage", "animation12", "transition7", "transition8", "transition9", "animation13", "transition10", "transition11", "QueryData", "query", "pageSize", "data", "useQueryData", "transition12", "animation14", "animation15", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "yTHrQWMIY_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "_getFromCurrentRouteData3", "_getFromCurrentRouteData4", "_getFromCurrentRouteData5", "_getFromCurrentRouteData6", "_getFromCurrentRouteData7", "_getFromCurrentRouteData8", "_getFromCurrentRouteData9", "_getFromCurrentRouteData10", "_getFromCurrentRouteData11", "_getFromCurrentRouteData12", "_getFromCurrentRouteData13", "_getFromCurrentRouteData14", "_getFromCurrentRouteData15", "_getFromCurrentRouteData16", "className", "layoutId", "variant", "kuvJcmOFr", "VV1CggU2J", "E6OpH0hSs", "oeXZcmPna", "DLBifmgp1", "WG62tRjG8", "Jy7hBJady", "VeDm9FjW4", "vlN2R_qnF", "tzVexbjWp", "Chguu3lHj", "HY1X73dpT", "U0gx1yKeB", "QF3AEVk8r", "fsFlSPDTa", "xOL69akmU", "FwLb0MrAN", "rm5GqyLak", "xpyes5aGJ", "Y9u0naHRi", "rB64YNSUs", "lUT9kBBwP", "pdXVG_fBOjdGHnOaNj", "DLBifmgp1jdGHnOaNj", "oeXZcmPnajdGHnOaNj", "WG62tRjG8jdGHnOaNj", "Jy7hBJadyjdGHnOaNj", "idjdGHnOaNj", "X4mkKflln", "pdXVG_fBOahzuYOuYM", "DLBifmgp1ahzuYOuYM", "oeXZcmPnaahzuYOuYM", "WG62tRjG8ahzuYOuYM", "Jy7hBJadyahzuYOuYM", "idahzuYOuYM", "z_tutvcUx", "pdXVG_fBOBbhROnvtz", "DLBifmgp1BbhROnvtz", "oeXZcmPnaBbhROnvtz", "WG62tRjG8BbhROnvtz", "Jy7hBJadyBbhROnvtz", "idBbhROnvtz", "OoXOWcQvg", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "EHMhKGDpTwelu7j", "overlay", "paginationInfo", "args", "ZnO4gEEiP1wvko5h", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "visible1", "visible2", "elementId", "useRouteElementId", "ref2", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "l", "ComponentViewportProvider", "ContainerWithFX", "PropertyOverrides2", "yGfvD64UY_default", "AnimatePresence", "Ga", "x", "Container", "SmkNoZhed_default", "MotionDivWithOptimizedAppearEffect", "RichText2", "RichTextWithOptimizedAppearEffect", "Video", "getLoadingLazyAtYPosition", "Image2", "RichTextWithFX", "MotionDivWithFX", "ChildrenCanSuspend", "collection", "loadMore", "i", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "IL3Yzfvr0_default", "collection1", "paginationInfo1", "loadMore1", "resolvedLinks1", "collection2", "paginationInfo2", "loadMore2", "resolvedLinks2", "Link", "MagText", "ContainerWithOptimizedAppearEffect", "T3USDJ0Ln_default", "xxIb0BkhJ_default", "css", "FramerUlQco8cYi", "withCSS", "UlQco8cYi_default", "addFonts", "NavigationFonts", "MenuOpenOverlayFonts", "VideoFonts", "OtherProjectCardFonts", "MagTextFonts", "EnaBuyTemplateButtonFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
