{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/TbXI1XaZFNevVKcgIt7G/isMotionValue.js", "ssg:https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/QaqrlAraQyqzLNiThK8G/VideoNew.js", "ssg:https://framerusercontent.com/modules/qkxRQpZorDS5tKb1Ihav/vSF8JKBaC1Y9WlP1REJ4/bbPCKYG1U.js", "ssg:https://framerusercontent.com/modules/cfm3Hi5ejDtbLScTMn1g/u7eZpfjWlEO6BoFkQu19/bgZQg6PUA.js", "ssg:https://framerusercontent.com/modules/1bhwYZ8SoUPWimZnnhOE/aiN7XgZ7CI3IBs6oUzuO/bv53aMPRJ.js", "ssg:https://framerusercontent.com/modules/wvQPZCAW85sjvlWi2kUC/o98Tyui7bRunyUMkfdaf/Cbc4tjqL5.js", "ssg:https://framerusercontent.com/modules/EEnSNVScjX6KxncKSB2A/PrmgLXbPH5Q0Q4oipoLq/fOZHs87K1.js", "ssg:https://framerusercontent.com/modules/lP30PLdNt0LFhGHjea8s/BdQCkDZdqbo4lexIfbPD/fUUd2kHWO.js", "ssg:https://framerusercontent.com/modules/jvBbjb7L763sQossNWgP/M3zWyH1KBXKuVas9HgGD/hl5nETE_Y.js", "ssg:https://framerusercontent.com/modules/Xi2k6tqIjWRkDhmx6AIV/wH1Q2pWNXrOimW771ore/jnoskAbMn.js", "ssg:https://framerusercontent.com/modules/FZUEH9Ueh3hMXaQuOieX/yQQZ5P33fdRmalBnIuvY/kqIRPrCHh.js", "ssg:https://framerusercontent.com/modules/T4zvj8UJkZbvapzoGtDE/KHopmZQWhh2Ub3W057iR/FXH377q6f.js", "ssg:https://framerusercontent.com/modules/22Oh8u3d8tr16KD9ITsk/ydn9gyKuIky2sV5IDcLl/sZ7qOZ1ve.js", "ssg:https://framerusercontent.com/modules/9Vb8KgMB2G00BnFu0CFO/NLeflMM367lyrjGXWd9N/WbkeW3pVw.js", "ssg:https://framerusercontent.com/modules/C6lvHzLOCj450Il4YLyC/b6kyNJX1yiJnz0dF1WgA/Z2x77PSGG.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/isObject.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/_/b15bba73.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/now.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/_/69d56582.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/_/83742462.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/_/e65ed236.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/_/052e9e66.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/isObjectLike.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/isSymbol.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/toNumber.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/debounce.js", "ssg:https://ga.jspm.io/npm:lodash@4.17.21/throttle.js", "ssg:https://framerusercontent.com/modules/E5bbQvfmLLKV0lLCqKXH/KlSINPraKgS69CLCxDwd/ScrollEffects.js", "ssg:https://framerusercontent.com/modules/4PyMd7bNlT1IVFBrrY5a/2Du3yZtYfm2w7zrAi5G2/Mc44x3kiS.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{MotionValue}from\"framer\";// Basic MotionValue check\nexport const isMotionValue=v=>v instanceof MotionValue;\nexport const __FramerMetadata__ = {\"exports\":{\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./isMotionValue.map", "import{useCallback,useEffect,useRef}from\"react\";import{motionValue,animate,RenderTarget}from\"framer\";import{isMotionValue}from\"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/TbXI1XaZFNevVKcgIt7G/isMotionValue.js\";import{useConstant}from\"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";export function useAutoMotionValue(inputValue,options){// Put options on a local ref\n// Might wanna just memo instead but it works for now\nconst optionsRef=useRef(options);const animation=useRef();const didInitialMount=useRef(false);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;// in-progress - trying to figure out effect hooks\nconst onChangeDeps=(options===null||options===void 0?void 0:options.onChangeDeps)?options.onChangeDeps:[];// Memoize the onChange handler\nconst onChange=useCallback(options===null||options===void 0?void 0:options.onChange,[...onChangeDeps,]);// Optionally scale the value from props\nconst transformer=useCallback(value=>{var ref;return((ref=optionsRef.current)===null||ref===void 0?void 0:ref.transform)?optionsRef.current.transform(value):value;},[]);// Create new MotionValue from inputValue\nconst value1=useConstant(()=>isMotionValue(inputValue)?inputValue:motionValue(transformer(inputValue)));// Setting value from prop change\nuseEffect(()=>{if(!isMotionValue(inputValue)&&didInitialMount.current){var ref,ref1;const newValue=transformer(inputValue);(ref=animation.current)===null||ref===void 0?void 0:ref.stop();// Call change callback\nif(onChange)onChange(newValue,value1);// Trigger animation to new value\nif(((ref1=optionsRef.current)===null||ref1===void 0?void 0:ref1.animate)&&!isOnCanvas){var ref2;// @ts-ignore\nanimation.current=animate(value1,newValue,(ref2=optionsRef.current)===null||ref2===void 0?void 0:ref2.transition);}else{value1.set(newValue);}}didInitialMount.current=true;},[inputValue,...onChangeDeps]);return value1;}\nexport const __FramerMetadata__ = {\"exports\":{\"useAutoMotionValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./useAutoMotionValue.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect,useMemo,useCallback,memo}from\"react\";import{ControlType,addPropertyControls,useIsInCurrentNavigationTarget}from\"framer\";import{useOnEnter,useOnExit,defaultEvents,useIsOnCanvas,useIsBrowserSafari,useOnChange,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useAutoMotionValue}from\"https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export function Video(props){const newProps=getProps(props);return(/*#__PURE__*/ _jsx(VideoMemo,{...newProps}));}const VideoMemo=/*#__PURE__*/ memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing,canvasPlay,muted,playsinline,controls,progress,objectFit,backgroundColor,radius,topLeft,topRight,bottomRight,bottomLeft,isMixed,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,restartOnEnter,posterEnabled,startTime:startTimeProp,volume,loop}=props;const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const videoRef=useRef();const isSafari=useIsBrowserSafari();const requestingPlay=useRef(false);const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const shouldPlay=!isOnCanvas||canvasPlay;const autoPlay=useMemo(()=>playing,[]);const isMuted=useMemo(()=>isOnCanvas?true:muted,[isOnCanvas,muted]);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?0.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<0.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{}) // It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);// Pause/play via props\nuseEffect(()=>{if(playing&&shouldPlay)play();else pause();},[playing,canvasPlay]);// Change progress via prop\nuseEffect(()=>{setProgress(startTime*0.01);},[startTimeProp,srcFile,srcUrl]);const videoProgress=useAutoMotionValue(progress,{transform:value=>value*0.01,onChange:newValue=>{setProgress(newValue);}});// Allow scrubbing with MotionValue\nuseOnChange(videoProgress,val=>{if(isOnCanvas)return;setProgress(val);});// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{if(srcType===SrcType.Url)return srcUrl;if(srcType===SrcType.Video)return srcFile;},[srcType,srcFile,srcUrl]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoPlay){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=volume/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(videoRef.current&&videoRef.current.currentTime<0.3)setProgress(startTime*0.01);if(shouldPlay&&videoRef.current&&autoPlay)play();};return(/*#__PURE__*/ _jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>{return onSeeked===null||onSeeked===void 0?void 0:onSeeked(e);},onPause:e=>{return onPause===null||onPause===void 0?void 0:onPause(e);},onPlay:e=>{return onPlay===null||onPlay===void 0?void 0:onPlay(e);},onEnded:e=>{return onEnd===null||onEnd===void 0?void 0:onEnd(e);},autoPlay:autoPlay&&shouldPlay,poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isMuted,playsInline:playsinline,style:{width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}}));});Video.displayName=\"Video\";Video.defaultProps={srcType:SrcType.Url,srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,autoPlay:true,canvasPlay:false,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:ObjectFitType.Cover,backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Video]},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.mp4\",hidden(props){return props.srcType===SrcType.Video;},description:\"Hosted video file URL. For Youtube, use the Youtube component.\"},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"mp4\"],hidden(props){return props.srcType===SrcType.Url;}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:0.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:[ObjectFitType.Cover,ObjectFitType.Fill,ObjectFitType.Contain,ObjectFitType.ScaleDown,ObjectFitType.None,]},canvasPlay:{type:ControlType.Boolean,title:\"On Canvas\",enabledTitle:\"Play\",disabledTitle:\"Pause\",hidden(props){return props.autoPlay===false;}},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VideoNew.map", "// Generated by Framer (63f9d4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,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/b6Ct24A7ZZ89yMXWI3lX/5eSzv4f7wMTFsGle5jGM/Ky5cIeqM1.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/6x9nkBvsAIO12owpsJbC/D0Ie2jOVc5KjimkFMTNJ/uxPI8RmeE.js\";const cycleOrder=[\"WRHCbvBqV\",\"gGE_lNCcF\",\"OgNRtQ16L\",\"RcXETEUsg\",\"Jj8uAfQob\",\"a0EMyMOt6\",\"The0eMMbX\",\"Vm1B41L8M\",\"U3XzAmpiq\",\"I3PRRU_W7\",\"Vx1LX1k2L\",\"dJUjBiGAF\",\"OEteijEcn\",\"Y6YTeDhSA\",\"itvYJRQyw\"];const serializationHash=\"framer-CfNgY\";const variantClassNames={a0EMyMOt6:\"framer-v-1sxw8u2\",dJUjBiGAF:\"framer-v-1u4a4qj\",gGE_lNCcF:\"framer-v-3sr1pt\",I3PRRU_W7:\"framer-v-13vc1yw\",itvYJRQyw:\"framer-v-1vx9xub\",Jj8uAfQob:\"framer-v-7a0oov\",OEteijEcn:\"framer-v-4sr87l\",OgNRtQ16L:\"framer-v-ebwq6z\",RcXETEUsg:\"framer-v-g7ptrk\",The0eMMbX:\"framer-v-phr270\",U3XzAmpiq:\"framer-v-v6y316\",Vm1B41L8M:\"framer-v-1ds44f0\",Vx1LX1k2L:\"framer-v-17js889\",WRHCbvBqV:\"framer-v-6c2pf1\",Y6YTeDhSA:\"framer-v-11xwe4r\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant - 1 - Tablet - Meet\":\"gGE_lNCcF\",\"Variant - 10 - Tablet - Min energy\":\"Vx1LX1k2L\",\"Variant - 11 - Tablet - Break\":\"dJUjBiGAF\",\"Variant - 12 - Tablet - Container\":\"OEteijEcn\",\"Variant - 13 - Tablet - Break \":\"Y6YTeDhSA\",\"Variant - 14 - Tablet - Integration\":\"itvYJRQyw\",\"Variant - 2 - Tablet - Stronger\":\"OgNRtQ16L\",\"Variant - 3 - Tablet - Filtration\":\"RcXETEUsg\",\"Variant - 4 - Tablet - Heat\":\"Jj8uAfQob\",\"Variant - 5 - Tablet - Lasts\":\"a0EMyMOt6\",\"Variant - 6 - Tablet - Break\":\"The0eMMbX\",\"Variant - 7 - Tablet - 2nd layer\":\"Vm1B41L8M\",\"Variant - 8 - Tablet - Water\":\"U3XzAmpiq\",\"Variant - 9 - Tablet - Max throughput\":\"I3PRRU_W7\",Desktop:\"WRHCbvBqV\"};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:\"WRHCbvBqV\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WRHCbvBqV\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"gGE_lNCcF\",\"OgNRtQ16L\",\"RcXETEUsg\",\"Jj8uAfQob\",\"a0EMyMOt6\",\"The0eMMbX\",\"Vm1B41L8M\",\"U3XzAmpiq\",\"I3PRRU_W7\",\"Vx1LX1k2L\",\"dJUjBiGAF\",\"OEteijEcn\",\"Y6YTeDhSA\",\"itvYJRQyw\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"gGE_lNCcF\",\"OgNRtQ16L\",\"RcXETEUsg\",\"Jj8uAfQob\",\"a0EMyMOt6\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"Vm1B41L8M\",\"U3XzAmpiq\",\"I3PRRU_W7\",\"Vx1LX1k2L\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"dJUjBiGAF\",\"OEteijEcn\",\"Y6YTeDhSA\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"gGE_lNCcF\",\"OgNRtQ16L\",\"RcXETEUsg\",\"Jj8uAfQob\",\"a0EMyMOt6\",\"The0eMMbX\",\"Vm1B41L8M\",\"U3XzAmpiq\",\"I3PRRU_W7\",\"Vx1LX1k2L\",\"dJUjBiGAF\",\"OEteijEcn\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-6c2pf1\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"WRHCbvBqV\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({a0EMyMOt6:{\"data-framer-name\":\"Variant - 5 - Tablet - Lasts\"},dJUjBiGAF:{\"data-framer-name\":\"Variant - 11 - Tablet - Break\"},gGE_lNCcF:{\"data-framer-name\":\"Variant - 1 - Tablet - Meet\"},I3PRRU_W7:{\"data-framer-name\":\"Variant - 9 - Tablet - Max throughput\"},itvYJRQyw:{\"data-framer-name\":\"Variant - 14 - Tablet - Integration\"},Jj8uAfQob:{\"data-framer-name\":\"Variant - 4 - Tablet - Heat\"},OEteijEcn:{\"data-framer-name\":\"Variant - 12 - Tablet - Container\"},OgNRtQ16L:{\"data-framer-name\":\"Variant - 2 - Tablet - Stronger\"},RcXETEUsg:{\"data-framer-name\":\"Variant - 3 - Tablet - Filtration\"},The0eMMbX:{\"data-framer-name\":\"Variant - 6 - Tablet - Break\"},U3XzAmpiq:{\"data-framer-name\":\"Variant - 8 - Tablet - Water\"},Vm1B41L8M:{\"data-framer-name\":\"Variant - 7 - Tablet - 2nd layer\"},Vx1LX1k2L:{\"data-framer-name\":\"Variant - 10 - Tablet - Min energy\"},Y6YTeDhSA:{\"data-framer-name\":\"Variant - 13 - Tablet - Break \"}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5bqblf\",layoutDependency:layoutDependency,layoutId:\"cPl9xY3zA\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 21.53716216216216%, rgba(255, 255, 255, 0.73) 39.17863175675676%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},variants:{a0EMyMOt6:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},dJUjBiGAF:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},gGE_lNCcF:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},I3PRRU_W7:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},itvYJRQyw:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},Jj8uAfQob:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},OEteijEcn:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},OgNRtQ16L:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},RcXETEUsg:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},The0eMMbX:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},U3XzAmpiq:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},Vm1B41L8M:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},Vx1LX1k2L:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"},Y6YTeDhSA:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 15.11824324324324%, rgba(255, 255, 255, 0.73) 31.84473536036036%, rgba(255, 255, 255, 0.84) 47.701998873873876%, rgb(255, 255, 255) 100%)\"}},children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hzcfhv\",\"data-framer-name\":\"1st Story\",layoutDependency:layoutDependency,layoutId:\"ArgDcGSHE\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-alignment\":\"right\"},children:\"Meet our next generation graphene membrane\"})}),className:\"framer-dpacxn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hGRHtNUwy\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{a0EMyMOt6:{opacity:.1},Jj8uAfQob:{opacity:.1},OgNRtQ16L:{opacity:.1},RcXETEUsg:{opacity:.1}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hcfkbd\",\"data-framer-name\":\"1st stack\",layoutDependency:layoutDependency,layoutId:\"zmBEiRgQ_\",style:{backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"3 times stronger\"})}),className:\"framer-cdxafa\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pAeLON1oX\",style:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{a0EMyMOt6:{opacity:.1},gGE_lNCcF:{opacity:0},Jj8uAfQob:{opacity:.25},RcXETEUsg:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"10x more effective filtration\"})}),className:\"framer-fivb6l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NZqG8yFW4\",style:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{a0EMyMOt6:{opacity:.25},Jj8uAfQob:{opacity:.5},RcXETEUsg:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"5 times more heat resistant \"})}),className:\"framer-mkht4s\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AWT9ZEyy3\",style:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{a0EMyMOt6:{opacity:.4},Jj8uAfQob:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Lasts 10 years\"})}),className:\"framer-2wvo6b\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ypJ2jCFzQ\",style:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{a0EMyMOt6:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gio8y9\",\"data-framer-name\":\"2nd story\",layoutDependency:layoutDependency,layoutId:\"Gw_oU1UaE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-alignment\":\"right\"},children:[\"All supported by\",/*#__PURE__*/_jsx(motion.br,{}),\"a second layer\"]})}),className:\"framer-aw41na\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QRdJVt_4S\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.1},variants:{Vm1B41L8M:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wl50fm\",\"data-framer-name\":\"2nd stack\",layoutDependency:layoutDependency,layoutId:\"jB8mF0el3\",style:{backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Full water resistance\"})}),className:\"framer-1o2ygyr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RfYGsie8f\",style:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.1},variants:{I3PRRU_W7:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",opacity:.4},U3XzAmpiq:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",opacity:1},Vm1B41L8M:{opacity:0},Vx1LX1k2L:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",opacity:.25}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({I3PRRU_W7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Full water resistance\"})})},U3XzAmpiq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Full water resistance\"})})},Vx1LX1k2L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Full water resistance\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Maximum throughput\"})}),className:\"framer-1c7dhtf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zU56vGH0d\",style:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.25},variants:{I3PRRU_W7:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",opacity:1},U3XzAmpiq:{opacity:0},Vm1B41L8M:{opacity:0},Vx1LX1k2L:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({I3PRRU_W7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Maximum throughput\"})})},Vx1LX1k2L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Maximum throughput\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Minimum energy usage\"})}),className:\"framer-cv6075\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ckynAHA23\",style:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.4},variants:{I3PRRU_W7:{opacity:0},U3XzAmpiq:{opacity:0},Vm1B41L8M:{opacity:0},Vx1LX1k2L:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Vx1LX1k2L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Minimum energy usage\"})})}},baseVariant,gestureVariant)})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"right\"},children:[\"All supported by\",/*#__PURE__*/_jsx(motion.br,{}),\"a second layer\"]})}),className:\"framer-1u6mxxq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UOwu1LfQB\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{dJUjBiGAF:{opacity:0},Y6YTeDhSA:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dJUjBiGAF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-alignment\":\"right\"},children:\"Collected in our proprietary Carbon Capture Unit.\"})})},OEteijEcn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Collected in our proprietary Carbon Capture Unit.\"})})},Y6YTeDhSA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-alignment\":\"right\"},children:\"Collected in our proprietary Carbon Capture Unit.\"})})}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Collected in our proprietary Carbon Capture Unit.\"})}),className:\"framer-1cbxkkh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YnNcUx30D\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{itvYJRQyw:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({itvYJRQyw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Seamlessly integrating into your plant to store and use.\"})})},Y6YTeDhSA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Seamlessly integrating into your plant to store and use.\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CfNgY.framer-16qzxxu, .framer-CfNgY .framer-16qzxxu { display: block; }\",\".framer-CfNgY.framer-6c2pf1 { height: 798px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-CfNgY .framer-5bqblf { bottom: 0px; flex: none; height: 516px; left: -7px; overflow: visible; position: absolute; width: 810px; }\",\".framer-CfNgY .framer-hzcfhv { align-content: flex-start; align-items: flex-start; bottom: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; min-height: 200px; overflow: visible; padding: 0px; position: absolute; width: 100%; }\",\".framer-CfNgY .framer-dpacxn, .framer-CfNgY .framer-aw41na { flex: none; height: 99px; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-CfNgY .framer-1hcfkbd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 412px; }\",\".framer-CfNgY .framer-cdxafa, .framer-CfNgY .framer-fivb6l, .framer-CfNgY .framer-mkht4s, .framer-CfNgY .framer-2wvo6b, .framer-CfNgY .framer-1o2ygyr, .framer-CfNgY .framer-1c7dhtf, .framer-CfNgY .framer-cv6075 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CfNgY .framer-1gio8y9 { align-content: center; align-items: center; bottom: 70px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; }\",\".framer-CfNgY .framer-1wl50fm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 412px; }\",\".framer-CfNgY .framer-1u6mxxq { bottom: 108px; flex: none; height: 99px; left: 60px; position: absolute; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-CfNgY .framer-1cbxkkh { bottom: 108px; flex: none; height: 99px; left: calc(50.00000000000002% - 320px / 2); position: absolute; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CfNgY .framer-hzcfhv, .framer-CfNgY .framer-1hcfkbd, .framer-CfNgY .framer-1gio8y9, .framer-CfNgY .framer-1wl50fm { gap: 0px; } .framer-CfNgY .framer-hzcfhv > *, .framer-CfNgY .framer-1gio8y9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CfNgY .framer-hzcfhv > :first-child, .framer-CfNgY .framer-1gio8y9 > :first-child { margin-left: 0px; } .framer-CfNgY .framer-hzcfhv > :last-child, .framer-CfNgY .framer-1gio8y9 > :last-child { margin-right: 0px; } .framer-CfNgY .framer-1hcfkbd > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CfNgY .framer-1hcfkbd > :first-child, .framer-CfNgY .framer-1wl50fm > :first-child { margin-top: 0px; } .framer-CfNgY .framer-1hcfkbd > :last-child, .framer-CfNgY .framer-1wl50fm > :last-child { margin-bottom: 0px; } .framer-CfNgY .framer-1wl50fm > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-CfNgY.framer-v-3sr1pt.framer-6c2pf1, .framer-CfNgY.framer-v-ebwq6z.framer-6c2pf1, .framer-CfNgY.framer-v-g7ptrk.framer-6c2pf1, .framer-CfNgY.framer-v-7a0oov.framer-6c2pf1, .framer-CfNgY.framer-v-1sxw8u2.framer-6c2pf1, .framer-CfNgY.framer-v-phr270.framer-6c2pf1, .framer-CfNgY.framer-v-1ds44f0.framer-6c2pf1, .framer-CfNgY.framer-v-v6y316.framer-6c2pf1, .framer-CfNgY.framer-v-13vc1yw.framer-6c2pf1, .framer-CfNgY.framer-v-17js889.framer-6c2pf1, .framer-CfNgY.framer-v-1u4a4qj.framer-6c2pf1, .framer-CfNgY.framer-v-4sr87l.framer-6c2pf1, .framer-CfNgY.framer-v-11xwe4r.framer-6c2pf1, .framer-CfNgY.framer-v-1vx9xub.framer-6c2pf1 { height: 1080px; width: 810px; }\",\".framer-CfNgY.framer-v-3sr1pt .framer-5bqblf { height: 34%; left: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-CfNgY.framer-v-3sr1pt .framer-hzcfhv, .framer-CfNgY.framer-v-ebwq6z .framer-hzcfhv, .framer-CfNgY.framer-v-g7ptrk .framer-hzcfhv, .framer-CfNgY.framer-v-7a0oov .framer-hzcfhv, .framer-CfNgY.framer-v-1sxw8u2 .framer-hzcfhv { min-height: unset; right: 0px; width: unset; }\",\".framer-CfNgY.framer-v-3sr1pt .framer-1hcfkbd, .framer-CfNgY.framer-v-ebwq6z .framer-1hcfkbd, .framer-CfNgY.framer-v-g7ptrk .framer-1hcfkbd, .framer-CfNgY.framer-v-7a0oov .framer-1hcfkbd, .framer-CfNgY.framer-v-1sxw8u2 .framer-1hcfkbd { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CfNgY.framer-v-3sr1pt .framer-1hcfkbd { gap: 0px; } .framer-CfNgY.framer-v-3sr1pt .framer-1hcfkbd > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-CfNgY.framer-v-3sr1pt .framer-1hcfkbd > :first-child { margin-top: 0px; } .framer-CfNgY.framer-v-3sr1pt .framer-1hcfkbd > :last-child { margin-bottom: 0px; } }\",\".framer-CfNgY.framer-v-ebwq6z .framer-5bqblf, .framer-CfNgY.framer-v-g7ptrk .framer-5bqblf, .framer-CfNgY.framer-v-7a0oov .framer-5bqblf, .framer-CfNgY.framer-v-1sxw8u2 .framer-5bqblf, .framer-CfNgY.framer-v-phr270 .framer-5bqblf, .framer-CfNgY.framer-v-1ds44f0 .framer-5bqblf, .framer-CfNgY.framer-v-v6y316 .framer-5bqblf, .framer-CfNgY.framer-v-13vc1yw .framer-5bqblf, .framer-CfNgY.framer-v-17js889 .framer-5bqblf, .framer-CfNgY.framer-v-1u4a4qj .framer-5bqblf, .framer-CfNgY.framer-v-4sr87l .framer-5bqblf, .framer-CfNgY.framer-v-11xwe4r .framer-5bqblf, .framer-CfNgY.framer-v-1vx9xub .framer-5bqblf { height: 362px; left: 0px; right: 0px; width: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CfNgY.framer-v-ebwq6z .framer-1hcfkbd { gap: 0px; } .framer-CfNgY.framer-v-ebwq6z .framer-1hcfkbd > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-CfNgY.framer-v-ebwq6z .framer-1hcfkbd > :first-child { margin-top: 0px; } .framer-CfNgY.framer-v-ebwq6z .framer-1hcfkbd > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CfNgY.framer-v-g7ptrk .framer-1hcfkbd { gap: 0px; } .framer-CfNgY.framer-v-g7ptrk .framer-1hcfkbd > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-CfNgY.framer-v-g7ptrk .framer-1hcfkbd > :first-child { margin-top: 0px; } .framer-CfNgY.framer-v-g7ptrk .framer-1hcfkbd > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CfNgY.framer-v-7a0oov .framer-1hcfkbd { gap: 0px; } .framer-CfNgY.framer-v-7a0oov .framer-1hcfkbd > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-CfNgY.framer-v-7a0oov .framer-1hcfkbd > :first-child { margin-top: 0px; } .framer-CfNgY.framer-v-7a0oov .framer-1hcfkbd > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CfNgY.framer-v-1sxw8u2 .framer-1hcfkbd { gap: 0px; } .framer-CfNgY.framer-v-1sxw8u2 .framer-1hcfkbd > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-CfNgY.framer-v-1sxw8u2 .framer-1hcfkbd > :first-child { margin-top: 0px; } .framer-CfNgY.framer-v-1sxw8u2 .framer-1hcfkbd > :last-child { margin-bottom: 0px; } }\",\".framer-CfNgY.framer-v-1ds44f0 .framer-1gio8y9 { bottom: unset; top: 193px; }\",\".framer-CfNgY.framer-v-1u4a4qj .framer-1u6mxxq { bottom: 68px; height: unset; left: 245px; top: 245px; }\",\".framer-CfNgY.framer-v-4sr87l .framer-1u6mxxq, .framer-CfNgY.framer-v-11xwe4r .framer-1u6mxxq { bottom: 38px; height: unset; left: calc(50.00000000000002% - 320px / 2); top: 245px; }\",\".framer-CfNgY.framer-v-11xwe4r .framer-1cbxkkh, .framer-CfNgY.framer-v-1vx9xub .framer-1cbxkkh { bottom: 18px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 798\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"gGE_lNCcF\":{\"layout\":[\"fixed\",\"fixed\"]},\"OgNRtQ16L\":{\"layout\":[\"fixed\",\"fixed\"]},\"RcXETEUsg\":{\"layout\":[\"fixed\",\"fixed\"]},\"Jj8uAfQob\":{\"layout\":[\"fixed\",\"fixed\"]},\"a0EMyMOt6\":{\"layout\":[\"fixed\",\"fixed\"]},\"The0eMMbX\":{\"layout\":[\"fixed\",\"fixed\"]},\"Vm1B41L8M\":{\"layout\":[\"fixed\",\"fixed\"]},\"U3XzAmpiq\":{\"layout\":[\"fixed\",\"fixed\"]},\"I3PRRU_W7\":{\"layout\":[\"fixed\",\"fixed\"]},\"Vx1LX1k2L\":{\"layout\":[\"fixed\",\"fixed\"]},\"dJUjBiGAF\":{\"layout\":[\"fixed\",\"fixed\"]},\"OEteijEcn\":{\"layout\":[\"fixed\",\"fixed\"]},\"Y6YTeDhSA\":{\"layout\":[\"fixed\",\"fixed\"]},\"itvYJRQyw\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbbPCKYG1U=withCSS(Component,css,\"framer-CfNgY\");export default FramerbbPCKYG1U;FramerbbPCKYG1U.displayName=\"Text Movement - Tablet\";FramerbbPCKYG1U.defaultProps={height:798,width:1200};addPropertyControls(FramerbbPCKYG1U,{variant:{options:[\"WRHCbvBqV\",\"gGE_lNCcF\",\"OgNRtQ16L\",\"RcXETEUsg\",\"Jj8uAfQob\",\"a0EMyMOt6\",\"The0eMMbX\",\"Vm1B41L8M\",\"U3XzAmpiq\",\"I3PRRU_W7\",\"Vx1LX1k2L\",\"dJUjBiGAF\",\"OEteijEcn\",\"Y6YTeDhSA\",\"itvYJRQyw\"],optionTitles:[\"Desktop\",\"Variant - 1 - Tablet - Meet\",\"Variant - 2 - Tablet - Stronger\",\"Variant - 3 - Tablet - Filtration\",\"Variant - 4 - Tablet - Heat\",\"Variant - 5 - Tablet - Lasts\",\"Variant - 6 - Tablet - Break\",\"Variant - 7 - Tablet - 2nd layer\",\"Variant - 8 - Tablet - Water\",\"Variant - 9 - Tablet - Max throughput\",\"Variant - 10 - Tablet - Min energy\",\"Variant - 11 - Tablet - Break\",\"Variant - 12 - Tablet - Container\",\"Variant - 13 - Tablet - Break \",\"Variant - 14 - Tablet - Integration\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerbbPCKYG1U,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbbPCKYG1U\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"798\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gGE_lNCcF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OgNRtQ16L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RcXETEUsg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Jj8uAfQob\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a0EMyMOt6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"The0eMMbX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Vm1B41L8M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"U3XzAmpiq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"I3PRRU_W7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Vx1LX1k2L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dJUjBiGAF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OEteijEcn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Y6YTeDhSA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"itvYJRQyw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bbPCKYG1U.map", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={jFVoHepQr:{hover:true}};const serializationHash=\"framer-h70TT\";const variantClassNames={jFVoHepQr:\"framer-v-umq4p8\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"jFVoHepQr\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:256,pixelWidth:256,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ECRbvjuXKvyP4uzCLFB74ddE.png\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-umq4p8\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"jFVoHepQr\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\",...style},variants:{\"jFVoHepQr-hover\":{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"}},...addPropertyOverrides({\"jFVoHepQr-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-h70TT.framer-qkisel, .framer-h70TT .framer-qkisel { display: block; }\",\".framer-h70TT.framer-umq4p8 { cursor: pointer; height: 100px; overflow: visible; position: relative; width: 192px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 192\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"nL1_nOfwI\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbgZQg6PUA=withCSS(Component,css,\"framer-h70TT\");export default FramerbgZQg6PUA;FramerbgZQg6PUA.displayName=\"Logo Component - iBB Ventures\";FramerbgZQg6PUA.defaultProps={height:100,width:192};addFonts(FramerbgZQg6PUA,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbgZQg6PUA\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"100\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nL1_nOfwI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"192\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bgZQg6PUA.map", "// Generated by Framer (9e4a47a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/Cdp9C9IGQ8GmhPwi5LfB/0THpaTI90lNiCYfOt5lU/FIGGzXzeU.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/6x9nkBvsAIO12owpsJbC/D0Ie2jOVc5KjimkFMTNJ/uxPI8RmeE.js\";const cycleOrder=[\"Z_CM6FNrK\",\"Kpx0HVOOg\",\"sjy75ei84\",\"tIA0yUf1o\",\"nyljCk3rU\",\"yDVvjnLQN\",\"ZXqEyTZYw\",\"ttwEOTNN1\",\"SE88_RzyD\",\"lV1_JVL_t\",\"KxPPHjmhk\",\"O4Oc53CML\",\"PgpTfaZzc\",\"sHZwMVKy6\"];const serializationHash=\"framer-jb8KK\";const variantClassNames={Kpx0HVOOg:\"framer-v-prx0lz\",KxPPHjmhk:\"framer-v-1hoftbo\",lV1_JVL_t:\"framer-v-1ux4yf3\",nyljCk3rU:\"framer-v-1etatrg\",O4Oc53CML:\"framer-v-4rec75\",PgpTfaZzc:\"framer-v-1hd48fh\",SE88_RzyD:\"framer-v-1nvlgub\",sHZwMVKy6:\"framer-v-1xejptb\",sjy75ei84:\"framer-v-yafa3e\",tIA0yUf1o:\"framer-v-1l22xhp\",ttwEOTNN1:\"framer-v-hhdg0z\",yDVvjnLQN:\"framer-v-9rpud1\",Z_CM6FNrK:\"framer-v-3u17s0\",ZXqEyTZYw:\"framer-v-tkm87r\"};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={delay:0,duration:.4,ease:[.44,0,.56,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 Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Z_CM6FNrK\",\"Variant 10\":\"lV1_JVL_t\",\"Variant 11\":\"KxPPHjmhk\",\"Variant 12\":\"O4Oc53CML\",\"Variant 13\":\"PgpTfaZzc\",\"Variant 14\":\"sHZwMVKy6\",\"Variant 2\":\"Kpx0HVOOg\",\"Variant 3\":\"sjy75ei84\",\"Variant 4\":\"tIA0yUf1o\",\"Variant 5\":\"nyljCk3rU\",\"Variant 6\":\"yDVvjnLQN\",\"Variant 7\":\"ZXqEyTZYw\",\"Variant 8\":\"ttwEOTNN1\",\"Variant 9\":\"SE88_RzyD\"};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:\"Z_CM6FNrK\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Z_CM6FNrK\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"KxPPHjmhk\",\"O4Oc53CML\",\"sHZwMVKy6\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"KxPPHjmhk\",\"O4Oc53CML\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"KxPPHjmhk\",\"PgpTfaZzc\",\"sHZwMVKy6\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"PgpTfaZzc\",\"sHZwMVKy6\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"PgpTfaZzc\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"yDVvjnLQN\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3u17s0\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Z_CM6FNrK\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Kpx0HVOOg:{\"data-framer-name\":\"Variant 2\"},KxPPHjmhk:{\"data-framer-name\":\"Variant 11\"},lV1_JVL_t:{\"data-framer-name\":\"Variant 10\"},nyljCk3rU:{\"data-framer-name\":\"Variant 5\"},O4Oc53CML:{\"data-framer-name\":\"Variant 12\"},PgpTfaZzc:{\"data-framer-name\":\"Variant 13\"},SE88_RzyD:{\"data-framer-name\":\"Variant 9\"},sHZwMVKy6:{\"data-framer-name\":\"Variant 14\"},sjy75ei84:{\"data-framer-name\":\"Variant 3\"},tIA0yUf1o:{\"data-framer-name\":\"Variant 4\"},ttwEOTNN1:{\"data-framer-name\":\"Variant 8\"},yDVvjnLQN:{\"data-framer-name\":\"Variant 6\"},ZXqEyTZYw:{\"data-framer-name\":\"Variant 7\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"right\"},children:\"Meet our next generation graphene membrane\"})}),className:\"framer-1vo4j41\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ipp6eJsgX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{Kpx0HVOOg:{opacity:.1},lV1_JVL_t:{opacity:.4},nyljCk3rU:{opacity:.1},PgpTfaZzc:{opacity:0},SE88_RzyD:{opacity:.4},sjy75ei84:{opacity:.1},tIA0yUf1o:{opacity:.1},ttwEOTNN1:{opacity:.4},yDVvjnLQN:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lV1_JVL_t:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"right\"},children:[\"All supported by \",/*#__PURE__*/_jsx(motion.br,{}),\"a second layer\"]})})},PgpTfaZzc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Collected in our proprietary Carbon Capture Unit.\"})})},SE88_RzyD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"right\"},children:[\"All supported by \",/*#__PURE__*/_jsx(motion.br,{}),\"a second layer\"]})})},ttwEOTNN1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"right\"},children:[\"All supported by \",/*#__PURE__*/_jsx(motion.br,{}),\"a second layer\"]})})},ZXqEyTZYw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"right\"},children:[\"All supported by \",/*#__PURE__*/_jsx(motion.br,{}),\"a second layer\"]})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Collected in our proprietary Carbon Capture Unit.\"})}),className:\"framer-1o9evlb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sY_6wZWIM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{KxPPHjmhk:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-18ngovo\",layoutDependency:layoutDependency,layoutId:\"t6afMqMvs\",style:{opacity:1},variants:{PgpTfaZzc:{opacity:0}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19rsvx6\",layoutDependency:layoutDependency,layoutId:\"Dq3l2wO0U\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Seamlessly integrating into your plant to store and use.\"})}),className:\"framer-18rmuoq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TVqzO1if5\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{PgpTfaZzc:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rk8j26\",\"data-styles-preset\":\"FIGGzXzeU\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"We are actively looking for storage partners, reach out to us.\"})}),className:\"framer-1dhcvis\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ofgYPepeJ\",style:{\"--extracted-r6o4lv\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.4},variants:{PgpTfaZzc:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wvhji\",layoutDependency:layoutDependency,layoutId:\"YmXJdsARUJgH9Mx5xT\",style:{backdropFilter:\"blur(0px)\",opacity:1,WebkitBackdropFilter:\"blur(0px)\"},variants:{KxPPHjmhk:{opacity:0},O4Oc53CML:{opacity:0},PgpTfaZzc:{opacity:0},sHZwMVKy6:{opacity:0}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"3 times stronger\"})}),className:\"framer-9y1ijx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YmXJdsARUHfs0tNuso\",style:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{Kpx0HVOOg:{opacity:1},KxPPHjmhk:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},lV1_JVL_t:{opacity:.6},nyljCk3rU:{opacity:.1},O4Oc53CML:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",opacity:.4},PgpTfaZzc:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",opacity:.4},SE88_RzyD:{opacity:.8},sHZwMVKy6:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",opacity:.4},sjy75ei84:{opacity:.4},tIA0yUf1o:{opacity:.25},ttwEOTNN1:{opacity:1},ZXqEyTZYw:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KxPPHjmhk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Full water resistance.\"})})},lV1_JVL_t:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Full water resistance\"})})},O4Oc53CML:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Full water resistance.\"})})},PgpTfaZzc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Full water resistance.\"})})},SE88_RzyD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Full water resistance\"})})},sHZwMVKy6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Full water resistance.\"})})},ttwEOTNN1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Full water resistance\"})})},ZXqEyTZYw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Full water resistance\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"10x more effective filtration\"})}),className:\"framer-1u305b0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YmXJdsARUCYa7zFk_J\",style:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{KxPPHjmhk:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},lV1_JVL_t:{opacity:.8},nyljCk3rU:{opacity:.25},O4Oc53CML:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",opacity:.4},PgpTfaZzc:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",opacity:.4},SE88_RzyD:{opacity:1},sHZwMVKy6:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",opacity:.4},sjy75ei84:{opacity:1},tIA0yUf1o:{opacity:.4},ttwEOTNN1:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},ZXqEyTZYw:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KxPPHjmhk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Maximum throughput.\"})})},lV1_JVL_t:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Maximum throughput\"})})},O4Oc53CML:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Maximum throughput.\"})})},PgpTfaZzc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Maximum throughput.\"})})},SE88_RzyD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Maximum throughput\"})})},sHZwMVKy6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Maximum throughput.\"})})},ttwEOTNN1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Maximum throughput\"})})},ZXqEyTZYw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Maximum throughput\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"5 times more heat resistant \"})}),className:\"framer-1fjv7db\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YmXJdsARUT04A7ohD8\",style:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{KxPPHjmhk:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},lV1_JVL_t:{opacity:1},nyljCk3rU:{opacity:.4},O4Oc53CML:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",opacity:1},PgpTfaZzc:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",opacity:1},SE88_RzyD:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},sHZwMVKy6:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\",opacity:1},tIA0yUf1o:{opacity:1},ttwEOTNN1:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},ZXqEyTZYw:{\"--extracted-gdpscs\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KxPPHjmhk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Minimum energy usage. \"})})},lV1_JVL_t:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Minimum energy usage\"})})},nyljCk3rU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"5x more heat resistant\"})})},O4Oc53CML:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Minimum energy usage. \"})})},PgpTfaZzc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Minimum energy usage. \"})})},SE88_RzyD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Minimum energy usage\"})})},sHZwMVKy6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Minimum energy usage. \"})})},tIA0yUf1o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"5x more heat resistant\"})})},ttwEOTNN1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Minimum energy usage\"})})},ZXqEyTZYw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105)))\"},children:\"Minimum energy usage\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5)))\"},children:\"Lasts 10 years\"})}),className:\"framer-1tfo6yy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YmXJdsARUoF4njpFmJ\",style:{\"--extracted-gdpscs\":\"var(--token-eba26d6f-6d62-436e-9c8f-bd6fe176884a, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{nyljCk3rU:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jb8KK.framer-ykb0d4, .framer-jb8KK .framer-ykb0d4 { display: block; }\",\".framer-jb8KK.framer-3u17s0 { height: 798px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-jb8KK .framer-1vo4j41 { flex: none; height: 99px; left: 92px; position: absolute; top: 286px; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-jb8KK .framer-1o9evlb { flex: none; height: 99px; left: 383px; position: absolute; right: 383px; top: 88px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-jb8KK .framer-18ngovo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 88px; }\",\".framer-jb8KK .framer-19rsvx6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 299px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jb8KK .framer-18rmuoq, .framer-jb8KK .framer-9y1ijx, .framer-jb8KK .framer-1u305b0, .framer-jb8KK .framer-1fjv7db, .framer-jb8KK .framer-1tfo6yy { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jb8KK .framer-1dhcvis { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 512px; word-break: break-word; word-wrap: break-word; }\",\".framer-jb8KK .framer-1wvhji { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 1px; position: absolute; right: 88px; top: 286px; width: 27%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jb8KK .framer-18ngovo, .framer-jb8KK .framer-19rsvx6, .framer-jb8KK .framer-1wvhji { gap: 0px; } .framer-jb8KK .framer-18ngovo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-jb8KK .framer-18ngovo > :first-child, .framer-jb8KK .framer-19rsvx6 > :first-child, .framer-jb8KK .framer-1wvhji > :first-child { margin-top: 0px; } .framer-jb8KK .framer-18ngovo > :last-child, .framer-jb8KK .framer-19rsvx6 > :last-child, .framer-jb8KK .framer-1wvhji > :last-child { margin-bottom: 0px; } .framer-jb8KK .framer-19rsvx6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-jb8KK .framer-1wvhji > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-jb8KK.framer-v-prx0lz .framer-1wvhji { justify-content: flex-start; padding: 0px; }\",\".framer-jb8KK.framer-v-prx0lz .framer-9y1ijx { order: 0; }\",\".framer-jb8KK.framer-v-prx0lz .framer-1u305b0 { order: 1; }\",\".framer-jb8KK.framer-v-prx0lz .framer-1fjv7db { order: 2; }\",\".framer-jb8KK.framer-v-prx0lz .framer-1tfo6yy { order: 3; }\",\".framer-jb8KK.framer-v-tkm87r .framer-1wvhji { left: 448px; right: unset; top: 297px; }\",\".framer-jb8KK.framer-v-hhdg0z .framer-1wvhji, .framer-jb8KK.framer-v-1nvlgub .framer-1wvhji, .framer-jb8KK.framer-v-1ux4yf3 .framer-1wvhji, .framer-jb8KK.framer-v-1hoftbo .framer-1wvhji { left: 448px; right: unset; top: 287px; }\",\".framer-jb8KK.framer-v-1hoftbo .framer-1o9evlb, .framer-jb8KK.framer-v-4rec75 .framer-1o9evlb { left: calc(50.00000000000002% - 434px / 2); right: unset; top: 148px; width: 434px; }\",\".framer-jb8KK.framer-v-1hd48fh .framer-1vo4j41 { left: 383px; right: 383px; top: 88px; width: unset; }\",\".framer-jb8KK.framer-v-1hd48fh .framer-18ngovo, .framer-jb8KK.framer-v-1xejptb .framer-18ngovo { top: 128px; }\",\".framer-jb8KK.framer-v-1hd48fh .framer-19rsvx6 { min-height: unset; }\",\".framer-jb8KK.framer-v-1xejptb .framer-19rsvx6 { min-height: unset; order: 0; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 798\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Kpx0HVOOg\":{\"layout\":[\"fixed\",\"fixed\"]},\"sjy75ei84\":{\"layout\":[\"fixed\",\"fixed\"]},\"tIA0yUf1o\":{\"layout\":[\"fixed\",\"fixed\"]},\"nyljCk3rU\":{\"layout\":[\"fixed\",\"fixed\"]},\"yDVvjnLQN\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZXqEyTZYw\":{\"layout\":[\"fixed\",\"fixed\"]},\"ttwEOTNN1\":{\"layout\":[\"fixed\",\"fixed\"]},\"SE88_RzyD\":{\"layout\":[\"fixed\",\"fixed\"]},\"lV1_JVL_t\":{\"layout\":[\"fixed\",\"fixed\"]},\"KxPPHjmhk\":{\"layout\":[\"fixed\",\"fixed\"]},\"O4Oc53CML\":{\"layout\":[\"fixed\",\"fixed\"]},\"PgpTfaZzc\":{\"layout\":[\"fixed\",\"fixed\"]},\"sHZwMVKy6\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerbv53aMPRJ=withCSS(Component,css,\"framer-jb8KK\");export default Framerbv53aMPRJ;Framerbv53aMPRJ.displayName=\"Text Movement\";Framerbv53aMPRJ.defaultProps={height:798,width:1200};addPropertyControls(Framerbv53aMPRJ,{variant:{options:[\"Z_CM6FNrK\",\"Kpx0HVOOg\",\"sjy75ei84\",\"tIA0yUf1o\",\"nyljCk3rU\",\"yDVvjnLQN\",\"ZXqEyTZYw\",\"ttwEOTNN1\",\"SE88_RzyD\",\"lV1_JVL_t\",\"KxPPHjmhk\",\"O4Oc53CML\",\"PgpTfaZzc\",\"sHZwMVKy6\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 10\",\"Variant 11\",\"Variant 12\",\"Variant 13\",\"Variant 14\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerbv53aMPRJ,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerbv53aMPRJ\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"798\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Kpx0HVOOg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sjy75ei84\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tIA0yUf1o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nyljCk3rU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yDVvjnLQN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZXqEyTZYw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ttwEOTNN1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SE88_RzyD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lV1_JVL_t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KxPPHjmhk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"O4Oc53CML\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PgpTfaZzc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sHZwMVKy6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bv53aMPRJ.map", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={MUtTrY1VI:{hover:true}};const serializationHash=\"framer-f74Z9\";const variantClassNames={MUtTrY1VI:\"framer-v-1xquzzf\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"MUtTrY1VI\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1xquzzf\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"MUtTrY1VI\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"MUtTrY1VI-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-67)/2)),pixelHeight:114,pixelWidth:241,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vHL59WLgTl3rjfrjZUfuHgPeTrg.png\"},className:\"framer-1b1tuld\",layoutDependency:layoutDependency,layoutId:\"tMzw9ixKT\",style:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},variants:{\"MUtTrY1VI-hover\":{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f74Z9.framer-1f0nlfo, .framer-f74Z9 .framer-1f0nlfo { display: block; }\",\".framer-f74Z9.framer-1xquzzf { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 192px; }\",\".framer-f74Z9 .framer-1b1tuld { flex: 1 0 0px; height: 67px; overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f74Z9.framer-1xquzzf { gap: 0px; } .framer-f74Z9.framer-1xquzzf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-f74Z9.framer-1xquzzf > :first-child { margin-left: 0px; } .framer-f74Z9.framer-1xquzzf > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 192\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"BQL1S0njw\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCbc4tjqL5=withCSS(Component,css,\"framer-f74Z9\");export default FramerCbc4tjqL5;FramerCbc4tjqL5.displayName=\"Logo Component - Minus Carbon\";FramerCbc4tjqL5.defaultProps={height:100,width:192};addFonts(FramerCbc4tjqL5,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCbc4tjqL5\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"192\",\"framerIntrinsicHeight\":\"100\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BQL1S0njw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cbc4tjqL5.map", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={f0l2RIkV8:{hover:true}};const serializationHash=\"framer-c935N\";const variantClassNames={f0l2RIkV8:\"framer-v-1idzrio\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"f0l2RIkV8\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1idzrio\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"f0l2RIkV8\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"f0l2RIkV8-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1)/2)),pixelHeight:124,pixelWidth:408,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x1gNykc5HRYvGuNrrHUbWxV6RXI.png\"},className:\"framer-4uesqa\",layoutDependency:layoutDependency,layoutId:\"UdAxUycZb\",style:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},variants:{\"f0l2RIkV8-hover\":{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-c935N.framer-1r5y4lb, .framer-c935N .framer-1r5y4lb { display: block; }\",\".framer-c935N.framer-1idzrio { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 192px; }\",\".framer-c935N .framer-4uesqa { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-c935N.framer-1idzrio { gap: 0px; } .framer-c935N.framer-1idzrio > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-c935N.framer-1idzrio > :first-child { margin-left: 0px; } .framer-c935N.framer-1idzrio > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 192\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"iRdwGIqRz\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfOZHs87K1=withCSS(Component,css,\"framer-c935N\");export default FramerfOZHs87K1;FramerfOZHs87K1.displayName=\"Logo Component - Dalrdrop\";FramerfOZHs87K1.defaultProps={height:100,width:192};addFonts(FramerfOZHs87K1,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfOZHs87K1\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"100\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iRdwGIqRz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"192\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fOZHs87K1.map", "// Generated by Framer (63f9d4a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={FrMlAoQzh:{hover:true}};const serializationHash=\"framer-7rawY\";const variantClassNames={FrMlAoQzh:\"framer-v-1hefpm6\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"FrMlAoQzh\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1hefpm6\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"FrMlAoQzh\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"FrMlAoQzh-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)*.5000000000000002-37)),sizes:\"176px\",src:\"https://framerusercontent.com/images/FiUZoSvZmE0GoXMSJz7vObJYgAs.png\",srcSet:\"https://framerusercontent.com/images/FiUZoSvZmE0GoXMSJz7vObJYgAs.png?scale-down-to=512 512w,https://framerusercontent.com/images/FiUZoSvZmE0GoXMSJz7vObJYgAs.png 543w\"},className:\"framer-f4r9bg\",layoutDependency:layoutDependency,layoutId:\"eEjk02zKP\",style:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},variants:{\"FrMlAoQzh-hover\":{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7rawY.framer-m765ia, .framer-7rawY .framer-m765ia { display: block; }\",\".framer-7rawY.framer-1hefpm6 { cursor: pointer; height: 100px; overflow: hidden; position: relative; width: 191px; }\",\".framer-7rawY .framer-f4r9bg { flex: none; height: 74px; left: calc(50.26178010471206% - 176px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 74px / 2); width: 176px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 191\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Z7NJzjpNW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfUUd2kHWO=withCSS(Component,css,\"framer-7rawY\");export default FramerfUUd2kHWO;FramerfUUd2kHWO.displayName=\"Logo Component - Manchester Universiyu\";FramerfUUd2kHWO.defaultProps={height:100,width:191};addFonts(FramerfUUd2kHWO,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfUUd2kHWO\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"191\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Z7NJzjpNW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"100\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fUUd2kHWO.map", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={sStvOOOAu:{hover:true}};const serializationHash=\"framer-NBZIH\";const variantClassNames={sStvOOOAu:\"framer-v-qjht2b\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"sStvOOOAu\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-qjht2b\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"sStvOOOAu\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"sStvOOOAu-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1)/2)),pixelHeight:182,pixelWidth:548,positionX:\"center\",positionY:\"center\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/75i7G0KztmQ1izXvzfSms8iybBQ.webp\",srcSet:\"https://framerusercontent.com/images/75i7G0KztmQ1izXvzfSms8iybBQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/75i7G0KztmQ1izXvzfSms8iybBQ.webp 548w\"},className:\"framer-1eydgu3\",layoutDependency:layoutDependency,layoutId:\"TcuzvvLTi\",style:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},variants:{\"sStvOOOAu-hover\":{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NBZIH.framer-11fx1df, .framer-NBZIH .framer-11fx1df { display: block; }\",\".framer-NBZIH.framer-qjht2b { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 192px; }\",\".framer-NBZIH .framer-1eydgu3 { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NBZIH.framer-qjht2b { gap: 0px; } .framer-NBZIH.framer-qjht2b > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NBZIH.framer-qjht2b > :first-child { margin-left: 0px; } .framer-NBZIH.framer-qjht2b > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 192\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Gx4w_UweL\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerhl5nETE_Y=withCSS(Component,css,\"framer-NBZIH\");export default Framerhl5nETE_Y;Framerhl5nETE_Y.displayName=\"Logo Component - Backbone ventures\";Framerhl5nETE_Y.defaultProps={height:100,width:192};addFonts(Framerhl5nETE_Y,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerhl5nETE_Y\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"192\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Gx4w_UweL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"100\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hl5nETE_Y.map", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const serializationHash=\"framer-3cCg9\";const variantClassNames={YjtEJdn7S:\"framer-v-3xa5lf\"};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:30,delay:.3,mass:1,stiffness:100,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const 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 getProps=({height,id,image,width,...props})=>{return{...props,vD5Sl1cOm:image!==null&&image!==void 0?image:props.vD5Sl1cOm};};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,vD5Sl1cOm,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"YjtEJdn7S\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3xa5lf\",className,classNames),\"data-framer-appear-id\":\"3xa5lf\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"YjtEJdn7S\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||62)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||62)-0)*1)/2)),sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,...toResponsiveImage(vD5Sl1cOm),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-nzr6qv\",layoutDependency:layoutDependency,layoutId:\"aFHGMcN4R\",style:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3cCg9.framer-luea0s, .framer-3cCg9 .framer-luea0s { display: block; }\",\".framer-3cCg9.framer-3xa5lf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 62px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 166px; }\",\".framer-3cCg9 .framer-nzr6qv { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3cCg9.framer-3xa5lf { gap: 0px; } .framer-3cCg9.framer-3xa5lf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3cCg9.framer-3xa5lf > :first-child { margin-left: 0px; } .framer-3cCg9.framer-3xa5lf > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 62\n * @framerIntrinsicWidth 166\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"vD5Sl1cOm\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjnoskAbMn=withCSS(Component,css,\"framer-3cCg9\");export default FramerjnoskAbMn;FramerjnoskAbMn.displayName=\"Logo Component\";FramerjnoskAbMn.defaultProps={height:62,width:166};addPropertyControls(FramerjnoskAbMn,{vD5Sl1cOm:{title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerjnoskAbMn,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjnoskAbMn\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"vD5Sl1cOm\\\":\\\"image\\\"}\",\"framerIntrinsicWidth\":\"166\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"62\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jnoskAbMn.map", "// Generated by Framer (99bc0fd)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={D7muVOQbU:{hover:true}};const serializationHash=\"framer-nFYrm\";const variantClassNames={D7muVOQbU:\"framer-v-irnevn\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={bounce:.2,delay:0,duration:1.5,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,width,...props})=>{var _ref;return{...props,WcJFc_HPU:(_ref=image!==null&&image!==void 0?image:props.WcJFc_HPU)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/1jyyUi3p236q0lQkFL7SUcuZg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/1jyyUi3p236q0lQkFL7SUcuZg.png?scale-down-to=1024 818w,https://framerusercontent.com/images/1jyyUi3p236q0lQkFL7SUcuZg.png 1279w\"}};};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,WcJFc_HPU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"D7muVOQbU\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:1279,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1600,pixelWidth:1279,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(WcJFc_HPU),...{positionX:\"center\",positionY:\"center\"}},className:cx(serializationHash,...sharedStyleClassNames,\"framer-irnevn\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"D7muVOQbU\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{filter:\"contrast(1.11) grayscale(1)\",WebkitFilter:\"contrast(1.11) grayscale(1)\",...style},variants:{\"D7muVOQbU-hover\":{filter:\"contrast(1.11) grayscale(0)\",WebkitFilter:\"contrast(1.11) grayscale(0)\"}},...addPropertyOverrides({\"D7muVOQbU-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nFYrm.framer-kegeav, .framer-nFYrm .framer-kegeav { display: block; }\",\".framer-nFYrm.framer-irnevn { cursor: pointer; height: 561px; overflow: visible; position: relative; width: 448px; }\",\".framer-nFYrm.framer-v-irnevn.hover.framer-irnevn { aspect-ratio: 0.799375 / 1; height: var(--framer-aspect-ratio-supported, 560px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 560\n * @framerIntrinsicWidth 448\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"O2phGP1fa\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"WcJFc_HPU\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkqIRPrCHh=withCSS(Component,css,\"framer-nFYrm\");export default FramerkqIRPrCHh;FramerkqIRPrCHh.displayName=\"Image with colour\";FramerkqIRPrCHh.defaultProps={height:560,width:448};addPropertyControls(FramerkqIRPrCHh,{WcJFc_HPU:{__defaultAssetReference:\"data:framer/asset-reference,1jyyUi3p236q0lQkFL7SUcuZg.png?originalFilename=image.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerkqIRPrCHh,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkqIRPrCHh\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"560\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"448\",\"framerVariables\":\"{\\\"WcJFc_HPU\\\":\\\"image\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"O2phGP1fa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kqIRPrCHh.map", "// Generated by Framer (99bc0fd)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const ImageWithFX=withFX(Image);const enabledGestures={e075IepCZ:{hover:true},zFY0ZfJHk:{hover:true},zj3KJFcu3:{hover:true}};const cycleOrder=[\"zj3KJFcu3\",\"e075IepCZ\",\"zFY0ZfJHk\",\"JIoq2IHaz\",\"zhhzbNNbs\",\"nN4leZWYE\"];const serializationHash=\"framer-mvQQd\";const variantClassNames={e075IepCZ:\"framer-v-1eyn5we\",JIoq2IHaz:\"framer-v-1ureb1j\",nN4leZWYE:\"framer-v-xhnogx\",zFY0ZfJHk:\"framer-v-u4sn5z\",zhhzbNNbs:\"framer-v-1mfa8t0\",zj3KJFcu3:\"framer-v-1bwfpmw\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Tablet Variant - 1\":\"JIoq2IHaz\",\"Tablet Variant - 2\":\"zhhzbNNbs\",\"Tablet Variant - 3\":\"nN4leZWYE\",\"Variant 1\":\"zj3KJFcu3\",\"Variant 2\":\"e075IepCZ\",\"Variant 3\":\"zFY0ZfJHk\"};const getProps=({height,id,image1,image2,image3,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2,_ref3;return{...props,mQVflojCe:(_ref=image1!==null&&image1!==void 0?image1:props.mQVflojCe)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg?scale-down-to=1024 575w,https://framerusercontent.com/images/2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg?scale-down-to=2048 1151w,https://framerusercontent.com/images/2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg?scale-down-to=4096 2303w,https://framerusercontent.com/images/2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg 3997w\"},variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"zj3KJFcu3\",vGKS4_M0K:(_ref2=image2!==null&&image2!==void 0?image2:props.vGKS4_M0K)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg 9000w\"},wpSrjnzJr:(_ref3=image3!==null&&image3!==void 0?image3:props.wpSrjnzJr)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/CgdZOfLs6CH0rFmSGUKxnD10c.jpeg\",srcSet:\"https://framerusercontent.com/images/CgdZOfLs6CH0rFmSGUKxnD10c.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/CgdZOfLs6CH0rFmSGUKxnD10c.jpeg 1024w\"}};};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,mQVflojCe,vGKS4_M0K,wpSrjnzJr,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zj3KJFcu3\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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(ImageWithFX,{...restProps,...gestureHandlers,__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.5,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(mQVflojCe)},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1bwfpmw\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"zj3KJFcu3\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\",...style},variants:{\"e075IepCZ-hover\":{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"},\"zFY0ZfJHk-hover\":{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"},\"zj3KJFcu3-hover\":{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"},JIoq2IHaz:{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"},nN4leZWYE:{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"},zhhzbNNbs:{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"}},...addPropertyOverrides({\"e075IepCZ-hover\":{\"data-framer-name\":undefined},\"zFY0ZfJHk-hover\":{\"data-framer-name\":undefined},\"zj3KJFcu3-hover\":{\"data-framer-name\":undefined},e075IepCZ:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(vGKS4_M0K),...{positionX:\"center\",positionY:\"center\"}}},JIoq2IHaz:{\"data-framer-name\":\"Tablet Variant - 1\"},nN4leZWYE:{\"data-framer-name\":\"Tablet Variant - 3\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(wpSrjnzJr),...{positionX:\"center\",positionY:\"center\"}}},zFY0ZfJHk:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(wpSrjnzJr),...{positionX:\"center\",positionY:\"center\"}}},zhhzbNNbs:{\"data-framer-name\":\"Tablet Variant - 2\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(vGKS4_M0K),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mvQQd.framer-g07czv, .framer-mvQQd .framer-g07czv { display: block; }\",\".framer-mvQQd.framer-1bwfpmw { cursor: pointer; height: 446px; overflow: visible; position: relative; width: 1120px; }\",\".framer-mvQQd.framer-v-1ureb1j.framer-1bwfpmw, .framer-mvQQd.framer-v-1mfa8t0.framer-1bwfpmw, .framer-mvQQd.framer-v-xhnogx.framer-1bwfpmw { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 446\n * @framerIntrinsicWidth 1120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"e075IepCZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"zFY0ZfJHk\":{\"layout\":[\"fixed\",\"fixed\"]},\"JIoq2IHaz\":{\"layout\":[\"fixed\",\"fixed\"]},\"zhhzbNNbs\":{\"layout\":[\"fixed\",\"fixed\"]},\"nN4leZWYE\":{\"layout\":[\"fixed\",\"fixed\"]},\"vNlfrGuko\":{\"layout\":[\"fixed\",\"fixed\"]},\"MxFhKOzjp\":{\"layout\":[\"fixed\",\"fixed\"]},\"R5RJPUECn\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"mQVflojCe\":\"image1\",\"vGKS4_M0K\":\"image2\",\"wpSrjnzJr\":\"image3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFXH377q6f=withCSS(Component,css,\"framer-mvQQd\");export default FramerFXH377q6f;FramerFXH377q6f.displayName=\"Hover Image\";FramerFXH377q6f.defaultProps={height:446,width:1120};addPropertyControls(FramerFXH377q6f,{variant:{options:[\"zj3KJFcu3\",\"e075IepCZ\",\"zFY0ZfJHk\",\"JIoq2IHaz\",\"zhhzbNNbs\",\"nN4leZWYE\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Tablet Variant - 1\",\"Tablet Variant - 2\",\"Tablet Variant - 3\"],title:\"Variant\",type:ControlType.Enum},mQVflojCe:{__defaultAssetReference:\"data:framer/asset-reference,2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg?originalFilename=photo-1540198163009-7afda7da2945%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwyfHxlYXJ0aHxlbnwwfHx8fDE3Mjg4MzI4MTJ8MA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image 1\",type:ControlType.ResponsiveImage},vGKS4_M0K:{__defaultAssetReference:\"data:framer/asset-reference,U5uuYBIXbBENRcIysMsQmsITg.jpg?originalFilename=photo-1698304540146-b9767031e126%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwzMnx8bW9sZWN1bGV8ZW58MHx8fHwxNzI4ODMyOTI4fDA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image 2\",type:ControlType.ResponsiveImage},wpSrjnzJr:{__defaultAssetReference:\"data:framer/asset-reference,CgdZOfLs6CH0rFmSGUKxnD10c.jpeg?originalFilename=Ch%C3%85%C2%82odnik_planetarny_pieca_obrotowego.jpeg&preferredSize=auto\",title:\"Image 3\",type:ControlType.ResponsiveImage}});addFonts(FramerFXH377q6f,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFXH377q6f\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1120\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"446\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"mQVflojCe\\\":\\\"image1\\\",\\\"vGKS4_M0K\\\":\\\"image2\\\",\\\"wpSrjnzJr\\\":\\\"image3\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e075IepCZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zFY0ZfJHk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JIoq2IHaz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zhhzbNNbs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nN4leZWYE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vNlfrGuko\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MxFhKOzjp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R5RJPUECn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FXH377q6f.map", "// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"JHdeNLntA\",\"mGmgsehlq\"];const serializationHash=\"framer-def0P\";const variantClassNames={JHdeNLntA:\"framer-v-1vp72r1\",mGmgsehlq:\"framer-v-jyaa7y\"};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 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(React.Fragment);const humanReadableVariantMap={Clicked:\"JHdeNLntA\",Passive:\"mGmgsehlq\"};const getProps=({click18,height,id,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,KU1vuZqSH:(_ref=text!==null&&text!==void 0?text:props.KU1vuZqSH)!==null&&_ref!==void 0?_ref:\"Our mission\",QqKF05aVV:click18!==null&&click18!==void 0?click18:props.QqKF05aVV,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"JHdeNLntA\"};};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,KU1vuZqSH,QqKF05aVV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JHdeNLntA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap37yusy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(QqKF05aVV){const res=await QqKF05aVV(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"mGmgsehlq\")return false;return true;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1vp72r1\",className,classNames),\"data-framer-name\":\"Clicked\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"JHdeNLntA\",onTap:onTap37yusy,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{mGmgsehlq:{backgroundColor:\"rgba(255, 255, 255, 0.59)\"}},...addPropertyOverrides({mGmgsehlq:{\"data-framer-name\":\"Passive\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19jgdqq\",layoutDependency:layoutDependency,layoutId:\"bMM56pHwt\",style:{backgroundColor:\"var(--token-d18367ff-108f-4d17-bb24-85db4c5d64a5, rgb(211, 101, 130))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JlbGF0aXZlIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"Relative Pro Medium\", \"Relative Pro Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Our mission\"})}),className:\"framer-1gpxf6y\",fonts:[\"CUSTOM;Relative Pro Medium\"],layoutDependency:layoutDependency,layoutId:\"Wd38WM0ab\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KU1vuZqSH,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-def0P.framer-aqm5cw, .framer-def0P .framer-aqm5cw { display: block; }\",\".framer-def0P.framer-1vp72r1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 23px; justify-content: flex-start; overflow: hidden; padding: 0px 10px 0px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-def0P .framer-19jgdqq { flex: none; height: 7px; overflow: visible; position: relative; width: 7px; }\",\".framer-def0P .framer-1gpxf6y { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-def0P.framer-1vp72r1 { gap: 0px; } .framer-def0P.framer-1vp72r1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-def0P.framer-1vp72r1 > :first-child { margin-left: 0px; } .framer-def0P.framer-1vp72r1 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 23\n * @framerIntrinsicWidth 99.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"mGmgsehlq\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"KU1vuZqSH\":\"text\",\"QqKF05aVV\":\"click18\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersZ7qOZ1ve=withCSS(Component,css,\"framer-def0P\");export default FramersZ7qOZ1ve;FramersZ7qOZ1ve.displayName=\"Pill\";FramersZ7qOZ1ve.defaultProps={height:23,width:99.5};addPropertyControls(FramersZ7qOZ1ve,{variant:{options:[\"JHdeNLntA\",\"mGmgsehlq\"],optionTitles:[\"Clicked\",\"Passive\"],title:\"Variant\",type:ControlType.Enum},KU1vuZqSH:{defaultValue:\"Our mission\",displayTextArea:false,title:\"Text\",type:ControlType.String},QqKF05aVV:{title:\"Click 18\",type:ControlType.EventHandler}});addFonts(FramersZ7qOZ1ve,[{explicitInter:true,fonts:[{family:\"Relative Pro Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/4I0xKUsVvMFWZhmNYRvYdUK0Vv4.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersZ7qOZ1ve\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"99.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"mGmgsehlq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"23\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"KU1vuZqSH\\\":\\\"text\\\",\\\"QqKF05aVV\\\":\\\"click18\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sZ7qOZ1ve.map", "// Generated by Framer (56d1180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,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/6x9nkBvsAIO12owpsJbC/D0Ie2jOVc5KjimkFMTNJ/uxPI8RmeE.js\";import HoverImage from\"https://framerusercontent.com/modules/T4zvj8UJkZbvapzoGtDE/KHopmZQWhh2Ub3W057iR/FXH377q6f.js\";import Pill from\"https://framerusercontent.com/modules/22Oh8u3d8tr16KD9ITsk/ydn9gyKuIky2sV5IDcLl/sZ7qOZ1ve.js\";const PillFonts=getFonts(Pill);const HoverImageFonts=getFonts(HoverImage);const cycleOrder=[\"LXg3uZXR9\",\"ISwTeYg_Y\",\"n4ZOm72y4\",\"gRLBr3z3f\",\"iRa8fv831\",\"EOoJgogXT\",\"d0KADuoWx\",\"L4Ejf_CcJ\",\"jIydipq2p\"];const serializationHash=\"framer-IEL0P\";const variantClassNames={d0KADuoWx:\"framer-v-1798vnf\",EOoJgogXT:\"framer-v-1t778q1\",gRLBr3z3f:\"framer-v-otoivj\",iRa8fv831:\"framer-v-holq8w\",ISwTeYg_Y:\"framer-v-p5osrx\",jIydipq2p:\"framer-v-ogenm5\",L4Ejf_CcJ:\"framer-v-1c2ddee\",LXg3uZXR9:\"framer-v-1kvbds5\",n4ZOm72y4:\"framer-v-1mcvy8u\"};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={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={delay:0,duration:.7,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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={\"Variant - Mobile 1\":\"d0KADuoWx\",\"Variant - Mobile 2\":\"L4Ejf_CcJ\",\"Variant - Mobile 3\":\"jIydipq2p\",\"Variant 1 - Tablet\":\"gRLBr3z3f\",\"Variant 1\":\"LXg3uZXR9\",\"Variant 2 - Tablet\":\"iRa8fv831\",\"Variant 2\":\"ISwTeYg_Y\",\"Variant 3- Tablet\":\"EOoJgogXT\",\"Variant 3\":\"n4ZOm72y4\"};const getProps=({content,content2,content3,height,id,image1,image2,image3,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6;return{...props,B5eYcEent:(_ref=image2!==null&&image2!==void 0?image2:props.B5eYcEent)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/U5uuYBIXbBENRcIysMsQmsITg.jpg 9000w\"},CAiySduL1:(_ref1=content3!==null&&content3!==void 0?content3:props.CAiySduL1)!==null&&_ref1!==void 0?_ref1:\"text\",i_1zzuj8b:(_ref2=image3!==null&&image3!==void 0?image3:props.i_1zzuj8b)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/CgdZOfLs6CH0rFmSGUKxnD10c.jpeg\",srcSet:\"https://framerusercontent.com/images/CgdZOfLs6CH0rFmSGUKxnD10c.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/CgdZOfLs6CH0rFmSGUKxnD10c.jpeg 1024w\"},kuB8DXCoC:(_ref3=image1!==null&&image1!==void 0?image1:props.kuB8DXCoC)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg?scale-down-to=1024 575w,https://framerusercontent.com/images/2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg?scale-down-to=2048 1151w,https://framerusercontent.com/images/2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg?scale-down-to=4096 2303w,https://framerusercontent.com/images/2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg 3997w\"},NrnuE6sM7:(_ref4=content2!==null&&content2!==void 0?content2:props.NrnuE6sM7)!==null&&_ref4!==void 0?_ref4:\"text\",RC2QyO_c2:(_ref5=content!==null&&content!==void 0?content:props.RC2QyO_c2)!==null&&_ref5!==void 0?_ref5:\"dfasdfsad\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"LXg3uZXR9\"};};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,kuB8DXCoC,B5eYcEent,i_1zzuj8b,RC2QyO_c2,NrnuE6sM7,CAiySduL1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LXg3uZXR9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const QqKF05aVV12669ps=activeVariantCallback(async(...args)=>{setVariant(\"LXg3uZXR9\");});const QqKF05aVVmsz24f=activeVariantCallback(async(...args)=>{setVariant(\"gRLBr3z3f\");});const QqKF05aVV1n4gq8t=activeVariantCallback(async(...args)=>{setVariant(\"d0KADuoWx\");});const QqKF05aVV1t5am0u=activeVariantCallback(async(...args)=>{setVariant(\"ISwTeYg_Y\");});const QqKF05aVV1hzm9ey=activeVariantCallback(async(...args)=>{setVariant(\"iRa8fv831\");});const QqKF05aVVjyjrmt=activeVariantCallback(async(...args)=>{setVariant(\"L4Ejf_CcJ\");});const QqKF05aVV19ffc8e=activeVariantCallback(async(...args)=>{setVariant(\"n4ZOm72y4\");});const QqKF05aVVhtg026=activeVariantCallback(async(...args)=>{setVariant(\"EOoJgogXT\");});const QqKF05aVV10kiwu3=activeVariantCallback(async(...args)=>{setVariant(\"jIydipq2p\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];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,...addPropertyOverrides({d0KADuoWx:{value:transition2},jIydipq2p:{value:transition2},L4Ejf_CcJ:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1kvbds5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"LXg3uZXR9\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({d0KADuoWx:{\"data-framer-name\":\"Variant - Mobile 1\"},EOoJgogXT:{\"data-framer-name\":\"Variant 3- Tablet\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(i_1zzuj8b)}},gRLBr3z3f:{\"data-framer-name\":\"Variant 1 - Tablet\"},iRa8fv831:{\"data-framer-name\":\"Variant 2 - Tablet\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(B5eYcEent)}},ISwTeYg_Y:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(B5eYcEent)}},jIydipq2p:{\"data-framer-name\":\"Variant - Mobile 3\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(i_1zzuj8b)}},L4Ejf_CcJ:{\"data-framer-name\":\"Variant - Mobile 2\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(B5eYcEent)}},n4ZOm72y4:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(i_1zzuj8b)}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14w270i\",layoutDependency:layoutDependency,layoutId:\"VmgmR6BJY\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q1mhmn\",layoutDependency:layoutDependency,layoutId:\"Nf_9J8LBn\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,width:\"123px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+0,...addPropertyOverrides({EOoJgogXT:{width:\"112px\"},iRa8fv831:{width:\"109px\"},ISwTeYg_Y:{width:\"109px\"},jIydipq2p:{width:\"112px\"},L4Ejf_CcJ:{width:\"109px\"},n4ZOm72y4:{width:\"112px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xvyl1n-container\",layoutDependency:layoutDependency,layoutId:\"Vgw9l_MVT-container\",children:/*#__PURE__*/_jsx(Pill,{height:\"100%\",id:\"Vgw9l_MVT\",KU1vuZqSH:\"Potential Impact\",layoutId:\"Vgw9l_MVT\",style:{height:\"100%\",width:\"100%\"},variant:\"JHdeNLntA\",width:\"100%\",...addPropertyOverrides({EOoJgogXT:{QqKF05aVV:QqKF05aVVmsz24f,variant:\"mGmgsehlq\"},iRa8fv831:{QqKF05aVV:QqKF05aVVmsz24f,variant:\"mGmgsehlq\"},ISwTeYg_Y:{QqKF05aVV:QqKF05aVV12669ps,variant:\"mGmgsehlq\"},jIydipq2p:{QqKF05aVV:QqKF05aVV1n4gq8t,variant:\"mGmgsehlq\"},L4Ejf_CcJ:{QqKF05aVV:QqKF05aVV1n4gq8t,variant:\"mGmgsehlq\"},n4ZOm72y4:{QqKF05aVV:QqKF05aVV12669ps,variant:\"mGmgsehlq\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,width:\"73px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+0,...addPropertyOverrides({iRa8fv831:{width:\"89px\"},ISwTeYg_Y:{width:\"89px\"},L4Ejf_CcJ:{width:\"89px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1saqhmf-container\",layoutDependency:layoutDependency,layoutId:\"giRqhV0XF-container\",children:/*#__PURE__*/_jsx(Pill,{height:\"100%\",id:\"giRqhV0XF\",KU1vuZqSH:\"Approach\",layoutId:\"giRqhV0XF\",QqKF05aVV:QqKF05aVV1t5am0u,style:{height:\"100%\",width:\"100%\"},variant:\"mGmgsehlq\",width:\"100%\",...addPropertyOverrides({d0KADuoWx:{QqKF05aVV:QqKF05aVVjyjrmt},EOoJgogXT:{QqKF05aVV:QqKF05aVV1hzm9ey},gRLBr3z3f:{QqKF05aVV:QqKF05aVV1hzm9ey},iRa8fv831:{QqKF05aVV:undefined,variant:\"JHdeNLntA\"},ISwTeYg_Y:{QqKF05aVV:undefined,variant:\"JHdeNLntA\"},jIydipq2p:{QqKF05aVV:QqKF05aVVjyjrmt},L4Ejf_CcJ:{QqKF05aVV:undefined,variant:\"JHdeNLntA\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,width:\"60px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+0,...addPropertyOverrides({EOoJgogXT:{width:\"79px\"},jIydipq2p:{width:\"79px\"},n4ZOm72y4:{width:\"79px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vz7gb6-container\",layoutDependency:layoutDependency,layoutId:\"wbnGab4oi-container\",children:/*#__PURE__*/_jsx(Pill,{height:\"100%\",id:\"wbnGab4oi\",KU1vuZqSH:\"Mission\",layoutId:\"wbnGab4oi\",QqKF05aVV:QqKF05aVV19ffc8e,style:{height:\"100%\",width:\"100%\"},variant:\"mGmgsehlq\",width:\"100%\",...addPropertyOverrides({d0KADuoWx:{QqKF05aVV:QqKF05aVV10kiwu3},EOoJgogXT:{variant:\"JHdeNLntA\"},gRLBr3z3f:{QqKF05aVV:QqKF05aVVhtg026},iRa8fv831:{QqKF05aVV:QqKF05aVVhtg026},jIydipq2p:{QqKF05aVV:undefined,variant:\"JHdeNLntA\"},L4Ejf_CcJ:{QqKF05aVV:QqKF05aVV10kiwu3},n4ZOm72y4:{variant:\"JHdeNLntA\"}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jgdv1x\",layoutDependency:layoutDependency,layoutId:\"X6g8P7Waq\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 0) 11%, rgb(0, 0, 0) 100%)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255)))\"},children:\"dfasdfsad\"})}),className:\"framer-10d038r\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hvutqg8ob\",style:{\"--extracted-gdpscs\":\"var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RC2QyO_c2,variants:{d0KADuoWx:{\"--extracted-r6o4lv\":\"var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255))\"},jIydipq2p:{\"--extracted-r6o4lv\":\"var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255))\"},L4Ejf_CcJ:{\"--extracted-r6o4lv\":\"var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({d0KADuoWx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JlbGF0aXZlIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"Relative Pro Medium\", \"Relative Pro Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255)))\"},children:\"dfasdfsad\"})}),fonts:[\"CUSTOM;Relative Pro Medium\"]},EOoJgogXT:{text:CAiySduL1},iRa8fv831:{text:NrnuE6sM7},ISwTeYg_Y:{text:NrnuE6sM7},jIydipq2p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JlbGF0aXZlIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"Relative Pro Medium\", \"Relative Pro Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255)))\"},children:\"text\"})}),fonts:[\"CUSTOM;Relative Pro Medium\"],text:CAiySduL1},L4Ejf_CcJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JlbGF0aXZlIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"Relative Pro Medium\", \"Relative Pro Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255)))\"},children:\"text\"})}),fonts:[\"CUSTOM;Relative Pro Medium\"],text:NrnuE6sM7},n4ZOm72y4:{text:CAiySduL1}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||446)*1,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9vldi3-container\",layoutDependency:layoutDependency,layoutId:\"qTPNUvzM5-container\",children:/*#__PURE__*/_jsx(HoverImage,{height:\"100%\",id:\"qTPNUvzM5\",layoutId:\"qTPNUvzM5\",mQVflojCe:toResponsiveImage(kuB8DXCoC),style:{height:\"100%\",width:\"100%\"},variant:\"zj3KJFcu3\",vGKS4_M0K:toResponsiveImage(B5eYcEent),width:\"100%\",wpSrjnzJr:toResponsiveImage(i_1zzuj8b),...addPropertyOverrides({d0KADuoWx:{variant:\"JIoq2IHaz\"},EOoJgogXT:{variant:\"nN4leZWYE\"},gRLBr3z3f:{variant:\"JIoq2IHaz\"},iRa8fv831:{variant:\"zhhzbNNbs\"},ISwTeYg_Y:{variant:\"e075IepCZ\"},jIydipq2p:{variant:\"nN4leZWYE\"},L4Ejf_CcJ:{variant:\"zhhzbNNbs\"},n4ZOm72y4:{variant:\"zFY0ZfJHk\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IEL0P.framer-prlcik, .framer-IEL0P .framer-prlcik { display: block; }\",\".framer-IEL0P.framer-1kvbds5 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 446px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1120px; will-change: var(--framer-will-change-override, transform); }\",\".framer-IEL0P .framer-14w270i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 20px; width: 96%; z-index: 3; }\",\".framer-IEL0P .framer-q1mhmn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-IEL0P .framer-xvyl1n-container { flex: none; height: 23px; position: relative; width: 123px; }\",\".framer-IEL0P .framer-1saqhmf-container { flex: none; height: 23px; position: relative; width: 73px; }\",\".framer-IEL0P .framer-vz7gb6-container { flex: none; height: 23px; position: relative; width: 60px; }\",\".framer-IEL0P .framer-jgdv1x { bottom: -2px; flex: none; height: 202px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 2; }\",\".framer-IEL0P .framer-10d038r { bottom: 32px; flex: none; height: auto; left: 30px; max-width: 60%; min-height: 100px; min-width: 100px; position: absolute; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-IEL0P .framer-9vldi3-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IEL0P .framer-14w270i, .framer-IEL0P .framer-q1mhmn { gap: 0px; } .framer-IEL0P .framer-14w270i > *, .framer-IEL0P .framer-q1mhmn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-IEL0P .framer-14w270i > :first-child, .framer-IEL0P .framer-q1mhmn > :first-child { margin-left: 0px; } .framer-IEL0P .framer-14w270i > :last-child, .framer-IEL0P .framer-q1mhmn > :last-child { margin-right: 0px; } }\",\".framer-IEL0P.framer-v-p5osrx .framer-xvyl1n-container, .framer-IEL0P.framer-v-holq8w .framer-xvyl1n-container, .framer-IEL0P.framer-v-1c2ddee .framer-xvyl1n-container { width: 109px; }\",\".framer-IEL0P.framer-v-p5osrx .framer-1saqhmf-container, .framer-IEL0P.framer-v-holq8w .framer-1saqhmf-container, .framer-IEL0P.framer-v-1c2ddee .framer-1saqhmf-container { width: 89px; }\",\".framer-IEL0P.framer-v-1mcvy8u .framer-xvyl1n-container, .framer-IEL0P.framer-v-1t778q1 .framer-xvyl1n-container, .framer-IEL0P.framer-v-ogenm5 .framer-xvyl1n-container { width: 112px; }\",\".framer-IEL0P.framer-v-1mcvy8u .framer-vz7gb6-container, .framer-IEL0P.framer-v-1t778q1 .framer-vz7gb6-container, .framer-IEL0P.framer-v-ogenm5 .framer-vz7gb6-container { width: 79px; }\",\".framer-IEL0P.framer-v-1798vnf.framer-1kvbds5, .framer-IEL0P.framer-v-1c2ddee.framer-1kvbds5, .framer-IEL0P.framer-v-ogenm5.framer-1kvbds5 { width: 300px; }\",\".framer-IEL0P.framer-v-1798vnf .framer-14w270i, .framer-IEL0P.framer-v-1c2ddee .framer-14w270i { gap: unset; justify-content: space-around; }\",\".framer-IEL0P.framer-v-1798vnf .framer-jgdv1x { height: 296px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IEL0P.framer-v-1798vnf .framer-14w270i { gap: 0px; } .framer-IEL0P.framer-v-1798vnf .framer-14w270i > *, .framer-IEL0P.framer-v-1798vnf .framer-14w270i > :first-child, .framer-IEL0P.framer-v-1798vnf .framer-14w270i > :last-child { margin: 0px; } }\",\".framer-IEL0P.framer-v-1c2ddee .framer-jgdv1x { height: 276px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IEL0P.framer-v-1c2ddee .framer-14w270i { gap: 0px; } .framer-IEL0P.framer-v-1c2ddee .framer-14w270i > *, .framer-IEL0P.framer-v-1c2ddee .framer-14w270i > :first-child, .framer-IEL0P.framer-v-1c2ddee .framer-14w270i > :last-child { margin: 0px; } }\",\".framer-IEL0P.framer-v-ogenm5 .framer-14w270i { justify-content: center; }\",\".framer-IEL0P.framer-v-ogenm5 .framer-jgdv1x { height: 269px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 446\n * @framerIntrinsicWidth 1120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ISwTeYg_Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"n4ZOm72y4\":{\"layout\":[\"fixed\",\"fixed\"]},\"gRLBr3z3f\":{\"layout\":[\"fixed\",\"fixed\"]},\"iRa8fv831\":{\"layout\":[\"fixed\",\"fixed\"]},\"EOoJgogXT\":{\"layout\":[\"fixed\",\"fixed\"]},\"d0KADuoWx\":{\"layout\":[\"fixed\",\"fixed\"]},\"L4Ejf_CcJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"jIydipq2p\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"kuB8DXCoC\":\"image1\",\"B5eYcEent\":\"image2\",\"i_1zzuj8b\":\"image3\",\"RC2QyO_c2\":\"content\",\"NrnuE6sM7\":\"content2\",\"CAiySduL1\":\"content3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWbkeW3pVw=withCSS(Component,css,\"framer-IEL0P\");export default FramerWbkeW3pVw;FramerWbkeW3pVw.displayName=\"Dynamic Gallery\";FramerWbkeW3pVw.defaultProps={height:446,width:1120};addPropertyControls(FramerWbkeW3pVw,{variant:{options:[\"LXg3uZXR9\",\"ISwTeYg_Y\",\"n4ZOm72y4\",\"gRLBr3z3f\",\"iRa8fv831\",\"EOoJgogXT\",\"d0KADuoWx\",\"L4Ejf_CcJ\",\"jIydipq2p\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 1 - Tablet\",\"Variant 2 - Tablet\",\"Variant 3- Tablet\",\"Variant - Mobile 1\",\"Variant - Mobile 2\",\"Variant - Mobile 3\"],title:\"Variant\",type:ControlType.Enum},kuB8DXCoC:{__defaultAssetReference:\"data:framer/asset-reference,2BVX4fvq95Y65CaSiFsOZ1fHApU.jpg?originalFilename=photo-1540198163009-7afda7da2945%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwyfHxlYXJ0aHxlbnwwfHx8fDE3Mjg4MzI4MTJ8MA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image 1\",type:ControlType.ResponsiveImage},B5eYcEent:{__defaultAssetReference:\"data:framer/asset-reference,U5uuYBIXbBENRcIysMsQmsITg.jpg?originalFilename=photo-1698304540146-b9767031e126%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwzMnx8bW9sZWN1bGV8ZW58MHx8fHwxNzI4ODMyOTI4fDA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image 2\",type:ControlType.ResponsiveImage},i_1zzuj8b:{__defaultAssetReference:\"data:framer/asset-reference,CgdZOfLs6CH0rFmSGUKxnD10c.jpeg?originalFilename=Ch%C3%85%C2%82odnik_planetarny_pieca_obrotowego.jpeg&preferredSize=auto\",title:\"Image 3\",type:ControlType.ResponsiveImage},RC2QyO_c2:{defaultValue:\"dfasdfsad\",displayTextArea:false,title:\"Content\",type:ControlType.String},NrnuE6sM7:{defaultValue:\"text\",displayTextArea:false,title:\"Content 2\",type:ControlType.String},CAiySduL1:{defaultValue:\"text\",displayTextArea:false,title:\"Content 3\",type:ControlType.String}});addFonts(FramerWbkeW3pVw,[{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:\"Relative Pro Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/4I0xKUsVvMFWZhmNYRvYdUK0Vv4.woff2\"}]},...PillFonts,...HoverImageFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWbkeW3pVw\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ISwTeYg_Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"n4ZOm72y4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gRLBr3z3f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iRa8fv831\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EOoJgogXT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d0KADuoWx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"L4Ejf_CcJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jIydipq2p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"kuB8DXCoC\\\":\\\"image1\\\",\\\"B5eYcEent\\\":\\\"image2\\\",\\\"i_1zzuj8b\\\":\\\"image3\\\",\\\"RC2QyO_c2\\\":\\\"content\\\",\\\"NrnuE6sM7\\\":\\\"content2\\\",\\\"CAiySduL1\\\":\\\"content3\\\"}\",\"framerIntrinsicWidth\":\"1120\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"446\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WbkeW3pVw.map", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={MsEhu08IE:{hover:true}};const serializationHash=\"framer-yJKhW\";const variantClassNames={MsEhu08IE:\"framer-v-qk71gq\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"MsEhu08IE\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-qk71gq\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"MsEhu08IE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"MsEhu08IE-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:554,intrinsicWidth:1073,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-62)/2)),pixelHeight:554,pixelWidth:1073,sizes:\"119px\",src:\"https://framerusercontent.com/images/2ZzARKmcZmZHp44mtzi7PFqus.jpg\",srcSet:\"https://framerusercontent.com/images/2ZzARKmcZmZHp44mtzi7PFqus.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2ZzARKmcZmZHp44mtzi7PFqus.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2ZzARKmcZmZHp44mtzi7PFqus.jpg 1073w\"},className:\"framer-1yrpwju\",\"data-framer-name\":\"Enerfinity\",layoutDependency:layoutDependency,layoutId:\"i3c5QvFik\",style:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},variants:{\"MsEhu08IE-hover\":{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yJKhW.framer-1dj18l3, .framer-yJKhW .framer-1dj18l3 { display: block; }\",\".framer-yJKhW.framer-qk71gq { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 192px; }\",\".framer-yJKhW .framer-1yrpwju { aspect-ratio: 1.9368231046931408 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 62px); overflow: visible; position: relative; width: 119px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yJKhW.framer-qk71gq { gap: 0px; } .framer-yJKhW.framer-qk71gq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yJKhW.framer-qk71gq > :first-child { margin-left: 0px; } .framer-yJKhW.framer-qk71gq > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 192\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZVDTZdSg_\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZ2x77PSGG=withCSS(Component,css,\"framer-yJKhW\");export default FramerZ2x77PSGG;FramerZ2x77PSGG.displayName=\"Logo Component - Enerfinity\";FramerZ2x77PSGG.defaultProps={height:100,width:192};addFonts(FramerZ2x77PSGG,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZ2x77PSGG\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZVDTZdSg_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"192\",\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Z2x77PSGG.map", "var t={};\n/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */function isObject(t){var e=typeof t;return null!=t&&(\"object\"==e||\"function\"==e)}t=isObject;var e=t;export{e as default};\n\n//# sourceMappingURL=isObject.js.map", "var e=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof self?self:global;var a={};var t=\"object\"==typeof e&&e&&e.Object===Object&&e;a=t;var f=a;var l={};var r=f;var o=\"object\"==typeof self&&self&&self.Object===Object&&self;var s=r||o||Function(\"return this\")();l=s;var b=l;export{b as _,f as a};\n\n//# sourceMappingURL=b15bba73.js.map", "import{_ as a}from\"./_/b15bba73.js\";var r={};var t=a;\n/**\n * Gets the timestamp of the number of milliseconds that have elapsed since\n * the Unix epoch (1 January 1970 00:00:00 UTC).\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Date\n * @returns {number} Returns the timestamp.\n * @example\n *\n * _.defer(function(stamp) {\n *   console.log(_.now() - stamp);\n * }, _.now());\n * // => Logs the number of milliseconds it took for the deferred invocation.\n */var now=function(){return t.Date.now()};r=now;var o=r;export{o as default};\n\n//# sourceMappingURL=now.js.map", "var r={};var e=/\\s/;\n/**\n * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace\n * character of `string`.\n *\n * @private\n * @param {string} string The string to inspect.\n * @returns {number} Returns the index of the last non-whitespace character.\n */function trimmedEndIndex(r){var t=r.length;while(t--&&e.test(r.charAt(t)));return t}r=trimmedEndIndex;var t=r;export{t as _};\n\n//# sourceMappingURL=69d56582.js.map", "import{_ as r}from\"./69d56582.js\";var a={};var e=r;var s=/^\\s+/;\n/**\n * The base implementation of `_.trim`.\n *\n * @private\n * @param {string} string The string to trim.\n * @returns {string} Returns the trimmed string.\n */function baseTrim(r){return r?r.slice(0,e(r)+1).replace(s,\"\"):r}a=baseTrim;var i=a;export{i as _};\n\n//# sourceMappingURL=83742462.js.map", "import{_ as a}from\"./b15bba73.js\";var r={};var b=a;var o=b.Symbol;r=o;var v=r;export{v as _};\n\n//# sourceMappingURL=e65ed236.js.map", "import{_ as r}from\"./e65ed236.js\";var t={};var a=r;var e=Object.prototype;var o=e.hasOwnProperty;var v=e.toString;var n=a?a.toStringTag:void 0;\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */function getRawTag$1(r){var t=o.call(r,n),a=r[n];try{r[n]=void 0;var e=true}catch(r){}var i=v.call(r);e&&(t?r[n]=a:delete r[n]);return i}t=getRawTag$1;var i=t;var c={};var g=Object.prototype;var l=g.toString;\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */function objectToString$1(r){return l.call(r)}c=objectToString$1;var b=c;var u={};var d=r,j=i,T=b;var p=\"[object Null]\",s=\"[object Undefined]\";var S=d?d.toStringTag:void 0;\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */function baseGetTag(r){return null==r?void 0===r?s:p:S&&S in Object(r)?j(r):T(r)}u=baseGetTag;var f=u;export{f as _};\n\n//# sourceMappingURL=052e9e66.js.map", "var e={};\n/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */function isObjectLike(e){return null!=e&&\"object\"==typeof e}e=isObjectLike;var t=e;export{t as default};\n\n//# sourceMappingURL=isObjectLike.js.map", "import{_ as o}from\"./_/052e9e66.js\";import r from\"./isObjectLike.js\";import\"./_/e65ed236.js\";import\"./_/b15bba73.js\";var e={};var t=o,m=r;var s=\"[object Symbol]\";\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */function isSymbol(o){return\"symbol\"==typeof o||m(o)&&t(o)==s}e=isSymbol;var b=e;export{b as default};\n\n//# sourceMappingURL=isSymbol.js.map", "import{_ as r}from\"./_/83742462.js\";import t from\"./isObject.js\";import e from\"./isSymbol.js\";import\"./_/69d56582.js\";import\"./_/052e9e66.js\";import\"./_/e65ed236.js\";import\"./_/b15bba73.js\";import\"./isObjectLike.js\";var i={};var o=r,a=t,s=e;var f=NaN;var m=/^[-+]0x[0-9a-f]+$/i;var p=/^0b[01]+$/i;var u=/^0o[0-7]+$/i;var v=parseInt;\n/**\n * Converts `value` to a number.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {number} Returns the number.\n * @example\n *\n * _.toNumber(3.2);\n * // => 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */function toNumber(r){if(\"number\"==typeof r)return r;if(s(r))return f;if(a(r)){var t=\"function\"==typeof r.valueOf?r.valueOf():r;r=a(t)?t+\"\":t}if(\"string\"!=typeof r)return 0===r?r:+r;r=o(r);var e=p.test(r);return e||u.test(r)?v(r.slice(2),e?2:8):m.test(r)?f:+r}i=toNumber;var n=i;export{n as default};\n\n//# sourceMappingURL=toNumber.js.map", "import e from\"./isObject.js\";import i from\"./now.js\";import n from\"./toNumber.js\";import\"./_/b15bba73.js\";import\"./_/83742462.js\";import\"./_/69d56582.js\";import\"./isSymbol.js\";import\"./_/052e9e66.js\";import\"./_/e65ed236.js\";import\"./isObjectLike.js\";var r=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof self?self:global;var t={};var o=e,u=i,a=n;var d=\"Expected a function\";var f=Math.max,c=Math.min;\n/**\n * Creates a debounced function that delays invoking `func` until after `wait`\n * milliseconds have elapsed since the last time the debounced function was\n * invoked. The debounced function comes with a `cancel` method to cancel\n * delayed `func` invocations and a `flush` method to immediately invoke them.\n * Provide `options` to indicate whether `func` should be invoked on the\n * leading and/or trailing edge of the `wait` timeout. The `func` is invoked\n * with the last arguments provided to the debounced function. Subsequent\n * calls to the debounced function return the result of the last `func`\n * invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the debounced function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.debounce` and `_.throttle`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to debounce.\n * @param {number} [wait=0] The number of milliseconds to delay.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=false]\n *  Specify invoking on the leading edge of the timeout.\n * @param {number} [options.maxWait]\n *  The maximum time `func` is allowed to be delayed before it's invoked.\n * @param {boolean} [options.trailing=true]\n *  Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new debounced function.\n * @example\n *\n * // Avoid costly calculations while the window size is in flux.\n * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\n *\n * // Invoke `sendMail` when clicked, debouncing subsequent calls.\n * jQuery(element).on('click', _.debounce(sendMail, 300, {\n *   'leading': true,\n *   'trailing': false\n * }));\n *\n * // Ensure `batchLog` is invoked once after 1 second of debounced calls.\n * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });\n * var source = new EventSource('/stream');\n * jQuery(source).on('message', debounced);\n *\n * // Cancel the trailing debounced invocation.\n * jQuery(window).on('popstate', debounced.cancel);\n */function debounce(e,i,n){var t,l,m,s,v,p,g=0,b=false,h=false,j=true;if(\"function\"!=typeof e)throw new TypeError(d);i=a(i)||0;if(o(n)){b=!!n.leading;h=\"maxWait\"in n;m=h?f(a(n.maxWait)||0,i):m;j=\"trailing\"in n?!!n.trailing:j}function invokeFunc(i){var n=t,r=l;t=l=void 0;g=i;s=e.apply(r,n);return s}function leadingEdge(e){g=e;v=setTimeout(timerExpired,i);return b?invokeFunc(e):s}function remainingWait(e){var n=e-p,r=e-g,t=i-n;return h?c(t,m-r):t}function shouldInvoke(e){var n=e-p,r=e-g;return void 0===p||n>=i||n<0||h&&r>=m}function timerExpired(){var e=u();if(shouldInvoke(e))return trailingEdge(e);v=setTimeout(timerExpired,remainingWait(e))}function trailingEdge(e){v=void 0;if(j&&t)return invokeFunc(e);t=l=void 0;return s}function cancel(){void 0!==v&&clearTimeout(v);g=0;t=p=l=v=void 0}function flush(){return void 0===v?s:trailingEdge(u())}function debounced(){var e=u(),n=shouldInvoke(e);t=arguments;l=this||r;p=e;if(n){if(void 0===v)return leadingEdge(p);if(h){clearTimeout(v);v=setTimeout(timerExpired,i);return invokeFunc(p)}}void 0===v&&(v=setTimeout(timerExpired,i));return s}debounced.cancel=cancel;debounced.flush=flush;return debounced}t=debounce;var l=t;export{l as default};\n\n//# sourceMappingURL=debounce.js.map", "import t from\"./debounce.js\";import r from\"./isObject.js\";import\"./now.js\";import\"./_/b15bba73.js\";import\"./toNumber.js\";import\"./_/83742462.js\";import\"./_/69d56582.js\";import\"./isSymbol.js\";import\"./_/052e9e66.js\";import\"./_/e65ed236.js\";import\"./isObjectLike.js\";var i={};var o=t,e=r;var n=\"Expected a function\";\n/**\n * Creates a throttled function that only invokes `func` at most once per\n * every `wait` milliseconds. The throttled function comes with a `cancel`\n * method to cancel delayed `func` invocations and a `flush` method to\n * immediately invoke them. Provide `options` to indicate whether `func`\n * should be invoked on the leading and/or trailing edge of the `wait`\n * timeout. The `func` is invoked with the last arguments provided to the\n * throttled function. Subsequent calls to the throttled function return the\n * result of the last `func` invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the throttled function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.throttle` and `_.debounce`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to throttle.\n * @param {number} [wait=0] The number of milliseconds to throttle invocations to.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=true]\n *  Specify invoking on the leading edge of the timeout.\n * @param {boolean} [options.trailing=true]\n *  Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new throttled function.\n * @example\n *\n * // Avoid excessively updating the position while scrolling.\n * jQuery(window).on('scroll', _.throttle(updatePosition, 100));\n *\n * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes.\n * var throttled = _.throttle(renewToken, 300000, { 'trailing': false });\n * jQuery(element).on('click', throttled);\n *\n * // Cancel the trailing throttled invocation.\n * jQuery(window).on('popstate', throttled.cancel);\n */function throttle(t,r,i){var a=true,m=true;if(\"function\"!=typeof t)throw new TypeError(n);if(e(i)){a=\"leading\"in i?!!i.leading:a;m=\"trailing\"in i?!!i.trailing:m}return o(t,r,{leading:a,maxWait:r,trailing:m})}i=throttle;var a=i;export{a as default};\n\n//# sourceMappingURL=throttle.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import throttle from\"lodash/throttle\";import{useScroll,useVelocity,useTransform,useMotionValue,animate}from\"framer-motion\";// --------------------------------------------------------------------\n// The following overrides are for creating scroll effects on web pages\nexport function withParallax(Component){const speed=1;return props=>{const{scrollY}=useScroll();const x=useTransform(scrollY,value=>-value*speed)// scrolling down translates left\n;return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,x:x}});};}// Scrub through a video or drive a Lottie animation by scrolling\nexport function withScrolledProgress2(Component){const startOffsetVh=225// Start animation at 225vh\n;const endOffsetVh=1063// End animation at 1063vh\n;return props=>{const[scrollY,setScrollY]=useState(0);const[viewportHeight,setViewportHeight]=useState(null);// Throttled scroll event listener to update scrollY\nuseEffect(()=>{const handleScroll=throttle(()=>{if(typeof window!==\"undefined\"){setScrollY(window.scrollY);}},100)// Adjust throttle duration as needed\n;window.addEventListener(\"scroll\",handleScroll);return()=>{window.removeEventListener(\"scroll\",handleScroll);};},[]);// Throttled function to update viewport height\nuseEffect(()=>{const updateViewportHeight=throttle(()=>{if(typeof window!==\"undefined\"){setViewportHeight(window.innerHeight);}},100)// Adjust the throttle duration as needed\n;updateViewportHeight()// Call it initially to set the viewport height\n;window.addEventListener(\"resize\",updateViewportHeight);return()=>{window.removeEventListener(\"resize\",updateViewportHeight);};},[]);// Set default values for SSR or if viewportHeight is not yet available\nconst startY=viewportHeight?viewportHeight*(startOffsetVh/100):0;const endY=viewportHeight?viewportHeight*(endOffsetVh/100):1e3;// Use MotionValue for scroll-based transformations\nconst scrollYMotionValue=useMotionValue(scrollY);const progress=useTransform(scrollYMotionValue,[startY,endY],[0,1]);// Update MotionValue on scroll change\nuseEffect(()=>{scrollYMotionValue.set(scrollY);},[scrollY,scrollYMotionValue]);return /*#__PURE__*/_jsx(Component,{...props,progress:progress});};}export function withScrolledProgress(Component){const startOffsetVh=225// Start animation at 225vh\n;const endOffsetVh=1063// End animation at 1063vh\n;return props=>{const{scrollY}=useScroll();const[viewportHeight,setViewportHeight]=useState(null);// Ensure that window.innerHeight is accessed client-side\nuseEffect(()=>{if(typeof window!==\"undefined\"){setViewportHeight(window.innerHeight);}},[]);// Set default values for SSR or if viewportHeight is not yet available\nconst startY=viewportHeight?viewportHeight*(startOffsetVh/100):0// Fallback start point if on the server\n;const endY=viewportHeight?viewportHeight*(endOffsetVh/100):1e3// Fallback end point if on the server\n;const progress=useTransform(scrollY,[startY,endY],[0,1]);return /*#__PURE__*/_jsx(Component,{...props,progress:progress});};}// AKA withDynamicNavBar\nexport function withScrollLinkedValue(Component){// Value being driven by scrolling (e.g. height)\nconst initialValue=200;const finalValue=100;const speed=1;const scrollDistance=(initialValue-finalValue)/speed;const startY=0// scroll position when transition starts\n;const endY=startY+scrollDistance;return props=>{const{scrollY}=useScroll();const scrollOutput=useTransform(scrollY,[startY,endY,endY],[initialValue,finalValue,finalValue],{clamp:false});return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,height:scrollOutput}});};}export function withScrollToggledVariant(Component){const thresholdY=500// set the scroll position where you want the component to switch\n;return props=>{const{scrollY}=useScroll();const[isPastThreshold,setIsPastThreshold]=useState(false);useEffect(()=>scrollY.onChange(latest=>setIsPastThreshold(latest>thresholdY)),[]);return /*#__PURE__*/_jsx(Component,{...props,variant:isPastThreshold?\"Second\":\"First\"});};}export function withSlideOutOnScrollUp(Component){const slideDistance=100// if we are sliding out a nav bar at the top of the screen, this will be it's height\n;const threshold=500// only slide it back when scrolling back at velocity above this positive (or zero) value\n;return props=>{const{scrollY}=useScroll();const scrollVelocity=useVelocity(scrollY);const[isScrollingBack,setIsScrollingBack]=useState(false);const[isAtTop,setIsAtTop]=useState(true)// true if the page is not scrolled or fully scrolled back\n;const[isInView,setIsInView]=useState(true);useEffect(()=>scrollVelocity.onChange(latest=>{if(latest>0){setIsScrollingBack(false);return;}if(latest<-threshold){setIsScrollingBack(true);return;}}),[]);useEffect(()=>scrollY.onChange(latest=>setIsAtTop(latest<=0)),[]);useEffect(()=>setIsInView(isScrollingBack||isAtTop),[isScrollingBack,isAtTop]);return /*#__PURE__*/_jsx(Component,{...props,animate:{y:isInView?0:-slideDistance},transition:{duration:.2,delay:.25,ease:\"easeInOut\"}});};}export function withScrollTriggeredStates(Component){const scrollYRange=[0,800,1600]// scroll positions that trigger the animation\n;const outputRange=[\"First\",\"Second\",\"Third\"]// list of variants to animate between\n;return props=>{const state=useScrollTriggeredState(scrollYRange,outputRange);return /*#__PURE__*/_jsx(Component,{...props,variant:state});};}// Trigger a state change when each layer with a <section> tag reaches the top of the page\n// You can apply a <section> tag to a layer through the 'Accessibility' property controls\nexport function withSectionTriggeredStates(Component){const outputRange=[\"First\",\"Second\",\"Third\"]// list of variants to animate between\n;return props=>{const{scrollY}=useScroll();const[state,setState]=useState(outputRange[0]);useEffect(()=>{const scrollYRange=getSectionPositions();scrollY.onChange(latest=>{const output=getCorrespondingItem(latest,scrollYRange,outputRange);setState(output);});},[]);return /*#__PURE__*/_jsx(Component,{...props,variant:state});};}export function withScrollTriggeredAnimation(Component){const scrollYRange=[0,800,1600]// scroll positions that trigger the animation\n;const outputRange=[\"#8E47BA\",\"#000AFF\",\"#FF0000\"]// list of values to animate to\n;// customise the transition\nconst transition={type:\"tween\",duration:1,ease:\"easeInOut\"};return props=>{const animatedValue=useMotionValue(outputRange[0]);const{scrollY}=useScroll();const scrollOutput=useSteppedTransform(scrollY,scrollYRange,outputRange);useEffect(()=>scrollOutput.onChange(latest=>animate(animatedValue,latest,transition)// remove transition to use default\n    ),[]);return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,backgroundColor:animatedValue}})// override value you want to animate\n;};}// Trigger an animation when each layer with a <section> tag reaches the top of the page\n// You can apply a <section> tag to a layer through the 'Accessibility' property controls\nexport function withSectionTriggeredAnimation(Component){const outputRange=[\"#FFEE66\",\"#000AFF\",\"#FF0000\"]// list of values to animate to\n;// customise the transition\nconst transition={type:\"tween\",duration:1,ease:\"easeInOut\"};return props=>{const animatedValue=useMotionValue(outputRange[0]);const handleSectionChange=latest=>animate(animatedValue,outputRange[latest],transition)// remove transition to use default\n;useSectionTrigger(handleSectionChange);return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,backgroundColor:animatedValue}})// override value you want to animate\n;};}// Apply the current scroll target to the URL displayed in the web browser\n// You can apply a scroll target to a layer through the 'Scroll Target' property controls\nexport function withScrollTargetHistory(Component){return props=>{const{scrollY}=useScroll();const scrollOutput=useMotionValue(\"#\");const handleTargetChange=latest=>history.replaceState(null,\"\",latest);useEffect(()=>{const{scrollYRange,outputRange}=getScrollTargets();scrollY.onChange(latest=>{const index=getMatchingIndex(latest,scrollYRange);if(scrollOutput.get()!==outputRange[index]){scrollOutput.set(outputRange[index]);}});},[]);useEffect(()=>scrollOutput.onChange(handleTargetChange),[]);return /*#__PURE__*/_jsx(Component,{...props});};}// --------------------------------------------------------------------\n// The following overrides are for creating scroll effects on elements\nimport{createRef}from\"react\";// create a ref so we can attach it to the scroll container\nconst ref=/*#__PURE__*/createRef();// apply this to the element being scrolled\nexport function withScrollRef(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,ref:ref});};}// apply this to the element with the scroll effect\nexport function withElementParallax(Component){const speed=1/2;return props=>{const{scrollY}=useScroll({container:ref});const x=useTransform(scrollY,value=>-value*speed)// scrolling down translates left\n;return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,x:x}});};}// --------------------------------------------------------------------\n// Custom hooks\nfunction useSteppedTransform(value,inputRange,outputRange){return useTransform(value,value=>getCorrespondingItem(value,inputRange,outputRange));}function useScrollTriggeredState(inputRange,outputRange){const{scrollY}=useScroll();const[state,setState]=useState(outputRange[0]);useEffect(()=>scrollY.onChange(latest=>setState(getCorrespondingItem(latest,inputRange,outputRange))),[]);return state;}function useSectionTrigger(handleSectionChange){const scrollOutput=useMotionValue(0);const{scrollY}=useScroll();useEffect(()=>{const scrollYRange=getSectionPositions();scrollY.onChange(latest=>{const index=getMatchingIndex(latest,scrollYRange);if(scrollOutput.get()!==index){scrollOutput.set(index);}});},[]);useEffect(()=>scrollOutput.onChange(handleSectionChange),[]);}// --------------------------------------------------------------------\n// Functions\nfunction getMatchingIndex(value,array){let found=array.findIndex(el=>el>value);switch(found){case 0:return 0;break;case-1:return array.length-1;break;default:return found-1;}}function getCorrespondingItem(value,inputRange,outputRange){const inputIndex=getMatchingIndex(value,inputRange);const outputIndex=inputIndex>outputRange.length-1?outputRange.length-1:inputIndex;return outputRange[outputIndex];}function getSectionPositions(){const elements=Array.from(document.querySelectorAll(\"section\"));const positions=elements.map(element=>{return element.getBoundingClientRect().top+window.scrollY;}).sort((a,b)=>a-b);if(positions[0]===0){return positions;}else{return[0,...positions];}}function getScrollTargets(){const elements=Array.from(document.querySelectorAll('[id]:not([id=\"\"])'));const targets=elements.map(element=>{return{y:element.getBoundingClientRect().top+window.scrollY,target:`#${element.id}`};}).sort((a,b)=>a.y-b.y);const inputs=targets.map(target=>target.y);const outputs=targets.map(target=>target.target);if(inputs[0]===0){outputs[0]=\"#\";return{scrollYRange:inputs,outputRange:outputs};}else{return{scrollYRange:[0,...inputs],outputRange:[\"#\",...outputs]};}}\nexport const __FramerMetadata__ = {\"exports\":{\"withScrollToggledVariant\":{\"type\":\"reactHoc\",\"name\":\"withScrollToggledVariant\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrollTargetHistory\":{\"type\":\"reactHoc\",\"name\":\"withScrollTargetHistory\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrollLinkedValue\":{\"type\":\"reactHoc\",\"name\":\"withScrollLinkedValue\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrolledProgress\":{\"type\":\"reactHoc\",\"name\":\"withScrolledProgress\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withSectionTriggeredAnimation\":{\"type\":\"reactHoc\",\"name\":\"withSectionTriggeredAnimation\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withSectionTriggeredStates\":{\"type\":\"reactHoc\",\"name\":\"withSectionTriggeredStates\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrolledProgress2\":{\"type\":\"reactComponent\",\"name\":\"withScrolledProgress2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrollTriggeredAnimation\":{\"type\":\"reactHoc\",\"name\":\"withScrollTriggeredAnimation\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrollTriggeredStates\":{\"type\":\"reactHoc\",\"name\":\"withScrollTriggeredStates\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withSlideOutOnScrollUp\":{\"type\":\"reactHoc\",\"name\":\"withSlideOutOnScrollUp\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrollRef\":{\"type\":\"reactHoc\",\"name\":\"withScrollRef\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withElementParallax\":{\"type\":\"reactHoc\",\"name\":\"withElementParallax\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withParallax\":{\"type\":\"reactHoc\",\"name\":\"withParallax\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ScrollEffects.map", "// Generated by Framer (a2bd428)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Video as Video2}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/QaqrlAraQyqzLNiThK8G/VideoNew.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import{Video as Video1}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/zEmAposrjympIK2ybAcQ/Video.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ZtFjxnixyznUo5AKQme5/Carousel.js\";import TextMovementTablet from\"#framer/local/canvasComponent/bbPCKYG1U/bbPCKYG1U.js\";import LogoComponentIBBVentures from\"#framer/local/canvasComponent/bgZQg6PUA/bgZQg6PUA.js\";import TextMovement from\"#framer/local/canvasComponent/bv53aMPRJ/bv53aMPRJ.js\";import LogoComponentMinusCarbon from\"#framer/local/canvasComponent/Cbc4tjqL5/Cbc4tjqL5.js\";import LogoComponentDalrdrop from\"#framer/local/canvasComponent/fOZHs87K1/fOZHs87K1.js\";import LogoComponentManchesterUniversiyu from\"#framer/local/canvasComponent/fUUd2kHWO/fUUd2kHWO.js\";import LogoComponentBackboneVentures from\"#framer/local/canvasComponent/hl5nETE_Y/hl5nETE_Y.js\";import BottomNav from\"#framer/local/canvasComponent/hp1CkxyC8/hp1CkxyC8.js\";import LogoComponent from\"#framer/local/canvasComponent/jnoskAbMn/jnoskAbMn.js\";import ImageWithColour from\"#framer/local/canvasComponent/kqIRPrCHh/kqIRPrCHh.js\";import NavigationCopy from\"#framer/local/canvasComponent/UG4fQ4Jf4/UG4fQ4Jf4.js\";import DynamicGallery from\"#framer/local/canvasComponent/WbkeW3pVw/WbkeW3pVw.js\";import LogoComponentEnerfinity from\"#framer/local/canvasComponent/Z2x77PSGG/Z2x77PSGG.js\";import Button from\"#framer/local/canvasComponent/ZaN_Rnihc/ZaN_Rnihc.js\";import{withScrolledProgress}from\"#framer/local/codeFile/MaxNzYA/ScrollEffects.js\";import*as sharedStyle from\"#framer/local/css/cnwWXxWxy/cnwWXxWxy.js\";import*as sharedStyle3 from\"#framer/local/css/Eed_nTuHk/Eed_nTuHk.js\";import*as sharedStyle2 from\"#framer/local/css/Ky5cIeqM1/Ky5cIeqM1.js\";import*as sharedStyle4 from\"#framer/local/css/RMJoseUoL/RMJoseUoL.js\";import*as sharedStyle1 from\"#framer/local/css/uxPI8RmeE/uxPI8RmeE.js\";import metadataProvider from\"#framer/local/webPageMetadata/Mc44x3kiS/Mc44x3kiS.js\";const NavigationCopyFonts=getFonts(NavigationCopy);const VideoFonts=getFonts(Video);const Video1Fonts=getFonts(Video1);const CarouselFonts=getFonts(Carousel);const Video2Fonts=getFonts(Video2);const Video2WithScrolledProgress=withScrolledProgress(Video2);const TextMovementFonts=getFonts(TextMovement);const TextMovementWithVariantAppearEffect=withVariantAppearEffect(TextMovement);const TextMovementTabletFonts=getFonts(TextMovementTablet);const TextMovementTabletWithVariantAppearEffect=withVariantAppearEffect(TextMovementTablet);const LogoComponentFonts=getFonts(LogoComponent);const LogoComponentEnerfinityFonts=getFonts(LogoComponentEnerfinity);const LogoComponentBackboneVenturesFonts=getFonts(LogoComponentBackboneVentures);const LogoComponentDalrdropFonts=getFonts(LogoComponentDalrdrop);const LogoComponentIBBVenturesFonts=getFonts(LogoComponentIBBVentures);const LogoComponentMinusCarbonFonts=getFonts(LogoComponentMinusCarbon);const LogoComponentManchesterUniversiyuFonts=getFonts(LogoComponentManchesterUniversiyu);const TickerFonts=getFonts(Ticker);const ImageWithColourFonts=getFonts(ImageWithColour);const DynamicGalleryFonts=getFonts(DynamicGallery);const ButtonFonts=getFonts(Button);const BottomNavFonts=getFonts(BottomNav);const breakpoints={aKMJOYRZA:\"(min-width: 810px) and (max-width: 1199px)\",UBkHXl1_t:\"(max-width: 809px)\",Xn5fpbvNH:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-G2vP9\";const variantClassNames={aKMJOYRZA:\"framer-v-1ub15xb\",UBkHXl1_t:\"framer-v-cv2i6t\",Xn5fpbvNH:\"framer-v-1q8gfxn\"};const animation={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition1={bounce:0,delay:.05,duration:3.6,type:\"spring\"};const textEffect={effect:animation,tokenization:\"character\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const transition2={bounce:0,delay:.05,duration:2,type:\"spring\"};const textEffect1={effect:animation,tokenization:\"character\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"Xn5fpbvNH\",Phone:\"UBkHXl1_t\",Tablet:\"aKMJOYRZA\"};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:\"Xn5fpbvNH\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,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-G2vP9`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-G2vP9`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"UBkHXl1_t\")return false;return true;};const elementId=useRouteElementId(\"u2s2I3A6t\");const ref2=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"aKMJOYRZA\")return false;return true;};const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const ref11=React.useRef(null);const ref12=React.useRef(null);const ref13=React.useRef(null);const ref14=React.useRef(null);const ref15=React.useRef(null);const ref16=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"aKMJOYRZA\")return true;return false;};const elementId1=useRouteElementId(\"EamntDi9m\");const elementId2=useRouteElementId(\"fu_xVCwLe\");const elementId3=useRouteElementId(\"GrfqUNRlG\");const elementId4=useRouteElementId(\"ZHZLGGP6D\");const elementId5=useRouteElementId(\"vy1YvU_O9\");const elementId6=useRouteElementId(\"E23uNPvVt\");const elementId7=useRouteElementId(\"sHBno0v0Z\");const elementId8=useRouteElementId(\"EooKVeFpX\");const elementId9=useRouteElementId(\"hRo1E4qkt\");const elementId10=useRouteElementId(\"bSo9GfDLb\");const elementId11=useRouteElementId(\"j2daBCz7G\");const elementId12=useRouteElementId(\"jrXg8JFlG\");const elementId13=useRouteElementId(\"gX9r7dCv6\");const elementId14=useRouteElementId(\"GRR27NLA0\");const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"UBkHXl1_t\")return true;return false;};const elementId15=useRouteElementId(\"j_iKTOyE6\");const ref17=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Xn5fpbvNH\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1q8gfxn\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aKMJOYRZA:{height:60}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nqmqyb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aKMJOYRZA:{style:{height:\"100%\",width:\"100%\"}},UBkHXl1_t:{variant:\"mq1gGK4bx\"}},children:/*#__PURE__*/_jsx(NavigationCopy,{height:\"100%\",id:\"BusHgD1MN\",layoutId:\"BusHgD1MN\",style:{width:\"100%\"},variant:\"dNcWhFqaT\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-141ihak\",\"data-framer-name\":\"Landing Section\",name:\"Landing Section\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11o4tz6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UBkHXl1_t:{poster:\"https://framerusercontent.com/images/TS5rpwzqYpAgNs13PIql6fmMiRA.png\",srcFile:\"https://framerusercontent.com/assets/3o3MskIcWtAvSfQomAXFC8IjSA.mp4\"}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"IV68C1Xde\",isMixedBorderRadius:false,layoutId:\"IV68C1Xde\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/LtbUuDhBSuh1zrOiCLhUmnZN5bw.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/YqhXd2AlEArrP6mdE5KFedkrgP4.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zigel3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UBkHXl1_t:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255))\"},children:\"Decarbonising \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255))\"},children:\"industrial emissions.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1cgbcmg\",\"data-styles-preset\":\"cnwWXxWxy\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255))\"},children:\"Decarbonising \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1d2c467b-9763-4d0b-8ba7-4f615bff0232, rgb(255, 255, 255))\"},children:\"industrial emissions.\"})]})}),className:\"framer-1plfow8\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1xyz9em\",\"data-framer-name\":\"Product Introduction\",name:\"Product Introduction\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1omjudx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UBkHXl1_t:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",children:[\"Cutting edge graphene\",/*#__PURE__*/_jsx(\"br\",{}),\"based membrane technology.\",/*#__PURE__*/_jsx(\"br\",{}),\"Revolutionizing carbon capture.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1cgbcmg\",\"data-styles-preset\":\"cnwWXxWxy\",children:[\"Cutting edge graphene-based membrane technology.\",/*#__PURE__*/_jsx(\"br\",{}),\"Revolutionizing carbon capture.\"]})}),className:\"framer-9yn2av\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ne5l2y\",\"data-framer-name\":\"Key Benefits\",name:\"Key Benefits\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-j4kl5d-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aKMJOYRZA:{fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"columns\"},snapObject:{fluid:false,snap:true,snapEdge:\"start\"}},UBkHXl1_t:{fadeObject:{fadeAlpha:.4,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:100},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:1,widthInset:0,widthType:\"columns\"}}},children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:0,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:20,height:\"100%\",id:\"FGCCfpdl7\",layoutId:\"FGCCfpdl7\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:3,widthInset:0,widthType:\"columns\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gjjpzf\",\"data-framer-name\":\"Easy to maintain\",name:\"Easy to maintain\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2il3x9\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-61lxvu-container\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"adBJ5NwH5\",isMixedBorderRadius:false,layoutId:\"adBJ5NwH5\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/m0DsXoGKZhVpdklAtDp8z9dOr6s.jpg\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/tfFTIrw2Dhpa40z6fRDX5qXp4pc.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lp2cfw\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1egy8wv\",\"data-styles-preset\":\"Eed_nTuHk\",children:\"Easy to maintain.\"})}),className:\"framer-1vyg5cm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"Our simplified capture process relies on a mechanical approach, which is easy to maintain and operate.\"})}),className:\"framer-1aoxx49\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iklbfo\",\"data-framer-name\":\"Lasts Forever\",name:\"Lasts Forever\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n15u31\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1928,intrinsicWidth:3446,pixelHeight:997,pixelWidth:1728,sizes:\"358.55px\",src:\"https://framerusercontent.com/images/unbSl7G644hqULmk72A0qlSF4k.jpg\",srcSet:\"https://framerusercontent.com/images/unbSl7G644hqULmk72A0qlSF4k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/unbSl7G644hqULmk72A0qlSF4k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/unbSl7G644hqULmk72A0qlSF4k.jpg 1728w\"},className:\"framer-1vym212\",\"data-framer-name\":\"CleanShot 2024-10-15 at 21.03.12@2x\",name:\"CleanShot 2024-10-15 at 21.03.12@2x\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cdjjgr\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1egy8wv\",\"data-styles-preset\":\"Eed_nTuHk\",children:\"Lasts forever.\"})}),className:\"framer-bskhb4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(79, 79, 79))\"},children:\"Made from the thinnest and strongest material out there, carbon.\"})}),className:\"framer-1h38biz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10ud5ft\",\"data-framer-name\":\"Save Money\",name:\"Save Money\",children:[/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3},className:\"framer-1qzqpk2\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r6ewm7-container\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"gZqSHqGOL\",isMixedBorderRadius:false,layoutId:\"gZqSHqGOL\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/zsWoAf2NXbj3tUeBPbCeNDcX8.jpg\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/rfPBsO4dwa1M0MbztZ3SlvzwJI.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y7yscx\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1egy8wv\",\"data-styles-preset\":\"Eed_nTuHk\",children:\"Save millions.\"})}),className:\"framer-gzc22s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"No heat costs, no chemicals\u2014just clean, cost-effective, and eco-friendly filtration.\"})}),className:\"framer-8pv4cz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-newwp8\",\"data-framer-name\":\"Regulatory Success\",name:\"Regulatory Success\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:996,pixelWidth:1728,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/7valYqjPZHXzF5ujClnXMCQ90.jpg\"},className:\"framer-hk96kf\",\"data-framer-name\":\"Image\",name:\"Image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12b3igg\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1egy8wv\",\"data-styles-preset\":\"Eed_nTuHk\",children:\"Your link to regulatory success. \"})}),className:\"framer-q8c38c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"Get ready for global policies early before carbon emissions become even more costly.\"})}),className:\"framer-6iasre\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oaerc9 hidden-cv2i6t\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wkysbi\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-j2nklr-container\",children:/*#__PURE__*/_jsx(Video2WithScrolledProgress,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,canvasPlay:false,controls:false,height:\"100%\",id:\"qatMdDKD2\",isMixedBorderRadius:false,layoutId:\"qatMdDKD2\",loop:false,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/5I1AvQC6uC5t1FovUjerN5fuHpw.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:2314,children:/*#__PURE__*/_jsx(Container,{className:\"framer-azp5gh-container hidden-1ub15xb\",children:/*#__PURE__*/_jsx(TextMovementWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:0,ref:ref3,target:\"Z_CM6FNrK\"},{offset:0,ref:ref4,target:\"Kpx0HVOOg\"},{offset:0,ref:ref5,target:\"sjy75ei84\"},{offset:0,ref:ref6,target:\"tIA0yUf1o\"},{offset:0,ref:ref7,target:\"nyljCk3rU\"},{offset:0,ref:ref8,target:\"yDVvjnLQN\"},{offset:0,ref:ref9,target:\"ZXqEyTZYw\"},{offset:0,ref:ref10,target:\"ttwEOTNN1\"},{offset:0,ref:ref11,target:\"SE88_RzyD\"},{offset:0,ref:ref12,target:\"lV1_JVL_t\"},{offset:0,ref:ref13,target:\"KxPPHjmhk\"},{offset:0,ref:ref14,target:\"O4Oc53CML\"},{offset:0,ref:ref15,target:\"PgpTfaZzc\"},{offset:0,ref:ref16,target:\"sHZwMVKy6\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"aKC03fj_M\",layoutId:\"aKC03fj_M\",style:{height:\"100%\",width:\"100%\"},variant:\"Z_CM6FNrK\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aKMJOYRZA:{height:1000.925925925926,width:\"100vw\",y:1900}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-65s3bq-container hidden-1q8gfxn\",children:/*#__PURE__*/_jsx(TextMovementTabletWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:0,ref:ref3,target:\"gGE_lNCcF\"},{offset:0,ref:ref4,target:\"OgNRtQ16L\"},{offset:0,ref:ref5,target:\"RcXETEUsg\"},{offset:0,ref:ref6,target:\"Jj8uAfQob\"},{offset:0,ref:ref7,target:\"a0EMyMOt6\"},{offset:0,ref:ref8,target:\"The0eMMbX\"},{offset:0,ref:ref9,target:\"Vm1B41L8M\"},{offset:0,ref:ref10,target:\"U3XzAmpiq\"},{offset:0,ref:ref11,target:\"I3PRRU_W7\"},{offset:0,ref:ref12,target:\"Vx1LX1k2L\"},{offset:0,ref:ref13,target:\"dJUjBiGAF\"},{offset:0,ref:ref14,target:\"OEteijEcn\"},{offset:0,ref:ref15,target:\"Y6YTeDhSA\"},{offset:0,ref:ref16,target:\"itvYJRQyw\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"W8ByPsX3O\",layoutId:\"W8ByPsX3O\",style:{height:\"100%\",width:\"100%\"},variant:\"gGE_lNCcF\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-de7jaj\",id:elementId1,ref:ref3}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tygir1\",id:elementId2,ref:ref4}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sci1bk\",id:elementId3,ref:ref5}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ssgba\",id:elementId4,ref:ref6}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gf5uzy\",id:elementId5,ref:ref7}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1txmq45\",id:elementId6,ref:ref8}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1inillu\",id:elementId7,ref:ref9}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12k39ox\",id:elementId8,ref:ref10}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-llzssc\",id:elementId9,ref:ref11}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vygjtj\",id:elementId10,ref:ref12}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p5gioc\",id:elementId11,ref:ref13}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xezcdr\",id:elementId12,ref:ref14}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fwuhz4\",id:elementId13,ref:ref15}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lv4j6m\",id:elementId14,ref:ref16})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ngs2x2\",\"data-framer-name\":\"Video 1\",name:\"Video 1\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-p05i6z-container hidden-1q8gfxn hidden-1ub15xb\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"CMDHmlqrB\",isMixedBorderRadius:false,layoutId:\"CMDHmlqrB\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/siL0S11SQ9jCIzbqDVe67mD8A.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-195pse9 hidden-cv2i6t\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",children:\"Partners & Investors\"})}),className:\"framer-4wzqnx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"Our trusted collaborators in making the Meloon dream become a reality. \"})}),className:\"framer-1bukg9z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hajoca-container hidden-cv2i6t\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:96,height:\"100%\",hoverFactor:.2,id:\"Cf09gLyBY\",layoutId:\"Cf09gLyBY\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g65rof-container\",children:/*#__PURE__*/_jsx(LogoComponent,{height:\"100%\",id:\"ze35DlJ4w\",layoutId:\"ze35DlJ4w\",vD5Sl1cOm:addImageAlt({src:\"https://framerusercontent.com/images/z64zNkRS4MuKkelSh5REVAsGn44.png\",srcSet:\"https://framerusercontent.com/images/z64zNkRS4MuKkelSh5REVAsGn44.png?scale-down-to=512 512w,https://framerusercontent.com/images/z64zNkRS4MuKkelSh5REVAsGn44.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/z64zNkRS4MuKkelSh5REVAsGn44.png 1200w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"192px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p4zug6-container\",children:/*#__PURE__*/_jsx(LogoComponentEnerfinity,{height:\"100%\",id:\"FFLWYwmSb\",layoutId:\"FFLWYwmSb\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"192px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-24wujq-container\",children:/*#__PURE__*/_jsx(LogoComponentBackboneVentures,{height:\"100%\",id:\"FTNyIpoe0\",layoutId:\"FTNyIpoe0\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"192px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-iddzkm-container\",children:/*#__PURE__*/_jsx(LogoComponentDalrdrop,{height:\"100%\",id:\"OGYJhqGcu\",layoutId:\"OGYJhqGcu\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dn30es\",\"data-framer-name\":\"Logo Component\",name:\"Logo Component\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"192px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jpctm4-container\",children:/*#__PURE__*/_jsx(LogoComponentIBBVentures,{height:\"100%\",id:\"JrpVOFUWA\",layoutId:\"JrpVOFUWA\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"192px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qj108e-container\",children:/*#__PURE__*/_jsx(LogoComponentMinusCarbon,{height:\"100%\",id:\"JHGZm3_1r\",layoutId:\"JHGZm3_1r\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"191px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qjoy6b-container\",children:/*#__PURE__*/_jsx(LogoComponentManchesterUniversiyu,{height:\"100%\",id:\"TPKiyFWh7\",layoutId:\"TPKiyFWh7\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:35,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bpwgua hidden-1q8gfxn hidden-1ub15xb\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eqyxj6\",\"data-framer-name\":\"1st Story\",name:\"1st Story\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlbGF0aXZlIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"Relative Pro Medium\", \"Relative Pro Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Meet our next generation membrane\"})}),className:\"framer-8nll0v\",fonts:[\"CUSTOM;Relative Pro Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b2ltzt\",\"data-framer-name\":\"1st stack\",name:\"1st stack\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(148, 148, 148))\"},children:\"Our membranes are 300% stronger than currently available membranes. They achieve 10 times more effective filtration, are more heat resistant and last over 10 years. \"})}),className:\"framer-btsqra\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j8viqm hidden-1q8gfxn hidden-1ub15xb\",\"data-framer-name\":\"Video 2\",name:\"Video 2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g6ocpr-container\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"T4UeE4IMQ\",isMixedBorderRadius:false,layoutId:\"T4UeE4IMQ\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/fbRia7N7M3aqCy97HMSU7lrs.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-k4iv6m\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jf7ktl\",\"data-framer-name\":\"1st Story\",name:\"1st Story\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlbGF0aXZlIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"Relative Pro Medium\", \"Relative Pro Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Supported by a 2nd layer\"})}),className:\"framer-1gfhbcu\",fonts:[\"CUSTOM;Relative Pro Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-igjqmk\",\"data-framer-name\":\"1st stack\",name:\"1st stack\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(148, 148, 148))\"},children:\"Our graphene membrane's water-resistant support layer maximizes throughput while minimizing energy use, outperforming standard market membranes.\"})}),className:\"framer-2ek3uw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-keskck\",style:{rotate:180}})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wwwiiw hidden-1q8gfxn hidden-1ub15xb\",\"data-framer-name\":\"Video 3\",name:\"Video 3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ydhlrp-container\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"VN1dqfLtZ\",isMixedBorderRadius:false,layoutId:\"VN1dqfLtZ\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/kBp2RiMqGlXv3KLGhPZX1ydl2go.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zko7rz\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tzfvi6\",\"data-framer-name\":\"1st Story\",name:\"1st Story\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlbGF0aXZlIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"Relative Pro Medium\", \"Relative Pro Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Collected in our proprietary Carbon Capture unit. \"})}),className:\"framer-j754jx\",fonts:[\"CUSTOM;Relative Pro Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cxq26\",\"data-framer-name\":\"1st stack\",name:\"1st stack\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(148, 148, 148))\"},children:\"Seamlessly integrating into your plant to store and use. \"})}),className:\"framer-25o5zd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xuzkr5 hidden-1q8gfxn hidden-1ub15xb\",\"data-framer-name\":\"Partners & Investors\",name:\"Partners & Investors\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mg1r6y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",children:\"Partners & Investors\"})}),className:\"framer-1cgp4n1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"Our trusted collaborators in making the Meloon dream become a reality. \"})}),className:\"framer-glsnkw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-77dix5-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:.2,id:\"i_xoWdNYu\",layoutId:\"i_xoWdNYu\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g65rof-container\",children:/*#__PURE__*/_jsx(LogoComponent,{height:\"100%\",id:\"ze35DlJ4w\",layoutId:\"ze35DlJ4w\",vD5Sl1cOm:addImageAlt({src:\"https://framerusercontent.com/images/z64zNkRS4MuKkelSh5REVAsGn44.png\",srcSet:\"https://framerusercontent.com/images/z64zNkRS4MuKkelSh5REVAsGn44.png?scale-down-to=512 512w,https://framerusercontent.com/images/z64zNkRS4MuKkelSh5REVAsGn44.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/z64zNkRS4MuKkelSh5REVAsGn44.png 1200w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"192px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p4zug6-container\",children:/*#__PURE__*/_jsx(LogoComponentEnerfinity,{height:\"100%\",id:\"FFLWYwmSb\",layoutId:\"FFLWYwmSb\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"192px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-24wujq-container\",children:/*#__PURE__*/_jsx(LogoComponentBackboneVentures,{height:\"100%\",id:\"FTNyIpoe0\",layoutId:\"FTNyIpoe0\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"192px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-iddzkm-container\",children:/*#__PURE__*/_jsx(LogoComponentDalrdrop,{height:\"100%\",id:\"OGYJhqGcu\",layoutId:\"OGYJhqGcu\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dn30es\",\"data-framer-name\":\"Logo Component\",name:\"Logo Component\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"192px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jpctm4-container\",children:/*#__PURE__*/_jsx(LogoComponentIBBVentures,{height:\"100%\",id:\"JrpVOFUWA\",layoutId:\"JrpVOFUWA\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"192px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qj108e-container\",children:/*#__PURE__*/_jsx(LogoComponentMinusCarbon,{height:\"100%\",id:\"JHGZm3_1r\",layoutId:\"JHGZm3_1r\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"191px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qjoy6b-container\",children:/*#__PURE__*/_jsx(LogoComponentManchesterUniversiyu,{height:\"100%\",id:\"TPKiyFWh7\",layoutId:\"TPKiyFWh7\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:35,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19uo7lq\",\"data-framer-name\":\"Advisors & Angels\",name:\"Advisors & Angels\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x2sd3w\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UBkHXl1_t:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",children:\"Advisors & Angels\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",children:\"Advisors & Angels\"})}),className:\"framer-dyx6e9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"Key advisors in making sure our technology succeeds into the future. \"})}),className:\"framer-uy9737\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-f3hlmb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aKMJOYRZA:{sizingObject:{heightInset:0,heightRows:1,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"columns\"}},UBkHXl1_t:{paddingLeft:20,paddingRight:20,sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:1,widthInset:0,widthType:\"stretch\"}}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:20,height:\"100%\",id:\"kyMOFNJWQ\",layoutId:\"kyMOFNJWQ\",padding:20,paddingBottom:0,paddingLeft:40,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:1,heightType:\"auto\",widthColumns:3,widthInset:0,widthType:\"columns\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tayzp2\",children:[/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3},className:\"framer-fjd43g\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:435,children:/*#__PURE__*/_jsx(Container,{className:\"framer-krb8ml-container\",children:/*#__PURE__*/_jsx(ImageWithColour,{height:\"100%\",id:\"FlSvj9iBs\",layoutId:\"FlSvj9iBs\",style:{height:\"100%\",width:\"100%\"},WcJFc_HPU:addImageAlt({positionX:\"53%\",positionY:\"41.3%\",src:\"https://framerusercontent.com/images/LY1vOG4HUFBDrDoSIJbkgjCVU.png\",srcSet:\"https://framerusercontent.com/images/LY1vOG4HUFBDrDoSIJbkgjCVU.png 805w\"},\"\"),width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nq28xp\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1egy8wv\",\"data-styles-preset\":\"Eed_nTuHk\",children:\"Carlos Haertel\"})}),className:\"framer-1iv6tkp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"Pioneering advisor with a Legacy in Carbon Innovation\"})}),className:\"framer-zxrh7n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q9is54\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:450,pixelWidth:800,src:\"https://framerusercontent.com/images/o31BGReoMaFPkUBQlNkL7rnNWY.jpeg\"},className:\"framer-1x9o9am\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:660,children:/*#__PURE__*/_jsx(Container,{className:\"framer-62tzdr-container\",children:/*#__PURE__*/_jsx(ImageWithColour,{height:\"100%\",id:\"S0mwM63Qb\",layoutId:\"S0mwM63Qb\",style:{height:\"100%\",width:\"100%\"},WcJFc_HPU:addImageAlt({positionX:\"38.9%\",positionY:\"29.1%\",src:\"https://framerusercontent.com/images/pczUnkS2rCH8XhxzBzZlcZYhOHc.jpg\",srcSet:\"https://framerusercontent.com/images/pczUnkS2rCH8XhxzBzZlcZYhOHc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pczUnkS2rCH8XhxzBzZlcZYhOHc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pczUnkS2rCH8XhxzBzZlcZYhOHc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/pczUnkS2rCH8XhxzBzZlcZYhOHc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/pczUnkS2rCH8XhxzBzZlcZYhOHc.jpg 4288w\"},\"\"),width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18l4c9v\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1egy8wv\",\"data-styles-preset\":\"Eed_nTuHk\",children:\"Gerrit Koll\"})}),className:\"framer-1wcrdlh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"Engineering excellence with a vision for tomorrow\"})}),className:\"framer-1rhmzuf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fw6pet\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/n8rLvgw4sd5lvoP19W3B3uN0O0.jpeg\"},className:\"framer-1vatu7b\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,children:/*#__PURE__*/_jsx(Container,{className:\"framer-o4j4fs-container\",children:/*#__PURE__*/_jsx(ImageWithColour,{height:\"100%\",id:\"YxEPgbg69\",layoutId:\"YxEPgbg69\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-155yj5p\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1egy8wv\",\"data-styles-preset\":\"Eed_nTuHk\",children:\"Jia Hong Show\"})}),className:\"framer-1mklwkx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"Global innovator fueling the future of sustainable tech\"})}),className:\"framer-egbpza\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-noomol\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/n8rLvgw4sd5lvoP19W3B3uN0O0.jpeg\"},className:\"framer-lpu76y\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,children:/*#__PURE__*/_jsx(Container,{className:\"framer-125lden-container\",children:/*#__PURE__*/_jsx(ImageWithColour,{height:\"100%\",id:\"EZt0gqe7q\",layoutId:\"EZt0gqe7q\",style:{height:\"100%\",width:\"100%\"},WcJFc_HPU:addImageAlt({src:\"https://framerusercontent.com/images/09rOsXqlIJpTMkakJ5ZoALf6twM.jpg\",srcSet:\"https://framerusercontent.com/images/09rOsXqlIJpTMkakJ5ZoALf6twM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/09rOsXqlIJpTMkakJ5ZoALf6twM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/09rOsXqlIJpTMkakJ5ZoALf6twM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/09rOsXqlIJpTMkakJ5ZoALf6twM.jpg 2560w\"},\"\"),width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4k2gc4\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1egy8wv\",\"data-styles-preset\":\"Eed_nTuHk\",children:\"Tobias Wittich\"})}),className:\"framer-111siet\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"Strategic visionary bridging innovation and investment\"})}),className:\"framer-neizr6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})],snapObject:{fluid:true,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ah2gsx\",\"data-framer-name\":\"Our Mission\",name:\"Our Mission\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aKMJOYRZA:{width:\"calc(100vw - 80px)\",y:11743.650626566416},UBkHXl1_t:{height:600,width:\"calc(100vw - 40px)\",y:4530.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:799.4987468671679,width:\"93.3333vw\",y:12157.650626566416,children:/*#__PURE__*/_jsx(Container,{className:\"framer-169klir-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aKMJOYRZA:{variant:\"gRLBr3z3f\"},UBkHXl1_t:{variant:\"d0KADuoWx\"}},children:/*#__PURE__*/_jsx(DynamicGallery,{CAiySduL1:\"Our mission is to help industries decarbonize with scalable carbon capture technologies, enabling sustainable growth.\",height:\"100%\",id:\"mMA7UXXzM\",layoutId:\"mMA7UXXzM\",NrnuE6sM7:\"We use advanced membrane technology to capture CO\u2082 and convert it into sustainable energy or valuable byproducts.\",RC2QyO_c2:\"Meloon\u2019s carbon capture solutions aim to significantly reduce CO\u2082 emissions, accelerating the transition to a net-zero world.\",style:{height:\"100%\",width:\"100%\"},variant:\"LXg3uZXR9\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-51sr1j\",\"data-framer-name\":\"Contact\",id:elementId15,name:\"Contact\",ref:ref17,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dwsk9a\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UBkHXl1_t:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1elvrej\",\"data-styles-preset\":\"Ky5cIeqM1\",children:\"Partner with us.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1mr3wo1\",\"data-styles-preset\":\"uxPI8RmeE\",children:\"Partner with us.\"})}),className:\"framer-stdque\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cearom\",\"data-styles-preset\":\"RMJoseUoL\",style:{\"--framer-text-color\":\"var(--token-d90653e9-0107-4169-bbda-d4243cab2618, rgb(105, 105, 105))\"},children:\"Join the next stage of the green transition.\"})}),className:\"framer-10cxix6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aKMJOYRZA:{y:12938.699999999999},UBkHXl1_t:{y:5421.1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"127px\",y:13352.699999999999,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19ibirq-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"DQPUsOgH6\",jWVZYZmV_:\"Send us an email\",layoutId:\"DQPUsOgH6\",style:{height:\"100%\",width:\"100%\"},variant:\"QbeEka3qv\",width:\"100%\",y0uLBicnA:\"hello@meloon.de\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aKMJOYRZA:{y:13143.4},UBkHXl1_t:{y:5630.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:406,width:\"100vw\",y:13557.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nmv3v0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aKMJOYRZA:{variant:\"lu9D9fCB_\"},UBkHXl1_t:{variant:\"yoYXrCg2L\"}},children:/*#__PURE__*/_jsx(BottomNav,{height:\"100%\",id:\"rml8V9rab\",layoutId:\"rml8V9rab\",style:{width:\"100%\"},variant:\"EUivDkvPC\",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-G2vP9 { background: rgb(255, 255, 255); }`,\".framer-G2vP9.framer-1g1npyn, .framer-G2vP9 .framer-1g1npyn { display: block; }\",\".framer-G2vP9.framer-1q8gfxn { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-G2vP9 .framer-1nqmqyb-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 4; }\",\".framer-G2vP9 .framer-141ihak { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: 100vh; justify-content: center; overflow: visible; padding: 100px; position: relative; width: 100%; z-index: 2; }\",\".framer-G2vP9 .framer-11o4tz6-container { flex: none; height: 108%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(45.98997493734338% - 108.02005012531328% / 2); width: 100%; z-index: 0; }\",\".framer-G2vP9 .framer-zigel3 { align-content: center; align-items: center; bottom: 111px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 64px; overflow: visible; padding: 0px; position: absolute; width: 500px; z-index: 1; }\",\".framer-G2vP9 .framer-1plfow8, .framer-G2vP9 .framer-9yn2av { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-G2vP9 .framer-1xyz9em { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: 40vh; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 40px; position: relative; width: 100%; z-index: 2; }\",\".framer-G2vP9 .framer-1omjudx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 91%; }\",\".framer-G2vP9 .framer-ne5l2y { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 85vh; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 40px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-j4kl5d-container, .framer-G2vP9 .framer-f3hlmb-container, .framer-G2vP9 .framer-1nmv3v0-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-gjjpzf, .framer-G2vP9 .framer-iklbfo, .framer-G2vP9 .framer-10ud5ft { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 676px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 355px; }\",\".framer-G2vP9 .framer-2il3x9, .framer-G2vP9 .framer-1n15u31 { background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 516px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-G2vP9 .framer-61lxvu-container { bottom: 0px; flex: none; left: 0px; opacity: 0.93; position: absolute; right: 0px; top: 0px; }\",\".framer-G2vP9 .framer-1lp2cfw, .framer-G2vP9 .framer-cdjjgr, .framer-G2vP9 .framer-y7yscx, .framer-G2vP9 .framer-12b3igg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 130px; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-1vyg5cm, .framer-G2vP9 .framer-bskhb4, .framer-G2vP9 .framer-gzc22s, .framer-G2vP9 .framer-q8c38c, .framer-G2vP9 .framer-1iv6tkp, .framer-G2vP9 .framer-1wcrdlh, .framer-G2vP9 .framer-1mklwkx, .framer-G2vP9 .framer-111siet { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-G2vP9 .framer-1aoxx49, .framer-G2vP9 .framer-1h38biz, .framer-G2vP9 .framer-8pv4cz, .framer-G2vP9 .framer-6iasre, .framer-G2vP9 .framer-1bukg9z, .framer-G2vP9 .framer-glsnkw, .framer-G2vP9 .framer-uy9737, .framer-G2vP9 .framer-1rhmzuf, .framer-G2vP9 .framer-egbpza, .framer-G2vP9 .framer-neizr6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-G2vP9 .framer-1vym212 { flex: none; height: 101%; left: calc(50.14084507042256% - 101% / 2); opacity: 0.92; overflow: visible; position: absolute; top: calc(50.00000000000002% - 101% / 2); width: 101%; }\",\".framer-G2vP9 .framer-1qzqpk2 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 516px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-G2vP9 .framer-r6ewm7-container { flex: 1 0 0px; height: 1px; opacity: 0.92; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-newwp8 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 676px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 346px; }\",\".framer-G2vP9 .framer-hk96kf { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 516px; justify-content: center; opacity: 0.92; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-G2vP9 .framer-oaerc9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 900vh; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-wkysbi { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-G2vP9 .framer-j2nklr-container { flex: none; height: 100%; position: relative; width: 100%; z-index: -1; }\",\".framer-G2vP9 .framer-azp5gh-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-G2vP9 .framer-65s3bq-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-G2vP9 .framer-de7jaj { background-color: #ffffff; flex: none; height: 1%; overflow: hidden; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-1tygir1, .framer-G2vP9 .framer-12k39ox, .framer-G2vP9 .framer-1vygjtj { background-color: #ffffff; flex: none; height: 5%; overflow: hidden; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-sci1bk, .framer-G2vP9 .framer-8ssgba, .framer-G2vP9 .framer-1gf5uzy, .framer-G2vP9 .framer-1txmq45, .framer-G2vP9 .framer-1fwuhz4 { background-color: #ffffff; flex: none; height: 3%; overflow: hidden; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-1inillu { background-color: #ffffff; flex: none; height: 12%; overflow: hidden; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-llzssc { background-color: #ffffff; flex: none; height: 4%; overflow: hidden; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-p5gioc { background-color: #ffffff; flex: none; height: 6%; overflow: hidden; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-xezcdr { background-color: #ffffff; flex: none; height: 9%; overflow: hidden; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-1lv4j6m { background-color: #ffffff; flex: none; height: 30%; overflow: hidden; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-ngs2x2 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 350px; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-p05i6z-container { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-195pse9, .framer-G2vP9 .framer-1mg1r6y, .framer-G2vP9 .framer-x2sd3w { 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-G2vP9 .framer-4wzqnx, .framer-G2vP9 .framer-1cgp4n1, .framer-G2vP9 .framer-dyx6e9, .framer-G2vP9 .framer-stdque, .framer-G2vP9 .framer-10cxix6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-G2vP9 .framer-1hajoca-container, .framer-G2vP9 .framer-77dix5-container { flex: none; height: 155px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-g65rof-container { height: auto; position: relative; width: auto; }\",\".framer-G2vP9 .framer-1p4zug6-container, .framer-G2vP9 .framer-24wujq-container, .framer-G2vP9 .framer-iddzkm-container, .framer-G2vP9 .framer-qj108e-container { height: 100px; position: relative; width: 192px; }\",\".framer-G2vP9 .framer-1dn30es { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 192px; }\",\".framer-G2vP9 .framer-1jpctm4-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-G2vP9 .framer-qjoy6b-container { height: 100px; position: relative; width: 191px; }\",\".framer-G2vP9 .framer-1bpwgua { background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 84.53160191441441%, rgba(255, 255, 255, 0) 100%); flex: none; height: 221px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-G2vP9 .framer-1eqyxj6, .framer-G2vP9 .framer-1tzfvi6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px 20px 0px 20px; position: absolute; right: 0px; top: 51%; transform: translateY(-50%); }\",\".framer-G2vP9 .framer-8nll0v, .framer-G2vP9 .framer-btsqra, .framer-G2vP9 .framer-1gfhbcu, .framer-G2vP9 .framer-2ek3uw, .framer-G2vP9 .framer-j754jx, .framer-G2vP9 .framer-25o5zd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-G2vP9 .framer-b2ltzt, .framer-G2vP9 .framer-igjqmk, .framer-G2vP9 .framer-1cxq26 { -webkit-backdrop-filter: blur(0px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(0px); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-j8viqm { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 70vh; justify-content: center; overflow: hidden; padding: 1px 0px 1px 0px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-1g6ocpr-container { bottom: 65px; flex: none; height: 304px; left: calc(50.00000000000002% - 100% / 2); position: absolute; width: 100%; z-index: 1; }\",\".framer-G2vP9 .framer-k4iv6m { background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 84.53160191441441%, rgba(255, 255, 255, 0) 100%); flex: none; height: 143px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 20px; z-index: 1; }\",\".framer-G2vP9 .framer-1jf7ktl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px 20px 0px 20px; position: absolute; right: 0px; top: 15px; }\",\".framer-G2vP9 .framer-keskck { background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 84.53160191441441%, rgba(255, 255, 255, 0) 100%); bottom: -114px; flex: none; height: 143px; left: 0px; overflow: hidden; position: absolute; right: 0px; z-index: 1; }\",\".framer-G2vP9 .framer-wwwiiw { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 85vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-ydhlrp-container { bottom: 50px; flex: none; height: 384px; left: calc(50.00000000000002% - 100% / 2); position: absolute; width: 100%; z-index: 1; }\",\".framer-G2vP9 .framer-zko7rz { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1.8018018018018018%, rgba(255, 255, 255, 0.8) 24.324324324324326%, rgb(255, 255, 255) 46.28554335585586%, rgba(255, 255, 255, 0.98) 74.22578828828829%, rgba(255, 255, 255, 0) 100%); flex: none; height: 221px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-G2vP9 .framer-1xuzkr5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 40vh; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-19uo7lq { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-tayzp2, .framer-G2vP9 .framer-1q9is54, .framer-G2vP9 .framer-1fw6pet, .framer-G2vP9 .framer-noomol { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 575px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-G2vP9 .framer-fjd43g { -webkit-filter: grayscale(1); align-content: center; align-items: center; align-self: stretch; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; filter: grayscale(1); flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 435px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-G2vP9 .framer-krb8ml-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-nq28xp, .framer-G2vP9 .framer-18l4c9v, .framer-G2vP9 .framer-155yj5p, .framer-G2vP9 .framer-4k2gc4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 436px; }\",\".framer-G2vP9 .framer-zxrh7n { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; overflow: visible; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-1x9o9am, .framer-G2vP9 .framer-1vatu7b, .framer-G2vP9 .framer-lpu76y { -webkit-filter: grayscale(1); align-self: stretch; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; filter: grayscale(1); flex: none; height: 435px; overflow: hidden; position: relative; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-G2vP9 .framer-62tzdr-container { flex: none; height: 152%; left: 0px; position: absolute; top: 0px; width: 103%; }\",\".framer-G2vP9 .framer-o4j4fs-container { flex: none; height: 129%; left: -6px; position: absolute; top: -22px; width: 103%; }\",\".framer-G2vP9 .framer-125lden-container { flex: none; height: 129%; left: -6px; position: absolute; top: -32px; width: 103%; }\",\".framer-G2vP9 .framer-ah2gsx { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-169klir-container { flex: none; height: 79.9498746867168vh; position: relative; width: 93%; }\",\".framer-G2vP9 .framer-51sr1j { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 50vh; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-1dwsk9a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G2vP9 .framer-19ibirq-container { flex: none; height: 36px; position: relative; width: 127px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-G2vP9.framer-1q8gfxn, .framer-G2vP9 .framer-141ihak, .framer-G2vP9 .framer-zigel3, .framer-G2vP9 .framer-1xyz9em, .framer-G2vP9 .framer-1omjudx, .framer-G2vP9 .framer-ne5l2y, .framer-G2vP9 .framer-gjjpzf, .framer-G2vP9 .framer-1lp2cfw, .framer-G2vP9 .framer-iklbfo, .framer-G2vP9 .framer-cdjjgr, .framer-G2vP9 .framer-10ud5ft, .framer-G2vP9 .framer-1qzqpk2, .framer-G2vP9 .framer-y7yscx, .framer-G2vP9 .framer-newwp8, .framer-G2vP9 .framer-hk96kf, .framer-G2vP9 .framer-12b3igg, .framer-G2vP9 .framer-oaerc9, .framer-G2vP9 .framer-wkysbi, .framer-G2vP9 .framer-ngs2x2, .framer-G2vP9 .framer-195pse9, .framer-G2vP9 .framer-1dn30es, .framer-G2vP9 .framer-1eqyxj6, .framer-G2vP9 .framer-b2ltzt, .framer-G2vP9 .framer-j8viqm, .framer-G2vP9 .framer-1jf7ktl, .framer-G2vP9 .framer-igjqmk, .framer-G2vP9 .framer-wwwiiw, .framer-G2vP9 .framer-1tzfvi6, .framer-G2vP9 .framer-1cxq26, .framer-G2vP9 .framer-1xuzkr5, .framer-G2vP9 .framer-1mg1r6y, .framer-G2vP9 .framer-19uo7lq, .framer-G2vP9 .framer-x2sd3w, .framer-G2vP9 .framer-tayzp2, .framer-G2vP9 .framer-fjd43g, .framer-G2vP9 .framer-nq28xp, .framer-G2vP9 .framer-1q9is54, .framer-G2vP9 .framer-18l4c9v, .framer-G2vP9 .framer-1fw6pet, .framer-G2vP9 .framer-155yj5p, .framer-G2vP9 .framer-noomol, .framer-G2vP9 .framer-4k2gc4, .framer-G2vP9 .framer-ah2gsx, .framer-G2vP9 .framer-51sr1j, .framer-G2vP9 .framer-1dwsk9a { gap: 0px; } .framer-G2vP9.framer-1q8gfxn > *, .framer-G2vP9 .framer-zigel3 > *, .framer-G2vP9 .framer-ne5l2y > *, .framer-G2vP9 .framer-1lp2cfw > *, .framer-G2vP9 .framer-cdjjgr > *, .framer-G2vP9 .framer-y7yscx > *, .framer-G2vP9 .framer-12b3igg > *, .framer-G2vP9 .framer-195pse9 > *, .framer-G2vP9 .framer-b2ltzt > *, .framer-G2vP9 .framer-igjqmk > *, .framer-G2vP9 .framer-1cxq26 > *, .framer-G2vP9 .framer-1mg1r6y > *, .framer-G2vP9 .framer-x2sd3w > *, .framer-G2vP9 .framer-nq28xp > *, .framer-G2vP9 .framer-18l4c9v > *, .framer-G2vP9 .framer-155yj5p > *, .framer-G2vP9 .framer-4k2gc4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-G2vP9.framer-1q8gfxn > :first-child, .framer-G2vP9 .framer-zigel3 > :first-child, .framer-G2vP9 .framer-1omjudx > :first-child, .framer-G2vP9 .framer-ne5l2y > :first-child, .framer-G2vP9 .framer-gjjpzf > :first-child, .framer-G2vP9 .framer-1lp2cfw > :first-child, .framer-G2vP9 .framer-iklbfo > :first-child, .framer-G2vP9 .framer-cdjjgr > :first-child, .framer-G2vP9 .framer-10ud5ft > :first-child, .framer-G2vP9 .framer-1qzqpk2 > :first-child, .framer-G2vP9 .framer-y7yscx > :first-child, .framer-G2vP9 .framer-newwp8 > :first-child, .framer-G2vP9 .framer-hk96kf > :first-child, .framer-G2vP9 .framer-12b3igg > :first-child, .framer-G2vP9 .framer-oaerc9 > :first-child, .framer-G2vP9 .framer-ngs2x2 > :first-child, .framer-G2vP9 .framer-195pse9 > :first-child, .framer-G2vP9 .framer-1eqyxj6 > :first-child, .framer-G2vP9 .framer-b2ltzt > :first-child, .framer-G2vP9 .framer-j8viqm > :first-child, .framer-G2vP9 .framer-1jf7ktl > :first-child, .framer-G2vP9 .framer-igjqmk > :first-child, .framer-G2vP9 .framer-wwwiiw > :first-child, .framer-G2vP9 .framer-1tzfvi6 > :first-child, .framer-G2vP9 .framer-1cxq26 > :first-child, .framer-G2vP9 .framer-1xuzkr5 > :first-child, .framer-G2vP9 .framer-1mg1r6y > :first-child, .framer-G2vP9 .framer-19uo7lq > :first-child, .framer-G2vP9 .framer-x2sd3w > :first-child, .framer-G2vP9 .framer-tayzp2 > :first-child, .framer-G2vP9 .framer-fjd43g > :first-child, .framer-G2vP9 .framer-nq28xp > :first-child, .framer-G2vP9 .framer-1q9is54 > :first-child, .framer-G2vP9 .framer-18l4c9v > :first-child, .framer-G2vP9 .framer-1fw6pet > :first-child, .framer-G2vP9 .framer-155yj5p > :first-child, .framer-G2vP9 .framer-noomol > :first-child, .framer-G2vP9 .framer-4k2gc4 > :first-child, .framer-G2vP9 .framer-51sr1j > :first-child, .framer-G2vP9 .framer-1dwsk9a > :first-child { margin-top: 0px; } .framer-G2vP9.framer-1q8gfxn > :last-child, .framer-G2vP9 .framer-zigel3 > :last-child, .framer-G2vP9 .framer-1omjudx > :last-child, .framer-G2vP9 .framer-ne5l2y > :last-child, .framer-G2vP9 .framer-gjjpzf > :last-child, .framer-G2vP9 .framer-1lp2cfw > :last-child, .framer-G2vP9 .framer-iklbfo > :last-child, .framer-G2vP9 .framer-cdjjgr > :last-child, .framer-G2vP9 .framer-10ud5ft > :last-child, .framer-G2vP9 .framer-1qzqpk2 > :last-child, .framer-G2vP9 .framer-y7yscx > :last-child, .framer-G2vP9 .framer-newwp8 > :last-child, .framer-G2vP9 .framer-hk96kf > :last-child, .framer-G2vP9 .framer-12b3igg > :last-child, .framer-G2vP9 .framer-oaerc9 > :last-child, .framer-G2vP9 .framer-ngs2x2 > :last-child, .framer-G2vP9 .framer-195pse9 > :last-child, .framer-G2vP9 .framer-1eqyxj6 > :last-child, .framer-G2vP9 .framer-b2ltzt > :last-child, .framer-G2vP9 .framer-j8viqm > :last-child, .framer-G2vP9 .framer-1jf7ktl > :last-child, .framer-G2vP9 .framer-igjqmk > :last-child, .framer-G2vP9 .framer-wwwiiw > :last-child, .framer-G2vP9 .framer-1tzfvi6 > :last-child, .framer-G2vP9 .framer-1cxq26 > :last-child, .framer-G2vP9 .framer-1xuzkr5 > :last-child, .framer-G2vP9 .framer-1mg1r6y > :last-child, .framer-G2vP9 .framer-19uo7lq > :last-child, .framer-G2vP9 .framer-x2sd3w > :last-child, .framer-G2vP9 .framer-tayzp2 > :last-child, .framer-G2vP9 .framer-fjd43g > :last-child, .framer-G2vP9 .framer-nq28xp > :last-child, .framer-G2vP9 .framer-1q9is54 > :last-child, .framer-G2vP9 .framer-18l4c9v > :last-child, .framer-G2vP9 .framer-1fw6pet > :last-child, .framer-G2vP9 .framer-155yj5p > :last-child, .framer-G2vP9 .framer-noomol > :last-child, .framer-G2vP9 .framer-4k2gc4 > :last-child, .framer-G2vP9 .framer-51sr1j > :last-child, .framer-G2vP9 .framer-1dwsk9a > :last-child { margin-bottom: 0px; } .framer-G2vP9 .framer-141ihak > *, .framer-G2vP9 .framer-1xyz9em > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-G2vP9 .framer-141ihak > :first-child, .framer-G2vP9 .framer-1xyz9em > :first-child, .framer-G2vP9 .framer-wkysbi > :first-child, .framer-G2vP9 .framer-1dn30es > :first-child, .framer-G2vP9 .framer-ah2gsx > :first-child { margin-left: 0px; } .framer-G2vP9 .framer-141ihak > :last-child, .framer-G2vP9 .framer-1xyz9em > :last-child, .framer-G2vP9 .framer-wkysbi > :last-child, .framer-G2vP9 .framer-1dn30es > :last-child, .framer-G2vP9 .framer-ah2gsx > :last-child { margin-right: 0px; } .framer-G2vP9 .framer-1omjudx > *, .framer-G2vP9 .framer-oaerc9 > *, .framer-G2vP9 .framer-1dwsk9a > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-G2vP9 .framer-gjjpzf > *, .framer-G2vP9 .framer-iklbfo > *, .framer-G2vP9 .framer-10ud5ft > *, .framer-G2vP9 .framer-newwp8 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-G2vP9 .framer-1qzqpk2 > *, .framer-G2vP9 .framer-hk96kf > *, .framer-G2vP9 .framer-fjd43g > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-G2vP9 .framer-wkysbi > *, .framer-G2vP9 .framer-1dn30es > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-G2vP9 .framer-ngs2x2 > *, .framer-G2vP9 .framer-j8viqm > *, .framer-G2vP9 .framer-wwwiiw > *, .framer-G2vP9 .framer-1xuzkr5 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-G2vP9 .framer-1eqyxj6 > *, .framer-G2vP9 .framer-1jf7ktl > *, .framer-G2vP9 .framer-1tzfvi6 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-G2vP9 .framer-19uo7lq > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-G2vP9 .framer-tayzp2 > *, .framer-G2vP9 .framer-1q9is54 > *, .framer-G2vP9 .framer-1fw6pet > *, .framer-G2vP9 .framer-noomol > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-G2vP9 .framer-ah2gsx > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-G2vP9 .framer-51sr1j > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-G2vP9 { background: rgb(255, 255, 255); } .framer-G2vP9.framer-1q8gfxn { width: 810px; } .framer-G2vP9 .framer-1nqmqyb-container { height: 6vh; } .framer-G2vP9 .framer-141ihak { align-content: flex-end; align-items: flex-end; gap: 45px; height: 90vh; justify-content: flex-start; padding: 0px 0px 40px 40px; } .framer-G2vP9 .framer-11o4tz6-container { height: 100%; top: calc(50.46296296296299% - 100% / 2); } .framer-G2vP9 .framer-zigel3 { bottom: unset; left: unset; position: relative; } .framer-G2vP9 .framer-1xyz9em { height: 30vh; } .framer-G2vP9 .framer-1omjudx { width: 90%; } .framer-G2vP9 .framer-ne5l2y { height: 64vh; } .framer-G2vP9 .framer-wkysbi { align-content: flex-end; align-items: flex-end; justify-content: center; } .framer-G2vP9 .framer-j2nklr-container { height: 100%; } .framer-G2vP9 .framer-ah2gsx { justify-content: flex-start; padding: 0px 40px 0px 40px; } .framer-G2vP9 .framer-169klir-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-G2vP9 .framer-141ihak { gap: 0px; } .framer-G2vP9 .framer-141ihak > * { margin: 0px; margin-left: calc(45px / 2); margin-right: calc(45px / 2); } .framer-G2vP9 .framer-141ihak > :first-child { margin-left: 0px; } .framer-G2vP9 .framer-141ihak > :last-child { margin-right: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-G2vP9 { background: rgb(255, 255, 255); } .framer-G2vP9.framer-1q8gfxn { width: 390px; } .framer-G2vP9 .framer-1nqmqyb-container { z-index: 10; } .framer-G2vP9 .framer-141ihak { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 0px 0px 0px 20px; } .framer-G2vP9 .framer-11o4tz6-container { height: 109%; top: calc(45.49763033175358% - 109.00473933649289% / 2); } .framer-G2vP9 .framer-zigel3 { bottom: unset; left: unset; position: relative; width: 308px; } .framer-G2vP9 .framer-1plfow8, .framer-G2vP9 .framer-1g6ocpr-container { order: 0; } .framer-G2vP9 .framer-1xyz9em { align-content: flex-start; align-items: flex-start; flex-direction: column; height: min-content; padding: 20px; } .framer-G2vP9 .framer-ne5l2y { height: min-content; padding: 20px; } .framer-G2vP9 .framer-ngs2x2 { height: 80vh; padding: 0px; } .framer-G2vP9 .framer-k4iv6m { order: 3; } .framer-G2vP9 .framer-keskck { order: 4; } .framer-G2vP9 .framer-19uo7lq { gap: 48px; } .framer-G2vP9 .framer-x2sd3w { padding: 0px 20px 0px 20px; } .framer-G2vP9 .framer-ah2gsx { flex-direction: column; height: 60vh; padding: 0px 20px 0px 20px; } .framer-G2vP9 .framer-169klir-container { flex: 1 0 0px; height: 1px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-G2vP9 .framer-141ihak, .framer-G2vP9 .framer-1xyz9em, .framer-G2vP9 .framer-19uo7lq, .framer-G2vP9 .framer-ah2gsx { gap: 0px; } .framer-G2vP9 .framer-141ihak > *, .framer-G2vP9 .framer-1xyz9em > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-G2vP9 .framer-141ihak > :first-child, .framer-G2vP9 .framer-1xyz9em > :first-child, .framer-G2vP9 .framer-19uo7lq > :first-child, .framer-G2vP9 .framer-ah2gsx > :first-child { margin-top: 0px; } .framer-G2vP9 .framer-141ihak > :last-child, .framer-G2vP9 .framer-1xyz9em > :last-child, .framer-G2vP9 .framer-19uo7lq > :last-child, .framer-G2vP9 .framer-ah2gsx > :last-child { margin-bottom: 0px; } .framer-G2vP9 .framer-19uo7lq > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-G2vP9 .framer-ah2gsx > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11690\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aKMJOYRZA\":{\"layout\":[\"fixed\",\"auto\"]},\"UBkHXl1_t\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerMc44x3kiS=withCSS(Component,css,\"framer-G2vP9\");export default FramerMc44x3kiS;FramerMc44x3kiS.displayName=\"Home\";FramerMc44x3kiS.defaultProps={height:11690,width:1200};addFonts(FramerMc44x3kiS,[{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:\"Relative Pro Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/4I0xKUsVvMFWZhmNYRvYdUK0Vv4.woff2\"}]},...NavigationCopyFonts,...VideoFonts,...Video1Fonts,...CarouselFonts,...Video2Fonts,...TextMovementFonts,...TextMovementTabletFonts,...LogoComponentFonts,...LogoComponentEnerfinityFonts,...LogoComponentBackboneVenturesFonts,...LogoComponentDalrdropFonts,...LogoComponentIBBVenturesFonts,...LogoComponentMinusCarbonFonts,...LogoComponentManchesterUniversiyuFonts,...TickerFonts,...ImageWithColourFonts,...DynamicGalleryFonts,...ButtonFonts,...BottomNavFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMc44x3kiS\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aKMJOYRZA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UBkHXl1_t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"11690\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "isMotionValue", "v", "MotionValue", "useAutoMotionValue", "inputValue", "options", "optionsRef", "pe", "animation", "didInitialMount", "isOnCanvas", "RenderTarget", "onChangeDeps", "onChange", "te", "transformer", "value", "ref", "value1", "useConstant", "isMotionValue", "motionValue", "ref1", "newValue", "ref2", "animate2", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "X", "srcType", "srcFile", "srcUrl", "playing", "canvasPlay", "muted", "playsinline", "controls", "progress", "objectFit", "backgroundColor", "radius", "isMixed", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "restartOnEnter", "posterEnabled", "startTimeProp", "volume", "loop", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "videoRef", "pe", "isSafari", "useIsBrowserSafari", "requestingPlay", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "startTime", "shouldPlay", "autoPlay", "se", "isMuted", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "videoProgress", "useAutoMotionValue", "value", "newValue", "useOnChange", "val", "useOnEnter", "useOnExit", "src", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "css", "FramerbbPCKYG1U", "withCSS", "bbPCKYG1U_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerbgZQg6PUA", "withCSS", "bgZQg6PUA_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "Framerbv53aMPRJ", "withCSS", "bv53aMPRJ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FramerCbc4tjqL5", "withCSS", "Cbc4tjqL5_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FramerfOZHs87K1", "withCSS", "fOZHs87K1_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FramerfUUd2kHWO", "withCSS", "fUUd2kHWO_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "Framerhl5nETE_Y", "withCSS", "hl5nETE_Y_default", "addFonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "vD5Sl1cOm", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "MotionDivWithFXWithOptimizedAppearEffect", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "css", "FramerjnoskAbMn", "withCSS", "jnoskAbMn_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "WcJFc_HPU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerkqIRPrCHh", "withCSS", "kqIRPrCHh_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFX", "withFX", "Image2", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "image2", "image3", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "mQVflojCe", "vGKS4_M0K", "wpSrjnzJr", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "getLoadingLazyAtYPosition", "cx", "css", "FramerFXH377q6f", "withCSS", "FXH377q6f_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click18", "height", "id", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "KU1vuZqSH", "QqKF05aVV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap37yusy", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramersZ7qOZ1ve", "withCSS", "sZ7qOZ1ve_default", "addPropertyControls", "ControlType", "addFonts", "PillFonts", "getFonts", "sZ7qOZ1ve_default", "HoverImageFonts", "FXH377q6f_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "transformTemplate1", "_", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "content", "content2", "content3", "height", "id", "image1", "image2", "image3", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kuB8DXCoC", "B5eYcEent", "i_1zzuj8b", "RC2QyO_c2", "NrnuE6sM7", "CAiySduL1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "QqKF05aVV12669ps", "args", "QqKF05aVVmsz24f", "QqKF05aVV1n4gq8t", "QqKF05aVV1t5am0u", "QqKF05aVV1hzm9ey", "QqKF05aVVjyjrmt", "QqKF05aVV19ffc8e", "QqKF05aVVhtg026", "QqKF05aVV10kiwu3", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "cx", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "RichText2", "css", "FramerWbkeW3pVw", "withCSS", "WbkeW3pVw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FramerZ2x77PSGG", "withCSS", "Z2x77PSGG_default", "addFonts", "t", "isObject", "e", "e", "global", "a", "t", "f", "l", "r", "o", "s", "b", "r", "t", "b", "now", "o", "r", "e", "trimmedEndIndex", "t", "a", "e", "t", "s", "baseTrim", "i", "r", "b", "o", "v", "t", "a", "v", "e", "o", "n", "getRawTag$1", "i", "c", "g", "l", "objectToString$1", "b", "u", "d", "j", "T", "p", "s", "S", "baseGetTag", "f", "e", "isObjectLike", "t", "e", "t", "f", "m", "s", "isSymbol", "o", "b", "i", "o", "a", "e", "s", "b", "f", "m", "p", "u", "v", "toNumber", "n", "r", "global", "t", "o", "e", "u", "a", "n", "d", "f", "c", "debounce", "i", "m", "s", "v", "p", "g", "b", "h", "j", "invokeFunc", "leadingEdge", "timerExpired", "remainingWait", "shouldInvoke", "trailingEdge", "cancel", "flush", "debounced", "l", "i", "o", "l", "e", "n", "throttle", "t", "r", "a", "m", "withScrolledProgress", "Component", "props", "scrollY", "useScroll", "viewportHeight", "setViewportHeight", "ye", "window", "startY", "endY", "progress", "useTransform", "p", "NavigationCopyFonts", "getFonts", "UG4fQ4Jf4_default", "VideoFonts", "Video", "Video1Fonts", "CarouselFonts", "Carousel", "Video2Fonts", "Video2WithScrolledProgress", "withScrolledProgress", "TextMovementFonts", "bv53aMPRJ_default", "TextMovementWithVariantAppearEffect", "withVariantAppearEffect", "TextMovementTabletFonts", "bbPCKYG1U_default", "TextMovementTabletWithVariantAppearEffect", "LogoComponentFonts", "jnoskAbMn_default", "LogoComponentEnerfinityFonts", "Z2x77PSGG_default", "LogoComponentBackboneVenturesFonts", "hl5nETE_Y_default", "LogoComponentDalrdropFonts", "fOZHs87K1_default", "LogoComponentIBBVenturesFonts", "bgZQg6PUA_default", "LogoComponentMinusCarbonFonts", "Cbc4tjqL5_default", "LogoComponentManchesterUniversiyuFonts", "fUUd2kHWO_default", "TickerFonts", "Ticker", "ImageWithColourFonts", "kqIRPrCHh_default", "DynamicGalleryFonts", "WbkeW3pVw_default", "ButtonFonts", "ZaN_Rnihc_default", "BottomNavFonts", "hp1CkxyC8_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "textEffect", "transition2", "textEffect1", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "elementId", "useRouteElementId", "ref2", "isDisplayed1", "ref3", "ref4", "ref5", "ref6", "ref7", "ref8", "ref9", "ref10", "ref11", "ref12", "ref13", "ref14", "ref15", "ref16", "isDisplayed2", "elementId1", "elementId2", "elementId3", "elementId4", "elementId5", "elementId6", "elementId7", "elementId8", "elementId9", "elementId10", "elementId11", "elementId12", "elementId13", "elementId14", "isDisplayed3", "elementId15", "ref17", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Container", "x", "RichText2", "Image2", "css", "FramerMc44x3kiS", "withCSS", "Mc44x3kiS_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
