{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/al7tHO15Oyq9AxBfST8y/uoWcA11u5SdzqY0Oz7hQ/TextEffectOnScroll_Prod.js", "ssg:https://framerusercontent.com/modules/qZNGY4yorN8Dovp6jjj7/I8TupolL6IeV4Gc23vZf/oT2sm1VjB.js", "ssg:https://framerusercontent.com/modules/6ErzVu3i496wM3I4xWJQ/hcFzcb3iNqkB388AOkof/b12MwEm8Z.js", "ssg:https://framerusercontent.com/modules/g8twSFrqHMfv7UGCj5FH/sxlKofT34cBpj1jF4qDD/ewryyVL_B.js", "ssg:https://framerusercontent.com/modules/IgeAXnSMb69FThEb09iX/iGl9drtFN1EUYYtJD6os/gvLz17n1r.js", "ssg:https://framerusercontent.com/modules/GopB94DWpUXSz8lSvtbX/V2MqgLM7rsO3zvBdfFAh/GzQpKjbbd.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js", "ssg:https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js", "ssg:https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js", "ssg:https://framerusercontent.com/modules/4zHZnO5JojN1PrIbu2jm/revv9QCWpkh8lPzi2jje/time.js", "ssg:https://framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framer.com/m/framer/lodash.js@0.3.0", "ssg:https://framerusercontent.com/modules/AHY1z1xp5QsxaZBkEL9H/7Qvf2RhlgA8L1UHMchaV/Slider.js", "ssg:https://framerusercontent.com/modules/NRKVbMFYrBaqL0rx532t/o1XmI0MqgEIlgDIKXNDR/Audio.js", "ssg:https://framerusercontent.com/modules/RKTFSjF3THdWc77ZwOfI/A0QjjUJZ4yF3OQfcB1ni/J22fKgRDW.js", "ssg:https://framerusercontent.com/modules/pdoE3cmGKlLiyb2VczP3/P4joudnsemZxRQwT8LKN/jSvDC7zTo.js", "ssg:https://framerusercontent.com/modules/83p4au5K2Eak0WH10yCh/8ovD0a5N06hqcE1a4qh7/mMa_53QrH.js", "ssg:https://framerusercontent.com/modules/4kwLmf6GnTvyzCAyPYDH/y2Wfgiosmz9fjcfeWGJn/pmTSYv2fv.js", "ssg:https://framerusercontent.com/modules/AaPapnPlXN0QodemCWOe/bxeLChayFfBSOB5XgTfz/Q23POTOlr.js", "ssg:https://framerusercontent.com/modules/LPkGuGNi39cMUZBRYSUs/1MJdhjvT58rU3RW8omxK/rJm9S5nYg.js", "ssg:https://framerusercontent.com/modules/qcxjOiGYGXeSdQdzYImU/B6OTsoDYKFNn4ReNBe63/UrPv8c2rG.js", "ssg:https://framerusercontent.com/modules/buHjixpL2vJWeqDyxug6/miw2HGtMI8O1PsP28sMm/X28IJPEFe.js", "ssg:https://framerusercontent.com/modules/cYTBS5hmH2zglcqvR4Cc/KFVD7Ws2WoELs4peMCNu/yUS1qr0rT.js", "ssg:https://framerusercontent.com/modules/64iEHvmDGHMPPnJCsxhw/jBL2XDbDwXGj3OCyJpJj/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useEffect,forwardRef,useRef,useMemo,memo}from\"react\";import{cubicBezier}from\"framer-motion\";const DEFAULT_ANIMATE_PROPS={opacity:1,scale:1,blur:0,rotate:0,rotateX:0,rotateY:0,rotateZ:0,skewX:0,skewY:0,x:0,y:0};const TOP=0;const BOTTOM=1;const CENTER=.5;const VIEWPORT_OFFSETS={bottomToCenter:[BOTTOM,CENTER],bottomToTop:[BOTTOM,TOP],centerToTop:[TOP,CENTER],topToBottom:[TOP,BOTTOM]};const easeInOut=cubicBezier(.44,0,.56,1);/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 400\n */export default function TextEffectOnScroll(props){var _effect_rotate;const{effect}=props;const id=useMemo(generateRandomString,[]);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ref=useRef(null);const animate={};const initial={};let willChangeOpacity=false;let willChangeTransform=false;let willChangeFilter=false;if(effect.opacity!==1){animate.opacity=1;initial.opacity=effect.opacity;willChangeOpacity=true;}if(effect.scale!==1){animate.scale=1;initial.scale=effect.scale;willChangeTransform=true;}if(effect.blur!==0){animate.blur=0;initial.blur=effect.blur;willChangeFilter=true;}if(effect.rotate){if(effect.rotate.type===\"3d\"){if(effect.rotate.x!==0){animate.rotateX=0;initial.rotateX=effect.rotate.x;willChangeTransform=true;}if(effect.rotate.y!==0){animate.rotateY=0;initial.rotateY=effect.rotate.y;willChangeTransform=true;}if(effect.rotate.z!==0){animate.rotateZ=0;initial.rotateZ=effect.rotate.z;willChangeTransform=true;}}else{if(effect.rotate.rotation!==0){animate.rotate=0;initial.rotate=effect.rotate.rotation;willChangeTransform=true;}}}if(effect.skew){if(effect.skew.x!==0){animate.skewX=0;initial.skewX=effect.skew.x;willChangeTransform=true;}if(effect.skew.y!==0){animate.skewY=0;initial.skewY=effect.skew.y;willChangeTransform=true;}}if(effect.offset){var _effect_offset,_effect_offset1;if(((_effect_offset=effect.offset)===null||_effect_offset===void 0?void 0:_effect_offset.x)!==0){var _effect_offset2;animate.x=0;initial.x=(_effect_offset2=effect.offset)===null||_effect_offset2===void 0?void 0:_effect_offset2.x;willChangeTransform=true;}if(((_effect_offset1=effect.offset)===null||_effect_offset1===void 0?void 0:_effect_offset1.y)!==0){var _effect_offset3;animate.y=0;initial.y=(_effect_offset3=effect.offset)===null||_effect_offset3===void 0?void 0:_effect_offset3.y;willChangeTransform=true;}}let willChangeProps=[];if(willChangeOpacity)willChangeProps.push(\"opacity\");if(willChangeTransform)willChangeProps.push(\"transform\");if(willChangeFilter)willChangeProps.push(\"filter\");const willChange=willChangeProps.join(\", \");return /*#__PURE__*/_jsx(SplitText,{ref:ref,id:id,style:{color:props.color,userSelect:props.userSelect?\"auto\":\"none\",margin:0,perspective:((_effect_rotate=effect.rotate)===null||_effect_rotate===void 0?void 0:_effect_rotate.type)===\"3d\"?`${effect.rotate.perspective}px`:undefined,...props.font,...props.style},text:props.text,animate:isCanvas?{}:animate,initial:isCanvas?{}:initial,animation:props.animation,offset:props.offset,gap:props.lineGap,willChange:willChange,noTransformEffects:!willChangeTransform,splitCharacters:props.per===\"character\",tag:props.tag,origin:effect.origin});}TextEffectOnScroll.displayName=\"Text Effect on Scroll\";addPropertyControls(TextEffectOnScroll,{text:{type:ControlType.String,defaultValue:\"Learn Framer With Framer University\",placeholder:\"Text\",displayTextArea:true},effect:{type:ControlType.Object,icon:\"effect\",controls:{opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01},scale:{type:ControlType.Number,defaultValue:1,min:0,max:10,step:.1},blur:{type:ControlType.Number,defaultValue:0,min:0,step:1},rotate:{type:ControlType.Object,optional:true,controls:{type:{type:ControlType.Enum,options:[\"2d\",\"3d\"],optionTitles:[\"2D\",\"3D\"],displaySegmentedControl:true},rotation:{type:ControlType.Number,defaultValue:0,min:-360,max:360,step:1,unit:\"\\xb0\",hidden:props=>props.type!==\"2d\"},x:{type:ControlType.Number,defaultValue:0,min:-360,max:360,step:1,unit:\"\\xb0\",hidden:props=>props.type!==\"3d\"},y:{type:ControlType.Number,defaultValue:0,min:-360,max:360,step:1,unit:\"\\xb0\",hidden:props=>props.type!==\"3d\"},z:{type:ControlType.Number,defaultValue:0,min:-360,max:360,step:1,unit:\"\\xb0\",hidden:props=>props.type!==\"3d\"},perspective:{type:ControlType.Number,defaultValue:1200,min:1,max:1e4,step:1,hidden:props=>props.type!==\"3d\"}}},skew:{type:ControlType.Object,optional:true,controls:{x:{type:ControlType.Number,defaultValue:0,min:-90,max:90,step:1,unit:\"\\xb0\"},y:{type:ControlType.Number,defaultValue:0,min:-90,max:90,step:1,unit:\"\\xb0\"}}},offset:{type:ControlType.Object,optional:true,controls:{x:{type:ControlType.Number,defaultValue:0,min:-500,max:500,step:1,unit:\"px\"},y:{type:ControlType.Number,defaultValue:0,min:-500,max:500,step:1,unit:\"px\"}}},origin:{type:ControlType.Object,controls:{x:{type:ControlType.Number,defaultValue:50,min:0,max:100,step:1,unit:\"%\"},y:{type:ControlType.Number,defaultValue:50,min:0,max:100,step:1,unit:\"%\"}}}}},animation:{type:ControlType.Enum,options:[\"bottomToCenter\",\"bottomToTop\",\"centerToTop\",\"topToBottom\",\"inAndOutQuick\",\"inAndOutSlow\"],optionTitles:[\"In (Quick)\",\"In (Slow)\",\"Out (Quick)\",\"Out (Slow)\",\"In and Out (Quick)\",\"In and Out (Slow)\"]},per:{type:ControlType.Enum,options:[\"character\",\"word\"],optionTitles:[\"Letter\",\"Word\"],displaySegmentedControl:true},offset:{type:ControlType.Number,defaultValue:10,min:0,max:100,step:.1,unit:\"%\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:1}},color:{type:ControlType.Color,defaultValue:\"#000\"},lineGap:{type:ControlType.Number,defaultValue:0,min:0,step:1,displayStepper:true},userSelect:{type:ControlType.Boolean,defaultValue:false},tag:{type:ControlType.Enum,title:\"Tag\",defaultValue:\"p\",displaySegmentedControl:true,options:[\"h1\",\"h2\",\"h3\",\"p\"],optionTitles:[\"H1\",\"H2\",\"H3\",\"P\"],description:\"More components at [Framer University](https://frameruni.link/cc).\"}});const SplitText=/*#__PURE__*/memo(/*#__PURE__*/forwardRef(function SplitText({id,text,className,style,animate,initial,animation,offset,gap,willChange,noTransformEffects,splitCharacters=false,tag,origin},ref){const isCanvas=RenderTarget.current()===RenderTarget.canvas;const elementsRef=useRef([]);const Tag=tag;const spanClassName=noTransformEffects?`${id}-span-no`:`${id}-span-yes`;const lines=useMemo(()=>{const textLines=text.split(\"\\n\");const lines=[];for(let i=0;i<textLines.length;i++){lines.push(textLines[i].split(/[ \\t]+/));}return lines;},[text]);useEffect(()=>{if(isCanvas){return;}const updateElements=topPosition=>{const viewportOffset=VIEWPORT_OFFSETS[animation];const viewportHeight=window.innerHeight;const totalElements=elementsRef.current.length;const updates=[];for(let i=0;i<totalElements;i++){const element=elementsRef.current[i];if(!element){continue;}const scrollY=(topPosition+(offset||0)*(i-totalElements/2))/viewportHeight;let progress=1;if(animation===\"inAndOutQuick\"){if(scrollY<=.3){progress=mapRange(scrollY,0,.3,0,1);}else if(scrollY>=.7){progress=mapRange(scrollY,.7,1,1,0);}}else if(animation===\"inAndOutSlow\"){if(scrollY<=.5){progress=mapRange(scrollY,0,.5,0,1);}else{progress=mapRange(scrollY,.5,1,1,0);}}else{progress=mapRange(scrollY,viewportOffset[0],viewportOffset[1],0,1);}progress=Math.max(0,Math.min(1,easeInOut(progress)));const transforms=[];const styles={};const opacity=getValue(animate,initial,\"opacity\",progress);if(opacity!==undefined){styles.opacity=String(opacity);}const scale=getValue(animate,initial,\"scale\",progress);if(scale!==undefined){transforms.push(`scale(${scale})`);}const blur=getValue(animate,initial,\"blur\",progress);if(blur!==undefined){element.style.filter=`blur(${blur}px)`;}const rotate=getValue(animate,initial,\"rotate\",progress);if(rotate!==undefined){transforms.push(`rotate(${rotate}deg)`);}const rotateX=getValue(animate,initial,\"rotateX\",progress);if(rotateX!==undefined){transforms.push(`rotateX(${rotateX}deg)`);}const rotateY=getValue(animate,initial,\"rotateY\",progress);if(rotateY!==undefined){transforms.push(`rotateY(${rotateY}deg)`);}const rotateZ=getValue(animate,initial,\"rotateZ\",progress);if(rotateZ!==undefined){transforms.push(`rotateZ(${rotateZ}deg)`);}const skewX=getValue(animate,initial,\"skewX\",progress);if(skewX!==undefined){transforms.push(`skewX(${skewX}deg)`);}const skewY=getValue(animate,initial,\"skewY\",progress);if(skewY!==undefined){transforms.push(`skewY(${skewY}deg)`);}const offsetX=getValue(animate,initial,\"x\",progress);if(offsetX!==undefined){transforms.push(`translateX(${offsetX}px)`);}const offsetY=getValue(animate,initial,\"y\",progress);if(offsetY!==undefined){transforms.push(`translateY(${offsetY}px)`);}if(transforms.length){styles.transform=transforms.join(\" \");}updates.push({element,styles});}// Batch DOM writes\nrequestAnimationFrame(()=>{updates.forEach(update=>{if(!update)return;const{element,styles}=update;Object.assign(element.style,styles);});});};const cleanup=trackElementPosition(ref,updateElements);return cleanup;},[animate,initial]);let index=0;const createLineChildren=(lineIndex,lineWords)=>{return lineWords.map((word,wordIndex)=>{if(splitCharacters){return /*#__PURE__*/_jsx(\"span\",{className:`${id}-word-wrapper`,children:(word+(wordIndex<lineWords.length-1?\" \":\"\")).split(\"\").map((char,charIndex)=>{const savedIndex=index;index++;return /*#__PURE__*/_jsx(\"span\",{ref:el=>{if(el)elementsRef.current[savedIndex]=el;},className:spanClassName,children:char},`${lineIndex}-${wordIndex}-${charIndex}`);})},`${lineIndex}-${wordIndex}`);}const savedIndex=index;index++;return /*#__PURE__*/_jsx(\"span\",{ref:el=>{if(el)elementsRef.current[savedIndex]=el;},className:spanClassName,children:word+(wordIndex<lineWords.length-1?\" \":\"\")},`${lineIndex}-${wordIndex}`);});};var _origin_x,_origin_y;return /*#__PURE__*/_jsxs(Tag,{className:className,ref:ref,style:{...style,...lines.length===1?{}:{display:\"flex\",flexDirection:\"column\",gap:gap},transformStyle:\"preserve-3d\",whiteSpace:(style===null||style===void 0?void 0:style.width)?undefined:\"nowrap\"},children:[/*#__PURE__*/_jsx(\"style\",{children:`\n\t\t\t\t.${id}-line {\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\ttransform-style: preserve-3d;\n\t\t\t\t}\n\t\t\t\t.${id}-word-wrapper {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\ttransform-style: preserve-3d;\n\t\t\t\t\twhite-space: pre;\n\t\t\t\t}\n\t\t\t\t.${id}-span-no {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\ttransform-style: preserve-3d;\n\t\t\t\t\twhite-space: pre;\n\t\t\t\t}\n\t\t\t\t.${id}-span-yes {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\ttransform-style: preserve-3d;\n\t\t\t\t\twhite-space: pre;\n\t\t\t\t}\n\t\t\t\t.${id}-span-no,\n\t\t\t\t.${id}-span-yes {\n\t\t\t\t\twill-change: ${willChange};\n\t\t\t\t\ttransform-origin: ${(_origin_x=origin===null||origin===void 0?void 0:origin.x)!==null&&_origin_x!==void 0?_origin_x:50}% ${(_origin_y=origin===null||origin===void 0?void 0:origin.y)!==null&&_origin_y!==void 0?_origin_y:50}%;\n\t\t\t\t}\n\t\t\t\t`}),lines.length===1?createLineChildren(0,lines[0]):lines.map((lineWords,lineIndex)=>/*#__PURE__*/_jsx(\"span\",{className:`${id}-line`,children:createLineChildren(lineIndex,lineWords)},lineIndex))]});}));function getValue(animate,initial,key,progress){if(!animate||!initial||!animate.hasOwnProperty(key)){return undefined;}const value=animate[key];var _initial_key,_ref;const initialValue=(_ref=(_initial_key=initial===null||initial===void 0?void 0:initial[key])!==null&&_initial_key!==void 0?_initial_key:DEFAULT_ANIMATE_PROPS[key])!==null&&_ref!==void 0?_ref:0;if(progress<=0){return initialValue;}else if(progress>=1){return value;}else{return initialValue+(value-initialValue)*progress;}}const trackElementPosition=(ref,callback)=>{let rafId=null;let lastPosition=null;let throttleTimeout=null;const updatePosition=()=>{if(ref.current){const element=ref.current;const rect=element.getBoundingClientRect();// Add throttling to reduce updates\nif(throttleTimeout===null){throttleTimeout=window.setTimeout(()=>{if(lastPosition!==rect.top){lastPosition=rect.top;callback(rect.top);}throttleTimeout=null;},16)// Approximately 60fps\n;}}rafId=requestAnimationFrame(updatePosition);};// Start the animation frame loop\nrafId=requestAnimationFrame(updatePosition);// Return a cleanup function\nreturn()=>{if(rafId!==null){cancelAnimationFrame(rafId);}};};function mapRange(value,fromLow,fromHigh,toLow,toHigh){if(fromLow===fromHigh){return toLow;}const percentage=(value-fromLow)/(fromHigh-fromLow);return toLow+percentage*(toHigh-toLow);}const CHARACTERS=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";function generateRandomString(){let result=\"\";for(let i=0;i<8;i++){const randomIndex=Math.floor(Math.random()*CHARACTERS.length);result+=CHARACTERS.charAt(randomIndex);}return result;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TextEffectOnScroll\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TextEffectOnScroll_Prod.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={luxyuAOK2:{hover:true}};const serializationHash=\"framer-USjxD\";const variantClassNames={luxyuAOK2:\"framer-v-1yb4x3z\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click,height,id,title,width,...props})=>{return{...props,LoF81iqyL:click??props.LoF81iqyL,NMAnY4_Gj:title??props.NMAnY4_Gj??\"View\"};};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,NMAnY4_Gj,LoF81iqyL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"luxyuAOK2\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapm4d48p=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(LoF81iqyL){const res=await LoF81iqyL(...args);if(res===false)return false;}});const sharedStyleClassNames=[];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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1yb4x3z\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"luxyuAOK2\",onTap:onTapm4d48p,ref:refBinding,style:{background:\"radial-gradient(46% 150% at 37.3% -91.7%, rgb(145, 145, 145) 5%, rgb(143, 143, 143) 61%, rgb(92, 92, 92) 96%)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,...style},variants:{\"luxyuAOK2-hover\":{background:\"radial-gradient(46% 150% at 71.7% -91%, rgb(145, 145, 145) 5%, rgb(143, 143, 143) 61%, rgb(92, 92, 92) 96%)\"}},...addPropertyOverrides({\"luxyuAOK2-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kninq7\",layoutDependency:layoutDependency,layoutId:\"zZ457c76B\",style:{backgroundColor:\"rgb(66, 66, 66)\",borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:48,borderTopRightRadius:48,boxShadow:\"0px 0px 0px 2px rgba(0,0,0,0.25)\"},variants:{\"luxyuAOK2-hover\":{backgroundColor:\"rgb(82, 82, 82)\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"View\"})}),className:\"framer-7uz8nf\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"LJhxOA8Dc\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:NMAnY4_Gj,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-USjxD.framer-k2l76m, .framer-USjxD .framer-k2l76m { display: block; }\",\".framer-USjxD.framer-1yb4x3z { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 30px; justify-content: center; overflow: hidden; padding: 8px 10px 8px 10px; position: relative; width: 95px; will-change: var(--framer-will-change-override, transform); }\",\".framer-USjxD .framer-1kninq7 { bottom: 1px; flex: none; left: 1px; overflow: hidden; position: absolute; right: 1px; top: 1px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-USjxD .framer-7uz8nf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-USjxD.framer-1yb4x3z { gap: 0px; } .framer-USjxD.framer-1yb4x3z > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-USjxD.framer-1yb4x3z > :first-child { margin-left: 0px; } .framer-USjxD.framer-1yb4x3z > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 95\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"xJumz53o5\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"NMAnY4_Gj\":\"title\",\"LoF81iqyL\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroT2sm1VjB=withCSS(Component,css,\"framer-USjxD\");export default FrameroT2sm1VjB;FrameroT2sm1VjB.displayName=\"View-btn\";FrameroT2sm1VjB.defaultProps={height:30,width:95};addPropertyControls(FrameroT2sm1VjB,{NMAnY4_Gj:{defaultValue:\"View\",displayTextArea:false,title:\"Title\",type:ControlType.String},LoF81iqyL:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FrameroT2sm1VjB,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroT2sm1VjB\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"30\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xJumz53o5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"95\",\"framerVariables\":\"{\\\"NMAnY4_Gj\\\":\\\"title\\\",\\\"LoF81iqyL\\\":\\\"click\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oT2sm1VjB.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ViewBtn from\"https://framerusercontent.com/modules/qZNGY4yorN8Dovp6jjj7/I8TupolL6IeV4Gc23vZf/oT2sm1VjB.js\";const ViewBtnFonts=getFonts(ViewBtn);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"yHk2HoyV3\",\"mNFFLxFSp\"];const serializationHash=\"framer-MS00S\";const variantClassNames={mNFFLxFSp:\"framer-v-mvkvsv\",yHk2HoyV3:\"framer-v-vqaei8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};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={\"Variant 1\":\"yHk2HoyV3\",\"Variant 2\":\"mNFFLxFSp\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yHk2HoyV3\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yHk2HoyV3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearzolo4t=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"yHk2HoyV3\",true),15e3);});const LoF81iqyLunvnxi=activeVariantCallback(async(...args)=>{setVariant(\"mNFFLxFSp\");});const onTapnmpaj8=activeVariantCallback(async(...args)=>{setVariant(\"yHk2HoyV3\");});useOnVariantChange(baseVariant,{mNFFLxFSp:onAppearzolo4t});const sharedStyleClassNames=[];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(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__spring:{bounce:0,damping:60,delay:0,duration:5,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-vqaei8\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"yHk2HoyV3\",ref:refBinding,style:{backdropFilter:\"blur(2px)\",background:\"radial-gradient(46% 150% at 37.3% -91.7%, rgb(63, 63, 63) 5%, rgb(143, 143, 143) 61%, rgb(61, 61, 61) 96%)\",borderBottomLeftRadius:44,borderBottomRightRadius:44,borderTopLeftRadius:44,borderTopRightRadius:44,WebkitBackdropFilter:\"blur(2px)\",...style},variants:{mNFFLxFSp:{background:\"radial-gradient(46% 150% at 37.3% -91.7%, rgba(64, 64, 64, 0) 5%, rgba(143, 143, 143, 0) 61%, rgba(61, 61, 61, 0) 96%)\"}},...addPropertyOverrides({mNFFLxFSp:{\"data-framer-name\":\"Variant 2\",\"data-highlight\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-86p1o3\",layoutDependency:layoutDependency,layoutId:\"t3KPshq2x\",style:{backgroundColor:\"rgb(46, 46, 46)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64,boxShadow:\"0px 0px 0px 2px rgba(0,0,0,0.25)\",opacity:1},variants:{mNFFLxFSp:{opacity:0}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1byhn33\",\"data-framer-name\":\"Frame 223\",layoutDependency:layoutDependency,layoutId:\"pP9KBqKK5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6d30pl\",layoutDependency:layoutDependency,layoutId:\"AKXN69i1i\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-s1998r\",\"data-framer-name\":\"Comment Title\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:203,layoutDependency:layoutDependency,layoutId:\"PJaNnNv01\",style:{opacity:1},svg:'<svg width=\"203\" height=\"20\" viewBox=\"-1 -1 203 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.74854 3.98389C6.646 3.98389 6.5874 3.91797 6.57275 3.82275C6.36035 2.64355 6.375 2.59229 5.11523 2.36523C5.0127 2.35059 4.94678 2.28467 4.94678 2.18945C4.94678 2.08691 5.0127 2.02832 5.10791 2.00635C6.38232 1.77197 6.36035 1.72803 6.57275 0.548828C6.5874 0.453613 6.646 0.387695 6.74854 0.387695C6.85107 0.387695 6.90967 0.453613 6.93164 0.548828C7.13672 1.73535 7.12207 1.78662 8.38916 2.00635C8.48438 2.021 8.55029 2.08691 8.55029 2.18945C8.55029 2.28467 8.48438 2.35059 8.38916 2.36523C7.12207 2.59961 7.13672 2.65088 6.93164 3.82275C6.90967 3.91797 6.85107 3.98389 6.74854 3.98389ZM3.20361 9.10352C3.0498 9.10352 2.93994 9.00098 2.92529 8.83984C2.68359 6.89893 2.60303 6.84033 0.618164 6.52539C0.442383 6.50342 0.339844 6.4082 0.339844 6.25439C0.339844 6.10059 0.442383 5.99805 0.588867 5.97607C2.5957 5.60254 2.68359 5.60254 2.92529 3.66162C2.93994 3.50049 3.0498 3.39795 3.20361 3.39795C3.3501 3.39795 3.45996 3.50049 3.47461 3.6543C3.73096 5.63184 3.79688 5.69775 5.81104 5.97607C5.9502 5.99072 6.06006 6.10059 6.06006 6.25439C6.06006 6.40088 5.95752 6.50342 5.81104 6.52539C3.78955 6.90625 3.73096 6.91357 3.47461 8.85449C3.45996 9.00098 3.3501 9.10352 3.20361 9.10352ZM8.26465 17.2261C8.04492 17.2261 7.86914 17.0649 7.83252 16.8306C7.26855 12.8608 6.73389 12.3481 2.8374 11.8281C2.5957 11.7988 2.42725 11.6157 2.42725 11.3887C2.42725 11.1616 2.5957 10.9858 2.84473 10.9565C6.74854 10.5244 7.30518 9.92383 7.83252 5.9541C7.86914 5.71973 8.0376 5.55859 8.26465 5.55859C8.4917 5.55859 8.66016 5.71973 8.69678 5.9541C9.24609 9.92383 9.78809 10.5024 13.6919 10.9565C13.9336 10.9858 14.1021 11.1616 14.1021 11.3887C14.1021 11.623 13.9336 11.7988 13.6919 11.8281C9.78076 12.2603 9.22412 12.8608 8.69678 16.8306C8.66016 17.0649 8.4917 17.2261 8.26465 17.2261Z\" fill=\"#F255FE\"/>\\n<path d=\"M22.6895 14.7139V3.44043H27.1895C29.5957 3.44043 31.0645 4.77637 31.0645 6.95605V6.97168C31.0645 8.4873 30.252 9.71387 28.9395 10.1904L31.4004 14.7139H29.1035L26.8848 10.4951H24.7051V14.7139H22.6895ZM24.7051 8.90137H26.9785C28.252 8.90137 29.002 8.19824 29.002 6.9873V6.97168C29.002 5.79199 28.2051 5.07324 26.9395 5.07324H24.7051V8.90137Z\" fill=\"white\"/>\\n<path d=\"M36.0879 14.8779C33.6035 14.8779 32.1035 13.2295 32.1035 10.5967V10.5889C32.1035 7.97949 33.627 6.26074 35.9941 6.26074C38.3613 6.26074 39.8301 7.9248 39.8301 10.4248V11.0498H34.0332C34.0645 12.5029 34.8613 13.3623 36.127 13.3623C37.0957 13.3623 37.7285 12.8467 37.916 12.292L37.9316 12.2373H39.752L39.7285 12.3232C39.4707 13.5967 38.252 14.8779 36.0879 14.8779ZM36.0176 7.78418C34.9863 7.78418 34.2129 8.47949 34.0566 9.75293H37.9395C37.7988 8.44043 37.0488 7.78418 36.0176 7.78418Z\" fill=\"white\"/>\\n<path d=\"M43.0098 14.7139L40.0801 6.43262H42.1504L44.0723 12.9092H44.1191L46.0332 6.43262H48.0645L45.1504 14.7139H43.0098Z\" fill=\"white\"/>\\n<path d=\"M49.9941 5.24512C49.3848 5.24512 48.9082 4.76074 48.9082 4.18262C48.9082 3.58887 49.3848 3.1123 49.9941 3.1123C50.6035 3.1123 51.0723 3.58887 51.0723 4.18262C51.0723 4.76074 50.6035 5.24512 49.9941 5.24512ZM49.0176 14.7139V6.43262H50.9629V14.7139H49.0176Z\" fill=\"white\"/>\\n<path d=\"M56.2598 14.8779C53.7754 14.8779 52.2754 13.2295 52.2754 10.5967V10.5889C52.2754 7.97949 53.7988 6.26074 56.166 6.26074C58.5332 6.26074 60.002 7.9248 60.002 10.4248V11.0498H54.2051C54.2363 12.5029 55.0332 13.3623 56.2988 13.3623C57.2676 13.3623 57.9004 12.8467 58.0879 12.292L58.1035 12.2373H59.9238L59.9004 12.3232C59.6426 13.5967 58.4238 14.8779 56.2598 14.8779ZM56.1895 7.78418C55.1582 7.78418 54.3848 8.47949 54.2285 9.75293H58.1113C57.9707 8.44043 57.2207 7.78418 56.1895 7.78418Z\" fill=\"white\"/>\\n<path d=\"M62.8457 14.7139L60.6035 6.43262H62.5566L63.9551 12.792H63.9941L65.6113 6.43262H67.4785L69.0957 12.792H69.1426L70.541 6.43262H72.4629L70.2207 14.7139H68.1738L66.541 8.65918H66.502L64.877 14.7139H62.8457Z\" fill=\"white\"/>\\n<path d=\"M79.8691 14.8779C77.6973 14.8779 76.4551 13.8467 76.2832 12.3076L76.2754 12.2373H78.1895L78.2051 12.3076C78.3535 13.0186 78.8926 13.4404 79.877 13.4404C80.8223 13.4404 81.3926 13.0576 81.3926 12.4482V12.4404C81.3926 11.9404 81.1035 11.6592 80.2441 11.4639L78.8691 11.1592C77.2832 10.8076 76.4863 10.0342 76.4863 8.80762V8.7998C76.4863 7.28418 77.8066 6.26074 79.8066 6.26074C81.8691 6.26074 83.0723 7.39355 83.1426 8.82324L83.1504 8.90918H81.3379L81.3301 8.84668C81.2441 8.18262 80.7129 7.69824 79.8066 7.69824C78.9473 7.69824 78.4082 8.09668 78.4082 8.70605V8.71387C78.4082 9.19043 78.7285 9.50293 79.5879 9.69824L80.9707 10.0029C82.6816 10.3857 83.3457 11.0576 83.3457 12.2607V12.2686C83.3457 13.8311 81.9004 14.8779 79.8691 14.8779Z\" fill=\"white\"/>\\n<path d=\"M87.4082 14.8779C85.5879 14.8779 84.5488 13.7061 84.5488 11.7842V6.43262H86.4941V11.4014C86.4941 12.5732 87.041 13.2373 88.1504 13.2373C89.2676 13.2373 89.9785 12.4326 89.9785 11.2295V6.43262H91.9238V14.7139H89.9785V13.417H89.9395C89.5098 14.2998 88.6582 14.8779 87.4082 14.8779Z\" fill=\"white\"/>\\n<path d=\"M97.2598 17.6123C95.0645 17.6123 93.6816 16.6123 93.4473 15.3154L93.4316 15.2451H95.3457L95.3691 15.3076C95.5801 15.7842 96.2441 16.1436 97.2598 16.1436C98.5254 16.1436 99.2207 15.4717 99.2207 14.417V13.2217H99.1816C98.7207 14.1045 97.7832 14.667 96.5957 14.667C94.5176 14.667 93.1816 13.0732 93.1816 10.4951V10.4873C93.1816 7.87012 94.5332 6.26074 96.627 6.26074C97.7988 6.26074 98.7051 6.88574 99.1738 7.83887H99.2207V6.43262H101.166V14.4795C101.166 16.3545 99.6582 17.6123 97.2598 17.6123ZM97.2051 13.167C98.416 13.167 99.2285 12.1436 99.2285 10.5342V10.5264C99.2285 8.9248 98.4082 7.90137 97.2051 7.90137C95.9551 7.90137 95.166 8.90918 95.166 10.5186V10.5264C95.166 12.1592 95.9551 13.167 97.2051 13.167Z\" fill=\"white\"/>\\n<path d=\"M106.494 17.6123C104.299 17.6123 102.916 16.6123 102.682 15.3154L102.666 15.2451H104.58L104.604 15.3076C104.814 15.7842 105.479 16.1436 106.494 16.1436C107.76 16.1436 108.455 15.4717 108.455 14.417V13.2217H108.416C107.955 14.1045 107.018 14.667 105.83 14.667C103.752 14.667 102.416 13.0732 102.416 10.4951V10.4873C102.416 7.87012 103.768 6.26074 105.861 6.26074C107.033 6.26074 107.939 6.88574 108.408 7.83887H108.455V6.43262H110.4V14.4795C110.4 16.3545 108.893 17.6123 106.494 17.6123ZM106.439 13.167C107.65 13.167 108.463 12.1436 108.463 10.5342V10.5264C108.463 8.9248 107.643 7.90137 106.439 7.90137C105.189 7.90137 104.4 8.90918 104.4 10.5186V10.5264C104.4 12.1592 105.189 13.167 106.439 13.167Z\" fill=\"white\"/>\\n<path d=\"M115.635 14.8779C113.15 14.8779 111.65 13.2295 111.65 10.5967V10.5889C111.65 7.97949 113.174 6.26074 115.541 6.26074C117.908 6.26074 119.377 7.9248 119.377 10.4248V11.0498H113.58C113.611 12.5029 114.408 13.3623 115.674 13.3623C116.643 13.3623 117.275 12.8467 117.463 12.292L117.479 12.2373H119.299L119.275 12.3232C119.018 13.5967 117.799 14.8779 115.635 14.8779ZM115.564 7.78418C114.533 7.78418 113.76 8.47949 113.604 9.75293H117.486C117.346 8.44043 116.596 7.78418 115.564 7.78418Z\" fill=\"white\"/>\\n<path d=\"M123.869 14.8779C121.697 14.8779 120.455 13.8467 120.283 12.3076L120.275 12.2373H122.189L122.205 12.3076C122.354 13.0186 122.893 13.4404 123.877 13.4404C124.822 13.4404 125.393 13.0576 125.393 12.4482V12.4404C125.393 11.9404 125.104 11.6592 124.244 11.4639L122.869 11.1592C121.283 10.8076 120.486 10.0342 120.486 8.80762V8.7998C120.486 7.28418 121.807 6.26074 123.807 6.26074C125.869 6.26074 127.072 7.39355 127.143 8.82324L127.15 8.90918H125.338L125.33 8.84668C125.244 8.18262 124.713 7.69824 123.807 7.69824C122.947 7.69824 122.408 8.09668 122.408 8.70605V8.71387C122.408 9.19043 122.729 9.50293 123.588 9.69824L124.971 10.0029C126.682 10.3857 127.346 11.0576 127.346 12.2607V12.2686C127.346 13.8311 125.9 14.8779 123.869 14.8779Z\" fill=\"white\"/>\\n<path d=\"M131.666 14.8779C129.932 14.8779 129.111 14.1748 129.111 12.4717V7.93262H127.939V6.43262H129.111V4.33105H131.088V6.43262H132.627V7.93262H131.088V12.3076C131.088 13.1201 131.447 13.3779 132.158 13.3779C132.346 13.3779 132.494 13.3545 132.627 13.3467V14.8076C132.4 14.8389 132.057 14.8779 131.666 14.8779Z\" fill=\"white\"/>\\n<path d=\"M137.447 14.8779C134.963 14.8779 133.463 13.2295 133.463 10.5967V10.5889C133.463 7.97949 134.986 6.26074 137.354 6.26074C139.721 6.26074 141.189 7.9248 141.189 10.4248V11.0498H135.393C135.424 12.5029 136.221 13.3623 137.486 13.3623C138.455 13.3623 139.088 12.8467 139.275 12.292L139.291 12.2373H141.111L141.088 12.3232C140.83 13.5967 139.611 14.8779 137.447 14.8779ZM137.377 7.78418C136.346 7.78418 135.572 8.47949 135.416 9.75293H139.299C139.158 8.44043 138.408 7.78418 137.377 7.78418Z\" fill=\"white\"/>\\n<path d=\"M145.525 14.8779C143.432 14.8779 142.104 13.2373 142.104 10.5732V10.5654C142.104 7.89355 143.439 6.26074 145.518 6.26074C146.689 6.26074 147.635 6.8623 148.104 7.85449H148.15V3.44043H150.096V14.7139H148.15V13.3076H148.104C147.635 14.2842 146.721 14.8779 145.525 14.8779ZM146.111 13.2373C147.314 13.2373 148.15 12.1982 148.15 10.5732V10.5654C148.15 8.94824 147.307 7.90137 146.111 7.90137C144.869 7.90137 144.088 8.91699 144.088 10.5654V10.5732C144.088 12.2217 144.861 13.2373 146.111 13.2373Z\" fill=\"white\"/>\\n<path d=\"M154.932 14.7139V6.43262H156.877V7.8623H156.916C157.174 6.8623 157.861 6.26074 158.814 6.26074C159.057 6.26074 159.283 6.2998 159.432 6.33887V8.09668C159.268 8.03418 158.971 7.9873 158.643 7.9873C157.541 7.9873 156.877 8.68262 156.877 9.90918V14.7139H154.932Z\" fill=\"white\"/>\\n<path d=\"M163.76 14.8779C161.275 14.8779 159.775 13.2295 159.775 10.5967V10.5889C159.775 7.97949 161.299 6.26074 163.666 6.26074C166.033 6.26074 167.502 7.9248 167.502 10.4248V11.0498H161.705C161.736 12.5029 162.533 13.3623 163.799 13.3623C164.768 13.3623 165.4 12.8467 165.588 12.292L165.604 12.2373H167.424L167.4 12.3232C167.143 13.5967 165.924 14.8779 163.76 14.8779ZM163.689 7.78418C162.658 7.78418 161.885 8.47949 161.729 9.75293H165.611C165.471 8.44043 164.721 7.78418 163.689 7.78418Z\" fill=\"white\"/>\\n<path d=\"M168.76 17.4482V6.43262H170.705V7.8623H170.744C171.221 6.87012 172.127 6.26074 173.314 6.26074C175.416 6.26074 176.744 7.90137 176.744 10.5732V10.5811C176.744 13.2373 175.416 14.8779 173.338 14.8779C172.158 14.8779 171.213 14.2842 170.744 13.3154H170.705V17.4482H168.76ZM172.736 13.2373C173.979 13.2373 174.76 12.2139 174.76 10.5811V10.5732C174.76 8.91699 173.979 7.90137 172.736 7.90137C171.533 7.90137 170.689 8.94824 170.689 10.5732V10.5811C170.689 12.1982 171.533 13.2373 172.736 13.2373Z\" fill=\"white\"/>\\n<path d=\"M178.049 14.7139V3.44043H179.994V14.7139H178.049Z\" fill=\"white\"/>\\n<path d=\"M182.682 5.24512C182.072 5.24512 181.596 4.76074 181.596 4.18262C181.596 3.58887 182.072 3.1123 182.682 3.1123C183.291 3.1123 183.76 3.58887 183.76 4.18262C183.76 4.76074 183.291 5.24512 182.682 5.24512ZM181.705 14.7139V6.43262H183.65V14.7139H181.705Z\" fill=\"white\"/>\\n<path d=\"M188.947 14.8779C186.463 14.8779 184.963 13.2295 184.963 10.5967V10.5889C184.963 7.97949 186.486 6.26074 188.854 6.26074C191.221 6.26074 192.689 7.9248 192.689 10.4248V11.0498H186.893C186.924 12.5029 187.721 13.3623 188.986 13.3623C189.955 13.3623 190.588 12.8467 190.775 12.292L190.791 12.2373H192.611L192.588 12.3232C192.33 13.5967 191.111 14.8779 188.947 14.8779ZM188.877 7.78418C187.846 7.78418 187.072 8.47949 186.916 9.75293H190.799C190.658 8.44043 189.908 7.78418 188.877 7.78418Z\" fill=\"white\"/>\\n<path d=\"M197.182 14.8779C195.01 14.8779 193.768 13.8467 193.596 12.3076L193.588 12.2373H195.502L195.518 12.3076C195.666 13.0186 196.205 13.4404 197.189 13.4404C198.135 13.4404 198.705 13.0576 198.705 12.4482V12.4404C198.705 11.9404 198.416 11.6592 197.557 11.4639L196.182 11.1592C194.596 10.8076 193.799 10.0342 193.799 8.80762V8.7998C193.799 7.28418 195.119 6.26074 197.119 6.26074C199.182 6.26074 200.385 7.39355 200.455 8.82324L200.463 8.90918H198.65L198.643 8.84668C198.557 8.18262 198.025 7.69824 197.119 7.69824C196.26 7.69824 195.721 8.09668 195.721 8.70605V8.71387C195.721 9.19043 196.041 9.50293 196.9 9.69824L198.283 10.0029C199.994 10.3857 200.658 11.0576 200.658 12.2607V12.2686C200.658 13.8311 199.213 14.8779 197.182 14.8779Z\" fill=\"white\"/>\\n</svg>\\n',variants:{mNFFLxFSp:{opacity:0}},withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"95px\",y:(componentViewport?.y||0)+10+(((componentViewport?.height||50)-20-30)/2+0+0)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-e7642u-container\",layoutDependency:layoutDependency,layoutId:\"vRXYOhyR1-container\",nodeId:\"vRXYOhyR1\",rendersWithMotion:true,scopeId:\"b12MwEm8Z\",style:{opacity:1},variants:{mNFFLxFSp:{opacity:0}},children:/*#__PURE__*/_jsx(ViewBtn,{height:\"100%\",id:\"vRXYOhyR1\",layoutId:\"vRXYOhyR1\",LoF81iqyL:LoF81iqyLunvnxi,NMAnY4_Gj:\"View\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19leoo4\",\"data-framer-name\":\"Comment\",layoutDependency:layoutDependency,layoutId:\"QvQT2H59n\",style:{background:\"radial-gradient(46% 150% at 37.3% -91.7%, rgb(63, 63, 63) 5%, rgb(143, 143, 143) 61%, rgb(61, 61, 61) 96%)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,opacity:0},transformTemplate:transformTemplate1,variants:{mNFFLxFSp:{opacity:1}},...addPropertyOverrides({mNFFLxFSp:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-aaqoc3\",layoutDependency:layoutDependency,layoutId:\"ttWBcnmg9\",style:{backgroundColor:\"rgb(36, 36, 36)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(169, 169, 169))\"},children:\"Hey Alex,\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(169, 169, 169))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(169, 169, 169))\"},children:\"Thanks for reaching out! Your project sounds really exciting, and I\u2019d love to learn more. Could you share a bit more about the scope of work and timeline? Let\u2019s set up a time to chat.\"})]}),className:\"framer-1hfs60a\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"J015fhlcO\",style:{\"--extracted-1iakedh\":\"rgb(169, 169, 169)\",\"--extracted-2gxw0f\":\"rgb(169, 169, 169)\",\"--extracted-r6o4lv\":\"rgb(169, 169, 169)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ms3zeh\",layoutDependency:layoutDependency,layoutId:\"YHyvZS3WH\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"95px\",y:(componentViewport?.y||0)+((componentViewport?.height||50)*.5200000000000002-192)+20+314+0,...addPropertyOverrides({mNFFLxFSp:{y:(componentViewport?.y||0)+-204+20+314+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mgtu3d-container\",layoutDependency:layoutDependency,layoutId:\"lyf3NpBma-container\",nodeId:\"lyf3NpBma\",rendersWithMotion:true,scopeId:\"b12MwEm8Z\",children:/*#__PURE__*/_jsx(ViewBtn,{height:\"100%\",id:\"lyf3NpBma\",layoutId:\"lyf3NpBma\",NMAnY4_Gj:\"Use\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"95px\",y:(componentViewport?.y||0)+((componentViewport?.height||50)*.5200000000000002-192)+20+314+0,...addPropertyOverrides({mNFFLxFSp:{y:(componentViewport?.y||0)+-204+20+314+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pjlq2n-container\",layoutDependency:layoutDependency,layoutId:\"MTkjGTbgJ-container\",nodeId:\"MTkjGTbgJ\",rendersWithMotion:true,scopeId:\"b12MwEm8Z\",children:/*#__PURE__*/_jsx(ViewBtn,{height:\"100%\",id:\"MTkjGTbgJ\",layoutId:\"MTkjGTbgJ\",NMAnY4_Gj:\"Edit\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c53jxb\",\"data-framer-name\":\"Comment\",layoutDependency:layoutDependency,layoutId:\"jIzjRmKaw\",style:{background:\"radial-gradient(46% 150% at 37.3% -91.7%, rgb(63, 63, 63) 5%, rgb(143, 143, 143) 61%, rgb(61, 61, 61) 96%)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,opacity:0},transformTemplate:transformTemplate1,variants:{mNFFLxFSp:{opacity:1}},...addPropertyOverrides({mNFFLxFSp:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16d2wqc\",layoutDependency:layoutDependency,layoutId:\"w68XVlvK3\",style:{backgroundColor:\"rgb(36, 36, 36)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(169, 169, 169))\"},children:[\"Hey Alex,\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Thanks for reaching out! I might have some bandwidth next month, but it depends on the scope and timeline. Happy to chat and see if it\u2019s a good fit. Let me know when you\u2019re free!\"]})}),className:\"framer-sn2hb0\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Fbxa7yC9V\",style:{\"--extracted-r6o4lv\":\"rgb(169, 169, 169)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13ee91i\",layoutDependency:layoutDependency,layoutId:\"mBiotQ1gS\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"95px\",y:(componentViewport?.y||0)+((componentViewport?.height||50)*.5200000000000002-92)+20+114+0,...addPropertyOverrides({mNFFLxFSp:{y:(componentViewport?.y||0)+(componentViewport?.height||50)-0+20+114+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1k4duu3-container\",layoutDependency:layoutDependency,layoutId:\"OUovI1Pj4-container\",nodeId:\"OUovI1Pj4\",rendersWithMotion:true,scopeId:\"b12MwEm8Z\",children:/*#__PURE__*/_jsx(ViewBtn,{height:\"100%\",id:\"OUovI1Pj4\",layoutId:\"OUovI1Pj4\",NMAnY4_Gj:\"Use\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"95px\",y:(componentViewport?.y||0)+((componentViewport?.height||50)*.5200000000000002-92)+20+114+0,...addPropertyOverrides({mNFFLxFSp:{y:(componentViewport?.y||0)+(componentViewport?.height||50)-0+20+114+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1j5zfnv-container\",layoutDependency:layoutDependency,layoutId:\"yx5LC3EZY-container\",nodeId:\"yx5LC3EZY\",rendersWithMotion:true,scopeId:\"b12MwEm8Z\",children:/*#__PURE__*/_jsx(ViewBtn,{height:\"100%\",id:\"yx5LC3EZY\",layoutId:\"yx5LC3EZY\",NMAnY4_Gj:\"Edit\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18iurcg\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"DlgFQdNaA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(69, 69, 69)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(28, 28, 28)\",borderBottomLeftRadius:160,borderBottomRightRadius:160,borderTopLeftRadius:160,borderTopRightRadius:160,opacity:0},transformTemplate:transformTemplate2,variants:{mNFFLxFSp:{opacity:1}},...addPropertyOverrides({mNFFLxFSp:{\"data-highlight\":true,onTap:onTapnmpaj8,whileHover:animation}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ut65tv\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:13,layoutDependency:layoutDependency,layoutId:\"bd6DNXX2M\",svg:'<svg width=\"13\" height=\"13\" viewBox=\"-1 -1 13 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.979682 10.0158C0.706733 9.74921 0.713081 9.27949 0.979682 9.01923L4.88349 5.10908L0.979682 1.20527C0.713081 0.945014 0.706733 0.481635 0.979682 0.202339C1.25263 -0.0706107 1.71601 -0.064263 1.98261 0.202339L5.88642 4.10615L9.79023 0.202339C10.0632 -0.064263 10.5139 -0.064263 10.7932 0.208686C11.0725 0.475288 11.0661 0.938667 10.7995 1.20527L6.8957 5.10908L10.7995 9.01923C11.0661 9.28583 11.0661 9.74287 10.7932 10.0158C10.5202 10.2951 10.0632 10.2888 9.79023 10.0222L5.88642 6.11835L1.98261 10.0222C1.71601 10.2888 1.25898 10.2888 0.979682 10.0158Z\" fill=\"#A3A3A3\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:41,intrinsicWidth:114,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-76),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/rN97uexQ0xycrDQq9TYtqaliJvY.svg\"},className:\"framer-14u7nir\",\"data-framer-name\":\"Group 3\",layoutDependency:layoutDependency,layoutId:\"HtvYpFO5m\",style:{opacity:1,rotate:-30},variants:{mNFFLxFSp:{opacity:0}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MS00S.framer-1mfz1s9, .framer-MS00S .framer-1mfz1s9 { display: block; }\",\".framer-MS00S.framer-vqaei8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 10px 12px 10px 16px; position: relative; width: 334px; }\",\".framer-MS00S .framer-86p1o3, .framer-MS00S .framer-aaqoc3, .framer-MS00S .framer-16d2wqc { bottom: 1px; flex: none; left: 1px; overflow: hidden; position: absolute; right: 1px; top: 1px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-MS00S .framer-1byhn33 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MS00S .framer-6d30pl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MS00S .framer-s1998r { flex: none; height: 20px; position: relative; width: 203px; }\",\".framer-MS00S .framer-e7642u-container, .framer-MS00S .framer-mgtu3d-container, .framer-MS00S .framer-pjlq2n-container, .framer-MS00S .framer-1k4duu3-container, .framer-MS00S .framer-1j5zfnv-container { flex: none; height: 30px; position: relative; width: 95px; }\",\".framer-MS00S .framer-19leoo4, .framer-MS00S .framer-c53jxb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 20px; pointer-events: none; position: absolute; right: 0px; top: 52%; z-index: 7; }\",\".framer-MS00S .framer-1hfs60a, .framer-MS00S .framer-sn2hb0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MS00S .framer-ms3zeh, .framer-MS00S .framer-13ee91i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MS00S .framer-18iurcg { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: -65px; width: 40px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-MS00S .framer-1ut65tv { flex: none; height: 13px; position: relative; width: 13px; }\",\".framer-MS00S .framer-14u7nir { flex: none; height: 41px; position: absolute; right: -19px; top: -76px; width: 114px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MS00S.framer-vqaei8, .framer-MS00S .framer-1byhn33, .framer-MS00S .framer-6d30pl, .framer-MS00S .framer-19leoo4, .framer-MS00S .framer-ms3zeh, .framer-MS00S .framer-c53jxb, .framer-MS00S .framer-13ee91i, .framer-MS00S .framer-18iurcg { gap: 0px; } .framer-MS00S.framer-vqaei8 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-MS00S.framer-vqaei8 > :first-child, .framer-MS00S .framer-19leoo4 > :first-child, .framer-MS00S .framer-c53jxb > :first-child { margin-top: 0px; } .framer-MS00S.framer-vqaei8 > :last-child, .framer-MS00S .framer-19leoo4 > :last-child, .framer-MS00S .framer-c53jxb > :last-child { margin-bottom: 0px; } .framer-MS00S .framer-1byhn33 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-MS00S .framer-1byhn33 > :first-child, .framer-MS00S .framer-6d30pl > :first-child, .framer-MS00S .framer-ms3zeh > :first-child, .framer-MS00S .framer-13ee91i > :first-child, .framer-MS00S .framer-18iurcg > :first-child { margin-left: 0px; } .framer-MS00S .framer-1byhn33 > :last-child, .framer-MS00S .framer-6d30pl > :last-child, .framer-MS00S .framer-ms3zeh > :last-child, .framer-MS00S .framer-13ee91i > :last-child, .framer-MS00S .framer-18iurcg > :last-child { margin-right: 0px; } .framer-MS00S .framer-6d30pl > *, .framer-MS00S .framer-18iurcg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MS00S .framer-19leoo4 > *, .framer-MS00S .framer-c53jxb > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-MS00S .framer-ms3zeh > *, .framer-MS00S .framer-13ee91i > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-MS00S.framer-v-mvkvsv .framer-19leoo4 { top: -204px; }\",\".framer-MS00S.framer-v-mvkvsv .framer-c53jxb { bottom: -184px; top: unset; }\",\".framer-MS00S.framer-v-mvkvsv .framer-18iurcg { cursor: pointer; top: -253px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-MS00S.framer-v-mvkvsv .framer-14u7nir { right: -123px; }\",'.framer-MS00S[data-border=\"true\"]::after, .framer-MS00S [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 334\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mNFFLxFSp\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerb12MwEm8Z=withCSS(Component,css,\"framer-MS00S\");export default Framerb12MwEm8Z;Framerb12MwEm8Z.displayName=\"Response bar - mobile\";Framerb12MwEm8Z.defaultProps={height:50,width:334};addPropertyControls(Framerb12MwEm8Z,{variant:{options:[\"yHk2HoyV3\",\"mNFFLxFSp\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerb12MwEm8Z,[{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\"}]},...ViewBtnFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb12MwEm8Z\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"334\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mNFFLxFSp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"50\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./b12MwEm8Z.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"jRlzHVGKL\",\"GaU7aW3OZ\"];const serializationHash=\"framer-ROd2s\";const variantClassNames={GaU7aW3OZ:\"framer-v-1gh6bur\",jRlzHVGKL:\"framer-v-362jw9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.6,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"jRlzHVGKL\",\"Variant 2\":\"GaU7aW3OZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jRlzHVGKL\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jRlzHVGKL\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1dqer56=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"GaU7aW3OZ\"),1e3);});const onAppear72vjyx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jRlzHVGKL\"),400);});useOnVariantChange(baseVariant,{default:onAppear1dqer56,GaU7aW3OZ:onAppear72vjyx});const sharedStyleClassNames=[];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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-362jw9\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jRlzHVGKL\",ref:refBinding,style:{...style},...addPropertyOverrides({GaU7aW3OZ:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17s3ul3\",layoutDependency:layoutDependency,layoutId:\"V26XbHoI2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1b242qp\",\"data-framer-name\":\"Down\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"fOxzM5wRr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 11\"><path d=\"M 2.047 4.406 C 1.453 4.172 1.063 3.641 1.063 3.063 C 1.063 2.141 1.734 1.453 2.641 1.453 C 3.125 1.453 3.734 1.719 4.125 1.859 L 15 6.125 L 25.859 1.859 C 26.25 1.719 26.875 1.453 27.344 1.453 C 28.25 1.453 28.922 2.141 28.922 3.063 C 28.922 3.641 28.531 4.172 27.938 4.406 L 17.281 8.578 C 16.563 8.859 15.688 9.203 15 9.203 C 14.297 9.203 13.438 8.859 12.719 8.578 Z\" fill=\"rgb(92, 92, 92)\"></path></svg>',svgContentId:9249306459,withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ROd2s.framer-upz2vc, .framer-ROd2s .framer-upz2vc { display: block; }\",\".framer-ROd2s.framer-362jw9 { height: 11px; overflow: visible; position: relative; width: 30px; }\",\".framer-ROd2s .framer-17s3ul3 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-ROd2s .framer-1b242qp { flex: none; height: 11px; left: 0px; position: absolute; top: 0px; width: 30px; }\",\".framer-ROd2s.framer-v-1gh6bur .framer-17s3ul3 { bottom: -8px; height: 11px; top: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11\n * @framerIntrinsicWidth 30\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GaU7aW3OZ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerewryyVL_B=withCSS(Component,css,\"framer-ROd2s\");export default FramerewryyVL_B;FramerewryyVL_B.displayName=\"Down\";FramerewryyVL_B.defaultProps={height:11,width:30};addPropertyControls(FramerewryyVL_B,{variant:{options:[\"jRlzHVGKL\",\"GaU7aW3OZ\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerewryyVL_B,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerewryyVL_B\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GaU7aW3OZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"30\",\"framerIntrinsicHeight\":\"11\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ewryyVL_B.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"apJ5Qu09Z\",\"E4kc8gsZX\",\"Ty9zHJ34T\"];const serializationHash=\"framer-chgKr\";const variantClassNames={apJ5Qu09Z:\"framer-v-1lt4lw1\",E4kc8gsZX:\"framer-v-1cjrzod\",Ty9zHJ34T:\"framer-v-1cn4ncv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.8,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;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={\"Variant 1\":\"apJ5Qu09Z\",\"Variant 2\":\"E4kc8gsZX\",\"Variant 3\":\"Ty9zHJ34T\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"apJ5Qu09Z\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"apJ5Qu09Z\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear10epi2a=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"E4kc8gsZX\"),2e3);});const onAppeart2r1bv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Ty9zHJ34T\",true),2e3);});const onAppear1ikmk1c=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"apJ5Qu09Z\"),2e3);});useOnVariantChange(baseVariant,{default:onAppear10epi2a,E4kc8gsZX:onAppeart2r1bv,Ty9zHJ34T:onAppear1ikmk1c});const sharedStyleClassNames=[];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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1lt4lw1\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"apJ5Qu09Z\",ref:refBinding,style:{...style},...addPropertyOverrides({E4kc8gsZX:{\"data-framer-name\":\"Variant 2\"},Ty9zHJ34T:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItSXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-style\":\"italic\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(77, 77, 77))\"},children:\"Show all invoices from stripe this year\"})}),className:\"framer-1tprl5a\",\"data-framer-name\":\"1\",fonts:[\"Inter-Italic\"],layoutDependency:layoutDependency,layoutId:\"ybxU__Wyb\",style:{\"--extracted-r6o4lv\":\"rgb(77, 77, 77)\",\"--framer-paragraph-spacing\":\"0px\",filter:\"blur(0px)\",opacity:1,WebkitFilter:\"blur(0px)\"},transformTemplate:transformTemplate1,variants:{E4kc8gsZX:{opacity:0},Ty9zHJ34T:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({E4kc8gsZX:{transformTemplate:transformTemplate2},Ty9zHJ34T:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItSXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-style\":\"italic\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(77, 77, 77))\"},children:\"Boarding pass for LA flight tomorrow\"})}),className:\"framer-wwp2xw\",\"data-framer-name\":\"2\",fonts:[\"Inter-Italic\"],layoutDependency:layoutDependency,layoutId:\"RqUFKK77G\",style:{\"--extracted-r6o4lv\":\"rgb(77, 77, 77)\",\"--framer-paragraph-spacing\":\"0px\",filter:\"blur(2px)\",opacity:0,WebkitFilter:\"blur(2px)\"},transformTemplate:transformTemplate2,variants:{E4kc8gsZX:{filter:\"blur(0px)\",opacity:1,WebkitFilter:\"blur(0px)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({E4kc8gsZX:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItSXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-style\":\"italic\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(77, 77, 77))\"},children:\"All emails related to project mailwatch\"})}),className:\"framer-1ejdf6i\",\"data-framer-name\":\"3\",fonts:[\"Inter-Italic\"],layoutDependency:layoutDependency,layoutId:\"gpEIBc0a0\",style:{\"--extracted-r6o4lv\":\"rgb(77, 77, 77)\",\"--framer-paragraph-spacing\":\"0px\",filter:\"blur(2px)\",opacity:0,WebkitFilter:\"blur(2px)\"},transformTemplate:transformTemplate2,variants:{Ty9zHJ34T:{filter:\"blur(0px)\",opacity:1,WebkitFilter:\"blur(0px)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ty9zHJ34T:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-chgKr.framer-1r2qoob, .framer-chgKr .framer-1r2qoob { display: block; }\",\".framer-chgKr.framer-1lt4lw1 { height: 22px; overflow: visible; position: relative; width: 284px; }\",\".framer-chgKr .framer-1tprl5a { flex: none; height: auto; left: 52%; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-chgKr .framer-wwp2xw { bottom: -24px; flex: none; height: auto; left: 53%; position: absolute; white-space: pre; width: auto; }\",\".framer-chgKr .framer-1ejdf6i { bottom: -24px; flex: none; height: auto; left: 51%; position: absolute; white-space: pre; width: auto; }\",\".framer-chgKr.framer-v-1cjrzod .framer-1tprl5a, .framer-chgKr.framer-v-1cn4ncv .framer-1tprl5a { top: -24px; }\",\".framer-chgKr.framer-v-1cjrzod .framer-wwp2xw { bottom: unset; top: 50%; }\",\".framer-chgKr.framer-v-1cn4ncv .framer-wwp2xw { bottom: unset; top: -24px; }\",\".framer-chgKr.framer-v-1cn4ncv .framer-1ejdf6i { bottom: unset; left: 51%; top: 50%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 284\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"E4kc8gsZX\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ty9zHJ34T\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergvLz17n1r=withCSS(Component,css,\"framer-chgKr\");export default FramergvLz17n1r;FramergvLz17n1r.displayName=\"example-case\";FramergvLz17n1r.defaultProps={height:22,width:284};addPropertyControls(FramergvLz17n1r,{variant:{options:[\"apJ5Qu09Z\",\"E4kc8gsZX\",\"Ty9zHJ34T\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramergvLz17n1r,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergvLz17n1r\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"22\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"E4kc8gsZX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ty9zHJ34T\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"284\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gvLz17n1r.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={fihxDLOwH:{hover:true}};const serializationHash=\"framer-2kgMX\";const variantClassNames={fihxDLOwH:\"framer-v-u6ds0l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"fihxDLOwH\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-u6ds0l\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fihxDLOwH\",ref:refBinding,style:{backgroundColor:\"rgb(88, 12, 94)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},...addPropertyOverrides({\"fihxDLOwH-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 85, 254))\"},children:\"invitation\"})}),className:\"framer-ahxcue\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"P8iKbiVLU\",style:{\"--extracted-r6o4lv\":\"rgb(242, 85, 254)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12p8ay7\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"YLQ9W9bmR\",style:{backdropFilter:\"blur(8px)\",background:\"radial-gradient(46% 50% at 25.4% 17.1%, rgba(63, 63, 63, 0.9) 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,opacity:0,WebkitBackdropFilter:\"blur(8px)\"},transformTemplate:transformTemplate1,variants:{\"fihxDLOwH-hover\":{opacity:1}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fmu8b0\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"UhMEeze51\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgb(51, 51, 51)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,WebkitBackdropFilter:\"blur(10px)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s9nii7\",\"data-framer-name\":\"Frame 201\",layoutDependency:layoutDependency,layoutId:\"CSJdG5CNC\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-plj2oq\",\"data-framer-name\":\"Frame 198\",layoutDependency:layoutDependency,layoutId:\"Xya3WHWhH\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w10f2q\",\"data-framer-name\":\"Frame 202\",layoutDependency:layoutDependency,layoutId:\"rmRrWKzvb\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-5ff1hg\",\"data-framer-name\":\"Comment Title\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:88,layoutDependency:layoutDependency,layoutId:\"JJJXbQ0Eq\",svg:'<svg width=\"88\" height=\"18\" viewBox=\"-1 -1 88 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.40234 13.5884C0.820312 13.5884 0 12.7754 0 11.208V7.12842C0 6.33008 0.109863 5.97119 0.483398 5.48779L2.98828 2.19189C3.80859 1.10791 4.31396 0.807617 5.55176 0.807617H11.8579C13.0957 0.807617 13.6011 1.10791 14.4141 2.18457L16.9263 5.48779C17.2998 5.97119 17.4097 6.33008 17.4097 7.12842V11.208C17.4097 12.7754 16.5894 13.5884 15.0073 13.5884H2.40234ZM8.7085 9.1792C9.80713 9.1792 10.5396 8.23438 10.5396 7.3042V7.24561C10.5396 6.91602 10.7446 6.59375 11.1621 6.59375H15.5786C15.8423 6.59375 15.8936 6.37402 15.7617 6.19824L13.0811 2.60205C12.7661 2.16992 12.3779 2.00879 11.8799 2.00879H5.51514C5.01709 2.00879 4.62158 2.16992 4.30664 2.60205L1.59668 6.23486C1.48682 6.396 1.53076 6.59375 1.77246 6.59375H6.24756C6.66504 6.59375 6.87012 6.91602 6.87012 7.24561V7.3042C6.87012 8.23438 7.60254 9.1792 8.7085 9.1792ZM5.64697 3.67871C5.44189 3.67871 5.28809 3.5249 5.28809 3.31982C5.28809 3.12207 5.44189 2.96826 5.64697 2.96826H11.7627C11.9678 2.96826 12.1216 3.12207 12.1216 3.31982C12.1216 3.5249 11.9678 3.67871 11.7627 3.67871H5.64697ZM4.69482 5.32666C4.48242 5.32666 4.32129 5.16553 4.32129 4.96045C4.32129 4.75537 4.48242 4.57227 4.69482 4.57227H12.7148C12.9272 4.57227 13.0884 4.75537 13.0884 4.96045C13.0884 5.16553 12.9272 5.32666 12.7148 5.32666H4.69482Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M26.3525 12.4751V1.90625H28.2495L31.6699 10.3438H31.7139L35.1416 1.90625H37.0312V12.4751H35.5371V4.6748H35.4858L32.2998 12.4751H31.084L27.8979 4.6748H27.8467V12.4751H26.3525Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M42.0776 12.6289C39.8145 12.6289 38.4448 11.0835 38.4448 8.65186V8.64453C38.4448 6.23486 39.8364 4.62354 41.9971 4.62354C44.1577 4.62354 45.4834 6.17627 45.4834 8.49072V9.02539H40.0269C40.0562 10.4829 40.8545 11.3325 42.1143 11.3325C43.0518 11.3325 43.6743 10.8491 43.8721 10.2705L43.894 10.2119H45.3955L45.3809 10.2925C45.1318 11.5156 43.9453 12.6289 42.0776 12.6289ZM42.0044 5.91992C40.979 5.91992 40.188 6.61572 40.0488 7.90479H43.916C43.7842 6.57178 43.0371 5.91992 42.0044 5.91992Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M50.0024 12.6289C47.7393 12.6289 46.3696 11.0835 46.3696 8.65186V8.64453C46.3696 6.23486 47.7612 4.62354 49.9219 4.62354C52.0825 4.62354 53.4082 6.17627 53.4082 8.49072V9.02539H47.9517C47.981 10.4829 48.7793 11.3325 50.0391 11.3325C50.9766 11.3325 51.5991 10.8491 51.7969 10.2705L51.8188 10.2119H53.3203L53.3057 10.2925C53.0566 11.5156 51.8701 12.6289 50.0024 12.6289ZM49.9292 5.91992C48.9038 5.91992 48.1128 6.61572 47.9736 7.90479H51.8408C51.709 6.57178 50.9619 5.91992 49.9292 5.91992Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M57.3413 12.6289C55.8179 12.6289 55.0854 11.9844 55.0854 10.4463V6.02979H53.9795V4.77002H55.0854V2.76318H56.7041V4.77002H58.147V6.02979H56.7041V10.3511C56.7041 11.1348 57.0557 11.3691 57.7222 11.3691C57.8906 11.3691 58.0298 11.3545 58.147 11.3398V12.563C57.9639 12.5923 57.6636 12.6289 57.3413 12.6289Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M60.3149 3.5835C59.8022 3.5835 59.3921 3.17334 59.3921 2.67529C59.3921 2.16992 59.8022 1.75977 60.3149 1.75977C60.835 1.75977 61.2378 2.16992 61.2378 2.67529C61.2378 3.17334 60.835 3.5835 60.3149 3.5835ZM59.5239 12.4751V4.77002H61.106V12.4751H59.5239Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M62.7393 12.4751V4.77002H64.3213V5.93457H64.3579C64.7607 5.15088 65.5518 4.62354 66.7163 4.62354C68.4082 4.62354 69.3823 5.71484 69.3823 7.4873V12.4751H67.793V7.7876C67.793 6.63037 67.251 5.97852 66.1523 5.97852C65.0391 5.97852 64.3213 6.78418 64.3213 7.98535V12.4751H62.7393Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M74.2896 15.1924C72.312 15.1924 71.0596 14.2769 70.8252 13.0977L70.8179 13.0317H72.3853L72.4146 13.0903C72.627 13.5811 73.2935 13.918 74.2822 13.918C75.542 13.918 76.2378 13.2441 76.2378 12.1675V11.1128H76.2012C75.7617 11.9478 74.8828 12.4824 73.7769 12.4824C71.8433 12.4824 70.5688 10.9663 70.5688 8.56396V8.55664C70.5688 6.13965 71.8579 4.62354 73.8135 4.62354C74.8975 4.62354 75.7471 5.20947 76.2012 6.08105H76.2378V4.77002H77.8271V12.2627C77.8271 14.0205 76.4648 15.1924 74.2896 15.1924ZM74.2236 11.1934C75.4321 11.1934 76.2378 10.1753 76.2378 8.58594V8.57861C76.2378 6.99658 75.4248 5.97852 74.2236 5.97852C72.9712 5.97852 72.1875 6.98926 72.1875 8.57861V8.58594C72.1875 10.1973 72.9712 11.1934 74.2236 11.1934Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M82.2803 12.6289C80.354 12.6289 79.2261 11.6768 79.0649 10.2705L79.0576 10.2046H80.625L80.6396 10.2778C80.7861 10.9883 81.3135 11.4058 82.2876 11.4058C83.2397 11.4058 83.811 11.0103 83.811 10.3877V10.3804C83.811 9.88232 83.5327 9.59668 82.7051 9.39893L81.4453 9.11328C79.9805 8.77637 79.2554 8.07324 79.2554 6.95264V6.94531C79.2554 5.56836 80.4565 4.62354 82.229 4.62354C84.0527 4.62354 85.1514 5.6416 85.2319 6.95264L85.2393 7.04053H83.7524L83.7451 6.98926C83.6499 6.31543 83.1226 5.84668 82.229 5.84668C81.3794 5.84668 80.8447 6.24951 80.8447 6.86475V6.87207C80.8447 7.34814 81.1597 7.67041 81.9873 7.86816L83.2397 8.15381C84.8145 8.52002 85.415 9.14258 85.415 10.2485V10.2559C85.415 11.6621 84.0967 12.6289 82.2803 12.6289Z\" fill=\"#8A8A8A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-536ln3\",\"data-framer-name\":\"Frame 189\",layoutDependency:layoutDependency,layoutId:\"DgToNPfhh\",style:{backgroundColor:\"rgb(69, 69, 69)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-233.5+8+0+0+0+0+0+16+0+0+2),sizes:\"20px\",src:\"https://framerusercontent.com/images/7XsMJYfi7CqTF1YWRpbJB5d6QWs.jpg\",srcSet:\"https://framerusercontent.com/images/7XsMJYfi7CqTF1YWRpbJB5d6QWs.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/7XsMJYfi7CqTF1YWRpbJB5d6QWs.jpg 900w\"},className:\"framer-63fpy7\",\"data-framer-name\":\"Contemplative Young Woman Yellow Jacket\",layoutDependency:layoutDependency,layoutId:\"hIm3W2RQS\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},...addPropertyOverrides({\"fihxDLOwH-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-215.5+8+0+0+0+0+0+16+0+0+2),sizes:\"20px\",src:\"https://framerusercontent.com/images/7XsMJYfi7CqTF1YWRpbJB5d6QWs.jpg\",srcSet:\"https://framerusercontent.com/images/7XsMJYfi7CqTF1YWRpbJB5d6QWs.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/7XsMJYfi7CqTF1YWRpbJB5d6QWs.jpg 900w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(221, 221, 221))\"},children:\"Naomi\"})}),className:\"framer-kjb74d\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"KLDYfc2oM\",style:{\"--extracted-r6o4lv\":\"rgb(221, 221, 221)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(158, 158, 158))\"},children:\"Naomi have invited you for a coffee chat & catchup on on July 9, 2025, 11:00 AM\"})}),className:\"framer-1dh5mxq\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uTNgSI8S4\",style:{\"--extracted-r6o4lv\":\"rgb(158, 158, 158)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lenig\",\"data-framer-name\":\"Frame 265\",layoutDependency:layoutDependency,layoutId:\"g8IOy4uhO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15x76yf\",\"data-framer-name\":\"Tab\",layoutDependency:layoutDependency,layoutId:\"CGDn20AfS\",style:{backgroundColor:\"rgb(77, 77, 77)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-t4y4pj\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"XEa2xCKuk\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.55713 13.5576C2.93896 13.5576 0 10.6187 0 7.00049C0 3.38232 2.93896 0.443359 6.55713 0.443359C10.1753 0.443359 13.1143 3.38232 13.1143 7.00049C13.1143 10.6187 10.1753 13.5576 6.55713 13.5576ZM5.85254 10.1362C6.0874 10.1362 6.29053 10.0156 6.43652 9.7998L9.40723 5.16602C9.49609 5.02637 9.57227 4.86768 9.57227 4.72168C9.57227 4.3916 9.28662 4.16943 8.96924 4.16943C8.76611 4.16943 8.58838 4.27734 8.45508 4.49951L5.82715 8.70166L4.60205 7.14648C4.44336 6.94336 4.29102 6.86719 4.09424 6.86719C3.76416 6.86719 3.51025 7.13379 3.51025 7.45752C3.51025 7.61621 3.56738 7.76855 3.68164 7.9082L5.23682 9.7998C5.41455 10.0283 5.61133 10.1362 5.85254 10.1362Z\" fill=\"#FBFBFB\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(251, 251, 251))\"},children:\"Accept\"})}),className:\"framer-7gw6pt\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"CWT8XTxFT\",style:{\"--extracted-r6o4lv\":\"rgb(251, 251, 251)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-afxcqr\",\"data-framer-name\":\"Tab\",layoutDependency:layoutDependency,layoutId:\"S9sK2f1Ii\",style:{backgroundColor:\"rgb(77, 77, 77)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-deazlj\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"j5rjkcTWq\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.67041 13.5576C3.05225 13.5576 0.113281 10.6187 0.113281 7.00049C0.113281 3.38232 3.05225 0.443359 6.67041 0.443359C10.2886 0.443359 13.2275 3.38232 13.2275 7.00049C13.2275 10.6187 10.2886 13.5576 6.67041 13.5576ZM4.58838 9.69189C4.75977 9.69189 4.90576 9.62842 5.02637 9.51416L6.67041 7.85742L8.32715 9.51416C8.43506 9.62842 8.5874 9.69189 8.75879 9.69189C9.09521 9.69189 9.36182 9.42529 9.36182 9.08252C9.36182 8.92383 9.29834 8.77783 9.18408 8.66357L7.52734 7.00684L9.19043 5.34375C9.31104 5.22314 9.36182 5.0835 9.36182 4.9248C9.36182 4.58838 9.10156 4.32812 8.77148 4.32812C8.6001 4.32812 8.4668 4.38525 8.34619 4.50586L6.67041 6.16895L5.00732 4.51221C4.89307 4.39795 4.75977 4.34082 4.58838 4.34082C4.25195 4.34082 3.9917 4.59473 3.9917 4.93115C3.9917 5.08984 4.05518 5.23584 4.16943 5.3501L5.82617 7.00684L4.16943 8.66992C4.05518 8.78418 3.9917 8.93018 3.9917 9.08252C3.9917 9.42529 4.25195 9.69189 4.58838 9.69189Z\" fill=\"#FBFBFB\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(251, 251, 251))\"},children:\"Decline\"})}),className:\"framer-1wh4ymw\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"g9oH2OQDG\",style:{\"--extracted-r6o4lv\":\"rgb(251, 251, 251)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18ctqbd\",\"data-framer-name\":\"Comment\",layoutDependency:layoutDependency,layoutId:\"A1VklJWqC\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(111, 111, 111))\"},children:\"08:21 AM\"})}),className:\"framer-16aealc\",\"data-framer-name\":\"Comment Body\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Yf9GsIWLe\",style:{\"--extracted-r6o4lv\":\"rgb(111, 111, 111)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14vira7\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"RbfYvGE9s\",svg:'<svg width=\"35\" height=\"26\" viewBox=\"0 0 35 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.667969 12.8C0.667969 8.31958 0.667969 6.07937 1.53992 4.36808C2.3069 2.86278 3.53075 1.63893 5.03604 0.871948C6.74734 0 8.98755 0 13.468 0H21.617C26.0974 0 28.3376 0 30.0489 0.871948C31.5542 1.63893 32.7781 2.86278 33.545 4.36808C34.417 6.07937 34.417 8.31958 34.417 12.8V13.2C34.417 17.6804 34.417 19.9206 33.545 21.6319C32.7781 23.1372 31.5542 24.3611 30.0489 25.1281C28.3376 26 26.0974 26 21.617 26H13.468C8.98755 26 6.74734 26 5.03604 25.1281C3.53075 24.3611 2.3069 23.1372 1.53992 21.6319C0.667969 19.9206 0.667969 17.6804 0.667969 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M16.9839 18.9033C16.6411 18.9033 16.3682 18.7637 16.0381 18.459L11.0107 13.7363C10.7632 13.5015 10.668 13.2285 10.668 13C10.668 12.7588 10.7568 12.4985 11.0044 12.2637L16.0381 7.57275C16.3999 7.23633 16.6348 7.09668 16.9712 7.09668C17.4727 7.09668 17.8345 7.49023 17.8345 7.979V10.2515H17.9932C22.3921 10.2515 24.417 13.0825 24.417 17.6909C24.417 18.4717 24.0806 18.8779 23.6426 18.8779C23.3188 18.8779 23.0078 18.7764 22.7603 18.3193C21.751 16.4404 20.3228 15.7676 17.9932 15.7676H17.8345V18.0591C17.8345 18.5415 17.4727 18.9033 16.9839 18.9033ZM16.584 17.291C16.6411 17.291 16.6792 17.2466 16.6792 17.1895V14.8345C16.6792 14.6885 16.7427 14.625 16.8887 14.625H17.7012C20.6211 14.625 22.4873 15.5581 23.2427 17.145C23.2617 17.1831 23.2744 17.2021 23.3062 17.2021C23.3315 17.2021 23.3506 17.1831 23.3506 17.1387C23.2427 14.1235 21.8271 11.3813 17.7012 11.3813H16.8887C16.7427 11.3813 16.6792 11.3179 16.6792 11.1719V8.76611C16.6792 8.70898 16.6348 8.6709 16.584 8.6709C16.5396 8.6709 16.5078 8.68994 16.4761 8.72168L12.1216 12.8794C12.0708 12.9302 12.0581 12.9619 12.0581 13C12.0581 13.0381 12.0708 13.0698 12.1216 13.1206L16.4761 17.2402C16.5142 17.272 16.5459 17.291 16.584 17.291Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ap1sky\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"wb2OVXel_\",svg:'<svg width=\"35\" height=\"26\" viewBox=\"0 0 35 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.414062 12.8C0.414062 8.31958 0.414062 6.07937 1.28601 4.36808C2.053 2.86278 3.27684 1.63893 4.78214 0.871948C6.49343 0 8.73364 0 13.2141 0H21.3504C25.8308 0 28.071 0 29.7823 0.871948C31.2876 1.63893 32.5115 2.86278 33.2784 4.36808C34.1504 6.07937 34.1504 8.31958 34.1504 12.8V13.2C34.1504 17.6804 34.1504 19.9206 33.2784 21.6319C32.5115 23.1372 31.2876 24.3611 29.7823 25.1281C28.071 26 25.8308 26 21.3504 26H13.2141C8.73364 26 6.49343 26 4.78214 25.1281C3.27684 24.3611 2.053 23.1372 1.28601 21.6319C0.414062 19.9206 0.414062 17.6804 0.414062 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M21.9604 10.8008C20.7607 10.8008 19.7705 9.81689 19.7705 8.61084C19.7705 7.41113 20.7607 6.4209 21.9604 6.4209C23.1602 6.4209 24.1504 7.41113 24.1504 8.61084C24.1504 9.81689 23.1602 10.8008 21.9604 10.8008ZM16.9712 19.5796C13.3848 19.5796 10.4141 16.6152 10.4141 13.0225C10.4141 9.43604 13.3784 6.46533 16.9648 6.46533C17.8154 6.46533 18.6279 6.63037 19.3706 6.93506C19.1294 7.29688 18.9834 7.70312 18.939 8.14111C18.3296 7.89355 17.6694 7.76025 16.9648 7.76025C14.0449 7.76025 11.709 10.1025 11.709 13.0225C11.709 15.9424 14.0513 18.291 16.9712 18.291C19.8911 18.291 22.2397 15.9424 22.2397 13.0225C22.2397 12.5464 22.1636 12.083 22.043 11.645C22.4746 11.6641 22.9062 11.5815 23.3062 11.3848C23.4521 11.9116 23.5283 12.4575 23.5283 13.0225C23.5283 16.6152 20.5576 19.5796 16.9712 19.5796ZM13.7593 13.8096C13.4736 13.8096 13.2578 13.5874 13.2578 13.3081C13.2578 13.0225 13.4736 12.8066 13.7593 12.8066H16.4634V9.14404C16.4634 8.86475 16.6855 8.64258 16.9648 8.64258C17.2505 8.64258 17.4727 8.86475 17.4727 9.14404V13.3081C17.4727 13.5874 17.2505 13.8096 16.9648 13.8096H13.7593Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19rll8d\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"iOnoIILcY\",svg:'<svg width=\"33\" height=\"26\" viewBox=\"0 0 33 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.152344 12.8C0.152344 8.31958 0.152344 6.07937 1.02429 4.36808C1.79128 2.86278 3.01512 1.63893 4.52042 0.871948C6.23171 0 8.47192 0 12.9523 0H19.8699C24.3503 0 26.5906 0 28.3018 0.871948C29.8071 1.63893 31.031 2.86278 31.798 4.36808C32.6699 6.07937 32.6699 8.31958 32.6699 12.8V13.2C32.6699 17.6804 32.6699 19.9206 31.798 21.6319C31.031 23.1372 29.8071 24.3611 28.3018 25.1281C26.5906 26 24.3503 26 19.8699 26H12.9523C8.47192 26 6.23171 26 4.52042 25.1281C3.01512 24.3611 1.79128 23.1372 1.02429 21.6319C0.152344 19.9206 0.152344 17.6804 0.152344 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M13.4976 20.1636C12.5137 20.1636 11.8916 19.5796 11.8472 18.6021L11.4155 9.44873H10.7109C10.4062 9.44873 10.1523 9.20752 10.1523 8.89014C10.1523 8.5791 10.4062 8.33789 10.7109 8.33789H13.5293V7.38574C13.5293 6.41455 14.1514 5.83691 15.1987 5.83691H17.6108C18.6646 5.83691 19.2803 6.41455 19.2803 7.38574V8.33789H22.105C22.4224 8.33789 22.6699 8.5791 22.6699 8.89014C22.6699 9.20752 22.4224 9.44873 22.105 9.44873H21.4067L20.9751 18.5957C20.9307 19.5732 20.3022 20.1636 19.3311 20.1636H13.4976ZM14.6973 7.44287V8.33789H18.1123V7.44287C18.1123 7.11279 17.8838 6.90332 17.5283 6.90332H15.2812C14.9258 6.90332 14.6973 7.11279 14.6973 7.44287ZM14.4624 18.1958C14.7417 18.1958 14.9258 18.0181 14.9131 17.7578L14.7163 10.8579C14.71 10.585 14.5195 10.4199 14.2593 10.4199C13.98 10.4199 13.8022 10.5913 13.8086 10.8579L13.999 17.7642C14.0117 18.0308 14.1895 18.1958 14.4624 18.1958ZM16.4111 18.1958C16.6841 18.1958 16.8745 18.0244 16.8745 17.7642V10.8579C16.8745 10.5913 16.6841 10.4199 16.4111 10.4199C16.1382 10.4199 15.9478 10.5913 15.9478 10.8579V17.7642C15.9478 18.0244 16.1382 18.1958 16.4111 18.1958ZM18.3599 18.1958C18.6265 18.1958 18.8042 18.0308 18.8169 17.7642L19.0137 10.8579C19.02 10.5913 18.8423 10.4199 18.563 10.4199C18.2964 10.4199 18.1123 10.5913 18.106 10.8579L17.9028 17.7578C17.8965 18.0244 18.0806 18.1958 18.3599 18.1958Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-146hag8\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:53,layoutDependency:layoutDependency,layoutId:\"k9IAuxSBn\",svg:'<svg width=\"53\" height=\"26\" viewBox=\"0 0 53 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.671875 12.8C0.671875 8.31958 0.671875 6.07937 1.54382 4.36808C2.31081 2.86278 3.53465 1.63893 5.03995 0.871948C6.75124 0 8.99145 0 13.4719 0H40.202C44.6824 0 46.9226 0 48.6339 0.871948C50.1392 1.63893 51.363 2.86278 52.13 4.36808C53.002 6.07937 53.002 8.31958 53.002 12.8V13.2C53.002 17.6804 53.002 19.9206 52.13 21.6319C51.363 23.1372 50.1392 24.3611 48.6339 25.1281C46.9226 26 44.6824 26 40.202 26H13.4719C8.99145 26 6.75124 26 5.03995 25.1281C3.53465 24.3611 2.31081 23.1372 1.54382 21.6319C0.671875 19.9206 0.671875 17.6804 0.671875 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M12.7539 18.5386C11.3828 18.5386 10.6719 17.834 10.6719 16.4756V12.9399C10.6719 12.248 10.7671 11.937 11.0908 11.5181L13.2617 8.66162C13.9727 7.72217 14.4106 7.46191 15.4834 7.46191H20.9487C22.0215 7.46191 22.4595 7.72217 23.1641 8.65527L25.3413 11.5181C25.665 11.937 25.7603 12.248 25.7603 12.9399V16.4756C25.7603 17.834 25.0493 18.5386 23.6782 18.5386H12.7539ZM18.2192 14.7173C19.1714 14.7173 19.8062 13.8984 19.8062 13.0923V13.0415C19.8062 12.7559 19.9839 12.4766 20.3457 12.4766H24.1733C24.4019 12.4766 24.4463 12.2861 24.332 12.1338L22.0088 9.01709C21.7358 8.64258 21.3994 8.50293 20.9678 8.50293H15.4517C15.02 8.50293 14.6772 8.64258 14.4043 9.01709L12.0557 12.1655C11.9604 12.3052 11.9985 12.4766 12.208 12.4766H16.0864C16.4482 12.4766 16.626 12.7559 16.626 13.0415V13.0923C16.626 13.8984 17.2607 14.7173 18.2192 14.7173ZM15.5659 9.9502C15.3882 9.9502 15.2549 9.81689 15.2549 9.63916C15.2549 9.46777 15.3882 9.33447 15.5659 9.33447H20.8662C21.0439 9.33447 21.1772 9.46777 21.1772 9.63916C21.1772 9.81689 21.0439 9.9502 20.8662 9.9502H15.5659ZM14.7407 11.3784C14.5566 11.3784 14.417 11.2388 14.417 11.061C14.417 10.8833 14.5566 10.7246 14.7407 10.7246H21.6914C21.8755 10.7246 22.0151 10.8833 22.0151 11.061C22.0151 11.2388 21.8755 11.3784 21.6914 11.3784H14.7407Z\" fill=\"#828282\"/>\\n<path d=\"M37.3857 16.228C37.1699 16.228 36.9795 16.1455 36.8145 15.9741L31.9775 11.0293C31.8379 10.8896 31.7617 10.7119 31.7617 10.5088C31.7617 10.0962 32.0854 9.77246 32.498 9.77246C32.7012 9.77246 32.8853 9.85498 33.0312 9.99463L37.3857 14.457L41.7402 9.99463C41.8799 9.85498 42.0703 9.77246 42.2734 9.77246C42.6797 9.77246 43.0034 10.0962 43.0034 10.5088C43.0034 10.7183 42.9336 10.8896 42.7939 11.0293L37.957 15.9741C37.7983 16.1455 37.6016 16.228 37.3857 16.228Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gjtl4h\",layoutDependency:layoutDependency,layoutId:\"dnVHh7uVF\",style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(37, 37, 37, 0.8)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(5px)\"}})]})]})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2kgMX.framer-1lwtq2f, .framer-2kgMX .framer-1lwtq2f { display: block; }\",\".framer-2kgMX.framer-u6ds0l { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 5px 0px 5px; position: relative; width: min-content; }\",\".framer-2kgMX .framer-ahxcue, .framer-2kgMX .framer-kjb74d, .framer-2kgMX .framer-7gw6pt, .framer-2kgMX .framer-1wh4ymw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2kgMX .framer-12p8ay7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 8px; pointer-events: none; position: absolute; top: -233px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-2kgMX .framer-1fmu8b0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-2kgMX .framer-1s9nii7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2kgMX .framer-plj2oq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-2kgMX .framer-1w10f2q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2kgMX .framer-5ff1hg { flex: none; height: 18px; position: relative; width: 88px; }\",\".framer-2kgMX .framer-536ln3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 8px 2px 2px; position: relative; width: min-content; }\",\".framer-2kgMX .framer-63fpy7 { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-2kgMX .framer-1dh5mxq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 312px; word-break: break-word; word-wrap: break-word; }\",\".framer-2kgMX .framer-1lenig { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2kgMX .framer-15x76yf, .framer-2kgMX .framer-afxcqr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 10px 8px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-2kgMX .framer-t4y4pj, .framer-2kgMX .framer-deazlj { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-2kgMX .framer-18ctqbd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 8px 4px 8px; position: relative; width: 344px; }\",\".framer-2kgMX .framer-16aealc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 144px; word-break: break-word; word-wrap: break-word; }\",\".framer-2kgMX .framer-14vira7, .framer-2kgMX .framer-ap1sky { flex: none; height: 26px; position: relative; width: 35px; }\",\".framer-2kgMX .framer-19rll8d { flex: none; height: 26px; position: relative; width: 33px; }\",\".framer-2kgMX .framer-146hag8 { flex: none; height: 26px; position: relative; width: 53px; }\",\".framer-2kgMX .framer-1gjtl4h { bottom: 1px; flex: none; left: 1px; overflow: visible; position: absolute; right: 1px; top: 1px; z-index: -1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2kgMX.framer-u6ds0l, .framer-2kgMX .framer-12p8ay7, .framer-2kgMX .framer-1fmu8b0, .framer-2kgMX .framer-1s9nii7, .framer-2kgMX .framer-plj2oq, .framer-2kgMX .framer-536ln3, .framer-2kgMX .framer-1lenig, .framer-2kgMX .framer-15x76yf, .framer-2kgMX .framer-afxcqr, .framer-2kgMX .framer-18ctqbd { gap: 0px; } .framer-2kgMX.framer-u6ds0l > *, .framer-2kgMX .framer-1lenig > *, .framer-2kgMX .framer-18ctqbd > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-2kgMX.framer-u6ds0l > :first-child, .framer-2kgMX .framer-536ln3 > :first-child, .framer-2kgMX .framer-1lenig > :first-child, .framer-2kgMX .framer-15x76yf > :first-child, .framer-2kgMX .framer-afxcqr > :first-child, .framer-2kgMX .framer-18ctqbd > :first-child { margin-left: 0px; } .framer-2kgMX.framer-u6ds0l > :last-child, .framer-2kgMX .framer-536ln3 > :last-child, .framer-2kgMX .framer-1lenig > :last-child, .framer-2kgMX .framer-15x76yf > :last-child, .framer-2kgMX .framer-afxcqr > :last-child, .framer-2kgMX .framer-18ctqbd > :last-child { margin-right: 0px; } .framer-2kgMX .framer-12p8ay7 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-2kgMX .framer-12p8ay7 > :first-child, .framer-2kgMX .framer-1fmu8b0 > :first-child, .framer-2kgMX .framer-1s9nii7 > :first-child, .framer-2kgMX .framer-plj2oq > :first-child { margin-top: 0px; } .framer-2kgMX .framer-12p8ay7 > :last-child, .framer-2kgMX .framer-1fmu8b0 > :last-child, .framer-2kgMX .framer-1s9nii7 > :last-child, .framer-2kgMX .framer-plj2oq > :last-child { margin-bottom: 0px; } .framer-2kgMX .framer-1fmu8b0 > *, .framer-2kgMX .framer-1s9nii7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2kgMX .framer-plj2oq > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-2kgMX .framer-536ln3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-2kgMX .framer-15x76yf > *, .framer-2kgMX .framer-afxcqr > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",\".framer-2kgMX.framer-v-u6ds0l.hover .framer-12p8ay7 { top: -215px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 110.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rMUBOVW_t\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGzQpKjbbd=withCSS(Component,css,\"framer-2kgMX\");export default FramerGzQpKjbbd;FramerGzQpKjbbd.displayName=\"Pil-two\";FramerGzQpKjbbd.defaultProps={height:28,width:110.5};addFonts(FramerGzQpKjbbd,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGzQpKjbbd\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"110.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rMUBOVW_t\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"28\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GzQpKjbbd.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on. By using `useConstant`\n * you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map", "import { MotionValue } from \"framer\";\nexport const isMotionValue = (v)=>v instanceof MotionValue\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isMotionValue.map", "import { useEffect } from \"react\";\n//@ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\nexport function useOnChange(value, callback) {\n    useEffect(()=>// @ts-ignore this should be detected as a MV :shrug:\n        isMotionValue(value) ? value.onChange(callback) : undefined\n    );\n}\nexport function useMultiOnChange(values, handler) {\n    useEffect(()=>{\n        const subscriptions = values.map((value)=>value.onChange(handler)\n        );\n        return ()=>subscriptions.forEach((unsubscribe)=>unsubscribe()\n            )\n        ;\n    });\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"Subscriber\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnChange.map", "export function mstoMinAndSec(millis) {\n    const minutes = Math.floor(millis / 60000);\n    const seconds = parseInt((millis % 60000 / 1000).toFixed(0));\n    return minutes + \":\" + (seconds < 10 ? \"0\" : \"\") + seconds;\n}\nexport function secondsToMinutes(seconds) {\n    const minutes = Math.floor(seconds / 60);\n    const s = Math.floor(seconds % 60);\n    return minutes + \":\" + (s < 10 ? \"0\" : \"\") + s;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"mstoMinAndSec\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"secondsToMinutes\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./time.map", "import { useCallback, useEffect, useRef } from \"react\";\nimport { motionValue, animate, RenderTarget } from \"framer\";\n// @ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\n// @ts-ignore\nimport { useConstant } from \"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";\nexport function useAutoMotionValue(inputValue, options) {\n    var ref;\n    // Put options on a local ref\n    // Might wanna just memo instead but it works for now\n    const optionsRef = useRef(options);\n    const animation = useRef();\n    const didInitialMount = useRef(false);\n    const isOnCanvas = RenderTarget.current() === RenderTarget.canvas;\n    // in-progress - trying to figure out effect hooks\n    const onChangeDeps = (options === null || options === void 0 ? void 0 : options.onChangeDeps) ? options.onChangeDeps : [];\n    // Memoize the onChange handler\n    const onChange = useCallback(options === null || options === void 0 ? void 0 : options.onChange, [\n        ...onChangeDeps, \n    ]);\n    // Optionally scale the value from props\n    const transformer = useCallback((value)=>((ref = optionsRef.current) === null || ref === void 0 ? void 0 : ref.transform) ? optionsRef.current.transform(value) : value\n    , []);\n    // Create new MotionValue from inputValue\n    const value = useConstant(()=>isMotionValue(inputValue) ? inputValue : motionValue(transformer(inputValue))\n    );\n    // Setting value from prop change\n    useEffect(()=>{\n        if (!isMotionValue(inputValue) && didInitialMount.current) {\n            var ref1, ref2;\n            const newValue = transformer(inputValue);\n            (ref1 = animation.current) === null || ref1 === void 0 ? void 0 : ref1.stop();\n            // Call change callback\n            if (onChange) onChange(newValue, value);\n            // Trigger animation to new value\n            if (((ref2 = optionsRef.current) === null || ref2 === void 0 ? void 0 : ref2.animate) && !isOnCanvas) {\n                var ref3;\n                // @ts-ignore\n                animation.current = animate(value, newValue, (ref3 = optionsRef.current) === null || ref3 === void 0 ? void 0 : ref3.transition);\n            } else {\n                value.set(newValue);\n            }\n        }\n        didInitialMount.current = true;\n    }, [\n        inputValue,\n        ...onChangeDeps\n    ]);\n    return value;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useAutoMotionValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "/** Error message constants. */ var FUNC_ERROR_TEXT = \"Expected a function\";\n/* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max, nativeMin = Math.min;\n/** Used as references for various `Number` constants. */ var NAN = 0 / 0;\n/** Used to match leading and trailing whitespace. */ var reTrim = /^\\s+|\\s+$/g;\n/** Used to detect bad signed hexadecimal string values. */ var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n/** Used to detect binary string values. */ var reIsBinary = /^0b[01]+$/i;\n/** Used to detect octal string values. */ var reIsOctal = /^0o[0-7]+$/i;\n/** Built-in method references without a dependency on `root`. */ var freeParseInt = parseInt;\nvar now = function() {\n    return Date.now();\n};\nfunction isObject(value) {\n    var type = typeof value;\n    return value != null && (type == \"object\" || type == \"function\");\n}\nfunction isObjectLike(value) {\n    return value != null && typeof value == \"object\";\n}\nfunction toNumber(value) {\n    if (typeof value == \"number\") {\n        return value;\n    }\n    if (typeof value == \"symbol\") {\n        return NAN;\n    }\n    if (isObject(value)) {\n        var other = typeof value.valueOf == \"function\" ? value.valueOf() : value;\n        value = isObject(other) ? other + \"\" : other;\n    }\n    if (typeof value != \"string\") {\n        return value === 0 ? value : +value;\n    }\n    value = value.replace(reTrim, \"\");\n    var isBinary = reIsBinary.test(value);\n    return isBinary || reIsOctal.test(value) ? freeParseInt(value.slice(2), isBinary ? 2 : 8) : reIsBadHex.test(value) ? NAN : +value;\n}\nexport function debounce(func, wait, options) {\n    var lastArgs, lastThis, maxWait, result, timerId, lastCallTime, lastInvokeTime = 0, leading = false, maxing = false, trailing = true;\n    if (typeof func != \"function\") {\n        throw new TypeError(FUNC_ERROR_TEXT);\n    }\n    wait = toNumber(wait) || 0;\n    if (isObject(options)) {\n        leading = !!options.leading;\n        maxing = \"maxWait\" in options;\n        maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;\n        trailing = \"trailing\" in options ? !!options.trailing : trailing;\n    }\n    function invokeFunc(time) {\n        var args = lastArgs, thisArg = lastThis;\n        lastArgs = lastThis = undefined;\n        lastInvokeTime = time;\n        result = func.apply(thisArg, args);\n        return result;\n    }\n    function leadingEdge(time) {\n        // Reset any `maxWait` timer.\n        lastInvokeTime = time;\n        // Start the timer for the trailing edge.\n        timerId = setTimeout(timerExpired, wait);\n        // Invoke the leading edge.\n        return leading ? invokeFunc(time) : result;\n    }\n    function remainingWait(time) {\n        var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime, timeWaiting = wait - timeSinceLastCall;\n        return maxing ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke) : timeWaiting;\n    }\n    function shouldInvoke(time) {\n        var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime;\n        // Either this is the first call, activity has stopped and we're at the\n        // trailing edge, the system time has gone backwards and we're treating\n        // it as the trailing edge, or we've hit the `maxWait` limit.\n        return lastCallTime === undefined || timeSinceLastCall >= wait || timeSinceLastCall < 0 || maxing && timeSinceLastInvoke >= maxWait;\n    }\n    function timerExpired() {\n        var time = now();\n        if (shouldInvoke(time)) {\n            return trailingEdge(time);\n        }\n        // Restart the timer.\n        timerId = setTimeout(timerExpired, remainingWait(time));\n    }\n    function trailingEdge(time) {\n        timerId = undefined;\n        // Only invoke if we have `lastArgs` which means `func` has been\n        // debounced at least once.\n        if (trailing && lastArgs) {\n            return invokeFunc(time);\n        }\n        lastArgs = lastThis = undefined;\n        return result;\n    }\n    function cancel() {\n        if (timerId !== undefined) {\n            clearTimeout(timerId);\n        }\n        lastInvokeTime = 0;\n        lastArgs = lastCallTime = lastThis = timerId = undefined;\n    }\n    function flush() {\n        return timerId === undefined ? result : trailingEdge(now());\n    }\n    function debounced() {\n        var time = now(), isInvoking = shouldInvoke(time);\n        lastArgs = arguments;\n        lastThis = this;\n        lastCallTime = time;\n        if (isInvoking) {\n            if (timerId === undefined) {\n                return leadingEdge(lastCallTime);\n            }\n            if (maxing) {\n                // Handle invocations in a tight loop.\n                clearTimeout(timerId);\n                timerId = setTimeout(timerExpired, wait);\n                return invokeFunc(lastCallTime);\n            }\n        }\n        if (timerId === undefined) {\n            timerId = setTimeout(timerExpired, wait);\n        }\n        return result;\n    }\n    debounced.cancel = cancel;\n    debounced.flush = flush;\n    return debounced;\n}\nexport function throttle(func, wait, options) {\n    var leading = true, trailing = true;\n    if (typeof func != \"function\") {\n        throw new TypeError(FUNC_ERROR_TEXT);\n    }\n    if (isObject(options)) {\n        leading = \"leading\" in options ? !!options.leading : leading;\n        trailing = \"trailing\" in options ? !!options.trailing : trailing;\n    }\n    return debounce(func, wait, {\n        leading: leading,\n        maxWait: wait,\n        trailing: trailing\n    });\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"throttle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"debounce\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./lodash.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{animate,transform,motion,useTransform}from\"framer-motion\";import{useRef,useState,useCallback}from\"react\";import{isMotionValue,useOnChange,useAutoMotionValue}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{throttle}from\"https://framer.com/m/framer/lodash.js@0.3.0\";var KnobOptions;(function(KnobOptions){KnobOptions[\"Hide\"]=\"Hide\";KnobOptions[\"Hover\"]=\"Hover\";KnobOptions[\"Show\"]=\"Show\";})(KnobOptions||(KnobOptions={}));/**\n * SLIDER\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 20\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */ export const Slider=withCSS(function Slider(props){const{value:valueProp,trackHeight,fillColor,focusColor,min,max,onChange,onChangeLive,onMax,onMin,trackColor,trackRadius,knobSize,knobColor,constrainKnob,shadow,shouldAnimateChange,transition,overdrag,knobSetting,style}=props;const[hovered,setHovered]=useState(false);const[focused,setFocused]=useState(false);const onCanvas=RenderTarget.current()===RenderTarget.canvas;const shouldAnimate=shouldAnimateChange&&!onCanvas;const isConstrained=constrainKnob&&knobSetting===KnobOptions.Show;const showKnob=knobSetting!==KnobOptions.Hide;const input=useRef();const knobPadding=8;// Main setting function\nconst updateValue=useCallback((newVal,target)=>{throttledInputUpdate(newVal);if(onChange)onChange(newVal);if(shouldAnimate)animate(target,newVal,transition);else requestAnimationFrame(()=>target.set(newVal));},[transition,shouldAnimate,onChange]);// \"value\" is the source of truth\n// It can be controlled via props with a motionvalue or number 0.0 - 1.0\n// Local changes are always allowed and are reported back up using \"onChange\" callback\nconst value=useAutoMotionValue(valueProp,{onChange:updateValue,transform:value=>transform(value,[0,100],[min,max])});const knobX=useTransform(value,[min,max],[\"0%\",\"100%\"]);const normalizedValue=useTransform(value,[min,max],[0,1]);const throttledInputUpdate=useCallback(throttle(val=>{var ref;if((ref=input.current)===null||ref===void 0?void 0:ref.value)input.current.value=val;},100),[input]);// Live updating callback\nuseOnChange(value,val=>{if(isMotionValue(valueProp))throttledInputUpdate(val);if(onMax&&val>=max)onMax();if(onMin&&val<=min)onMin();if(onChangeLive)onChangeLive(val);});// Read changes from input element\nconst handleInputChange=e=>{updateValue(parseFloat(e.target.value),value);};// Handle tapping on the know to trigger update\nconst handleMouseDown=e=>{if(parseFloat(e.target.value)!==0)updateValue(parseFloat(e.target.value),value);};const handleMouseUp=()=>{};const totalKnobWidth=showKnob?knobSize+knobPadding:knobPadding;const totalHeight=Math.max(knobSize+knobPadding,trackHeight);return /*#__PURE__*/ _jsxs(\"div\",{className:\"framer-default-slider\",onMouseEnter:()=>setHovered(true),onMouseLeave:()=>setHovered(false),style:{position:\"relative\",...style,alignItems:\"center\",justifyContent:\"flex-start\",border:`0px solid ${focusColor}`,\"--framer-default-slider-height\":totalHeight,\"--framer-default-slider-width\":totalKnobWidth},children:[/*#__PURE__*/ _jsx(\"input\",{ref:input,style:{flexShrink:0,minHeight:totalHeight,opacity:0,margin:0,display:\"flex\",...style,WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",...!isConstrained&&{width:`calc(100% + ${totalKnobWidth}px)`,marginLeft:-totalKnobWidth/2}},onFocus:()=>setFocused(true),onBlur:()=>setFocused(false),type:\"range\",min:min,max:max,defaultValue:-1,step:\"any\",onChange:handleInputChange,onMouseDown:handleMouseDown,onMouseUp:handleMouseUp}),/*#__PURE__*/ _jsx(\"div\",{style:{background:trackColor,position:\"absolute\",top:`calc(50% - ${Math.ceil(trackHeight/2)}px)`,borderRadius:trackRadius,display:\"flex\",height:trackHeight,width:\"100%\",transformOrigin:\"left\",pointerEvents:\"none\",overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(motion.div,{style:{height:trackHeight,width:\"100%\",background:fillColor,scaleX:normalizedValue,position:\"absolute\",top:`calc(50% - ${Math.ceil(trackHeight/2)}px)`,transformOrigin:\"left\",pointerEvents:\"none\"}})}),/*#__PURE__*/ _jsx(motion.div,{style:{x:knobX,position:\"absolute\",display:\"flex\",top:`calc(50% - ${Math.floor(knobSize/2)}px)`,pointerEvents:\"none\",...isConstrained?{width:`calc(100% - ${knobSize}px`,left:0}:{width:`100%`,left:-knobSize/2}},children:/*#__PURE__*/ _jsx(motion.div,{initial:false,animate:{scale:hovered&&knobSetting===KnobOptions.Hover||knobSetting===KnobOptions.Show?1:0},transition:{type:\"spring\",stiffness:900,damping:40},style:{transformOrigin:\"50% 50%\",width:knobSize,height:knobSize,borderRadius:\"50%\",background:knobColor,pointerEvents:\"none\",boxShadow:`0px 1px 2px 0px ${shadow}, \n                                0px 2px 4px 0px ${shadow}, \n                                0px 4px 8px 0px ${shadow}`}})})]});},[\".framer-default-slider input[type=range] {  width: 100%; height: 100% background:transparent margin: 0;}\",\".framer-default-slider input[type=range]:focus { outline: none; }\",\".framer-default-slider input[type=range]::-ms-track { width: 100%; cursor: pointer; background: transparent; border-color: transparent; color: transparent; }\",\".framer-default-slider input[type=range]::-webkit-slider-thumb { height: var(--framer-default-slider-height, 0px); width: var(--framer-default-slider-width, 0px); border-radius: 0;  background: none; }\",\".framer-default-slider input[type=range]::-moz-range-thumb { height: var(--framer-default-slider-height, 0px); width: var(--framer-default-slider-width, 0px); border-radius: 0;  background: none; }\",\".framer-default-slider input[type=range]::-ms-thumb  { height: var(--framer-default-slider-height, 0px); width: var(--framer-default-slider-width, 0px); border-radius: 0;  background: none; }\",]);Slider.displayName=\"Slider\";Slider.defaultProps={height:20,width:200,trackHeight:4,fillColor:\"#09F\",trackColor:\"#DDD\",knobColor:\"#FFF\",focusColor:\"rgba(0, 153, 255,0)\",shadow:\"rgba(0,0,0,0.1)\",knobSize:20,overdrag:true,min:0,max:100,value:50,trackRadius:5,knobSetting:KnobOptions.Show,constrainKnob:false,transition:{type:\"spring\",delay:0,stiffness:750,damping:50},shouldAnimateChange:true};addPropertyControls(Slider,{fillColor:{title:\"Tint\",type:ControlType.Color},trackColor:{title:\"Track\",type:ControlType.Color},knobColor:{title:\"Knob\",type:ControlType.Color},shadow:{type:ControlType.Color,title:\"Shadow\"},// focusColor: {\n//     title: \"Focus\",\n//     type: ControlType.Color,\n// },\nshouldAnimateChange:{type:ControlType.Boolean,title:\"Changes\",enabledTitle:\"Animate\",disabledTitle:\"Instant\"},transition:{type:ControlType.Transition,defaultValue:Slider.defaultProps.transition},knobSetting:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Knob\",options:[\"Hide\",\"Hover\",\"Show\"]},constrainKnob:{type:ControlType.Boolean,title:\"Constrain\",enabledTitle:\"Yes\",disabledTitle:\"No\",hidden:({knobSetting})=>knobSetting!==KnobOptions.Show},knobSize:{type:ControlType.Number,title:\"Knob\",min:10,max:100,hidden:({knobSetting})=>knobSetting===KnobOptions.Hide},value:{type:ControlType.Number,title:\"Value\",min:0,max:100,unit:\"%\"},trackHeight:{title:\"Height\",type:ControlType.Number,min:0},min:{title:\"Min\",type:ControlType.Number,displayStepper:true},trackRadius:{type:ControlType.Number,displayStepper:true,min:0,max:200,title:\"Radius\"},max:{title:\"Max\",type:ControlType.Number,displayStepper:true},onChange:{type:ControlType.EventHandler},onMax:{type:ControlType.EventHandler},onMin:{type:ControlType.EventHandler}});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Slider\":{\"type\":\"reactComponent\",\"name\":\"Slider\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"20\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Slider.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useRef,useState,useEffect,useCallback}from\"react\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{MotionValue,motion,animate,useMotionValueEvent}from\"framer-motion\";import{useOnEnter,usePadding,useRadius,paddingControl,borderRadiusControl,useOnChange,containerStyles,secondsToMinutes,useAutoMotionValue,useOnExit,fontStack,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{Slider}from\"https://framerusercontent.com/modules/AHY1z1xp5QsxaZBkEL9H/7Qvf2RhlgA8L1UHMchaV/Slider.js\";const isMotionValue=v=>v instanceof MotionValue;var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));function PlayTime(props){const{currentTime,startTime}=props;const[playTime,setPlayTime]=useState(\"0:00\");useEffect(()=>{setPlayTime(secondsToMinutes(startTime));},[startTime]);useOnChange(currentTime,latest=>{setPlayTime(secondsToMinutes(latest));});return /*#__PURE__*/_jsx(_Fragment,{children:playTime});}const checkIfPlaying=player=>player.current&&!player.current.paused&&!player.current.ended&&player.current.readyState>2;/**\n * AUDIO\n *\n * Audio player component optimized for smart components.\n *\n * @framerIntrinsicWidth 240\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export const Audio=withCSS(function Audio(props){var _props_style;const{playing,background,progressColor,trackHeight,gap,trackColor,srcUrl,srcType,srcFile,loop,font,autoPlay,progress,volume,showTime,showTrack,playPauseCursor,showPlayPause,onTimeUpdate,onMetadata,onPlay,onPause,onEnd,pauseOnExit,onPlayGlobalPauseOption}=props;let iconCursor=\"pointer\";if(!!playPauseCursor){iconCursor=playPauseCursor;}else if(props===null||props===void 0?void 0:(_props_style=props.style)===null||_props_style===void 0?void 0:_props_style.cursor){iconCursor=props.style.cursor;}// Defaults to false, only switches to play if possible\nconst[isPlaying,setIsPlaying]=useState(false);const[duration,setDuration]=useState(0);// Audio element ref and non-state info\nconst player=useRef();const playerInfo=useRef({ready:false,animation:null});// Track progress in ms, always in sync with audio element\nconst trackProgress=useAutoMotionValue(progress,{transform:value=>value*.01,onChange:(newValue,value)=>{if(player.current.duration){player.current.currentTime=newValue*player.current.duration;handlePlayStateUpdate(\"motionHook\");}}});const padding=usePadding(props);const borderRadius=useRadius(props);const{fontSize}=useFontControls(props);const shouldPlay=RenderTarget.current()===RenderTarget.preview;const shouldPausePlayers=onPlayGlobalPauseOption===\"pause\";const url=srcType===\"URL\"?srcUrl:srcFile;const shouldAutoPlay=shouldPlay&&playing;// Sync UI with state of the audio element\n// TODO look into better more performant ways of doing this\nconst handlePlayStateUpdate=useCallback(_=>{var _playerInfo_current_animation,_playerInfo_current;const currentDuration=player.current.duration;const currentTime=player.current.currentTime;(_playerInfo_current=playerInfo.current)===null||_playerInfo_current===void 0?void 0:(_playerInfo_current_animation=_playerInfo_current.animation)===null||_playerInfo_current_animation===void 0?void 0:_playerInfo_current_animation.stop();if(Math.abs(currentTime-trackProgress.get())>.5){trackProgress.set(currentTime);}if(!shouldPlay)return;const isNowPlaying=checkIfPlaying(player);if(isPlaying!==isNowPlaying)setIsPlaying(isNowPlaying);if(isNowPlaying&&shouldPlay){playerInfo.current.animation=animate(trackProgress,currentDuration,{type:\"tween\",ease:\"linear\",duration:currentDuration-currentTime});}},[shouldPlay,isPlaying]);const pauseAllAudioPlayers=()=>{const audioPlayerElements=document.querySelectorAll(\".framer-audio\");audioPlayerElements.forEach(el=>{el.pause();});};// Always use this for playing audio\n// No logic in here as it is async & can fail\nconst playAudio=()=>{if(shouldPlay)player.current.play().catch(e=>{})// It's likely fine, swallow error\n;};const pauseAudio=()=>{var _playerInfo_current_animation,_playerInfo_current;player.current.pause();(_playerInfo_current=playerInfo.current)===null||_playerInfo_current===void 0?void 0:(_playerInfo_current_animation=_playerInfo_current.animation)===null||_playerInfo_current_animation===void 0?void 0:_playerInfo_current_animation.stop();};const handleMetadata=()=>{if(onMetadata)onMetadata({duration:player.current.duration});setDuration(player.current.duration);};const initProgress=()=>{if(!isMotionValue(progress)){player.current.currentTime=progress*.01*player.current.duration;}};const handleReady=()=>{// This tries to run on every pause\n// We use playerInfo.ready to only call on initial load of a source\nif(!playerInfo.current.ready){if(shouldAutoPlay)playAudio();playerInfo.current.ready=true;initProgress();}};// Handle seek event from slider\nconst handleSeek=val=>{if(player.current.currentTime){player.current.currentTime=val;handlePlayStateUpdate(\"handleSeek\");}};const handleEnd=()=>{if(onEnd)onEnd();};const handlePlayClick=()=>{if(shouldPausePlayers)pauseAllAudioPlayers();playAudio();};// Control audio via props\nuseEffect(()=>{if(shouldPlay){// In preview when prop changes, pause/play\nif(playing===true)playAudio();else pauseAudio();}else{// Only set the state for canvas use\nif(playing===true)setIsPlaying(true);else setIsPlaying(false);}},[playing]);useEffect(()=>{var _player_current;// Do this in an effect to correct on optimised sites\nif((_player_current=player.current)===null||_player_current===void 0?void 0:_player_current.duration)setDuration(player.current.duration);},[]);// Call event callbacks\nuseEffect(()=>{if(playerInfo.current.ready&&isPlaying&&onPlay)onPlay();else if(playerInfo.current.ready&&onPause)onPause();},[isPlaying]);// Volume Control\nuseEffect(()=>{player.current.volume=volume/100;},[volume]);// Reset ready state when src changes\nuseEffect(()=>{playerInfo.current.ready=false;},[srcFile,srcType,srcUrl]);// Play on navigation\nuseOnEnter(()=>{if(shouldAutoPlay)playAudio();});useOnExit(()=>{if(pauseOnExit)player.current.pause();});useMotionValueEvent(trackProgress,\"change\",val=>{var _player_current;const progressPercent=((_player_current=player.current)===null||_player_current===void 0?void 0:_player_current.duration)?val/player.current.duration*100:null;if(onTimeUpdate){onTimeUpdate(val,progressPercent,secondsToMinutes(val));}});const iconStyles={marginRight:showTime||showTrack?gap:0,flexShrink:0,cursor:iconCursor};return /*#__PURE__*/_jsxs(\"div\",{style:{...containerStyles,position:\"relative\",overflow:\"hidden\",background,padding,borderRadius},children:[/*#__PURE__*/_jsx(\"audio\",{src:url,loop:loop,className:\"framer-audio\",ref:player,preload:\"metadata\",autoPlay:shouldAutoPlay,onLoadedMetadata:handleMetadata,onCanPlayThrough:handleReady,// Listen to all events for status changes\nonPlaying:()=>handlePlayStateUpdate(\"playingEvent\"),onPlay:()=>handlePlayStateUpdate(\"playEvent\"),onSeeked:()=>handlePlayStateUpdate(\"seekEvent\"),onPause:()=>handlePlayStateUpdate(\"pauseEvent\"),onEnded:()=>handleEnd()}),showPlayPause&&/*#__PURE__*/_jsx(_Fragment,{children:isPlaying?/*#__PURE__*/_jsx(PauseIcon,{width:16,whileTap:{scale:.9},onClick:()=>pauseAudio(),style:iconStyles,\"aria-label\":\"pause audio\"}):/*#__PURE__*/_jsx(PlayIcon,{width:16,whileTap:{scale:.9},onClick:handlePlayClick,style:iconStyles,\"aria-label\":\"play audio\"})}),showTime&&/*#__PURE__*/_jsxs(\"p\",{style:{userSelect:\"none\",color:\"#333\",fontWeight:500,letterSpacing:-.25,margin:0,flexShrink:0,fontFamily:fontStack,fontVariantNumeric:\"tabular-nums\",marginRight:showTrack?gap:0,...font},children:[/*#__PURE__*/_jsx(PlayTime,{startTime:duration*(isMotionValue(progress)?progress.get():progress*.01),currentTime:trackProgress}),/*#__PURE__*/_jsx(\"span\",{style:{padding:\"0 2px\"},children:\"/\"}),duration>0?secondsToMinutes(duration):\"1:34\"]}),showTrack&&/*#__PURE__*/_jsx(Slider,{style:{width:\"100%\"},value:trackProgress,fillColor:progressColor,knobSetting:\"Hover\",shadow:`rgba(0,0,0,0)`,knobSize:10,knobColor:progressColor,onChange:handleSeek,shouldAnimateChange:false,min:0,max:duration,trackColor:trackColor})]});},[\".framer-audio-icon { outline: none; }\",\".framer-audio-icons:focus-visible { outline: auto; }\"]);Audio.defaultProps={background:\"#EBEBEB\",trackColor:\"#FFFFFF\",font:{fontSize:12},progressColor:\"#333333\",srcUrl:\"https://assets.mixkit.co/music/preview/mixkit-tech-house-vibes-130.mp3\",srcType:\"URL\",pauseOnExit:true,borderRadius:8,padding:15,progress:0,volume:25,loop:false,playing:true,autoPlay:true,showTime:true,showTrack:true,showPlayPause:true,onPlayGlobalPauseOption:\"continue\",trackHeight:4,gap:15,height:50,width:240};addPropertyControls(Audio,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\" \",placeholder:\".../example.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"mp4\",\"mp3\",\"wav\",\"m4a\"],hidden(props){return props.srcType===\"URL\";}},playing:{title:\"Playing\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},loop:{title:\"Loop\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// autoPlay: {\n//     type: ControlType.Boolean,\n//     title: \"Autoplay\",\n//     enabledTitle: \"Yes\",\n//     disabledTitle: \"No\",\n// },\nprogress:{title:\"Progress\",type:ControlType.Number,max:100,min:0,unit:\"%\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\"},progressColor:{title:\"Progress\",type:ControlType.Color,defaultValue:Audio.defaultProps.progressColor},trackColor:{title:\"Track\",type:ControlType.Color,defaultValue:Audio.defaultProps.trackColor},background:{title:\"Player\",type:ControlType.Color,defaultValue:Audio.defaultProps.background},font:{title:\"Font\",// @ts-ignore \u2013 Internal\ntype:ControlType.Font,displayFontSize:true},...paddingControl,...borderRadiusControl,gap:{type:ControlType.Number,min:0,max:100,displayStepper:true},showPlayPause:{type:ControlType.Boolean,title:\"Play/Pause\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},showTrack:{type:ControlType.Boolean,title:\"Track\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},showTime:{type:ControlType.Boolean,title:\"Time\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},pauseOnExit:{type:ControlType.Boolean,title:\"On Leave\",enabledTitle:\"Pause\",disabledTitle:\"Continue\"},onPlayGlobalPauseOption:{type:ControlType.Enum,title:\"On Play\",options:[\"continue\",\"pause\"],optionTitles:[\"Continue All\",\"Pause All\"]},onPlay:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onEnd:{type:ControlType.EventHandler},onTimeUpdate:{type:ControlType.EventHandler}});const trackStyle={borderRadius:10,width:\"100%\",overflow:\"hidden\"};const trackParentStyle={position:\"relative\",border:\"1px solid red\",display:\"flex\",alignItems:\"center\",height:\"100%\",width:\"100%\"};function PlayIcon(props){return /*#__PURE__*/_jsx(motion.svg,{...props,className:\"framer-audio-icon\",xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 16 16\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 5.379 1.292 C 4.968 1.033 4.449 1.017 4.023 1.251 C 3.598 1.486 3.334 1.933 3.333 2.419 L 3.333 13.581 C 3.334 14.067 3.598 14.514 4.023 14.749 C 4.449 14.983 4.968 14.967 5.379 14.708 L 14.215 9.127 C 14.602 8.883 14.836 8.457 14.836 8 C 14.836 7.543 14.602 7.117 14.215 6.873 Z\",fill:\"#333\"})});}function PauseIcon(props){return /*#__PURE__*/_jsxs(motion.svg,{...props,className:\"framer-audio-icon\",xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 16 16\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 3 3 C 3 2.448 3.448 2 4 2 L 6 2 C 6.552 2 7 2.448 7 3 L 7 13 C 7 13.552 6.552 14 6 14 L 4 14 C 3.448 14 3 13.552 3 13 Z\",fill:\"#343434\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 9 3 C 9 2.448 9.448 2 10 2 L 12 2 C 12.552 2 13 2.448 13 3 L 13 13 C 13 13.552 12.552 14 12 14 L 10 14 C 9.448 14 9 13.552 9 13 Z\",fill:\"#343434\"})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"Audio\":{\"type\":\"reactComponent\",\"name\":\"Audio\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"240\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"50\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Audio.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Audio}from\"https://framerusercontent.com/modules/NRKVbMFYrBaqL0rx532t/o1XmI0MqgEIlgDIKXNDR/Audio.js\";const AudioFonts=getFonts(Audio);const enabledGestures={rg447ZHWq:{hover:true}};const cycleOrder=[\"rg447ZHWq\",\"BJ1DwB8DA\"];const serializationHash=\"framer-dIoIm\";const variantClassNames={BJ1DwB8DA:\"framer-v-16a9kcn\",rg447ZHWq:\"framer-v-3r6amg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"rg447ZHWq\",\"Variant 2\":\"BJ1DwB8DA\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rg447ZHWq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rg447ZHWq\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17wv44r=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"BJ1DwB8DA\");});const onTap11vz4lf=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"rg447ZHWq\");});const onEnd1tbks9i=activeVariantCallback(async(...args)=>{setVariant(\"rg447ZHWq\");});const sharedStyleClassNames=[];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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-3r6amg\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rg447ZHWq\",onTap:onTap17wv44r,ref:refBinding,style:{...style},...addPropertyOverrides({\"rg447ZHWq-hover\":{\"data-framer-name\":undefined},BJ1DwB8DA:{\"data-framer-name\":\"Variant 2\",onTap:onTap11vz4lf}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k38cmd\",\"data-framer-name\":\"Tab\",layoutDependency:layoutDependency,layoutId:\"g20rAU7mE\",style:{backgroundColor:\"rgb(64, 64, 64)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 184, 184))\"},children:\"S\"})}),className:\"framer-lb8hyk\",\"data-framer-name\":\"Icon\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"oi403ilQE\",style:{\"--extracted-r6o4lv\":\"rgb(184, 184, 184)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(107, 107, 107))\"},children:\"Read summary\"})}),className:\"framer-wty7lh\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"ZqivOSbyh\",style:{\"--extracted-r6o4lv\":\"rgb(107, 107, 107)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BJ1DwB8DA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(107, 107, 107))\"},children:\"Playing\u2026\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bglot0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zlwz47zyi-container\",nodeId:\"zlwz47zyi\",rendersWithMotion:true,scopeId:\"J22fKgRDW\",style:{opacity:0},children:/*#__PURE__*/_jsx(Audio,{background:\"rgb(235, 235, 235)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,font:{},gap:15,height:\"100%\",id:\"zlwz47zyi\",isMixedBorderRadius:false,layoutId:\"zlwz47zyi\",loop:false,onPlayGlobalPauseOption:\"continue\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,pauseOnExit:true,playing:false,progress:0,progressColor:\"rgb(51, 51, 51)\",showPlayPause:true,showTime:false,showTrack:false,srcFile:\"https://framerusercontent.com/assets/QvX5QzBJKDujZ7rWHbGQdu2t1PU.mp3\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/music/preview/mixkit-tech-house-vibes-130.mp3\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,trackColor:\"rgb(255, 255, 255)\",volume:80,width:\"100%\",...addPropertyOverrides({BJ1DwB8DA:{onEnd:onEnd1tbks9i,playing:true}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-o3ljf8\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:27,layoutDependency:layoutDependency,layoutId:\"FGFJ2D3vA\",style:{opacity:.5},svg:'<svg width=\"27\" height=\"20\" viewBox=\"-1 -1 27 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M21.3633 17.6189C20.9502 17.3553 20.8887 16.8455 21.1787 16.3885C22.5234 14.3582 23.3584 11.8006 23.3584 8.99686C23.3584 6.19315 22.5234 3.65311 21.1787 1.61405C20.8887 1.15702 20.9502 0.647254 21.3633 0.383582C21.7412 0.128699 22.251 0.225379 22.5322 0.656043C24.0527 2.97636 25.002 5.84159 25.002 8.99686C25.002 12.1609 24.0791 15.0349 22.5322 17.3465C22.251 17.7683 21.7412 17.8738 21.3633 17.6189ZM10.0605 16.8631C9.60352 16.8631 9.23438 16.6873 8.79492 16.2654L5.12109 12.7937C5.06836 12.741 4.99805 12.7234 4.91895 12.7234H2.42285C1.13965 12.7234 0.445312 12.0027 0.445312 10.6492V7.37968C0.445312 6.01737 1.13965 5.30546 2.42285 5.30546H4.91895C4.99805 5.30546 5.06836 5.27909 5.12109 5.23514L8.79492 1.78104C9.27832 1.32401 9.59473 1.13944 10.043 1.13944C10.7109 1.13944 11.1855 1.66679 11.1855 2.31718V15.7381C11.1855 16.3885 10.7109 16.8631 10.0605 16.8631ZM17.8301 15.2459C17.417 14.9822 17.3643 14.4724 17.6631 14.0154C18.5859 12.6355 19.1396 10.8514 19.1396 8.99686C19.1396 7.13358 18.6035 5.3494 17.6631 3.97831C17.3555 3.52128 17.417 3.01151 17.8301 2.74784C18.2256 2.49296 18.709 2.58964 18.9814 2.99393C20.1328 4.59354 20.792 6.77323 20.792 8.99686C20.792 11.2205 20.1328 13.3826 18.9814 14.9998C18.709 15.4041 18.2256 15.492 17.8301 15.2459ZM14.3145 12.8992C13.8926 12.6092 13.8223 12.1082 14.1475 11.6072C14.6309 10.9041 14.9121 9.97245 14.9121 8.99686C14.9121 8.01249 14.6396 7.08085 14.1475 6.38651C13.8135 5.89432 13.8926 5.38456 14.3145 5.10331C14.6836 4.84843 15.1758 4.93632 15.4395 5.31425C16.1514 6.27225 16.5645 7.60819 16.5645 8.99686C16.5645 10.3855 16.1514 11.7303 15.4395 12.6707C15.1758 13.0574 14.6836 13.1365 14.3145 12.8992Z\" fill=\"#646464\"/>\\n</svg>\\n',variants:{\"rg447ZHWq-hover\":{opacity:1},BJ1DwB8DA:{opacity:0}},withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vybehw\",\"data-framer-name\":\"Stop\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:17,layoutDependency:layoutDependency,layoutId:\"Qqcx3IQ0J\",style:{opacity:0},svg:'<svg width=\"17\" height=\"18\" viewBox=\"-1 -1 17 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.390625 13.2822V2.71777C0.390625 1.46094 1.18164 0.696289 2.48242 0.696289H12.9062C14.207 0.696289 14.998 1.46094 14.998 2.71777V13.2822C14.998 14.5391 14.207 15.3037 12.9062 15.3037H2.48242C1.18164 15.3037 0.390625 14.5391 0.390625 13.2822Z\" fill=\"#646464\"/>\\n</svg>\\n',variants:{BJ1DwB8DA:{opacity:1}},withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:41,intrinsicWidth:116,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-43.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bYrfDmMGBYlqgRt0VhTYiYi6Qw.svg\"},className:\"framer-11mtfb3\",\"data-framer-name\":\"Group 4\",layoutDependency:layoutDependency,layoutId:\"Sb2MMTrDd\",style:{opacity:1},variants:{\"rg447ZHWq-hover\":{opacity:1},BJ1DwB8DA:{opacity:0}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dIoIm.framer-zd1hsw, .framer-dIoIm .framer-zd1hsw { display: block; }\",\".framer-dIoIm.framer-3r6amg { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 160px; }\",\".framer-dIoIm .framer-1k38cmd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 22px; justify-content: center; overflow: hidden; padding: 7px; position: relative; width: 22px; will-change: var(--framer-will-change-override, transform); }\",\".framer-dIoIm .framer-lb8hyk { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dIoIm .framer-wty7lh { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-dIoIm .framer-1bglot0-container { bottom: 0px; flex: none; position: absolute; right: -1px; top: 0px; width: 31px; z-index: 1; }\",\".framer-dIoIm .framer-o3ljf8 { flex: none; height: 20px; position: relative; width: 27px; }\",\".framer-dIoIm .framer-1vybehw { flex: none; height: 18px; position: absolute; right: 4px; top: calc(50.00000000000002% - 18px / 2); width: 17px; z-index: 1; }\",\".framer-dIoIm .framer-11mtfb3 { flex: none; height: 41px; position: absolute; right: -123px; top: -43px; width: 116px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dIoIm.framer-3r6amg, .framer-dIoIm .framer-1k38cmd { gap: 0px; } .framer-dIoIm.framer-3r6amg > *, .framer-dIoIm .framer-1k38cmd > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-dIoIm.framer-3r6amg > :first-child, .framer-dIoIm .framer-1k38cmd > :first-child { margin-left: 0px; } .framer-dIoIm.framer-3r6amg > :last-child, .framer-dIoIm .framer-1k38cmd > :last-child { margin-right: 0px; } }\",\".framer-dIoIm.framer-v-16a9kcn.framer-3r6amg { width: min-content; }\",\".framer-dIoIm.framer-v-16a9kcn .framer-wty7lh { flex: none; width: 99px; }\",\".framer-dIoIm.framer-v-16a9kcn .framer-11mtfb3 { right: -131px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 159.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BJ1DwB8DA\":{\"layout\":[\"auto\",\"auto\"]},\"eJy0kNJXf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJ22fKgRDW=withCSS(Component,css,\"framer-dIoIm\");export default FramerJ22fKgRDW;FramerJ22fKgRDW.displayName=\"PlayMe\";FramerJ22fKgRDW.defaultProps={height:22,width:159.5};addPropertyControls(FramerJ22fKgRDW,{variant:{options:[\"rg447ZHWq\",\"BJ1DwB8DA\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerJ22fKgRDW,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...AudioFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJ22fKgRDW\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"159.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BJ1DwB8DA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eJy0kNJXf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"22\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./J22fKgRDW.map", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"vSP9O9Zn5\",\"wSUiDop8a\"];const serializationHash=\"framer-rj5WO\";const variantClassNames={vSP9O9Zn5:\"framer-v-tzuocb\",wSUiDop8a:\"framer-v-1vakmg4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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={\"Variant 1\":\"vSP9O9Zn5\",\"Variant 2\":\"wSUiDop8a\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"vSP9O9Zn5\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vSP9O9Zn5\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1abx63u=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"wSUiDop8a\");});const onTap7lv6l1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"vSP9O9Zn5\");});const sharedStyleClassNames=[];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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-tzuocb\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"vSP9O9Zn5\",onTap:onTap1abx63u,ref:refBinding,style:{backgroundColor:\"rgb(32, 43, 92)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},...addPropertyOverrides({wSUiDop8a:{\"data-framer-name\":\"Variant 2\",onTap:onTap7lv6l1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 131, 255))\"},children:\"project inquiry\"})}),className:\"framer-dej7w\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"F4lkLlHgx\",style:{\"--extracted-r6o4lv\":\"rgb(23, 131, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1akdqye\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"zmvUZtcwH\",style:{backdropFilter:\"blur(8px)\",background:\"radial-gradient(46% 50% at 25.4% 17.1%, rgba(63, 63, 63, 0.9) 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,opacity:0,WebkitBackdropFilter:\"blur(8px)\"},transformTemplate:transformTemplate1,variants:{wSUiDop8a:{opacity:1}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pmo6sj\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"nCu1bsn6w\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgb(51, 51, 51)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,WebkitBackdropFilter:\"blur(10px)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mi6yyh\",\"data-framer-name\":\"Frame 201\",layoutDependency:layoutDependency,layoutId:\"cZoIf8UiK\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wjx113\",\"data-framer-name\":\"Frame 198\",layoutDependency:layoutDependency,layoutId:\"NvBM7YMRj\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s1d3bu\",\"data-framer-name\":\"Frame 202\",layoutDependency:layoutDependency,layoutId:\"A6OWM27Bm\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-19y7v9d\",\"data-framer-name\":\"Comment Title\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:67,layoutDependency:layoutDependency,layoutId:\"KmdcXZt7v\",svg:'<svg width=\"67\" height=\"16\" viewBox=\"-1 -1 67 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.40234 13.3901C0.820312 13.3901 0 12.5771 0 11.0098V6.93018C0 6.13184 0.109863 5.77295 0.483398 5.28955L2.98828 1.99365C3.80859 0.909668 4.31396 0.609375 5.55176 0.609375H11.8579C13.0957 0.609375 13.6011 0.909668 14.4141 1.98633L16.9263 5.28955C17.2998 5.77295 17.4097 6.13184 17.4097 6.93018V11.0098C17.4097 12.5771 16.5894 13.3901 15.0073 13.3901H2.40234ZM8.7085 8.98096C9.80713 8.98096 10.5396 8.03613 10.5396 7.10596V7.04736C10.5396 6.71777 10.7446 6.39551 11.1621 6.39551H15.5786C15.8423 6.39551 15.8936 6.17578 15.7617 6L13.0811 2.40381C12.7661 1.97168 12.3779 1.81055 11.8799 1.81055H5.51514C5.01709 1.81055 4.62158 1.97168 4.30664 2.40381L1.59668 6.03662C1.48682 6.19775 1.53076 6.39551 1.77246 6.39551H6.24756C6.66504 6.39551 6.87012 6.71777 6.87012 7.04736V7.10596C6.87012 8.03613 7.60254 8.98096 8.7085 8.98096ZM5.64697 3.48047C5.44189 3.48047 5.28809 3.32666 5.28809 3.12158C5.28809 2.92383 5.44189 2.77002 5.64697 2.77002H11.7627C11.9678 2.77002 12.1216 2.92383 12.1216 3.12158C12.1216 3.32666 11.9678 3.48047 11.7627 3.48047H5.64697ZM4.69482 5.12842C4.48242 5.12842 4.32129 4.96729 4.32129 4.76221C4.32129 4.55713 4.48242 4.37402 4.69482 4.37402H12.7148C12.9272 4.37402 13.0884 4.55713 13.0884 4.76221C13.0884 4.96729 12.9272 5.12842 12.7148 5.12842H4.69482Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M26.3525 12.2769V1.70801H27.9932V10.8633H32.915V12.2769H26.3525Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M37.229 12.4307C34.9658 12.4307 33.5962 10.8853 33.5962 8.45361V8.44629C33.5962 6.03662 34.9878 4.42529 37.1484 4.42529C39.3091 4.42529 40.6348 5.97803 40.6348 8.29248V8.82715H35.1782C35.2075 10.2847 36.0059 11.1343 37.2656 11.1343C38.2031 11.1343 38.8257 10.6509 39.0234 10.0723L39.0454 10.0137H40.5469L40.5322 10.0942C40.2832 11.3174 39.0967 12.4307 37.229 12.4307ZM37.1558 5.72168C36.1304 5.72168 35.3394 6.41748 35.2002 7.70654H39.0674C38.9355 6.37354 38.1885 5.72168 37.1558 5.72168Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M44.1284 12.416C42.5903 12.416 41.5576 11.4712 41.5576 10.0869V10.0723C41.5576 8.73193 42.5977 7.91162 44.4214 7.80176L46.5161 7.67725V7.09863C46.5161 6.24902 45.9668 5.73633 44.9854 5.73633C44.0698 5.73633 43.5059 6.16846 43.374 6.78369L43.3594 6.84961H41.8652L41.8726 6.76904C41.9824 5.44336 43.1323 4.42529 45.0293 4.42529C46.9116 4.42529 48.1055 5.42139 48.1055 6.9668V12.2769H46.5161V11.061H46.4868C46.04 11.8887 45.1465 12.416 44.1284 12.416ZM43.1543 10.0503C43.1543 10.7241 43.7109 11.1489 44.5605 11.1489C45.6738 11.1489 46.5161 10.3945 46.5161 9.39111V8.79053L44.6338 8.90771C43.6816 8.96631 43.1543 9.38379 43.1543 10.0356V10.0503Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M52.522 12.4307C50.5591 12.4307 49.2993 10.8779 49.2993 8.42432V8.41699C49.2993 5.96338 50.5737 4.42529 52.5073 4.42529C53.5986 4.42529 54.4775 4.97461 54.939 5.88281H54.9683V1.70801H56.5576V12.2769H54.9683V10.9731H54.939C54.4775 11.874 53.6279 12.4307 52.522 12.4307ZM52.9395 11.0684C54.1333 11.0684 54.9756 10.0283 54.9756 8.42432V8.41699C54.9756 6.82031 54.126 5.78027 52.9395 5.78027C51.6943 5.78027 50.918 6.79102 50.918 8.41699V8.42432C50.918 10.0649 51.687 11.0684 52.9395 11.0684Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M61.0693 12.4307C59.1431 12.4307 58.0151 11.4785 57.854 10.0723L57.8467 10.0063H59.4141L59.4287 10.0796C59.5752 10.79 60.1025 11.2075 61.0767 11.2075C62.0288 11.2075 62.6001 10.812 62.6001 10.1895V10.1821C62.6001 9.68408 62.3218 9.39844 61.4941 9.20068L60.2344 8.91504C58.7695 8.57812 58.0444 7.875 58.0444 6.75439V6.74707C58.0444 5.37012 59.2456 4.42529 61.0181 4.42529C62.8418 4.42529 63.9404 5.44336 64.021 6.75439L64.0283 6.84229H62.5415L62.5342 6.79102C62.439 6.11719 61.9116 5.64844 61.0181 5.64844C60.1685 5.64844 59.6338 6.05127 59.6338 6.6665V6.67383C59.6338 7.1499 59.9487 7.47217 60.7764 7.66992L62.0288 7.95557C63.6035 8.32178 64.2041 8.94434 64.2041 10.0503V10.0576C64.2041 11.4639 62.8857 12.4307 61.0693 12.4307Z\" fill=\"#8A8A8A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14ltsfy\",\"data-framer-name\":\"Frame 189\",layoutDependency:layoutDependency,layoutId:\"z9yWuZPFM\",style:{backgroundColor:\"rgb(69, 69, 69)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rf9xoi\",\"data-framer-name\":\"Frame 187\",layoutDependency:layoutDependency,layoutId:\"HAPEqzTw1\",style:{backgroundColor:\"rgb(107, 107, 107)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"DK\"})}),className:\"framer-eeba2e\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"mitG3qm70\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(221, 221, 221))\"},children:\"Dann Kirk\"})}),className:\"framer-y8r134\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Z4D3GfVdE\",style:{\"--extracted-r6o4lv\":\"rgb(221, 221, 221)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(158, 158, 158))\"},children:\"Dann would like you to help design an iOS app for his company and wants to know your availability \"})}),className:\"framer-w8oofe\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"b3SuZ1DTi\",style:{\"--extracted-r6o4lv\":\"rgb(158, 158, 158)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fx3bsm\",\"data-framer-name\":\"Comment\",layoutDependency:layoutDependency,layoutId:\"v4jzQBrXn\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(111, 111, 111))\"},children:\"08:13 AM\"})}),className:\"framer-19ja46d\",\"data-framer-name\":\"Comment Body\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"emIxY6RD6\",style:{\"--extracted-r6o4lv\":\"rgb(111, 111, 111)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tw4l4f\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"HItgeORNG\",svg:'<svg width=\"35\" height=\"26\" viewBox=\"0 0 35 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.667969 12.8C0.667969 8.31958 0.667969 6.07937 1.53992 4.36808C2.3069 2.86278 3.53075 1.63893 5.03604 0.871948C6.74734 0 8.98755 0 13.468 0H21.617C26.0974 0 28.3376 0 30.0489 0.871948C31.5542 1.63893 32.7781 2.86278 33.545 4.36808C34.417 6.07937 34.417 8.31958 34.417 12.8V13.2C34.417 17.6804 34.417 19.9206 33.545 21.6319C32.7781 23.1372 31.5542 24.3611 30.0489 25.1281C28.3376 26 26.0974 26 21.617 26H13.468C8.98755 26 6.74734 26 5.03604 25.1281C3.53075 24.3611 2.3069 23.1372 1.53992 21.6319C0.667969 19.9206 0.667969 17.6804 0.667969 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M16.9839 18.9033C16.6411 18.9033 16.3682 18.7637 16.0381 18.459L11.0107 13.7363C10.7632 13.5015 10.668 13.2285 10.668 13C10.668 12.7588 10.7568 12.4985 11.0044 12.2637L16.0381 7.57275C16.3999 7.23633 16.6348 7.09668 16.9712 7.09668C17.4727 7.09668 17.8345 7.49023 17.8345 7.979V10.2515H17.9932C22.3921 10.2515 24.417 13.0825 24.417 17.6909C24.417 18.4717 24.0806 18.8779 23.6426 18.8779C23.3188 18.8779 23.0078 18.7764 22.7603 18.3193C21.751 16.4404 20.3228 15.7676 17.9932 15.7676H17.8345V18.0591C17.8345 18.5415 17.4727 18.9033 16.9839 18.9033ZM16.584 17.291C16.6411 17.291 16.6792 17.2466 16.6792 17.1895V14.8345C16.6792 14.6885 16.7427 14.625 16.8887 14.625H17.7012C20.6211 14.625 22.4873 15.5581 23.2427 17.145C23.2617 17.1831 23.2744 17.2021 23.3062 17.2021C23.3315 17.2021 23.3506 17.1831 23.3506 17.1387C23.2427 14.1235 21.8271 11.3813 17.7012 11.3813H16.8887C16.7427 11.3813 16.6792 11.3179 16.6792 11.1719V8.76611C16.6792 8.70898 16.6348 8.6709 16.584 8.6709C16.5396 8.6709 16.5078 8.68994 16.4761 8.72168L12.1216 12.8794C12.0708 12.9302 12.0581 12.9619 12.0581 13C12.0581 13.0381 12.0708 13.0698 12.1216 13.1206L16.4761 17.2402C16.5142 17.272 16.5459 17.291 16.584 17.291Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-emnb9l\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"DLJ0t1o8m\",svg:'<svg width=\"35\" height=\"26\" viewBox=\"0 0 35 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.414062 12.8C0.414062 8.31958 0.414062 6.07937 1.28601 4.36808C2.053 2.86278 3.27684 1.63893 4.78214 0.871948C6.49343 0 8.73364 0 13.2141 0H21.3504C25.8308 0 28.071 0 29.7823 0.871948C31.2876 1.63893 32.5115 2.86278 33.2784 4.36808C34.1504 6.07937 34.1504 8.31958 34.1504 12.8V13.2C34.1504 17.6804 34.1504 19.9206 33.2784 21.6319C32.5115 23.1372 31.2876 24.3611 29.7823 25.1281C28.071 26 25.8308 26 21.3504 26H13.2141C8.73364 26 6.49343 26 4.78214 25.1281C3.27684 24.3611 2.053 23.1372 1.28601 21.6319C0.414062 19.9206 0.414062 17.6804 0.414062 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M21.9604 10.8008C20.7607 10.8008 19.7705 9.81689 19.7705 8.61084C19.7705 7.41113 20.7607 6.4209 21.9604 6.4209C23.1602 6.4209 24.1504 7.41113 24.1504 8.61084C24.1504 9.81689 23.1602 10.8008 21.9604 10.8008ZM16.9712 19.5796C13.3848 19.5796 10.4141 16.6152 10.4141 13.0225C10.4141 9.43604 13.3784 6.46533 16.9648 6.46533C17.8154 6.46533 18.6279 6.63037 19.3706 6.93506C19.1294 7.29688 18.9834 7.70312 18.939 8.14111C18.3296 7.89355 17.6694 7.76025 16.9648 7.76025C14.0449 7.76025 11.709 10.1025 11.709 13.0225C11.709 15.9424 14.0513 18.291 16.9712 18.291C19.8911 18.291 22.2397 15.9424 22.2397 13.0225C22.2397 12.5464 22.1636 12.083 22.043 11.645C22.4746 11.6641 22.9062 11.5815 23.3062 11.3848C23.4521 11.9116 23.5283 12.4575 23.5283 13.0225C23.5283 16.6152 20.5576 19.5796 16.9712 19.5796ZM13.7593 13.8096C13.4736 13.8096 13.2578 13.5874 13.2578 13.3081C13.2578 13.0225 13.4736 12.8066 13.7593 12.8066H16.4634V9.14404C16.4634 8.86475 16.6855 8.64258 16.9648 8.64258C17.2505 8.64258 17.4727 8.86475 17.4727 9.14404V13.3081C17.4727 13.5874 17.2505 13.8096 16.9648 13.8096H13.7593Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-dszflb\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"t8LH3Cjhv\",svg:'<svg width=\"33\" height=\"26\" viewBox=\"0 0 33 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.152344 12.8C0.152344 8.31958 0.152344 6.07937 1.02429 4.36808C1.79128 2.86278 3.01512 1.63893 4.52042 0.871948C6.23171 0 8.47192 0 12.9523 0H19.8699C24.3503 0 26.5906 0 28.3018 0.871948C29.8071 1.63893 31.031 2.86278 31.798 4.36808C32.6699 6.07937 32.6699 8.31958 32.6699 12.8V13.2C32.6699 17.6804 32.6699 19.9206 31.798 21.6319C31.031 23.1372 29.8071 24.3611 28.3018 25.1281C26.5906 26 24.3503 26 19.8699 26H12.9523C8.47192 26 6.23171 26 4.52042 25.1281C3.01512 24.3611 1.79128 23.1372 1.02429 21.6319C0.152344 19.9206 0.152344 17.6804 0.152344 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M13.4976 20.1636C12.5137 20.1636 11.8916 19.5796 11.8472 18.6021L11.4155 9.44873H10.7109C10.4062 9.44873 10.1523 9.20752 10.1523 8.89014C10.1523 8.5791 10.4062 8.33789 10.7109 8.33789H13.5293V7.38574C13.5293 6.41455 14.1514 5.83691 15.1987 5.83691H17.6108C18.6646 5.83691 19.2803 6.41455 19.2803 7.38574V8.33789H22.105C22.4224 8.33789 22.6699 8.5791 22.6699 8.89014C22.6699 9.20752 22.4224 9.44873 22.105 9.44873H21.4067L20.9751 18.5957C20.9307 19.5732 20.3022 20.1636 19.3311 20.1636H13.4976ZM14.6973 7.44287V8.33789H18.1123V7.44287C18.1123 7.11279 17.8838 6.90332 17.5283 6.90332H15.2812C14.9258 6.90332 14.6973 7.11279 14.6973 7.44287ZM14.4624 18.1958C14.7417 18.1958 14.9258 18.0181 14.9131 17.7578L14.7163 10.8579C14.71 10.585 14.5195 10.4199 14.2593 10.4199C13.98 10.4199 13.8022 10.5913 13.8086 10.8579L13.999 17.7642C14.0117 18.0308 14.1895 18.1958 14.4624 18.1958ZM16.4111 18.1958C16.6841 18.1958 16.8745 18.0244 16.8745 17.7642V10.8579C16.8745 10.5913 16.6841 10.4199 16.4111 10.4199C16.1382 10.4199 15.9478 10.5913 15.9478 10.8579V17.7642C15.9478 18.0244 16.1382 18.1958 16.4111 18.1958ZM18.3599 18.1958C18.6265 18.1958 18.8042 18.0308 18.8169 17.7642L19.0137 10.8579C19.02 10.5913 18.8423 10.4199 18.563 10.4199C18.2964 10.4199 18.1123 10.5913 18.106 10.8579L17.9028 17.7578C17.8965 18.0244 18.0806 18.1958 18.3599 18.1958Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1j96g29\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:53,layoutDependency:layoutDependency,layoutId:\"BP3askeag\",svg:'<svg width=\"53\" height=\"26\" viewBox=\"0 0 53 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.671875 12.8C0.671875 8.31958 0.671875 6.07937 1.54382 4.36808C2.31081 2.86278 3.53465 1.63893 5.03995 0.871948C6.75124 0 8.99145 0 13.4719 0H40.202C44.6824 0 46.9226 0 48.6339 0.871948C50.1392 1.63893 51.363 2.86278 52.13 4.36808C53.002 6.07937 53.002 8.31958 53.002 12.8V13.2C53.002 17.6804 53.002 19.9206 52.13 21.6319C51.363 23.1372 50.1392 24.3611 48.6339 25.1281C46.9226 26 44.6824 26 40.202 26H13.4719C8.99145 26 6.75124 26 5.03995 25.1281C3.53465 24.3611 2.31081 23.1372 1.54382 21.6319C0.671875 19.9206 0.671875 17.6804 0.671875 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M12.7539 18.5386C11.3828 18.5386 10.6719 17.834 10.6719 16.4756V12.9399C10.6719 12.248 10.7671 11.937 11.0908 11.5181L13.2617 8.66162C13.9727 7.72217 14.4106 7.46191 15.4834 7.46191H20.9487C22.0215 7.46191 22.4595 7.72217 23.1641 8.65527L25.3413 11.5181C25.665 11.937 25.7603 12.248 25.7603 12.9399V16.4756C25.7603 17.834 25.0493 18.5386 23.6782 18.5386H12.7539ZM18.2192 14.7173C19.1714 14.7173 19.8062 13.8984 19.8062 13.0923V13.0415C19.8062 12.7559 19.9839 12.4766 20.3457 12.4766H24.1733C24.4019 12.4766 24.4463 12.2861 24.332 12.1338L22.0088 9.01709C21.7358 8.64258 21.3994 8.50293 20.9678 8.50293H15.4517C15.02 8.50293 14.6772 8.64258 14.4043 9.01709L12.0557 12.1655C11.9604 12.3052 11.9985 12.4766 12.208 12.4766H16.0864C16.4482 12.4766 16.626 12.7559 16.626 13.0415V13.0923C16.626 13.8984 17.2607 14.7173 18.2192 14.7173ZM15.5659 9.9502C15.3882 9.9502 15.2549 9.81689 15.2549 9.63916C15.2549 9.46777 15.3882 9.33447 15.5659 9.33447H20.8662C21.0439 9.33447 21.1772 9.46777 21.1772 9.63916C21.1772 9.81689 21.0439 9.9502 20.8662 9.9502H15.5659ZM14.7407 11.3784C14.5566 11.3784 14.417 11.2388 14.417 11.061C14.417 10.8833 14.5566 10.7246 14.7407 10.7246H21.6914C21.8755 10.7246 22.0151 10.8833 22.0151 11.061C22.0151 11.2388 21.8755 11.3784 21.6914 11.3784H14.7407Z\" fill=\"#828282\"/>\\n<path d=\"M37.3857 16.228C37.1699 16.228 36.9795 16.1455 36.8145 15.9741L31.9775 11.0293C31.8379 10.8896 31.7617 10.7119 31.7617 10.5088C31.7617 10.0962 32.0854 9.77246 32.498 9.77246C32.7012 9.77246 32.8853 9.85498 33.0312 9.99463L37.3857 14.457L41.7402 9.99463C41.8799 9.85498 42.0703 9.77246 42.2734 9.77246C42.6797 9.77246 43.0034 10.0962 43.0034 10.5088C43.0034 10.7183 42.9336 10.8896 42.7939 11.0293L37.957 15.9741C37.7983 16.1455 37.6016 16.228 37.3857 16.228Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1la9te1\",layoutDependency:layoutDependency,layoutId:\"LBSGectGE\",style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(37, 37, 37, 0.8)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(5px)\"}})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:41,intrinsicWidth:191,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-38),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/iSfDaEVWPfJJnr4FaSmzKM8kEA.svg\"},className:\"framer-14ha24p\",\"data-framer-name\":\"Group 3\",layoutDependency:layoutDependency,layoutId:\"wF7EzDt70\",style:{opacity:1},variants:{wSUiDop8a:{opacity:0}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rj5WO.framer-1vczvzg, .framer-rj5WO .framer-1vczvzg { display: block; }\",\".framer-rj5WO.framer-tzuocb { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 5px 0px 5px; position: relative; width: min-content; }\",\".framer-rj5WO .framer-dej7w, .framer-rj5WO .framer-eeba2e, .framer-rj5WO .framer-y8r134 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rj5WO .framer-1akdqye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 8px; pointer-events: none; position: absolute; top: -212px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-rj5WO .framer-1pmo6sj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-rj5WO .framer-1mi6yyh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rj5WO .framer-1wjx113 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-rj5WO .framer-1s1d3bu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rj5WO .framer-19y7v9d { flex: none; height: 16px; position: relative; width: 67px; }\",\".framer-rj5WO .framer-14ltsfy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 8px 2px 2px; position: relative; width: min-content; }\",\".framer-rj5WO .framer-rf9xoi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 20px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 20px; }\",\".framer-rj5WO .framer-w8oofe { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 312px; word-break: break-word; word-wrap: break-word; }\",\".framer-rj5WO .framer-1fx3bsm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 8px 4px 8px; position: relative; width: 344px; }\",\".framer-rj5WO .framer-19ja46d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 144px; word-break: break-word; word-wrap: break-word; }\",\".framer-rj5WO .framer-tw4l4f, .framer-rj5WO .framer-emnb9l { flex: none; height: 26px; position: relative; width: 35px; }\",\".framer-rj5WO .framer-dszflb { flex: none; height: 26px; position: relative; width: 33px; }\",\".framer-rj5WO .framer-1j96g29 { flex: none; height: 26px; position: relative; width: 53px; }\",\".framer-rj5WO .framer-1la9te1 { flex: none; height: 190px; left: 1px; overflow: visible; position: absolute; top: 1px; width: 358px; z-index: -1; }\",\".framer-rj5WO .framer-14ha24p { flex: none; height: 28px; position: absolute; right: -50px; top: -38px; width: 191px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rj5WO.framer-tzuocb, .framer-rj5WO .framer-1akdqye, .framer-rj5WO .framer-1pmo6sj, .framer-rj5WO .framer-1mi6yyh, .framer-rj5WO .framer-1wjx113, .framer-rj5WO .framer-14ltsfy, .framer-rj5WO .framer-rf9xoi, .framer-rj5WO .framer-1fx3bsm { gap: 0px; } .framer-rj5WO.framer-tzuocb > *, .framer-rj5WO .framer-rf9xoi > *, .framer-rj5WO .framer-1fx3bsm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-rj5WO.framer-tzuocb > :first-child, .framer-rj5WO .framer-14ltsfy > :first-child, .framer-rj5WO .framer-rf9xoi > :first-child, .framer-rj5WO .framer-1fx3bsm > :first-child { margin-left: 0px; } .framer-rj5WO.framer-tzuocb > :last-child, .framer-rj5WO .framer-14ltsfy > :last-child, .framer-rj5WO .framer-rf9xoi > :last-child, .framer-rj5WO .framer-1fx3bsm > :last-child { margin-right: 0px; } .framer-rj5WO .framer-1akdqye > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-rj5WO .framer-1akdqye > :first-child, .framer-rj5WO .framer-1pmo6sj > :first-child, .framer-rj5WO .framer-1mi6yyh > :first-child, .framer-rj5WO .framer-1wjx113 > :first-child { margin-top: 0px; } .framer-rj5WO .framer-1akdqye > :last-child, .framer-rj5WO .framer-1pmo6sj > :last-child, .framer-rj5WO .framer-1mi6yyh > :last-child, .framer-rj5WO .framer-1wjx113 > :last-child { margin-bottom: 0px; } .framer-rj5WO .framer-1pmo6sj > *, .framer-rj5WO .framer-1mi6yyh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rj5WO .framer-1wjx113 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-rj5WO .framer-14ltsfy > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-rj5WO.framer-v-1vakmg4 .framer-1akdqye { top: -194px; }\",\".framer-rj5WO.framer-v-1vakmg4 .framer-14ha24p { right: -186px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 167\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"wSUiDop8a\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjSvDC7zTo=withCSS(Component,css,\"framer-rj5WO\");export default FramerjSvDC7zTo;FramerjSvDC7zTo.displayName=\"Pil-mobile\";FramerjSvDC7zTo.defaultProps={height:28,width:167};addPropertyControls(FramerjSvDC7zTo,{variant:{options:[\"vSP9O9Zn5\",\"wSUiDop8a\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerjSvDC7zTo,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjSvDC7zTo\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"167\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wSUiDop8a\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"28\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jSvDC7zTo.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={EVnEzPP7l:{hover:true,pressed:true}};const cycleOrder=[\"EVnEzPP7l\",\"w6eZrpxvn\",\"UqOPPci7Q\",\"HXqpzyVxD\",\"iZnqMAoRL\"];const serializationHash=\"framer-TrtBC\";const variantClassNames={EVnEzPP7l:\"framer-v-1lkm40v\",HXqpzyVxD:\"framer-v-ecaunx\",iZnqMAoRL:\"framer-v-t2dwei\",UqOPPci7Q:\"framer-v-n54wh5\",w6eZrpxvn:\"framer-v-1avo2dm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"EVnEzPP7l\",Disabled:\"UqOPPci7Q\",Error:\"iZnqMAoRL\",Loading:\"w6eZrpxvn\",Success:\"HXqpzyVxD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EVnEzPP7l\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EVnEzPP7l\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"w6eZrpxvn\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"w6eZrpxvn\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1lkm40v\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"EVnEzPP7l\",ref:refBinding,style:{background:\"radial-gradient(46% 50% at 25.4% 17.1%, rgb(63, 63, 63) 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%)\",borderBottomLeftRadius:66,borderBottomRightRadius:66,borderTopLeftRadius:66,borderTopRightRadius:66,opacity:1,...style},variants:{\"EVnEzPP7l-hover\":{background:\"radial-gradient(46% 50% at 42.1% 20.4%, rgb(63, 63, 63) 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%)\",opacity:1},\"EVnEzPP7l-pressed\":{background:\"radial-gradient(46% 100% at 52.5% 7.6%, rgb(63, 63, 63) 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%)\",opacity:1},HXqpzyVxD:{opacity:1},iZnqMAoRL:{opacity:1},UqOPPci7Q:{opacity:.5}},...addPropertyOverrides({\"EVnEzPP7l-hover\":{\"data-framer-name\":undefined},\"EVnEzPP7l-pressed\":{\"data-framer-name\":undefined},HXqpzyVxD:{\"data-framer-name\":\"Success\"},iZnqMAoRL:{\"data-framer-name\":\"Error\"},UqOPPci7Q:{\"data-framer-name\":\"Disabled\"},w6eZrpxvn:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-bd1nd6\",layoutDependency:layoutDependency,layoutId:\"PI8DV7_ge\",style:{backgroundColor:\"rgba(44, 44, 44, 0.8)\",borderBottomLeftRadius:65,borderBottomRightRadius:65,borderTopLeftRadius:65,borderTopRightRadius:65},variants:{\"EVnEzPP7l-hover\":{backgroundColor:\"rgb(61, 61, 61)\"},\"EVnEzPP7l-pressed\":{backgroundColor:\"rgba(31, 31, 31, 0.6)\"}}}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1xw0rod\",\"data-framer-name\":\"notification alarm, bell, activity, alert\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"V4I3Sgz_f\",opacity:.7,style:{opacity:.7},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 8.999 1.5 C 6.047 1.5 3.551 3.685 3.161 6.611 L 2.482 11.703 C 2.302 13.052 3.351 14.25 4.712 14.25 L 5.514 14.25 C 6.192 15.561 7.47 16.5 8.999 16.5 C 10.528 16.5 11.805 15.561 12.483 14.25 L 13.285 14.25 C 14.646 14.25 15.695 13.052 15.516 11.703 L 14.837 6.611 C 14.447 3.685 11.951 1.5 8.999 1.5 Z M 10.665 14.25 L 7.332 14.25 C 7.789 14.728 8.381 15 8.999 15 C 9.616 15 10.208 14.728 10.665 14.25 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 3.45 1.487 C 3.767 1.753 3.808 2.227 3.542 2.544 C 2.813 3.411 2.287 4.453 2.038 5.598 C 1.949 6.002 1.55 6.259 1.145 6.171 C 0.74 6.082 0.484 5.683 0.572 5.278 C 0.875 3.89 1.512 2.627 2.393 1.578 C 2.66 1.261 3.133 1.22 3.45 1.487 Z M 14.547 1.487 C 14.864 1.22 15.337 1.261 15.604 1.578 C 16.485 2.627 17.122 3.89 17.425 5.278 C 17.514 5.683 17.257 6.082 16.852 6.171 C 16.448 6.259 16.048 6.002 15.96 5.598 C 15.71 4.453 15.185 3.411 14.456 2.544 C 14.189 2.227 14.23 1.753 14.547 1.487 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:9681328698,variants:{\"EVnEzPP7l-hover\":{opacity:1}},withExternalLayout:true,...addPropertyOverrides({\"EVnEzPP7l-hover\":{opacity:1,svgContentId:12120443198}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l1bfxz\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"hi5sfRuBR\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-zys9kv\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"pfIyV0HUr\",style:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(3, 105, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 360deg)\",mask:\"none\",WebkitMask:\"none\"},variants:{w6eZrpxvn:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v60d33\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"W1mdKa3KV\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Join Waitlist\"})}),className:\"framer-nwg08k\",\"data-framer-name\":\"Get notified on launch\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"Av6Lh4Qq2\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{iZnqMAoRL:{\"--extracted-r6o4lv\":\"rgb(171, 109, 65)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HXqpzyVxD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"You're all set!\"})})},iZnqMAoRL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(171, 109, 65))\"},children:\"Something went wrong\"})})}},baseVariant,gestureVariant)})]})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TrtBC.framer-a2gqpr, .framer-TrtBC .framer-a2gqpr { display: block; }\",\".framer-TrtBC.framer-1lkm40v { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: visible; padding: 16px 18px 16px 18px; position: relative; width: min-content; }\",\".framer-TrtBC .framer-bd1nd6 { bottom: 1px; flex: none; left: 1px; overflow: visible; position: absolute; top: 1px; width: 144px; z-index: 0; }\",\".framer-TrtBC .framer-1xw0rod { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-TrtBC .framer-1l1bfxz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-TrtBC .framer-zys9kv { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-TrtBC .framer-1v60d33 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\".framer-TrtBC .framer-nwg08k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TrtBC.framer-1lkm40v { gap: 0px; } .framer-TrtBC.framer-1lkm40v > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-TrtBC.framer-1lkm40v > :first-child { margin-left: 0px; } .framer-TrtBC.framer-1lkm40v > :last-child { margin-right: 0px; } }\",\".framer-TrtBC.framer-v-1avo2dm.framer-1lkm40v, .framer-TrtBC.framer-v-n54wh5.framer-1lkm40v, .framer-TrtBC.framer-v-ecaunx.framer-1lkm40v, .framer-TrtBC.framer-v-t2dwei.framer-1lkm40v { cursor: unset; }\",\".framer-TrtBC.framer-v-1avo2dm .framer-zys9kv { overflow: hidden; }\",\".framer-TrtBC.framer-v-1lkm40v.hover .framer-bd1nd6 { order: 0; }\",\".framer-TrtBC.framer-v-1lkm40v.hover .framer-1xw0rod { order: 1; }\",\".framer-TrtBC.framer-v-1lkm40v.hover .framer-nwg08k { order: 3; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 146.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"w6eZrpxvn\":{\"layout\":[\"auto\",\"fixed\"]},\"UqOPPci7Q\":{\"layout\":[\"auto\",\"fixed\"]},\"HXqpzyVxD\":{\"layout\":[\"auto\",\"fixed\"]},\"iZnqMAoRL\":{\"layout\":[\"auto\",\"fixed\"]},\"U2NWlmsqk\":{\"layout\":[\"auto\",\"fixed\"]},\"HXuVNAQbW\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermMa_53QrH=withCSS(Component,css,\"framer-TrtBC\");export default FramermMa_53QrH;FramermMa_53QrH.displayName=\"Button 2\";FramermMa_53QrH.defaultProps={height:50,width:146.5};addPropertyControls(FramermMa_53QrH,{variant:{options:[\"EVnEzPP7l\",\"w6eZrpxvn\",\"UqOPPci7Q\",\"HXqpzyVxD\",\"iZnqMAoRL\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramermMa_53QrH,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermMa_53QrH\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"146.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"50\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"w6eZrpxvn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UqOPPci7Q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"HXqpzyVxD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"iZnqMAoRL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"U2NWlmsqk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"HXuVNAQbW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mMa_53QrH.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={IWHYehOcp:{hover:true}};const serializationHash=\"framer-vMVD3\";const variantClassNames={IWHYehOcp:\"framer-v-198frz7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"IWHYehOcp\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-198frz7\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"IWHYehOcp\",ref:refBinding,style:{backgroundColor:\"rgb(32, 43, 92)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},...addPropertyOverrides({\"IWHYehOcp-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 131, 255))\"},children:\"project inquiry\"})}),className:\"framer-1h701gf\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"RbfODe5G4\",style:{\"--extracted-r6o4lv\":\"rgb(23, 131, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10ggn1w\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"hxikraaEY\",style:{backdropFilter:\"blur(8px)\",background:\"radial-gradient(46% 50% at 25.4% 17.1%, rgba(63, 63, 63, 0.9) 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,opacity:0,WebkitBackdropFilter:\"blur(8px)\"},transformTemplate:transformTemplate1,variants:{\"IWHYehOcp-hover\":{opacity:1}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e2qwd4\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"YsLuXFe2b\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgb(51, 51, 51)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,WebkitBackdropFilter:\"blur(10px)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r6fuxg\",\"data-framer-name\":\"Frame 201\",layoutDependency:layoutDependency,layoutId:\"J8xiTLm3f\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-197m2v6\",\"data-framer-name\":\"Frame 198\",layoutDependency:layoutDependency,layoutId:\"TMwKV2OFZ\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5njdrp\",\"data-framer-name\":\"Frame 202\",layoutDependency:layoutDependency,layoutId:\"OcqCWCHLA\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1afdajk\",\"data-framer-name\":\"Comment Title\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:67,layoutDependency:layoutDependency,layoutId:\"BjNSzzde8\",svg:'<svg width=\"67\" height=\"16\" viewBox=\"-1 -1 67 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.40234 13.3901C0.820312 13.3901 0 12.5771 0 11.0098V6.93018C0 6.13184 0.109863 5.77295 0.483398 5.28955L2.98828 1.99365C3.80859 0.909668 4.31396 0.609375 5.55176 0.609375H11.8579C13.0957 0.609375 13.6011 0.909668 14.4141 1.98633L16.9263 5.28955C17.2998 5.77295 17.4097 6.13184 17.4097 6.93018V11.0098C17.4097 12.5771 16.5894 13.3901 15.0073 13.3901H2.40234ZM8.7085 8.98096C9.80713 8.98096 10.5396 8.03613 10.5396 7.10596V7.04736C10.5396 6.71777 10.7446 6.39551 11.1621 6.39551H15.5786C15.8423 6.39551 15.8936 6.17578 15.7617 6L13.0811 2.40381C12.7661 1.97168 12.3779 1.81055 11.8799 1.81055H5.51514C5.01709 1.81055 4.62158 1.97168 4.30664 2.40381L1.59668 6.03662C1.48682 6.19775 1.53076 6.39551 1.77246 6.39551H6.24756C6.66504 6.39551 6.87012 6.71777 6.87012 7.04736V7.10596C6.87012 8.03613 7.60254 8.98096 8.7085 8.98096ZM5.64697 3.48047C5.44189 3.48047 5.28809 3.32666 5.28809 3.12158C5.28809 2.92383 5.44189 2.77002 5.64697 2.77002H11.7627C11.9678 2.77002 12.1216 2.92383 12.1216 3.12158C12.1216 3.32666 11.9678 3.48047 11.7627 3.48047H5.64697ZM4.69482 5.12842C4.48242 5.12842 4.32129 4.96729 4.32129 4.76221C4.32129 4.55713 4.48242 4.37402 4.69482 4.37402H12.7148C12.9272 4.37402 13.0884 4.55713 13.0884 4.76221C13.0884 4.96729 12.9272 5.12842 12.7148 5.12842H4.69482Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M26.3525 12.2769V1.70801H27.9932V10.8633H32.915V12.2769H26.3525Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M37.229 12.4307C34.9658 12.4307 33.5962 10.8853 33.5962 8.45361V8.44629C33.5962 6.03662 34.9878 4.42529 37.1484 4.42529C39.3091 4.42529 40.6348 5.97803 40.6348 8.29248V8.82715H35.1782C35.2075 10.2847 36.0059 11.1343 37.2656 11.1343C38.2031 11.1343 38.8257 10.6509 39.0234 10.0723L39.0454 10.0137H40.5469L40.5322 10.0942C40.2832 11.3174 39.0967 12.4307 37.229 12.4307ZM37.1558 5.72168C36.1304 5.72168 35.3394 6.41748 35.2002 7.70654H39.0674C38.9355 6.37354 38.1885 5.72168 37.1558 5.72168Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M44.1284 12.416C42.5903 12.416 41.5576 11.4712 41.5576 10.0869V10.0723C41.5576 8.73193 42.5977 7.91162 44.4214 7.80176L46.5161 7.67725V7.09863C46.5161 6.24902 45.9668 5.73633 44.9854 5.73633C44.0698 5.73633 43.5059 6.16846 43.374 6.78369L43.3594 6.84961H41.8652L41.8726 6.76904C41.9824 5.44336 43.1323 4.42529 45.0293 4.42529C46.9116 4.42529 48.1055 5.42139 48.1055 6.9668V12.2769H46.5161V11.061H46.4868C46.04 11.8887 45.1465 12.416 44.1284 12.416ZM43.1543 10.0503C43.1543 10.7241 43.7109 11.1489 44.5605 11.1489C45.6738 11.1489 46.5161 10.3945 46.5161 9.39111V8.79053L44.6338 8.90771C43.6816 8.96631 43.1543 9.38379 43.1543 10.0356V10.0503Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M52.522 12.4307C50.5591 12.4307 49.2993 10.8779 49.2993 8.42432V8.41699C49.2993 5.96338 50.5737 4.42529 52.5073 4.42529C53.5986 4.42529 54.4775 4.97461 54.939 5.88281H54.9683V1.70801H56.5576V12.2769H54.9683V10.9731H54.939C54.4775 11.874 53.6279 12.4307 52.522 12.4307ZM52.9395 11.0684C54.1333 11.0684 54.9756 10.0283 54.9756 8.42432V8.41699C54.9756 6.82031 54.126 5.78027 52.9395 5.78027C51.6943 5.78027 50.918 6.79102 50.918 8.41699V8.42432C50.918 10.0649 51.687 11.0684 52.9395 11.0684Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M61.0693 12.4307C59.1431 12.4307 58.0151 11.4785 57.854 10.0723L57.8467 10.0063H59.4141L59.4287 10.0796C59.5752 10.79 60.1025 11.2075 61.0767 11.2075C62.0288 11.2075 62.6001 10.812 62.6001 10.1895V10.1821C62.6001 9.68408 62.3218 9.39844 61.4941 9.20068L60.2344 8.91504C58.7695 8.57812 58.0444 7.875 58.0444 6.75439V6.74707C58.0444 5.37012 59.2456 4.42529 61.0181 4.42529C62.8418 4.42529 63.9404 5.44336 64.021 6.75439L64.0283 6.84229H62.5415L62.5342 6.79102C62.439 6.11719 61.9116 5.64844 61.0181 5.64844C60.1685 5.64844 59.6338 6.05127 59.6338 6.6665V6.67383C59.6338 7.1499 59.9487 7.47217 60.7764 7.66992L62.0288 7.95557C63.6035 8.32178 64.2041 8.94434 64.2041 10.0503V10.0576C64.2041 11.4639 62.8857 12.4307 61.0693 12.4307Z\" fill=\"#8A8A8A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-22w4gr\",\"data-framer-name\":\"Frame 189\",layoutDependency:layoutDependency,layoutId:\"phhwpt39W\",style:{backgroundColor:\"rgb(69, 69, 69)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wg7z7g\",\"data-framer-name\":\"Frame 187\",layoutDependency:layoutDependency,layoutId:\"K2Z_bju7S\",style:{backgroundColor:\"rgb(107, 107, 107)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"DK\"})}),className:\"framer-wm3azs\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"BIg9rmfyV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(221, 221, 221))\"},children:\"Dann Kirk\"})}),className:\"framer-zrih84\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"S_WHtWf9S\",style:{\"--extracted-r6o4lv\":\"rgb(221, 221, 221)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(158, 158, 158))\"},children:\"Dann would like you to help design an iOS app for his company and wants to know your availability \"})}),className:\"framer-2paaso\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HImSrVDzM\",style:{\"--extracted-r6o4lv\":\"rgb(158, 158, 158)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-boqvj\",\"data-framer-name\":\"Comment\",layoutDependency:layoutDependency,layoutId:\"DJbEJMQpK\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(111, 111, 111))\"},children:\"08:13 AM\"})}),className:\"framer-1tt1mo7\",\"data-framer-name\":\"Comment Body\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rxtWMx3SD\",style:{\"--extracted-r6o4lv\":\"rgb(111, 111, 111)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3ccs0r\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"q3CYcson9\",svg:'<svg width=\"35\" height=\"26\" viewBox=\"0 0 35 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.667969 12.8C0.667969 8.31958 0.667969 6.07937 1.53992 4.36808C2.3069 2.86278 3.53075 1.63893 5.03604 0.871948C6.74734 0 8.98755 0 13.468 0H21.617C26.0974 0 28.3376 0 30.0489 0.871948C31.5542 1.63893 32.7781 2.86278 33.545 4.36808C34.417 6.07937 34.417 8.31958 34.417 12.8V13.2C34.417 17.6804 34.417 19.9206 33.545 21.6319C32.7781 23.1372 31.5542 24.3611 30.0489 25.1281C28.3376 26 26.0974 26 21.617 26H13.468C8.98755 26 6.74734 26 5.03604 25.1281C3.53075 24.3611 2.3069 23.1372 1.53992 21.6319C0.667969 19.9206 0.667969 17.6804 0.667969 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M16.9839 18.9033C16.6411 18.9033 16.3682 18.7637 16.0381 18.459L11.0107 13.7363C10.7632 13.5015 10.668 13.2285 10.668 13C10.668 12.7588 10.7568 12.4985 11.0044 12.2637L16.0381 7.57275C16.3999 7.23633 16.6348 7.09668 16.9712 7.09668C17.4727 7.09668 17.8345 7.49023 17.8345 7.979V10.2515H17.9932C22.3921 10.2515 24.417 13.0825 24.417 17.6909C24.417 18.4717 24.0806 18.8779 23.6426 18.8779C23.3188 18.8779 23.0078 18.7764 22.7603 18.3193C21.751 16.4404 20.3228 15.7676 17.9932 15.7676H17.8345V18.0591C17.8345 18.5415 17.4727 18.9033 16.9839 18.9033ZM16.584 17.291C16.6411 17.291 16.6792 17.2466 16.6792 17.1895V14.8345C16.6792 14.6885 16.7427 14.625 16.8887 14.625H17.7012C20.6211 14.625 22.4873 15.5581 23.2427 17.145C23.2617 17.1831 23.2744 17.2021 23.3062 17.2021C23.3315 17.2021 23.3506 17.1831 23.3506 17.1387C23.2427 14.1235 21.8271 11.3813 17.7012 11.3813H16.8887C16.7427 11.3813 16.6792 11.3179 16.6792 11.1719V8.76611C16.6792 8.70898 16.6348 8.6709 16.584 8.6709C16.5396 8.6709 16.5078 8.68994 16.4761 8.72168L12.1216 12.8794C12.0708 12.9302 12.0581 12.9619 12.0581 13C12.0581 13.0381 12.0708 13.0698 12.1216 13.1206L16.4761 17.2402C16.5142 17.272 16.5459 17.291 16.584 17.291Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1spgw7x\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"s9ciu7FCr\",svg:'<svg width=\"35\" height=\"26\" viewBox=\"0 0 35 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.414062 12.8C0.414062 8.31958 0.414062 6.07937 1.28601 4.36808C2.053 2.86278 3.27684 1.63893 4.78214 0.871948C6.49343 0 8.73364 0 13.2141 0H21.3504C25.8308 0 28.071 0 29.7823 0.871948C31.2876 1.63893 32.5115 2.86278 33.2784 4.36808C34.1504 6.07937 34.1504 8.31958 34.1504 12.8V13.2C34.1504 17.6804 34.1504 19.9206 33.2784 21.6319C32.5115 23.1372 31.2876 24.3611 29.7823 25.1281C28.071 26 25.8308 26 21.3504 26H13.2141C8.73364 26 6.49343 26 4.78214 25.1281C3.27684 24.3611 2.053 23.1372 1.28601 21.6319C0.414062 19.9206 0.414062 17.6804 0.414062 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M21.9604 10.8008C20.7607 10.8008 19.7705 9.81689 19.7705 8.61084C19.7705 7.41113 20.7607 6.4209 21.9604 6.4209C23.1602 6.4209 24.1504 7.41113 24.1504 8.61084C24.1504 9.81689 23.1602 10.8008 21.9604 10.8008ZM16.9712 19.5796C13.3848 19.5796 10.4141 16.6152 10.4141 13.0225C10.4141 9.43604 13.3784 6.46533 16.9648 6.46533C17.8154 6.46533 18.6279 6.63037 19.3706 6.93506C19.1294 7.29688 18.9834 7.70312 18.939 8.14111C18.3296 7.89355 17.6694 7.76025 16.9648 7.76025C14.0449 7.76025 11.709 10.1025 11.709 13.0225C11.709 15.9424 14.0513 18.291 16.9712 18.291C19.8911 18.291 22.2397 15.9424 22.2397 13.0225C22.2397 12.5464 22.1636 12.083 22.043 11.645C22.4746 11.6641 22.9062 11.5815 23.3062 11.3848C23.4521 11.9116 23.5283 12.4575 23.5283 13.0225C23.5283 16.6152 20.5576 19.5796 16.9712 19.5796ZM13.7593 13.8096C13.4736 13.8096 13.2578 13.5874 13.2578 13.3081C13.2578 13.0225 13.4736 12.8066 13.7593 12.8066H16.4634V9.14404C16.4634 8.86475 16.6855 8.64258 16.9648 8.64258C17.2505 8.64258 17.4727 8.86475 17.4727 9.14404V13.3081C17.4727 13.5874 17.2505 13.8096 16.9648 13.8096H13.7593Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-o3c2g9\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"nwNPzuhn0\",svg:'<svg width=\"33\" height=\"26\" viewBox=\"0 0 33 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.152344 12.8C0.152344 8.31958 0.152344 6.07937 1.02429 4.36808C1.79128 2.86278 3.01512 1.63893 4.52042 0.871948C6.23171 0 8.47192 0 12.9523 0H19.8699C24.3503 0 26.5906 0 28.3018 0.871948C29.8071 1.63893 31.031 2.86278 31.798 4.36808C32.6699 6.07937 32.6699 8.31958 32.6699 12.8V13.2C32.6699 17.6804 32.6699 19.9206 31.798 21.6319C31.031 23.1372 29.8071 24.3611 28.3018 25.1281C26.5906 26 24.3503 26 19.8699 26H12.9523C8.47192 26 6.23171 26 4.52042 25.1281C3.01512 24.3611 1.79128 23.1372 1.02429 21.6319C0.152344 19.9206 0.152344 17.6804 0.152344 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M13.4976 20.1636C12.5137 20.1636 11.8916 19.5796 11.8472 18.6021L11.4155 9.44873H10.7109C10.4062 9.44873 10.1523 9.20752 10.1523 8.89014C10.1523 8.5791 10.4062 8.33789 10.7109 8.33789H13.5293V7.38574C13.5293 6.41455 14.1514 5.83691 15.1987 5.83691H17.6108C18.6646 5.83691 19.2803 6.41455 19.2803 7.38574V8.33789H22.105C22.4224 8.33789 22.6699 8.5791 22.6699 8.89014C22.6699 9.20752 22.4224 9.44873 22.105 9.44873H21.4067L20.9751 18.5957C20.9307 19.5732 20.3022 20.1636 19.3311 20.1636H13.4976ZM14.6973 7.44287V8.33789H18.1123V7.44287C18.1123 7.11279 17.8838 6.90332 17.5283 6.90332H15.2812C14.9258 6.90332 14.6973 7.11279 14.6973 7.44287ZM14.4624 18.1958C14.7417 18.1958 14.9258 18.0181 14.9131 17.7578L14.7163 10.8579C14.71 10.585 14.5195 10.4199 14.2593 10.4199C13.98 10.4199 13.8022 10.5913 13.8086 10.8579L13.999 17.7642C14.0117 18.0308 14.1895 18.1958 14.4624 18.1958ZM16.4111 18.1958C16.6841 18.1958 16.8745 18.0244 16.8745 17.7642V10.8579C16.8745 10.5913 16.6841 10.4199 16.4111 10.4199C16.1382 10.4199 15.9478 10.5913 15.9478 10.8579V17.7642C15.9478 18.0244 16.1382 18.1958 16.4111 18.1958ZM18.3599 18.1958C18.6265 18.1958 18.8042 18.0308 18.8169 17.7642L19.0137 10.8579C19.02 10.5913 18.8423 10.4199 18.563 10.4199C18.2964 10.4199 18.1123 10.5913 18.106 10.8579L17.9028 17.7578C17.8965 18.0244 18.0806 18.1958 18.3599 18.1958Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nj7l04\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:53,layoutDependency:layoutDependency,layoutId:\"gfwHcucvw\",svg:'<svg width=\"53\" height=\"26\" viewBox=\"0 0 53 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.671875 12.8C0.671875 8.31958 0.671875 6.07937 1.54382 4.36808C2.31081 2.86278 3.53465 1.63893 5.03995 0.871948C6.75124 0 8.99145 0 13.4719 0H40.202C44.6824 0 46.9226 0 48.6339 0.871948C50.1392 1.63893 51.363 2.86278 52.13 4.36808C53.002 6.07937 53.002 8.31958 53.002 12.8V13.2C53.002 17.6804 53.002 19.9206 52.13 21.6319C51.363 23.1372 50.1392 24.3611 48.6339 25.1281C46.9226 26 44.6824 26 40.202 26H13.4719C8.99145 26 6.75124 26 5.03995 25.1281C3.53465 24.3611 2.31081 23.1372 1.54382 21.6319C0.671875 19.9206 0.671875 17.6804 0.671875 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M12.7539 18.5386C11.3828 18.5386 10.6719 17.834 10.6719 16.4756V12.9399C10.6719 12.248 10.7671 11.937 11.0908 11.5181L13.2617 8.66162C13.9727 7.72217 14.4106 7.46191 15.4834 7.46191H20.9487C22.0215 7.46191 22.4595 7.72217 23.1641 8.65527L25.3413 11.5181C25.665 11.937 25.7603 12.248 25.7603 12.9399V16.4756C25.7603 17.834 25.0493 18.5386 23.6782 18.5386H12.7539ZM18.2192 14.7173C19.1714 14.7173 19.8062 13.8984 19.8062 13.0923V13.0415C19.8062 12.7559 19.9839 12.4766 20.3457 12.4766H24.1733C24.4019 12.4766 24.4463 12.2861 24.332 12.1338L22.0088 9.01709C21.7358 8.64258 21.3994 8.50293 20.9678 8.50293H15.4517C15.02 8.50293 14.6772 8.64258 14.4043 9.01709L12.0557 12.1655C11.9604 12.3052 11.9985 12.4766 12.208 12.4766H16.0864C16.4482 12.4766 16.626 12.7559 16.626 13.0415V13.0923C16.626 13.8984 17.2607 14.7173 18.2192 14.7173ZM15.5659 9.9502C15.3882 9.9502 15.2549 9.81689 15.2549 9.63916C15.2549 9.46777 15.3882 9.33447 15.5659 9.33447H20.8662C21.0439 9.33447 21.1772 9.46777 21.1772 9.63916C21.1772 9.81689 21.0439 9.9502 20.8662 9.9502H15.5659ZM14.7407 11.3784C14.5566 11.3784 14.417 11.2388 14.417 11.061C14.417 10.8833 14.5566 10.7246 14.7407 10.7246H21.6914C21.8755 10.7246 22.0151 10.8833 22.0151 11.061C22.0151 11.2388 21.8755 11.3784 21.6914 11.3784H14.7407Z\" fill=\"#828282\"/>\\n<path d=\"M37.3857 16.228C37.1699 16.228 36.9795 16.1455 36.8145 15.9741L31.9775 11.0293C31.8379 10.8896 31.7617 10.7119 31.7617 10.5088C31.7617 10.0962 32.0854 9.77246 32.498 9.77246C32.7012 9.77246 32.8853 9.85498 33.0312 9.99463L37.3857 14.457L41.7402 9.99463C41.8799 9.85498 42.0703 9.77246 42.2734 9.77246C42.6797 9.77246 43.0034 10.0962 43.0034 10.5088C43.0034 10.7183 42.9336 10.8896 42.7939 11.0293L37.957 15.9741C37.7983 16.1455 37.6016 16.228 37.3857 16.228Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6tb5gg\",layoutDependency:layoutDependency,layoutId:\"zA2PMtCog\",style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(37, 37, 37, 0.8)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(5px)\"}})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:41,intrinsicWidth:198,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-30),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hAQg3JcLwNP8mls7qZuMWYJWc.svg\"},className:\"framer-hjd9oc\",\"data-framer-name\":\"Group 3\",layoutDependency:layoutDependency,layoutId:\"tNWJzO1fg\",style:{opacity:1},variants:{\"IWHYehOcp-hover\":{opacity:0}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vMVD3.framer-gr68wa, .framer-vMVD3 .framer-gr68wa { display: block; }\",\".framer-vMVD3.framer-198frz7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 5px 0px 5px; position: relative; width: min-content; }\",\".framer-vMVD3 .framer-1h701gf, .framer-vMVD3 .framer-wm3azs, .framer-vMVD3 .framer-zrih84 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-vMVD3 .framer-10ggn1w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 8px; pointer-events: none; position: absolute; top: -212px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-vMVD3 .framer-1e2qwd4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-vMVD3 .framer-r6fuxg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vMVD3 .framer-197m2v6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-vMVD3 .framer-5njdrp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vMVD3 .framer-1afdajk { flex: none; height: 16px; position: relative; width: 67px; }\",\".framer-vMVD3 .framer-22w4gr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 8px 2px 2px; position: relative; width: min-content; }\",\".framer-vMVD3 .framer-wg7z7g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 20px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 20px; }\",\".framer-vMVD3 .framer-2paaso { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 312px; word-break: break-word; word-wrap: break-word; }\",\".framer-vMVD3 .framer-boqvj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 8px 4px 8px; position: relative; width: 344px; }\",\".framer-vMVD3 .framer-1tt1mo7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 144px; word-break: break-word; word-wrap: break-word; }\",\".framer-vMVD3 .framer-3ccs0r, .framer-vMVD3 .framer-1spgw7x { flex: none; height: 26px; position: relative; width: 35px; }\",\".framer-vMVD3 .framer-o3c2g9 { flex: none; height: 26px; position: relative; width: 33px; }\",\".framer-vMVD3 .framer-1nj7l04 { flex: none; height: 26px; position: relative; width: 53px; }\",\".framer-vMVD3 .framer-6tb5gg { flex: none; height: 190px; left: 1px; overflow: visible; position: absolute; top: 1px; width: 358px; z-index: -1; }\",\".framer-vMVD3 .framer-hjd9oc { flex: none; height: 28px; position: absolute; right: -176px; top: -30px; width: 198px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vMVD3.framer-198frz7, .framer-vMVD3 .framer-10ggn1w, .framer-vMVD3 .framer-1e2qwd4, .framer-vMVD3 .framer-r6fuxg, .framer-vMVD3 .framer-197m2v6, .framer-vMVD3 .framer-22w4gr, .framer-vMVD3 .framer-wg7z7g, .framer-vMVD3 .framer-boqvj { gap: 0px; } .framer-vMVD3.framer-198frz7 > *, .framer-vMVD3 .framer-wg7z7g > *, .framer-vMVD3 .framer-boqvj > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-vMVD3.framer-198frz7 > :first-child, .framer-vMVD3 .framer-22w4gr > :first-child, .framer-vMVD3 .framer-wg7z7g > :first-child, .framer-vMVD3 .framer-boqvj > :first-child { margin-left: 0px; } .framer-vMVD3.framer-198frz7 > :last-child, .framer-vMVD3 .framer-22w4gr > :last-child, .framer-vMVD3 .framer-wg7z7g > :last-child, .framer-vMVD3 .framer-boqvj > :last-child { margin-right: 0px; } .framer-vMVD3 .framer-10ggn1w > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-vMVD3 .framer-10ggn1w > :first-child, .framer-vMVD3 .framer-1e2qwd4 > :first-child, .framer-vMVD3 .framer-r6fuxg > :first-child, .framer-vMVD3 .framer-197m2v6 > :first-child { margin-top: 0px; } .framer-vMVD3 .framer-10ggn1w > :last-child, .framer-vMVD3 .framer-1e2qwd4 > :last-child, .framer-vMVD3 .framer-r6fuxg > :last-child, .framer-vMVD3 .framer-197m2v6 > :last-child { margin-bottom: 0px; } .framer-vMVD3 .framer-1e2qwd4 > *, .framer-vMVD3 .framer-r6fuxg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-vMVD3 .framer-197m2v6 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-vMVD3 .framer-22w4gr > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-vMVD3.framer-v-198frz7.hover .framer-10ggn1w { top: -194px; }\",\".framer-vMVD3.framer-v-198frz7.hover .framer-hjd9oc { right: -192px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 167\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"kphYM2ocB\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpmTSYv2fv=withCSS(Component,css,\"framer-vMVD3\");export default FramerpmTSYv2fv;FramerpmTSYv2fv.displayName=\"Pil-four\";FramerpmTSYv2fv.defaultProps={height:28,width:167};addFonts(FramerpmTSYv2fv,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpmTSYv2fv\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"28\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"167\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kphYM2ocB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pmTSYv2fv.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ViewBtn from\"https://framerusercontent.com/modules/qZNGY4yorN8Dovp6jjj7/I8TupolL6IeV4Gc23vZf/oT2sm1VjB.js\";const ViewBtnFonts=getFonts(ViewBtn);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"uX9BDVxLR\",\"o65P6Zapo\"];const serializationHash=\"framer-zRnbb\";const variantClassNames={o65P6Zapo:\"framer-v-1m24l54\",uX9BDVxLR:\"framer-v-1dxwe0d\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};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={\"Variant 1\":\"uX9BDVxLR\",\"Variant 2\":\"o65P6Zapo\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"uX9BDVxLR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uX9BDVxLR\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppeara9a5cp=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"uX9BDVxLR\",true),15e3);});const LoF81iqyLrfir6q=activeVariantCallback(async(...args)=>{setVariant(\"o65P6Zapo\");});const onTap19efpet=activeVariantCallback(async(...args)=>{setVariant(\"uX9BDVxLR\");});useOnVariantChange(baseVariant,{o65P6Zapo:onAppeara9a5cp});const sharedStyleClassNames=[];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(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__spring:{bounce:0,damping:60,delay:0,duration:5,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-1dxwe0d\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"uX9BDVxLR\",ref:refBinding,style:{backdropFilter:\"blur(2px)\",background:\"radial-gradient(46% 150% at 37.3% -91.7%, rgb(63, 63, 63) 5%, rgb(143, 143, 143) 61%, rgb(61, 61, 61) 96%)\",borderBottomLeftRadius:44,borderBottomRightRadius:44,borderTopLeftRadius:44,borderTopRightRadius:44,WebkitBackdropFilter:\"blur(2px)\",...style},variants:{o65P6Zapo:{background:\"radial-gradient(46% 150% at 37.3% -91.7%, rgba(64, 64, 64, 0) 5%, rgba(143, 143, 143, 0) 61%, rgba(61, 61, 61, 0) 96%)\"}},...addPropertyOverrides({o65P6Zapo:{\"data-framer-name\":\"Variant 2\",\"data-highlight\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fo5m6u\",layoutDependency:layoutDependency,layoutId:\"AothQtBE1\",style:{backgroundColor:\"rgb(46, 46, 46)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64,boxShadow:\"0px 0px 0px 2px rgba(0,0,0,0.25)\",opacity:1},variants:{o65P6Zapo:{opacity:0}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5zg5mc\",\"data-framer-name\":\"Frame 223\",layoutDependency:layoutDependency,layoutId:\"CkOUHFAbD\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-165ypm4\",layoutDependency:layoutDependency,layoutId:\"Pw0TTPv_u\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1im0fx8\",\"data-framer-name\":\"Comment Title\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:203,layoutDependency:layoutDependency,layoutId:\"oHuckqHka\",style:{opacity:1},svg:'<svg width=\"203\" height=\"20\" viewBox=\"-1 -1 203 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.74854 3.98389C6.646 3.98389 6.5874 3.91797 6.57275 3.82275C6.36035 2.64355 6.375 2.59229 5.11523 2.36523C5.0127 2.35059 4.94678 2.28467 4.94678 2.18945C4.94678 2.08691 5.0127 2.02832 5.10791 2.00635C6.38232 1.77197 6.36035 1.72803 6.57275 0.548828C6.5874 0.453613 6.646 0.387695 6.74854 0.387695C6.85107 0.387695 6.90967 0.453613 6.93164 0.548828C7.13672 1.73535 7.12207 1.78662 8.38916 2.00635C8.48438 2.021 8.55029 2.08691 8.55029 2.18945C8.55029 2.28467 8.48438 2.35059 8.38916 2.36523C7.12207 2.59961 7.13672 2.65088 6.93164 3.82275C6.90967 3.91797 6.85107 3.98389 6.74854 3.98389ZM3.20361 9.10352C3.0498 9.10352 2.93994 9.00098 2.92529 8.83984C2.68359 6.89893 2.60303 6.84033 0.618164 6.52539C0.442383 6.50342 0.339844 6.4082 0.339844 6.25439C0.339844 6.10059 0.442383 5.99805 0.588867 5.97607C2.5957 5.60254 2.68359 5.60254 2.92529 3.66162C2.93994 3.50049 3.0498 3.39795 3.20361 3.39795C3.3501 3.39795 3.45996 3.50049 3.47461 3.6543C3.73096 5.63184 3.79688 5.69775 5.81104 5.97607C5.9502 5.99072 6.06006 6.10059 6.06006 6.25439C6.06006 6.40088 5.95752 6.50342 5.81104 6.52539C3.78955 6.90625 3.73096 6.91357 3.47461 8.85449C3.45996 9.00098 3.3501 9.10352 3.20361 9.10352ZM8.26465 17.2261C8.04492 17.2261 7.86914 17.0649 7.83252 16.8306C7.26855 12.8608 6.73389 12.3481 2.8374 11.8281C2.5957 11.7988 2.42725 11.6157 2.42725 11.3887C2.42725 11.1616 2.5957 10.9858 2.84473 10.9565C6.74854 10.5244 7.30518 9.92383 7.83252 5.9541C7.86914 5.71973 8.0376 5.55859 8.26465 5.55859C8.4917 5.55859 8.66016 5.71973 8.69678 5.9541C9.24609 9.92383 9.78809 10.5024 13.6919 10.9565C13.9336 10.9858 14.1021 11.1616 14.1021 11.3887C14.1021 11.623 13.9336 11.7988 13.6919 11.8281C9.78076 12.2603 9.22412 12.8608 8.69678 16.8306C8.66016 17.0649 8.4917 17.2261 8.26465 17.2261Z\" fill=\"#F255FE\"/>\\n<path d=\"M22.6895 14.7139V3.44043H27.1895C29.5957 3.44043 31.0645 4.77637 31.0645 6.95605V6.97168C31.0645 8.4873 30.252 9.71387 28.9395 10.1904L31.4004 14.7139H29.1035L26.8848 10.4951H24.7051V14.7139H22.6895ZM24.7051 8.90137H26.9785C28.252 8.90137 29.002 8.19824 29.002 6.9873V6.97168C29.002 5.79199 28.2051 5.07324 26.9395 5.07324H24.7051V8.90137Z\" fill=\"white\"/>\\n<path d=\"M36.0879 14.8779C33.6035 14.8779 32.1035 13.2295 32.1035 10.5967V10.5889C32.1035 7.97949 33.627 6.26074 35.9941 6.26074C38.3613 6.26074 39.8301 7.9248 39.8301 10.4248V11.0498H34.0332C34.0645 12.5029 34.8613 13.3623 36.127 13.3623C37.0957 13.3623 37.7285 12.8467 37.916 12.292L37.9316 12.2373H39.752L39.7285 12.3232C39.4707 13.5967 38.252 14.8779 36.0879 14.8779ZM36.0176 7.78418C34.9863 7.78418 34.2129 8.47949 34.0566 9.75293H37.9395C37.7988 8.44043 37.0488 7.78418 36.0176 7.78418Z\" fill=\"white\"/>\\n<path d=\"M43.0098 14.7139L40.0801 6.43262H42.1504L44.0723 12.9092H44.1191L46.0332 6.43262H48.0645L45.1504 14.7139H43.0098Z\" fill=\"white\"/>\\n<path d=\"M49.9941 5.24512C49.3848 5.24512 48.9082 4.76074 48.9082 4.18262C48.9082 3.58887 49.3848 3.1123 49.9941 3.1123C50.6035 3.1123 51.0723 3.58887 51.0723 4.18262C51.0723 4.76074 50.6035 5.24512 49.9941 5.24512ZM49.0176 14.7139V6.43262H50.9629V14.7139H49.0176Z\" fill=\"white\"/>\\n<path d=\"M56.2598 14.8779C53.7754 14.8779 52.2754 13.2295 52.2754 10.5967V10.5889C52.2754 7.97949 53.7988 6.26074 56.166 6.26074C58.5332 6.26074 60.002 7.9248 60.002 10.4248V11.0498H54.2051C54.2363 12.5029 55.0332 13.3623 56.2988 13.3623C57.2676 13.3623 57.9004 12.8467 58.0879 12.292L58.1035 12.2373H59.9238L59.9004 12.3232C59.6426 13.5967 58.4238 14.8779 56.2598 14.8779ZM56.1895 7.78418C55.1582 7.78418 54.3848 8.47949 54.2285 9.75293H58.1113C57.9707 8.44043 57.2207 7.78418 56.1895 7.78418Z\" fill=\"white\"/>\\n<path d=\"M62.8457 14.7139L60.6035 6.43262H62.5566L63.9551 12.792H63.9941L65.6113 6.43262H67.4785L69.0957 12.792H69.1426L70.541 6.43262H72.4629L70.2207 14.7139H68.1738L66.541 8.65918H66.502L64.877 14.7139H62.8457Z\" fill=\"white\"/>\\n<path d=\"M79.8691 14.8779C77.6973 14.8779 76.4551 13.8467 76.2832 12.3076L76.2754 12.2373H78.1895L78.2051 12.3076C78.3535 13.0186 78.8926 13.4404 79.877 13.4404C80.8223 13.4404 81.3926 13.0576 81.3926 12.4482V12.4404C81.3926 11.9404 81.1035 11.6592 80.2441 11.4639L78.8691 11.1592C77.2832 10.8076 76.4863 10.0342 76.4863 8.80762V8.7998C76.4863 7.28418 77.8066 6.26074 79.8066 6.26074C81.8691 6.26074 83.0723 7.39355 83.1426 8.82324L83.1504 8.90918H81.3379L81.3301 8.84668C81.2441 8.18262 80.7129 7.69824 79.8066 7.69824C78.9473 7.69824 78.4082 8.09668 78.4082 8.70605V8.71387C78.4082 9.19043 78.7285 9.50293 79.5879 9.69824L80.9707 10.0029C82.6816 10.3857 83.3457 11.0576 83.3457 12.2607V12.2686C83.3457 13.8311 81.9004 14.8779 79.8691 14.8779Z\" fill=\"white\"/>\\n<path d=\"M87.4082 14.8779C85.5879 14.8779 84.5488 13.7061 84.5488 11.7842V6.43262H86.4941V11.4014C86.4941 12.5732 87.041 13.2373 88.1504 13.2373C89.2676 13.2373 89.9785 12.4326 89.9785 11.2295V6.43262H91.9238V14.7139H89.9785V13.417H89.9395C89.5098 14.2998 88.6582 14.8779 87.4082 14.8779Z\" fill=\"white\"/>\\n<path d=\"M97.2598 17.6123C95.0645 17.6123 93.6816 16.6123 93.4473 15.3154L93.4316 15.2451H95.3457L95.3691 15.3076C95.5801 15.7842 96.2441 16.1436 97.2598 16.1436C98.5254 16.1436 99.2207 15.4717 99.2207 14.417V13.2217H99.1816C98.7207 14.1045 97.7832 14.667 96.5957 14.667C94.5176 14.667 93.1816 13.0732 93.1816 10.4951V10.4873C93.1816 7.87012 94.5332 6.26074 96.627 6.26074C97.7988 6.26074 98.7051 6.88574 99.1738 7.83887H99.2207V6.43262H101.166V14.4795C101.166 16.3545 99.6582 17.6123 97.2598 17.6123ZM97.2051 13.167C98.416 13.167 99.2285 12.1436 99.2285 10.5342V10.5264C99.2285 8.9248 98.4082 7.90137 97.2051 7.90137C95.9551 7.90137 95.166 8.90918 95.166 10.5186V10.5264C95.166 12.1592 95.9551 13.167 97.2051 13.167Z\" fill=\"white\"/>\\n<path d=\"M106.494 17.6123C104.299 17.6123 102.916 16.6123 102.682 15.3154L102.666 15.2451H104.58L104.604 15.3076C104.814 15.7842 105.479 16.1436 106.494 16.1436C107.76 16.1436 108.455 15.4717 108.455 14.417V13.2217H108.416C107.955 14.1045 107.018 14.667 105.83 14.667C103.752 14.667 102.416 13.0732 102.416 10.4951V10.4873C102.416 7.87012 103.768 6.26074 105.861 6.26074C107.033 6.26074 107.939 6.88574 108.408 7.83887H108.455V6.43262H110.4V14.4795C110.4 16.3545 108.893 17.6123 106.494 17.6123ZM106.439 13.167C107.65 13.167 108.463 12.1436 108.463 10.5342V10.5264C108.463 8.9248 107.643 7.90137 106.439 7.90137C105.189 7.90137 104.4 8.90918 104.4 10.5186V10.5264C104.4 12.1592 105.189 13.167 106.439 13.167Z\" fill=\"white\"/>\\n<path d=\"M115.635 14.8779C113.15 14.8779 111.65 13.2295 111.65 10.5967V10.5889C111.65 7.97949 113.174 6.26074 115.541 6.26074C117.908 6.26074 119.377 7.9248 119.377 10.4248V11.0498H113.58C113.611 12.5029 114.408 13.3623 115.674 13.3623C116.643 13.3623 117.275 12.8467 117.463 12.292L117.479 12.2373H119.299L119.275 12.3232C119.018 13.5967 117.799 14.8779 115.635 14.8779ZM115.564 7.78418C114.533 7.78418 113.76 8.47949 113.604 9.75293H117.486C117.346 8.44043 116.596 7.78418 115.564 7.78418Z\" fill=\"white\"/>\\n<path d=\"M123.869 14.8779C121.697 14.8779 120.455 13.8467 120.283 12.3076L120.275 12.2373H122.189L122.205 12.3076C122.354 13.0186 122.893 13.4404 123.877 13.4404C124.822 13.4404 125.393 13.0576 125.393 12.4482V12.4404C125.393 11.9404 125.104 11.6592 124.244 11.4639L122.869 11.1592C121.283 10.8076 120.486 10.0342 120.486 8.80762V8.7998C120.486 7.28418 121.807 6.26074 123.807 6.26074C125.869 6.26074 127.072 7.39355 127.143 8.82324L127.15 8.90918H125.338L125.33 8.84668C125.244 8.18262 124.713 7.69824 123.807 7.69824C122.947 7.69824 122.408 8.09668 122.408 8.70605V8.71387C122.408 9.19043 122.729 9.50293 123.588 9.69824L124.971 10.0029C126.682 10.3857 127.346 11.0576 127.346 12.2607V12.2686C127.346 13.8311 125.9 14.8779 123.869 14.8779Z\" fill=\"white\"/>\\n<path d=\"M131.666 14.8779C129.932 14.8779 129.111 14.1748 129.111 12.4717V7.93262H127.939V6.43262H129.111V4.33105H131.088V6.43262H132.627V7.93262H131.088V12.3076C131.088 13.1201 131.447 13.3779 132.158 13.3779C132.346 13.3779 132.494 13.3545 132.627 13.3467V14.8076C132.4 14.8389 132.057 14.8779 131.666 14.8779Z\" fill=\"white\"/>\\n<path d=\"M137.447 14.8779C134.963 14.8779 133.463 13.2295 133.463 10.5967V10.5889C133.463 7.97949 134.986 6.26074 137.354 6.26074C139.721 6.26074 141.189 7.9248 141.189 10.4248V11.0498H135.393C135.424 12.5029 136.221 13.3623 137.486 13.3623C138.455 13.3623 139.088 12.8467 139.275 12.292L139.291 12.2373H141.111L141.088 12.3232C140.83 13.5967 139.611 14.8779 137.447 14.8779ZM137.377 7.78418C136.346 7.78418 135.572 8.47949 135.416 9.75293H139.299C139.158 8.44043 138.408 7.78418 137.377 7.78418Z\" fill=\"white\"/>\\n<path d=\"M145.525 14.8779C143.432 14.8779 142.104 13.2373 142.104 10.5732V10.5654C142.104 7.89355 143.439 6.26074 145.518 6.26074C146.689 6.26074 147.635 6.8623 148.104 7.85449H148.15V3.44043H150.096V14.7139H148.15V13.3076H148.104C147.635 14.2842 146.721 14.8779 145.525 14.8779ZM146.111 13.2373C147.314 13.2373 148.15 12.1982 148.15 10.5732V10.5654C148.15 8.94824 147.307 7.90137 146.111 7.90137C144.869 7.90137 144.088 8.91699 144.088 10.5654V10.5732C144.088 12.2217 144.861 13.2373 146.111 13.2373Z\" fill=\"white\"/>\\n<path d=\"M154.932 14.7139V6.43262H156.877V7.8623H156.916C157.174 6.8623 157.861 6.26074 158.814 6.26074C159.057 6.26074 159.283 6.2998 159.432 6.33887V8.09668C159.268 8.03418 158.971 7.9873 158.643 7.9873C157.541 7.9873 156.877 8.68262 156.877 9.90918V14.7139H154.932Z\" fill=\"white\"/>\\n<path d=\"M163.76 14.8779C161.275 14.8779 159.775 13.2295 159.775 10.5967V10.5889C159.775 7.97949 161.299 6.26074 163.666 6.26074C166.033 6.26074 167.502 7.9248 167.502 10.4248V11.0498H161.705C161.736 12.5029 162.533 13.3623 163.799 13.3623C164.768 13.3623 165.4 12.8467 165.588 12.292L165.604 12.2373H167.424L167.4 12.3232C167.143 13.5967 165.924 14.8779 163.76 14.8779ZM163.689 7.78418C162.658 7.78418 161.885 8.47949 161.729 9.75293H165.611C165.471 8.44043 164.721 7.78418 163.689 7.78418Z\" fill=\"white\"/>\\n<path d=\"M168.76 17.4482V6.43262H170.705V7.8623H170.744C171.221 6.87012 172.127 6.26074 173.314 6.26074C175.416 6.26074 176.744 7.90137 176.744 10.5732V10.5811C176.744 13.2373 175.416 14.8779 173.338 14.8779C172.158 14.8779 171.213 14.2842 170.744 13.3154H170.705V17.4482H168.76ZM172.736 13.2373C173.979 13.2373 174.76 12.2139 174.76 10.5811V10.5732C174.76 8.91699 173.979 7.90137 172.736 7.90137C171.533 7.90137 170.689 8.94824 170.689 10.5732V10.5811C170.689 12.1982 171.533 13.2373 172.736 13.2373Z\" fill=\"white\"/>\\n<path d=\"M178.049 14.7139V3.44043H179.994V14.7139H178.049Z\" fill=\"white\"/>\\n<path d=\"M182.682 5.24512C182.072 5.24512 181.596 4.76074 181.596 4.18262C181.596 3.58887 182.072 3.1123 182.682 3.1123C183.291 3.1123 183.76 3.58887 183.76 4.18262C183.76 4.76074 183.291 5.24512 182.682 5.24512ZM181.705 14.7139V6.43262H183.65V14.7139H181.705Z\" fill=\"white\"/>\\n<path d=\"M188.947 14.8779C186.463 14.8779 184.963 13.2295 184.963 10.5967V10.5889C184.963 7.97949 186.486 6.26074 188.854 6.26074C191.221 6.26074 192.689 7.9248 192.689 10.4248V11.0498H186.893C186.924 12.5029 187.721 13.3623 188.986 13.3623C189.955 13.3623 190.588 12.8467 190.775 12.292L190.791 12.2373H192.611L192.588 12.3232C192.33 13.5967 191.111 14.8779 188.947 14.8779ZM188.877 7.78418C187.846 7.78418 187.072 8.47949 186.916 9.75293H190.799C190.658 8.44043 189.908 7.78418 188.877 7.78418Z\" fill=\"white\"/>\\n<path d=\"M197.182 14.8779C195.01 14.8779 193.768 13.8467 193.596 12.3076L193.588 12.2373H195.502L195.518 12.3076C195.666 13.0186 196.205 13.4404 197.189 13.4404C198.135 13.4404 198.705 13.0576 198.705 12.4482V12.4404C198.705 11.9404 198.416 11.6592 197.557 11.4639L196.182 11.1592C194.596 10.8076 193.799 10.0342 193.799 8.80762V8.7998C193.799 7.28418 195.119 6.26074 197.119 6.26074C199.182 6.26074 200.385 7.39355 200.455 8.82324L200.463 8.90918H198.65L198.643 8.84668C198.557 8.18262 198.025 7.69824 197.119 7.69824C196.26 7.69824 195.721 8.09668 195.721 8.70605V8.71387C195.721 9.19043 196.041 9.50293 196.9 9.69824L198.283 10.0029C199.994 10.3857 200.658 11.0576 200.658 12.2607V12.2686C200.658 13.8311 199.213 14.8779 197.182 14.8779Z\" fill=\"white\"/>\\n</svg>\\n',variants:{o65P6Zapo:{opacity:0}},withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"95px\",y:(componentViewport?.y||0)+10+(((componentViewport?.height||50)-20-30)/2+0+0)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s28vfo-container\",layoutDependency:layoutDependency,layoutId:\"WWSXwHUxs-container\",nodeId:\"WWSXwHUxs\",rendersWithMotion:true,scopeId:\"Q23POTOlr\",style:{opacity:1},variants:{o65P6Zapo:{opacity:0}},children:/*#__PURE__*/_jsx(ViewBtn,{height:\"100%\",id:\"WWSXwHUxs\",layoutId:\"WWSXwHUxs\",LoF81iqyL:LoF81iqyLrfir6q,NMAnY4_Gj:\"View\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8qetu3\",\"data-framer-name\":\"Comment\",layoutDependency:layoutDependency,layoutId:\"YxU_ywJhk\",style:{background:\"radial-gradient(46% 150% at 37.3% -91.7%, rgb(63, 63, 63) 5%, rgb(143, 143, 143) 61%, rgb(61, 61, 61) 96%)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,opacity:0},transformTemplate:transformTemplate1,variants:{o65P6Zapo:{opacity:1}},...addPropertyOverrides({o65P6Zapo:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-104v8jo\",layoutDependency:layoutDependency,layoutId:\"Sg7_KLPKE\",style:{backgroundColor:\"rgb(36, 36, 36)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(169, 169, 169))\"},children:\"Hey Liam,\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(169, 169, 169))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(169, 169, 169))\"},children:\"Thanks for reaching out! Your project sounds really exciting, and I\u2019d love to learn more. Could you share a bit more about the scope of work and timeline? Let\u2019s set up a time to chat.\"})]}),className:\"framer-33glr0\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ztJYocrvP\",style:{\"--extracted-1iakedh\":\"rgb(169, 169, 169)\",\"--extracted-2gxw0f\":\"rgb(169, 169, 169)\",\"--extracted-r6o4lv\":\"rgb(169, 169, 169)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dnxx8d\",layoutDependency:layoutDependency,layoutId:\"BDyuZDVN1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"95px\",y:(componentViewport?.y||0)+((componentViewport?.height||50)*.5200000000000002-192)+20+314+0,...addPropertyOverrides({o65P6Zapo:{y:(componentViewport?.y||0)+-165+20+314+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cruk4n-container\",layoutDependency:layoutDependency,layoutId:\"HS4ccsYiO-container\",nodeId:\"HS4ccsYiO\",rendersWithMotion:true,scopeId:\"Q23POTOlr\",children:/*#__PURE__*/_jsx(ViewBtn,{height:\"100%\",id:\"HS4ccsYiO\",layoutId:\"HS4ccsYiO\",NMAnY4_Gj:\"Use\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"95px\",y:(componentViewport?.y||0)+((componentViewport?.height||50)*.5200000000000002-192)+20+314+0,...addPropertyOverrides({o65P6Zapo:{y:(componentViewport?.y||0)+-165+20+314+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w3k74z-container\",layoutDependency:layoutDependency,layoutId:\"XII3Q4q5E-container\",nodeId:\"XII3Q4q5E\",rendersWithMotion:true,scopeId:\"Q23POTOlr\",children:/*#__PURE__*/_jsx(ViewBtn,{height:\"100%\",id:\"XII3Q4q5E\",layoutId:\"XII3Q4q5E\",NMAnY4_Gj:\"Edit\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ccitem\",\"data-framer-name\":\"Comment\",layoutDependency:layoutDependency,layoutId:\"jhONYBSV1\",style:{background:\"radial-gradient(46% 150% at 37.3% -91.7%, rgb(63, 63, 63) 5%, rgb(143, 143, 143) 61%, rgb(61, 61, 61) 96%)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,opacity:0},transformTemplate:transformTemplate1,variants:{o65P6Zapo:{opacity:1}},...addPropertyOverrides({o65P6Zapo:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rmjpte\",layoutDependency:layoutDependency,layoutId:\"MbtcMPTDu\",style:{backgroundColor:\"rgb(36, 36, 36)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(169, 169, 169))\"},children:[\"Hey Liam,\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Thanks for reaching out! I might have some bandwidth next month, but it depends on the scope and timeline. Happy to chat and see if it\u2019s a good fit. Let me know when you\u2019re free!\"]})}),className:\"framer-493hj8\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kBkhWhQZe\",style:{\"--extracted-r6o4lv\":\"rgb(169, 169, 169)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1riryvc\",layoutDependency:layoutDependency,layoutId:\"q3FEyj1ko\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"95px\",y:(componentViewport?.y||0)+((componentViewport?.height||50)*.5200000000000002-92)+20+114+0,...addPropertyOverrides({o65P6Zapo:{y:(componentViewport?.y||0)+(componentViewport?.height||50)-25+20+114+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1w3fo0n-container\",layoutDependency:layoutDependency,layoutId:\"OBOqFz1Fm-container\",nodeId:\"OBOqFz1Fm\",rendersWithMotion:true,scopeId:\"Q23POTOlr\",children:/*#__PURE__*/_jsx(ViewBtn,{height:\"100%\",id:\"OBOqFz1Fm\",layoutId:\"OBOqFz1Fm\",NMAnY4_Gj:\"Use\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"95px\",y:(componentViewport?.y||0)+((componentViewport?.height||50)*.5200000000000002-92)+20+114+0,...addPropertyOverrides({o65P6Zapo:{y:(componentViewport?.y||0)+(componentViewport?.height||50)-25+20+114+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1myjjxz-container\",layoutDependency:layoutDependency,layoutId:\"ExcBIZhSj-container\",nodeId:\"ExcBIZhSj\",rendersWithMotion:true,scopeId:\"Q23POTOlr\",children:/*#__PURE__*/_jsx(ViewBtn,{height:\"100%\",id:\"ExcBIZhSj\",layoutId:\"ExcBIZhSj\",NMAnY4_Gj:\"Edit\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fewzwf\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"lvnnpDM1x\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(69, 69, 69)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(28, 28, 28)\",borderBottomLeftRadius:160,borderBottomRightRadius:160,borderTopLeftRadius:160,borderTopRightRadius:160,opacity:0},transformTemplate:transformTemplate2,variants:{o65P6Zapo:{opacity:1}},...addPropertyOverrides({o65P6Zapo:{\"data-highlight\":true,onTap:onTap19efpet,whileHover:animation}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ksswln\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:13,layoutDependency:layoutDependency,layoutId:\"foC4bi5EB\",svg:'<svg width=\"13\" height=\"13\" viewBox=\"-1 -1 13 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.979682 10.0158C0.706733 9.74921 0.713081 9.27949 0.979682 9.01923L4.88349 5.10908L0.979682 1.20527C0.713081 0.945014 0.706733 0.481635 0.979682 0.202339C1.25263 -0.0706107 1.71601 -0.064263 1.98261 0.202339L5.88642 4.10615L9.79023 0.202339C10.0632 -0.064263 10.5139 -0.064263 10.7932 0.208686C11.0725 0.475288 11.0661 0.938667 10.7995 1.20527L6.8957 5.10908L10.7995 9.01923C11.0661 9.28583 11.0661 9.74287 10.7932 10.0158C10.5202 10.2951 10.0632 10.2888 9.79023 10.0222L5.88642 6.11835L1.98261 10.0222C1.71601 10.2888 1.25898 10.2888 0.979682 10.0158Z\" fill=\"#A3A3A3\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:41,intrinsicWidth:114,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-36),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/rN97uexQ0xycrDQq9TYtqaliJvY.svg\"},className:\"framer-rh6nc\",\"data-framer-name\":\"Group 3\",layoutDependency:layoutDependency,layoutId:\"USVJAYh5T\",style:{opacity:1},variants:{o65P6Zapo:{opacity:0}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zRnbb.framer-19yx3np, .framer-zRnbb .framer-19yx3np { display: block; }\",\".framer-zRnbb.framer-1dxwe0d { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 10px 12px 10px 16px; position: relative; width: min-content; }\",\".framer-zRnbb .framer-1fo5m6u, .framer-zRnbb .framer-104v8jo, .framer-zRnbb .framer-rmjpte { bottom: 1px; flex: none; left: 1px; overflow: hidden; position: absolute; right: 1px; top: 1px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-zRnbb .framer-5zg5mc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zRnbb .framer-165ypm4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 389px; }\",\".framer-zRnbb .framer-1im0fx8 { flex: none; height: 20px; position: relative; width: 203px; }\",\".framer-zRnbb .framer-1s28vfo-container, .framer-zRnbb .framer-1cruk4n-container, .framer-zRnbb .framer-w3k74z-container, .framer-zRnbb .framer-1w3fo0n-container, .framer-zRnbb .framer-1myjjxz-container { flex: none; height: 30px; position: relative; width: 95px; }\",\".framer-zRnbb .framer-8qetu3, .framer-zRnbb .framer-1ccitem { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; left: -22px; overflow: visible; padding: 20px; pointer-events: none; position: absolute; right: -30px; top: 52%; z-index: 7; }\",\".framer-zRnbb .framer-33glr0, .framer-zRnbb .framer-493hj8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 538px; word-break: break-word; word-wrap: break-word; }\",\".framer-zRnbb .framer-1dnxx8d, .framer-zRnbb .framer-1riryvc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zRnbb .framer-fewzwf { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: -65px; width: 40px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-zRnbb .framer-1ksswln { flex: none; height: 13px; position: relative; width: 13px; }\",\".framer-zRnbb .framer-rh6nc { flex: none; height: 41px; position: absolute; right: -107px; top: -36px; width: 114px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zRnbb.framer-1dxwe0d, .framer-zRnbb .framer-5zg5mc, .framer-zRnbb .framer-165ypm4, .framer-zRnbb .framer-8qetu3, .framer-zRnbb .framer-1dnxx8d, .framer-zRnbb .framer-1ccitem, .framer-zRnbb .framer-1riryvc, .framer-zRnbb .framer-fewzwf { gap: 0px; } .framer-zRnbb.framer-1dxwe0d > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-zRnbb.framer-1dxwe0d > :first-child, .framer-zRnbb .framer-8qetu3 > :first-child, .framer-zRnbb .framer-1ccitem > :first-child { margin-top: 0px; } .framer-zRnbb.framer-1dxwe0d > :last-child, .framer-zRnbb .framer-8qetu3 > :last-child, .framer-zRnbb .framer-1ccitem > :last-child { margin-bottom: 0px; } .framer-zRnbb .framer-5zg5mc > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-zRnbb .framer-5zg5mc > :first-child, .framer-zRnbb .framer-165ypm4 > :first-child, .framer-zRnbb .framer-1dnxx8d > :first-child, .framer-zRnbb .framer-1riryvc > :first-child, .framer-zRnbb .framer-fewzwf > :first-child { margin-left: 0px; } .framer-zRnbb .framer-5zg5mc > :last-child, .framer-zRnbb .framer-165ypm4 > :last-child, .framer-zRnbb .framer-1dnxx8d > :last-child, .framer-zRnbb .framer-1riryvc > :last-child, .framer-zRnbb .framer-fewzwf > :last-child { margin-right: 0px; } .framer-zRnbb .framer-165ypm4 > *, .framer-zRnbb .framer-fewzwf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zRnbb .framer-8qetu3 > *, .framer-zRnbb .framer-1ccitem > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-zRnbb .framer-1dnxx8d > *, .framer-zRnbb .framer-1riryvc > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-zRnbb.framer-v-1m24l54 .framer-8qetu3 { top: -165px; }\",\".framer-zRnbb.framer-v-1m24l54 .framer-1ccitem { bottom: -159px; top: unset; }\",\".framer-zRnbb.framer-v-1m24l54 .framer-fewzwf { cursor: pointer; top: -212px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-zRnbb.framer-v-1m24l54 .framer-rh6nc { right: -123px; }\",'.framer-zRnbb[data-border=\"true\"]::after, .framer-zRnbb [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 518\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"o65P6Zapo\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQ23POTOlr=withCSS(Component,css,\"framer-zRnbb\");export default FramerQ23POTOlr;FramerQ23POTOlr.displayName=\"Response bar\";FramerQ23POTOlr.defaultProps={height:50,width:518};addPropertyControls(FramerQ23POTOlr,{variant:{options:[\"uX9BDVxLR\",\"o65P6Zapo\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQ23POTOlr,[{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\"}]},...ViewBtnFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQ23POTOlr\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"50\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"o65P6Zapo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"518\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Q23POTOlr.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={T4k9vk0dc:{hover:true}};const serializationHash=\"framer-CCcB7\";const variantClassNames={T4k9vk0dc:\"framer-v-t5y4mz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"T4k9vk0dc\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-t5y4mz\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"T4k9vk0dc\",ref:refBinding,style:{backgroundColor:\"rgb(35, 62, 16)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},...addPropertyOverrides({\"T4k9vk0dc-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(150, 241, 86))\"},children:\"invoice\"})}),className:\"framer-1yy5roq\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"KlLJdMsNV\",style:{\"--extracted-r6o4lv\":\"rgb(150, 241, 86)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14yzawo\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"aRsPFqn_z\",style:{backdropFilter:\"blur(8px)\",background:\"radial-gradient(46% 50% at 25.4% 17.1%, rgba(63, 63, 63, 0.9) 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,opacity:0,WebkitBackdropFilter:\"blur(8px)\"},transformTemplate:transformTemplate1,variants:{\"T4k9vk0dc-hover\":{opacity:1}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p3k97f\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Vjvalf6qc\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgb(51, 51, 51)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,WebkitBackdropFilter:\"blur(10px)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tg8wy4\",\"data-framer-name\":\"Frame 201\",layoutDependency:layoutDependency,layoutId:\"rdyZQjtLv\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i1czsx\",\"data-framer-name\":\"Frame 198\",layoutDependency:layoutDependency,layoutId:\"ykdLbIdk1\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-144sqgn\",\"data-framer-name\":\"Frame 202\",layoutDependency:layoutDependency,layoutId:\"ua11mWFln\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ifhw7i\",\"data-framer-name\":\"Comment Title\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:79,layoutDependency:layoutDependency,layoutId:\"u4zq7fQDB\",svg:'<svg width=\"79\" height=\"16\" viewBox=\"-1 -1 79 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.40234 13.3901C0.820312 13.3901 0 12.5771 0 11.0098V6.93018C0 6.13184 0.109863 5.77295 0.483398 5.28955L2.98828 1.99365C3.80859 0.909668 4.31396 0.609375 5.55176 0.609375H11.8579C13.0957 0.609375 13.6011 0.909668 14.4141 1.98633L16.9263 5.28955C17.2998 5.77295 17.4097 6.13184 17.4097 6.93018V11.0098C17.4097 12.5771 16.5894 13.3901 15.0073 13.3901H2.40234ZM8.7085 8.98096C9.80713 8.98096 10.5396 8.03613 10.5396 7.10596V7.04736C10.5396 6.71777 10.7446 6.39551 11.1621 6.39551H15.5786C15.8423 6.39551 15.8936 6.17578 15.7617 6L13.0811 2.40381C12.7661 1.97168 12.3779 1.81055 11.8799 1.81055H5.51514C5.01709 1.81055 4.62158 1.97168 4.30664 2.40381L1.59668 6.03662C1.48682 6.19775 1.53076 6.39551 1.77246 6.39551H6.24756C6.66504 6.39551 6.87012 6.71777 6.87012 7.04736V7.10596C6.87012 8.03613 7.60254 8.98096 8.7085 8.98096ZM5.64697 3.48047C5.44189 3.48047 5.28809 3.32666 5.28809 3.12158C5.28809 2.92383 5.44189 2.77002 5.64697 2.77002H11.7627C11.9678 2.77002 12.1216 2.92383 12.1216 3.12158C12.1216 3.32666 11.9678 3.48047 11.7627 3.48047H5.64697ZM4.69482 5.12842C4.48242 5.12842 4.32129 4.96729 4.32129 4.76221C4.32129 4.55713 4.48242 4.37402 4.69482 4.37402H12.7148C12.9272 4.37402 13.0884 4.55713 13.0884 4.76221C13.0884 4.96729 12.9272 5.12842 12.7148 5.12842H4.69482Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M29.0354 1.36776V12.2769H27.3894V1.36776H29.0354Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M32.8972 7.4189V12.2769H31.3046V4.09504H32.8333V5.42671H32.9345C33.1227 4.99347 33.4175 4.64546 33.8188 4.38268C34.2236 4.1199 34.7332 3.9885 35.3475 3.9885C35.9051 3.9885 36.3933 4.10569 36.8124 4.34007C37.2314 4.57089 37.5563 4.91535 37.7872 5.37345C38.018 5.83154 38.1334 6.39795 38.1334 7.07267V12.2769H36.5407V7.26443C36.5407 6.67139 36.3862 6.20796 36.0773 5.87416C35.7683 5.5368 35.344 5.36812 34.8042 5.36812C34.4349 5.36812 34.1064 5.44802 33.8188 5.60782C33.5347 5.76762 33.3092 6.002 33.1423 6.31095C32.9789 6.61634 32.8972 6.98566 32.8972 7.4189Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M46.9757 4.09504L44.0087 12.2769H42.3042L39.3319 4.09504H41.0418L43.1139 10.3912H43.1991L45.2658 4.09504H46.9757Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M51.6406 12.442C50.8735 12.442 50.2041 12.2662 49.6324 11.9146C49.0607 11.5631 48.6168 11.0712 48.3007 10.4391C47.9847 9.80704 47.8267 9.0684 47.8267 8.22323C47.8267 7.37451 47.9847 6.63232 48.3007 5.99667C48.6168 5.36102 49.0607 4.86741 49.6324 4.51585C50.2041 4.16428 50.8735 3.9885 51.6406 3.9885C52.4076 3.9885 53.077 4.16428 53.6488 4.51585C54.2205 4.86741 54.6644 5.36102 54.9804 5.99667C55.2965 6.63232 55.4545 7.37451 55.4545 8.22323C55.4545 9.0684 55.2965 9.80704 54.9804 10.4391C54.6644 11.0712 54.2205 11.5631 53.6488 11.9146C53.077 12.2662 52.4076 12.442 51.6406 12.442ZM51.6459 11.105C52.1431 11.105 52.555 10.9736 52.8817 10.7108C53.2084 10.448 53.4499 10.0982 53.6061 9.66144C53.7659 9.22465 53.8458 8.74347 53.8458 8.21791C53.8458 7.69589 53.7659 7.21649 53.6061 6.7797C53.4499 6.33936 53.2084 5.98602 52.8817 5.71968C52.555 5.45335 52.1431 5.32018 51.6459 5.32018C51.1452 5.32018 50.7297 5.45335 50.3995 5.71968C50.0728 5.98602 49.8295 6.33936 49.6697 6.7797C49.5135 7.21649 49.4353 7.69589 49.4353 8.21791C49.4353 8.74347 49.5135 9.22465 49.6697 9.66144C49.8295 10.0982 50.0728 10.448 50.3995 10.7108C50.7297 10.9736 51.1452 11.105 51.6459 11.105Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M57.2323 12.2769V4.09504H58.825V12.2769H57.2323ZM58.0366 2.83261C57.7596 2.83261 57.5217 2.74028 57.3228 2.55562C57.1275 2.36741 57.0299 2.14369 57.0299 1.88445C57.0299 1.62167 57.1275 1.39795 57.3228 1.21329C57.5217 1.02508 57.7596 0.930975 58.0366 0.930975C58.3136 0.930975 58.5498 1.02508 58.7451 1.21329C58.9439 1.39795 59.0434 1.62167 59.0434 1.88445C59.0434 2.14369 58.9439 2.36741 58.7451 2.55562C58.5498 2.74028 58.3136 2.83261 58.0366 2.83261Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M64.414 12.442C63.6221 12.442 62.9403 12.2627 62.3686 11.904C61.8004 11.5418 61.3636 11.0428 61.0582 10.4072C60.7528 9.77153 60.6001 9.04355 60.6001 8.22323C60.6001 7.39227 60.7563 6.65896 61.0688 6.0233C61.3813 5.3841 61.8217 4.88516 62.3899 4.5265C62.9581 4.16784 63.6274 3.9885 64.398 3.9885C65.0195 3.9885 65.5735 4.10392 66.06 4.33474C66.5465 4.56201 66.9389 4.88161 67.2372 5.29355C67.539 5.70548 67.7184 6.18666 67.7752 6.73708H66.2251C66.1399 6.35356 65.9446 6.0233 65.6392 5.74632C65.3373 5.46933 64.9325 5.33083 64.4247 5.33083C63.9808 5.33083 63.5919 5.44802 63.2581 5.68239C62.9279 5.91322 62.6704 6.24347 62.4858 6.67316C62.3011 7.0993 62.2088 7.60356 62.2088 8.18595C62.2088 8.78254 62.2993 9.29745 62.4804 9.73069C62.6615 10.1639 62.9172 10.4995 63.2475 10.7374C63.5813 10.9754 63.9737 11.0943 64.4247 11.0943C64.7265 11.0943 65 11.0393 65.245 10.9292C65.4936 10.8156 65.7013 10.654 65.8682 10.4445C66.0387 10.235 66.1576 9.98282 66.2251 9.68808H67.7752C67.7184 10.2172 67.5461 10.6895 67.2585 11.105C66.9708 11.5205 66.5855 11.8472 66.1026 12.0851C65.6232 12.323 65.0603 12.442 64.414 12.442Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M73.0047 12.442C72.1986 12.442 71.5043 12.2698 70.9219 11.9253C70.3431 11.5773 69.8956 11.089 69.5796 10.4604C69.2671 9.82835 69.1108 9.08793 69.1108 8.23921C69.1108 7.40114 69.2671 6.66251 69.5796 6.0233C69.8956 5.3841 70.336 4.88516 70.9006 4.5265C71.4688 4.16784 72.1329 3.9885 72.8928 3.9885C73.3544 3.9885 73.8019 4.06485 74.2351 4.21755C74.6684 4.37025 75.0572 4.60995 75.4017 4.93666C75.7461 5.26336 76.0178 5.68772 76.2167 6.20974C76.4155 6.7282 76.515 7.35853 76.515 8.10072V8.66535H70.0111V7.47217H74.9542C74.9542 7.05313 74.869 6.68204 74.6986 6.35889C74.5281 6.03218 74.2884 5.77472 73.9794 5.58651C73.674 5.3983 73.3154 5.3042 72.9035 5.3042C72.456 5.3042 72.0654 5.41428 71.7316 5.63445C71.4013 5.85107 71.1456 6.13517 70.9645 6.48673C70.787 6.83474 70.6982 7.21294 70.6982 7.62132V8.55349C70.6982 9.10036 70.7941 9.56556 70.9858 9.94909C71.1812 10.3326 71.4528 10.6256 71.8008 10.828C72.1488 11.0269 72.5554 11.1263 73.0206 11.1263C73.3225 11.1263 73.5977 11.0837 73.8463 10.9984C74.0949 10.9097 74.3097 10.7783 74.4908 10.6043C74.6719 10.4303 74.8104 10.2154 74.9063 9.95974L76.4137 10.2314C76.293 10.6753 76.0764 11.0641 75.7639 11.3979C75.4549 11.7282 75.0661 11.9857 74.5973 12.1703C74.1321 12.3514 73.6013 12.442 73.0047 12.442Z\" fill=\"#8A8A8A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13kyec0\",\"data-framer-name\":\"Frame 189\",layoutDependency:layoutDependency,layoutId:\"lPpRdU5HP\",style:{backgroundColor:\"rgb(69, 69, 69)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-212.5+8+0+0+0+0+0+16+0+0+2),sizes:\"20px\",src:\"https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg\",srcSet:\"https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg 1200w\"},className:\"framer-a4qto3\",\"data-framer-name\":\"Contemplative Young Woman Yellow Jacket\",layoutDependency:layoutDependency,layoutId:\"UstyqBH1e\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},...addPropertyOverrides({\"T4k9vk0dc-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-194.5+8+0+0+0+0+0+16+0+0+2),sizes:\"20px\",src:\"https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg\",srcSet:\"https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg 1200w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(221, 221, 221))\"},children:\"Cynthia\"})}),className:\"framer-1lnyj3k\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"ejXqvaP3d\",style:{\"--extracted-r6o4lv\":\"rgb(221, 221, 221)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(158, 158, 158))\"},children:\"Cynthia had approved your invoice and wants to know if you\u2019d like to get paid through Wise or Wire Transfer\"})}),className:\"framer-wguo7y\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WqT2biiUD\",style:{\"--extracted-r6o4lv\":\"rgb(158, 158, 158)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qu58ak\",\"data-framer-name\":\"Comment\",layoutDependency:layoutDependency,layoutId:\"UAnkLr2AR\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(111, 111, 111))\"},children:\"09:03 AM\"})}),className:\"framer-opcobo\",\"data-framer-name\":\"Comment Body\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WgGOT5sMw\",style:{\"--extracted-r6o4lv\":\"rgb(111, 111, 111)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ulbxgx\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"kwpAQEkbD\",svg:'<svg width=\"35\" height=\"26\" viewBox=\"0 0 35 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.667969 12.8C0.667969 8.31958 0.667969 6.07937 1.53992 4.36808C2.3069 2.86278 3.53075 1.63893 5.03604 0.871948C6.74734 0 8.98755 0 13.468 0H21.617C26.0974 0 28.3376 0 30.0489 0.871948C31.5542 1.63893 32.7781 2.86278 33.545 4.36808C34.417 6.07937 34.417 8.31958 34.417 12.8V13.2C34.417 17.6804 34.417 19.9206 33.545 21.6319C32.7781 23.1372 31.5542 24.3611 30.0489 25.1281C28.3376 26 26.0974 26 21.617 26H13.468C8.98755 26 6.74734 26 5.03604 25.1281C3.53075 24.3611 2.3069 23.1372 1.53992 21.6319C0.667969 19.9206 0.667969 17.6804 0.667969 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M16.9839 18.9033C16.6411 18.9033 16.3682 18.7637 16.0381 18.459L11.0107 13.7363C10.7632 13.5015 10.668 13.2285 10.668 13C10.668 12.7588 10.7568 12.4985 11.0044 12.2637L16.0381 7.57275C16.3999 7.23633 16.6348 7.09668 16.9712 7.09668C17.4727 7.09668 17.8345 7.49023 17.8345 7.979V10.2515H17.9932C22.3921 10.2515 24.417 13.0825 24.417 17.6909C24.417 18.4717 24.0806 18.8779 23.6426 18.8779C23.3188 18.8779 23.0078 18.7764 22.7603 18.3193C21.751 16.4404 20.3228 15.7676 17.9932 15.7676H17.8345V18.0591C17.8345 18.5415 17.4727 18.9033 16.9839 18.9033ZM16.584 17.291C16.6411 17.291 16.6792 17.2466 16.6792 17.1895V14.8345C16.6792 14.6885 16.7427 14.625 16.8887 14.625H17.7012C20.6211 14.625 22.4873 15.5581 23.2427 17.145C23.2617 17.1831 23.2744 17.2021 23.3062 17.2021C23.3315 17.2021 23.3506 17.1831 23.3506 17.1387C23.2427 14.1235 21.8271 11.3813 17.7012 11.3813H16.8887C16.7427 11.3813 16.6792 11.3179 16.6792 11.1719V8.76611C16.6792 8.70898 16.6348 8.6709 16.584 8.6709C16.5396 8.6709 16.5078 8.68994 16.4761 8.72168L12.1216 12.8794C12.0708 12.9302 12.0581 12.9619 12.0581 13C12.0581 13.0381 12.0708 13.0698 12.1216 13.1206L16.4761 17.2402C16.5142 17.272 16.5459 17.291 16.584 17.291Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6d85ih\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"vCEvxQOQY\",svg:'<svg width=\"35\" height=\"26\" viewBox=\"0 0 35 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.414062 12.8C0.414062 8.31958 0.414062 6.07937 1.28601 4.36808C2.053 2.86278 3.27684 1.63893 4.78214 0.871948C6.49343 0 8.73364 0 13.2141 0H21.3504C25.8308 0 28.071 0 29.7823 0.871948C31.2876 1.63893 32.5115 2.86278 33.2784 4.36808C34.1504 6.07937 34.1504 8.31958 34.1504 12.8V13.2C34.1504 17.6804 34.1504 19.9206 33.2784 21.6319C32.5115 23.1372 31.2876 24.3611 29.7823 25.1281C28.071 26 25.8308 26 21.3504 26H13.2141C8.73364 26 6.49343 26 4.78214 25.1281C3.27684 24.3611 2.053 23.1372 1.28601 21.6319C0.414062 19.9206 0.414062 17.6804 0.414062 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M21.9604 10.8008C20.7607 10.8008 19.7705 9.81689 19.7705 8.61084C19.7705 7.41113 20.7607 6.4209 21.9604 6.4209C23.1602 6.4209 24.1504 7.41113 24.1504 8.61084C24.1504 9.81689 23.1602 10.8008 21.9604 10.8008ZM16.9712 19.5796C13.3848 19.5796 10.4141 16.6152 10.4141 13.0225C10.4141 9.43604 13.3784 6.46533 16.9648 6.46533C17.8154 6.46533 18.6279 6.63037 19.3706 6.93506C19.1294 7.29688 18.9834 7.70312 18.939 8.14111C18.3296 7.89355 17.6694 7.76025 16.9648 7.76025C14.0449 7.76025 11.709 10.1025 11.709 13.0225C11.709 15.9424 14.0513 18.291 16.9712 18.291C19.8911 18.291 22.2397 15.9424 22.2397 13.0225C22.2397 12.5464 22.1636 12.083 22.043 11.645C22.4746 11.6641 22.9062 11.5815 23.3062 11.3848C23.4521 11.9116 23.5283 12.4575 23.5283 13.0225C23.5283 16.6152 20.5576 19.5796 16.9712 19.5796ZM13.7593 13.8096C13.4736 13.8096 13.2578 13.5874 13.2578 13.3081C13.2578 13.0225 13.4736 12.8066 13.7593 12.8066H16.4634V9.14404C16.4634 8.86475 16.6855 8.64258 16.9648 8.64258C17.2505 8.64258 17.4727 8.86475 17.4727 9.14404V13.3081C17.4727 13.5874 17.2505 13.8096 16.9648 13.8096H13.7593Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2l6xbi\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"vxrPeNcnC\",svg:'<svg width=\"33\" height=\"26\" viewBox=\"0 0 33 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.152344 12.8C0.152344 8.31958 0.152344 6.07937 1.02429 4.36808C1.79128 2.86278 3.01512 1.63893 4.52042 0.871948C6.23171 0 8.47192 0 12.9523 0H19.8699C24.3503 0 26.5906 0 28.3018 0.871948C29.8071 1.63893 31.031 2.86278 31.798 4.36808C32.6699 6.07937 32.6699 8.31958 32.6699 12.8V13.2C32.6699 17.6804 32.6699 19.9206 31.798 21.6319C31.031 23.1372 29.8071 24.3611 28.3018 25.1281C26.5906 26 24.3503 26 19.8699 26H12.9523C8.47192 26 6.23171 26 4.52042 25.1281C3.01512 24.3611 1.79128 23.1372 1.02429 21.6319C0.152344 19.9206 0.152344 17.6804 0.152344 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M13.4976 20.1636C12.5137 20.1636 11.8916 19.5796 11.8472 18.6021L11.4155 9.44873H10.7109C10.4062 9.44873 10.1523 9.20752 10.1523 8.89014C10.1523 8.5791 10.4062 8.33789 10.7109 8.33789H13.5293V7.38574C13.5293 6.41455 14.1514 5.83691 15.1987 5.83691H17.6108C18.6646 5.83691 19.2803 6.41455 19.2803 7.38574V8.33789H22.105C22.4224 8.33789 22.6699 8.5791 22.6699 8.89014C22.6699 9.20752 22.4224 9.44873 22.105 9.44873H21.4067L20.9751 18.5957C20.9307 19.5732 20.3022 20.1636 19.3311 20.1636H13.4976ZM14.6973 7.44287V8.33789H18.1123V7.44287C18.1123 7.11279 17.8838 6.90332 17.5283 6.90332H15.2812C14.9258 6.90332 14.6973 7.11279 14.6973 7.44287ZM14.4624 18.1958C14.7417 18.1958 14.9258 18.0181 14.9131 17.7578L14.7163 10.8579C14.71 10.585 14.5195 10.4199 14.2593 10.4199C13.98 10.4199 13.8022 10.5913 13.8086 10.8579L13.999 17.7642C14.0117 18.0308 14.1895 18.1958 14.4624 18.1958ZM16.4111 18.1958C16.6841 18.1958 16.8745 18.0244 16.8745 17.7642V10.8579C16.8745 10.5913 16.6841 10.4199 16.4111 10.4199C16.1382 10.4199 15.9478 10.5913 15.9478 10.8579V17.7642C15.9478 18.0244 16.1382 18.1958 16.4111 18.1958ZM18.3599 18.1958C18.6265 18.1958 18.8042 18.0308 18.8169 17.7642L19.0137 10.8579C19.02 10.5913 18.8423 10.4199 18.563 10.4199C18.2964 10.4199 18.1123 10.5913 18.106 10.8579L17.9028 17.7578C17.8965 18.0244 18.0806 18.1958 18.3599 18.1958Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-pcohor\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:53,layoutDependency:layoutDependency,layoutId:\"RtVwHdVfD\",svg:'<svg width=\"53\" height=\"26\" viewBox=\"0 0 53 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.671875 12.8C0.671875 8.31958 0.671875 6.07937 1.54382 4.36808C2.31081 2.86278 3.53465 1.63893 5.03995 0.871948C6.75124 0 8.99145 0 13.4719 0H40.202C44.6824 0 46.9226 0 48.6339 0.871948C50.1392 1.63893 51.363 2.86278 52.13 4.36808C53.002 6.07937 53.002 8.31958 53.002 12.8V13.2C53.002 17.6804 53.002 19.9206 52.13 21.6319C51.363 23.1372 50.1392 24.3611 48.6339 25.1281C46.9226 26 44.6824 26 40.202 26H13.4719C8.99145 26 6.75124 26 5.03995 25.1281C3.53465 24.3611 2.31081 23.1372 1.54382 21.6319C0.671875 19.9206 0.671875 17.6804 0.671875 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M12.7539 18.5386C11.3828 18.5386 10.6719 17.834 10.6719 16.4756V12.9399C10.6719 12.248 10.7671 11.937 11.0908 11.5181L13.2617 8.66162C13.9727 7.72217 14.4106 7.46191 15.4834 7.46191H20.9487C22.0215 7.46191 22.4595 7.72217 23.1641 8.65527L25.3413 11.5181C25.665 11.937 25.7603 12.248 25.7603 12.9399V16.4756C25.7603 17.834 25.0493 18.5386 23.6782 18.5386H12.7539ZM18.2192 14.7173C19.1714 14.7173 19.8062 13.8984 19.8062 13.0923V13.0415C19.8062 12.7559 19.9839 12.4766 20.3457 12.4766H24.1733C24.4019 12.4766 24.4463 12.2861 24.332 12.1338L22.0088 9.01709C21.7358 8.64258 21.3994 8.50293 20.9678 8.50293H15.4517C15.02 8.50293 14.6772 8.64258 14.4043 9.01709L12.0557 12.1655C11.9604 12.3052 11.9985 12.4766 12.208 12.4766H16.0864C16.4482 12.4766 16.626 12.7559 16.626 13.0415V13.0923C16.626 13.8984 17.2607 14.7173 18.2192 14.7173ZM15.5659 9.9502C15.3882 9.9502 15.2549 9.81689 15.2549 9.63916C15.2549 9.46777 15.3882 9.33447 15.5659 9.33447H20.8662C21.0439 9.33447 21.1772 9.46777 21.1772 9.63916C21.1772 9.81689 21.0439 9.9502 20.8662 9.9502H15.5659ZM14.7407 11.3784C14.5566 11.3784 14.417 11.2388 14.417 11.061C14.417 10.8833 14.5566 10.7246 14.7407 10.7246H21.6914C21.8755 10.7246 22.0151 10.8833 22.0151 11.061C22.0151 11.2388 21.8755 11.3784 21.6914 11.3784H14.7407Z\" fill=\"#828282\"/>\\n<path d=\"M37.3857 16.228C37.1699 16.228 36.9795 16.1455 36.8145 15.9741L31.9775 11.0293C31.8379 10.8896 31.7617 10.7119 31.7617 10.5088C31.7617 10.0962 32.0854 9.77246 32.498 9.77246C32.7012 9.77246 32.8853 9.85498 33.0312 9.99463L37.3857 14.457L41.7402 9.99463C41.8799 9.85498 42.0703 9.77246 42.2734 9.77246C42.6797 9.77246 43.0034 10.0962 43.0034 10.5088C43.0034 10.7183 42.9336 10.8896 42.7939 11.0293L37.957 15.9741C37.7983 16.1455 37.6016 16.228 37.3857 16.228Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ko1sl6\",layoutDependency:layoutDependency,layoutId:\"uPBWHvUfR\",style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(37, 37, 37, 0.8)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(5px)\"}})]})]})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CCcB7.framer-12skyu9, .framer-CCcB7 .framer-12skyu9 { display: block; }\",\".framer-CCcB7.framer-t5y4mz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 5px 0px 5px; position: relative; width: min-content; }\",\".framer-CCcB7 .framer-1yy5roq, .framer-CCcB7 .framer-1lnyj3k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CCcB7 .framer-14yzawo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 8px; pointer-events: none; position: absolute; top: -212px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-CCcB7 .framer-1p3k97f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CCcB7 .framer-1tg8wy4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CCcB7 .framer-1i1czsx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-CCcB7 .framer-144sqgn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CCcB7 .framer-1ifhw7i { flex: none; height: 16px; position: relative; width: 79px; }\",\".framer-CCcB7 .framer-13kyec0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 8px 2px 2px; position: relative; width: min-content; }\",\".framer-CCcB7 .framer-a4qto3 { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-CCcB7 .framer-wguo7y { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 312px; word-break: break-word; word-wrap: break-word; }\",\".framer-CCcB7 .framer-qu58ak { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 8px 4px 8px; position: relative; width: 344px; }\",\".framer-CCcB7 .framer-opcobo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 144px; word-break: break-word; word-wrap: break-word; }\",\".framer-CCcB7 .framer-ulbxgx, .framer-CCcB7 .framer-6d85ih { flex: none; height: 26px; position: relative; width: 35px; }\",\".framer-CCcB7 .framer-2l6xbi { flex: none; height: 26px; position: relative; width: 33px; }\",\".framer-CCcB7 .framer-pcohor { flex: none; height: 26px; position: relative; width: 53px; }\",\".framer-CCcB7 .framer-1ko1sl6 { bottom: 1px; flex: none; left: 1px; overflow: visible; position: absolute; right: 1px; top: 1px; z-index: -1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CCcB7.framer-t5y4mz, .framer-CCcB7 .framer-14yzawo, .framer-CCcB7 .framer-1p3k97f, .framer-CCcB7 .framer-1tg8wy4, .framer-CCcB7 .framer-1i1czsx, .framer-CCcB7 .framer-13kyec0, .framer-CCcB7 .framer-qu58ak { gap: 0px; } .framer-CCcB7.framer-t5y4mz > *, .framer-CCcB7 .framer-qu58ak > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-CCcB7.framer-t5y4mz > :first-child, .framer-CCcB7 .framer-13kyec0 > :first-child, .framer-CCcB7 .framer-qu58ak > :first-child { margin-left: 0px; } .framer-CCcB7.framer-t5y4mz > :last-child, .framer-CCcB7 .framer-13kyec0 > :last-child, .framer-CCcB7 .framer-qu58ak > :last-child { margin-right: 0px; } .framer-CCcB7 .framer-14yzawo > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-CCcB7 .framer-14yzawo > :first-child, .framer-CCcB7 .framer-1p3k97f > :first-child, .framer-CCcB7 .framer-1tg8wy4 > :first-child, .framer-CCcB7 .framer-1i1czsx > :first-child { margin-top: 0px; } .framer-CCcB7 .framer-14yzawo > :last-child, .framer-CCcB7 .framer-1p3k97f > :last-child, .framer-CCcB7 .framer-1tg8wy4 > :last-child, .framer-CCcB7 .framer-1i1czsx > :last-child { margin-bottom: 0px; } .framer-CCcB7 .framer-1p3k97f > *, .framer-CCcB7 .framer-1tg8wy4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-CCcB7 .framer-1i1czsx > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-CCcB7 .framer-13kyec0 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-CCcB7.framer-v-t5y4mz.hover .framer-14yzawo { top: -194px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 87.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"EDhMdJ4bO\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrJm9S5nYg=withCSS(Component,css,\"framer-CCcB7\");export default FramerrJm9S5nYg;FramerrJm9S5nYg.displayName=\"Pil-three\";FramerrJm9S5nYg.defaultProps={height:28,width:87.5};addFonts(FramerrJm9S5nYg,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrJm9S5nYg\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EDhMdJ4bO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"87.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"28\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rJm9S5nYg.map", "// Generated by Framer (cf4c6d7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"ZdlEx06ad\",\"i34_ikZ_4\",\"JtJrU3BiP\"];const serializationHash=\"framer-LYs3a\";const variantClassNames={i34_ikZ_4:\"framer-v-993cri\",JtJrU3BiP:\"framer-v-j0t1ft\",ZdlEx06ad:\"framer-v-1oloyy9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={bounce:.2,delay:0,duration:1,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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={\"Variant 1\":\"ZdlEx06ad\",\"Variant 2\":\"i34_ikZ_4\",\"Variant 3\":\"JtJrU3BiP\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ZdlEx06ad\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZdlEx06ad\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear3v87hp=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"i34_ikZ_4\",true),2e3);});const onAppearow8eik=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"JtJrU3BiP\",true),4e3);});const onAppearadv0cx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ZdlEx06ad\",true),5e3);});useOnVariantChange(baseVariant,{default:onAppear3v87hp,i34_ikZ_4:onAppearow8eik,JtJrU3BiP:onAppearadv0cx});const sharedStyleClassNames=[];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,...addPropertyOverrides({i34_ikZ_4:{value:transition2},JtJrU3BiP:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1oloyy9\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZdlEx06ad\",ref:refBinding,style:{...style},...addPropertyOverrides({i34_ikZ_4:{\"data-framer-name\":\"Variant 2\"},JtJrU3BiP:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(107, 107, 107))\"},children:[\"Email of \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(255, 255, 255))\"},children:\"Tomorrow\"})]})}),className:\"framer-3bucea\",\"data-framer-name\":\"2\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"n4RrPKOQl\",style:{\"--extracted-1w3ko1f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(107, 107, 107)\",\"--framer-paragraph-spacing\":\"0px\",filter:\"blur(3px)\",opacity:0,WebkitFilter:\"blur(3px)\"},variants:{i34_ikZ_4:{filter:\"blur(0px)\",opacity:1,WebkitFilter:\"blur(0px)\"}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(107, 107, 107))\"},children:\"Mail\"}),\"Watch\"]})}),className:\"framer-1qfkdzi\",\"data-framer-name\":\"1\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"l0lcHC8zc\",style:{\"--extracted-1w3ko1f\":\"rgb(107, 107, 107)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",filter:\"none\",opacity:1,WebkitFilter:\"none\"},transformTemplate:transformTemplate1,variants:{i34_ikZ_4:{\"--extracted-r6o4lv\":\"rgb(107, 107, 107)\",filter:\"blur(3px)\",opacity:0,WebkitFilter:\"blur(3px)\"},JtJrU3BiP:{filter:\"blur(3px)\",opacity:0,WebkitFilter:\"blur(3px)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({i34_ikZ_4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(107, 107, 107))\"},children:\"MailWatch\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(107, 107, 107))\"},children:\"Mail\"}),\"Watch\"]})}),className:\"framer-1u167qy\",\"data-framer-name\":\"3\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"kt0r6Y06_\",style:{\"--extracted-1w3ko1f\":\"rgb(107, 107, 107)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",filter:\"blur(3px)\",opacity:0,WebkitFilter:\"blur(3px)\"},transformTemplate:transformTemplate1,variants:{i34_ikZ_4:{\"--extracted-r6o4lv\":\"rgb(107, 107, 107)\"},JtJrU3BiP:{filter:\"blur(0px)\",opacity:1,WebkitFilter:\"blur(0px)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({i34_ikZ_4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(107, 107, 107))\"},children:\"MailWatch\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LYs3a.framer-8asdko, .framer-LYs3a .framer-8asdko { display: block; }\",\".framer-LYs3a.framer-1oloyy9 { height: 44px; overflow: visible; position: relative; width: 322px; }\",\".framer-LYs3a .framer-3bucea { bottom: -15px; flex: none; height: auto; left: -1px; position: absolute; white-space: pre; width: auto; }\",\".framer-LYs3a .framer-1qfkdzi { flex: none; height: auto; left: 50%; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-LYs3a .framer-1u167qy { bottom: -16px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; }\",\".framer-LYs3a.framer-v-993cri .framer-3bucea { bottom: 0px; }\",\".framer-LYs3a.framer-v-993cri .framer-1qfkdzi, .framer-LYs3a.framer-v-j0t1ft .framer-1qfkdzi { top: -23px; }\",\".framer-LYs3a.framer-v-j0t1ft .framer-3bucea { bottom: unset; top: -16px; }\",\".framer-LYs3a.framer-v-j0t1ft .framer-1u167qy { bottom: unset; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 322\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"i34_ikZ_4\":{\"layout\":[\"fixed\",\"fixed\"]},\"JtJrU3BiP\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUrPv8c2rG=withCSS(Component,css,\"framer-LYs3a\");export default FramerUrPv8c2rG;FramerUrPv8c2rG.displayName=\"Title\";FramerUrPv8c2rG.defaultProps={height:44,width:322};addPropertyControls(FramerUrPv8c2rG,{variant:{options:[\"ZdlEx06ad\",\"i34_ikZ_4\",\"JtJrU3BiP\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerUrPv8c2rG,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUrPv8c2rG\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"44\",\"framerIntrinsicWidth\":\"322\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"i34_ikZ_4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JtJrU3BiP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UrPv8c2rG.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={jp7XxQlNf:{hover:true}};const serializationHash=\"framer-Mx5HI\";const variantClassNames={jp7XxQlNf:\"framer-v-b6joq5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"jp7XxQlNf\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-b6joq5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"jp7XxQlNf\",ref:refBinding,style:{backgroundColor:\"rgb(73, 46, 15)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},...addPropertyOverrides({\"jp7XxQlNf-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 158, 62))\"},children:\"opportunity\"})}),className:\"framer-1a0c92c\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"OyXqROfXo\",style:{\"--extracted-r6o4lv\":\"rgb(242, 158, 62)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wn4ccj\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"cpq10PsMH\",style:{backdropFilter:\"blur(8px)\",background:\"radial-gradient(46% 50% at 25.4% 17.1%, rgba(63, 63, 63, 0.9) 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,opacity:0,WebkitBackdropFilter:\"blur(8px)\"},transformTemplate:transformTemplate1,variants:{\"jp7XxQlNf-hover\":{opacity:1}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-c9kymw\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"dqy_WTFmD\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgb(51, 51, 51)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,WebkitBackdropFilter:\"blur(10px)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1miyfcq\",\"data-framer-name\":\"Frame 201\",layoutDependency:layoutDependency,layoutId:\"zguuC7UFR\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13zzffk\",\"data-framer-name\":\"Frame 198\",layoutDependency:layoutDependency,layoutId:\"FftfHVaqn\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ka89ho\",\"data-framer-name\":\"Frame 202\",layoutDependency:layoutDependency,layoutId:\"PzGEBGNE8\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-julbfh\",\"data-framer-name\":\"Comment Title\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:55,layoutDependency:layoutDependency,layoutId:\"z_5Ivqb7q\",svg:'<svg width=\"55\" height=\"16\" viewBox=\"-1 -1 55 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.40234 13.3901C0.820312 13.3901 0 12.5771 0 11.0098V6.93018C0 6.13184 0.109863 5.77295 0.483398 5.28955L2.98828 1.99365C3.80859 0.909668 4.31396 0.609375 5.55176 0.609375H11.8579C13.0957 0.609375 13.6011 0.909668 14.4141 1.98633L16.9263 5.28955C17.2998 5.77295 17.4097 6.13184 17.4097 6.93018V11.0098C17.4097 12.5771 16.5894 13.3901 15.0073 13.3901H2.40234ZM8.7085 8.98096C9.80713 8.98096 10.5396 8.03613 10.5396 7.10596V7.04736C10.5396 6.71777 10.7446 6.39551 11.1621 6.39551H15.5786C15.8423 6.39551 15.8936 6.17578 15.7617 6L13.0811 2.40381C12.7661 1.97168 12.3779 1.81055 11.8799 1.81055H5.51514C5.01709 1.81055 4.62158 1.97168 4.30664 2.40381L1.59668 6.03662C1.48682 6.19775 1.53076 6.39551 1.77246 6.39551H6.24756C6.66504 6.39551 6.87012 6.71777 6.87012 7.04736V7.10596C6.87012 8.03613 7.60254 8.98096 8.7085 8.98096ZM5.64697 3.48047C5.44189 3.48047 5.28809 3.32666 5.28809 3.12158C5.28809 2.92383 5.44189 2.77002 5.64697 2.77002H11.7627C11.9678 2.77002 12.1216 2.92383 12.1216 3.12158C12.1216 3.32666 11.9678 3.48047 11.7627 3.48047H5.64697ZM4.69482 5.12842C4.48242 5.12842 4.32129 4.96729 4.32129 4.76221C4.32129 4.55713 4.48242 4.37402 4.69482 4.37402H12.7148C12.9272 4.37402 13.0884 4.55713 13.0884 4.76221C13.0884 4.96729 12.9272 5.12842 12.7148 5.12842H4.69482Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M31.6295 1.36776H33.2701V9.10214C33.2701 9.80171 33.1316 10.4001 32.8546 10.8972C32.5812 11.3944 32.1959 11.7744 31.6987 12.0372C31.2016 12.2964 30.6192 12.426 29.9516 12.426C29.3372 12.426 28.785 12.3141 28.295 12.0904C27.8085 11.8667 27.4232 11.5418 27.1391 11.1156C26.8585 10.6859 26.7183 10.1639 26.7183 9.54958H28.3536C28.3536 9.85143 28.4228 10.1124 28.5613 10.3326C28.7033 10.5528 28.8969 10.725 29.1419 10.8493C29.3905 10.97 29.6746 11.0304 29.9942 11.0304C30.3422 11.0304 30.6369 10.9576 30.8784 10.812C31.1234 10.6629 31.3099 10.4445 31.4377 10.1568C31.5656 9.86918 31.6295 9.51762 31.6295 9.10214V1.36776Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M38.9843 12.442C38.2173 12.442 37.5479 12.2662 36.9762 11.9146C36.4044 11.5631 35.9605 11.0712 35.6445 10.4391C35.3284 9.80704 35.1704 9.0684 35.1704 8.22323C35.1704 7.37451 35.3284 6.63232 35.6445 5.99667C35.9605 5.36102 36.4044 4.86741 36.9762 4.51585C37.5479 4.16428 38.2173 3.9885 38.9843 3.9885C39.7514 3.9885 40.4208 4.16428 40.9925 4.51585C41.5642 4.86741 42.0081 5.36102 42.3242 5.99667C42.6402 6.63232 42.7983 7.37451 42.7983 8.22323C42.7983 9.0684 42.6402 9.80704 42.3242 10.4391C42.0081 11.0712 41.5642 11.5631 40.9925 11.9146C40.4208 12.2662 39.7514 12.442 38.9843 12.442ZM38.9897 11.105C39.4868 11.105 39.8987 10.9736 40.2255 10.7108C40.5522 10.448 40.7936 10.0982 40.9499 9.66144C41.1097 9.22465 41.1896 8.74347 41.1896 8.21791C41.1896 7.69589 41.1097 7.21649 40.9499 6.7797C40.7936 6.33936 40.5522 5.98602 40.2255 5.71968C39.8987 5.45335 39.4868 5.32018 38.9897 5.32018C38.4889 5.32018 38.0735 5.45335 37.7432 5.71968C37.4165 5.98602 37.1733 6.33936 37.0135 6.7797C36.8572 7.21649 36.7791 7.69589 36.7791 8.21791C36.7791 8.74347 36.8572 9.22465 37.0135 9.66144C37.1733 10.0982 37.4165 10.448 37.7432 10.7108C38.0735 10.9736 38.4889 11.105 38.9897 11.105Z\" fill=\"#8A8A8A\"/>\\n<path d=\"M44.7039 12.2769V1.36776H46.2966V5.42139H46.3924C46.4848 5.25093 46.6179 5.05384 46.7919 4.83012C46.966 4.6064 47.2074 4.41109 47.5164 4.24418C47.8253 4.07373 48.2337 3.9885 48.7415 3.9885C49.402 3.9885 49.9915 4.15541 50.51 4.48921C51.0285 4.82302 51.4351 5.3042 51.7298 5.93275C52.0281 6.5613 52.1772 7.31769 52.1772 8.20193C52.1772 9.08616 52.0299 9.84433 51.7351 10.4764C51.4404 11.105 51.0356 11.5897 50.5206 11.9306C50.0057 12.268 49.418 12.4367 48.7575 12.4367C48.2603 12.4367 47.8537 12.3532 47.5377 12.1863C47.2252 12.0194 46.9802 11.8241 46.8026 11.6004C46.625 11.3766 46.4883 11.1778 46.3924 11.0038H46.2593V12.2769H44.7039ZM46.2646 8.18595C46.2646 8.76123 46.3481 9.26549 46.515 9.69873C46.6819 10.132 46.9233 10.4711 47.2394 10.7161C47.5554 10.9576 47.9425 11.0783 48.4006 11.0783C48.8765 11.0783 49.2742 10.9523 49.5938 10.7002C49.9134 10.4445 50.1549 10.0982 50.3182 9.66144C50.4851 9.22465 50.5686 8.73282 50.5686 8.18595C50.5686 7.64617 50.4869 7.16144 50.3236 6.73176C50.1638 6.30207 49.9223 5.96293 49.5991 5.71436C49.2795 5.46578 48.88 5.34149 48.4006 5.34149C47.939 5.34149 47.5483 5.46045 47.2287 5.69838C46.9127 5.9363 46.673 6.26833 46.5096 6.69447C46.3463 7.12061 46.2646 7.61776 46.2646 8.18595Z\" fill=\"#8A8A8A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dwhd29\",\"data-framer-name\":\"Frame 189\",layoutDependency:layoutDependency,layoutId:\"doiLRsKP8\",style:{backgroundColor:\"rgb(69, 69, 69)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-258.5+8+0+0+0+0+0+16+0+0+2),sizes:\"20px\",src:\"https://framerusercontent.com/images/9PfhUB0vhyRaLboO4EFj682dmA.jpg\",srcSet:\"https://framerusercontent.com/images/9PfhUB0vhyRaLboO4EFj682dmA.jpg?scale-down-to=1024 610w,https://framerusercontent.com/images/9PfhUB0vhyRaLboO4EFj682dmA.jpg 715w\"},className:\"framer-prml7g\",\"data-framer-name\":\"Contemplative Young Woman Yellow Jacket\",layoutDependency:layoutDependency,layoutId:\"nXyw5DJs5\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},...addPropertyOverrides({\"jp7XxQlNf-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-240.5+8+0+0+0+0+0+16+0+0+2),sizes:\"20px\",src:\"https://framerusercontent.com/images/9PfhUB0vhyRaLboO4EFj682dmA.jpg\",srcSet:\"https://framerusercontent.com/images/9PfhUB0vhyRaLboO4EFj682dmA.jpg?scale-down-to=1024 610w,https://framerusercontent.com/images/9PfhUB0vhyRaLboO4EFj682dmA.jpg 715w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(221, 221, 221))\"},children:\"Liam\"})}),className:\"framer-ss91jd\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"FDvootYRa\",style:{\"--extracted-r6o4lv\":\"rgb(221, 221, 221)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(158, 158, 158))\"},children:\"Liam, founder of FlowSync, is building an AI workflow tool for small teams and needs a product designer for their MVP. They admire your work and want to see if you\u2019re available next month.\"})}),className:\"framer-1bqjksk\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"e2VKmLkDj\",style:{\"--extracted-r6o4lv\":\"rgb(158, 158, 158)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b1n2e\",\"data-framer-name\":\"Comment\",layoutDependency:layoutDependency,layoutId:\"m6VTbO9jj\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(111, 111, 111))\"},children:\"08:13 AM\"})}),className:\"framer-17za46\",\"data-framer-name\":\"Comment Body\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uKPnWPJgH\",style:{\"--extracted-r6o4lv\":\"rgb(111, 111, 111)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1s6gizw\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"wqo1HgWym\",svg:'<svg width=\"35\" height=\"26\" viewBox=\"0 0 35 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.667969 12.8C0.667969 8.31958 0.667969 6.07937 1.53992 4.36808C2.3069 2.86278 3.53075 1.63893 5.03604 0.871948C6.74734 0 8.98755 0 13.468 0H21.617C26.0974 0 28.3376 0 30.0489 0.871948C31.5542 1.63893 32.7781 2.86278 33.545 4.36808C34.417 6.07937 34.417 8.31958 34.417 12.8V13.2C34.417 17.6804 34.417 19.9206 33.545 21.6319C32.7781 23.1372 31.5542 24.3611 30.0489 25.1281C28.3376 26 26.0974 26 21.617 26H13.468C8.98755 26 6.74734 26 5.03604 25.1281C3.53075 24.3611 2.3069 23.1372 1.53992 21.6319C0.667969 19.9206 0.667969 17.6804 0.667969 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M16.9839 18.9033C16.6411 18.9033 16.3682 18.7637 16.0381 18.459L11.0107 13.7363C10.7632 13.5015 10.668 13.2285 10.668 13C10.668 12.7588 10.7568 12.4985 11.0044 12.2637L16.0381 7.57275C16.3999 7.23633 16.6348 7.09668 16.9712 7.09668C17.4727 7.09668 17.8345 7.49023 17.8345 7.979V10.2515H17.9932C22.3921 10.2515 24.417 13.0825 24.417 17.6909C24.417 18.4717 24.0806 18.8779 23.6426 18.8779C23.3188 18.8779 23.0078 18.7764 22.7603 18.3193C21.751 16.4404 20.3228 15.7676 17.9932 15.7676H17.8345V18.0591C17.8345 18.5415 17.4727 18.9033 16.9839 18.9033ZM16.584 17.291C16.6411 17.291 16.6792 17.2466 16.6792 17.1895V14.8345C16.6792 14.6885 16.7427 14.625 16.8887 14.625H17.7012C20.6211 14.625 22.4873 15.5581 23.2427 17.145C23.2617 17.1831 23.2744 17.2021 23.3062 17.2021C23.3315 17.2021 23.3506 17.1831 23.3506 17.1387C23.2427 14.1235 21.8271 11.3813 17.7012 11.3813H16.8887C16.7427 11.3813 16.6792 11.3179 16.6792 11.1719V8.76611C16.6792 8.70898 16.6348 8.6709 16.584 8.6709C16.5396 8.6709 16.5078 8.68994 16.4761 8.72168L12.1216 12.8794C12.0708 12.9302 12.0581 12.9619 12.0581 13C12.0581 13.0381 12.0708 13.0698 12.1216 13.1206L16.4761 17.2402C16.5142 17.272 16.5459 17.291 16.584 17.291Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fz4uzy\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"p2tsYIUn3\",svg:'<svg width=\"35\" height=\"26\" viewBox=\"0 0 35 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.414062 12.8C0.414062 8.31958 0.414062 6.07937 1.28601 4.36808C2.053 2.86278 3.27684 1.63893 4.78214 0.871948C6.49343 0 8.73364 0 13.2141 0H21.3504C25.8308 0 28.071 0 29.7823 0.871948C31.2876 1.63893 32.5115 2.86278 33.2784 4.36808C34.1504 6.07937 34.1504 8.31958 34.1504 12.8V13.2C34.1504 17.6804 34.1504 19.9206 33.2784 21.6319C32.5115 23.1372 31.2876 24.3611 29.7823 25.1281C28.071 26 25.8308 26 21.3504 26H13.2141C8.73364 26 6.49343 26 4.78214 25.1281C3.27684 24.3611 2.053 23.1372 1.28601 21.6319C0.414062 19.9206 0.414062 17.6804 0.414062 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M21.9604 10.8008C20.7607 10.8008 19.7705 9.81689 19.7705 8.61084C19.7705 7.41113 20.7607 6.4209 21.9604 6.4209C23.1602 6.4209 24.1504 7.41113 24.1504 8.61084C24.1504 9.81689 23.1602 10.8008 21.9604 10.8008ZM16.9712 19.5796C13.3848 19.5796 10.4141 16.6152 10.4141 13.0225C10.4141 9.43604 13.3784 6.46533 16.9648 6.46533C17.8154 6.46533 18.6279 6.63037 19.3706 6.93506C19.1294 7.29688 18.9834 7.70312 18.939 8.14111C18.3296 7.89355 17.6694 7.76025 16.9648 7.76025C14.0449 7.76025 11.709 10.1025 11.709 13.0225C11.709 15.9424 14.0513 18.291 16.9712 18.291C19.8911 18.291 22.2397 15.9424 22.2397 13.0225C22.2397 12.5464 22.1636 12.083 22.043 11.645C22.4746 11.6641 22.9062 11.5815 23.3062 11.3848C23.4521 11.9116 23.5283 12.4575 23.5283 13.0225C23.5283 16.6152 20.5576 19.5796 16.9712 19.5796ZM13.7593 13.8096C13.4736 13.8096 13.2578 13.5874 13.2578 13.3081C13.2578 13.0225 13.4736 12.8066 13.7593 12.8066H16.4634V9.14404C16.4634 8.86475 16.6855 8.64258 16.9648 8.64258C17.2505 8.64258 17.4727 8.86475 17.4727 9.14404V13.3081C17.4727 13.5874 17.2505 13.8096 16.9648 13.8096H13.7593Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2u9fzn\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"n1v_6TQDM\",svg:'<svg width=\"33\" height=\"26\" viewBox=\"0 0 33 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.152344 12.8C0.152344 8.31958 0.152344 6.07937 1.02429 4.36808C1.79128 2.86278 3.01512 1.63893 4.52042 0.871948C6.23171 0 8.47192 0 12.9523 0H19.8699C24.3503 0 26.5906 0 28.3018 0.871948C29.8071 1.63893 31.031 2.86278 31.798 4.36808C32.6699 6.07937 32.6699 8.31958 32.6699 12.8V13.2C32.6699 17.6804 32.6699 19.9206 31.798 21.6319C31.031 23.1372 29.8071 24.3611 28.3018 25.1281C26.5906 26 24.3503 26 19.8699 26H12.9523C8.47192 26 6.23171 26 4.52042 25.1281C3.01512 24.3611 1.79128 23.1372 1.02429 21.6319C0.152344 19.9206 0.152344 17.6804 0.152344 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M13.4976 20.1636C12.5137 20.1636 11.8916 19.5796 11.8472 18.6021L11.4155 9.44873H10.7109C10.4062 9.44873 10.1523 9.20752 10.1523 8.89014C10.1523 8.5791 10.4062 8.33789 10.7109 8.33789H13.5293V7.38574C13.5293 6.41455 14.1514 5.83691 15.1987 5.83691H17.6108C18.6646 5.83691 19.2803 6.41455 19.2803 7.38574V8.33789H22.105C22.4224 8.33789 22.6699 8.5791 22.6699 8.89014C22.6699 9.20752 22.4224 9.44873 22.105 9.44873H21.4067L20.9751 18.5957C20.9307 19.5732 20.3022 20.1636 19.3311 20.1636H13.4976ZM14.6973 7.44287V8.33789H18.1123V7.44287C18.1123 7.11279 17.8838 6.90332 17.5283 6.90332H15.2812C14.9258 6.90332 14.6973 7.11279 14.6973 7.44287ZM14.4624 18.1958C14.7417 18.1958 14.9258 18.0181 14.9131 17.7578L14.7163 10.8579C14.71 10.585 14.5195 10.4199 14.2593 10.4199C13.98 10.4199 13.8022 10.5913 13.8086 10.8579L13.999 17.7642C14.0117 18.0308 14.1895 18.1958 14.4624 18.1958ZM16.4111 18.1958C16.6841 18.1958 16.8745 18.0244 16.8745 17.7642V10.8579C16.8745 10.5913 16.6841 10.4199 16.4111 10.4199C16.1382 10.4199 15.9478 10.5913 15.9478 10.8579V17.7642C15.9478 18.0244 16.1382 18.1958 16.4111 18.1958ZM18.3599 18.1958C18.6265 18.1958 18.8042 18.0308 18.8169 17.7642L19.0137 10.8579C19.02 10.5913 18.8423 10.4199 18.563 10.4199C18.2964 10.4199 18.1123 10.5913 18.106 10.8579L17.9028 17.7578C17.8965 18.0244 18.0806 18.1958 18.3599 18.1958Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vbptcs\",\"data-framer-name\":\"Tab\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:53,layoutDependency:layoutDependency,layoutId:\"RCtK44m9q\",svg:'<svg width=\"53\" height=\"26\" viewBox=\"0 0 53 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.671875 12.8C0.671875 8.31958 0.671875 6.07937 1.54382 4.36808C2.31081 2.86278 3.53465 1.63893 5.03995 0.871948C6.75124 0 8.99145 0 13.4719 0H40.202C44.6824 0 46.9226 0 48.6339 0.871948C50.1392 1.63893 51.363 2.86278 52.13 4.36808C53.002 6.07937 53.002 8.31958 53.002 12.8V13.2C53.002 17.6804 53.002 19.9206 52.13 21.6319C51.363 23.1372 50.1392 24.3611 48.6339 25.1281C46.9226 26 44.6824 26 40.202 26H13.4719C8.99145 26 6.75124 26 5.03995 25.1281C3.53465 24.3611 2.31081 23.1372 1.54382 21.6319C0.671875 19.9206 0.671875 17.6804 0.671875 13.2V12.8Z\" fill=\"#494949\"/>\\n<path d=\"M12.7539 18.5386C11.3828 18.5386 10.6719 17.834 10.6719 16.4756V12.9399C10.6719 12.248 10.7671 11.937 11.0908 11.5181L13.2617 8.66162C13.9727 7.72217 14.4106 7.46191 15.4834 7.46191H20.9487C22.0215 7.46191 22.4595 7.72217 23.1641 8.65527L25.3413 11.5181C25.665 11.937 25.7603 12.248 25.7603 12.9399V16.4756C25.7603 17.834 25.0493 18.5386 23.6782 18.5386H12.7539ZM18.2192 14.7173C19.1714 14.7173 19.8062 13.8984 19.8062 13.0923V13.0415C19.8062 12.7559 19.9839 12.4766 20.3457 12.4766H24.1733C24.4019 12.4766 24.4463 12.2861 24.332 12.1338L22.0088 9.01709C21.7358 8.64258 21.3994 8.50293 20.9678 8.50293H15.4517C15.02 8.50293 14.6772 8.64258 14.4043 9.01709L12.0557 12.1655C11.9604 12.3052 11.9985 12.4766 12.208 12.4766H16.0864C16.4482 12.4766 16.626 12.7559 16.626 13.0415V13.0923C16.626 13.8984 17.2607 14.7173 18.2192 14.7173ZM15.5659 9.9502C15.3882 9.9502 15.2549 9.81689 15.2549 9.63916C15.2549 9.46777 15.3882 9.33447 15.5659 9.33447H20.8662C21.0439 9.33447 21.1772 9.46777 21.1772 9.63916C21.1772 9.81689 21.0439 9.9502 20.8662 9.9502H15.5659ZM14.7407 11.3784C14.5566 11.3784 14.417 11.2388 14.417 11.061C14.417 10.8833 14.5566 10.7246 14.7407 10.7246H21.6914C21.8755 10.7246 22.0151 10.8833 22.0151 11.061C22.0151 11.2388 21.8755 11.3784 21.6914 11.3784H14.7407Z\" fill=\"#828282\"/>\\n<path d=\"M37.3857 16.228C37.1699 16.228 36.9795 16.1455 36.8145 15.9741L31.9775 11.0293C31.8379 10.8896 31.7617 10.7119 31.7617 10.5088C31.7617 10.0962 32.0854 9.77246 32.498 9.77246C32.7012 9.77246 32.8853 9.85498 33.0312 9.99463L37.3857 14.457L41.7402 9.99463C41.8799 9.85498 42.0703 9.77246 42.2734 9.77246C42.6797 9.77246 43.0034 10.0962 43.0034 10.5088C43.0034 10.7183 42.9336 10.8896 42.7939 11.0293L37.957 15.9741C37.7983 16.1455 37.6016 16.228 37.3857 16.228Z\" fill=\"#828282\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d2ruth\",layoutDependency:layoutDependency,layoutId:\"SN17iUEQg\",style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(37, 37, 37, 0.8)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(5px)\"}})]})]})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Mx5HI.framer-1fu3vcd, .framer-Mx5HI .framer-1fu3vcd { display: block; }\",\".framer-Mx5HI.framer-b6joq5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 3px 0px 3px; position: relative; width: min-content; }\",\".framer-Mx5HI .framer-1a0c92c, .framer-Mx5HI .framer-ss91jd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Mx5HI .framer-1wn4ccj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 8px; pointer-events: none; position: absolute; top: -258px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-Mx5HI .framer-c9kymw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Mx5HI .framer-1miyfcq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mx5HI .framer-13zzffk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-Mx5HI .framer-ka89ho { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mx5HI .framer-julbfh { flex: none; height: 16px; position: relative; width: 55px; }\",\".framer-Mx5HI .framer-1dwhd29 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 8px 2px 2px; position: relative; width: min-content; }\",\".framer-Mx5HI .framer-prml7g { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-Mx5HI .framer-1bqjksk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 312px; word-break: break-word; word-wrap: break-word; }\",\".framer-Mx5HI .framer-b1n2e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 8px 4px 8px; position: relative; width: 344px; }\",\".framer-Mx5HI .framer-17za46 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 144px; word-break: break-word; word-wrap: break-word; }\",\".framer-Mx5HI .framer-1s6gizw, .framer-Mx5HI .framer-1fz4uzy { flex: none; height: 26px; position: relative; width: 35px; }\",\".framer-Mx5HI .framer-2u9fzn { flex: none; height: 26px; position: relative; width: 33px; }\",\".framer-Mx5HI .framer-vbptcs { flex: none; height: 26px; position: relative; width: 53px; }\",\".framer-Mx5HI .framer-d2ruth { bottom: 1px; flex: none; left: 1px; overflow: visible; position: absolute; right: 1px; top: 1px; z-index: -1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Mx5HI.framer-b6joq5, .framer-Mx5HI .framer-1wn4ccj, .framer-Mx5HI .framer-c9kymw, .framer-Mx5HI .framer-1miyfcq, .framer-Mx5HI .framer-13zzffk, .framer-Mx5HI .framer-1dwhd29, .framer-Mx5HI .framer-b1n2e { gap: 0px; } .framer-Mx5HI.framer-b6joq5 > *, .framer-Mx5HI .framer-b1n2e > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Mx5HI.framer-b6joq5 > :first-child, .framer-Mx5HI .framer-1dwhd29 > :first-child, .framer-Mx5HI .framer-b1n2e > :first-child { margin-left: 0px; } .framer-Mx5HI.framer-b6joq5 > :last-child, .framer-Mx5HI .framer-1dwhd29 > :last-child, .framer-Mx5HI .framer-b1n2e > :last-child { margin-right: 0px; } .framer-Mx5HI .framer-1wn4ccj > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Mx5HI .framer-1wn4ccj > :first-child, .framer-Mx5HI .framer-c9kymw > :first-child, .framer-Mx5HI .framer-1miyfcq > :first-child, .framer-Mx5HI .framer-13zzffk > :first-child { margin-top: 0px; } .framer-Mx5HI .framer-1wn4ccj > :last-child, .framer-Mx5HI .framer-c9kymw > :last-child, .framer-Mx5HI .framer-1miyfcq > :last-child, .framer-Mx5HI .framer-13zzffk > :last-child { margin-bottom: 0px; } .framer-Mx5HI .framer-c9kymw > *, .framer-Mx5HI .framer-1miyfcq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Mx5HI .framer-13zzffk > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Mx5HI .framer-1dwhd29 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-Mx5HI.framer-v-b6joq5.hover .framer-1wn4ccj { top: -240px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 133.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Dvy2JRDkZ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerX28IJPEFe=withCSS(Component,css,\"framer-Mx5HI\");export default FramerX28IJPEFe;FramerX28IJPEFe.displayName=\"Pil-one\";FramerX28IJPEFe.defaultProps={height:28,width:133.5};addFonts(FramerX28IJPEFe,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX28IJPEFe\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"133.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Dvy2JRDkZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"28\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./X28IJPEFe.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"WaFtjtFrL\",\"RYiGvBhcq\"];const serializationHash=\"framer-7IrO7\";const variantClassNames={RYiGvBhcq:\"framer-v-16bo5qg\",WaFtjtFrL:\"framer-v-vc0fbe\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"WaFtjtFrL\",\"Variant 2\":\"RYiGvBhcq\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WaFtjtFrL\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WaFtjtFrL\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear12a1jv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState,true),600);});useOnVariantChange(baseVariant,{default:onAppear12a1jv});const sharedStyleClassNames=[];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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-vc0fbe\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WaFtjtFrL\",ref:refBinding,style:{backgroundColor:\"rgb(181, 226, 235)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,opacity:1,...style},variants:{RYiGvBhcq:{opacity:0}},...addPropertyOverrides({RYiGvBhcq:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7IrO7.framer-5mbga5, .framer-7IrO7 .framer-5mbga5 { display: block; }\",\".framer-7IrO7.framer-vc0fbe { height: 18px; overflow: hidden; position: relative; width: 2px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 18\n * @framerIntrinsicWidth 2\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"RYiGvBhcq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryUS1qr0rT=withCSS(Component,css,\"framer-7IrO7\");export default FrameryUS1qr0rT;FrameryUS1qr0rT.displayName=\"Cursor\";FrameryUS1qr0rT.defaultProps={height:18,width:2};addPropertyControls(FrameryUS1qr0rT,{variant:{options:[\"WaFtjtFrL\",\"RYiGvBhcq\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameryUS1qr0rT,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryUS1qr0rT\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RYiGvBhcq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"2\",\"framerIntrinsicHeight\":\"18\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yUS1qr0rT.map", "// Generated by Framer (63ecd5c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TextEffectOnScroll from\"https://framerusercontent.com/modules/al7tHO15Oyq9AxBfST8y/uoWcA11u5SdzqY0Oz7hQ/TextEffectOnScroll_Prod.js\";import ResponseBarMobile from\"#framer/local/canvasComponent/b12MwEm8Z/b12MwEm8Z.js\";import Down from\"#framer/local/canvasComponent/ewryyVL_B/ewryyVL_B.js\";import ExampleCase from\"#framer/local/canvasComponent/gvLz17n1r/gvLz17n1r.js\";import PilTwo from\"#framer/local/canvasComponent/GzQpKjbbd/GzQpKjbbd.js\";import PlayMe from\"#framer/local/canvasComponent/J22fKgRDW/J22fKgRDW.js\";import PilMobile from\"#framer/local/canvasComponent/jSvDC7zTo/jSvDC7zTo.js\";import Button2 from\"#framer/local/canvasComponent/mMa_53QrH/mMa_53QrH.js\";import PilFour from\"#framer/local/canvasComponent/pmTSYv2fv/pmTSYv2fv.js\";import ResponseBar from\"#framer/local/canvasComponent/Q23POTOlr/Q23POTOlr.js\";import PilThree from\"#framer/local/canvasComponent/rJm9S5nYg/rJm9S5nYg.js\";import Title from\"#framer/local/canvasComponent/UrPv8c2rG/UrPv8c2rG.js\";import PilOne from\"#framer/local/canvasComponent/X28IJPEFe/X28IJPEFe.js\";import Cursor from\"#framer/local/canvasComponent/yUS1qr0rT/yUS1qr0rT.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const TitleFonts=getFonts(Title);const Button2Fonts=getFonts(Button2);const DownFonts=getFonts(Down);const MotionDivWithFX=withFX(motion.div);const PilFourFonts=getFonts(PilFour);const PilOneFonts=getFonts(PilOne);const PilTwoFonts=getFonts(PilTwo);const PilThreeFonts=getFonts(PilThree);const PilMobileFonts=getFonts(PilMobile);const PlayMeFonts=getFonts(PlayMe);const TextEffectOnScrollFonts=getFonts(TextEffectOnScroll);const CursorFonts=getFonts(Cursor);const ExampleCaseFonts=getFonts(ExampleCase);const ResponseBarFonts=getFonts(ResponseBar);const ResponseBarMobileFonts=getFonts(ResponseBarMobile);const breakpoints={B2DWe7jez:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\",Xv4vaVm9h:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Dtll8\";const variantClassNames={B2DWe7jez:\"framer-v-qggshp\",WQLkyLRf1:\"framer-v-72rtr7\",Xv4vaVm9h:\"framer-v-xipmcb\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const transition1={bounce:0,delay:0,duration:.8,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-10};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"Xv4vaVm9h\",Tablet:\"B2DWe7jez\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"B2DWe7jez\",\"Xv4vaVm9h\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"B2DWe7jez\",\"Xv4vaVm9h\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"Xv4vaVm9h\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"Xv4vaVm9h\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(28, 28, 28); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/sSyO8P6DrdVeuWL7WrrmteWdkA.png\",srcSet:\"https://framerusercontent.com/images/sSyO8P6DrdVeuWL7WrrmteWdkA.png?scale-down-to=512 512w,https://framerusercontent.com/images/sSyO8P6DrdVeuWL7WrrmteWdkA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sSyO8P6DrdVeuWL7WrrmteWdkA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sSyO8P6DrdVeuWL7WrrmteWdkA.png 4096w\"},className:\"framer-h6wae5\",\"data-framer-name\":\"Pattern\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12ml5mo\",\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+162.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NbKPvI7Xdvmxjqu7Xo3qXapHs.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+303.9),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NbKPvI7Xdvmxjqu7Xo3qXapHs.png\"},className:\"framer-1hew6ow\",\"data-framer-name\":\"Frame 180\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{y:(componentViewport?.y||0)+0+0+0+282.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"322px\",y:(componentViewport?.y||0)+0+0+0+423.9,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7uhlut-container\",nodeId:\"Dtx2OzKM3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Title,{height:\"100%\",id:\"Dtx2OzKM3\",layoutId:\"Dtx2OzKM3\",style:{height:\"100%\",width:\"100%\"},variant:\"ZdlEx06ad\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/f02d0785-4220-4e02-9b59-e6f2d4241723/submit\",className:\"framer-1taj6e9\",nodeId:\"S4tY4pmaG\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-7vyk0i\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1kixmle\",inputName:\"Email\",placeholder:\"Enter your email\",required:true,type:\"email\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-43ms5l\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"19\" viewBox=\"-1 -1 20 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.33073 4.83341C6.87049 4.83341 6.4974 5.20651 6.4974 5.66675C6.4974 6.12699 6.87049 6.50008 7.33073 6.50008H10.6641C11.1243 6.50008 11.4974 6.12699 11.4974 5.66675C11.4974 5.20651 11.1243 4.83341 10.6641 4.83341H7.33073Z\" fill=\"#A6A6A6\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.9974 0.666748C3.07692 0.666748 2.33073 1.41294 2.33073 2.33341V7.655C1.44398 7.65361 0.664062 8.3713 0.664062 9.32294V14.8334C0.664062 15.7539 1.41025 16.5001 2.33073 16.5001H15.6641C16.5845 16.5001 17.3307 15.7539 17.3307 14.8334V9.32294C17.3307 8.3713 16.5508 7.65361 15.6641 7.655V2.33341C15.6641 1.41294 14.9179 0.666748 13.9974 0.666748H3.9974ZM13.9974 8.12167V2.33341H3.9974V8.12167L8.9974 9.78834L13.9974 8.12167Z\" fill=\"#A6A6A6\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{y:(componentViewport?.y||0)+0+0+0+350.5+0+62}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+0+0+491.9+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jwupgs-container\",nodeId:\"k2x3i7YOB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button2,{height:\"100%\",id:\"k2x3i7YOB\",layoutId:\"k2x3i7YOB\",style:{height:\"100%\"},type:\"submit\",variant:formVariants(formState,{error:\"iZnqMAoRL\",pending:\"w6eZrpxvn\",success:\"HXqpzyVxD\"},\"EVnEzPP7l\"),width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11h3irh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14pj1ck\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1yZWd1bGFy\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The email assistant you didn\u2019t know you needed.\"})}),className:\"framer-1ia180e\",\"data-framer-name\":\"An elite & powerful email experience, built for efficiency.\",fonts:[\"GF;Instrument Serif-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(138, 138, 138)\"},children:\"MailWatch is an email client that works in Web, MacOS, iOS\"})}),className:\"framer-c6ccgd\",\"data-framer-name\":\"An elite & powerful email experience, built for efficiency.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{y:(componentViewport?.y||0)+0+0+0+486.5+32+308}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:11,width:\"30px\",y:(componentViewport?.y||0)+0+0+0+565.9+32+87.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b6335a-container\",nodeId:\"lovIy7P9r\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Down,{height:\"100%\",id:\"lovIy7P9r\",layoutId:\"lovIy7P9r\",style:{height:\"100%\",width:\"100%\"},variant:\"jRlzHVGKL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16lpj4f\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5s1m87\",\"data-framer-name\":\"scroll down\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:87,svg:'<svg width=\"87\" height=\"25\" viewBox=\"-1 -1 87 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.66992 10.2627C5.66992 10.3799 5.62598 10.4775 5.53809 10.5557C5.45996 10.6338 5.3623 10.7021 5.24512 10.7607C5.12793 10.8096 5.00586 10.8438 4.87891 10.8633C4.76172 10.8828 4.66406 10.8926 4.58594 10.8926C4.46875 10.8926 4.35645 10.8828 4.24902 10.8633C4.1416 10.834 4.03418 10.8047 3.92676 10.7754C3.81934 10.7461 3.7168 10.7217 3.61914 10.7021C3.52148 10.6729 3.41895 10.6582 3.31152 10.6582C3.16504 10.6582 3.01855 10.6826 2.87207 10.7314C2.72559 10.7803 2.59375 10.8486 2.47656 10.9365C2.35938 11.0244 2.26172 11.1318 2.18359 11.2588C2.11523 11.3857 2.08105 11.5273 2.08105 11.6836C2.08105 11.918 2.12988 12.1523 2.22754 12.3867C2.3252 12.6113 2.45215 12.8408 2.6084 13.0752C2.77441 13.3096 2.95996 13.5488 3.16504 13.793C3.37988 14.0273 3.60449 14.2666 3.83887 14.5107C4.12207 14.8232 4.40527 15.1406 4.68848 15.4629C4.98145 15.7852 5.24023 16.1221 5.46484 16.4736C5.69922 16.8252 5.88965 17.1963 6.03613 17.5869C6.18262 17.9775 6.25586 18.3877 6.25586 18.8174C6.25586 19.1885 6.19238 19.5205 6.06543 19.8135C5.94824 20.1064 5.77734 20.3555 5.55273 20.5605C5.33789 20.7656 5.07422 20.9219 4.76172 21.0293C4.45898 21.1465 4.12695 21.2051 3.76562 21.2051C3.66797 21.2051 3.5166 21.1855 3.31152 21.1465C3.11621 21.1074 2.8916 21.0537 2.6377 20.9854C2.38379 20.9072 2.12012 20.8242 1.84668 20.7363C1.58301 20.6484 1.33887 20.5557 1.11426 20.458C0.899414 20.3506 0.71875 20.248 0.572266 20.1504C0.435547 20.043 0.367188 19.9453 0.367188 19.8574C0.367188 19.7402 0.420898 19.623 0.52832 19.5059C0.635742 19.3789 0.762695 19.2666 0.90918 19.1689C1.05566 19.0615 1.20703 18.9736 1.36328 18.9053C1.5293 18.8369 1.66602 18.8027 1.77344 18.8027C1.91992 18.8027 2.07129 18.8369 2.22754 18.9053C2.39355 18.9736 2.55957 19.0518 2.72559 19.1396C2.91113 19.2373 3.09668 19.3252 3.28223 19.4033C3.47754 19.4814 3.67773 19.5205 3.88281 19.5205C4.03906 19.5205 4.12695 19.4668 4.14648 19.3594C4.17578 19.252 4.19043 19.1299 4.19043 18.9932C4.19043 18.6514 4.13184 18.3291 4.01465 18.0264C3.89746 17.7139 3.74609 17.4111 3.56055 17.1182C3.375 16.8252 3.16016 16.542 2.91602 16.2686C2.67188 15.9854 2.42773 15.707 2.18359 15.4336C1.92969 15.1602 1.68066 14.8867 1.43652 14.6133C1.20215 14.3398 0.992188 14.0615 0.806641 13.7783C0.621094 13.4854 0.469727 13.1875 0.352539 12.8848C0.245117 12.582 0.191406 12.2598 0.191406 11.918C0.191406 11.498 0.28418 11.1221 0.469727 10.79C0.655273 10.4482 0.894531 10.1553 1.1875 9.91113C1.49023 9.66699 1.82715 9.48145 2.19824 9.35449C2.5791 9.21777 2.95996 9.14941 3.34082 9.14941C3.46777 9.14941 3.66309 9.17871 3.92676 9.2373C4.19043 9.28613 4.44922 9.35938 4.70312 9.45703C4.95703 9.55469 5.18164 9.67188 5.37695 9.80859C5.57227 9.94531 5.66992 10.0967 5.66992 10.2627Z\" fill=\"#434343\"/>\\n<path d=\"M13.9744 17.7188C13.9744 17.9238 13.9402 18.1338 13.8719 18.3486C13.8035 18.5635 13.7254 18.7686 13.6375 18.9639C13.5203 19.2471 13.3787 19.5254 13.2127 19.7988C13.0467 20.0625 12.8562 20.3018 12.6414 20.5166C12.4266 20.7217 12.1824 20.8877 11.909 21.0146C11.6355 21.1416 11.3279 21.2051 10.9861 21.2051C10.3807 21.2051 9.87773 21.0537 9.47734 20.751C9.07695 20.4482 8.75957 20.0674 8.5252 19.6084C8.29082 19.1494 8.1248 18.6465 8.02715 18.0996C7.93926 17.5527 7.89531 17.0352 7.89531 16.5469C7.89531 16.1855 7.90996 15.7607 7.93926 15.2725C7.96855 14.7744 8.02227 14.2617 8.10039 13.7344C8.18828 13.207 8.31035 12.6846 8.4666 12.167C8.63262 11.6494 8.84258 11.1904 9.09648 10.79C9.35039 10.3799 9.65801 10.0479 10.0193 9.79395C10.3904 9.54004 10.8299 9.41309 11.3377 9.41309C11.4451 9.41309 11.6014 9.43262 11.8064 9.47168C12.0115 9.51074 12.2117 9.56934 12.407 9.64746C12.6121 9.71582 12.7879 9.81348 12.9344 9.94043C13.0906 10.0576 13.1687 10.1943 13.1687 10.3506C13.1687 10.4971 13.1004 10.6094 12.9637 10.6875C12.8367 10.7656 12.6805 10.8242 12.4949 10.8633C12.3191 10.8926 12.1336 10.9121 11.9383 10.9219C11.7527 10.9219 11.6014 10.9219 11.4842 10.9219H11.2205C10.9471 11.166 10.7225 11.5273 10.5467 12.0059C10.3709 12.4746 10.2342 12.9775 10.1365 13.5146C10.0389 14.0518 9.97051 14.584 9.93145 15.1113C9.89238 15.6289 9.87285 16.0537 9.87285 16.3857C9.87285 16.8545 9.90703 17.3184 9.97539 17.7773C10.0535 18.2266 10.2049 18.6514 10.4295 19.0518C10.4783 19.1396 10.5467 19.2422 10.6346 19.3594C10.7322 19.4668 10.8396 19.5205 10.9568 19.5205C11.0447 19.5205 11.1326 19.4473 11.2205 19.3008C11.3182 19.1543 11.4061 18.9834 11.4842 18.7881C11.5623 18.5928 11.6258 18.4023 11.6746 18.2168C11.7234 18.0312 11.7576 17.8945 11.7771 17.8066C11.7869 17.7676 11.7918 17.7236 11.7918 17.6748C11.7918 17.626 11.7918 17.5771 11.7918 17.5283C11.7918 17.4404 11.7918 17.3574 11.7918 17.2793C11.8016 17.1914 11.8162 17.123 11.8357 17.0742C11.9041 16.9082 11.992 16.7959 12.0994 16.7373C12.2166 16.6787 12.3582 16.6494 12.5242 16.6494C12.6707 16.6494 12.827 16.6689 12.993 16.708C13.159 16.7471 13.3152 16.8105 13.4617 16.8984C13.6082 16.9863 13.7303 17.0986 13.8279 17.2354C13.9256 17.3721 13.9744 17.5332 13.9744 17.7188Z\" fill=\"#434343\"/>\\n<path d=\"M17.1959 21.2344C17.0494 21.2344 16.8883 21.2148 16.7125 21.1758C16.5465 21.1367 16.3854 21.0732 16.2291 20.9854C16.0826 20.8975 15.9557 20.79 15.8482 20.6631C15.7506 20.5264 15.7018 20.3652 15.7018 20.1797C15.7018 19.9062 15.7115 19.6377 15.7311 19.374C15.7604 19.1006 15.7896 18.832 15.8189 18.5684V18.583L15.9068 17.6016C15.9361 17.25 15.9605 16.8643 15.9801 16.4443C15.9996 16.0244 16.0143 15.5996 16.024 15.1699C16.0436 14.7305 16.0582 14.3008 16.068 13.8809C16.0777 13.4609 16.0826 13.0752 16.0826 12.7236C16.0826 12.5186 16.0777 12.3135 16.068 12.1084C16.068 11.8936 16.068 11.6787 16.068 11.4639C16.0582 11.2783 16.0533 11.0732 16.0533 10.8486C16.0533 10.6143 16.0533 10.3994 16.0533 10.2041C16.0533 9.99902 16.0777 9.83301 16.1266 9.70605C16.1852 9.56934 16.3414 9.50098 16.5953 9.50098C16.8199 9.50098 17.0543 9.55957 17.2984 9.67676C17.5523 9.79395 17.7281 9.95996 17.8258 10.1748H17.8111C17.86 10.2822 17.8941 10.458 17.9137 10.7021C17.943 10.9365 17.9625 11.1465 17.9723 11.332C18.1383 11.0781 18.3238 10.8096 18.5289 10.5264C18.7437 10.2432 18.9732 9.98438 19.2174 9.75C19.4615 9.50586 19.7203 9.30566 19.9937 9.14941C20.2672 8.99316 20.5602 8.91504 20.8727 8.91504C21.2828 8.91504 21.5953 9.01758 21.8102 9.22266C22.025 9.42773 22.1812 9.68652 22.2789 9.99902C22.3766 10.3018 22.4303 10.6289 22.44 10.9805C22.4498 11.3223 22.4547 11.6348 22.4547 11.918V12.0352C22.4547 12.1523 22.4498 12.2695 22.44 12.3867C22.44 12.4941 22.4205 12.5967 22.3814 12.6943C22.3521 12.7822 22.2936 12.8555 22.2057 12.9141C22.1275 12.9727 22.0152 13.002 21.8687 13.002C21.7125 13.002 21.5465 12.9824 21.3707 12.9434C21.1949 12.8945 21.0289 12.8262 20.8727 12.7383C20.7262 12.6504 20.5992 12.543 20.4918 12.416C20.3844 12.2793 20.3258 12.123 20.316 11.9473C20.316 11.8691 20.316 11.791 20.316 11.7129C20.316 11.6348 20.3209 11.5566 20.3307 11.4785C20.3307 11.4297 20.3307 11.3711 20.3307 11.3027C20.3404 11.2246 20.3453 11.1514 20.3453 11.083C20.0328 11.3955 19.7545 11.7812 19.5104 12.2402C19.276 12.6992 19.0611 13.1875 18.8658 13.7051C18.6803 14.2227 18.5191 14.7451 18.3824 15.2725C18.2457 15.79 18.1285 16.2588 18.0309 16.6787V16.7227C18.0016 17.0254 17.982 17.3232 17.9723 17.6162C17.9625 17.9092 17.9527 18.2119 17.943 18.5244C17.9332 18.876 17.9186 19.2324 17.899 19.5938C17.8893 19.9551 17.8648 20.3066 17.8258 20.6484C17.8062 20.834 17.7477 20.9756 17.65 21.0732C17.5621 21.1807 17.4107 21.2344 17.1959 21.2344Z\" fill=\"#434343\"/>\\n<path d=\"M30.642 14.9941C30.642 15.8438 30.5688 16.6934 30.4223 17.543C30.2855 18.3828 29.9975 19.1787 29.558 19.9307C29.4213 20.1553 29.265 20.375 29.0893 20.5898C28.9135 20.7949 28.7182 20.9805 28.5033 21.1465C28.2982 21.3223 28.0688 21.459 27.8148 21.5566C27.5707 21.6641 27.3119 21.7178 27.0385 21.7178C26.6088 21.7178 26.2328 21.6152 25.9105 21.4102C25.598 21.2148 25.3246 20.9561 25.0902 20.6338C24.8656 20.3018 24.6752 19.9307 24.5189 19.5205C24.3725 19.1006 24.2553 18.6758 24.1674 18.2461C24.0893 17.8066 24.0307 17.3818 23.9916 16.9717C23.9623 16.5615 23.9477 16.2002 23.9477 15.8877C23.9477 15.5361 23.9623 15.1504 23.9916 14.7305C24.0209 14.3105 24.0697 13.8809 24.1381 13.4414C24.2162 13.002 24.3139 12.5674 24.4311 12.1377C24.558 11.708 24.7191 11.3076 24.9145 10.9365C25.1098 10.5557 25.3441 10.2188 25.6176 9.92578C25.891 9.62305 26.2084 9.38379 26.5697 9.20801V9.22266C26.8822 9.05664 27.1947 8.97363 27.5072 8.97363C27.7025 8.97363 27.8539 9.01758 27.9613 9.10547C28.0688 9.18359 28.1176 9.32031 28.1078 9.51562C28.6449 9.61328 29.0795 9.87207 29.4115 10.292C29.7436 10.7119 29.9975 11.2002 30.1732 11.7568C30.3588 12.3135 30.4809 12.8848 30.5395 13.4707C30.6078 14.0566 30.642 14.5645 30.642 14.9941ZM27.3314 11.332C27.1654 11.332 27.0092 11.2686 26.8627 11.1416C26.6771 11.4248 26.5209 11.752 26.3939 12.123C26.267 12.4844 26.1645 12.8604 26.0863 13.251C26.018 13.6318 25.9691 14.0176 25.9398 14.4082C25.9105 14.7988 25.8959 15.165 25.8959 15.5068C25.8959 15.79 25.9105 16.1562 25.9398 16.6055C25.9691 17.0449 26.0229 17.4893 26.101 17.9385C26.1889 18.3877 26.3061 18.8076 26.4525 19.1982C26.6088 19.5889 26.809 19.877 27.0531 20.0625C27.3559 19.8867 27.6049 19.6084 27.8002 19.2275C28.0053 18.8369 28.1664 18.4121 28.2836 17.9531C28.4008 17.4941 28.4789 17.0303 28.518 16.5615C28.5668 16.0928 28.5912 15.6924 28.5912 15.3604C28.5912 15.1162 28.5766 14.7988 28.5473 14.4082C28.518 14.0176 28.4691 13.6221 28.4008 13.2217C28.3324 12.8115 28.2348 12.4307 28.1078 12.0791C27.9906 11.7275 27.8393 11.4639 27.6537 11.2881C27.5658 11.3174 27.4584 11.332 27.3314 11.332Z\" fill=\"#434343\"/>\\n<path d=\"M36.632 21.4248C36.632 21.5615 36.5979 21.6738 36.5295 21.7617C36.4611 21.8496 36.3732 21.918 36.2658 21.9668C36.1682 22.0254 36.0559 22.0645 35.9289 22.084C35.8117 22.1133 35.7043 22.1279 35.6066 22.1279C35.2648 22.1279 34.967 22.0303 34.7131 21.835C34.4592 21.6396 34.2395 21.3857 34.0539 21.0732C33.8684 20.7705 33.717 20.4238 33.5998 20.0332C33.4826 19.6328 33.385 19.2373 33.3068 18.8467C33.2287 18.4463 33.1701 18.0654 33.1311 17.7041C33.092 17.333 33.0627 17.0156 33.0432 16.752C32.9553 15.8438 32.8918 14.9209 32.8527 13.9834C32.8234 13.0459 32.8088 12.1182 32.8088 11.2002C32.8088 8.69043 32.8967 6.20508 33.0725 3.74414C33.0725 3.70508 33.0725 3.66113 33.0725 3.6123C33.0822 3.56348 33.0871 3.51465 33.0871 3.46582C33.0969 3.26074 33.1066 3.02637 33.1164 2.7627C33.1262 2.48926 33.1408 2.2207 33.1604 1.95703C33.1799 1.69336 33.1994 1.4541 33.2189 1.23926C33.2482 1.01465 33.2824 0.858398 33.3215 0.770508V0.785156C33.3605 0.648438 33.4143 0.545898 33.4826 0.477539C33.551 0.40918 33.6682 0.375 33.8342 0.375C34.1857 0.375 34.4836 0.492188 34.7277 0.726562C34.9719 0.960938 35.0939 1.25391 35.0939 1.60547C35.0939 1.68359 35.0891 1.76172 35.0793 1.83984C35.0793 1.9082 35.0744 1.97656 35.0646 2.04492C35.0549 2.11328 35.0451 2.18164 35.0354 2.25C35.0354 2.30859 35.0354 2.3623 35.0354 2.41113C35.0061 2.79199 34.9816 3.17285 34.9621 3.55371C34.9523 3.9248 34.9377 4.30078 34.9182 4.68164C34.8693 5.52148 34.8303 6.36133 34.801 7.20117C34.7814 8.03125 34.7717 8.87109 34.7717 9.7207C34.7717 10.082 34.7766 10.5557 34.7863 11.1416C34.7961 11.7275 34.8156 12.3672 34.8449 13.0605C34.8742 13.7441 34.9133 14.4521 34.9621 15.1846C35.0207 15.917 35.0939 16.6152 35.1818 17.2793C35.2697 17.9434 35.3723 18.5439 35.4895 19.0811C35.6164 19.6182 35.7629 20.0332 35.9289 20.3262C36.0168 20.3652 36.0998 20.4287 36.1779 20.5166C36.2658 20.5947 36.3391 20.6875 36.3977 20.7949C36.466 20.8926 36.5197 20.9951 36.5588 21.1025C36.6076 21.2197 36.632 21.3271 36.632 21.4248Z\" fill=\"#434343\"/>\\n<path d=\"M41.9629 21.4248C41.9629 21.5615 41.9287 21.6738 41.8604 21.7617C41.792 21.8496 41.7041 21.918 41.5967 21.9668C41.499 22.0254 41.3867 22.0645 41.2598 22.084C41.1426 22.1133 41.0352 22.1279 40.9375 22.1279C40.5957 22.1279 40.2979 22.0303 40.0439 21.835C39.79 21.6396 39.5703 21.3857 39.3848 21.0732C39.1992 20.7705 39.0479 20.4238 38.9307 20.0332C38.8135 19.6328 38.7158 19.2373 38.6377 18.8467C38.5596 18.4463 38.501 18.0654 38.4619 17.7041C38.4229 17.333 38.3936 17.0156 38.374 16.752C38.2861 15.8438 38.2227 14.9209 38.1836 13.9834C38.1543 13.0459 38.1396 12.1182 38.1396 11.2002C38.1396 8.69043 38.2275 6.20508 38.4033 3.74414C38.4033 3.70508 38.4033 3.66113 38.4033 3.6123C38.4131 3.56348 38.418 3.51465 38.418 3.46582C38.4277 3.26074 38.4375 3.02637 38.4473 2.7627C38.457 2.48926 38.4717 2.2207 38.4912 1.95703C38.5107 1.69336 38.5303 1.4541 38.5498 1.23926C38.5791 1.01465 38.6133 0.858398 38.6523 0.770508V0.785156C38.6914 0.648438 38.7451 0.545898 38.8135 0.477539C38.8818 0.40918 38.999 0.375 39.165 0.375C39.5166 0.375 39.8145 0.492188 40.0586 0.726562C40.3027 0.960938 40.4248 1.25391 40.4248 1.60547C40.4248 1.68359 40.4199 1.76172 40.4102 1.83984C40.4102 1.9082 40.4053 1.97656 40.3955 2.04492C40.3857 2.11328 40.376 2.18164 40.3662 2.25C40.3662 2.30859 40.3662 2.3623 40.3662 2.41113C40.3369 2.79199 40.3125 3.17285 40.293 3.55371C40.2832 3.9248 40.2686 4.30078 40.249 4.68164C40.2002 5.52148 40.1611 6.36133 40.1318 7.20117C40.1123 8.03125 40.1025 8.87109 40.1025 9.7207C40.1025 10.082 40.1074 10.5557 40.1172 11.1416C40.127 11.7275 40.1465 12.3672 40.1758 13.0605C40.2051 13.7441 40.2441 14.4521 40.293 15.1846C40.3516 15.917 40.4248 16.6152 40.5127 17.2793C40.6006 17.9434 40.7031 18.5439 40.8203 19.0811C40.9473 19.6182 41.0938 20.0332 41.2598 20.3262C41.3477 20.3652 41.4307 20.4287 41.5088 20.5166C41.5967 20.5947 41.6699 20.6875 41.7285 20.7949C41.7969 20.8926 41.8506 20.9951 41.8896 21.1025C41.9385 21.2197 41.9629 21.3271 41.9629 21.4248Z\" fill=\"#434343\"/>\\n<path d=\"M55.7154 20.5459C55.7154 20.6533 55.691 20.7461 55.6422 20.8242C55.5934 20.8926 55.5299 20.9512 55.4518 21C55.3834 21.0391 55.3053 21.0684 55.2174 21.0879C55.1393 21.1074 55.0611 21.1172 54.983 21.1172C54.8658 21.1172 54.7389 21.1025 54.6021 21.0732C54.4654 21.0439 54.3287 21.0049 54.192 20.9561C54.0553 20.8975 53.9283 20.8291 53.8111 20.751C53.7037 20.6631 53.6207 20.5654 53.5621 20.458C53.5035 20.3506 53.4596 20.2188 53.4303 20.0625C53.4107 19.8965 53.3912 19.7305 53.3717 19.5645C53.274 19.7988 53.1568 20.0283 53.0201 20.2529C52.8932 20.4775 52.7369 20.6777 52.5514 20.8535C52.3658 21.0195 52.1559 21.1514 51.9215 21.249C51.6969 21.3564 51.443 21.4102 51.1598 21.4102C50.6617 21.4102 50.2564 21.293 49.9439 21.0586C49.6412 20.8242 49.402 20.5312 49.2262 20.1797C49.0602 19.8184 48.9479 19.4277 48.8893 19.0078C48.8404 18.5781 48.816 18.168 48.816 17.7773C48.816 17.4551 48.8307 17.0889 48.86 16.6787C48.8893 16.2686 48.9283 15.8486 48.9771 15.4189C49.026 14.9893 49.0846 14.5742 49.1529 14.1738C49.2213 13.7637 49.2945 13.4023 49.3727 13.0898C49.4703 12.7285 49.5875 12.333 49.7242 11.9033C49.8707 11.4639 50.0514 11.0586 50.2662 10.6875C50.4908 10.3066 50.7643 9.98438 51.0865 9.7207C51.4088 9.45703 51.7945 9.31055 52.2438 9.28125C52.2145 8.49023 52.1705 7.7627 52.1119 7.09863C52.0631 6.4248 52.0094 5.73633 51.9508 5.0332L51.8043 3.40723L51.7457 2.82129C51.7262 2.66504 51.7115 2.50879 51.7018 2.35254C51.692 2.18652 51.6871 2.02539 51.6871 1.86914C51.6871 1.64453 51.7457 1.48828 51.8629 1.40039C51.9898 1.3125 52.151 1.26855 52.3463 1.26855C52.776 1.26855 53.1031 1.33203 53.3277 1.45898C53.5523 1.58594 53.7086 1.75684 53.7965 1.97168C53.8941 2.18652 53.9479 2.44043 53.9576 2.7334C53.9674 3.0166 53.9723 3.32422 53.9723 3.65625C53.9723 3.87109 53.9967 4.11523 54.0455 4.38867L54.1188 4.93066L54.2359 6.4248C54.2555 6.65918 54.275 6.89355 54.2945 7.12793C54.3141 7.3623 54.3336 7.59668 54.3531 7.83105L54.6607 10.9805L55.2467 16.8691L55.2906 17.4111C55.3297 17.8115 55.3639 18.2266 55.3932 18.6562C55.4322 19.0859 55.5006 19.5107 55.5982 19.9307C55.6275 20.0381 55.652 20.1406 55.6715 20.2383C55.7008 20.3359 55.7154 20.4385 55.7154 20.5459ZM52.3023 11.9766C52.3023 11.8691 52.2975 11.752 52.2877 11.625C52.2877 11.4883 52.2877 11.3613 52.2877 11.2441V10.8486C52.2193 10.9463 52.1314 11.083 52.024 11.2588C51.9166 11.4248 51.8336 11.5762 51.775 11.7129C51.6188 12.0547 51.4771 12.4941 51.3502 13.0312C51.2232 13.5586 51.1109 14.1152 51.0133 14.7012C50.9254 15.2773 50.857 15.8438 50.8082 16.4004C50.7594 16.9473 50.735 17.4062 50.735 17.7773C50.735 17.9141 50.735 18.0703 50.735 18.2461C50.7447 18.4219 50.7643 18.6025 50.7936 18.7881C50.8229 18.9639 50.8668 19.1348 50.9254 19.3008C50.984 19.4668 51.0621 19.6035 51.1598 19.7109C51.3063 19.5254 51.4381 19.2422 51.5553 18.8613C51.6725 18.4707 51.7701 18.0312 51.8482 17.543C51.9361 17.0449 52.0094 16.5225 52.068 15.9756C52.1266 15.4287 52.1705 14.9014 52.1998 14.3936C52.2389 13.876 52.2633 13.4072 52.273 12.9873C52.2926 12.5576 52.3023 12.2207 52.3023 11.9766Z\" fill=\"#434343\"/>\\n<path d=\"M64.3275 14.9941C64.3275 15.8438 64.2543 16.6934 64.1078 17.543C63.9711 18.3828 63.683 19.1787 63.2436 19.9307C63.1068 20.1553 62.9506 20.375 62.7748 20.5898C62.599 20.7949 62.4037 20.9805 62.1889 21.1465C61.9838 21.3223 61.7543 21.459 61.5004 21.5566C61.2562 21.6641 60.9975 21.7178 60.724 21.7178C60.2943 21.7178 59.9184 21.6152 59.5961 21.4102C59.2836 21.2148 59.0102 20.9561 58.7758 20.6338C58.5512 20.3018 58.3607 19.9307 58.2045 19.5205C58.058 19.1006 57.9408 18.6758 57.8529 18.2461C57.7748 17.8066 57.7162 17.3818 57.6771 16.9717C57.6479 16.5615 57.6332 16.2002 57.6332 15.8877C57.6332 15.5361 57.6479 15.1504 57.6771 14.7305C57.7064 14.3105 57.7553 13.8809 57.8236 13.4414C57.9018 13.002 57.9994 12.5674 58.1166 12.1377C58.2436 11.708 58.4047 11.3076 58.6 10.9365C58.7953 10.5557 59.0297 10.2188 59.3031 9.92578C59.5766 9.62305 59.8939 9.38379 60.2553 9.20801V9.22266C60.5678 9.05664 60.8803 8.97363 61.1928 8.97363C61.3881 8.97363 61.5395 9.01758 61.6469 9.10547C61.7543 9.18359 61.8031 9.32031 61.7934 9.51562C62.3305 9.61328 62.765 9.87207 63.0971 10.292C63.4291 10.7119 63.683 11.2002 63.8588 11.7568C64.0443 12.3135 64.1664 12.8848 64.225 13.4707C64.2934 14.0566 64.3275 14.5645 64.3275 14.9941ZM61.017 11.332C60.851 11.332 60.6947 11.2686 60.5482 11.1416C60.3627 11.4248 60.2064 11.752 60.0795 12.123C59.9525 12.4844 59.85 12.8604 59.7719 13.251C59.7035 13.6318 59.6547 14.0176 59.6254 14.4082C59.5961 14.7988 59.5814 15.165 59.5814 15.5068C59.5814 15.79 59.5961 16.1562 59.6254 16.6055C59.6547 17.0449 59.7084 17.4893 59.7865 17.9385C59.8744 18.3877 59.9916 18.8076 60.1381 19.1982C60.2943 19.5889 60.4945 19.877 60.7387 20.0625C61.0414 19.8867 61.2904 19.6084 61.4857 19.2275C61.6908 18.8369 61.852 18.4121 61.9691 17.9531C62.0863 17.4941 62.1645 17.0303 62.2035 16.5615C62.2523 16.0928 62.2768 15.6924 62.2768 15.3604C62.2768 15.1162 62.2621 14.7988 62.2328 14.4082C62.2035 14.0176 62.1547 13.6221 62.0863 13.2217C62.018 12.8115 61.9203 12.4307 61.7934 12.0791C61.6762 11.7275 61.5248 11.4639 61.3393 11.2881C61.2514 11.3174 61.1439 11.332 61.017 11.332Z\" fill=\"#434343\"/>\\n<path d=\"M71.7824 11.7422C71.7824 11.8203 71.7824 11.8984 71.7824 11.9766C71.7824 12.0449 71.7727 12.1133 71.7531 12.1816C71.8996 12.709 72.0314 13.2412 72.1486 13.7783C72.2756 14.3057 72.3977 14.833 72.5148 15.3604C72.5734 14.7646 72.6223 14.1689 72.6613 13.5732C72.7102 12.9678 72.7346 12.3672 72.7346 11.7715C72.7346 11.1855 72.715 10.5898 72.676 9.98438C72.6369 9.36914 72.5393 8.7832 72.383 8.22656L72.3244 8.02148C72.3049 7.97266 72.2902 7.91895 72.2805 7.86035C72.2707 7.80176 72.2658 7.74316 72.2658 7.68457C72.2658 7.57715 72.2902 7.49414 72.3391 7.43555C72.3977 7.36719 72.466 7.31836 72.5441 7.28906C72.6223 7.25977 72.7102 7.24023 72.8078 7.23047C72.9055 7.2207 72.9934 7.21582 73.0715 7.21582C73.3156 7.21582 73.5695 7.24512 73.8332 7.30371C74.009 7.35254 74.1506 7.42578 74.258 7.52344C74.3654 7.61133 74.4436 7.71875 74.4924 7.8457C74.551 7.97266 74.59 8.11426 74.6096 8.27051C74.6291 8.41699 74.6438 8.56836 74.6535 8.72461C74.6535 8.74414 74.6535 8.76367 74.6535 8.7832C74.6633 8.80273 74.6682 8.82227 74.6682 8.8418C74.717 9.27148 74.7512 9.70605 74.7707 10.1455C74.8 10.5752 74.8147 11 74.8147 11.4199C74.8147 12.7285 74.7365 14.0322 74.5803 15.3311C74.4338 16.6299 74.2531 17.9189 74.0383 19.1982C74.009 19.3936 73.965 19.5938 73.9064 19.7988C73.8576 20.0039 73.7844 20.1943 73.6867 20.3701C73.5891 20.5459 73.4621 20.6924 73.3059 20.8096C73.1496 20.917 72.9543 20.9707 72.7199 20.9707C72.4563 20.9707 72.2414 20.9121 72.0754 20.7949C71.9094 20.668 71.7727 20.5117 71.6652 20.3262C71.5676 20.1309 71.4943 19.916 71.4455 19.6816C71.3967 19.4473 71.3576 19.2178 71.3283 18.9932C71.3088 18.8857 71.2893 18.7881 71.2697 18.7002C71.26 18.6123 71.2453 18.5293 71.2258 18.4512L70.8156 16.6348C70.7375 16.9082 70.6301 17.2549 70.4934 17.6748C70.3664 18.085 70.2248 18.5 70.0686 18.9199C69.9221 19.3398 69.7707 19.7207 69.6145 20.0625C69.468 20.4043 69.3459 20.6387 69.2482 20.7656C69.1408 20.8926 69.0041 20.9902 68.8381 21.0586C68.6721 21.1367 68.5061 21.1758 68.34 21.1758C68.0471 21.1758 67.7932 21.083 67.5783 20.8975C67.383 20.7021 67.2561 20.4775 67.1975 20.2236C67.1389 19.9697 67.0949 19.7158 67.0656 19.4619C67.0656 19.4424 67.0607 19.418 67.051 19.3887C67.051 19.3594 67.051 19.335 67.051 19.3154C66.9045 18.2412 66.7971 17.1523 66.7287 16.0488C66.6604 14.9355 66.6262 13.8271 66.6262 12.7236V10.292C66.6262 10.2041 66.6311 10.1113 66.6408 10.0137C66.6506 9.91602 66.6701 9.82812 66.6994 9.75C66.7385 9.66211 66.7922 9.59375 66.8605 9.54492C66.9387 9.49609 67.0461 9.47168 67.1828 9.47168C67.5441 9.47168 67.842 9.5791 68.0764 9.79395C68.3107 10.0088 68.4426 10.292 68.4719 10.6436C68.5012 11.1123 68.5207 11.5859 68.5305 12.0645C68.55 12.543 68.5647 13.0166 68.5744 13.4854C68.5842 14.0225 68.5891 14.5449 68.5891 15.0527C68.5988 15.5508 68.633 16.0781 68.6916 16.6348C68.8088 16.2539 68.9211 15.8584 69.0285 15.4482C69.1359 15.0381 69.2287 14.623 69.3068 14.2031C69.3947 13.7832 69.4631 13.3682 69.5119 12.958C69.5705 12.5381 69.5998 12.1328 69.5998 11.7422C69.5998 11.6934 69.5949 11.6543 69.5852 11.625C69.5852 11.5859 69.5852 11.542 69.5852 11.4932C69.5754 11.4443 69.5705 11.3955 69.5705 11.3467C69.5705 11.2979 69.5705 11.249 69.5705 11.2002C69.5705 10.9561 69.6242 10.7754 69.7316 10.6582C69.8391 10.541 70.0246 10.4824 70.2883 10.4824C70.3859 10.4824 70.5031 10.4971 70.6398 10.5264C70.7863 10.5557 70.9279 10.5996 71.0647 10.6582C71.2111 10.7168 71.343 10.79 71.4602 10.8779C71.5773 10.9658 71.6555 11.0635 71.6945 11.1709H71.6799C71.7287 11.2686 71.758 11.3613 71.7678 11.4492C71.7775 11.5371 71.7824 11.6348 71.7824 11.7422Z\" fill=\"#434343\"/>\\n<path d=\"M79.7939 20.9268C79.7939 21.1514 79.7256 21.2979 79.5889 21.3662C79.4619 21.4346 79.3057 21.4688 79.1201 21.4688C78.9541 21.4688 78.7881 21.4541 78.6221 21.4248C78.4658 21.4053 78.3145 21.3613 78.168 21.293C78.0312 21.2246 77.9092 21.1318 77.8018 21.0146C77.7041 20.8975 77.6357 20.7461 77.5967 20.5605C77.46 19.9746 77.3818 19.4033 77.3623 18.8467C77.3428 18.2803 77.333 17.6992 77.333 17.1035V15.3018C77.333 14.4814 77.3672 13.6318 77.4355 12.7529C77.5039 11.8643 77.5771 11.0098 77.6553 10.1895C77.6553 10.1602 77.6602 10.126 77.6699 10.0869C77.6797 10.0479 77.6846 10.0186 77.6846 9.99902C77.6943 9.8916 77.709 9.77441 77.7285 9.64746C77.748 9.52051 77.7773 9.4082 77.8164 9.31055C77.8652 9.20312 77.9287 9.11523 78.0068 9.04688C78.0947 8.97852 78.207 8.94434 78.3438 8.94434C78.5 8.94434 78.6465 8.97852 78.7832 9.04688C78.9297 9.10547 79.0566 9.18848 79.1641 9.2959C79.2715 9.39355 79.3545 9.51562 79.4131 9.66211C79.4814 9.80859 79.5156 9.95996 79.5156 10.1162C79.5156 10.2822 79.5107 10.4678 79.501 10.6729C79.4912 10.8682 79.4766 11.0537 79.457 11.2295C79.457 11.2783 79.4521 11.332 79.4424 11.3906C79.4424 11.4492 79.4375 11.5029 79.4277 11.5518C79.5645 11.2783 79.7207 10.9951 79.8965 10.7021C80.0723 10.3994 80.2725 10.126 80.4971 9.88184C80.7314 9.62793 80.9854 9.42285 81.2588 9.2666C81.542 9.11035 81.8545 9.03223 82.1963 9.03223C82.4795 9.03223 82.7139 9.07617 82.8994 9.16406C83.085 9.25195 83.2314 9.37891 83.3389 9.54492C83.4561 9.70117 83.5342 9.88672 83.5732 10.1016C83.6221 10.3164 83.6465 10.5459 83.6465 10.79C83.6465 11.1221 83.6367 11.459 83.6172 11.8008C83.5977 12.1328 83.5781 12.4648 83.5586 12.7969C83.5293 13.1387 83.5049 13.4756 83.4854 13.8076C83.4658 14.1396 83.4561 14.4766 83.4561 14.8184C83.4561 15.2285 83.4658 15.6533 83.4854 16.0928C83.5049 16.5225 83.5342 16.9375 83.5732 17.3379C83.6123 17.7285 83.6562 18.085 83.7051 18.4072C83.7539 18.7197 83.8027 18.9639 83.8516 19.1396C83.8906 19.2861 83.9297 19.457 83.9688 19.6523C84.0176 19.8379 84.0615 20.0332 84.1006 20.2383C84.1494 20.4336 84.1885 20.624 84.2178 20.8096C84.2471 20.9951 84.2617 21.1611 84.2617 21.3076C84.2617 21.5225 84.1738 21.6592 83.998 21.7178C83.832 21.7764 83.666 21.8057 83.5 21.8057C83.334 21.8057 83.1436 21.791 82.9287 21.7617C82.7236 21.7422 82.5381 21.6885 82.3721 21.6006C82.167 21.4541 82.0303 21.249 81.9619 20.9854C81.9033 20.7217 81.8643 20.4629 81.8447 20.209L81.8008 19.8135C81.7715 19.5791 81.7324 19.2715 81.6836 18.8906C81.6348 18.5098 81.5859 18.0898 81.5371 17.6309C81.498 17.1719 81.4639 16.6982 81.4346 16.21C81.4053 15.7119 81.3906 15.2285 81.3906 14.7598C81.3906 14.3398 81.4053 13.9346 81.4346 13.5439C81.4736 13.1533 81.5127 12.7578 81.5518 12.3574C81.5713 12.1523 81.5859 11.9863 81.5957 11.8594C81.6055 11.7324 81.6201 11.5664 81.6396 11.3613C81.4443 11.6738 81.249 12.04 81.0537 12.46C80.8584 12.8799 80.6729 13.3193 80.4971 13.7783C80.3213 14.2275 80.1602 14.667 80.0137 15.0967C79.877 15.5264 79.7695 15.9023 79.6914 16.2246L79.6035 16.5469C79.5547 16.7031 79.5107 16.8594 79.4717 17.0156C79.4424 17.1719 79.4277 17.3184 79.4277 17.4551C79.4277 17.6309 79.4375 17.8359 79.457 18.0703C79.4766 18.2949 79.501 18.5098 79.5303 18.7148C79.5596 18.959 79.5938 19.208 79.6328 19.4619C79.6328 19.4814 79.6426 19.5449 79.6621 19.6523C79.6816 19.7598 79.7012 19.8867 79.7207 20.0332C79.7402 20.1797 79.7549 20.3359 79.7646 20.502C79.7842 20.6582 79.7939 20.7998 79.7939 20.9268Z\" fill=\"#434343\"/>\\n</svg>\\n',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1srf5b3\",\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{__framer__transformTargets:[{target:{opacity:1,rotate:-10,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],style:{scale:.75}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{bounce:.2,damping:60,delay:0,duration:.5,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:-10,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,x:0,y:-250}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1odt5ry\",\"data-border\":true,\"data-framer-name\":\"Summary\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1npx2kg\",\"data-framer-name\":\"Frame 185\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-65ddtt\",\"data-framer-name\":\"Comment\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j25hdr\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ky6f5z\",\"data-framer-name\":\"Comment Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v24338\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(107, 107, 107)\"},children:[\"Your\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(253, 253, 253)\"},children:\" 4 unread \"}),\"email\u2019s summary\"]})}),className:\"framer-p3yblo\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lvvyxg\",\"data-framer-name\":\"Summary\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Design                             with AI startup FlowSync, an                        from Naomi, and a response regarding a March          \"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"                   from \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(107, 107, 107)\"},children:\"Cynthia\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Additionally, there\u2019s a                         from \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(107, 107, 107)\"},children:\"Dann Kirk\"})]})]}),className:\"framer-1g76fiu\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Bold\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q44ge2\",\"data-framer-name\":\"Frame 187\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(248, 248, 248)\"},children:\"DK\"})}),className:\"framer-hdfygr\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1010+0+116.5+8+0+0+0+30+0+0+0+144+97),sizes:\"20px\",src:\"https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg\",srcSet:\"https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U68AYLoxGJcbRMxmGpSIEmI7yI.jpg 1200w\"},className:\"framer-326a7j\",\"data-framer-name\":\"Serene Portrait Illustration\"}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+1010+0+116.5+8+0+0+0+30+0+0+0+144+210-59,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hcm0cr-container hidden-qggshp hidden-xipmcb\",nodeId:\"FxXuY17eZ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PilFour,{height:\"100%\",id:\"FxXuY17eZ\",layoutId:\"FxXuY17eZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+1010+0+116.5+8+0+0+0+30+0+0+0+144+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12ralek-container\",nodeId:\"MeCMOOwaO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PilOne,{height:\"100%\",id:\"MeCMOOwaO\",layoutId:\"MeCMOOwaO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+1010+0+116.5+8+0+0+0+30+0+0+0+144+32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1990gf3-container\",nodeId:\"ogXeGYMvI\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PilTwo,{height:\"100%\",id:\"ogXeGYMvI\",layoutId:\"ogXeGYMvI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+1010+0+116.5+8+0+0+0+30+0+0+0+144+90,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dzsypf-container\",nodeId:\"HepkUZ7w2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PilThree,{height:\"100%\",id:\"HepkUZ7w2\",layoutId:\"HepkUZ7w2\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B2DWe7jez:{height:28,y:(componentViewport?.y||0)+0+1010+0+116.5+8+0+0+0+30+0+0+0+144+210-59},Xv4vaVm9h:{height:28,y:(componentViewport?.y||0)+0+1010+0+116.5+8+0+0+0+30+0+0+0+144+210-59}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r3g9nw-container hidden-72rtr7\",nodeId:\"I8Vcn8Jv3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PilMobile,{height:\"100%\",id:\"I8Vcn8Jv3\",layoutId:\"I8Vcn8Jv3\",variant:\"vSP9O9Zn5\",width:\"100%\"})})})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rf3029\",\"data-framer-name\":\"Nav\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-96899s\",\"data-framer-name\":\"Tab\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-w9ew4y\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"12\" viewBox=\"-1 -1 14 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.967285 1.29395C0.682617 1.29395 0.462402 1.06299 0.462402 0.783691C0.462402 0.499023 0.682617 0.273438 0.967285 0.273438H6.9668C7.24609 0.273438 7.47168 0.499023 7.47168 0.783691C7.47168 1.06299 7.24609 1.29395 6.9668 1.29395H0.967285ZM8.79834 1.29395C8.51367 1.29395 8.29346 1.06299 8.29346 0.783691C8.29346 0.499023 8.51367 0.273438 8.79834 0.273438H11.0273C11.312 0.273438 11.5376 0.499023 11.5376 0.783691C11.5376 1.06299 11.312 1.29395 11.0273 1.29395H8.79834ZM0.967285 4.10303C0.682617 4.10303 0.462402 3.87207 0.462402 3.59277C0.462402 3.31348 0.682617 3.08252 0.967285 3.08252H2.03613C2.31543 3.08252 2.54102 3.30811 2.54102 3.59277C2.54102 3.87207 2.31543 4.10303 2.03613 4.10303H0.967285ZM3.86768 4.10303C3.58301 4.10303 3.36279 3.87207 3.36279 3.59277C3.36279 3.31348 3.58301 3.08252 3.86768 3.08252H6.53174C6.81641 3.08252 7.03662 3.30811 7.03662 3.59277C7.03662 3.87207 6.81104 4.10303 6.53174 4.10303H3.86768ZM8.36328 4.10303C8.07861 4.10303 7.8584 3.87207 7.8584 3.59277C7.8584 3.31348 8.07861 3.08252 8.36328 3.08252H11.0273C11.312 3.08252 11.5376 3.30811 11.5376 3.59277C11.5376 3.87207 11.312 4.10303 11.0273 4.10303H8.36328ZM0.972656 6.90137C0.687988 6.90137 0.462402 6.67041 0.462402 6.39111C0.462402 6.11182 0.687988 5.88086 0.972656 5.88086H3.20166C3.48633 5.88086 3.70654 6.10645 3.70654 6.39111C3.70654 6.67041 3.48633 6.90137 3.20166 6.90137H0.972656ZM5.0332 6.90137C4.75391 6.90137 4.52295 6.67041 4.52295 6.39111C4.52295 6.11182 4.74854 5.88086 5.0332 5.88086H11.0327C11.3174 5.88086 11.5376 6.10645 11.5376 6.39111C11.5376 6.67041 11.3174 6.90137 11.0327 6.90137H5.0332ZM0.967285 9.72656C0.682617 9.72656 0.462402 9.49561 0.462402 9.21631C0.462402 8.93164 0.682617 8.70605 0.967285 8.70605H6.57471C6.85938 8.70605 7.08496 8.93164 7.08496 9.21631C7.08496 9.49561 6.85938 9.72656 6.57471 9.72656H0.967285Z\" fill=\"#ECECEC\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3mj2z2\",\"data-framer-name\":\"Tab\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-g1ec37\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"12\" viewBox=\"-1 -1 14 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.89648 1.06299C1.61182 1.06299 1.3916 0.832031 1.3916 0.552734C1.3916 0.273438 1.61182 0.0478516 1.89648 0.0478516H10.0981C10.3828 0.0478516 10.6084 0.268066 10.6084 0.552734C10.6084 0.837402 10.3828 1.06299 10.0981 1.06299H1.89648ZM1.89648 5.68213C0.918945 5.68213 0.15625 4.91406 0.15625 3.94189C0.15625 2.96973 0.918945 2.20703 1.89648 2.20703H10.1035C11.0757 2.20703 11.8438 2.96973 11.8438 3.94189C11.8438 4.91406 11.0757 5.68213 10.1035 5.68213H1.89648ZM1.89648 5.08057H10.1035C10.7427 5.08057 11.2422 4.58105 11.2422 3.94189C11.2422 3.30811 10.7427 2.80859 10.1035 2.80859H1.89648C1.25732 2.80859 0.757812 3.30811 0.757812 3.94189C0.757812 4.58105 1.25732 5.08057 1.89648 5.08057ZM1.89648 4.46826C1.61182 4.46826 1.3916 4.23193 1.3916 3.95801C1.3916 3.67871 1.61182 3.44775 1.89648 3.44775H10.0981C10.3828 3.44775 10.6084 3.67334 10.6084 3.95801C10.6084 4.2373 10.3828 4.46826 10.0981 4.46826H1.89648ZM1.89648 7.83057C1.61182 7.83057 1.3916 7.59961 1.3916 7.32031C1.3916 7.04102 1.61182 6.81006 1.89648 6.81006H10.0981C10.3828 6.81006 10.6084 7.03564 10.6084 7.32031C10.6084 7.59961 10.3828 7.83057 10.0981 7.83057H1.89648ZM1.89648 9.95215C1.61182 9.95215 1.3916 9.72119 1.3916 9.44189C1.3916 9.1626 1.61182 8.93701 1.89648 8.93701H10.0981C10.3828 8.93701 10.6084 9.15723 10.6084 9.44189C10.6084 9.72656 10.3828 9.95215 10.0981 9.95215H1.89648Z\" fill=\"#626262\"/>\\n</svg>\\n',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s2wu9v\",\"data-framer-name\":\"Comment\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ygjffh\",\"data-framer-name\":\"Frame 224\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1po17xg\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"-1 -1 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.9873 6.95508C14.3262 6.95508 12.9551 5.59277 12.9551 3.92285C12.9551 2.26172 14.3262 0.890625 15.9873 0.890625C17.6484 0.890625 19.0195 2.26172 19.0195 3.92285C19.0195 5.59277 17.6484 6.95508 15.9873 6.95508ZM9.0791 19.1104C4.11328 19.1104 0 15.0059 0 10.0312C0 5.06543 4.10449 0.952148 9.07031 0.952148C10.248 0.952148 11.373 1.18066 12.4014 1.60254C12.0674 2.10352 11.8652 2.66602 11.8037 3.27246C10.96 2.92969 10.0459 2.74512 9.07031 2.74512C5.02734 2.74512 1.79297 5.98828 1.79297 10.0312C1.79297 14.0742 5.03613 17.3262 9.0791 17.3262C13.1221 17.3262 16.374 14.0742 16.374 10.0312C16.374 9.37207 16.2686 8.73047 16.1016 8.12402C16.6992 8.15039 17.2969 8.03613 17.8506 7.76367C18.0527 8.49316 18.1582 9.24902 18.1582 10.0312C18.1582 15.0059 14.0449 19.1104 9.0791 19.1104ZM4.63184 11.1211C4.23633 11.1211 3.9375 10.8135 3.9375 10.4268C3.9375 10.0312 4.23633 9.73242 4.63184 9.73242H8.37598V4.66113C8.37598 4.27441 8.68359 3.9668 9.07031 3.9668C9.46582 3.9668 9.77344 4.27441 9.77344 4.66113V10.4268C9.77344 10.8135 9.46582 11.1211 9.07031 11.1211H4.63184Z\" fill=\"#434343\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"rgb(107, 107, 107)\"},children:\"Every 6 hours\"})}),className:\"framer-1m8onz4\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1k7o1nu\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"10\" viewBox=\"-1 -1 14 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.64355 7.22803C5.42773 7.22803 5.2373 7.14551 5.07227 6.97412L0.235352 2.0293C0.0957031 1.88965 0.0195312 1.71191 0.0195312 1.50879C0.0195313 1.09619 0.343262 0.772461 0.755859 0.772461C0.958984 0.772461 1.14307 0.85498 1.28906 0.994629L5.64355 5.45703L9.99805 0.994629C10.1377 0.85498 10.3281 0.772461 10.5312 0.772461C10.9375 0.772461 11.2612 1.09619 11.2612 1.50879C11.2612 1.71826 11.1914 1.88965 11.0518 2.0293L6.21484 6.97412C6.05615 7.14551 5.85938 7.22803 5.64355 7.22803Z\" fill=\"#434343\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+1010+0+116.5+8+422+8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ciolc8-container\",nodeId:\"Z3r8ABfMD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PlayMe,{height:\"100%\",id:\"Z3r8ABfMD\",layoutId:\"Z3r8ABfMD\",variant:\"rg447ZHWq\",width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-36ufsb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1818vwi-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mSWVaOpYg\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"30px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"34px\",textAlign:\"center\"},text:\"Get a personalized summary of your new emails, filtered to match your preferences.\\nTake quick actions effortlessly, set custom summary intervals, and even have AI read them aloud for you.\"}},children:/*#__PURE__*/_jsx(TextEffectOnScroll,{animation:\"inAndOutQuick\",color:\"rgb(255, 255, 255)\",effect:{blur:4,offset:{x:0,y:-30},opacity:.2,origin:{x:50,y:0},scale:1},font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"38px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"40px\",textAlign:\"center\"},height:\"100%\",id:\"mSWVaOpYg\",layoutId:\"mSWVaOpYg\",lineGap:0,offset:0,per:\"word\",style:{width:\"100%\"},tag:\"p\",text:\"Get a personalized summary of your new emails, filtered to match your preferences. Take quick actions effortlessly, set custom summary intervals, and even have AI read them aloud for you.\",userSelect:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:11,width:\"30px\",y:(componentViewport?.y||0)+0+1010+0+616.5+32+224,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fx4qv1-container\",nodeId:\"fmv_AWRAK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Down,{height:\"100%\",id:\"fmv_AWRAK\",layoutId:\"fmv_AWRAK\",style:{height:\"100%\",width:\"100%\"},variant:\"jRlzHVGKL\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gpl88i\",\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{style:{scale:.63}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{bounce:.2,damping:60,delay:0,duration:.5,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,x:0,y:-70}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-lq6r5i\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nu31y5\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ew2skn\",\"data-framer-name\":\"Frame 261\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"2px\",y:(componentViewport?.y||0)+0+2020+0+62.5+0+0+62,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wnjxxq-container\",nodeId:\"me00cRyQX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Cursor,{height:\"100%\",id:\"me00cRyQX\",layoutId:\"me00cRyQX\",style:{height:\"100%\",width:\"100%\"},variant:\"WaFtjtFrL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lxnx7k\",\"data-framer-name\":\"search 2, magnifying glass\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tqbxof\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.6654 13.6663L10.3737 10.3747M11.9987 6.16634C11.9987 9.388 9.38703 11.9997 6.16536 11.9997C2.9437 11.9997 0.332031 9.388 0.332031 6.16634C0.332031 2.94468 2.9437 0.333008 6.16536 0.333008C9.38703 0.333008 11.9987 2.94468 11.9987 6.16634Z\" stroke=\"#434343\" stroke-width=\"1.66667\" stroke-linecap=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(139, 139, 139)\"},children:\"Search or ask anything...\"})}),className:\"framer-176nc04\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+2020+0+62.5+0+0+60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18nhs4j-container\",nodeId:\"QuozNKahr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ExampleCase,{height:\"100%\",id:\"QuozNKahr\",layoutId:\"QuozNKahr\",style:{height:\"100%\"},variant:\"apJ5Qu09Z\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oup3jq\",\"data-framer-name\":\"Tab\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ftigqe\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"13\" viewBox=\"-1 -1 14 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.001 5.5C12.001 5.69043 11.9185 5.87451 11.7725 6.01416L7.58301 10.1973C7.43066 10.3433 7.26562 10.4131 7.08789 10.4131C6.69434 10.4131 6.40869 10.1274 6.40869 9.74658C6.40869 9.5498 6.48486 9.37842 6.61182 9.25781L8.03369 7.81689L9.90625 6.10303L8.42725 6.19189H0.708496C0.289551 6.19189 0.00390625 5.90625 0.00390625 5.5C0.00390625 5.0874 0.289551 4.80811 0.708496 4.80811H8.42725L9.8999 4.89697L8.03369 3.18311L6.61182 1.74219C6.48486 1.61523 6.40869 1.44385 6.40869 1.24707C6.40869 0.866211 6.69434 0.586914 7.08789 0.586914C7.26562 0.586914 7.43701 0.650391 7.5957 0.809082L11.7725 4.98584C11.9185 5.11914 12.001 5.30957 12.001 5.5Z\" fill=\"#727272\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jau3oz\",\"data-framer-name\":\"Line 7\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:587,svg:'<svg width=\"587\" height=\"3\" viewBox=\"-1 -1 587 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"585\" y2=\"0.5\" stroke=\"#2F2F2F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dn676q\",\"data-framer-name\":\"Frame 262\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15ahdvt\",\"data-framer-name\":\"Frame 262\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ilk8nk\",\"data-framer-name\":\"Frame 237\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-adg5k9\",\"data-framer-name\":\"Frame 238\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(94, 93, 93)\"},children:\"Actions\"})}),className:\"framer-blbeq7\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wsljhu\",\"data-framer-name\":\"Frame 243\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mfp3cj\",\"data-framer-name\":\"14\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-d7cwl1\",\"data-framer-name\":\"Comment Title\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:21,svg:'<svg width=\"21\" height=\"16\" viewBox=\"-1 -1 21 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.0505 9.66706L8.28487 9.24226L16.9128 0.643623C17.2644 0.29206 17.843 0.29206 18.2019 0.650947C18.5607 1.00251 18.5607 1.58112 18.2019 1.93269L9.57393 10.5313L9.1418 10.7584L8.0505 9.66706ZM0.125691 9.81354L3.28243 2.11579C3.59737 1.3614 4.58614 1.86677 4.36641 2.40876L1.29757 9.89411C2.5793 8.84675 3.97823 7.78474 5.02559 6.73005C5.6335 6.08552 6.33663 6.83259 5.89718 7.4112C4.5129 9.24226 3.89766 10.6558 3.89766 11.4908C3.89766 12.3843 4.60811 12.626 5.70675 12.1426C6.54903 11.7691 6.71016 12.8604 6.25606 13.0875C4.52755 13.9517 2.85762 13.1827 2.85762 11.5421C2.85762 11.0294 3.02608 10.4141 3.41427 9.72565C2.86495 10.1285 2.31563 10.5386 1.76632 10.9415C0.770222 11.6592 -0.387004 11.066 0.125691 9.81354ZM7.12032 11.3443L7.71358 10.2823L8.51192 11.0806L7.42061 11.6519C7.23751 11.7471 7.01046 11.5567 7.12032 11.3443Z\" fill=\"#787878\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Compose new email\"})}),className:\"framer-1ou5c0b\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8vz3u5\",\"data-framer-name\":\"Tab\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(125, 125, 125)\"},children:\"Return\"})}),className:\"framer-1hmck64\",\"data-framer-name\":\"Icon\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o0nmar\",\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-gg4esb\",\"data-framer-name\":\"Comment Title\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"16\" viewBox=\"-1 -1 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.2998 13.6548C0.769043 13.6548 0 12.9004 0 11.3843V2.44141C0 0.925293 0.769043 0.170898 2.2998 0.170898H12.3047C13.8354 0.170898 14.5972 0.932617 14.5972 2.44141V11.3843C14.5972 12.8931 13.8354 13.6548 12.3047 13.6548H2.2998ZM2.18994 12.4756H12.3999C13.0518 12.4756 13.418 12.1313 13.418 11.4502V4.54346C13.418 3.86963 13.0518 3.51807 12.3999 3.51807H2.18994C1.53809 3.51807 1.1792 3.86963 1.1792 4.54346V11.4502C1.1792 12.1313 1.53809 12.4756 2.18994 12.4756ZM5.87402 6.14746C5.61768 6.14746 5.52979 6.07422 5.52979 5.81787V5.38574C5.52979 5.12939 5.61768 5.04883 5.87402 5.04883H6.30615C6.5625 5.04883 6.64307 5.12939 6.64307 5.38574V5.81787C6.64307 6.07422 6.5625 6.14746 6.30615 6.14746H5.87402ZM8.30566 6.14746C8.04932 6.14746 7.96143 6.07422 7.96143 5.81787V5.38574C7.96143 5.12939 8.04932 5.04883 8.30566 5.04883H8.73779C8.99414 5.04883 9.08203 5.12939 9.08203 5.38574V5.81787C9.08203 6.07422 8.99414 6.14746 8.73779 6.14746H8.30566ZM10.7373 6.14746C10.481 6.14746 10.4004 6.07422 10.4004 5.81787V5.38574C10.4004 5.12939 10.481 5.04883 10.7373 5.04883H11.1694C11.4258 5.04883 11.5137 5.12939 11.5137 5.38574V5.81787C11.5137 6.07422 11.4258 6.14746 11.1694 6.14746H10.7373ZM3.44238 8.54248C3.17871 8.54248 3.09814 8.46924 3.09814 8.21289V7.78076C3.09814 7.52441 3.17871 7.45117 3.44238 7.45117H3.86719C4.13086 7.45117 4.21143 7.52441 4.21143 7.78076V8.21289C4.21143 8.46924 4.13086 8.54248 3.86719 8.54248H3.44238ZM5.87402 8.54248C5.61768 8.54248 5.52979 8.46924 5.52979 8.21289V7.78076C5.52979 7.52441 5.61768 7.45117 5.87402 7.45117H6.30615C6.5625 7.45117 6.64307 7.52441 6.64307 7.78076V8.21289C6.64307 8.46924 6.5625 8.54248 6.30615 8.54248H5.87402ZM8.30566 8.54248C8.04932 8.54248 7.96143 8.46924 7.96143 8.21289V7.78076C7.96143 7.52441 8.04932 7.45117 8.30566 7.45117H8.73779C8.99414 7.45117 9.08203 7.52441 9.08203 7.78076V8.21289C9.08203 8.46924 8.99414 8.54248 8.73779 8.54248H8.30566ZM10.7373 8.54248C10.481 8.54248 10.4004 8.46924 10.4004 8.21289V7.78076C10.4004 7.52441 10.481 7.45117 10.7373 7.45117H11.1694C11.4258 7.45117 11.5137 7.52441 11.5137 7.78076V8.21289C11.5137 8.46924 11.4258 8.54248 11.1694 8.54248H10.7373ZM3.44238 10.9448C3.17871 10.9448 3.09814 10.8643 3.09814 10.6079V10.1758C3.09814 9.91943 3.17871 9.84619 3.44238 9.84619H3.86719C4.13086 9.84619 4.21143 9.91943 4.21143 10.1758V10.6079C4.21143 10.8643 4.13086 10.9448 3.86719 10.9448H3.44238ZM5.87402 10.9448C5.61768 10.9448 5.52979 10.8643 5.52979 10.6079V10.1758C5.52979 9.91943 5.61768 9.84619 5.87402 9.84619H6.30615C6.5625 9.84619 6.64307 9.91943 6.64307 10.1758V10.6079C6.64307 10.8643 6.5625 10.9448 6.30615 10.9448H5.87402ZM8.30566 10.9448C8.04932 10.9448 7.96143 10.8643 7.96143 10.6079V10.1758C7.96143 9.91943 8.04932 9.84619 8.30566 9.84619H8.73779C8.99414 9.84619 9.08203 9.91943 9.08203 10.1758V10.6079C9.08203 10.8643 8.99414 10.9448 8.73779 10.9448H8.30566Z\" fill=\"#787878\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Schedule a meeting\"})}),className:\"framer-1tcpf2\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ronr6f\",\"data-framer-name\":\"Tab\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(125, 125, 125)\"},children:\"M\"})}),className:\"framer-1xqjzqk\",\"data-framer-name\":\"Icon\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18hqlhu\",\"data-framer-name\":\"Line 7\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:587,svg:'<svg width=\"587\" height=\"3\" viewBox=\"-1 -1 587 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"585\" y2=\"0.5\" stroke=\"#2F2F2F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xdfg72\",\"data-framer-name\":\"Frame 263\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nh96v6\",\"data-framer-name\":\"Frame 272\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pcqklk\",\"data-framer-name\":\"Tab\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-3l23js\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:15,svg:'<svg width=\"15\" height=\"14\" viewBox=\"-1 -1 15 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.08203 11.9253C0.710938 11.9253 0 11.2207 0 9.8623V2.13721C0 0.778809 0.710938 0.0742188 2.08203 0.0742188H10.8164C12.1875 0.0742188 12.8984 0.778809 12.8984 2.13721V9.8623C12.8984 11.2144 12.1875 11.9253 10.8164 11.9253H2.08203ZM2.06299 10.6812H10.8228C11.356 10.6812 11.6543 10.4019 11.6543 9.84961V3.98438C11.6543 3.42578 11.356 3.15283 10.8228 3.15283H2.06299C1.53613 3.15283 1.24414 3.42578 1.24414 3.98438V9.84961C1.24414 10.4019 1.53613 10.6812 2.06299 10.6812ZM5.22412 5.35547C5.00195 5.35547 4.92578 5.28564 4.92578 5.05713V4.68896C4.92578 4.46045 5.00195 4.39062 5.22412 4.39062H5.59863C5.82715 4.39062 5.90332 4.46045 5.90332 4.68896V5.05713C5.90332 5.28564 5.82715 5.35547 5.59863 5.35547H5.22412ZM7.30615 5.35547C7.07764 5.35547 7.00146 5.28564 7.00146 5.05713V4.68896C7.00146 4.46045 7.07764 4.39062 7.30615 4.39062H7.67432C7.90283 4.39062 7.979 4.46045 7.979 4.68896V5.05713C7.979 5.28564 7.90283 5.35547 7.67432 5.35547H7.30615ZM9.38184 5.35547C9.15332 5.35547 9.07715 5.28564 9.07715 5.05713V4.68896C9.07715 4.46045 9.15332 4.39062 9.38184 4.39062H9.75C9.97852 4.39062 10.0547 4.46045 10.0547 4.68896V5.05713C10.0547 5.28564 9.97852 5.35547 9.75 5.35547H9.38184ZM3.14844 7.39941C2.92627 7.39941 2.8501 7.32959 2.8501 7.10107V6.73291C2.8501 6.50439 2.92627 6.43457 3.14844 6.43457H3.52295C3.75146 6.43457 3.82764 6.50439 3.82764 6.73291V7.10107C3.82764 7.32959 3.75146 7.39941 3.52295 7.39941H3.14844ZM5.22412 7.39941C5.00195 7.39941 4.92578 7.32959 4.92578 7.10107V6.73291C4.92578 6.50439 5.00195 6.43457 5.22412 6.43457H5.59863C5.82715 6.43457 5.90332 6.50439 5.90332 6.73291V7.10107C5.90332 7.32959 5.82715 7.39941 5.59863 7.39941H5.22412ZM7.30615 7.39941C7.07764 7.39941 7.00146 7.32959 7.00146 7.10107V6.73291C7.00146 6.50439 7.07764 6.43457 7.30615 6.43457H7.67432C7.90283 6.43457 7.979 6.50439 7.979 6.73291V7.10107C7.979 7.32959 7.90283 7.39941 7.67432 7.39941H7.30615ZM9.38184 7.39941C9.15332 7.39941 9.07715 7.32959 9.07715 7.10107V6.73291C9.07715 6.50439 9.15332 6.43457 9.38184 6.43457H9.75C9.97852 6.43457 10.0547 6.50439 10.0547 6.73291V7.10107C10.0547 7.32959 9.97852 7.39941 9.75 7.39941H9.38184ZM3.14844 9.44336C2.92627 9.44336 2.8501 9.37354 2.8501 9.14502V8.77686C2.8501 8.54834 2.92627 8.47852 3.14844 8.47852H3.52295C3.75146 8.47852 3.82764 8.54834 3.82764 8.77686V9.14502C3.82764 9.37354 3.75146 9.44336 3.52295 9.44336H3.14844ZM5.22412 9.44336C5.00195 9.44336 4.92578 9.37354 4.92578 9.14502V8.77686C4.92578 8.54834 5.00195 8.47852 5.22412 8.47852H5.59863C5.82715 8.47852 5.90332 8.54834 5.90332 8.77686V9.14502C5.90332 9.37354 5.82715 9.44336 5.59863 9.44336H5.22412ZM7.30615 9.44336C7.07764 9.44336 7.00146 9.37354 7.00146 9.14502V8.77686C7.00146 8.54834 7.07764 8.47852 7.30615 8.47852H7.67432C7.90283 8.47852 7.979 8.54834 7.979 8.77686V9.14502C7.979 9.37354 7.90283 9.44336 7.67432 9.44336H7.30615Z\" fill=\"#A3A3A3\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"rgb(162, 162, 162)\"},children:\"Upcoming events\"})}),className:\"framer-1llfkim\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pzb01f\",\"data-framer-name\":\"Tab\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ohupds\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:19,svg:'<svg width=\"19\" height=\"16\" viewBox=\"-1 -1 19 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.92334 13.5742C1.59668 13.5742 0.898438 12.8886 0.898438 11.5747V4.9985C0.898438 3.9194 1.36816 3.31002 2.3584 3.00534L10.3818 0.593228C11.9814 0.104458 13.0669 0.701138 13.0669 2.26266V2.99899H13.1685C14.5015 2.99899 15.1934 3.69088 15.1934 4.9985V6.16647C15.9297 6.25534 16.3613 6.80758 16.3613 7.53756V9.02291C16.3613 9.7529 15.9297 10.3051 15.1934 10.394V11.5747C15.1934 12.8823 14.5015 13.5742 13.1685 13.5742H2.92334ZM6.4209 2.99899H11.8545V2.15475C11.8545 1.62155 11.5308 1.40573 10.9658 1.57077L6.41455 2.8403C6.2749 2.87838 6.29395 2.99899 6.4209 2.99899ZM12.5908 10.4004C11.2197 10.4004 10.3057 9.68307 10.3057 8.28024C10.3057 6.87741 11.2197 6.16012 12.5908 6.16012H13.9429V5.10641C13.9429 4.52877 13.6382 4.24313 13.0986 4.24313H2.99316C2.44727 4.24313 2.14893 4.52877 2.14893 5.10641V11.4668C2.14893 12.0444 2.44727 12.3237 2.99316 12.3237H13.0986C13.6382 12.3237 13.9429 12.0444 13.9429 11.4668V10.4004H12.5908ZM12.6353 9.42282H14.7363C15.168 9.42282 15.3838 9.1943 15.3838 8.7817V7.77877C15.3838 7.36618 15.168 7.13766 14.7363 7.13766H12.6353C11.7783 7.13766 11.3276 7.55661 11.3276 8.28024C11.3276 9.00387 11.7783 9.42282 12.6353 9.42282ZM12.6289 8.94674C12.2607 8.94674 11.9624 8.6484 11.9624 8.27389C11.9624 7.90573 12.2607 7.60739 12.6289 7.60739C12.9971 7.60739 13.2954 7.90573 13.2954 8.27389C13.2954 8.6484 12.9971 8.94674 12.6289 8.94674Z\" fill=\"#A3A3A3\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"rgb(162, 162, 162)\"},children:\"Subscriptions\"})}),className:\"framer-wbr08x\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i70z4r\",\"data-framer-name\":\"Tab\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1hgypsv\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:19,svg:'<svg width=\"19\" height=\"14\" viewBox=\"-1 -1 19 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.88151 7.37345C3.31022 7.52579 2.85319 7.45597 2.54216 7.1132L0.320476 4.61222C0.193522 4.47892 0.19987 4.30119 0.345866 4.16789L0.536296 3.9965C0.71403 3.83146 0.879069 3.79972 1.07585 3.8632L4.11003 4.9423L6.13493 4.2504L2.94841 0.860756C2.78971 0.689369 2.84684 0.473549 3.03092 0.41642L3.46891 0.276772C3.653 0.22599 3.85612 0.238686 4.0402 0.327553L9.34684 2.82853C9.65153 2.97453 9.83561 2.98087 10.0959 2.89201L13.9299 1.58439C15.0597 1.19718 16.3039 1.43205 16.6213 2.26994C16.9577 3.19669 16.0436 4.1298 14.7804 4.46622L3.88151 7.37345ZM1.50749 11.7533C1.17106 11.7533 0.885417 11.474 0.885417 11.1313C0.885417 10.7885 1.17106 10.5092 1.50749 10.5092H15.2629C15.6056 10.5092 15.8849 10.7885 15.8849 11.1313C15.8849 11.474 15.6056 11.7533 15.2629 11.7533H1.50749Z\" fill=\"#A3A3A3\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"rgb(162, 162, 162)\"},children:\"Flights\"})}),className:\"framer-1h9ly2s\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-efoabv\",\"data-framer-name\":\"Tab\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q6yggg\",\"data-framer-name\":\"Tab\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"\u2318 S\"})}),className:\"framer-jc0o2i\",\"data-framer-name\":\"Icon\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"rgb(162, 162, 162)\"},children:\"All shortcuts\"})}),className:\"framer-c7x68h\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dw21bh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lq667e-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MH6WScQgZ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"30px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"34px\",textAlign:\"center\"}}},children:/*#__PURE__*/_jsx(TextEffectOnScroll,{animation:\"inAndOutQuick\",color:\"rgb(255, 255, 255)\",effect:{blur:4,offset:{x:0,y:-30},opacity:.2,origin:{x:50,y:0},scale:1},font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"38px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"40px\",textAlign:\"center\"},height:\"100%\",id:\"MH6WScQgZ\",layoutId:\"MH6WScQgZ\",lineGap:0,offset:0,per:\"word\",style:{width:\"100%\"},tag:\"p\",text:\"Go beyond search. Chat with your inbox & find things precisely\",userSelect:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:11,width:\"30px\",y:(componentViewport?.y||0)+0+2020+0+670.5+32+224,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1beaydp-container\",nodeId:\"wLs0kWlBy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Down,{height:\"100%\",id:\"wLs0kWlBy\",layoutId:\"wLs0kWlBy\",style:{height:\"100%\",width:\"100%\"},variant:\"jRlzHVGKL\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p0yih9\",\"data-framer-name\":\"4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{style:{scale:.53}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{bounce:.2,damping:60,delay:0,duration:.5,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,x:0,y:-120}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-pv9ajf\",\"data-border\":true,\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ffymwr\",\"data-framer-name\":\"Comment\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-57uktd\",\"data-framer-name\":\"Frame 224\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:137,svg:'<svg width=\"137\" height=\"30\" viewBox=\"0 0 137 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect y=\"0.0869141\" width=\"39.9971\" height=\"29.8262\" rx=\"8\" fill=\"#292929\"/>\\n<path d=\"M14 15C14 14.8096 14.0825 14.6191 14.2285 14.4858L18.3989 10.3091C18.564 10.1504 18.7354 10.0869 18.9067 10.0869C19.3066 10.0869 19.5923 10.3662 19.5923 10.7471C19.5923 10.9438 19.5161 11.1152 19.3892 11.2422L17.9673 12.6831L16.0947 14.397L17.5737 14.3081H25.2925C25.7051 14.3081 25.9971 14.5874 25.9971 15C25.9971 15.4062 25.7051 15.6919 25.2925 15.6919H17.5737L16.0884 15.603L17.9673 17.3169L19.3892 18.7578C19.5161 18.8784 19.5923 19.0498 19.5923 19.2466C19.5923 19.6274 19.3066 19.9131 18.9067 19.9131C18.7354 19.9131 18.564 19.8433 18.4116 19.6973L14.2285 15.5142C14.0825 15.3745 14 15.1904 14 15Z\" fill=\"#A3A3A3\"/>\\n<path d=\"M55.9961 7.60937C55.9961 3.74338 59.1301 0.609375 62.9961 0.609375H129.2C133.066 0.609375 136.2 3.74338 136.2 7.60937V22.3901C136.2 26.2561 133.066 29.3901 129.2 29.3901H62.9961C59.1301 29.3901 55.9961 26.2561 55.9961 22.3901V7.60937Z\" fill=\"#37281E\"/>\\n<path d=\"M66.3984 21.3901C64.8164 21.3901 63.9961 20.5771 63.9961 19.0098V14.9302C63.9961 14.1318 64.106 13.7729 64.4795 13.2896L66.9844 9.99365C67.8047 8.90967 68.3101 8.60938 69.5479 8.60938H75.854C77.0918 8.60938 77.5972 8.90967 78.4102 9.98633L80.9224 13.2896C81.2959 13.7729 81.4058 14.1318 81.4058 14.9302V19.0098C81.4058 20.5771 80.5854 21.3901 79.0034 21.3901H66.3984ZM72.7046 16.981C73.8032 16.981 74.5356 16.0361 74.5356 15.106V15.0474C74.5356 14.7178 74.7407 14.3955 75.1582 14.3955H79.5747C79.8384 14.3955 79.8896 14.1758 79.7578 14L77.0771 10.4038C76.7622 9.97168 76.374 9.81055 75.876 9.81055H69.5112C69.0132 9.81055 68.6177 9.97168 68.3027 10.4038L65.5928 14.0366C65.4829 14.1978 65.5269 14.3955 65.7686 14.3955H70.2437C70.6611 14.3955 70.8662 14.7178 70.8662 15.0474V15.106C70.8662 16.0361 71.5986 16.981 72.7046 16.981ZM69.6431 11.4805C69.438 11.4805 69.2842 11.3267 69.2842 11.1216C69.2842 10.9238 69.438 10.77 69.6431 10.77H75.7588C75.9639 10.77 76.1177 10.9238 76.1177 11.1216C76.1177 11.3267 75.9639 11.4805 75.7588 11.4805H69.6431ZM68.6909 13.1284C68.4785 13.1284 68.3174 12.9673 68.3174 12.7622C68.3174 12.5571 68.4785 12.374 68.6909 12.374H76.7109C76.9233 12.374 77.0845 12.5571 77.0845 12.7622C77.0845 12.9673 76.9233 13.1284 76.7109 13.1284H68.6909Z\" fill=\"#F29E3E\"/>\\n<path d=\"M90.3486 20.2769V9.70801H91.9893V18.8633H96.9111V20.2769H90.3486Z\" fill=\"#F29E3E\"/>\\n<path d=\"M101.225 20.4307C98.9619 20.4307 97.5923 18.8853 97.5923 16.4536V16.4463C97.5923 14.0366 98.9839 12.4253 101.145 12.4253C103.305 12.4253 104.631 13.978 104.631 16.2925V16.8271H99.1743C99.2036 18.2847 100.002 19.1343 101.262 19.1343C102.199 19.1343 102.822 18.6509 103.02 18.0723L103.042 18.0137H104.543L104.528 18.0942C104.279 19.3174 103.093 20.4307 101.225 20.4307ZM101.152 13.7217C100.126 13.7217 99.3354 14.4175 99.1963 15.7065H103.063C102.932 14.3735 102.185 13.7217 101.152 13.7217Z\" fill=\"#F29E3E\"/>\\n<path d=\"M108.125 20.416C106.586 20.416 105.554 19.4712 105.554 18.0869V18.0723C105.554 16.7319 106.594 15.9116 108.417 15.8018L110.512 15.6772V15.0986C110.512 14.249 109.963 13.7363 108.981 13.7363C108.066 13.7363 107.502 14.1685 107.37 14.7837L107.355 14.8496H105.861L105.869 14.769C105.979 13.4434 107.128 12.4253 109.025 12.4253C110.908 12.4253 112.102 13.4214 112.102 14.9668V20.2769H110.512V19.061H110.483C110.036 19.8887 109.143 20.416 108.125 20.416ZM107.15 18.0503C107.15 18.7241 107.707 19.1489 108.557 19.1489C109.67 19.1489 110.512 18.3945 110.512 17.3911V16.7905L108.63 16.9077C107.678 16.9663 107.15 17.3838 107.15 18.0356V18.0503Z\" fill=\"#F29E3E\"/>\\n<path d=\"M116.518 20.4307C114.555 20.4307 113.295 18.8779 113.295 16.4243V16.417C113.295 13.9634 114.57 12.4253 116.503 12.4253C117.595 12.4253 118.474 12.9746 118.935 13.8828H118.964V9.70801H120.554V20.2769H118.964V18.9731H118.935C118.474 19.874 117.624 20.4307 116.518 20.4307ZM116.936 19.0684C118.129 19.0684 118.972 18.0283 118.972 16.4243V16.417C118.972 14.8203 118.122 13.7803 116.936 13.7803C115.69 13.7803 114.914 14.791 114.914 16.417V16.4243C114.914 18.0649 115.683 19.0684 116.936 19.0684Z\" fill=\"#F29E3E\"/>\\n<path d=\"M125.065 20.4307C123.139 20.4307 122.011 19.4785 121.85 18.0723L121.843 18.0063H123.41L123.425 18.0796C123.571 18.79 124.099 19.2075 125.073 19.2075C126.025 19.2075 126.596 18.812 126.596 18.1895V18.1821C126.596 17.6841 126.318 17.3984 125.49 17.2007L124.23 16.915C122.766 16.5781 122.041 15.875 122.041 14.7544V14.7471C122.041 13.3701 123.242 12.4253 125.014 12.4253C126.838 12.4253 127.937 13.4434 128.017 14.7544L128.024 14.8423H126.538L126.53 14.791C126.435 14.1172 125.908 13.6484 125.014 13.6484C124.165 13.6484 123.63 14.0513 123.63 14.6665V14.6738C123.63 15.1499 123.945 15.4722 124.772 15.6699L126.025 15.9556C127.6 16.3218 128.2 16.9443 128.2 18.0503V18.0576C128.2 19.4639 126.882 20.4307 125.065 20.4307Z\" fill=\"#F29E3E\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qkm46q\",\"data-framer-name\":\"Frame 244\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:81,svg:'<svg width=\"81\" height=\"36\" viewBox=\"0 0 81 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.195312\" y=\"0.897461\" width=\"34.287\" height=\"34.3267\" rx=\"8\" fill=\"#292929\"/>\\n<path d=\"M13.7987 24.0874C13.31 24.0874 13.1322 23.7319 13.2147 23.3193L14.4271 17.416C14.5224 16.9717 14.8969 16.6416 15.2968 16.6416L16.7313 12.4712C16.8266 12.1919 17.036 12.0332 17.3471 12.0332C17.6391 12.0332 17.8295 12.1919 17.931 12.4712L19.3656 16.6416C19.7909 16.6543 20.1464 16.978 20.2416 17.4224L21.4603 23.3193C21.5492 23.7256 21.3715 24.0874 20.8764 24.0874C20.5209 24.0874 20.3495 23.897 20.286 23.5986L19.1054 17.8477H15.5634L14.3891 23.5986C14.3256 23.897 14.1542 24.0874 13.7987 24.0874Z\" fill=\"#A3A3A3\"/>\\n<rect x=\"42.4805\" y=\"0.897461\" width=\"38.5176\" height=\"34.3267\" rx=\"8\" fill=\"#292929\"/>\\n<path d=\"M58.8257 25.2241C57.8418 25.2241 57.2197 24.6401 57.1753 23.6626L56.7437 14.5093H56.0391C55.7344 14.5093 55.4805 14.2681 55.4805 13.9507C55.4805 13.6396 55.7344 13.3984 56.0391 13.3984H58.8574V12.4463C58.8574 11.4751 59.4795 10.8975 60.5269 10.8975H62.939C63.9927 10.8975 64.6084 11.4751 64.6084 12.4463V13.3984H67.4331C67.7505 13.3984 67.998 13.6396 67.998 13.9507C67.998 14.2681 67.7505 14.5093 67.4331 14.5093H66.7349L66.3032 23.6562C66.2588 24.6338 65.6304 25.2241 64.6592 25.2241H58.8257ZM60.0254 12.5034V13.3984H63.4404V12.5034C63.4404 12.1733 63.2119 11.9639 62.8564 11.9639H60.6094C60.2539 11.9639 60.0254 12.1733 60.0254 12.5034ZM59.7905 23.2563C60.0698 23.2563 60.2539 23.0786 60.2412 22.8184L60.0444 15.9185C60.0381 15.6455 59.8477 15.4805 59.5874 15.4805C59.3081 15.4805 59.1304 15.6519 59.1367 15.9185L59.3271 22.8247C59.3398 23.0913 59.5176 23.2563 59.7905 23.2563ZM61.7393 23.2563C62.0122 23.2563 62.2026 23.085 62.2026 22.8247V15.9185C62.2026 15.6519 62.0122 15.4805 61.7393 15.4805C61.4663 15.4805 61.2759 15.6519 61.2759 15.9185V22.8247C61.2759 23.085 61.4663 23.2563 61.7393 23.2563ZM63.688 23.2563C63.9546 23.2563 64.1323 23.0913 64.145 22.8247L64.3418 15.9185C64.3481 15.6519 64.1704 15.4805 63.8911 15.4805C63.6245 15.4805 63.4404 15.6519 63.4341 15.9185L63.231 22.8184C63.2246 23.085 63.4087 23.2563 63.688 23.2563Z\" fill=\"#A3A3A3\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17vn6hg\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bv3nir\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1745n9p\",\"data-framer-name\":\"Frame 253\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wim9xs\",\"data-framer-name\":\"Frame 260\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-116f2q4\",\"data-framer-name\":\"Frame 237\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vdzs86\",\"data-framer-name\":\"Frame 238\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-hi1p7j\",\"data-framer-name\":\"Comment Title\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:168,svg:'<svg width=\"168\" height=\"24\" viewBox=\"-1 -1 168 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.6377 4.28027C7.52344 4.28027 7.46191 4.20996 7.44434 4.10449C7.18066 2.68066 7.20703 2.61035 5.67773 2.33789C5.56348 2.31152 5.50195 2.25 5.50195 2.13574C5.50195 2.03027 5.56348 1.95996 5.67773 1.94238C7.20703 1.66992 7.18066 1.59961 7.44434 0.175781C7.46191 0.0703125 7.52344 0 7.6377 0C7.75195 0 7.81348 0.0703125 7.83105 0.175781C8.09473 1.59961 8.06836 1.66992 9.59766 1.94238C9.70312 1.95996 9.77344 2.03027 9.77344 2.13574C9.77344 2.25 9.70312 2.31152 9.59766 2.33789C8.06836 2.61035 8.09473 2.68066 7.83105 4.10449C7.81348 4.20996 7.75195 4.28027 7.6377 4.28027ZM3.38379 10.3271C3.22559 10.3271 3.11133 10.2129 3.08496 10.0371C2.80371 7.69043 2.68945 7.62891 0.298828 7.24219C0.114258 7.21582 0 7.11914 0 6.94336C0 6.78516 0.114258 6.67969 0.263672 6.65332C2.67188 6.19629 2.80371 6.20508 3.08496 3.8584C3.11133 3.68262 3.22559 3.56836 3.38379 3.56836C3.55078 3.56836 3.66504 3.68262 3.68262 3.84961C3.99023 6.23145 4.07812 6.31055 6.50391 6.65332C6.65332 6.6709 6.76758 6.78516 6.76758 6.94336C6.76758 7.11035 6.65332 7.21582 6.50391 7.24219C4.07812 7.70801 3.99902 7.70801 3.68262 10.0547C3.66504 10.2129 3.55078 10.3271 3.38379 10.3271ZM9.34277 20.0479C9.11426 20.0479 8.94727 19.8809 8.91211 19.6436C8.25293 14.8359 7.59375 14.1943 2.84766 13.5703C2.59277 13.5439 2.42578 13.3682 2.42578 13.1309C2.42578 12.9023 2.59277 12.7266 2.84766 12.7002C7.60254 12.1729 8.28809 11.4346 8.91211 6.61816C8.94727 6.38086 9.11426 6.22266 9.34277 6.22266C9.57129 6.22266 9.73828 6.38086 9.78223 6.61816C10.4062 11.4346 11.083 12.1729 15.8467 12.7002C16.0928 12.7266 16.2598 12.9023 16.2598 13.1309C16.2598 13.3682 16.0928 13.5439 15.8467 13.5703C11.083 14.0977 10.4062 14.8359 9.78223 19.6436C9.73828 19.8809 9.57129 20.0479 9.34277 20.0479Z\" fill=\"#F255FE\"/>\\n<path d=\"M29.9835 7.84783C29.9324 7.33221 29.7129 6.93164 29.3251 6.64613C28.9373 6.36062 28.411 6.21786 27.7463 6.21786C27.2946 6.21786 26.9132 6.28178 26.6021 6.40962C26.291 6.5332 26.0524 6.70579 25.8862 6.92738C25.7243 7.14897 25.6433 7.40039 25.6433 7.68164C25.6348 7.91602 25.6838 8.12056 25.7903 8.29528C25.9011 8.46999 26.0524 8.62127 26.2441 8.74911C26.4359 8.87269 26.6575 8.98136 26.9089 9.07511C27.1603 9.16459 27.4288 9.2413 27.7143 9.30522L28.8904 9.58647C29.4615 9.71431 29.9856 9.88477 30.4629 10.0978C30.9402 10.3109 31.3535 10.573 31.7029 10.8841C32.0524 11.1951 32.323 11.5616 32.5147 11.9835C32.7108 12.4054 32.8109 12.889 32.8152 13.4345C32.8109 14.2356 32.6064 14.9302 32.2015 15.5183C31.801 16.1021 31.2214 16.5559 30.4629 16.8798C29.7086 17.1994 28.7988 17.3592 27.7335 17.3592C26.6767 17.3592 25.7562 17.1973 24.9721 16.8734C24.1923 16.5495 23.5829 16.0701 23.144 15.4352C22.7093 14.796 22.4814 14.0055 22.4601 13.0637H25.1383C25.1681 13.5027 25.2939 13.8691 25.5154 14.1632C25.7413 14.4529 26.0417 14.6724 26.4167 14.8216C26.796 14.9664 27.2243 15.0389 27.7015 15.0389C28.1703 15.0389 28.5772 14.9707 28.9224 14.8343C29.2718 14.698 29.5424 14.5083 29.7342 14.2654C29.926 14.0225 30.0218 13.7434 30.0218 13.4281C30.0218 13.1341 29.9345 12.8869 29.7598 12.6866C29.5893 12.4863 29.3379 12.3159 29.0055 12.1752C28.6774 12.0346 28.2747 11.9068 27.7974 11.7917L26.372 11.4338C25.2683 11.1653 24.3968 10.7456 23.7576 10.1745C23.1184 9.60352 22.801 8.83434 22.8052 7.86701C22.801 7.0744 23.0119 6.38192 23.438 5.7896C23.8684 5.19727 24.4586 4.73491 25.2086 4.40252C25.9586 4.07013 26.8109 3.90394 27.7654 3.90394C28.737 3.90394 29.5851 4.07013 30.3095 4.40252C31.0382 4.73491 31.6049 5.19727 32.0098 5.7896C32.4146 6.38192 32.6234 7.068 32.6362 7.84783H29.9835Z\" fill=\"white\"/>\\n<path d=\"M40.9219 12.9934V7.35565H43.6449V17.1738H41.0305V15.3904H40.9283C40.7067 15.9657 40.3381 16.4281 39.8224 16.7775C39.3111 17.127 38.6868 17.3017 37.9496 17.3017C37.2933 17.3017 36.7159 17.1525 36.2173 16.8542C35.7188 16.5559 35.3288 16.1319 35.0476 15.5822C34.7706 15.0325 34.63 14.3741 34.6257 13.6071V7.35565H37.3487V13.1213C37.353 13.7008 37.5085 14.1589 37.8153 14.4956C38.1222 14.8322 38.5334 15.0005 39.049 15.0005C39.3771 15.0005 39.6839 14.926 39.9695 14.7768C40.255 14.6234 40.4851 14.3975 40.6598 14.0993C40.8388 13.801 40.9261 13.4324 40.9219 12.9934Z\" fill=\"white\"/>\\n<path d=\"M50.2463 21.0602C49.3642 21.0602 48.6078 20.9387 47.9771 20.6958C47.3507 20.4572 46.8521 20.1312 46.4814 19.7179C46.1106 19.3045 45.8699 18.84 45.7591 18.3244L48.2775 17.9856C48.3542 18.1816 48.4757 18.3649 48.6419 18.5353C48.8081 18.7058 49.0275 18.8422 49.3002 18.9444C49.5772 19.051 49.9139 19.1042 50.3102 19.1042C50.9025 19.1042 51.3904 18.9593 51.774 18.6696C52.1618 18.3841 52.3556 17.9047 52.3556 17.2314V15.4352H52.2406C52.1213 15.7079 51.9423 15.9657 51.7037 16.2086C51.465 16.4515 51.1582 16.6497 50.7832 16.8031C50.4082 16.9565 49.9608 17.0332 49.4409 17.0332C48.7037 17.0332 48.0325 16.8627 47.4274 16.5218C46.8265 16.1767 46.3471 15.6504 45.9892 14.943C45.6355 14.2314 45.4586 13.3322 45.4586 12.2456C45.4586 11.1333 45.6397 10.2044 46.002 9.45863C46.3642 8.71289 46.8457 8.15465 47.4466 7.78391C48.0517 7.41317 48.7143 7.22781 49.4345 7.22781C49.9842 7.22781 50.4444 7.32156 50.8152 7.50906C51.1859 7.69229 51.4842 7.92241 51.71 8.1994C51.9402 8.47212 52.117 8.74059 52.2406 9.00479H52.3429V7.35565H55.0467V17.2697C55.0467 18.1049 54.8422 18.8038 54.4331 19.3663C54.024 19.9288 53.4572 20.3507 52.7328 20.6319C52.0126 20.9174 51.1838 21.0602 50.2463 21.0602ZM50.3038 14.9877C50.7427 14.9877 51.1135 14.8791 51.416 14.6618C51.7228 14.4402 51.9572 14.1248 52.1191 13.7157C52.2853 13.3024 52.3684 12.8081 52.3684 12.2328C52.3684 11.6575 52.2875 11.1589 52.1255 10.737C51.9636 10.3109 51.7292 9.98065 51.4224 9.74627C51.1156 9.5119 50.7427 9.39471 50.3038 9.39471C49.8564 9.39471 49.4792 9.51616 49.1724 9.75906C48.8656 9.99769 48.6333 10.3301 48.4757 10.7562C48.318 11.1824 48.2392 11.6745 48.2392 12.2328C48.2392 12.7995 48.318 13.2896 48.4757 13.7029C48.6376 14.112 48.8699 14.4295 49.1724 14.6554C49.4792 14.877 49.8564 14.9877 50.3038 14.9877Z\" fill=\"white\"/>\\n<path d=\"M61.6369 21.0602C60.7548 21.0602 59.9984 20.9387 59.3677 20.6958C58.7413 20.4572 58.2427 20.1312 57.872 19.7179C57.5012 19.3045 57.2605 18.84 57.1497 18.3244L59.6681 17.9856C59.7449 18.1816 59.8663 18.3649 60.0325 18.5353C60.1987 18.7058 60.4181 18.8422 60.6909 18.9444C60.9679 19.051 61.3045 19.1042 61.7008 19.1042C62.2931 19.1042 62.7811 18.9593 63.1646 18.6696C63.5524 18.3841 63.7463 17.9047 63.7463 17.2314V15.4352H63.6312C63.5119 15.7079 63.3329 15.9657 63.0943 16.2086C62.8556 16.4515 62.5488 16.6497 62.1738 16.8031C61.7988 16.9565 61.3514 17.0332 60.8315 17.0332C60.0943 17.0332 59.4231 16.8627 58.818 16.5218C58.2172 16.1767 57.7377 15.6504 57.3798 14.943C57.0261 14.2314 56.8493 13.3322 56.8493 12.2456C56.8493 11.1333 57.0304 10.2044 57.3926 9.45863C57.7548 8.71289 58.2363 8.15465 58.8372 7.78391C59.4423 7.41317 60.1049 7.22781 60.8251 7.22781C61.3748 7.22781 61.835 7.32156 62.2058 7.50906C62.5765 7.69229 62.8748 7.92241 63.1007 8.1994C63.3308 8.47212 63.5076 8.74059 63.6312 9.00479H63.7335V7.35565H66.4373V17.2697C66.4373 18.1049 66.2328 18.8038 65.8237 19.3663C65.4146 19.9288 64.8478 20.3507 64.1234 20.6319C63.4032 20.9174 62.5744 21.0602 61.6369 21.0602ZM61.6944 14.9877C62.1333 14.9877 62.5041 14.8791 62.8066 14.6618C63.1135 14.4402 63.3478 14.1248 63.5098 13.7157C63.676 13.3024 63.7591 12.8081 63.7591 12.2328C63.7591 11.6575 63.6781 11.1589 63.5162 10.737C63.3542 10.3109 63.1199 9.98065 62.813 9.74627C62.5062 9.5119 62.1333 9.39471 61.6944 9.39471C61.247 9.39471 60.8699 9.51616 60.563 9.75906C60.2562 9.99769 60.024 10.3301 59.8663 10.7562C59.7086 11.1824 59.6298 11.6745 59.6298 12.2328C59.6298 12.7995 59.7086 13.2896 59.8663 13.7029C60.0282 14.112 60.2605 14.4295 60.563 14.6554C60.8699 14.877 61.247 14.9877 61.6944 14.9877Z\" fill=\"white\"/>\\n<path d=\"M73.0787 17.3656C72.0687 17.3656 71.1994 17.161 70.4707 16.752C69.7463 16.3386 69.188 15.7548 68.796 15.0005C68.4039 14.242 68.2079 13.345 68.2079 12.3095C68.2079 11.2995 68.4039 10.4132 68.796 9.65039C69.188 8.88761 69.7399 8.29315 70.4515 7.86701C71.1674 7.44087 72.0069 7.22781 72.97 7.22781C73.6177 7.22781 74.2207 7.33221 74.7789 7.54102C75.3414 7.74556 75.8315 8.05451 76.2491 8.46786C76.671 8.88121 76.9991 9.4011 77.2335 10.0275C77.4679 10.6497 77.5851 11.3784 77.5851 12.2136V12.9615H69.2946V11.274H75.0218C75.0218 10.8819 74.9366 10.5346 74.7662 10.2321C74.5957 9.92951 74.3592 9.693 74.0566 9.52255C73.7583 9.34783 73.411 9.26048 73.0147 9.26048C72.6014 9.26048 72.2349 9.35636 71.9153 9.54812C71.6 9.73562 71.3528 9.98917 71.1738 10.3088C70.9949 10.6241 70.9032 10.9757 70.899 11.3635V12.9679C70.899 13.4537 70.9885 13.8734 71.1674 14.2271C71.3507 14.5808 71.6085 14.8535 71.9409 15.0453C72.2733 15.237 72.6674 15.3329 73.1234 15.3329C73.426 15.3329 73.7029 15.2903 73.9544 15.2051C74.2058 15.1199 74.421 14.992 74.6 14.8216C74.7789 14.6511 74.9153 14.4423 75.0091 14.1951L77.5275 14.3613C77.3997 14.9664 77.1376 15.4949 76.7413 15.9466C76.3493 16.394 75.8422 16.7434 75.22 16.9949C74.6021 17.242 73.8883 17.3656 73.0787 17.3656Z\" fill=\"white\"/>\\n<path d=\"M87.5311 10.1554L85.0382 10.3088C84.9956 10.0957 84.9039 9.90394 84.7633 9.73349C84.6227 9.55877 84.4373 9.42028 84.2072 9.318C83.9814 9.21147 83.7108 9.1582 83.3954 9.1582C82.9735 9.1582 82.6177 9.24769 82.3279 9.42667C82.0382 9.60138 81.8933 9.83576 81.8933 10.1298C81.8933 10.3642 81.987 10.5623 82.1745 10.7243C82.362 10.8862 82.6838 11.0162 83.1397 11.1142L84.9167 11.4721C85.8713 11.6681 86.5829 11.9835 87.0517 12.4181C87.5204 12.8528 87.7548 13.4238 87.7548 14.1312C87.7548 14.7747 87.5652 15.3393 87.1859 15.8251C86.8109 16.3109 86.2953 16.6902 85.639 16.9629C84.987 17.2314 84.2349 17.3656 83.3826 17.3656C82.0829 17.3656 81.0474 17.095 80.2761 16.5538C79.5091 16.0083 79.0595 15.2669 78.9274 14.3294L81.6056 14.1887C81.6866 14.585 81.8826 14.8876 82.1937 15.0964C82.5048 15.301 82.9032 15.4032 83.389 15.4032C83.8663 15.4032 84.2498 15.3116 84.5396 15.1284C84.8336 14.9409 84.9828 14.7001 84.987 14.4061C84.9828 14.1589 84.8784 13.9565 84.6738 13.7988C84.4693 13.6369 84.1539 13.5133 83.7278 13.4281L82.0275 13.0893C81.0687 12.8975 80.3549 12.5652 79.8862 12.0922C79.4217 11.6191 79.1895 11.0162 79.1895 10.2832C79.1895 9.65252 79.3599 9.1092 79.7008 8.65323C80.046 8.19727 80.5297 7.8457 81.1518 7.59854C81.7782 7.35138 82.5112 7.22781 83.3507 7.22781C84.5907 7.22781 85.5666 7.48988 86.2782 8.01403C86.9941 8.53817 87.4118 9.25195 87.5311 10.1554Z\" fill=\"white\"/>\\n<path d=\"M94.6918 7.35565V9.4011H88.7791V7.35565H94.6918ZM90.1215 5.00337H92.8445V14.1568C92.8445 14.4082 92.8828 14.6042 92.9595 14.7449C93.0362 14.8812 93.1428 14.9771 93.2791 15.0325C93.4197 15.0879 93.5817 15.1156 93.7649 15.1156C93.8928 15.1156 94.0206 15.1049 94.1484 15.0836C94.2763 15.0581 94.3743 15.0389 94.4425 15.0261L94.8707 17.0524C94.7344 17.095 94.5426 17.144 94.2955 17.1994C94.0483 17.2591 93.7479 17.2953 93.3942 17.3081C92.7379 17.3336 92.1626 17.2463 91.6683 17.046C91.1783 16.8457 90.7969 16.5346 90.5241 16.1127C90.2514 15.6909 90.1172 15.1582 90.1215 14.5147V5.00337Z\" fill=\"white\"/>\\n<path d=\"M100.835 17.3656C99.8246 17.3656 98.9553 17.161 98.2266 16.752C97.5021 16.3386 96.9439 15.7548 96.5518 15.0005C96.1598 14.242 95.9638 13.345 95.9638 12.3095C95.9638 11.2995 96.1598 10.4132 96.5518 9.65039C96.9439 8.88761 97.4957 8.29315 98.2074 7.86701C98.9233 7.44087 99.7628 7.22781 100.726 7.22781C101.374 7.22781 101.977 7.33221 102.535 7.54102C103.097 7.74556 103.587 8.05451 104.005 8.46786C104.427 8.88121 104.755 9.4011 104.989 10.0275C105.224 10.6497 105.341 11.3784 105.341 12.2136V12.9615H97.0504V11.274H102.778C102.778 10.8819 102.692 10.5346 102.522 10.2321C102.352 9.92951 102.115 9.693 101.812 9.52255C101.514 9.34783 101.167 9.26048 100.771 9.26048C100.357 9.26048 99.9908 9.35636 99.6712 9.54812C99.3558 9.73562 99.1087 9.98917 98.9297 10.3088C98.7507 10.6241 98.6591 10.9757 98.6548 11.3635V12.9679C98.6548 13.4537 98.7443 13.8734 98.9233 14.2271C99.1065 14.5808 99.3643 14.8535 99.6967 15.0453C100.029 15.237 100.423 15.3329 100.879 15.3329C101.182 15.3329 101.459 15.2903 101.71 15.2051C101.962 15.1199 102.177 14.992 102.356 14.8216C102.535 14.6511 102.671 14.4423 102.765 14.1951L105.283 14.3613C105.156 14.9664 104.893 15.4949 104.497 15.9466C104.105 16.394 103.598 16.7434 102.976 16.9949C102.358 17.242 101.644 17.3656 100.835 17.3656Z\" fill=\"white\"/>\\n<path d=\"M110.736 17.3336C109.99 17.3336 109.315 17.1419 108.71 16.7583C108.109 16.3706 107.631 15.8017 107.278 15.0517C106.928 14.2974 106.754 13.3727 106.754 12.2775C106.754 11.1525 106.935 10.2172 107.297 9.47141C107.659 8.72141 108.141 8.16104 108.741 7.79031C109.347 7.41531 110.009 7.22781 110.729 7.22781C111.279 7.22781 111.737 7.32156 112.104 7.50906C112.474 7.69229 112.773 7.92241 112.999 8.1994C113.229 8.47212 113.403 8.74059 113.523 9.00479H113.606V4.08292H116.322V17.1738H113.638V15.6014H113.523C113.395 15.8741 113.214 16.1447 112.979 16.4132C112.749 16.6774 112.449 16.8968 112.078 17.0716C111.712 17.2463 111.264 17.3336 110.736 17.3336ZM111.599 15.1667C112.038 15.1667 112.408 15.0474 112.711 14.8088C113.018 14.5659 113.252 14.2271 113.414 13.7924C113.58 13.3578 113.663 12.8485 113.663 12.2647C113.663 11.6809 113.582 11.1738 113.42 10.7434C113.259 10.313 113.024 9.98065 112.717 9.74627C112.411 9.5119 112.038 9.39471 111.599 9.39471C111.151 9.39471 110.774 9.51616 110.467 9.75906C110.161 10.002 109.928 10.3386 109.771 10.769C109.613 11.1994 109.534 11.698 109.534 12.2647C109.534 12.8358 109.613 13.3407 109.771 13.7797C109.933 14.2143 110.165 14.5552 110.467 14.8024C110.774 15.0453 111.151 15.1667 111.599 15.1667Z\" fill=\"white\"/>\\n<path d=\"M122.727 17.1738V7.35565H125.367V9.06871H125.469C125.648 8.45934 125.949 7.99911 126.371 7.68803C126.793 7.37269 127.278 7.21502 127.828 7.21502C127.964 7.21502 128.112 7.22354 128.269 7.24059C128.427 7.25764 128.565 7.28107 128.685 7.3109V9.72709C128.557 9.68874 128.38 9.65465 128.154 9.62482C127.928 9.59499 127.722 9.58008 127.534 9.58008C127.134 9.58008 126.776 9.66744 126.46 9.84215C126.149 10.0126 125.902 10.2512 125.719 10.5581C125.54 10.8649 125.45 11.2186 125.45 11.6191V17.1738H122.727Z\" fill=\"white\"/>\\n<path d=\"M136.389 12.9934V7.35565H139.112V17.1738H136.497V15.3904H136.395C136.173 15.9657 135.805 16.4281 135.289 16.7775C134.778 17.127 134.154 17.3017 133.416 17.3017C132.76 17.3017 132.183 17.1525 131.684 16.8542C131.186 16.5559 130.796 16.1319 130.514 15.5822C130.237 15.0325 130.097 14.3741 130.093 13.6071V7.35565H132.816V13.1213C132.82 13.7008 132.975 14.1589 133.282 14.4956C133.589 14.8322 134 15.0005 134.516 15.0005C134.844 15.0005 135.151 14.926 135.436 14.7768C135.722 14.6234 135.952 14.3975 136.127 14.0993C136.306 13.801 136.393 13.4324 136.389 12.9934Z\" fill=\"white\"/>\\n<path d=\"M144.013 4.08292V17.1738H141.29V4.08292H144.013Z\" fill=\"white\"/>\\n<path d=\"M150.669 17.3656C149.659 17.3656 148.789 17.161 148.061 16.752C147.336 16.3386 146.778 15.7548 146.386 15.0005C145.994 14.242 145.798 13.345 145.798 12.3095C145.798 11.2995 145.994 10.4132 146.386 9.65039C146.778 8.88761 147.33 8.29315 148.041 7.86701C148.757 7.44087 149.597 7.22781 150.56 7.22781C151.208 7.22781 151.811 7.33221 152.369 7.54102C152.931 7.74556 153.421 8.05451 153.839 8.46786C154.261 8.88121 154.589 9.4011 154.823 10.0275C155.058 10.6497 155.175 11.3784 155.175 12.2136V12.9615H146.884V11.274H152.612C152.612 10.8819 152.526 10.5346 152.356 10.2321C152.186 9.92951 151.949 9.693 151.646 9.52255C151.348 9.34783 151.001 9.26048 150.605 9.26048C150.191 9.26048 149.825 9.35636 149.505 9.54812C149.19 9.73562 148.943 9.98917 148.764 10.3088C148.585 10.6241 148.493 10.9757 148.489 11.3635V12.9679C148.489 13.4537 148.578 13.8734 148.757 14.2271C148.941 14.5808 149.198 14.8535 149.531 15.0453C149.863 15.237 150.257 15.3329 150.713 15.3329C151.016 15.3329 151.293 15.2903 151.544 15.2051C151.796 15.1199 152.011 14.992 152.19 14.8216C152.369 14.6511 152.505 14.4423 152.599 14.1951L155.117 14.3613C154.99 14.9664 154.727 15.4949 154.331 15.9466C153.939 16.394 153.432 16.7434 152.81 16.9949C152.192 17.242 151.478 17.3656 150.669 17.3656Z\" fill=\"white\"/>\\n<path d=\"M165.121 10.1554L162.628 10.3088C162.585 10.0957 162.494 9.90394 162.353 9.73349C162.213 9.55877 162.027 9.42028 161.797 9.318C161.571 9.21147 161.301 9.1582 160.985 9.1582C160.563 9.1582 160.208 9.24769 159.918 9.42667C159.628 9.60138 159.483 9.83576 159.483 10.1298C159.483 10.3642 159.577 10.5623 159.764 10.7243C159.952 10.8862 160.274 11.0162 160.73 11.1142L162.507 11.4721C163.461 11.6681 164.173 11.9835 164.642 12.4181C165.11 12.8528 165.345 13.4238 165.345 14.1312C165.345 14.7747 165.155 15.3393 164.776 15.8251C164.401 16.3109 163.885 16.6902 163.229 16.9629C162.577 17.2314 161.825 17.3656 160.972 17.3656C159.673 17.3656 158.637 17.095 157.866 16.5538C157.099 16.0083 156.649 15.2669 156.517 14.3294L159.195 14.1887C159.276 14.585 159.472 14.8876 159.784 15.0964C160.095 15.301 160.493 15.4032 160.979 15.4032C161.456 15.4032 161.84 15.3116 162.129 15.1284C162.423 14.9409 162.573 14.7001 162.577 14.4061C162.573 14.1589 162.468 13.9565 162.264 13.7988C162.059 13.6369 161.744 13.5133 161.318 13.4281L159.617 13.0893C158.659 12.8975 157.945 12.5652 157.476 12.0922C157.012 11.6191 156.779 11.0162 156.779 10.2832C156.779 9.65252 156.95 9.1092 157.291 8.65323C157.636 8.19727 158.119 7.8457 158.742 7.59854C159.368 7.35138 160.101 7.22781 160.941 7.22781C162.181 7.22781 163.156 7.48988 163.868 8.01403C164.584 8.53817 165.002 9.25195 165.121 10.1554Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(94, 93, 93)\"},children:\"Based on your interactions related to Leads\"})}),className:\"framer-1qy4bz6\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tol71s\",\"data-framer-name\":\"Tab\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-lzwgyh\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"10\" viewBox=\"-1 -1 14 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.38184 7.22803C6.16602 7.22803 5.97559 7.14551 5.81055 6.97412L0.973633 2.0293C0.833984 1.88965 0.757812 1.71191 0.757812 1.50879C0.757812 1.09619 1.08154 0.772461 1.49414 0.772461C1.69727 0.772461 1.88135 0.85498 2.02734 0.994629L6.38184 5.45703L10.7363 0.994629C10.876 0.85498 11.0664 0.772461 11.2695 0.772461C11.6758 0.772461 11.9995 1.09619 11.9995 1.50879C11.9995 1.71826 11.9297 1.88965 11.79 2.0293L6.95312 6.97412C6.79443 7.14551 6.59766 7.22803 6.38184 7.22803Z\" fill=\"#A3A3A3\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"rgb(162, 162, 162)\"},children:\"Show\"})}),className:\"framer-1ty7p4b\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p6dend\",\"data-framer-name\":\"Frame 255\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e5cnmv\",\"data-framer-name\":\"Frame 238\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Rules\"})}),className:\"framer-aklv6w\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1322qle\",\"data-framer-name\":\"Tab\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qqg7yd\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fn1xij\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:15,svg:'<svg width=\"15\" height=\"14\" viewBox=\"-1 -1 15 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.646 0.918945C12.2998 1.57275 12.4204 2.46777 12.4204 3.62305V8.4917C12.4204 9.65332 12.2998 10.5483 11.646 11.2021C10.9922 11.8496 10.0908 11.9766 8.93555 11.9766H4.06689C2.91162 11.9766 2.01025 11.8496 1.3501 11.2021C0.702637 10.5483 0.582031 9.65332 0.582031 8.4917V3.61035C0.582031 2.46777 0.702637 1.57275 1.35645 0.918945C2.00391 0.271484 2.91162 0.144531 4.04785 0.144531H8.93555C10.0908 0.144531 10.9922 0.265137 11.646 0.918945ZM11.1763 3.45166C11.1763 2.7915 11.0938 2.18213 10.7383 1.83301C10.3828 1.47754 9.76709 1.38232 9.11328 1.38232H3.90186C3.23535 1.38232 2.61328 1.47119 2.25781 1.82666C1.90869 2.18213 1.82617 2.7915 1.82617 3.46436V8.66943C1.82617 9.32959 1.90869 9.93262 2.26416 10.2881C2.61963 10.6436 3.23535 10.7324 3.88916 10.7324H9.11328C9.76709 10.7324 10.3828 10.6436 10.7383 10.2881C11.0874 9.93262 11.1763 9.32959 11.1763 8.66943V3.45166ZM3.57178 6.06055C3.57178 5.70508 3.81299 5.45752 4.16846 5.45752H5.90771V3.71826C5.90771 3.36279 6.15527 3.11523 6.49805 3.11523C6.84717 3.11523 7.10107 3.36279 7.10107 3.71826V5.45752H8.84668C9.1958 5.45752 9.43701 5.70508 9.43701 6.06055C9.43701 6.40332 9.18945 6.64453 8.84668 6.64453H7.10107V8.39014C7.10107 8.73926 6.84717 8.98682 6.49805 8.98682C6.15527 8.98682 5.90771 8.73926 5.90771 8.39014V6.64453H4.16846C3.81934 6.64453 3.57178 6.40332 3.57178 6.06055Z\" fill=\"#D9D9D9\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"New\"})}),className:\"framer-1yqjie6\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qkeahq\",\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-swxwrc\",\"data-framer-name\":\"Rule\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:[\"Move all signup confirmation emails from \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"mailwatch.app\"}),\" into this tray.\"]})}),className:\"framer-svydlo\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u4pwos\",\"data-border\":true,\"data-framer-name\":\"Tab\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"rgb(226, 226, 226)\"},children:\"Instant notification enabled\"})}),className:\"framer-ofb6qa\",\"data-framer-name\":\"Tab Label\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14xx4gv\",\"data-framer-name\":\"Frame 244\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:81,svg:'<svg width=\"81\" height=\"36\" viewBox=\"0 0 81 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.195312\" y=\"0.897461\" width=\"34.287\" height=\"34.3267\" rx=\"8\" fill=\"#292929\"/>\\n<path d=\"M13.7987 24.0874C13.31 24.0874 13.1322 23.7319 13.2147 23.3193L14.4271 17.416C14.5224 16.9717 14.8969 16.6416 15.2968 16.6416L16.7313 12.4712C16.8266 12.1919 17.036 12.0332 17.3471 12.0332C17.6391 12.0332 17.8295 12.1919 17.931 12.4712L19.3656 16.6416C19.7909 16.6543 20.1464 16.978 20.2416 17.4224L21.4603 23.3193C21.5492 23.7256 21.3715 24.0874 20.8764 24.0874C20.5209 24.0874 20.3495 23.897 20.286 23.5986L19.1054 17.8477H15.5634L14.3891 23.5986C14.3256 23.897 14.1542 24.0874 13.7987 24.0874Z\" fill=\"#A3A3A3\"/>\\n<rect x=\"42.4805\" y=\"0.897461\" width=\"38.5176\" height=\"34.3267\" rx=\"8\" fill=\"#292929\"/>\\n<path d=\"M58.8257 25.2241C57.8418 25.2241 57.2197 24.6401 57.1753 23.6626L56.7437 14.5093H56.0391C55.7344 14.5093 55.4805 14.2681 55.4805 13.9507C55.4805 13.6396 55.7344 13.3984 56.0391 13.3984H58.8574V12.4463C58.8574 11.4751 59.4795 10.8975 60.5269 10.8975H62.939C63.9927 10.8975 64.6084 11.4751 64.6084 12.4463V13.3984H67.4331C67.7505 13.3984 67.998 13.6396 67.998 13.9507C67.998 14.2681 67.7505 14.5093 67.4331 14.5093H66.7349L66.3032 23.6562C66.2588 24.6338 65.6304 25.2241 64.6592 25.2241H58.8257ZM60.0254 12.5034V13.3984H63.4404V12.5034C63.4404 12.1733 63.2119 11.9639 62.8564 11.9639H60.6094C60.2539 11.9639 60.0254 12.1733 60.0254 12.5034ZM59.7905 23.2563C60.0698 23.2563 60.2539 23.0786 60.2412 22.8184L60.0444 15.9185C60.0381 15.6455 59.8477 15.4805 59.5874 15.4805C59.3081 15.4805 59.1304 15.6519 59.1367 15.9185L59.3271 22.8247C59.3398 23.0913 59.5176 23.2563 59.7905 23.2563ZM61.7393 23.2563C62.0122 23.2563 62.2026 23.085 62.2026 22.8247V15.9185C62.2026 15.6519 62.0122 15.4805 61.7393 15.4805C61.4663 15.4805 61.2759 15.6519 61.2759 15.9185V22.8247C61.2759 23.085 61.4663 23.2563 61.7393 23.2563ZM63.688 23.2563C63.9546 23.2563 64.1323 23.0913 64.145 22.8247L64.3418 15.9185C64.3481 15.6519 64.1704 15.4805 63.8911 15.4805C63.6245 15.4805 63.4404 15.6519 63.4341 15.9185L63.231 22.8184C63.2246 23.085 63.4087 23.2563 63.688 23.2563Z\" fill=\"#A3A3A3\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k9snxs\",\"data-framer-name\":\"9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ni3zdh\",\"data-framer-name\":\"Rule\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:[\"Any meetings that gets scheduled using \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"cal.com/mailwatch/intro\"})]})}),className:\"framer-isv93m\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2vtyaa\",\"data-framer-name\":\"Frame 244\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:35,intrinsicWidth:81,svg:'<svg width=\"81\" height=\"35\" viewBox=\"0 0 81 35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.195312\" y=\"0.0605469\" width=\"34.287\" height=\"34.3267\" rx=\"8\" fill=\"#292929\"/>\\n<path d=\"M13.7987 23.2515C13.31 23.2515 13.1322 22.896 13.2147 22.4834L14.4271 16.5801C14.5224 16.1357 14.8969 15.8057 15.2968 15.8057L16.7313 11.6353C16.8266 11.356 17.036 11.1973 17.3471 11.1973C17.6391 11.1973 17.8295 11.356 17.931 11.6353L19.3656 15.8057C19.7909 15.8184 20.1464 16.1421 20.2416 16.5864L21.4603 22.4834C21.5492 22.8896 21.3715 23.2515 20.8764 23.2515C20.5209 23.2515 20.3495 23.061 20.286 22.7627L19.1054 17.0117H15.5634L14.3891 22.7627C14.3256 23.061 14.1542 23.2515 13.7987 23.2515Z\" fill=\"#A3A3A3\"/>\\n<rect x=\"42.4805\" y=\"0.0605469\" width=\"38.5176\" height=\"34.3267\" rx=\"8\" fill=\"#292929\"/>\\n<path d=\"M58.8257 24.3872C57.8418 24.3872 57.2197 23.8032 57.1753 22.8257L56.7437 13.6724H56.0391C55.7344 13.6724 55.4805 13.4312 55.4805 13.1138C55.4805 12.8027 55.7344 12.5615 56.0391 12.5615H58.8574V11.6094C58.8574 10.6382 59.4795 10.0605 60.5269 10.0605H62.939C63.9927 10.0605 64.6084 10.6382 64.6084 11.6094V12.5615H67.4331C67.7505 12.5615 67.998 12.8027 67.998 13.1138C67.998 13.4312 67.7505 13.6724 67.4331 13.6724H66.7349L66.3032 22.8193C66.2588 23.7969 65.6304 24.3872 64.6592 24.3872H58.8257ZM60.0254 11.6665V12.5615H63.4404V11.6665C63.4404 11.3364 63.2119 11.127 62.8564 11.127H60.6094C60.2539 11.127 60.0254 11.3364 60.0254 11.6665ZM59.7905 22.4194C60.0698 22.4194 60.2539 22.2417 60.2412 21.9814L60.0444 15.0815C60.0381 14.8086 59.8477 14.6436 59.5874 14.6436C59.3081 14.6436 59.1304 14.8149 59.1367 15.0815L59.3271 21.9878C59.3398 22.2544 59.5176 22.4194 59.7905 22.4194ZM61.7393 22.4194C62.0122 22.4194 62.2026 22.248 62.2026 21.9878V15.0815C62.2026 14.8149 62.0122 14.6436 61.7393 14.6436C61.4663 14.6436 61.2759 14.8149 61.2759 15.0815V21.9878C61.2759 22.248 61.4663 22.4194 61.7393 22.4194ZM63.688 22.4194C63.9546 22.4194 64.1323 22.2544 64.145 21.9878L64.3418 15.0815C64.3481 14.8149 64.1704 14.6436 63.8911 14.6436C63.6245 14.6436 63.4404 14.8149 63.4341 15.0815L63.231 21.9814C63.2246 22.248 63.4087 22.4194 63.688 22.4194Z\" fill=\"#A3A3A3\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tdqm44\",\"data-framer-name\":\"10\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-j1oii4\",\"data-framer-name\":\"Rule\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Move emails with \u201Ccustomer feedback\u201D or \u201Cproduct review\u201D for MailWatch to this tray\"})}),className:\"framer-cvbobj\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1oreotd\",\"data-framer-name\":\"Frame 244\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:35,intrinsicWidth:81,svg:'<svg width=\"81\" height=\"35\" viewBox=\"0 0 81 35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.195312\" y=\"0.223633\" width=\"34.287\" height=\"34.3267\" rx=\"8\" fill=\"#292929\"/>\\n<path d=\"M13.7987 23.4136C13.31 23.4136 13.1322 23.0581 13.2147 22.6455L14.4271 16.7422C14.5224 16.2979 14.8969 15.9678 15.2968 15.9678L16.7313 11.7974C16.8266 11.5181 17.036 11.3594 17.3471 11.3594C17.6391 11.3594 17.8295 11.5181 17.931 11.7974L19.3656 15.9678C19.7909 15.9805 20.1464 16.3042 20.2416 16.7485L21.4603 22.6455C21.5492 23.0518 21.3715 23.4136 20.8764 23.4136C20.5209 23.4136 20.3495 23.2231 20.286 22.9248L19.1054 17.1738H15.5634L14.3891 22.9248C14.3256 23.2231 14.1542 23.4136 13.7987 23.4136Z\" fill=\"#A3A3A3\"/>\\n<rect x=\"42.4805\" y=\"0.223633\" width=\"38.5176\" height=\"34.3267\" rx=\"8\" fill=\"#292929\"/>\\n<path d=\"M58.8257 24.5503C57.8418 24.5503 57.2197 23.9663 57.1753 22.9888L56.7437 13.8354H56.0391C55.7344 13.8354 55.4805 13.5942 55.4805 13.2769C55.4805 12.9658 55.7344 12.7246 56.0391 12.7246H58.8574V11.7725C58.8574 10.8013 59.4795 10.2236 60.5269 10.2236H62.939C63.9927 10.2236 64.6084 10.8013 64.6084 11.7725V12.7246H67.4331C67.7505 12.7246 67.998 12.9658 67.998 13.2769C67.998 13.5942 67.7505 13.8354 67.4331 13.8354H66.7349L66.3032 22.9824C66.2588 23.96 65.6304 24.5503 64.6592 24.5503H58.8257ZM60.0254 11.8296V12.7246H63.4404V11.8296C63.4404 11.4995 63.2119 11.29 62.8564 11.29H60.6094C60.2539 11.29 60.0254 11.4995 60.0254 11.8296ZM59.7905 22.5825C60.0698 22.5825 60.2539 22.4048 60.2412 22.1445L60.0444 15.2446C60.0381 14.9717 59.8477 14.8066 59.5874 14.8066C59.3081 14.8066 59.1304 14.978 59.1367 15.2446L59.3271 22.1509C59.3398 22.4175 59.5176 22.5825 59.7905 22.5825ZM61.7393 22.5825C62.0122 22.5825 62.2026 22.4111 62.2026 22.1509V15.2446C62.2026 14.978 62.0122 14.8066 61.7393 14.8066C61.4663 14.8066 61.2759 14.978 61.2759 15.2446V22.1509C61.2759 22.4111 61.4663 22.5825 61.7393 22.5825ZM63.688 22.5825C63.9546 22.5825 64.1323 22.4175 64.145 22.1509L64.3418 15.2446C64.3481 14.978 64.1704 14.8066 63.8911 14.8066C63.6245 14.8066 63.4404 14.978 63.4341 15.2446L63.231 22.1445C63.2246 22.4111 63.4087 22.5825 63.688 22.5825Z\" fill=\"#A3A3A3\"/>\\n</svg>\\n',withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18h96zp\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16cy948-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"CzIzV_sNC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"30px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"34px\",textAlign:\"center\"},text:\"Create AI-powered Magic Trays that auto-organize emails based on context. Get smart rule suggestions or set custom rules in plain English. No complex filters needed.\"}},children:/*#__PURE__*/_jsx(TextEffectOnScroll,{animation:\"inAndOutQuick\",color:\"rgb(255, 255, 255)\",effect:{blur:4,offset:{x:0,y:-30},opacity:.2,origin:{x:50,y:0},scale:1},font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"38px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"40px\",textAlign:\"center\"},height:\"100%\",id:\"CzIzV_sNC\",layoutId:\"CzIzV_sNC\",lineGap:0,offset:0,per:\"word\",style:{width:\"100%\"},tag:\"p\",text:\"Create AI-powered Magic Trays that\\nauto-organize emails based on context.\\nGet smart rule suggestions or set custom rules in plain English. No complex filters needed.\",userSelect:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{y:(componentViewport?.y||0)+0+3030+0+700.5+32+224}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:11,width:\"30px\",y:(componentViewport?.y||0)+0+3030+0+712.5+32+224,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f24bcz-container\",nodeId:\"guzEl0RbP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Down,{height:\"100%\",id:\"guzEl0RbP\",layoutId:\"guzEl0RbP\",style:{height:\"100%\",width:\"100%\"},variant:\"jRlzHVGKL\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-117k15o\",\"data-framer-name\":\"5\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+4040+0+329.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19cnpy8-container hidden-xipmcb\",nodeId:\"f8k626ytI\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ResponseBar,{height:\"100%\",id:\"f8k626ytI\",layoutId:\"f8k626ytI\",variant:\"uX9BDVxLR\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{style:{scale:.6},transformTemplate:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{bounce:.2,damping:60,delay:0,duration:.5,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:.2,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-149aobe\",\"data-framer-name\":\"Email\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n14qwo\",\"data-framer-name\":\"Frame 237\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r7nom1\",\"data-framer-name\":\"Frame 238\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-782z10\",\"data-framer-name\":\"Frame 189\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"rgb(142, 142, 142)\"},children:\"4\"})}),className:\"framer-iqq1wn\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Potential Collaboration\"})}),className:\"framer-1attslb\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(110, 110, 110)\"},children:\"10:11 AM, 2 Feb 2025\"})}),className:\"framer-15quspy\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q8le16\",\"data-framer-name\":\"Frame 242\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Hey Liam,\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"I hope you\u2019re doing well! My name is Alex, and I\u2019m the founder of a startup called FlowSync. We\u2019re building an AI-powered workflow automation tool that helps small teams streamline repetitive tasks and collaborate more efficiently.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:[\"I came across your portfolio, and \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I love your approach to designing intuitive, user-friendly experiences\"}),\". We\u2019re currently in the early stages of product development and are looking for a product designer to help shape our MVP. The focus will be on creating a seamless dashboard, automation builder, and integrations hub.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"I wanted to check if you\u2019re available next month and if this might be something you\u2019d be interested in. Let me know your thoughts\u2014I\u2019d love to chat and share more details!\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Looking forward to hearing from you.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Best,\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Liam\"})]}),className:\"framer-1340one\",\"data-framer-name\":\"Comment Title\",fonts:[\"Inter-SemiBold\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ui3v0l\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17rkbdr-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BMjOW3mku\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"30px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"34px\",textAlign:\"center\"}}},children:/*#__PURE__*/_jsx(TextEffectOnScroll,{animation:\"inAndOutQuick\",color:\"rgb(255, 255, 255)\",effect:{blur:4,offset:{x:0,y:-30},opacity:.2,origin:{x:50,y:0},scale:1},font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"38px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"40px\",textAlign:\"center\"},height:\"100%\",id:\"BMjOW3mku\",layoutId:\"BMjOW3mku\",lineGap:0,offset:0,per:\"word\",style:{width:\"100%\"},tag:\"p\",text:\"Pre-drafted responses for your emails are ready to send or edit with a click. Crafted in your tone of voice, ensuring every reply feels personally written by you.\",userSelect:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{y:(componentViewport?.y||0)+0+4040+136+335.5+32+224}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:11,width:\"30px\",y:(componentViewport?.y||0)+0+4040+0+403.5+32+224,children:/*#__PURE__*/_jsx(Container,{className:\"framer-blnyjp-container\",nodeId:\"mBTnIy3yv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Down,{height:\"100%\",id:\"mBTnIy3yv\",layoutId:\"mBTnIy3yv\",style:{height:\"100%\",width:\"100%\"},variant:\"jRlzHVGKL\",width:\"100%\"})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{height:50,width:\"334px\",y:(componentViewport?.y||0)+0+4040+136+261.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bz5mkc-container hidden-72rtr7 hidden-qggshp\",nodeId:\"R9Bsqtzg2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ResponseBarMobile,{height:\"100%\",id:\"R9Bsqtzg2\",layoutId:\"R9Bsqtzg2\",style:{width:\"100%\"},variant:\"yHk2HoyV3\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14s5h54\",\"data-framer-name\":\"6\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bkq5rt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o6uby0-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"XZWUADRHh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"30px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"34px\",textAlign:\"center\"}}},children:/*#__PURE__*/_jsx(TextEffectOnScroll,{animation:\"inAndOutQuick\",color:\"rgb(255, 255, 255)\",effect:{blur:4,offset:{x:0,y:-30},opacity:.2,origin:{x:50,y:0},scale:1},font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"54px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"60px\",textAlign:\"center\"},height:\"100%\",id:\"XZWUADRHh\",layoutId:\"XZWUADRHh\",lineGap:0,offset:0,per:\"word\",style:{width:\"100%\"},tag:\"p\",text:\"And many more features to simplify your email experience.\",userSelect:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{y:(componentViewport?.y||0)+0+5050+136+298.5+32+224}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:11,width:\"30px\",y:(componentViewport?.y||0)+0+5050+0+366.5+32+224,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8p1wgr-container\",nodeId:\"zRfHKf2zg\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Down,{height:\"100%\",id:\"zRfHKf2zg\",layoutId:\"zRfHKf2zg\",style:{height:\"100%\",width:\"100%\"},variant:\"jRlzHVGKL\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h8br9u\",\"data-framer-name\":\"7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jb9k1d\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1prz8iq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"p_832zSLH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"38px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"40px\",textAlign:\"center\"},text:\"Unlock next-level productivity. \\nJoin the waitlist today and follow us on X for exclusive updates\"}},children:/*#__PURE__*/_jsx(TextEffectOnScroll,{animation:\"inAndOutQuick\",color:\"rgb(255, 255, 255)\",effect:{blur:4,offset:{x:0,y:-30},opacity:.2,origin:{x:50,y:0},scale:1},font:{fontFamily:'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',fontSize:\"54px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"58px\",textAlign:\"center\"},height:\"100%\",id:\"p_832zSLH\",layoutId:\"p_832zSLH\",lineGap:0,offset:0,per:\"word\",style:{width:\"100%\"},tag:\"p\",text:\"Unlock next-level productivity. join the waitlist today and follow us on X for exclusive updates\",userSelect:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/3abe4abe-5500-4818-b7fd-287d38cc349f/submit\",className:\"framer-17jmup\",nodeId:\"BXWj6NtB9\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1uaawq9\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-3td2ta\",inputName:\"Email\",placeholder:\"Enter your email\",required:true,type:\"email\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jpyvzz\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"19\" viewBox=\"-1 -1 20 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.33073 4.83341C6.87049 4.83341 6.4974 5.20651 6.4974 5.66675C6.4974 6.12699 6.87049 6.50008 7.33073 6.50008H10.6641C11.1243 6.50008 11.4974 6.12699 11.4974 5.66675C11.4974 5.20651 11.1243 4.83341 10.6641 4.83341H7.33073Z\" fill=\"#A6A6A6\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.9974 0.666748C3.07692 0.666748 2.33073 1.41294 2.33073 2.33341V7.655C1.44398 7.65361 0.664062 8.3713 0.664062 9.32294V14.8334C0.664062 15.7539 1.41025 16.5001 2.33073 16.5001H15.6641C16.5845 16.5001 17.3307 15.7539 17.3307 14.8334V9.32294C17.3307 8.3713 16.5508 7.65361 15.6641 7.655V2.33341C15.6641 1.41294 14.9179 0.666748 13.9974 0.666748H3.9974ZM13.9974 8.12167V2.33341H3.9974V8.12167L8.9974 9.78834L13.9974 8.12167Z\" fill=\"#A6A6A6\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Xv4vaVm9h:{y:(componentViewport?.y||0)+0+6060+0+284+32+224+0+62}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+6060+0+315+32+224+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a2o26z-container\",nodeId:\"hy7klXu7S\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button2,{height:\"100%\",id:\"hy7klXu7S\",layoutId:\"hy7klXu7S\",style:{height:\"100%\"},type:\"submit\",variant:formVariants(formState,{error:\"iZnqMAoRL\",pending:\"w6eZrpxvn\",success:\"HXqpzyVxD\"},\"EVnEzPP7l\"),width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/mailwatchapp\",motionChild:true,nodeId:\"q7xuSi74w\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-186y720 framer-lux5qc\",whileHover:animation1,whileTap:animation2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hpqerx\",\"data-framer-name\":\"Frame 161\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:38,intrinsicWidth:38,svg:'<svg width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"38\" height=\"38\" rx=\"19\" fill=\"#343434\"/>\\n<g clip-path=\"url(#clip0_1304_1848)\">\\n<path d=\"M23.1238 12.5H25.3304L20.4854 18.0166L26.1459 25.5H21.7039L18.226 20.9524L14.2445 25.5H12.0378L17.1707 19.5996L11.75 12.5H16.3024L19.4445 16.6542L23.1238 12.5ZM22.3515 24.2048H23.5747L15.6596 13.7472H14.3452L22.3515 24.2048Z\" fill=\"#7C7C7C\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1304_1848\">\\n<rect width=\"14.3911\" height=\"13\" fill=\"white\" transform=\"translate(11.8047 12.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-plpf2f\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6060+1e3-184+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NbKPvI7Xdvmxjqu7Xo3qXapHs.png\"},className:\"framer-kwlpvr\",\"data-framer-name\":\"Frame 180\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(90, 90, 90)\"},children:\"\\xa9 2025\"})}),className:\"framer-kenx1z\",\"data-framer-name\":\"\\xa9 2025\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/mailwatchapp\",motionChild:true,nodeId:\"F1Wjv82I7\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nxarj4 framer-lux5qc\",whileHover:animation1,whileTap:animation2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9t7yuv\",\"data-framer-name\":\"Frame 161\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:38,intrinsicWidth:38,svg:'<svg width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"38\" height=\"38\" rx=\"19\" fill=\"#343434\"/>\\n<g clip-path=\"url(#clip0_1304_1848)\">\\n<path d=\"M23.1238 12.5H25.3304L20.4854 18.0166L26.1459 25.5H21.7039L18.226 20.9524L14.2445 25.5H12.0378L17.1707 19.5996L11.75 12.5H16.3024L19.4445 16.6542L23.1238 12.5ZM22.3515 24.2048H23.5747L15.6596 13.7472H14.3452L22.3515 24.2048Z\" fill=\"#7C7C7C\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1304_1848\">\\n<rect width=\"14.3911\" height=\"13\" fill=\"white\" transform=\"translate(11.8047 12.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8sm2rt\",\"data-framer-name\":\"Bg\"})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Dtll8.framer-lux5qc, .framer-Dtll8 .framer-lux5qc { display: block; }\",\".framer-Dtll8.framer-72rtr7 { align-content: center; align-items: center; background-color: #1c1c1c; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-Dtll8 .framer-h6wae5 { bottom: 0px; flex: none; left: 0px; mix-blend-mode: darken; opacity: 0.22; pointer-events: none; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-Dtll8 .framer-12ml5mo, .framer-Dtll8 .framer-1srf5b3, .framer-Dtll8 .framer-1gpl88i, .framer-Dtll8 .framer-p0yih9, .framer-Dtll8 .framer-117k15o, .framer-Dtll8 .framer-14s5h54 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; z-index: 1; }\",\".framer-Dtll8 .framer-1hew6ow { flex: none; height: 96px; position: relative; width: 96px; }\",\".framer-Dtll8 .framer-7uhlut-container { flex: none; height: 44px; position: relative; width: 322px; }\",\".framer-Dtll8 .framer-1taj6e9, .framer-Dtll8 .framer-17jmup { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 380px; }\",\".framer-Dtll8 .framer-7vyk0i, .framer-Dtll8 .framer-1uaawq9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-Dtll8 .framer-1kixmle, .framer-Dtll8 .framer-3td2ta { --framer-input-background: rgba(24, 24, 24, 0.6); --framer-input-border-bottom-width: 1px; --framer-input-border-color: #2c2c2c; --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 66px; --framer-input-border-radius-bottom-right: 66px; --framer-input-border-radius-top-left: 66px; --framer-input-border-radius-top-right: 66px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-box-shadow: 0px 0px 0px 3px rgba(114, 114, 114, 0.08); --framer-input-focused-background: rgba(28, 28, 28, 0.4); --framer-input-focused-border-color: #474747; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-focused-transition: all 0.3s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 14px 16px 14px 46px; --framer-input-placeholder-color: #999999; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); flex: none; height: 48px; position: relative; width: 100%; }',\".framer-Dtll8 .framer-43ms5l, .framer-Dtll8 .framer-jpyvzz { flex: none; height: 19px; left: 17px; opacity: 0.5; position: absolute; top: calc(50.00000000000002% - 19px / 2); width: 20px; z-index: 1; }\",\".framer-Dtll8 .framer-jwupgs-container, .framer-Dtll8 .framer-a2o26z-container { flex: none; height: 50px; position: relative; width: auto; }\",\".framer-Dtll8 .framer-11h3irh, .framer-Dtll8 .framer-36ufsb, .framer-Dtll8 .framer-dw21bh, .framer-Dtll8 .framer-18h96zp, .framer-Dtll8 .framer-1jb9k1d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-14pj1ck { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-1ia180e, .framer-Dtll8 .framer-c6ccgd, .framer-Dtll8 .framer-hdfygr, .framer-Dtll8 .framer-1m8onz4, .framer-Dtll8 .framer-blbeq7, .framer-Dtll8 .framer-1hmck64, .framer-Dtll8 .framer-1xqjzqk, .framer-Dtll8 .framer-1llfkim, .framer-Dtll8 .framer-1h9ly2s, .framer-Dtll8 .framer-jc0o2i, .framer-Dtll8 .framer-c7x68h, .framer-Dtll8 .framer-1ty7p4b, .framer-Dtll8 .framer-aklv6w, .framer-Dtll8 .framer-1yqjie6, .framer-Dtll8 .framer-ofb6qa, .framer-Dtll8 .framer-iqq1wn, .framer-Dtll8 .framer-15quspy { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Dtll8 .framer-1b6335a-container, .framer-Dtll8 .framer-1fx4qv1-container, .framer-Dtll8 .framer-1beaydp-container, .framer-Dtll8 .framer-f24bcz-container, .framer-Dtll8 .framer-blnyjp-container, .framer-Dtll8 .framer-8p1wgr-container { flex: none; height: 11px; position: relative; width: 30px; }\",\".framer-Dtll8 .framer-16lpj4f { bottom: -48px; flex: none; height: 25px; left: calc(50.00000000000002% - 88px / 2); overflow: hidden; position: absolute; width: 88px; }\",\".framer-Dtll8 .framer-5s1m87 { bottom: 0px; flex: none; left: calc(50.00000000000002% - 87px / 2); position: absolute; top: 0px; width: 87px; z-index: 1; }\",\".framer-Dtll8 .framer-1odt5ry { --border-bottom-width: 1px; --border-color: rgba(64, 64, 64, 0.4); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(8px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(8px); background: linear-gradient(140deg, rgba(28, 28, 28, 0.8) -7.000000000000001%, rgba(38, 38, 38, 0.8) 100%); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 468px; }\",\".framer-Dtll8 .framer-1npx2kg { align-content: flex-start; align-items: flex-start; background: radial-gradient(46% 50% at 25.4% 17.1%, #3f3f3f 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 3px 7px -9px rgba(0, 0, 0, 0.04); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-65ddtt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-1j25hdr, .framer-Dtll8 .framer-1bv3nir { background-color: #191919; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; bottom: 1px; flex: none; left: 1px; overflow: hidden; position: absolute; right: 1px; top: 1px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-Dtll8 .framer-1ky6f5z { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dtll8 .framer-1v24338 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-p3yblo { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 392px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-lvvyxg { flex: none; height: 210px; overflow: visible; position: relative; width: 395px; }\",\".framer-Dtll8 .framer-1g76fiu { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 0px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre-wrap; width: 392px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-1q44ge2 { align-content: center; align-items: center; background-color: #5e5d5d; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; bottom: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 20px; justify-content: center; left: 164px; overflow: visible; padding: 0px; position: absolute; width: 20px; z-index: 1; }\",\".framer-Dtll8 .framer-326a7j { border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: 20px; left: 238px; position: absolute; top: calc(50.95238095238097% - 20px / 2); width: 20px; z-index: 1; }\",\".framer-Dtll8 .framer-1hcm0cr-container { bottom: 31px; flex: none; height: auto; position: absolute; right: 0px; width: auto; z-index: 1; }\",\".framer-Dtll8 .framer-12ralek-container { flex: none; height: auto; left: 79px; position: absolute; top: 1px; width: auto; }\",\".framer-Dtll8 .framer-1990gf3-container { flex: none; height: auto; left: 51%; position: absolute; top: 32px; transform: translateX(-50%); width: auto; }\",\".framer-Dtll8 .framer-1dzsypf-container { flex: none; height: auto; left: 2px; position: absolute; top: 50%; transform: translateY(-50%); width: auto; }\",\".framer-Dtll8 .framer-1r3g9nw-container { bottom: 31px; flex: none; height: auto; position: absolute; right: 0px; width: auto; }\",\".framer-Dtll8 .framer-1rf3029 { -webkit-backdrop-filter: blur(3.5px); align-content: center; align-items: center; backdrop-filter: blur(3.5px); background-color: rgba(81, 81, 81, 0.4); border-bottom-left-radius: 42px; border-bottom-right-radius: 42px; border-top-left-radius: 42px; border-top-right-radius: 42px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 392px; overflow: visible; padding: 2px; position: absolute; top: 8px; width: min-content; z-index: 1; }\",\".framer-Dtll8 .framer-96899s { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: #505050; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: var(--framer-aspect-ratio-supported, 24px); justify-content: center; overflow: hidden; padding: 8px 10px 8px 10px; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-w9ew4y, .framer-Dtll8 .framer-g1ec37 { flex: none; height: 12px; position: relative; width: 14px; }\",\".framer-Dtll8 .framer-3mj2z2 { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: var(--framer-aspect-ratio-supported, 24px); justify-content: center; overflow: hidden; padding: 8px 10px 8px 10px; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-1s2wu9v { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 8px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-ygjffh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dtll8 .framer-1po17xg { flex: none; height: 22px; position: relative; width: 22px; }\",\".framer-Dtll8 .framer-1k7o1nu, .framer-Dtll8 .framer-lzwgyh { flex: none; height: 10px; position: relative; width: 14px; }\",\".framer-Dtll8 .framer-1ciolc8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Dtll8 .framer-1818vwi-container, .framer-Dtll8 .framer-1lq667e-container, .framer-Dtll8 .framer-16cy948-container { flex: none; height: auto; position: relative; width: 690px; }\",\".framer-Dtll8 .framer-lq6r5i { align-content: center; align-items: center; background: radial-gradient(46% 50% at 25.4% 17.1%, #3f3f3f 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 3px 7px -9px rgba(0, 0, 0, 0.04); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; pointer-events: none; position: relative; width: 585px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-nu31y5 { background: linear-gradient(129deg, #1d1d1d 0%, rgb(24, 24, 24) 100%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; bottom: 1px; flex: none; left: 1px; overflow: hidden; position: absolute; right: 1px; top: 1px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-Dtll8 .framer-ew2skn, .framer-Dtll8 .framer-xdfg72 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-1wnjxxq-container { flex: none; height: 18px; left: calc(7.692307692307715% - 2px / 2); position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 2px; z-index: 1; }\",\".framer-Dtll8 .framer-1lxnx7k { flex: none; height: 20px; overflow: hidden; position: relative; width: 20px; }\",\".framer-Dtll8 .framer-tqbxof { flex: none; height: 16px; left: calc(50.00000000000002% - 16px / 2); position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-Dtll8 .framer-176nc04 { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-18nhs4j-container { flex: none; height: 22px; position: relative; width: auto; }\",\".framer-Dtll8 .framer-oup3jq { align-content: center; align-items: center; background-color: #292929; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 28px; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 42px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-1ftigqe { flex: none; height: 13px; position: relative; width: 14px; }\",\".framer-Dtll8 .framer-jau3oz, .framer-Dtll8 .framer-18hqlhu { flex: none; height: 3px; position: relative; width: 587px; }\",\".framer-Dtll8 .framer-dn676q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-15ahdvt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-1ilk8nk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-adg5k9, .framer-Dtll8 .framer-vdzs86 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dtll8 .framer-wsljhu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-mfp3cj { align-content: center; align-items: center; background-color: #212121; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 14px 10px 14px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-d7cwl1 { flex: none; height: 16px; position: relative; width: 21px; }\",\".framer-Dtll8 .framer-1ou5c0b { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 438px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-8vz3u5 { align-content: center; align-items: center; background-color: #353535; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 32px; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-o0nmar { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 14px 10px 14px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-gg4esb { flex: none; height: 16px; position: relative; width: 17px; }\",\".framer-Dtll8 .framer-1tcpf2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 471px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-ronr6f { align-content: center; align-items: center; background-color: #292929; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 32px; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-nh96v6, .framer-Dtll8 .framer-r7nom1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dtll8 .framer-pcqklk, .framer-Dtll8 .framer-i70z4r, .framer-Dtll8 .framer-efoabv { align-content: center; align-items: center; background-color: #292929; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 10px 8px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-3l23js, .framer-Dtll8 .framer-1fn1xij { flex: none; height: 14px; position: relative; width: 15px; }\",\".framer-Dtll8 .framer-1pzb01f { align-content: center; align-items: center; background-color: #292929; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 10px 8px 10px; position: relative; width: 134px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-1ohupds { flex: none; height: 16px; position: relative; width: 19px; }\",\".framer-Dtll8 .framer-wbr08x { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 93px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-1hgypsv { flex: none; height: 14px; position: relative; width: 19px; }\",\".framer-Dtll8 .framer-q6yggg { align-content: center; align-items: center; background-color: #404040; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 14px; justify-content: center; overflow: hidden; padding: 7px; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-pv9ajf { --border-bottom-width: 1px; --border-color: rgba(64, 64, 64, 0.4); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(5px); background: linear-gradient(140deg, rgba(28, 28, 28, 0.8) -7.000000000000001%, rgba(38, 38, 38, 0.8) 100%); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 703px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-1ffymwr { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 40px; justify-content: space-between; overflow: visible; padding: 4px 8px 4px 8px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-57uktd { flex: none; height: 30px; position: relative; width: 137px; }\",\".framer-Dtll8 .framer-1qkm46q, .framer-Dtll8 .framer-14xx4gv { flex: none; height: 36px; position: relative; width: 81px; }\",\".framer-Dtll8 .framer-17vn6hg { align-content: center; align-items: center; background: radial-gradient(46% 50% at 25.4% 17.1%, #3f3f3f 5%, rgb(95, 95, 95) 36%, rgb(48, 48, 48) 96%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 3px 7px -9px rgba(0, 0, 0, 0.04); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-1745n9p, .framer-Dtll8 .framer-p6dend { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-wim9xs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-116f2q4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dtll8 .framer-hi1p7j { flex: none; height: 24px; position: relative; width: 168px; }\",\".framer-Dtll8 .framer-1qy4bz6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 531px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-1tol71s { align-content: center; align-items: center; background-color: #292929; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 10px 8px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-1e5cnmv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 30px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-1322qle { align-content: center; align-items: center; background: radial-gradient(46% 150% at 37.3% -91.7%, #3f3f3f 5%, rgb(143, 143, 143) 61%, rgb(48, 48, 48) 96%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 30px; justify-content: center; overflow: hidden; padding: 8px 10px 8px 10px; position: relative; width: 95px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-qqg7yd { background-color: #262626; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 1px; box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25); flex: none; left: 1px; overflow: hidden; position: absolute; right: 1px; top: 1px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-Dtll8 .framer-qkeahq { align-content: center; align-items: center; background-color: #212121; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 20px 16px 20px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-swxwrc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dtll8 .framer-svydlo { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 486px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-1u4pwos { --border-bottom-width: 1px; --border-color: #4f4f4f; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Dtll8 .framer-k9snxs, .framer-Dtll8 .framer-tdqm44 { align-content: center; align-items: center; background-color: #212121; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 20px 16px 20px; position: relative; width: 100%; }\",\".framer-Dtll8 .framer-1ni3zdh, .framer-Dtll8 .framer-j1oii4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dtll8 .framer-isv93m, .framer-Dtll8 .framer-cvbobj { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 494px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-2vtyaa, .framer-Dtll8 .framer-1oreotd { flex: none; height: 35px; position: relative; width: 81px; }\",\".framer-Dtll8 .framer-19cnpy8-container { flex: none; height: auto; position: relative; width: auto; z-index: 6; }\",\".framer-Dtll8 .framer-149aobe { -webkit-filter: blur(2px); align-content: center; align-items: center; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; filter: blur(2px); flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 40px 24px 40px 24px; position: absolute; top: 40px; transform: translateX(-50%); width: 600px; z-index: 1; }\",\".framer-Dtll8 .framer-n14qwo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 490px; }\",\".framer-Dtll8 .framer-782z10 { align-content: center; align-items: center; background-color: #292929; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 5px 8px 5px 8px; position: relative; width: min-content; }\",\".framer-Dtll8 .framer-1attslb { --framer-paragraph-spacing: 0px; flex: none; height: 22px; position: relative; white-space: pre-wrap; width: 328px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-1q8le16 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 8px 0px 8px 0px; position: relative; width: min-content; }\",\".framer-Dtll8 .framer-1340one { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 490px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-1ui3v0l, .framer-Dtll8 .framer-bkq5rt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 32px 0px 0px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-Dtll8 .framer-17rkbdr-container, .framer-Dtll8 .framer-1o6uby0-container { flex: none; height: auto; position: relative; width: 615px; z-index: 1; }\",\".framer-Dtll8 .framer-bz5mkc-container { flex: none; height: auto; position: relative; width: 334px; z-index: 7; }\",\".framer-Dtll8 .framer-1h8br9u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; z-index: 1; }\",\".framer-Dtll8 .framer-1prz8iq-container { flex: none; height: auto; position: relative; width: 561px; }\",\".framer-Dtll8 .framer-186y720 { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 160px; border-bottom-right-radius: 160px; border-top-left-radius: 160px; border-top-right-radius: 160px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 40px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Dtll8 .framer-1hpqerx, .framer-Dtll8 .framer-9t7yuv { flex: none; height: 38px; position: relative; width: 38px; z-index: 1; }\",\".framer-Dtll8 .framer-plpf2f { align-content: center; align-items: center; bottom: 56px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: 1; }\",\".framer-Dtll8 .framer-kwlpvr { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-Dtll8 .framer-kenx1z { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 116px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dtll8 .framer-1nxarj4 { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 160px; border-bottom-right-radius: 160px; border-top-left-radius: 160px; border-top-right-radius: 160px; bottom: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; overflow: hidden; padding: 0px; position: fixed; right: 16px; text-decoration: none; width: 40px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Dtll8 .framer-8sm2rt { background: radial-gradient(55.00000000000001% 80% at 51.2% 4%, #363636 0%, rgb(20, 20, 20) 100%); bottom: 0px; flex: none; left: 0px; pointer-events: none; position: fixed; right: 0px; top: 0px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Dtll8.framer-72rtr7, .framer-Dtll8 .framer-12ml5mo, .framer-Dtll8 .framer-1taj6e9, .framer-Dtll8 .framer-7vyk0i, .framer-Dtll8 .framer-11h3irh, .framer-Dtll8 .framer-14pj1ck, .framer-Dtll8 .framer-1srf5b3, .framer-Dtll8 .framer-1odt5ry, .framer-Dtll8 .framer-1npx2kg, .framer-Dtll8 .framer-65ddtt, .framer-Dtll8 .framer-1ky6f5z, .framer-Dtll8 .framer-1v24338, .framer-Dtll8 .framer-1q44ge2, .framer-Dtll8 .framer-1rf3029, .framer-Dtll8 .framer-96899s, .framer-Dtll8 .framer-3mj2z2, .framer-Dtll8 .framer-ygjffh, .framer-Dtll8 .framer-36ufsb, .framer-Dtll8 .framer-1gpl88i, .framer-Dtll8 .framer-lq6r5i, .framer-Dtll8 .framer-ew2skn, .framer-Dtll8 .framer-oup3jq, .framer-Dtll8 .framer-dn676q, .framer-Dtll8 .framer-15ahdvt, .framer-Dtll8 .framer-adg5k9, .framer-Dtll8 .framer-wsljhu, .framer-Dtll8 .framer-mfp3cj, .framer-Dtll8 .framer-8vz3u5, .framer-Dtll8 .framer-o0nmar, .framer-Dtll8 .framer-ronr6f, .framer-Dtll8 .framer-xdfg72, .framer-Dtll8 .framer-nh96v6, .framer-Dtll8 .framer-pcqklk, .framer-Dtll8 .framer-1pzb01f, .framer-Dtll8 .framer-i70z4r, .framer-Dtll8 .framer-efoabv, .framer-Dtll8 .framer-q6yggg, .framer-Dtll8 .framer-dw21bh, .framer-Dtll8 .framer-p0yih9, .framer-Dtll8 .framer-pv9ajf, .framer-Dtll8 .framer-17vn6hg, .framer-Dtll8 .framer-1745n9p, .framer-Dtll8 .framer-wim9xs, .framer-Dtll8 .framer-vdzs86, .framer-Dtll8 .framer-1tol71s, .framer-Dtll8 .framer-p6dend, .framer-Dtll8 .framer-1322qle, .framer-Dtll8 .framer-qkeahq, .framer-Dtll8 .framer-swxwrc, .framer-Dtll8 .framer-1u4pwos, .framer-Dtll8 .framer-k9snxs, .framer-Dtll8 .framer-1ni3zdh, .framer-Dtll8 .framer-tdqm44, .framer-Dtll8 .framer-j1oii4, .framer-Dtll8 .framer-18h96zp, .framer-Dtll8 .framer-117k15o, .framer-Dtll8 .framer-149aobe, .framer-Dtll8 .framer-r7nom1, .framer-Dtll8 .framer-782z10, .framer-Dtll8 .framer-1q8le16, .framer-Dtll8 .framer-1ui3v0l, .framer-Dtll8 .framer-14s5h54, .framer-Dtll8 .framer-bkq5rt, .framer-Dtll8 .framer-1h8br9u, .framer-Dtll8 .framer-1jb9k1d, .framer-Dtll8 .framer-17jmup, .framer-Dtll8 .framer-1uaawq9, .framer-Dtll8 .framer-186y720, .framer-Dtll8 .framer-plpf2f, .framer-Dtll8 .framer-1nxarj4 { gap: 0px; } .framer-Dtll8.framer-72rtr7 > *, .framer-Dtll8 .framer-7vyk0i > *, .framer-Dtll8 .framer-adg5k9 > *, .framer-Dtll8 .framer-vdzs86 > *, .framer-Dtll8 .framer-1uaawq9 > *, .framer-Dtll8 .framer-plpf2f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Dtll8.framer-72rtr7 > :first-child, .framer-Dtll8 .framer-12ml5mo > :first-child, .framer-Dtll8 .framer-7vyk0i > :first-child, .framer-Dtll8 .framer-11h3irh > :first-child, .framer-Dtll8 .framer-14pj1ck > :first-child, .framer-Dtll8 .framer-1srf5b3 > :first-child, .framer-Dtll8 .framer-1odt5ry > :first-child, .framer-Dtll8 .framer-1npx2kg > :first-child, .framer-Dtll8 .framer-1ky6f5z > :first-child, .framer-Dtll8 .framer-1v24338 > :first-child, .framer-Dtll8 .framer-36ufsb > :first-child, .framer-Dtll8 .framer-1gpl88i > :first-child, .framer-Dtll8 .framer-lq6r5i > :first-child, .framer-Dtll8 .framer-dn676q > :first-child, .framer-Dtll8 .framer-15ahdvt > :first-child, .framer-Dtll8 .framer-adg5k9 > :first-child, .framer-Dtll8 .framer-wsljhu > :first-child, .framer-Dtll8 .framer-dw21bh > :first-child, .framer-Dtll8 .framer-p0yih9 > :first-child, .framer-Dtll8 .framer-pv9ajf > :first-child, .framer-Dtll8 .framer-17vn6hg > :first-child, .framer-Dtll8 .framer-1745n9p > :first-child, .framer-Dtll8 .framer-vdzs86 > :first-child, .framer-Dtll8 .framer-p6dend > :first-child, .framer-Dtll8 .framer-swxwrc > :first-child, .framer-Dtll8 .framer-18h96zp > :first-child, .framer-Dtll8 .framer-117k15o > :first-child, .framer-Dtll8 .framer-149aobe > :first-child, .framer-Dtll8 .framer-1q8le16 > :first-child, .framer-Dtll8 .framer-1ui3v0l > :first-child, .framer-Dtll8 .framer-14s5h54 > :first-child, .framer-Dtll8 .framer-bkq5rt > :first-child, .framer-Dtll8 .framer-1h8br9u > :first-child, .framer-Dtll8 .framer-1jb9k1d > :first-child, .framer-Dtll8 .framer-1uaawq9 > :first-child, .framer-Dtll8 .framer-plpf2f > :first-child { margin-top: 0px; } .framer-Dtll8.framer-72rtr7 > :last-child, .framer-Dtll8 .framer-12ml5mo > :last-child, .framer-Dtll8 .framer-7vyk0i > :last-child, .framer-Dtll8 .framer-11h3irh > :last-child, .framer-Dtll8 .framer-14pj1ck > :last-child, .framer-Dtll8 .framer-1srf5b3 > :last-child, .framer-Dtll8 .framer-1odt5ry > :last-child, .framer-Dtll8 .framer-1npx2kg > :last-child, .framer-Dtll8 .framer-1ky6f5z > :last-child, .framer-Dtll8 .framer-1v24338 > :last-child, .framer-Dtll8 .framer-36ufsb > :last-child, .framer-Dtll8 .framer-1gpl88i > :last-child, .framer-Dtll8 .framer-lq6r5i > :last-child, .framer-Dtll8 .framer-dn676q > :last-child, .framer-Dtll8 .framer-15ahdvt > :last-child, .framer-Dtll8 .framer-adg5k9 > :last-child, .framer-Dtll8 .framer-wsljhu > :last-child, .framer-Dtll8 .framer-dw21bh > :last-child, .framer-Dtll8 .framer-p0yih9 > :last-child, .framer-Dtll8 .framer-pv9ajf > :last-child, .framer-Dtll8 .framer-17vn6hg > :last-child, .framer-Dtll8 .framer-1745n9p > :last-child, .framer-Dtll8 .framer-vdzs86 > :last-child, .framer-Dtll8 .framer-p6dend > :last-child, .framer-Dtll8 .framer-swxwrc > :last-child, .framer-Dtll8 .framer-18h96zp > :last-child, .framer-Dtll8 .framer-117k15o > :last-child, .framer-Dtll8 .framer-149aobe > :last-child, .framer-Dtll8 .framer-1q8le16 > :last-child, .framer-Dtll8 .framer-1ui3v0l > :last-child, .framer-Dtll8 .framer-14s5h54 > :last-child, .framer-Dtll8 .framer-bkq5rt > :last-child, .framer-Dtll8 .framer-1h8br9u > :last-child, .framer-Dtll8 .framer-1jb9k1d > :last-child, .framer-Dtll8 .framer-1uaawq9 > :last-child, .framer-Dtll8 .framer-plpf2f > :last-child { margin-bottom: 0px; } .framer-Dtll8 .framer-12ml5mo > *, .framer-Dtll8 .framer-11h3irh > *, .framer-Dtll8 .framer-1srf5b3 > *, .framer-Dtll8 .framer-1v24338 > *, .framer-Dtll8 .framer-36ufsb > *, .framer-Dtll8 .framer-1gpl88i > *, .framer-Dtll8 .framer-dw21bh > *, .framer-Dtll8 .framer-p0yih9 > *, .framer-Dtll8 .framer-18h96zp > *, .framer-Dtll8 .framer-117k15o > *, .framer-Dtll8 .framer-1ui3v0l > *, .framer-Dtll8 .framer-14s5h54 > *, .framer-Dtll8 .framer-bkq5rt > *, .framer-Dtll8 .framer-1jb9k1d > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Dtll8 .framer-1taj6e9 > *, .framer-Dtll8 .framer-65ddtt > *, .framer-Dtll8 .framer-17jmup > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-Dtll8 .framer-1taj6e9 > :first-child, .framer-Dtll8 .framer-65ddtt > :first-child, .framer-Dtll8 .framer-1q44ge2 > :first-child, .framer-Dtll8 .framer-1rf3029 > :first-child, .framer-Dtll8 .framer-96899s > :first-child, .framer-Dtll8 .framer-3mj2z2 > :first-child, .framer-Dtll8 .framer-ygjffh > :first-child, .framer-Dtll8 .framer-ew2skn > :first-child, .framer-Dtll8 .framer-oup3jq > :first-child, .framer-Dtll8 .framer-mfp3cj > :first-child, .framer-Dtll8 .framer-8vz3u5 > :first-child, .framer-Dtll8 .framer-o0nmar > :first-child, .framer-Dtll8 .framer-ronr6f > :first-child, .framer-Dtll8 .framer-xdfg72 > :first-child, .framer-Dtll8 .framer-nh96v6 > :first-child, .framer-Dtll8 .framer-pcqklk > :first-child, .framer-Dtll8 .framer-1pzb01f > :first-child, .framer-Dtll8 .framer-i70z4r > :first-child, .framer-Dtll8 .framer-efoabv > :first-child, .framer-Dtll8 .framer-q6yggg > :first-child, .framer-Dtll8 .framer-wim9xs > :first-child, .framer-Dtll8 .framer-1tol71s > :first-child, .framer-Dtll8 .framer-1322qle > :first-child, .framer-Dtll8 .framer-qkeahq > :first-child, .framer-Dtll8 .framer-1u4pwos > :first-child, .framer-Dtll8 .framer-k9snxs > :first-child, .framer-Dtll8 .framer-1ni3zdh > :first-child, .framer-Dtll8 .framer-tdqm44 > :first-child, .framer-Dtll8 .framer-j1oii4 > :first-child, .framer-Dtll8 .framer-r7nom1 > :first-child, .framer-Dtll8 .framer-782z10 > :first-child, .framer-Dtll8 .framer-17jmup > :first-child, .framer-Dtll8 .framer-186y720 > :first-child, .framer-Dtll8 .framer-1nxarj4 > :first-child { margin-left: 0px; } .framer-Dtll8 .framer-1taj6e9 > :last-child, .framer-Dtll8 .framer-65ddtt > :last-child, .framer-Dtll8 .framer-1q44ge2 > :last-child, .framer-Dtll8 .framer-1rf3029 > :last-child, .framer-Dtll8 .framer-96899s > :last-child, .framer-Dtll8 .framer-3mj2z2 > :last-child, .framer-Dtll8 .framer-ygjffh > :last-child, .framer-Dtll8 .framer-ew2skn > :last-child, .framer-Dtll8 .framer-oup3jq > :last-child, .framer-Dtll8 .framer-mfp3cj > :last-child, .framer-Dtll8 .framer-8vz3u5 > :last-child, .framer-Dtll8 .framer-o0nmar > :last-child, .framer-Dtll8 .framer-ronr6f > :last-child, .framer-Dtll8 .framer-xdfg72 > :last-child, .framer-Dtll8 .framer-nh96v6 > :last-child, .framer-Dtll8 .framer-pcqklk > :last-child, .framer-Dtll8 .framer-1pzb01f > :last-child, .framer-Dtll8 .framer-i70z4r > :last-child, .framer-Dtll8 .framer-efoabv > :last-child, .framer-Dtll8 .framer-q6yggg > :last-child, .framer-Dtll8 .framer-wim9xs > :last-child, .framer-Dtll8 .framer-1tol71s > :last-child, .framer-Dtll8 .framer-1322qle > :last-child, .framer-Dtll8 .framer-qkeahq > :last-child, .framer-Dtll8 .framer-1u4pwos > :last-child, .framer-Dtll8 .framer-k9snxs > :last-child, .framer-Dtll8 .framer-1ni3zdh > :last-child, .framer-Dtll8 .framer-tdqm44 > :last-child, .framer-Dtll8 .framer-j1oii4 > :last-child, .framer-Dtll8 .framer-r7nom1 > :last-child, .framer-Dtll8 .framer-782z10 > :last-child, .framer-Dtll8 .framer-17jmup > :last-child, .framer-Dtll8 .framer-186y720 > :last-child, .framer-Dtll8 .framer-1nxarj4 > :last-child { margin-right: 0px; } .framer-Dtll8 .framer-14pj1ck > *, .framer-Dtll8 .framer-1odt5ry > *, .framer-Dtll8 .framer-15ahdvt > *, .framer-Dtll8 .framer-wsljhu > *, .framer-Dtll8 .framer-pv9ajf > *, .framer-Dtll8 .framer-1q8le16 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Dtll8 .framer-1npx2kg > *, .framer-Dtll8 .framer-lq6r5i > *, .framer-Dtll8 .framer-dn676q > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Dtll8 .framer-1ky6f5z > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-Dtll8 .framer-1q44ge2 > *, .framer-Dtll8 .framer-ew2skn > *, .framer-Dtll8 .framer-mfp3cj > *, .framer-Dtll8 .framer-o0nmar > *, .framer-Dtll8 .framer-xdfg72 > *, .framer-Dtll8 .framer-nh96v6 > *, .framer-Dtll8 .framer-1tol71s > *, .framer-Dtll8 .framer-k9snxs > *, .framer-Dtll8 .framer-tdqm44 > *, .framer-Dtll8 .framer-r7nom1 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Dtll8 .framer-1rf3029 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Dtll8 .framer-96899s > *, .framer-Dtll8 .framer-3mj2z2 > *, .framer-Dtll8 .framer-ygjffh > *, .framer-Dtll8 .framer-oup3jq > *, .framer-Dtll8 .framer-8vz3u5 > *, .framer-Dtll8 .framer-ronr6f > *, .framer-Dtll8 .framer-pcqklk > *, .framer-Dtll8 .framer-1pzb01f > *, .framer-Dtll8 .framer-i70z4r > *, .framer-Dtll8 .framer-efoabv > *, .framer-Dtll8 .framer-q6yggg > *, .framer-Dtll8 .framer-1322qle > *, .framer-Dtll8 .framer-1u4pwos > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-Dtll8 .framer-17vn6hg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Dtll8 .framer-1745n9p > *, .framer-Dtll8 .framer-p6dend > *, .framer-Dtll8 .framer-149aobe > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Dtll8 .framer-wim9xs > *, .framer-Dtll8 .framer-qkeahq > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Dtll8 .framer-swxwrc > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-Dtll8 .framer-1ni3zdh > *, .framer-Dtll8 .framer-j1oii4 > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-Dtll8 .framer-782z10 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Dtll8 .framer-1h8br9u > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-Dtll8 .framer-186y720 > *, .framer-Dtll8 .framer-1nxarj4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",'.framer-Dtll8[data-border=\"true\"]::after, .framer-Dtll8 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Dtll8.framer-72rtr7 { width: 810px; }}\",\"@media (max-width: 809px) { .framer-Dtll8.framer-72rtr7 { width: 390px; } .framer-Dtll8 .framer-12ml5mo, .framer-Dtll8 .framer-1818vwi-container, .framer-Dtll8 .framer-1lq667e-container, .framer-Dtll8 .framer-16cy948-container, .framer-Dtll8 .framer-17rkbdr-container, .framer-Dtll8 .framer-1o6uby0-container, .framer-Dtll8 .framer-1prz8iq-container { width: 100%; } .framer-Dtll8 .framer-1taj6e9, .framer-Dtll8 .framer-17jmup { align-content: center; align-items: center; flex-direction: column; width: 244px; } .framer-Dtll8 .framer-7vyk0i, .framer-Dtll8 .framer-1uaawq9 { flex: none; width: 100%; } .framer-Dtll8 .framer-11h3irh { padding: 32px 40px 0px 40px; } .framer-Dtll8 .framer-1ia180e, .framer-Dtll8 .framer-c6ccgd { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-Dtll8 .framer-1srf5b3, .framer-Dtll8 .framer-1gpl88i, .framer-Dtll8 .framer-1h8br9u { padding: 0px 24px 0px 24px; width: 100%; } .framer-Dtll8 .framer-p0yih9 { gap: 0px; padding: 0px 24px 0px 24px; width: 100%; } .framer-Dtll8 .framer-117k15o, .framer-Dtll8 .framer-14s5h54 { padding: 136px 24px 0px 24px; width: 100%; } .framer-Dtll8 .framer-149aobe { left: -105px; order: 2; right: -105px; top: -8px; transform: unset; width: unset; } .framer-Dtll8 .framer-1ui3v0l { order: 3; } .framer-Dtll8 .framer-bz5mkc-container { order: 1; } .framer-Dtll8 .framer-bkq5rt { order: 0; } .framer-Dtll8 .framer-1nxarj4 { flex-direction: column; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Dtll8 .framer-1taj6e9, .framer-Dtll8 .framer-p0yih9, .framer-Dtll8 .framer-17jmup, .framer-Dtll8 .framer-1nxarj4 { gap: 0px; } .framer-Dtll8 .framer-1taj6e9 > *, .framer-Dtll8 .framer-17jmup > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-Dtll8 .framer-1taj6e9 > :first-child, .framer-Dtll8 .framer-p0yih9 > :first-child, .framer-Dtll8 .framer-17jmup > :first-child, .framer-Dtll8 .framer-1nxarj4 > :first-child { margin-top: 0px; } .framer-Dtll8 .framer-1taj6e9 > :last-child, .framer-Dtll8 .framer-p0yih9 > :last-child, .framer-Dtll8 .framer-17jmup > :last-child, .framer-Dtll8 .framer-1nxarj4 > :last-child { margin-bottom: 0px; } .framer-Dtll8 .framer-p0yih9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Dtll8 .framer-1nxarj4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5660\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"B2DWe7jez\":{\"layout\":[\"fixed\",\"auto\"]},\"Xv4vaVm9h\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Dtll8\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5660,width:1200};addFonts(FrameraugiA20Il,[{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:\"Instrument Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-2zcZj1bIkNo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...TitleFonts,...Button2Fonts,...DownFonts,...PilFourFonts,...PilOneFonts,...PilTwoFonts,...PilThreeFonts,...PilMobileFonts,...PlayMeFonts,...TextEffectOnScrollFonts,...CursorFonts,...ExampleCaseFonts,...ResponseBarFonts,...ResponseBarMobileFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B2DWe7jez\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Xv4vaVm9h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"5660\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["DEFAULT_ANIMATE_PROPS", "TOP", "BOTTOM", "CENTER", "VIEWPORT_OFFSETS", "easeInOut", "cubicBezier", "TextEffectOnScroll", "props", "_effect_rotate", "effect", "id", "se", "generateRandomString", "isCanvas", "RenderTarget", "ref", "pe", "animate", "initial", "willChangeOpacity", "willChangeTransform", "willChangeFilter", "_effect_offset", "_effect_offset1", "_effect_offset2", "_effect_offset3", "willChangeProps", "willChange", "p", "SplitText", "addPropertyControls", "ControlType", "X", "Y", "text", "className", "style", "animation", "offset", "gap", "noTransformEffects", "splitCharacters", "tag", "origin", "elementsRef", "Tag", "spanClassName", "lines", "textLines", "i", "ue", "trackElementPosition", "topPosition", "viewportOffset", "viewportHeight", "window", "totalElements", "updates", "element", "scrollY", "progress", "mapRange", "transforms", "styles", "opacity", "getValue", "scale", "blur", "rotate", "rotateX", "rotateY", "rotateZ", "skewX", "skewY", "offsetX", "offsetY", "update", "index", "createLineChildren", "lineIndex", "lineWords", "word", "wordIndex", "char", "charIndex", "savedIndex", "el", "_origin_x", "_origin_y", "u", "key", "value", "_initial_key", "_ref", "initialValue", "callback", "rafId", "lastPosition", "throttleTimeout", "updatePosition", "rect", "fromLow", "fromHigh", "toLow", "toHigh", "percentage", "CHARACTERS", "result", "randomIndex", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "NMAnY4_Gj", "LoF81iqyL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapm4d48p", "args", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FrameroT2sm1VjB", "withCSS", "oT2sm1VjB_default", "addPropertyControls", "ControlType", "addFonts", "ViewBtnFonts", "getFonts", "oT2sm1VjB_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearzolo4t", "args", "LoF81iqyLunvnxi", "onTapnmpaj8", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "u", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "Framerb12MwEm8Z", "withCSS", "b12MwEm8Z_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1dqer56", "args", "onAppear72vjyx", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "SVG", "css", "FramerewryyVL_B", "withCSS", "ewryyVL_B_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear10epi2a", "args", "onAppeart2r1bv", "onAppear1ikmk1c", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramergvLz17n1r", "withCSS", "gvLz17n1r_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transformTemplate1", "_", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "p", "LayoutGroup", "u", "RichText2", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerGzQpKjbbd", "withCSS", "GzQpKjbbd_default", "addFonts", "fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "useConstant", "init", "ref", "pe", "isMotionValue", "v", "MotionValue", "useOnChange", "value", "callback", "ue", "isMotionValue", "secondsToMinutes", "seconds", "minutes", "s", "useAutoMotionValue", "inputValue", "options", "ref", "optionsRef", "pe", "animation", "didInitialMount", "isOnCanvas", "RenderTarget", "onChangeDeps", "onChange", "te", "transformer", "value", "useConstant", "isMotionValue", "motionValue", "ue", "ref1", "ref2", "newValue", "ref3", "animate2", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "FUNC_ERROR_TEXT", "nativeMax", "nativeMin", "NAN", "reTrim", "reIsBadHex", "reIsBinary", "reIsOctal", "freeParseInt", "now", "isObject", "value", "type", "toNumber", "value", "NAN", "isObject", "other", "reTrim", "isBinary", "reIsBinary", "reIsOctal", "freeParseInt", "reIsBadHex", "debounce", "func", "wait", "options", "lastArgs", "lastThis", "maxWait", "result", "timerId", "lastCallTime", "lastInvokeTime", "leading", "maxing", "trailing", "FUNC_ERROR_TEXT", "nativeMax", "invokeFunc", "time", "args", "thisArg", "leadingEdge", "timerExpired", "remainingWait", "timeSinceLastCall", "timeSinceLastInvoke", "timeWaiting", "nativeMin", "shouldInvoke", "now", "trailingEdge", "cancel", "flush", "debounced", "isInvoking", "throttle", "KnobOptions", "Slider", "withCSS", "props", "valueProp", "trackHeight", "fillColor", "focusColor", "min", "max", "onChange", "onChangeLive", "onMax", "onMin", "trackColor", "trackRadius", "knobSize", "knobColor", "constrainKnob", "shadow", "shouldAnimateChange", "transition", "overdrag", "knobSetting", "style", "hovered", "setHovered", "ye", "focused", "setFocused", "onCanvas", "RenderTarget", "shouldAnimate", "isConstrained", "showKnob", "input", "pe", "knobPadding", "updateValue", "te", "newVal", "target", "throttledInputUpdate", "animate", "value", "useAutoMotionValue", "transform", "knobX", "useTransform", "normalizedValue", "throttle", "val", "ref", "useOnChange", "isMotionValue", "handleInputChange", "e", "handleMouseDown", "handleMouseUp", "totalKnobWidth", "totalHeight", "u", "p", "motion", "addPropertyControls", "ControlType", "isMotionValue", "v", "MotionValue", "SrcType", "PlayTime", "props", "currentTime", "startTime", "playTime", "setPlayTime", "ye", "ue", "secondsToMinutes", "useOnChange", "latest", "p", "l", "checkIfPlaying", "player", "Audio", "withCSS", "_props_style", "playing", "background", "progressColor", "trackHeight", "gap", "trackColor", "srcUrl", "srcType", "srcFile", "loop", "font", "autoPlay", "progress", "volume", "showTime", "showTrack", "playPauseCursor", "showPlayPause", "onTimeUpdate", "onMetadata", "onPlay", "onPause", "onEnd", "pauseOnExit", "onPlayGlobalPauseOption", "iconCursor", "isPlaying", "setIsPlaying", "duration", "setDuration", "pe", "playerInfo", "trackProgress", "useAutoMotionValue", "value", "newValue", "handlePlayStateUpdate", "padding", "usePadding", "borderRadius", "useRadius", "fontSize", "useFontControls", "shouldPlay", "RenderTarget", "shouldPausePlayers", "url", "shouldAutoPlay", "te", "_", "_playerInfo_current_animation", "_playerInfo_current", "currentDuration", "isNowPlaying", "animate", "pauseAllAudioPlayers", "el", "playAudio", "e", "pauseAudio", "handleMetadata", "initProgress", "handleReady", "handleSeek", "val", "handleEnd", "handlePlayClick", "_player_current", "useOnEnter", "useOnExit", "useMotionValueEvent", "progressPercent", "iconStyles", "u", "containerStyles", "PauseIcon", "PlayIcon", "fontStack", "Slider", "addPropertyControls", "ControlType", "paddingControl", "borderRadiusControl", "PlayIcon", "props", "p", "motion", "PauseIcon", "u", "AudioFonts", "getFonts", "Audio", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap17wv44r", "args", "onTap11vz4lf", "onEnd1tbks9i", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerJ22fKgRDW", "withCSS", "J22fKgRDW_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1abx63u", "args", "onTap7lv6l1", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerjSvDC7zTo", "withCSS", "jSvDC7zTo_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transformTemplate1", "_", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "p", "LayoutGroup", "u", "SVG", "RichText2", "css", "FramermMa_53QrH", "withCSS", "mMa_53QrH_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerpmTSYv2fv", "withCSS", "pmTSYv2fv_default", "addFonts", "ViewBtnFonts", "getFonts", "oT2sm1VjB_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppeara9a5cp", "args", "LoF81iqyLrfir6q", "onTap19efpet", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "u", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerQ23POTOlr", "withCSS", "Q23POTOlr_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transformTemplate1", "_", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "p", "LayoutGroup", "u", "RichText2", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerrJm9S5nYg", "withCSS", "rJm9S5nYg_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear3v87hp", "args", "onAppearow8eik", "onAppearadv0cx", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerUrPv8c2rG", "withCSS", "UrPv8c2rG_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transformTemplate1", "_", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "p", "LayoutGroup", "u", "RichText2", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerX28IJPEFe", "withCSS", "X28IJPEFe_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear12a1jv", "args", "CycleVariantState", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "css", "FrameryUS1qr0rT", "withCSS", "yUS1qr0rT_default", "addPropertyControls", "ControlType", "addFonts", "TitleFonts", "getFonts", "UrPv8c2rG_default", "Button2Fonts", "mMa_53QrH_default", "DownFonts", "ewryyVL_B_default", "MotionDivWithFX", "withFX", "motion", "PilFourFonts", "pmTSYv2fv_default", "PilOneFonts", "X28IJPEFe_default", "PilTwoFonts", "GzQpKjbbd_default", "PilThreeFonts", "rJm9S5nYg_default", "PilMobileFonts", "jSvDC7zTo_default", "PlayMeFonts", "J22fKgRDW_default", "TextEffectOnScrollFonts", "TextEffectOnScroll", "CursorFonts", "yUS1qr0rT_default", "ExampleCaseFonts", "gvLz17n1r_default", "ResponseBarFonts", "Q23POTOlr_default", "ResponseBarMobileFonts", "b12MwEm8Z_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "formVariants", "form", "variants", "currentVariant", "transition1", "animation", "transformTemplate1", "_", "transformTemplate2", "transition2", "animation1", "animation2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "PropertyOverrides2", "ComponentViewportProvider", "Container", "FormContainer", "formState", "l", "FormPlainTextInput2", "SVG", "RichText2", "x", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "__FramerMetadata__"]
}
