{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/GEUTVtWgPKTlXPMKV7F2/LZmQBb3wuXuMYyAT9Ij1/withMouseParallax.js", "ssg:https://framerusercontent.com/modules/zJY7dQkJcPN2DzNzHZJg/tkansqVIH9D8oIuZW532/SxaKy92B_.js", "ssg:https://framerusercontent.com/modules/fCOn8ijG5w8fZkKGvDa3/q2WUZA0WlfXpREDF6bzH/P60YtaP7K.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion,useMotionValue,useSpring}from\"framer-motion\";import{useEffect,useRef,useState}from\"react\";export function withMouseParallax(Component){return props=>{const wrapperRef=useRef(null);const[enabled,setEnabled]=useState(false);const posX=useMotionValue(0);const posY=useMotionValue(0);const elScale=useMotionValue(0);const springValue={damping:40,mass:1,stiffness:500};const x=useSpring(posX,springValue);const y=useSpring(posY,springValue);const scale=useSpring(elScale,springValue);const offsetFactor=4;const onMouseMove=e=>{var _wrapperRef_current;const rect=(_wrapperRef_current=wrapperRef.current)===null||_wrapperRef_current===void 0?void 0:_wrapperRef_current.getBoundingClientRect();x.set((e.clientX-rect.left-rect.width/2)/offsetFactor);y.set((e.clientY-rect.top-rect.height/2)/offsetFactor);};const onMouseOver=()=>{scale.set(1);};const onMouseOut=()=>{scale.set(0);};useEffect(()=>{if(window.matchMedia(\"(pointer: fine)\").matches){setEnabled(true);}else{setEnabled(false);}});return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style},onMouseOver:enabled?onMouseOver:undefined,onMouseOut:enabled?onMouseOut:undefined,onMouseMove:enabled?onMouseMove:undefined,children:/*#__PURE__*/_jsx(motion.div,{ref:wrapperRef,style:{pointerEvents:\"none\",x,y,scale},initial:false,children:props.children})});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withMouseParallax\":{\"type\":\"reactHoc\",\"name\":\"withMouseParallax\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./withMouseParallax.map", "// Generated by Framer (4c611f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withBackdropFilter}from\"https://framerusercontent.com/modules/xnSxEsuso47oAqQAS1mc/1sdIv8ZSylxwpZyW9cl0/Overrides.js\";import{withMouseParallax}from\"https://framerusercontent.com/modules/GEUTVtWgPKTlXPMKV7F2/LZmQBb3wuXuMYyAT9Ij1/withMouseParallax.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/og4XXAE6F4OTmp9drzpK/la2lGnywx4Exy8aAQRkN/eU7VI2S7e.js\";const MotionDivWithBackdropFilter=withBackdropFilter(motion.div);const MotionAWithMouseParallax=withMouseParallax(motion.a);const cycleOrder=[\"kVqnQMd7O\",\"jp98akH9u\"];const variantClassNames={jp98akH9u:\"framer-v-1fz1b3f\",kVqnQMd7O:\"framer-v-ej37nw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Default:\"kVqnQMd7O\",Inverted:\"jp98akH9u\"};const getProps=({height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,Hhu7verNO:(_ref=title!==null&&title!==void 0?title:props.Hhu7verNO)!==null&&_ref!==void 0?_ref:\"Read\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"kVqnQMd7O\",y7tsoCA0l:link!==null&&link!==void 0?link:props.y7tsoCA0l};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,y7tsoCA0l,Hhu7verNO,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"kVqnQMd7O\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isDisplayed=()=>{if(baseVariant===\"jp98akH9u\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"jp98akH9u\")return true;return false;};const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-hVtgx\",sharedStyle.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:y7tsoCA0l,children:/*#__PURE__*/_jsx(MotionAWithMouseParallax,{...restProps,className:`${cx(\"framer-ej37nw\",className)} framer-1avpltq`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"kVqnQMd7O\",ref:ref,style:{...style},...addPropertyOverrides({jp98akH9u:{\"data-framer-name\":\"Inverted\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-enew2x\",layoutDependency:layoutDependency,layoutId:\"WlAGBZfWM\",children:[/*#__PURE__*/_jsx(MotionDivWithBackdropFilter,{className:\"framer-143agau\",layoutDependency:layoutDependency,layoutId:\"xIIBVoH8N\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pkh94a\",\"data-styles-preset\":\"eU7VI2S7e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Read\"})}),className:\"framer-6lo0zp\",layoutDependency:layoutDependency,layoutId:\"lgGGr2hwV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:Hhu7verNO,variants:{jp98akH9u:{\"--extracted-r6o4lv\":\"rgb(0, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithBackdropFilter,{className:\"framer-67kmed\",layoutDependency:layoutDependency,layoutId:\"AzpjOf0H6\",style:{borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-5l7x3f\",\"data-framer-name\":\"Arrow Light\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"MAzLRx2yB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 13.7 4.355 L 13.7 12.459 L 1.4 0 L 0 1.418 L 12 13.674 L 4.1 13.674 L 4.1 15.7 L 15.7 15.7 L 15.7 4.355 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:4256879659,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-abtdfc\",\"data-framer-name\":\"Arrow Dark\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tGn962FV1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 13.7 4.355 L 13.7 12.459 L 1.4 0 L 0 1.418 L 12 13.674 L 4.1 13.674 L 4.1 15.7 L 15.7 15.7 L 15.7 4.355 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:349945251,withExternalLayout:true,...addPropertyOverrides({jp98akH9u:{svgContentId:772697992}},baseVariant,gestureVariant)})]})]})})})})})});});const css=['.framer-hVtgx [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hVtgx .framer-1avpltq { display: block; }\",\".framer-hVtgx .framer-ej37nw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-hVtgx .framer-enew2x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-hVtgx .framer-143agau { 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: 4px 16px 4px 16px; position: relative; width: min-content; will-change: transform; }\",\".framer-hVtgx .framer-6lo0zp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hVtgx .framer-67kmed { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 40px; }\",\".framer-hVtgx .framer-5l7x3f, .framer-hVtgx .framer-abtdfc { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hVtgx .framer-ej37nw, .framer-hVtgx .framer-enew2x, .framer-hVtgx .framer-143agau, .framer-hVtgx .framer-67kmed { gap: 0px; } .framer-hVtgx .framer-ej37nw > *, .framer-hVtgx .framer-enew2x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hVtgx .framer-ej37nw > :first-child, .framer-hVtgx .framer-enew2x > :first-child { margin-left: 0px; } .framer-hVtgx .framer-ej37nw > :last-child, .framer-hVtgx .framer-enew2x > :last-child { margin-right: 0px; } .framer-hVtgx .framer-143agau > *, .framer-hVtgx .framer-67kmed > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hVtgx .framer-143agau > :first-child, .framer-hVtgx .framer-67kmed > :first-child { margin-top: 0px; } .framer-hVtgx .framer-143agau > :last-child, .framer-hVtgx .framer-67kmed > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 41\n * @framerIntrinsicWidth 157\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"jp98akH9u\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"y7tsoCA0l\":\"link\",\"Hhu7verNO\":\"title\"}\n */const FramerSxaKy92B_=withCSS(Component,css,\"framer-hVtgx\");export default FramerSxaKy92B_;FramerSxaKy92B_.displayName=\"CTA\";FramerSxaKy92B_.defaultProps={height:41,width:157};addPropertyControls(FramerSxaKy92B_,{variant:{options:[\"kVqnQMd7O\",\"jp98akH9u\"],optionTitles:[\"Default\",\"Inverted\"],title:\"Variant\",type:ControlType.Enum},y7tsoCA0l:{title:\"Link\",type:ControlType.Link},Hhu7verNO:{defaultValue:\"Read\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerSxaKy92B_,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSxaKy92B_\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"157\",\"framerIntrinsicHeight\":\"41\",\"framerVariables\":\"{\\\"y7tsoCA0l\\\":\\\"link\\\",\\\"Hhu7verNO\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jp98akH9u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9e4a47a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import{withScaleOnload}from\"https://framerusercontent.com/modules/j6HxR7sRFCpoxSCPl2lk/1FIrz2OZVcNRiNW04Aa9/Overrides.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/7HLi0T80rrNVS7IKnFEY/iB8NAqjTJGfRVSLPMZOe/QiDr8NhVa.js\";import CTA from\"https://framerusercontent.com/modules/zJY7dQkJcPN2DzNzHZJg/tkansqVIH9D8oIuZW532/SxaKy92B_.js\";const ImageWithScaleOnload=withScaleOnload(Image);const VideoFonts=getFonts(Video);const CTAFonts=getFonts(CTA);const VideoControls=getPropertyControls(Video);const serializationHash=\"framer-ZuaBc\";const variantClassNames={IGSuVydNG:\"framer-v-231n6t\"};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 negate=value=>{return!value;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const isSet=value=>{if(Array.isArray(value)){return value.length>0;}return value!==undefined&&value!==null&&value!==\"\";};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=({cTAInverted,cTALabel,height,id,image,link,meta,scaleIn,showVideo,title,video,width,...props})=>{var _ref,_ref1,_ref2,_ref3;return{...props,ddQMkdkdo:(_ref=image!==null&&image!==void 0?image:props.ddQMkdkdo)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg 4896w\"},G5KBM_7bd:scaleIn!==null&&scaleIn!==void 0?scaleIn:props.G5KBM_7bd,G6300ScRf:link!==null&&link!==void 0?link:props.G6300ScRf,H2POhTSwb:showVideo!==null&&showVideo!==void 0?showVideo:props.H2POhTSwb,oEYvl36ZQ:(_ref1=meta!==null&&meta!==void 0?meta:props.oEYvl36ZQ)!==null&&_ref1!==void 0?_ref1:\"Meta\",pedAo6Ikh:(_ref2=title!==null&&title!==void 0?title:props.pedAo6Ikh)!==null&&_ref2!==void 0?_ref2:\"Title\",qd10VzCH_:cTAInverted!==null&&cTAInverted!==void 0?cTAInverted:props.qd10VzCH_,TEW6XRezz:(_ref3=cTALabel!==null&&cTALabel!==void 0?cTALabel:props.TEW6XRezz)!==null&&_ref3!==void 0?_ref3:\"Read\",X3t6ClaxR:video!==null&&video!==void 0?video:props.X3t6ClaxR};};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,ddQMkdkdo,pedAo6Ikh,oEYvl36ZQ,G6300ScRf,X3t6ClaxR,TEW6XRezz,qd10VzCH_,H2POhTSwb,G5KBM_7bd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"IGSuVydNG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=negate(G5KBM_7bd);const visible1=isSet(G6300ScRf);const visible2=negate(qd10VzCH_);const visible3=isSet(pedAo6Ikh);const visible4=isSet(oEYvl36ZQ);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,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-231n6t\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"IGSuVydNG\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-102kiqg\",layoutDependency:layoutDependency,layoutId:\"NJAHtqTla\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l3zkwk\",layoutDependency:layoutDependency,layoutId:\"QV6JcR1oL\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11ljhb2\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"yrQ1ns_pp\",children:[visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(ddQMkdkdo)},className:\"framer-1bktdoi\",\"data-framer-name\":\"Default Image\",layoutDependency:layoutDependency,layoutId:\"BJjM_Nb2_\"}),G5KBM_7bd&&/*#__PURE__*/_jsx(ImageWithScaleOnload,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+11368683772161603e-29),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(ddQMkdkdo)},className:\"framer-jslssk\",\"data-framer-name\":\"Scale Image\",layoutDependency:layoutDependency,layoutId:\"Rwr6X8jtJ\"})]}),H2POhTSwb&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wqddo9-container\",layoutDependency:layoutDependency,layoutId:\"dAaeu95eY-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"dAaeu95eY\",isMixedBorderRadius:false,layoutId:\"dAaeu95eY\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:toImageSrc(ddQMkdkdo),posterEnabled:true,srcFile:X3t6ClaxR,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%\"})})}),visible1&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1awizxf\",layoutDependency:layoutDependency,layoutId:\"YalxF9CkF\",children:[qd10VzCH_&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rdn8q-container\",layoutDependency:layoutDependency,layoutId:\"TtMFUrEjY-container\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"TtMFUrEjY\",layoutId:\"TtMFUrEjY\",link:G6300ScRf,style:{height:\"100%\",width:\"100%\"},title:TEW6XRezz,variant:\"jp98akH9u\",width:\"100%\"})})}),visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sdmeks-container\",layoutDependency:layoutDependency,layoutId:\"aAGOaZrVH-container\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"aAGOaZrVH\",layoutId:\"aAGOaZrVH\",link:G6300ScRf,style:{height:\"100%\",width:\"100%\"},title:TEW6XRezz,variant:\"kVqnQMd7O\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qix8vw\",layoutDependency:layoutDependency,layoutId:\"McOBl1wcE\",children:[visible3&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nt5qnl\",layoutDependency:layoutDependency,layoutId:\"ejmRXu3nu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mcv18p\",\"data-styles-preset\":\"QiDr8NhVa\",children:\"Title\"})}),className:\"framer-ld6eri\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u6flbFolQ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:pedAo6Ikh,verticalAlignment:\"top\",withExternalLayout:true})}),visible4&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x83xnx\",layoutDependency:layoutDependency,layoutId:\"A_LCH9U3i\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mcv18p\",\"data-styles-preset\":\"QiDr8NhVa\",style:{\"--framer-text-alignment\":\"right\"},children:\"Meta\"})}),className:\"framer-vb7i81\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yAjEivWuy\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:oEYvl36ZQ,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZuaBc.framer-1i510ek, .framer-ZuaBc .framer-1i510ek { display: block; }\",\".framer-ZuaBc.framer-231n6t { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 900px; }\",\".framer-ZuaBc .framer-102kiqg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZuaBc .framer-1l3zkwk { 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-ZuaBc .framer-11ljhb2 { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 600px); overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-ZuaBc .framer-1bktdoi { flex: none; height: 100%; left: 0px; overflow: visible; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-ZuaBc .framer-jslssk { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-ZuaBc .framer-1wqddo9-container { flex: none; height: 101%; left: -1px; position: absolute; top: -1px; width: 101%; z-index: 1; }\",\".framer-ZuaBc .framer-1awizxf { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-ZuaBc .framer-rdn8q-container, .framer-ZuaBc .framer-sdmeks-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-ZuaBc .framer-qix8vw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZuaBc .framer-1nt5qnl { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.65 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ZuaBc .framer-ld6eri, .framer-ZuaBc .framer-vb7i81 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZuaBc .framer-1x83xnx { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.35 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZuaBc.framer-231n6t, .framer-ZuaBc .framer-102kiqg, .framer-ZuaBc .framer-1l3zkwk, .framer-ZuaBc .framer-qix8vw, .framer-ZuaBc .framer-1nt5qnl, .framer-ZuaBc .framer-1x83xnx { gap: 0px; } .framer-ZuaBc.framer-231n6t > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ZuaBc.framer-231n6t > :first-child, .framer-ZuaBc .framer-102kiqg > :first-child, .framer-ZuaBc .framer-1l3zkwk > :first-child { margin-top: 0px; } .framer-ZuaBc.framer-231n6t > :last-child, .framer-ZuaBc .framer-102kiqg > :last-child, .framer-ZuaBc .framer-1l3zkwk > :last-child { margin-bottom: 0px; } .framer-ZuaBc .framer-102kiqg > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-ZuaBc .framer-1l3zkwk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZuaBc .framer-qix8vw > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-ZuaBc .framer-qix8vw > :first-child, .framer-ZuaBc .framer-1nt5qnl > :first-child, .framer-ZuaBc .framer-1x83xnx > :first-child { margin-left: 0px; } .framer-ZuaBc .framer-qix8vw > :last-child, .framer-ZuaBc .framer-1nt5qnl > :last-child, .framer-ZuaBc .framer-1x83xnx > :last-child { margin-right: 0px; } .framer-ZuaBc .framer-1nt5qnl > *, .framer-ZuaBc .framer-1x83xnx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 628.5\n * @framerIntrinsicWidth 900\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ddQMkdkdo\":\"image\",\"pedAo6Ikh\":\"title\",\"oEYvl36ZQ\":\"meta\",\"G6300ScRf\":\"link\",\"X3t6ClaxR\":\"video\",\"TEW6XRezz\":\"cTALabel\",\"qd10VzCH_\":\"cTAInverted\",\"H2POhTSwb\":\"showVideo\",\"G5KBM_7bd\":\"scaleIn\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerP60YtaP7K=withCSS(Component,css,\"framer-ZuaBc\");export default FramerP60YtaP7K;FramerP60YtaP7K.displayName=\"Teaser\";FramerP60YtaP7K.defaultProps={height:628.5,width:900};addPropertyControls(FramerP60YtaP7K,{ddQMkdkdo:{__defaultAssetReference:\"data:framer/asset-reference,ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?originalFilename=photo-1507166763745-bfe008fbb831%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwxMXx8b2NlYW58ZW58MHx8fHwxNjkxMDk0NTIwfDA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},pedAo6Ikh:{defaultValue:\"Title\",title:\"Title\",type:ControlType.String},oEYvl36ZQ:{defaultValue:\"Meta\",title:\"Meta\",type:ControlType.String},G6300ScRf:{title:\"Link\",type:ControlType.Link},X3t6ClaxR:(VideoControls===null||VideoControls===void 0?void 0:VideoControls[\"srcFile\"])&&{...VideoControls[\"srcFile\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"Video\"},TEW6XRezz:{defaultValue:\"Read\",displayTextArea:false,title:\"CTA Label\",type:ControlType.String},qd10VzCH_:{defaultValue:false,title:\"CTA Inverted\",type:ControlType.Boolean},H2POhTSwb:{defaultValue:false,title:\"Show Video\",type:ControlType.Boolean},G5KBM_7bd:{defaultValue:false,title:\"Scale In\",type:ControlType.Boolean}});addFonts(FramerP60YtaP7K,[{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\"}]},...VideoFonts,...CTAFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerP60YtaP7K\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ddQMkdkdo\\\":\\\"image\\\",\\\"pedAo6Ikh\\\":\\\"title\\\",\\\"oEYvl36ZQ\\\":\\\"meta\\\",\\\"G6300ScRf\\\":\\\"link\\\",\\\"X3t6ClaxR\\\":\\\"video\\\",\\\"TEW6XRezz\\\":\\\"cTALabel\\\",\\\"qd10VzCH_\\\":\\\"cTAInverted\\\",\\\"H2POhTSwb\\\":\\\"showVideo\\\",\\\"G5KBM_7bd\\\":\\\"scaleIn\\\"}\",\"framerIntrinsicWidth\":\"900\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"628.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./P60YtaP7K.map"],
  "mappings": "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",
  "names": ["withMouseParallax", "Component", "props", "wrapperRef", "pe", "enabled", "setEnabled", "ye", "posX", "useMotionValue", "posY", "elScale", "springValue", "x", "useSpring", "y", "scale", "offsetFactor", "onMouseMove", "e", "_wrapperRef_current", "rect", "onMouseOver", "onMouseOut", "ue", "window", "p", "motion", "MotionDivWithBackdropFilter", "withBackdropFilter", "motion", "MotionAWithMouseParallax", "withMouseParallax", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "y7tsoCA0l", "Hhu7verNO", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "LayoutGroup", "cx", "Link", "u", "RichText2", "x", "SVG", "css", "FramerSxaKy92B_", "withCSS", "SxaKy92B_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "ImageWithScaleOnload", "withScaleOnload", "Image2", "VideoFonts", "getFonts", "Video", "CTAFonts", "SxaKy92B_default", "VideoControls", "getPropertyControls", "serializationHash", "variantClassNames", "transition1", "negate", "value", "toResponsiveImage", "toImageSrc", "isSet", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "cTAInverted", "cTALabel", "height", "id", "image", "link", "meta", "scaleIn", "showVideo", "title", "video", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ddQMkdkdo", "pedAo6Ikh", "oEYvl36ZQ", "G6300ScRf", "X3t6ClaxR", "TEW6XRezz", "qd10VzCH_", "H2POhTSwb", "G5KBM_7bd", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "visible", "visible1", "visible2", "visible3", "visible4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "u", "Image2", "getLoadingLazyAtYPosition", "ImageWithScaleOnload", "ComponentViewportProvider", "Video", "SxaKy92B_default", "RichText2", "css", "FramerP60YtaP7K", "withCSS", "P60YtaP7K_default", "addPropertyControls", "ControlType", "VideoControls", "addFonts", "VideoFonts", "CTAFonts", "getFontsFromSharedStyle", "fonts"]
}
