{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@emotion/hash@0.9.2/dist/emotion-hash.esm.js", "ssg:https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js", "ssg:https://framerusercontent.com/modules/fD4AYmkKdlTHfM79GUIF/T9bWelwD5bWEWfbyPK2Y/DrFXUOdbS.js", "ssg:https://framerusercontent.com/modules/0tEGJRI5rMF48saAYR6R/kaP2q6Xppu5G16B97fbk/JCbHf0adC.js", "ssg:https://framerusercontent.com/modules/rl9ZVAfrhpR7p8Wfoguu/hKe061wJdIYsBihk46Qi/f1EWXS8tn.js", "ssg:https://framerusercontent.com/modules/lDJQPsFtcNLVpOOdyI7h/sM1niZbgFVfAIpnGzTRc/L7I11W0vP.js", "ssg:https://framerusercontent.com/modules/d9lMUpZi9GfraxZJTi4e/H4GJOqdYVqRJyTEmyaD5/rYcPcLFex.js"],
  "sourcesContent": ["function murmur2(r){var t=0;var a,e=0,c=r.length;for(;c>=4;++e,c-=4){a=r.charCodeAt(e)&255|(r.charCodeAt(++e)&255)<<8|(r.charCodeAt(++e)&255)<<16|(r.charCodeAt(++e)&255)<<24;a=1540483477*(a&65535)+(59797*(a>>>16)<<16);a^=a>>>24;t=1540483477*(a&65535)+(59797*(a>>>16)<<16)^1540483477*(t&65535)+(59797*(t>>>16)<<16)}switch(c){case 3:t^=(r.charCodeAt(e+2)&255)<<16;case 2:t^=(r.charCodeAt(e+1)&255)<<8;case 1:t^=r.charCodeAt(e)&255;t=1540483477*(t&65535)+(59797*(t>>>16)<<16)}t^=t>>>13;t=1540483477*(t&65535)+(59797*(t>>>16)<<16);return((t^t>>>15)>>>0).toString(36)}export{murmur2 as default};\n//# sourceMappingURL=emotion-hash.esm.js.map\n", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import hash from\"@emotion/hash\";function getAlignmentIcon(alignmentBaseline){switch(alignmentBaseline){case\"top\":return\"Text Top\";case\"center\":return\"Central\";case\"bottom\":return\"Hanging\";}}/**\n * ARC TEXT FOR INSERT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */const Arc=withCSS(function Arc(props){// Checks\nconst isCanvas=RenderTarget.current()===RenderTarget.canvas;// For Ellipse\nconst isEllipse=!props.type;const cylinder=isEllipse?props.cylinderHeight/2:0;// Base arc path\nconst path=createPath(props.flip,cylinder);// Unique IDs to avoid multiple instances on the canvas sharing a single path\nconst id=`curve-${hash(path)}`;// Alignment icon conversion\nconst alignmentValue=getAlignmentIcon(props.alignmentBaseline);return /*#__PURE__*/_jsxs(\"svg\",{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",transformOrigin:\"center\"},viewBox:`0 0 100 100`,overflow:\"visible\",children:[/*#__PURE__*/_jsx(\"path\",{id:id,d:path,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/_jsx(\"text\",{children:/*#__PURE__*/_jsx(\"textPath\",{href:`#${id}`,startOffset:props.startOffset,dominantBaseline:alignmentValue,style:{letterSpacing:props.font.letterSpacing?props.font.letterSpacing:1.85,...props.font,fill:props.color},children:props.text})})]});},// Work around a bug with framer-motion that calculates a px origin when animating SVG elements.\n[\".transform-origin-center-center { transform-origin: center center !important; }\"]);export default Arc;Arc.defaultProps={height:50,width:50};addPropertyControls(Arc,{text:{title:\"Content\",type:ControlType.String,defaultValue:\"DESIGN SITES LIKE A PRO WITH FRAMER\",displayTextArea:true},type:{title:\"Type\",type:ControlType.Boolean,enabledTitle:\"Circle\",disabledTitle:\"Ellipse\",defaultValue:true},cylinderHeight:{title:\"Height\",type:ControlType.Number,min:0,max:1e3,displayStepper:true,hidden:props=>props.type},alignmentBaseline:{title:\"Align\",type:ControlType.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:true},flip:{type:ControlType.Boolean,defaultValue:false,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\"},startOffset:{title:\"Offset\",type:ControlType.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:false},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#999\"}});/* Path creation method */const createPath=(flip,cylinder)=>{const cylinderTop=50-cylinder;const cylinderBottom=50+cylinder;return!flip?`M 0 50 L 0 ${cylinderTop} A 1 1 0 0 1 100 ${cylinderTop} L 100 50 L 100 ${cylinderBottom} A 1 1 0 0 1 0 ${cylinderBottom} L 0 ${cylinderTop}`:`M 0 50 L 0 ${cylinderBottom} A 1 1 0 1 0 100 ${cylinderBottom} L 100 ${cylinderTop} A 1 1 0 1 0 0 ${cylinderTop} L 0 50`;};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"150\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"150\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Arc from\"https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js\";const ArcFonts=getFonts(Arc);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const cycleOrder=[\"WxdS6Zdcg\",\"mUGEUX8cE\"];const serializationHash=\"framer-owYq4\";const variantClassNames={mUGEUX8cE:\"framer-v-b3totc\",WxdS6Zdcg:\"framer-v-1bu3o8r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:15,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"Not visible\":\"mUGEUX8cE\",Default:\"WxdS6Zdcg\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WxdS6Zdcg\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WxdS6Zdcg\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"mUGEUX8cE\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1bu3o8r\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"WxdS6Zdcg\",ref:refBinding,style:{...style},...addPropertyOverrides({mUGEUX8cE:{\"data-framer-name\":\"Not visible\"}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ap6jtf-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"jaREIDRLw-container\",nodeId:\"jaREIDRLw\",rendersWithMotion:true,scopeId:\"DrFXUOdbS\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"center\",color:\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\",cylinderHeight:0,flip:false,font:{fontFamily:'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',fontSize:\"11px\",fontWeight:599,letterSpacing:\"-0.05em\",lineHeight:\"1em\"},height:\"100%\",id:\"jaREIDRLw\",layoutId:\"jaREIDRLw\",startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"Encore Talent Management - Dream Builders - Rain Makers - 21st -\",type:true,width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-owYq4.framer-1uq8176, .framer-owYq4 .framer-1uq8176 { display: block; }\",\".framer-owYq4.framer-1bu3o8r { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 300px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-owYq4 .framer-1ap6jtf-container { flex: none; height: 274px; position: relative; width: 274px; z-index: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"mUGEUX8cE\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerDrFXUOdbS=withCSS(Component,css,\"framer-owYq4\");export default FramerDrFXUOdbS;FramerDrFXUOdbS.displayName=\"Arc Ticker\";FramerDrFXUOdbS.defaultProps={height:300,width:300};addPropertyControls(FramerDrFXUOdbS,{variant:{options:[\"WxdS6Zdcg\",\"mUGEUX8cE\"],optionTitles:[\"Default\",\"Not visible\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDrFXUOdbS,[{explicitInter:true,fonts:[]},...ArcFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDrFXUOdbS\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"300\",\"framerIntrinsicHeight\":\"300\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mUGEUX8cE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DrFXUOdbS.map", "// Generated by Framer (f7d95e4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-bvGzb .framer-styles-preset-zgmrxo:not(.rich-text-wrapper), .framer-bvGzb .framer-styles-preset-zgmrxo.rich-text-wrapper a { --framer-link-current-text-color: var(--token-d8014220-2a78-4e07-9390-e464885c7a19, #ff4400); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-d8014220-2a78-4e07-9390-e464885c7a19, #ff4400); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-d8014220-2a78-4e07-9390-e464885c7a19, #ff4400); --framer-link-text-decoration: none; }\"];export const className=\"framer-bvGzb\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/0tEGJRI5rMF48saAYR6R/kaP2q6Xppu5G16B97fbk/JCbHf0adC.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/DGFlR20onVpsxqOWRHq5/2ZPOZnomUPvPL9baliYg/NSeYnuIp_.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/l8lNLPZCAWzBS2f8qf3z/zI00w6uUDwHEmFCF6TcQ/o_UxbraPE.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/RqD9V9RU9J5KnofPKaoH/I6YA7JFU0uQ8fU1OW48o/W8TTjiBap.js\";const serializationHash=\"framer-kaAf3\";const variantClassNames={dSKhjbvZp:\"framer-v-4udegl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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 transition2={bounce:.25,delay:0,duration:.35,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition2};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({designation,height,id,name1,photo,social1,social2,social3,social4,social5,socialLink1,socialLink2,socialLink3,socialLink4,socialLink5,width,...props})=>{return{...props,BPJI108GF:photo??props.BPJI108GF??{alt:\"\",src:\"https://framerusercontent.com/images/9pmV8Rjhl56Is0AguVOneDJuycc.jpeg\",srcSet:\"https://framerusercontent.com/images/9pmV8Rjhl56Is0AguVOneDJuycc.jpeg 553w\"},CqF9CTGlM:social1??props.CqF9CTGlM??\"X\",e724oZoWI:socialLink2??props.e724oZoWI,E9kTCMPSx:designation??props.E9kTCMPSx??\"Designation\",en9QiJkuJ:name1??props.en9QiJkuJ??\"Name\",FWFKy9F6d:social2??props.FWFKy9F6d??\"IG\",gdaEzDR_v:socialLink5??props.gdaEzDR_v,p9DUPp2AS:social3??props.p9DUPp2AS??\"LI\",PrVuRiKiY:socialLink1??props.PrVuRiKiY,QYdh7Q6gm:socialLink3??props.QYdh7Q6gm,RRsy5sigL:social4??props.RRsy5sigL??\"WA\",wvbooMidf:socialLink4??props.wvbooMidf,Z3_9pUyok:social5??props.Z3_9pUyok??\"EMAIL\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,BPJI108GF,en9QiJkuJ,E9kTCMPSx,CqF9CTGlM,PrVuRiKiY,FWFKy9F6d,e724oZoWI,p9DUPp2AS,QYdh7Q6gm,RRsy5sigL,wvbooMidf,Z3_9pUyok,gdaEzDR_v,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"dSKhjbvZp\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(CqF9CTGlM);const visible1=isSet(FWFKy9F6d);const visible2=isSet(p9DUPp2AS);const visible3=isSet(RRsy5sigL);const visible4=isSet(Z3_9pUyok);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4udegl\",className,classNames),\"data-framer-name\":\"Profile Card\",layoutDependency:layoutDependency,layoutId:\"dSKhjbvZp\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10hkhwt\",\"data-framer-name\":\"Photo\",layoutDependency:layoutDependency,layoutId:\"FnHdbV7qo\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||634)-40-593.7)/2+0+0)+0),pixelHeight:830,pixelWidth:553,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(BPJI108GF)},className:\"framer-svar7q\",\"data-framer-name\":\"Photo\",layoutDependency:layoutDependency,layoutId:\"lLVlJIKt7\",whileHover:animation})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xbm4hw\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"OzFUHNzGq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fxcsop\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"JIGZhF8lA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e309f3fd-e019-4571-a428-1d0e34f3ca38, rgb(230, 230, 230))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54)))\"},children:\"Name\"})}),className:\"framer-1s88st7\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fBZ3aAAUz\",style:{\"--extracted-1w1cjl5\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\",\"--framer-paragraph-spacing\":\"0px\"},text:en9QiJkuJ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x5nt9t\",\"data-styles-preset\":\"o_UxbraPE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145)))\"},children:\"Designation\"})}),className:\"framer-1jib528\",\"data-framer-name\":\"Designation\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HKdjBMrvE\",style:{\"--extracted-r6o4lv\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\",\"--framer-paragraph-spacing\":\"0px\"},text:E9kTCMPSx,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o179o4\",\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"aI83RcH7Q\",children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-hc6tm6\",\"data-styles-preset\":\"W8TTjiBap\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:PrVuRiKiY,motionChild:true,nodeId:\"nK0AD84Vq\",openInNewTab:true,scopeId:\"f1EWXS8tn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zgmrxo\",\"data-styles-preset\":\"JCbHf0adC\",children:\"X\"})})})}),className:\"framer-1q1xd9e\",\"data-framer-name\":\"Social 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nK0AD84Vq\",style:{\"--extracted-1w1cjl5\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\",\"--framer-paragraph-spacing\":\"0px\"},text:CqF9CTGlM,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-hc6tm6\",\"data-styles-preset\":\"W8TTjiBap\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:e724oZoWI,motionChild:true,nodeId:\"AJrVZOJ6l\",openInNewTab:true,scopeId:\"f1EWXS8tn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zgmrxo\",\"data-styles-preset\":\"JCbHf0adC\",children:\"IG\"})})})}),className:\"framer-zmkmkp\",\"data-framer-name\":\"Social 2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AJrVZOJ6l\",style:{\"--extracted-1w1cjl5\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\",\"--framer-paragraph-spacing\":\"0px\"},text:FWFKy9F6d,verticalAlignment:\"top\",withExternalLayout:true}),visible2&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-hc6tm6\",\"data-styles-preset\":\"W8TTjiBap\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:QYdh7Q6gm,motionChild:true,nodeId:\"wxz6AwEQx\",openInNewTab:true,scopeId:\"f1EWXS8tn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zgmrxo\",\"data-styles-preset\":\"JCbHf0adC\",children:\"LI\"})})})}),className:\"framer-1q9tpxl\",\"data-framer-name\":\"Social 3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wxz6AwEQx\",style:{\"--extracted-1w1cjl5\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\",\"--framer-paragraph-spacing\":\"0px\"},text:p9DUPp2AS,verticalAlignment:\"top\",withExternalLayout:true}),visible3&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-hc6tm6\",\"data-styles-preset\":\"W8TTjiBap\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:wvbooMidf,motionChild:true,nodeId:\"GUHg2oZpd\",openInNewTab:true,scopeId:\"f1EWXS8tn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zgmrxo\",\"data-styles-preset\":\"JCbHf0adC\",children:\"WA\"})})})}),className:\"framer-65p0sr\",\"data-framer-name\":\"Social 4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GUHg2oZpd\",style:{\"--extracted-1w1cjl5\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\",\"--framer-paragraph-spacing\":\"0px\"},text:RRsy5sigL,verticalAlignment:\"top\",withExternalLayout:true}),visible4&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-hc6tm6\",\"data-styles-preset\":\"W8TTjiBap\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:gdaEzDR_v,motionChild:true,nodeId:\"k3d1LLgXD\",openInNewTab:true,scopeId:\"f1EWXS8tn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zgmrxo\",\"data-styles-preset\":\"JCbHf0adC\",children:\"EMAIL\"})})})}),className:\"framer-hrq4na\",\"data-framer-name\":\"Social 5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k3d1LLgXD\",style:{\"--extracted-1w1cjl5\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\",\"--framer-paragraph-spacing\":\"0px\"},text:Z3_9pUyok,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kaAf3.framer-gwf704, .framer-kaAf3 .framer-gwf704 { display: block; }\",\".framer-kaAf3.framer-4udegl { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 300px; }\",\".framer-kaAf3 .framer-10hkhwt { align-content: center; align-items: center; 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: 100%; }\",\".framer-kaAf3 .framer-svar7q { align-content: center; align-items: center; aspect-ratio: 0.6521739130434783 / 1; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 460px); justify-content: center; min-height: 460px; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-kaAf3 .framer-xbm4hw { 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-kaAf3 .framer-fxcsop { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 12px 0px; position: relative; width: 100%; }\",\".framer-kaAf3 .framer-1s88st7, .framer-kaAf3 .framer-1jib528, .framer-kaAf3 .framer-1q1xd9e, .framer-kaAf3 .framer-zmkmkp, .framer-kaAf3 .framer-1q9tpxl, .framer-kaAf3 .framer-65p0sr, .framer-kaAf3 .framer-hrq4na { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kaAf3 .framer-o179o4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kaAf3.framer-4udegl, .framer-kaAf3 .framer-10hkhwt, .framer-kaAf3 .framer-svar7q, .framer-kaAf3 .framer-xbm4hw, .framer-kaAf3 .framer-fxcsop, .framer-kaAf3 .framer-o179o4 { gap: 0px; } .framer-kaAf3.framer-4udegl > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kaAf3.framer-4udegl > :first-child, .framer-kaAf3 .framer-svar7q > :first-child, .framer-kaAf3 .framer-xbm4hw > :first-child, .framer-kaAf3 .framer-fxcsop > :first-child { margin-top: 0px; } .framer-kaAf3.framer-4udegl > :last-child, .framer-kaAf3 .framer-svar7q > :last-child, .framer-kaAf3 .framer-xbm4hw > :last-child, .framer-kaAf3 .framer-fxcsop > :last-child { margin-bottom: 0px; } .framer-kaAf3 .framer-10hkhwt > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kaAf3 .framer-10hkhwt > :first-child, .framer-kaAf3 .framer-o179o4 > :first-child { margin-left: 0px; } .framer-kaAf3 .framer-10hkhwt > :last-child, .framer-kaAf3 .framer-o179o4 > :last-child { margin-right: 0px; } .framer-kaAf3 .framer-svar7q > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-kaAf3 .framer-xbm4hw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-kaAf3 .framer-fxcsop > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-kaAf3 .framer-o179o4 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-kaAf3[data-border=\"true\"]::after, .framer-kaAf3 [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 634\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"BPJI108GF\":\"photo\",\"en9QiJkuJ\":\"name1\",\"E9kTCMPSx\":\"designation\",\"CqF9CTGlM\":\"social1\",\"PrVuRiKiY\":\"socialLink1\",\"FWFKy9F6d\":\"social2\",\"e724oZoWI\":\"socialLink2\",\"p9DUPp2AS\":\"social3\",\"QYdh7Q6gm\":\"socialLink3\",\"RRsy5sigL\":\"social4\",\"wvbooMidf\":\"socialLink4\",\"Z3_9pUyok\":\"social5\",\"gdaEzDR_v\":\"socialLink5\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerf1EWXS8tn=withCSS(Component,css,\"framer-kaAf3\");export default Framerf1EWXS8tn;Framerf1EWXS8tn.displayName=\"Profile Card\";Framerf1EWXS8tn.defaultProps={height:634,width:300};addPropertyControls(Framerf1EWXS8tn,{BPJI108GF:{__defaultAssetReference:\"data:framer/asset-reference,9pmV8Rjhl56Is0AguVOneDJuycc.jpeg?originalFilename=Cheerful+Man+at+Airport.jpeg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,9pmV8Rjhl56Is0AguVOneDJuycc.jpeg?originalFilename=Cheerful+Man+at+Airport.jpeg&preferredSize=auto\"},title:\"Photo\",type:ControlType.ResponsiveImage},en9QiJkuJ:{defaultValue:\"Name\",displayTextArea:false,title:\"Name\",type:ControlType.String},E9kTCMPSx:{defaultValue:\"Designation\",displayTextArea:false,title:\"Designation\",type:ControlType.String},CqF9CTGlM:{defaultValue:\"X\",description:\"\",displayTextArea:false,title:\"Social 1\",type:ControlType.String},PrVuRiKiY:{title:\"Social Link 1\",type:ControlType.Link},FWFKy9F6d:{defaultValue:\"IG\",description:\"\",displayTextArea:false,placeholder:\"\",title:\"Social 2\",type:ControlType.String},e724oZoWI:{title:\"Social Link 2\",type:ControlType.Link},p9DUPp2AS:{defaultValue:\"LI\",description:\"\",displayTextArea:false,title:\"Social 3\",type:ControlType.String},QYdh7Q6gm:{title:\"Social Link 3\",type:ControlType.Link},RRsy5sigL:{defaultValue:\"WA\",description:\"\",displayTextArea:false,title:\"Social 4\",type:ControlType.String},wvbooMidf:{title:\"Social Link 4\",type:ControlType.Link},Z3_9pUyok:{defaultValue:\"EMAIL\",description:\"\",displayTextArea:false,title:\"Social 5\",type:ControlType.String},gdaEzDR_v:{title:\"Social Link 5\",type:ControlType.Link}});addFonts(Framerf1EWXS8tn,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerf1EWXS8tn\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"300\",\"framerVariables\":\"{\\\"BPJI108GF\\\":\\\"photo\\\",\\\"en9QiJkuJ\\\":\\\"name1\\\",\\\"E9kTCMPSx\\\":\\\"designation\\\",\\\"CqF9CTGlM\\\":\\\"social1\\\",\\\"PrVuRiKiY\\\":\\\"socialLink1\\\",\\\"FWFKy9F6d\\\":\\\"social2\\\",\\\"e724oZoWI\\\":\\\"socialLink2\\\",\\\"p9DUPp2AS\\\":\\\"social3\\\",\\\"QYdh7Q6gm\\\":\\\"socialLink3\\\",\\\"RRsy5sigL\\\":\\\"social4\\\",\\\"wvbooMidf\\\":\\\"socialLink4\\\",\\\"Z3_9pUyok\\\":\\\"social5\\\",\\\"gdaEzDR_v\\\":\\\"socialLink5\\\"}\",\"framerIntrinsicHeight\":\"634\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/DGFlR20onVpsxqOWRHq5/2ZPOZnomUPvPL9baliYg/NSeYnuIp_.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/l8lNLPZCAWzBS2f8qf3z/zI00w6uUDwHEmFCF6TcQ/o_UxbraPE.js\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-3brge\";const variantClassNames={cRtzSxIv9:\"framer-v-1eqdi9e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition1={delay:0,duration:1.4,ease:[.22,1,.36,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:30};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({award,date,event,height,id,width,...props})=>{return{...props,ailoJs_CC:date??props.ailoJs_CC??\"Date\",QBokwRRwV:award??props.QBokwRRwV??\"Award\",UPKS4eQnY:event??props.UPKS4eQnY??\"Event\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,QBokwRRwV,UPKS4eQnY,ailoJs_CC,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"cRtzSxIv9\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-1eqdi9e\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"cRtzSxIv9\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e309f3fd-e019-4571-a428-1d0e34f3ca38, rgb(230, 230, 230))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rib30v\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"zaBjCS4Kx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"FWA\"})})}),className:\"framer-l0ysmm\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"mYZYFwdxb\",style:{\"--extracted-1w1cjl5\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},text:QBokwRRwV,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x5nt9t\",\"data-styles-preset\":\"o_UxbraPE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0)))\"},children:\"2025\"})}),className:\"framer-1lddezb\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"R_aCmthud\",style:{\"--extracted-r6o4lv\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},text:ailoJs_CC,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gpfbwt\",\"data-framer-name\":\"Description\",layoutDependency:layoutDependency,layoutId:\"mPOjRfrs4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x5nt9t\",\"data-styles-preset\":\"o_UxbraPE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145)))\"},children:\"Site of the Day - velocitymotors.com\"})}),className:\"framer-58zajt\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"P0uD_Mho_\",style:{\"--extracted-r6o4lv\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},text:UPKS4eQnY,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3brge.framer-lx9hgm, .framer-3brge .framer-lx9hgm { display: block; }\",\".framer-3brge.framer-1eqdi9e { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 0px 16px 0px; position: relative; width: 530px; }\",\".framer-3brge .framer-1rib30v, .framer-3brge .framer-1gpfbwt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3brge .framer-l0ysmm, .framer-3brge .framer-58zajt { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-3brge .framer-1lddezb { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3brge.framer-1eqdi9e { gap: 0px; } .framer-3brge.framer-1eqdi9e > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-3brge.framer-1eqdi9e > :first-child { margin-top: 0px; } .framer-3brge.framer-1eqdi9e > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-3brge[data-border=\"true\"]::after, .framer-3brge [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 77\n * @framerIntrinsicWidth 530\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"QBokwRRwV\":\"award\",\"UPKS4eQnY\":\"event\",\"ailoJs_CC\":\"date\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerL7I11W0vP=withCSS(Component,css,\"framer-3brge\");export default FramerL7I11W0vP;FramerL7I11W0vP.displayName=\"Award Card\";FramerL7I11W0vP.defaultProps={height:77,width:530};addPropertyControls(FramerL7I11W0vP,{QBokwRRwV:{defaultValue:\"Award\",displayTextArea:false,title:\"Award\",type:ControlType.String},UPKS4eQnY:{defaultValue:\"Event\",displayTextArea:false,title:\"Event\",type:ControlType.String},ailoJs_CC:{defaultValue:\"Date\",description:\"\",displayTextArea:false,title:\"Date\",type:ControlType.String}});addFonts(FramerL7I11W0vP,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL7I11W0vP\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"QBokwRRwV\\\":\\\"award\\\",\\\"UPKS4eQnY\\\":\\\"event\\\",\\\"ailoJs_CC\\\":\\\"date\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"530\",\"framerIntrinsicHeight\":\"77\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import ArcTicker from\"#framer/local/canvasComponent/DrFXUOdbS/DrFXUOdbS.js\";import Buttons from\"#framer/local/canvasComponent/eabItNoGq/eabItNoGq.js\";import ProfileCard from\"#framer/local/canvasComponent/f1EWXS8tn/f1EWXS8tn.js\";import AwardCard from\"#framer/local/canvasComponent/L7I11W0vP/L7I11W0vP.js\";import FootCard from\"#framer/local/canvasComponent/Mf6dOpCBo/Mf6dOpCBo.js\";import Cursor from\"#framer/local/canvasComponent/QJSqll93B/QJSqll93B.js\";import NumberFlow from\"#framer/local/canvasComponent/qQnPciu5G/qQnPciu5G.js\";import Logo from\"#framer/local/canvasComponent/thaeLBNg8/thaeLBNg8.js\";import Projects from\"#framer/local/collection/PuvR7bUan/PuvR7bUan.js\";import*as sharedStyle7 from\"#framer/local/css/AY9lM9fVW/AY9lM9fVW.js\";import*as sharedStyle8 from\"#framer/local/css/dwLQGPHaB/dwLQGPHaB.js\";import*as sharedStyle5 from\"#framer/local/css/gFafTsDWV/gFafTsDWV.js\";import*as sharedStyle3 from\"#framer/local/css/gvtU1mduf/gvtU1mduf.js\";import*as sharedStyle1 from\"#framer/local/css/l_EW9dwqu/l_EW9dwqu.js\";import*as sharedStyle4 from\"#framer/local/css/N8U_mBXjk/N8U_mBXjk.js\";import*as sharedStyle2 from\"#framer/local/css/NSeYnuIp_/NSeYnuIp_.js\";import*as sharedStyle10 from\"#framer/local/css/o_UxbraPE/o_UxbraPE.js\";import*as sharedStyle6 from\"#framer/local/css/W8TTjiBap/W8TTjiBap.js\";import*as sharedStyle9 from\"#framer/local/css/YePl36X5E/YePl36X5E.js\";import*as sharedStyle from\"#framer/local/css/ZalpCcU7H/ZalpCcU7H.js\";import metadataProvider from\"#framer/local/webPageMetadata/rYcPcLFex/rYcPcLFex.js\";const LogoFonts=getFonts(Logo);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const RichTextWithFX=withFX(RichText);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ArcTickerFonts=getFonts(ArcTicker);const MotionDivWithFX=withFX(motion.div);const ProfileCardFonts=getFonts(ProfileCard);const FootCardFonts=getFonts(FootCard);const ImageWithFX=withFX(Image);const AwardCardFonts=getFonts(AwardCard);const NumberFlowFonts=getFonts(NumberFlow);const NumberFlowWithVariantAppearEffect=withVariantAppearEffect(NumberFlow);const ButtonsFonts=getFonts(Buttons);const SmoothScrollFonts=getFonts(SmoothScroll);const CursorFonts=getFonts(Cursor);const breakpoints={gdgcU_6J6:\"(min-width: 810px) and (max-width: 1199px)\",p0Uz6ckLe:\"(max-width: 809px)\",y1ZBqH9Vn:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-fhgHb\";const variantClassNames={gdgcU_6J6:\"framer-v-dj54fd\",p0Uz6ckLe:\"framer-v-1myylgp\",y1ZBqH9Vn:\"framer-v-1ilo85p\"};const animation={opacity:.001,rotate:0,rotateX:0,rotateY:90,scale:1,skewX:0,skewY:0,x:0,y:60};const transition1={bounce:0,delay:.05,duration:.6,type:\"spring\"};const textEffect={effect:animation,tokenization:\"character\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const transition2={bounce:.3,delay:.3,duration:1.4,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition3={delay:0,duration:2,ease:[0,.81,.39,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:2,skewX:0,skewY:0,x:0,y:0};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:2,skewX:0,skewY:0,x:0,y:0};const transition4={delay:0,duration:1.4,ease:[.22,1,.36,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition5={bounce:.2,delay:.2,duration:1,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:40};const transition6={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation11={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60};const transition7={delay:.2,duration:1.4,ease:[.22,1,.36,1],type:\"tween\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation13={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:8};const transition8={delay:.004,duration:1,ease:[.48,0,.17,.96],type:\"tween\"};const textEffect1={effect:animation13,repeat:false,startDelay:0,threshold:.5,tokenization:\"character\",transition:transition8,trigger:\"onInView\",type:\"appear\"};const animation14={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:7};const transition9={delay:.006,duration:1,ease:[.28,.25,.13,.96],type:\"tween\"};const textEffect2={effect:animation14,repeat:false,startDelay:0,threshold:0,tokenization:\"character\",transition:transition9,trigger:\"onInView\",type:\"appear\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:30};const textEffect3={effect:animation13,repeat:false,startDelay:0,threshold:0,tokenization:\"character\",transition:transition8,trigger:\"onInView\",type:\"appear\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:30};const transition10={delay:.4,duration:1.4,ease:[.22,1,.36,1],type:\"tween\"};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:30};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition11={bounce:.25,delay:0,duration:.35,type:\"spring\"};const animation19={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition11};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition12={delay:.8,duration:1.4,ease:[.22,1,.36,1],type:\"tween\"};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:0,y:30};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition13={delay:.2,duration:1.1,ease:[.64,0,.16,.97],type:\"tween\"};const animation21={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition13,x:0,y:0};const animation22={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.4,skewX:0,skewY:0,x:0,y:0};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"y1ZBqH9Vn\",Phone:\"p0Uz6ckLe\",Tablet:\"gdgcU_6J6\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"y1ZBqH9Vn\"};};const cursor={component:Cursor,variant:\"E03bJOqph\"};const cursor1={component:Cursor,variant:\"les1BtQT1\"};const cursor2={component:Cursor,variant:\"E1t5WXh9X\"};const cursor3={component:Cursor,variant:\"x8kS4QO2P\"};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,iiDAmiu90jMOlWT3KW,fKGtoKC1rjMOlWT3KW,oA9SfBlD1jMOlWT3KW,idjMOlWT3KW,...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,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"lMtLI_ptc\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"u0rP44l3p\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"mR4SHDi2a\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"W608xChl9\");const ref4=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"gdgcU_6J6\",\"p0Uz6ckLe\"].includes(baseVariant))return false;return true;};const router=useRouter();const elementId4=useRouteElementId(\"rBQQO0Ed4\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"p37RM5ZlO\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"dvOsbbQCs\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"bRsg99PlU\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"p8046rCPJ\");const ref9=React.useRef(null);useCustomCursors({\"1bp5k8d\":cursor3,\"1rnhzhp\":cursor,\"48ogek\":cursor1,uww1gk:cursor2});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"y1ZBqH9Vn\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ilo85p\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nq98yy-container\",layoutScroll:true,nodeId:\"w6M7hu9sO\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{variant:\"RgP2At3ct\"},p0Uz6ckLe:{variant:\"li8qxsiAp\"}},children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"w6M7hu9sO\",layoutId:\"w6M7hu9sO\",style:{height:\"100%\",width:\"100%\"},variant:\"X5i3cdmV9\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{\"data-framer-cursor\":undefined},p0Uz6ckLe:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1tavloe\",\"data-framer-cursor\":\"1rnhzhp\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-75twq8\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idgwxl\",\"data-styles-preset\":\"ZalpCcU7H\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\"},children:\"About us\"})}),className:\"framer-1bmn4ri\",\"data-framer-name\":\"Headline\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xnkzde\",\"data-styles-preset\":\"l_EW9dwqu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\"},children:\"Your spotlight is our mission. We work in the shadows so you can shine.\"})}),className:\"framer-1e99cnm\",\"data-framer-appear-id\":\"1e99cnm\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],initial:animation2,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p0Uz6ckLe:{initial:animation5}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation3,background:{alt:\" Collaborative work session overhead view of six people collaborating at a rustic wooden table with coffee, papers, and a laptop\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:791,pixelWidth:1200,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/U6hBAwwfHPTPGlsVj9zHp9HRF2c.jpeg\",srcSet:\"https://framerusercontent.com/images/U6hBAwwfHPTPGlsVj9zHp9HRF2c.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/U6hBAwwfHPTPGlsVj9zHp9HRF2c.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U6hBAwwfHPTPGlsVj9zHp9HRF2c.jpeg 1200w\"},className:\"framer-1tdrl5j\",\"data-framer-appear-id\":\"1tdrl5j\",\"data-framer-name\":\"BG\",initial:animation4,optimized:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{\"data-framer-cursor\":undefined},p0Uz6ckLe:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsxs(\"main\",{className:\"framer-16ar6ge\",\"data-framer-cursor\":\"1rnhzhp\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-nig3ct\",\"data-framer-name\":\"Who we are\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cylqwh\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1de5uo6\",\"data-framer-appear-id\":\"1de5uo6\",\"data-framer-name\":\"Left\",initial:animation7,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nidxxd\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d1ed6fa9-776f-4c8e-9455-c25d9df057af, rgb(192, 192, 192))\"},children:\"Introduction\"})}),className:\"framer-1t8zw6e\",\"data-framer-name\":\"Headline Small\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation10,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-9qeksy\",\"data-styles-preset\":\"gvtU1mduf\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:[\"We are Encore Talent Management\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"@encore.talent\"]})}),className:\"framer-zogbh5\",\"data-framer-appear-id\":\"zogbh5\",\"data-framer-name\":\"Headline 2\",fonts:[\"Inter\"],initial:animation11,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14l0faq\",\"data-border\":true,\"data-framer-name\":\"Footer\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cteeh2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"y0hCaQ7ps\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d8014220-2a78-4e07-9390-e464885c7a19, rgb(255, 68, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Infinity\",id:\"y0hCaQ7ps\",layoutId:\"y0hCaQ7ps\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-m0fk0x\",\"data-styles-preset\":\"N8U_mBXjk\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"By staying at the forefront of innovation, we ensure our models maintain their competitive edge.\"})}),className:\"framer-87rtoz\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation12,className:\"framer-umzj4k\",\"data-framer-appear-id\":\"umzj4k\",\"data-framer-name\":\"Right\",initial:animation7,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h5\",{className:\"framer-styles-preset-17h9v8l\",\"data-styles-preset\":\"gFafTsDWV\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"A OnlyFans talent management agency built for today's digital landscape. \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"Our approach combines strategic thinking with creative execution, following industry best practices and emerging trends to deliver results that matter. \"})]})}),className:\"framer-1g19ez9\",\"data-framer-name\":\"Headline\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-321ba6\",\"data-framer-name\":\"Paragraphs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-hc6tm6\",\"data-styles-preset\":\"W8TTjiBap\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"We believe in the power of consistency and well structured plans. Every pixel serves a function, every interaction has meaning. By staying ahead of industry trends and best practices, we ensure our models receive solutions that are both current and future-ready.\"})}),className:\"framer-1hkb5v7\",\"data-framer-name\":\"P1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-hc6tm6\",\"data-styles-preset\":\"W8TTjiBap\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Our collective brings together diverse talents united by a passion for success. From strategist directors to managers, account assistants, to directors, each team member contributes unique expertise to your success.\"})}),className:\"framer-yhdcpu\",\"data-framer-name\":\"P2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-14rq75r\",\"data-framer-name\":\"Mission\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3agx4n\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1udic4l\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1vubeqm\",\"data-styles-preset\":\"AY9lM9fVW\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\"},children:[\"Our vision is to continue pushing boundaries, setting new standards in the OnlyFans economy. \",/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\"},children:\"We're not just managing accounts \u2013 we're shaping digital experiences that drive business growth and user engagement. \"})]})}),className:\"framer-1n2pth0\",\"data-framer-name\":\"Headline\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e3p24r\",\"data-framer-name\":\"Signo\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+760+363+0+121.6+40+0),pixelHeight:120,pixelWidth:345,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/CX8WFD6NUa3fzc79lvCzEZaZo.svg\"}},p0Uz6ckLe:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+735.3+60+0+121.6+0+0),pixelHeight:120,pixelWidth:345,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/CX8WFD6NUa3fzc79lvCzEZaZo.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+1e3+387+0+121.6+0+0),pixelHeight:120,pixelWidth:345,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/CX8WFD6NUa3fzc79lvCzEZaZo.svg\"},className:\"framer-1ofx279\",style:{rotate:-3}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1hn4rvx\",\"data-styles-preset\":\"dwLQGPHaB\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\"},children:\"Founder & CEO\"})}),className:\"framer-1ipn65r\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-tuvsez\",\"data-framer-name\":\"Work Method\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l3hqem\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-333tf1\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9qeksy\",\"data-styles-preset\":\"gvtU1mduf\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d1ed6fa9-776f-4c8e-9455-c25d9df057af, rgb(192, 192, 192))\"},children:\"Say goodbye to old school, dinosaur agencies.\"})}),className:\"framer-1ygoy63\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-17h9v8l\",\"data-styles-preset\":\"gFafTsDWV\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"Our generation is experiencing a technological revolution none have seen so far. We live in a time, where personal and financial freedom are possible for a growing number of people around the globe.\"}),/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-17h9v8l\",\"data-styles-preset\":\"gFafTsDWV\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"\u200B\"})]}),className:\"framer-1037yl7\",\"data-framer-name\":\"Header\",effect:textEffect3,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7kbrjo\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{background:{alt:\"Young black woman witting at the table working on a laptop\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+1760+80+0+301.6+0+0),pixelHeight:1200,pixelWidth:904,sizes:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 80px)`,src:\"https://framerusercontent.com/images/VJjfpD4CG3KJQ61I0wBn83o058.jpeg\",srcSet:\"https://framerusercontent.com/images/VJjfpD4CG3KJQ61I0wBn83o058.jpeg?scale-down-to=1024 771w,https://framerusercontent.com/images/VJjfpD4CG3KJQ61I0wBn83o058.jpeg 904w\"}},p0Uz6ckLe:{background:{alt:\"Young black woman witting at the table working on a laptop\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+1080.3+60+0+60+0+0),pixelHeight:1200,pixelWidth:904,sizes:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 48px)`,src:\"https://framerusercontent.com/images/VJjfpD4CG3KJQ61I0wBn83o058.jpeg\",srcSet:\"https://framerusercontent.com/images/VJjfpD4CG3KJQ61I0wBn83o058.jpeg?scale-down-to=1024 771w,https://framerusercontent.com/images/VJjfpD4CG3KJQ61I0wBn83o058.jpeg 904w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Young black woman witting at the table working on a laptop\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+2e3+200+0+0+0),pixelHeight:1200,pixelWidth:904,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1800px) - 140px) / 2, 1px)`,src:\"https://framerusercontent.com/images/VJjfpD4CG3KJQ61I0wBn83o058.jpeg\",srcSet:\"https://framerusercontent.com/images/VJjfpD4CG3KJQ61I0wBn83o058.jpeg?scale-down-to=1024 771w,https://framerusercontent.com/images/VJjfpD4CG3KJQ61I0wBn83o058.jpeg 904w\"},className:\"framer-6iiq6r\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{y:(componentViewport?.y||0)+0+700+0+1760+80+0+301.6+0+0+50},p0Uz6ckLe:{y:(componentViewport?.y||0)+0+700+0+1080.3+60+0+60+0+0+50}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"300px\",y:(componentViewport?.y||0)+0+700+0+2e3+200+0+0+0+50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c0lcwh-container\",nodeId:\"u0pc7fgMU\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(ArcTicker,{height:\"100%\",id:\"u0pc7fgMU\",layoutId:\"u0pc7fgMU\",style:{height:\"100%\",width:\"100%\"},variant:\"WxdS6Zdcg\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l816tw\",\"data-framer-name\":\"Objectives\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1i0qwx\",\"data-framer-name\":\"Feature 1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-g90o1d\",\"data-styles-preset\":\"YePl36X5E\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Standard Operating Procedures\"})})}),className:\"framer-1qmrm7y\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-m0fk0x\",\"data-styles-preset\":\"N8U_mBXjk\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"We help OF creators like you achieve their dreams, the clever way\"})}),className:\"framer-mynjw7\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-oxyxys\",\"data-framer-name\":\"Feature 2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-g90o1d\",\"data-styles-preset\":\"YePl36X5E\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Tired of juggling the hustle with creating?\"})})}),className:\"framer-oyfder\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-m0fk0x\",\"data-styles-preset\":\"N8U_mBXjk\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Our team of experts provides the tools and support you need to build a thriving fanbase, streamline operations, and maximize your earning potential.\"})}),className:\"framer-vwp1ru\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-o5psml\",\"data-framer-name\":\"Feature 2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-g90o1d\",\"data-styles-preset\":\"YePl36X5E\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Ready to take your passion to the next level? \"})})}),className:\"framer-1qm3w46\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-m0fk0x\",\"data-styles-preset\":\"N8U_mBXjk\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Let's chat and see how we can help you achieve your goals!\"})}),className:\"framer-2vec4\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-bm50ek\",\"data-border\":true,\"data-framer-name\":\"The Team\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1we4lgo\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vmn36d\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fv8taw\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yut985\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d1ed6fa9-776f-4c8e-9455-c25d9df057af, rgb(192, 192, 192))\"},children:\"The Team\"})}),className:\"framer-1kf3vc0\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation10,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9qeksy\",\"data-styles-preset\":\"gvtU1mduf\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"Creative Minds\"})}),className:\"framer-1xyu1ig\",\"data-framer-appear-id\":\"1xyu1ig\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],initial:animation11,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t2e5d3\",\"data-framer-name\":\"Description\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"Breaking things to make them better\"})}),className:\"framer-ynxzvq\",\"data-framer-name\":\"Header\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-17h9v8l\",\"data-styles-preset\":\"gFafTsDWV\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Diverse talents united by a passion for exceptional design. From strategists to designers, developers to art directors, each team member contributes unique expertise to your success.\"})}),className:\"framer-1gaurjt\",\"data-framer-name\":\"Footnote\",effect:textEffect3,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9qv5be\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Leadership\"})}),className:\"framer-1c8qac7\",\"data-framer-name\":\"Header\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 120px) / 4, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3311.4+80+0+0+270.2+0+67.3},p0Uz6ckLe:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`,y:(componentViewport?.y||0)+0+700+0+2350.1+60+0+60+314.2+0+51.3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:634,width:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px, 1800px) - 320px) / 9, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3489.8+200+0+0+293.3+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dqdsg9-container\",nodeId:\"gbFRjwMSx\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(ProfileCard,{BPJI108GF:addImageAlt({pixelHeight:1024,pixelWidth:1024,positionX:\"43.2%\",positionY:\"47%\",src:\"https://framerusercontent.com/images/qil62NKjoLOrELsm2VbWixODVU.png\",srcSet:\"https://framerusercontent.com/images/qil62NKjoLOrELsm2VbWixODVU.png?scale-down-to=512 512w,https://framerusercontent.com/images/qil62NKjoLOrELsm2VbWixODVU.png 1024w\"},\"Portrait  of a young man with glasses\"),CqF9CTGlM:\"\",E9kTCMPSx:\"Chief Operating Officer\",en9QiJkuJ:\"Thomas\",FWFKy9F6d:\"\",height:\"100%\",id:\"gbFRjwMSx\",layoutId:\"gbFRjwMSx\",p9DUPp2AS:\"\",RRsy5sigL:\"\",style:{width:\"100%\"},width:\"100%\",Z3_9pUyok:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 120px) / 4, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3311.4+80+0+0+270.2+0+67.3},p0Uz6ckLe:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`,y:(componentViewport?.y||0)+0+700+0+2350.1+60+0+60+314.2+0+709.3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:634,width:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px, 1800px) - 320px) / 9, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3489.8+200+0+0+293.3+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yups6h-container\",nodeId:\"BO8l9JuIk\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(ProfileCard,{BPJI108GF:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/Bi5aqwsAG4xOGHKpeodi1nb7sss.png\",srcSet:\"https://framerusercontent.com/images/Bi5aqwsAG4xOGHKpeodi1nb7sss.png?scale-down-to=512 512w,https://framerusercontent.com/images/Bi5aqwsAG4xOGHKpeodi1nb7sss.png 1024w\"},\"Portrait  of a young girl with glasses\"),CqF9CTGlM:\"\",E9kTCMPSx:\"Head of Talent Management\",en9QiJkuJ:\"Ang\\xe9lique\",FWFKy9F6d:\"\",height:\"100%\",id:\"BO8l9JuIk\",layoutId:\"BO8l9JuIk\",p9DUPp2AS:\"\",RRsy5sigL:\"\",style:{width:\"100%\"},width:\"100%\",Z3_9pUyok:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 120px) / 4, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3311.4+80+0+0+270.2+0+741.3},p0Uz6ckLe:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`,y:(componentViewport?.y||0)+0+700+0+2350.1+60+0+60+314.2+0+1367.3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:634,width:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px, 1800px) - 320px) / 9, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3489.8+200+0+0+293.3+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hftba6-container\",nodeId:\"g3JsPnXt5\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(ProfileCard,{BPJI108GF:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/M0dcHGodZEVSRB80r08sUTZsVp0.png\",srcSet:\"https://framerusercontent.com/images/M0dcHGodZEVSRB80r08sUTZsVp0.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0dcHGodZEVSRB80r08sUTZsVp0.png 1024w\"},\"Portrait of a man with glasses and beard\"),CqF9CTGlM:\"\",E9kTCMPSx:\"Content Strategist\",en9QiJkuJ:\"Oc\\xe9ane\",FWFKy9F6d:\"\",height:\"100%\",id:\"g3JsPnXt5\",layoutId:\"g3JsPnXt5\",p9DUPp2AS:\"\",RRsy5sigL:\"\",style:{width:\"100%\"},width:\"100%\",Z3_9pUyok:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p0Uz6ckLe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9qeksy\",\"data-styles-preset\":\"gvtU1mduf\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Magic Makers\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Magic Makers\"})}),className:\"framer-1ofis98\",\"data-framer-name\":\"Header\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 120px) / 4, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3311.4+80+0+0+270.2+0+1482.6},p0Uz6ckLe:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`,y:(componentViewport?.y||0)+0+700+0+2350.1+60+0+60+314.2+0+2106.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:634,width:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px, 1800px) - 320px) / 9, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3489.8+200+0+0+293.3+0+674,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vww547-container\",nodeId:\"feRpcHOAw\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(ProfileCard,{BPJI108GF:addImageAlt({pixelHeight:1024,pixelWidth:1024,positionX:\"41%\",positionY:\"45.3%\",src:\"https://framerusercontent.com/images/3E5Oged0Q5qvRvr43z9R9jqWcj4.png\",srcSet:\"https://framerusercontent.com/images/3E5Oged0Q5qvRvr43z9R9jqWcj4.png?scale-down-to=512 512w,https://framerusercontent.com/images/3E5Oged0Q5qvRvr43z9R9jqWcj4.png 1024w\"},\"Portrait of a young girl \"),CqF9CTGlM:\"\",E9kTCMPSx:\"Onboarding Specialist\",en9QiJkuJ:\"Valentina De Angelis\",FWFKy9F6d:\"\",height:\"100%\",id:\"feRpcHOAw\",layoutId:\"feRpcHOAw\",p9DUPp2AS:\"\",RRsy5sigL:\"\",style:{width:\"100%\"},width:\"100%\",Z3_9pUyok:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 120px) / 4, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3311.4+80+0+0+270.2+0+1482.6},p0Uz6ckLe:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`,y:(componentViewport?.y||0)+0+700+0+2350.1+60+0+60+314.2+0+2764.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:634,width:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px, 1800px) - 320px) / 9, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3489.8+200+0+0+293.3+0+674,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m3ycov-container\",nodeId:\"QW4kl9Pgt\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(ProfileCard,{BPJI108GF:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/KLQAwC1OjzJUW4jEcdH1MqwoeY.png\",srcSet:\"https://framerusercontent.com/images/KLQAwC1OjzJUW4jEcdH1MqwoeY.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLQAwC1OjzJUW4jEcdH1MqwoeY.png 1024w\"},\"Portrait  of a young 3D character with glasses\"),CqF9CTGlM:\"\",E9kTCMPSx:\"Legal Compliance Officer\",en9QiJkuJ:\"Luca Mancini\",FWFKy9F6d:\"\",height:\"100%\",id:\"QW4kl9Pgt\",layoutId:\"QW4kl9Pgt\",p9DUPp2AS:\"\",RRsy5sigL:\"\",style:{width:\"100%\"},width:\"100%\",Z3_9pUyok:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 120px) / 4, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3311.4+80+0+0+270.2+0+2156.6},p0Uz6ckLe:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`,y:(componentViewport?.y||0)+0+700+0+2350.1+60+0+60+314.2+0+3422.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:634,width:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px, 1800px) - 320px) / 9, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3489.8+200+0+0+293.3+0+674,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1966et6-container\",nodeId:\"xOM4vtlBt\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(ProfileCard,{BPJI108GF:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/50M7aOeUyjMzHh6mSpVxYdrVjcU.png\",srcSet:\"https://framerusercontent.com/images/50M7aOeUyjMzHh6mSpVxYdrVjcU.png?scale-down-to=512 512w,https://framerusercontent.com/images/50M7aOeUyjMzHh6mSpVxYdrVjcU.png 1024w\"},\"Portrait of a young girl with sunglasses\"),CqF9CTGlM:\"\",E9kTCMPSx:\"Senior Chat Manager\",en9QiJkuJ:\"Bianca Visconti\",FWFKy9F6d:\"\",height:\"100%\",id:\"xOM4vtlBt\",layoutId:\"xOM4vtlBt\",p9DUPp2AS:\"\",RRsy5sigL:\"\",style:{width:\"100%\"},width:\"100%\",Z3_9pUyok:\"\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1whoiva hidden-dj54fd hidden-1myylgp\",\"data-framer-name\":\"spacer\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 120px) / 4, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3311.4+80+0+0+270.2+0+2156.6},p0Uz6ckLe:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`,y:(componentViewport?.y||0)+0+700+0+2350.1+60+0+60+314.2+0+4080.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:634,width:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px, 1800px) - 320px) / 9, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3489.8+200+0+0+293.3+0+1348,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s1vdvh-container\",nodeId:\"GkrV08wzk\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(ProfileCard,{BPJI108GF:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/xlI4VYYEGumdaEnbkRIbOZvst6I.png\",srcSet:\"https://framerusercontent.com/images/xlI4VYYEGumdaEnbkRIbOZvst6I.png?scale-down-to=512 512w,https://framerusercontent.com/images/xlI4VYYEGumdaEnbkRIbOZvst6I.png 1024w\"},\"Portrait  of a young man with beard\"),CqF9CTGlM:\"\",E9kTCMPSx:\"Creative Director/Editor\",en9QiJkuJ:\"Oscar Blomqvist\",FWFKy9F6d:\"\",height:\"100%\",id:\"GkrV08wzk\",layoutId:\"GkrV08wzk\",p9DUPp2AS:\"\",RRsy5sigL:\"\",style:{width:\"100%\"},width:\"100%\",Z3_9pUyok:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 120px) / 4, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3311.4+80+0+0+270.2+0+2830.6},p0Uz6ckLe:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`,y:(componentViewport?.y||0)+0+700+0+2350.1+60+0+60+314.2+0+4738.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:634,width:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px, 1800px) - 320px) / 9, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3489.8+200+0+0+293.3+0+1348,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2zkur4-container\",nodeId:\"xH1KMPrA1\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(ProfileCard,{BPJI108GF:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/LSofA2zyIeQ8n8gi6ZlAWfVHZ4.png\",srcSet:\"https://framerusercontent.com/images/LSofA2zyIeQ8n8gi6ZlAWfVHZ4.png?scale-down-to=512 512w,https://framerusercontent.com/images/LSofA2zyIeQ8n8gi6ZlAWfVHZ4.png 1024w\"},\"Portrait  of a young man with beard\"),CqF9CTGlM:\"\",E9kTCMPSx:\"Full Stack Developer\",en9QiJkuJ:\"Aurelio De Luca\",FWFKy9F6d:\"\",height:\"100%\",id:\"xH1KMPrA1\",layoutId:\"xH1KMPrA1\",p9DUPp2AS:\"\",RRsy5sigL:\"\",style:{width:\"100%\"},width:\"100%\",Z3_9pUyok:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 120px) / 4, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3311.4+80+0+0+270.2+0+2830.6},p0Uz6ckLe:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`,y:(componentViewport?.y||0)+0+700+0+2350.1+60+0+60+314.2+0+5396.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:634,width:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px, 1800px) - 320px) / 9, 50px) * 2 + 40px)`,y:(componentViewport?.y||0)+0+700+0+3489.8+200+0+0+293.3+0+1348,children:/*#__PURE__*/_jsx(Container,{className:\"framer-64d4qi-container\",nodeId:\"RMmHVH86h\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(ProfileCard,{BPJI108GF:addImageAlt({pixelHeight:2400,pixelWidth:1600,src:\"https://framerusercontent.com/images/f7uiMFBxeS1g7EOxPgRYc4mic.jpeg\",srcSet:\"https://framerusercontent.com/images/f7uiMFBxeS1g7EOxPgRYc4mic.jpeg?scale-down-to=1024 682w,https://framerusercontent.com/images/f7uiMFBxeS1g7EOxPgRYc4mic.jpeg?scale-down-to=2048 1365w,https://framerusercontent.com/images/f7uiMFBxeS1g7EOxPgRYc4mic.jpeg 1600w\"},\"Cute dog\"),CqF9CTGlM:\"\",E9kTCMPSx:\"Office Cheerleader\",en9QiJkuJ:\"Mr Gibbs\",FWFKy9F6d:\"\",height:\"100%\",id:\"RMmHVH86h\",layoutId:\"RMmHVH86h\",p9DUPp2AS:\"\",RRsy5sigL:\"\",style:{width:\"100%\"},width:\"100%\",Z3_9pUyok:\"\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fvae9e\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LP__oFZZq\"},implicitPathVariables:undefined},{href:{webPageId:\"LP__oFZZq\"},implicitPathVariables:undefined},{href:{webPageId:\"LP__oFZZq\"},implicitPathVariables:undefined},{href:{webPageId:\"LP__oFZZq\"},implicitPathVariables:undefined},{href:{webPageId:\"LP__oFZZq\"},implicitPathVariables:undefined},{href:{webPageId:\"LP__oFZZq\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{y:(componentViewport?.y||0)+0+700+0+3311.4+80+3734.8+60+0},p0Uz6ckLe:{y:(componentViewport?.y||0)+0+700+0+2350.1+60+6405.1+60+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:139,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+700+0+3489.8+200+2275.3+60+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12j9q83-container\",nodeId:\"NyZ5_4qtG\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{I81w67dK0:resolvedLinks[3],TO6zfLA2Y:resolvedLinks[2],variant:\"jfLQNrxOO\"},p0Uz6ckLe:{I81w67dK0:resolvedLinks[5],TO6zfLA2Y:resolvedLinks[4],variant:\"LejOsGyAO\"}},children:/*#__PURE__*/_jsx(FootCard,{FaVGhcJoK:\"48ogek\",height:\"100%\",I81w67dK0:resolvedLinks[1],id:\"NyZ5_4qtG\",jkGmnlUGy:\"var(--token-f2a325e4-7975-47c7-b249-f75b512aa063, rgb(246, 246, 246))\",layoutId:\"NyZ5_4qtG\",lRcN7jNN0:\"contact us\",style:{width:\"100%\"},TDKDH3BE1:\"Join the Team\",TO6zfLA2Y:resolvedLinks[0],variant:\"exs6GLE8D\",wa1Ce5mgU:\"career page\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1i55tgk\",\"data-framer-name\":\"How We Work\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wshx5v\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-psbl6n\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nibx08\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d1ed6fa9-776f-4c8e-9455-c25d9df057af, rgb(192, 192, 192))\"},children:\"Our Approach\"})}),className:\"framer-1763hc1\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation10,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9qeksy\",\"data-styles-preset\":\"gvtU1mduf\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"The way we work\"})}),className:\"framer-1yz9t82\",\"data-framer-appear-id\":\"1yz9t82\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],initial:animation11,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1f4eyux\",\"data-framer-name\":\"Description\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"Simple steps, remarkable results\"})}),className:\"framer-6euadc\",\"data-framer-name\":\"Header\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-17h9v8l\",\"data-styles-preset\":\"gFafTsDWV\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Our approach is to use the Telegram platform to centralize all communications. You just need your phone, create as much content as possible, and always be on schedule... Like a pro.\"})}),className:\"framer-13a5o1k\",\"data-framer-name\":\"Footnote\",effect:textEffect3,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jfcv5c\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sttrhb\",\"data-framer-name\":\"Image Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-153e9dj\",\"data-framer-name\":\"Image 1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{background:{alt:\"Mockup\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+7405.2+80+290.2+0+0+0+0+0),pixelHeight:1024,pixelWidth:504,positionX:\"64.3%\",positionY:\"23.9%\",sizes:`max(max(${componentViewport?.width||\"100vw\"}, 50px), 1px)`,src:\"https://framerusercontent.com/images/36OH3HxorkmWvHrBdyRqTVslM.webp\",srcSet:\"https://framerusercontent.com/images/36OH3HxorkmWvHrBdyRqTVslM.webp 504w\"}},p0Uz6ckLe:{background:{alt:\"Mockup\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+9074.2+0+434.2+0+0+0+0+0),pixelHeight:1024,pixelWidth:504,positionX:\"64.3%\",positionY:\"23.9%\",sizes:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 50px), 1px)`,src:\"https://framerusercontent.com/images/36OH3HxorkmWvHrBdyRqTVslM.webp\",srcSet:\"https://framerusercontent.com/images/36OH3HxorkmWvHrBdyRqTVslM.webp 504w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Mockup\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+6364.1+200+233.3+0+0+0+0),pixelHeight:1024,pixelWidth:504,positionX:\"64.3%\",positionY:\"23.9%\",sizes:`max((max((min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px) / 6, 50px) * 6 - 120px) / 3, 1px)`,src:\"https://framerusercontent.com/images/36OH3HxorkmWvHrBdyRqTVslM.webp\",srcSet:\"https://framerusercontent.com/images/36OH3HxorkmWvHrBdyRqTVslM.webp 504w\"},className:\"framer-oi3hmm\",\"data-framer-name\":\"Image\",whileHover:animation19})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5lxkyp\",\"data-framer-name\":\"Image 2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{background:{alt:\"Modern abstract B&W composition\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+7405.2+80+290.2+0+0+0+590+0),pixelHeight:2032,pixelWidth:1352,sizes:`max(max(${componentViewport?.width||\"100vw\"}, 50px), 1px)`,src:\"https://framerusercontent.com/images/NBkCPEnkYLyjbLcC8v3Zf2yUA.webp\",srcSet:\"https://framerusercontent.com/images/NBkCPEnkYLyjbLcC8v3Zf2yUA.webp?scale-down-to=1024 681w,https://framerusercontent.com/images/NBkCPEnkYLyjbLcC8v3Zf2yUA.webp 1352w\"}},p0Uz6ckLe:{background:{alt:\"Modern abstract B&W composition\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+9074.2+0+434.2+0+0+0+490+0),pixelHeight:2032,pixelWidth:1352,sizes:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 50px), 1px)`,src:\"https://framerusercontent.com/images/NBkCPEnkYLyjbLcC8v3Zf2yUA.webp\",srcSet:\"https://framerusercontent.com/images/NBkCPEnkYLyjbLcC8v3Zf2yUA.webp?scale-down-to=1024 681w,https://framerusercontent.com/images/NBkCPEnkYLyjbLcC8v3Zf2yUA.webp 1352w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Modern abstract B&W composition\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+6364.1+200+233.3+0+0+0+0),pixelHeight:2032,pixelWidth:1352,sizes:`max((max((min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px) / 6, 50px) * 6 - 120px) / 3, 1px)`,src:\"https://framerusercontent.com/images/NBkCPEnkYLyjbLcC8v3Zf2yUA.webp\",srcSet:\"https://framerusercontent.com/images/NBkCPEnkYLyjbLcC8v3Zf2yUA.webp?scale-down-to=1024 681w,https://framerusercontent.com/images/NBkCPEnkYLyjbLcC8v3Zf2yUA.webp 1352w\"},className:\"framer-1s1zoy9\",\"data-framer-name\":\"Image\",whileHover:animation19})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3nn3ss\",\"data-framer-name\":\"Image 3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{background:{alt:\"Modern abstract B&W composition\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+7405.2+80+290.2+0+0+0+1180+0),pixelHeight:1024,pixelWidth:688,positionX:\"29.8%\",positionY:\"50%\",sizes:`max(max(${componentViewport?.width||\"100vw\"}, 50px), 1px)`,src:\"https://framerusercontent.com/images/VvHmF9M6zFfFNKa0uC09RHsmlts.png\",srcSet:\"https://framerusercontent.com/images/VvHmF9M6zFfFNKa0uC09RHsmlts.png 688w\"}},p0Uz6ckLe:{background:{alt:\"Modern abstract B&W composition\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+9074.2+0+434.2+0+0+0+980+0),pixelHeight:1024,pixelWidth:688,positionX:\"29.8%\",positionY:\"50%\",sizes:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 50px), 1px)`,src:\"https://framerusercontent.com/images/VvHmF9M6zFfFNKa0uC09RHsmlts.png\",srcSet:\"https://framerusercontent.com/images/VvHmF9M6zFfFNKa0uC09RHsmlts.png 688w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Modern abstract B&W composition\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+6364.1+200+233.3+0+0+0+0),pixelHeight:1024,pixelWidth:688,positionX:\"29.8%\",positionY:\"50%\",sizes:`max((max((min(${componentViewport?.width||\"100vw\"}, 1800px) - 80px) / 6, 50px) * 6 - 120px) / 3, 1px)`,src:\"https://framerusercontent.com/images/VvHmF9M6zFfFNKa0uC09RHsmlts.png\",srcSet:\"https://framerusercontent.com/images/VvHmF9M6zFfFNKa0uC09RHsmlts.png 688w\"},className:\"framer-1r7xwk\",\"data-framer-name\":\"Image\",whileHover:animation19})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s0oep2\",\"data-framer-name\":\"List\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-omvujy\",\"data-framer-name\":\"01\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-g90o1d\",\"data-styles-preset\":\"YePl36X5E\",style:{\"--framer-text-color\":\"var(--token-d1ed6fa9-776f-4c8e-9455-c25d9df057af, rgb(192, 192, 192))\"},children:\"01/\"})}),className:\"framer-14npl2a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\"},children:\"Design is more than aesthetics\u2014it's about solving real business challenges. Our process ensures every decision has purpose.\"})}),className:\"framer-6duvo\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8e9i6h\",\"data-framer-name\":\"02\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-g90o1d\",\"data-styles-preset\":\"YePl36X5E\",style:{\"--framer-text-color\":\"var(--token-d1ed6fa9-776f-4c8e-9455-c25d9df057af, rgb(192, 192, 192))\"},children:\"02/\"})}),className:\"framer-1c8r2xl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\"},children:\"We believe in thoughtful solutions over quick fixes. Each project is an opportunity to create lasting value through strategic design.\"})}),className:\"framer-im900m\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1u3mg1\",\"data-framer-name\":\"03\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-g90o1d\",\"data-styles-preset\":\"YePl36X5E\",style:{\"--framer-text-color\":\"var(--token-d1ed6fa9-776f-4c8e-9455-c25d9df057af, rgb(192, 192, 192))\"},children:\"03/\"})}),className:\"framer-1r0ob59\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\"},children:\"Success comes from understanding, collaboration, and execution. We turn complex challenges into clear, effective solutions.\"})}),className:\"framer-1viuy9g\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17ta1mc\",\"data-framer-name\":\"Sidenote\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-g90o1d\",\"data-styles-preset\":\"YePl36X5E\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\"},children:\"Every project begins with understanding your unique needs. \"})}),className:\"framer-1j6ru2y\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Every project begins with understanding your unique needs. Our collaborative process ensures clear communication, focused attention, and consistent quality\u2014delivered by a dedicated team that's invested in your success.\"})}),className:\"framer-lzy731\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-bwnrt7\",\"data-framer-name\":\"Awards\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-grlzds\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{background:{alt:\"People celebrating, red stickers floating in the air\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+10043.1+0+0+0),pixelHeight:1355,pixelWidth:2399,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png\",srcSet:\"https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png?scale-down-to=512 512w,https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png 2399w\"}},p0Uz6ckLe:{background:{alt:\"People celebrating, red stickers floating in the air\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+11416.1+0+0+0),pixelHeight:1355,pixelWidth:2399,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png\",srcSet:\"https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png?scale-down-to=512 512w,https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png 2399w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.4,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"People celebrating, red stickers floating in the air\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+8124.2+0+0+0),pixelHeight:1355,pixelWidth:2399,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png\",srcSet:\"https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png?scale-down-to=512 512w,https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/hAgVPrQlaDoJKBfd3Z0VwlAf6DY.png 2399w\"},className:\"framer-gmma2e\",\"data-framer-name\":\"BG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+10043.1+0+0+0+135.5),pixelHeight:939,pixelWidth:5357,positionX:\"center\",positionY:\"center\",sizes:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) / 1.6)`,src:\"https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png\",srcSet:\"https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=512 512w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png 5357w\"}},p0Uz6ckLe:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+11416.1+0+0+0+135.5),pixelHeight:939,pixelWidth:5357,positionX:\"center\",positionY:\"center\",sizes:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) * 0.9)`,src:\"https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png\",srcSet:\"https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=512 512w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png 5357w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.4,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+8124.2+0+0+0+235.5),pixelHeight:939,pixelWidth:5357,positionX:\"center\",positionY:\"center\",sizes:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) / 1.6)`,src:\"https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png\",srcSet:\"https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=512 512w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/8ULaBLQXDf0huGpur0y3bIbbo5s.png 5357w\"},className:\"framer-4kxr45\",\"data-framer-name\":\"Logo\",transformTemplate:transformTemplate1})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1389o18\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tgtpzu\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ik475j\",\"data-framer-name\":\"Headline\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hqgykm\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d1ed6fa9-776f-4c8e-9455-c25d9df057af, rgb(192, 192, 192))\"},children:\"Awards\"})}),className:\"framer-186stto\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation10,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-9qeksy\",\"data-styles-preset\":\"gvtU1mduf\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"Recognition & Impact\"})}),className:\"framer-k789fd\",\"data-framer-appear-id\":\"k789fd\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],initial:animation11,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-17h9v8l\",\"data-styles-preset\":\"gFafTsDWV\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Our work speaks through results, and we're honored when it resonates with the industry. Here's a glimpse of our creative impact and recognition.\"})}),className:\"framer-115lqt7\",\"data-framer-name\":\"Headline\",effect:textEffect3,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-opt1yx\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-143633d\",\"data-framer-name\":\"Award 1\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vztdak\",\"data-border\":true,\"data-framer-name\":\"AW5\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bqwurz\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1hn4rvx\",\"data-styles-preset\":\"dwLQGPHaB\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d1ed6fa9-776f-4c8e-9455-c25d9df057af, rgb(192, 192, 192))\"},children:\"Award\"})}),className:\"framer-utgv7s\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1hn4rvx\",\"data-styles-preset\":\"dwLQGPHaB\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d1ed6fa9-776f-4c8e-9455-c25d9df057af, rgb(192, 192, 192))\"},children:\"Date\"})}),className:\"framer-1mhrw8q\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+0+700+0+10043.1+0+500+80+0+0+254.9+0+0+0+50.4},p0Uz6ckLe:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+700+0+11416.1+0+500+60+0+0+254.9+0+0+0+50.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:`max((min(${componentViewport?.width||\"100vw\"}, 1800px) - 140px) / 2, 1px)`,y:(componentViewport?.y||0)+0+700+0+8124.2+0+700+140+0+824.1+0+0+0+50.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1we4map-container\",nodeId:\"UtC7DgeYe\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(AwardCard,{ailoJs_CC:\"2025\",height:\"100%\",id:\"UtC7DgeYe\",layoutId:\"UtC7DgeYe\",QBokwRRwV:\"Best Talent Website\",style:{width:\"100%\"},UPKS4eQnY:\"Because we know\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+0+700+0+10043.1+0+500+80+0+0+254.9+0+0+0+137.4},p0Uz6ckLe:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+700+0+11416.1+0+500+60+0+0+254.9+0+0+0+137.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:`max((min(${componentViewport?.width||\"100vw\"}, 1800px) - 140px) / 2, 1px)`,y:(componentViewport?.y||0)+0+700+0+8124.2+0+700+140+0+824.1+0+0+0+137.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bllqz5-container\",nodeId:\"FxZwxYm1u\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(AwardCard,{ailoJs_CC:\"2025\",height:\"100%\",id:\"FxZwxYm1u\",layoutId:\"FxZwxYm1u\",QBokwRRwV:\"Golden Rain Award\",style:{width:\"100%\"},UPKS4eQnY:\"Best of the Best - Management\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+0+700+0+10043.1+0+500+80+0+0+254.9+0+0+0+224.4},p0Uz6ckLe:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+700+0+11416.1+0+500+60+0+0+254.9+0+0+0+224.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:`max((min(${componentViewport?.width||\"100vw\"}, 1800px) - 140px) / 2, 1px)`,y:(componentViewport?.y||0)+0+700+0+8124.2+0+700+140+0+824.1+0+0+0+224.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q312z7-container\",nodeId:\"tM9XKSeUH\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(AwardCard,{ailoJs_CC:\"2024\",height:\"100%\",id:\"tM9XKSeUH\",layoutId:\"tM9XKSeUH\",QBokwRRwV:\"Web to web Awards\",style:{width:\"100%\"},UPKS4eQnY:\"Best User Interface for Onlyfans\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+0+700+0+10043.1+0+500+80+0+0+254.9+0+0+0+311.4},p0Uz6ckLe:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+700+0+11416.1+0+500+60+0+0+254.9+0+0+0+311.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:`max((min(${componentViewport?.width||\"100vw\"}, 1800px) - 140px) / 2, 1px)`,y:(componentViewport?.y||0)+0+700+0+8124.2+0+700+140+0+824.1+0+0+0+311.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-iwehem-container\",nodeId:\"mBddNNBIh\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(AwardCard,{ailoJs_CC:\"2024\",height:\"100%\",id:\"mBddNNBIh\",layoutId:\"mBddNNBIh\",QBokwRRwV:\"European Sexy Awards\",style:{width:\"100%\"},UPKS4eQnY:\"Gold - Digital Brand Experience\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+0+700+0+10043.1+0+500+80+0+0+254.9+0+0+0+398.4},p0Uz6ckLe:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+700+0+11416.1+0+500+60+0+0+254.9+0+0+0+398.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:`max((min(${componentViewport?.width||\"100vw\"}, 1800px) - 140px) / 2, 1px)`,y:(componentViewport?.y||0)+0+700+0+8124.2+0+700+140+0+824.1+0+0+0+398.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ttgfch-container\",nodeId:\"GPcmtq_n5\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(AwardCard,{ailoJs_CC:\"2024\",height:\"100%\",id:\"GPcmtq_n5\",layoutId:\"GPcmtq_n5\",QBokwRRwV:\"Content Creator of the Year\",style:{width:\"100%\"},UPKS4eQnY:\"Just like that !\",width:\"100%\"})})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6ef43w\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pz2565\",\"data-framer-name\":\"Project Promo\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"jMOlWT3KW\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"jMOlWT3KW\",name:\"iiDAmiu90\",type:\"Identifier\"},{collection:\"jMOlWT3KW\",name:\"fKGtoKC1r\",type:\"Identifier\"},{collection:\"jMOlWT3KW\",name:\"oA9SfBlD1\",type:\"Identifier\"},{collection:\"jMOlWT3KW\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({fKGtoKC1r:fKGtoKC1rjMOlWT3KW,id:idjMOlWT3KW,iiDAmiu90:iiDAmiu90jMOlWT3KW,oA9SfBlD1:oA9SfBlD1jMOlWT3KW},index)=>{fKGtoKC1rjMOlWT3KW??=\"\";oA9SfBlD1jMOlWT3KW??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`jMOlWT3KW-${idjMOlWT3KW}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{fKGtoKC1r:fKGtoKC1rjMOlWT3KW},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{fKGtoKC1r:fKGtoKC1rjMOlWT3KW},webPageId:\"LoObR3LfG\"},motionChild:true,nodeId:\"as0lYJvf4\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+10043.1+0+500+80+790.3+0+0+0+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,...toResponsiveImage(iiDAmiu90jMOlWT3KW)}},p0Uz6ckLe:{\"data-framer-cursor\":undefined,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+11416.1+0+500+60+790.3+0+0+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(iiDAmiu90jMOlWT3KW)}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+0+8124.2+0+700+140+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1800px) - 140px) / 2, 1px)`,...toResponsiveImage(iiDAmiu90jMOlWT3KW)},className:\"framer-1tsyvxv framer-mjbvp2\",\"data-framer-cursor\":\"uww1gk\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation21,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-17h9v8l\",\"data-styles-preset\":\"gFafTsDWV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\"},children:\"Boreal VR Headset\"})}),className:\"framer-19by9tt\",\"data-framer-appear-id\":\"19by9tt\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],initial:animation22,optimized:true,text:oA9SfBlD1jMOlWT3KW,verticalAlignment:\"center\",withExternalLayout:true})})})})})},idjMOlWT3KW);})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1og5kgw\",\"data-border\":true,\"data-framer-name\":\"Stats\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nqgps2\",\"data-framer-name\":\"Latest Award\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-g90o1d\",\"data-styles-preset\":\"YePl36X5E\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Best Digital Experience 2025\"})})}),className:\"framer-x1wb4a\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x5nt9t\",\"data-styles-preset\":\"o_UxbraPE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-52da4e30-e37a-4629-92ea-929c1ac3ceb3, rgb(51, 51, 54))\"},children:\"Our launch campaign for our new talents delivered exceptional results across all key performance indicators\"})}),className:\"framer-n87xl5\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qqvp7x\",\"data-border\":true,\"data-framer-name\":\"Achievement\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15xp0xi\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"User Feedback\"})}),className:\"framer-1dm3u3j\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x5nt9t\",\"data-styles-preset\":\"o_UxbraPE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Positive sentiment in user feedback\"})}),className:\"framer-1oryta4\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oyiowz\",\"data-framer-name\":\"Number\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{y:(componentViewport?.y||0)+0+700+0+10043.1+0+500+80+790.3+0+400+60+208.6+61.15+0+0},p0Uz6ckLe:{y:(componentViewport?.y||0)+0+700+0+11416.1+0+500+60+790.3+0+460+60+208.6+24+178.3+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,y:(componentViewport?.y||0)+0+700+0+8124.2+0+700+140+0+400+60+208.6+61.15+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qudugm-container\",nodeId:\"Nl3_SpjOh\",rendersWithMotion:true,scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{__framer__obscuredVariantId:\"sl1h4cdJt\",__framer__visibleVariantId:\"poGyVHWU3\",variant:\"sl1h4cdJt\"},p0Uz6ckLe:{__framer__obscuredVariantId:\"Axt23qBeF\",__framer__visibleVariantId:\"W6Fkdsmi9\",variant:\"Axt23qBeF\"}},children:/*#__PURE__*/_jsx(NumberFlowWithVariantAppearEffect,{__framer__animateOnce:true,__framer__obscuredVariantId:\"yShZsES5F\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"WK2OQQ8u0\",AlkJUvdso:\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\",ds4iTMbPD:\"%\",FCkEPZZBj:10,height:\"100%\",id:\"Nl3_SpjOh\",layoutId:\"Nl3_SpjOh\",LPzu7UvXp:\"up\",PZVzSNtmu:\"\",variant:\"yShZsES5F\",width:\"100%\",zjFTn8JRN:99})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rir7a4\",\"data-border\":true,\"data-framer-name\":\"Achievement\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1svuhr5\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"Media Reach\"})}),className:\"framer-1xf7cub\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x5nt9t\",\"data-styles-preset\":\"o_UxbraPE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Social media views reached\"})}),className:\"framer-dikr1e\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-118k4jz\",\"data-framer-name\":\"Number\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{y:(componentViewport?.y||0)+0+700+0+10043.1+0+500+80+790.3+0+400+60+418.9+61.15+0+0},p0Uz6ckLe:{y:(componentViewport?.y||0)+0+700+0+11416.1+0+500+60+790.3+0+460+60+522.9+24+178.3+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,y:(componentViewport?.y||0)+0+700+0+8124.2+0+700+140+0+400+60+418.9+61.15+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7ztvdw-container\",nodeId:\"WdFjjrnBl\",rendersWithMotion:true,scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{__framer__obscuredVariantId:\"sl1h4cdJt\",__framer__visibleVariantId:\"poGyVHWU3\",variant:\"sl1h4cdJt\"},p0Uz6ckLe:{__framer__obscuredVariantId:\"Axt23qBeF\",__framer__visibleVariantId:\"W6Fkdsmi9\",variant:\"Axt23qBeF\"}},children:/*#__PURE__*/_jsx(NumberFlowWithVariantAppearEffect,{__framer__animateOnce:true,__framer__obscuredVariantId:\"yShZsES5F\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"WK2OQQ8u0\",AlkJUvdso:\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\",ds4iTMbPD:\"M\",FCkEPZZBj:.1,height:\"100%\",id:\"WdFjjrnBl\",layoutId:\"WdFjjrnBl\",LPzu7UvXp:\"up\",PZVzSNtmu:\"\",variant:\"yShZsES5F\",width:\"100%\",zjFTn8JRN:4.5})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1so6dou\",\"data-border\":true,\"data-framer-name\":\"Achievement\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z7ne7\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\"},children:\"Market Impact\"})}),className:\"framer-xaw3om\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x5nt9t\",\"data-styles-preset\":\"o_UxbraPE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee3a8e72-837b-4d5f-91c5-4a829d9a9162, rgb(138, 138, 145))\"},children:\"Pre-orders exceeded targets\"})}),className:\"framer-8qxskt\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-64ls2p\",\"data-framer-name\":\"Number\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{y:(componentViewport?.y||0)+0+700+0+10043.1+0+500+80+790.3+0+400+60+629.2+61.15+0+0},p0Uz6ckLe:{y:(componentViewport?.y||0)+0+700+0+11416.1+0+500+60+790.3+0+460+60+837.2+24+178.3+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,y:(componentViewport?.y||0)+0+700+0+8124.2+0+700+140+0+400+60+629.2+61.15+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r3owqm-container\",nodeId:\"RdM6YjwVs\",rendersWithMotion:true,scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{__framer__obscuredVariantId:\"sl1h4cdJt\",__framer__visibleVariantId:\"poGyVHWU3\",variant:\"sl1h4cdJt\"},p0Uz6ckLe:{__framer__obscuredVariantId:\"Axt23qBeF\",__framer__visibleVariantId:\"W6Fkdsmi9\",variant:\"Axt23qBeF\"}},children:/*#__PURE__*/_jsx(NumberFlowWithVariantAppearEffect,{__framer__animateOnce:true,__framer__obscuredVariantId:\"yShZsES5F\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"WK2OQQ8u0\",AlkJUvdso:\"var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, rgb(0, 0, 0))\",ds4iTMbPD:\"%\",FCkEPZZBj:100,height:\"100%\",id:\"RdM6YjwVs\",layoutId:\"RdM6YjwVs\",LPzu7UvXp:\"up\",PZVzSNtmu:\"\",variant:\"yShZsES5F\",width:\"100%\",zjFTn8JRN:165})})})})})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q7dqy9\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"j2fBQXPoP\"},implicitPathVariables:undefined},{href:{hash:\":Ad_LXSMls\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"j2fBQXPoP\"},implicitPathVariables:undefined},{href:{hash:\":Ad_LXSMls\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"j2fBQXPoP\"},implicitPathVariables:undefined},{href:{hash:\":Ad_LXSMls\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{y:(componentViewport?.y||0)+0+700+0+10043.1+0+2669.8+60+0},p0Uz6ckLe:{y:(componentViewport?.y||0)+0+700+0+11416.1+0+3021.8+60+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:139,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+700+0+8124.2+0+2139.5+60+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2lqpj7-container\",nodeId:\"tFfX7bES4\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{I81w67dK0:resolvedLinks1[3],TO6zfLA2Y:resolvedLinks1[2],variant:\"jfLQNrxOO\"},p0Uz6ckLe:{I81w67dK0:resolvedLinks1[5],TO6zfLA2Y:resolvedLinks1[4],variant:\"LejOsGyAO\"}},children:/*#__PURE__*/_jsx(FootCard,{FaVGhcJoK:\"48ogek\",height:\"100%\",I81w67dK0:resolvedLinks1[1],id:\"tFfX7bES4\",jkGmnlUGy:\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\",layoutId:\"tFfX7bES4\",lRcN7jNN0:\"more stats\",style:{width:\"100%\"},TDKDH3BE1:\"Our Services at a Glance\",TO6zfLA2Y:resolvedLinks1[0],variant:\"exs6GLE8D\",wa1Ce5mgU:\"browse our work\",width:\"100%\"})})})})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{\"data-framer-cursor\":undefined},p0Uz6ckLe:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(\"section\",{className:\"framer-icxoh9\",\"data-framer-cursor\":\"1bp5k8d\",\"data-framer-name\":\"Get in touch\",id:elementId6,ref:ref7,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6ygd5m\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idgwxl\",\"data-styles-preset\":\"ZalpCcU7H\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\"},children:\"Let's create something remarkable\"})}),className:\"framer-o4xvfj\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-64xo02\",\"data-framer-name\":\"CTA Lockup\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h6\",{className:\"framer-styles-preset-188e0sw\",\"data-styles-preset\":\"NSeYnuIp_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\"},children:[\"\u2014 If you\u2019re interested in any form of collaboration, please \",/*#__PURE__*/_jsx(Link,{href:\"mailto:info@thisispacifica.com\",motionChild:true,nodeId:\"K_bMRiEgE\",openInNewTab:false,scopeId:\"rYcPcLFex\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"send us an email\"})}),\" and we\u2019ll get back shortly.\"]})}),className:\"framer-1mymtsw\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":nQNycudn5\",webPageId:\"LP__oFZZq\"},implicitPathVariables:undefined},{href:{hash:\":nQNycudn5\",webPageId:\"LP__oFZZq\"},implicitPathVariables:undefined},{href:{hash:\":nQNycudn5\",webPageId:\"LP__oFZZq\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{y:(componentViewport?.y||0)+0+13691.9+0+80+453.85+0+67.3},p0Uz6ckLe:{y:(componentViewport?.y||0)+0+15396.9+0+60+473.85+0+67.3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+0+11362.7+0+80+453.85+0+67.3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-117ywqh-container\",nodeId:\"BCid0sbnk\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{LOae8Hh1Z:resolvedLinks2[1],variant:\"xrAsLvSby\"},p0Uz6ckLe:{LOae8Hh1Z:resolvedLinks2[2],variant:\"xrAsLvSby\"}},children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"BCid0sbnk\",layoutId:\"BCid0sbnk\",LOae8Hh1Z:resolvedLinks2[0],qpsxpWYhl:\"1bp5k8d\",r_tkFUAEM:\"reach out\",SlQMX6GRW:\"var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, rgb(255, 255, 255))\",TLnZj9Gjf:true,variant:\"M6N3MvXTR\",width:\"100%\",wn9baD7vq:false})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gdgcU_6J6:{background:{alt:\"Light orange and purple 3d spheres\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+13691.9+0+0),pixelHeight:3200,pixelWidth:4800,src:\"https://framerusercontent.com/images/XFDheeEEjWhT5ZgvRzTXevW3Cc.jpeg?scale-down-to=2048\"}},p0Uz6ckLe:{background:{alt:\"Light orange and purple 3d spheres\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+15396.9+0+0),pixelHeight:3200,pixelWidth:4800,src:\"https://framerusercontent.com/images/XFDheeEEjWhT5ZgvRzTXevW3Cc.jpeg?scale-down-to=2048\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.4,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:.3,background:{alt:\"Light orange and purple 3d spheres\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11362.7+0+0),pixelHeight:3200,pixelWidth:4800,src:\"https://framerusercontent.com/images/XFDheeEEjWhT5ZgvRzTXevW3Cc.jpeg?scale-down-to=2048\"},className:\"framer-l4djqg\",\"data-framer-name\":\"BG\"})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sdt1th\",\"data-framer-name\":\"top\",id:elementId7,ref:ref8}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wa6ue\",\"data-framer-name\":\"logo-trigger\",id:elementId8,ref:ref9}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f5q6ot-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"yT6lbP_Li\",scopeId:\"rYcPcLFex\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"yT6lbP_Li\",intensity:10,layoutId:\"yT6lbP_Li\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fhgHb.framer-mjbvp2, .framer-fhgHb .framer-mjbvp2 { display: block; }\",\".framer-fhgHb.framer-1ilo85p { align-content: center; align-items: center; background-color: var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, #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: 1200px; }\",\".framer-fhgHb .framer-1nq98yy-container { flex: none; height: 70px; left: calc(50.00000000000002% - 100% / 2); pointer-events: none; position: fixed; top: 0px; width: 100%; z-index: 7; }\",\".framer-fhgHb .framer-1tavloe { align-content: center; align-items: center; background-color: var(--token-fac342c6-08c7-43c1-bf13-0cab3a0cef86, #000000); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 70vh; justify-content: center; overflow: hidden; padding: 24px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-fhgHb .framer-75twq8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-fhgHb .framer-1bmn4ri, .framer-fhgHb .framer-1dm3u3j, .framer-fhgHb .framer-1xf7cub, .framer-fhgHb .framer-xaw3om { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fhgHb .framer-1e99cnm { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 500px; 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; }\",\".framer-fhgHb .framer-1tdrl5j { -webkit-filter: brightness(0.8); filter: brightness(0.8); flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-fhgHb .framer-16ar6ge { align-content: center; align-items: center; background-color: var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-fhgHb .framer-nig3ct { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 0px 200px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-fhgHb .framer-cylqwh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1800px; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-1de5uo6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 600px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-fhgHb .framer-nidxxd, .framer-fhgHb .framer-yut985, .framer-fhgHb .framer-nibx08, .framer-fhgHb .framer-1hqgykm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1t8zw6e, .framer-fhgHb .framer-1kf3vc0, .framer-fhgHb .framer-1763hc1, .framer-fhgHb .framer-186stto, .framer-fhgHb .framer-1mhrw8q { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-fhgHb .framer-zogbh5, .framer-fhgHb .framer-1xyu1ig, .framer-fhgHb .framer-1yz9t82, .framer-fhgHb .framer-k789fd { 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: 1; }\",\".framer-fhgHb .framer-14l0faq { --border-bottom-width: 0px; --border-color: var(--token-e309f3fd-e019-4571-a428-1d0e34f3ca38, #e6e6e6); --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: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-fhgHb .framer-1cteeh2-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-fhgHb .framer-87rtoz { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 350px; position: relative; white-space: pre-wrap; width: 350px; word-break: break-word; word-wrap: break-word; }\",\".framer-fhgHb .framer-umzj4k { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-fhgHb .framer-1g19ez9, .framer-fhgHb .framer-1ipn65r, .framer-fhgHb .framer-1qmrm7y, .framer-fhgHb .framer-mynjw7, .framer-fhgHb .framer-oyfder, .framer-fhgHb .framer-vwp1ru, .framer-fhgHb .framer-1qm3w46, .framer-fhgHb .framer-2vec4, .framer-fhgHb .framer-1j6ru2y, .framer-fhgHb .framer-lzy731, .framer-fhgHb .framer-115lqt7, .framer-fhgHb .framer-x1wb4a, .framer-fhgHb .framer-n87xl5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-fhgHb .framer-321ba6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1hkb5v7, .framer-fhgHb .framer-yhdcpu, .framer-fhgHb .framer-6duvo, .framer-fhgHb .framer-im900m, .framer-fhgHb .framer-1viuy9g, .framer-fhgHb .framer-utgv7s { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-fhgHb .framer-14rq75r { align-content: center; align-items: center; background-color: var(--token-d8014220-2a78-4e07-9390-e464885c7a19, #ff4400); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: hidden; padding: 200px 0px 200px 0px; position: sticky; top: 0px; width: 100%; z-index: 2; }\",\".framer-fhgHb .framer-3agx4n { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1800px; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-1udic4l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1n2pth0 { flex: 1 0 0px; height: auto; max-width: 70%; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-fhgHb .framer-e3p24r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 40px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1ofx279 { aspect-ratio: 4.98 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 52px); overflow: hidden; position: relative; width: 261px; z-index: 1; }\",\".framer-fhgHb .framer-tuvsez { align-content: center; align-items: center; background-color: var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 0px 200px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-fhgHb .framer-1l3hqem { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1800px; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-333tf1 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-1ygoy63 { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-fhgHb .framer-1037yl7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fhgHb .framer-7kbrjo { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-6iiq6r { flex: none; height: 400px; min-height: 400px; overflow: hidden; position: relative; width: 100%; }\",\".framer-fhgHb .framer-c0lcwh-container { flex: none; height: 300px; left: calc(50.00000000000002% - 300px / 2); position: absolute; top: calc(50.00000000000002% - 300px / 2); width: 300px; z-index: 1; }\",\".framer-fhgHb .framer-1l816tw { 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: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1i0qwx, .framer-fhgHb .framer-oxyxys, .framer-fhgHb .framer-o5psml { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-bm50ek { --border-bottom-width: 0px; --border-color: var(--token-e309f3fd-e019-4571-a428-1d0e34f3ca38, #e6e6e6); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-f2a325e4-7975-47c7-b249-f75b512aa063, #f6f6f6); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 0px 200px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-fhgHb .framer-1we4lgo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1800px; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-vmn36d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1800px; overflow: hidden; padding: 0px 0px 140px 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1fv8taw, .framer-fhgHb .framer-psbl6n { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-1t2e5d3, .framer-fhgHb .framer-1f4eyux { align-content: flex-start; align-items: flex-start; display: flex; flex: 6 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-ynxzvq, .framer-fhgHb .framer-6euadc { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fhgHb .framer-1gaurjt, .framer-fhgHb .framer-13a5o1k { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fhgHb .framer-9qv5be { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(9, minmax(50px, 1fr)); grid-template-rows: repeat(3, min-content); height: min-content; justify-content: center; max-width: 1800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1c8qac7, .framer-fhgHb .framer-1ofis98 { --framer-paragraph-spacing: 0px; align-self: start; flex: none; grid-column: span 3; height: auto; justify-self: start; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fhgHb .framer-dqdsg9-container, .framer-fhgHb .framer-yups6h-container, .framer-fhgHb .framer-1hftba6-container, .framer-fhgHb .framer-1vww547-container, .framer-fhgHb .framer-m3ycov-container, .framer-fhgHb .framer-1966et6-container, .framer-fhgHb .framer-1s1vdvh-container, .framer-fhgHb .framer-2zkur4-container, .framer-fhgHb .framer-64d4qi-container { align-self: start; flex: none; grid-column: span 2; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1whoiva { align-self: start; flex: none; grid-column: span 3; height: 1px; justify-self: start; overflow: hidden; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1fvae9e, .framer-fhgHb .framer-1q7dqy9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 0px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-fhgHb .framer-12j9q83-container, .framer-fhgHb .framer-1we4map-container, .framer-fhgHb .framer-1bllqz5-container, .framer-fhgHb .framer-1q312z7-container, .framer-fhgHb .framer-iwehem-container, .framer-fhgHb .framer-ttgfch-container, .framer-fhgHb .framer-2lqpj7-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1i55tgk { align-content: center; align-items: center; background-color: var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 0px 200px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-fhgHb .framer-1wshx5v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1800px; overflow: hidden; padding: 0px 40px 140px 40px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1jfcv5c { display: grid; flex: none; gap: 0px; grid-auto-rows: min-content; grid-template-columns: repeat(6, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1800px; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1sttrhb { align-content: flex-start; align-items: flex-start; align-self: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; grid-column: span 6; height: min-content; justify-content: flex-start; justify-self: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-153e9dj, .framer-fhgHb .framer-5lxkyp, .framer-fhgHb .framer-3nn3ss { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 750px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-oi3hmm, .framer-fhgHb .framer-1s1zoy9, .framer-fhgHb .framer-1r7xwk { flex: 1 0 0px; height: 100%; min-height: 450px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-fhgHb .framer-1s0oep2 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; grid-column: span 3; height: min-content; justify-content: flex-start; justify-self: center; overflow: hidden; padding: 140px 40px 24px 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-omvujy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-14npl2a, .framer-fhgHb .framer-1c8r2xl, .framer-fhgHb .framer-1r0ob59 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fhgHb .framer-8e9i6h, .framer-fhgHb .framer-1u3mg1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-17ta1mc { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; grid-column: span 3; height: min-content; justify-content: flex-start; justify-self: center; overflow: hidden; padding: 140px 0px 0px 40px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-bwnrt7 { align-content: center; align-items: center; background-color: var(--token-3238911e-9cd4-40ad-8e5a-3b7215265583, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 200px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-fhgHb .framer-grlzds { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 2; }\",\".framer-fhgHb .framer-gmma2e { flex: 1 0 0px; height: 70vh; overflow: hidden; position: relative; width: 1px; }\",\".framer-fhgHb .framer-4kxr45 { aspect-ratio: 3.2711864406779663 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 61px); left: 50%; mix-blend-mode: multiply; overflow: visible; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 63%; z-index: 1; }\",\".framer-fhgHb .framer-1389o18 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1800px; overflow: hidden; padding: 140px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-tgtpzu { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-ik475j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-opt1yx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-143633d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-vztdak { --border-bottom-width: 1px; --border-color: var(--token-e309f3fd-e019-4571-a428-1d0e34f3ca38, #e6e6e6); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 0px 12px 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-bqwurz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-6ef43w { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-1pz2565 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1tsyvxv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 400px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-fhgHb .framer-19by9tt { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-fhgHb .framer-1og5kgw { --border-bottom-width: 0px; --border-color: var(--token-e309f3fd-e019-4571-a428-1d0e34f3ca38, #e6e6e6); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; background-color: var(--token-f2a325e4-7975-47c7-b249-f75b512aa063, #f6f6f6); display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 60px 32px 32px 32px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-nqgps2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1qqvp7x, .framer-fhgHb .framer-rir7a4, .framer-fhgHb .framer-1so6dou { --border-bottom-width: 0px; --border-color: var(--token-e309f3fd-e019-4571-a428-1d0e34f3ca38, #e6e6e6); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-15xp0xi, .framer-fhgHb .framer-1svuhr5, .framer-fhgHb .framer-z7ne7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-1oryta4, .framer-fhgHb .framer-dikr1e, .framer-fhgHb .framer-8qxskt { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 200px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fhgHb .framer-1oyiowz, .framer-fhgHb .framer-118k4jz, .framer-fhgHb .framer-64ls2p { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fhgHb .framer-qudugm-container, .framer-fhgHb .framer-7ztvdw-container, .framer-fhgHb .framer-r3owqm-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\".framer-fhgHb .framer-icxoh9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 2; }\",\".framer-fhgHb .framer-6ygd5m { align-content: flex-start; align-items: flex-start; background-color: var(--token-d8014220-2a78-4e07-9390-e464885c7a19, #ff4400); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 100vh; justify-content: center; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 1px; }\",\".framer-fhgHb .framer-o4xvfj { flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-fhgHb .framer-64xo02 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fhgHb .framer-1mymtsw { flex: none; height: auto; max-width: 460px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-fhgHb .framer-117ywqh-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-fhgHb .framer-l4djqg { flex: none; height: 100%; left: 0px; mix-blend-mode: luminosity; opacity: 0.3; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-fhgHb .framer-sdt1th { flex: none; height: 1px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-fhgHb .framer-1wa6ue { flex: none; height: 1px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 10px; width: 100%; z-index: 1; }\",\".framer-fhgHb .framer-1f5q6ot-container { flex: none; height: auto; position: relative; width: auto; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-fhgHb[data-border=\"true\"]::after, .framer-fhgHb [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: 1199px) { .framer-fhgHb.framer-1ilo85p { width: 810px; } .framer-fhgHb .framer-1e99cnm { max-width: 490px; } .framer-fhgHb .framer-nig3ct, .framer-fhgHb .framer-14rq75r, .framer-fhgHb .framer-tuvsez, .framer-fhgHb .framer-bm50ek, .framer-fhgHb .framer-1i55tgk { padding: 80px 0px 80px 0px; } .framer-fhgHb .framer-cylqwh, .framer-fhgHb .framer-1we4lgo { max-width: unset; padding: 0px 32px 0px 32px; } .framer-fhgHb .framer-14l0faq { width: 100%; } .framer-fhgHb .framer-87rtoz { flex: 1 0 0px; max-width: unset; width: 1px; } .framer-fhgHb .framer-321ba6 { flex-direction: column; } .framer-fhgHb .framer-1hkb5v7, .framer-fhgHb .framer-yhdcpu, .framer-fhgHb .framer-7kbrjo, .framer-fhgHb .framer-1fv8taw, .framer-fhgHb .framer-1t2e5d3, .framer-fhgHb .framer-psbl6n, .framer-fhgHb .framer-1f4eyux, .framer-fhgHb .framer-6ef43w { flex: none; width: 100%; } .framer-fhgHb .framer-3agx4n { max-width: unset; } .framer-fhgHb .framer-e3p24r { padding: 40px 0px 0px 30px; } .framer-fhgHb .framer-1ofx279 { height: var(--framer-aspect-ratio-supported, 60px); width: 298px; } .framer-fhgHb .framer-1l3hqem { align-content: flex-end; align-items: flex-end; flex-direction: column; max-width: unset; } .framer-fhgHb .framer-333tf1 { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-fhgHb .framer-vmn36d { flex-direction: column; max-width: unset; padding: 0px; } .framer-fhgHb .framer-9qv5be { grid-template-columns: repeat(4, minmax(50px, 1fr)); } .framer-fhgHb .framer-1c8qac7, .framer-fhgHb .framer-1ofis98 { grid-column: 1 / -1; } .framer-fhgHb .framer-1wshx5v { flex-direction: column; max-width: unset; padding: 0px 40px 80px 40px; } .framer-fhgHb .framer-1jfcv5c { grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(8, min-content); max-width: unset; padding: 0px; } .framer-fhgHb .framer-1sttrhb { align-self: start; flex-direction: column; gap: 40px; grid-column: span 1; order: 0; } .framer-fhgHb .framer-153e9dj, .framer-fhgHb .framer-5lxkyp, .framer-fhgHb .framer-3nn3ss { flex: none; height: min-content; width: 100%; } .framer-fhgHb .framer-oi3hmm, .framer-fhgHb .framer-1s1zoy9, .framer-fhgHb .framer-1r7xwk { height: 550px; min-height: 550px; } .framer-fhgHb .framer-1s0oep2 { grid-column: 1 / -1; order: 1; padding: 80px 32px 0px 32px; } .framer-fhgHb .framer-17ta1mc { grid-column: 1 / -1; order: 2; padding: 80px 0px 0px 40px; } .framer-fhgHb .framer-bwnrt7 { padding: 0px 0px 80px 0px; } .framer-fhgHb .framer-gmma2e { height: 50vh; } .framer-fhgHb .framer-1389o18 { align-content: flex-end; align-items: flex-end; flex-direction: column; justify-content: flex-start; max-width: unset; padding: 80px 32px 0px 32px; } .framer-fhgHb .framer-tgtpzu { align-self: unset; flex: none; gap: 60px; height: min-content; justify-content: center; width: 100%; } .framer-fhgHb .framer-19by9tt { height: 580px; min-height: 580px; } .framer-fhgHb .framer-1og5kgw { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; } .framer-fhgHb .framer-6ygd5m { padding: 80px 32px 80px 32px; }}\",\"@media (max-width: 809px) { .framer-fhgHb.framer-1ilo85p { width: 390px; } .framer-fhgHb .framer-1e99cnm { max-width: 350px; } .framer-fhgHb .framer-nig3ct, .framer-fhgHb .framer-tuvsez, .framer-fhgHb .framer-bm50ek { padding: 60px 0px 60px 0px; } .framer-fhgHb .framer-cylqwh, .framer-fhgHb .framer-1l3hqem { flex-direction: column; max-width: unset; padding: 0px 24px 0px 24px; } .framer-fhgHb .framer-1de5uo6 { flex: none; gap: 60px; height: min-content; justify-content: center; width: 100%; } .framer-fhgHb .framer-14l0faq { width: 100%; } .framer-fhgHb .framer-87rtoz { flex: 1 0 0px; max-width: unset; width: 1px; } .framer-fhgHb .framer-umzj4k, .framer-fhgHb .framer-1hkb5v7, .framer-fhgHb .framer-yhdcpu, .framer-fhgHb .framer-7kbrjo, .framer-fhgHb .framer-1fv8taw, .framer-fhgHb .framer-psbl6n, .framer-fhgHb .framer-6ef43w, .framer-fhgHb .framer-15xp0xi, .framer-fhgHb .framer-1svuhr5, .framer-fhgHb .framer-z7ne7 { flex: none; width: 100%; } .framer-fhgHb .framer-321ba6 { flex-direction: column; } .framer-fhgHb .framer-14rq75r { height: min-content; padding: 60px 0px 60px 0px; position: relative; top: unset; } .framer-fhgHb .framer-3agx4n { max-width: unset; padding: 0px 24px 0px 24px; } .framer-fhgHb .framer-1n2pth0, .framer-fhgHb .framer-6euadc { max-width: unset; } .framer-fhgHb .framer-e3p24r { padding: 0px 0px 0px 32px; } .framer-fhgHb .framer-1ofx279 { height: var(--framer-aspect-ratio-supported, 51px); width: 256px; } .framer-fhgHb .framer-333tf1 { align-self: unset; height: 1px; width: 100%; } .framer-fhgHb .framer-1we4lgo { max-width: unset; padding: 60px 24px 0px 24px; } .framer-fhgHb .framer-vmn36d { flex-direction: column; gap: 60px; max-width: unset; padding: 0px; } .framer-fhgHb .framer-1t2e5d3, .framer-fhgHb .framer-1f4eyux { flex: none; gap: 32px; width: 100%; } .framer-fhgHb .framer-9qv5be { gap: 24px; grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-fhgHb .framer-1c8qac7, .framer-fhgHb .framer-dqdsg9-container, .framer-fhgHb .framer-yups6h-container, .framer-fhgHb .framer-1hftba6-container, .framer-fhgHb .framer-1ofis98, .framer-fhgHb .framer-1vww547-container, .framer-fhgHb .framer-m3ycov-container, .framer-fhgHb .framer-1966et6-container, .framer-fhgHb .framer-1s1vdvh-container, .framer-fhgHb .framer-2zkur4-container, .framer-fhgHb .framer-64d4qi-container { grid-column: span 1; } .framer-fhgHb .framer-1i55tgk { gap: 60px; padding: 0px; } .framer-fhgHb .framer-1wshx5v { flex-direction: column; gap: 60px; max-width: unset; padding: 60px 24px 60px 24px; } .framer-fhgHb .framer-1jfcv5c { grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(5, min-content); max-width: unset; padding: 0px 24px 60px 24px; } .framer-fhgHb .framer-1sttrhb { align-self: start; flex-direction: column; gap: 40px; grid-column: span 1; } .framer-fhgHb .framer-153e9dj, .framer-fhgHb .framer-5lxkyp, .framer-fhgHb .framer-3nn3ss { flex: none; height: min-content; width: 100%; } .framer-fhgHb .framer-oi3hmm, .framer-fhgHb .framer-1s1zoy9, .framer-fhgHb .framer-1r7xwk { height: 450px; } .framer-fhgHb .framer-1s0oep2 { grid-column: span 1; padding: 60px 0px 60px 0px; } .framer-fhgHb .framer-17ta1mc { grid-column: span 1; padding: 0px; } .framer-fhgHb .framer-bwnrt7 { padding: 0px 0px 60px 0px; } .framer-fhgHb .framer-gmma2e { height: 50vh; } .framer-fhgHb .framer-4kxr45 { width: 90%; } .framer-fhgHb .framer-1389o18 { flex-direction: column; max-width: unset; padding: 60px 0px 0px 0px; } .framer-fhgHb .framer-tgtpzu { align-self: unset; flex: none; gap: 60px; height: min-content; justify-content: center; padding: 0px 24px 0px 24px; width: 100%; } .framer-fhgHb .framer-1tsyvxv { height: 460px; } .framer-fhgHb .framer-1qqvp7x, .framer-fhgHb .framer-rir7a4, .framer-fhgHb .framer-1so6dou { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-fhgHb .framer-6ygd5m { padding: 60px 40px 60px 40px; } .framer-fhgHb .framer-sdt1th, .framer-fhgHb .framer-1wa6ue { opacity: 0; z-index: -1; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13599\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gdgcU_6J6\":{\"layout\":[\"fixed\",\"auto\"]},\"p0Uz6ckLe\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"lMtLI_ptc\":{\"pattern\":\":lMtLI_ptc\",\"name\":\"who-we-are\"},\"u0rP44l3p\":{\"pattern\":\":u0rP44l3p\",\"name\":\"mission\"},\"mR4SHDi2a\":{\"pattern\":\":mR4SHDi2a\",\"name\":\"approach\"},\"W608xChl9\":{\"pattern\":\":W608xChl9\",\"name\":\"team\"},\"rBQQO0Ed4\":{\"pattern\":\":rBQQO0Ed4\",\"name\":\"how-we-work\"},\"p37RM5ZlO\":{\"pattern\":\":p37RM5ZlO\",\"name\":\"awards\"},\"dvOsbbQCs\":{\"pattern\":\":dvOsbbQCs\",\"name\":\"get-in-touch\"},\"bRsg99PlU\":{\"pattern\":\":bRsg99PlU\",\"name\":\"top\"},\"p8046rCPJ\":{\"pattern\":\":p8046rCPJ\",\"name\":\"logo-trigger\"}}\n * @framerResponsiveScreen\n */const FramerrYcPcLFex=withCSS(Component,css,\"framer-fhgHb\");export default FramerrYcPcLFex;FramerrYcPcLFex.displayName=\"Page\";FramerrYcPcLFex.defaultProps={height:13599,width:1200};addFonts(FramerrYcPcLFex,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...LogoFonts,...PhosphorFonts,...ArcTickerFonts,...ProfileCardFonts,...FootCardFonts,...AwardCardFonts,...NumberFlowFonts,...ButtonsFonts,...SmoothScrollFonts,...CursorFonts,...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),...getFontsFromSharedStyle(sharedStyle10.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrYcPcLFex\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gdgcU_6J6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"p0Uz6ckLe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"{\\\"lMtLI_ptc\\\":{\\\"pattern\\\":\\\":lMtLI_ptc\\\",\\\"name\\\":\\\"who-we-are\\\"},\\\"u0rP44l3p\\\":{\\\"pattern\\\":\\\":u0rP44l3p\\\",\\\"name\\\":\\\"mission\\\"},\\\"mR4SHDi2a\\\":{\\\"pattern\\\":\\\":mR4SHDi2a\\\",\\\"name\\\":\\\"approach\\\"},\\\"W608xChl9\\\":{\\\"pattern\\\":\\\":W608xChl9\\\",\\\"name\\\":\\\"team\\\"},\\\"rBQQO0Ed4\\\":{\\\"pattern\\\":\\\":rBQQO0Ed4\\\",\\\"name\\\":\\\"how-we-work\\\"},\\\"p37RM5ZlO\\\":{\\\"pattern\\\":\\\":p37RM5ZlO\\\",\\\"name\\\":\\\"awards\\\"},\\\"dvOsbbQCs\\\":{\\\"pattern\\\":\\\":dvOsbbQCs\\\",\\\"name\\\":\\\"get-in-touch\\\"},\\\"bRsg99PlU\\\":{\\\"pattern\\\":\\\":bRsg99PlU\\\",\\\"name\\\":\\\"top\\\"},\\\"p8046rCPJ\\\":{\\\"pattern\\\":\\\":p8046rCPJ\\\",\\\"name\\\":\\\"logo-trigger\\\"}}\",\"framerIntrinsicHeight\":\"13599\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "onDAAA,SAASA,GAAQC,EAAE,CAA8B,QAAzBC,EAAE,EAAMC,EAAEC,EAAE,EAAEC,EAAEJ,EAAE,OAAYI,GAAG,EAAE,EAAED,EAAEC,GAAG,EAAGF,EAAEF,EAAE,WAAWG,CAAC,EAAE,KAAKH,EAAE,WAAW,EAAEG,CAAC,EAAE,MAAM,GAAGH,EAAE,WAAW,EAAEG,CAAC,EAAE,MAAM,IAAIH,EAAE,WAAW,EAAEG,CAAC,EAAE,MAAM,GAAGD,EAAE,YAAYA,EAAE,QAAQ,OAAOA,IAAI,KAAK,IAAIA,GAAGA,IAAI,GAAGD,EAAE,YAAYC,EAAE,QAAQ,OAAOA,IAAI,KAAK,IAAI,YAAYD,EAAE,QAAQ,OAAOA,IAAI,KAAK,IAAI,OAAOG,EAAE,CAAC,IAAK,GAAEH,IAAID,EAAE,WAAWG,EAAE,CAAC,EAAE,MAAM,GAAG,IAAK,GAAEF,IAAID,EAAE,WAAWG,EAAE,CAAC,EAAE,MAAM,EAAE,IAAK,GAAEF,GAAGD,EAAE,WAAWG,CAAC,EAAE,IAAIF,EAAE,YAAYA,EAAE,QAAQ,OAAOA,IAAI,KAAK,GAAG,CAAC,OAAAA,GAAGA,IAAI,GAAGA,EAAE,YAAYA,EAAE,QAAQ,OAAOA,IAAI,KAAK,MAAYA,EAAEA,IAAI,MAAM,GAAG,SAAS,EAAE,CAAC,CCAhZ,SAASI,GAAiBC,EAAkB,CAAC,OAAOA,EAAkB,CAAC,IAAI,MAAM,MAAM,WAAW,IAAI,SAAS,MAAM,UAAU,IAAI,SAAS,MAAM,SAAU,CAAC,CAU5T,IAAMC,GAAIC,EAAQ,SAAaC,EAAM,CACxC,IAAMC,EAASC,GAAa,QAAQ,IAAIA,GAAa,OACnBC,EAAlB,CAACH,EAAM,KAA8BA,EAAM,eAAe,EAAE,EACtEI,EAAKC,GAAWL,EAAM,KAAKG,CAAQ,EACnCG,EAAG,SAASC,GAAKH,CAAI,CAAC,GACtBI,EAAeZ,GAAiBI,EAAM,iBAAiB,EAAE,OAAoBS,EAAM,MAAM,CAAC,UAAU,iCAAiC,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,gBAAgB,QAAQ,EAAE,QAAQ,cAAc,SAAS,UAAU,SAAS,CAAcC,EAAK,OAAO,CAAC,GAAGJ,EAAG,EAAEF,EAAK,YAAY,OAAO,KAAK,aAAa,CAAC,EAAeM,EAAK,OAAO,CAAC,SAAsBA,EAAK,WAAW,CAAC,KAAK,IAAIJ,CAAE,GAAG,YAAYN,EAAM,YAAY,iBAAiBQ,EAAe,MAAM,CAAC,cAAcR,EAAM,KAAK,cAAcA,EAAM,KAAK,cAAc,KAAK,GAAGA,EAAM,KAAK,KAAKA,EAAM,KAAK,EAAE,SAASA,EAAM,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAC7lB,CAAC,iFAAiF,CAAC,EAASW,GAAQb,GAAIA,GAAI,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEc,EAAoBd,GAAI,CAAC,KAAK,CAAC,MAAM,UAAU,KAAKe,EAAY,OAAO,aAAa,sCAAsC,gBAAgB,EAAI,EAAE,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,QAAQ,aAAa,SAAS,cAAc,UAAU,aAAa,EAAI,EAAE,eAAe,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,eAAe,GAAK,OAAOb,GAAOA,EAAM,IAAI,EAAE,kBAAkB,CAAC,MAAM,QAAQ,KAAKa,EAAY,KAAK,QAAQ,CAAC,MAAM,SAAS,QAAQ,EAAE,YAAY,CAAC,YAAY,eAAe,cAAc,EAAE,aAAa,SAAS,wBAAwB,EAAI,EAAE,KAAK,CAAC,KAAKA,EAAY,QAAQ,aAAa,GAAM,MAAM,YAAY,aAAa,KAAK,cAAc,KAAK,EAAE,YAAY,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,aAAa,EAAE,IAAI,IAAI,KAAK,OAAO,KAAK,EAAE,EAAE,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,OAAO,SAAS,WAAW,qBAAqB,EAAK,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,MAAM,CAAC,CAAC,EAA4B,IAAMR,GAAW,CAACS,EAAKX,IAAW,CAAC,IAAMY,EAAY,GAAGZ,EAAea,EAAe,GAAGb,EAAS,OAAOW,EAAoJ,cAAcE,CAAc,oBAAoBA,CAAc,UAAUD,CAAW,kBAAkBA,CAAW,UAA/P,cAAcA,CAAW,oBAAoBA,CAAW,mBAAmBC,CAAc,kBAAkBA,CAAc,QAAQD,CAAW,EAA6H,ECf7+B,IAAME,GAASC,EAASC,EAAG,EAAQC,GAAoCC,EAAOC,EAA6B,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,IAAI,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,cAAc,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,GAAGwC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAAlD,CAAQ,EAAEmD,GAAgB,CAAC,WAAAxD,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuD,GAAiB3B,GAAuBD,EAAMxB,CAAQ,EAAuCqD,EAAkBC,EAAG1D,GAAkB,GAAhD,CAAC,CAAuE,EAAQ2D,EAAY,IAAQZ,IAAc,YAAuC,OAAoB5B,EAAKyC,EAAY,CAAC,GAAGf,GAAUT,EAAgB,SAAsBjB,EAAKC,GAAS,CAAC,QAAQhB,EAAS,QAAQ,GAAM,SAAsBe,EAAKT,GAAW,CAAC,MAAMH,GAAY,SAAsBY,EAAKE,EAAO,IAAI,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,iBAAiBb,EAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,GAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,aAAa,CAAC,EAAE6C,EAAYI,CAAc,EAAE,SAASQ,EAAY,GAAgBxC,EAAK0C,EAA0B,CAAC,SAAsB1C,EAAKvB,GAAoC,CAAC,eAAea,GAAU,4BAA4B,GAAK,6BAA6B,GAAK,0BAA0B,EAAE,yBAAyB,OAAO,yBAAyBD,GAAY,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBgD,GAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKxB,GAAI,CAAC,kBAAkB,SAAS,MAAM,wEAAwE,eAAe,EAAE,KAAK,GAAM,KAAK,CAAC,WAAW,yKAAyK,SAAS,OAAO,WAAW,IAAI,cAAc,UAAU,WAAW,KAAK,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,YAAY,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,mEAAmE,KAAK,GAAK,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQmE,GAAI,CAAC,kFAAkF,kFAAkF,8PAA8P,sHAAsH,EAU33JC,GAAgBC,EAAQlC,GAAUgC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,aAAaA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,aAAa,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGtE,EAAQ,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECVra4E,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,0hBAA0hB,EAAeC,GAAU,eCA2K,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAyL,IAAMC,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAY,CAAC,OAAO,IAAI,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAMH,GAAW,MAAM,QAAQA,CAAK,EAASA,EAAM,OAAO,EAA4BA,GAAQ,MAAMA,IAAQ,GAAWI,GAAW,CAAC,CAAC,MAAAJ,EAAM,SAAAK,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWT,GAAOM,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,YAAAC,EAAY,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,MAAAC,EAAM,QAAAC,EAAQ,QAAAC,EAAQ,QAAAC,EAAQ,QAAAC,EAAQ,QAAAC,EAAQ,YAAAC,EAAY,YAAAC,EAAY,YAAAC,EAAY,YAAAC,EAAY,YAAAC,EAAY,MAAAC,GAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUZ,GAAOY,EAAM,WAAW,CAAC,IAAI,GAAG,IAAI,wEAAwE,OAAO,4EAA4E,EAAE,UAAUX,GAASW,EAAM,WAAW,IAAI,UAAUL,GAAaK,EAAM,UAAU,UAAUhB,GAAagB,EAAM,WAAW,cAAc,UAAUb,GAAOa,EAAM,WAAW,OAAO,UAAUV,GAASU,EAAM,WAAW,KAAK,UAAUF,GAAaE,EAAM,UAAU,UAAUT,GAASS,EAAM,WAAW,KAAK,UAAUN,GAAaM,EAAM,UAAU,UAAUJ,GAAaI,EAAM,UAAU,UAAUR,GAASQ,EAAM,WAAW,KAAK,UAAUH,GAAaG,EAAM,UAAU,UAAUP,GAASO,EAAM,WAAW,OAAO,GAAUC,GAAuB,CAACD,EAAME,IAAeF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAUC,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,GAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,GAAU,UAAAC,GAAU,UAAAC,GAAU,UAAAC,EAAU,UAAAC,GAAU,UAAAC,GAAU,UAAAC,EAAU,GAAGC,CAAS,EAAElD,GAASiB,CAAK,EAAO,CAAC,YAAAkC,GAAY,WAAAC,GAAW,oBAAAC,GAAoB,gBAAAC,GAAgB,eAAAC,GAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAAvC,EAAQ,EAAEwC,GAAgB,CAAC,eAAe,YAAY,IAAIlC,EAAW,QAAAW,EAAQ,kBAAAwB,EAAiB,CAAC,EAAQC,EAAiB3C,GAAuBD,EAAME,EAAQ,EAAiI2C,GAAkBC,EAAGC,GAAkB,GAA1I,CAAa9B,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQ+B,GAAQ9E,GAAMqD,EAAS,EAAQ0B,GAAS/E,GAAMuD,CAAS,EAAQyB,GAAShF,GAAMyD,EAAS,EAAQwB,GAASjF,GAAM2D,CAAS,EAAQuB,EAASlF,GAAM6D,EAAS,EAAE,OAAoBpD,EAAK0E,EAAY,CAAC,GAAGnC,GAAUT,EAAgB,SAAsB9B,EAAKC,GAAS,CAAC,QAAQsB,GAAS,QAAQ,GAAM,SAAsBvB,EAAKR,GAAW,CAAC,MAAMN,GAAY,SAAsByF,EAAMzE,EAAO,IAAI,CAAC,GAAGoD,EAAU,GAAGI,GAAgB,UAAUS,EAAGD,GAAkB,gBAAgB5B,EAAUkB,EAAU,EAAE,mBAAmB,eAAe,iBAAiBS,EAAiB,SAAS,YAAY,IAAIpC,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAS,CAAcrC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiB+D,EAAiB,SAAS,YAAY,SAAsBjE,EAAK4E,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2B1C,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,GAAG,OAAO,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,OAAOA,GAAmB,OAAO,OAAO,SAAS,GAAGhD,GAAkBsD,CAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBwB,EAAiB,SAAS,YAAY,WAAW3E,EAAS,CAAC,CAAC,CAAC,EAAeqF,EAAMzE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiB+D,EAAiB,SAAS,YAAY,SAAS,CAAcU,EAAMzE,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,iBAAiB+D,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAcjE,EAAK8E,EAAS,CAAC,sBAAsB,GAAK,SAAsB9E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,8FAA8F,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,iBAAiB+D,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qEAAqE,6BAA6B,KAAK,EAAE,KAAKvB,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe1C,EAAK8E,EAAS,CAAC,sBAAsB,GAAK,SAAsB9E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiB+D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,KAAKtB,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAMzE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,iBAAiB+D,EAAiB,SAAS,YAAY,SAAS,CAACI,IAAsBrE,EAAK8E,EAAS,CAAC,sBAAsB,GAAK,SAAsB9E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,8FAA8F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAKlC,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB7C,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiB+D,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qEAAqE,6BAA6B,KAAK,EAAE,KAAKrB,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAE0B,IAAuBtE,EAAK8E,EAAS,CAAC,sBAAsB,GAAK,SAAsB9E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,8FAA8F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAKhC,GAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB/C,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiB+D,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qEAAqE,6BAA6B,KAAK,EAAE,KAAKnB,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEyB,IAAuBvE,EAAK8E,EAAS,CAAC,sBAAsB,GAAK,SAAsB9E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,8FAA8F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK9B,GAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiB+D,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qEAAqE,6BAA6B,KAAK,EAAE,KAAKjB,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEwB,IAAuBxE,EAAK8E,EAAS,CAAC,sBAAsB,GAAK,SAAsB9E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,8FAA8F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK5B,GAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsBnD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiB+D,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qEAAqE,6BAA6B,KAAK,EAAE,KAAKf,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEuB,GAAuBzE,EAAK8E,EAAS,CAAC,sBAAsB,GAAK,SAAsB9E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,8FAA8F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK1B,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiB+D,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qEAAqE,6BAA6B,KAAK,EAAE,KAAKb,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ4B,GAAI,CAAC,kFAAkF,gFAAgF,gRAAgR,4QAA4Q,4aAA4a,uRAAuR,uSAAuS,wSAAwS,gRAAgR,wgDAAwgD,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,+bAA+b,EAS7qgBC,GAAgBC,EAAQ1D,GAAUwD,GAAI,cAAc,EAASG,EAAQF,GAAgBA,GAAgB,YAAY,eAAeA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,UAAU,CAAC,wBAAwB,gIAAgI,gBAAgB,CAAC,IAAI,GAAG,eAAe,+HAA+H,EAAE,MAAM,QAAQ,KAAKI,EAAY,eAAe,EAAE,UAAU,CAAC,aAAa,OAAO,gBAAgB,GAAM,MAAM,OAAO,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,cAAc,gBAAgB,GAAM,MAAM,cAAc,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,IAAI,YAAY,GAAG,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,gBAAgB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,KAAK,YAAY,GAAG,gBAAgB,GAAM,YAAY,GAAG,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,gBAAgB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,KAAK,YAAY,GAAG,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,gBAAgB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,KAAK,YAAY,GAAG,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,gBAAgB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,QAAQ,YAAY,GAAG,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,gBAAgB,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTv1F,IAAMC,GAAgBC,EAAOC,EAAO,GAAG,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,EAAyL,IAAMC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,EAAE,EAAQE,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,KAAAC,EAAK,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUL,GAAMK,EAAM,WAAW,OAAO,UAAUN,GAAOM,EAAM,WAAW,QAAQ,UAAUJ,GAAOI,EAAM,WAAW,OAAO,GAAUC,GAAuB,CAACD,EAAME,IAAeF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAUC,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,EAAS,EAAE9B,GAASO,CAAK,EAAO,CAAC,YAAAwB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,GAAgB,eAAAC,GAAe,UAAAC,EAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAA7B,CAAQ,EAAE8B,GAAgB,CAAC,eAAe,YAAY,IAAIxB,EAAW,QAAAW,EAAQ,kBAAAc,EAAiB,CAAC,EAAQC,EAAiBjC,GAAuBD,EAAME,CAAQ,EAAmFiC,GAAkBC,EAAGC,GAAkB,GAA5F,CAAapB,GAAuBA,EAAS,CAAuE,EAAE,OAAoB5B,EAAKiD,EAAY,CAAC,GAAGpB,GAAUT,EAAgB,SAAsBpB,EAAKC,GAAS,CAAC,QAAQY,EAAS,QAAQ,GAAM,SAAsBb,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB4D,EAAMC,GAAgB,CAAC,GAAGjB,GAAU,GAAGI,GAAgB,kBAAkB,CAAC,WAAWlD,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAU,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU0D,EAAGD,GAAkB,iBAAiBlB,EAAUQ,CAAU,EAAE,cAAc,GAAK,mBAAmB,UAAU,iBAAiBS,EAAiB,SAAS,YAAY,IAAI1B,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,GAAGQ,CAAK,EAAE,SAAS,CAAcuB,EAAMhD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAAc7C,EAAKoD,EAAS,CAAC,sBAAsB,GAAK,SAAsBpD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,2FAA2F,EAAE,SAAsBF,EAAKE,EAAO,OAAO,CAAC,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,KAAKd,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe/B,EAAKoD,EAAS,CAAC,sBAAsB,GAAK,SAAsBpD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,0FAA0F,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iEAAiE,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAejC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,iBAAiB2C,EAAiB,SAAS,YAAY,SAAsB7C,EAAKoD,EAAS,CAAC,sBAAsB,GAAK,SAAsBpD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,sCAAsC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,KAAKb,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQqB,GAAI,CAAC,kFAAkF,gFAAgF,gRAAgR,wSAAwS,gNAAgN,6HAA6H,6WAA6W,GAAeA,GAAI,GAAgBA,GAAI,+bAA+b,EASx3PC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,aAAaA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,UAAU,CAAC,aAAa,QAAQ,gBAAgB,GAAM,MAAM,QAAQ,KAAKI,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,QAAQ,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,OAAO,YAAY,GAAG,gBAAgB,GAAM,MAAM,OAAO,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTz5C,IAAMC,GAAUC,EAASC,EAAI,EAAQC,GAAkCC,GAA0BC,CAAQ,EAAQC,GAA+BF,GAA0BG,CAAK,EAAQC,EAAeC,EAAOJ,CAAQ,EAAQK,GAAcT,EAASU,EAAQ,EAAQC,GAAmCR,GAA0BS,EAAO,GAAG,EAAQC,GAAeb,EAASc,EAAS,EAAQC,EAAgBP,EAAOI,EAAO,GAAG,EAAQI,GAAiBhB,EAASiB,CAAW,EAAQC,GAAclB,EAASmB,EAAQ,EAAQC,GAAYZ,EAAOF,CAAK,EAAQe,GAAerB,EAASsB,EAAS,EAAQC,GAAgBvB,EAASwB,EAAU,EAAQC,GAAkCC,GAAwBF,EAAU,EAAQG,GAAa3B,EAAS4B,EAAO,EAAQC,GAAkB7B,EAAS8B,EAAY,EAAQC,GAAY/B,EAASgC,EAAM,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,qBAAqB,UAAU,qBAAqB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAQC,GAAU,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,GAAG,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,OAAO,EAAE,MAAM,IAAI,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,OAAOF,GAAU,aAAa,YAAY,WAAWC,GAAY,QAAQ,UAAU,KAAK,QAAQ,EAAQE,GAAY,CAAC,OAAO,GAAG,MAAM,GAAG,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,IAAI,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,EAAY,CAAC,MAAM,EAAE,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,OAAO,GAAG,MAAM,GAAG,SAAS,EAAE,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,EAAE,EAAQE,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,EAAE,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,QAAQ,KAAK,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAY,CAAC,MAAM,KAAK,SAAS,EAAE,KAAK,CAAC,IAAI,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,OAAOF,GAAY,OAAO,GAAM,WAAW,EAAE,UAAU,GAAG,aAAa,YAAY,WAAWC,GAAY,QAAQ,WAAW,KAAK,QAAQ,EAAQE,GAAY,CAAC,QAAQ,KAAK,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAY,CAAC,MAAM,KAAK,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,OAAOF,GAAY,OAAO,GAAM,WAAW,EAAE,UAAU,EAAE,aAAa,YAAY,WAAWC,GAAY,QAAQ,WAAW,KAAK,QAAQ,EAAQE,EAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,EAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWlB,EAAY,EAAE,EAAE,EAAE,EAAE,EAAQmB,GAAY,CAAC,OAAOR,GAAY,OAAO,GAAM,WAAW,EAAE,UAAU,EAAE,aAAa,YAAY,WAAWC,GAAY,QAAQ,WAAW,KAAK,QAAQ,EAAQQ,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWX,GAAY,EAAE,EAAE,EAAE,EAAE,EAAQY,GAAa,CAAC,MAAM,GAAG,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAa,EAAE,EAAE,EAAE,EAAE,EAAQE,EAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,GAAa,CAAC,OAAO,IAAI,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAY,EAAQE,GAAmB,CAACC,EAAEC,IAAI,yBAAyBA,CAAC,GAASC,GAAa,CAAC,MAAM,GAAG,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAa,EAAE,EAAE,EAAE,EAAE,EAAQE,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAa,CAAC,MAAM,GAAG,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAa,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,GAAaJ,CAAK,EAAE,OAAOE,EAASC,CAAI,CAAE,EAAQE,GAAU,CAAC,CAAC,MAAAV,CAAK,IAAoBW,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOZ,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUa,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAO,CAAC,UAAUpE,GAAO,QAAQ,WAAW,EAAQqE,GAAQ,CAAC,UAAUrE,GAAO,QAAQ,WAAW,EAAQsE,GAAQ,CAAC,UAAUtE,GAAO,QAAQ,WAAW,EAAQuE,GAAQ,CAAC,UAAUvE,GAAO,QAAQ,WAAW,EAAQwE,GAA6BC,EAAW,SAASN,EAAMO,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,EAAmB,YAAAC,GAAY,GAAGC,CAAS,EAAE9B,GAASI,CAAK,EAAQ2B,GAAU,IAAI,CAAC,IAAMC,EAASA,GAAiB,OAAUf,CAAY,EAAE,GAAGe,EAAS,OAAO,CAAC,IAAIC,GAAU,SAAS,cAAc,qBAAqB,EAAKA,GAAWA,GAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,GAAU,SAAS,cAAc,MAAM,EAAEA,GAAU,aAAa,OAAO,QAAQ,EAAEA,GAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,EAAS,EAAG,CAAC,EAAE,CAAC,OAAUhB,CAAY,CAAC,EAAQiB,GAAmB,IAAI,CAAC,IAAMF,EAASA,GAAiB,OAAUf,CAAY,EAAE,SAAS,MAAMe,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUf,CAAY,CAAC,EAAE,GAAK,CAACkB,EAAYC,EAAmB,EAAEC,GAA8BZ,EAAQvF,GAAY,EAAK,EAAQoG,GAAe,OAA2SC,EAAkBC,EAAGpG,GAAkB,GAA5S,CAAamF,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAwBA,EAAS,CAAuE,EAAQkB,GAAUC,EAAkB,WAAW,EAAQC,GAAW9B,EAAO,IAAI,EAAQ+B,EAAWF,EAAkB,WAAW,EAAQG,EAAWhC,EAAO,IAAI,EAAQiC,GAAWJ,EAAkB,WAAW,EAAQK,GAAWlC,EAAO,IAAI,EAAQmC,GAAWN,EAAkB,WAAW,EAAQO,GAAWpC,EAAO,IAAI,EAAQqC,GAAY,IAAS/G,GAAU,EAAiB,EAAC,YAAY,WAAW,EAAE,SAASgG,CAAW,EAAtD,GAAyFgB,GAAOC,GAAU,EAAQC,GAAWX,EAAkB,WAAW,EAAQY,GAAWzC,EAAO,IAAI,EAAQ0C,GAAWb,EAAkB,WAAW,EAAQc,EAAW3C,EAAO,IAAI,EAAQ4C,GAAWf,EAAkB,WAAW,EAAQgB,GAAW7C,EAAO,IAAI,EAAQ8C,GAAWjB,EAAkB,WAAW,EAAQkB,GAAW/C,EAAO,IAAI,EAAQgD,GAAWnB,EAAkB,WAAW,EAAQoB,GAAWjD,EAAO,IAAI,EAAE,OAAAkD,GAAiB,CAAC,UAAUvD,GAAQ,UAAUH,GAAO,SAASC,GAAQ,OAAOC,EAAO,CAAC,EAAsBT,EAAKkE,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA3H,EAAiB,EAAE,SAAsB4H,EAAMC,EAAY,CAAC,GAAG1C,GAAUT,EAAgB,SAAS,CAAcjB,EAAKF,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAeqE,EAAMpJ,EAAO,IAAI,CAAC,GAAGiH,EAAU,UAAUU,EAAGD,EAAkB,iBAAiBhB,CAAS,EAAE,IAAIT,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAS,CAAcxB,EAAKqE,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,EAAE,SAAsBrE,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,aAAa,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBrC,EAAK5F,GAAK,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4F,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,qBAAqB,MAAS,EAAE,UAAU,CAAC,qBAAqB,MAAS,CAAC,EAAE,SAAsB8B,EAAM,SAAS,CAAC,UAAU,iBAAiB,qBAAqB,UAAU,mBAAmB,OAAO,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAcnE,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,OAAOtD,GAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAesD,EAAK3F,GAAkC,CAAC,sBAAsB,GAAK,QAAQuC,GAAW,SAAsBoD,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,yEAAyE,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,QAAQnD,GAAW,UAAU,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQpF,EAAU,CAAC,EAAE,SAAsB+C,EAAKxF,GAA+B,CAAC,QAAQuC,GAAW,WAAW,CAAC,IAAI,mIAAmI,IAAI,OAAO,QAAQ0H,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAMA,GAAmB,OAAO,QAAQ,IAAI,wEAAwE,OAAO,yQAAyQ,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,KAAK,QAAQtE,GAAW,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,qBAAqB,MAAS,EAAE,UAAU,CAAC,qBAAqB,MAAS,CAAC,EAAE,SAAsB8B,EAAM,OAAO,CAAC,UAAU,iBAAiB,qBAAqB,UAAU,mBAAmB,UAAU,SAAS,CAAcnE,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,GAAG2C,GAAU,IAAIE,GAAK,SAAsBsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcA,EAAMrJ,GAAmC,CAAC,QAAQqC,GAAW,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,OAAO,QAAQC,GAAW,UAAU,GAAK,SAAS,CAAc+G,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAcnE,EAAKtF,EAAe,CAAC,kBAAkB,CAAC,WAAW4C,EAAW,EAAE,sBAAsB,GAAM,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsByC,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3F,GAAkC,CAAC,sBAAsB,GAAK,QAAQoD,GAAY,SAAsBuC,EAAWwE,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,CAAC,kCAA+CnE,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,aAAa,MAAM,CAAC,OAAO,EAAE,QAAQtC,GAAY,UAAU,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeyG,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,SAAS,SAAS,CAAcnE,EAAKqE,EAA0B,CAAC,SAAsBrE,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAKnF,GAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,WAAW,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,QAAQ,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemF,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,kGAAkG,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemE,EAAMrJ,GAAmC,CAAC,QAAQ8C,GAAY,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,QAAQ,QAAQR,GAAW,UAAU,GAAK,SAAS,CAAc4C,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,CAAcnE,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAS,2EAA2E,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAS,0JAA0J,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,OAAOjC,GAAY,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeoG,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAS,CAAcnE,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,wQAAwQ,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,KAAK,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,yNAAyN,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,GAAG8C,EAAW,IAAIC,EAAK,SAAsBoB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcnE,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAsBA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,CAAcA,EAAM,OAAO,CAAC,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAC,gGAA6GnE,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,4HAAuH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,OAAO9B,GAAY,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeiG,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAS,CAAcnE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQoC,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,IAAI,IAAI,EAAE,MAAM,GAAG,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,OAAO,UAAU,MAAM,IAAI,oEAAoE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQmD,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,OAAO,UAAU,MAAM,IAAI,oEAAoE,CAAC,CAAC,EAAE,SAAsBtB,EAAKvF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQgK,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,IAAI,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,OAAO,UAAU,MAAM,IAAI,oEAAoE,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,EAAetB,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,GAAGgD,GAAW,IAAIC,GAAK,SAAsBkB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcnE,EAAKtF,EAAe,CAAC,kBAAkB,CAAC,WAAWwC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB4B,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,+CAA+C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKtF,EAAe,CAAC,kBAAkB,CAAC,WAAWwC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB+F,EAAYK,EAAS,CAAC,SAAS,CAAcxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,wMAAwM,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,QAAG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,OAAO3B,GAAY,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe8F,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAS,CAAcnE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,6DAA6D,IAAI,OAAO,QAAQoC,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,KAAK,GAAG,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,MAAM,YAAYA,GAAmB,OAAO,OAAO,iBAAiB,IAAI,uEAAuE,OAAO,wKAAwK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,6DAA6D,IAAI,OAAO,QAAQmD,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,MAAM,YAAYA,GAAmB,OAAO,OAAO,iBAAiB,IAAI,uEAAuE,OAAO,wKAAwK,CAAC,CAAC,EAAE,SAAsBtB,EAAKvF,EAAM,CAAC,WAAW,CAAC,IAAI,6DAA6D,IAAI,OAAO,QAAQgK,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,IAAI,IAAI,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,qCAAqC,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,SAAsBtB,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGf,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,KAAK,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAG/C,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,IAAI,IAAI,EAAE,EAAE,EAAE,GAAG,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK/E,GAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekJ,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAS,CAAcA,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWgC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc4B,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,+BAA+B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,mEAAmE,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemE,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWyC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBQ,EAAY,eAAeG,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc0B,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,6CAA6C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,sJAAsJ,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemE,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWqD,EAAY,EAAE,sBAAsB,GAAK,gBAAgBJ,EAAY,eAAeK,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcwB,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,gDAAgD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,4DAA4D,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemE,EAAM,UAAU,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,WAAW,GAAGjB,GAAW,IAAIC,GAAK,SAAS,CAAcgB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAcnE,EAAK9E,EAAgB,CAAC,kBAAkB,CAAC,WAAWgC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,SAAsB+F,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAcnE,EAAKtF,EAAe,CAAC,kBAAkB,CAAC,WAAW4C,EAAW,EAAE,sBAAsB,GAAM,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsByC,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3F,GAAkC,CAAC,sBAAsB,GAAK,QAAQoD,GAAY,SAAsBuC,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,QAAQtC,GAAY,UAAU,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyG,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWgC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAAc4B,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,qCAAqC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,wLAAwL,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,OAAO3B,GAAY,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8F,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcnE,EAAKtF,EAAe,CAAC,kBAAkB,CAAC,WAAW4C,EAAW,EAAE,sBAAsB,GAAM,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsByC,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBf,GAAmB,OAAO,OAAO,mDAAmD,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,MAAM,EAAE,IAAI,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB/C,GAAmB,OAAO,OAAO,4DAA4D,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,EAAE,EAAE,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK5E,EAAY,CAAC,UAAUqD,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,MAAM,IAAI,sEAAsE,OAAO,sKAAsK,EAAE,uCAAuC,EAAE,UAAU,GAAG,UAAU,0BAA0B,UAAU,SAAS,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBf,GAAmB,OAAO,OAAO,mDAAmD,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,MAAM,EAAE,KAAK,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB/C,GAAmB,OAAO,OAAO,4DAA4D,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,EAAE,EAAE,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK5E,EAAY,CAAC,UAAUqD,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,wCAAwC,EAAE,UAAU,GAAG,UAAU,4BAA4B,UAAU,eAAe,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBf,GAAmB,OAAO,OAAO,mDAAmD,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,MAAM,EAAE,MAAM,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB/C,GAAmB,OAAO,OAAO,4DAA4D,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,EAAE,EAAE,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK5E,EAAY,CAAC,UAAUqD,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,0CAA0C,EAAE,UAAU,GAAG,UAAU,qBAAqB,UAAU,YAAY,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBrC,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKtF,EAAe,CAAC,kBAAkB,CAAC,WAAW4C,EAAW,EAAE,sBAAsB,GAAM,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsByC,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBf,GAAmB,OAAO,OAAO,mDAAmD,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,MAAM,EAAE,MAAM,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB/C,GAAmB,OAAO,OAAO,4DAA4D,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,EAAE,IAAI,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK5E,EAAY,CAAC,UAAUqD,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,UAAU,MAAM,UAAU,QAAQ,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,2BAA2B,EAAE,UAAU,GAAG,UAAU,wBAAwB,UAAU,uBAAuB,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBf,GAAmB,OAAO,OAAO,mDAAmD,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,MAAM,EAAE,MAAM,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB/C,GAAmB,OAAO,OAAO,4DAA4D,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,EAAE,IAAI,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK5E,EAAY,CAAC,UAAUqD,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,sKAAsK,EAAE,gDAAgD,EAAE,UAAU,GAAG,UAAU,2BAA2B,UAAU,eAAe,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBf,GAAmB,OAAO,OAAO,mDAAmD,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,MAAM,EAAE,MAAM,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB/C,GAAmB,OAAO,OAAO,4DAA4D,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,EAAE,IAAI,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK5E,EAAY,CAAC,UAAUqD,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,0CAA0C,EAAE,UAAU,GAAG,UAAU,sBAAsB,UAAU,kBAAkB,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2E,GAAY,GAAgBpD,EAAK,MAAM,CAAC,UAAU,8CAA8C,mBAAmB,QAAQ,CAAC,EAAeA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBf,GAAmB,OAAO,OAAO,mDAAmD,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,MAAM,EAAE,MAAM,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB/C,GAAmB,OAAO,OAAO,4DAA4D,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,EAAE,KAAK,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK5E,EAAY,CAAC,UAAUqD,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,qCAAqC,EAAE,UAAU,GAAG,UAAU,2BAA2B,UAAU,kBAAkB,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBf,GAAmB,OAAO,OAAO,mDAAmD,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,MAAM,EAAE,MAAM,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB/C,GAAmB,OAAO,OAAO,4DAA4D,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,EAAE,KAAK,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK5E,EAAY,CAAC,UAAUqD,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,sKAAsK,EAAE,qCAAqC,EAAE,UAAU,GAAG,UAAU,uBAAuB,UAAU,kBAAkB,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iBAAiBf,GAAmB,OAAO,OAAO,mDAAmD,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,EAAE,GAAG,MAAM,EAAE,MAAM,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB/C,GAAmB,OAAO,OAAO,4DAA4D,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,EAAE,KAAK,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK5E,EAAY,CAAC,UAAUqD,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,oQAAoQ,EAAE,UAAU,EAAE,UAAU,GAAG,UAAU,qBAAqB,UAAU,WAAW,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAsBA,EAAK0E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B3E,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGf,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,CAAC,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM/C,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,OAAO,GAAG,EAAE,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUsC,EAAc,CAAC,EAAE,UAAUA,EAAc,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,EAAE,UAAUA,EAAc,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsB3E,EAAK1E,GAAS,CAAC,UAAU,SAAS,OAAO,OAAO,UAAUqJ,EAAc,CAAC,EAAE,GAAG,YAAY,UAAU,wEAAwE,SAAS,YAAY,UAAU,aAAa,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,gBAAgB,UAAUA,EAAc,CAAC,EAAE,QAAQ,YAAY,UAAU,cAAc,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeR,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,GAAGZ,GAAW,IAAIC,GAAK,SAAS,CAAcW,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAAcnE,EAAK9E,EAAgB,CAAC,kBAAkB,CAAC,WAAWgC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,SAAsB+F,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAcnE,EAAKtF,EAAe,CAAC,kBAAkB,CAAC,WAAW4C,EAAW,EAAE,sBAAsB,GAAM,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsByC,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3F,GAAkC,CAAC,sBAAsB,GAAK,QAAQoD,GAAY,SAAsBuC,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,QAAQtC,GAAY,UAAU,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyG,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWgC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAAc4B,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,kCAAkC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,uLAAuL,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,OAAO3B,GAAY,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8F,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,SAAS,CAAcnE,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,SAAS,IAAI,OAAO,QAAQoC,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,UAAU,QAAQ,UAAU,QAAQ,MAAM,WAAWA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,sEAAsE,OAAO,0EAA0E,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,SAAS,IAAI,OAAO,QAAQmD,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,UAAU,QAAQ,UAAU,QAAQ,MAAM,WAAWA,GAAmB,OAAO,OAAO,uBAAuB,IAAI,sEAAsE,OAAO,0EAA0E,CAAC,CAAC,EAAE,SAAsBtB,EAAKvF,EAAM,CAAC,WAAW,CAAC,IAAI,SAAS,IAAI,OAAO,QAAQgK,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,MAAM,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,UAAU,QAAQ,UAAU,QAAQ,MAAM,iBAAiBA,GAAmB,OAAO,OAAO,sDAAsD,IAAI,sEAAsE,OAAO,0EAA0E,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,WAAWzC,EAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,kCAAkC,IAAI,OAAO,QAAQoC,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,MAAM,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAWA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,sEAAsE,OAAO,uKAAuK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,kCAAkC,IAAI,OAAO,QAAQmD,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAWA,GAAmB,OAAO,OAAO,uBAAuB,IAAI,sEAAsE,OAAO,uKAAuK,CAAC,CAAC,EAAE,SAAsBtB,EAAKvF,EAAM,CAAC,WAAW,CAAC,IAAI,kCAAkC,IAAI,OAAO,QAAQgK,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,MAAM,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,iBAAiBA,GAAmB,OAAO,OAAO,sDAAsD,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,WAAWzC,EAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,kCAAkC,IAAI,OAAO,QAAQoC,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,GAAG,MAAM,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,UAAU,QAAQ,UAAU,MAAM,MAAM,WAAWA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,uEAAuE,OAAO,2EAA2E,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,kCAAkC,IAAI,OAAO,QAAQmD,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,UAAU,QAAQ,UAAU,MAAM,MAAM,WAAWA,GAAmB,OAAO,OAAO,uBAAuB,IAAI,uEAAuE,OAAO,2EAA2E,CAAC,CAAC,EAAE,SAAsBtB,EAAKvF,EAAM,CAAC,WAAW,CAAC,IAAI,kCAAkC,IAAI,OAAO,QAAQgK,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,MAAM,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,UAAU,QAAQ,UAAU,MAAM,MAAM,iBAAiBA,GAAmB,OAAO,OAAO,sDAAsD,IAAI,uEAAuE,OAAO,2EAA2E,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,WAAWzC,EAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesF,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcA,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWgC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,SAAS,CAAc4B,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,kIAA6H,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemE,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWyC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBQ,EAAY,eAAeG,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,SAAS,CAAc0B,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,uIAAuI,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemE,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWqD,EAAY,EAAE,sBAAsB,GAAK,gBAAgBJ,EAAY,eAAeK,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,SAAS,CAAcwB,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,6HAA6H,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemE,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWgC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAAc4B,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,6DAA6D,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,iOAA4N,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemE,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,GAAGV,GAAW,IAAIC,EAAK,SAAS,CAAc1D,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAsBA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,uDAAuD,IAAI,OAAO,QAAQoC,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,OAAO,SAAS,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,uDAAuD,IAAI,OAAO,QAAQmD,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,OAAO,SAAS,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,CAAC,EAAE,SAAsBtB,EAAKzE,GAAY,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,uDAAuD,IAAI,OAAO,QAAQkJ,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,OAAO,SAAS,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,SAAsBtB,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQoC,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,KAAK,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,YAAYA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQmD,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,KAAK,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,YAAYA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,CAAC,EAAE,SAAsBtB,EAAKzE,GAAY,CAAC,iBAAiB,CAAC,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQkJ,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,KAAK,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,YAAYA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,kBAAkBxC,EAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqF,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAS,CAAcA,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWgC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAAc4B,EAAKtF,EAAe,CAAC,kBAAkB,CAAC,WAAW4C,EAAW,EAAE,sBAAsB,GAAM,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsByC,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3F,GAAkC,CAAC,sBAAsB,GAAK,QAAQoD,GAAY,SAAsBuC,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,sBAAsB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,QAAQtC,GAAY,UAAU,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAesC,EAAKtF,EAAe,CAAC,kBAAkB,CAAC,WAAWwC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB4B,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,kJAAkJ,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,OAAO3B,GAAY,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2B,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsBmE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcnE,EAAK9E,EAAgB,CAAC,kBAAkB,CAAC,WAAW+D,EAAY,EAAE,sBAAsB,GAAK,gBAAgBd,EAAY,eAAee,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,MAAM,SAAsBiF,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAS,CAAcnE,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQf,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAY/C,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAKvE,GAAU,CAAC,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,sBAAsB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,kBAAkB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQf,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAY/C,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAKvE,GAAU,CAAC,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,oBAAoB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,gCAAgC,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQf,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAY/C,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAKvE,GAAU,CAAC,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,oBAAoB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,mCAAmC,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQf,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAY/C,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAKvE,GAAU,CAAC,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,uBAAuB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,kCAAkC,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQf,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAY/C,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAKvE,GAAU,CAAC,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,8BAA8B,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,mBAAmB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe0I,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAS,CAAcnE,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAsBA,EAAK4E,GAAmB,CAAC,SAAsB5E,EAAKR,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKqF,GAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACC,EAAWC,GAAeC,KAAwBhF,EAAKiF,GAAU,CAAC,SAASH,GAAY,IAAI,CAAC,CAAC,UAAUjD,GAAmB,GAAGE,GAAY,UAAUH,GAAmB,UAAUE,EAAkB,EAAEoD,MAASrD,KAAqB,GAAGC,KAAqB,GAAuB9B,EAAKoE,EAAY,CAAC,GAAG,aAAarC,EAAW,GAAG,SAAsB/B,EAAKmF,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUtD,EAAkB,EAAE,SAAsB7B,EAAKoF,EAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUvD,EAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB7B,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQoC,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,MAAM,EAAE,EAAE,EAAE,CAAC,EAAE,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGnC,GAAkByC,EAAkB,CAAC,CAAC,EAAE,UAAU,CAAC,qBAAqB,OAAU,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ6C,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,MAAM,EAAE,EAAE,EAAE,CAAC,EAAE,MAAMA,GAAmB,OAAO,QAAQ,GAAGnC,GAAkByC,EAAkB,CAAC,CAAC,CAAC,EAAE,SAAsB5B,EAAKvF,EAAM,CAAC,GAAG,IAAI,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQgK,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,MAAM,YAAYA,GAAmB,OAAO,OAAO,+BAA+B,GAAGnC,GAAkByC,EAAkB,CAAC,EAAE,UAAU,+BAA+B,qBAAqB,SAAS,SAAsB5B,EAAK3F,GAAkC,CAAC,sBAAsB,GAAK,QAAQiF,GAAY,SAAsBU,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,QAAQT,GAAY,UAAU,GAAK,KAAKuC,GAAmB,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,EAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoC,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,QAAQ,SAAS,CAAcA,EAAMjJ,EAAgB,CAAC,kBAAkB,CAAC,WAAWgC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBiB,EAAY,eAAeC,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAc4B,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,8BAA8B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,6GAA6G,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemE,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,cAAc,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcnE,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,qCAAqC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAsBA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGf,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,MAAM,EAAE,IAAI,GAAG,MAAM,MAAM,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,MAAM,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,GAAG,GAAG/C,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,IAAI,GAAG,MAAM,MAAM,EAAE,EAAE,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBtE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,4BAA4B,YAAY,2BAA2B,YAAY,QAAQ,WAAW,EAAE,UAAU,CAAC,4BAA4B,YAAY,2BAA2B,YAAY,QAAQ,WAAW,CAAC,EAAE,SAAsBrC,EAAKpE,GAAkC,CAAC,sBAAsB,GAAK,4BAA4B,YAAY,oBAAoB,GAAG,qCAAqC,GAAK,2BAA2B,YAAY,UAAU,kEAAkE,UAAU,IAAI,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,KAAK,UAAU,GAAG,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuI,EAAM,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,cAAc,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcnE,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,4BAA4B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAsBA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGf,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,MAAM,EAAE,IAAI,GAAG,MAAM,MAAM,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,MAAM,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,GAAG,GAAG/C,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,IAAI,GAAG,MAAM,MAAM,EAAE,EAAE,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBtE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,4BAA4B,YAAY,2BAA2B,YAAY,QAAQ,WAAW,EAAE,UAAU,CAAC,4BAA4B,YAAY,2BAA2B,YAAY,QAAQ,WAAW,CAAC,EAAE,SAAsBrC,EAAKpE,GAAkC,CAAC,sBAAsB,GAAK,4BAA4B,YAAY,oBAAoB,GAAG,qCAAqC,GAAK,2BAA2B,YAAY,UAAU,kEAAkE,UAAU,IAAI,UAAU,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,KAAK,UAAU,GAAG,QAAQ,YAAY,MAAM,OAAO,UAAU,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuI,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,cAAc,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,eAAe,mBAAmB,UAAU,SAAS,CAAcnE,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,6BAA6B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAsBA,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGf,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,MAAM,EAAE,IAAI,GAAG,MAAM,MAAM,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,GAAG,MAAM,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,GAAG,GAAG/C,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,IAAI,GAAG,MAAM,MAAM,EAAE,EAAE,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBtE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,4BAA4B,YAAY,2BAA2B,YAAY,QAAQ,WAAW,EAAE,UAAU,CAAC,4BAA4B,YAAY,2BAA2B,YAAY,QAAQ,WAAW,CAAC,EAAE,SAAsBrC,EAAKpE,GAAkC,CAAC,sBAAsB,GAAK,4BAA4B,YAAY,oBAAoB,GAAG,qCAAqC,GAAK,2BAA2B,YAAY,UAAU,kEAAkE,UAAU,IAAI,UAAU,IAAI,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,KAAK,UAAU,GAAG,QAAQ,YAAY,MAAM,OAAO,UAAU,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoE,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAsBA,EAAK0E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASW,GAA6BrF,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGf,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,GAAG,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,GAAG,CAAC,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,IAAI,MAAM/C,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUgD,EAAe,CAAC,EAAE,UAAUA,EAAe,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,UAAUA,EAAe,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBrF,EAAK1E,GAAS,CAAC,UAAU,SAAS,OAAO,OAAO,UAAU+J,EAAe,CAAC,EAAE,GAAG,YAAY,UAAU,wEAAwE,SAAS,YAAY,UAAU,aAAa,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,2BAA2B,UAAUA,EAAe,CAAC,EAAE,QAAQ,YAAY,UAAU,kBAAkB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerF,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,qBAAqB,MAAS,EAAE,UAAU,CAAC,qBAAqB,MAAS,CAAC,EAAE,SAAsBrC,EAAK,UAAU,CAAC,UAAU,gBAAgB,qBAAqB,UAAU,mBAAmB,eAAe,GAAG2D,GAAW,IAAIC,GAAK,SAAsBO,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcnE,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBxE,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,mCAAmC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAemE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAS,CAAcnE,EAAKzF,EAAS,CAAC,sBAAsB,GAAK,SAAsByF,EAAWwE,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,CAAC,yEAA4EnE,EAAKoF,EAAK,CAAC,KAAK,iCAAiC,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBpF,EAAKjF,EAAO,EAAE,CAAC,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,mCAA8B,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeiF,EAAK0E,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASY,GAA6BtF,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGf,GAAmB,GAAG,GAAG,EAAE,QAAQ,EAAE,GAAG,OAAO,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,QAAQ,EAAE,GAAG,OAAO,EAAE,IAAI,CAAC,EAAE,SAAsBtB,EAAKqE,EAA0B,CAAC,OAAO,GAAG,GAAG/C,GAAmB,GAAG,GAAG,EAAE,QAAQ,EAAE,GAAG,OAAO,EAAE,KAAK,SAAsBtB,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUiD,EAAe,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBtF,EAAKjE,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUuJ,EAAe,CAAC,EAAE,UAAU,UAAU,UAAU,YAAY,UAAU,wEAAwE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetF,EAAKuE,EAAkB,CAAC,WAAWlC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,qCAAqC,IAAI,OAAO,QAAQoC,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,IAAI,yFAAyF,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,qCAAqC,IAAI,OAAO,QAAQmD,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,IAAI,yFAAyF,CAAC,CAAC,EAAE,SAAsBtB,EAAKzE,GAAY,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,GAAG,WAAW,CAAC,IAAI,qCAAqC,IAAI,OAAO,QAAQkJ,GAA2BnD,GAAmB,GAAG,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,IAAI,yFAAyF,EAAE,UAAU,gBAAgB,mBAAmB,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,GAAG6D,GAAW,IAAIC,EAAI,CAAC,EAAe9D,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,GAAG+D,GAAW,IAAIC,EAAI,CAAC,EAAehE,EAAKqE,EAA0B,CAAC,SAAsBrE,EAAKsE,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBtE,EAAK/D,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAG,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+D,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuF,GAAI,CAAC,kFAAkF,gFAAgF,sVAAsV,6LAA6L,yWAAyW,8RAA8R,8OAA8O,2RAA2R,+QAA+Q,8WAA8W,uSAAuS,2TAA2T,mVAAmV,qXAAqX,yPAAyP,+UAA+U,0fAA0f,yGAAyG,wNAAwN,gWAAgW,6hBAA6hB,wRAAwR,yUAAyU,wXAAwX,0TAA0T,0RAA0R,mMAAmM,wSAAwS,4LAA4L,qXAAqX,wTAAwT,2SAA2S,mMAAmM,wNAAwN,6RAA6R,oIAAoI,6MAA6M,gRAAgR,0UAA0U,qkBAAqkB,qTAAqT,yTAAyT,wTAAwT,6TAA6T,qPAAqP,oMAAoM,yUAAyU,kSAAkS,yeAAye,6KAA6K,uUAAuU,4VAA4V,yXAAyX,4TAA4T,uVAAuV,wVAAwV,oUAAoU,qQAAqQ,0WAA0W,wRAAwR,4PAA4P,mUAAmU,yWAAyW,sXAAsX,uSAAuS,kHAAkH,yRAAyR,wTAAwT,mSAAmS,+QAA+Q,8QAA8Q,wRAAwR,weAAwe,wQAAwQ,4RAA4R,uRAAuR,6RAA6R,2QAA2Q,qkBAAqkB,+QAA+Q,iiBAAiiB,0VAA0V,oRAAoR,4VAA4V,oMAAoM,yRAAyR,iXAAiX,kMAAkM,2RAA2R,mMAAmM,qHAAqH,2LAA2L,gLAAgL,iLAAiL,yGAAyG,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAiBA,GAAI,gcAAgc,okGAAokG,g9HAAg9H,EAavxqIC,GAAgBC,EAAQ9E,GAAU4E,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,IAAI,EAAEG,GAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGtL,GAAU,GAAGU,GAAc,GAAGI,GAAe,GAAGG,GAAiB,GAAGE,GAAc,GAAGG,GAAe,GAAGE,GAAgB,GAAGI,GAAa,GAAGE,GAAkB,GAAGE,GAAY,GAAG0J,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC9/H,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,QAAQ,oCAAsC,4JAA0L,kBAAoB,OAAO,qBAAuB,OAAO,uBAAyB,GAAG,6BAA+B,OAAO,sBAAwB,IAAI,qBAAuB,ofAA8kB,sBAAwB,QAAQ,yBAA2B,OAAO,qBAAuB,OAAO,4BAA8B,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["murmur2", "r", "t", "a", "e", "c", "getAlignmentIcon", "alignmentBaseline", "Arc", "withCSS", "props", "isCanvas", "RenderTarget", "cylinder", "path", "createPath", "id", "murmur2", "alignmentValue", "u", "p", "Arc_default", "addPropertyControls", "ControlType", "flip", "cylinderTop", "cylinderBottom", "ArcFonts", "getFonts", "Arc_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "ComponentViewportProvider", "css", "FramerDrFXUOdbS", "withCSS", "DrFXUOdbS_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "transition2", "animation", "isSet", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "designation", "height", "id", "name1", "photo", "social1", "social2", "social3", "social4", "social5", "socialLink1", "socialLink2", "socialLink3", "socialLink4", "socialLink5", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "BPJI108GF", "en9QiJkuJ", "E9kTCMPSx", "CqF9CTGlM", "PrVuRiKiY", "FWFKy9F6d", "e724oZoWI", "p9DUPp2AS", "QYdh7Q6gm", "RRsy5sigL", "wvbooMidf", "Z3_9pUyok", "gdaEzDR_v", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "visible", "visible1", "visible2", "visible3", "visible4", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "css", "Framerf1EWXS8tn", "withCSS", "f1EWXS8tn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "award", "date", "event", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "QBokwRRwV", "UPKS4eQnY", "ailoJs_CC", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "MotionDivWithFX", "RichText2", "css", "FramerL7I11W0vP", "withCSS", "L7I11W0vP_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LogoFonts", "getFonts", "thaeLBNg8_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ImageWithOptimizedAppearEffect", "Image2", "RichTextWithFX", "withFX", "PhosphorFonts", "Icon", "MotionDivWithOptimizedAppearEffect", "motion", "ArcTickerFonts", "DrFXUOdbS_default", "MotionDivWithFX", "ProfileCardFonts", "f1EWXS8tn_default", "FootCardFonts", "Mf6dOpCBo_default", "ImageWithFX", "AwardCardFonts", "L7I11W0vP_default", "NumberFlowFonts", "qQnPciu5G_default", "NumberFlowWithVariantAppearEffect", "withVariantAppearEffect", "ButtonsFonts", "eabItNoGq_default", "SmoothScrollFonts", "SmoothScroll_Prod_default", "CursorFonts", "QJSqll93B_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "textEffect", "transition2", "animation1", "animation2", "transition3", "animation3", "animation4", "animation5", "transition4", "animation6", "animation7", "animation8", "transition5", "animation9", "transition6", "animation10", "animation11", "transition7", "animation12", "animation13", "transition8", "textEffect1", "animation14", "transition9", "textEffect2", "animation15", "animation16", "textEffect3", "animation17", "transition10", "animation18", "addImageAlt", "image", "alt", "transition11", "animation19", "transformTemplate1", "_", "t", "transition12", "animation20", "toResponsiveImage", "value", "transition13", "animation21", "animation22", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "cursor1", "cursor2", "cursor3", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "iiDAmiu90jMOlWT3KW", "fKGtoKC1rjMOlWT3KW", "oA9SfBlD1jMOlWT3KW", "idjMOlWT3KW", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "isDisplayed", "router", "useRouter", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "ChildrenCanSuspend", "PuvR7bUan_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "resolvedLinks1", "resolvedLinks2", "css", "FramerrYcPcLFex", "withCSS", "rYcPcLFex_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
