{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/22X7sAAcJJYPFSq4uVpk/N1oC3zmLbOCfDQlRqa7o/slgXsCnT9.js"],
  "sourcesContent": ["// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import MainButton from\"#framer/local/canvasComponent/L5ixyJb01/L5ixyJb01.js\";import Shimmer from\"#framer/local/canvasComponent/zGd0Rd3IQ/zGd0Rd3IQ.js\";import*as sharedStyle from\"#framer/local/css/CBdr2gxTW/CBdr2gxTW.js\";import metadataProvider from\"#framer/local/webPageMetadata/slgXsCnT9/slgXsCnT9.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const VideoFonts=getFonts(Video);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MainButtonFonts=getFonts(MainButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ShimmerFonts=getFonts(Shimmer);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const breakpoints={sTLDZMRWM:\"(max-width: 749px)\",uVcNKlHL5:\"(min-width: 1300px)\",V75Gt1mCe:\"(min-width: 750px) and (max-width: 1299px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-fW8UN\";const variantClassNames={sTLDZMRWM:\"framer-v-2aduhp\",uVcNKlHL5:\"framer-v-1iwgyux\",V75Gt1mCe:\"framer-v-p8859d\"};const transition1={damping:30,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition2};const transition3={damping:30,delay:.4,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={delay:1,duration:6,ease:[.12,.23,.5,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,x:780,y:325};const transition5={delay:5.4,duration:6,ease:[.12,.23,.5,1],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:780,y:325};const transition6={delay:.6,duration:7,ease:[.12,.23,.5,1],type:\"tween\"};const transition7={delay:2,duration:7,ease:[.12,.23,.5,1],type:\"tween\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:780,y:325};const transition8={delay:0,duration:2.5,ease:[0,0,1,1],type:\"tween\"};const animation7={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:.65,skewX:0,skewY:0,x:0,y:0};const transition9={delay:.1,duration:2,ease:[0,0,1,1],type:\"tween\"};const animation8={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:.65,skewX:0,skewY:0,x:0,y:0};const transition10={delay:.4,duration:2,ease:[0,0,1,1],type:\"tween\"};const transition11={delay:.2,duration:2,ease:[0,0,1,1],type:\"tween\"};const transition12={delay:.3,duration:2,ease:[0,0,1,1],type:\"tween\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"uVcNKlHL5\",Phone:\"sTLDZMRWM\",Tablet:\"V75Gt1mCe\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"uVcNKlHL5\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"V75Gt1mCe\",\"sTLDZMRWM\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"ZMqpGYSv6\");const ref1=React.useRef(null);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"uVcNKlHL5\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1iwgyux\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l5x3jg-container hidden-p8859d hidden-2aduhp\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"svLM0KSfA\",scopeId:\"slgXsCnT9\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"svLM0KSfA\",intensity:8,layoutId:\"svLM0KSfA\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1cptutn\",\"data-framer-name\":\"404 section\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r61knf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QTixUAldS\",scopeId:\"slgXsCnT9\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"QTixUAldS\",isMixedBorderRadius:false,layoutId:\"QTixUAldS\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcType:\"URL\",srcUrl:\"https://videos.pexels.com/video-files/9694443/9694443-hd_1920_1080_25fps.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ylong3\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vazokl\",\"data-framer-name\":\"Heading and Description\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sTLDZMRWM:{viewBox:\"0 0 348 119\"}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-f2amck\",\"data-styles-preset\":\"CBdr2gxTW\",style:{\"--framer-text-alignment\":\"center\"},children:[\"NOPE, SORRY \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-16f2e642-57af-452f-984c-64067596f797, rgb(120, 120, 120))\"},children:\"Page not found.\"})]})}),className:\"framer-mta5x0\",\"data-framer-appear-id\":\"mta5x0\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8bcvnq\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sTLDZMRWM:{y:undefined},V75Gt1mCe:{y:(componentViewport?.y||0)+0+0+200+0+0+83.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,y:(componentViewport?.y||0)+0+200+200+0+0+83.4+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-18fv5wq-container\",\"data-framer-appear-id\":\"18fv5wq\",initial:animation1,nodeId:\"PImjVmrfh\",optimized:true,rendersWithMotion:true,scopeId:\"slgXsCnT9\",whileTap:animation2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sTLDZMRWM:{Lmd8HWOEd:resolvedLinks[2]},V75Gt1mCe:{Lmd8HWOEd:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(MainButton,{height:\"100%\",id:\"PImjVmrfh\",l8wRfdseT:\"Go Back To Home\",layoutId:\"PImjVmrfh\",Lmd8HWOEd:resolvedLinks[0],n2SpUwZKz:false,width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xk1rz8\",\"data-framer-name\":\"Shooting Stars\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sTLDZMRWM:{y:undefined},V75Gt1mCe:{y:(componentViewport?.y||0)+0+0+0+-40}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"100px\",y:(componentViewport?.y||0)+0+200+0+-40,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation4,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:4.5,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition4,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jrcbdw-container\",nodeId:\"pO5Y5TGiu\",rendersWithMotion:true,scopeId:\"slgXsCnT9\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"pO5Y5TGiu\",layoutId:\"pO5Y5TGiu\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sTLDZMRWM:{y:undefined},V75Gt1mCe:{y:(componentViewport?.y||0)+0+0+0+83}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"100px\",y:(componentViewport?.y||0)+0+200+0+83,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:1.7,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r5mqn2-container\",nodeId:\"ahUvR867r\",rendersWithMotion:true,scopeId:\"slgXsCnT9\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"ahUvR867r\",layoutId:\"ahUvR867r\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sTLDZMRWM:{y:undefined},V75Gt1mCe:{y:(componentViewport?.y||0)+0+0+0+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"100px\",y:(componentViewport?.y||0)+0+200+0+10,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation4,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:.6,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition6,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lne8st-container\",nodeId:\"GoeJzWtNK\",rendersWithMotion:true,scopeId:\"slgXsCnT9\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"GoeJzWtNK\",layoutId:\"GoeJzWtNK\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sTLDZMRWM:{y:undefined},V75Gt1mCe:{y:(componentViewport?.y||0)+0+0+0+20}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"100px\",y:(componentViewport?.y||0)+0+200+0+20,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation6,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition7,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mgu6wn-container\",nodeId:\"JfyxWtHBw\",rendersWithMotion:true,scopeId:\"slgXsCnT9\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"JfyxWtHBw\",layoutId:\"JfyxWtHBw\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-853jjw\",\"data-framer-name\":\"Blur\",style:{rotate:-58},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation7,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sb6ccp\",\"data-framer-name\":\"Ray\",style:{originX:1,originY:0}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation8,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition9,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fott3t\",\"data-framer-name\":\"Ray\",style:{originX:1,originY:0,rotate:25}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation7,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition10,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kzo86x\",\"data-framer-name\":\"Ray\",style:{originX:1,originY:0,rotate:11}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iaag17\",\"data-framer-name\":\"Ray\",style:{originX:1,originY:0,rotate:-12}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10xjb0z\",\"data-framer-name\":\"Ray\",style:{originX:1,originY:0,rotate:-24}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation7,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition11,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kzy50l\",\"data-framer-name\":\"Ray\",style:{originX:1,originY:0,rotate:-18}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation7,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition12,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1u4ke7b\",\"data-framer-name\":\"Ray\",style:{originX:1,originY:0,rotate:-5}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b1n4qt\",\"data-framer-name\":\"Ray\",style:{originX:1,originY:0,rotate:-3}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-87xfyv\",\"data-framer-name\":\"Ray\",style:{originX:1,originY:0,rotate:18}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kzbtcu\",\"data-framer-name\":\"Ray\",style:{originX:1,originY:0,rotate:6}}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mvpcjf\",\"data-framer-name\":\"Light Source\",style:{originX:1,originY:0}}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4qk4xr\",\"data-framer-name\":\"Light Source\",style:{originX:1,originY:0}}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yf754k\",\"data-framer-name\":\"Light Source\",style:{originX:1,originY:0}})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fW8UN.framer-emouzc, .framer-fW8UN .framer-emouzc { display: block; }\",\".framer-fW8UN.framer-1iwgyux { 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: hidden; padding: 0px; position: relative; width: 1300px; }\",\".framer-fW8UN .framer-1l5x3jg-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-fW8UN .framer-1cptutn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 0px 200px 0px; position: relative; width: 100%; }\",\".framer-fW8UN .framer-r61knf-container { -webkit-filter: grayscale(1); bottom: 0px; filter: grayscale(1); flex: none; left: 0px; opacity: 0.1; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-fW8UN .framer-1ylong3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 720px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fW8UN .framer-vazokl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fW8UN .framer-mta5x0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 3; }\",\".framer-fW8UN .framer-8bcvnq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-fW8UN .framer-18fv5wq-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-fW8UN .framer-1xk1rz8 { flex: none; height: 382px; left: calc(50.00000000000002% - 840px / 2); overflow: hidden; position: absolute; top: 0px; width: 840px; }\",\".framer-fW8UN .framer-jrcbdw-container { flex: none; height: 1px; left: -90px; position: absolute; top: -40px; width: 100px; z-index: 2; }\",\".framer-fW8UN .framer-1r5mqn2-container { flex: none; height: 1px; left: -100px; position: absolute; top: 83px; width: 100px; z-index: 2; }\",\".framer-fW8UN .framer-lne8st-container { flex: none; height: 1px; left: -120px; position: absolute; top: 10px; width: 100px; z-index: 2; }\",\".framer-fW8UN .framer-mgu6wn-container { flex: none; height: 1px; left: -111px; position: absolute; top: 20px; width: 100px; z-index: 2; }\",\".framer-fW8UN .framer-853jjw { -webkit-filter: blur(16px); -webkit-mask: radial-gradient(50% 109.00000000000001% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0.96427) 0%, rgba(0, 0, 0, 0) 96%) add; filter: blur(16px); flex: none; height: 1823px; left: -324px; mask: radial-gradient(50% 109.00000000000001% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0.96427) 0%, rgba(0, 0, 0, 0) 96%) add; opacity: 0.4; overflow: hidden; pointer-events: none; position: absolute; right: -160px; top: -704px; z-index: 3; }\",\".framer-fW8UN .framer-sb6ccp { background: radial-gradient(50% 50% at 50% 50%, #ada299 0%, rgba(171, 171, 171, 0) 100%); flex: none; height: 1865px; left: calc(49.75000000000002% - 36px / 2); overflow: hidden; position: absolute; top: -352px; width: 36px; z-index: 1; }\",\".framer-fW8UN .framer-1fott3t { background: radial-gradient(50% 50% at 50% 50%, #ada299 0%, rgba(171, 171, 171, 0) 100%); bottom: 147px; flex: none; left: calc(49.50000000000002% - 22px / 2); overflow: hidden; position: absolute; top: -357px; width: 22px; z-index: 1; }\",\".framer-fW8UN .framer-1kzo86x { background: radial-gradient(50% 50% at 50% 50%, #ada299 0%, rgba(171, 171, 171, 0) 100%); bottom: -7px; flex: none; left: calc(49.50000000000002% - 24px / 2); overflow: hidden; position: absolute; top: -354px; width: 24px; z-index: 1; }\",\".framer-fW8UN .framer-1iaag17 { background: radial-gradient(50% 50% at 50% 50%, #ada299 0%, rgba(171, 171, 171, 0) 100%); bottom: -128px; flex: none; left: calc(49.58333333333336% - 25px / 2); overflow: hidden; position: absolute; top: -350px; width: 25px; z-index: 1; }\",\".framer-fW8UN .framer-10xjb0z { background: radial-gradient(50% 50% at 50% 50%, #ada299 0%, rgba(171, 171, 171, 0) 100%); bottom: -920px; flex: none; left: calc(50.00000000000002% - 35px / 2); overflow: hidden; position: absolute; top: -352px; width: 35px; z-index: 1; }\",\".framer-fW8UN .framer-1kzy50l { background: radial-gradient(50% 50% at 50% 50%, #ada299 0%, rgba(171, 171, 171, 0) 100%); bottom: -164px; flex: none; left: calc(49.416666666666686% - 37px / 2); overflow: hidden; position: absolute; top: -348px; width: 37px; z-index: 1; }\",\".framer-fW8UN .framer-1u4ke7b { background: radial-gradient(50% 50% at 50% 50%, #ada299 0%, rgba(171, 171, 171, 0) 100%); bottom: -296px; flex: none; left: calc(49.83333333333336% - 16px / 2); overflow: hidden; position: absolute; top: -352px; width: 16px; z-index: 1; }\",\".framer-fW8UN .framer-b1n4qt { background: radial-gradient(50% 50% at 50% 50%, #ada299 0%, rgba(171, 171, 171, 0) 100%); bottom: -121px; flex: none; left: calc(49.75000000000002% - 11px / 2); overflow: hidden; position: absolute; top: -352px; width: 11px; z-index: 1; }\",\".framer-fW8UN .framer-87xfyv { background: radial-gradient(50% 50% at 50% 50%, #ada299 0%, rgba(171, 171, 171, 0) 100%); bottom: 29px; flex: none; left: calc(49.75000000000002% - 14px / 2); overflow: hidden; position: absolute; top: -354px; width: 14px; z-index: 1; }\",\".framer-fW8UN .framer-kzbtcu { background: radial-gradient(50% 50% at 50% 50%, #ada299 0%, rgba(171, 171, 171, 0) 100%); bottom: -121px; flex: none; left: calc(49.666666666666686% - 14px / 2); overflow: hidden; position: absolute; top: -353px; width: 14px; z-index: 1; }\",\".framer-fW8UN .framer-1mvpcjf { background: radial-gradient(50% 50% at 50% 50%, #adab99 0%, rgba(171, 171, 171, 0) 100%); bottom: -46px; flex: none; left: calc(50.00000000000002% - 1198px / 2); opacity: 0.3; overflow: hidden; position: absolute; top: -352px; width: 1198px; z-index: 1; }\",\".framer-fW8UN .framer-4qk4xr { background: radial-gradient(50% 50% at 50% 50%, #adab99 0%, rgba(171, 171, 171, 0) 100%); flex: none; height: 929px; left: calc(50.00000000000002% - 865px / 2); opacity: 0.46; overflow: hidden; position: absolute; top: -252px; width: 865px; z-index: 1; }\",\".framer-fW8UN .framer-1yf754k { background: radial-gradient(50% 50% at 50% 50%, #adab99 0%, rgba(171, 171, 171, 0) 100%); flex: none; height: 639px; left: calc(50.00000000000002% - 778px / 2); opacity: 0.72; overflow: hidden; position: absolute; top: -393px; width: 778px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fW8UN.framer-1iwgyux, .framer-fW8UN .framer-1cptutn, .framer-fW8UN .framer-1ylong3, .framer-fW8UN .framer-vazokl, .framer-fW8UN .framer-8bcvnq { gap: 0px; } .framer-fW8UN.framer-1iwgyux > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-fW8UN.framer-1iwgyux > :first-child, .framer-fW8UN .framer-1cptutn > :first-child, .framer-fW8UN .framer-1ylong3 > :first-child, .framer-fW8UN .framer-vazokl > :first-child { margin-top: 0px; } .framer-fW8UN.framer-1iwgyux > :last-child, .framer-fW8UN .framer-1cptutn > :last-child, .framer-fW8UN .framer-1ylong3 > :last-child, .framer-fW8UN .framer-vazokl > :last-child { margin-bottom: 0px; } .framer-fW8UN .framer-1cptutn > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-fW8UN .framer-1ylong3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-fW8UN .framer-vazokl > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-fW8UN .framer-8bcvnq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fW8UN .framer-8bcvnq > :first-child { margin-left: 0px; } .framer-fW8UN .framer-8bcvnq > :last-child { margin-right: 0px; } }\",...sharedStyle.css,\"@media (min-width: 750px) and (max-width: 1299px) { .framer-fW8UN.framer-1iwgyux { width: 750px; } .framer-fW8UN .framer-853jjw { height: 162.5vh; left: -377px; right: -13px; top: -606px; }}\",\"@media (max-width: 749px) { .framer-fW8UN.framer-1iwgyux { width: 350px; } .framer-fW8UN .framer-1cptutn { gap: 30px; padding: 120px 18px 80px 18px; } .framer-fW8UN .framer-mta5x0 { white-space: pre; } .framer-fW8UN .framer-853jjw { height: 153.67298578199052vh; left: -271px; right: -319px; top: -605px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fW8UN .framer-1cptutn { gap: 0px; } .framer-fW8UN .framer-1cptutn > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-fW8UN .framer-1cptutn > :first-child { margin-top: 0px; } .framer-fW8UN .framer-1cptutn > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1545.5\n * @framerIntrinsicWidth 1300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"V75Gt1mCe\":{\"layout\":[\"fixed\",\"auto\"]},\"sTLDZMRWM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"ZMqpGYSv6\":{\"pattern\":\":ZMqpGYSv6\",\"name\":\"hero-section\"}}\n * @framerResponsiveScreen\n */const FramerslgXsCnT9=withCSS(Component,css,\"framer-fW8UN\");export default FramerslgXsCnT9;FramerslgXsCnT9.displayName=\"Contact\";FramerslgXsCnT9.defaultProps={height:1545.5,width:1300};addFonts(FramerslgXsCnT9,[{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\"}]},...SmoothScrollFonts,...VideoFonts,...MainButtonFonts,...ShimmerFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerslgXsCnT9\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V75Gt1mCe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sTLDZMRWM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"ZMqpGYSv6\\\":{\\\"pattern\\\":\\\":ZMqpGYSv6\\\",\\\"name\\\":\\\"hero-section\\\"}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1545.5\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1300\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SmoothScrollFonts", "getFonts", "SmoothScroll_Prod_default", "VideoFonts", "Video", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "MainButtonFonts", "L5ixyJb01_default", "ContainerWithOptimizedAppearEffect", "Container", "ShimmerFonts", "zGd0Rd3IQ_default", "ContainerWithFX", "withFX", "MotionDivWithFX", "motion", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "transition5", "animation5", "transition6", "transition7", "animation6", "transition8", "animation7", "transition9", "animation8", "transition10", "transition11", "transition12", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "ResolveLinks", "resolvedLinks", "css", "FramerslgXsCnT9", "withCSS", "slgXsCnT9_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
