{"version":3,"file":"vfBMXxmDb.B5JkcIMV.mjs","names":["useState","useRef","__legacyOverrideHOC_DataObserverContext","_jsx","useState","useRef","__legacyOverrideHOC_DataObserverContext","_jsx","css","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","getProps","createLayoutDependency","useRef","React.useId","className","__FramerMetadata__","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","getProps","createLayoutDependency","useRef","React.useId","className","__FramerMetadata__","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","getProps","createLayoutDependency","useRef","React.useId","className","__FramerMetadata__","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","getProps","createLayoutDependency","useRef","React.useId","className","PhoneButtonLatest","PhoneButtonLatestInfo","WhatsAppButtonLatest","WhatsAppButtonLatestInfo","Button","PhoneButtonDetailedLatest","PhoneButtonDetailedLatestInfo","OpeningHoursForCallNow","OpeningHoursForCallNowInfo","React.useContext","React.useMemo","React.Fragment","useRef","React.useId","sharedStyle.className","React.useRef","className","_Fragment","sharedStyle.css","sharedStyle.fonts"],"sources":["https:/framerusercontent.com/modules/R74oYVfSF4V4gDMclNXG/hU825ZYQASzx4kogQrSb/Add_Phone_Button_ID.js","https:/framerusercontent.com/modules/2XgaCnnNg2hsAJZg9E6o/aqdE67WApmFIBaY2ZEMA/Add_WhatsApp_Button_ID.js","https:/framerusercontent.com/modules/y4CYfGi57k4rvneqdBZE/toyQq0BLVZy3QcQDPLtY/AS4PcgcTr.js","https:/framerusercontent.com/modules/nC5Y5Ukpz33Y6DlkC3yC/rlIqJUTAHK4qM7kB1SrS/BhcYLthHq.js","https:/framerusercontent.com/modules/wv9b70iT4xh6zPDtr1k5/saxxWSlmT7z120OMZgjI/OD2LZeXEo.js","https:/framerusercontent.com/modules/lOAWbKY0DmdIIkGvgU2a/b2baZvImDQbAjy94ssCg/rTwXysEno.js","https:/framerusercontent.com/modules/y1XIwyRF0odZOHuxTwFh/OPVGLZO5cOXhr2t2W016/vOPfg_M8G.js","https:/framerusercontent.com/modules/b1J5Kgu7plEGLC0Ehedo/n1gvsnXYm4DKlx1a2UYa/vfBMXxmDb.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useLayoutEffect,useRef,useState}from\"react\";export function AssignPhoneButtonID(props){// Start as hidden to prevent whitespace flicker before flags resolve\nconst[phone,setPhone]=useState(null);const elRef=useRef(null);useEffect(()=>{if(typeof window===\"undefined\"||!window.posthog)return;(async()=>{try{await window.posthog.setPersonPropertiesForFlags({$current_url:location.href});await window.posthog.identify(window.posthog.get_distinct_id());await window.posthog.reloadFeatureFlags();// Initial check (don't rely solely on onFeatureFlags)\nconst enabled=!!window.posthog.isFeatureEnabled?.(\"koodoo-website-call-now-option\")||window.posthog.getFeatureFlag?.(\"koodoo-website-call-now-option\")===true;setPhone(enabled);}catch(e){// If anything fails, keep it hidden rather than leaving a gap\nsetPhone(false);}})();// Subscribe to later changes\nconst unsubscribe=window.posthog.onFeatureFlags?.(()=>{const on=!!window.posthog.isFeatureEnabled?.(\"koodoo-website-call-now-option\")||window.posthog.getFeatureFlag?.(\"koodoo-website-call-now-option\")===true;setPhone(on);})||(()=>{});return()=>{try{unsubscribe();}catch{}};},[]);// visibility for this node\nlet disVal=undefined;if(props[\"data-framer-name\"]===\"phone_btn\"){// treat null (loading) as false to avoid layout jump\ndisVal=phone?\"flex\":\"none\";}// Also hide/show the Framer wrapper container to prevent whitespace\nuseLayoutEffect(()=>{if(!elRef.current)return;const el=elRef.current;// Framer wraps layers in a container; this catches it robustly\nconst container=el.closest('[class*=\"framer-\"][class$=\"-container\"]')||el.parentElement;if(container&&disVal!==undefined){container.style.display=disVal;}},[disVal]);const shouldCenter=disVal===\"flex\";// Nudge width to hug content when visible (your original helper)\nuseEffect(()=>{if(!shouldCenter||!elRef.current)return;const el=elRef.current;const parent=el.parentElement;if(!parent)return;const parentW=parent.clientWidth;const elW=el.clientWidth;if(elW>=parentW-1){el.style.width=\"100%\";el.style.maxWidth=\"100%\";}},[shouldCenter]);return{id:props.name||props.children?.toString().replace(/\\s+/g,\"-\").toLowerCase()||\"default-button\",ref:node=>{if(typeof props.ref===\"function\")props.ref(node);else if(props.ref&&\"current\"in props.ref)props.ref.current=node;elRef.current=node;},style:disVal!==undefined?{...props.style??{},display:disVal,// Keep your centering/hug rules when visible\n...shouldCenter?{alignSelf:\"center\",justifySelf:\"center\",placeSelf:\"center\",marginLeft:\"auto\",marginRight:\"auto\",width:\"100%\",maxWidth:\"100%\",textAlign:\"center\"}:{}}:props.style};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withAssignPhoneButtonID(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...AssignPhoneButtonID(props)});};}withAssignPhoneButtonID.displayName=\"AssignPhoneButtonID\";\nexport const __FramerMetadata__ = {\"exports\":{\"AssignPhoneButtonID\":{\"type\":\"override\",\"name\":\"AssignPhoneButtonID\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withAssignPhoneButtonID\":{\"type\":\"reactHoc\",\"name\":\"withAssignPhoneButtonID\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Add_Phone_Button_ID.map","import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useLayoutEffect,useRef,useState}from\"react\";export function AssignButtonID(props){// Start as hidden to prevent whitespace flicker before flags resolve\nconst[whatsapp,setWhatsapp]=useState(null);const elRef=useRef(null);useEffect(()=>{if(typeof window===\"undefined\"||!window.posthog)return;(async()=>{try{await window.posthog.setPersonPropertiesForFlags({$current_url:location.href});await window.posthog.identify(window.posthog.get_distinct_id());await window.posthog.reloadFeatureFlags();// Initial check (don't rely solely on onFeatureFlags)\nconst enabled=!!window.posthog.isFeatureEnabled?.(\"koodoo-website-whatsapp\")||window.posthog.getFeatureFlag?.(\"koodoo-website-whatsapp\")===true;setWhatsapp(enabled);}catch(e){// If anything fails, keep it hidden rather than leaving a gap\nsetWhatsapp(false);}})();// Subscribe to later changes\nconst unsubscribe=window.posthog.onFeatureFlags?.(()=>{const on=!!window.posthog.isFeatureEnabled?.(\"koodoo-website-whatsapp\")||window.posthog.getFeatureFlag?.(\"koodoo-website-whatsapp\")===true;setWhatsapp(on);})||(()=>{});return()=>{try{unsubscribe();}catch{}};},[]);// visibility for this node\nlet disVal=undefined;if(props[\"data-framer-name\"]===\"whatsapp_btn\"){// treat null (loading) as false to avoid layout jump\ndisVal=whatsapp?\"flex\":\"none\";}// Also hide/show the Framer wrapper container to prevent whitespace\nuseLayoutEffect(()=>{if(!elRef.current)return;const el=elRef.current;// Framer wraps layers in a container; this catches it robustly\nconst container=el.closest('[class*=\"framer-\"][class$=\"-container\"]')||el.parentElement;if(container&&disVal!==undefined){container.style.display=disVal;}},[disVal]);const shouldCenter=disVal===\"flex\";// Nudge width to hug content when visible (your original helper)\nuseEffect(()=>{if(!shouldCenter||!elRef.current)return;const el=elRef.current;const parent=el.parentElement;if(!parent)return;const parentW=parent.clientWidth;const elW=el.clientWidth;if(elW>=parentW-1){el.style.width=\"100%\";el.style.maxWidth=\"100%\";}},[shouldCenter]);return{id:props.name||props.children?.toString().replace(/\\s+/g,\"-\").toLowerCase()||\"default-button\",ref:node=>{if(typeof props.ref===\"function\")props.ref(node);else if(props.ref&&\"current\"in props.ref)props.ref.current=node;elRef.current=node;},style:disVal!==undefined?{...props.style??{},display:disVal,// Keep your centering/hug rules when visible\n...shouldCenter?{alignSelf:\"center\",justifySelf:\"center\",placeSelf:\"center\",marginLeft:\"auto\",marginRight:\"auto\",width:\"100%\",maxWidth:\"100%\",textAlign:\"center\"}:{}}:props.style};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withAssignButtonID(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...AssignButtonID(props)});};}withAssignButtonID.displayName=\"AssignButtonID\";\nexport const __FramerMetadata__ = {\"exports\":{\"withAssignButtonID\":{\"type\":\"reactHoc\",\"name\":\"withAssignButtonID\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"AssignButtonID\":{\"type\":\"override\",\"name\":\"AssignButtonID\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Add_WhatsApp_Button_ID.map","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-ZHBo9 .framer-styles-preset-fsrzda:not(.rich-text-wrapper), .framer-ZHBo9 .framer-styles-preset-fsrzda.rich-text-wrapper a { --framer-link-text-color: #111111; --framer-link-text-decoration: none; --framer-link-hover-text-color: #444; --framer-link-hover-text-decoration: none; }\"];export const className=\"framer-ZHBo9\";\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 (7b363e7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withAssignButtonID}from\"https://framerusercontent.com/modules/2XgaCnnNg2hsAJZg9E6o/aqdE67WApmFIBaY2ZEMA/Add_WhatsApp_Button_ID.js\";const MotionAWithAssignButtonID2dhyqo=withCodeBoundaryForOverrides(motion.a,{nodeId:\"BReZUfbqE\",override:withAssignButtonID,scopeId:\"BhcYLthHq\"});const serializationHash=\"framer-yPmNW\";const variantClassNames={BReZUfbqE:\"framer-v-2dhyqo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click,height,id,width,...props})=>{return{...props,t41wvqk6T:click??props.t41wvqk6T};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,t41wvqk6T,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"BReZUfbqE\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1i67bgl=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(t41wvqk6T){const res=await t41wvqk6T(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://api.whatsapp.com/send/?phone=447367102854&text=Hello%2C+Send+this+message+to+get+started%21\",motionChild:true,nodeId:\"BReZUfbqE\",openInNewTab:true,scopeId:\"BhcYLthHq\",children:/*#__PURE__*/_jsx(MotionAWithAssignButtonID2dhyqo,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-2dhyqo\",className,classNames)} framer-ee2s8w`,\"data-border\":true,\"data-framer-name\":\"whatsapp_btn\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BReZUfbqE\",onTap:onTap1i67bgl,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3997577e-d0bb-44c8-86c2-4f945ff66b12, rgb(235, 234, 240))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-fm61tz\",layoutDependency:layoutDependency,layoutId:\"M8EC21M5l\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25.439 25\" overflow=\"visible\"><path d=\"M 12.773 0 C 5.792 0 0.109 5.557 0.106 12.387 C 0.106 14.57 0.689 16.701 1.797 18.58 L 0 25 L 6.715 23.277 C 8.579 24.268 10.657 24.786 12.768 24.785 L 12.773 24.785 C 19.753 24.785 25.436 19.227 25.439 12.397 C 25.441 9.087 24.124 5.975 21.733 3.634 C 19.341 1.292 16.161 0 12.773 0 Z M 12.773 22.693 L 12.768 22.693 C 10.887 22.694 9.039 22.199 7.41 21.258 L 7.026 21.035 L 3.042 22.057 L 4.105 18.257 L 3.855 17.868 C 2.803 16.234 2.244 14.331 2.245 12.388 C 2.247 6.712 6.97 2.094 12.777 2.094 C 15.589 2.094 18.233 3.167 20.22 5.114 C 22.208 7.059 23.302 9.646 23.3 12.397 C 23.299 18.075 18.576 22.694 12.773 22.694 Z M 18.547 14.982 C 18.231 14.827 16.675 14.078 16.385 13.974 C 16.095 13.871 15.883 13.819 15.672 14.129 C 15.462 14.439 14.855 15.137 14.671 15.343 C 14.486 15.55 14.301 15.575 13.985 15.42 C 13.669 15.265 12.649 14.938 11.44 13.884 C 10.5 13.064 9.864 12.05 9.68 11.74 C 9.495 11.43 9.66 11.262 9.819 11.108 C 9.961 10.97 10.135 10.747 10.293 10.566 C 10.452 10.385 10.504 10.256 10.609 10.049 C 10.714 9.842 10.662 9.661 10.583 9.506 C 10.503 9.351 9.87 7.828 9.607 7.208 C 9.35 6.605 9.089 6.686 8.895 6.677 C 8.71 6.667 8.499 6.666 8.288 6.666 C 8.078 6.666 7.734 6.743 7.444 7.053 C 7.154 7.363 6.336 8.112 6.336 9.635 C 6.336 11.159 7.471 12.631 7.629 12.837 C 7.787 13.044 9.86 16.171 13.035 17.511 C 13.79 17.83 14.38 18.021 14.839 18.163 C 15.597 18.398 16.288 18.365 16.833 18.285 C 17.44 18.196 18.705 17.536 18.969 16.813 C 19.232 16.09 19.232 15.47 19.153 15.341 C 19.073 15.211 18.863 15.134 18.547 14.979 Z\" fill=\"rgb(62,59,94)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1f9a5kz\",layoutDependency:layoutDependency,layoutId:\"rsM39P9vI\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25.439 25\" overflow=\"visible\"><path d=\"M 12.773 0 C 5.792 0 0.109 5.557 0.106 12.387 C 0.106 14.57 0.689 16.701 1.797 18.58 L 0 25 L 6.715 23.277 C 8.579 24.268 10.657 24.786 12.768 24.785 L 12.773 24.785 C 19.753 24.785 25.436 19.227 25.439 12.397 C 25.441 9.087 24.124 5.975 21.733 3.634 C 19.341 1.292 16.161 0 12.773 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-r1jgzx\",layoutDependency:layoutDependency,layoutId:\"LGeRjaM22\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21.055 20.6\" overflow=\"visible\"><path d=\"M 10.528 20.599 L 10.523 20.599 C 8.642 20.6 6.794 20.105 5.165 19.164 L 4.781 18.941 L 0.797 19.963 L 1.86 16.163 L 1.61 15.774 C 0.558 14.14 -0.001 12.237 0 10.294 C 0.002 4.618 4.725 0 10.532 0 C 13.344 0 15.988 1.073 17.975 3.02 C 19.963 4.965 21.057 7.552 21.055 10.303 C 21.054 15.981 16.331 20.6 10.528 20.6 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1be45k9\",layoutDependency:layoutDependency,layoutId:\"uR7A2CKfA\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.863 11.679\" overflow=\"visible\"><path d=\"M 12.211 8.316 C 11.895 8.161 10.339 7.412 10.049 7.308 C 9.759 7.205 9.547 7.153 9.336 7.463 C 9.126 7.773 8.519 8.471 8.335 8.677 C 8.15 8.884 7.965 8.909 7.649 8.754 C 7.333 8.599 6.313 8.272 5.104 7.218 C 4.164 6.398 3.528 5.384 3.344 5.074 C 3.159 4.764 3.324 4.596 3.483 4.442 C 3.625 4.304 3.799 4.081 3.957 3.9 C 4.116 3.719 4.168 3.59 4.273 3.383 C 4.378 3.176 4.326 2.995 4.247 2.84 C 4.167 2.685 3.534 1.162 3.271 0.542 C 3.014 -0.061 2.753 0.02 2.559 0.011 C 2.374 0.001 2.163 0 1.952 0 C 1.742 0 1.398 0.077 1.108 0.387 C 0.818 0.697 0 1.446 0 2.969 C 0 4.493 1.135 5.965 1.293 6.171 C 1.451 6.378 3.524 9.505 6.699 10.845 C 7.454 11.164 8.044 11.355 8.503 11.497 C 9.261 11.732 9.952 11.699 10.497 11.619 C 11.104 11.53 12.369 10.87 12.633 10.147 C 12.896 9.424 12.896 8.804 12.817 8.675 C 12.737 8.545 12.527 8.468 12.211 8.313 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yPmNW.framer-ee2s8w, .framer-yPmNW .framer-ee2s8w { display: block; }\",\".framer-yPmNW.framer-2dhyqo { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yPmNW .framer-fm61tz { height: 25px; position: relative; width: 26px; }\",\".framer-yPmNW .framer-1f9a5kz { height: 25px; left: 0px; position: absolute; top: 0px; width: 26px; }\",\".framer-yPmNW .framer-r1jgzx { height: 21px; left: 2px; position: absolute; top: 2px; width: 21px; }\",\".framer-yPmNW .framer-1be45k9 { height: 12px; left: 7px; position: absolute; top: 7px; width: 13px; }\",'.framer-yPmNW[data-border=\"true\"]::after, .framer-yPmNW [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 49\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"t41wvqk6T\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerBhcYLthHq=withCSS(Component,css,\"framer-yPmNW\");export default FramerBhcYLthHq;FramerBhcYLthHq.displayName=\"WhatsApp Button Latest\";FramerBhcYLthHq.defaultProps={height:49,width:200};addPropertyControls(FramerBhcYLthHq,{t41wvqk6T:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerBhcYLthHq,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBhcYLthHq\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"49\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"t41wvqk6T\\\":\\\"click\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (9840458)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withAssignPhoneButtonID}from\"https://framerusercontent.com/modules/R74oYVfSF4V4gDMclNXG/hU825ZYQASzx4kogQrSb/Add_Phone_Button_ID.js\";const MotionDivWithAssignPhoneButtonID27zpqh=withCodeBoundaryForOverrides(motion.div,{nodeId:\"QRa9esZfH\",override:withAssignPhoneButtonID,scopeId:\"OD2LZeXEo\"});const serializationHash=\"framer-aXwPF\";const variantClassNames={QRa9esZfH:\"framer-v-27zpqh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"QRa9esZfH\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(MotionDivWithAssignPhoneButtonID27zpqh,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-27zpqh\",className,classNames),\"data-framer-name\":\"phone_btn\",layoutDependency:layoutDependency,layoutId:\"QRa9esZfH\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1sgvtyv\",layoutDependency:layoutDependency,layoutId:\"ugn9g6AUm\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 203.091 14.784\" overflow=\"visible\"><path d=\"M 0.001 5.792 C 0.001 3.925 0.396 2.496 1.185 1.504 C 1.976 0.501 3.1 0 4.561 0 C 5.351 0 6.033 0.139 6.609 0.416 C 7.185 0.693 7.659 1.088 8.033 1.6 C 8.417 2.101 8.7 2.71 8.881 3.424 C 9.062 4.128 9.153 4.917 9.153 5.792 C 9.153 7.659 8.753 9.093 7.953 10.096 C 7.163 11.088 6.033 11.584 4.561 11.584 C 3.782 11.584 3.105 11.445 2.529 11.168 C 1.969 10.895 1.481 10.495 1.105 10 C 0.732 9.488 0.455 8.88 0.273 8.176 C 0.084 7.396 -0.008 6.595 0.001 5.792 Z M 1.409 5.792 C 1.409 6.411 1.468 6.997 1.585 7.552 C 1.713 8.107 1.905 8.597 2.161 9.024 C 2.417 9.44 2.742 9.776 3.137 10.032 C 3.542 10.277 4.017 10.4 4.561 10.4 C 5.553 10.4 6.331 10.027 6.897 9.28 C 7.462 8.523 7.745 7.36 7.745 5.792 C 7.747 5.205 7.683 4.62 7.553 4.048 C 7.452 3.526 7.257 3.027 6.977 2.576 C 6.734 2.163 6.393 1.817 5.985 1.568 C 5.59 1.312 5.115 1.184 4.561 1.184 C 3.58 1.184 2.806 1.563 2.241 2.32 C 1.686 3.067 1.409 4.224 1.409 5.792 Z M 11.436 3.392 L 12.316 3.392 L 12.556 4.352 L 12.62 4.352 C 12.852 3.99 13.178 3.697 13.564 3.504 C 13.981 3.296 14.442 3.192 14.908 3.2 C 15.974 3.2 16.768 3.515 17.292 4.144 C 17.814 4.774 18.076 5.803 18.076 7.232 C 18.076 7.904 17.985 8.512 17.804 9.056 C 17.652 9.554 17.402 10.017 17.068 10.416 C 16.748 10.789 16.358 11.077 15.9 11.28 C 15.452 11.483 14.95 11.584 14.396 11.584 C 14.079 11.591 13.762 11.564 13.452 11.504 C 13.198 11.452 12.951 11.371 12.716 11.264 L 12.716 14.592 L 11.436 14.592 Z M 14.668 4.32 C 14.124 4.32 13.692 4.464 13.372 4.752 C 13.062 5.029 12.844 5.456 12.716 6.032 L 12.716 10 C 12.908 10.15 13.126 10.267 13.372 10.352 C 13.617 10.427 13.942 10.464 14.348 10.464 C 15.084 10.464 15.665 10.192 16.092 9.648 C 16.529 9.093 16.748 8.283 16.748 7.216 C 16.751 6.819 16.714 6.422 16.636 6.032 C 16.576 5.706 16.451 5.396 16.268 5.12 C 16.112 4.868 15.891 4.663 15.628 4.528 C 15.372 4.389 15.052 4.32 14.668 4.32 Z M 26.092 10.752 C 25.772 11.008 25.366 11.211 24.876 11.36 C 24.396 11.51 23.884 11.584 23.34 11.584 C 22.732 11.584 22.204 11.488 21.756 11.296 C 21.325 11.106 20.946 10.816 20.652 10.448 C 20.352 10.052 20.135 9.601 20.012 9.12 C 19.866 8.556 19.796 7.975 19.803 7.392 C 19.803 6.027 20.107 4.987 20.715 4.272 C 21.323 3.557 22.192 3.2 23.323 3.2 C 23.686 3.2 24.048 3.243 24.411 3.328 C 24.774 3.403 25.099 3.552 25.387 3.776 C 25.675 4 25.91 4.32 26.091 4.736 C 26.272 5.141 26.363 5.68 26.363 6.352 C 26.363 6.704 26.331 7.093 26.267 7.52 L 21.131 7.52 C 21.131 7.99 21.179 8.405 21.275 8.768 C 21.371 9.131 21.52 9.44 21.723 9.696 C 21.925 9.941 22.187 10.133 22.507 10.272 C 22.837 10.4 23.237 10.464 23.707 10.464 C 24.077 10.463 24.445 10.398 24.795 10.272 C 25.158 10.144 25.429 9.995 25.611 9.824 L 26.091 10.752 Z M 23.34 4.32 C 22.71 4.32 22.204 4.485 21.82 4.816 C 21.447 5.146 21.223 5.712 21.148 6.512 L 25.116 6.512 C 25.116 5.702 24.961 5.136 24.652 4.816 C 24.342 4.486 23.905 4.32 23.34 4.32 Z M 33.672 11.392 L 33.672 6.832 C 33.672 6 33.549 5.376 33.304 4.96 C 33.069 4.533 32.632 4.32 31.992 4.32 C 31.427 4.32 30.957 4.475 30.584 4.784 C 30.223 5.08 29.956 5.475 29.816 5.92 L 29.816 11.392 L 28.536 11.392 L 28.536 3.392 L 29.432 3.392 L 29.672 4.368 L 29.736 4.368 C 30.007 4.014 30.358 3.729 30.76 3.536 C 31.197 3.312 31.714 3.2 32.312 3.2 C 32.749 3.2 33.133 3.253 33.464 3.36 C 33.794 3.456 34.066 3.632 34.28 3.888 C 34.504 4.144 34.67 4.491 34.776 4.928 C 34.893 5.355 34.952 5.898 34.952 6.56 L 34.952 11.392 Z M 37.718 3.392 L 38.998 3.392 L 38.998 11.392 L 37.718 11.392 Z M 37.446 0.96 C 37.44 0.729 37.527 0.504 37.686 0.336 C 37.85 0.157 38.083 0.058 38.326 0.064 C 38.582 0.064 38.8 0.154 38.982 0.336 C 39.163 0.506 39.254 0.715 39.254 0.96 C 39.254 1.205 39.164 1.408 38.982 1.568 C 38.801 1.728 38.582 1.808 38.326 1.808 C 38.089 1.815 37.859 1.729 37.686 1.568 C 37.525 1.407 37.438 1.187 37.446 0.96 Z M 47.023 11.392 L 47.023 6.832 C 47.023 6 46.9 5.376 46.655 4.96 C 46.42 4.533 45.983 4.32 45.343 4.32 C 44.778 4.32 44.308 4.475 43.935 4.784 C 43.574 5.08 43.307 5.475 43.167 5.92 L 43.167 11.392 L 41.887 11.392 L 41.887 3.392 L 42.783 3.392 L 43.023 4.368 L 43.087 4.368 C 43.358 4.014 43.709 3.729 44.111 3.536 C 44.548 3.312 45.066 3.2 45.663 3.2 C 46.1 3.2 46.484 3.253 46.815 3.36 C 47.145 3.456 47.418 3.632 47.631 3.888 C 47.855 4.144 48.021 4.491 48.127 4.928 C 48.244 5.355 48.303 5.898 48.303 6.56 L 48.303 11.392 Z M 56.925 11.76 C 56.925 12.795 56.648 13.557 56.093 14.048 C 55.549 14.538 54.738 14.784 53.661 14.784 C 53.021 14.784 52.504 14.741 52.109 14.656 C 51.767 14.594 51.434 14.492 51.117 14.352 L 51.453 13.264 C 51.698 13.36 51.97 13.451 52.269 13.536 C 52.568 13.621 52.957 13.664 53.437 13.664 C 53.885 13.664 54.247 13.621 54.525 13.536 C 54.813 13.461 55.042 13.328 55.213 13.136 C 55.394 12.933 55.516 12.684 55.565 12.416 C 55.629 12.128 55.661 11.781 55.661 11.376 L 55.661 10.608 L 55.597 10.608 C 55.389 10.912 55.108 11.16 54.781 11.328 C 54.451 11.488 54.018 11.568 53.485 11.568 C 52.408 11.568 51.613 11.232 51.101 10.56 C 50.6 9.888 50.349 8.843 50.349 7.424 C 50.349 6.059 50.674 5.024 51.325 4.32 C 51.975 3.605 52.935 3.248 54.205 3.248 C 54.813 3.248 55.33 3.296 55.757 3.392 C 56.194 3.488 56.584 3.6 56.925 3.728 Z M 53.709 10.448 C 54.253 10.448 54.679 10.315 54.989 10.048 C 55.299 9.771 55.517 9.344 55.645 8.768 L 55.645 4.672 C 55.218 4.469 54.675 4.368 54.013 4.368 C 53.288 4.368 52.717 4.613 52.301 5.104 C 51.885 5.594 51.677 6.363 51.677 7.408 C 51.677 7.856 51.714 8.267 51.789 8.64 C 51.864 9.013 51.981 9.333 52.141 9.6 C 52.301 9.867 52.509 10.075 52.765 10.224 C 53.021 10.374 53.335 10.448 53.709 10.448 Z M 69.112 11.392 L 69.112 6.832 C 69.116 6.468 69.089 6.104 69.032 5.744 C 68.99 5.424 68.904 5.163 68.776 4.96 C 68.652 4.751 68.468 4.583 68.248 4.48 C 68.035 4.373 67.752 4.32 67.4 4.32 C 66.902 4.319 66.42 4.495 66.04 4.816 C 65.635 5.136 65.374 5.552 65.256 6.064 L 65.256 11.392 L 63.976 11.392 L 63.976 0.192 L 65.256 0.192 L 65.256 4.288 L 65.32 4.288 C 65.592 3.961 65.93 3.694 66.312 3.504 C 66.707 3.301 67.192 3.2 67.768 3.2 C 68.216 3.2 68.606 3.253 68.936 3.36 C 69.267 3.456 69.539 3.632 69.752 3.888 C 69.976 4.144 70.136 4.491 70.232 4.928 C 70.339 5.355 70.392 5.898 70.392 6.56 L 70.392 11.392 Z M 72.438 7.392 C 72.438 6.037 72.738 5.002 73.334 4.288 C 73.942 3.563 74.812 3.2 75.942 3.2 C 76.54 3.2 77.057 3.301 77.494 3.504 C 77.942 3.696 78.31 3.979 78.598 4.352 C 78.886 4.715 79.1 5.157 79.238 5.68 C 79.378 6.192 79.446 6.763 79.446 7.392 C 79.446 8.747 79.142 9.787 78.534 10.512 C 77.937 11.227 77.074 11.584 75.942 11.584 C 75.345 11.584 74.822 11.488 74.374 11.296 C 73.949 11.103 73.576 10.813 73.286 10.448 C 72.986 10.052 72.769 9.601 72.646 9.12 C 72.502 8.555 72.432 7.975 72.438 7.392 Z M 73.766 7.392 C 73.766 7.797 73.804 8.187 73.878 8.56 C 73.964 8.933 74.092 9.259 74.262 9.536 C 74.433 9.813 74.657 10.037 74.934 10.208 C 75.212 10.378 75.548 10.464 75.942 10.464 C 77.393 10.474 78.118 9.451 78.118 7.392 C 78.118 6.976 78.076 6.582 77.99 6.208 C 77.926 5.863 77.801 5.533 77.622 5.232 C 77.456 4.96 77.225 4.734 76.95 4.576 C 76.673 4.406 76.337 4.32 75.942 4.32 C 74.492 4.31 73.766 5.333 73.766 7.392 Z M 82.776 3.392 L 82.776 7.952 C 82.776 8.368 82.798 8.736 82.841 9.056 C 82.894 9.366 82.979 9.626 83.097 9.84 C 83.214 10.043 83.374 10.197 83.577 10.304 C 83.779 10.411 84.035 10.464 84.345 10.464 C 84.633 10.464 84.889 10.421 85.113 10.336 C 85.331 10.243 85.531 10.113 85.705 9.952 C 85.884 9.794 86.041 9.611 86.169 9.408 C 86.305 9.197 86.418 8.972 86.505 8.736 L 86.505 3.392 L 87.785 3.392 L 87.785 9.12 C 87.785 9.504 87.795 9.904 87.817 10.32 C 87.849 10.725 87.897 11.083 87.961 11.392 L 87.081 11.392 L 86.761 10.128 L 86.681 10.128 C 86.434 10.546 86.094 10.902 85.689 11.168 C 85.273 11.445 84.745 11.584 84.105 11.584 C 83.678 11.584 83.299 11.531 82.969 11.424 C 82.651 11.33 82.368 11.147 82.153 10.896 C 81.939 10.64 81.773 10.299 81.657 9.872 C 81.55 9.435 81.497 8.885 81.497 8.224 L 81.497 3.392 L 82.777 3.392 Z M 94.186 4.624 C 93.892 4.522 93.584 4.468 93.274 4.464 C 92.814 4.464 92.452 4.592 92.186 4.848 C 91.919 5.093 91.754 5.408 91.69 5.792 L 91.69 11.392 L 90.41 11.392 L 90.41 3.392 L 91.306 3.392 L 91.546 4.368 L 91.61 4.368 C 91.812 4.005 92.052 3.728 92.33 3.536 C 92.618 3.333 92.98 3.232 93.418 3.232 C 93.727 3.232 94.074 3.285 94.458 3.392 Z M 99.527 9.216 C 99.527 8.896 99.431 8.646 99.239 8.464 C 99.028 8.271 98.784 8.119 98.519 8.016 C 98.217 7.879 97.907 7.761 97.591 7.664 C 97.268 7.55 96.957 7.406 96.663 7.232 C 96.385 7.051 96.146 6.817 95.959 6.544 C 95.767 6.267 95.671 5.894 95.671 5.424 C 95.671 4.656 95.89 4.096 96.327 3.744 C 96.764 3.381 97.372 3.2 98.151 3.2 C 98.727 3.2 99.207 3.253 99.591 3.36 C 99.986 3.456 100.327 3.573 100.615 3.712 L 100.311 4.768 C 100.023 4.636 99.723 4.534 99.415 4.464 C 99.055 4.366 98.683 4.317 98.311 4.32 C 97.841 4.32 97.495 4.4 97.271 4.56 C 97.058 4.72 96.951 4.997 96.951 5.392 C 96.951 5.669 97.047 5.888 97.239 6.048 C 97.431 6.198 97.666 6.336 97.943 6.464 C 98.231 6.581 98.54 6.699 98.871 6.816 C 99.212 6.933 99.521 7.088 99.799 7.28 C 100.087 7.472 100.327 7.717 100.519 8.016 C 100.711 8.304 100.807 8.688 100.807 9.168 C 100.807 9.509 100.748 9.829 100.631 10.128 C 100.527 10.423 100.351 10.687 100.119 10.896 C 99.863 11.121 99.563 11.29 99.239 11.392 C 98.898 11.52 98.492 11.584 98.023 11.584 C 97.415 11.584 96.898 11.525 96.471 11.408 C 96.098 11.312 95.738 11.172 95.399 10.992 L 95.783 9.904 C 96.087 10.067 96.409 10.196 96.743 10.288 C 97.132 10.405 97.536 10.464 97.943 10.464 C 98.402 10.464 98.78 10.374 99.079 10.192 C 99.378 10.011 99.527 9.685 99.527 9.216 Z M 103.125 4.208 C 103.125 3.92 103.205 3.696 103.365 3.536 C 103.536 3.366 103.76 3.28 104.037 3.28 C 104.325 3.28 104.555 3.365 104.725 3.536 C 104.896 3.696 104.981 3.92 104.981 4.208 C 104.981 4.485 104.896 4.709 104.725 4.88 C 104.555 5.05 104.325 5.136 104.037 5.136 C 103.76 5.136 103.536 5.051 103.365 4.88 C 103.205 4.71 103.125 4.485 103.125 4.208 Z M 103.125 10.656 C 103.125 10.368 103.205 10.144 103.365 9.984 C 103.536 9.814 103.76 9.728 104.037 9.728 C 104.325 9.728 104.555 9.813 104.725 9.984 C 104.896 10.144 104.981 10.368 104.981 10.656 C 104.981 10.933 104.896 11.157 104.725 11.328 C 104.555 11.498 104.325 11.584 104.037 11.584 C 103.76 11.584 103.536 11.499 103.365 11.328 C 103.205 11.158 103.125 10.933 103.125 10.656 Z M 110.587 3.584 C 110.587 3.072 110.662 2.597 110.811 2.16 C 110.949 1.741 111.173 1.354 111.467 1.024 C 111.764 0.697 112.13 0.441 112.539 0.272 C 112.976 0.091 113.483 0 114.059 0 C 115.147 0 115.995 0.352 116.603 1.056 C 117.211 1.76 117.515 2.752 117.515 4.032 C 117.515 5.237 117.376 6.293 117.099 7.2 C 116.832 8.096 116.459 8.853 115.979 9.472 C 115.518 10.074 114.934 10.57 114.267 10.928 C 113.616 11.269 112.907 11.488 112.139 11.584 L 111.851 10.56 C 112.432 10.476 112.995 10.292 113.515 10.016 C 114 9.762 114.434 9.42 114.795 9.008 C 115.158 8.603 115.451 8.144 115.675 7.632 C 115.904 7.09 116.06 6.519 116.139 5.936 C 115.851 6.277 115.531 6.517 115.179 6.656 C 114.838 6.784 114.384 6.848 113.819 6.848 C 113.394 6.85 112.972 6.78 112.571 6.64 C 112.192 6.494 111.844 6.277 111.547 6 C 111.241 5.713 111.001 5.364 110.843 4.976 C 110.672 4.571 110.587 4.106 110.587 3.584 Z M 111.915 3.456 C 111.915 4.213 112.112 4.784 112.507 5.168 C 112.912 5.541 113.44 5.728 114.091 5.728 C 114.614 5.728 115.062 5.643 115.435 5.472 C 115.808 5.302 116.075 5.077 116.235 4.8 C 116.256 4.661 116.267 4.539 116.267 4.432 L 116.267 4.096 C 116.267 3.712 116.219 3.344 116.123 2.992 C 116.046 2.651 115.911 2.326 115.723 2.032 C 115.546 1.748 115.298 1.516 115.003 1.36 C 114.715 1.2 114.374 1.12 113.979 1.12 C 113.328 1.12 112.822 1.328 112.459 1.744 C 112.096 2.149 111.915 2.72 111.915 3.456 Z M 120.09 4.208 C 120.09 3.92 120.17 3.696 120.33 3.536 C 120.5 3.366 120.724 3.28 121.002 3.28 C 121.29 3.28 121.519 3.365 121.69 3.536 C 121.86 3.696 121.946 3.92 121.946 4.208 C 121.946 4.485 121.86 4.709 121.69 4.88 C 121.519 5.05 121.29 5.136 121.002 5.136 C 120.724 5.136 120.5 5.051 120.33 4.88 C 120.17 4.71 120.09 4.485 120.09 4.208 Z M 120.09 10.656 C 120.09 10.368 120.17 10.144 120.33 9.984 C 120.5 9.814 120.724 9.728 121.002 9.728 C 121.29 9.728 121.519 9.813 121.69 9.984 C 121.86 10.144 121.946 10.368 121.946 10.656 C 121.946 10.933 121.86 11.157 121.69 11.328 C 121.519 11.498 121.29 11.584 121.002 11.584 C 120.724 11.584 120.5 11.499 120.33 11.328 C 120.17 11.158 120.09 10.933 120.09 10.656 Z M 126.038 10.464 C 126.38 10.467 126.721 10.413 127.046 10.304 C 127.341 10.205 127.613 10.047 127.846 9.84 C 128.312 9.4 128.573 8.785 128.566 8.144 C 128.566 7.397 128.342 6.843 127.894 6.48 C 127.456 6.117 126.848 5.936 126.07 5.936 L 124.886 5.936 L 124.886 5.472 L 127.19 1.92 L 127.926 1.216 L 126.886 1.376 L 123.718 1.376 L 123.718 0.192 L 129.43 0.192 L 129.43 0.656 L 126.886 4.48 L 126.326 4.944 L 126.326 4.976 L 126.87 4.864 C 127.296 4.874 127.691 4.954 128.054 5.104 C 128.416 5.243 128.731 5.451 128.998 5.728 C 129.264 5.995 129.472 6.32 129.622 6.704 C 129.771 7.077 129.846 7.504 129.846 7.984 C 129.846 8.56 129.744 9.072 129.542 9.52 C 129.339 9.968 129.062 10.347 128.71 10.656 C 128.353 10.963 127.94 11.197 127.494 11.344 C 127.024 11.504 126.528 11.584 126.006 11.584 C 125.526 11.584 125.094 11.547 124.71 11.472 C 124.365 11.409 124.027 11.312 123.702 11.184 L 124.038 10.048 C 124.283 10.165 124.571 10.267 124.902 10.352 C 125.243 10.427 125.622 10.464 126.038 10.464 Z M 131.861 5.792 C 131.861 3.872 132.17 2.427 132.789 1.456 C 133.418 0.486 134.33 0 135.525 0 C 136.815 0 137.749 0.48 138.325 1.44 C 138.911 2.39 139.205 3.84 139.205 5.792 C 139.205 7.712 138.89 9.157 138.261 10.128 C 137.642 11.098 136.73 11.584 135.525 11.584 C 134.255 11.584 133.327 11.077 132.741 10.064 C 132.154 9.051 131.861 7.627 131.861 5.792 Z M 133.189 5.792 C 133.189 6.485 133.231 7.12 133.317 7.696 C 133.413 8.261 133.557 8.752 133.749 9.168 C 133.941 9.573 134.181 9.893 134.469 10.128 C 134.767 10.352 135.119 10.464 135.525 10.464 C 136.335 10.464 136.927 10.091 137.301 9.344 C 137.685 8.587 137.877 7.403 137.877 5.792 C 137.877 5.109 137.834 4.48 137.749 3.904 C 137.674 3.328 137.541 2.832 137.349 2.416 C 137.167 2 136.927 1.68 136.629 1.456 C 136.33 1.232 135.962 1.12 135.525 1.12 C 134.725 1.12 134.133 1.499 133.749 2.256 C 133.375 3.013 133.189 4.192 133.189 5.792 Z M 141.155 3.984 C 141.591 3.727 142.067 3.543 142.563 3.44 C 143.12 3.321 143.689 3.262 144.259 3.264 C 144.814 3.264 145.257 3.339 145.587 3.488 C 145.929 3.638 146.185 3.835 146.355 4.08 C 146.537 4.315 146.654 4.576 146.707 4.864 C 146.771 5.152 146.803 5.44 146.803 5.728 C 146.803 6.368 146.787 6.992 146.755 7.6 C 146.723 8.175 146.707 8.752 146.707 9.328 C 146.707 9.723 146.723 10.096 146.755 10.448 C 146.787 10.8 146.846 11.125 146.931 11.424 L 145.987 11.424 L 145.651 10.304 L 145.571 10.304 C 145.475 10.454 145.353 10.603 145.203 10.752 C 145.049 10.902 144.877 11.031 144.691 11.136 C 144.192 11.396 143.637 11.528 143.075 11.52 C 142.734 11.52 142.414 11.467 142.115 11.36 C 141.838 11.26 141.582 11.108 141.363 10.912 C 141.148 10.707 140.974 10.462 140.851 10.192 C 140.729 9.892 140.669 9.571 140.675 9.248 C 140.675 8.778 140.771 8.389 140.963 8.08 C 141.155 7.76 141.422 7.51 141.763 7.328 C 142.152 7.124 142.575 6.988 143.011 6.928 C 143.545 6.839 144.085 6.796 144.627 6.8 L 145.059 6.8 C 145.209 6.8 145.358 6.81 145.507 6.832 C 145.539 6.512 145.555 6.224 145.555 5.968 C 145.555 5.381 145.438 4.971 145.203 4.736 C 144.969 4.501 144.542 4.384 143.923 4.384 C 143.724 4.385 143.526 4.401 143.331 4.432 C 143.115 4.456 142.901 4.493 142.691 4.544 C 142.478 4.586 142.27 4.645 142.067 4.72 C 141.889 4.778 141.717 4.853 141.555 4.944 Z M 143.427 10.4 C 143.726 10.4 143.993 10.363 144.227 10.288 C 144.462 10.203 144.665 10.101 144.835 9.984 C 144.994 9.868 145.134 9.727 145.251 9.568 C 145.369 9.418 145.454 9.275 145.507 9.136 L 145.507 7.808 C 145.352 7.797 145.197 7.792 145.043 7.792 C 144.567 7.762 144.091 7.778 143.619 7.84 C 143.332 7.866 143.052 7.936 142.787 8.048 C 142.563 8.136 142.365 8.279 142.211 8.464 C 142.073 8.634 142.003 8.854 142.003 9.12 C 142.003 9.493 142.137 9.803 142.403 10.048 C 142.67 10.283 143.011 10.4 143.427 10.4 Z M 154.069 11.392 L 154.069 6.864 C 154.069 6.437 154.047 6.069 154.005 5.76 C 153.984 5.483 153.913 5.212 153.797 4.96 C 153.697 4.755 153.534 4.586 153.333 4.48 C 153.141 4.373 152.885 4.32 152.565 4.32 C 152.074 4.32 151.663 4.47 151.333 4.768 C 151.009 5.072 150.777 5.46 150.661 5.888 L 150.661 11.392 L 149.381 11.392 L 149.381 3.392 L 150.277 3.392 L 150.517 4.368 L 150.581 4.368 C 150.869 4.027 151.199 3.749 151.573 3.536 C 151.957 3.312 152.453 3.2 153.061 3.2 C 153.573 3.2 153.989 3.301 154.309 3.504 C 154.639 3.696 154.895 4.037 155.077 4.528 C 155.317 4.117 155.666 3.779 156.085 3.552 C 156.538 3.313 157.044 3.192 157.557 3.2 C 158.005 3.2 158.383 3.253 158.693 3.36 C 159.002 3.456 159.258 3.632 159.461 3.888 C 159.663 4.144 159.807 4.491 159.893 4.928 C 159.989 5.365 160.037 5.92 160.037 6.592 L 160.037 11.392 L 158.757 11.392 L 158.757 6.576 C 158.76 6.244 158.738 5.913 158.693 5.584 C 158.661 5.296 158.586 5.061 158.469 4.88 C 158.366 4.692 158.202 4.545 158.005 4.464 C 157.813 4.368 157.557 4.32 157.237 4.32 C 156.703 4.32 156.287 4.47 155.989 4.768 C 155.69 5.067 155.477 5.493 155.349 6.048 L 155.349 11.392 Z M 165.382 6.192 L 169.254 6.192 L 169.254 7.376 L 165.382 7.376 Z M 176.916 10.464 C 177.652 10.464 178.26 10.251 178.74 9.824 C 179.22 9.397 179.46 8.779 179.46 7.968 C 179.46 7.189 179.22 6.608 178.74 6.224 C 178.27 5.84 177.62 5.648 176.788 5.648 L 175.444 5.728 L 175.444 0.192 L 180.436 0.192 L 180.436 1.376 L 176.644 1.376 L 176.644 4.56 L 177.332 4.528 C 178.388 4.538 179.22 4.832 179.828 5.408 C 180.436 5.984 180.74 6.811 180.74 7.888 C 180.74 8.485 180.638 9.018 180.436 9.488 C 180.246 9.928 179.962 10.322 179.604 10.64 C 179.262 10.95 178.857 11.184 178.388 11.344 C 177.918 11.504 177.417 11.584 176.884 11.584 C 176.404 11.584 175.998 11.557 175.668 11.504 C 175.351 11.454 175.04 11.374 174.74 11.264 L 175.076 10.176 C 175.321 10.272 175.582 10.346 175.86 10.4 C 176.148 10.443 176.5 10.464 176.916 10.464 Z M 183.618 3.392 L 184.498 3.392 L 184.738 4.352 L 184.802 4.352 C 185.048 3.979 185.362 3.696 185.746 3.504 C 186.163 3.296 186.624 3.192 187.09 3.2 C 188.157 3.2 188.952 3.515 189.474 4.144 C 189.997 4.774 190.258 5.803 190.258 7.232 C 190.258 7.904 190.168 8.512 189.986 9.056 C 189.816 9.589 189.57 10.043 189.25 10.416 C 188.93 10.789 188.541 11.077 188.082 11.28 C 187.608 11.488 187.095 11.592 186.578 11.584 C 186.184 11.584 185.869 11.557 185.634 11.504 C 185.38 11.452 185.133 11.371 184.898 11.264 L 184.898 14.592 L 183.618 14.592 Z M 186.85 4.32 C 186.306 4.32 185.874 4.464 185.554 4.752 C 185.245 5.029 185.026 5.456 184.898 6.032 L 184.898 10 C 185.09 10.15 185.309 10.267 185.554 10.352 C 185.8 10.427 186.125 10.464 186.53 10.464 C 187.266 10.464 187.848 10.192 188.274 9.648 C 188.712 9.093 188.93 8.283 188.93 7.216 C 188.93 6.779 188.893 6.384 188.818 6.032 C 188.758 5.706 188.633 5.396 188.45 5.12 C 188.294 4.868 188.073 4.663 187.81 4.528 C 187.554 4.389 187.234 4.32 186.85 4.32 Z M 197.123 11.392 L 197.123 6.864 C 197.123 6.437 197.101 6.069 197.059 5.76 C 197.038 5.483 196.967 5.212 196.851 4.96 C 196.751 4.755 196.588 4.586 196.387 4.48 C 196.195 4.373 195.939 4.32 195.619 4.32 C 195.128 4.32 194.717 4.47 194.387 4.768 C 194.063 5.072 193.831 5.46 193.715 5.888 L 193.715 11.392 L 192.435 11.392 L 192.435 3.392 L 193.331 3.392 L 193.571 4.368 L 193.635 4.368 C 193.923 4.027 194.253 3.749 194.627 3.536 C 195.011 3.312 195.507 3.2 196.115 3.2 C 196.627 3.2 197.043 3.301 197.363 3.504 C 197.693 3.696 197.949 4.037 198.131 4.528 C 198.371 4.117 198.72 3.779 199.139 3.552 C 199.592 3.313 200.098 3.192 200.611 3.2 C 201.059 3.2 201.437 3.253 201.747 3.36 C 202.056 3.456 202.312 3.632 202.515 3.888 C 202.717 4.144 202.861 4.491 202.947 4.928 C 203.043 5.365 203.091 5.92 203.091 6.592 L 203.091 11.392 L 201.811 11.392 L 201.811 6.576 C 201.814 6.244 201.792 5.913 201.747 5.584 C 201.715 5.296 201.64 5.061 201.523 4.88 C 201.42 4.692 201.256 4.545 201.059 4.464 C 200.867 4.368 200.611 4.32 200.291 4.32 C 199.757 4.32 199.341 4.47 199.043 4.768 C 198.744 5.067 198.531 5.493 198.403 6.048 L 198.403 11.392 Z\" fill=\"rgb(62,59,94)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-18hcmh3\",layoutDependency:layoutDependency,layoutId:\"UK_YZbGFo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.153 11.584\" overflow=\"visible\"><path d=\"M 0.001 5.792 C 0.001 3.925 0.396 2.496 1.185 1.504 C 1.976 0.501 3.1 0 4.561 0 C 5.351 0 6.033 0.139 6.609 0.416 C 7.185 0.693 7.659 1.088 8.033 1.6 C 8.417 2.101 8.7 2.71 8.881 3.424 C 9.062 4.128 9.153 4.917 9.153 5.792 C 9.153 7.659 8.753 9.093 7.953 10.096 C 7.163 11.088 6.033 11.584 4.561 11.584 C 3.782 11.584 3.105 11.445 2.529 11.168 C 1.969 10.895 1.481 10.495 1.105 10 C 0.732 9.488 0.455 8.88 0.273 8.176 C 0.084 7.396 -0.008 6.595 0.001 5.792 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nubzgr\",layoutDependency:layoutDependency,layoutId:\"ju_kuzDD4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.336 9.216\" overflow=\"visible\"><path d=\"M 0 4.608 C 0 5.227 0.059 5.813 0.176 6.368 C 0.304 6.923 0.496 7.413 0.752 7.84 C 1.008 8.256 1.333 8.592 1.728 8.848 C 2.133 9.093 2.608 9.216 3.152 9.216 C 4.144 9.216 4.922 8.843 5.488 8.096 C 6.053 7.339 6.336 6.176 6.336 4.608 C 6.338 4.021 6.274 3.436 6.144 2.864 C 6.044 2.342 5.849 1.843 5.568 1.392 C 5.326 0.979 4.985 0.633 4.576 0.384 C 4.181 0.128 3.706 0 3.152 0 C 2.171 0 1.397 0.379 0.832 1.136 C 0.277 1.883 0 3.04 0 4.608 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1owy6z7\",layoutDependency:layoutDependency,layoutId:\"nIdjkvzaZ\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.64 11.392\" overflow=\"visible\"><path d=\"M 0 0.192 L 0.88 0.192 L 1.12 1.152 L 1.184 1.152 C 1.417 0.79 1.743 0.497 2.128 0.304 C 2.545 0.097 3.006 -0.008 3.472 0 C 4.538 0 5.332 0.315 5.856 0.944 C 6.378 1.574 6.64 2.603 6.64 4.032 C 6.64 4.704 6.549 5.312 6.368 5.856 C 6.216 6.355 5.966 6.817 5.632 7.216 C 5.312 7.589 4.922 7.877 4.464 8.08 C 4.016 8.283 3.514 8.384 2.96 8.384 C 2.643 8.391 2.327 8.365 2.016 8.304 C 1.762 8.252 1.516 8.172 1.28 8.064 L 1.28 11.392 L 0 11.392 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1y4rddf\",layoutDependency:layoutDependency,layoutId:\"YJV7k6rFN\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.032 6.144\" overflow=\"visible\"><path d=\"M 1.952 0 C 1.408 0 0.976 0.144 0.656 0.432 C 0.346 0.709 0.128 1.136 0 1.712 L 0 5.68 C 0.192 5.83 0.41 5.947 0.656 6.032 C 0.901 6.107 1.226 6.144 1.632 6.144 C 2.368 6.144 2.949 5.872 3.376 5.328 C 3.813 4.773 4.032 3.963 4.032 2.896 C 4.036 2.499 3.998 2.102 3.92 1.712 C 3.86 1.386 3.735 1.076 3.552 0.8 C 3.396 0.548 3.175 0.343 2.912 0.208 C 2.656 0.069 2.336 0 1.952 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19o796v\",layoutDependency:layoutDependency,layoutId:\"mTcNeQNId\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.56 8.384\" overflow=\"visible\"><path d=\"M 6.289 7.552 C 5.969 7.808 5.563 8.011 5.073 8.16 C 4.593 8.31 4.081 8.384 3.537 8.384 C 2.929 8.384 2.401 8.288 1.953 8.096 C 1.522 7.906 1.144 7.616 0.849 7.248 C 0.55 6.852 0.333 6.401 0.209 5.92 C 0.064 5.356 -0.006 4.775 0 4.192 C 0 2.827 0.304 1.787 0.912 1.072 C 1.52 0.357 2.389 0 3.52 0 C 3.883 0 4.245 0.043 4.608 0.128 C 4.971 0.203 5.296 0.352 5.584 0.576 C 5.872 0.8 6.107 1.12 6.288 1.536 C 6.469 1.941 6.56 2.48 6.56 3.152 C 6.56 3.504 6.528 3.893 6.464 4.32 L 1.328 4.32 C 1.328 4.79 1.376 5.205 1.472 5.568 C 1.568 5.931 1.717 6.24 1.92 6.496 C 2.122 6.741 2.384 6.933 2.704 7.072 C 3.034 7.2 3.434 7.264 3.904 7.264 C 4.275 7.263 4.643 7.198 4.992 7.072 C 5.355 6.944 5.626 6.795 5.808 6.624 L 6.288 7.552 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fom4o9\",layoutDependency:layoutDependency,layoutId:\"HObmEmwWc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.968 2.192\" overflow=\"visible\"><path d=\"M 2.192 0 C 1.562 0 1.056 0.165 0.672 0.496 C 0.299 0.826 0.075 1.392 0 2.192 L 3.968 2.192 C 3.968 1.382 3.813 0.816 3.504 0.496 C 3.194 0.166 2.757 0 2.192 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-iji3ff\",layoutDependency:layoutDependency,layoutId:\"ObpKrSA13\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.416 8.192\" overflow=\"visible\"><path d=\"M 5.136 8.192 L 5.136 3.632 C 5.136 2.8 5.013 2.176 4.768 1.76 C 4.533 1.333 4.096 1.12 3.456 1.12 C 2.891 1.12 2.421 1.275 2.048 1.584 C 1.687 1.88 1.42 2.275 1.28 2.72 L 1.28 8.192 L 0 8.192 L 0 0.192 L 0.896 0.192 L 1.136 1.168 L 1.2 1.168 C 1.471 0.814 1.822 0.529 2.224 0.336 C 2.661 0.112 3.178 0 3.776 0 C 4.213 0 4.597 0.053 4.928 0.16 C 5.258 0.256 5.53 0.432 5.744 0.688 C 5.968 0.944 6.134 1.291 6.24 1.728 C 6.357 2.155 6.416 2.698 6.416 3.36 L 6.416 8.192 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1expkev\",layoutDependency:layoutDependency,layoutId:\"j7Fy1fqDe\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.28 8\" overflow=\"visible\"><path d=\"M 0 0 L 1.28 0 L 1.28 8 L 0 8 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ehn795\",layoutDependency:layoutDependency,layoutId:\"gFmOUX1WX\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.808 1.745\" overflow=\"visible\"><path d=\"M 0 0.896 C -0.005 0.665 0.081 0.441 0.24 0.272 C 0.405 0.094 0.638 -0.006 0.88 0 C 1.136 0 1.354 0.09 1.536 0.272 C 1.717 0.442 1.808 0.651 1.808 0.896 C 1.808 1.141 1.718 1.344 1.536 1.504 C 1.355 1.664 1.136 1.744 0.88 1.744 C 0.644 1.752 0.414 1.665 0.24 1.504 C 0.08 1.343 -0.007 1.123 0 0.896 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1pzmpgk\",layoutDependency:layoutDependency,layoutId:\"rc109LOeN\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.416 8.192\" overflow=\"visible\"><path d=\"M 5.136 8.192 L 5.136 3.632 C 5.136 2.8 5.013 2.176 4.768 1.76 C 4.533 1.333 4.096 1.12 3.456 1.12 C 2.891 1.12 2.421 1.275 2.048 1.584 C 1.687 1.88 1.42 2.275 1.28 2.72 L 1.28 8.192 L 0 8.192 L 0 0.192 L 0.896 0.192 L 1.136 1.168 L 1.2 1.168 C 1.471 0.814 1.822 0.529 2.224 0.336 C 2.661 0.112 3.179 0 3.776 0 C 4.213 0 4.597 0.053 4.928 0.16 C 5.258 0.256 5.531 0.432 5.744 0.688 C 5.968 0.944 6.134 1.291 6.24 1.728 C 6.357 2.155 6.416 2.698 6.416 3.36 L 6.416 8.192 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bfpqlr\",layoutDependency:layoutDependency,layoutId:\"rqlpV3WvJ\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.576 11.536\" overflow=\"visible\"><path d=\"M 6.576 8.512 C 6.576 9.547 6.299 10.309 5.744 10.8 C 5.2 11.29 4.389 11.536 3.312 11.536 C 2.672 11.536 2.155 11.493 1.76 11.408 C 1.418 11.346 1.085 11.244 0.768 11.104 L 1.104 10.016 C 1.349 10.112 1.621 10.203 1.92 10.288 C 2.219 10.373 2.608 10.416 3.088 10.416 C 3.536 10.416 3.898 10.373 4.176 10.288 C 4.464 10.213 4.693 10.08 4.864 9.888 C 5.045 9.685 5.167 9.436 5.216 9.168 C 5.28 8.88 5.312 8.533 5.312 8.128 L 5.312 7.36 L 5.248 7.36 C 5.04 7.664 4.76 7.912 4.432 8.08 C 4.102 8.24 3.669 8.32 3.136 8.32 C 2.059 8.32 1.264 7.984 0.752 7.312 C 0.251 6.64 0 5.595 0 4.176 C 0 2.811 0.325 1.776 0.976 1.072 C 1.626 0.357 2.586 0 3.856 0 C 4.464 0 4.981 0.048 5.408 0.144 C 5.845 0.24 6.235 0.352 6.576 0.48 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tlqph3\",layoutDependency:layoutDependency,layoutId:\"cRVSSl02l\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.968 6.08\" overflow=\"visible\"><path d=\"M 2.032 6.08 C 2.576 6.08 3.002 5.947 3.312 5.68 C 3.622 5.403 3.84 4.976 3.968 4.4 L 3.968 0.304 C 3.541 0.101 2.998 0 2.336 0 C 1.611 0 1.04 0.245 0.624 0.736 C 0.208 1.226 0 1.995 0 3.04 C 0 3.488 0.037 3.899 0.112 4.272 C 0.187 4.645 0.304 4.965 0.464 5.232 C 0.624 5.499 0.832 5.707 1.088 5.856 C 1.344 6.006 1.658 6.08 2.032 6.08 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1gh92t4\",layoutDependency:layoutDependency,layoutId:\"OAhddRXkD\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.416 11.2\" overflow=\"visible\"><path d=\"M 5.136 11.2 L 5.136 6.64 C 5.14 6.276 5.114 5.912 5.056 5.552 C 5.014 5.232 4.928 4.971 4.8 4.768 C 4.676 4.559 4.492 4.391 4.272 4.288 C 4.059 4.181 3.776 4.128 3.424 4.128 C 2.926 4.127 2.444 4.303 2.064 4.624 C 1.659 4.944 1.398 5.36 1.28 5.872 L 1.28 11.2 L 0 11.2 L 0 0 L 1.28 0 L 1.28 4.096 L 1.344 4.096 C 1.617 3.769 1.955 3.502 2.336 3.312 C 2.731 3.109 3.216 3.008 3.792 3.008 C 4.24 3.008 4.63 3.061 4.96 3.168 C 5.291 3.264 5.563 3.44 5.776 3.696 C 6 3.952 6.16 4.299 6.256 4.736 C 6.363 5.163 6.416 5.706 6.416 6.368 L 6.416 11.2 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-710evx\",layoutDependency:layoutDependency,layoutId:\"jClUR57gG\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.008 8.384\" overflow=\"visible\"><path d=\"M 0 4.192 C 0 2.837 0.3 1.802 0.896 1.088 C 1.504 0.363 2.374 0 3.504 0 C 4.102 0 4.619 0.101 5.056 0.304 C 5.504 0.496 5.872 0.779 6.16 1.152 C 6.448 1.515 6.662 1.957 6.8 2.48 C 6.94 2.992 7.008 3.563 7.008 4.192 C 7.008 5.547 6.704 6.587 6.096 7.312 C 5.499 8.027 4.636 8.384 3.504 8.384 C 2.907 8.384 2.384 8.288 1.936 8.096 C 1.512 7.903 1.139 7.613 0.848 7.248 C 0.549 6.852 0.332 6.401 0.208 5.92 C 0.065 5.355 -0.005 4.775 0 4.192 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14ul9qs\",layoutDependency:layoutDependency,layoutId:\"y7BCKeVyk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.352 6.144\" overflow=\"visible\"><path d=\"M 0 3.072 C 0 3.477 0.038 3.867 0.112 4.24 C 0.198 4.613 0.326 4.939 0.496 5.216 C 0.667 5.493 0.891 5.717 1.168 5.888 C 1.446 6.058 1.782 6.144 2.176 6.144 C 3.627 6.154 4.352 5.131 4.352 3.072 C 4.352 2.656 4.31 2.262 4.224 1.888 C 4.16 1.543 4.036 1.213 3.856 0.912 C 3.691 0.64 3.46 0.415 3.184 0.256 C 2.907 0.086 2.571 0 2.176 0 C 0.726 -0.01 0 1.013 0 3.072 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jvi42l\",layoutDependency:layoutDependency,layoutId:\"Mc_JUpJT9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.464 8.192\" overflow=\"visible\"><path d=\"M 1.279 0 L 1.279 4.56 C 1.279 4.976 1.301 5.344 1.344 5.664 C 1.397 5.974 1.482 6.234 1.6 6.448 C 1.717 6.651 1.877 6.805 2.08 6.912 C 2.282 7.019 2.538 7.072 2.848 7.072 C 3.136 7.072 3.392 7.029 3.616 6.944 C 3.834 6.851 4.034 6.721 4.208 6.56 C 4.388 6.402 4.544 6.219 4.672 6.016 C 4.809 5.805 4.922 5.58 5.008 5.344 L 5.008 0 L 6.288 0 L 6.288 5.728 C 6.288 6.112 6.298 6.512 6.32 6.928 C 6.352 7.333 6.4 7.691 6.464 8 L 5.584 8 L 5.264 6.736 L 5.184 6.736 C 4.937 7.154 4.598 7.51 4.192 7.776 C 3.776 8.053 3.248 8.192 2.608 8.192 C 2.181 8.192 1.802 8.139 1.472 8.032 C 1.155 7.938 0.872 7.755 0.656 7.504 C 0.442 7.248 0.276 6.907 0.16 6.48 C 0.053 6.043 0 5.493 0 4.832 L 0 0 L 1.28 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1dhmydg\",layoutDependency:layoutDependency,layoutId:\"OZP_naWPf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.048 8.16\" overflow=\"visible\"><path d=\"M 3.776 1.392 C 3.483 1.29 3.175 1.236 2.864 1.232 C 2.404 1.232 2.042 1.36 1.776 1.616 C 1.509 1.861 1.344 2.176 1.28 2.56 L 1.28 8.16 L 0 8.16 L 0 0.16 L 0.896 0.16 L 1.136 1.136 L 1.2 1.136 C 1.402 0.773 1.642 0.496 1.92 0.304 C 2.208 0.101 2.57 0 3.008 0 C 3.317 0 3.664 0.053 4.048 0.16 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fewtmb\",layoutDependency:layoutDependency,layoutId:\"J8SsPG5Vj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.408 8.384\" overflow=\"visible\"><path d=\"M 4.128 6.016 C 4.128 5.696 4.032 5.446 3.84 5.264 C 3.63 5.071 3.386 4.919 3.12 4.816 C 2.819 4.679 2.509 4.561 2.192 4.464 C 1.869 4.35 1.559 4.206 1.264 4.032 C 0.987 3.851 0.748 3.617 0.56 3.344 C 0.368 3.067 0.272 2.694 0.272 2.224 C 0.272 1.456 0.491 0.896 0.928 0.544 C 1.365 0.181 1.973 0 2.752 0 C 3.328 0 3.808 0.053 4.192 0.16 C 4.587 0.256 4.928 0.373 5.216 0.512 L 4.912 1.568 C 4.625 1.436 4.324 1.334 4.016 1.264 C 3.656 1.166 3.285 1.117 2.912 1.12 C 2.442 1.12 2.096 1.2 1.872 1.36 C 1.659 1.52 1.552 1.797 1.552 2.192 C 1.552 2.469 1.648 2.688 1.84 2.848 C 2.032 2.998 2.267 3.136 2.544 3.264 C 2.832 3.381 3.141 3.499 3.472 3.616 C 3.813 3.733 4.122 3.888 4.4 4.08 C 4.688 4.272 4.928 4.517 5.12 4.816 C 5.312 5.104 5.408 5.488 5.408 5.968 C 5.408 6.309 5.349 6.629 5.232 6.928 C 5.128 7.223 4.952 7.487 4.72 7.696 C 4.465 7.921 4.165 8.09 3.84 8.192 C 3.499 8.32 3.093 8.384 2.624 8.384 C 2.016 8.384 1.499 8.325 1.072 8.208 C 0.7 8.112 0.34 7.972 0 7.792 L 0.384 6.704 C 0.689 6.867 1.011 6.996 1.344 7.088 C 1.733 7.205 2.138 7.264 2.544 7.264 C 3.003 7.264 3.381 7.174 3.68 6.992 C 3.979 6.811 4.128 6.485 4.128 6.016 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-z4uc8h\",layoutDependency:layoutDependency,layoutId:\"FWs9r5022\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.856 1.856\" overflow=\"visible\"><path d=\"M 0 0.928 C 0 0.64 0.08 0.416 0.24 0.256 C 0.411 0.086 0.635 0 0.912 0 C 1.2 0 1.43 0.085 1.6 0.256 C 1.771 0.416 1.856 0.64 1.856 0.928 C 1.856 1.205 1.771 1.429 1.6 1.6 C 1.43 1.77 1.2 1.856 0.912 1.856 C 0.635 1.856 0.411 1.771 0.24 1.6 C 0.08 1.43 0 1.205 0 0.928 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yo70vd\",layoutDependency:layoutDependency,layoutId:\"C349vDKob\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.856 1.856\" overflow=\"visible\"><path d=\"M 0 0.928 C 0 0.64 0.08 0.416 0.24 0.256 C 0.411 0.086 0.635 0 0.912 0 C 1.2 0 1.43 0.085 1.6 0.256 C 1.771 0.416 1.856 0.64 1.856 0.928 C 1.856 1.205 1.771 1.429 1.6 1.6 C 1.43 1.77 1.2 1.856 0.912 1.856 C 0.635 1.856 0.411 1.771 0.24 1.6 C 0.08 1.43 0 1.205 0 0.928 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9gv05p\",layoutDependency:layoutDependency,layoutId:\"AdQ7c2jIB\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.928 11.584\" overflow=\"visible\"><path d=\"M 0 3.584 C 0 3.072 0.075 2.597 0.224 2.16 C 0.363 1.741 0.586 1.354 0.88 1.024 C 1.178 0.697 1.544 0.441 1.952 0.272 C 2.389 0.091 2.896 0 3.472 0 C 4.56 0 5.408 0.352 6.016 1.056 C 6.624 1.76 6.928 2.752 6.928 4.032 C 6.928 5.237 6.789 6.293 6.512 7.2 C 6.245 8.096 5.872 8.853 5.392 9.472 C 4.932 10.074 4.348 10.57 3.68 10.928 C 3.029 11.269 2.32 11.488 1.552 11.584 L 1.264 10.56 C 1.846 10.476 2.409 10.292 2.928 10.016 C 3.413 9.762 3.847 9.42 4.208 9.008 C 4.571 8.603 4.864 8.144 5.088 7.632 C 5.318 7.09 5.474 6.519 5.552 5.936 C 5.264 6.277 4.944 6.517 4.592 6.656 C 4.251 6.784 3.797 6.848 3.232 6.848 C 2.807 6.85 2.385 6.78 1.984 6.64 C 1.605 6.494 1.258 6.277 0.96 6 C 0.655 5.713 0.415 5.364 0.256 4.976 C 0.085 4.571 0 4.106 0 3.584 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uophqh\",layoutDependency:layoutDependency,layoutId:\"r97ZD3TzF\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.352 4.608\" overflow=\"visible\"><path d=\"M 0 2.336 C 0 3.093 0.197 3.664 0.592 4.048 C 0.997 4.421 1.525 4.608 2.176 4.608 C 2.699 4.608 3.147 4.523 3.52 4.352 C 3.893 4.182 4.16 3.957 4.32 3.68 C 4.341 3.541 4.352 3.419 4.352 3.312 L 4.352 2.976 C 4.352 2.592 4.304 2.224 4.208 1.872 C 4.132 1.531 3.996 1.206 3.808 0.912 C 3.632 0.628 3.383 0.396 3.088 0.24 C 2.8 0.08 2.459 0 2.064 0 C 1.413 0 0.907 0.208 0.544 0.624 C 0.181 1.029 0 1.6 0 2.336 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15buxw9\",layoutDependency:layoutDependency,layoutId:\"dC3qUUt4A\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.856 1.856\" overflow=\"visible\"><path d=\"M 0 0.928 C 0 0.64 0.08 0.416 0.24 0.256 C 0.41 0.086 0.634 0 0.912 0 C 1.2 0 1.429 0.085 1.6 0.256 C 1.77 0.416 1.856 0.64 1.856 0.928 C 1.856 1.205 1.77 1.429 1.6 1.6 C 1.429 1.77 1.2 1.856 0.912 1.856 C 0.634 1.856 0.41 1.771 0.24 1.6 C 0.08 1.43 0 1.205 0 0.928 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qsmssz\",layoutDependency:layoutDependency,layoutId:\"j71xzgIIs\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.856 1.856\" overflow=\"visible\"><path d=\"M 0 0.928 C 0 0.64 0.08 0.416 0.24 0.256 C 0.41 0.086 0.634 0 0.912 0 C 1.2 0 1.429 0.085 1.6 0.256 C 1.77 0.416 1.856 0.64 1.856 0.928 C 1.856 1.205 1.77 1.429 1.6 1.6 C 1.429 1.77 1.2 1.856 0.912 1.856 C 0.634 1.856 0.41 1.771 0.24 1.6 C 0.08 1.43 0 1.205 0 0.928 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-al70rp\",layoutDependency:layoutDependency,layoutId:\"KjhiDBVUc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.144 11.392\" overflow=\"visible\"><path d=\"M 2.336 10.272 C 2.679 10.275 3.019 10.221 3.344 10.112 C 3.639 10.013 3.912 9.855 4.144 9.648 C 4.61 9.208 4.871 8.593 4.864 7.952 C 4.864 7.205 4.64 6.651 4.192 6.288 C 3.754 5.925 3.146 5.744 2.368 5.744 L 1.184 5.744 L 1.184 5.28 L 3.488 1.728 L 4.224 1.024 L 3.184 1.184 L 0.016 1.184 L 0.016 0 L 5.728 0 L 5.728 0.464 L 3.184 4.288 L 2.624 4.752 L 2.624 4.784 L 3.168 4.672 C 3.594 4.682 3.989 4.762 4.352 4.912 C 4.714 5.051 5.029 5.259 5.296 5.536 C 5.562 5.803 5.77 6.128 5.92 6.512 C 6.069 6.885 6.144 7.312 6.144 7.792 C 6.144 8.368 6.042 8.88 5.84 9.328 C 5.637 9.776 5.36 10.155 5.008 10.464 C 4.652 10.771 4.239 11.005 3.792 11.152 C 3.322 11.312 2.826 11.392 2.304 11.392 C 1.824 11.392 1.392 11.355 1.008 11.28 C 0.664 11.217 0.326 11.12 0 10.992 L 0.336 9.856 C 0.581 9.973 0.869 10.075 1.2 10.16 C 1.541 10.235 1.92 10.272 2.336 10.272 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1io3hhj\",layoutDependency:layoutDependency,layoutId:\"pdQoh4WS3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.344 11.584\" overflow=\"visible\"><path d=\"M 0 5.792 C 0 3.872 0.309 2.427 0.928 1.456 C 1.557 0.486 2.469 0 3.664 0 C 4.954 0 5.888 0.48 6.464 1.44 C 7.05 2.39 7.344 3.84 7.344 5.792 C 7.344 7.712 7.029 9.157 6.4 10.128 C 5.781 11.098 4.869 11.584 3.664 11.584 C 2.394 11.584 1.466 11.077 0.88 10.064 C 0.293 9.051 0 7.627 0 5.792 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-mnwwpf\",layoutDependency:layoutDependency,layoutId:\"b33aTPuEP\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.688 9.344\" overflow=\"visible\"><path d=\"M 0 4.672 C 0 5.365 0.042 6 0.128 6.576 C 0.224 7.141 0.368 7.632 0.56 8.048 C 0.752 8.453 0.992 8.773 1.28 9.008 C 1.578 9.232 1.93 9.344 2.336 9.344 C 3.146 9.344 3.738 8.971 4.112 8.224 C 4.496 7.467 4.688 6.283 4.688 4.672 C 4.688 3.989 4.645 3.36 4.56 2.784 C 4.485 2.208 4.352 1.712 4.16 1.296 C 3.978 0.88 3.738 0.56 3.44 0.336 C 3.141 0.112 2.773 0 2.336 0 C 1.536 0 0.944 0.379 0.56 1.136 C 0.186 1.893 0 3.072 0 4.672 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zlou3w\",layoutDependency:layoutDependency,layoutId:\"j2tzgnL5a\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.256 8.256\" overflow=\"visible\"><path d=\"M 0.48 0.72 C 0.917 0.463 1.392 0.279 1.888 0.176 C 2.446 0.057 3.014 -0.002 3.584 0 C 4.139 0 4.582 0.075 4.912 0.224 C 5.254 0.374 5.51 0.571 5.68 0.816 C 5.862 1.051 5.979 1.312 6.032 1.6 C 6.096 1.888 6.128 2.176 6.128 2.464 C 6.128 3.104 6.112 3.728 6.08 4.336 C 6.049 4.912 6.033 5.488 6.032 6.064 C 6.032 6.459 6.048 6.832 6.08 7.184 C 6.112 7.536 6.171 7.861 6.256 8.16 L 5.312 8.16 L 4.976 7.04 L 4.896 7.04 C 4.8 7.19 4.678 7.339 4.528 7.488 C 4.375 7.638 4.203 7.767 4.016 7.872 C 3.518 8.132 2.963 8.264 2.4 8.256 C 2.059 8.256 1.739 8.203 1.44 8.096 C 1.163 7.996 0.908 7.844 0.688 7.648 C 0.473 7.443 0.3 7.198 0.176 6.928 C 0.055 6.628 -0.005 6.307 0 5.984 C 0 5.514 0.096 5.125 0.288 4.816 C 0.48 4.496 0.747 4.246 1.088 4.064 C 1.478 3.86 1.9 3.724 2.336 3.664 C 2.87 3.575 3.411 3.532 3.952 3.536 L 4.384 3.536 C 4.534 3.536 4.683 3.546 4.832 3.568 C 4.864 3.248 4.88 2.96 4.88 2.704 C 4.88 2.117 4.763 1.707 4.528 1.472 C 4.294 1.237 3.867 1.12 3.248 1.12 C 3.05 1.121 2.852 1.137 2.656 1.168 C 2.441 1.192 2.227 1.229 2.016 1.28 C 1.804 1.322 1.595 1.381 1.392 1.456 C 1.215 1.514 1.043 1.589 0.88 1.68 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lnk9vn\",layoutDependency:layoutDependency,layoutId:\"prdTFGP83\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.504 2.623\" overflow=\"visible\"><path d=\"M 1.424 2.623 C 1.723 2.623 1.99 2.586 2.224 2.511 C 2.459 2.426 2.662 2.324 2.832 2.207 C 2.991 2.09 3.132 1.95 3.248 1.791 C 3.366 1.641 3.451 1.498 3.504 1.359 L 3.504 0.031 C 3.35 0.02 3.195 0.014 3.04 0.015 C 2.565 -0.015 2.088 0.001 1.616 0.063 C 1.33 0.089 1.049 0.159 0.784 0.271 C 0.56 0.359 0.362 0.502 0.208 0.687 C 0.07 0.857 0 1.077 0 1.343 C 0 1.716 0.134 2.026 0.4 2.271 C 0.667 2.506 1.008 2.623 1.424 2.623 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lh84zg\",layoutDependency:layoutDependency,layoutId:\"B7iXpqrF0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.656 8.192\" overflow=\"visible\"><path d=\"M 4.688 8.192 L 4.688 3.664 C 4.688 3.237 4.666 2.869 4.624 2.56 C 4.603 2.283 4.533 2.012 4.416 1.76 C 4.316 1.555 4.154 1.387 3.952 1.28 C 3.76 1.173 3.504 1.12 3.184 1.12 C 2.693 1.12 2.282 1.27 1.952 1.568 C 1.629 1.872 1.396 2.26 1.28 2.688 L 1.28 8.192 L 0 8.192 L 0 0.192 L 0.896 0.192 L 1.136 1.168 L 1.2 1.168 C 1.488 0.827 1.818 0.549 2.192 0.336 C 2.576 0.112 3.072 0 3.68 0 C 4.192 0 4.608 0.101 4.928 0.304 C 5.258 0.496 5.514 0.837 5.696 1.328 C 5.936 0.917 6.285 0.579 6.704 0.352 C 7.157 0.114 7.664 -0.007 8.176 0 C 8.624 0 9.002 0.053 9.312 0.16 C 9.621 0.256 9.877 0.432 10.08 0.688 C 10.282 0.944 10.426 1.291 10.512 1.728 C 10.608 2.165 10.656 2.72 10.656 3.392 L 10.656 8.192 L 9.376 8.192 L 9.376 3.376 C 9.379 3.045 9.358 2.713 9.312 2.384 C 9.28 2.096 9.205 1.861 9.088 1.68 C 8.986 1.493 8.822 1.346 8.624 1.264 C 8.432 1.168 8.176 1.12 7.856 1.12 C 7.322 1.12 6.906 1.27 6.608 1.568 C 6.309 1.867 6.096 2.293 5.968 2.848 L 5.968 8.192 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1opknch\",layoutDependency:layoutDependency,layoutId:\"SfjXfXTbz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.872 1.184\" overflow=\"visible\"><path d=\"M 0 0 L 3.872 0 L 3.872 1.184 L 0 1.184 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fin0c\",layoutDependency:layoutDependency,layoutId:\"Sr7lxm2B9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6 11.392\" overflow=\"visible\"><path d=\"M 2.176 10.272 C 2.912 10.272 3.52 10.059 4 9.632 C 4.48 9.205 4.72 8.587 4.72 7.776 C 4.72 6.997 4.48 6.416 4 6.032 C 3.53 5.648 2.88 5.456 2.048 5.456 L 0.704 5.536 L 0.704 0 L 5.696 0 L 5.696 1.184 L 1.904 1.184 L 1.904 4.368 L 2.592 4.336 C 3.648 4.346 4.48 4.64 5.088 5.216 C 5.696 5.792 6 6.619 6 7.696 C 6 8.293 5.898 8.826 5.696 9.296 C 5.506 9.736 5.222 10.13 4.864 10.448 C 4.522 10.758 4.117 10.992 3.648 11.152 C 3.178 11.312 2.677 11.392 2.144 11.392 C 1.664 11.392 1.258 11.365 0.928 11.312 C 0.612 11.262 0.301 11.182 0 11.072 L 0.336 9.984 C 0.581 10.08 0.842 10.154 1.12 10.208 C 1.408 10.251 1.76 10.272 2.176 10.272 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hurigb\",layoutDependency:layoutDependency,layoutId:\"w5bhDvGU4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.64 11.392\" overflow=\"visible\"><path d=\"M 0 0.192 L 0.88 0.192 L 1.12 1.152 L 1.184 1.152 C 1.43 0.779 1.744 0.496 2.128 0.304 C 2.545 0.097 3.006 -0.008 3.472 0 C 4.539 0 5.334 0.315 5.856 0.944 C 6.379 1.574 6.64 2.603 6.64 4.032 C 6.64 4.704 6.55 5.312 6.368 5.856 C 6.198 6.389 5.952 6.843 5.632 7.216 C 5.312 7.589 4.923 7.877 4.464 8.08 C 3.99 8.288 3.477 8.392 2.96 8.384 C 2.566 8.384 2.251 8.357 2.016 8.304 C 1.762 8.252 1.516 8.172 1.28 8.064 L 1.28 11.392 L 0 11.392 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ylwb9i\",layoutDependency:layoutDependency,layoutId:\"VK3CXr3KD\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.032 6.144\" overflow=\"visible\"><path d=\"M 1.952 0 C 1.408 0 0.976 0.144 0.656 0.432 C 0.347 0.709 0.128 1.136 0 1.712 L 0 5.68 C 0.192 5.83 0.411 5.947 0.656 6.032 C 0.902 6.107 1.227 6.144 1.632 6.144 C 2.368 6.144 2.95 5.872 3.376 5.328 C 3.814 4.773 4.032 3.963 4.032 2.896 C 4.032 2.459 3.995 2.064 3.92 1.712 C 3.861 1.386 3.736 1.076 3.552 0.8 C 3.397 0.548 3.175 0.343 2.912 0.208 C 2.656 0.069 2.336 0 1.952 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1n1m9ul\",layoutDependency:layoutDependency,layoutId:\"yUA87MNFi\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.656 8.192\" overflow=\"visible\"><path d=\"M 4.688 8.192 L 4.688 3.664 C 4.688 3.237 4.666 2.869 4.624 2.56 C 4.603 2.283 4.533 2.012 4.416 1.76 C 4.316 1.555 4.154 1.387 3.952 1.28 C 3.76 1.173 3.504 1.12 3.184 1.12 C 2.693 1.12 2.282 1.27 1.952 1.568 C 1.629 1.872 1.396 2.26 1.28 2.688 L 1.28 8.192 L 0 8.192 L 0 0.192 L 0.896 0.192 L 1.136 1.168 L 1.2 1.168 C 1.488 0.827 1.818 0.549 2.192 0.336 C 2.576 0.112 3.072 0 3.68 0 C 4.192 0 4.608 0.101 4.928 0.304 C 5.258 0.496 5.514 0.837 5.696 1.328 C 5.936 0.917 6.285 0.579 6.704 0.352 C 7.157 0.114 7.664 -0.007 8.176 0 C 8.624 0 9.002 0.053 9.312 0.16 C 9.621 0.256 9.877 0.432 10.08 0.688 C 10.282 0.944 10.426 1.291 10.512 1.728 C 10.608 2.165 10.656 2.72 10.656 3.392 L 10.656 8.192 L 9.376 8.192 L 9.376 3.376 C 9.379 3.045 9.358 2.713 9.312 2.384 C 9.28 2.096 9.205 1.861 9.088 1.68 C 8.986 1.493 8.822 1.346 8.624 1.264 C 8.432 1.168 8.176 1.12 7.856 1.12 C 7.322 1.12 6.906 1.27 6.608 1.568 C 6.309 1.867 6.096 2.293 5.968 2.848 L 5.968 8.192 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aXwPF.framer-18bp2n5, .framer-aXwPF .framer-18bp2n5 { display: block; }\",\".framer-aXwPF.framer-27zpqh { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 24px; justify-content: center; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; width: 288px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aXwPF .framer-1sgvtyv { height: 15px; position: relative; width: 203px; }\",\".framer-aXwPF .framer-18hcmh3 { height: 12px; left: 0px; position: absolute; top: 0px; width: 9px; }\",\".framer-aXwPF .framer-1nubzgr { height: 9px; left: 2px; position: absolute; top: 1px; width: 7px; }\",\".framer-aXwPF .framer-1owy6z7 { height: 12px; left: 12px; position: absolute; top: 3px; width: 7px; }\",\".framer-aXwPF .framer-1y4rddf { height: 6px; left: 13px; position: absolute; top: 5px; width: 4px; }\",\".framer-aXwPF .framer-19o796v { height: 9px; left: 20px; position: absolute; top: 3px; width: 7px; }\",\".framer-aXwPF .framer-fom4o9 { height: 2px; left: 21px; position: absolute; top: 5px; width: 4px; }\",\".framer-aXwPF .framer-iji3ff { height: 8px; left: 29px; position: absolute; top: 3px; width: 7px; }\",\".framer-aXwPF .framer-1expkev { height: 8px; left: 38px; position: absolute; top: 4px; width: 2px; }\",\".framer-aXwPF .framer-ehn795 { height: 2px; left: 38px; position: absolute; top: 0px; width: 2px; }\",\".framer-aXwPF .framer-1pzmpgk { height: 8px; left: 42px; position: absolute; top: 3px; width: 7px; }\",\".framer-aXwPF .framer-bfpqlr { height: 12px; left: 51px; position: absolute; top: 3px; width: 7px; }\",\".framer-aXwPF .framer-tlqph3 { height: 6px; left: 52px; position: absolute; top: 5px; width: 4px; }\",\".framer-aXwPF .framer-1gh92t4 { height: 11px; left: 64px; position: absolute; top: 0px; width: 7px; }\",\".framer-aXwPF .framer-710evx { height: 9px; left: 73px; position: absolute; top: 3px; width: 7px; }\",\".framer-aXwPF .framer-14ul9qs { height: 6px; left: 74px; position: absolute; top: 5px; width: 5px; }\",\".framer-aXwPF .framer-jvi42l { height: 8px; left: 82px; position: absolute; top: 4px; width: 7px; }\",\".framer-aXwPF .framer-1dhmydg { height: 8px; left: 91px; position: absolute; top: 3px; width: 4px; }\",\".framer-aXwPF .framer-fewtmb { height: 9px; left: 96px; position: absolute; top: 3px; width: 6px; }\",\".framer-aXwPF .framer-z4uc8h { height: 2px; left: 103px; position: absolute; top: 4px; width: 2px; }\",\".framer-aXwPF .framer-1yo70vd { height: 2px; left: 103px; position: absolute; top: 10px; width: 2px; }\",\".framer-aXwPF .framer-9gv05p { height: 12px; left: 111px; position: absolute; top: 0px; width: 7px; }\",\".framer-aXwPF .framer-1uophqh { height: 5px; left: 112px; position: absolute; top: 1px; width: 5px; }\",\".framer-aXwPF .framer-15buxw9 { height: 2px; left: 120px; position: absolute; top: 4px; width: 2px; }\",\".framer-aXwPF .framer-qsmssz { height: 2px; left: 120px; position: absolute; top: 10px; width: 2px; }\",\".framer-aXwPF .framer-al70rp { height: 12px; left: 124px; position: absolute; top: 0px; width: 6px; }\",\".framer-aXwPF .framer-1io3hhj { height: 12px; left: 132px; position: absolute; top: 0px; width: 8px; }\",\".framer-aXwPF .framer-mnwwpf { height: 10px; left: 133px; position: absolute; top: 1px; width: 5px; }\",\".framer-aXwPF .framer-zlou3w { height: 9px; left: 141px; position: absolute; top: 4px; width: 7px; }\",\".framer-aXwPF .framer-lnk9vn { height: 3px; left: 142px; position: absolute; top: 8px; width: 4px; }\",\".framer-aXwPF .framer-1lh84zg { height: 8px; left: 150px; position: absolute; top: 3px; width: 11px; }\",\".framer-aXwPF .framer-1opknch { height: 1px; left: 166px; position: absolute; top: 6px; width: 4px; }\",\".framer-aXwPF .framer-1fin0c { height: 12px; left: 175px; position: absolute; top: 0px; width: 6px; }\",\".framer-aXwPF .framer-hurigb { height: 12px; left: 184px; position: absolute; top: 3px; width: 7px; }\",\".framer-aXwPF .framer-ylwb9i { height: 6px; left: 185px; position: absolute; top: 5px; width: 4px; }\",\".framer-aXwPF .framer-1n1m9ul { height: 8px; left: 193px; position: absolute; top: 3px; width: 11px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 288\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerOD2LZeXEo=withCSS(Component,css,\"framer-aXwPF\");export default FramerOD2LZeXEo;FramerOD2LZeXEo.displayName=\"Opening hours for Call Now\";FramerOD2LZeXEo.defaultProps={height:24,width:288};addFonts(FramerOD2LZeXEo,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOD2LZeXEo\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"288\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (26c37fd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withAssignPhoneButtonID}from\"https://framerusercontent.com/modules/R74oYVfSF4V4gDMclNXG/hU825ZYQASzx4kogQrSb/Add_Phone_Button_ID.js\";const MotionAWithAssignPhoneButtonIDmq755n=withCodeBoundaryForOverrides(motion.a,{nodeId:\"K_aih91Wb\",override:withAssignPhoneButtonID,scopeId:\"rTwXysEno\"});const serializationHash=\"framer-uxmge\";const variantClassNames={K_aih91Wb:\"framer-v-mq755n\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click,height,hover,id,width,...props})=>{return{...props,rCWcePdpV:hover??props.rCWcePdpV,t41wvqk6T:click??props.t41wvqk6T};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,t41wvqk6T,rCWcePdpV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"K_aih91Wb\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1i67bgl=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(t41wvqk6T){const res=await t41wvqk6T(...args);if(res===false)return false;}});const onMouseEnter160tu4l=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(rCWcePdpV){const res=await rCWcePdpV(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"tel:+442045724603\",motionChild:true,nodeId:\"K_aih91Wb\",openInNewTab:true,scopeId:\"rTwXysEno\",children:/*#__PURE__*/_jsx(MotionAWithAssignPhoneButtonIDmq755n,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-mq755n\",className,classNames)} framer-1nu2xe1`,\"data-border\":true,\"data-framer-name\":\"phone_btn\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"K_aih91Wb\",onMouseEnter:onMouseEnter160tu4l,onTap:onTap1i67bgl,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3997577e-d0bb-44c8-86c2-4f945ff66b12, rgb(235, 234, 240))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1uyr86m\",layoutDependency:layoutDependency,layoutId:\"njPkvzlwK\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 24\" overflow=\"visible\"><path d=\"M 5.832 0 C 6.909 -0.01 7.925 0.44 8.659 1.435 C 9.175 2.135 10.117 3.225 10.613 4.322 C 10.874 4.899 11.057 5.559 10.99 6.26 C 10.922 6.98 10.599 7.664 9.992 8.277 C 9.543 8.73 9.417 9.389 9.704 10.285 C 9.994 11.19 10.675 12.191 11.574 13.048 C 12.475 13.906 13.512 14.541 14.432 14.797 C 15.337 15.049 15.982 14.91 16.419 14.467 C 16.987 13.894 17.642 13.574 18.347 13.481 C 19.03 13.391 19.685 13.522 20.259 13.722 C 20.833 13.922 21.379 14.21 21.86 14.484 C 22.398 14.792 22.74 15.013 23.163 15.246 C 24.232 15.836 24.811 16.728 24.96 17.726 C 25.104 18.682 24.845 19.663 24.408 20.516 C 23.953 21.39 23.323 22.161 22.558 22.78 C 21.812 23.38 20.9 23.852 19.938 23.943 C 15.019 24.409 10.148 21.974 6.5 18.471 C 2.85 14.965 0.253 10.226 0.005 5.792 C -0.047 4.871 0.333 3.926 0.859 3.128 C 1.422 2.284 2.144 1.557 2.985 0.988 C 3.815 0.43 4.809 0.011 5.832 0 Z M 5.852 1.846 C 5.348 1.852 4.727 2.07 4.088 2.5 C 3.454 2.93 2.91 3.477 2.484 4.113 C 2.074 4.737 1.904 5.298 1.925 5.693 C 2.142 9.56 4.453 13.893 7.861 17.166 C 11.273 20.442 15.608 22.498 19.75 22.106 C 20.204 22.062 20.762 21.818 21.322 21.366 C 21.884 20.91 22.347 20.343 22.682 19.701 C 23.007 19.066 23.129 18.466 23.057 17.988 C 22.992 17.551 22.76 17.154 22.204 16.848 C 21.814 16.632 21.267 16.294 20.876 16.071 C 20.428 15.814 20.004 15.598 19.603 15.458 C 19.203 15.318 18.877 15.275 18.61 15.31 C 18.365 15.342 18.1 15.449 17.813 15.739 C 16.715 16.848 15.228 16.941 13.898 16.571 C 12.582 16.205 11.276 15.364 10.22 14.358 C 9.163 13.351 8.273 12.098 7.865 10.828 C 7.455 9.548 7.506 8.108 8.598 7.005 C 8.932 6.667 9.048 6.364 9.075 6.093 C 9.102 5.802 9.032 5.462 8.849 5.058 C 8.459 4.194 7.749 3.398 7.089 2.501 C 6.719 2 6.299 1.842 5.852 1.846 Z\" fill=\"rgb(62,59,94)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vhv1sd\",layoutDependency:layoutDependency,layoutId:\"OQUIPKJYg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 24\" overflow=\"visible\"><path d=\"M 5.832 0 C 6.909 -0.01 7.925 0.44 8.659 1.435 C 9.175 2.135 10.117 3.225 10.613 4.322 C 10.874 4.899 11.057 5.559 10.99 6.26 C 10.922 6.98 10.599 7.664 9.992 8.277 C 9.543 8.73 9.417 9.389 9.704 10.285 C 9.994 11.19 10.675 12.191 11.574 13.048 C 12.475 13.906 13.512 14.541 14.432 14.797 C 15.337 15.049 15.982 14.91 16.419 14.467 C 16.987 13.894 17.642 13.574 18.347 13.481 C 19.03 13.391 19.685 13.522 20.259 13.722 C 20.833 13.922 21.379 14.21 21.86 14.484 C 22.398 14.792 22.74 15.013 23.163 15.246 C 24.232 15.836 24.811 16.728 24.96 17.726 C 25.104 18.682 24.845 19.663 24.408 20.516 C 23.953 21.39 23.323 22.161 22.558 22.78 C 21.812 23.38 20.9 23.852 19.938 23.943 C 15.019 24.409 10.148 21.974 6.5 18.471 C 2.85 14.965 0.253 10.226 0.005 5.792 C -0.047 4.871 0.333 3.926 0.859 3.128 C 1.422 2.284 2.144 1.557 2.985 0.988 C 3.815 0.43 4.809 0.011 5.832 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-aqbkdx\",layoutDependency:layoutDependency,layoutId:\"FbeddEJoP\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21.154 20.308\" overflow=\"visible\"><path d=\"M 3.929 0 C 3.425 0.006 2.804 0.224 2.165 0.654 C 1.531 1.084 0.987 1.631 0.561 2.267 C 0.151 2.891 -0.019 3.452 0.002 3.847 C 0.219 7.714 2.53 12.047 5.938 15.32 C 9.35 18.596 13.685 20.652 17.827 20.26 C 18.281 20.216 18.839 19.972 19.399 19.52 C 19.961 19.064 20.424 18.497 20.759 17.855 C 21.084 17.22 21.206 16.62 21.134 16.142 C 21.069 15.705 20.837 15.308 20.281 15.002 C 19.891 14.786 19.344 14.448 18.953 14.225 C 18.505 13.968 18.081 13.752 17.68 13.612 C 17.28 13.472 16.954 13.429 16.687 13.464 C 16.442 13.496 16.177 13.603 15.89 13.893 C 14.792 15.002 13.305 15.095 11.975 14.725 C 10.659 14.359 9.353 13.518 8.297 12.512 C 7.24 11.505 6.35 10.252 5.942 8.982 C 5.532 7.702 5.583 6.262 6.675 5.159 C 7.009 4.821 7.125 4.518 7.152 4.247 C 7.179 3.956 7.109 3.616 6.926 3.212 C 6.536 2.348 5.826 1.552 5.166 0.655 C 4.796 0.154 4.376 -0.004 3.929 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uxmge.framer-1nu2xe1, .framer-uxmge .framer-1nu2xe1 { display: block; }\",\".framer-uxmge.framer-mq755n { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 49px; justify-content: center; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-uxmge .framer-1uyr86m { height: 24px; position: relative; width: 25px; }\",\".framer-uxmge .framer-1vhv1sd { height: 24px; left: 0px; position: absolute; top: 0px; width: 25px; }\",\".framer-uxmge .framer-aqbkdx { height: 21px; left: 2px; position: absolute; top: 2px; width: 21px; }\",'.framer-uxmge[data-border=\"true\"]::after, .framer-uxmge [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 49\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"t41wvqk6T\":\"click\",\"rCWcePdpV\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerrTwXysEno=withCSS(Component,css,\"framer-uxmge\");export default FramerrTwXysEno;FramerrTwXysEno.displayName=\"Phone Button Latest\";FramerrTwXysEno.defaultProps={height:49,width:200};addPropertyControls(FramerrTwXysEno,{t41wvqk6T:{title:\"Click\",type:ControlType.EventHandler},rCWcePdpV:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerrTwXysEno,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrTwXysEno\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"49\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"t41wvqk6T\\\":\\\"click\\\",\\\"rCWcePdpV\\\":\\\"hover\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (7b363e7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withAssignPhoneButtonID}from\"https://framerusercontent.com/modules/R74oYVfSF4V4gDMclNXG/hU825ZYQASzx4kogQrSb/Add_Phone_Button_ID.js\";const MotionAWithAssignPhoneButtonID15t5nx5=withCodeBoundaryForOverrides(motion.a,{nodeId:\"NHo6MLsgF\",override:withAssignPhoneButtonID,scopeId:\"vOPfg_M8G\"});const serializationHash=\"framer-KAIOn\";const variantClassNames={NHo6MLsgF:\"framer-v-15t5nx5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click,height,id,width,...props})=>{return{...props,t41wvqk6T:click??props.t41wvqk6T};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,t41wvqk6T,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"NHo6MLsgF\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1i67bgl=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(t41wvqk6T){const res=await t41wvqk6T(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"tel:+442045724603\",motionChild:true,nodeId:\"NHo6MLsgF\",openInNewTab:true,scopeId:\"vOPfg_M8G\",children:/*#__PURE__*/_jsx(MotionAWithAssignPhoneButtonID15t5nx5,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-15t5nx5\",className,classNames)} framer-1ileihh`,\"data-border\":true,\"data-framer-name\":\"phone_btn\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"NHo6MLsgF\",onTap:onTap1i67bgl,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3997577e-d0bb-44c8-86c2-4f945ff66b12, rgb(235, 234, 240))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-rtk9f6\",layoutDependency:layoutDependency,layoutId:\"EYj3GBSLk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 180.735 24\" overflow=\"visible\"><path d=\"M 39.928 16.33 C 39.544 16.606 39.052 16.804 38.452 16.924 C 37.854 17.045 37.245 17.105 36.634 17.104 C 35.9 17.108 35.171 16.992 34.474 16.762 C 33.803 16.522 33.193 16.135 32.692 15.628 C 32.176 15.1 31.762 14.422 31.45 13.594 C 31.15 12.754 31 11.74 31 10.552 C 31 9.316 31.168 8.284 31.504 7.456 C 31.852 6.616 32.296 5.944 32.836 5.44 C 33.358 4.942 33.986 4.566 34.672 4.342 C 35.321 4.118 36.002 4.002 36.688 4 C 37.408 4 38.014 4.048 38.506 4.144 C 39.01 4.24 39.424 4.354 39.748 4.486 L 39.262 6.574 C 38.948 6.431 38.614 6.334 38.272 6.286 C 37.819 6.22 37.362 6.19 36.904 6.196 C 35.908 6.196 35.104 6.55 34.492 7.258 C 33.892 7.966 33.592 9.064 33.592 10.552 C 33.592 11.2 33.664 11.794 33.808 12.334 C 33.952 12.862 34.168 13.318 34.456 13.702 C 34.756 14.074 35.122 14.368 35.554 14.584 C 35.998 14.788 36.508 14.89 37.084 14.89 C 37.624 14.89 38.08 14.836 38.452 14.728 C 38.824 14.62 39.148 14.482 39.424 14.314 Z M 41.51 8.374 C 41.99 8.158 42.56 7.99 43.22 7.87 C 43.88 7.738 44.57 7.672 45.29 7.672 C 45.913 7.672 46.436 7.75 46.856 7.906 C 47.276 8.05 47.606 8.26 47.846 8.536 C 48.098 8.812 48.271 9.142 48.367 9.526 C 48.476 9.91 48.53 10.342 48.53 10.822 C 48.53 11.35 48.512 11.884 48.476 12.424 C 48.44 12.945 48.416 13.468 48.403 13.99 C 48.403 14.506 48.421 15.01 48.458 15.502 C 48.493 15.982 48.583 16.438 48.728 16.87 L 46.819 16.87 L 46.441 15.628 L 46.351 15.628 C 46.111 16 45.776 16.324 45.343 16.6 C 44.923 16.864 44.377 16.996 43.706 16.996 C 43.286 16.996 42.908 16.936 42.572 16.816 C 42.251 16.694 41.958 16.511 41.707 16.276 C 41.469 16.039 41.279 15.758 41.149 15.448 C 41.014 15.104 40.947 14.737 40.952 14.368 C 40.952 13.816 41.072 13.354 41.312 12.982 C 41.564 12.598 41.917 12.292 42.373 12.064 C 42.841 11.824 43.393 11.662 44.029 11.578 C 44.744 11.479 45.468 11.449 46.189 11.488 C 46.274 10.816 46.226 10.336 46.046 10.048 C 45.866 9.748 45.463 9.598 44.839 9.598 C 44.338 9.601 43.838 9.649 43.345 9.742 C 42.83 9.838 42.404 9.964 42.068 10.12 Z M 44.48 15.07 C 44.947 15.07 45.32 14.968 45.595 14.764 C 45.872 14.548 46.075 14.32 46.207 14.08 L 46.207 12.91 C 45.848 12.874 45.487 12.868 45.127 12.892 C 44.822 12.91 44.52 12.965 44.227 13.054 C 43.991 13.122 43.775 13.245 43.597 13.414 C 43.441 13.571 43.357 13.786 43.364 14.008 C 43.364 14.344 43.459 14.608 43.651 14.8 C 43.856 14.98 44.131 15.07 44.48 15.07 Z M 53.265 13.828 C 53.265 14.248 53.319 14.554 53.427 14.746 C 53.535 14.938 53.709 15.034 53.949 15.034 C 54.093 15.034 54.231 15.022 54.363 14.998 C 54.542 14.963 54.717 14.909 54.885 14.836 L 55.137 16.672 C 54.945 16.768 54.651 16.864 54.255 16.96 C 53.854 17.057 53.443 17.105 53.031 17.104 C 52.347 17.104 51.825 16.948 51.465 16.636 C 51.105 16.312 50.925 15.784 50.925 15.052 L 50.925 4.252 L 53.265 4.252 Z M 58.916 13.828 C 58.916 14.248 58.97 14.554 59.078 14.746 C 59.186 14.938 59.36 15.034 59.6 15.034 C 59.744 15.034 59.882 15.022 60.014 14.998 C 60.193 14.963 60.368 14.909 60.536 14.836 L 60.788 16.672 C 60.596 16.768 60.302 16.864 59.906 16.96 C 59.505 17.057 59.094 17.105 58.682 17.104 C 57.998 17.104 57.476 16.948 57.116 16.636 C 56.756 16.312 56.576 15.784 56.576 15.052 L 56.576 4.252 L 58.916 4.252 Z M 66.762 10.534 C 66.762 8.326 67.14 6.688 67.896 5.62 C 68.652 4.54 69.738 4 71.154 4 C 72.666 4 73.776 4.534 74.484 5.602 C 75.192 6.658 75.546 8.302 75.546 10.534 C 75.546 12.754 75.162 14.404 74.394 15.484 C 73.638 16.564 72.552 17.104 71.136 17.104 C 69.636 17.104 68.532 16.54 67.824 15.412 C 67.116 14.272 66.762 12.646 66.762 10.534 Z M 69.102 10.534 C 69.102 11.998 69.258 13.132 69.57 13.936 C 69.894 14.728 70.422 15.124 71.154 15.124 C 71.862 15.124 72.378 14.758 72.702 14.026 C 73.038 13.294 73.206 12.13 73.206 10.534 C 73.206 9.082 73.05 7.96 72.738 7.168 C 72.426 6.376 71.892 5.98 71.136 5.98 C 70.416 5.98 69.894 6.352 69.57 7.096 C 69.258 7.84 69.102 8.986 69.102 10.534 Z M 85.165 7.33 C 85.165 7.942 85.051 8.56 84.823 9.184 C 84.601 9.822 84.317 10.437 83.977 11.02 C 83.637 11.626 83.258 12.209 82.843 12.766 C 82.435 13.318 82.033 13.828 81.637 14.296 L 80.683 15.034 L 80.683 15.124 L 81.979 14.872 L 85.435 14.872 L 85.435 16.852 L 77.857 16.852 L 77.857 15.646 C 78.145 15.346 78.469 14.998 78.829 14.602 C 79.189 14.194 79.549 13.768 79.909 13.324 C 80.281 12.868 80.641 12.4 80.989 11.92 C 81.337 11.44 81.649 10.96 81.925 10.48 C 82.184 10.027 82.4 9.551 82.573 9.058 C 82.741 8.602 82.825 8.17 82.825 7.762 C 82.825 7.27 82.681 6.868 82.393 6.556 C 82.117 6.232 81.673 6.07 81.061 6.07 C 80.677 6.07 80.281 6.154 79.873 6.322 C 79.477 6.478 79.141 6.682 78.865 6.934 L 77.929 5.278 C 78.397 4.894 78.925 4.588 79.513 4.36 C 80.113 4.12 80.815 4 81.619 4 C 82.135 4 82.609 4.072 83.041 4.216 C 83.473 4.36 83.845 4.57 84.157 4.846 C 84.469 5.122 84.715 5.47 84.895 5.89 C 85.075 6.298 85.165 6.778 85.165 7.33 Z M 87.908 10.534 C 87.908 8.326 88.286 6.688 89.042 5.62 C 89.798 4.54 90.884 4 92.3 4 C 93.812 4 94.922 4.534 95.63 5.602 C 96.338 6.658 96.692 8.302 96.692 10.534 C 96.692 12.754 96.308 14.404 95.54 15.484 C 94.784 16.564 93.698 17.104 92.282 17.104 C 90.782 17.104 89.678 16.54 88.97 15.412 C 88.262 14.272 87.908 12.646 87.908 10.534 Z M 90.248 10.534 C 90.248 11.998 90.404 13.132 90.716 13.936 C 91.04 14.728 91.568 15.124 92.3 15.124 C 93.008 15.124 93.524 14.758 93.848 14.026 C 94.184 13.294 94.352 12.13 94.352 10.534 C 94.352 9.082 94.196 7.96 93.884 7.168 C 93.572 6.376 93.038 5.98 92.282 5.98 C 91.562 5.98 91.04 6.352 90.716 7.096 C 90.404 7.84 90.248 8.986 90.248 10.534 Z M 107.715 13.342 L 105.735 13.342 L 105.735 16.852 L 103.557 16.852 L 103.557 13.342 L 98.103 13.342 L 98.103 12.01 L 103.809 4.162 L 105.735 4.162 L 105.735 11.47 L 107.715 11.47 Z M 103.557 8.716 L 103.719 7.204 L 103.647 7.204 L 103.035 8.5 L 101.163 10.93 L 100.263 11.614 L 101.415 11.47 L 103.557 11.47 Z M 112.294 15.034 C 113.086 15.034 113.692 14.842 114.112 14.458 C 114.532 14.074 114.742 13.546 114.742 12.874 C 114.742 12.154 114.496 11.626 114.004 11.29 C 113.512 10.954 112.81 10.786 111.898 10.786 L 110.476 10.84 L 110.476 4.252 L 116.668 4.252 L 116.668 6.448 L 112.492 6.448 L 112.492 8.878 L 113.23 8.806 C 113.773 8.821 114.309 8.93 114.814 9.13 C 115.294 9.322 115.702 9.592 116.038 9.94 C 116.374 10.276 116.632 10.69 116.812 11.182 C 116.992 11.662 117.082 12.202 117.082 12.802 C 117.082 13.51 116.962 14.134 116.722 14.674 C 116.482 15.214 116.146 15.664 115.714 16.024 C 115.294 16.384 114.796 16.654 114.22 16.834 C 113.607 17.019 112.97 17.11 112.33 17.104 C 111.811 17.106 111.292 17.058 110.782 16.96 C 110.36 16.893 109.949 16.772 109.558 16.6 L 110.188 14.656 C 110.464 14.776 110.764 14.872 111.088 14.944 C 111.424 15.004 111.826 15.034 112.294 15.034 Z M 120.778 16.852 L 124.9 7.15 L 125.692 6.268 L 124.612 6.448 L 119.986 6.448 L 119.986 4.252 L 128.104 4.252 L 128.104 4.936 L 123.064 16.852 Z M 138.029 7.33 C 138.029 7.942 137.915 8.56 137.687 9.184 C 137.465 9.822 137.181 10.437 136.841 11.02 C 136.501 11.626 136.122 12.209 135.707 12.766 C 135.299 13.318 134.897 13.828 134.501 14.296 L 133.547 15.034 L 133.547 15.124 L 134.843 14.872 L 138.299 14.872 L 138.299 16.852 L 130.721 16.852 L 130.721 15.646 C 131.009 15.346 131.333 14.998 131.693 14.602 C 132.053 14.194 132.413 13.768 132.773 13.324 C 133.145 12.868 133.505 12.4 133.853 11.92 C 134.201 11.44 134.513 10.96 134.789 10.48 C 135.048 10.027 135.264 9.551 135.437 9.058 C 135.605 8.602 135.689 8.17 135.689 7.762 C 135.689 7.27 135.545 6.868 135.257 6.556 C 134.981 6.232 134.537 6.07 133.925 6.07 C 133.541 6.07 133.145 6.154 132.737 6.322 C 132.341 6.478 132.005 6.682 131.729 6.934 L 130.793 5.278 C 131.261 4.894 131.789 4.588 132.377 4.36 C 132.977 4.12 133.679 4 134.483 4 C 134.999 4 135.473 4.072 135.905 4.216 C 136.337 4.36 136.709 4.57 137.021 4.846 C 137.333 5.122 137.579 5.47 137.759 5.89 C 137.939 6.298 138.029 6.778 138.029 7.33 Z M 150.006 13.342 L 148.026 13.342 L 148.026 16.852 L 145.848 16.852 L 145.848 13.342 L 140.394 13.342 L 140.394 12.01 L 146.1 4.162 L 148.026 4.162 L 148.026 11.47 L 150.006 11.47 Z M 145.848 8.716 L 146.01 7.204 L 145.938 7.204 L 145.326 8.5 L 143.454 10.93 L 142.554 11.614 L 143.706 11.47 L 145.848 11.47 Z M 159.985 12.946 C 159.985 13.534 159.883 14.08 159.679 14.584 C 159.496 15.074 159.214 15.521 158.851 15.898 C 158.491 16.27 158.053 16.564 157.537 16.78 C 157.007 17.001 156.437 17.111 155.863 17.104 C 155.275 17.11 154.69 17.013 154.135 16.816 C 153.626 16.616 153.165 16.309 152.785 15.916 C 152.401 15.52 152.101 15.022 151.885 14.422 C 151.669 13.822 151.561 13.126 151.561 12.334 C 151.561 11.146 151.729 10.072 152.065 9.112 C 152.413 8.152 152.875 7.318 153.451 6.61 C 154.014 5.911 154.704 5.325 155.485 4.882 C 156.248 4.444 157.083 4.145 157.951 4 L 158.473 5.854 C 157.873 5.95 157.321 6.136 156.817 6.412 C 156.324 6.68 155.87 7.013 155.467 7.402 C 155.081 7.788 154.748 8.224 154.477 8.698 C 154.213 9.166 154.027 9.652 153.919 10.156 C 154.159 9.856 154.471 9.604 154.855 9.4 C 155.239 9.184 155.719 9.076 156.295 9.076 C 156.835 9.076 157.333 9.16 157.789 9.328 C 158.245 9.496 158.635 9.748 158.959 10.084 C 159.283 10.408 159.535 10.81 159.715 11.29 C 159.895 11.77 159.985 12.322 159.985 12.946 Z M 157.717 13.072 C 157.717 11.728 157.057 11.056 155.737 11.056 C 155.257 11.056 154.849 11.164 154.513 11.38 C 154.189 11.596 153.961 11.848 153.829 12.136 C 153.807 12.249 153.795 12.363 153.793 12.478 L 153.793 12.766 C 153.793 13.054 153.835 13.342 153.919 13.63 C 154.003 13.906 154.123 14.158 154.279 14.386 C 154.447 14.602 154.657 14.782 154.909 14.926 C 155.161 15.058 155.461 15.124 155.809 15.124 C 156.373 15.124 156.829 14.932 157.177 14.548 C 157.537 14.164 157.717 13.672 157.717 13.072 Z M 161.918 10.534 C 161.918 8.326 162.296 6.688 163.052 5.62 C 163.808 4.54 164.894 4 166.31 4 C 167.822 4 168.932 4.534 169.64 5.602 C 170.348 6.658 170.702 8.302 170.702 10.534 C 170.702 12.754 170.318 14.404 169.55 15.484 C 168.794 16.564 167.708 17.104 166.292 17.104 C 164.792 17.104 163.688 16.54 162.98 15.412 C 162.272 14.272 161.918 12.646 161.918 10.534 Z M 164.258 10.534 C 164.258 11.998 164.414 13.132 164.726 13.936 C 165.05 14.728 165.578 15.124 166.31 15.124 C 167.018 15.124 167.534 14.758 167.858 14.026 C 168.194 13.294 168.362 12.13 168.362 10.534 C 168.362 9.082 168.206 7.96 167.894 7.168 C 167.582 6.376 167.048 5.98 166.292 5.98 C 165.572 5.98 165.05 6.352 164.726 7.096 C 164.414 7.84 164.258 8.986 164.258 10.534 Z M 176.109 15.124 C 176.853 15.124 177.417 14.926 177.801 14.53 C 178.197 14.134 178.395 13.654 178.395 13.09 C 178.395 12.406 178.191 11.902 177.783 11.578 C 177.375 11.254 176.733 11.092 175.857 11.092 L 174.561 11.092 L 174.561 9.85 L 176.739 6.88 L 177.765 6.07 L 176.343 6.232 L 173.319 6.232 L 173.319 4.252 L 180.195 4.252 L 180.195 5.53 L 177.657 8.932 L 176.865 9.418 L 176.865 9.508 L 177.621 9.4 C 178.041 9.436 178.437 9.532 178.809 9.688 C 179.193 9.844 179.523 10.072 179.799 10.372 C 180.087 10.66 180.315 11.02 180.483 11.452 C 180.651 11.884 180.735 12.382 180.735 12.946 C 180.735 13.654 180.615 14.266 180.375 14.782 C 180.157 15.284 179.824 15.728 179.403 16.078 C 178.982 16.433 178.492 16.697 177.963 16.852 C 177.385 17.024 176.784 17.109 176.181 17.104 C 175.632 17.102 175.084 17.054 174.543 16.96 C 173.979 16.864 173.523 16.726 173.175 16.546 L 173.805 14.602 C 174.117 14.758 174.459 14.884 174.831 14.98 C 175.215 15.076 175.641 15.124 176.109 15.124 Z M 5.832 0 C 6.91 -0.01 7.925 0.44 8.659 1.435 C 9.175 2.135 10.117 3.225 10.613 4.322 C 10.874 4.899 11.057 5.559 10.99 6.26 C 10.922 6.98 10.599 7.664 9.992 8.277 C 9.543 8.73 9.417 9.389 9.704 10.285 C 9.994 11.19 10.675 12.191 11.575 13.048 C 12.475 13.906 13.512 14.541 14.432 14.797 C 15.337 15.049 15.982 14.91 16.419 14.467 C 16.987 13.894 17.642 13.574 18.347 13.481 C 19.03 13.391 19.685 13.522 20.259 13.722 C 20.833 13.922 21.38 14.21 21.86 14.484 C 22.398 14.792 22.74 15.013 23.163 15.246 C 24.232 15.836 24.811 16.728 24.961 17.726 C 25.104 18.682 24.845 19.663 24.408 20.516 C 23.953 21.39 23.323 22.161 22.558 22.78 C 21.812 23.38 20.9 23.852 19.938 23.943 C 15.019 24.409 10.148 21.974 6.501 18.471 C 2.85 14.965 0.253 10.226 0.005 5.792 C -0.047 4.871 0.333 3.926 0.859 3.128 C 1.422 2.284 2.144 1.557 2.985 0.988 C 3.815 0.43 4.81 0.011 5.832 0 Z M 5.852 1.846 C 5.348 1.852 4.727 2.07 4.088 2.5 C 3.454 2.93 2.91 3.477 2.484 4.113 C 2.074 4.737 1.904 5.298 1.926 5.693 C 2.142 9.56 4.453 13.893 7.861 17.166 C 11.273 20.442 15.609 22.498 19.75 22.106 C 20.203 22.062 20.762 21.818 21.322 21.366 C 21.884 20.91 22.347 20.343 22.682 19.7 C 23.007 19.066 23.129 18.466 23.058 17.988 C 22.992 17.551 22.76 17.154 22.204 16.848 C 21.814 16.632 21.267 16.294 20.876 16.071 C 20.428 15.814 20.004 15.598 19.603 15.458 C 19.203 15.318 18.877 15.275 18.61 15.31 C 18.366 15.342 18.1 15.449 17.813 15.739 C 16.715 16.848 15.228 16.941 13.898 16.571 C 12.582 16.205 11.277 15.364 10.22 14.358 C 9.163 13.351 8.273 12.098 7.865 10.828 C 7.455 9.548 7.506 8.108 8.598 7.005 C 8.932 6.667 9.049 6.364 9.075 6.093 C 9.102 5.802 9.032 5.462 8.849 5.058 C 8.459 4.194 7.749 3.398 7.089 2.501 C 6.719 2 6.299 1.842 5.852 1.846 Z\" fill=\"rgb(62,59,94)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-gi65q5\",layoutDependency:layoutDependency,layoutId:\"QuELWSHli\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 149.735 13.104\" overflow=\"visible\"><path d=\"M 8.928 12.33 C 8.544 12.606 8.052 12.804 7.452 12.924 C 6.854 13.045 6.245 13.105 5.634 13.104 C 4.9 13.108 4.171 12.992 3.474 12.762 C 2.803 12.522 2.193 12.135 1.692 11.628 C 1.176 11.1 0.762 10.422 0.45 9.594 C 0.15 8.754 0 7.74 0 6.552 C 0 5.316 0.168 4.284 0.504 3.456 C 0.852 2.616 1.296 1.944 1.836 1.44 C 2.358 0.942 2.986 0.566 3.672 0.342 C 4.321 0.118 5.002 0.002 5.688 0 C 6.408 0 7.014 0.048 7.506 0.144 C 8.01 0.24 8.424 0.354 8.748 0.486 L 8.262 2.574 C 7.948 2.431 7.614 2.334 7.272 2.286 C 6.819 2.22 6.362 2.19 5.904 2.196 C 4.908 2.196 4.104 2.55 3.492 3.258 C 2.892 3.966 2.592 5.064 2.592 6.552 C 2.592 7.2 2.664 7.794 2.808 8.334 C 2.952 8.862 3.168 9.318 3.456 9.702 C 3.756 10.074 4.122 10.368 4.554 10.584 C 4.998 10.788 5.508 10.89 6.084 10.89 C 6.624 10.89 7.08 10.836 7.452 10.728 C 7.824 10.62 8.148 10.482 8.424 10.314 Z M 10.51 4.374 C 10.99 4.158 11.56 3.99 12.22 3.87 C 12.88 3.738 13.57 3.672 14.29 3.672 C 14.913 3.672 15.436 3.75 15.856 3.906 C 16.276 4.05 16.606 4.26 16.846 4.536 C 17.098 4.812 17.271 5.142 17.367 5.526 C 17.476 5.91 17.53 6.342 17.53 6.822 C 17.53 7.35 17.512 7.884 17.476 8.424 C 17.44 8.945 17.416 9.468 17.403 9.99 C 17.403 10.506 17.421 11.01 17.458 11.502 C 17.493 11.982 17.583 12.438 17.728 12.87 L 15.819 12.87 L 15.441 11.628 L 15.351 11.628 C 15.111 12 14.776 12.324 14.343 12.6 C 13.923 12.864 13.377 12.996 12.706 12.996 C 12.286 12.996 11.908 12.936 11.572 12.816 C 11.251 12.694 10.958 12.511 10.707 12.276 C 10.469 12.039 10.279 11.758 10.149 11.448 C 10.014 11.104 9.947 10.737 9.952 10.368 C 9.952 9.816 10.072 9.354 10.312 8.982 C 10.564 8.598 10.917 8.292 11.373 8.064 C 11.841 7.824 12.393 7.662 13.029 7.578 C 13.744 7.479 14.468 7.449 15.189 7.488 C 15.274 6.816 15.226 6.336 15.046 6.048 C 14.866 5.748 14.463 5.598 13.839 5.598 C 13.338 5.601 12.838 5.649 12.345 5.742 C 11.83 5.838 11.404 5.964 11.068 6.12 Z M 13.48 11.07 C 13.947 11.07 14.32 10.968 14.595 10.764 C 14.872 10.548 15.075 10.32 15.207 10.08 L 15.207 8.91 C 14.848 8.874 14.487 8.868 14.127 8.892 C 13.822 8.91 13.52 8.965 13.227 9.054 C 12.991 9.122 12.775 9.245 12.597 9.414 C 12.441 9.571 12.357 9.786 12.364 10.008 C 12.364 10.344 12.459 10.608 12.651 10.8 C 12.856 10.98 13.131 11.07 13.48 11.07 Z M 22.265 9.828 C 22.265 10.248 22.319 10.554 22.427 10.746 C 22.535 10.938 22.709 11.034 22.949 11.034 C 23.093 11.034 23.231 11.022 23.363 10.998 C 23.542 10.963 23.717 10.909 23.885 10.836 L 24.137 12.672 C 23.945 12.768 23.651 12.864 23.255 12.96 C 22.854 13.057 22.443 13.105 22.031 13.104 C 21.347 13.104 20.825 12.948 20.465 12.636 C 20.105 12.312 19.925 11.784 19.925 11.052 L 19.925 0.252 L 22.265 0.252 Z M 27.916 9.828 C 27.916 10.248 27.97 10.554 28.078 10.746 C 28.186 10.938 28.36 11.034 28.6 11.034 C 28.744 11.034 28.882 11.022 29.014 10.998 C 29.193 10.963 29.368 10.909 29.536 10.836 L 29.788 12.672 C 29.596 12.768 29.302 12.864 28.906 12.96 C 28.505 13.057 28.094 13.105 27.682 13.104 C 26.998 13.104 26.476 12.948 26.116 12.636 C 25.756 12.312 25.576 11.784 25.576 11.052 L 25.576 0.252 L 27.916 0.252 Z M 35.762 6.534 C 35.762 4.326 36.14 2.688 36.896 1.62 C 37.652 0.54 38.738 0 40.154 0 C 41.666 0 42.776 0.534 43.484 1.602 C 44.192 2.658 44.546 4.302 44.546 6.534 C 44.546 8.754 44.162 10.404 43.394 11.484 C 42.638 12.564 41.552 13.104 40.136 13.104 C 38.636 13.104 37.532 12.54 36.824 11.412 C 36.116 10.272 35.762 8.646 35.762 6.534 Z M 38.102 6.534 C 38.102 7.998 38.258 9.132 38.57 9.936 C 38.894 10.728 39.422 11.124 40.154 11.124 C 40.862 11.124 41.378 10.758 41.702 10.026 C 42.038 9.294 42.206 8.13 42.206 6.534 C 42.206 5.082 42.05 3.96 41.738 3.168 C 41.426 2.376 40.892 1.98 40.136 1.98 C 39.416 1.98 38.894 2.352 38.57 3.096 C 38.258 3.84 38.102 4.986 38.102 6.534 Z M 54.165 3.33 C 54.165 3.942 54.051 4.56 53.823 5.184 C 53.601 5.822 53.317 6.437 52.977 7.02 C 52.637 7.626 52.258 8.209 51.843 8.766 C 51.435 9.318 51.033 9.828 50.637 10.296 L 49.683 11.034 L 49.683 11.124 L 50.979 10.872 L 54.435 10.872 L 54.435 12.852 L 46.857 12.852 L 46.857 11.646 C 47.145 11.346 47.469 10.998 47.829 10.602 C 48.189 10.194 48.549 9.768 48.909 9.324 C 49.281 8.868 49.641 8.4 49.989 7.92 C 50.337 7.44 50.649 6.96 50.925 6.48 C 51.184 6.027 51.4 5.551 51.573 5.058 C 51.741 4.602 51.825 4.17 51.825 3.762 C 51.825 3.27 51.681 2.868 51.393 2.556 C 51.117 2.232 50.673 2.07 50.061 2.07 C 49.677 2.07 49.281 2.154 48.873 2.322 C 48.477 2.478 48.141 2.682 47.865 2.934 L 46.929 1.278 C 47.397 0.894 47.925 0.588 48.513 0.36 C 49.113 0.12 49.815 0 50.619 0 C 51.135 0 51.609 0.072 52.041 0.216 C 52.473 0.36 52.845 0.57 53.157 0.846 C 53.469 1.122 53.715 1.47 53.895 1.89 C 54.075 2.298 54.165 2.778 54.165 3.33 Z M 56.908 6.534 C 56.908 4.326 57.286 2.688 58.042 1.62 C 58.798 0.54 59.884 0 61.3 0 C 62.812 0 63.922 0.534 64.63 1.602 C 65.338 2.658 65.692 4.302 65.692 6.534 C 65.692 8.754 65.308 10.404 64.54 11.484 C 63.784 12.564 62.698 13.104 61.282 13.104 C 59.782 13.104 58.678 12.54 57.97 11.412 C 57.262 10.272 56.908 8.646 56.908 6.534 Z M 59.248 6.534 C 59.248 7.998 59.404 9.132 59.716 9.936 C 60.04 10.728 60.568 11.124 61.3 11.124 C 62.008 11.124 62.524 10.758 62.848 10.026 C 63.184 9.294 63.352 8.13 63.352 6.534 C 63.352 5.082 63.196 3.96 62.884 3.168 C 62.572 2.376 62.038 1.98 61.282 1.98 C 60.562 1.98 60.04 2.352 59.716 3.096 C 59.404 3.84 59.248 4.986 59.248 6.534 Z M 76.715 9.342 L 74.735 9.342 L 74.735 12.852 L 72.557 12.852 L 72.557 9.342 L 67.103 9.342 L 67.103 8.01 L 72.809 0.162 L 74.735 0.162 L 74.735 7.47 L 76.715 7.47 Z M 72.557 4.716 L 72.719 3.204 L 72.647 3.204 L 72.035 4.5 L 70.163 6.93 L 69.263 7.614 L 70.415 7.47 L 72.557 7.47 Z M 81.294 11.034 C 82.086 11.034 82.692 10.842 83.112 10.458 C 83.532 10.074 83.742 9.546 83.742 8.874 C 83.742 8.154 83.496 7.626 83.004 7.29 C 82.512 6.954 81.81 6.786 80.898 6.786 L 79.476 6.84 L 79.476 0.252 L 85.668 0.252 L 85.668 2.448 L 81.492 2.448 L 81.492 4.878 L 82.23 4.806 C 82.773 4.821 83.309 4.93 83.814 5.13 C 84.294 5.322 84.702 5.592 85.038 5.94 C 85.374 6.276 85.632 6.69 85.812 7.182 C 85.992 7.662 86.082 8.202 86.082 8.802 C 86.082 9.51 85.962 10.134 85.722 10.674 C 85.482 11.214 85.146 11.664 84.714 12.024 C 84.294 12.384 83.796 12.654 83.22 12.834 C 82.607 13.019 81.97 13.11 81.33 13.104 C 80.811 13.106 80.292 13.058 79.782 12.96 C 79.36 12.893 78.949 12.772 78.558 12.6 L 79.188 10.656 C 79.464 10.776 79.764 10.872 80.088 10.944 C 80.424 11.004 80.826 11.034 81.294 11.034 Z M 89.778 12.852 L 93.9 3.15 L 94.692 2.268 L 93.612 2.448 L 88.986 2.448 L 88.986 0.252 L 97.104 0.252 L 97.104 0.936 L 92.064 12.852 Z M 107.029 3.33 C 107.029 3.942 106.915 4.56 106.687 5.184 C 106.465 5.822 106.181 6.437 105.841 7.02 C 105.501 7.626 105.122 8.209 104.707 8.766 C 104.299 9.318 103.897 9.828 103.501 10.296 L 102.547 11.034 L 102.547 11.124 L 103.843 10.872 L 107.299 10.872 L 107.299 12.852 L 99.721 12.852 L 99.721 11.646 C 100.009 11.346 100.333 10.998 100.693 10.602 C 101.053 10.194 101.413 9.768 101.773 9.324 C 102.145 8.868 102.505 8.4 102.853 7.92 C 103.201 7.44 103.513 6.96 103.789 6.48 C 104.048 6.027 104.264 5.551 104.437 5.058 C 104.605 4.602 104.689 4.17 104.689 3.762 C 104.689 3.27 104.545 2.868 104.257 2.556 C 103.981 2.232 103.537 2.07 102.925 2.07 C 102.541 2.07 102.145 2.154 101.737 2.322 C 101.341 2.478 101.005 2.682 100.729 2.934 L 99.793 1.278 C 100.261 0.894 100.789 0.588 101.377 0.36 C 101.977 0.12 102.679 0 103.483 0 C 103.999 0 104.473 0.072 104.905 0.216 C 105.337 0.36 105.709 0.57 106.021 0.846 C 106.333 1.122 106.579 1.47 106.759 1.89 C 106.939 2.298 107.029 2.778 107.029 3.33 Z M 119.006 9.342 L 117.026 9.342 L 117.026 12.852 L 114.848 12.852 L 114.848 9.342 L 109.394 9.342 L 109.394 8.01 L 115.1 0.162 L 117.026 0.162 L 117.026 7.47 L 119.006 7.47 Z M 114.848 4.716 L 115.01 3.204 L 114.938 3.204 L 114.326 4.5 L 112.454 6.93 L 111.554 7.614 L 112.706 7.47 L 114.848 7.47 Z M 128.985 8.946 C 128.985 9.534 128.883 10.08 128.679 10.584 C 128.496 11.074 128.214 11.521 127.851 11.898 C 127.491 12.27 127.053 12.564 126.537 12.78 C 126.007 13.001 125.437 13.111 124.863 13.104 C 124.275 13.11 123.69 13.013 123.135 12.816 C 122.626 12.616 122.165 12.309 121.785 11.916 C 121.401 11.52 121.101 11.022 120.885 10.422 C 120.669 9.822 120.561 9.126 120.561 8.334 C 120.561 7.146 120.729 6.072 121.065 5.112 C 121.413 4.152 121.875 3.318 122.451 2.61 C 123.014 1.911 123.704 1.325 124.485 0.882 C 125.248 0.444 126.083 0.145 126.951 0 L 127.473 1.854 C 126.873 1.95 126.321 2.136 125.817 2.412 C 125.324 2.68 124.87 3.013 124.467 3.402 C 124.081 3.788 123.748 4.224 123.477 4.698 C 123.213 5.166 123.027 5.652 122.919 6.156 C 123.159 5.856 123.471 5.604 123.855 5.4 C 124.239 5.184 124.719 5.076 125.295 5.076 C 125.835 5.076 126.333 5.16 126.789 5.328 C 127.245 5.496 127.635 5.748 127.959 6.084 C 128.283 6.408 128.535 6.81 128.715 7.29 C 128.895 7.77 128.985 8.322 128.985 8.946 Z M 126.717 9.072 C 126.717 7.728 126.057 7.056 124.737 7.056 C 124.257 7.056 123.849 7.164 123.513 7.38 C 123.189 7.596 122.961 7.848 122.829 8.136 C 122.807 8.249 122.795 8.363 122.793 8.478 L 122.793 8.766 C 122.793 9.054 122.835 9.342 122.919 9.63 C 123.003 9.906 123.123 10.158 123.279 10.386 C 123.447 10.602 123.657 10.782 123.909 10.926 C 124.161 11.058 124.461 11.124 124.809 11.124 C 125.373 11.124 125.829 10.932 126.177 10.548 C 126.537 10.164 126.717 9.672 126.717 9.072 Z M 130.918 6.534 C 130.918 4.326 131.296 2.688 132.052 1.62 C 132.808 0.54 133.894 0 135.31 0 C 136.822 0 137.932 0.534 138.64 1.602 C 139.348 2.658 139.702 4.302 139.702 6.534 C 139.702 8.754 139.318 10.404 138.55 11.484 C 137.794 12.564 136.708 13.104 135.292 13.104 C 133.792 13.104 132.688 12.54 131.98 11.412 C 131.272 10.272 130.918 8.646 130.918 6.534 Z M 133.258 6.534 C 133.258 7.998 133.414 9.132 133.726 9.936 C 134.05 10.728 134.578 11.124 135.31 11.124 C 136.018 11.124 136.534 10.758 136.858 10.026 C 137.194 9.294 137.362 8.13 137.362 6.534 C 137.362 5.082 137.206 3.96 136.894 3.168 C 136.582 2.376 136.048 1.98 135.292 1.98 C 134.572 1.98 134.05 2.352 133.726 3.096 C 133.414 3.84 133.258 4.986 133.258 6.534 Z M 145.109 11.124 C 145.853 11.124 146.417 10.926 146.801 10.53 C 147.197 10.134 147.395 9.654 147.395 9.09 C 147.395 8.406 147.191 7.902 146.783 7.578 C 146.375 7.254 145.733 7.092 144.857 7.092 L 143.561 7.092 L 143.561 5.85 L 145.739 2.88 L 146.765 2.07 L 145.343 2.232 L 142.319 2.232 L 142.319 0.252 L 149.195 0.252 L 149.195 1.53 L 146.657 4.932 L 145.865 5.418 L 145.865 5.508 L 146.621 5.4 C 147.041 5.436 147.437 5.532 147.809 5.688 C 148.193 5.844 148.523 6.072 148.799 6.372 C 149.087 6.66 149.315 7.02 149.483 7.452 C 149.651 7.884 149.735 8.382 149.735 8.946 C 149.735 9.654 149.615 10.266 149.375 10.782 C 149.157 11.284 148.824 11.728 148.403 12.078 C 147.982 12.433 147.492 12.697 146.963 12.852 C 146.385 13.024 145.784 13.109 145.181 13.104 C 144.632 13.102 144.084 13.054 143.543 12.96 C 142.979 12.864 142.523 12.726 142.175 12.546 L 142.805 10.602 C 143.117 10.758 143.459 10.884 143.831 10.98 C 144.215 11.076 144.641 11.124 145.109 11.124 Z\" fill=\"rgb(62,59,94)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1o4pqm6\",layoutDependency:layoutDependency,layoutId:\"S0RwbuwVf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.928 13.104\" overflow=\"visible\"><path d=\"M 8.928 12.33 C 8.544 12.606 8.052 12.804 7.452 12.924 C 6.854 13.045 6.245 13.105 5.634 13.104 C 4.9 13.108 4.171 12.992 3.474 12.762 C 2.803 12.522 2.193 12.135 1.692 11.628 C 1.176 11.1 0.762 10.422 0.45 9.594 C 0.15 8.754 0 7.74 0 6.552 C 0 5.316 0.168 4.284 0.504 3.456 C 0.852 2.616 1.296 1.944 1.836 1.44 C 2.358 0.942 2.986 0.566 3.672 0.342 C 4.321 0.118 5.002 0.002 5.688 0 C 6.408 0 7.014 0.048 7.506 0.144 C 8.01 0.24 8.424 0.354 8.748 0.486 L 8.262 2.574 C 7.948 2.431 7.614 2.334 7.272 2.286 C 6.819 2.22 6.362 2.19 5.904 2.196 C 4.908 2.196 4.104 2.55 3.492 3.258 C 2.892 3.966 2.592 5.064 2.592 6.552 C 2.592 7.2 2.664 7.794 2.808 8.334 C 2.952 8.862 3.168 9.318 3.456 9.702 C 3.756 10.074 4.122 10.368 4.554 10.584 C 4.998 10.788 5.508 10.89 6.084 10.89 C 6.624 10.89 7.08 10.836 7.452 10.728 C 7.824 10.62 8.148 10.482 8.424 10.314 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-142z40x\",layoutDependency:layoutDependency,layoutId:\"xD8qsw1av\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.776 9.324\" overflow=\"visible\"><path d=\"M 0.558 0.702 C 1.038 0.486 1.608 0.318 2.268 0.198 C 2.928 0.066 3.618 0 4.338 0 C 4.961 0 5.484 0.078 5.904 0.234 C 6.324 0.378 6.654 0.588 6.894 0.864 C 7.146 1.14 7.319 1.47 7.415 1.854 C 7.524 2.238 7.578 2.67 7.578 3.15 C 7.578 3.678 7.56 4.212 7.524 4.752 C 7.488 5.273 7.464 5.796 7.451 6.318 C 7.451 6.834 7.469 7.338 7.506 7.83 C 7.541 8.31 7.631 8.766 7.776 9.198 L 5.867 9.198 L 5.489 7.956 L 5.399 7.956 C 5.159 8.328 4.824 8.652 4.391 8.928 C 3.971 9.192 3.425 9.324 2.754 9.324 C 2.334 9.324 1.956 9.264 1.62 9.144 C 1.3 9.022 1.006 8.839 0.755 8.604 C 0.517 8.367 0.328 8.086 0.197 7.776 C 0.062 7.432 -0.005 7.065 0 6.696 C 0 6.144 0.12 5.682 0.36 5.31 C 0.612 4.926 0.965 4.62 1.421 4.392 C 1.889 4.152 2.441 3.99 3.077 3.906 C 3.793 3.807 4.516 3.777 5.237 3.816 C 5.322 3.144 5.274 2.664 5.094 2.376 C 4.914 2.076 4.511 1.926 3.887 1.926 C 3.386 1.929 2.886 1.977 2.393 2.07 C 1.878 2.166 1.452 2.292 1.116 2.448 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-93imnn\",layoutDependency:layoutDependency,layoutId:\"GkNtR_QRa\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2.843 2.192\" overflow=\"visible\"><path d=\"M 1.116 2.192 C 1.583 2.192 1.956 2.09 2.231 1.886 C 2.508 1.67 2.711 1.442 2.843 1.202 L 2.843 0.032 C 2.485 -0.004 2.123 -0.01 1.763 0.014 C 1.458 0.033 1.156 0.087 0.863 0.176 C 0.628 0.244 0.412 0.367 0.233 0.536 C 0.077 0.694 -0.007 0.909 0 1.13 C 0 1.466 0.095 1.73 0.287 1.922 C 0.492 2.102 0.767 2.192 1.116 2.192 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-i849p4\",layoutDependency:layoutDependency,layoutId:\"UQbNCPU0x\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.212 12.852\" overflow=\"visible\"><path d=\"M 2.34 9.576 C 2.34 9.996 2.394 10.302 2.502 10.494 C 2.61 10.686 2.784 10.782 3.024 10.782 C 3.168 10.782 3.306 10.77 3.438 10.746 C 3.617 10.711 3.792 10.657 3.96 10.584 L 4.212 12.42 C 4.02 12.516 3.726 12.612 3.33 12.708 C 2.929 12.805 2.518 12.853 2.106 12.852 C 1.422 12.852 0.9 12.696 0.54 12.384 C 0.18 12.06 0 11.532 0 10.8 L 0 0 L 2.34 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-a9dcw\",layoutDependency:layoutDependency,layoutId:\"Ue0KOyBqk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.212 12.852\" overflow=\"visible\"><path d=\"M 2.34 9.576 C 2.34 9.996 2.394 10.302 2.502 10.494 C 2.61 10.686 2.784 10.782 3.024 10.782 C 3.168 10.782 3.306 10.77 3.438 10.746 C 3.617 10.711 3.792 10.657 3.96 10.584 L 4.212 12.42 C 4.02 12.516 3.726 12.612 3.33 12.708 C 2.929 12.805 2.518 12.853 2.106 12.852 C 1.422 12.852 0.9 12.696 0.54 12.384 C 0.18 12.06 0 11.532 0 10.8 L 0 0 L 2.34 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-al78ma\",layoutDependency:layoutDependency,layoutId:\"DxUXkAuk7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.784 13.104\" overflow=\"visible\"><path d=\"M 0 6.534 C 0 4.326 0.378 2.688 1.134 1.62 C 1.89 0.54 2.976 0 4.392 0 C 5.904 0 7.014 0.534 7.722 1.602 C 8.43 2.658 8.784 4.302 8.784 6.534 C 8.784 8.754 8.4 10.404 7.632 11.484 C 6.876 12.564 5.79 13.104 4.374 13.104 C 2.874 13.104 1.77 12.54 1.062 11.412 C 0.354 10.272 0 8.646 0 6.534 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9m9lvk\",layoutDependency:layoutDependency,layoutId:\"scAIunYtH\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.104 9.144\" overflow=\"visible\"><path d=\"M 0 4.554 C 0 6.018 0.156 7.152 0.468 7.956 C 0.792 8.748 1.32 9.144 2.052 9.144 C 2.76 9.144 3.276 8.778 3.6 8.046 C 3.936 7.314 4.104 6.15 4.104 4.554 C 4.104 3.102 3.948 1.98 3.636 1.188 C 3.324 0.396 2.79 0 2.034 0 C 1.314 0 0.792 0.372 0.468 1.116 C 0.156 1.86 0 3.006 0 4.554 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-arc4rz\",layoutDependency:layoutDependency,layoutId:\"RzL90YvN_\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.578 12.852\" overflow=\"visible\"><path d=\"M 7.308 3.33 C 7.308 3.942 7.194 4.56 6.966 5.184 C 6.744 5.822 6.46 6.437 6.12 7.02 C 5.78 7.626 5.401 8.209 4.986 8.766 C 4.578 9.318 4.176 9.828 3.78 10.296 L 2.826 11.034 L 2.826 11.124 L 4.122 10.872 L 7.578 10.872 L 7.578 12.852 L 0 12.852 L 0 11.646 C 0.288 11.346 0.612 10.998 0.972 10.602 C 1.332 10.194 1.692 9.768 2.052 9.324 C 2.424 8.868 2.784 8.4 3.132 7.92 C 3.48 7.44 3.792 6.96 4.068 6.48 C 4.327 6.027 4.543 5.551 4.716 5.058 C 4.884 4.602 4.968 4.17 4.968 3.762 C 4.968 3.27 4.824 2.868 4.536 2.556 C 4.26 2.232 3.816 2.07 3.204 2.07 C 2.82 2.07 2.424 2.154 2.016 2.322 C 1.62 2.478 1.284 2.682 1.008 2.934 L 0.072 1.278 C 0.54 0.894 1.068 0.588 1.656 0.36 C 2.256 0.12 2.958 0 3.762 0 C 4.278 0 4.752 0.072 5.184 0.216 C 5.616 0.36 5.988 0.57 6.3 0.846 C 6.612 1.122 6.858 1.47 7.038 1.89 C 7.218 2.298 7.308 2.778 7.308 3.33 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qchdsb\",layoutDependency:layoutDependency,layoutId:\"u2inWX1no\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.784 13.104\" overflow=\"visible\"><path d=\"M 0 6.534 C 0 4.326 0.378 2.688 1.134 1.62 C 1.89 0.54 2.976 0 4.392 0 C 5.904 0 7.014 0.534 7.722 1.602 C 8.43 2.658 8.784 4.302 8.784 6.534 C 8.784 8.754 8.4 10.404 7.632 11.484 C 6.876 12.564 5.79 13.104 4.374 13.104 C 2.874 13.104 1.77 12.54 1.062 11.412 C 0.354 10.272 0 8.646 0 6.534 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11utobe\",layoutDependency:layoutDependency,layoutId:\"klTGlXgav\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.104 9.144\" overflow=\"visible\"><path d=\"M 0 4.554 C 0 6.018 0.156 7.152 0.468 7.956 C 0.792 8.748 1.32 9.144 2.052 9.144 C 2.76 9.144 3.276 8.778 3.6 8.046 C 3.936 7.314 4.104 6.15 4.104 4.554 C 4.104 3.102 3.948 1.98 3.636 1.188 C 3.324 0.396 2.79 0 2.034 0 C 1.314 0 0.792 0.372 0.468 1.116 C 0.156 1.86 0 3.006 0 4.554 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1cnirv2\",layoutDependency:layoutDependency,layoutId:\"ddXi1o4bX\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.612 12.69\" overflow=\"visible\"><path d=\"M 9.612 9.18 L 7.632 9.18 L 7.632 12.69 L 5.454 12.69 L 5.454 9.18 L 0 9.18 L 0 7.848 L 5.706 0 L 7.632 0 L 7.632 7.308 L 9.612 7.308 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1v0a25m\",layoutDependency:layoutDependency,layoutId:\"Ayas5TMiZ\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.456 4.41\" overflow=\"visible\"><path d=\"M 3.294 1.512 L 3.456 0 L 3.384 0 L 2.772 1.296 L 0.9 3.726 L 0 4.41 L 1.152 4.266 L 3.294 4.266 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vi1xf2\",layoutDependency:layoutDependency,layoutId:\"fwL5hfRM7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.524 12.852\" overflow=\"visible\"><path d=\"M 2.736 10.782 C 3.528 10.782 4.134 10.59 4.554 10.206 C 4.974 9.822 5.184 9.294 5.184 8.622 C 5.184 7.902 4.938 7.374 4.446 7.038 C 3.954 6.702 3.252 6.534 2.34 6.534 L 0.918 6.588 L 0.918 0 L 7.11 0 L 7.11 2.196 L 2.934 2.196 L 2.934 4.626 L 3.672 4.554 C 4.215 4.569 4.751 4.678 5.256 4.878 C 5.736 5.07 6.144 5.34 6.48 5.688 C 6.816 6.024 7.074 6.438 7.254 6.93 C 7.434 7.41 7.524 7.95 7.524 8.55 C 7.524 9.258 7.404 9.882 7.164 10.422 C 6.924 10.962 6.588 11.412 6.156 11.772 C 5.736 12.132 5.238 12.402 4.662 12.582 C 4.049 12.767 3.412 12.858 2.772 12.852 C 2.253 12.854 1.734 12.806 1.224 12.708 C 0.802 12.641 0.391 12.52 0 12.348 L 0.63 10.404 C 0.906 10.524 1.206 10.62 1.53 10.692 C 1.866 10.752 2.268 10.782 2.736 10.782 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-e9ycvm\",layoutDependency:layoutDependency,layoutId:\"zMVB3nIdL\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.118 12.6\" overflow=\"visible\"><path d=\"M 0.792 12.6 L 4.914 2.898 L 5.706 2.016 L 4.626 2.196 L 0 2.196 L 0 0 L 8.118 0 L 8.118 0.684 L 3.078 12.6 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ixmbm\",layoutDependency:layoutDependency,layoutId:\"HcV4EwQvm\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.578 12.852\" overflow=\"visible\"><path d=\"M 7.308 3.33 C 7.308 3.942 7.194 4.56 6.966 5.184 C 6.744 5.822 6.46 6.437 6.12 7.02 C 5.78 7.626 5.401 8.209 4.986 8.766 C 4.578 9.318 4.176 9.828 3.78 10.296 L 2.826 11.034 L 2.826 11.124 L 4.122 10.872 L 7.578 10.872 L 7.578 12.852 L 0 12.852 L 0 11.646 C 0.288 11.346 0.612 10.998 0.972 10.602 C 1.332 10.194 1.692 9.768 2.052 9.324 C 2.424 8.868 2.784 8.4 3.132 7.92 C 3.48 7.44 3.792 6.96 4.068 6.48 C 4.327 6.027 4.543 5.551 4.716 5.058 C 4.884 4.602 4.968 4.17 4.968 3.762 C 4.968 3.27 4.824 2.868 4.536 2.556 C 4.26 2.232 3.816 2.07 3.204 2.07 C 2.82 2.07 2.424 2.154 2.016 2.322 C 1.62 2.478 1.284 2.682 1.008 2.934 L 0.072 1.278 C 0.54 0.894 1.068 0.588 1.656 0.36 C 2.256 0.12 2.958 0 3.762 0 C 4.278 0 4.752 0.072 5.184 0.216 C 5.616 0.36 5.988 0.57 6.3 0.846 C 6.612 1.122 6.858 1.47 7.038 1.89 C 7.218 2.298 7.308 2.778 7.308 3.33 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5a1bgn\",layoutDependency:layoutDependency,layoutId:\"y7EKfjB_0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.612 12.69\" overflow=\"visible\"><path d=\"M 9.612 9.18 L 7.632 9.18 L 7.632 12.69 L 5.454 12.69 L 5.454 9.18 L 0 9.18 L 0 7.848 L 5.706 0 L 7.632 0 L 7.632 7.308 L 9.612 7.308 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1u7fr0i\",layoutDependency:layoutDependency,layoutId:\"xbfhmAdpg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.456 4.41\" overflow=\"visible\"><path d=\"M 3.294 1.512 L 3.456 0 L 3.384 0 L 2.772 1.296 L 0.9 3.726 L 0 4.41 L 1.152 4.266 L 3.294 4.266 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fotow8\",layoutDependency:layoutDependency,layoutId:\"dFl8Armag\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.424 13.104\" overflow=\"visible\"><path d=\"M 8.424 8.946 C 8.424 9.534 8.322 10.08 8.118 10.584 C 7.935 11.074 7.653 11.521 7.29 11.898 C 6.93 12.27 6.492 12.564 5.976 12.78 C 5.446 13.001 4.876 13.111 4.302 13.104 C 3.714 13.11 3.129 13.013 2.574 12.816 C 2.065 12.616 1.604 12.309 1.224 11.916 C 0.84 11.52 0.54 11.022 0.324 10.422 C 0.108 9.822 0 9.126 0 8.334 C 0 7.146 0.168 6.072 0.504 5.112 C 0.852 4.152 1.314 3.318 1.89 2.61 C 2.453 1.911 3.143 1.325 3.924 0.882 C 4.687 0.444 5.522 0.145 6.39 0 L 6.912 1.854 C 6.312 1.95 5.76 2.136 5.256 2.412 C 4.763 2.68 4.309 3.013 3.906 3.402 C 3.52 3.788 3.187 4.224 2.916 4.698 C 2.652 5.166 2.466 5.652 2.358 6.156 C 2.598 5.856 2.91 5.604 3.294 5.4 C 3.678 5.184 4.158 5.076 4.734 5.076 C 5.274 5.076 5.772 5.16 6.228 5.328 C 6.684 5.496 7.074 5.748 7.398 6.084 C 7.722 6.408 7.974 6.81 8.154 7.29 C 8.334 7.77 8.424 8.322 8.424 8.946 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1h845yn\",layoutDependency:layoutDependency,layoutId:\"VhQB7Tfvd\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.924 4.068\" overflow=\"visible\"><path d=\"M 3.924 2.016 C 3.924 0.672 3.264 0 1.944 0 C 1.464 0 1.056 0.108 0.72 0.324 C 0.396 0.54 0.168 0.792 0.036 1.08 C 0.014 1.193 0.002 1.307 0 1.422 L 0 1.71 C 0 1.998 0.042 2.286 0.126 2.574 C 0.21 2.85 0.33 3.102 0.486 3.33 C 0.654 3.546 0.864 3.726 1.116 3.87 C 1.368 4.002 1.668 4.068 2.016 4.068 C 2.58 4.068 3.036 3.876 3.384 3.492 C 3.744 3.108 3.924 2.616 3.924 2.016 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11mvenr\",layoutDependency:layoutDependency,layoutId:\"iBkfURHNS\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.784 13.104\" overflow=\"visible\"><path d=\"M 0 6.534 C 0 4.326 0.378 2.688 1.134 1.62 C 1.89 0.54 2.976 0 4.392 0 C 5.904 0 7.014 0.534 7.722 1.602 C 8.43 2.658 8.784 4.302 8.784 6.534 C 8.784 8.754 8.4 10.404 7.632 11.484 C 6.876 12.564 5.79 13.104 4.374 13.104 C 2.874 13.104 1.77 12.54 1.062 11.412 C 0.354 10.272 0 8.646 0 6.534 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ibu3s8\",layoutDependency:layoutDependency,layoutId:\"ouShnUXfM\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.104 9.144\" overflow=\"visible\"><path d=\"M 0 4.554 C 0 6.018 0.156 7.152 0.468 7.956 C 0.792 8.748 1.32 9.144 2.052 9.144 C 2.76 9.144 3.276 8.778 3.6 8.046 C 3.936 7.314 4.104 6.15 4.104 4.554 C 4.104 3.102 3.948 1.98 3.636 1.188 C 3.324 0.396 2.79 0 2.034 0 C 1.314 0 0.792 0.372 0.468 1.116 C 0.156 1.86 0 3.006 0 4.554 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-alxck7\",layoutDependency:layoutDependency,layoutId:\"lNzpuE8dB\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.56 12.852\" overflow=\"visible\"><path d=\"M 2.934 10.872 C 3.678 10.872 4.242 10.674 4.626 10.278 C 5.022 9.882 5.22 9.402 5.22 8.838 C 5.22 8.154 5.016 7.65 4.608 7.326 C 4.2 7.002 3.558 6.84 2.682 6.84 L 1.386 6.84 L 1.386 5.598 L 3.564 2.628 L 4.59 1.818 L 3.168 1.98 L 0.144 1.98 L 0.144 0 L 7.02 0 L 7.02 1.278 L 4.482 4.68 L 3.69 5.166 L 3.69 5.256 L 4.446 5.148 C 4.866 5.184 5.262 5.28 5.634 5.436 C 6.018 5.592 6.348 5.82 6.624 6.12 C 6.912 6.408 7.14 6.768 7.308 7.2 C 7.476 7.632 7.56 8.13 7.56 8.694 C 7.56 9.402 7.44 10.014 7.2 10.53 C 6.982 11.032 6.649 11.476 6.228 11.826 C 5.807 12.181 5.316 12.445 4.788 12.6 C 4.21 12.772 3.609 12.857 3.006 12.852 C 2.457 12.85 1.909 12.802 1.368 12.708 C 0.804 12.612 0.348 12.474 0 12.294 L 0.63 10.35 C 0.942 10.506 1.284 10.632 1.656 10.728 C 2.04 10.824 2.466 10.872 2.934 10.872 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1wp9pbl\",layoutDependency:layoutDependency,layoutId:\"mLTSrFmjQ\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 24\" overflow=\"visible\"><path d=\"M 5.832 0 C 6.91 -0.01 7.925 0.44 8.659 1.435 C 9.175 2.135 10.117 3.225 10.613 4.322 C 10.874 4.899 11.057 5.559 10.99 6.26 C 10.922 6.98 10.599 7.664 9.992 8.277 C 9.543 8.73 9.417 9.389 9.704 10.285 C 9.994 11.19 10.675 12.191 11.575 13.048 C 12.475 13.906 13.512 14.541 14.432 14.797 C 15.337 15.049 15.982 14.91 16.419 14.467 C 16.987 13.894 17.642 13.574 18.347 13.481 C 19.03 13.391 19.685 13.522 20.259 13.722 C 20.833 13.922 21.38 14.21 21.86 14.484 C 22.398 14.792 22.74 15.013 23.163 15.246 C 24.232 15.836 24.811 16.728 24.961 17.726 C 25.104 18.682 24.845 19.663 24.408 20.516 C 23.953 21.39 23.323 22.161 22.558 22.78 C 21.812 23.38 20.9 23.852 19.938 23.943 C 15.019 24.409 10.148 21.974 6.501 18.471 C 2.85 14.965 0.253 10.226 0.005 5.792 C -0.047 4.871 0.333 3.926 0.859 3.128 C 1.422 2.284 2.144 1.557 2.985 0.988 C 3.815 0.43 4.81 0.011 5.832 0 Z M 5.852 1.846 C 5.348 1.852 4.727 2.07 4.088 2.5 C 3.454 2.93 2.91 3.477 2.484 4.113 C 2.074 4.737 1.904 5.298 1.926 5.693 C 2.142 9.56 4.453 13.893 7.861 17.166 C 11.273 20.442 15.609 22.498 19.75 22.106 C 20.203 22.062 20.762 21.818 21.322 21.366 C 21.884 20.91 22.347 20.343 22.682 19.7 C 23.007 19.066 23.129 18.466 23.058 17.988 C 22.992 17.551 22.76 17.154 22.204 16.848 C 21.814 16.632 21.267 16.294 20.876 16.071 C 20.428 15.814 20.004 15.598 19.603 15.458 C 19.203 15.318 18.877 15.275 18.61 15.31 C 18.366 15.342 18.1 15.449 17.813 15.739 C 16.715 16.848 15.228 16.941 13.898 16.571 C 12.582 16.205 11.277 15.364 10.22 14.358 C 9.163 13.351 8.273 12.098 7.865 10.828 C 7.455 9.548 7.506 8.108 8.598 7.005 C 8.932 6.667 9.049 6.364 9.075 6.093 C 9.102 5.802 9.032 5.462 8.849 5.058 C 8.459 4.194 7.749 3.398 7.089 2.501 C 6.719 2 6.299 1.842 5.852 1.846 Z\" fill=\"rgb(62,59,94)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-t71vus\",layoutDependency:layoutDependency,layoutId:\"t0G2sTExk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 24\" overflow=\"visible\"><path d=\"M 5.832 0 C 6.91 -0.01 7.925 0.44 8.659 1.435 C 9.175 2.135 10.117 3.225 10.613 4.322 C 10.874 4.899 11.057 5.559 10.99 6.26 C 10.922 6.98 10.599 7.664 9.992 8.277 C 9.543 8.73 9.417 9.389 9.704 10.285 C 9.994 11.19 10.675 12.191 11.575 13.048 C 12.475 13.906 13.512 14.541 14.432 14.797 C 15.337 15.049 15.982 14.91 16.419 14.467 C 16.987 13.894 17.642 13.574 18.347 13.481 C 19.03 13.391 19.685 13.522 20.259 13.722 C 20.833 13.922 21.38 14.21 21.86 14.484 C 22.398 14.792 22.74 15.013 23.163 15.246 C 24.232 15.836 24.811 16.728 24.961 17.726 C 25.104 18.682 24.845 19.663 24.408 20.516 C 23.953 21.39 23.323 22.161 22.558 22.78 C 21.812 23.38 20.9 23.852 19.938 23.943 C 15.019 24.409 10.148 21.974 6.501 18.471 C 2.85 14.965 0.253 10.226 0.005 5.792 C -0.047 4.871 0.333 3.926 0.859 3.128 C 1.422 2.284 2.144 1.557 2.985 0.988 C 3.815 0.43 4.81 0.011 5.832 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1sa7dt5\",layoutDependency:layoutDependency,layoutId:\"Jc2zKYW86\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21.153 20.308\" overflow=\"visible\"><path d=\"M 3.928 0 C 3.424 0.006 2.803 0.224 2.164 0.654 C 1.53 1.084 0.986 1.631 0.56 2.267 C 0.15 2.891 -0.02 3.452 0.002 3.847 C 0.218 7.714 2.529 12.047 5.937 15.32 C 9.349 18.596 13.685 20.652 17.826 20.26 C 18.279 20.216 18.838 19.972 19.398 19.52 C 19.96 19.063 20.423 18.496 20.758 17.854 C 21.083 17.22 21.205 16.62 21.134 16.142 C 21.068 15.705 20.836 15.308 20.28 15.002 C 19.89 14.786 19.343 14.448 18.952 14.225 C 18.504 13.968 18.08 13.752 17.679 13.612 C 17.279 13.472 16.953 13.429 16.686 13.464 C 16.442 13.496 16.176 13.603 15.889 13.893 C 14.791 15.002 13.304 15.095 11.974 14.725 C 10.658 14.359 9.353 13.518 8.296 12.512 C 7.239 11.505 6.349 10.252 5.941 8.982 C 5.531 7.702 5.582 6.262 6.674 5.159 C 7.008 4.821 7.125 4.518 7.151 4.247 C 7.178 3.956 7.108 3.616 6.925 3.212 C 6.535 2.348 5.825 1.552 5.165 0.655 C 4.795 0.154 4.375 -0.004 3.928 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KAIOn.framer-1ileihh, .framer-KAIOn .framer-1ileihh { display: block; }\",\".framer-KAIOn.framer-15t5nx5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 49px; justify-content: center; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-KAIOn .framer-rtk9f6 { height: 24px; position: relative; width: 181px; }\",\".framer-KAIOn .framer-gi65q5 { height: 13px; left: 31px; position: absolute; top: 4px; width: 150px; }\",\".framer-KAIOn .framer-1o4pqm6 { height: 13px; left: 0px; position: absolute; top: 0px; width: 9px; }\",\".framer-KAIOn .framer-142z40x { height: 10px; left: 10px; position: absolute; top: 4px; width: 8px; }\",\".framer-KAIOn .framer-93imnn { height: 2px; left: 13px; position: absolute; top: 9px; width: 3px; }\",\".framer-KAIOn .framer-i849p4 { height: 13px; left: 20px; position: absolute; top: 1px; width: 4px; }\",\".framer-KAIOn .framer-a9dcw { height: 13px; left: 26px; position: absolute; top: 1px; width: 4px; }\",\".framer-KAIOn .framer-al78ma { height: 13px; left: 36px; position: absolute; top: 0px; width: 9px; }\",\".framer-KAIOn .framer-9m9lvk { height: 9px; left: 38px; position: absolute; top: 2px; width: 4px; }\",\".framer-KAIOn .framer-arc4rz { height: 13px; left: 47px; position: absolute; top: 0px; width: 8px; }\",\".framer-KAIOn .framer-1qchdsb { height: 13px; left: 57px; position: absolute; top: 0px; width: 9px; }\",\".framer-KAIOn .framer-11utobe { height: 9px; left: 59px; position: absolute; top: 2px; width: 4px; }\",\".framer-KAIOn .framer-1cnirv2 { height: 13px; left: 67px; position: absolute; top: 0px; width: 10px; }\",\".framer-KAIOn .framer-1v0a25m { height: 5px; left: 70px; position: absolute; top: 3px; width: 4px; }\",\".framer-KAIOn .framer-1vi1xf2 { height: 13px; left: 79px; position: absolute; top: 1px; width: 8px; }\",\".framer-KAIOn .framer-e9ycvm { height: 13px; left: 89px; position: absolute; top: 1px; width: 8px; }\",\".framer-KAIOn .framer-ixmbm { height: 13px; left: 100px; position: absolute; top: 0px; width: 8px; }\",\".framer-KAIOn .framer-5a1bgn { height: 13px; left: 110px; position: absolute; top: 0px; width: 10px; }\",\".framer-KAIOn .framer-1u7fr0i { height: 5px; left: 112px; position: absolute; top: 3px; width: 4px; }\",\".framer-KAIOn .framer-1fotow8 { height: 13px; left: 121px; position: absolute; top: 0px; width: 9px; }\",\".framer-KAIOn .framer-1h845yn { height: 4px; left: 123px; position: absolute; top: 7px; width: 4px; }\",\".framer-KAIOn .framer-11mvenr { height: 13px; left: 131px; position: absolute; top: 0px; width: 9px; }\",\".framer-KAIOn .framer-ibu3s8 { height: 9px; left: 134px; position: absolute; top: 2px; width: 4px; }\",\".framer-KAIOn .framer-alxck7 { height: 13px; left: 142px; position: absolute; top: 1px; width: 8px; }\",\".framer-KAIOn .framer-1wp9pbl, .framer-KAIOn .framer-t71vus { height: 24px; left: 0px; position: absolute; top: 0px; width: 25px; }\",\".framer-KAIOn .framer-1sa7dt5 { height: 21px; left: 2px; position: absolute; top: 2px; width: 21px; }\",'.framer-KAIOn[data-border=\"true\"]::after, .framer-KAIOn [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 49\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"t41wvqk6T\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramervOPfg_M8G=withCSS(Component,css,\"framer-KAIOn\");export default FramervOPfg_M8G;FramervOPfg_M8G.displayName=\"Phone Button Detailed Latest\";FramervOPfg_M8G.defaultProps={height:49,width:200};addPropertyControls(FramervOPfg_M8G,{t41wvqk6T:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramervOPfg_M8G,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervOPfg_M8G\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"49\",\"framerVariables\":\"{\\\"t41wvqk6T\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (04b9457)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withAssignPhoneButtonID}from\"https://framerusercontent.com/modules/R74oYVfSF4V4gDMclNXG/hU825ZYQASzx4kogQrSb/Add_Phone_Button_ID.js\";import{withAssignButtonID}from\"https://framerusercontent.com/modules/2XgaCnnNg2hsAJZg9E6o/aqdE67WApmFIBaY2ZEMA/Add_WhatsApp_Button_ID.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/y4CYfGi57k4rvneqdBZE/toyQq0BLVZy3QcQDPLtY/AS4PcgcTr.js\";import WhatsAppButtonLatest,*as WhatsAppButtonLatestInfo from\"https://framerusercontent.com/modules/nC5Y5Ukpz33Y6DlkC3yC/rlIqJUTAHK4qM7kB1SrS/BhcYLthHq.js\";import Button from\"https://framerusercontent.com/modules/qpOvn4BO7bUOzGMxk1MQ/YiRJKwreHSFR0FgQ8anW/f4BK0MzI7.js\";import OpeningHoursForCallNow,*as OpeningHoursForCallNowInfo from\"https://framerusercontent.com/modules/wv9b70iT4xh6zPDtr1k5/saxxWSlmT7z120OMZgjI/OD2LZeXEo.js\";import PhoneButtonLatest,*as PhoneButtonLatestInfo from\"https://framerusercontent.com/modules/lOAWbKY0DmdIIkGvgU2a/b2baZvImDQbAjy94ssCg/rTwXysEno.js\";import PhoneButtonDetailedLatest,*as PhoneButtonDetailedLatestInfo from\"https://framerusercontent.com/modules/y1XIwyRF0odZOHuxTwFh/OPVGLZO5cOXhr2t2W016/vOPfg_M8G.js\";const PhoneButtonLatestFonts=getFonts(PhoneButtonLatest);const PhoneButtonLatestWithAssignPhoneButtonID1pdv7taWithMappedReactProps14cz533=withMappedReactProps(withCodeBoundaryForOverrides(PhoneButtonLatest,{nodeId:\"qJMkR3tgc\",override:withAssignPhoneButtonID,scopeId:\"vfBMXxmDb\"}),PhoneButtonLatestInfo);const MotionDivWithFX=withFX(motion.div);const WhatsAppButtonLatestFonts=getFonts(WhatsAppButtonLatest);const WhatsAppButtonLatestWithAssignButtonID1hbd507WithMappedReactProps1br723v=withMappedReactProps(withCodeBoundaryForOverrides(WhatsAppButtonLatest,{nodeId:\"ClrfIUCi4\",override:withAssignButtonID,scopeId:\"vfBMXxmDb\"}),WhatsAppButtonLatestInfo);const ButtonFonts=getFonts(Button);const PhoneButtonDetailedLatestFonts=getFonts(PhoneButtonDetailedLatest);const PhoneButtonDetailedLatestWithAssignPhoneButtonIDx52t34WithMappedReactProps2oxow5=withMappedReactProps(withCodeBoundaryForOverrides(PhoneButtonDetailedLatest,{nodeId:\"vFN7FIytQ\",override:withAssignPhoneButtonID,scopeId:\"vfBMXxmDb\"}),PhoneButtonDetailedLatestInfo);const WhatsAppButtonLatestWithAssignButtonIDldvuu0WithMappedReactProps1br723v=withMappedReactProps(withCodeBoundaryForOverrides(WhatsAppButtonLatest,{nodeId:\"bdDozzj1l\",override:withAssignButtonID,scopeId:\"vfBMXxmDb\"}),WhatsAppButtonLatestInfo);const PhoneButtonDetailedLatestWithAssignPhoneButtonID16gz9b4WithMappedReactProps2oxow5=withMappedReactProps(withCodeBoundaryForOverrides(PhoneButtonDetailedLatest,{nodeId:\"VPnxrBd6G\",override:withAssignPhoneButtonID,scopeId:\"vfBMXxmDb\"}),PhoneButtonDetailedLatestInfo);const OpeningHoursForCallNowFonts=getFonts(OpeningHoursForCallNow);const OpeningHoursForCallNowWithAssignPhoneButtonID2qojycWithMappedReactProps1cfpkry=withMappedReactProps(withCodeBoundaryForOverrides(OpeningHoursForCallNow,{nodeId:\"xlLgo0SWc\",override:withAssignPhoneButtonID,scopeId:\"vfBMXxmDb\"}),OpeningHoursForCallNowInfo);const cycleOrder=[\"nyEHYbtZo\",\"COMRkIopo\",\"sjbHsQq_w\",\"N8Q_BGZqk\",\"e9dxlO1Tz\"];const serializationHash=\"framer-331bo\";const variantClassNames={COMRkIopo:\"framer-v-1yr79r5\",e9dxlO1Tz:\"framer-v-1tsts48\",N8Q_BGZqk:\"framer-v-zgek8m\",nyEHYbtZo:\"framer-v-14tmjho\",sjbHsQq_w:\"framer-v-128t483\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const transition3={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Laptop-S\":\"nyEHYbtZo\",\"Mobile/closed\":\"N8Q_BGZqk\",\"Mobile/open\":\"e9dxlO1Tz\",\"Tablet/closed\":\"COMRkIopo\",\"Tablet/Open\":\"sjbHsQq_w\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nyEHYbtZo\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nyEHYbtZo\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const rCWcePdpVtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap32gasq=activeVariantCallback(async(...args)=>{setVariant(\"sjbHsQq_w\");});const onTapnrjbva=activeVariantCallback(async(...args)=>{setVariant(\"COMRkIopo\");});const onTap1hm8d58=activeVariantCallback(async(...args)=>{setVariant(\"e9dxlO1Tz\");});const onTap1ivtqte=activeVariantCallback(async(...args)=>{setVariant(\"N8Q_BGZqk\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"COMRkIopo\",\"sjbHsQq_w\",\"N8Q_BGZqk\",\"e9dxlO1Tz\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"sjbHsQq_w\",\"N8Q_BGZqk\",\"e9dxlO1Tz\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed2=()=>{if([\"sjbHsQq_w\",\"e9dxlO1Tz\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"N8Q_BGZqk\")return false;return true;};const router=useRouter();const isDisplayed4=()=>{if([\"COMRkIopo\",\"sjbHsQq_w\",\"N8Q_BGZqk\",\"e9dxlO1Tz\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"sjbHsQq_w\",\"e9dxlO1Tz\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"e9dxlO1Tz\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"sjbHsQq_w\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({COMRkIopo:{value:transition2},N8Q_BGZqk:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-14tmjho\",className,classNames),\"data-framer-name\":\"Laptop-S\",layoutDependency:layoutDependency,layoutId:\"nyEHYbtZo\",ref:refBinding,style:{...style},...addPropertyOverrides({COMRkIopo:{\"data-framer-name\":\"Tablet/closed\"},e9dxlO1Tz:{\"data-framer-name\":\"Mobile/open\"},N8Q_BGZqk:{\"data-framer-name\":\"Mobile/closed\"},sjbHsQq_w:{\"data-framer-name\":\"Tablet/Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-boaixs\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"KhStNbaHj\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-39qsbh\",layoutDependency:layoutDependency,layoutId:\"uqhlFMppt\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fb7i0\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"hW_VuLCnH\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"rlKcxHbQD\",scopeId:\"vfBMXxmDb\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1221z7p framer-1cpjxg7\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"rlKcxHbQD\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1hfpvrp\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:38,layoutDependency:layoutDependency,layoutId:\"tx1xWF0TZ\",svg:'<svg width=\"38\" height=\"40\" viewBox=\"0 0 38 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M35.4663 11.5517L18.9183 0L13.5352 3.78833V8.38393L25.4875 16.7666C26.9108 17.7648 27.758 19.4089 27.7581 21.146L27.7598 37.9233C34.2891 34.6269 37.7464 27.5449 37.7464 26.6418V15.9211C37.7464 14.1799 36.8952 12.5491 35.4663 11.5517Z\" fill=\"#6156E1\"/>\\n<path d=\"M25.4877 16.7675L10.2519 6.08203L6.39233 8.79712V13.478L15.4505 19.8066C16.8783 20.8042 17.7288 22.4351 17.7288 24.1756V39.9834C17.9558 39.9948 18.1835 40.0007 18.4116 40.0008C24.1858 40.0027 27.7599 37.9241 27.7599 37.9241L27.7582 21.1469C27.7582 19.4098 26.911 17.7657 25.4877 16.7675Z\" fill=\"#756AF1\"/>\\n<path d=\"M0.0366211 15.9873C0.0366049 14.2732 0.861649 12.6659 2.25394 11.6638L3.01344 11.1172L15.4505 19.8065C16.8784 20.8041 17.7289 22.435 17.7289 24.1755V39.9976C9.35645 39.9976 0.0366211 31.9618 0.0367872 25.387C0.0369533 18.8121 0.0366534 19.4119 0.0366211 15.9873Z\" fill=\"#8D83FB\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ay1czr\",\"data-framer-name\":\"Text\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:109,layoutDependency:layoutDependency,layoutId:\"vZE7PKRbr\",svg:'<svg width=\"109\" height=\"22\" viewBox=\"0 0 109 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.1977 20.9214H18.9756L12.0361 8.30815L18.9161 0.0976562H12.602L7.62821 7.05872L5.42426 11.4912V0.0976562H0.718506V20.9214H5.42426V16.2212L8.84933 12.1457L13.1977 20.9214Z\" fill=\"#1A1E23\"/>\\n<path d=\"M27.6042 5.7498C23.1962 5.7498 19.5031 8.69487 19.5031 13.5141C19.5031 18.3035 23.1962 21.2188 27.6042 21.2188C32.0121 21.2188 35.7052 18.3035 35.7052 13.5141C35.7052 8.69487 32.0121 5.7498 27.6042 5.7498ZM27.6042 17.1136C25.1619 17.1136 24.0302 15.9534 24.0302 13.5141C24.0302 11.0152 25.1619 9.85505 27.6042 9.85505C30.0464 9.85505 31.1781 11.0152 31.1781 13.5141C31.1781 15.9534 30.0464 17.1136 27.6042 17.1136Z\" fill=\"#1A1E23\"/>\\n<path d=\"M45.7242 5.7498C41.3163 5.7498 37.6232 8.69487 37.6232 13.5141C37.6232 18.3035 41.3163 21.2188 45.7242 21.2188C50.1321 21.2188 53.8253 18.3035 53.8253 13.5141C53.8253 8.69487 50.1321 5.7498 45.7242 5.7498ZM45.7242 17.1136C43.282 17.1136 42.1502 15.9534 42.1502 13.5141C42.1502 11.0152 43.282 9.85505 45.7242 9.85505C48.1664 9.85505 49.2982 11.0152 49.2982 13.5141C49.2982 15.9534 48.1664 17.1136 45.7242 17.1136Z\" fill=\"#1A1E23\"/>\\n<path d=\"M67.2694 0.0976562V9.49807C66.4056 7.05872 64.5889 5.7498 62.0573 5.7498C57.977 5.7498 55.7432 8.84361 55.7432 13.5141C55.7432 18.125 58.0961 21.2188 62.3551 21.2188C64.7378 21.2188 66.4354 19.9397 67.2694 17.5896V20.9214H71.7964V0.0976562H67.2694ZM63.7847 17.1136C61.4021 17.1136 60.2703 15.9534 60.2703 13.5141C60.2703 11.0152 61.4021 9.85505 63.7847 9.85505C66.2567 9.85505 67.4183 11.0152 67.4183 13.5141C67.4183 15.9534 66.2567 17.1136 63.7847 17.1136Z\" fill=\"#1A1E23\"/>\\n<path d=\"M82.7787 5.7498C78.3708 5.7498 74.6777 8.69487 74.6777 13.5141C74.6777 18.3035 78.3708 21.2188 82.7787 21.2188C87.1867 21.2188 90.8798 18.3035 90.8798 13.5141C90.8798 8.69487 87.1867 5.7498 82.7787 5.7498ZM82.7787 17.1136C80.3365 17.1136 79.2048 15.9534 79.2048 13.5141C79.2048 11.0152 80.3365 9.85505 82.7787 9.85505C85.221 9.85505 86.3527 11.0152 86.3527 13.5141C86.3527 15.9534 85.221 17.1136 82.7787 17.1136Z\" fill=\"#1A1E23\"/>\\n<path d=\"M100.899 5.7498C96.4909 5.7498 92.7978 8.69487 92.7978 13.5141C92.7978 18.3035 96.4909 21.2188 100.899 21.2188C105.307 21.2188 109 18.3035 109 13.5141C109 8.69487 105.307 5.7498 100.899 5.7498ZM100.899 17.1136C98.4566 17.1136 97.3248 15.9534 97.3248 13.5141C97.3248 11.0152 98.4566 9.85505 100.899 9.85505C103.341 9.85505 104.473 11.0152 104.473 13.5141C104.473 15.9534 103.341 17.1136 100.899 17.1136Z\" fill=\"#1A1E23\"/>\\n</svg>\\n',withExternalLayout:true})]})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t0jnj2\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"yBLcbRWsY\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rdyzp3\",layoutDependency:layoutDependency,layoutId:\"pNg_7R8mR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy03MDA=\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-abdf50e5-dd3a-4f8b-9df7-c7f5169b5c32, rgb(62, 59, 94)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BeLuDhtm2\"},motionChild:true,nodeId:\"TxfECdtYz\",openInNewTab:false,relValues:[],scopeId:\"vfBMXxmDb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"Buying a new home\"})})})}),className:\"framer-1g54bxn\",fonts:[\"GF;PT Sans-700\"],layoutDependency:layoutDependency,layoutId:\"TxfECdtYz\",style:{\"--extracted-r6o4lv\":\"var(--token-abdf50e5-dd3a-4f8b-9df7-c7f5169b5c32, rgb(62, 59, 94))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy03MDA=\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-abdf50e5-dd3a-4f8b-9df7-c7f5169b5c32, rgb(62, 59, 94)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XPcADPrK7\"},motionChild:true,nodeId:\"He1dUdRcW\",openInNewTab:false,relValues:[],scopeId:\"vfBMXxmDb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"Remortgaging\"})})})}),className:\"framer-s4kcr0\",fonts:[\"GF;PT Sans-700\"],layoutDependency:layoutDependency,layoutId:\"He1dUdRcW\",style:{\"--extracted-r6o4lv\":\"var(--token-abdf50e5-dd3a-4f8b-9df7-c7f5169b5c32, rgb(62, 59, 94))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"60px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||56)-0-56)/2+0+0)+3.5+0,...addPropertyOverrides({COMRkIopo:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||65)-0-65)/2+0+0)+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1pdv7ta-container\",id:`${layoutId}-1pdv7ta`,layoutDependency:layoutDependency,layoutId:\"qJMkR3tgc-container\",nodeId:\"qJMkR3tgc\",ref:ref1,rendersWithMotion:true,scopeId:\"vfBMXxmDb\",children:[/*#__PURE__*/_jsx(PhoneButtonLatestWithAssignPhoneButtonID1pdv7taWithMappedReactProps14cz533,{height:\"100%\",id:\"qJMkR3tgc\",layoutId:\"qJMkR3tgc\",rCWcePdpV:rCWcePdpVtxyyif({overlay}),style:{width:\"100%\"},variant:overlay.visible?\"K_aih91Wb\":undefined,width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1pdv7ta`,offsetX:78.234375,offsetY:9.5,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-nie3d2\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Fg9QDiEcu\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(26, 24, 57))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Call us on 02045724603\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(26, 24, 57))\"},children:\"Opening hours: 9:30am - 5pm\"})]}),className:\"framer-sgjz7l\",fonts:[\"GF;PT Sans-regular\",\"GF;PT Sans-700\"],layoutDependency:layoutDependency,layoutId:\"QKo8DJgPE\",style:{\"--extracted-1iakedh\":\"rgb(26, 24, 57)\",\"--extracted-r6o4lv\":\"rgb(26, 24, 57)\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"60px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||56)-0-56)/2+0+0)+3.5+0,...addPropertyOverrides({COMRkIopo:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||65)-0-65)/2+0+0)+8+0},N8Q_BGZqk:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||65)-0-65)/2+0+0)+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hbd507-container\",layoutDependency:layoutDependency,layoutId:\"ClrfIUCi4-container\",nodeId:\"ClrfIUCi4\",rendersWithMotion:true,scopeId:\"vfBMXxmDb\",children:/*#__PURE__*/_jsx(WhatsAppButtonLatestWithAssignButtonID1hbd507WithMappedReactProps1br723v,{height:\"100%\",id:\"ClrfIUCi4\",layoutId:\"ClrfIUCi4\",style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xq4ba3\",layoutDependency:layoutDependency,layoutId:\"dt2eYiZC3\",children:isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DVOpLsFqG\"},implicitPathVariables:undefined},{href:{webPageId:\"DVOpLsFqG\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||56)-0-56)/2+0+0)+3.5+4.5+0,...addPropertyOverrides({COMRkIopo:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||65)-0-65)/2+0+0)+8+4.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-v5bb9o-container\",layoutDependency:layoutDependency,layoutId:\"oQI7c0_af-container\",nodeId:\"oQI7c0_af\",rendersWithMotion:true,scopeId:\"vfBMXxmDb\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",I3VXutxOx:false,id:\"oQI7c0_af\",IeVRKL9L8:\"Get advice\",layoutId:\"oQI7c0_af\",nSccIgv93:resolvedLinks[0],style:{height:\"100%\"},variant:\"VyJbLYks5\",width:\"100%\",...addPropertyOverrides({COMRkIopo:{nSccIgv93:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gtep7z\",\"data-framer-name\":\"Hamburger\",layoutDependency:layoutDependency,layoutId:\"bmM0RwEXI\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{e9dxlO1Tz:{backgroundColor:\"rgba(0, 0, 0, 0)\"},N8Q_BGZqk:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({COMRkIopo:{\"data-highlight\":true,onTap:onTap32gasq},e9dxlO1Tz:{\"data-highlight\":true,onTap:onTap1ivtqte},N8Q_BGZqk:{\"data-highlight\":true,onTap:onTap1hm8d58},sjbHsQq_w:{\"data-highlight\":true,onTap:onTapnrjbva}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j5ypev\",\"data-framer-name\":\"Line 1\",layoutDependency:layoutDependency,layoutId:\"TEEnQ1khz\",style:{backgroundColor:\"rgb(15, 15, 20)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:0},variants:{e9dxlO1Tz:{rotate:-45},N8Q_BGZqk:{rotate:0},sjbHsQq_w:{rotate:-45}}}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xo78kl\",\"data-framer-name\":\"Line 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"znb5_LUPV\",onTap:onTap32gasq,style:{backgroundColor:\"rgb(15, 15, 20)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},...addPropertyOverrides({N8Q_BGZqk:{onTap:onTap1hm8d58}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13nzl0b\",\"data-framer-name\":\"Line 3\",layoutDependency:layoutDependency,layoutId:\"KEfOBkSjr\",style:{backgroundColor:\"rgb(15, 15, 20)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:0},variants:{e9dxlO1Tz:{rotate:45},N8Q_BGZqk:{rotate:0},sjbHsQq_w:{rotate:45}}})]})]})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v18u23\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"VLJUEcx23\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rhlcxz\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"yKMpovqfS\",children:[isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BeLuDhtm2\"},implicitPathVariables:undefined},{href:{webPageId:\"BeLuDhtm2\"},implicitPathVariables:undefined},{href:{webPageId:\"BeLuDhtm2\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({e9dxlO1Tz:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+56+24+0+0+0},sjbHsQq_w:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 128px)`,y:(componentViewport?.y||0)+56+64+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1k6fs6i-container\",layoutDependency:layoutDependency,layoutId:\"La_QS_lQV-container\",nodeId:\"La_QS_lQV\",rendersWithMotion:true,scopeId:\"vfBMXxmDb\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",I3VXutxOx:false,id:\"La_QS_lQV\",IeVRKL9L8:\"Buying a new home\",layoutId:\"La_QS_lQV\",nSccIgv93:resolvedLinks1[0],style:{width:\"100%\"},variant:\"kpuUcTx7y\",width:\"100%\",...addPropertyOverrides({e9dxlO1Tz:{nSccIgv93:resolvedLinks1[2]},sjbHsQq_w:{nSccIgv93:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XPcADPrK7\"},implicitPathVariables:undefined},{href:{webPageId:\"XPcADPrK7\"},implicitPathVariables:undefined},{href:{webPageId:\"XPcADPrK7\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({e9dxlO1Tz:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+56+24+0+0+64},sjbHsQq_w:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 128px)`,y:(componentViewport?.y||0)+56+64+0+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10vim8l-container\",layoutDependency:layoutDependency,layoutId:\"xXdycRnSG-container\",nodeId:\"xXdycRnSG\",rendersWithMotion:true,scopeId:\"vfBMXxmDb\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",I3VXutxOx:false,id:\"xXdycRnSG\",IeVRKL9L8:\"Remortgaging\",layoutId:\"xXdycRnSG\",nSccIgv93:resolvedLinks2[0],style:{width:\"100%\"},variant:\"kpuUcTx7y\",width:\"100%\",...addPropertyOverrides({e9dxlO1Tz:{nSccIgv93:resolvedLinks2[2]},sjbHsQq_w:{nSccIgv93:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vwx6yd\",\"data-framer-name\":\"Button container\",layoutDependency:layoutDependency,layoutId:\"swDmZQ8MY\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DVOpLsFqG\"},implicitPathVariables:undefined},{href:{webPageId:\"DVOpLsFqG\"},implicitPathVariables:undefined},{href:{webPageId:\"DVOpLsFqG\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({e9dxlO1Tz:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+56+24+298+0+0},sjbHsQq_w:{width:`calc(${componentViewport?.width||\"100vw\"} - 128px)`,y:(componentViewport?.y||0)+56+64+362+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hfjrfn-container\",layoutDependency:layoutDependency,layoutId:\"W3xEroaZU-container\",nodeId:\"W3xEroaZU\",rendersWithMotion:true,scopeId:\"vfBMXxmDb\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",I3VXutxOx:false,id:\"W3xEroaZU\",IeVRKL9L8:\"Get advice\",layoutId:\"W3xEroaZU\",nSccIgv93:resolvedLinks3[0],style:{width:\"100%\"},variant:\"VyJbLYks5\",width:\"100%\",...addPropertyOverrides({e9dxlO1Tz:{nSccIgv93:resolvedLinks3[2]},sjbHsQq_w:{nSccIgv93:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10d2xoz\",\"data-framer-name\":\"Button container\",layoutDependency:layoutDependency,layoutId:\"dC02y7ahn\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,...addPropertyOverrides({e9dxlO1Tz:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+56+24+128+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-x52t34-container\",layoutDependency:layoutDependency,layoutId:\"vFN7FIytQ-container\",nodeId:\"vFN7FIytQ\",rendersWithMotion:true,scopeId:\"vfBMXxmDb\",children:/*#__PURE__*/_jsx(PhoneButtonDetailedLatestWithAssignPhoneButtonIDx52t34WithMappedReactProps2oxow5,{height:\"100%\",id:\"vFN7FIytQ\",layoutId:\"vFN7FIytQ\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14nyyk5\",\"data-framer-name\":\"Button container\",layoutDependency:layoutDependency,layoutId:\"cWxZKhHMh\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,...addPropertyOverrides({e9dxlO1Tz:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+56+24+233+0+0},sjbHsQq_w:{width:`calc(${componentViewport?.width||\"100vw\"} - 128px)`,y:(componentViewport?.y||0)+56+64+281+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ldvuu0-container\",layoutDependency:layoutDependency,layoutId:\"bdDozzj1l-container\",nodeId:\"bdDozzj1l\",rendersWithMotion:true,scopeId:\"vfBMXxmDb\",children:/*#__PURE__*/_jsx(WhatsAppButtonLatestWithAssignButtonIDldvuu0WithMappedReactProps1br723v,{height:\"100%\",id:\"bdDozzj1l\",layoutId:\"bdDozzj1l\",style:{width:\"100%\"},width:\"100%\"})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ip9as6\",\"data-framer-name\":\"Button container\",layoutDependency:layoutDependency,layoutId:\"rU0M5zBWN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,...addPropertyOverrides({sjbHsQq_w:{width:`calc(${componentViewport?.width||\"100vw\"} - 128px)`,y:(componentViewport?.y||0)+56+64+144+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16gz9b4-container\",layoutDependency:layoutDependency,layoutId:\"VPnxrBd6G-container\",nodeId:\"VPnxrBd6G\",rendersWithMotion:true,scopeId:\"vfBMXxmDb\",children:/*#__PURE__*/_jsx(PhoneButtonDetailedLatestWithAssignPhoneButtonID16gz9b4WithMappedReactProps2oxow5,{height:\"100%\",id:\"VPnxrBd6G\",layoutId:\"VPnxrBd6G\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"288px\",...addPropertyOverrides({e9dxlO1Tz:{y:(componentViewport?.y||0)+56+24+193},sjbHsQq_w:{y:(componentViewport?.y||0)+56+64+225}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2qojyc-container\",layoutDependency:layoutDependency,layoutId:\"xlLgo0SWc-container\",nodeId:\"xlLgo0SWc\",rendersWithMotion:true,scopeId:\"vfBMXxmDb\",children:/*#__PURE__*/_jsx(OpeningHoursForCallNowWithAssignPhoneButtonID2qojycWithMappedReactProps1cfpkry,{height:\"100%\",id:\"xlLgo0SWc\",layoutId:\"xlLgo0SWc\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-331bo.framer-1cpjxg7, .framer-331bo .framer-1cpjxg7 { display: block; }\",\".framer-331bo.framer-14tmjho { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1024px; }\",\".framer-331bo .framer-boaixs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 56px; justify-content: space-between; overflow: visible; padding: 8px 64px 8px 64px; position: relative; width: 100%; }\",\".framer-331bo .framer-39qsbh { 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; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-331bo .framer-fb7i0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-331bo .framer-1221z7p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-331bo .framer-1hfpvrp { aspect-ratio: 0.95 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 30px; }\",\".framer-331bo .framer-ay1czr { aspect-ratio: 4.954545454545454 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 17px); position: relative; width: 84px; }\",\".framer-331bo .framer-1t0jnj2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 49px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-331bo .framer-rdyzp3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-331bo .framer-1g54bxn, .framer-331bo .framer-s4kcr0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-331bo .framer-1pdv7ta-container, .framer-331bo .framer-1hbd507-container { flex: none; height: auto; position: relative; width: 60px; }\",\".framer-331bo .framer-nie3d2 { height: 84px; overflow: var(--overflow-clip-fallback, clip); position: relative; width: 248px; will-change: var(--framer-will-change-override, transform); }\",\".framer-331bo .framer-sgjz7l { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-331bo .framer-1xq4ba3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-331bo .framer-v5bb9o-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-331bo .framer-1gtep7z { flex: none; gap: 10px; height: 48px; overflow: visible; position: relative; width: 48px; }\",\".framer-331bo .framer-1j5ypev { flex: none; height: 2px; left: 13px; position: absolute; top: 14px; width: 22px; }\",\".framer-331bo .framer-1xo78kl { cursor: pointer; flex: none; height: 2px; left: 17px; position: absolute; top: 23px; width: 18px; }\",\".framer-331bo .framer-13nzl0b { flex: none; height: 2px; left: 23px; position: absolute; top: 32px; width: 12px; }\",\".framer-331bo .framer-v18u23 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 568px; justify-content: flex-start; overflow: hidden; padding: 64px; position: relative; width: 768px; }\",\".framer-331bo .framer-1rhlcxz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; min-height: 176px; overflow: visible; padding: 0px; position: relative; width: 96%; }\",\".framer-331bo .framer-1k6fs6i-container, .framer-331bo .framer-10vim8l-container { flex: none; height: auto; position: relative; width: 180px; }\",\".framer-331bo .framer-1vwx6yd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 96%; }\",\".framer-331bo .framer-1hfjrfn-container, .framer-331bo .framer-ldvuu0-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-331bo .framer-10d2xoz, .framer-331bo .framer-14nyyk5, .framer-331bo .framer-1ip9as6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-331bo .framer-x52t34-container, .framer-331bo .framer-16gz9b4-container { flex: none; height: 49px; position: relative; width: 100%; }\",\".framer-331bo .framer-2qojyc-container { flex: none; height: 24px; position: relative; width: 288px; }\",\".framer-331bo.framer-v-1yr79r5.framer-14tmjho, .framer-331bo.framer-v-128t483.framer-14tmjho { width: 768px; }\",\".framer-331bo.framer-v-1yr79r5 .framer-boaixs, .framer-331bo.framer-v-128t483 .framer-boaixs { height: min-content; order: 0; }\",\".framer-331bo.framer-v-1yr79r5 .framer-1t0jnj2 { gap: 4px; }\",\".framer-331bo.framer-v-1yr79r5 .framer-1pdv7ta-container, .framer-331bo.framer-v-zgek8m .framer-39qsbh, .framer-331bo.framer-v-zgek8m .framer-1221z7p, .framer-331bo.framer-v-zgek8m .framer-1hbd507-container { order: 0; }\",\".framer-331bo.framer-v-1yr79r5 .framer-1hbd507-container, .framer-331bo.framer-v-128t483 .framer-1ip9as6, .framer-331bo.framer-v-1tsts48 .framer-10d2xoz { order: 1; }\",\".framer-331bo.framer-v-1yr79r5 .framer-1xq4ba3, .framer-331bo.framer-v-128t483 .framer-2qojyc-container, .framer-331bo.framer-v-1tsts48 .framer-2qojyc-container { order: 2; }\",\".framer-331bo.framer-v-1yr79r5 .framer-1gtep7z { align-content: flex-end; align-items: flex-end; aspect-ratio: 1 / 1; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; order: 3; padding: 14px 13px 14px 13px; width: 40px; }\",\".framer-331bo.framer-v-1yr79r5 .framer-1j5ypev, .framer-331bo.framer-v-zgek8m .framer-1j5ypev { height: 2px; left: calc(50.00000000000002% - 18.5px / 2); top: 12px; width: 19px; z-index: 1; }\",\".framer-331bo.framer-v-1yr79r5 .framer-1xo78kl { height: 2px; left: calc(54.166666666666686% - 15px / 2); top: calc(50.00000000000002% - 1.67px / 2); width: 15px; z-index: 1; }\",\".framer-331bo.framer-v-1yr79r5 .framer-13nzl0b, .framer-331bo.framer-v-zgek8m .framer-13nzl0b { bottom: 12px; height: 2px; left: unset; right: 11px; top: unset; width: 10px; z-index: 1; }\",\".framer-331bo.framer-v-128t483 .framer-1gtep7z, .framer-331bo.framer-v-1tsts48 .framer-1gtep7z { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 40px; justify-content: center; order: 0; padding: 14px 13px 14px 13px; width: 40px; }\",\".framer-331bo.framer-v-128t483 .framer-1j5ypev, .framer-331bo.framer-v-1tsts48 .framer-1j5ypev { left: calc(50.00000000000002% - 22px / 2); top: calc(50.00000000000002% - 2px / 2); z-index: 1; }\",\".framer-331bo.framer-v-128t483 .framer-13nzl0b, .framer-331bo.framer-v-1tsts48 .framer-13nzl0b { left: calc(50.00000000000002% - 22px / 2); top: calc(50.00000000000002% - 2px / 2); width: 22px; z-index: 1; }\",\".framer-331bo.framer-v-128t483 .framer-v18u23 { height: calc(var(--framer-viewport-height, 100vh) * 1); left: 0px; order: 1; position: absolute; right: 0px; top: 56px; width: unset; z-index: 2; }\",\".framer-331bo.framer-v-128t483 .framer-1rhlcxz, .framer-331bo.framer-v-1tsts48 .framer-1rhlcxz { min-height: unset; order: 0; width: 100%; }\",\".framer-331bo.framer-v-128t483 .framer-1k6fs6i-container { order: 0; width: 100%; }\",\".framer-331bo.framer-v-128t483 .framer-10vim8l-container { order: 1; width: 100%; }\",\".framer-331bo.framer-v-128t483 .framer-1vwx6yd, .framer-331bo.framer-v-1tsts48 .framer-1vwx6yd { order: 5; width: 100%; }\",\".framer-331bo.framer-v-128t483 .framer-14nyyk5, .framer-331bo.framer-v-1tsts48 .framer-14nyyk5 { order: 3; }\",\".framer-331bo.framer-v-zgek8m.framer-14tmjho, .framer-331bo.framer-v-1tsts48.framer-14tmjho { width: 320px; }\",\".framer-331bo.framer-v-zgek8m .framer-boaixs { gap: 0px; height: min-content; justify-content: center; order: 0; padding: 8px 16px 8px 16px; }\",\".framer-331bo.framer-v-zgek8m .framer-fb7i0 { gap: 16px; order: 0; }\",\".framer-331bo.framer-v-zgek8m .framer-1t0jnj2 { gap: 0px; order: 1; }\",\".framer-331bo.framer-v-zgek8m .framer-1xq4ba3 { min-height: 40px; min-width: 1px; order: 1; }\",\".framer-331bo.framer-v-zgek8m .framer-1gtep7z { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: 40px; justify-content: center; order: 2; padding: 14px 13px 14px 13px; width: 40px; }\",\".framer-331bo.framer-v-zgek8m .framer-1xo78kl { height: 2px; left: calc(54.166666666666686% - 15px / 2); top: calc(50.00000000000002% - 1.5px / 2); width: 15px; z-index: 1; }\",\".framer-331bo.framer-v-1tsts48 .framer-boaixs { height: min-content; order: 0; padding: 8px 16px 8px 16px; position: sticky; top: 0px; z-index: 1; }\",\".framer-331bo.framer-v-1tsts48 .framer-fb7i0 { height: 40px; }\",\".framer-331bo.framer-v-1tsts48 .framer-v18u23 { gap: 16px; height: calc(var(--framer-viewport-height, 100vh) * 1); left: 0px; order: 1; padding: 24px; position: absolute; right: 0px; top: 56px; width: unset; z-index: 2; }\",\".framer-331bo.framer-v-1tsts48 .framer-1k6fs6i-container, .framer-331bo.framer-v-1tsts48 .framer-10vim8l-container { width: 100%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 1024\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"COMRkIopo\":{\"layout\":[\"fixed\",\"auto\"]},\"sjbHsQq_w\":{\"layout\":[\"fixed\",\"auto\"]},\"N8Q_BGZqk\":{\"layout\":[\"fixed\",\"auto\"]},\"e9dxlO1Tz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramervfBMXxmDb=withCSS(Component,css,\"framer-331bo\");export default FramervfBMXxmDb;FramervfBMXxmDb.displayName=\"Navigation - expose\";FramervfBMXxmDb.defaultProps={height:56,width:1024};addPropertyControls(FramervfBMXxmDb,{variant:{options:[\"nyEHYbtZo\",\"COMRkIopo\",\"sjbHsQq_w\",\"N8Q_BGZqk\",\"e9dxlO1Tz\"],optionTitles:[\"Laptop-S\",\"Tablet/closed\",\"Tablet/Open\",\"Mobile/closed\",\"Mobile/open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramervfBMXxmDb,[{explicitInter:true,fonts:[{family:\"PT Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh4OynLD0Z4zM.woff2\",weight:\"700\"},{family:\"PT Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79P0COxOGMMDQ.woff2\",weight:\"400\"}]},...PhoneButtonLatestFonts,...WhatsAppButtonLatestFonts,...ButtonFonts,...PhoneButtonDetailedLatestFonts,...OpeningHoursForCallNowFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervfBMXxmDb\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"COMRkIopo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sjbHsQq_w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"N8Q_BGZqk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"e9dxlO1Tz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"56\",\"framerIntrinsicWidth\":\"1024\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}