{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/y1B9P2ppLBpQBfdaJRnH/rS7HBytUJ1HTuXgekBUP/Task_question.js", "ssg:https://framerusercontent.com/modules/sBwjhCFaoNczUUmOlCLe/4Zhrc99CaQX4yEl14Jqt/swBuWOl7z.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";export default function TaskInput(){const[task,setTask]=useState(\"\");const[coasterId,setCoasterId]=useState(\"\");const[utmSource,setUtmSource]=useState(\"\");const[utmMedium,setUtmMedium]=useState(\"\");const[utmCampaign,setUtmCampaign]=useState(\"\");const[showSuggestions,setShowSuggestions]=useState(true);const formRef=useRef(null);const taskOptions=[\"Deep work\",\"Urgent task\",\"Admin\",\"Planning\",\"Don't know\"];useEffect(()=>{const params=new URLSearchParams(window.location.search);const utmKeys=[\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\"];utmKeys.forEach(key=>{const value=params.get(key);if(value){localStorage.setItem(key,value);}});setUtmSource(localStorage.getItem(\"utm_source\")||\"\");setUtmMedium(localStorage.getItem(\"utm_medium\")||\"\");setUtmCampaign(localStorage.getItem(\"utm_campaign\")||\"\");const savedCoasterId=localStorage.getItem(\"utm_content\")||\"unknown\";setCoasterId(savedCoasterId);},[]);const handleStart=()=>{if(!task.trim()){alert(\"Please type or select a task first!\");return;}const form=formRef.current;if(form){form.task.value=task;form.coasterId.value=coasterId;form.pageUrl.value=window.location.href;form.utmUrl.value=`https://www.sip-sync.xyz/?utm_source=${utmSource}&utm_medium=${utmMedium}&utm_campaign=${utmCampaign}&utm_content=${coasterId}`;form.submit();setTimeout(()=>{window.location.href=\"https://sip-sync.xyz/timer-page\";},500);}};return /*#__PURE__*/_jsxs(\"main\",{style:styles.container,children:[/*#__PURE__*/_jsx(\"h1\",{style:styles.title,children:\"What's your task focus today?\"}),/*#__PURE__*/_jsx(\"p\",{style:styles.subtitle,children:\"Take a sip of water. Set your intention. Sync your timer. Stay focused and make real progress.\"}),/*#__PURE__*/_jsxs(\"label\",{style:styles.label,children:[\"What do you need focus timer for?\",/*#__PURE__*/_jsx(\"span\",{style:styles.required,children:\"*\"})]}),/*#__PURE__*/_jsx(\"input\",{style:styles.input,type:\"text\",placeholder:\"Task: (Ex: Urgent task)\",value:task,onChange:e=>setTask(e.target.value)}),showSuggestions&&/*#__PURE__*/_jsxs(\"div\",{style:styles.suggestionsBox,children:[/*#__PURE__*/_jsxs(\"div\",{style:styles.suggestionsHeader,children:[/*#__PURE__*/_jsx(\"h4\",{style:styles.suggestionsTitle,children:\"Suggestions\"}),/*#__PURE__*/_jsx(\"span\",{style:styles.closeBtn,onClick:()=>setShowSuggestions(false),children:\"\u2715\"})]}),/*#__PURE__*/_jsx(\"div\",{style:styles.buttonGrid,children:taskOptions.map((option,i)=>/*#__PURE__*/_jsx(\"button\",{onClick:()=>setTask(option),style:{...styles.suggestionBtn,backgroundColor:task===option?\"#92e144\":\"#a1e75a\"},children:option},i))})]}),/*#__PURE__*/_jsx(\"button\",{style:styles.startButton,onClick:handleStart,children:\"Start timer\"}),/*#__PURE__*/_jsxs(\"form\",{ref:formRef,action:\"https://docs.google.com/forms/d/e/1FAIpQLSe3rbc0ZyUpNOoQFBPmkHvd5aOkeUHOlAMpPf-KZk-rH08YhA/formResponse\",method:\"POST\",target:\"hidden_iframe\",style:{display:\"none\"},children:[/*#__PURE__*/_jsx(\"input\",{name:\"entry.1099989065\",type:\"text\",id:\"task\"}),/*#__PURE__*/_jsx(\"input\",{name:\"entry.2034974798\",type:\"text\",id:\"coasterId\"}),/*#__PURE__*/_jsx(\"input\",{name:\"entry.239418081\",type:\"text\",id:\"pageUrl\"}),/*#__PURE__*/_jsx(\"input\",{name:\"entry.848184352\",type:\"text\",id:\"utmUrl\"})]}),/*#__PURE__*/_jsx(\"iframe\",{name:\"hidden_iframe\",style:{display:\"none\"}})]});}const styles={container:{maxWidth:\"700px\",margin:\"0 auto\",fontFamily:\"Inter, sans-serif\",padding:\"40px 20px\",textAlign:\"center\"},title:{fontSize:\"48px\",fontWeight:700,marginBottom:\"16px\"},subtitle:{fontSize:\"16px\",color:\"#444\",marginBottom:\"32px\"},label:{fontSize:\"18px\",fontWeight:600,display:\"block\",marginBottom:\"8px\"},required:{color:\"red\",marginLeft:\"4px\"},input:{width:\"100%\",padding:\"14px 20px\",fontSize:\"16px\",borderRadius:\"12px\",border:\"none\",boxShadow:\"0 4px 10px rgba(0,0,0,0.1)\",marginBottom:\"32px\"},suggestionsBox:{backgroundColor:\"#faf9f8\",borderRadius:\"16px\",padding:\"20px\",boxShadow:\"2px 2px 8px rgba(0,0,0,0.05)\",marginBottom:\"32px\"},suggestionsHeader:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\"},suggestionsTitle:{fontSize:\"20px\",fontWeight:600,margin:0},closeBtn:{fontSize:\"20px\",cursor:\"pointer\"},buttonGrid:{display:\"flex\",flexWrap:\"wrap\",gap:\"12px\",justifyContent:\"center\",marginTop:\"20px\"},suggestionBtn:{padding:\"10px 20px\",borderRadius:\"50px\",border:\"none\",fontWeight:600,cursor:\"pointer\",boxShadow:\"2px 2px 6px rgba(0,0,0,0.1)\"},startButton:{backgroundColor:\"#b2f273\",border:\"none\",borderRadius:\"12px\",padding:\"14px 32px\",fontWeight:700,fontSize:\"18px\",cursor:\"pointer\",boxShadow:\"0 4px 8px rgba(0,0,0,0.1)\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TaskInput\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Task_question.map", "// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TaskInput from\"#framer/local/codeFile/OkXC1SO/Task_question.js\";import metadataProvider from\"#framer/local/webPageMetadata/swBuWOl7z/swBuWOl7z.js\";const TaskInputFonts=getFonts(TaskInput);const breakpoints={IWjVati4t:\"(min-width: 1200px) and (max-width: 1439px)\",Kd7sOvoz8:\"(min-width: 1440px)\",p9WiY0OaL:\"(max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-BXDoI\";const variantClassNames={IWjVati4t:\"framer-v-1uh7ebq\",Kd7sOvoz8:\"framer-v-1m0lsvv\",p9WiY0OaL:\"framer-v-1vahgw5\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"IWjVati4t\",desktop:\"Kd7sOvoz8\",mobile:\"p9WiY0OaL\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"p9WiY0OaL\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"Kd7sOvoz8\",\"IWjVati4t\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Kd7sOvoz8\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"Kd7sOvoz8\",\"IWjVati4t\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"IWjVati4t\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"p9WiY0OaL\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1vahgw5\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1krch97 hidden-1m0lsvv hidden-1uh7ebq\",\"data-framer-name\":\"Top Bar\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-czu9nn\",\"data-framer-name\":\"Frame 2610322\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dmxlQIrkV\"},motionChild:true,nodeId:\"LHs84QyYm\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+16+4.5),pixelHeight:194,pixelWidth:1084,sizes:\"129px\",src:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png\",srcSet:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=512 512w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png 1084w\"},className:\"framer-1iwv2s2 framer-gokuqy\",\"data-framer-name\":\"Screenshot 2025-03-18 at 12.42.54 1\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZvFjhe3y8\"},motionChild:true,nodeId:\"GclspspgX\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1gqxgdh framer-gokuqy\",\"data-framer-name\":\"icon/outline/menu\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2f6irw\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 7\"><path d=\"M 4 3.5 L 22.667 3.5\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"rgb(29,31,32)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10792482755,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1cyagyo\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 7\"><path d=\"M 4 3.5 L 22.667 3.5\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"rgb(29,31,32)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9876508707,withExternalLayout:true})]})})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15x2b5h hidden-1vahgw5 hidden-1uh7ebq\",\"data-framer-name\":\"Navigation\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6rwapr\",\"data-framer-name\":\"Frame 2610305\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p18kha\",\"data-framer-name\":\"Items\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZvFjhe3y8\"},motionChild:true,nodeId:\"mQnmN2syi\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ihij3x framer-gokuqy\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"About us\"})}),className:\"framer-kztops\",\"data-framer-name\":\"About us\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-116eiqt\",\"data-framer-name\":\"Items\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mp07MJwow\"},motionChild:true,nodeId:\"hJ8KOYnf7\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1u2ocs framer-gokuqy\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Guide\"})}),className:\"framer-1s52mx8\",\"data-framer-name\":\"Guide\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dmxlQIrkV\"},motionChild:true,nodeId:\"RtITD5mU2\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kd7sOvoz8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+65),pixelHeight:194,pixelWidth:1084,sizes:\"184.3918px\",src:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png\",srcSet:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=512 512w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png 1084w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:194,pixelWidth:1084,sizes:\"184.3918px\",src:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png\",srcSet:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=512 512w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png 1084w\"},className:\"framer-1yyuuam framer-gokuqy\",\"data-framer-name\":\"Screenshot 2025-03-18 at 12.42.54 1\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fqicvm-container\",isAuthoredByUser:true,nodeId:\"PU1Mxwl10\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IWjVati4t:{style:{height:\"100%\",width:\"100%\"}},Kd7sOvoz8:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(TaskInput,{height:\"100%\",id:\"PU1Mxwl10\",layoutId:\"PU1Mxwl10\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-11ru363 hidden-1vahgw5\",\"data-framer-name\":\"Navigation / Footer\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ujmequ\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:1282,svg:'<svg width=\"1282\" height=\"3\" viewBox=\"-1 -1 1282 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"1280\" y2=\"0.500112\" stroke=\"#E6E6E6\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-17p3nvd hidden-1vahgw5\",\"data-framer-name\":\"Navigation / Footer\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-e74kil\",\"data-framer-name\":\"Divider\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:3,intrinsicWidth:1282,svg:'<svg width=\"1282\" height=\"3\" viewBox=\"-1 -1 1282 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"1280\" y2=\"0.500112\" stroke=\"#E6E6E6\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2jxk54 hidden-1vahgw5 hidden-1uh7ebq\",\"data-framer-name\":\"Navigation / Footer\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dmxlQIrkV\"},motionChild:true,nodeId:\"TOYJM6nBP\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kd7sOvoz8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+890.002+38),pixelHeight:194,pixelWidth:1084,sizes:\"184.3918px\",src:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png\",srcSet:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=512 512w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png 1084w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:194,pixelWidth:1084,sizes:\"184.3918px\",src:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png\",srcSet:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=512 512w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png 1084w\"},className:\"framer-8dima framer-gokuqy\",\"data-framer-name\":\"Screenshot 2025-03-18 at 12.42.54 1\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vs0wg6\",\"data-framer-name\":\"Social Icons\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:85,svg:'<svg width=\"85\" height=\"40\" viewBox=\"0 0 85 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M36 20.0699C36 13.7186 30.8513 8.56988 24.5 8.56988C18.1487 8.56988 13 13.7186 13 20.0699C13 25.8099 17.2054 30.5674 22.7031 31.4302V23.3941H19.7832V20.0699H22.7031V17.5363C22.7031 14.6541 24.42 13.0621 27.0468 13.0621C28.305 13.0621 29.6211 13.2867 29.6211 13.2867V16.1168H28.171C26.7424 16.1168 26.2969 17.0032 26.2969 17.9127V20.0699H29.4863L28.9765 23.3941H26.2969V31.4302C31.7946 30.5674 36 25.8099 36 20.0699Z\" fill=\"#1877F2\"/>\\n<path d=\"M57.0007 19.7445C57.0007 17.9507 58.4554 16.4961 60.2504 16.4961C62.0453 16.4961 63.5007 17.9507 63.5007 19.7445C63.5007 21.5384 62.0453 22.993 60.2504 22.993C58.4554 22.993 57.0007 21.5384 57.0007 19.7445ZM55.2437 19.7445C55.2437 22.5081 57.4851 24.7482 60.2504 24.7482C63.0156 24.7482 65.2571 22.5081 65.2571 19.7445C65.2571 16.981 63.0156 14.7408 60.2504 14.7408C57.4851 14.7408 55.2437 16.981 55.2437 19.7445ZM64.2852 14.5424C64.2851 14.7737 64.3537 14.9998 64.4822 15.1922C64.6106 15.3845 64.7933 15.5345 65.0071 15.6231C65.2208 15.7117 65.4561 15.7349 65.6831 15.6899C65.9101 15.6448 66.1186 15.5336 66.2823 15.3701C66.446 15.2066 66.5575 14.9983 66.6027 14.7715C66.648 14.5447 66.6249 14.3096 66.5364 14.0958C66.448 13.8821 66.2981 13.6995 66.1057 13.5709C65.9133 13.4423 65.6872 13.3737 65.4557 13.3736H65.4553C65.1451 13.3737 64.8476 13.4969 64.6283 13.716C64.4089 13.9352 64.2855 14.2324 64.2852 14.5424V14.5424ZM56.3112 27.6764C55.3606 27.6331 54.8439 27.4749 54.5005 27.3412C54.0453 27.164 53.7205 26.9531 53.379 26.6123C53.0375 26.2714 52.8261 25.9471 52.6497 25.4922C52.5158 25.1492 52.3575 24.6326 52.3142 23.6826C52.267 22.6554 52.2575 22.3469 52.2575 19.7446C52.2575 17.1424 52.2678 16.8347 52.3142 15.8067C52.3575 14.8566 52.5171 14.3411 52.6497 13.9971C52.8269 13.5421 53.038 13.2175 53.379 12.8762C53.72 12.5349 54.0445 12.3236 54.5005 12.1473C54.8437 12.0135 55.3606 11.8553 56.3112 11.8121C57.339 11.7649 57.6477 11.7554 60.2504 11.7554C62.853 11.7554 63.1621 11.7656 64.1907 11.8121C65.1413 11.8554 65.6571 12.0148 66.0014 12.1473C66.4566 12.3236 66.7814 12.5354 67.1229 12.8762C67.4644 13.217 67.675 13.5421 67.8522 13.9971C67.9861 14.3401 68.1444 14.8566 68.1876 15.8067C68.2349 16.8347 68.2444 17.1424 68.2444 19.7446C68.2444 22.3469 68.2349 22.6546 68.1876 23.6826C68.1444 24.6326 67.9852 25.149 67.8522 25.4922C67.675 25.9471 67.4639 26.2718 67.1229 26.6123C66.7819 26.9528 66.4566 27.164 66.0014 27.3412C65.6582 27.4749 65.1413 27.6332 64.1907 27.6764C63.1629 27.7236 62.8542 27.733 60.2504 27.733C57.6465 27.733 57.3387 27.7236 56.3112 27.6764V27.6764ZM56.2305 10.059C55.1925 10.1063 54.4832 10.2707 53.8638 10.5116C53.2223 10.7604 52.6792 11.0941 52.1366 11.6356C51.5939 12.1771 51.2608 12.7207 51.0119 13.3618C50.7709 13.9812 50.6063 14.6897 50.559 15.7271C50.511 16.7661 50.5 17.0982 50.5 19.7445C50.5 22.3908 50.511 22.723 50.559 23.762C50.6063 24.7995 50.7709 25.5079 51.0119 26.1273C51.2608 26.768 51.594 27.3122 52.1366 27.8535C52.6791 28.3947 53.2223 28.728 53.8638 28.9775C54.4844 29.2183 55.1925 29.3828 56.2305 29.4301C57.2706 29.4773 57.6025 29.4891 60.2504 29.4891C62.8983 29.4891 63.2306 29.4781 64.2703 29.4301C65.3083 29.3828 66.0171 29.2183 66.6369 28.9775C67.2781 28.728 67.8215 28.395 68.3642 27.8535C68.9068 27.312 69.2392 26.768 69.4888 26.1273C69.7298 25.5079 69.8952 24.7994 69.9417 23.762C69.989 22.7222 70 22.3908 70 19.7445C70 17.0982 69.989 16.7661 69.9417 15.7271C69.8944 14.6896 69.7298 13.9808 69.4888 13.3618C69.2392 12.7211 68.906 12.1779 68.3642 11.6356C67.8224 11.0933 67.2781 10.7604 66.6377 10.5116C66.0171 10.2707 65.3082 10.1055 64.271 10.059C63.2314 10.0118 62.899 10 60.2511 10C57.6032 10 57.2706 10.011 56.2305 10.059Z\" fill=\"url(#paint0_linear_406_1894)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_406_1894\" x1=\"69.6252\" y1=\"29.4891\" x2=\"50.1361\" y2=\"9.98909\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FBE18A\"/>\\n<stop offset=\"0.21\" stop-color=\"#FCBB45\"/>\\n<stop offset=\"0.38\" stop-color=\"#F75274\"/>\\n<stop offset=\"0.52\" stop-color=\"#D53692\"/>\\n<stop offset=\"0.74\" stop-color=\"#8F39CE\"/>\\n<stop offset=\"1\" stop-color=\"#5B4FE9\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-f4uo1q\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:1282,svg:'<svg width=\"1282\" height=\"3\" viewBox=\"-1 -1 1282 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"1280\" y2=\"0.500112\" stroke=\"#E6E6E6\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jr0on4\",\"data-framer-name\":\"Frame 392\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mp07MJwow\"},motionChild:true,nodeId:\"de3o63Iq9\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1tpmaiy framer-gokuqy\",\"data-framer-name\":\"Dropdown\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1izyrg3\",\"data-framer-name\":\"Frame 389\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(38, 51, 63)\"},children:\"Product guide\"})}),className:\"framer-mgarr8\",\"data-framer-name\":\"Product\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZvFjhe3y8\"},motionChild:true,nodeId:\"p6Hp6NwWc\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15jsqvn framer-gokuqy\",\"data-framer-name\":\"Dropdown\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ks0d48\",\"data-framer-name\":\"Frame 389\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(38, 51, 63)\"},children:\"About us\"})}),className:\"framer-1pclqdl\",\"data-framer-name\":\"Product\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p6s7ij hidden-1vahgw5 hidden-1uh7ebq\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(85, 94, 103)\"},children:\"\\xa9 2025 SipSync. All rights reserved.\"})}),className:\"framer-bugwl8\",\"data-framer-name\":\"\\xa9 2025 SipSync. All rights reserved.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(85, 94, 103)\"},children:\"Terms & Conditions \u2219 Privacy Policy\"})}),className:\"framer-6dc8ta\",\"data-framer-name\":\"Terms & Conditions \u2219 Privacy Policy\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mfcibj hidden-1vahgw5 hidden-1m0lsvv\",\"data-framer-name\":\"Navigation\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4zf6d8\",\"data-framer-name\":\"Frame 2610305\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y204fx\",\"data-framer-name\":\"Items\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dmxlQIrkV\"},motionChild:true,nodeId:\"xoO6JHRpC\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IWjVati4t:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+65),pixelHeight:194,pixelWidth:1084,sizes:\"184.3918px\",src:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png\",srcSet:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=512 512w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png 1084w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:194,pixelWidth:1084,sizes:\"184.3918px\",src:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png\",srcSet:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=512 512w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png 1084w\"},className:\"framer-14lz3co framer-gokuqy\",\"data-framer-name\":\"Screenshot 2025-03-18 at 12.42.54 1\"})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZvFjhe3y8\"},motionChild:true,nodeId:\"vuL7Ki_DA\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-kt3x4u framer-gokuqy\",\"data-framer-name\":\"Button\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"About us\"})}),className:\"framer-wqe50b\",\"data-framer-name\":\"About us\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mp07MJwow\"},motionChild:true,nodeId:\"dBvrHkjdl\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fc54md framer-gokuqy\",\"data-framer-name\":\"Button\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Guide\"})}),className:\"framer-2qln73\",\"data-framer-name\":\"Guide\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lzxezi hidden-1vahgw5 hidden-1m0lsvv\",\"data-framer-name\":\"Navigation / Footer\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dmxlQIrkV\"},motionChild:true,nodeId:\"CKHJQvsCc\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IWjVati4t:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+890.002+38),pixelHeight:194,pixelWidth:1084,sizes:\"184.3918px\",src:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png\",srcSet:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=512 512w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png 1084w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:194,pixelWidth:1084,sizes:\"184.3918px\",src:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png\",srcSet:\"https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=512 512w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EYYM6hyXTVqdJF4fJ7uBAijjxj8.png 1084w\"},className:\"framer-wexqq1 framer-gokuqy\",\"data-framer-name\":\"Screenshot 2025-03-18 at 12.42.54 1\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1iduyno\",\"data-framer-name\":\"Social Icons\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:85,svg:'<svg width=\"85\" height=\"40\" viewBox=\"0 0 85 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M36 20.0699C36 13.7186 30.8513 8.56988 24.5 8.56988C18.1487 8.56988 13 13.7186 13 20.0699C13 25.8099 17.2054 30.5674 22.7031 31.4302V23.3941H19.7832V20.0699H22.7031V17.5363C22.7031 14.6541 24.42 13.0621 27.0468 13.0621C28.305 13.0621 29.6211 13.2867 29.6211 13.2867V16.1168H28.171C26.7424 16.1168 26.2969 17.0032 26.2969 17.9127V20.0699H29.4863L28.9765 23.3941H26.2969V31.4302C31.7946 30.5674 36 25.8099 36 20.0699Z\" fill=\"#1877F2\"/>\\n<path d=\"M57.0007 19.7445C57.0007 17.9507 58.4554 16.4961 60.2504 16.4961C62.0453 16.4961 63.5007 17.9507 63.5007 19.7445C63.5007 21.5384 62.0453 22.993 60.2504 22.993C58.4554 22.993 57.0007 21.5384 57.0007 19.7445ZM55.2437 19.7445C55.2437 22.5081 57.4851 24.7482 60.2504 24.7482C63.0156 24.7482 65.2571 22.5081 65.2571 19.7445C65.2571 16.981 63.0156 14.7408 60.2504 14.7408C57.4851 14.7408 55.2437 16.981 55.2437 19.7445ZM64.2852 14.5424C64.2851 14.7737 64.3537 14.9998 64.4822 15.1922C64.6106 15.3845 64.7933 15.5345 65.0071 15.6231C65.2208 15.7117 65.4561 15.7349 65.6831 15.6899C65.9101 15.6448 66.1186 15.5336 66.2823 15.3701C66.446 15.2066 66.5575 14.9983 66.6027 14.7715C66.648 14.5447 66.6249 14.3096 66.5364 14.0958C66.448 13.8821 66.2981 13.6995 66.1057 13.5709C65.9133 13.4423 65.6872 13.3737 65.4557 13.3736H65.4553C65.1451 13.3737 64.8476 13.4969 64.6283 13.716C64.4089 13.9352 64.2855 14.2324 64.2852 14.5424V14.5424ZM56.3112 27.6764C55.3606 27.6331 54.8439 27.4749 54.5005 27.3412C54.0453 27.164 53.7205 26.9531 53.379 26.6123C53.0375 26.2714 52.8261 25.9471 52.6497 25.4922C52.5158 25.1492 52.3575 24.6326 52.3142 23.6826C52.267 22.6554 52.2575 22.3469 52.2575 19.7446C52.2575 17.1424 52.2678 16.8347 52.3142 15.8067C52.3575 14.8566 52.5171 14.3411 52.6497 13.9971C52.8269 13.5421 53.038 13.2175 53.379 12.8762C53.72 12.5349 54.0445 12.3236 54.5005 12.1473C54.8437 12.0135 55.3606 11.8553 56.3112 11.8121C57.339 11.7649 57.6477 11.7554 60.2504 11.7554C62.853 11.7554 63.1621 11.7656 64.1907 11.8121C65.1413 11.8554 65.6571 12.0148 66.0014 12.1473C66.4566 12.3236 66.7814 12.5354 67.1229 12.8762C67.4644 13.217 67.675 13.5421 67.8522 13.9971C67.9861 14.3401 68.1444 14.8566 68.1876 15.8067C68.2349 16.8347 68.2444 17.1424 68.2444 19.7446C68.2444 22.3469 68.2349 22.6546 68.1876 23.6826C68.1444 24.6326 67.9852 25.149 67.8522 25.4922C67.675 25.9471 67.4639 26.2718 67.1229 26.6123C66.7819 26.9528 66.4566 27.164 66.0014 27.3412C65.6582 27.4749 65.1413 27.6332 64.1907 27.6764C63.1629 27.7236 62.8542 27.733 60.2504 27.733C57.6465 27.733 57.3387 27.7236 56.3112 27.6764V27.6764ZM56.2305 10.059C55.1925 10.1063 54.4832 10.2707 53.8638 10.5116C53.2223 10.7604 52.6792 11.0941 52.1366 11.6356C51.5939 12.1771 51.2608 12.7207 51.0119 13.3618C50.7709 13.9812 50.6063 14.6897 50.559 15.7271C50.511 16.7661 50.5 17.0982 50.5 19.7445C50.5 22.3908 50.511 22.723 50.559 23.762C50.6063 24.7995 50.7709 25.5079 51.0119 26.1273C51.2608 26.768 51.594 27.3122 52.1366 27.8535C52.6791 28.3947 53.2223 28.728 53.8638 28.9775C54.4844 29.2183 55.1925 29.3828 56.2305 29.4301C57.2706 29.4773 57.6025 29.4891 60.2504 29.4891C62.8983 29.4891 63.2306 29.4781 64.2703 29.4301C65.3083 29.3828 66.0171 29.2183 66.6369 28.9775C67.2781 28.728 67.8215 28.395 68.3642 27.8535C68.9068 27.312 69.2392 26.768 69.4888 26.1273C69.7298 25.5079 69.8952 24.7994 69.9417 23.762C69.989 22.7222 70 22.3908 70 19.7445C70 17.0982 69.989 16.7661 69.9417 15.7271C69.8944 14.6896 69.7298 13.9808 69.4888 13.3618C69.2392 12.7211 68.906 12.1779 68.3642 11.6356C67.8224 11.0933 67.2781 10.7604 66.6377 10.5116C66.0171 10.2707 65.3082 10.1055 64.271 10.059C63.2314 10.0118 62.899 10 60.2511 10C57.6032 10 57.2706 10.011 56.2305 10.059Z\" fill=\"url(#paint0_linear_406_1894)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_406_1894\" x1=\"69.6252\" y1=\"29.4891\" x2=\"50.1361\" y2=\"9.98909\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FBE18A\"/>\\n<stop offset=\"0.21\" stop-color=\"#FCBB45\"/>\\n<stop offset=\"0.38\" stop-color=\"#F75274\"/>\\n<stop offset=\"0.52\" stop-color=\"#D53692\"/>\\n<stop offset=\"0.74\" stop-color=\"#8F39CE\"/>\\n<stop offset=\"1\" stop-color=\"#5B4FE9\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1auqd9p\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:1282,svg:'<svg width=\"1282\" height=\"3\" viewBox=\"-1 -1 1282 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"1280\" y2=\"0.500112\" stroke=\"#E6E6E6\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kr7pbi\",\"data-framer-name\":\"Frame 392\"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mp07MJwow\"},motionChild:true,nodeId:\"MrywuqGAr\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-id11lo framer-gokuqy\",\"data-framer-name\":\"Dropdown\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gu39wo\",\"data-framer-name\":\"Frame 389\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(38, 51, 63)\"},children:\"Product guide\"})}),className:\"framer-165lzh7\",\"data-framer-name\":\"Product\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZvFjhe3y8\"},motionChild:true,nodeId:\"Tlmd5UCLY\",scopeId:\"swBuWOl7z\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-17y086s framer-gokuqy\",\"data-framer-name\":\"Dropdown\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-148haj1\",\"data-framer-name\":\"Frame 389\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(38, 51, 63)\"},children:\"About us\"})}),className:\"framer-wqjk9g\",\"data-framer-name\":\"Product\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zxuamr hidden-1vahgw5 hidden-1m0lsvv\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(85, 94, 103)\"},children:\"\\xa9 2025 SipSync. All rights reserved.\"})}),className:\"framer-ljnoow\",\"data-framer-name\":\"\\xa9 2025 SipSync. All rights reserved.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(85, 94, 103)\"},children:\"Terms & Conditions \u2219 Privacy Policy\"})}),className:\"framer-108ps5g\",\"data-framer-name\":\"Terms & Conditions \u2219 Privacy Policy\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BXDoI.framer-gokuqy, .framer-BXDoI .framer-gokuqy { display: block; }\",\".framer-BXDoI.framer-1vahgw5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1045px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 393px; }\",\".framer-BXDoI .framer-1krch97 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 16px 24px 16px 24px; position: relative; width: 100%; }\",\".framer-BXDoI .framer-czu9nn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 344px; }\",\".framer-BXDoI .framer-1iwv2s2 { aspect-ratio: 5.608695652173913 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; text-decoration: none; width: 129px; }\",\".framer-BXDoI .framer-1gqxgdh { flex: none; gap: 0px; height: 32px; overflow: hidden; position: relative; text-decoration: none; width: 32px; }\",\".framer-BXDoI .framer-2f6irw { flex: none; height: 7px; left: 3px; position: absolute; top: 9px; width: 26px; }\",\".framer-BXDoI .framer-1cyagyo { flex: none; height: 7px; left: 3px; position: absolute; top: 16px; width: 26px; }\",\".framer-BXDoI .framer-15x2b5h { background-color: #ffffff; flex: none; gap: 0px; height: 164px; overflow: hidden; position: relative; width: 1440px; z-index: 1; }\",\".framer-BXDoI .framer-6rwapr, .framer-BXDoI .framer-4zf6d8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; left: 1142px; overflow: visible; padding: 0px; position: absolute; top: 56px; width: min-content; }\",\".framer-BXDoI .framer-1p18kha, .framer-BXDoI .framer-116eiqt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BXDoI .framer-1ihij3x, .framer-BXDoI .framer-1u2ocs { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 14px 24px 14px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-BXDoI .framer-kztops, .framer-BXDoI .framer-1s52mx8, .framer-BXDoI .framer-mgarr8, .framer-BXDoI .framer-1pclqdl, .framer-BXDoI .framer-bugwl8, .framer-BXDoI .framer-6dc8ta, .framer-BXDoI .framer-wqe50b, .framer-BXDoI .framer-2qln73, .framer-BXDoI .framer-165lzh7, .framer-BXDoI .framer-wqjk9g, .framer-BXDoI .framer-ljnoow, .framer-BXDoI .framer-108ps5g { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-BXDoI .framer-1yyuuam, .framer-BXDoI .framer-14lz3co { aspect-ratio: 5.587628913648201 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); left: 52px; position: absolute; text-decoration: none; top: 65px; width: 184px; }\",\".framer-BXDoI .framer-1fqicvm-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-BXDoI .framer-11ru363 { background-color: #ffffff; flex: none; gap: 0px; height: 100px; overflow: hidden; position: relative; width: 1440px; z-index: 1; }\",\".framer-BXDoI .framer-1ujmequ, .framer-BXDoI .framer-e74kil, .framer-BXDoI .framer-f4uo1q, .framer-BXDoI .framer-1auqd9p { flex: none; height: 3px; left: 79px; position: absolute; top: 0px; width: 1282px; }\",\".framer-BXDoI .framer-17p3nvd { background-color: #ffffff; flex: none; gap: 0px; height: 102px; opacity: 0; overflow: hidden; position: relative; width: 1440px; z-index: 1; }\",\".framer-BXDoI .framer-2jxk54 { background-color: #ffffff; flex: none; gap: 0px; height: 264px; overflow: hidden; position: relative; width: 1440px; z-index: 1; }\",\".framer-BXDoI .framer-8dima, .framer-BXDoI .framer-wexqq1 { aspect-ratio: 5.587628913648201 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); left: 80px; position: absolute; text-decoration: none; top: 38px; width: 184px; }\",\".framer-BXDoI .framer-1vs0wg6, .framer-BXDoI .framer-1iduyno { flex: none; height: 40px; left: 80px; position: absolute; top: 148px; width: 85px; }\",\".framer-BXDoI .framer-1jr0on4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; left: 1015px; overflow: visible; padding: 0px; position: absolute; top: 40px; width: min-content; }\",\".framer-BXDoI .framer-1tpmaiy, .framer-BXDoI .framer-15jsqvn { align-content: center; align-items: center; background-color: #78c728; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 8px 20px 8px 20px; position: relative; text-decoration: none; width: 345px; }\",\".framer-BXDoI .framer-1izyrg3, .framer-BXDoI .framer-1ks0d48, .framer-BXDoI .framer-1gu39wo, .framer-BXDoI .framer-148haj1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 9px 0px 9px 0px; position: relative; width: min-content; }\",\".framer-BXDoI .framer-1p6s7ij { --border-bottom-width: 1px; --border-color: #26333f; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #26333f; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 20px 32px 60px 32px; position: relative; width: 1440px; z-index: 1; }\",\".framer-BXDoI .framer-1mfcibj { background-color: #ffffff; flex: none; gap: 0px; height: 164px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-BXDoI .framer-1y204fx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-end; min-height: 52px; min-width: 117px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BXDoI .framer-kt3x4u { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 903px; overflow: visible; padding: 14px 24px 14px 24px; position: absolute; text-decoration: none; top: 50%; transform: translateY(-50%); width: min-content; }\",\".framer-BXDoI .framer-1fc54md { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 1056px; overflow: visible; padding: 14px 24px 14px 24px; position: absolute; text-decoration: none; top: 50%; transform: translateY(-50%); width: min-content; }\",\".framer-BXDoI .framer-lzxezi { background-color: #ffffff; flex: none; gap: 0px; height: 264px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-BXDoI .framer-kr7pbi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; left: 1015px; min-height: 128px; min-width: 345px; overflow: visible; padding: 0px; position: absolute; top: 40px; width: min-content; }\",\".framer-BXDoI .framer-id11lo { align-content: center; align-items: center; background-color: #78c728; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 796px; overflow: visible; padding: 8px 20px 8px 20px; position: absolute; text-decoration: none; top: 29px; width: 345px; }\",\".framer-BXDoI .framer-17y086s { align-content: center; align-items: center; background-color: #78c728; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 796px; overflow: visible; padding: 8px 20px 8px 20px; position: absolute; text-decoration: none; top: 48%; transform: translateY(-50%); width: 345px; }\",\".framer-BXDoI .framer-zxuamr { --border-bottom-width: 1px; --border-color: #26333f; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #26333f; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 20px 32px 60px 32px; position: relative; width: 1200px; }\",'.framer-BXDoI[data-border=\"true\"]::after, .framer-BXDoI [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1440px) { .framer-BXDoI.framer-1vahgw5 { height: 1270px; width: 1440px; } .framer-BXDoI .framer-15x2b5h { order: 0; } .framer-BXDoI .framer-1fqicvm-container { height: 41%; order: 2; width: 42%; z-index: 1; } .framer-BXDoI .framer-11ru363 { order: 1; } .framer-BXDoI .framer-17p3nvd { order: 4; } .framer-BXDoI .framer-2jxk54 { order: 5; } .framer-BXDoI .framer-1p6s7ij { order: 6; }}\",\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-BXDoI.framer-1vahgw5 { height: 1270px; width: 1200px; } .framer-BXDoI .framer-1fqicvm-container { height: 41%; order: 3; width: 42%; z-index: 1; } .framer-BXDoI .framer-11ru363 { order: 2; } .framer-BXDoI .framer-17p3nvd { order: 5; } .framer-BXDoI .framer-1mfcibj { order: 0; } .framer-BXDoI .framer-lzxezi { order: 8; } .framer-BXDoI .framer-zxuamr { order: 9; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1045\n * @framerIntrinsicWidth 393\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Kd7sOvoz8\":{\"layout\":[\"fixed\",\"fixed\"]},\"IWjVati4t\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerswBuWOl7z=withCSS(Component,css,\"framer-BXDoI\");export default FramerswBuWOl7z;FramerswBuWOl7z.displayName=\"Page\";FramerswBuWOl7z.defaultProps={height:1045,width:393};addFonts(FramerswBuWOl7z,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...TaskInputFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerswBuWOl7z\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Kd7sOvoz8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IWjVati4t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1045\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"393\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["TaskInput", "task", "setTask", "ye", "coasterId", "setCoasterId", "utmSource", "setUtmSource", "utmMedium", "setUtmMedium", "utmCampaign", "setUtmCampaign", "showSuggestions", "setShowSuggestions", "formRef", "pe", "taskOptions", "ue", "params", "window", "key", "value", "savedCoasterId", "handleStart", "form", "u", "styles", "p", "e", "option", "i", "TaskInputFonts", "getFonts", "TaskInput", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Link", "Image2", "getLoadingLazyAtYPosition", "SVG", "RichText2", "x", "PropertyOverrides2", "ComponentViewportProvider", "Container", "css", "FramerswBuWOl7z", "withCSS", "swBuWOl7z_default", "addFonts", "__FramerMetadata__"]
}
