{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js", "ssg:https://framerusercontent.com/modules/2JG4joDjpemcND3IhtZs/6gNBdoH71V01Y6h09ACt/yhDJgrWiU.js", "ssg:https://framerusercontent.com/modules/JIBdC3NkaF7CyFc6u96U/LB0YmQbOCMbdrYAy8TaJ/NS91wYg8W.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion,useMotionTemplate,useSpring,useTransform,useMotionValue,useMotionValueEvent,transform}from\"framer-motion\";import{useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */ export default function MagText(props){const mouseX=useMotionValue(0);return /*#__PURE__*/ _jsx(\"div\",{style:{position:\"relative\",cursor:\"default\",whiteSpace:\"pre\",fontFamily:props.font.fontFamily,color:props.color,fontSize:props.font.fontSize,fontWeight:props.font.fontWeight,letterSpacing:props.font.letterSpacing,lineHeight:props.font.lineHeight},onMouseLeave:()=>{mouseX.set(Infinity);},onMouseMove:e=>{mouseX.set(e.clientX);},children:props.text.split(\"\").map((c,idx)=>/*#__PURE__*/ _jsx(Character,{c:c,mouseX:mouseX},idx))});};function Character({c,mouseX}){const ref=useRef(null);const scaleRange=[1,1.2];const scaleX=useSpring(1,{stiffness:350,damping:40});const w=useTransform(scaleX,scaleRange,[0,.07]);const padding=useTransform(scaleX,scaleRange,[0,.05]);const scaleY=useTransform(scaleX,scaleRange,[1,.95]);useMotionValueEvent(mouseX,\"change\",mx=>{if(ref.current){const{left,width}=ref.current.getBoundingClientRect();const characterCenter=left+width/2;const distance=Math.abs(characterCenter-mx);scaleX.set(transform(distance,[70,0],scaleRange));}});return /*#__PURE__*/ _jsx(motion.span,{ref:ref,style:{display:\"inline-block\",scaleX:scaleX,scaleY:scaleY,WebkitTextStrokeColor:\"currentColor\",WebkitTextStrokeWidth:useMotionTemplate`${w}em`,paddingInline:useMotionTemplate`${padding}em`},children:c});}MagText.displayName=\"MagText\";MagText.defaultProps={text:\"Colorless green ideas sleep furiously\",color:\"black\"};addPropertyControls(MagText,{text:{type:ControlType.String,title:\"Text\",defaultValue:\"Colorless green ideas sleep furiously\",displayTextArea:true},font:{title:\"Font\",type:\"font\",controls:\"extended\"},color:{type:ControlType.Color,defaultValue:\"#000\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"MagText\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./magtext.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Azeret Mono-regular\",\"GF;Azeret Mono-700\",\"GF;Azeret Mono-700italic\",\"GF;Azeret Mono-italic\"]);export const fonts=[{family:\"Azeret Mono\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\",weight:\"400\"},{family:\"Azeret Mono\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfe_Jh17aa-5s3AA.woff2\",weight:\"700\"},{family:\"Azeret Mono\",style:\"italic\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZulryb2Z4nAN7J.woff2\",weight:\"700\"},{family:\"Azeret Mono\",style:\"italic\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkbyb2Z4nAN7J.woff2\",weight:\"400\"}];export const css=['.framer-ObdVA .framer-styles-preset-1dn0hbu:not(.rich-text-wrapper), .framer-ObdVA .framer-styles-preset-1dn0hbu.rich-text-wrapper p { --framer-font-family: \"Azeret Mono\", monospace; --framer-font-family-bold: \"Azeret Mono\", monospace; --framer-font-family-bold-italic: \"Azeret Mono\", monospace; --framer-font-family-italic: \"Azeret Mono\", monospace; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: uppercase; }'];export const className=\"framer-ObdVA\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MagText from\"https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/2JG4joDjpemcND3IhtZs/6gNBdoH71V01Y6h09ACt/yhDJgrWiU.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/2T87ZHXYh5pXmJp6oOn2/E9zJrIjQhWik7EktoyVb/Zc4rlgUye.js\";const MagTextFonts=getFonts(MagText);const cycleOrder=[\"PzjiRIRtf\",\"phjbbg7Vd\",\"mqGZrvyxo\",\"sBKQk9dMV\",\"fwhiCajDW\",\"swoJ_axNY\",\"apDAaPn0e\",\"EC4D8tfKX\",\"YBfh0oYjx\"];const serializationHash=\"framer-UgfaW\";const variantClassNames={apDAaPn0e:\"framer-v-180jqol\",EC4D8tfKX:\"framer-v-1t1ki9a\",fwhiCajDW:\"framer-v-13r5kzf\",mqGZrvyxo:\"framer-v-nkasj0\",phjbbg7Vd:\"framer-v-123u03u\",PzjiRIRtf:\"framer-v-1h502mh\",sBKQk9dMV:\"framer-v-diwfo6\",swoJ_axNY:\"framer-v-sej713\",YBfh0oYjx:\"framer-v-9q2j68\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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={\"Desktop for Contact Page\":\"apDAaPn0e\",\"Desktop Override\":\"sBKQk9dMV\",\"Phone for Contact Page\":\"YBfh0oYjx\",\"Phone Override\":\"swoJ_axNY\",\"Tablet for Contact Page\":\"EC4D8tfKX\",\"Tablet Override\":\"fwhiCajDW\",Desktop:\"PzjiRIRtf\",Phone:\"mqGZrvyxo\",Tablet:\"phjbbg7Vd\"};const getProps=({backgroundImage,height,id,width,...props})=>{return{...props,nfMvJmKwi:backgroundImage??props.nfMvJmKwi??{src:\"https://framerusercontent.com/images/5X972gNzNW8t7rOx3EBR3M2Db3g.jpg\",srcSet:\"https://framerusercontent.com/images/5X972gNzNW8t7rOx3EBR3M2Db3g.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5X972gNzNW8t7rOx3EBR3M2Db3g.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5X972gNzNW8t7rOx3EBR3M2Db3g.jpg 2000w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"PzjiRIRtf\"};};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,nfMvJmKwi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PzjiRIRtf\",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:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1h502mh\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"PzjiRIRtf\",ref:refBinding,style:{...style},...addPropertyOverrides({apDAaPn0e:{\"data-framer-name\":\"Desktop for Contact Page\",as:\"section\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(nfMvJmKwi),...{positionX:\"center\",positionY:\"center\"}}},EC4D8tfKX:{\"data-framer-name\":\"Tablet for Contact Page\",as:\"section\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(nfMvJmKwi)}},fwhiCajDW:{\"data-framer-name\":\"Tablet Override\",as:\"section\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(nfMvJmKwi)}},mqGZrvyxo:{\"data-framer-name\":\"Phone\"},phjbbg7Vd:{\"data-framer-name\":\"Tablet\"},sBKQk9dMV:{\"data-framer-name\":\"Desktop Override\",as:\"section\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(nfMvJmKwi),...{positionX:\"center\",positionY:\"center\"}}},swoJ_axNY:{\"data-framer-name\":\"Phone Override\",as:\"section\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(nfMvJmKwi)}},YBfh0oYjx:{\"data-framer-name\":\"Phone for Contact Page\",as:\"section\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(nfMvJmKwi)}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s5b4mv\",layoutDependency:layoutDependency,layoutId:\"nGW6Xu0tT\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u8k7hu\",layoutDependency:layoutDependency,layoutId:\"AGpnvm_QN\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-iuwz6n\",\"data-framer-name\":\"Tag Wrapper\",layoutDependency:layoutDependency,layoutId:\"oWro1lB9I\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o4ej1c\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"LLU2bBPHG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"}})}),className:\"framer-y12zzk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jsCVhbB9m\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-173j96r\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"DTJ2CnBm8\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gmXtVnIzJ\"},motionChild:true,nodeId:\"EA7_NjuwQ\",openInNewTab:false,scopeId:\"NS91wYg8W\",...addPropertyOverrides({apDAaPn0e:{href:undefined},EC4D8tfKX:{href:undefined},YBfh0oYjx:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-g4ko1g framer-yprlng\",\"data-framer-name\":\"CTA Row\",layoutDependency:layoutDependency,layoutId:\"EA7_NjuwQ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ijfgh0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"kD_tjwIri-container\",nodeId:\"kD_tjwIri\",rendersWithMotion:true,scopeId:\"NS91wYg8W\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240))\",font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"80px\",letterSpacing:\"-0.05em\",lineHeight:\"1em\"},height:\"100%\",id:\"kD_tjwIri\",layoutId:\"kD_tjwIri\",text:\"Contact Us\",width:\"100%\",...addPropertyOverrides({EC4D8tfKX:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"70px\",letterSpacing:\"-0.04em\",lineHeight:\"1em\"}},fwhiCajDW:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"70px\",letterSpacing:\"-0.04em\",lineHeight:\"1em\"}},mqGZrvyxo:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"32px\",letterSpacing:\"-2px\",lineHeight:\"1em\"}},phjbbg7Vd:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"70px\",letterSpacing:\"-0.04em\",lineHeight:\"1em\"}},swoJ_axNY:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"32px\",letterSpacing:\"-2px\",lineHeight:\"1em\"}},YBfh0oYjx:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"32px\",letterSpacing:\"-2px\",lineHeight:\"1em\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dn0hbu\",\"data-styles-preset\":\"yhDJgrWiU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)))\"},children:\"MAIL\"})}),className:\"framer-1wwhu3t\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UDjtv0imE\",style:{\"--extracted-r6o4lv\":\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/signaltheory\",motionChild:true,nodeId:\"YV7l6r5uO\",openInNewTab:true,scopeId:\"NS91wYg8W\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1nga8bg framer-yprlng\",\"data-framer-name\":\"CTA Row\",layoutDependency:layoutDependency,layoutId:\"YV7l6r5uO\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-k3u46o-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"aoP0Qf_vn-container\",nodeId:\"aoP0Qf_vn\",rendersWithMotion:true,scopeId:\"NS91wYg8W\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240))\",font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"80px\",letterSpacing:\"-0.05em\",lineHeight:\"1em\"},height:\"100%\",id:\"aoP0Qf_vn\",layoutId:\"aoP0Qf_vn\",text:\"Instagram\",width:\"100%\",...addPropertyOverrides({EC4D8tfKX:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"70px\",letterSpacing:\"-0.04em\",lineHeight:\"1em\"}},fwhiCajDW:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"70px\",letterSpacing:\"-0.04em\",lineHeight:\"1em\"}},mqGZrvyxo:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"32px\",letterSpacing:\"-2px\",lineHeight:\"1em\"}},phjbbg7Vd:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"70px\",letterSpacing:\"-0.04em\",lineHeight:\"1em\"}},swoJ_axNY:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"32px\",letterSpacing:\"-2px\",lineHeight:\"1em\"}},YBfh0oYjx:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"32px\",letterSpacing:\"-2px\",lineHeight:\"1em\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dn0hbu\",\"data-styles-preset\":\"yhDJgrWiU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)))\"},children:\"FOLLOW\"})}),className:\"framer-15nitdf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oB12JYrx2\",style:{\"--extracted-r6o4lv\":\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/4866004/\",motionChild:true,nodeId:\"drb6VHTBP\",openInNewTab:true,scopeId:\"NS91wYg8W\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1fllcdw framer-yprlng\",\"data-framer-name\":\"CTA Row\",layoutDependency:layoutDependency,layoutId:\"drb6VHTBP\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zuj0hp-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"RMqbkCuPl-container\",nodeId:\"RMqbkCuPl\",rendersWithMotion:true,scopeId:\"NS91wYg8W\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240))\",font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"80px\",letterSpacing:\"-0.05em\",lineHeight:\"1em\"},height:\"100%\",id:\"RMqbkCuPl\",layoutId:\"RMqbkCuPl\",text:\"LinkedIn\",width:\"100%\",...addPropertyOverrides({EC4D8tfKX:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"70px\",letterSpacing:\"-0.04em\",lineHeight:\"1em\"}},fwhiCajDW:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"70px\",letterSpacing:\"-0.04em\",lineHeight:\"1em\"}},mqGZrvyxo:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"32px\",letterSpacing:\"-2px\",lineHeight:\"1em\"}},phjbbg7Vd:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"70px\",letterSpacing:\"-0.04em\",lineHeight:\"1em\"}},swoJ_axNY:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"32px\",letterSpacing:\"-2px\",lineHeight:\"1em\"}},YBfh0oYjx:{font:{fontFamily:'\"Chronicle Disp Cond Light\", \"Chronicle Disp Cond Light Placeholder\", sans-serif',fontSize:\"32px\",letterSpacing:\"-2px\",lineHeight:\"1em\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dn0hbu\",\"data-styles-preset\":\"yhDJgrWiU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)))\"},children:\"CHAT\"})}),className:\"framer-18afnr8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zc2alajd5\",style:{\"--extracted-r6o4lv\":\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.aminworldwide.com\",motionChild:true,nodeId:\"RH2jXG80J\",openInNewTab:true,scopeId:\"NS91wYg8W\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-k2t6v6 framer-yprlng\",\"data-framer-name\":\"CTA Row\",layoutDependency:layoutDependency,layoutId:\"RH2jXG80J\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:68.5,intrinsicWidth:225,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+46.9+0+630+10),pixelHeight:241,pixelWidth:854,sizes:\"248px\",src:\"https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png?scale-down-to=512 512w,https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png 854w\"},className:\"framer-wzjki8\",\"data-framer-name\":\"Amin-callout\",layoutDependency:layoutDependency,layoutId:\"mGRUyDJXi\",...addPropertyOverrides({mqGZrvyxo:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:68.5,intrinsicWidth:225,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+46.9+0+630+10),pixelHeight:241,pixelWidth:854,sizes:\"177px\",src:\"https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png?scale-down-to=512 512w,https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png 854w\"}},swoJ_axNY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:68.5,intrinsicWidth:225,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+46.9+0+630+10),pixelHeight:241,pixelWidth:854,sizes:\"146px\",src:\"https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png?scale-down-to=512 512w,https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png 854w\"}},YBfh0oYjx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:68.5,intrinsicWidth:225,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+46.9+0+630+10),pixelHeight:241,pixelWidth:854,sizes:\"146px\",src:\"https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png?scale-down-to=512 512w,https://framerusercontent.com/images/cCeVjdkChm9ZU9e2GzAdMw94ibc.png 854w\"}}},baseVariant,gestureVariant)})})})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17v38jr\",layoutDependency:layoutDependency,layoutId:\"WvXuWQDqj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aty616\",layoutDependency:layoutDependency,layoutId:\"ql1pDbJ2D\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R6_F7xjGZ\"},motionChild:true,nodeId:\"j64O1qDq9\",scopeId:\"NS91wYg8W\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1al4b34 framer-yprlng\",\"data-framer-name\":\"Word\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"j64O1qDq9\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 714 125\"><g transform=\"translate(-0.039 0)\" id=\"ss8892675334_1\"><g transform=\"translate(0 0)\" id=\"ss8892675334_2\"><path d=\"M 117.896 53.437 C 117.896 45.313 118.208 37.812 121.638 34.063 C 110.725 36.25 103.554 43.75 103.554 53.75 C 103.554 70.937 121.326 72.813 122.573 72.813 C 118.52 69.062 117.896 61.25 117.896 53.437 Z M 34.336 39.063 C 19.682 33.125 11.264 27.187 11.264 15.625 C 10.952 10.312 12.823 5.313 16.876 1.875 C 6.275 6.563 -0.584 17.188 0.039 28.75 C 0.039 44.375 10.64 50 24.359 55.938 C 37.142 61.25 48.367 67.187 48.367 81.875 C 48.367 87.5 46.184 93.125 42.131 97.187 C 53.355 91.875 58.344 80 58.344 67.813 C 58.656 50.937 48.055 45 34.336 39.063 Z M 88.588 32.813 L 70.192 33.438 C 71.751 35.938 72.686 38.75 72.375 41.875 L 72.375 91.875 C 72.375 93.75 72.063 95.313 70.816 96.875 L 89.523 96.875 C 88.588 95.313 87.964 93.75 88.276 91.875 L 88.276 32.813 Z M 186.49 33.125 L 168.406 33.75 C 169.965 35.625 170.9 38.125 170.589 40.937 L 170.589 91.875 C 170.9 93.75 170.277 95.312 169.341 96.875 L 188.049 96.875 C 187.113 95.312 186.49 93.75 186.802 91.875 Z M 252.589 79.062 C 252.589 72.187 254.46 67.5 258.825 64.687 C 253.213 65 247.601 66.875 242.612 69.375 C 238.247 72.187 235.753 76.875 235.753 82.187 C 235.129 90.312 241.365 97.5 249.783 97.812 L 251.654 97.812 C 256.331 97.812 260.696 96.25 264.126 92.812 C 263.502 92.812 262.879 93.125 262.255 93.125 C 260.072 93.125 252.589 92.187 252.589 79.062 Z M 322.431 0 L 304.347 0.625 C 305.906 2.5 306.529 5 306.529 7.5 L 306.529 91.562 C 306.841 93.438 306.217 95 305.282 96.563 L 323.989 96.563 C 323.054 95 322.431 93.438 322.742 91.562 Z M 465.23 50 C 465.23 39.062 460.865 33.75 451.823 33.75 C 446.835 33.75 441.846 35.938 438.417 39.375 C 439.04 39.375 439.664 39.062 440.287 39.062 C 443.093 39.062 449.329 40.312 449.329 50.313 L 449.329 91.875 C 449.329 93.75 449.017 95.312 448.082 96.875 L 466.789 96.875 C 465.854 95.312 465.23 93.75 465.542 91.875 Z M 428.439 0 L 410.355 0.625 C 411.914 2.5 412.85 5 412.538 7.5 L 412.538 91.562 C 412.538 93.438 412.226 95 411.291 96.563 L 429.998 96.563 C 429.063 95 428.439 93.438 428.751 91.562 Z M 508.569 33.75 L 508.881 34.062 C 514.182 39.688 513.558 54.063 512.934 62.188 L 512.934 62.5 L 528.836 62.5 C 529.148 54.375 526.653 46.25 521.353 40 C 518.235 36.875 513.558 34.375 508.569 33.75 Z M 554.714 65.625 C 554.714 49.063 555.65 38.437 560.327 34.063 C 546.608 36.875 537.878 48.75 537.878 65.625 C 537.878 83.125 546.608 95 560.95 97.187 C 555.962 92.813 554.714 81.875 554.714 65.625 Z M 571.551 33.75 C 576.54 38.125 577.787 49.375 577.787 65.625 C 577.787 81.875 576.852 92.812 572.175 97.5 C 586.205 94.688 594.624 82.812 594.624 65.625 C 594.624 48.437 586.205 36.25 571.551 33.75 Z M 622.996 33.125 L 604.913 33.75 C 606.471 35.625 607.407 38.125 607.095 40.625 L 607.095 91.875 C 607.407 93.75 606.783 95.312 605.848 96.875 L 624.867 96.875 C 623.62 95.312 622.996 93.437 622.996 91.562 Z M 676.624 34.687 C 676.624 34.375 676.936 34.063 677.248 34.063 L 655.111 34.063 C 657.605 36.563 659.164 39.375 660.099 42.813 L 684.107 102.187 L 691.59 81.875 L 676.936 42.5 C 675.689 40 675.689 37.187 676.624 34.687 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 143.775 25.312 C 143.775 20.653 147.544 16.875 152.193 16.875 C 156.842 16.875 160.611 20.653 160.611 25.312 C 160.611 29.972 156.842 33.75 152.193 33.75 C 147.544 33.75 143.775 29.972 143.775 25.312 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 694.397 34.062 L 702.503 59.062 L 712.792 34.062 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 71.751 10.312 C 71.751 5.653 75.52 1.875 80.169 1.875 C 84.819 1.875 88.588 5.653 88.588 10.312 C 88.588 14.972 84.819 18.75 80.169 18.75 C 75.52 18.75 71.751 14.972 71.751 10.312 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 630.168 42.813 C 630.168 38.153 633.937 34.375 638.586 34.375 C 643.235 34.375 647.004 38.153 647.004 42.813 C 647.004 47.472 643.235 51.25 638.586 51.25 C 633.937 51.25 630.168 47.472 630.168 42.813 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 659.164 115.938 C 659.164 111.278 662.933 107.5 667.582 107.5 C 672.232 107.5 676.001 111.278 676.001 115.938 C 676.001 120.597 672.232 124.375 667.582 124.375 C 662.933 124.375 659.164 120.597 659.164 115.938 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 389.154 1.875 L 371.382 1.875 L 371.382 91.562 C 371.382 93.437 371.07 95.312 369.823 96.875 L 390.401 96.875 C 389.465 95.312 388.842 93.437 388.842 91.562 L 388.842 1.875 Z M 137.851 53.438 C 137.851 61.563 137.539 69.063 134.109 72.813 C 145.022 70.625 152.193 63.125 152.193 53.125 C 152.193 35.938 134.421 34.063 133.174 34.063 C 137.227 37.813 137.851 45.625 137.851 53.438 Z M 135.356 84.062 L 122.261 84.062 C 106.048 84.062 110.413 74.375 110.413 74.375 C 106.048 76.25 102.93 80.312 102.93 85.312 C 102.93 96.25 113.843 96.562 115.713 96.562 L 131.927 96.562 C 135.668 96.562 147.516 96.562 147.516 107.5 C 147.516 110.625 146.581 113.75 144.71 116.25 C 150.946 113.125 154.999 106.562 155.311 99.687 C 155.311 89.062 148.763 84.062 135.356 84.062 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 239.806 43.75 C 239.806 39.09 243.575 35.312 248.224 35.312 C 252.874 35.312 256.643 39.09 256.643 43.75 C 256.643 48.41 252.874 52.187 248.224 52.187 C 243.575 52.187 239.806 48.41 239.806 43.75 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 290.316 94.063 C 288.134 91.875 287.198 88.75 287.51 85.938 L 287.51 54.063 C 287.51 40.313 281.586 34.375 266.62 33.75 C 270.05 35.938 271.92 40.625 271.92 47.5 L 271.92 86.25 C 271.92 93.125 276.597 97.5 284.392 97.5 C 284.392 97.5 290.628 97.5 292.81 95.313 C 291.875 95 290.94 94.688 290.316 94.063 Z M 492.668 65.625 C 492.668 65.625 492.668 40 498.592 34.063 C 484.873 36.875 476.143 49.375 476.143 66.563 C 476.143 103.125 509.505 99.063 514.805 95.938 C 514.182 95.938 492.668 99.688 492.668 65.625 Z M 223.593 50 C 223.593 35.313 216.11 33.75 210.186 33.75 C 205.197 33.75 200.209 35.938 196.779 39.375 C 197.403 39.063 207.692 36.875 207.692 50.313 L 207.692 91.875 C 207.692 93.75 207.38 95.313 206.444 96.875 L 225.152 96.875 C 224.217 95.313 223.593 93.75 223.905 91.875 Z M 33.089 1.875 L 53.355 1.875 L 53.355 22.187 Z M 362.963 1.875 L 342.697 1.875 L 342.697 21.875 Z M 25.294 96.875 L 1.286 96.875 L 1.286 72.813 Z M 119.767 115.938 L 103.554 115.938 L 103.554 99.688 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path></g></g></svg>',svgContentId:8892675334,withExternalLayout:true,...addPropertyOverrides({EC4D8tfKX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 432 76\"><g transform=\"translate(-0.024 0)\" id=\"ss12709425722_1\"><g id=\"ss12709425722_2\"><path d=\"M 71.332 32.49 C 71.332 27.55 71.521 22.99 73.596 20.71 C 66.993 22.04 62.655 26.6 62.655 32.68 C 62.655 43.13 73.407 44.27 74.162 44.27 C 71.71 41.99 71.332 37.24 71.332 32.49 Z M 20.775 23.75 C 11.909 20.14 6.815 16.53 6.815 9.5 C 6.627 6.27 7.759 3.23 10.211 1.14 C 3.797 3.99 -0.353 10.45 0.024 17.48 C 0.024 26.98 6.438 30.4 14.738 34.01 C 22.473 37.24 29.264 40.85 29.264 49.78 C 29.264 53.2 27.944 56.62 25.491 59.09 C 32.283 55.86 35.301 48.64 35.301 41.23 C 35.49 30.97 29.076 27.36 20.775 23.75 Z M 53.6 19.95 L 42.469 20.33 C 43.413 21.85 43.979 23.56 43.79 25.46 L 43.79 55.86 C 43.79 57 43.601 57.95 42.847 58.9 L 54.166 58.9 C 53.6 57.95 53.222 57 53.411 55.86 L 53.411 19.95 Z M 112.835 20.14 L 101.893 20.52 C 102.836 21.66 103.402 23.18 103.214 24.89 L 103.214 55.86 C 103.402 57 103.025 57.95 102.459 58.9 L 113.778 58.9 C 113.212 57.95 112.835 57 113.023 55.86 Z M 152.828 48.07 C 152.828 43.89 153.959 41.04 156.6 39.33 C 153.205 39.52 149.809 40.66 146.791 42.18 C 144.15 43.89 142.641 46.74 142.641 49.97 C 142.263 54.91 146.036 59.28 151.13 59.47 L 152.262 59.47 C 155.091 59.47 157.732 58.52 159.807 56.43 C 159.43 56.43 159.053 56.62 158.676 56.62 C 157.355 56.62 152.828 56.05 152.828 48.07 Z M 195.084 0 L 184.143 0.38 C 185.086 1.52 185.463 3.04 185.463 4.56 L 185.463 55.67 C 185.652 56.81 185.275 57.76 184.709 58.71 L 196.028 58.71 C 195.462 57.76 195.084 56.81 195.273 55.67 Z M 281.484 30.4 C 281.484 23.75 278.843 20.52 273.372 20.52 C 270.354 20.52 267.336 21.85 265.261 23.94 C 265.638 23.94 266.015 23.75 266.393 23.75 C 268.09 23.75 271.863 24.51 271.863 30.59 L 271.863 55.86 C 271.863 57 271.675 57.95 271.109 58.9 L 282.427 58.9 C 281.862 57.95 281.484 57 281.673 55.86 Z M 259.224 0 L 248.283 0.38 C 249.226 1.52 249.792 3.04 249.603 4.56 L 249.603 55.67 C 249.603 56.81 249.414 57.76 248.848 58.71 L 260.167 58.71 C 259.601 57.76 259.224 56.81 259.413 55.67 Z M 307.706 20.52 L 307.895 20.71 C 311.102 24.13 310.724 32.87 310.347 37.81 L 310.347 38 L 319.968 38 C 320.157 33.06 318.648 28.12 315.441 24.32 C 313.554 22.42 310.724 20.9 307.706 20.52 Z M 335.626 39.9 C 335.626 29.83 336.192 23.37 339.021 20.71 C 330.721 22.42 325.439 29.64 325.439 39.9 C 325.439 50.54 330.721 57.76 339.399 59.09 C 336.38 56.43 335.626 49.78 335.626 39.9 Z M 345.813 20.52 C 348.831 23.18 349.586 30.02 349.586 39.9 C 349.586 49.78 349.02 56.43 346.19 59.28 C 354.679 57.57 359.773 50.35 359.773 39.9 C 359.773 29.45 354.679 22.04 345.813 20.52 Z M 376.939 20.14 L 365.998 20.52 C 366.941 21.66 367.507 23.18 367.318 24.7 L 367.318 55.86 C 367.507 57 367.13 57.95 366.564 58.9 L 378.071 58.9 C 377.317 57.95 376.939 56.81 376.939 55.67 Z M 409.386 21.09 C 409.386 20.9 409.575 20.71 409.764 20.71 L 396.37 20.71 C 397.879 22.23 398.822 23.94 399.388 26.03 L 413.914 62.13 L 418.441 49.78 L 409.575 25.84 C 408.82 24.32 408.82 22.61 409.386 21.09 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 86.99 15.39 C 86.99 12.557 89.27 10.26 92.083 10.26 C 94.896 10.26 97.177 12.557 97.177 15.39 C 97.177 18.223 94.896 20.52 92.083 20.52 C 89.27 20.52 86.99 18.223 86.99 15.39 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 420.139 20.71 L 425.044 35.91 L 431.269 20.71 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 43.413 6.27 C 43.413 3.437 45.693 1.14 48.506 1.14 C 51.319 1.14 53.6 3.437 53.6 6.27 C 53.6 9.103 51.319 11.4 48.506 11.4 C 45.693 11.4 43.413 9.103 43.413 6.27 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 381.278 26.03 C 381.278 23.197 383.559 20.9 386.372 20.9 C 389.185 20.9 391.465 23.197 391.465 26.03 C 391.465 28.863 389.185 31.16 386.372 31.16 C 383.559 31.16 381.278 28.863 381.278 26.03 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 398.822 70.49 C 398.822 67.657 401.103 65.36 403.916 65.36 C 406.729 65.36 409.009 67.657 409.009 70.49 C 409.009 73.323 406.729 75.62 403.916 75.62 C 401.103 75.62 398.822 73.323 398.822 70.49 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 235.455 1.14 L 224.702 1.14 L 224.702 55.67 C 224.702 56.81 224.513 57.95 223.759 58.9 L 236.209 58.9 C 235.643 57.95 235.266 56.81 235.266 55.67 L 235.266 1.14 Z M 83.406 32.49 C 83.406 37.43 83.217 41.99 81.142 44.27 C 87.745 42.94 92.083 38.38 92.083 32.3 C 92.083 21.85 81.331 20.71 80.576 20.71 C 83.028 22.99 83.406 27.74 83.406 32.49 Z M 81.897 51.11 L 73.973 51.11 C 64.164 51.11 66.805 45.22 66.805 45.22 C 64.164 46.36 62.277 48.83 62.277 51.87 C 62.277 58.52 68.88 58.71 70.012 58.71 L 79.821 58.71 C 82.085 58.71 89.254 58.71 89.254 65.36 C 89.254 67.26 88.688 69.16 87.556 70.68 C 91.329 68.78 93.781 64.79 93.97 60.61 C 93.97 54.15 90.008 51.11 81.897 51.11 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 145.093 26.6 C 145.093 23.767 147.373 21.47 150.186 21.47 C 152.999 21.47 155.28 23.767 155.28 26.6 C 155.28 29.433 152.999 31.73 150.186 31.73 C 147.373 31.73 145.093 29.433 145.093 26.6 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 175.654 57.19 C 174.333 55.86 173.767 53.96 173.956 52.25 L 173.956 32.87 C 173.956 24.51 170.372 20.9 161.317 20.52 C 163.392 21.85 164.524 24.7 164.524 28.88 L 164.524 52.44 C 164.524 56.62 167.353 59.28 172.069 59.28 C 172.069 59.28 175.842 59.28 177.163 57.95 C 176.597 57.76 176.031 57.57 175.654 57.19 Z M 298.085 39.9 C 298.085 39.9 298.085 24.32 301.669 20.71 C 293.369 22.42 288.087 30.02 288.087 40.47 C 288.087 62.7 308.272 60.23 311.479 58.33 C 311.102 58.33 298.085 60.61 298.085 39.9 Z M 135.283 30.4 C 135.283 21.47 130.756 20.52 127.172 20.52 C 124.153 20.52 121.135 21.85 119.06 23.94 C 119.437 23.75 125.662 22.42 125.662 30.59 L 125.662 55.86 C 125.662 57 125.474 57.95 124.908 58.9 L 136.227 58.9 C 135.661 57.95 135.283 57 135.472 55.86 Z M 20.021 1.14 L 32.283 1.14 L 32.283 13.49 Z M 219.608 1.14 L 207.346 1.14 L 207.346 13.3 Z M 15.304 58.9 L 0.779 58.9 L 0.779 44.27 Z M 72.464 70.49 L 62.655 70.49 L 62.655 60.61 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path></g></g></svg>',svgContentId:12709425722},fwhiCajDW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 432 76\"><g transform=\"translate(-0.024 0)\" id=\"ss12709425722_1\"><g id=\"ss12709425722_2\"><path d=\"M 71.332 32.49 C 71.332 27.55 71.521 22.99 73.596 20.71 C 66.993 22.04 62.655 26.6 62.655 32.68 C 62.655 43.13 73.407 44.27 74.162 44.27 C 71.71 41.99 71.332 37.24 71.332 32.49 Z M 20.775 23.75 C 11.909 20.14 6.815 16.53 6.815 9.5 C 6.627 6.27 7.759 3.23 10.211 1.14 C 3.797 3.99 -0.353 10.45 0.024 17.48 C 0.024 26.98 6.438 30.4 14.738 34.01 C 22.473 37.24 29.264 40.85 29.264 49.78 C 29.264 53.2 27.944 56.62 25.491 59.09 C 32.283 55.86 35.301 48.64 35.301 41.23 C 35.49 30.97 29.076 27.36 20.775 23.75 Z M 53.6 19.95 L 42.469 20.33 C 43.413 21.85 43.979 23.56 43.79 25.46 L 43.79 55.86 C 43.79 57 43.601 57.95 42.847 58.9 L 54.166 58.9 C 53.6 57.95 53.222 57 53.411 55.86 L 53.411 19.95 Z M 112.835 20.14 L 101.893 20.52 C 102.836 21.66 103.402 23.18 103.214 24.89 L 103.214 55.86 C 103.402 57 103.025 57.95 102.459 58.9 L 113.778 58.9 C 113.212 57.95 112.835 57 113.023 55.86 Z M 152.828 48.07 C 152.828 43.89 153.959 41.04 156.6 39.33 C 153.205 39.52 149.809 40.66 146.791 42.18 C 144.15 43.89 142.641 46.74 142.641 49.97 C 142.263 54.91 146.036 59.28 151.13 59.47 L 152.262 59.47 C 155.091 59.47 157.732 58.52 159.807 56.43 C 159.43 56.43 159.053 56.62 158.676 56.62 C 157.355 56.62 152.828 56.05 152.828 48.07 Z M 195.084 0 L 184.143 0.38 C 185.086 1.52 185.463 3.04 185.463 4.56 L 185.463 55.67 C 185.652 56.81 185.275 57.76 184.709 58.71 L 196.028 58.71 C 195.462 57.76 195.084 56.81 195.273 55.67 Z M 281.484 30.4 C 281.484 23.75 278.843 20.52 273.372 20.52 C 270.354 20.52 267.336 21.85 265.261 23.94 C 265.638 23.94 266.015 23.75 266.393 23.75 C 268.09 23.75 271.863 24.51 271.863 30.59 L 271.863 55.86 C 271.863 57 271.675 57.95 271.109 58.9 L 282.427 58.9 C 281.862 57.95 281.484 57 281.673 55.86 Z M 259.224 0 L 248.283 0.38 C 249.226 1.52 249.792 3.04 249.603 4.56 L 249.603 55.67 C 249.603 56.81 249.414 57.76 248.848 58.71 L 260.167 58.71 C 259.601 57.76 259.224 56.81 259.413 55.67 Z M 307.706 20.52 L 307.895 20.71 C 311.102 24.13 310.724 32.87 310.347 37.81 L 310.347 38 L 319.968 38 C 320.157 33.06 318.648 28.12 315.441 24.32 C 313.554 22.42 310.724 20.9 307.706 20.52 Z M 335.626 39.9 C 335.626 29.83 336.192 23.37 339.021 20.71 C 330.721 22.42 325.439 29.64 325.439 39.9 C 325.439 50.54 330.721 57.76 339.399 59.09 C 336.38 56.43 335.626 49.78 335.626 39.9 Z M 345.813 20.52 C 348.831 23.18 349.586 30.02 349.586 39.9 C 349.586 49.78 349.02 56.43 346.19 59.28 C 354.679 57.57 359.773 50.35 359.773 39.9 C 359.773 29.45 354.679 22.04 345.813 20.52 Z M 376.939 20.14 L 365.998 20.52 C 366.941 21.66 367.507 23.18 367.318 24.7 L 367.318 55.86 C 367.507 57 367.13 57.95 366.564 58.9 L 378.071 58.9 C 377.317 57.95 376.939 56.81 376.939 55.67 Z M 409.386 21.09 C 409.386 20.9 409.575 20.71 409.764 20.71 L 396.37 20.71 C 397.879 22.23 398.822 23.94 399.388 26.03 L 413.914 62.13 L 418.441 49.78 L 409.575 25.84 C 408.82 24.32 408.82 22.61 409.386 21.09 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 86.99 15.39 C 86.99 12.557 89.27 10.26 92.083 10.26 C 94.896 10.26 97.177 12.557 97.177 15.39 C 97.177 18.223 94.896 20.52 92.083 20.52 C 89.27 20.52 86.99 18.223 86.99 15.39 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 420.139 20.71 L 425.044 35.91 L 431.269 20.71 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 43.413 6.27 C 43.413 3.437 45.693 1.14 48.506 1.14 C 51.319 1.14 53.6 3.437 53.6 6.27 C 53.6 9.103 51.319 11.4 48.506 11.4 C 45.693 11.4 43.413 9.103 43.413 6.27 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 381.278 26.03 C 381.278 23.197 383.559 20.9 386.372 20.9 C 389.185 20.9 391.465 23.197 391.465 26.03 C 391.465 28.863 389.185 31.16 386.372 31.16 C 383.559 31.16 381.278 28.863 381.278 26.03 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 398.822 70.49 C 398.822 67.657 401.103 65.36 403.916 65.36 C 406.729 65.36 409.009 67.657 409.009 70.49 C 409.009 73.323 406.729 75.62 403.916 75.62 C 401.103 75.62 398.822 73.323 398.822 70.49 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 235.455 1.14 L 224.702 1.14 L 224.702 55.67 C 224.702 56.81 224.513 57.95 223.759 58.9 L 236.209 58.9 C 235.643 57.95 235.266 56.81 235.266 55.67 L 235.266 1.14 Z M 83.406 32.49 C 83.406 37.43 83.217 41.99 81.142 44.27 C 87.745 42.94 92.083 38.38 92.083 32.3 C 92.083 21.85 81.331 20.71 80.576 20.71 C 83.028 22.99 83.406 27.74 83.406 32.49 Z M 81.897 51.11 L 73.973 51.11 C 64.164 51.11 66.805 45.22 66.805 45.22 C 64.164 46.36 62.277 48.83 62.277 51.87 C 62.277 58.52 68.88 58.71 70.012 58.71 L 79.821 58.71 C 82.085 58.71 89.254 58.71 89.254 65.36 C 89.254 67.26 88.688 69.16 87.556 70.68 C 91.329 68.78 93.781 64.79 93.97 60.61 C 93.97 54.15 90.008 51.11 81.897 51.11 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 145.093 26.6 C 145.093 23.767 147.373 21.47 150.186 21.47 C 152.999 21.47 155.28 23.767 155.28 26.6 C 155.28 29.433 152.999 31.73 150.186 31.73 C 147.373 31.73 145.093 29.433 145.093 26.6 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 175.654 57.19 C 174.333 55.86 173.767 53.96 173.956 52.25 L 173.956 32.87 C 173.956 24.51 170.372 20.9 161.317 20.52 C 163.392 21.85 164.524 24.7 164.524 28.88 L 164.524 52.44 C 164.524 56.62 167.353 59.28 172.069 59.28 C 172.069 59.28 175.842 59.28 177.163 57.95 C 176.597 57.76 176.031 57.57 175.654 57.19 Z M 298.085 39.9 C 298.085 39.9 298.085 24.32 301.669 20.71 C 293.369 22.42 288.087 30.02 288.087 40.47 C 288.087 62.7 308.272 60.23 311.479 58.33 C 311.102 58.33 298.085 60.61 298.085 39.9 Z M 135.283 30.4 C 135.283 21.47 130.756 20.52 127.172 20.52 C 124.153 20.52 121.135 21.85 119.06 23.94 C 119.437 23.75 125.662 22.42 125.662 30.59 L 125.662 55.86 C 125.662 57 125.474 57.95 124.908 58.9 L 136.227 58.9 C 135.661 57.95 135.283 57 135.472 55.86 Z M 20.021 1.14 L 32.283 1.14 L 32.283 13.49 Z M 219.608 1.14 L 207.346 1.14 L 207.346 13.3 Z M 15.304 58.9 L 0.779 58.9 L 0.779 44.27 Z M 72.464 70.49 L 62.655 70.49 L 62.655 60.61 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path></g></g></svg>',svgContentId:12709425722},mqGZrvyxo:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 35\"><g transform=\"translate(-0.011 0)\" id=\"ss10367173936_1\"><g transform=\"translate(0 0)\" id=\"ss10367173936_2\"><path d=\"M 33.024 14.962 C 33.024 12.687 33.111 10.587 34.072 9.537 C 31.015 10.15 29.007 12.25 29.007 15.05 C 29.007 19.862 33.985 20.387 34.334 20.387 C 33.199 19.337 33.024 17.15 33.024 14.962 Z M 9.618 10.938 C 5.513 9.275 3.155 7.612 3.155 4.375 C 3.068 2.887 3.592 1.488 4.727 0.525 C 1.758 1.838 -0.164 4.813 0.011 8.05 C 0.011 12.425 2.98 14 6.823 15.663 C 10.404 17.15 13.548 18.812 13.548 22.925 C 13.548 24.5 12.937 26.075 11.801 27.212 C 14.945 25.725 16.343 22.4 16.343 18.988 C 16.43 14.262 13.461 12.6 9.618 10.938 Z M 24.814 9.188 L 19.662 9.363 C 20.098 10.063 20.36 10.85 20.273 11.725 L 20.273 25.725 C 20.273 26.25 20.186 26.688 19.836 27.125 L 25.076 27.125 C 24.814 26.688 24.64 26.25 24.727 25.725 L 24.727 9.188 Z M 52.238 9.275 L 47.173 9.45 C 47.609 9.975 47.871 10.675 47.784 11.462 L 47.784 25.725 C 47.871 26.25 47.697 26.687 47.435 27.125 L 52.675 27.125 C 52.413 26.687 52.238 26.25 52.325 25.725 Z M 70.753 22.137 C 70.753 20.212 71.277 18.9 72.5 18.112 C 70.928 18.2 69.356 18.725 67.959 19.425 C 66.736 20.212 66.037 21.525 66.037 23.012 C 65.863 25.287 67.609 27.3 69.967 27.387 L 70.491 27.387 C 71.801 27.387 73.024 26.95 73.985 25.987 C 73.81 25.987 73.635 26.075 73.461 26.075 C 72.849 26.075 70.753 25.812 70.753 22.137 Z M 90.317 0 L 85.251 0.175 C 85.688 0.7 85.863 1.4 85.863 2.1 L 85.863 25.637 C 85.95 26.163 85.775 26.6 85.513 27.038 L 90.753 27.038 C 90.491 26.6 90.317 26.163 90.404 25.637 Z M 130.317 14 C 130.317 10.937 129.094 9.45 126.561 9.45 C 125.164 9.45 123.766 10.062 122.806 11.025 C 122.98 11.025 123.155 10.937 123.33 10.937 C 124.116 10.937 125.863 11.287 125.863 14.087 L 125.863 25.725 C 125.863 26.25 125.775 26.687 125.513 27.125 L 130.753 27.125 C 130.491 26.687 130.317 26.25 130.404 25.725 Z M 120.011 0 L 114.945 0.175 C 115.382 0.7 115.644 1.4 115.557 2.1 L 115.557 25.637 C 115.557 26.163 115.47 26.6 115.208 27.038 L 120.448 27.038 C 120.186 26.6 120.011 26.163 120.098 25.637 Z M 142.456 9.45 L 142.544 9.537 C 144.028 11.112 143.854 15.137 143.679 17.412 L 143.679 17.5 L 148.133 17.5 C 148.221 15.225 147.522 12.95 146.037 11.2 C 145.164 10.325 143.854 9.625 142.456 9.45 Z M 155.382 18.375 C 155.382 13.737 155.644 10.762 156.954 9.537 C 153.111 10.325 150.666 13.65 150.666 18.375 C 150.666 23.275 153.111 26.6 157.129 27.212 C 155.732 25.987 155.382 22.925 155.382 18.375 Z M 160.098 9.45 C 161.496 10.675 161.845 13.825 161.845 18.375 C 161.845 22.925 161.583 25.987 160.273 27.3 C 164.203 26.512 166.561 23.187 166.561 18.375 C 166.561 13.562 164.203 10.15 160.098 9.45 Z M 174.509 9.275 L 169.443 9.45 C 169.88 9.975 170.142 10.675 170.055 11.375 L 170.055 25.725 C 170.142 26.25 169.967 26.687 169.705 27.125 L 175.033 27.125 C 174.683 26.687 174.509 26.162 174.509 25.637 Z M 189.531 9.712 C 189.531 9.625 189.618 9.537 189.705 9.537 L 183.504 9.537 C 184.203 10.237 184.64 11.025 184.902 11.987 L 191.627 28.612 L 193.723 22.925 L 189.618 11.9 C 189.269 11.2 189.269 10.412 189.531 9.712 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 40.273 7.087 C 40.273 5.783 41.329 4.725 42.631 4.725 C 43.933 4.725 44.989 5.783 44.989 7.087 C 44.989 8.392 43.933 9.45 42.631 9.45 C 41.329 9.45 40.273 8.392 40.273 7.087 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 194.509 9.537 L 196.78 16.537 L 199.662 9.537 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 20.098 2.887 C 20.098 1.583 21.154 0.525 22.456 0.525 C 23.759 0.525 24.814 1.583 24.814 2.887 C 24.814 4.192 23.759 5.25 22.456 5.25 C 21.154 5.25 20.098 4.192 20.098 2.887 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 176.518 11.987 C 176.518 10.683 177.573 9.625 178.876 9.625 C 180.178 9.625 181.234 10.683 181.234 11.987 C 181.234 13.292 180.178 14.35 178.876 14.35 C 177.573 14.35 176.518 13.292 176.518 11.987 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 184.64 32.463 C 184.64 31.158 185.696 30.1 186.998 30.1 C 188.3 30.1 189.356 31.158 189.356 32.463 C 189.356 33.767 188.3 34.825 186.998 34.825 C 185.696 34.825 184.64 33.767 184.64 32.463 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 109.007 0.525 L 104.028 0.525 L 104.028 25.637 C 104.028 26.162 103.941 26.687 103.592 27.125 L 109.356 27.125 C 109.094 26.687 108.919 26.162 108.919 25.637 L 108.919 0.525 Z M 38.614 14.962 C 38.614 17.237 38.526 19.337 37.566 20.387 C 40.622 19.775 42.631 17.675 42.631 14.875 C 42.631 10.062 37.653 9.537 37.304 9.537 C 38.439 10.587 38.614 12.775 38.614 14.962 Z M 37.915 23.537 L 34.247 23.537 C 29.705 23.537 30.928 20.825 30.928 20.825 C 29.705 21.35 28.832 22.487 28.832 23.887 C 28.832 26.95 31.889 27.037 32.413 27.037 L 36.954 27.037 C 38.002 27.037 41.321 27.037 41.321 30.1 C 41.321 30.975 41.059 31.85 40.535 32.55 C 42.282 31.675 43.417 29.837 43.504 27.912 C 43.504 24.937 41.67 23.537 37.915 23.537 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 67.173 12.25 C 67.173 10.945 68.228 9.887 69.531 9.887 C 70.833 9.887 71.889 10.945 71.889 12.25 C 71.889 13.555 70.833 14.612 69.531 14.612 C 68.228 14.612 67.173 13.555 67.173 12.25 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 81.321 26.338 C 80.71 25.725 80.448 24.85 80.535 24.063 L 80.535 15.138 C 80.535 11.288 78.876 9.625 74.683 9.45 C 75.644 10.063 76.168 11.375 76.168 13.3 L 76.168 24.15 C 76.168 26.075 77.478 27.3 79.662 27.3 C 79.662 27.3 81.408 27.3 82.02 26.688 C 81.758 26.6 81.496 26.513 81.321 26.338 Z M 138.002 18.375 C 138.002 18.375 138.002 11.2 139.662 9.537 C 135.819 10.325 133.373 13.825 133.373 18.637 C 133.373 28.875 142.718 27.737 144.203 26.862 C 144.028 26.862 138.002 27.912 138.002 18.375 Z M 62.631 14 C 62.631 9.888 60.535 9.45 58.876 9.45 C 57.478 9.45 56.081 10.063 55.12 11.025 C 55.295 10.938 58.177 10.325 58.177 14.088 L 58.177 25.725 C 58.177 26.25 58.09 26.688 57.828 27.125 L 63.068 27.125 C 62.806 26.688 62.631 26.25 62.718 25.725 Z M 9.269 0.525 L 14.945 0.525 L 14.945 6.212 Z M 101.67 0.525 L 95.994 0.525 L 95.994 6.125 Z M 7.085 27.125 L 0.36 27.125 L 0.36 20.387 Z M 33.548 32.463 L 29.007 32.463 L 29.007 27.913 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path></g></g></svg>',svgContentId:10367173936},phjbbg7Vd:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 432 76\"><g transform=\"translate(-0.024 0)\" id=\"ss12709425722_1\"><g id=\"ss12709425722_2\"><path d=\"M 71.332 32.49 C 71.332 27.55 71.521 22.99 73.596 20.71 C 66.993 22.04 62.655 26.6 62.655 32.68 C 62.655 43.13 73.407 44.27 74.162 44.27 C 71.71 41.99 71.332 37.24 71.332 32.49 Z M 20.775 23.75 C 11.909 20.14 6.815 16.53 6.815 9.5 C 6.627 6.27 7.759 3.23 10.211 1.14 C 3.797 3.99 -0.353 10.45 0.024 17.48 C 0.024 26.98 6.438 30.4 14.738 34.01 C 22.473 37.24 29.264 40.85 29.264 49.78 C 29.264 53.2 27.944 56.62 25.491 59.09 C 32.283 55.86 35.301 48.64 35.301 41.23 C 35.49 30.97 29.076 27.36 20.775 23.75 Z M 53.6 19.95 L 42.469 20.33 C 43.413 21.85 43.979 23.56 43.79 25.46 L 43.79 55.86 C 43.79 57 43.601 57.95 42.847 58.9 L 54.166 58.9 C 53.6 57.95 53.222 57 53.411 55.86 L 53.411 19.95 Z M 112.835 20.14 L 101.893 20.52 C 102.836 21.66 103.402 23.18 103.214 24.89 L 103.214 55.86 C 103.402 57 103.025 57.95 102.459 58.9 L 113.778 58.9 C 113.212 57.95 112.835 57 113.023 55.86 Z M 152.828 48.07 C 152.828 43.89 153.959 41.04 156.6 39.33 C 153.205 39.52 149.809 40.66 146.791 42.18 C 144.15 43.89 142.641 46.74 142.641 49.97 C 142.263 54.91 146.036 59.28 151.13 59.47 L 152.262 59.47 C 155.091 59.47 157.732 58.52 159.807 56.43 C 159.43 56.43 159.053 56.62 158.676 56.62 C 157.355 56.62 152.828 56.05 152.828 48.07 Z M 195.084 0 L 184.143 0.38 C 185.086 1.52 185.463 3.04 185.463 4.56 L 185.463 55.67 C 185.652 56.81 185.275 57.76 184.709 58.71 L 196.028 58.71 C 195.462 57.76 195.084 56.81 195.273 55.67 Z M 281.484 30.4 C 281.484 23.75 278.843 20.52 273.372 20.52 C 270.354 20.52 267.336 21.85 265.261 23.94 C 265.638 23.94 266.015 23.75 266.393 23.75 C 268.09 23.75 271.863 24.51 271.863 30.59 L 271.863 55.86 C 271.863 57 271.675 57.95 271.109 58.9 L 282.427 58.9 C 281.862 57.95 281.484 57 281.673 55.86 Z M 259.224 0 L 248.283 0.38 C 249.226 1.52 249.792 3.04 249.603 4.56 L 249.603 55.67 C 249.603 56.81 249.414 57.76 248.848 58.71 L 260.167 58.71 C 259.601 57.76 259.224 56.81 259.413 55.67 Z M 307.706 20.52 L 307.895 20.71 C 311.102 24.13 310.724 32.87 310.347 37.81 L 310.347 38 L 319.968 38 C 320.157 33.06 318.648 28.12 315.441 24.32 C 313.554 22.42 310.724 20.9 307.706 20.52 Z M 335.626 39.9 C 335.626 29.83 336.192 23.37 339.021 20.71 C 330.721 22.42 325.439 29.64 325.439 39.9 C 325.439 50.54 330.721 57.76 339.399 59.09 C 336.38 56.43 335.626 49.78 335.626 39.9 Z M 345.813 20.52 C 348.831 23.18 349.586 30.02 349.586 39.9 C 349.586 49.78 349.02 56.43 346.19 59.28 C 354.679 57.57 359.773 50.35 359.773 39.9 C 359.773 29.45 354.679 22.04 345.813 20.52 Z M 376.939 20.14 L 365.998 20.52 C 366.941 21.66 367.507 23.18 367.318 24.7 L 367.318 55.86 C 367.507 57 367.13 57.95 366.564 58.9 L 378.071 58.9 C 377.317 57.95 376.939 56.81 376.939 55.67 Z M 409.386 21.09 C 409.386 20.9 409.575 20.71 409.764 20.71 L 396.37 20.71 C 397.879 22.23 398.822 23.94 399.388 26.03 L 413.914 62.13 L 418.441 49.78 L 409.575 25.84 C 408.82 24.32 408.82 22.61 409.386 21.09 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 86.99 15.39 C 86.99 12.557 89.27 10.26 92.083 10.26 C 94.896 10.26 97.177 12.557 97.177 15.39 C 97.177 18.223 94.896 20.52 92.083 20.52 C 89.27 20.52 86.99 18.223 86.99 15.39 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 420.139 20.71 L 425.044 35.91 L 431.269 20.71 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 43.413 6.27 C 43.413 3.437 45.693 1.14 48.506 1.14 C 51.319 1.14 53.6 3.437 53.6 6.27 C 53.6 9.103 51.319 11.4 48.506 11.4 C 45.693 11.4 43.413 9.103 43.413 6.27 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 381.278 26.03 C 381.278 23.197 383.559 20.9 386.372 20.9 C 389.185 20.9 391.465 23.197 391.465 26.03 C 391.465 28.863 389.185 31.16 386.372 31.16 C 383.559 31.16 381.278 28.863 381.278 26.03 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 398.822 70.49 C 398.822 67.657 401.103 65.36 403.916 65.36 C 406.729 65.36 409.009 67.657 409.009 70.49 C 409.009 73.323 406.729 75.62 403.916 75.62 C 401.103 75.62 398.822 73.323 398.822 70.49 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 235.455 1.14 L 224.702 1.14 L 224.702 55.67 C 224.702 56.81 224.513 57.95 223.759 58.9 L 236.209 58.9 C 235.643 57.95 235.266 56.81 235.266 55.67 L 235.266 1.14 Z M 83.406 32.49 C 83.406 37.43 83.217 41.99 81.142 44.27 C 87.745 42.94 92.083 38.38 92.083 32.3 C 92.083 21.85 81.331 20.71 80.576 20.71 C 83.028 22.99 83.406 27.74 83.406 32.49 Z M 81.897 51.11 L 73.973 51.11 C 64.164 51.11 66.805 45.22 66.805 45.22 C 64.164 46.36 62.277 48.83 62.277 51.87 C 62.277 58.52 68.88 58.71 70.012 58.71 L 79.821 58.71 C 82.085 58.71 89.254 58.71 89.254 65.36 C 89.254 67.26 88.688 69.16 87.556 70.68 C 91.329 68.78 93.781 64.79 93.97 60.61 C 93.97 54.15 90.008 51.11 81.897 51.11 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 145.093 26.6 C 145.093 23.767 147.373 21.47 150.186 21.47 C 152.999 21.47 155.28 23.767 155.28 26.6 C 155.28 29.433 152.999 31.73 150.186 31.73 C 147.373 31.73 145.093 29.433 145.093 26.6 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 175.654 57.19 C 174.333 55.86 173.767 53.96 173.956 52.25 L 173.956 32.87 C 173.956 24.51 170.372 20.9 161.317 20.52 C 163.392 21.85 164.524 24.7 164.524 28.88 L 164.524 52.44 C 164.524 56.62 167.353 59.28 172.069 59.28 C 172.069 59.28 175.842 59.28 177.163 57.95 C 176.597 57.76 176.031 57.57 175.654 57.19 Z M 298.085 39.9 C 298.085 39.9 298.085 24.32 301.669 20.71 C 293.369 22.42 288.087 30.02 288.087 40.47 C 288.087 62.7 308.272 60.23 311.479 58.33 C 311.102 58.33 298.085 60.61 298.085 39.9 Z M 135.283 30.4 C 135.283 21.47 130.756 20.52 127.172 20.52 C 124.153 20.52 121.135 21.85 119.06 23.94 C 119.437 23.75 125.662 22.42 125.662 30.59 L 125.662 55.86 C 125.662 57 125.474 57.95 124.908 58.9 L 136.227 58.9 C 135.661 57.95 135.283 57 135.472 55.86 Z M 20.021 1.14 L 32.283 1.14 L 32.283 13.49 Z M 219.608 1.14 L 207.346 1.14 L 207.346 13.3 Z M 15.304 58.9 L 0.779 58.9 L 0.779 44.27 Z M 72.464 70.49 L 62.655 70.49 L 62.655 60.61 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path></g></g></svg>',svgContentId:12709425722},swoJ_axNY:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 35\"><g transform=\"translate(-0.011 0)\" id=\"ss10029229875_1\"><g transform=\"translate(0 0)\" id=\"ss10029229875_2\"><path d=\"M 33.024 14.962 C 33.024 12.687 33.111 10.587 34.072 9.537 C 31.015 10.15 29.007 12.25 29.007 15.05 C 29.007 19.862 33.985 20.387 34.334 20.387 C 33.199 19.337 33.024 17.15 33.024 14.962 Z M 9.618 10.938 C 5.513 9.275 3.155 7.612 3.155 4.375 C 3.068 2.887 3.592 1.488 4.727 0.525 C 1.758 1.838 -0.164 4.813 0.011 8.05 C 0.011 12.425 2.98 14 6.823 15.663 C 10.404 17.15 13.548 18.812 13.548 22.925 C 13.548 24.5 12.937 26.075 11.801 27.212 C 14.945 25.725 16.343 22.4 16.343 18.988 C 16.43 14.262 13.461 12.6 9.618 10.938 Z M 24.814 9.188 L 19.662 9.363 C 20.098 10.063 20.36 10.85 20.273 11.725 L 20.273 25.725 C 20.273 26.25 20.186 26.688 19.836 27.125 L 25.076 27.125 C 24.814 26.688 24.64 26.25 24.727 25.725 L 24.727 9.188 Z M 52.238 9.275 L 47.173 9.45 C 47.609 9.975 47.871 10.675 47.784 11.462 L 47.784 25.725 C 47.871 26.25 47.697 26.687 47.435 27.125 L 52.675 27.125 C 52.413 26.687 52.238 26.25 52.325 25.725 Z M 70.753 22.137 C 70.753 20.212 71.277 18.9 72.5 18.112 C 70.928 18.2 69.356 18.725 67.959 19.425 C 66.736 20.212 66.037 21.525 66.037 23.012 C 65.863 25.287 67.609 27.3 69.967 27.387 L 70.491 27.387 C 71.801 27.387 73.024 26.95 73.985 25.987 C 73.81 25.987 73.635 26.075 73.461 26.075 C 72.849 26.075 70.753 25.812 70.753 22.137 Z M 90.317 0 L 85.251 0.175 C 85.688 0.7 85.863 1.4 85.863 2.1 L 85.863 25.637 C 85.95 26.163 85.775 26.6 85.513 27.038 L 90.753 27.038 C 90.491 26.6 90.317 26.163 90.404 25.637 Z M 130.317 14 C 130.317 10.937 129.094 9.45 126.561 9.45 C 125.164 9.45 123.766 10.062 122.806 11.025 C 122.98 11.025 123.155 10.937 123.33 10.937 C 124.116 10.937 125.863 11.287 125.863 14.087 L 125.863 25.725 C 125.863 26.25 125.775 26.687 125.513 27.125 L 130.753 27.125 C 130.491 26.687 130.317 26.25 130.404 25.725 Z M 120.011 0 L 114.945 0.175 C 115.382 0.7 115.644 1.4 115.557 2.1 L 115.557 25.637 C 115.557 26.163 115.47 26.6 115.208 27.038 L 120.448 27.038 C 120.186 26.6 120.011 26.163 120.098 25.637 Z M 142.456 9.45 L 142.544 9.537 C 144.028 11.112 143.854 15.137 143.679 17.412 L 143.679 17.5 L 148.133 17.5 C 148.221 15.225 147.522 12.95 146.037 11.2 C 145.164 10.325 143.854 9.625 142.456 9.45 Z M 155.382 18.375 C 155.382 13.737 155.644 10.762 156.954 9.537 C 153.111 10.325 150.666 13.65 150.666 18.375 C 150.666 23.275 153.111 26.6 157.129 27.212 C 155.732 25.987 155.382 22.925 155.382 18.375 Z M 160.098 9.45 C 161.496 10.675 161.845 13.825 161.845 18.375 C 161.845 22.925 161.583 25.987 160.273 27.3 C 164.203 26.512 166.561 23.187 166.561 18.375 C 166.561 13.562 164.203 10.15 160.098 9.45 Z M 174.509 9.275 L 169.443 9.45 C 169.88 9.975 170.142 10.675 170.055 11.375 L 170.055 25.725 C 170.142 26.25 169.967 26.687 169.705 27.125 L 175.033 27.125 C 174.683 26.687 174.509 26.162 174.509 25.637 Z M 189.531 9.712 C 189.531 9.625 189.618 9.537 189.705 9.537 L 183.504 9.537 C 184.203 10.237 184.64 11.025 184.902 11.987 L 191.627 28.612 L 193.723 22.925 L 189.618 11.9 C 189.269 11.2 189.269 10.412 189.531 9.712 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 40.273 7.087 C 40.273 5.783 41.329 4.725 42.631 4.725 C 43.933 4.725 44.989 5.783 44.989 7.087 C 44.989 8.392 43.933 9.45 42.631 9.45 C 41.329 9.45 40.273 8.392 40.273 7.087 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 194.509 9.537 L 196.78 16.537 L 199.662 9.537 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 20.098 2.887 C 20.098 1.583 21.154 0.525 22.456 0.525 C 23.759 0.525 24.814 1.583 24.814 2.887 C 24.814 4.192 23.759 5.25 22.456 5.25 C 21.154 5.25 20.098 4.192 20.098 2.887 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 176.518 11.987 C 176.518 10.683 177.573 9.625 178.876 9.625 C 180.178 9.625 181.234 10.683 181.234 11.987 C 181.234 13.292 180.178 14.35 178.876 14.35 C 177.573 14.35 176.518 13.292 176.518 11.987 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 184.64 32.463 C 184.64 31.158 185.696 30.1 186.998 30.1 C 188.3 30.1 189.356 31.158 189.356 32.463 C 189.356 33.767 188.3 34.825 186.998 34.825 C 185.696 34.825 184.64 33.767 184.64 32.463 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 109.007 0.525 L 104.028 0.525 L 104.028 25.637 C 104.028 26.162 103.941 26.687 103.592 27.125 L 109.356 27.125 C 109.094 26.687 108.919 26.162 108.919 25.637 L 108.919 0.525 Z M 38.614 14.962 C 38.614 17.237 38.526 19.337 37.566 20.387 C 40.622 19.775 42.631 17.675 42.631 14.875 C 42.631 10.062 37.653 9.537 37.304 9.537 C 38.439 10.587 38.614 12.775 38.614 14.962 Z M 37.915 23.537 L 34.247 23.537 C 29.705 23.537 30.928 20.825 30.928 20.825 C 29.705 21.35 28.832 22.487 28.832 23.887 C 28.832 26.95 31.889 27.037 32.413 27.037 L 36.954 27.037 C 38.002 27.037 41.321 27.037 41.321 30.1 C 41.321 30.975 41.059 31.85 40.535 32.55 C 42.282 31.675 43.417 29.837 43.504 27.912 C 43.504 24.937 41.67 23.537 37.915 23.537 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 67.173 12.25 C 67.173 10.945 68.228 9.887 69.531 9.887 C 70.833 9.887 71.889 10.945 71.889 12.25 C 71.889 13.555 70.833 14.612 69.531 14.612 C 68.228 14.612 67.173 13.555 67.173 12.25 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 81.321 26.338 C 80.71 25.725 80.448 24.85 80.535 24.063 L 80.535 15.138 C 80.535 11.288 78.876 9.625 74.683 9.45 C 75.644 10.063 76.168 11.375 76.168 13.3 L 76.168 24.15 C 76.168 26.075 77.478 27.3 79.662 27.3 C 79.662 27.3 81.408 27.3 82.02 26.688 C 81.758 26.6 81.496 26.513 81.321 26.338 Z M 138.002 18.375 C 138.002 18.375 138.002 11.2 139.662 9.537 C 135.819 10.325 133.373 13.825 133.373 18.637 C 133.373 28.875 142.718 27.737 144.203 26.862 C 144.028 26.862 138.002 27.912 138.002 18.375 Z M 62.631 14 C 62.631 9.888 60.535 9.45 58.876 9.45 C 57.478 9.45 56.081 10.063 55.12 11.025 C 55.295 10.938 58.177 10.325 58.177 14.088 L 58.177 25.725 C 58.177 26.25 58.09 26.688 57.828 27.125 L 63.068 27.125 C 62.806 26.688 62.631 26.25 62.718 25.725 Z M 9.269 0.525 L 14.945 0.525 L 14.945 6.212 Z M 101.67 0.525 L 95.994 0.525 L 95.994 6.125 Z M 7.085 27.125 L 0.36 27.125 L 0.36 20.387 Z M 33.548 32.463 L 29.007 32.463 L 29.007 27.913 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path></g></g></svg>',svgContentId:10029229875},YBfh0oYjx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 35\"><g transform=\"translate(-0.011 0)\" id=\"ss10029229875_1\"><g transform=\"translate(0 0)\" id=\"ss10029229875_2\"><path d=\"M 33.024 14.962 C 33.024 12.687 33.111 10.587 34.072 9.537 C 31.015 10.15 29.007 12.25 29.007 15.05 C 29.007 19.862 33.985 20.387 34.334 20.387 C 33.199 19.337 33.024 17.15 33.024 14.962 Z M 9.618 10.938 C 5.513 9.275 3.155 7.612 3.155 4.375 C 3.068 2.887 3.592 1.488 4.727 0.525 C 1.758 1.838 -0.164 4.813 0.011 8.05 C 0.011 12.425 2.98 14 6.823 15.663 C 10.404 17.15 13.548 18.812 13.548 22.925 C 13.548 24.5 12.937 26.075 11.801 27.212 C 14.945 25.725 16.343 22.4 16.343 18.988 C 16.43 14.262 13.461 12.6 9.618 10.938 Z M 24.814 9.188 L 19.662 9.363 C 20.098 10.063 20.36 10.85 20.273 11.725 L 20.273 25.725 C 20.273 26.25 20.186 26.688 19.836 27.125 L 25.076 27.125 C 24.814 26.688 24.64 26.25 24.727 25.725 L 24.727 9.188 Z M 52.238 9.275 L 47.173 9.45 C 47.609 9.975 47.871 10.675 47.784 11.462 L 47.784 25.725 C 47.871 26.25 47.697 26.687 47.435 27.125 L 52.675 27.125 C 52.413 26.687 52.238 26.25 52.325 25.725 Z M 70.753 22.137 C 70.753 20.212 71.277 18.9 72.5 18.112 C 70.928 18.2 69.356 18.725 67.959 19.425 C 66.736 20.212 66.037 21.525 66.037 23.012 C 65.863 25.287 67.609 27.3 69.967 27.387 L 70.491 27.387 C 71.801 27.387 73.024 26.95 73.985 25.987 C 73.81 25.987 73.635 26.075 73.461 26.075 C 72.849 26.075 70.753 25.812 70.753 22.137 Z M 90.317 0 L 85.251 0.175 C 85.688 0.7 85.863 1.4 85.863 2.1 L 85.863 25.637 C 85.95 26.163 85.775 26.6 85.513 27.038 L 90.753 27.038 C 90.491 26.6 90.317 26.163 90.404 25.637 Z M 130.317 14 C 130.317 10.937 129.094 9.45 126.561 9.45 C 125.164 9.45 123.766 10.062 122.806 11.025 C 122.98 11.025 123.155 10.937 123.33 10.937 C 124.116 10.937 125.863 11.287 125.863 14.087 L 125.863 25.725 C 125.863 26.25 125.775 26.687 125.513 27.125 L 130.753 27.125 C 130.491 26.687 130.317 26.25 130.404 25.725 Z M 120.011 0 L 114.945 0.175 C 115.382 0.7 115.644 1.4 115.557 2.1 L 115.557 25.637 C 115.557 26.163 115.47 26.6 115.208 27.038 L 120.448 27.038 C 120.186 26.6 120.011 26.163 120.098 25.637 Z M 142.456 9.45 L 142.544 9.537 C 144.028 11.112 143.854 15.137 143.679 17.412 L 143.679 17.5 L 148.133 17.5 C 148.221 15.225 147.522 12.95 146.037 11.2 C 145.164 10.325 143.854 9.625 142.456 9.45 Z M 155.382 18.375 C 155.382 13.737 155.644 10.762 156.954 9.537 C 153.111 10.325 150.666 13.65 150.666 18.375 C 150.666 23.275 153.111 26.6 157.129 27.212 C 155.732 25.987 155.382 22.925 155.382 18.375 Z M 160.098 9.45 C 161.496 10.675 161.845 13.825 161.845 18.375 C 161.845 22.925 161.583 25.987 160.273 27.3 C 164.203 26.512 166.561 23.187 166.561 18.375 C 166.561 13.562 164.203 10.15 160.098 9.45 Z M 174.509 9.275 L 169.443 9.45 C 169.88 9.975 170.142 10.675 170.055 11.375 L 170.055 25.725 C 170.142 26.25 169.967 26.687 169.705 27.125 L 175.033 27.125 C 174.683 26.687 174.509 26.162 174.509 25.637 Z M 189.531 9.712 C 189.531 9.625 189.618 9.537 189.705 9.537 L 183.504 9.537 C 184.203 10.237 184.64 11.025 184.902 11.987 L 191.627 28.612 L 193.723 22.925 L 189.618 11.9 C 189.269 11.2 189.269 10.412 189.531 9.712 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 40.273 7.087 C 40.273 5.783 41.329 4.725 42.631 4.725 C 43.933 4.725 44.989 5.783 44.989 7.087 C 44.989 8.392 43.933 9.45 42.631 9.45 C 41.329 9.45 40.273 8.392 40.273 7.087 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 194.509 9.537 L 196.78 16.537 L 199.662 9.537 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 20.098 2.887 C 20.098 1.583 21.154 0.525 22.456 0.525 C 23.759 0.525 24.814 1.583 24.814 2.887 C 24.814 4.192 23.759 5.25 22.456 5.25 C 21.154 5.25 20.098 4.192 20.098 2.887 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 176.518 11.987 C 176.518 10.683 177.573 9.625 178.876 9.625 C 180.178 9.625 181.234 10.683 181.234 11.987 C 181.234 13.292 180.178 14.35 178.876 14.35 C 177.573 14.35 176.518 13.292 176.518 11.987 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 184.64 32.463 C 184.64 31.158 185.696 30.1 186.998 30.1 C 188.3 30.1 189.356 31.158 189.356 32.463 C 189.356 33.767 188.3 34.825 186.998 34.825 C 185.696 34.825 184.64 33.767 184.64 32.463 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 109.007 0.525 L 104.028 0.525 L 104.028 25.637 C 104.028 26.162 103.941 26.687 103.592 27.125 L 109.356 27.125 C 109.094 26.687 108.919 26.162 108.919 25.637 L 108.919 0.525 Z M 38.614 14.962 C 38.614 17.237 38.526 19.337 37.566 20.387 C 40.622 19.775 42.631 17.675 42.631 14.875 C 42.631 10.062 37.653 9.537 37.304 9.537 C 38.439 10.587 38.614 12.775 38.614 14.962 Z M 37.915 23.537 L 34.247 23.537 C 29.705 23.537 30.928 20.825 30.928 20.825 C 29.705 21.35 28.832 22.487 28.832 23.887 C 28.832 26.95 31.889 27.037 32.413 27.037 L 36.954 27.037 C 38.002 27.037 41.321 27.037 41.321 30.1 C 41.321 30.975 41.059 31.85 40.535 32.55 C 42.282 31.675 43.417 29.837 43.504 27.912 C 43.504 24.937 41.67 23.537 37.915 23.537 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 67.173 12.25 C 67.173 10.945 68.228 9.887 69.531 9.887 C 70.833 9.887 71.889 10.945 71.889 12.25 C 71.889 13.555 70.833 14.612 69.531 14.612 C 68.228 14.612 67.173 13.555 67.173 12.25 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path><path d=\"M 81.321 26.338 C 80.71 25.725 80.448 24.85 80.535 24.063 L 80.535 15.138 C 80.535 11.288 78.876 9.625 74.683 9.45 C 75.644 10.063 76.168 11.375 76.168 13.3 L 76.168 24.15 C 76.168 26.075 77.478 27.3 79.662 27.3 C 79.662 27.3 81.408 27.3 82.02 26.688 C 81.758 26.6 81.496 26.513 81.321 26.338 Z M 138.002 18.375 C 138.002 18.375 138.002 11.2 139.662 9.537 C 135.819 10.325 133.373 13.825 133.373 18.637 C 133.373 28.875 142.718 27.737 144.203 26.862 C 144.028 26.862 138.002 27.912 138.002 18.375 Z M 62.631 14 C 62.631 9.888 60.535 9.45 58.876 9.45 C 57.478 9.45 56.081 10.063 55.12 11.025 C 55.295 10.938 58.177 10.325 58.177 14.088 L 58.177 25.725 C 58.177 26.25 58.09 26.688 57.828 27.125 L 63.068 27.125 C 62.806 26.688 62.631 26.25 62.718 25.725 Z M 9.269 0.525 L 14.945 0.525 L 14.945 6.212 Z M 101.67 0.525 L 95.994 0.525 L 95.994 6.125 Z M 7.085 27.125 L 0.36 27.125 L 0.36 20.387 Z M 33.548 32.463 L 29.007 32.463 L 29.007 27.913 Z\" fill=\"var(--token-c3e1dad2-6307-4604-ac9c-cd1636d01c3e, rgb(250, 247, 240)) /* {&quot;name&quot;:&quot;ST Off White&quot;} */\"></path></g></g></svg>',svgContentId:10029229875}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:\"/news/ad-age-best-place-to-work\",motionChild:true,nodeId:\"Yb7zwLP9D\",openInNewTab:false,scopeId:\"NS91wYg8W\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1416,intrinsicWidth:933.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||856)-253+0+0),pixelHeight:2832,pixelWidth:1867,sizes:\"167px\",src:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=1024 675w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048 1350w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png 1867w\"},className:\"framer-rv9f42 framer-yprlng\",\"data-framer-name\":\"AA24002-SignalTheory Vert\",layoutDependency:layoutDependency,layoutId:\"Yb7zwLP9D\",...addPropertyOverrides({EC4D8tfKX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1416,intrinsicWidth:933.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||856)-200+0+0),pixelHeight:2832,pixelWidth:1867,sizes:\"132px\",src:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=1024 675w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048 1350w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png 1867w\"}},fwhiCajDW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1416,intrinsicWidth:933.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||856)-200+0+0),pixelHeight:2832,pixelWidth:1867,sizes:\"132px\",src:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=1024 675w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048 1350w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png 1867w\"}},mqGZrvyxo:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1416,intrinsicWidth:933.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||856)-144+0+0),pixelHeight:2832,pixelWidth:1867,sizes:\"95px\",src:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=1024 675w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048 1350w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png 1867w\"}},phjbbg7Vd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1416,intrinsicWidth:933.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||856)-200+0+0),pixelHeight:2832,pixelWidth:1867,sizes:\"132px\",src:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=1024 675w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048 1350w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png 1867w\"}},swoJ_axNY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1416,intrinsicWidth:933.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||856)-144+0+0),pixelHeight:2832,pixelWidth:1867,sizes:\"95px\",src:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=1024 675w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048 1350w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png 1867w\"}},YBfh0oYjx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1416,intrinsicWidth:933.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||856)-144+0+0),pixelHeight:2832,pixelWidth:1867,sizes:\"95px\",src:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=1024 675w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png?scale-down-to=2048 1350w,https://framerusercontent.com/images/mFTGP6f3uVP000gMxxaGD27WXrw.png 1867w\"}}},baseVariant,gestureVariant)})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UgfaW.framer-yprlng, .framer-UgfaW .framer-yprlng { display: block; }\",\".framer-UgfaW.framer-1h502mh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-UgfaW .framer-1s5b4mv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: calc(var(--framer-viewport-height, 100vh) * 0.9); justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UgfaW .framer-u8k7hu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 600px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UgfaW .framer-iuwz6n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-UgfaW .framer-o4ej1c { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-UgfaW .framer-y12zzk, .framer-UgfaW .framer-1wwhu3t, .framer-UgfaW .framer-15nitdf, .framer-UgfaW .framer-18afnr8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-UgfaW .framer-173j96r { 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: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-UgfaW .framer-g4ko1g, .framer-UgfaW .framer-1nga8bg, .framer-UgfaW .framer-1fllcdw { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-UgfaW .framer-1ijfgh0-container, .framer-UgfaW .framer-k3u46o-container, .framer-UgfaW .framer-zuj0hp-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-UgfaW .framer-k2t6v6 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-UgfaW .framer-wzjki8 { flex: none; height: 70px; overflow: visible; position: relative; width: 248px; }\",\".framer-UgfaW .framer-17v38jr { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 0px; max-width: 100%; overflow: hidden; padding: 0px 20px 0px 20px; position: absolute; right: 0px; z-index: 1; }\",\".framer-UgfaW .framer-1aty616 { flex: none; height: 126px; overflow: visible; position: relative; width: 714px; }\",\".framer-UgfaW .framer-1al4b34 { flex: none; height: 125px; left: calc(50.00000000000002% - 714px / 2); position: absolute; text-decoration: none; top: calc(50.00000000000002% - 125px / 2); width: 714px; }\",\".framer-UgfaW .framer-rv9f42 { aspect-ratio: 0.6592514124293786 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 254px); overflow: visible; position: relative; text-decoration: none; width: 167px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UgfaW.framer-1h502mh, .framer-UgfaW .framer-1s5b4mv, .framer-UgfaW .framer-u8k7hu, .framer-UgfaW .framer-iuwz6n, .framer-UgfaW .framer-o4ej1c, .framer-UgfaW .framer-173j96r, .framer-UgfaW .framer-g4ko1g, .framer-UgfaW .framer-1nga8bg, .framer-UgfaW .framer-1fllcdw, .framer-UgfaW .framer-k2t6v6 { gap: 0px; } .framer-UgfaW.framer-1h502mh > *, .framer-UgfaW .framer-u8k7hu > *, .framer-UgfaW .framer-o4ej1c > *, .framer-UgfaW .framer-173j96r > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-UgfaW.framer-1h502mh > :first-child, .framer-UgfaW .framer-1s5b4mv > :first-child, .framer-UgfaW .framer-u8k7hu > :first-child, .framer-UgfaW .framer-iuwz6n > :first-child, .framer-UgfaW .framer-o4ej1c > :first-child, .framer-UgfaW .framer-173j96r > :first-child { margin-top: 0px; } .framer-UgfaW.framer-1h502mh > :last-child, .framer-UgfaW .framer-1s5b4mv > :last-child, .framer-UgfaW .framer-u8k7hu > :last-child, .framer-UgfaW .framer-iuwz6n > :last-child, .framer-UgfaW .framer-o4ej1c > :last-child, .framer-UgfaW .framer-173j96r > :last-child { margin-bottom: 0px; } .framer-UgfaW .framer-1s5b4mv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-UgfaW .framer-iuwz6n > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-UgfaW .framer-g4ko1g > *, .framer-UgfaW .framer-1nga8bg > *, .framer-UgfaW .framer-1fllcdw > *, .framer-UgfaW .framer-k2t6v6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-UgfaW .framer-g4ko1g > :first-child, .framer-UgfaW .framer-1nga8bg > :first-child, .framer-UgfaW .framer-1fllcdw > :first-child, .framer-UgfaW .framer-k2t6v6 > :first-child { margin-left: 0px; } .framer-UgfaW .framer-g4ko1g > :last-child, .framer-UgfaW .framer-1nga8bg > :last-child, .framer-UgfaW .framer-1fllcdw > :last-child, .framer-UgfaW .framer-k2t6v6 > :last-child { margin-right: 0px; } }\",\".framer-UgfaW.framer-v-123u03u.framer-1h502mh, .framer-UgfaW.framer-v-13r5kzf.framer-1h502mh, .framer-UgfaW.framer-v-1t1ki9a.framer-1h502mh { width: 810px; }\",\".framer-UgfaW.framer-v-123u03u .framer-wzjki8 { order: 0; }\",\".framer-UgfaW.framer-v-123u03u .framer-1aty616, .framer-UgfaW.framer-v-13r5kzf .framer-1aty616, .framer-UgfaW.framer-v-1t1ki9a .framer-1aty616 { width: 432px; }\",\".framer-UgfaW.framer-v-123u03u .framer-1al4b34, .framer-UgfaW.framer-v-13r5kzf .framer-1al4b34, .framer-UgfaW.framer-v-1t1ki9a .framer-1al4b34 { height: 76px; left: calc(50.00000000000002% - 432px / 2); top: 19px; width: 432px; }\",\".framer-UgfaW.framer-v-123u03u .framer-rv9f42, .framer-UgfaW.framer-v-13r5kzf .framer-rv9f42, .framer-UgfaW.framer-v-1t1ki9a .framer-rv9f42 { height: var(--framer-aspect-ratio-supported, 201px); width: 132px; }\",\".framer-UgfaW.framer-v-nkasj0.framer-1h502mh, .framer-UgfaW.framer-v-sej713.framer-1h502mh, .framer-UgfaW.framer-v-9q2j68.framer-1h502mh { width: 390px; }\",\".framer-UgfaW.framer-v-nkasj0 .framer-iuwz6n, .framer-UgfaW.framer-v-sej713 .framer-iuwz6n, .framer-UgfaW.framer-v-9q2j68 .framer-iuwz6n { padding: 20px 15px 0px 15px; }\",\".framer-UgfaW.framer-v-nkasj0 .framer-173j96r, .framer-UgfaW.framer-v-sej713 .framer-173j96r, .framer-UgfaW.framer-v-9q2j68 .framer-173j96r { padding: 0px 15px 0px 15px; }\",\".framer-UgfaW.framer-v-nkasj0 .framer-wzjki8 { height: 50px; width: 177px; }\",\".framer-UgfaW.framer-v-nkasj0 .framer-1aty616, .framer-UgfaW.framer-v-sej713 .framer-1aty616, .framer-UgfaW.framer-v-9q2j68 .framer-1aty616 { height: 116px; width: 235px; }\",\".framer-UgfaW.framer-v-nkasj0 .framer-1al4b34, .framer-UgfaW.framer-v-sej713 .framer-1al4b34, .framer-UgfaW.framer-v-9q2j68 .framer-1al4b34 { bottom: 29px; height: 35px; left: 4px; top: unset; width: 200px; }\",\".framer-UgfaW.framer-v-nkasj0 .framer-rv9f42, .framer-UgfaW.framer-v-sej713 .framer-rv9f42, .framer-UgfaW.framer-v-9q2j68 .framer-rv9f42 { height: var(--framer-aspect-ratio-supported, 144px); width: 95px; }\",\".framer-UgfaW.framer-v-sej713 .framer-wzjki8, .framer-UgfaW.framer-v-9q2j68 .framer-wzjki8 { height: 41px; width: 146px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 856\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"phjbbg7Vd\":{\"layout\":[\"fixed\",\"auto\"]},\"mqGZrvyxo\":{\"layout\":[\"fixed\",\"auto\"]},\"sBKQk9dMV\":{\"layout\":[\"fixed\",\"auto\"]},\"fwhiCajDW\":{\"layout\":[\"fixed\",\"auto\"]},\"swoJ_axNY\":{\"layout\":[\"fixed\",\"auto\"]},\"apDAaPn0e\":{\"layout\":[\"fixed\",\"auto\"]},\"EC4D8tfKX\":{\"layout\":[\"fixed\",\"auto\"]},\"YBfh0oYjx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"nfMvJmKwi\":\"backgroundImage\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerNS91wYg8W=withCSS(Component,css,\"framer-UgfaW\");export default FramerNS91wYg8W;FramerNS91wYg8W.displayName=\"Footer\";FramerNS91wYg8W.defaultProps={height:856,width:1200};addPropertyControls(FramerNS91wYg8W,{variant:{options:[\"PzjiRIRtf\",\"phjbbg7Vd\",\"mqGZrvyxo\",\"sBKQk9dMV\",\"fwhiCajDW\",\"swoJ_axNY\",\"apDAaPn0e\",\"EC4D8tfKX\",\"YBfh0oYjx\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Desktop Override\",\"Tablet Override\",\"Phone Override\",\"Desktop for Contact Page\",\"Tablet for Contact Page\",\"Phone for Contact Page\"],title:\"Variant\",type:ControlType.Enum},nfMvJmKwi:{__defaultAssetReference:\"data:framer/asset-reference,5X972gNzNW8t7rOx3EBR3M2Db3g.jpg?originalFilename=Atrium_1P6A9738.jpg&preferredSize=auto\",title:\"Background Image\",type:ControlType.ResponsiveImage}});addFonts(FramerNS91wYg8W,[{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:\"Chronicle Disp Cond Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/ljv5nNZuVeikc9y6mCI2plxR47c.woff2\"}]},...MagTextFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNS91wYg8W\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerVariables\":\"{\\\"nfMvJmKwi\\\":\\\"backgroundImage\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"phjbbg7Vd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mqGZrvyxo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sBKQk9dMV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fwhiCajDW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"swoJ_axNY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"apDAaPn0e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EC4D8tfKX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YBfh0oYjx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"856\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NS91wYg8W.map"],
  "mappings": "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",
  "names": ["MagText", "props", "mouseX", "useMotionValue", "p", "e", "c", "idx", "Character", "ref", "pe", "scaleRange", "scaleX", "useSpring", "w", "useTransform", "padding", "scaleY", "useMotionValueEvent", "mx", "left", "width", "characterCenter", "distance", "transform", "motion", "useMotionTemplate", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "MagTextFonts", "getFonts", "MagText", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "backgroundImage", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "nfMvJmKwi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "css", "FramerNS91wYg8W", "withCSS", "NS91wYg8W_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
