{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/uDvKUYsz9rb9t5rJDlma/AnimatedCounter.js", "ssg:https://framerusercontent.com/modules/5dTnWYaFXAqZUBwPKh0p/IWhUg7IxkdBmy2R6POrS/x5lMc6coz.js", "ssg:https://framerusercontent.com/modules/LBUx6vxiUBI0xlHL0bJY/vAUDnuzmDarcGLLWroAv/JrRWlVYt9.js", "ssg:https://framerusercontent.com/modules/uuuxeuKH6PVW9dy0tTJw/YjS9DVBEZ2p4JjsVSnyM/JrRWlVYt9.js"],
  "sourcesContent": ["/*\n * Animated Counter by framer.today\n * v1.0.1\n *\n * hi@framer.today\n * _joerl on \uD835\uDD4F\n *\n * Full terms here \u21B4\n * https://framer.today/license\n *\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{animate,motion,useInView}from\"framer-motion\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * @framerDisableUnlink\n */export default function AnimatedCounter(props){const{from,to,duration,decimalPlaces,decimalSeparator,font:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign},color,playOnLoad,once,animationType}=props;const ref=useRef(null);const isInView=useInView(ref);const[displayValue,setDisplayValue]=useState(()=>formatNumber(from));const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ariaLabel=`Counter ends at ${to}`;function formatNumber(value){let formattedNumber=value.toFixed(decimalPlaces).replace(\".\",decimalSeparator);return formattedNumber;}useEffect(()=>{if(!isCanvas&&(playOnLoad||isInView)){const animationControl=animate(from,to,{duration,ease:animationType===\"smooth\"?\"easeInOut\":\"linear\",onUpdate:latest=>{setDisplayValue(formatNumber(latest));}});return()=>animationControl.stop();}},[from,to,duration,decimalPlaces,decimalSeparator,playOnLoad,isInView,animationType]);return /*#__PURE__*/_jsx(motion.div,{ref:ref,initial:{opacity:isCanvas?1:0},whileInView:{opacity:1},style:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign,color,fontVariantNumeric:\"tabular-nums\",userSelect:\"none\"},\"aria-label\":ariaLabel,children:isCanvas?formatNumber(to):displayValue});}AnimatedCounter.defaultProps={from:0,to:24,duration:5,decimalPlaces:0,decimalSeparator:\".\",font:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:40,lineHeight:\"1.5em\",letterSpacing:\"normal\",textAlign:\"left\"},color:\"#FFF\",playOnLoad:true,once:true,animationType:\"smooth\"};addPropertyControls(AnimatedCounter,{from:{type:ControlType.Number,title:\"From\",defaultValue:0,min:0,step:.1,displayStepper:true},to:{type:ControlType.Number,title:\"To\",defaultValue:16,min:0,step:.1,displayStepper:true},animationType:{type:ControlType.Enum,title:\"Animation Type\",defaultValue:\"smooth\",options:[\"smooth\",\"linear\"],optionTitles:[\"Smooth\",\"Linear\"]},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:2.5,min:0,step:.1,displayStepper:true},decimalPlaces:{type:ControlType.Number,displayStepper:true,title:\"Decimal Places\",defaultValue:0,min:0,max:2,step:1},decimalSeparator:{type:ControlType.Enum,title:\"\u21B3 Separator\",defaultValue:\".\",options:[\".\",\",\"],optionTitles:[\".\",\",\"],hidden:({decimalPlaces})=>decimalPlaces===0},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",defaultValue:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:64,lineHeight:\"1.5em\",letterSpacing:\"Medium\",textAlign:\"left\"},displayFontSize:true,displayTextAlignment:false,defaultFontType:\"monospace\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\"},once:{type:ControlType.Boolean,title:\"Once\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},playOnLoad:{type:ControlType.Boolean,title:\"InView?\",defaultValue:true,enabledTitle:\"No\",disabledTitle:\"Yes\",description:`\n        \n        *from framer.today*\n [License](https://framer.today/license)\n    `}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AnimatedCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AnimatedCounter.map", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"AWeOUiZtT\",\"nOji8Pf2V\",\"fvmeAYUUx\",\"eHonuFw2q\",\"gPvMFgk9E\",\"vpSuVVpHu\",\"FJO9g0Vyw\",\"J3iaKcGv_\"];const serializationHash=\"framer-Ukuor\";const variantClassNames={AWeOUiZtT:\"framer-v-q9u8g8\",eHonuFw2q:\"framer-v-1y4n0o0\",FJO9g0Vyw:\"framer-v-1breb6x\",fvmeAYUUx:\"framer-v-bpwwa\",gPvMFgk9E:\"framer-v-130eudi\",J3iaKcGv_:\"framer-v-4xrewb\",nOji8Pf2V:\"framer-v-yi2ytt\",vpSuVVpHu:\"framer-v-qpl2mz\"};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:0,delay:0,duration:3,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={\"65% Active\":\"J3iaKcGv_\",\"70% Active\":\"FJO9g0Vyw\",\"75% Active\":\"vpSuVVpHu\",\"80% Active\":\"gPvMFgk9E\",\"85% Active\":\"eHonuFw2q\",\"90% Active\":\"fvmeAYUUx\",\"95% Active\":\"nOji8Pf2V\",Default:\"AWeOUiZtT\"};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:\"AWeOUiZtT\"};};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:\"AWeOUiZtT\",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-q9u8g8\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"AWeOUiZtT\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-b0cced49-9941-4da7-8aa3-fe8f76023c29, rgba(205, 255, 9, 0.1))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{fvmeAYUUx:{backgroundColor:\"var(--token-a3b5164e-1d12-484d-85a8-94d308d3b711, rgb(48, 186, 255))\"},nOji8Pf2V:{backgroundColor:\"var(--token-a3b5164e-1d12-484d-85a8-94d308d3b711, rgb(48, 186, 255))\"}},...addPropertyOverrides({eHonuFw2q:{\"data-framer-name\":\"85% Active\"},FJO9g0Vyw:{\"data-framer-name\":\"70% Active\"},fvmeAYUUx:{\"data-framer-name\":\"90% Active\"},gPvMFgk9E:{\"data-framer-name\":\"80% Active\"},J3iaKcGv_:{\"data-framer-name\":\"65% Active\"},nOji8Pf2V:{\"data-framer-name\":\"95% Active\"},vpSuVVpHu:{\"data-framer-name\":\"75% Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bvnjer\",\"data-framer-name\":\"Bar Fill\",layoutDependency:layoutDependency,layoutId:\"q6OM7mQFR\",style:{backgroundColor:\"var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, rgb(205, 255, 9))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},variants:{nOji8Pf2V:{backgroundColor:\"var(--token-a3b5164e-1d12-484d-85a8-94d308d3b711, rgb(48, 186, 255))\"}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ukuor.framer-58dmq7, .framer-Ukuor .framer-58dmq7 { display: block; }\",\".framer-Ukuor.framer-q9u8g8 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 8px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1060px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ukuor .framer-1bvnjer { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 8px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1%; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ukuor.framer-q9u8g8, .framer-Ukuor .framer-1bvnjer { gap: 0px; } .framer-Ukuor.framer-q9u8g8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Ukuor.framer-q9u8g8 > :first-child { margin-top: 0px; } .framer-Ukuor.framer-q9u8g8 > :last-child { margin-bottom: 0px; } .framer-Ukuor .framer-1bvnjer > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ukuor .framer-1bvnjer > :first-child { margin-left: 0px; } .framer-Ukuor .framer-1bvnjer > :last-child { margin-right: 0px; } }\",\".framer-Ukuor.framer-v-yi2ytt .framer-1bvnjer { width: 95%; }\",\".framer-Ukuor.framer-v-bpwwa .framer-1bvnjer { width: 90%; }\",\".framer-Ukuor.framer-v-1y4n0o0 .framer-1bvnjer { width: 85%; }\",\".framer-Ukuor.framer-v-130eudi .framer-1bvnjer { width: 80%; }\",\".framer-Ukuor.framer-v-qpl2mz .framer-1bvnjer { width: 75%; }\",\".framer-Ukuor.framer-v-1breb6x .framer-1bvnjer { width: 70%; }\",\".framer-Ukuor.framer-v-4xrewb .framer-1bvnjer { width: 65%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8\n * @framerIntrinsicWidth 1060\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"nOji8Pf2V\":{\"layout\":[\"fixed\",\"fixed\"]},\"fvmeAYUUx\":{\"layout\":[\"fixed\",\"fixed\"]},\"eHonuFw2q\":{\"layout\":[\"fixed\",\"fixed\"]},\"gPvMFgk9E\":{\"layout\":[\"fixed\",\"fixed\"]},\"vpSuVVpHu\":{\"layout\":[\"fixed\",\"fixed\"]},\"FJO9g0Vyw\":{\"layout\":[\"fixed\",\"fixed\"]},\"J3iaKcGv_\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerx5lMc6coz=withCSS(Component,css,\"framer-Ukuor\");export default Framerx5lMc6coz;Framerx5lMc6coz.displayName=\"Team/Skill Bar\";Framerx5lMc6coz.defaultProps={height:8,width:1060};addPropertyControls(Framerx5lMc6coz,{variant:{options:[\"AWeOUiZtT\",\"nOji8Pf2V\",\"fvmeAYUUx\",\"eHonuFw2q\",\"gPvMFgk9E\",\"vpSuVVpHu\",\"FJO9g0Vyw\",\"J3iaKcGv_\"],optionTitles:[\"Default\",\"95% Active\",\"90% Active\",\"85% Active\",\"80% Active\",\"75% Active\",\"70% Active\",\"65% Active\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerx5lMc6coz,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx5lMc6coz\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nOji8Pf2V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fvmeAYUUx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eHonuFw2q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gPvMFgk9E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vpSuVVpHu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FJO9g0Vyw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J3iaKcGv_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"8\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1060\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./x5lMc6coz.map", "// Generated by Framer (3d3d426)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={AtrX74UwH:new LazyValue(()=>import(\"./JrRWlVYt9-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3d3d426)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AnimatedCounter from\"https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/uDvKUYsz9rb9t5rJDlma/AnimatedCounter.js\";import MiscGetFigma from\"#framer/local/canvasComponent/Agbtnjqvv/Agbtnjqvv.js\";import SectionsCTASection from\"#framer/local/canvasComponent/OWBxIwbmj/OWBxIwbmj.js\";import ButtonsFreeRemix from\"#framer/local/canvasComponent/qqiXqx9H_/qqiXqx9H_.js\";import SectionsFooterSection from\"#framer/local/canvasComponent/qZgwx6mWX/qZgwx6mWX.js\";import TeamTeamSocial from\"#framer/local/canvasComponent/vEJeKn0jB/vEJeKn0jB.js\";import TeamSkillBar from\"#framer/local/canvasComponent/x5lMc6coz/x5lMc6coz.js\";import HeaderNavigation from\"#framer/local/canvasComponent/y9DALnaXZ/y9DALnaXZ.js\";import TeamDetails from\"#framer/local/collection/apjtjBcFT/apjtjBcFT.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle8 from\"#framer/local/css/a8KEUiL0b/a8KEUiL0b.js\";import*as sharedStyle6 from\"#framer/local/css/BKe6fUvGk/BKe6fUvGk.js\";import*as sharedStyle9 from\"#framer/local/css/c3Z_yOl41/c3Z_yOl41.js\";import*as sharedStyle5 from\"#framer/local/css/JPaW6PNRB/JPaW6PNRB.js\";import*as sharedStyle4 from\"#framer/local/css/lPCU_fhID/lPCU_fhID.js\";import*as sharedStyle1 from\"#framer/local/css/LXiiPPhOK/LXiiPPhOK.js\";import*as sharedStyle from\"#framer/local/css/mwx4oouTQ/mwx4oouTQ.js\";import*as sharedStyle2 from\"#framer/local/css/olsXqC2nu/olsXqC2nu.js\";import*as sharedStyle7 from\"#framer/local/css/PiJTGYyAz/PiJTGYyAz.js\";import*as sharedStyle3 from\"#framer/local/css/qgiZVInlW/qgiZVInlW.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/JrRWlVYt9/JrRWlVYt9.js\";import metadataProvider from\"#framer/local/webPageMetadata/JrRWlVYt9/JrRWlVYt9.js\";const HeaderNavigationFonts=getFonts(HeaderNavigation);const HeaderNavigationWithVariantAppearEffect=withVariantAppearEffect(HeaderNavigation);const MotionDivWithFX=withFX(motion.div);const TeamTeamSocialFonts=getFonts(TeamTeamSocial);const TeamSkillBarFonts=getFonts(TeamSkillBar);const TeamSkillBarWithVariantAppearEffect=withVariantAppearEffect(TeamSkillBar);const AnimatedCounterFonts=getFonts(AnimatedCounter);const SectionsCTASectionFonts=getFonts(SectionsCTASection);const SectionsFooterSectionFonts=getFonts(SectionsFooterSection);const MiscGetFigmaFonts=getFonts(MiscGetFigma);const ButtonsFreeRemixFonts=getFonts(ButtonsFreeRemix);const breakpoints={G2HhZk8SN:\"(min-width: 810px) and (max-width: 1439px)\",wMPNCroFJ:\"(min-width: 1440px)\",yqt1dS4CU:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-3YBst\";const variantClassNames={G2HhZk8SN:\"framer-v-inxpbi\",wMPNCroFJ:\"framer-v-1dgpc8q\",yqt1dS4CU:\"framer-v-2wt4ri\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition1={bounce:0,delay:.1,duration:.6,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 equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"wMPNCroFJ\",Phone:\"yqt1dS4CU\",Tablet:\"G2HhZk8SN\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"wMPNCroFJ\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"JrRWlVYt9\",data:TeamDetails,type:\"Collection\"},select:[{collection:\"JrRWlVYt9\",name:\"RNw0R9elz\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"kMc396IMk\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"vcX0uvaQk\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"rm9WUPG2h\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"MdElYXOSu\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"dbALWl3Yj\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"SlqOyI88o\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"FFvirznWX\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"ZqqH8atct\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"s_9Yon_YE\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"k32UOSUVy\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"Fpp5GjvOr\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"Fs7BMm1cr\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"oAGHu2f8W\",type:\"Identifier\"},{collection:\"JrRWlVYt9\",name:\"GEvOkevmR\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"JrRWlVYt9\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,RNw0R9elz=getFromCurrentRouteData(\"RNw0R9elz\")??\"\",kMc396IMk=getFromCurrentRouteData(\"kMc396IMk\")??\"\",rm9WUPG2h=getFromCurrentRouteData(\"rm9WUPG2h\")??\"\",MdElYXOSu=getFromCurrentRouteData(\"MdElYXOSu\")??\"\",dbALWl3Yj=getFromCurrentRouteData(\"dbALWl3Yj\")??\"\",SlqOyI88o=getFromCurrentRouteData(\"SlqOyI88o\")??\"\",vcX0uvaQk=getFromCurrentRouteData(\"vcX0uvaQk\"),FFvirznWX=getFromCurrentRouteData(\"FFvirznWX\")??\"\",ZqqH8atct=getFromCurrentRouteData(\"ZqqH8atct\")??\"\",s_9Yon_YE=getFromCurrentRouteData(\"s_9Yon_YE\")??0,Fs7BMm1cr=getFromCurrentRouteData(\"Fs7BMm1cr\")??\"\",k32UOSUVy=getFromCurrentRouteData(\"k32UOSUVy\")??0,oAGHu2f8W=getFromCurrentRouteData(\"oAGHu2f8W\")??\"\",Fpp5GjvOr=getFromCurrentRouteData(\"Fpp5GjvOr\")??0,GEvOkevmR=getFromCurrentRouteData(\"GEvOkevmR\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"GNUxkngvq\");usePreloadLocalizedValues(activeLocale);const router=useRouter();const visible=negate(equals(s_9Yon_YE,0));const visible1=negate(equals(k32UOSUVy,0));const visible2=negate(equals(Fpp5GjvOr,0));useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"wMPNCroFJ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-c6c5f38d-5da9-4fe1-a568-8aac69964074, rgb(9, 9, 15)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1dgpc8q\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9dmy19-container\",layoutScroll:true,nodeId:\"UjI2Ir2G4\",rendersWithMotion:true,scopeId:\"JrRWlVYt9\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{__framer__targets:[{ref:ref1,target:\"hjGVF3uKX\"}],variant:\"FrCA6W333\"},yqt1dS4CU:{__framer__targets:[{ref:ref1,target:\"WqQSO6GXy\"}],variant:\"q17ImrfGK\"}},children:/*#__PURE__*/_jsx(HeaderNavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"Oo5858qNm\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"UjI2Ir2G4\",layoutId:\"UjI2Ir2G4\",style:{width:\"100%\"},variant:\"AYGZ5gx4L\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1dib4c3\",\"data-framer-name\":\"Hero Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-v5eg3n\",\"data-framer-name\":\"Container\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xsiq7n\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1x2lvsl\",\"data-styles-preset\":\"mwx4oouTQ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-334132c0-2be2-470f-a75b-2f98dddca96a, rgb(255, 255, 255))\"},children:\"Michael Raven\"})}),className:\"framer-5mskmf\",fonts:[\"Inter\"],text:RNw0R9elz,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-brppbf\",\"data-framer-name\":\"Sub Links\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-49bcef3f-e873-4b1c-b34d-520e3631025a, rgb(235, 235, 235))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"tKuFCkvLO\",openInNewTab:false,scopeId:\"JrRWlVYt9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gm4i2b\",\"data-styles-preset\":\"olsXqC2nu\",children:\"Home\"})})})}),className:\"framer-1ql7oj0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-49bcef3f-e873-4b1c-b34d-520e3631025a, rgb(235, 235, 235))\"},children:\"/\"})}),className:\"framer-6icyxs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-49bcef3f-e873-4b1c-b34d-520e3631025a, rgb(235, 235, 235))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V9AFod64r\"},motionChild:true,nodeId:\"acSRO7vOv\",openInNewTab:false,scopeId:\"JrRWlVYt9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gm4i2b\",\"data-styles-preset\":\"olsXqC2nu\",children:\"Team\"})})})}),className:\"framer-1dqxbcu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-49bcef3f-e873-4b1c-b34d-520e3631025a, rgb(235, 235, 235))\"},children:\"/\"})}),className:\"framer-1rodctw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-fadcf693-93f0-4527-b9c8-083890b0a568, rgb(160, 228, 254))\"},children:\"Markus Schmidt\"})}),className:\"framer-5pm1xr\",fonts:[\"Inter\"],text:RNw0R9elz,verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-138.5),pixelHeight:943,pixelWidth:1164,sizes:\"612.7905px\",src:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg\",srcSet:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg 1164w\"}},yqt1dS4CU:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-138.5),pixelHeight:943,pixelWidth:1164,sizes:\"547.5871px\",src:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg\",srcSet:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg 1164w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-138.5),pixelHeight:943,pixelWidth:1164,sizes:\"915.8651px\",src:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg\",srcSet:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg 1164w\"},className:\"framer-wom4fb\",\"data-framer-name\":\"Shadow 01\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-183.5),pixelHeight:943,pixelWidth:1164,sizes:\"671.9564px\",src:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg\",srcSet:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg 1164w\"}},yqt1dS4CU:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-183.5),pixelHeight:943,pixelWidth:1164,sizes:\"523.4378px\",src:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg\",srcSet:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg 1164w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-183.5),pixelHeight:943,pixelWidth:1164,sizes:\"915.8651px\",src:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg\",srcSet:\"https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/x6aTsfjkvgmR0ZjGoMJ315Kz8.svg 1164w\"},className:\"framer-u0m6rv\",\"data-framer-name\":\"Shadow 02\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yqt1dS4CU:{background:{alt:getLocalizedValue(\"v3\",activeLocale)??\"BG Pattern\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-.1957),pixelHeight:648,pixelWidth:1708,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg\",srcSet:\"https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg?scale-down-to=512 512w,https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg 1708w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v3\",activeLocale)??\"BG Pattern\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-.2387),pixelHeight:648,pixelWidth:1708,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg\",srcSet:\"https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg?scale-down-to=512 512w,https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg 1708w\"},className:\"framer-10yh0o1\",\"data-framer-name\":\"BG Pattern\"})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1jr8chr\",\"data-framer-name\":\"Team Details Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tdowu4\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-167x52m\",\"data-framer-name\":\"Team Details Top\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qq5rd0\",\"data-framer-name\":\"Details\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nzfy55\",\"data-framer-name\":\"Content Left\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oows1x\",\"data-framer-name\":\"Name & Designation\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12abuqk\",\"data-styles-preset\":\"qgiZVInlW\",style:{\"--framer-text-color\":\"var(--token-fadcf693-93f0-4527-b9c8-083890b0a568, rgb(160, 228, 254))\"},children:\"Markus Schmidt\"})}),className:\"framer-1woh66r\",fonts:[\"Inter\"],text:RNw0R9elz,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-49bcef3f-e873-4b1c-b34d-520e3631025a, rgb(235, 235, 235))\"},children:\"CEO & Co-Founder\"})}),className:\"framer-s83ijb\",fonts:[\"Inter\"],text:kMc396IMk,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p2zz8i\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"fV7Hk4aRc\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"zS0GjxlKI\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:rm9WUPG2h,className:\"framer-53pv2i\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-gm4i2b\",blockquote:\"framer-styles-preset-1lu7ep4\",h1:\"framer-styles-preset-1xnh4p9\",h2:\"framer-styles-preset-1x2lvsl\",h3:\"framer-styles-preset-12abuqk\",h4:\"framer-styles-preset-xrb74y\",img:\"framer-styles-preset-1ddlzjv\",p:\"framer-styles-preset-11ni3nk\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-71ishm\",\"data-border\":true,\"data-framer-name\":\"Social Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14khg9k\",\"data-framer-name\":\"Single Social\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:MdElYXOSu,implicitPathVariables:undefined},{href:MdElYXOSu,implicitPathVariables:undefined},{href:MdElYXOSu,implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{y:(componentViewport?.y||0)+0+200+80+0+0+0+0+0+0+550+40+325.5+0+0},yqt1dS4CU:{y:(componentViewport?.y||0)+0+164+60+0+0+0+0+0+0+550+30+325.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+200+50+0+0+0+0+0+0+40+325.5+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14lsc1s-container\",nodeId:\"J4d87iW36\",scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{HSRE67XOC:resolvedLinks[1]},yqt1dS4CU:{HSRE67XOC:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(TeamTeamSocial,{height:\"100%\",HSRE67XOC:resolvedLinks[0],id:\"J4d87iW36\",layoutId:\"J4d87iW36\",variant:\"uxWwKiGPn\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p0uytj\",\"data-border\":true,\"data-framer-name\":\"Single Social\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:dbALWl3Yj,implicitPathVariables:undefined},{href:dbALWl3Yj,implicitPathVariables:undefined},{href:dbALWl3Yj,implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{y:(componentViewport?.y||0)+0+200+80+0+0+0+0+0+0+550+40+325.5+0+0},yqt1dS4CU:{y:(componentViewport?.y||0)+0+164+60+0+0+0+0+0+0+550+30+325.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+200+50+0+0+0+0+0+0+40+325.5+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pas7ht-container\",nodeId:\"wlBh0NsSt\",scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{HSRE67XOC:resolvedLinks1[1]},yqt1dS4CU:{HSRE67XOC:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(TeamTeamSocial,{height:\"100%\",HSRE67XOC:resolvedLinks1[0],id:\"wlBh0NsSt\",layoutId:\"wlBh0NsSt\",variant:\"l2QM1cXGs\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jgs8l0\",\"data-framer-name\":\"Single Social\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:SlqOyI88o,implicitPathVariables:undefined},{href:SlqOyI88o,implicitPathVariables:undefined},{href:SlqOyI88o,implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{y:(componentViewport?.y||0)+0+200+80+0+0+0+0+0+0+550+40+325.5+0+0},yqt1dS4CU:{y:(componentViewport?.y||0)+0+164+60+0+0+0+0+0+0+550+30+325.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+200+50+0+0+0+0+0+0+40+325.5+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u1dtxn-container\",nodeId:\"YE8iI5eEI\",scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{HSRE67XOC:resolvedLinks2[1]},yqt1dS4CU:{HSRE67XOC:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(TeamTeamSocial,{height:\"100%\",HSRE67XOC:resolvedLinks2[0],id:\"YE8iI5eEI\",layoutId:\"YE8iI5eEI\",variant:\"Jn3mBwb27\",width:\"100%\"})})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+80+0+0+0+0+0+0+0),pixelHeight:1659,pixelWidth:1717,sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1170px)`,...toResponsiveImage(vcX0uvaQk)}},yqt1dS4CU:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+164+60+0+0+0+0+0+0+0),pixelHeight:1659,pixelWidth:1717,sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1170px)`,...toResponsiveImage(vcX0uvaQk)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+50+0+0+0+0+0+0),pixelHeight:1659,pixelWidth:1717,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 60px, 1170px) / 2 - 10px, 1px)`,...toResponsiveImage(vcX0uvaQk)},className:\"framer-18cz9ul\",\"data-framer-name\":\"Author Image\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wb52el\",\"data-framer-name\":\"Qalifications\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h2kgrd\",\"data-border\":true,\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12abuqk\",\"data-styles-preset\":\"qgiZVInlW\",style:{\"--framer-text-color\":\"var(--token-334132c0-2be2-470f-a75b-2f98dddca96a, rgb(255, 255, 255))\"},children:\"Qualifications\"})}),className:\"framer-pciags\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-180w2aa\",\"data-framer-name\":\"Qualifications Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hu51u5\",\"data-framer-name\":\"Single Qualification\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-xrb74y\",\"data-styles-preset\":\"JPaW6PNRB\",style:{\"--framer-text-color\":\"var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, rgb(205, 255, 9))\"},children:\"Academic  :\"})}),className:\"framer-1txqv8v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-49bcef3f-e873-4b1c-b34d-520e3631025a, rgb(235, 235, 235))\"},children:\"BSc. and MSc. in Multimedia and Creative Technologies, University of Canberra\"})}),className:\"framer-1wf8u81\",fonts:[\"Inter\"],text:FFvirznWX,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pn0ezr\",\"data-framer-name\":\"Single Qualification\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-xrb74y\",\"data-styles-preset\":\"JPaW6PNRB\",style:{\"--framer-text-color\":\"var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, rgb(205, 255, 9))\"},children:\"Experience  :\"})}),className:\"framer-iq86wm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-49bcef3f-e873-4b1c-b34d-520e3631025a, rgb(235, 235, 235))\"},children:\"10 Years of Experience in UI/UX Design\"})}),className:\"framer-195pjv2\",fonts:[\"Inter\"],text:ZqqH8atct,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nouc2y\",\"data-framer-name\":\"Skills\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yofdb1\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12abuqk\",\"data-styles-preset\":\"qgiZVInlW\",style:{\"--framer-text-color\":\"var(--token-334132c0-2be2-470f-a75b-2f98dddca96a, rgb(255, 255, 255))\"},children:\"Skills\"})}),className:\"framer-1knwbwt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1se1mph\",\"data-framer-name\":\"Skills Wrapper\",children:[visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5dybq5\",\"data-framer-name\":\"Single Skill\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-eh1axi\",\"data-styles-preset\":\"c3Z_yOl41\",style:{\"--framer-text-color\":\"var(--token-334132c0-2be2-470f-a75b-2f98dddca96a, rgb(255, 255, 255))\"},children:\"Problem Solving\"})}),className:\"framer-1qr3r4\",fonts:[\"Inter\"],text:Fs7BMm1cr,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{width:`calc(max((max(min(${componentViewport?.width||\"100vw\"} - 60px, 1170px), 1px) - 34px) / 0, 1px) - 40px)`,y:(componentViewport?.y||0)+0+200+80+0+0+1441+0+20+61.5+0+24+140},yqt1dS4CU:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1170px) - 80px)`,y:(componentViewport?.y||0)+0+164+60+0+0+1485+0+0+30+61.5+0+0+24+138}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:8,width:`calc(max((max(min(${componentViewport?.width||\"100vw\"} - 60px, 1170px), 1px) - 38px) / 0, 1px) - 40px)`,y:(componentViewport?.y||0)+0+200+50+0+0+1019.5+0+40+61.5+0+24+140,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10ls8pe-container\",nodeId:\"GmES6UUwq\",rendersWithMotion:true,scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(TeamSkillBarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"AWeOUiZtT\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"fvmeAYUUx\",height:\"100%\",id:\"GmES6UUwq\",layoutId:\"GmES6UUwq\",style:{width:\"100%\"},variant:\"AWeOUiZtT\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sickl8\",\"data-framer-name\":\"Counter Wrapper\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hwfh9-container\",\"data-framer-name\":\"Counter\",isAuthoredByUser:true,isModuleExternal:true,name:\"Counter\",nodeId:\"U2pOUIhB9\",scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, rgb(205, 255, 9))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.6em\"},from:0,height:\"100%\",id:\"U2pOUIhB9\",layoutId:\"U2pOUIhB9\",name:\"Counter\",once:true,playOnLoad:true,to:s_9Yon_YE,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-eh1axi\",\"data-styles-preset\":\"c3Z_yOl41\",style:{\"--framer-text-color\":\"var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, rgb(205, 255, 9))\"},children:\"%\"})}),className:\"framer-1v7n01b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cuoaer\",\"data-framer-name\":\"Single Skill\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-eh1axi\",\"data-styles-preset\":\"c3Z_yOl41\",style:{\"--framer-text-color\":\"var(--token-334132c0-2be2-470f-a75b-2f98dddca96a, rgb(255, 255, 255))\"},children:\"Communication\"})}),className:\"framer-1hpcyye\",fonts:[\"Inter\"],text:oAGHu2f8W,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{width:`calc(max((max(min(${componentViewport?.width||\"100vw\"} - 60px, 1170px), 1px) - 34px) / 0, 1px) - 40px)`,y:(componentViewport?.y||0)+0+200+80+0+0+1441+0+20+61.5+0+24+140},yqt1dS4CU:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1170px) - 80px)`,y:(componentViewport?.y||0)+0+164+60+0+0+1485+0+0+30+61.5+0+428+24+138}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:8,width:`calc(max((max(min(${componentViewport?.width||\"100vw\"} - 60px, 1170px), 1px) - 38px) / 0, 1px) - 40px)`,y:(componentViewport?.y||0)+0+200+50+0+0+1019.5+0+40+61.5+0+24+140,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5vryed-container\",nodeId:\"iJe6Xy8fo\",rendersWithMotion:true,scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(TeamSkillBarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"AWeOUiZtT\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"gPvMFgk9E\",height:\"100%\",id:\"iJe6Xy8fo\",layoutId:\"iJe6Xy8fo\",style:{width:\"100%\"},variant:\"AWeOUiZtT\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g5xxic\",\"data-framer-name\":\"Counter Wrapper\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1beko10-container\",\"data-framer-name\":\"Counter\",isAuthoredByUser:true,isModuleExternal:true,name:\"Counter\",nodeId:\"z1JCgBTvi\",scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, rgb(205, 255, 9))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.6em\"},from:0,height:\"100%\",id:\"z1JCgBTvi\",layoutId:\"z1JCgBTvi\",name:\"Counter\",once:true,playOnLoad:true,to:k32UOSUVy,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-eh1axi\",\"data-styles-preset\":\"c3Z_yOl41\",style:{\"--framer-text-color\":\"var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, rgb(205, 255, 9))\"},children:\"%\"})}),className:\"framer-10ofhps\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4yijs6\",\"data-framer-name\":\"Single Skill\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-eh1axi\",\"data-styles-preset\":\"c3Z_yOl41\",style:{\"--framer-text-color\":\"var(--token-334132c0-2be2-470f-a75b-2f98dddca96a, rgb(255, 255, 255))\"},children:\"Leadership\"})}),className:\"framer-1w8p1gj\",fonts:[\"Inter\"],text:GEvOkevmR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{width:`calc(max((max(min(${componentViewport?.width||\"100vw\"} - 60px, 1170px), 1px) - 34px) / 0, 1px) - 40px)`,y:(componentViewport?.y||0)+0+200+80+0+0+1441+0+20+61.5+0+24+140},yqt1dS4CU:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1170px) - 80px)`,y:(componentViewport?.y||0)+0+164+60+0+0+1485+0+0+30+61.5+0+856+24+138}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:8,width:`calc(max((max(min(${componentViewport?.width||\"100vw\"} - 60px, 1170px), 1px) - 38px) / 0, 1px) - 40px)`,y:(componentViewport?.y||0)+0+200+50+0+0+1019.5+0+40+61.5+0+24+140,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9a041c-container\",nodeId:\"XcjdPcaSL\",rendersWithMotion:true,scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(TeamSkillBarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"AWeOUiZtT\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"nOji8Pf2V\",height:\"100%\",id:\"XcjdPcaSL\",layoutId:\"XcjdPcaSL\",style:{width:\"100%\"},variant:\"AWeOUiZtT\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u931za\",\"data-framer-name\":\"Counter Wrapper\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fg43fc-container\",\"data-framer-name\":\"Counter\",isAuthoredByUser:true,isModuleExternal:true,name:\"Counter\",nodeId:\"WxK2_497v\",scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, rgb(205, 255, 9))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.6em\"},from:0,height:\"100%\",id:\"WxK2_497v\",layoutId:\"WxK2_497v\",name:\"Counter\",once:true,playOnLoad:true,to:Fpp5GjvOr,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-eh1axi\",\"data-styles-preset\":\"c3Z_yOl41\",style:{\"--framer-text-color\":\"var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, rgb(205, 255, 9))\"},children:\"%\"})}),className:\"framer-1d4tiwl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{y:(componentViewport?.y||0)+0+2330.5},yqt1dS4CU:{y:(componentViewport?.y||0)+0+3150.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:507,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1939,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hqwfl0-container\",nodeId:\"ku5z_DfdX\",scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{variant:\"iuerdOUCA\"},yqt1dS4CU:{variant:\"XqAY1vF2P\"}},children:/*#__PURE__*/_jsx(SectionsCTASection,{height:\"100%\",id:\"ku5z_DfdX\",layoutId:\"ku5z_DfdX\",style:{width:\"100%\"},variant:\"bME12X0zK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{y:(componentViewport?.y||0)+0+2837.5},yqt1dS4CU:{y:(componentViewport?.y||0)+0+3657.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:625,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2446,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i27vpw-container\",nodeId:\"OiIlq5agE\",scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G2HhZk8SN:{variant:\"DfdJlSx2V\"},yqt1dS4CU:{variant:\"ITYsFtUVR\"}},children:/*#__PURE__*/_jsx(SectionsFooterSection,{height:\"100%\",id:\"OiIlq5agE\",layoutId:\"OiIlq5agE\",style:{width:\"100%\"},variant:\"TLVFtpL3v\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yqt1dS4CU:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:830}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,y:880,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nobwb0-container\",layoutScroll:true,nodeId:\"MOur_gwx6\",scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yqt1dS4CU:{style:{width:\"100%\"},variant:\"kUihZpX1O\"}},children:/*#__PURE__*/_jsx(MiscGetFigma,{height:\"100%\",id:\"MOur_gwx6\",layoutId:\"MOur_gwx6\",variant:\"QK6Leq71E\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yqt1dS4CU:{y:944}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"142px\",y:900,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8575vw-container\",layoutScroll:true,nodeId:\"leTyrf4Zq\",scopeId:\"JrRWlVYt9\",children:/*#__PURE__*/_jsx(ButtonsFreeRemix,{height:\"100%\",id:\"leTyrf4Zq\",layoutId:\"leTyrf4Zq\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3YBst.framer-1r6o0ka, .framer-3YBst .framer-1r6o0ka { display: block; }\",\".framer-3YBst.framer-1dgpc8q { align-content: center; align-items: center; background-color: var(--token-c6c5f38d-5da9-4fe1-a568-8aac69964074, #09090f); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-3YBst .framer-9dmy19-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 9; }\",\".framer-3YBst .framer-1dib4c3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 200px; justify-content: center; overflow: hidden; padding: 150px 30px 80px 30px; position: relative; width: 100%; }\",\".framer-3YBst .framer-v5eg3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-3YBst .framer-1xsiq7n { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-3YBst .framer-5mskmf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3YBst .framer-brppbf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3YBst .framer-1ql7oj0, .framer-3YBst .framer-1dqxbcu { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3YBst .framer-6icyxs, .framer-3YBst .framer-1rodctw, .framer-3YBst .framer-5pm1xr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3YBst .framer-wom4fb { -webkit-user-select: none; aspect-ratio: 1.2074688796680497 / 1; bottom: -420px; flex: none; position: absolute; right: -460px; top: -138px; user-select: none; width: var(--framer-aspect-ratio-supported, 952px); }\",\".framer-3YBst .framer-u0m6rv { -webkit-user-select: none; aspect-ratio: 1.2074688796680497 / 1; bottom: -375px; flex: none; left: -440px; position: absolute; top: -183px; user-select: none; width: var(--framer-aspect-ratio-supported, 952px); }\",\".framer-3YBst .framer-10yh0o1 { -webkit-user-select: none; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(49.88066825775658% - 100% / 2); user-select: none; width: 100%; }\",\".framer-3YBst .framer-1jr8chr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 30px 120px 30px; position: relative; width: 100%; }\",\".framer-3YBst .framer-1tdowu4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; max-width: 1170px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3YBst .framer-167x52m { align-content: center; align-items: center; background-color: var(--token-d382d4db-a012-4919-91d6-5f841b5280d1, #18181d); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; 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%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3YBst .framer-1qq5rd0, .framer-3YBst .framer-wb52el, .framer-3YBst .framer-1nouc2y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3YBst .framer-nzfy55 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 30px 40px 40px; position: relative; width: 50%; }\",\".framer-3YBst .framer-oows1x, .framer-3YBst .framer-p2zz8i, .framer-3YBst .framer-180w2aa { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3YBst .framer-1woh66r, .framer-3YBst .framer-s83ijb, .framer-3YBst .framer-53pv2i, .framer-3YBst .framer-pciags, .framer-3YBst .framer-1knwbwt, .framer-3YBst .framer-1qr3r4, .framer-3YBst .framer-1hpcyye, .framer-3YBst .framer-1w8p1gj { --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-3YBst .framer-71ishm { --border-bottom-width: 1px; --border-color: var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, #cdff09); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-3YBst .framer-14khg9k, .framer-3YBst .framer-1jgs8l0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-3YBst .framer-14lsc1s-container, .framer-3YBst .framer-pas7ht-container, .framer-3YBst .framer-u1dtxn-container, .framer-3YBst .framer-1hwfh9-container, .framer-3YBst .framer-1beko10-container, .framer-3YBst .framer-fg43fc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-3YBst .framer-1p0uytj { --border-bottom-width: 0px; --border-color: var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, #cdff09); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-3YBst .framer-18cz9ul { align-content: center; align-items: center; aspect-ratio: 1.0454545454545454 / 1; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 550px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-3YBst .framer-h2kgrd { --border-bottom-width: 0px; --border-color: var(--token-c6c5f38d-5da9-4fe1-a568-8aac69964074, #09090f); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 30px 40px 40px; position: relative; width: 1px; }\",\".framer-3YBst .framer-hu51u5, .framer-3YBst .framer-pn0ezr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3YBst .framer-1txqv8v, .framer-3YBst .framer-iq86wm, .framer-3YBst .framer-1v7n01b, .framer-3YBst .framer-10ofhps, .framer-3YBst .framer-1d4tiwl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3YBst .framer-1wf8u81, .framer-3YBst .framer-195pjv2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-3YBst .framer-1yofdb1 { align-content: flex-start; align-items: flex-start; background-color: var(--token-d382d4db-a012-4919-91d6-5f841b5280d1, #18181d); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 30px 40px 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3YBst .framer-1se1mph { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3YBst .framer-5dybq5, .framer-3YBst .framer-1cuoaer, .framer-3YBst .framer-4yijs6 { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.05); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 20px 24px 20px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3YBst .framer-10ls8pe-container, .framer-3YBst .framer-5vryed-container, .framer-3YBst .framer-9a041c-container, .framer-3YBst .framer-1hqwfl0-container, .framer-3YBst .framer-1i27vpw-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-3YBst .framer-sickl8, .framer-3YBst .framer-g5xxic, .framer-3YBst .framer-u931za { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3YBst .framer-nobwb0-container { bottom: 20px; flex: none; height: auto; left: 20px; position: fixed; width: auto; z-index: 9; }\",\".framer-3YBst .framer-8575vw-container { bottom: 64px; flex: none; height: 36px; position: fixed; right: 20px; width: 142px; z-index: 9; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,'.framer-3YBst[data-border=\"true\"]::after, .framer-3YBst [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; }',\"@media (min-width: 810px) and (max-width: 1439px) { .framer-3YBst.framer-1dgpc8q { width: 810px; } .framer-3YBst .framer-1dib4c3 { padding: 140px 30px 80px 30px; } .framer-3YBst .framer-v5eg3n { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 50px; justify-content: flex-start; padding: 0px 80px 0px 80px; } .framer-3YBst .framer-1xsiq7n { flex: none; width: 100%; } .framer-3YBst .framer-wom4fb { bottom: -169px; right: -199px; width: var(--framer-aspect-ratio-supported, 637px); } .framer-3YBst .framer-u0m6rv { bottom: -173px; left: -203px; width: var(--framer-aspect-ratio-supported, 696px); } .framer-3YBst .framer-1jr8chr { padding: 80px 30px 80px 30px; } .framer-3YBst .framer-1tdowu4 { gap: 40px; } .framer-3YBst .framer-1qq5rd0 { flex-direction: column; gap: 0px; } .framer-3YBst .framer-nzfy55 { order: 1; padding: 40px 30px 40px 20px; width: 100%; } .framer-3YBst .framer-53pv2i { order: 0; } .framer-3YBst .framer-18cz9ul { flex: none; height: var(--framer-aspect-ratio-supported, 717px); order: 0; width: 100%; } .framer-3YBst .framer-h2kgrd { padding: 40px 30px 40px 20px; } .framer-3YBst .framer-1yofdb1 { padding: 20px 30px 40px 20px; } .framer-3YBst .framer-1se1mph { gap: 16px; }}\",\"@media (max-width: 809px) { .framer-3YBst.framer-1dgpc8q { width: 390px; } .framer-3YBst .framer-1dib4c3 { height: 164px; padding: 105px 20px 60px 20px; } .framer-3YBst .framer-v5eg3n { flex-direction: column; gap: 30px; justify-content: flex-start; } .framer-3YBst .framer-1xsiq7n { flex: none; gap: 16px; width: 100%; } .framer-3YBst .framer-wom4fb { bottom: -151px; right: -220px; width: var(--framer-aspect-ratio-supported, 549px); } .framer-3YBst .framer-u0m6rv { bottom: -86px; left: -159px; width: var(--framer-aspect-ratio-supported, 525px); } .framer-3YBst .framer-1jr8chr { padding: 60px 20px 60px 20px; } .framer-3YBst .framer-1tdowu4 { gap: 32px; } .framer-3YBst .framer-1qq5rd0, .framer-3YBst .framer-wb52el, .framer-3YBst .framer-1nouc2y { flex-direction: column; gap: 0px; } .framer-3YBst .framer-nzfy55 { order: 1; padding: 30px 20px 30px 20px; width: 100%; } .framer-3YBst .framer-18cz9ul { flex: none; height: var(--framer-aspect-ratio-supported, 335px); order: 0; width: 100%; } .framer-3YBst .framer-h2kgrd, .framer-3YBst .framer-1yofdb1 { flex: none; padding: 30px 20px 30px 20px; width: 100%; } .framer-3YBst .framer-hu51u5, .framer-3YBst .framer-pn0ezr { flex-direction: column; gap: 10px; } .framer-3YBst .framer-1wf8u81, .framer-3YBst .framer-195pjv2 { flex: none; width: 100%; } .framer-3YBst .framer-1se1mph { flex-direction: column; gap: 24px; } .framer-3YBst .framer-5dybq5, .framer-3YBst .framer-1cuoaer, .framer-3YBst .framer-4yijs6 { align-content: flex-start; align-items: flex-start; flex: none; gap: 10px; width: 100%; } .framer-3YBst .framer-nobwb0-container { bottom: 70px; right: 20px; width: unset; } .framer-3YBst .framer-8575vw-container { bottom: 20px; left: 20px; right: unset; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3560\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"G2HhZk8SN\":{\"layout\":[\"fixed\",\"auto\"]},\"yqt1dS4CU\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"GNUxkngvq\":{\"pattern\":\":GNUxkngvq\",\"name\":\"hero\"}}\n * @framerResponsiveScreen\n */const FramerJrRWlVYt9=withCSS(Component,css,\"framer-3YBst\");export default FramerJrRWlVYt9;FramerJrRWlVYt9.displayName=\"Teams\";FramerJrRWlVYt9.defaultProps={height:3560,width:1440};addFonts(FramerJrRWlVYt9,[{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:\"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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...HeaderNavigationFonts,...TeamTeamSocialFonts,...TeamSkillBarFonts,...AnimatedCounterFonts,...SectionsCTASectionFonts,...SectionsFooterSectionFonts,...MiscGetFigmaFonts,...ButtonsFreeRemixFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...componentPresets.fonts?.[\"fV7Hk4aRc\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"fV7Hk4aRc\"]):[],...componentPresets.fonts?.[\"zS0GjxlKI\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"zS0GjxlKI\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJrRWlVYt9\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"3560\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"GNUxkngvq\\\":{\\\"pattern\\\":\\\":GNUxkngvq\\\",\\\"name\\\":\\\"hero\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"G2HhZk8SN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yqt1dS4CU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["AnimatedCounter", "props", "from", "to", "duration", "decimalPlaces", "decimalSeparator", "fontFamily", "fontWeight", "fontSize", "lineHeight", "letterSpacing", "textAlign", "color", "playOnLoad", "once", "animationType", "ref", "pe", "isInView", "useInView", "displayValue", "setDisplayValue", "ye", "formatNumber", "isCanvas", "RenderTarget", "ariaLabel", "value", "ue", "animationControl", "animate", "latest", "p", "motion", "addPropertyControls", "ControlType", "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", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "css", "Framerx5lMc6coz", "withCSS", "x5lMc6coz_default", "addPropertyControls", "ControlType", "addFonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "HeaderNavigationFonts", "getFonts", "y9DALnaXZ_default", "HeaderNavigationWithVariantAppearEffect", "withVariantAppearEffect", "MotionDivWithFX", "withFX", "motion", "TeamTeamSocialFonts", "vEJeKn0jB_default", "TeamSkillBarFonts", "x5lMc6coz_default", "TeamSkillBarWithVariantAppearEffect", "AnimatedCounterFonts", "AnimatedCounter", "SectionsCTASectionFonts", "OWBxIwbmj_default", "SectionsFooterSectionFonts", "qZgwx6mWX_default", "MiscGetFigmaFonts", "Agbtnjqvv_default", "ButtonsFreeRemixFonts", "qqiXqx9H_default", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "animation", "transition1", "toResponsiveImage", "value", "equals", "a", "b", "negate", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "apjtjBcFT_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "RNw0R9elz", "kMc396IMk", "rm9WUPG2h", "MdElYXOSu", "dbALWl3Yj", "SlqOyI88o", "vcX0uvaQk", "FFvirznWX", "ZqqH8atct", "s_9Yon_YE", "Fs7BMm1cr", "k32UOSUVy", "oAGHu2f8W", "Fpp5GjvOr", "GEvOkevmR", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "elementId", "useRouteElementId", "usePreloadLocalizedValues", "router", "useRouter", "visible", "visible1", "visible2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "HeaderNavigationWithVariantAppearEffect", "MotionDivWithFX", "RichText2", "x", "getLocalizedValue", "Link", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "ResolveLinks", "resolvedLinks", "vEJeKn0jB_default", "resolvedLinks1", "resolvedLinks2", "TeamSkillBarWithVariantAppearEffect", "AnimatedCounter", "OWBxIwbmj_default", "qZgwx6mWX_default", "Agbtnjqvv_default", "qqiXqx9H_default", "css", "FramerJrRWlVYt9", "withCSS", "JrRWlVYt9_default", "addFonts", "HeaderNavigationFonts", "TeamTeamSocialFonts", "TeamSkillBarFonts", "AnimatedCounterFonts", "SectionsCTASectionFonts", "SectionsFooterSectionFonts", "MiscGetFigmaFonts", "ButtonsFreeRemixFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
