{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ch189WNphK4lqVLvwZNr/1IB0WxLY04COsnRe5MLW/Custom_Cursor.js", "ssg:https://framerusercontent.com/modules/NKAtr4wsPuDKfRyEspXN/S1aDAJEn62gfPQzSxZuH/Scroll_Progress.js", "ssg:https://framerusercontent.com/modules/2zD674jvvRkoOIpFkesQ/5kInQSlJO2Aq0SAbhM0C/C_Ew0E5FV.js", "ssg:https://framerusercontent.com/modules/cBRvWfhVULmNSbn16UnX/KtEJVEdIZidmdPyF7oxv/fhvKcC4mK.js", "ssg:https://framerusercontent.com/modules/p7DK8CbvV2VKWPvcOb1E/k1KegPOjYCbc9hOzNIEY/V0nDYNbuE.js", "ssg:https://framerusercontent.com/modules/n1x37ohCScvoBl41Rx29/LkXSPlTC6yIs4tS215rO/KXoHmSOZs.js", "ssg:https://framerusercontent.com/modules/nvv3BFvz6bmZrsAVoF0j/pqHbaJw9r3iPvCjbMFG1/cHRv_R8R9.js", "ssg:https://framerusercontent.com/modules/L8aenOXjyh5BKKgg8idm/ZB58sDIJwHBAmslCxaZh/Bi8m5TgEB.js", "ssg:https://framerusercontent.com/modules/TIPY1p2td8hNeLnJIalu/dkwnW39rscS9VOUcMxpY/otVlTvYaq.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useState,useEffect}from\"react\";import{motion,useSpring}from\"framer-motion\";function hasButtonOrAnchorAncestor(element){if(!element){return false;}if(element.tagName===\"BUTTON\"||element.tagName===\"A\"){return true;}return hasButtonOrAnchorAncestor(element.parentElement);}export function withCursorFollow(Component){return props=>{if(typeof document===\"undefined\"){return null;}// Add a style tag to the head of the document to hide the system cursor for all elements\nconst style=document.createElement(\"style\");style.appendChild(document.createTextNode(\"* { cursor: none !important; }\"));document.head.appendChild(style);const cursorRef=useRef(null);const[isHovering,setIsHovering]=useState(false);const spring={type:\"spring\",stiffness:1e3,damping:70};const storedPosition=localStorage.getItem(\"cursorPosition\");const initialCursorPosition=useRef(storedPosition?JSON.parse(storedPosition):{x:window.innerWidth/2,y:window.innerHeight/2});const positionX=useSpring(initialCursorPosition.current.x,spring);const positionY=useSpring(initialCursorPosition.current.y,spring);useEffect(()=>{const handleMouseMove=e=>{if(!cursorRef.current)return;// Check if the cursor is hovering a button or \"A\" tag element\nconst isHovered=e.target instanceof HTMLElement&&(e.target.tagName===\"BUTTON\"||e.target.tagName===\"A\"||hasButtonOrAnchorAncestor(e.target.parentElement));setIsHovering(isHovered);// Update the position based on the cursor position\npositionX.set(e.clientX);positionY.set(e.clientY);localStorage.setItem(\"cursorPosition\",JSON.stringify({x:e.clientX,y:e.clientY}));};// Store the initial cursor position when the component is first rendered\ninitialCursorPosition.current.x=window.innerWidth/2;initialCursorPosition.current.y=window.innerHeight/2;window.addEventListener(\"mousemove\",handleMouseMove);return()=>{window.removeEventListener(\"mousemove\",handleMouseMove);};},[]);return /*#__PURE__*/_jsx(motion.div,{ref:cursorRef,style:{position:\"fixed\",left:positionX,top:positionY,pointerEvents:\"none\",transform:\"translate(-50%, -50%)\",transition:\"transform 0.2s ease, opacity 0.2s ease\",zIndex:9999,opacity:isHovering?.5:1,scale:isHovering?1.7:1},children:/*#__PURE__*/_jsx(Component,{...props})});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withCursorFollow\":{\"type\":\"reactHoc\",\"name\":\"withCursorFollow\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Custom_Cursor.map", "import{jsx as e}from\"react/jsx-runtime\";import{useState as t,useEffect as n,useRef as o}from\"react\";export function withProgress(r){return s=>{let[d,l]=t(0),[i,c]=t(!1),m=o(0);return n(()=>{let e=()=>{let e=document.getElementById(\"start\"),t=document.getElementById(\"end\");if(e&&t){let n=t.offsetTop-e.offsetTop,o=window.pageYOffset||document.documentElement.scrollTop,r=o-e.offsetTop;l(r/n*100);}},t=()=>{let t=window.pageYOffset||document.documentElement.scrollTop;t!==m.current&&(m.current=t,e(),c(!0));},n=()=>{c(!1);};return e(),window.addEventListener(\"scroll\",t),window.addEventListener(\"scrollend\",n),()=>{window.removeEventListener(\"scroll\",t),window.removeEventListener(\"scrollend\",n);};},[]),/*#__PURE__*/e(r,{...s,style:{width:`${d}%`,transition:i?\"none\":\"width 0.5s ease-in-out\"}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withProgress\":{\"type\":\"reactHoc\",\"name\":\"withProgress\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scroll_Progress.map", "// Generated by Framer (c815cea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={bvj6ZF4bm:{hover:true},J2N9VrIwt:{hover:true},JYGZZUzKq:{hover:true},kf3Ljnj9g:{hover:true},rMeIslpO1:{hover:true},WzG6zEVOj:{hover:true}};const cycleOrder=[\"bvj6ZF4bm\",\"rMeIslpO1\",\"kf3Ljnj9g\",\"J2N9VrIwt\",\"WzG6zEVOj\",\"JYGZZUzKq\",\"ndL5r_n5u\",\"lrssjkRR5\",\"x2Plj2CGd\",\"ISpMsIIWh\",\"ICTWuWcFT\",\"gdV4ruAvp\"];const serializationHash=\"framer-rSENB\";const variantClassNames={bvj6ZF4bm:\"framer-v-yul74c\",gdV4ruAvp:\"framer-v-16m03h2\",ICTWuWcFT:\"framer-v-1hg64dg\",ISpMsIIWh:\"framer-v-yshw2o\",J2N9VrIwt:\"framer-v-hfry6e\",JYGZZUzKq:\"framer-v-1xf08tl\",kf3Ljnj9g:\"framer-v-4rrxrm\",lrssjkRR5:\"framer-v-gh9y0x\",ndL5r_n5u:\"framer-v-10orhfp\",rMeIslpO1:\"framer-v-1gqxel8\",WzG6zEVOj:\"framer-v-gfyp8f\",x2Plj2CGd:\"framer-v-13clisv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"bvj6ZF4bm\",\"Variant 10\":\"ISpMsIIWh\",\"Variant 11\":\"ICTWuWcFT\",\"Variant 13\":\"gdV4ruAvp\",\"Variant 2\":\"rMeIslpO1\",\"Variant 3\":\"kf3Ljnj9g\",\"Variant 4\":\"J2N9VrIwt\",\"Variant 5\":\"WzG6zEVOj\",\"Variant 6\":\"JYGZZUzKq\",\"Variant 7\":\"ndL5r_n5u\",\"Variant 8\":\"lrssjkRR5\",\"Variant 9\":\"x2Plj2CGd\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"bvj6ZF4bm\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bvj6ZF4bm\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"ndL5r_n5u\",\"lrssjkRR5\",\"x2Plj2CGd\",\"ISpMsIIWh\",\"ICTWuWcFT\",\"gdV4ruAvp\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"JYGZZUzKq-hover\")return true;if(baseVariant===\"JYGZZUzKq\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"WzG6zEVOj-hover\")return true;if(baseVariant===\"WzG6zEVOj\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"J2N9VrIwt-hover\")return true;if(baseVariant===\"J2N9VrIwt\")return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"kf3Ljnj9g-hover\")return true;if(baseVariant===\"kf3Ljnj9g\")return true;return false;};const isDisplayed5=()=>{if(gestureVariant===\"rMeIslpO1-hover\")return true;if(baseVariant===\"rMeIslpO1\")return true;return false;};const isDisplayed6=()=>{if([\"rMeIslpO1-hover\",\"kf3Ljnj9g-hover\",\"J2N9VrIwt-hover\",\"JYGZZUzKq-hover\",\"WzG6zEVOj-hover\"].includes(gestureVariant))return false;if([\"rMeIslpO1\",\"kf3Ljnj9g\",\"J2N9VrIwt\",\"WzG6zEVOj\",\"JYGZZUzKq\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if(baseVariant===\"ndL5r_n5u\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"lrssjkRR5\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"x2Plj2CGd\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"ISpMsIIWh\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"ICTWuWcFT\")return true;return false;};const isDisplayed12=()=>{if(baseVariant===\"gdV4ruAvp\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({\"J2N9VrIwt-hover\":{href:\"https://t.me/Faizanrather29\"},\"JYGZZUzKq-hover\":{href:\"https://twitter.com/FaizanRather18\"},\"kf3Ljnj9g-hover\":{href:\"https://www.instagram.com/faixan.rather/\"},\"rMeIslpO1-hover\":{href:\"https://www.linkedin.com/in/faizan-rather-a50503220\"},\"WzG6zEVOj-hover\":{href:\"https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=faizanfayaz29@gmail.com \"},gdV4ruAvp:{href:\"https://twitter.com/FaizanRather18\"},ICTWuWcFT:{href:\"https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=faizanfayaz29@gmail.com \"},ISpMsIIWh:{href:\"https://t.me/Faizanrather29\"},lrssjkRR5:{href:\"https://www.linkedin.com/in/faizan-rather-a50503220\"},ndL5r_n5u:{href:\"https://www.facebook.com/rather.faizan.9484\"},x2Plj2CGd:{href:\"https://www.instagram.com/faixan.rather/\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-yul74c\",className,classNames)} framer-154t6p9`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"bvj6ZF4bm\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"bvj6ZF4bm-hover\":{\"data-framer-name\":undefined},\"J2N9VrIwt-hover\":{\"data-framer-name\":undefined},\"JYGZZUzKq-hover\":{\"data-framer-name\":undefined},\"kf3Ljnj9g-hover\":{\"data-framer-name\":undefined},\"rMeIslpO1-hover\":{\"data-framer-name\":undefined},\"WzG6zEVOj-hover\":{\"data-framer-name\":undefined},gdV4ruAvp:{\"data-framer-name\":\"Variant 13\"},ICTWuWcFT:{\"data-framer-name\":\"Variant 11\"},ISpMsIIWh:{\"data-framer-name\":\"Variant 10\"},J2N9VrIwt:{\"data-framer-name\":\"Variant 4\"},JYGZZUzKq:{\"data-framer-name\":\"Variant 6\"},kf3Ljnj9g:{\"data-framer-name\":\"Variant 3\"},lrssjkRR5:{\"data-framer-name\":\"Variant 8\"},ndL5r_n5u:{\"data-framer-name\":\"Variant 7\"},rMeIslpO1:{\"data-framer-name\":\"Variant 2\"},WzG6zEVOj:{\"data-framer-name\":\"Variant 5\"},x2Plj2CGd:{\"data-framer-name\":\"Variant 9\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Facebook\"})}),className:\"framer-1deo5or\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"ful9I8tKj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",opacity:0},transformTemplate:transformTemplate1,variants:{\"bvj6ZF4bm-hover\":{opacity:1},\"J2N9VrIwt-hover\":{opacity:1},\"JYGZZUzKq-hover\":{opacity:1},\"kf3Ljnj9g-hover\":{opacity:1},\"rMeIslpO1-hover\":{opacity:1},\"WzG6zEVOj-hover\":{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bvj6ZF4bm-hover\":{transformTemplate:undefined},\"J2N9VrIwt-hover\":{transformTemplate:undefined},\"JYGZZUzKq-hover\":{transformTemplate:undefined},\"kf3Ljnj9g-hover\":{transformTemplate:undefined},\"rMeIslpO1-hover\":{transformTemplate:undefined},\"WzG6zEVOj-hover\":{transformTemplate:undefined},J2N9VrIwt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Telegram\"})})},JYGZZUzKq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"X\"})})},kf3Ljnj9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Instagram\"})})},rMeIslpO1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Linkedin\"})})},WzG6zEVOj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Gmail\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16atdsf\",layoutDependency:layoutDependency,layoutId:\"pH7PEo5au\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ps68y4\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"lrOTxOKIB\",svg:'<svg width=\"44\" height=\"44\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"M16.82 20.768 3.753 3.968A.6.6 0 0 1 4.227 3h2.48a.6.6 0 0 1 .473.232l13.067 16.8a.6.6 0 0 1-.474.968h-2.48a.6.6 0 0 1-.473-.232Z\" stroke=\"#fff\"/><path d=\"M20 3 4 21\" stroke=\"#fff\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1x2dtwx\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"GWsJGEqcl\",svg:'<svg width=\"44\" height=\"44\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"m7 9 5 3.5L17 9\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2 17V7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\" stroke=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-127cydm\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"wdbND59PD\",svg:'<svg width=\"44\" height=\"44\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"M18 8 5 12.5 9.5 14M18 8l-8.5 6M18 8l-4 10.5L9.5 14\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-2xn69t\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"eA1YFUSws\",svg:'<svg width=\"44\" height=\"44\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 16V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5Z\" stroke=\"#fff\"/><path d=\"m17.5 6.51.01-.011\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-pkjx43\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"p0nvbEHOI\",svg:'<svg width=\"44\" height=\"44\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"M21 8v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5ZM7 17v-7\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 17v-3.25M11 10v3.75m0 0c0-3.75 6-3.75 6 0V17M7 7.01l.01-.011\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-15lgc9q\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"lPKlaQ6G1\",svg:'<svg width=\"44\" height=\"44\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"M17 2h-3a5 5 0 0 0-5 5v3H6v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3V2Z\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]}),isDisplayed7()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Facebook\"})}),className:\"framer-1lrd8pv\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"qBa3VNEtW\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-w1uag\",layoutDependency:layoutDependency,layoutId:\"ItKYEejCn\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zo42sp\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"XjLGtQQAK\",svg:'<svg width=\"44\" height=\"44\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"M17 2h-3a5 5 0 0 0-5 5v3H6v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3V2Z\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),isDisplayed8()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Linkedin\"})}),className:\"framer-lhrrds\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"z3PWT7c7i\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-155pmh5\",layoutDependency:layoutDependency,layoutId:\"VRZTNqU5l\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1648nvp\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"sbn3IoiDJ\",svg:'<svg width=\"44\" height=\"44\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"M21 8v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5ZM7 17v-7\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 17v-3.25M11 10v3.75m0 0c0-3.75 6-3.75 6 0V17M7 7.01l.01-.011\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),isDisplayed9()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Instagram\"})}),className:\"framer-1bls5q5\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"clynuMItd\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed9()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-8mjwxg\",layoutDependency:layoutDependency,layoutId:\"vSQynRnZM\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xoxo86\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"qy0IMlYxa\",svg:'<svg width=\"44\" height=\"44\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 16V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5Z\" stroke=\"#fff\"/><path d=\"m17.5 6.51.01-.011\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),isDisplayed10()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Telegram\"})}),className:\"framer-1dx8ozu\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"VDR4odLis\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed10()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yajnhb\",layoutDependency:layoutDependency,layoutId:\"gm8iSUdmN\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1eoa\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"wLqYNKVc2\",svg:'<svg width=\"44\" height=\"44\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"M18 8 5 12.5 9.5 14M18 8l-8.5 6M18 8l-4 10.5L9.5 14\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})}),isDisplayed11()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Gmail\"})}),className:\"framer-15xjjey\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"GvjvWmm6a\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed11()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-gt5zv\",layoutDependency:layoutDependency,layoutId:\"BDM46W5VQ\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-h83ylf\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"k46NUHvES\",svg:'<svg width=\"44\" height=\"44\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"m7 9 5 3.5L17 9\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2 17V7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\" stroke=\"#fff\"/></svg>',withExternalLayout:true})}),isDisplayed12()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"X\"})}),className:\"framer-3s11fp\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"YUOGfWd_U\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed12()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wjl233\",layoutDependency:layoutDependency,layoutId:\"k0OpokWep\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-uac25y\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:44,layoutDependency:layoutDependency,layoutId:\"Tnkq1HUwF\",svg:'<svg width=\"44\" height=\"44\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\"><path d=\"M16.82 20.768 3.753 3.968A.6.6 0 0 1 4.227 3h2.48a.6.6 0 0 1 .473.232l13.067 16.8a.6.6 0 0 1-.474.968h-2.48a.6.6 0 0 1-.473-.232Z\" stroke=\"#fff\"/><path d=\"M20 3 4 21\" stroke=\"#fff\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rSENB.framer-154t6p9, .framer-rSENB .framer-154t6p9 { display: block; }\",\".framer-rSENB.framer-yul74c { cursor: pointer; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-rSENB .framer-1deo5or { -webkit-user-select: none; flex: none; height: auto; left: 12px; pointer-events: auto; position: absolute; top: 50%; user-select: none; white-space: pre; width: auto; }\",\".framer-rSENB .framer-16atdsf { align-content: center; align-items: center; aspect-ratio: 1 / 1; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; width: var(--framer-aspect-ratio-supported, 40px); will-change: var(--framer-will-change-override, transform); }\",\".framer-rSENB .framer-1ps68y4, .framer-rSENB .framer-1x2dtwx, .framer-rSENB .framer-127cydm, .framer-rSENB .framer-pkjx43 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 0px); position: relative; width: 30px; }\",\".framer-rSENB .framer-2xn69t, .framer-rSENB .framer-15lgc9q, .framer-rSENB .framer-zo42sp, .framer-rSENB .framer-1648nvp, .framer-rSENB .framer-1xoxo86, .framer-rSENB .framer-1eoa, .framer-rSENB .framer-h83ylf, .framer-rSENB .framer-uac25y { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 30px; }\",\".framer-rSENB .framer-1lrd8pv, .framer-rSENB .framer-lhrrds, .framer-rSENB .framer-1bls5q5, .framer-rSENB .framer-1dx8ozu, .framer-rSENB .framer-15xjjey, .framer-rSENB .framer-3s11fp { -webkit-user-select: none; flex: none; height: auto; left: 0px; pointer-events: auto; position: absolute; top: 10px; user-select: none; white-space: pre; width: auto; }\",\".framer-rSENB .framer-w1uag { 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: 89px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rSENB .framer-155pmh5 { 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: 76px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rSENB .framer-8mjwxg { 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: 90px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rSENB .framer-1yajnhb { 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: 84px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rSENB .framer-gt5zv { 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: 56px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rSENB .framer-1wjl233 { 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: 22px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB .framer-16atdsf, .framer-rSENB .framer-w1uag, .framer-rSENB .framer-155pmh5, .framer-rSENB .framer-8mjwxg, .framer-rSENB .framer-1yajnhb, .framer-rSENB .framer-gt5zv, .framer-rSENB .framer-1wjl233 { gap: 0px; } .framer-rSENB .framer-16atdsf > *, .framer-rSENB .framer-w1uag > *, .framer-rSENB .framer-155pmh5 > *, .framer-rSENB .framer-8mjwxg > *, .framer-rSENB .framer-1yajnhb > *, .framer-rSENB .framer-gt5zv > *, .framer-rSENB .framer-1wjl233 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB .framer-16atdsf > :first-child, .framer-rSENB .framer-w1uag > :first-child, .framer-rSENB .framer-155pmh5 > :first-child, .framer-rSENB .framer-8mjwxg > :first-child, .framer-rSENB .framer-1yajnhb > :first-child, .framer-rSENB .framer-gt5zv > :first-child, .framer-rSENB .framer-1wjl233 > :first-child { margin-left: 0px; } .framer-rSENB .framer-16atdsf > :last-child, .framer-rSENB .framer-w1uag > :last-child, .framer-rSENB .framer-155pmh5 > :last-child, .framer-rSENB .framer-8mjwxg > :last-child, .framer-rSENB .framer-1yajnhb > :last-child, .framer-rSENB .framer-gt5zv > :last-child, .framer-rSENB .framer-1wjl233 > :last-child { margin-right: 0px; } }\",\".framer-rSENB.framer-v-1gqxel8.framer-yul74c, .framer-rSENB.framer-v-4rrxrm.framer-yul74c, .framer-rSENB.framer-v-hfry6e.framer-yul74c, .framer-rSENB.framer-v-gfyp8f.framer-yul74c, .framer-rSENB.framer-v-1xf08tl.framer-yul74c { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-rSENB.framer-v-1gqxel8 .framer-pkjx43, .framer-rSENB.framer-v-hfry6e .framer-127cydm, .framer-rSENB.framer-v-gfyp8f .framer-1x2dtwx, .framer-rSENB.framer-v-1xf08tl .framer-1ps68y4 { height: var(--framer-aspect-ratio-supported, 30px); }\",\".framer-rSENB.framer-v-10orhfp.framer-yul74c, .framer-rSENB.framer-v-gh9y0x.framer-yul74c, .framer-rSENB.framer-v-13clisv.framer-yul74c, .framer-rSENB.framer-v-yshw2o.framer-yul74c, .framer-rSENB.framer-v-1hg64dg.framer-yul74c, .framer-rSENB.framer-v-16m03h2.framer-yul74c { align-content: center; align-items: center; cursor: unset; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; text-decoration: none; width: min-content; }\",\".framer-rSENB.framer-v-10orhfp .framer-1lrd8pv, .framer-rSENB.framer-v-10orhfp .framer-w1uag, .framer-rSENB.framer-v-gh9y0x .framer-lhrrds, .framer-rSENB.framer-v-gh9y0x .framer-155pmh5, .framer-rSENB.framer-v-13clisv .framer-1bls5q5, .framer-rSENB.framer-v-13clisv .framer-8mjwxg, .framer-rSENB.framer-v-yshw2o .framer-1dx8ozu, .framer-rSENB.framer-v-yshw2o .framer-1yajnhb, .framer-rSENB.framer-v-1hg64dg .framer-15xjjey, .framer-rSENB.framer-v-1hg64dg .framer-gt5zv, .framer-rSENB.framer-v-16m03h2 .framer-3s11fp, .framer-rSENB.framer-v-16m03h2 .framer-1wjl233, .framer-rSENB.framer-v-yul74c.hover .framer-1deo5or, .framer-rSENB.framer-v-1gqxel8.hover .framer-1deo5or, .framer-rSENB.framer-v-4rrxrm.hover .framer-1deo5or, .framer-rSENB.framer-v-hfry6e.hover .framer-1deo5or, .framer-rSENB.framer-v-1xf08tl.hover .framer-1deo5or, .framer-rSENB.framer-v-gfyp8f.hover .framer-1deo5or { left: unset; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-10orhfp.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-10orhfp.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-10orhfp.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-10orhfp.framer-yul74c > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-gh9y0x.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-gh9y0x.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-gh9y0x.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-gh9y0x.framer-yul74c > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-13clisv.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-13clisv.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-13clisv.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-13clisv.framer-yul74c > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-yshw2o.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-yshw2o.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-yshw2o.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-yshw2o.framer-yul74c > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-1hg64dg.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-1hg64dg.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-1hg64dg.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-1hg64dg.framer-yul74c > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-16m03h2.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-16m03h2.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-16m03h2.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-16m03h2.framer-yul74c > :last-child { margin-right: 0px; } }\",\".framer-rSENB.framer-v-yul74c.hover.framer-yul74c { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; width: min-content; }\",\".framer-rSENB.framer-v-yul74c.hover .framer-16atdsf, .framer-rSENB.framer-v-1gqxel8.hover .framer-16atdsf, .framer-rSENB.framer-v-4rrxrm.hover .framer-16atdsf, .framer-rSENB.framer-v-hfry6e.hover .framer-16atdsf, .framer-rSENB.framer-v-1xf08tl.hover .framer-16atdsf, .framer-rSENB.framer-v-gfyp8f.hover .framer-16atdsf { bottom: unset; height: 40px; position: relative; right: unset; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-yul74c.hover.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-yul74c.hover.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-yul74c.hover.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-yul74c.hover.framer-yul74c > :last-child { margin-right: 0px; } }\",\".framer-rSENB.framer-v-1gqxel8.hover.framer-yul74c, .framer-rSENB.framer-v-4rrxrm.hover.framer-yul74c, .framer-rSENB.framer-v-hfry6e.hover.framer-yul74c, .framer-rSENB.framer-v-1xf08tl.hover.framer-yul74c, .framer-rSENB.framer-v-gfyp8f.hover.framer-yul74c { align-content: center; align-items: center; aspect-ratio: unset; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; padding: 0px; text-decoration: none; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-1gqxel8.hover.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-1gqxel8.hover.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-1gqxel8.hover.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-1gqxel8.hover.framer-yul74c > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-4rrxrm.hover.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-4rrxrm.hover.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-4rrxrm.hover.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-4rrxrm.hover.framer-yul74c > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-hfry6e.hover.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-hfry6e.hover.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-hfry6e.hover.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-hfry6e.hover.framer-yul74c > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-1xf08tl.hover.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-1xf08tl.hover.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-1xf08tl.hover.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-1xf08tl.hover.framer-yul74c > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rSENB.framer-v-gfyp8f.hover.framer-yul74c { gap: 0px; } .framer-rSENB.framer-v-gfyp8f.hover.framer-yul74c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSENB.framer-v-gfyp8f.hover.framer-yul74c > :first-child { margin-left: 0px; } .framer-rSENB.framer-v-gfyp8f.hover.framer-yul74c > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"rMeIslpO1\":{\"layout\":[\"fixed\",\"fixed\"]},\"kf3Ljnj9g\":{\"layout\":[\"fixed\",\"fixed\"]},\"J2N9VrIwt\":{\"layout\":[\"fixed\",\"fixed\"]},\"WzG6zEVOj\":{\"layout\":[\"fixed\",\"fixed\"]},\"JYGZZUzKq\":{\"layout\":[\"fixed\",\"fixed\"]},\"ndL5r_n5u\":{\"layout\":[\"auto\",\"fixed\"]},\"lrssjkRR5\":{\"layout\":[\"auto\",\"fixed\"]},\"x2Plj2CGd\":{\"layout\":[\"auto\",\"fixed\"]},\"ISpMsIIWh\":{\"layout\":[\"auto\",\"fixed\"]},\"ICTWuWcFT\":{\"layout\":[\"auto\",\"fixed\"]},\"gdV4ruAvp\":{\"layout\":[\"auto\",\"fixed\"]},\"kPR1czjRS\":{\"layout\":[\"auto\",\"fixed\"]},\"gvNcRDGWi\":{\"layout\":[\"auto\",\"fixed\"]},\"maapPD5df\":{\"layout\":[\"auto\",\"fixed\"]},\"WVoNKInGH\":{\"layout\":[\"auto\",\"fixed\"]},\"ljuQ50tC8\":{\"layout\":[\"auto\",\"fixed\"]},\"XMGmA3tns\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerC_Ew0E5FV=withCSS(Component,css,\"framer-rSENB\");export default FramerC_Ew0E5FV;FramerC_Ew0E5FV.displayName=\"message\";FramerC_Ew0E5FV.defaultProps={height:40,width:40};addPropertyControls(FramerC_Ew0E5FV,{variant:{options:[\"bvj6ZF4bm\",\"rMeIslpO1\",\"kf3Ljnj9g\",\"J2N9VrIwt\",\"WzG6zEVOj\",\"JYGZZUzKq\",\"ndL5r_n5u\",\"lrssjkRR5\",\"x2Plj2CGd\",\"ISpMsIIWh\",\"ICTWuWcFT\",\"gdV4ruAvp\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 10\",\"Variant 11\",\"Variant 13\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerC_Ew0E5FV,[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerC_Ew0E5FV\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"40\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rMeIslpO1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kf3Ljnj9g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J2N9VrIwt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WzG6zEVOj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JYGZZUzKq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ndL5r_n5u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"lrssjkRR5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"x2Plj2CGd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ISpMsIIWh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ICTWuWcFT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gdV4ruAvp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"kPR1czjRS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gvNcRDGWi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"maapPD5df\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"WVoNKInGH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ljuQ50tC8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"XMGmA3tns\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./C_Ew0E5FV.map", "// Generated by Framer (c815cea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"QVYD7FmE3\",\"NeKG3KYBy\"];const serializationHash=\"framer-9X5DE\";const variantClassNames={NeKG3KYBy:\"framer-v-vqnp85\",QVYD7FmE3:\"framer-v-epajxb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:27,delay:0,mass:5.4,stiffness:289,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transition3={damping:60,delay:0,mass:1,stiffness:350,type:\"spring\"};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"QVYD7FmE3\",\"Variant 2\":\"NeKG3KYBy\"};const getProps=({height,id,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,k49FH9bnj:tap!==null&&tap!==void 0?tap:props.k49FH9bnj,mPlJKgsP4:(_ref=title!==null&&title!==void 0?title:props.mPlJKgsP4)!==null&&_ref!==void 0?_ref:\"Faizan Rather\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"QVYD7FmE3\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,mPlJKgsP4,k49FH9bnj,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QVYD7FmE3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapwqv1b5=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(k49FH9bnj){const res=await k49FH9bnj(...args);if(res===false)return false;}});const onMouseEnter2kpnif=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NeKG3KYBy\"),1500);});const onMouseLeaveyz9pyo=activeVariantCallback(async(...args)=>{setVariant(\"QVYD7FmE3\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({NeKG3KYBy:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,background:{alt:\"\",fit:\"fit\",intrinsicHeight:6087,intrinsicWidth:7227,pixelHeight:6087,pixelWidth:7227,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/3uvJhT1sMcuVXSHmyN49EZogM4.png\",srcSet:\"https://framerusercontent.com/images/3uvJhT1sMcuVXSHmyN49EZogM4.png?scale-down-to=512 512w,https://framerusercontent.com/images/3uvJhT1sMcuVXSHmyN49EZogM4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3uvJhT1sMcuVXSHmyN49EZogM4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/3uvJhT1sMcuVXSHmyN49EZogM4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/3uvJhT1sMcuVXSHmyN49EZogM4.png 7227w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-epajxb\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QVYD7FmE3\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnter2kpnif,onTap:onTapwqv1b5,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({NeKG3KYBy:{\"data-framer-name\":\"Variant 2\",onMouseEnter:undefined,onMouseLeave:onMouseLeaveyz9pyo}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18e48ew\",layoutDependency:layoutDependency,layoutId:\"CVDgil5iv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w49pej\",layoutDependency:layoutDependency,layoutId:\"skAG452mW\",style:{opacity:1},variants:{NeKG3KYBy:{opacity:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nm55x1\",\"data-framer-name\":\"fa\",layoutDependency:layoutDependency,layoutId:\"VhMpZu2XT\",style:{opacity:1},variants:{NeKG3KYBy:{opacity:0}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1g622u2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kCXQJnBsU-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 29\"><g><defs><linearGradient id=\"idss474050037_1g-1205041870\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0, 169, 255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0, 73, 254)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0 20.142 L 8.636 28.5 L 8.636 20.142 L 19 20.142 L 9.068 10.53 L 19 10.53 L 8.636 0.5 L 0 0.5 Z\" fill=\"url(#idss474050037_1g-1205041870)\"></path></g></svg>',svgContentId:474050037,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ihi0zi\",\"data-framer-name\":\"ra\",layoutDependency:layoutDependency,layoutId:\"UZDkiLJ77\",style:{opacity:1},variants:{NeKG3KYBy:{opacity:0}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19h4t05\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"myiHU09nM\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 28\"><path d=\"M 20.775 28 L 12.113 19.353 C 12.113 19.353 18.713 18.685 18.713 11.941 C 18.713 5.198 10.875 5.353 10.875 5.353 L 5.925 5.353 L 0.975 0 L 15 0 C 15 0 31.158 3.706 20.775 19.353 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:3523794676,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d11410\",layoutDependency:layoutDependency,layoutId:\"e1q4oJDLH\",children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rf500p\",\"data-framer-name\":\"rb\",layoutDependency:layoutDependency,layoutId:\"XknCcWWMN\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1q06w2k\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"u_wSreAAV\",opacity:0,style:{opacity:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 28\"><path d=\"M 20.775 28 L 12.113 19.353 C 12.113 19.353 18.713 18.685 18.713 11.941 C 18.713 5.198 10.875 5.353 10.875 5.353 L 5.925 5.353 L 0.975 0 L 15 0 C 15 0 31.158 3.706 20.775 19.353 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:278940648,variants:{NeKG3KYBy:{opacity:1}},withExternalLayout:true,...addPropertyOverrides({NeKG3KYBy:{opacity:1,svgContentId:2881993791}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h6tgvx\",\"data-framer-name\":\"fb\",layoutDependency:layoutDependency,layoutId:\"qNl__rXET\",style:{opacity:0},variants:{NeKG3KYBy:{opacity:1}},children:/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xaiaad\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"qBk0QRZgq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 28\"><g><defs><linearGradient id=\"idss2916273524_1g-1205041870\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0, 169, 255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0, 73, 254)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0 19.642 L 8.636 28 L 8.636 19.642 L 19 19.642 L 9.068 10.03 L 19 10.03 L 8.636 0 L 0 0 Z\" fill=\"url(#idss2916273524_1g-1205041870)\"></path></g></svg>',svgContentId:2916273524,withExternalLayout:true,...addPropertyOverrides({NeKG3KYBy:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 28\"><g><defs><linearGradient id=\"idss3016973543_1g-1205041870\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0, 169, 255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0, 73, 254)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0 19.642 L 8.636 28 L 8.636 19.642 L 19 19.642 L 9.068 10.03 L 19 10.03 L 8.636 0 L 0 0 Z\" fill=\"url(#idss3016973543_1g-1205041870)\"></path></g></svg>',svgContentId:3016973543}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Faizan Rather\"})}),className:\"framer-8ly7qn\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"NIyNNmJau\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:mPlJKgsP4,variants:{NeKG3KYBy:{\"--extracted-r6o4lv\":\"rgb(171, 171, 171)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({NeKG3KYBy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(171, 171, 171))\"},children:\"Faizan Rather\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9X5DE.framer-19fbb73, .framer-9X5DE .framer-19fbb73 { display: block; }\",\".framer-9X5DE.framer-epajxb { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-9X5DE .framer-18e48ew { flex: none; height: 28px; overflow: hidden; position: relative; width: 35px; }\",\".framer-9X5DE .framer-1w49pej { bottom: 0px; flex: none; left: -22px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-9X5DE .framer-nm55x1 { bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 16px; top: 0px; width: 19px; }\",\".framer-9X5DE .framer-1g622u2 { flex: none; height: 29px; left: calc(47.3684210526316% - 19px / 2); position: absolute; top: calc(50.00000000000002% - 29px / 2); width: 19px; }\",\".framer-9X5DE .framer-ihi0zi { bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 25px; }\",\".framer-9X5DE .framer-19h4t05 { flex: none; height: 28px; position: absolute; right: -1px; top: calc(50.00000000000002% - 28px / 2); width: 25px; }\",\".framer-9X5DE .framer-1d11410 { bottom: 0px; flex: none; left: -2px; overflow: visible; position: absolute; right: -23px; top: 0px; }\",\".framer-9X5DE .framer-rf500p { bottom: 0px; flex: none; overflow: visible; position: absolute; right: 15px; top: 0px; width: 25px; }\",\".framer-9X5DE .framer-1q06w2k { flex: none; height: 28px; position: absolute; right: -15px; top: calc(50.00000000000002% - 28px / 2); width: 25px; }\",\".framer-9X5DE .framer-1h6tgvx { bottom: 0px; flex: none; left: -19px; overflow: visible; position: absolute; top: 0px; width: 20px; }\",\".framer-9X5DE .framer-xaiaad { flex: none; height: 28px; left: calc(50.00000000000002% - 19px / 2); position: absolute; top: calc(50.00000000000002% - 28px / 2); width: 19px; }\",\".framer-9X5DE .framer-8ly7qn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9X5DE.framer-epajxb { gap: 0px; } .framer-9X5DE.framer-epajxb > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-9X5DE.framer-epajxb > :first-child { margin-left: 0px; } .framer-9X5DE.framer-epajxb > :last-child { margin-right: 0px; } }\",\".framer-9X5DE.framer-v-vqnp85 .framer-rf500p { right: -6px; }\",\".framer-9X5DE.framer-v-vqnp85 .framer-1q06w2k { left: -28px; right: unset; }\",\".framer-9X5DE.framer-v-vqnp85 .framer-xaiaad { left: unset; right: -20px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 141\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"NeKG3KYBy\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"mPlJKgsP4\":\"title\",\"k49FH9bnj\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfhvKcC4mK=withCSS(Component,css,\"framer-9X5DE\");export default FramerfhvKcC4mK;FramerfhvKcC4mK.displayName=\"my logo\";FramerfhvKcC4mK.defaultProps={height:40,width:141};addPropertyControls(FramerfhvKcC4mK,{variant:{options:[\"QVYD7FmE3\",\"NeKG3KYBy\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},mPlJKgsP4:{defaultValue:\"Faizan Rather\",displayTextArea:false,title:\"Title\",type:ControlType.String},k49FH9bnj:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerfhvKcC4mK,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfhvKcC4mK\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"40\",\"framerVariables\":\"{\\\"mPlJKgsP4\\\":\\\"title\\\",\\\"k49FH9bnj\\\":\\\"tap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"NeKG3KYBy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"141\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fhvKcC4mK.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-QKQRZ .framer-styles-preset-aszh0b:not(.rich-text-wrapper), .framer-QKQRZ .framer-styles-preset-aszh0b.rich-text-wrapper a { --framer-link-current-text-color: #b3b3b3; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #6b6b6b; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; }\"];export const className=\"framer-QKQRZ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1cbc8a2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/p7DK8CbvV2VKWPvcOb1E/k1KegPOjYCbc9hOzNIEY/V0nDYNbuE.js\";import MyLogo from\"https://framerusercontent.com/modules/cBRvWfhVULmNSbn16UnX/KtEJVEdIZidmdPyF7oxv/fhvKcC4mK.js\";const MyLogoFonts=getFonts(MyLogo);const cycleOrder=[\"mPyO0QLt4\",\"cMPBZim7i\",\"ZYG5yBUwr\",\"JwkcUpSJa\"];const serializationHash=\"framer-qmluh\";const variantClassNames={cMPBZim7i:\"framer-v-4lemq9\",JwkcUpSJa:\"framer-v-1p4qp43\",mPyO0QLt4:\"framer-v-tyi2t1\",ZYG5yBUwr:\"framer-v-1l8x28s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,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!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"ZYG5yBUwr\",Desktop:\"mPyO0QLt4\",Phone:\"cMPBZim7i\",Tablet:\"JwkcUpSJa\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"mPyO0QLt4\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mPyO0QLt4\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapev6gzs=activeVariantCallback(async(...args)=>{setVariant(\"ZYG5yBUwr\");});const k49FH9bnjev6gzs=activeVariantCallback(async(...args)=>{setVariant(\"ZYG5yBUwr\");});const k49FH9bnjmx1sfz=activeVariantCallback(async(...args)=>{setVariant(\"cMPBZim7i\");});const onTapmx1sfz=activeVariantCallback(async(...args)=>{setVariant(\"cMPBZim7i\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"cMPBZim7i\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"ZYG5yBUwr\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"cMPBZim7i\")return false;return true;};const isDisplayed3=()=>{if([\"cMPBZim7i\",\"ZYG5yBUwr\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-tyi2t1\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"mPyO0QLt4\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"blur(10px)\",...style},...addPropertyOverrides({cMPBZim7i:{\"data-framer-name\":\"Phone\"},JwkcUpSJa:{\"data-framer-name\":\"Tablet\"},ZYG5yBUwr:{\"data-framer-name\":\"Phone Open\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lsa2uc\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rrF4duGgF\",onTap:onTapev6gzs,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0.5)\",borderBottomLeftRadius:10,borderBottomRightRadius:10},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-384711\",layoutDependency:layoutDependency,layoutId:\"jIjlstJ1w\",style:{rotate:180},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k0q5ge\",layoutDependency:layoutDependency,layoutId:\"gxXur47ip\",style:{backgroundColor:\"rgb(240, 235, 235)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:-50}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xtoz7c\",layoutDependency:layoutDependency,layoutId:\"xGgciKrxS\",style:{backgroundColor:\"rgb(240, 235, 235)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:50}})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pugksr\",layoutDependency:layoutDependency,layoutId:\"xdU51DTzC\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1taeopq-container\",layoutDependency:layoutDependency,layoutId:\"s2N5CSkGR-container\",children:/*#__PURE__*/_jsx(MyLogo,{height:\"100%\",id:\"s2N5CSkGR\",layoutId:\"s2N5CSkGR\",mPlJKgsP4:\"Faizan Rather\",style:{height:\"100%\"},variant:\"QVYD7FmE3\",width:\"100%\",...addPropertyOverrides({cMPBZim7i:{k49FH9bnj:k49FH9bnjev6gzs},ZYG5yBUwr:{k49FH9bnj:k49FH9bnjmx1sfz}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8oiec3\",layoutDependency:layoutDependency,layoutId:\"VfYh2udM0\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/faizan-rather-a50503220\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1hrp36h framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"pp4Ac3Wbi\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kxqpok\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"C77SXxYu9\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 26\"><path d=\"M 23.698 9.028 L 23.698 18.056 C 23.698 21.172 21.172 23.698 18.056 23.698 L 9.028 23.698 C 5.912 23.698 3.385 21.172 3.385 18.056 L 3.385 9.028 C 3.385 5.912 5.912 3.385 9.028 3.385 L 18.056 3.385 C 21.172 3.385 23.698 5.912 23.698 9.028 Z M 7.899 19.184 L 7.899 11.285\" fill=\"transparent\" stroke-width=\"1.7\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 12.413 19.184 L 12.413 15.516 M 12.413 11.285 L 12.413 15.516 M 12.413 15.516 C 12.413 11.285 19.184 11.285 19.184 15.516 L 19.184 19.184 M 7.899 7.911 L 7.911 7.898\" fill=\"transparent\" stroke-width=\"1.7\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10285770737,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.behance.net/faizanrather\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1m9t8sj framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"cLnjb5yMS\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-10tao27\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xrTRcwauH\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 10.925 13.61 C 17.878 13.61 17.878 22.912 10.925 22.912 L 2.427 22.912 L 2.427 13.61 M 10.925 13.61 L 2.427 13.61 M 10.925 14.593 C 17.878 14.593 17.878 6.067 10.925 6.067 L 2.427 6.067 L 2.427 14.593 M 22.472 10.92 C 19.441 10.92 16.987 13.683 16.987 17.091 L 27.958 17.091 C 27.958 13.683 25.503 10.92 22.472 10.92 Z M 16.987 16.38 C 16.987 19.788 19.441 22.551 22.472 22.551 C 26.251 22.551 27.272 19.809 27.272 19.809 M 25.664 7.28 L 18.807 7.28\" fill=\"transparent\" stroke-width=\"2.05\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12870289534,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/faixan.rather/\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-nmnc72 framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"oTwardj46\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fhjesy\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Snbhzmih8\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 16 C 14.209 16 16 14.209 16 12 C 16 9.791 14.209 8 12 8 C 9.791 8 8 9.791 8 12 C 8 14.209 9.791 16 12 16 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3 16 L 3 8 C 3 5.239 5.239 3 8 3 L 16 3 C 18.761 3 21 5.239 21 8 L 21 16 C 21 18.761 18.761 21 16 21 L 8 21 C 5.239 21 3 18.761 3 16 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 17.5 6.51 L 17.51 6.499\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11439351357,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://wa.link/ui7y7q\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1382yow framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"NOtOZwelh\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qkv3hk\",\"data-framer-name\":\"graphic\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:100,intrinsicWidth:100,layoutDependency:layoutDependency,layoutId:\"q6NOkmhDk\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 50 50\"><path d=\"M25 2C12.31 2 2 12.31 2 25c0 4.08 1.119 7.886 2.984 11.209L2.037 46.73a1 1 0 0 0 1.203 1.24l10.97-2.718C17.436 46.972 21.094 48 25 48c12.69 0 23-10.31 23-23S37.69 2 25 2zm0 2c11.61 0 21 9.39 21 21s-9.39 21-21 21c-3.722 0-7.208-.97-10.238-2.666a1 1 0 0 0-.729-.098l-9.607 2.381 2.576-9.191a1 1 0 0 0-.1-.78A20.88 20.88 0 0 1 4 25C4 13.39 13.39 4 25 4zm-8.357 9c-.641 0-1.557.238-2.309 1.049-.452.487-2.334 2.32-2.334 5.545 0 3.361 2.331 6.262 2.613 6.635h.002v.001a31.669 31.669 0 0 0 3.004 3.684c1.804 1.899 4.34 4.093 7.486 5.436 1.45.617 2.593.99 3.46 1.261 1.605.504 3.067.428 4.165.266.823-.121 1.727-.516 2.622-1.082.894-.566 1.771-1.27 2.158-2.34a8.25 8.25 0 0 0 .469-2.059 4.72 4.72 0 0 0 .01-.787c-.02-.238 0-.42-.221-.785-.466-.764-.993-.784-1.543-1.056a183.29 183.29 0 0 0-2.05-.993c-.871-.415-1.626-.783-2.091-.949-.294-.106-.652-.258-1.17-.199-.517.059-1.029.432-1.326.873-.282.418-1.418 1.758-1.764 2.152-.004-.002.026.011-.111-.056-.428-.212-.952-.392-1.727-.801a14.283 14.283 0 0 1-2.804-1.947v-.002c-1.579-1.39-2.685-3.135-3.034-3.721.024-.028-.002.006.047-.043l.002-.002c.357-.351.673-.77.94-1.078.378-.436.545-.82.726-1.18.361-.716.16-1.503-.049-1.918v-.002c.015.029-.112-.252-.25-.576l-.5-1.195c-.374-.898-.792-1.906-1.04-2.496v-.002c-.293-.695-.69-1.196-1.208-1.438-.518-.241-.975-.173-.994-.174h-.002A26.2 26.2 0 0 0 16.643 13zm0 2c.385 0 .765.005 1.084.02.327.016.307.017.244-.012-.064-.03.023-.04.209.402.243.578.663 1.59 1.039 2.49.188.451.363.874.504 1.205.14.332.216.517.304.694v.002l.002.002c.087.17.08.061.05.12-.212.42-.24.522-.454.768-.325.375-.657.792-.832.965-.154.151-.43.386-.604.846-.173.46-.092 1.093.186 1.564.37.629 1.59 2.613 3.484 4.282a16.35 16.35 0 0 0 3.194 2.216c.888.469 1.611.743 1.773.823.385.19.805.338 1.293.279.489-.059.91-.355 1.178-.658l.002-.002c.357-.405 1.417-1.615 1.926-2.361.021.007.014.001.183.062v.002h.002c.077.027 1.044.46 1.906.871.863.41 1.738.838 2.022.979.41.203.604.335.654.336a2.35 2.35 0 0 1-.006.328 6.365 6.365 0 0 1-.357 1.552c-.105.292-.654.893-1.346 1.33-.692.438-1.534.748-1.846.793-.937.139-2.05.189-3.273-.195a33.421 33.421 0 0 1-3.273-1.193c-2.776-1.184-5.135-3.198-6.82-4.973a29.716 29.716 0 0 1-1.999-2.338c-.48-.623-.688-.948-.863-1.178l-.002-.001c-.31-.41-2.207-3.05-2.207-5.426 0-2.516 1.168-3.503 1.8-4.184.333-.358.696-.41.843-.41z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/rather.faizan.9484\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qn5jqa framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"no7gjIFtc\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1b9nqaj\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Vf_C9IL_4\",opacity:1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 22\"><path d=\"M 15.583 1.833 L 12.833 1.833 C 10.302 1.833 8.25 3.885 8.25 6.417 L 8.25 9.167 L 5.5 9.167 L 5.5 12.833 L 8.25 12.833 L 8.25 20.167 L 11.917 20.167 L 11.917 12.833 L 14.667 12.833 L 15.583 9.167 L 11.917 9.167 L 11.917 6.417 C 11.917 5.91 12.327 5.5 12.833 5.5 L 15.583 5.5 Z\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:8967375842,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/FaizanRather18\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-8kcom3 framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"xJSVDrhMi\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yn0pbg\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IdckA8xtt\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 22\"><path d=\"M 15.418 19.037 L 3.44 3.637 C 3.311 3.471 3.288 3.247 3.381 3.058 C 3.473 2.87 3.665 2.75 3.875 2.75 L 6.148 2.75 C 6.318 2.75 6.478 2.829 6.582 2.963 L 18.56 18.363 C 18.689 18.529 18.712 18.753 18.619 18.942 C 18.527 19.13 18.335 19.25 18.125 19.25 L 15.852 19.25 C 15.682 19.25 15.522 19.171 15.418 19.037 Z\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\"></path><path d=\"M 18.333 2.75 L 3.667 19.25\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8766262820,withExternalLayout:true})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zjgghz\",layoutDependency:layoutDependency,layoutId:\"hSAuYeE3Q\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/faizan-rather-a50503220\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1idysvi framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"rlc1cjbkr\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ddkvsl\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"m8V15TQIE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 26\"><path d=\"M 23.698 9.028 L 23.698 18.056 C 23.698 21.172 21.172 23.698 18.056 23.698 L 9.028 23.698 C 5.912 23.698 3.385 21.172 3.385 18.056 L 3.385 9.028 C 3.385 5.912 5.912 3.385 9.028 3.385 L 18.056 3.385 C 21.172 3.385 23.698 5.912 23.698 9.028 Z M 7.899 19.184 L 7.899 11.285\" fill=\"transparent\" stroke-width=\"1.7\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 12.413 19.184 L 12.413 15.516 M 12.413 11.285 L 12.413 15.516 M 12.413 15.516 C 12.413 11.285 19.184 11.285 19.184 15.516 L 19.184 19.184 M 7.899 7.911 L 7.911 7.898\" fill=\"transparent\" stroke-width=\"1.7\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10285770737,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.behance.net/faizanrather\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-g2lr4p framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"UiZZmNmke\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xlkgqo\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dsbUvfEzY\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 10.925 13.61 C 17.878 13.61 17.878 22.912 10.925 22.912 L 2.427 22.912 L 2.427 13.61 M 10.925 13.61 L 2.427 13.61 M 10.925 14.593 C 17.878 14.593 17.878 6.067 10.925 6.067 L 2.427 6.067 L 2.427 14.593 M 22.472 10.92 C 19.441 10.92 16.987 13.683 16.987 17.091 L 27.958 17.091 C 27.958 13.683 25.503 10.92 22.472 10.92 Z M 16.987 16.38 C 16.987 19.788 19.441 22.551 22.472 22.551 C 26.251 22.551 27.272 19.809 27.272 19.809 M 25.664 7.28 L 18.807 7.28\" fill=\"transparent\" stroke-width=\"2.05\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12870289534,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/faixan.rather/\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1cvbzk3 framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"wc4Yhs_tX\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cdn0kn\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HM8T2B3eI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 16 C 14.209 16 16 14.209 16 12 C 16 9.791 14.209 8 12 8 C 9.791 8 8 9.791 8 12 C 8 14.209 9.791 16 12 16 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3 16 L 3 8 C 3 5.239 5.239 3 8 3 L 16 3 C 18.761 3 21 5.239 21 8 L 21 16 C 21 18.761 18.761 21 16 21 L 8 21 C 5.239 21 3 18.761 3 16 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 17.5 6.51 L 17.51 6.499\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11439351357,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://wa.link/ui7y7q\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bqcr94 framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"GgahSTVxO\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ogbzls\",\"data-framer-name\":\"graphic\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:100,intrinsicWidth:100,layoutDependency:layoutDependency,layoutId:\"vRQs90Auw\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 50 50\"><path d=\"M25 2C12.31 2 2 12.31 2 25c0 4.08 1.119 7.886 2.984 11.209L2.037 46.73a1 1 0 0 0 1.203 1.24l10.97-2.718C17.436 46.972 21.094 48 25 48c12.69 0 23-10.31 23-23S37.69 2 25 2zm0 2c11.61 0 21 9.39 21 21s-9.39 21-21 21c-3.722 0-7.208-.97-10.238-2.666a1 1 0 0 0-.729-.098l-9.607 2.381 2.576-9.191a1 1 0 0 0-.1-.78A20.88 20.88 0 0 1 4 25C4 13.39 13.39 4 25 4zm-8.357 9c-.641 0-1.557.238-2.309 1.049-.452.487-2.334 2.32-2.334 5.545 0 3.361 2.331 6.262 2.613 6.635h.002v.001a31.669 31.669 0 0 0 3.004 3.684c1.804 1.899 4.34 4.093 7.486 5.436 1.45.617 2.593.99 3.46 1.261 1.605.504 3.067.428 4.165.266.823-.121 1.727-.516 2.622-1.082.894-.566 1.771-1.27 2.158-2.34a8.25 8.25 0 0 0 .469-2.059 4.72 4.72 0 0 0 .01-.787c-.02-.238 0-.42-.221-.785-.466-.764-.993-.784-1.543-1.056a183.29 183.29 0 0 0-2.05-.993c-.871-.415-1.626-.783-2.091-.949-.294-.106-.652-.258-1.17-.199-.517.059-1.029.432-1.326.873-.282.418-1.418 1.758-1.764 2.152-.004-.002.026.011-.111-.056-.428-.212-.952-.392-1.727-.801a14.283 14.283 0 0 1-2.804-1.947v-.002c-1.579-1.39-2.685-3.135-3.034-3.721.024-.028-.002.006.047-.043l.002-.002c.357-.351.673-.77.94-1.078.378-.436.545-.82.726-1.18.361-.716.16-1.503-.049-1.918v-.002c.015.029-.112-.252-.25-.576l-.5-1.195c-.374-.898-.792-1.906-1.04-2.496v-.002c-.293-.695-.69-1.196-1.208-1.438-.518-.241-.975-.173-.994-.174h-.002A26.2 26.2 0 0 0 16.643 13zm0 2c.385 0 .765.005 1.084.02.327.016.307.017.244-.012-.064-.03.023-.04.209.402.243.578.663 1.59 1.039 2.49.188.451.363.874.504 1.205.14.332.216.517.304.694v.002l.002.002c.087.17.08.061.05.12-.212.42-.24.522-.454.768-.325.375-.657.792-.832.965-.154.151-.43.386-.604.846-.173.46-.092 1.093.186 1.564.37.629 1.59 2.613 3.484 4.282a16.35 16.35 0 0 0 3.194 2.216c.888.469 1.611.743 1.773.823.385.19.805.338 1.293.279.489-.059.91-.355 1.178-.658l.002-.002c.357-.405 1.417-1.615 1.926-2.361.021.007.014.001.183.062v.002h.002c.077.027 1.044.46 1.906.871.863.41 1.738.838 2.022.979.41.203.604.335.654.336a2.35 2.35 0 0 1-.006.328 6.365 6.365 0 0 1-.357 1.552c-.105.292-.654.893-1.346 1.33-.692.438-1.534.748-1.846.793-.937.139-2.05.189-3.273-.195a33.421 33.421 0 0 1-3.273-1.193c-2.776-1.184-5.135-3.198-6.82-4.973a29.716 29.716 0 0 1-1.999-2.338c-.48-.623-.688-.948-.863-1.178l-.002-.001c-.31-.41-2.207-3.05-2.207-5.426 0-2.516 1.168-3.503 1.8-4.184.333-.358.696-.41.843-.41z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/rather.faizan.9484\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-63f4uv framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"Li9OCLLLu\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cgfzj7\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BoT_Gp2iE\",opacity:1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 22\"><path d=\"M 15.583 1.833 L 12.833 1.833 C 10.302 1.833 8.25 3.885 8.25 6.417 L 8.25 9.167 L 5.5 9.167 L 5.5 12.833 L 8.25 12.833 L 8.25 20.167 L 11.917 20.167 L 11.917 12.833 L 14.667 12.833 L 15.583 9.167 L 11.917 9.167 L 11.917 6.417 C 11.917 5.91 12.327 5.5 12.833 5.5 L 15.583 5.5 Z\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:8967375842,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/FaizanRather18\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-18ns8q0 framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"qGExQsstv\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1htei0q\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oojM5V5d7\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 22\"><path d=\"M 15.418 19.037 L 3.44 3.637 C 3.311 3.471 3.288 3.247 3.381 3.058 C 3.473 2.87 3.665 2.75 3.875 2.75 L 6.148 2.75 C 6.318 2.75 6.478 2.829 6.582 2.963 L 18.56 18.363 C 18.689 18.529 18.712 18.753 18.619 18.942 C 18.527 19.13 18.335 19.25 18.125 19.25 L 15.852 19.25 C 15.682 19.25 15.522 19.171 15.418 19.037 Z\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\"></path><path d=\"M 18.333 2.75 L 3.667 19.25\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8766262820,withExternalLayout:true})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zwqr0l\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"uvqZpw5Ku\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Home\"})})})}),className:\"framer-1ty5sef\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"aUOzRuDOj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({JwkcUpSJa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Home\"})})})})},ZYG5yBUwr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Home\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TBvx3WINW\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Who Am I\"})})})}),className:\"framer-a8kql0\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"Npbgr9DDs\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({JwkcUpSJa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TBvx3WINW\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Who Am I\"})})})})},ZYG5yBUwr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TBvx3WINW\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Who Am I\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fJuBsHujP\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"What I Do\"})})})}),className:\"framer-1eey498\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"on9_Z6Ow0\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({JwkcUpSJa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fJuBsHujP\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"What I Do\"})})})})},ZYG5yBUwr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fJuBsHujP\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"What I Do\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uY41uXEjw\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"What I Did\"})})})}),className:\"framer-70jjb2\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"WQeF8ksBE\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({JwkcUpSJa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uY41uXEjw\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"What I Did\"})})})})},ZYG5yBUwr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uY41uXEjw\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"What I Did\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Rss5dDyus\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Clients\"})})})}),className:\"framer-14qilah\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"md2OGmk8u\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({JwkcUpSJa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Rss5dDyus\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Clients\"})})})})},ZYG5yBUwr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Rss5dDyus\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Clients\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rl_y0B20U\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Faqs\"})})})}),className:\"framer-adfdpk\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"Gl0zt5iga\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({JwkcUpSJa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rl_y0B20U\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Faqs\"})})})})},ZYG5yBUwr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rl_y0B20U\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Faqs\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-loplqn\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"jFLDS5OeQ\",style:{backgroundColor:\"rgba(255, 255, 255, 0.08)\"}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-46q7r1\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"AG6DtbXZk\",onTap:onTapmx1sfz,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(255, 255, 255, 0.5)\",borderBottomLeftRadius:10,borderBottomRightRadius:10},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o07vo1\",layoutDependency:layoutDependency,layoutId:\"EMM8c2_1h\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wqawvx\",layoutDependency:layoutDependency,layoutId:\"bhrDBWPgI\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:-50}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wr7mwl\",layoutDependency:layoutDependency,layoutId:\"Gn1b76Vdv\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:50}})]})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16g3clx\",\"data-framer-name\":\"aaa\",layoutDependency:layoutDependency,layoutId:\"F2y4xS_We\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14vs826\",layoutDependency:layoutDependency,layoutId:\"R96Rh3UlT\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/faizan-rather-a50503220\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-761o4f framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"Vb4zdH_jS\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8zphac\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"H2ZzySBfk\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 26\"><path d=\"M 23.698 9.028 L 23.698 18.056 C 23.698 21.172 21.172 23.698 18.056 23.698 L 9.028 23.698 C 5.912 23.698 3.385 21.172 3.385 18.056 L 3.385 9.028 C 3.385 5.912 5.912 3.385 9.028 3.385 L 18.056 3.385 C 21.172 3.385 23.698 5.912 23.698 9.028 Z M 7.899 19.184 L 7.899 11.285\" fill=\"transparent\" stroke-width=\"1.7\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 12.413 19.184 L 12.413 15.516 M 12.413 11.285 L 12.413 15.516 M 12.413 15.516 C 12.413 11.285 19.184 11.285 19.184 15.516 L 19.184 19.184 M 7.899 7.911 L 7.911 7.898\" fill=\"transparent\" stroke-width=\"1.7\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10285770737,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.behance.net/faizanrather\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-16ge217 framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"kDj9muUlu\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nnigcz\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WOdCVeufd\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 10.925 13.61 C 17.878 13.61 17.878 22.912 10.925 22.912 L 2.427 22.912 L 2.427 13.61 M 10.925 13.61 L 2.427 13.61 M 10.925 14.593 C 17.878 14.593 17.878 6.067 10.925 6.067 L 2.427 6.067 L 2.427 14.593 M 22.472 10.92 C 19.441 10.92 16.987 13.683 16.987 17.091 L 27.958 17.091 C 27.958 13.683 25.503 10.92 22.472 10.92 Z M 16.987 16.38 C 16.987 19.788 19.441 22.551 22.472 22.551 C 26.251 22.551 27.272 19.809 27.272 19.809 M 25.664 7.28 L 18.807 7.28\" fill=\"transparent\" stroke-width=\"2.05\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12870289534,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/faixan.rather/\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1d6lbsx framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"EQenJnqWp\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4mhlwh\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GADEzoBrt\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 16 C 14.209 16 16 14.209 16 12 C 16 9.791 14.209 8 12 8 C 9.791 8 8 9.791 8 12 C 8 14.209 9.791 16 12 16 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3 16 L 3 8 C 3 5.239 5.239 3 8 3 L 16 3 C 18.761 3 21 5.239 21 8 L 21 16 C 21 18.761 18.761 21 16 21 L 8 21 C 5.239 21 3 18.761 3 16 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 17.5 6.51 L 17.51 6.499\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11439351357,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://wa.link/ui7y7q\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1frek6k framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"uhe5RX8Aq\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cr9m0i\",\"data-framer-name\":\"graphic\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:100,intrinsicWidth:100,layoutDependency:layoutDependency,layoutId:\"zTUFgemT7\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 50 50\"><path d=\"M25 2C12.31 2 2 12.31 2 25c0 4.08 1.119 7.886 2.984 11.209L2.037 46.73a1 1 0 0 0 1.203 1.24l10.97-2.718C17.436 46.972 21.094 48 25 48c12.69 0 23-10.31 23-23S37.69 2 25 2zm0 2c11.61 0 21 9.39 21 21s-9.39 21-21 21c-3.722 0-7.208-.97-10.238-2.666a1 1 0 0 0-.729-.098l-9.607 2.381 2.576-9.191a1 1 0 0 0-.1-.78A20.88 20.88 0 0 1 4 25C4 13.39 13.39 4 25 4zm-8.357 9c-.641 0-1.557.238-2.309 1.049-.452.487-2.334 2.32-2.334 5.545 0 3.361 2.331 6.262 2.613 6.635h.002v.001a31.669 31.669 0 0 0 3.004 3.684c1.804 1.899 4.34 4.093 7.486 5.436 1.45.617 2.593.99 3.46 1.261 1.605.504 3.067.428 4.165.266.823-.121 1.727-.516 2.622-1.082.894-.566 1.771-1.27 2.158-2.34a8.25 8.25 0 0 0 .469-2.059 4.72 4.72 0 0 0 .01-.787c-.02-.238 0-.42-.221-.785-.466-.764-.993-.784-1.543-1.056a183.29 183.29 0 0 0-2.05-.993c-.871-.415-1.626-.783-2.091-.949-.294-.106-.652-.258-1.17-.199-.517.059-1.029.432-1.326.873-.282.418-1.418 1.758-1.764 2.152-.004-.002.026.011-.111-.056-.428-.212-.952-.392-1.727-.801a14.283 14.283 0 0 1-2.804-1.947v-.002c-1.579-1.39-2.685-3.135-3.034-3.721.024-.028-.002.006.047-.043l.002-.002c.357-.351.673-.77.94-1.078.378-.436.545-.82.726-1.18.361-.716.16-1.503-.049-1.918v-.002c.015.029-.112-.252-.25-.576l-.5-1.195c-.374-.898-.792-1.906-1.04-2.496v-.002c-.293-.695-.69-1.196-1.208-1.438-.518-.241-.975-.173-.994-.174h-.002A26.2 26.2 0 0 0 16.643 13zm0 2c.385 0 .765.005 1.084.02.327.016.307.017.244-.012-.064-.03.023-.04.209.402.243.578.663 1.59 1.039 2.49.188.451.363.874.504 1.205.14.332.216.517.304.694v.002l.002.002c.087.17.08.061.05.12-.212.42-.24.522-.454.768-.325.375-.657.792-.832.965-.154.151-.43.386-.604.846-.173.46-.092 1.093.186 1.564.37.629 1.59 2.613 3.484 4.282a16.35 16.35 0 0 0 3.194 2.216c.888.469 1.611.743 1.773.823.385.19.805.338 1.293.279.489-.059.91-.355 1.178-.658l.002-.002c.357-.405 1.417-1.615 1.926-2.361.021.007.014.001.183.062v.002h.002c.077.027 1.044.46 1.906.871.863.41 1.738.838 2.022.979.41.203.604.335.654.336a2.35 2.35 0 0 1-.006.328 6.365 6.365 0 0 1-.357 1.552c-.105.292-.654.893-1.346 1.33-.692.438-1.534.748-1.846.793-.937.139-2.05.189-3.273-.195a33.421 33.421 0 0 1-3.273-1.193c-2.776-1.184-5.135-3.198-6.82-4.973a29.716 29.716 0 0 1-1.999-2.338c-.48-.623-.688-.948-.863-1.178l-.002-.001c-.31-.41-2.207-3.05-2.207-5.426 0-2.516 1.168-3.503 1.8-4.184.333-.358.696-.41.843-.41z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/rather.faizan.9484\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-l92hi5 framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"UVtZzztgo\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fjbsjh\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hxyYmIPfs\",opacity:1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 22\"><path d=\"M 15.583 1.833 L 12.833 1.833 C 10.302 1.833 8.25 3.885 8.25 6.417 L 8.25 9.167 L 5.5 9.167 L 5.5 12.833 L 8.25 12.833 L 8.25 20.167 L 11.917 20.167 L 11.917 12.833 L 14.667 12.833 L 15.583 9.167 L 11.917 9.167 L 11.917 6.417 C 11.917 5.91 12.327 5.5 12.833 5.5 L 15.583 5.5 Z\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:8967375842,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/FaizanRather18\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qvkvc8 framer-1y60pk3\",layoutDependency:layoutDependency,layoutId:\"BofZKnIMy\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pwqyb8\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IiKxgz9O1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 22\"><path d=\"M 15.418 19.037 L 3.44 3.637 C 3.311 3.471 3.288 3.247 3.381 3.058 C 3.473 2.87 3.665 2.75 3.875 2.75 L 6.148 2.75 C 6.318 2.75 6.478 2.829 6.582 2.963 L 18.56 18.363 C 18.689 18.529 18.712 18.753 18.619 18.942 C 18.527 19.13 18.335 19.25 18.125 19.25 L 15.852 19.25 C 15.682 19.25 15.522 19.171 15.418 19.037 Z\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\"></path><path d=\"M 18.333 2.75 L 3.667 19.25\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8766262820,withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(Link,{href:\"https://wa.link/ui7y7q\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-102zkrc framer-1y60pk3\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"FvsP8VvnI\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:\"Let's talk\"})}),className:\"framer-1gaech7\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"cwR2zGxo6\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({JwkcUpSJa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:\"Let's talk\"})})}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qmluh.framer-1y60pk3, .framer-qmluh .framer-1y60pk3 { display: block; }\",\".framer-qmluh.framer-tyi2t1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 64px; justify-content: space-between; overflow: hidden; padding: 0px 10px 0px 20px; position: relative; width: 1200px; }\",\".framer-qmluh .framer-1lsa2uc { bottom: -18px; cursor: pointer; flex: none; height: 18px; overflow: visible; position: absolute; right: 9px; width: 44px; z-index: 0; }\",\".framer-qmluh .framer-384711 { flex: none; height: 9px; left: calc(50.00000000000002% - 13px / 2); overflow: visible; position: absolute; top: calc(44.444444444444464% - 9px / 2); width: 13px; }\",\".framer-qmluh .framer-1k0q5ge, .framer-qmluh .framer-1wqawvx { flex: none; height: 3px; left: 0px; overflow: visible; position: absolute; top: calc(44.444444444444464% - 3px / 2); width: 9px; }\",\".framer-qmluh .framer-xtoz7c, .framer-qmluh .framer-wr7mwl { flex: none; height: 3px; overflow: visible; position: absolute; right: 0px; top: calc(44.444444444444464% - 3px / 2); width: 9px; }\",\".framer-qmluh .framer-1pugksr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qmluh .framer-1taeopq-container { cursor: pointer; flex: none; height: 40px; position: relative; width: auto; }\",\".framer-qmluh .framer-8oiec3, .framer-qmluh .framer-zjgghz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qmluh .framer-1hrp36h, .framer-qmluh .framer-1m9t8sj, .framer-qmluh .framer-nmnc72, .framer-qmluh .framer-1382yow, .framer-qmluh .framer-8kcom3, .framer-qmluh .framer-1idysvi, .framer-qmluh .framer-g2lr4p, .framer-qmluh .framer-1cvbzk3, .framer-qmluh .framer-1bqcr94, .framer-qmluh .framer-18ns8q0, .framer-qmluh .framer-761o4f, .framer-qmluh .framer-16ge217, .framer-qmluh .framer-1d6lbsx, .framer-qmluh .framer-1frek6k, .framer-qmluh .framer-qvkvc8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-qmluh .framer-1kxqpok, .framer-qmluh .framer-ddkvsl, .framer-qmluh .framer-8zphac { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-qmluh .framer-10tao27, .framer-qmluh .framer-xlkgqo, .framer-qmluh .framer-1nnigcz { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-qmluh .framer-fhjesy, .framer-qmluh .framer-1cdn0kn, .framer-qmluh .framer-4mhlwh { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-qmluh .framer-1qkv3hk, .framer-qmluh .framer-ogbzls, .framer-qmluh .framer-1cr9m0i { flex: none; height: 22px; position: relative; width: 24px; }\",\".framer-qmluh .framer-qn5jqa, .framer-qmluh .framer-63f4uv, .framer-qmluh .framer-l92hi5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 64px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-qmluh .framer-1b9nqaj, .framer-qmluh .framer-1yn0pbg, .framer-qmluh .framer-1cgfzj7, .framer-qmluh .framer-1htei0q, .framer-qmluh .framer-1fjbsjh, .framer-qmluh .framer-pwqyb8 { flex: none; height: 22px; position: relative; width: 22px; }\",\".framer-qmluh .framer-zwqr0l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qmluh .framer-1ty5sef { -webkit-user-select: none; flex: none; height: 100%; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 40px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-qmluh .framer-a8kql0 { -webkit-user-select: none; flex: none; height: 100%; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 65px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-qmluh .framer-1eey498 { -webkit-user-select: none; flex: none; height: 100%; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 67px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-qmluh .framer-70jjb2 { -webkit-user-select: none; flex: none; height: 100%; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 71px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-qmluh .framer-14qilah { -webkit-user-select: none; flex: none; height: 100%; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 49px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-qmluh .framer-adfdpk { -webkit-user-select: none; flex: none; height: 100%; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 34px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-qmluh .framer-loplqn { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\".framer-qmluh .framer-46q7r1 { bottom: -18px; cursor: pointer; flex: none; height: 18px; overflow: visible; position: absolute; right: 9px; width: 44px; z-index: 1; }\",\".framer-qmluh .framer-1o07vo1 { bottom: 5px; flex: none; height: 9px; left: calc(50.00000000000002% - 13px / 2); overflow: visible; position: absolute; width: 13px; }\",\".framer-qmluh .framer-16g3clx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 64px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qmluh .framer-14vs826 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qmluh .framer-102zkrc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 124px; }\",\".framer-qmluh .framer-1gaech7 { -webkit-user-select: none; flex: 1 0 0px; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qmluh .framer-1pugksr, .framer-qmluh .framer-8oiec3, .framer-qmluh .framer-1hrp36h, .framer-qmluh .framer-1m9t8sj, .framer-qmluh .framer-nmnc72, .framer-qmluh .framer-1382yow, .framer-qmluh .framer-qn5jqa, .framer-qmluh .framer-8kcom3, .framer-qmluh .framer-zjgghz, .framer-qmluh .framer-1idysvi, .framer-qmluh .framer-g2lr4p, .framer-qmluh .framer-1cvbzk3, .framer-qmluh .framer-1bqcr94, .framer-qmluh .framer-63f4uv, .framer-qmluh .framer-18ns8q0, .framer-qmluh .framer-zwqr0l, .framer-qmluh .framer-16g3clx, .framer-qmluh .framer-14vs826, .framer-qmluh .framer-761o4f, .framer-qmluh .framer-16ge217, .framer-qmluh .framer-1d6lbsx, .framer-qmluh .framer-1frek6k, .framer-qmluh .framer-l92hi5, .framer-qmluh .framer-qvkvc8, .framer-qmluh .framer-102zkrc { gap: 0px; } .framer-qmluh .framer-1pugksr > *, .framer-qmluh .framer-1hrp36h > *, .framer-qmluh .framer-1m9t8sj > *, .framer-qmluh .framer-nmnc72 > *, .framer-qmluh .framer-1382yow > *, .framer-qmluh .framer-qn5jqa > *, .framer-qmluh .framer-8kcom3 > *, .framer-qmluh .framer-1idysvi > *, .framer-qmluh .framer-g2lr4p > *, .framer-qmluh .framer-1cvbzk3 > *, .framer-qmluh .framer-1bqcr94 > *, .framer-qmluh .framer-63f4uv > *, .framer-qmluh .framer-18ns8q0 > *, .framer-qmluh .framer-761o4f > *, .framer-qmluh .framer-16ge217 > *, .framer-qmluh .framer-1d6lbsx > *, .framer-qmluh .framer-1frek6k > *, .framer-qmluh .framer-l92hi5 > *, .framer-qmluh .framer-qvkvc8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qmluh .framer-1pugksr > :first-child, .framer-qmluh .framer-1hrp36h > :first-child, .framer-qmluh .framer-1m9t8sj > :first-child, .framer-qmluh .framer-nmnc72 > :first-child, .framer-qmluh .framer-1382yow > :first-child, .framer-qmluh .framer-qn5jqa > :first-child, .framer-qmluh .framer-8kcom3 > :first-child, .framer-qmluh .framer-1idysvi > :first-child, .framer-qmluh .framer-g2lr4p > :first-child, .framer-qmluh .framer-1cvbzk3 > :first-child, .framer-qmluh .framer-1bqcr94 > :first-child, .framer-qmluh .framer-63f4uv > :first-child, .framer-qmluh .framer-18ns8q0 > :first-child, .framer-qmluh .framer-761o4f > :first-child, .framer-qmluh .framer-16ge217 > :first-child, .framer-qmluh .framer-1d6lbsx > :first-child, .framer-qmluh .framer-1frek6k > :first-child, .framer-qmluh .framer-l92hi5 > :first-child, .framer-qmluh .framer-qvkvc8 > :first-child { margin-top: 0px; } .framer-qmluh .framer-1pugksr > :last-child, .framer-qmluh .framer-1hrp36h > :last-child, .framer-qmluh .framer-1m9t8sj > :last-child, .framer-qmluh .framer-nmnc72 > :last-child, .framer-qmluh .framer-1382yow > :last-child, .framer-qmluh .framer-qn5jqa > :last-child, .framer-qmluh .framer-8kcom3 > :last-child, .framer-qmluh .framer-1idysvi > :last-child, .framer-qmluh .framer-g2lr4p > :last-child, .framer-qmluh .framer-1cvbzk3 > :last-child, .framer-qmluh .framer-1bqcr94 > :last-child, .framer-qmluh .framer-63f4uv > :last-child, .framer-qmluh .framer-18ns8q0 > :last-child, .framer-qmluh .framer-761o4f > :last-child, .framer-qmluh .framer-16ge217 > :last-child, .framer-qmluh .framer-1d6lbsx > :last-child, .framer-qmluh .framer-1frek6k > :last-child, .framer-qmluh .framer-l92hi5 > :last-child, .framer-qmluh .framer-qvkvc8 > :last-child { margin-bottom: 0px; } .framer-qmluh .framer-8oiec3 > *, .framer-qmluh .framer-zjgghz > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-qmluh .framer-8oiec3 > :first-child, .framer-qmluh .framer-zjgghz > :first-child, .framer-qmluh .framer-zwqr0l > :first-child, .framer-qmluh .framer-16g3clx > :first-child, .framer-qmluh .framer-14vs826 > :first-child, .framer-qmluh .framer-102zkrc > :first-child { margin-left: 0px; } .framer-qmluh .framer-8oiec3 > :last-child, .framer-qmluh .framer-zjgghz > :last-child, .framer-qmluh .framer-zwqr0l > :last-child, .framer-qmluh .framer-16g3clx > :last-child, .framer-qmluh .framer-14vs826 > :last-child, .framer-qmluh .framer-102zkrc > :last-child { margin-right: 0px; } .framer-qmluh .framer-zwqr0l > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-qmluh .framer-16g3clx > *, .framer-qmluh .framer-102zkrc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qmluh .framer-14vs826 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-qmluh.framer-v-4lemq9.framer-tyi2t1 { flex-direction: column; overflow: visible; padding: 0px 10px 0px 10px; width: 390px; }\",\".framer-qmluh.framer-v-4lemq9 .framer-1lsa2uc { order: 1; }\",\".framer-qmluh.framer-v-4lemq9 .framer-1pugksr { flex: 1 0 0px; flex-direction: row; gap: unset; height: 1px; justify-content: space-around; order: 0; width: 100%; }\",\".framer-qmluh.framer-v-4lemq9 .framer-1taeopq-container { height: 100%; }\",\".framer-qmluh.framer-v-4lemq9 .framer-8oiec3, .framer-qmluh.framer-v-1l8x28s .framer-zjgghz { flex: none; height: 100%; }\",\".framer-qmluh.framer-v-4lemq9 .framer-loplqn { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qmluh.framer-v-4lemq9.framer-tyi2t1, .framer-qmluh.framer-v-4lemq9 .framer-1pugksr { gap: 0px; } .framer-qmluh.framer-v-4lemq9.framer-tyi2t1 > *, .framer-qmluh.framer-v-4lemq9.framer-tyi2t1 > :first-child, .framer-qmluh.framer-v-4lemq9.framer-tyi2t1 > :last-child, .framer-qmluh.framer-v-4lemq9 .framer-1pugksr > *, .framer-qmluh.framer-v-4lemq9 .framer-1pugksr > :first-child, .framer-qmluh.framer-v-4lemq9 .framer-1pugksr > :last-child { margin: 0px; } }\",\".framer-qmluh.framer-v-1l8x28s.framer-tyi2t1 { flex-direction: column; gap: 0px; height: auto; justify-content: center; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: visible; padding: 0px 10px 0px 10px; width: 390px; }\",\".framer-qmluh.framer-v-1l8x28s .framer-1pugksr { flex-direction: row; gap: unset; height: 64px; justify-content: space-around; width: 100%; }\",\".framer-qmluh.framer-v-1l8x28s .framer-1taeopq-container { height: 64px; }\",\".framer-qmluh.framer-v-1l8x28s .framer-zwqr0l { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 5px; height: min-content; padding: 20px; width: 100%; }\",\".framer-qmluh.framer-v-1l8x28s .framer-1ty5sef, .framer-qmluh.framer-v-1l8x28s .framer-a8kql0, .framer-qmluh.framer-v-1l8x28s .framer-1eey498, .framer-qmluh.framer-v-1l8x28s .framer-70jjb2, .framer-qmluh.framer-v-1l8x28s .framer-14qilah, .framer-qmluh.framer-v-1l8x28s .framer-adfdpk { height: auto; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qmluh.framer-v-1l8x28s.framer-tyi2t1, .framer-qmluh.framer-v-1l8x28s .framer-1pugksr, .framer-qmluh.framer-v-1l8x28s .framer-zwqr0l { gap: 0px; } .framer-qmluh.framer-v-1l8x28s.framer-tyi2t1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qmluh.framer-v-1l8x28s.framer-tyi2t1 > :first-child, .framer-qmluh.framer-v-1l8x28s .framer-zwqr0l > :first-child { margin-top: 0px; } .framer-qmluh.framer-v-1l8x28s.framer-tyi2t1 > :last-child, .framer-qmluh.framer-v-1l8x28s .framer-zwqr0l > :last-child { margin-bottom: 0px; } .framer-qmluh.framer-v-1l8x28s .framer-1pugksr > *, .framer-qmluh.framer-v-1l8x28s .framer-1pugksr > :first-child, .framer-qmluh.framer-v-1l8x28s .framer-1pugksr > :last-child { margin: 0px; } .framer-qmluh.framer-v-1l8x28s .framer-zwqr0l > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\".framer-qmluh.framer-v-1p4qp43.framer-tyi2t1 { justify-content: space-around; padding: 0px; width: 810px; }\",\".framer-qmluh.framer-v-1p4qp43 .framer-1pugksr { flex-direction: row; }\",\".framer-qmluh.framer-v-1p4qp43 .framer-zwqr0l { gap: 10px; }\",\".framer-qmluh.framer-v-1p4qp43 .framer-1ty5sef, .framer-qmluh.framer-v-1p4qp43 .framer-a8kql0, .framer-qmluh.framer-v-1p4qp43 .framer-1eey498, .framer-qmluh.framer-v-1p4qp43 .framer-70jjb2, .framer-qmluh.framer-v-1p4qp43 .framer-14qilah, .framer-qmluh.framer-v-1p4qp43 .framer-adfdpk { white-space: pre; width: auto; }\",\".framer-qmluh.framer-v-1p4qp43 .framer-14vs826 { gap: 5px; }\",\".framer-qmluh.framer-v-1p4qp43 .framer-102zkrc { aspect-ratio: 3.1 / 1; height: var(--framer-aspect-ratio-supported, 28px); width: 85px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qmluh.framer-v-1p4qp43 .framer-1pugksr, .framer-qmluh.framer-v-1p4qp43 .framer-zwqr0l, .framer-qmluh.framer-v-1p4qp43 .framer-14vs826 { gap: 0px; } .framer-qmluh.framer-v-1p4qp43 .framer-1pugksr > *, .framer-qmluh.framer-v-1p4qp43 .framer-zwqr0l > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qmluh.framer-v-1p4qp43 .framer-1pugksr > :first-child, .framer-qmluh.framer-v-1p4qp43 .framer-zwqr0l > :first-child, .framer-qmluh.framer-v-1p4qp43 .framer-14vs826 > :first-child { margin-left: 0px; } .framer-qmluh.framer-v-1p4qp43 .framer-1pugksr > :last-child, .framer-qmluh.framer-v-1p4qp43 .framer-zwqr0l > :last-child, .framer-qmluh.framer-v-1p4qp43 .framer-14vs826 > :last-child { margin-right: 0px; } .framer-qmluh.framer-v-1p4qp43 .framer-14vs826 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",...sharedStyle.css,'.framer-qmluh[data-border=\"true\"]::after, .framer-qmluh [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 64\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"cMPBZim7i\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZYG5yBUwr\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"JwkcUpSJa\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKXoHmSOZs=withCSS(Component,css,\"framer-qmluh\");export default FramerKXoHmSOZs;FramerKXoHmSOZs.displayName=\"Navigation\";FramerKXoHmSOZs.defaultProps={height:64,width:1200};addPropertyControls(FramerKXoHmSOZs,{variant:{options:[\"mPyO0QLt4\",\"cMPBZim7i\",\"ZYG5yBUwr\",\"JwkcUpSJa\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKXoHmSOZs,[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\",weight:\"500\"}]},...MyLogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKXoHmSOZs\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"64\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cMPBZim7i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZYG5yBUwr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"JwkcUpSJa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KXoHmSOZs.map", "// Generated by Framer (1119174)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"LIJxFtpCL\",\"GqAn_SuZ3\",\"gU6XDZOtD\"];const serializationHash=\"framer-Lu6Rz\";const variantClassNames={GqAn_SuZ3:\"framer-v-1f6kaub\",gU6XDZOtD:\"framer-v-esya0\",LIJxFtpCL:\"framer-v-1j5yiz4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{duration:0,type:\"tween\"},GqAn_SuZ3:{delay:0,duration:.7,ease:[.12,.23,.5,1],type:\"tween\"}};const transformTemplate=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Available-2\":\"GqAn_SuZ3\",Available:\"LIJxFtpCL\",Unavailable:\"gU6XDZOtD\"};const getProps=({greenText,height,id,redText,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,jn909WTNI:(_ref=greenText!==null&&greenText!==void 0?greenText:props.jn909WTNI)!==null&&_ref!==void 0?_ref:\"AVAILABLE\",tCgMNdSJ8:(_ref1=redText!==null&&redText!==void 0?redText:props.tCgMNdSJ8)!==null&&_ref1!==void 0?_ref1:\"UNAVAILABLE\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"LIJxFtpCL\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,jn909WTNI,tCgMNdSJ8,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"LIJxFtpCL\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1iim5e0=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"GqAn_SuZ3\"),1e3);});const onAppear1sndav7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"LIJxFtpCL\"),1e3);});const onTap18qnzjh=activeVariantCallback(async(...args)=>{setVariant(\"LIJxFtpCL\");});useOnVariantChange(baseVariant,{default:onAppear1iim5e0,GqAn_SuZ3:onAppear1sndav7,gU6XDZOtD:undefined});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-Lu6Rz\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-1j5yiz4\",className),\"data-framer-name\":\"Available\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"LIJxFtpCL\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,...style},...addPropertyOverrides({GqAn_SuZ3:{\"data-framer-name\":\"Available-2\"},gU6XDZOtD:{\"data-framer-name\":\"Unavailable\",\"data-highlight\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mrt11f\",\"data-framer-name\":\"Pulser\",layoutDependency:layoutDependency,layoutId:\"gBqZ4z671\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h74fyx\",\"data-framer-name\":\"Pulsing\",layoutDependency:layoutDependency,layoutId:\"imbmwfnRF\",style:{backgroundColor:\"rgb(49, 238, 51)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,opacity:.5},variants:{GqAn_SuZ3:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,opacity:0},gU6XDZOtD:{backgroundColor:\"rgb(237, 49, 49)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}},...addPropertyOverrides({GqAn_SuZ3:{transformTemplate}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-j5aymq\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Da9EVFAXB\",onTap:onTap18qnzjh,style:{backgroundColor:\"rgb(49, 238, 51)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 0px 20px 0px rgba(49, 238, 51, 0.5)\"},variants:{GqAn_SuZ3:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},gU6XDZOtD:{backgroundColor:\"rgb(237, 49, 49)\",boxShadow:\"0px 0px 20px 0px hsla(0, 84%, 56%, 0.5)\"}}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIE1vbm8tNTAw\",\"--framer-font-family\":'\"Noto Sans Mono\", \"Noto Sans Mono Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)))\"},children:\"AVAILABLE\"})}),className:\"framer-1j4pw9b\",\"data-framer-name\":\"Text\",fonts:[\"GF;Noto Sans Mono-500\"],layoutDependency:layoutDependency,layoutId:\"ZjMdDyU4a\",style:{\"--extracted-r6o4lv\":\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:jn909WTNI,variants:{gU6XDZOtD:{\"--extracted-r6o4lv\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gU6XDZOtD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIE1vbm8tNTAw\",\"--framer-font-family\":'\"Noto Sans Mono\", \"Noto Sans Mono Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165)))\"},children:\"UNAVAILABLE\"})}),text:tCgMNdSJ8}},baseVariant,gestureVariant)})]})})})});});const css=['.framer-Lu6Rz [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Lu6Rz .framer-1pg6h86 { display: block; }\",\".framer-Lu6Rz .framer-1j5yiz4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px 12px 8px 12px; position: relative; width: min-content; }\",\".framer-Lu6Rz .framer-1mrt11f { flex: none; height: 12px; overflow: visible; position: relative; width: 12px; }\",\".framer-Lu6Rz .framer-1h74fyx { flex: none; height: 12px; left: calc(50.00000000000002% - 12px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 12px / 2); width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Lu6Rz .framer-j5aymq { bottom: 0px; cursor: pointer; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Lu6Rz .framer-1j4pw9b { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Lu6Rz .framer-1j5yiz4 { gap: 0px; } .framer-Lu6Rz .framer-1j5yiz4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Lu6Rz .framer-1j5yiz4 > :first-child { margin-left: 0px; } .framer-Lu6Rz .framer-1j5yiz4 > :last-child { margin-right: 0px; } }\",\".framer-Lu6Rz.framer-v-1f6kaub .framer-1h74fyx { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); left: 50%; top: 50%; width: 48px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 113\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"GqAn_SuZ3\":{\"layout\":[\"auto\",\"auto\"]},\"gU6XDZOtD\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"jn909WTNI\":\"greenText\",\"tCgMNdSJ8\":\"redText\"}\n * @framerImmutableVariables true\n */const FramercHRv_R8R9=withCSS(Component,css,\"framer-Lu6Rz\");export default FramercHRv_R8R9;FramercHRv_R8R9.displayName=\"Availability\";FramercHRv_R8R9.defaultProps={height:30,width:113};addPropertyControls(FramercHRv_R8R9,{variant:{options:[\"LIJxFtpCL\",\"GqAn_SuZ3\",\"gU6XDZOtD\"],optionTitles:[\"Available\",\"Available-2\",\"Unavailable\"],title:\"Variant\",type:ControlType.Enum},jn909WTNI:{defaultValue:\"AVAILABLE\",displayTextArea:false,title:\"Green text\",type:ControlType.String},tCgMNdSJ8:{defaultValue:\"UNAVAILABLE\",displayTextArea:false,title:\"Red text\",type:ControlType.String}});addFonts(FramercHRv_R8R9,[{family:\"Noto Sans Mono\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_GFJ49_XVEQQL8Y.woff2\",weight:\"500\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercHRv_R8R9\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"30\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"jn909WTNI\\\":\\\"greenText\\\",\\\"tCgMNdSJ8\\\":\\\"redText\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GqAn_SuZ3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gU6XDZOtD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"113\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cHRv_R8R9.map", "// Generated by Framer (c815cea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Availability from\"https://framerusercontent.com/modules/nvv3BFvz6bmZrsAVoF0j/pqHbaJw9r3iPvCjbMFG1/cHRv_R8R9.js\";const AvailabilityFonts=getFonts(Availability);const cycleOrder=[\"RIywxtKch\"];const serializationHash=\"framer-QnaUn\";const variantClassNames={RIywxtKch:\"framer-v-e69uge\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({greenText,height,id,name1,profile,redText,role,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4;return{...props,kSO3tGjq8:(_ref=greenText!==null&&greenText!==void 0?greenText:props.kSO3tGjq8)!==null&&_ref!==void 0?_ref:\"AVAILABLE\",nca165Zmh:(_ref1=profile!==null&&profile!==void 0?profile:props.nca165Zmh)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/hamEE2bsmrDHOM2s9YKtp1zZyo.jpg\",srcSet:\"https://framerusercontent.com/images/hamEE2bsmrDHOM2s9YKtp1zZyo.jpg 673w\"},q6p2rjlW3:(_ref2=name1!==null&&name1!==void 0?name1:props.q6p2rjlW3)!==null&&_ref2!==void 0?_ref2:\"Faizan Rather\",xFkDzgKj3:(_ref3=role!==null&&role!==void 0?role:props.xFkDzgKj3)!==null&&_ref3!==void 0?_ref3:\" Graphic Designer, Web Designer & Development, 3D Designer, and UI/UX Designer\",xvYNdeknj:(_ref4=redText!==null&&redText!==void 0?redText:props.xvYNdeknj)!==null&&_ref4!==void 0?_ref4:\"UNAVAILABLE\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,nca165Zmh,q6p2rjlW3,xFkDzgKj3,cyo_TITwt,kSO3tGjq8,xvYNdeknj,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RIywxtKch\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-e69uge\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"RIywxtKch\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jktu7s\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Cf9u8V1Ub\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16j3zy2\",layoutDependency:layoutDependency,layoutId:\"Kybo3IKji\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:2048,pixelHeight:2048,pixelWidth:2048,sizes:\"87px\",...toResponsiveImage(nca165Zmh)},className:\"framer-b2spib\",\"data-framer-name\":\"PP\",layoutDependency:layoutDependency,layoutId:\"t5tH5MTpf\",style:{borderBottomLeftRadius:130,borderBottomRightRadius:130,borderTopLeftRadius:130,borderTopRightRadius:130}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wmg0nh\",\"data-framer-name\":\"Text + Title\",layoutDependency:layoutDependency,layoutId:\"ElOhJYn7j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)))\"},children:\"Faizan Rather\"})}),className:\"framer-1ns005q\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"yfM1fjLV_\",style:{\"--extracted-r6o4lv\":\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:q6p2rjlW3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165)))\"},children:\" Graphic Designer, Web Designer & Development, 3D Designer, and UI/UX Designer\"})}),className:\"framer-14ymaei\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"naAQpZ6g0\",style:{\"--extracted-r6o4lv\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:xFkDzgKj3,verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n5r64l\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"ZNk3j2R2V\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n6pogs-container\",layoutDependency:layoutDependency,layoutId:\"MHWWLKukr-container\",children:/*#__PURE__*/_jsx(Availability,{height:\"100%\",id:\"MHWWLKukr\",jn909WTNI:kSO3tGjq8,layoutId:\"MHWWLKukr\",style:{width:\"100%\"},tCgMNdSJ8:xvYNdeknj,variant:cyo_TITwt,width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QnaUn.framer-m81f2m, .framer-QnaUn .framer-m81f2m { display: block; }\",\".framer-QnaUn.framer-e69uge { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 10px 0px; position: relative; width: min-content; }\",\".framer-QnaUn .framer-jktu7s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 12px 0px 12px; position: relative; width: min-content; }\",\".framer-QnaUn .framer-16j3zy2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-QnaUn .framer-b2spib { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 87px); overflow: hidden; position: relative; width: 87px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QnaUn .framer-1wmg0nh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-QnaUn .framer-1ns005q, .framer-QnaUn .framer-14ymaei { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QnaUn .framer-1n5r64l { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 4px 4px 4px; position: relative; width: auto; }\",\".framer-QnaUn .framer-n6pogs-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QnaUn.framer-e69uge, .framer-QnaUn .framer-jktu7s, .framer-QnaUn .framer-16j3zy2, .framer-QnaUn .framer-1wmg0nh, .framer-QnaUn .framer-1n5r64l { gap: 0px; } .framer-QnaUn.framer-e69uge > *, .framer-QnaUn .framer-jktu7s > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-QnaUn.framer-e69uge > :first-child, .framer-QnaUn .framer-jktu7s > :first-child, .framer-QnaUn .framer-1wmg0nh > :first-child { margin-top: 0px; } .framer-QnaUn.framer-e69uge > :last-child, .framer-QnaUn .framer-jktu7s > :last-child, .framer-QnaUn .framer-1wmg0nh > :last-child { margin-bottom: 0px; } .framer-QnaUn .framer-16j3zy2 > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-QnaUn .framer-16j3zy2 > :first-child, .framer-QnaUn .framer-1n5r64l > :first-child { margin-left: 0px; } .framer-QnaUn .framer-16j3zy2 > :last-child, .framer-QnaUn .framer-1n5r64l > :last-child { margin-right: 0px; } .framer-QnaUn .framer-1wmg0nh > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-QnaUn .framer-1n5r64l > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 155\n * @framerIntrinsicWidth 854\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"nca165Zmh\":\"profile\",\"q6p2rjlW3\":\"name1\",\"xFkDzgKj3\":\"role\",\"kSO3tGjq8\":\"greenText\",\"xvYNdeknj\":\"redText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBi8m5TgEB=withCSS(Component,css,\"framer-QnaUn\");export default FramerBi8m5TgEB;FramerBi8m5TgEB.displayName=\"Profile\";FramerBi8m5TgEB.defaultProps={height:155,width:854};addPropertyControls(FramerBi8m5TgEB,{nca165Zmh:{__defaultAssetReference:\"data:framer/asset-reference,hamEE2bsmrDHOM2s9YKtp1zZyo.jpg?originalFilename=faizan+rather.jpg&preferredSize=auto\",title:\"Profile\",type:ControlType.ResponsiveImage},q6p2rjlW3:{defaultValue:\"Faizan Rather\",displayTextArea:false,title:\"Name\",type:ControlType.String},xFkDzgKj3:{defaultValue:\" Graphic Designer, Web Designer & Development, 3D Designer, and UI/UX Designer\",displayTextArea:false,title:\"Role\",type:ControlType.String},kSO3tGjq8:{defaultValue:\"AVAILABLE\",displayTextArea:false,title:\"Green Text\",type:ControlType.String},xvYNdeknj:{defaultValue:\"UNAVAILABLE\",displayTextArea:false,title:\"Red Text\",type:ControlType.String}});addFonts(FramerBi8m5TgEB,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...AvailabilityFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBi8m5TgEB\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"nca165Zmh\\\":\\\"profile\\\",\\\"q6p2rjlW3\\\":\\\"name1\\\",\\\"xFkDzgKj3\\\":\\\"role\\\",\\\"kSO3tGjq8\\\":\\\"greenText\\\",\\\"xvYNdeknj\\\":\\\"redText\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"854\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"155\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Bi8m5TgEB.map", "// Generated by Framer (c815cea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/p7DK8CbvV2VKWPvcOb1E/k1KegPOjYCbc9hOzNIEY/V0nDYNbuE.js\";import Profile from\"https://framerusercontent.com/modules/L8aenOXjyh5BKKgg8idm/ZB58sDIJwHBAmslCxaZh/Bi8m5TgEB.js\";const ProfileFonts=getFonts(Profile);const cycleOrder=[\"LabI_bS42\",\"OPgPuuscF\",\"C9winXHFm\"];const serializationHash=\"framer-goqrU\";const variantClassNames={C9winXHFm:\"framer-v-hq01ra\",LabI_bS42:\"framer-v-4l325s\",OPgPuuscF:\"framer-v-1dkoj5d\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transition2={damping:30,delay:0,mass:1,stiffness:400,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!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"LabI_bS42\",\"Variant 2\":\"OPgPuuscF\",\"Variant 3\":\"C9winXHFm\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"LabI_bS42\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LabI_bS42\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-4l325s\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"LabI_bS42\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({C9winXHFm:{\"data-framer-name\":\"Variant 3\"},OPgPuuscF:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fngpwz\",layoutDependency:layoutDependency,layoutId:\"EdCoVqm_F\",style:{backgroundColor:\"rgb(0, 0, 0)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o86qkd\",layoutDependency:layoutDependency,layoutId:\"SAs6pRs9l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"50px\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(0, 151, 255))\"},children:\"Redefining online interactions from 2022.\"})}),className:\"framer-1wpke5k\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"GWPkE6eoq\",style:{\"--extracted-1eung3n\":\"rgb(0, 151, 255)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C9winXHFm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(0, 151, 255))\"},children:\"Redefining online interactions from 2022.\"})})},OPgPuuscF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"50px\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(0, 151, 255))\"},children:\"Redefining online interactions from 2022.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.45))\"},children:\"Faizan Rather has been rated on Social Platforms 5 out of 5 by more than 182+ reviewers and customers.\"})}),className:\"framer-9716gc\",fonts:[\"GF;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"A223b2WKr\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.45)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C9winXHFm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.45))\"},children:\"Faizan Rather has been rated on Social Platforms 5 out of 5 by more than 182+ reviewers and customers.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.2046)`,...addPropertyOverrides({C9winXHFm:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.75)`},OPgPuuscF:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3407)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vlhze-container\",layoutDependency:layoutDependency,layoutId:\"q4TVCQjKd-container\",children:/*#__PURE__*/_jsx(Profile,{height:\"100%\",id:\"q4TVCQjKd\",kSO3tGjq8:\"AVAILABLE\",layoutId:\"q4TVCQjKd\",nca165Zmh:addImageAlt({src:\"https://framerusercontent.com/images/t1iOag5badckYvpK9wzP46nsWBU.jpg\",srcSet:\"https://framerusercontent.com/images/t1iOag5badckYvpK9wzP46nsWBU.jpg 673w\"},\"\"),q6p2rjlW3:\"FaizanRather\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xFkDzgKj3:\"Freelancer\",xvYNdeknj:\"UNAVAILABLE\",...addPropertyOverrides({C9winXHFm:{style:{width:\"100%\"}},OPgPuuscF:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tcmben\",layoutDependency:layoutDependency,layoutId:\"rYPjV6QsK\",style:{backgroundColor:\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xf4eve\",layoutDependency:layoutDependency,layoutId:\"XdOCs_cBj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gk2qed\",layoutDependency:layoutDependency,layoutId:\"kwwvWpr97\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xjscyd\",layoutDependency:layoutDependency,layoutId:\"Ev3lVq0ou\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay03MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"10px\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgba(255, 255, 255, 0.3))\",\"--framer-text-transform\":\"uppercase\"},children:\"My WORK\"})}),className:\"framer-8gs737\",fonts:[\"GF;Space Grotesk-700\"],layoutDependency:layoutDependency,layoutId:\"TESL90Alo\",style:{\"--extracted-a0htzi\":\"rgba(255, 255, 255, 0.3)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TBvx3WINW\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Who Am I \"})})})}),className:\"framer-uzop1m\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"E_ssIPh4x\",style:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fJuBsHujP\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"What I Do\"})})})}),className:\"framer-4wm1zm\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"yVPkoU9wE\",style:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uY41uXEjw\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"What I Did\"})})})}),className:\"framer-19b3boe\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"aZrw8TrnU\",style:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x94rql\",layoutDependency:layoutDependency,layoutId:\"RhxQVmZM8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay03MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"10px\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgba(255, 255, 255, 0.3))\",\"--framer-text-transform\":\"uppercase\"},children:\"MY success\"})}),className:\"framer-10oh28v\",fonts:[\"GF;Space Grotesk-700\"],layoutDependency:layoutDependency,layoutId:\"hXmGAd8T3\",style:{\"--extracted-a0htzi\":\"rgba(255, 255, 255, 0.3)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Rss5dDyus\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Clients\"})})})}),className:\"framer-pmjw7a\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"YEJRhE_3v\",style:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fxk6wq\",layoutDependency:layoutDependency,layoutId:\"aTvutaYjq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y7nq3a\",layoutDependency:layoutDependency,layoutId:\"opozC3WY5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay03MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"10px\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgba(255, 255, 255, 0.3))\",\"--framer-text-transform\":\"uppercase\"},children:\"My INFO\"})}),className:\"framer-1vgvdfu\",fonts:[\"GF;Space Grotesk-700\"],layoutDependency:layoutDependency,layoutId:\"yMQbqU1Fx\",style:{\"--extracted-a0htzi\":\"rgba(255, 255, 255, 0.3)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DrLRlCFRs\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Reviews\"})})})}),className:\"framer-1are9q7\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"HYstQWUvV\",style:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rl_y0B20U\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"Faq's\"})})})}),className:\"framer-1ijzpb3\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"xthcFqf1G\",style:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2ihf6a\",layoutDependency:layoutDependency,layoutId:\"FUIONAYZK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay03MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"10px\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgba(255, 255, 255, 0.3))\",\"--framer-text-transform\":\"uppercase\"},children:\"Need help?\"})}),className:\"framer-1extezt\",fonts:[\"GF;Space Grotesk-700\"],layoutDependency:layoutDependency,layoutId:\"TuwPRKrhb\",style:{\"--extracted-a0htzi\":\"rgba(255, 255, 255, 0.3)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay03MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"10px\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgba(255, 255, 255, 0.3))\",\"--framer-text-transform\":\"uppercase\"},children:\"Call us directly\"})}),className:\"framer-yl4t7u\",fonts:[\"GF;Space Grotesk-700\"],layoutDependency:layoutDependency,layoutId:\"m3ssy5mYE\",style:{\"--extracted-a0htzi\":\"rgba(255, 255, 255, 0.3)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:'<a href=\"tel:+916006565744\">Call me</a>',openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"+(91) 6006565744\"})})})}),className:\"framer-1xdplf9\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"uPlEISIB9\",style:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C9winXHFm:{transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay03MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"10px\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgba(255, 255, 255, 0.3))\",\"--framer-text-transform\":\"uppercase\"},children:\"Need support?\"})}),className:\"framer-wqe9dm\",fonts:[\"GF;Space Grotesk-700\"],layoutDependency:layoutDependency,layoutId:\"PWRwFIKGg\",style:{\"--extracted-a0htzi\":\"rgba(255, 255, 255, 0.3)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=faizanfayaz29@gmail.com \",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"info@faizanrather.com\"})})})}),className:\"framer-683a43\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"yl9ZFq9UQ\",style:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\"},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C9winXHFm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=faizanfayaz29@gmail.com \",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aszh0b\",\"data-styles-preset\":\"V0nDYNbuE\",children:\"info@faizanrather.com\"})})})}),transformTemplate:undefined}},baseVariant,gestureVariant)})]})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wsa2o5\",layoutDependency:layoutDependency,layoutId:\"gSgexIvaM\",style:{backgroundColor:\"rgb(0, 0, 0)\"},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5847,intrinsicWidth:6945,pixelHeight:5847,pixelWidth:6945,sizes:\"112px\",src:\"https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png\",srcSet:\"https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png?scale-down-to=512 512w,https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png 6945w\"},className:\"framer-zk06rv\",layoutDependency:layoutDependency,layoutId:\"XHya2cqF3\",...addPropertyOverrides({OPgPuuscF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5847,intrinsicWidth:6945,pixelHeight:5847,pixelWidth:6945,sizes:\"83px\",src:\"https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png\",srcSet:\"https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png?scale-down-to=512 512w,https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/QacUJx0HLUIgPzMc7wNf3xK2n4.png 6945w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.45))\"},children:[\"Copyright 2022\u20132024,  \",/*#__PURE__*/_jsx(Link,{href:\"https://rubaitulazad.com/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\" \"})}),\"Faizan Rather. All rights reserved. \"]})}),className:\"framer-16aqtfk\",fonts:[\"GF;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"lzX_s99hs\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.45)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j6ax7d\",layoutDependency:layoutDependency,layoutId:\"BcoNtenX7\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/faizan-rather-a50503220\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1rs4q37 framer-1latrck\",layoutDependency:layoutDependency,layoutId:\"f78oY8QOs\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2aph9l\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rENMjHzDU\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 26\"><path d=\"M 23.698 9.028 L 23.698 18.056 C 23.698 21.172 21.172 23.698 18.056 23.698 L 9.028 23.698 C 5.912 23.698 3.385 21.172 3.385 18.056 L 3.385 9.028 C 3.385 5.912 5.912 3.385 9.028 3.385 L 18.056 3.385 C 21.172 3.385 23.698 5.912 23.698 9.028 Z M 7.899 19.184 L 7.899 11.285\" fill=\"transparent\" stroke-width=\"1.7\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 12.413 19.184 L 12.413 15.516 M 12.413 11.285 L 12.413 15.516 M 12.413 15.516 C 12.413 11.285 19.184 11.285 19.184 15.516 L 19.184 19.184 M 7.899 7.911 L 7.911 7.898\" fill=\"transparent\" stroke-width=\"1.7\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:1695836145,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.behance.net/faizanrather\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1cx8fka framer-1latrck\",layoutDependency:layoutDependency,layoutId:\"sM2_WIYlB\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qugguq\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"cgfkgAKB1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 10.925 13.61 C 17.878 13.61 17.878 22.912 10.925 22.912 L 2.427 22.912 L 2.427 13.61 M 10.925 13.61 L 2.427 13.61 M 10.925 14.593 C 17.878 14.593 17.878 6.067 10.925 6.067 L 2.427 6.067 L 2.427 14.593 M 22.472 10.92 C 19.441 10.92 16.987 13.683 16.987 17.091 L 27.958 17.091 C 27.958 13.683 25.503 10.92 22.472 10.92 Z M 16.987 16.38 C 16.987 19.788 19.441 22.551 22.472 22.551 C 26.251 22.551 27.272 19.809 27.272 19.809 M 25.664 7.28 L 18.807 7.28\" fill=\"transparent\" stroke-width=\"2.05\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:4280354942,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/faixan.rather/\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-q3xjxv framer-1latrck\",layoutDependency:layoutDependency,layoutId:\"WAZjRgEos\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tjgxrz\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"RmzbgernC\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 16 C 14.209 16 16 14.209 16 12 C 16 9.791 14.209 8 12 8 C 9.791 8 8 9.791 8 12 C 8 14.209 9.791 16 12 16 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3 16 L 3 8 C 3 5.239 5.239 3 8 3 L 16 3 C 18.761 3 21 5.239 21 8 L 21 16 C 21 18.761 18.761 21 16 21 L 8 21 C 5.239 21 3 18.761 3 16 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 17.5 6.51 L 17.51 6.499\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:2849416765,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://wa.link/ui7y7q\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-wpp19t framer-1latrck\",layoutDependency:layoutDependency,layoutId:\"HMYppmkBj\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1q6biqm\",\"data-framer-name\":\"graphic\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:100,intrinsicWidth:100,layoutDependency:layoutDependency,layoutId:\"BgApJLFQZ\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 50 50\"><path d=\"M25 2C12.31 2 2 12.31 2 25c0 4.08 1.119 7.886 2.984 11.209L2.037 46.73a1 1 0 0 0 1.203 1.24l10.97-2.718C17.436 46.972 21.094 48 25 48c12.69 0 23-10.31 23-23S37.69 2 25 2zm0 2c11.61 0 21 9.39 21 21s-9.39 21-21 21c-3.722 0-7.208-.97-10.238-2.666a1 1 0 0 0-.729-.098l-9.607 2.381 2.576-9.191a1 1 0 0 0-.1-.78A20.88 20.88 0 0 1 4 25C4 13.39 13.39 4 25 4zm-8.357 9c-.641 0-1.557.238-2.309 1.049-.452.487-2.334 2.32-2.334 5.545 0 3.361 2.331 6.262 2.613 6.635h.002v.001a31.669 31.669 0 0 0 3.004 3.684c1.804 1.899 4.34 4.093 7.486 5.436 1.45.617 2.593.99 3.46 1.261 1.605.504 3.067.428 4.165.266.823-.121 1.727-.516 2.622-1.082.894-.566 1.771-1.27 2.158-2.34a8.25 8.25 0 0 0 .469-2.059 4.72 4.72 0 0 0 .01-.787c-.02-.238 0-.42-.221-.785-.466-.764-.993-.784-1.543-1.056a183.29 183.29 0 0 0-2.05-.993c-.871-.415-1.626-.783-2.091-.949-.294-.106-.652-.258-1.17-.199-.517.059-1.029.432-1.326.873-.282.418-1.418 1.758-1.764 2.152-.004-.002.026.011-.111-.056-.428-.212-.952-.392-1.727-.801a14.283 14.283 0 0 1-2.804-1.947v-.002c-1.579-1.39-2.685-3.135-3.034-3.721.024-.028-.002.006.047-.043l.002-.002c.357-.351.673-.77.94-1.078.378-.436.545-.82.726-1.18.361-.716.16-1.503-.049-1.918v-.002c.015.029-.112-.252-.25-.576l-.5-1.195c-.374-.898-.792-1.906-1.04-2.496v-.002c-.293-.695-.69-1.196-1.208-1.438-.518-.241-.975-.173-.994-.174h-.002A26.2 26.2 0 0 0 16.643 13zm0 2c.385 0 .765.005 1.084.02.327.016.307.017.244-.012-.064-.03.023-.04.209.402.243.578.663 1.59 1.039 2.49.188.451.363.874.504 1.205.14.332.216.517.304.694v.002l.002.002c.087.17.08.061.05.12-.212.42-.24.522-.454.768-.325.375-.657.792-.832.965-.154.151-.43.386-.604.846-.173.46-.092 1.093.186 1.564.37.629 1.59 2.613 3.484 4.282a16.35 16.35 0 0 0 3.194 2.216c.888.469 1.611.743 1.773.823.385.19.805.338 1.293.279.489-.059.91-.355 1.178-.658l.002-.002c.357-.405 1.417-1.615 1.926-2.361.021.007.014.001.183.062v.002h.002c.077.027 1.044.46 1.906.871.863.41 1.738.838 2.022.979.41.203.604.335.654.336a2.35 2.35 0 0 1-.006.328 6.365 6.365 0 0 1-.357 1.552c-.105.292-.654.893-1.346 1.33-.692.438-1.534.748-1.846.793-.937.139-2.05.189-3.273-.195a33.421 33.421 0 0 1-3.273-1.193c-2.776-1.184-5.135-3.198-6.82-4.973a29.716 29.716 0 0 1-1.999-2.338c-.48-.623-.688-.948-.863-1.178l-.002-.001c-.31-.41-2.207-3.05-2.207-5.426 0-2.516 1.168-3.503 1.8-4.184.333-.358.696-.41.843-.41z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/rather.faizan.9484\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19kklly framer-1latrck\",layoutDependency:layoutDependency,layoutId:\"AljHsaxKF\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19oksvq\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QhdvUMDuI\",opacity:1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 22\"><path d=\"M 15.583 1.833 L 12.833 1.833 C 10.302 1.833 8.25 3.885 8.25 6.417 L 8.25 9.167 L 5.5 9.167 L 5.5 12.833 L 8.25 12.833 L 8.25 20.167 L 11.917 20.167 L 11.917 12.833 L 14.667 12.833 L 15.583 9.167 L 11.917 9.167 L 11.917 6.417 C 11.917 5.91 12.327 5.5 12.833 5.5 L 15.583 5.5 Z\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:377441250,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/FaizanRather18\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-yi6723 framer-1latrck\",layoutDependency:layoutDependency,layoutId:\"UjfOCu9La\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kynf94\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oLFM9CjqC\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 22\"><path d=\"M 15.418 19.037 L 3.44 3.637 C 3.311 3.471 3.288 3.247 3.381 3.058 C 3.473 2.87 3.665 2.75 3.875 2.75 L 6.148 2.75 C 6.318 2.75 6.478 2.829 6.582 2.963 L 18.56 18.363 C 18.689 18.529 18.712 18.753 18.619 18.942 C 18.527 19.13 18.335 19.25 18.125 19.25 L 15.852 19.25 C 15.682 19.25 15.522 19.171 15.418 19.037 Z\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\"></path><path d=\"M 18.333 2.75 L 3.667 19.25\" fill=\"transparent\" stroke-width=\"1.38\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:176328228,withExternalLayout:true})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-goqrU.framer-1latrck, .framer-goqrU .framer-1latrck { display: block; }\",\".framer-goqrU.framer-4l325s { height: 775px; overflow: hidden; position: relative; width: 1349px; }\",\".framer-goqrU .framer-1fngpwz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 312px; justify-content: space-around; left: calc(49.96293550778357% - 100% / 2); overflow: visible; padding: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-goqrU .framer-1o86qkd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 212px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 42%; }\",\".framer-goqrU .framer-1wpke5k, .framer-goqrU .framer-9716gc { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 571px; word-break: break-word; word-wrap: break-word; }\",\".framer-goqrU .framer-1vlhze-container { flex: none; height: 172px; position: relative; width: 20%; }\",\".framer-goqrU .framer-tcmben { align-content: center; align-items: center; bottom: 189px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 274px; justify-content: center; left: calc(49.96293550778357% - 100% / 2); overflow: visible; padding: 0px; position: absolute; width: 100%; }\",\".framer-goqrU .framer-xf4eve { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 144px; justify-content: space-around; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-goqrU .framer-gk2qed, .framer-goqrU .framer-fxk6wq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 100%; justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-goqrU .framer-xjscyd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 124px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 200px; }\",\".framer-goqrU .framer-8gs737, .framer-goqrU .framer-uzop1m, .framer-goqrU .framer-4wm1zm, .framer-goqrU .framer-19b3boe, .framer-goqrU .framer-10oh28v, .framer-goqrU .framer-pmjw7a, .framer-goqrU .framer-1vgvdfu, .framer-goqrU .framer-1are9q7, .framer-goqrU .framer-1ijzpb3 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-goqrU .framer-x94rql, .framer-goqrU .framer-y7nq3a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 124px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 200px; }\",\".framer-goqrU .framer-2ihf6a { flex: none; height: 144px; overflow: hidden; position: relative; width: 200px; }\",\".framer-goqrU .framer-1extezt { -webkit-user-select: none; flex: none; height: auto; left: 0px; pointer-events: auto; position: absolute; top: 11px; user-select: none; white-space: pre; width: auto; }\",\".framer-goqrU .framer-yl4t7u { -webkit-user-select: none; flex: none; height: auto; left: 0px; pointer-events: auto; position: absolute; top: 42px; user-select: none; white-space: pre; width: auto; }\",\".framer-goqrU .framer-1xdplf9 { -webkit-user-select: none; flex: none; height: auto; left: 0px; pointer-events: auto; position: absolute; top: 49%; user-select: none; white-space: pre; width: auto; }\",\".framer-goqrU .framer-wqe9dm { -webkit-user-select: none; bottom: 28px; flex: none; height: auto; left: 0px; pointer-events: auto; position: absolute; user-select: none; white-space: pre; width: auto; }\",\".framer-goqrU .framer-683a43 { -webkit-user-select: none; bottom: 0px; flex: none; height: auto; left: 50%; pointer-events: auto; position: absolute; user-select: none; white-space: pre; width: auto; }\",\".framer-goqrU .framer-1wsa2o5 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 189px; justify-content: space-evenly; left: calc(49.96293550778357% - 100% / 2); overflow: visible; padding: 0px; position: absolute; width: 100%; }\",\".framer-goqrU .framer-zk06rv { aspect-ratio: 1.280701754385965 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 87px); position: relative; width: 112px; }\",\".framer-goqrU .framer-16aqtfk { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 434px; word-break: break-word; word-wrap: break-word; }\",\".framer-goqrU .framer-1j6ax7d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 26%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-goqrU .framer-1rs4q37, .framer-goqrU .framer-1cx8fka, .framer-goqrU .framer-q3xjxv, .framer-goqrU .framer-wpp19t, .framer-goqrU .framer-yi6723 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-goqrU .framer-2aph9l { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-goqrU .framer-1qugguq { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-goqrU .framer-tjgxrz { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-goqrU .framer-1q6biqm { flex: none; height: 22px; position: relative; width: 24px; }\",\".framer-goqrU .framer-19kklly { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 64px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-goqrU .framer-19oksvq, .framer-goqrU .framer-kynf94 { flex: none; height: 22px; position: relative; width: 22px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-goqrU .framer-1o86qkd, .framer-goqrU .framer-tcmben, .framer-goqrU .framer-xjscyd, .framer-goqrU .framer-x94rql, .framer-goqrU .framer-y7nq3a, .framer-goqrU .framer-1j6ax7d, .framer-goqrU .framer-1rs4q37, .framer-goqrU .framer-1cx8fka, .framer-goqrU .framer-q3xjxv, .framer-goqrU .framer-wpp19t, .framer-goqrU .framer-19kklly, .framer-goqrU .framer-yi6723 { gap: 0px; } .framer-goqrU .framer-1o86qkd > *, .framer-goqrU .framer-tcmben > *, .framer-goqrU .framer-1rs4q37 > *, .framer-goqrU .framer-1cx8fka > *, .framer-goqrU .framer-q3xjxv > *, .framer-goqrU .framer-wpp19t > *, .framer-goqrU .framer-19kklly > *, .framer-goqrU .framer-yi6723 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-goqrU .framer-1o86qkd > :first-child, .framer-goqrU .framer-tcmben > :first-child, .framer-goqrU .framer-xjscyd > :first-child, .framer-goqrU .framer-x94rql > :first-child, .framer-goqrU .framer-y7nq3a > :first-child, .framer-goqrU .framer-1rs4q37 > :first-child, .framer-goqrU .framer-1cx8fka > :first-child, .framer-goqrU .framer-q3xjxv > :first-child, .framer-goqrU .framer-wpp19t > :first-child, .framer-goqrU .framer-19kklly > :first-child, .framer-goqrU .framer-yi6723 > :first-child { margin-top: 0px; } .framer-goqrU .framer-1o86qkd > :last-child, .framer-goqrU .framer-tcmben > :last-child, .framer-goqrU .framer-xjscyd > :last-child, .framer-goqrU .framer-x94rql > :last-child, .framer-goqrU .framer-y7nq3a > :last-child, .framer-goqrU .framer-1rs4q37 > :last-child, .framer-goqrU .framer-1cx8fka > :last-child, .framer-goqrU .framer-q3xjxv > :last-child, .framer-goqrU .framer-wpp19t > :last-child, .framer-goqrU .framer-19kklly > :last-child, .framer-goqrU .framer-yi6723 > :last-child { margin-bottom: 0px; } .framer-goqrU .framer-xjscyd > *, .framer-goqrU .framer-x94rql > *, .framer-goqrU .framer-y7nq3a > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-goqrU .framer-1j6ax7d > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-goqrU .framer-1j6ax7d > :first-child { margin-left: 0px; } .framer-goqrU .framer-1j6ax7d > :last-child { margin-right: 0px; } }\",\".framer-goqrU.framer-v-1dkoj5d.framer-4l325s { width: 810px; }\",\".framer-goqrU.framer-v-1dkoj5d .framer-1fngpwz, .framer-goqrU.framer-v-1dkoj5d .framer-1wsa2o5 { gap: 10px; justify-content: center; }\",\".framer-goqrU.framer-v-1dkoj5d .framer-1o86qkd { height: min-content; width: 58%; }\",\".framer-goqrU.framer-v-1dkoj5d .framer-1wpke5k, .framer-goqrU.framer-v-1dkoj5d .framer-9716gc, .framer-goqrU.framer-v-1dkoj5d .framer-xf4eve, .framer-goqrU.framer-v-hq01ra .framer-1wpke5k, .framer-goqrU.framer-v-hq01ra .framer-9716gc { width: 100%; }\",\".framer-goqrU.framer-v-1dkoj5d .framer-1vlhze-container { height: auto; width: 34%; }\",\".framer-goqrU.framer-v-1dkoj5d .framer-gk2qed, .framer-goqrU.framer-v-1dkoj5d .framer-fxk6wq { gap: 40px; height: min-content; justify-content: center; width: min-content; }\",\".framer-goqrU.framer-v-1dkoj5d .framer-xjscyd { width: 101px; }\",\".framer-goqrU.framer-v-1dkoj5d .framer-x94rql { width: 153px; }\",\".framer-goqrU.framer-v-1dkoj5d .framer-y7nq3a { width: 99px; }\",\".framer-goqrU.framer-v-1dkoj5d .framer-zk06rv { height: var(--framer-aspect-ratio-supported, 65px); width: 83px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-goqrU.framer-v-1dkoj5d .framer-1fngpwz, .framer-goqrU.framer-v-1dkoj5d .framer-gk2qed, .framer-goqrU.framer-v-1dkoj5d .framer-fxk6wq, .framer-goqrU.framer-v-1dkoj5d .framer-1wsa2o5 { gap: 0px; } .framer-goqrU.framer-v-1dkoj5d .framer-1fngpwz > *, .framer-goqrU.framer-v-1dkoj5d .framer-1wsa2o5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-goqrU.framer-v-1dkoj5d .framer-1fngpwz > :first-child, .framer-goqrU.framer-v-1dkoj5d .framer-gk2qed > :first-child, .framer-goqrU.framer-v-1dkoj5d .framer-fxk6wq > :first-child, .framer-goqrU.framer-v-1dkoj5d .framer-1wsa2o5 > :first-child { margin-left: 0px; } .framer-goqrU.framer-v-1dkoj5d .framer-1fngpwz > :last-child, .framer-goqrU.framer-v-1dkoj5d .framer-gk2qed > :last-child, .framer-goqrU.framer-v-1dkoj5d .framer-fxk6wq > :last-child, .framer-goqrU.framer-v-1dkoj5d .framer-1wsa2o5 > :last-child { margin-right: 0px; } .framer-goqrU.framer-v-1dkoj5d .framer-gk2qed > *, .framer-goqrU.framer-v-1dkoj5d .framer-fxk6wq > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\".framer-goqrU.framer-v-hq01ra.framer-4l325s { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; width: 390px; }\",\".framer-goqrU.framer-v-hq01ra .framer-1fngpwz { flex-direction: column; gap: 27px; height: min-content; justify-content: center; left: unset; position: relative; top: unset; }\",\".framer-goqrU.framer-v-hq01ra .framer-1o86qkd { align-content: center; align-items: center; gap: 24px; height: min-content; padding: 11px; width: 100%; }\",\".framer-goqrU.framer-v-hq01ra .framer-1vlhze-container { height: auto; width: 75%; }\",\".framer-goqrU.framer-v-hq01ra .framer-tcmben { bottom: unset; height: min-content; left: unset; position: relative; }\",\".framer-goqrU.framer-v-hq01ra .framer-xf4eve { flex-direction: column; gap: 33px; height: min-content; justify-content: center; width: 100%; }\",\".framer-goqrU.framer-v-hq01ra .framer-gk2qed { gap: 10px; height: min-content; justify-content: center; padding: 25px 0px 25px 0px; width: 100%; }\",\".framer-goqrU.framer-v-hq01ra .framer-xjscyd, .framer-goqrU.framer-v-hq01ra .framer-y7nq3a { align-content: center; align-items: center; flex: 1 0 0px; height: min-content; width: 1px; }\",\".framer-goqrU.framer-v-hq01ra .framer-x94rql { align-content: center; align-items: center; align-self: stretch; flex: 1 0 0px; height: auto; width: 1px; }\",\".framer-goqrU.framer-v-hq01ra .framer-fxk6wq { gap: 0px; height: min-content; justify-content: center; width: 100%; }\",\".framer-goqrU.framer-v-hq01ra .framer-2ihf6a { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 1px; }\",\".framer-goqrU.framer-v-hq01ra .framer-1extezt, .framer-goqrU.framer-v-hq01ra .framer-yl4t7u, .framer-goqrU.framer-v-hq01ra .framer-1xdplf9 { left: unset; position: relative; top: unset; }\",\".framer-goqrU.framer-v-hq01ra .framer-wqe9dm { bottom: unset; left: unset; position: relative; }\",\".framer-goqrU.framer-v-hq01ra .framer-683a43 { bottom: unset; left: unset; position: relative; white-space: pre-wrap; width: 86%; word-break: break-word; word-wrap: break-word; }\",\".framer-goqrU.framer-v-hq01ra .framer-1wsa2o5 { bottom: unset; flex-direction: column; gap: 15px; height: 270px; justify-content: center; left: unset; position: relative; }\",\".framer-goqrU.framer-v-hq01ra .framer-zk06rv { order: 0; }\",\".framer-goqrU.framer-v-hq01ra .framer-16aqtfk { order: 1; width: 100%; }\",\".framer-goqrU.framer-v-hq01ra .framer-1j6ax7d { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-goqrU.framer-v-hq01ra.framer-4l325s, .framer-goqrU.framer-v-hq01ra .framer-1fngpwz, .framer-goqrU.framer-v-hq01ra .framer-1o86qkd, .framer-goqrU.framer-v-hq01ra .framer-xf4eve, .framer-goqrU.framer-v-hq01ra .framer-gk2qed, .framer-goqrU.framer-v-hq01ra .framer-fxk6wq, .framer-goqrU.framer-v-hq01ra .framer-2ihf6a, .framer-goqrU.framer-v-hq01ra .framer-1wsa2o5 { gap: 0px; } .framer-goqrU.framer-v-hq01ra.framer-4l325s > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-goqrU.framer-v-hq01ra.framer-4l325s > :first-child, .framer-goqrU.framer-v-hq01ra .framer-1fngpwz > :first-child, .framer-goqrU.framer-v-hq01ra .framer-1o86qkd > :first-child, .framer-goqrU.framer-v-hq01ra .framer-xf4eve > :first-child, .framer-goqrU.framer-v-hq01ra .framer-2ihf6a > :first-child, .framer-goqrU.framer-v-hq01ra .framer-1wsa2o5 > :first-child { margin-top: 0px; } .framer-goqrU.framer-v-hq01ra.framer-4l325s > :last-child, .framer-goqrU.framer-v-hq01ra .framer-1fngpwz > :last-child, .framer-goqrU.framer-v-hq01ra .framer-1o86qkd > :last-child, .framer-goqrU.framer-v-hq01ra .framer-xf4eve > :last-child, .framer-goqrU.framer-v-hq01ra .framer-2ihf6a > :last-child, .framer-goqrU.framer-v-hq01ra .framer-1wsa2o5 > :last-child { margin-bottom: 0px; } .framer-goqrU.framer-v-hq01ra .framer-1fngpwz > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-goqrU.framer-v-hq01ra .framer-1o86qkd > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-goqrU.framer-v-hq01ra .framer-xf4eve > * { margin: 0px; margin-bottom: calc(33px / 2); margin-top: calc(33px / 2); } .framer-goqrU.framer-v-hq01ra .framer-gk2qed > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-goqrU.framer-v-hq01ra .framer-gk2qed > :first-child, .framer-goqrU.framer-v-hq01ra .framer-fxk6wq > :first-child { margin-left: 0px; } .framer-goqrU.framer-v-hq01ra .framer-gk2qed > :last-child, .framer-goqrU.framer-v-hq01ra .framer-fxk6wq > :last-child { margin-right: 0px; } .framer-goqrU.framer-v-hq01ra .framer-fxk6wq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-goqrU.framer-v-hq01ra .framer-2ihf6a > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-goqrU.framer-v-hq01ra .framer-1wsa2o5 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 775\n * @framerIntrinsicWidth 1349\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"OPgPuuscF\":{\"layout\":[\"fixed\",\"fixed\"]},\"C9winXHFm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerotVlTvYaq=withCSS(Component,css,\"framer-goqrU\");export default FramerotVlTvYaq;FramerotVlTvYaq.displayName=\"footer\";FramerotVlTvYaq.defaultProps={height:775,width:1349};addPropertyControls(FramerotVlTvYaq,{variant:{options:[\"LabI_bS42\",\"OPgPuuscF\",\"C9winXHFm\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerotVlTvYaq,[{explicitInter:true,fonts:[{family:\"Space Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksmNsFjTDJK.woff2\",weight:\"600\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_Ew1D3s6ZKAi.woff2\",weight:\"400\"},{family:\"Space Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksmNsFjTDJK.woff2\",weight:\"700\"}]},...ProfileFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerotVlTvYaq\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"775\",\"framerIntrinsicWidth\":\"1349\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OPgPuuscF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"C9winXHFm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./otVlTvYaq.map"],
  "mappings": "kUAAoI,SAASA,GAA0BC,EAAQ,CAAC,OAAIA,EAA0BA,EAAQ,UAAU,UAAUA,EAAQ,UAAU,IAAY,GAAaD,GAA0BC,EAAQ,aAAa,EAAhI,EAAkI,CAAQ,SAASC,GAAiBC,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAG,OAAO,SAAW,IAAa,OAAO,KAC3a,IAAMC,EAAM,SAAS,cAAc,OAAO,EAAEA,EAAM,YAAY,SAAS,eAAe,gCAAgC,CAAC,EAAE,SAAS,KAAK,YAAYA,CAAK,EAAE,IAAMC,EAAUC,EAAO,IAAI,EAAO,CAACC,EAAWC,CAAa,EAAEC,GAAS,EAAK,EAAQC,EAAO,CAAC,KAAK,SAAS,UAAU,IAAI,QAAQ,EAAE,EAAQC,EAAe,aAAa,QAAQ,gBAAgB,EAAQC,EAAsBN,EAAOK,EAAe,KAAK,MAAMA,CAAc,EAAE,CAAC,EAAEE,EAAO,WAAW,EAAE,EAAEA,EAAO,YAAY,CAAC,CAAC,EAAQC,EAAUC,GAAUH,EAAsB,QAAQ,EAAEF,CAAM,EAAQM,EAAUD,GAAUH,EAAsB,QAAQ,EAAEF,CAAM,EAAE,OAAAO,GAAU,IAAI,CAAC,IAAMC,EAAgBC,GAAG,CAAC,GAAG,CAACd,EAAU,QAAQ,OACzpB,IAAMe,EAAUD,EAAE,kBAAkB,cAAcA,EAAE,OAAO,UAAU,UAAUA,EAAE,OAAO,UAAU,KAAKpB,GAA0BoB,EAAE,OAAO,aAAa,GAAGX,EAAcY,CAAS,EACjLN,EAAU,IAAIK,EAAE,OAAO,EAAEH,EAAU,IAAIG,EAAE,OAAO,EAAE,aAAa,QAAQ,iBAAiB,KAAK,UAAU,CAAC,EAAEA,EAAE,QAAQ,EAAEA,EAAE,OAAO,CAAC,CAAC,CAAE,EACnI,OAAAP,EAAsB,QAAQ,EAAEC,EAAO,WAAW,EAAED,EAAsB,QAAQ,EAAEC,EAAO,YAAY,EAAEA,EAAO,iBAAiB,YAAYK,CAAe,EAAQ,IAAI,CAACL,EAAO,oBAAoB,YAAYK,CAAe,CAAE,CAAE,EAAE,CAAC,CAAC,EAAsBG,EAAKC,EAAO,IAAI,CAAC,IAAIjB,EAAU,MAAM,CAAC,SAAS,QAAQ,KAAKS,EAAU,IAAIE,EAAU,cAAc,OAAO,UAAU,wBAAwB,WAAW,yCAAyC,OAAO,KAAK,QAAQT,EAAW,GAAG,EAAE,MAAMA,EAAW,IAAI,CAAC,EAAE,SAAsBc,EAAKnB,EAAU,CAAC,GAAGC,CAAK,CAAC,CAAC,CAAC,CAAE,CAAE,CCJlc,SAASoB,GAAaC,EAAE,CAAC,OAAOC,GAAG,CAAC,GAAG,CAACC,EAAEC,CAAC,EAAEC,GAAE,CAAC,EAAE,CAACC,EAAEC,CAAC,EAAEF,GAAE,EAAE,EAAEG,EAAEC,EAAE,CAAC,EAAE,OAAOC,GAAE,IAAI,CAAC,IAAIC,EAAE,IAAI,CAAC,IAAIA,EAAE,SAAS,eAAe,OAAO,EAAEC,EAAE,SAAS,eAAe,KAAK,EAAE,GAAGD,GAAGC,EAAE,CAAC,IAAIC,EAAED,EAAE,UAAUD,EAAE,UAAUG,EAAEC,EAAO,aAAa,SAAS,gBAAgB,UAAUd,EAAEa,EAAEH,EAAE,UAAUP,EAAEH,EAAEY,EAAE,GAAG,EAAG,EAAED,EAAE,IAAI,CAAC,IAAIA,EAAEG,EAAO,aAAa,SAAS,gBAAgB,UAAUH,IAAIJ,EAAE,UAAUA,EAAE,QAAQI,EAAED,EAAE,EAAEJ,EAAE,EAAE,EAAG,EAAEM,EAAE,IAAI,CAACN,EAAE,EAAE,CAAE,EAAE,OAAOI,EAAE,EAAEI,EAAO,iBAAiB,SAASH,CAAC,EAAEG,EAAO,iBAAiB,YAAYF,CAAC,EAAE,IAAI,CAACE,EAAO,oBAAoB,SAASH,CAAC,EAAEG,EAAO,oBAAoB,YAAYF,CAAC,CAAE,CAAE,EAAE,CAAC,CAAC,EAAeG,EAAEf,EAAE,CAAC,GAAGC,EAAE,MAAM,CAAC,MAAM,GAAGC,KAAK,WAAWG,EAAE,OAAO,wBAAwB,CAAC,CAAC,CAAE,CAAE,CCCzf,IAAMW,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,IAAUC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,aAAa,YAAY,aAAa,YAAY,aAAa,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMzB,IAAWA,EAAS,KAAK,GAAG,EAAEyB,EAAM,iBAAuBI,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAnC,EAAQ,GAAGoC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,EAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,gBAAAD,GAAgB,QAAAQ,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBjB,GAAuBH,EAAMzB,CAAQ,EAAQ8C,EAAWC,EAAO,IAAI,EAAQC,EAAY,IAAQ,EAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAAST,CAAW,EAAmCU,EAAa,IAAQR,IAAiB,mBAAiCF,IAAc,YAA6CW,EAAa,IAAQT,IAAiB,mBAAiCF,IAAc,YAA6CY,EAAa,IAAQV,IAAiB,mBAAiCF,IAAc,YAA6Ca,EAAa,IAAQX,IAAiB,mBAAiCF,IAAc,YAA6Cc,EAAa,IAAQZ,IAAiB,mBAAiCF,IAAc,YAA6Ce,EAAa,IAAQ,GAAC,kBAAkB,kBAAkB,kBAAkB,kBAAkB,iBAAiB,EAAE,SAASb,CAAc,GAAkB,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAASF,CAAW,GAAmCgB,EAAa,IAAQhB,IAAc,YAA6CiB,EAAa,IAAQjB,IAAc,YAA6CkB,EAAa,IAAQlB,IAAc,YAA6CmB,EAAc,IAAQnB,IAAc,YAA6CoB,GAAc,IAAQpB,IAAc,YAA6CqB,GAAc,IAAQrB,IAAc,YAA6CsB,GAAsBC,EAAM,EAAQC,GAAsB,CAAC,EAAQC,GAAkBC,EAAqB,EAAE,OAAoBjD,EAAKkD,EAAY,CAAC,GAAG7B,GAA4CwB,GAAgB,SAAsB7C,EAAKC,GAAS,CAAC,QAAQjB,EAAS,QAAQ,GAAM,SAAsBgB,EAAKT,GAAW,CAAC,MAAMJ,GAAY,SAAsBa,EAAKmD,EAAK,CAAC,GAAGrE,GAAqB,CAAC,kBAAkB,CAAC,KAAK,6BAA6B,EAAE,kBAAkB,CAAC,KAAK,oCAAoC,EAAE,kBAAkB,CAAC,KAAK,0CAA0C,EAAE,kBAAkB,CAAC,KAAK,qDAAqD,EAAE,kBAAkB,CAAC,KAAK,wFAAwF,EAAE,UAAU,CAAC,KAAK,oCAAoC,EAAE,UAAU,CAAC,KAAK,wFAAwF,EAAE,UAAU,CAAC,KAAK,6BAA6B,EAAE,UAAU,CAAC,KAAK,qDAAqD,EAAE,UAAU,CAAC,KAAK,6CAA6C,EAAE,UAAU,CAAC,KAAK,0CAA0C,CAAC,EAAEyC,EAAYE,CAAc,EAAE,SAAsB,EAAMvB,EAAO,EAAE,CAAC,GAAGoB,EAAU,UAAU,GAAG8B,EAAGxE,GAAkB,GAAGmE,GAAsB,gBAAgB3B,EAAUI,CAAU,mBAAmB,mBAAmB,YAAY,iBAAiBK,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIX,GAA6Be,EAAK,MAAM,CAAC,GAAGX,CAAK,EAAE,GAAGrC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,CAAC,EAAEyC,EAAYE,CAAc,EAAE,SAAS,CAACO,EAAY,GAAgBhC,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,QAAQ,CAAC,EAAE,kBAAkBzC,GAAmB,SAAS,CAAC,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGN,GAAqB,CAAC,kBAAkB,CAAC,kBAAkB,MAAS,EAAE,kBAAkB,CAAC,kBAAkB,MAAS,EAAE,kBAAkB,CAAC,kBAAkB,MAAS,EAAE,kBAAkB,CAAC,kBAAkB,MAAS,EAAE,kBAAkB,CAAC,kBAAkB,MAAS,EAAE,kBAAkB,CAAC,kBAAkB,MAAS,EAAE,UAAU,CAAC,SAAsBkB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,EAAEO,EAAY,GAAgB,EAAM9B,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,2BAA2B,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAACI,EAAa,GAAgBjC,EAAKsD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,8VAA8V,mBAAmB,EAAI,CAAC,EAAEK,EAAa,GAAgBlC,EAAKsD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,kUAAkU,mBAAmB,EAAI,CAAC,EAAEM,EAAa,GAAgBnC,EAAKsD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,qZAAqZ,mBAAmB,EAAI,CAAC,EAAEO,EAAa,GAAgBpC,EAAKsD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,+aAA+a,mBAAmB,EAAI,CAAC,EAAEQ,EAAa,GAAgBrC,EAAKsD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,waAAwa,mBAAmB,EAAI,CAAC,EAAES,EAAa,GAAgBtC,EAAKsD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,oRAAoR,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAEU,EAAa,GAAgBvC,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEU,EAAa,GAAgBvC,EAAKE,EAAO,IAAI,CAAC,UAAU,eAAe,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,2BAA2B,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsB7B,EAAKsD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,oRAAoR,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEW,EAAa,GAAgBxC,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEW,EAAa,GAAgBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,2BAA2B,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsB7B,EAAKsD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,waAAwa,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEY,EAAa,GAAgBzC,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEY,EAAa,GAAgBzC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,2BAA2B,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsB7B,EAAKsD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,+aAA+a,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEa,EAAc,GAAgB1C,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEa,EAAc,GAAgB1C,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,2BAA2B,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsB7B,EAAKsD,EAAI,CAAC,UAAU,cAAc,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,qZAAqZ,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEc,GAAc,GAAgB3C,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEc,GAAc,GAAgB3C,EAAKE,EAAO,IAAI,CAAC,UAAU,eAAe,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,2BAA2B,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsB7B,EAAKsD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,kUAAkU,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEe,GAAc,GAAgB5C,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEe,GAAc,GAAgB5C,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,2BAA2B,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsB7B,EAAKsD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAG,iBAAiBzB,EAAiB,SAAS,YAAY,IAAI,8VAA8V,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ0B,GAAI,CAAC,kFAAkF,kFAAkF,oHAAoH,2MAA2M,kZAAkZ,qPAAqP,4WAA4W,oWAAoW,iZAAiZ,mZAAmZ,kZAAkZ,mZAAmZ,iZAAiZ,mZAAmZ,6wCAA6wC,iTAAiT,sPAAsP,seAAse,u6BAAu6B,+aAA+a,2aAA2a,+aAA+a,2aAA2a,+aAA+a,+aAA+a,iOAAiO,gZAAgZ,mcAAmc,yeAAye,ucAAuc,mcAAmc,mcAAmc,ucAAuc,kcAAkc,EAQ74oCC,GAAgBC,EAAQ5C,GAAU0C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,UAAUA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,aAAa,aAAa,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,iBAAiB,OAAO,SAAS,MAAM,SAAS,IAAI,8FAA8F,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRphB,IAAMM,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,IAAI,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,SAAS,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,IAAAC,EAAI,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAuCC,EAAM,MAAM,CAAC,GAAGH,EAAM,UAAUH,GAA6BG,EAAM,UAAU,WAAWC,EAAKH,GAAmCE,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,gBAAgB,SAASE,GAAOD,EAAuCT,GAAwBO,EAAM,OAAO,KAAK,MAAME,IAAyC,OAAOA,EAAuCF,EAAM,WAAW,MAAMG,IAAQ,OAAOA,EAAM,WAAW,CAAE,EAAQC,GAAuB,CAACJ,EAAM1B,IAAWA,EAAS,KAAK,GAAG,EAAE0B,EAAM,iBAAuBK,GAA6BC,EAAW,SAASN,EAAMO,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAArC,EAAQ,UAAAsC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEtB,GAASM,CAAK,EAAO,CAAC,YAAAiB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAA/C,CAAQ,EAAEgD,EAAgB,CAAC,WAAArD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQoD,EAAiBnB,GAAuBJ,EAAM1B,CAAQ,EAAO,CAAC,sBAAAkD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBT,CAAW,EAAQU,EAAYH,EAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKL,GAAqB,MAAMA,EAAU,GAAGa,CAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,EAAmBL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQS,EAAmBN,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,EAAqB,EAAE,OAAoBjD,EAAKkD,EAAY,CAAC,GAAGzB,GAA4CoB,EAAgB,SAAsB7C,EAAKE,GAAS,CAAC,QAAQhB,EAAS,QAAQ,GAAM,SAAsBc,EAAKT,GAAW,CAAC,MAAMF,GAAY,GAAGL,GAAqB,CAAC,UAAU,CAAC,MAAMM,EAAW,CAAC,EAAEuC,EAAYE,CAAc,EAAE,SAAsB,EAAM5B,EAAO,IAAI,CAAC,GAAGyB,EAAU,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEoB,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,6bAA6b,EAAE,UAAUG,EAAGrE,GAAkB,GAAGiE,EAAsB,gBAAgBvB,EAAUM,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBK,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,aAAaS,EAAmB,MAAMF,EAAY,YAAY,IAAIP,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIb,GAA6BwB,EAAK,MAAM,CAAC,GAAGpB,CAAK,EAAE,GAAGvC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,aAAa,OAAU,aAAa0D,CAAkB,CAAC,EAAEb,EAAYE,CAAc,EAAE,SAAS,CAAc,EAAM5B,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAMhC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAS,CAAcnC,EAAKG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,KAAK,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAsBnC,EAAKoD,EAAI,CAAC,UAAU,iBAAiB,OAAO,WAAW,iBAAiBjB,EAAiB,SAAS,kBAAkB,QAAQ,EAAE,IAAI,8iBAA8iB,aAAa,UAAU,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAenC,EAAKG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,KAAK,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAsBnC,EAAKoD,EAAI,CAAC,UAAU,iBAAiB,OAAO,WAAW,iBAAiBjB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,+UAA+U,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe,EAAMhC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,KAAK,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBnC,EAAKoD,EAAI,CAAC,UAAU,iBAAiB,OAAO,WAAW,iBAAiBjB,EAAiB,SAAS,YAAY,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,EAAE,IAAI,+UAA+U,aAAa,UAAU,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,mBAAmB,GAAK,GAAGnD,GAAqB,CAAC,UAAU,CAAC,QAAQ,EAAE,aAAa,UAAU,CAAC,EAAE6C,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,KAAK,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAsBnC,EAAKT,GAAW,CAAC,MAAMU,GAAY,SAAsBD,EAAKoD,EAAI,CAAC,UAAU,gBAAgB,OAAO,WAAW,iBAAiBjB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,0iBAA0iB,aAAa,WAAW,mBAAmB,GAAK,GAAGnD,GAAqB,CAAC,UAAU,CAAC,IAAI,0iBAA0iB,aAAa,UAAU,CAAC,EAAE6C,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWI,EAAS,CAAC,SAAsBJ,EAAKG,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,sBAAsB,6CAA6C,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,iBAAiB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKT,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,oBAAoB,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG1C,GAAqB,CAAC,UAAU,CAAC,SAAsBgB,EAAWI,EAAS,CAAC,SAAsBJ,EAAKG,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,sBAAsB,6CAA6C,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuB,GAAI,CAAC,kFAAkF,kFAAkF,yQAAyQ,iHAAiH,uIAAuI,sIAAsI,mLAAmL,qIAAqI,sJAAsJ,wIAAwI,uIAAuI,uJAAuJ,wIAAwI,mLAAmL,gHAAgH,yWAAyW,gEAAgE,+EAA+E,6EAA6E,EAS1iaC,GAAgBC,EAAQvC,GAAUqC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,UAAUA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,gBAAgB,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECV9xBM,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,yVAAyV,EAAeC,GAAU,eCCqH,IAAMC,GAAYC,GAASC,EAAM,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,EAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,aAAa,YAAY,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMxB,IAAWA,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAuBI,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAlC,EAAQ,GAAGmC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAA1C,CAAQ,EAAE2C,EAAgB,CAAC,WAAAhD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ+C,EAAiBjB,GAAuBH,EAAMxB,CAAQ,EAAO,CAAC,sBAAA6C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBT,CAAW,EAAQU,EAAYH,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAgBL,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,EAAgBN,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,EAAYP,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQW,EAAWC,EAAO,IAAI,EAAQC,EAAY,IAAQjB,IAAc,YAA6CkB,EAAa,IAAQlB,IAAc,YAA6CmB,EAAa,IAAQnB,IAAc,YAA6CoB,EAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASpB,CAAW,EAAmCqB,EAAsBC,EAAM,EAAQC,GAAsB,CAAa1B,EAAS,EAAQ2B,GAAkBC,EAAqB,EAAE,OAAoBhD,EAAKiD,EAAY,CAAC,GAAG5B,GAA4CuB,EAAgB,SAAsB5C,EAAKC,GAAS,CAAC,QAAQhB,EAAS,QAAQ,GAAM,SAAsBe,EAAKT,GAAW,CAAC,MAAMH,GAAY,SAAsB,EAAMc,EAAO,IAAI,CAAC,GAAGoB,EAAU,UAAU4B,EAAGrE,GAAkB,GAAGiE,GAAsB,gBAAgB1B,EAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBK,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIX,GAA6BuB,EAAK,MAAM,CAAC,eAAe,aAAa,gBAAgB,mBAAmB,qBAAqB,aAAa,GAAGnB,CAAK,EAAE,GAAGpC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,YAAY,CAAC,EAAEwC,EAAYE,CAAc,EAAE,SAAS,CAACe,EAAY,GAAgBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,iBAAiB,GAAK,iBAAiB2B,EAAiB,SAAS,YAAY,MAAMI,EAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,kBAAkB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,EAAE,EAAE,SAAsB,EAAM/B,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAS,CAAc7B,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,GAAG,CAAC,CAAC,EAAe7B,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe,EAAM3B,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKmD,GAA0B,CAAC,SAAsBnD,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB2B,EAAiB,SAAS,sBAAsB,SAAsB7B,EAAKrB,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,gBAAgB,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,UAAUoD,CAAe,EAAE,UAAU,CAAC,UAAUC,CAAe,CAAC,EAAEb,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEe,EAAY,GAAgB,EAAMtC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKoD,EAAK,CAAC,KAAK,sDAAsD,aAAa,GAAK,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,2yBAA2yB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,uCAAuC,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,urBAAurB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,2CAA2C,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,6yBAA6yB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,yBAAyB,aAAa,GAAK,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,qBAAqB,gBAAgB,IAAI,eAAe,IAAI,iBAAiBxB,EAAiB,SAAS,YAAY,IAAI,s3EAAs3E,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,8CAA8C,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,MAAM,CAAC,gBAAgB,wBAAwB,EAAE,IAAI,wgBAAwgB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,qCAAqC,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,irBAAirB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEY,EAAa,GAAgB,EAAMvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKoD,EAAK,CAAC,KAAK,sDAAsD,aAAa,GAAK,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,2yBAA2yB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,uCAAuC,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,urBAAurB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,2CAA2C,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,6yBAA6yB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,yBAAyB,aAAa,GAAK,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,qBAAqB,gBAAgB,IAAI,eAAe,IAAI,iBAAiBxB,EAAiB,SAAS,YAAY,IAAI,s3EAAs3E,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,8CAA8C,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,MAAM,CAAC,gBAAgB,wBAAwB,EAAE,IAAI,wgBAAwgB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,qCAAqC,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,irBAAirB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEa,EAAa,GAAgB,EAAMxC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAG9C,EAAqB,CAAC,UAAU,CAAC,SAAsBiB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,EAAezB,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAG9C,EAAqB,CAAC,UAAU,CAAC,SAAsBiB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,EAAezB,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAG9C,EAAqB,CAAC,UAAU,CAAC,SAAsBiB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,EAAezB,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAG9C,EAAqB,CAAC,UAAU,CAAC,SAAsBiB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,EAAezB,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAG9C,EAAqB,CAAC,UAAU,CAAC,SAAsBiB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,EAAezB,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAG9C,EAAqB,CAAC,UAAU,CAAC,SAAsBiB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKoD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezB,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,2BAA2B,CAAC,CAAC,EAAEY,EAAa,GAAgBzC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,iBAAiB,GAAK,iBAAiB2B,EAAiB,SAAS,YAAY,MAAMQ,EAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,kBAAkB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,2BAA2B,uBAAuB,GAAG,wBAAwB,EAAE,EAAE,SAAsB,EAAMnC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,eAAe,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,GAAG,CAAC,CAAC,EAAe7B,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,eAAe,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEc,EAAa,GAAgB,EAAMzC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAM3B,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKoD,EAAK,CAAC,KAAK,sDAAsD,aAAa,GAAK,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,2yBAA2yB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,uCAAuC,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,urBAAurB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,2CAA2C,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,6yBAA6yB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,yBAAyB,aAAa,GAAK,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,qBAAqB,gBAAgB,IAAI,eAAe,IAAI,iBAAiBxB,EAAiB,SAAS,YAAY,IAAI,s3EAAs3E,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,8CAA8C,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,MAAM,CAAC,gBAAgB,wBAAwB,EAAE,IAAI,wgBAAwgB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,qCAAqC,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,EAAU,SAAsBU,EAAKqD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBxB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,irBAAirB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKoD,EAAK,CAAC,KAAK,yBAAyB,SAAsBpD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,cAAc,GAAK,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsB7B,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,8CAA8C,0BAA0B,YAAY,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,SAAS,WAAWvC,EAAU,mBAAmB,GAAK,GAAGP,EAAqB,CAAC,UAAU,CAAC,SAAsBiB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,8CAA8C,0BAA0B,YAAY,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ8B,GAAI,CAAC,kFAAkF,kFAAkF,oQAAoQ,0KAA0K,qMAAqM,oMAAoM,mMAAmM,iRAAiR,0HAA0H,4SAA4S,qtBAAqtB,2JAA2J,4JAA4J,2JAA2J,4JAA4J,mWAAmW,yPAAyP,6QAA6Q,qPAAqP,oPAAoP,qPAAqP,oPAAoP,qPAAqP,oPAAoP,mJAAmJ,yKAAyK,yKAAyK,8QAA8Q,8QAA8Q,+RAA+R,uPAAuP,o1IAAo1I,uIAAuI,8DAA8D,uKAAuK,4EAA4E,4HAA4H,6DAA6D,kiBAAkiB,qPAAqP,gJAAgJ,6EAA6E,2LAA2L,6TAA6T,o8BAAo8B,8GAA8G,0EAA0E,+DAA+D,iUAAiU,+DAA+D,6IAA6I,87BAA87B,GAAeA,GAAI,+bAA+b,EAQhqjEC,GAAgBC,EAAQ5C,GAAU0C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,aAAaA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,aAAa,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,iBAAiB,OAAO,SAAS,MAAM,SAAS,IAAI,8FAA8F,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG/E,GAAY,GAAGqF,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRjZ,IAAMC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAyC,IAAMC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,CAAC,SAAS,EAAE,KAAK,OAAO,EAAE,UAAU,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAQC,GAAkB,CAACC,EAAEC,IAAI,yBAAyBA,IAAUC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAwB,CAAC,cAAc,YAAY,UAAU,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,UAAAC,EAAU,OAAAC,EAAO,GAAAC,EAAG,QAAAC,EAAQ,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAuCC,EAAM,MAAM,CAAC,GAAGJ,EAAM,WAAWC,EAAKN,GAA+CK,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,YAAY,WAAWC,EAAMJ,GAAyCE,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,cAAc,SAASE,GAAOD,EAAuCV,GAAwBO,EAAM,OAAO,KAAK,MAAMG,IAAyC,OAAOA,EAAuCH,EAAM,WAAW,MAAMI,IAAQ,OAAOA,EAAM,WAAW,CAAE,EAAQC,GAAuB,CAACL,EAAMxB,IAAWA,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAuBM,GAA6BC,EAAW,SAASP,EAAMQ,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAApC,EAAQ,UAAAqC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEvB,GAASM,CAAK,EAAO,CAAC,YAAAkB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,WAAAjC,EAAW,SAAAb,CAAQ,EAAE+C,EAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,YAAA7C,GAAY,QAAAD,EAAQ,kBAAAL,EAAiB,CAAC,EAAQoD,EAAiBpB,GAAuBL,EAAMxB,CAAQ,EAAO,CAAC,sBAAAkD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBV,CAAW,EAAQW,EAAgBH,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIL,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQS,EAAgBL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIL,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQU,EAAaN,EAAsB,SAASI,IAAO,CAACR,EAAW,WAAW,CAAE,CAAC,EAAEW,GAAmBf,EAAY,CAAC,QAAQW,EAAgB,UAAUE,EAAgB,UAAU,MAAS,CAAC,EAAE,IAAMG,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAE,OAAoB9C,EAAK+C,EAAY,CAAC,GAAGzB,GAA4CsB,EAAgB,SAAsB5C,EAAKgD,EAAO,IAAI,CAAC,QAAQ9D,EAAQ,QAAQF,EAAS,aAAa,IAAI6C,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,UAAUoB,EAAG,eAAe,GAAGH,EAAsBnB,CAAU,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAsB3B,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAsB,EAAMmD,EAAO,IAAI,CAAC,GAAGvB,EAAU,UAAUwB,EAAG,iBAAiB5B,CAAS,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBY,EAAiB,SAAS,YAAY,IAAIjB,GAA6B0B,EAAK,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGtB,CAAK,EAAE,GAAGtC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,aAAa,EAAE,UAAU,CAAC,mBAAmB,cAAc,iBAAiB,MAAS,CAAC,EAAE4C,EAAYE,CAAc,EAAE,SAAS,CAAc,EAAMoB,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiBf,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAcjC,EAAKgD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBf,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,QAAQ,EAAE,EAAE,SAAS,CAAC,UAAU,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,QAAQ,CAAC,EAAE,UAAU,CAAC,gBAAgB,mBAAmB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,CAAC,EAAE,GAAGnD,GAAqB,CAAC,UAAU,CAAC,kBAAAM,EAAiB,CAAC,EAAEsC,EAAYE,CAAc,CAAC,CAAC,EAAe5B,EAAKgD,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB,GAAK,iBAAiBf,EAAiB,SAAS,YAAY,MAAMO,EAAa,MAAM,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,yCAAyC,EAAE,SAAS,CAAC,UAAU,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,UAAU,CAAC,gBAAgB,mBAAmB,UAAU,yCAAyC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWmD,EAAS,CAAC,SAAsBnD,EAAKgD,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,uBAAuB,EAAE,iBAAiBf,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,YAAY,6BAA6B,KAAK,EAAE,KAAKV,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGzC,GAAqB,CAAC,UAAU,CAAC,SAAsBkB,EAAWmD,EAAS,CAAC,SAAsBnD,EAAKgD,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,KAAKxB,CAAS,CAAC,EAAEE,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQwB,GAAI,CAAC,sZAAsZ,kFAAkF,oDAAoD,uRAAuR,kHAAkH,kQAAkQ,gNAAgN,+JAA+J,mXAAmX,+JAA+J,EAO5wSC,GAAgBC,EAAQxC,GAAUsC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,eAAeA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,cAAc,aAAa,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,YAAY,gBAAgB,GAAM,MAAM,aAAa,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,cAAc,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,OAAO,iBAAiB,MAAM,SAAS,IAAI,6HAA6H,OAAO,KAAK,CAAC,CAAC,ECP1V,IAAMM,GAAkBC,GAASC,EAAY,EAAQC,GAAW,CAAC,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAkO,IAAMC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAW,CAAC,CAAC,MAAAD,EAAM,SAAAE,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWN,GAAmCG,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,UAAAC,EAAU,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,QAAAC,EAAQ,QAAAC,EAAQ,KAAAC,EAAK,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAMC,EAAMC,EAAM,MAAM,CAAC,GAAGL,EAAM,WAAWC,EAAKT,GAA+CQ,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,YAAY,WAAWC,EAAMN,GAAyCI,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,CAAC,IAAI,sEAAsE,OAAO,0EAA0E,EAAE,WAAWC,EAAMR,GAAmCK,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,gBAAgB,WAAWC,EAAMN,GAAgCE,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,iFAAiF,WAAWC,EAAMR,GAAyCG,EAAM,aAAa,MAAMK,IAAQ,OAAOA,EAAM,aAAa,CAAE,EAAQC,GAAuB,CAACN,EAAMO,IAAWA,EAAS,KAAK,GAAG,EAAEP,EAAM,iBAAuBQ,GAA6BC,EAAW,SAAST,EAAMU,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEjC,GAASS,CAAK,EAAO,CAAC,YAAAyB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAAtB,CAAQ,EAAEuB,EAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,QAAAd,EAAQ,kBAAAe,EAAiB,CAAC,EAAQC,EAAiB3B,GAAuBN,EAAMO,CAAQ,EAAQ2B,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,EAAqB,EAAE,OAAoBrD,EAAKsD,EAAY,CAAC,GAAGzB,GAA4CoB,EAAgB,SAAsBjD,EAAKC,GAAS,CAAC,QAAQmB,EAAS,QAAQ,GAAM,SAAsBpB,EAAKR,GAAW,CAAC,MAAMH,GAAY,SAAsB,EAAMa,EAAO,IAAI,CAAC,GAAGmC,EAAU,UAAUkB,EAAGC,GAAkB,GAAGL,EAAsB,gBAAgBvB,EAAUW,CAAU,EAAE,mBAAmB,YAAY,iBAAiBO,EAAiB,SAAS,YAAY,WAAW,IAAIL,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIlB,GAA6BwB,EAAK,MAAM,CAAC,GAAGpB,CAAK,EAAE,SAAS,CAAc3B,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,iBAAiB4C,EAAiB,SAAS,YAAY,SAAsB,EAAM5C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB4C,EAAiB,SAAS,YAAY,SAAS,CAAc9C,EAAKyD,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,GAAGnE,GAAkByC,CAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,CAAC,CAAC,EAAe,EAAM5C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,iBAAiB4C,EAAiB,SAAS,YAAY,SAAS,CAAc9C,EAAK0D,EAAS,CAAC,sBAAsB,GAAK,SAAsB1D,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,iBAAiB,EAAE,iBAAiB4C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKd,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAehC,EAAK0D,EAAS,CAAC,sBAAsB,GAAK,SAAsB1D,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,gFAAgF,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,mBAAmB,EAAE,iBAAiB4C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKb,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiB4C,EAAiB,SAAS,YAAY,SAAsB9C,EAAK2D,GAA0B,CAAC,SAAsB3D,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB4C,EAAiB,SAAS,sBAAsB,SAAsB9C,EAAK4D,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAUzB,EAAU,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUC,EAAU,QAAQF,EAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ2B,GAAI,CAAC,kFAAkF,gFAAgF,8RAA8R,qSAAqS,oRAAoR,uOAAuO,8RAA8R,gJAAgJ,+SAA+S,0GAA0G,ouCAAouC,EASnnUC,GAAgBC,EAAQ1C,GAAUwC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,UAAUA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,UAAU,CAAC,wBAAwB,mHAAmH,MAAM,UAAU,KAAKI,EAAY,eAAe,EAAE,UAAU,CAAC,aAAa,gBAAgB,gBAAgB,GAAM,MAAM,OAAO,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,iFAAiF,gBAAgB,GAAM,MAAM,OAAO,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,YAAY,gBAAgB,GAAM,MAAM,aAAa,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,cAAc,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAiB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT13B,IAAMC,GAAaC,GAASC,EAAO,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,IAAUC,GAAmB,CAACF,EAAEC,IAAI,oBAAoBA,IAAUE,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAM/B,IAAWA,EAAS,KAAK,GAAG,EAAE+B,EAAM,iBAAuBI,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAzC,EAAQ,GAAG0C,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAAjD,CAAQ,EAAEkD,EAAgB,CAAC,WAAAvD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQsD,EAAiBjB,GAAuBH,EAAM/B,CAAQ,EAAQoD,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAad,EAAS,EAAQe,EAAkBC,EAAqB,EAAE,OAAoBpC,EAAKqC,EAAY,CAAC,GAAGhB,GAA4CW,EAAgB,SAAsBhC,EAAKC,GAAS,CAAC,QAAQvB,EAAS,QAAQ,GAAM,SAAsBsB,EAAKT,GAAW,CAAC,MAAMV,GAAY,SAAsB,EAAMqB,EAAO,IAAI,CAAC,GAAGoB,EAAU,UAAUgB,EAAGhE,GAAkB,GAAG4D,EAAsB,gBAAgBd,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiBK,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIX,GAA6Be,EAAK,MAAM,CAAC,GAAGX,CAAK,EAAE,GAAG3C,GAAqB,CAAC,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,CAAC,EAAE+C,EAAYE,CAAc,EAAE,SAAS,CAAc,EAAMvB,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,cAAc,EAAE,SAAS,CAAc,EAAM3B,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,OAAO,uBAAuB,OAAO,sBAAsB,4CAA4C,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,kBAAkB,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGrD,GAAqB,CAAC,UAAU,CAAC,SAAsBwB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,OAAO,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,4CAA4C,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,OAAO,uBAAuB,OAAO,sBAAsB,4CAA4C,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,EAAezB,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,oDAAoD,EAAE,SAAS,wGAAwG,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,2BAA2B,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,2BAA2B,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGrD,GAAqB,CAAC,UAAU,CAAC,SAAsBwB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oDAAoD,EAAE,SAAS,wGAAwG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezB,EAAKwC,GAA0B,CAAC,MAAM,QAAqEL,GAAkB,OAAQ,oBAAoB,GAAG3D,GAAqB,CAAC,UAAU,CAAC,MAAM,QAAqE2D,GAAkB,OAAQ,iBAAiB,EAAE,UAAU,CAAC,MAAM,QAAqEA,GAAkB,OAAQ,mBAAmB,CAAC,EAAEZ,EAAYE,CAAc,EAAE,SAAsBzB,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB2B,EAAiB,SAAS,sBAAsB,SAAsB7B,EAAK5B,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,UAAUU,GAAY,CAAC,IAAI,uEAAuE,OAAO,2EAA2E,EAAE,EAAE,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,aAAa,UAAU,cAAc,GAAGN,GAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE+C,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezB,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,cAAc,EAAE,SAAsB,EAAM3B,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAM3B,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAM3B,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,oDAAoD,0BAA0B,WAAW,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,0BAA0B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,EAAE,SAAsBF,EAAKyC,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,EAAE,SAAsBF,EAAKyC,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,EAAE,SAAsBF,EAAKyC,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe,EAAM3B,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,oDAAoD,0BAA0B,WAAW,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,0BAA0B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,EAAE,SAAsBF,EAAKyC,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe,EAAM3B,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAM3B,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,oDAAoD,0BAA0B,WAAW,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,0BAA0B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,EAAE,SAAsBF,EAAKyC,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,EAAE,SAAsBF,EAAKyC,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe,EAAM3B,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,oDAAoD,0BAA0B,WAAW,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,0BAA0B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,oDAAoD,0BAA0B,WAAW,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,0BAA0B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,EAAE,SAAsBF,EAAKyC,EAAK,CAAC,KAAK,0CAA0C,aAAa,GAAK,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,kBAAkB5C,GAAmB,kBAAkB,MAAM,mBAAmB,GAAK,GAAGT,GAAqB,CAAC,UAAU,CAAC,kBAAkB,MAAS,CAAC,EAAE+C,EAAYE,CAAc,CAAC,CAAC,EAAezB,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,oDAAoD,0BAA0B,WAAW,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,0BAA0B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,EAAE,SAAsBF,EAAKyC,EAAK,CAAC,KAAK,yFAAyF,aAAa,GAAK,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,kBAAkBzC,GAAmB,kBAAkB,MAAM,mBAAmB,GAAK,GAAGZ,GAAqB,CAAC,UAAU,CAAC,SAAsBwB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,EAAE,SAAsBF,EAAKyC,EAAK,CAAC,KAAK,yFAAyF,aAAa,GAAK,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,kBAAkB,MAAS,CAAC,EAAEqB,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe,EAAMvB,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,cAAc,EAAE,SAAS,CAAc7B,EAAK0C,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,6bAA6b,EAAE,UAAU,gBAAgB,iBAAiBb,EAAiB,SAAS,YAAY,GAAGrD,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,sEAAsE,OAAO,6bAA6b,CAAC,CAAC,EAAE+C,EAAYE,CAAc,CAAC,CAAC,EAAezB,EAAKuC,EAAS,CAAC,sBAAsB,GAAK,SAAsBvC,EAAWG,EAAS,CAAC,SAAsB,EAAMD,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,6DAA6D,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oDAAoD,EAAE,SAAS,CAAC,8BAAsCF,EAAKyC,EAAK,CAAC,KAAK,4BAA4B,aAAa,GAAM,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC,EAAE,sCAAsC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,2BAA2B,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,2BAA2B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe,EAAM3B,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKyC,EAAK,CAAC,KAAK,sDAAsD,aAAa,GAAK,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,GAAU,SAAsBU,EAAK2C,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBd,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,2yBAA2yB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKyC,EAAK,CAAC,KAAK,uCAAuC,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,GAAU,SAAsBU,EAAK2C,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBd,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,urBAAurB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKyC,EAAK,CAAC,KAAK,2CAA2C,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,GAAU,SAAsBU,EAAK2C,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBd,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,6yBAA6yB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKyC,EAAK,CAAC,KAAK,yBAAyB,aAAa,GAAK,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,GAAU,SAAsBU,EAAK2C,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,qBAAqB,gBAAgB,IAAI,eAAe,IAAI,iBAAiBd,EAAiB,SAAS,YAAY,IAAI,s3EAAs3E,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKyC,EAAK,CAAC,KAAK,8CAA8C,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,GAAU,SAAsBU,EAAK2C,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBd,EAAiB,SAAS,YAAY,QAAQ,EAAE,MAAM,CAAC,gBAAgB,wBAAwB,EAAE,IAAI,wgBAAwgB,aAAa,UAAU,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKyC,EAAK,CAAC,KAAK,qCAAqC,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2B,EAAiB,SAAS,YAAY,WAAWvC,GAAU,SAAsBU,EAAK2C,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,OAAO,WAAW,iBAAiBd,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,irBAAirB,aAAa,UAAU,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQe,GAAI,CAAC,kFAAkF,kFAAkF,sGAAsG,wTAAwT,iRAAiR,wQAAwQ,wGAAwG,oUAAoU,gQAAgQ,8RAA8R,kRAAkR,yaAAya,oTAAoT,kHAAkH,2MAA2M,0MAA0M,0MAA0M,6MAA6M,4MAA4M,2TAA2T,0KAA0K,0OAA0O,6QAA6Q,iaAAia,8FAA8F,+FAA+F,8FAA8F,+FAA+F,wSAAwS,6HAA6H,utEAAutE,iEAAiE,yIAAyI,sFAAsF,6PAA6P,wFAAwF,gLAAgL,kEAAkE,kEAAkE,iEAAiE,qHAAqH,6pCAA6pC,4OAA4O,kLAAkL,4JAA4J,uFAAuF,wHAAwH,iJAAiJ,qJAAqJ,6LAA6L,6JAA6J,wHAAwH,2PAA2P,8LAA8L,mGAAmG,qLAAqL,+KAA+K,6DAA6D,2EAA2E,8DAA8D,09EAA09E,GAAeA,EAAG,EAQjohDC,GAAgBC,EAAQjC,GAAU+B,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,IAAI,0GAA0G,OAAO,KAAK,EAAE,CAAC,OAAO,iBAAiB,OAAO,SAAS,MAAM,SAAS,IAAI,0FAA0F,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,IAAI,0GAA0G,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG3E,GAAa,GAAGiF,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["hasButtonOrAnchorAncestor", "element", "withCursorFollow", "Component", "props", "style", "cursorRef", "pe", "isHovering", "setIsHovering", "ye", "spring", "storedPosition", "initialCursorPosition", "window", "positionX", "useSpring", "positionY", "ue", "handleMouseMove", "e", "isHovered", "p", "motion", "withProgress", "r", "s", "d", "l", "ye", "i", "c", "m", "pe", "ue", "e", "t", "n", "o", "window", "p", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText", "SVG", "css", "FramerC_Ew0E5FV", "withCSS", "C_Ew0E5FV_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition3", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "mPlJKgsP4", "k49FH9bnj", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapwqv1b5", "args", "onMouseEnter2kpnif", "onMouseLeaveyz9pyo", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "RichText", "css", "FramerfhvKcC4mK", "withCSS", "fhvKcC4mK_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "MyLogoFonts", "getFonts", "fhvKcC4mK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapev6gzs", "args", "k49FH9bnjev6gzs", "k49FH9bnjmx1sfz", "onTapmx1sfz", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "Link", "SVG", "RichText", "css", "FramerKXoHmSOZs", "withCSS", "KXoHmSOZs_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "greenText", "height", "id", "redText", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "jn909WTNI", "tCgMNdSJ8", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1iim5e0", "args", "onAppear1sndav7", "onTap18qnzjh", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "RichText", "x", "css", "FramercHRv_R8R9", "withCSS", "cHRv_R8R9_default", "addPropertyControls", "ControlType", "addFonts", "AvailabilityFonts", "getFonts", "cHRv_R8R9_default", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "greenText", "height", "id", "name1", "profile", "redText", "role", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "nca165Zmh", "q6p2rjlW3", "xFkDzgKj3", "cyo_TITwt", "kSO3tGjq8", "xvYNdeknj", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "Image2", "RichText", "ComponentViewportProvider", "cHRv_R8R9_default", "css", "FramerBi8m5TgEB", "withCSS", "Bi8m5TgEB_default", "addPropertyControls", "ControlType", "addFonts", "AvailabilityFonts", "ProfileFonts", "getFonts", "Bi8m5TgEB_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "transformTemplate2", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText", "ComponentViewportProvider", "Link", "Image2", "SVG", "css", "FramerotVlTvYaq", "withCSS", "otVlTvYaq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
