{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/4Gy5LxAupa6wh7PO0Osj/q0p3AMdwKCYz6hAFs1sG/a1ytUB5nN.js", "ssg:https://framerusercontent.com/modules/ooeTgGH40GM0AXbDLiCv/h0PR0fCgNqK394KAyQKF/hUwpyYl15.js", "ssg:https://framerusercontent.com/modules/ijaGz2kO1dHHHAOPSLzp/FPgV1GaXsgtESYN1AuMW/EPzvs3oys.js", "ssg:https://framerusercontent.com/modules/v7aHUQ4QBz4ngsQYXTa7/GN7MD1lAPjiv8R8PiFuD/dvw9tgV0e.js", "ssg:https://framerusercontent.com/modules/8hGpTbG1rf89I9mXUD4E/syWzZBOJjkWyfPShbvEA/jGCl2kdOb.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-KeZ0y .framer-styles-preset-79bz9m:not(.rich-text-wrapper), .framer-KeZ0y .framer-styles-preset-79bz9m.rich-text-wrapper a { --framer-link-current-text-color: var(--token-223cb629-e535-4ded-be43-31fa0f0e3a30, #ff7250) /* {\"name\":\"FF/Primary\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-223cb629-e535-4ded-be43-31fa0f0e3a30, #ff7250) /* {\"name\":\"FF/Primary\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-223cb629-e535-4ded-be43-31fa0f0e3a30, #ff7250); --framer-link-text-decoration: none; }'];export const className=\"framer-KeZ0y\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-OsEPe .framer-styles-preset-1jwyed4:not(.rich-text-wrapper), .framer-OsEPe .framer-styles-preset-1jwyed4.rich-text-wrapper a { --framer-link-current-text-color: var(--token-223cb629-e535-4ded-be43-31fa0f0e3a30, #ff7250) /* {\"name\":\"FF/Primary\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-223cb629-e535-4ded-be43-31fa0f0e3a30, #ff7250) /* {\"name\":\"FF/Primary\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: #000000; --framer-link-text-decoration: none; transition: color 0.4s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-OsEPe\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/4Gy5LxAupa6wh7PO0Osj/q0p3AMdwKCYz6hAFs1sG/a1ytUB5nN.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ooeTgGH40GM0AXbDLiCv/h0PR0fCgNqK394KAyQKF/hUwpyYl15.js\";const cycleOrder=[\"POWniI7Th\",\"URkZ0NvXT\"];const serializationHash=\"framer-jk9TA\";const variantClassNames={POWniI7Th:\"framer-v-14bm5j0\",URkZ0NvXT:\"framer-v-1or7z52\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Active:\"URkZ0NvXT\",Default:\"POWniI7Th\"};const getProps=({click,height,id,link,newTab,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,BIE3FC9Se:(_ref=title!==null&&title!==void 0?title:props.BIE3FC9Se)!==null&&_ref!==void 0?_ref:\"Home\",jqv72vIi5:click!==null&&click!==void 0?click:props.jqv72vIi5,pY75j3bWy:newTab!==null&&newTab!==void 0?newTab:props.pY75j3bWy,REByWnPuB:link!==null&&link!==void 0?link:props.REByWnPuB,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"POWniI7Th\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,BIE3FC9Se,REByWnPuB,pY75j3bWy,jqv72vIi5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"POWniI7Th\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapgsok5x=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(jqv72vIi5){const res=await jqv72vIi5(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-14bm5j0\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"POWniI7Th\",onTap:onTapgsok5x,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({URkZ0NvXT:{\"data-framer-name\":\"Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7T3V0Zml0LXZhcmlhYmxlVkY9SW5kbmFIUWlJRFF3TUE9PQ==\",\"--framer-font-family\":'\"Outfit Variable\", \"Outfit Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"wght\" 400)',\"--framer-line-height\":\"24px\"},children:/*#__PURE__*/_jsx(Link,{href:REByWnPuB,nodeId:\"Wul5VbHlO\",openInNewTab:pY75j3bWy,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jwyed4\",\"data-styles-preset\":\"hUwpyYl15\",children:\"Home\"})})})}),className:\"framer-b6vu48\",fonts:[\"FS;Outfit-variable\"],layoutDependency:layoutDependency,layoutId:\"Wul5VbHlO\",style:{\"--extracted-2gg91v\":'\"wght\" 400',\"--variable-reference-pY75j3bWy-EPzvs3oys\":pY75j3bWy},text:BIE3FC9Se,variants:{URkZ0NvXT:{\"--extracted-r6o4lv\":\"var(--token-223cb629-e535-4ded-be43-31fa0f0e3a30, rgb(255, 114, 80))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({URkZ0NvXT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7T3V0Zml0LXZhcmlhYmxlVkY9SW5kbmFIUWlJRFF3TUE9PQ==\",\"--framer-font-family\":'\"Outfit Variable\", \"Outfit Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"wght\" 400)',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-223cb629-e535-4ded-be43-31fa0f0e3a30, rgb(255, 114, 80)))\"},children:/*#__PURE__*/_jsx(Link,{href:REByWnPuB,nodeId:\"Wul5VbHlO\",openInNewTab:pY75j3bWy,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-79bz9m\",\"data-styles-preset\":\"a1ytUB5nN\",children:\"Home\"})})})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jk9TA.framer-7j7qk5, .framer-jk9TA .framer-7j7qk5 { display: block; }\",\".framer-jk9TA.framer-14bm5j0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 5px 8px 5px 8px; position: relative; width: min-content; }\",\".framer-jk9TA .framer-b6vu48 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jk9TA.framer-14bm5j0 { gap: 0px; } .framer-jk9TA.framer-14bm5j0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-jk9TA.framer-14bm5j0 > :first-child { margin-top: 0px; } .framer-jk9TA.framer-14bm5j0 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29\n * @framerIntrinsicWidth 59\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"URkZ0NvXT\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"BIE3FC9Se\":\"title\",\"REByWnPuB\":\"link\",\"pY75j3bWy\":\"newTab\",\"jqv72vIi5\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEPzvs3oys=withCSS(Component,css,\"framer-jk9TA\");export default FramerEPzvs3oys;FramerEPzvs3oys.displayName=\"FF/Header Link\";FramerEPzvs3oys.defaultProps={height:29,width:59};addPropertyControls(FramerEPzvs3oys,{variant:{options:[\"POWniI7Th\",\"URkZ0NvXT\"],optionTitles:[\"Default\",\"Active\"],title:\"Variant\",type:ControlType.Enum},BIE3FC9Se:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},REByWnPuB:{title:\"Link\",type:ControlType.Link},pY75j3bWy:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},jqv72vIi5:{title:\"Click\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:100,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerEPzvs3oys,[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5CUYQY5BTX2W3ZPVRCCCLWNDFRFO4X2Q/4ZFWCKR7SZIG5QK3WRRMPJIO3T4V7P3P/MSBFVUKVELIKYOCZRGPPNF2NPYHTJ4RR.woff2\",variationAxes,weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEPzvs3oys\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"URkZ0NvXT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"29\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"BIE3FC9Se\\\":\\\"title\\\",\\\"REByWnPuB\\\":\\\"link\\\",\\\"pY75j3bWy\\\":\\\"newTab\\\",\\\"jqv72vIi5\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"59\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EPzvs3oys.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import FFHeaderLink from\"https://framerusercontent.com/modules/ijaGz2kO1dHHHAOPSLzp/FPgV1GaXsgtESYN1AuMW/EPzvs3oys.js\";const FeatherFonts=getFonts(Feather);const FFHeaderLinkFonts=getFonts(FFHeaderLink);const cycleOrder=[\"NfE5hbSN7\",\"PnP0bbqWq\",\"DmW01qx_2\"];const serializationHash=\"framer-JC2t3\";const variantClassNames={DmW01qx_2:\"framer-v-17fl8c6\",NfE5hbSN7:\"framer-v-1xmbdhd\",PnP0bbqWq:\"framer-v-13a1puw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Open\":\"DmW01qx_2\",Default:\"NfE5hbSN7\",Mobile:\"PnP0bbqWq\"};const getProps=({background,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,QgWDQPEgT:(_ref=background!==null&&background!==void 0?background:props.QgWDQPEgT)!==null&&_ref!==void 0?_ref:\"rgb(255, 255, 255)\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"NfE5hbSN7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,QgWDQPEgT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NfE5hbSN7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClick1w31upo=activeVariantCallback(async(...args)=>{setVariant(\"DmW01qx_2\");});const onClick2rfbaz=activeVariantCallback(async(...args)=>{setVariant(\"PnP0bbqWq\");});const jqv72vIi51cwf1o0=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"PnP0bbqWq\"),500);});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"PnP0bbqWq\",\"DmW01qx_2\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"DmW01qx_2\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"PnP0bbqWq\")return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1xmbdhd\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"NfE5hbSN7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:QgWDQPEgT,...style},...addPropertyOverrides({DmW01qx_2:{\"data-framer-name\":\"Mobile Open\"},PnP0bbqWq:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cznajs\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"N66MKuC9l\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"AeNzAqeGT\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1om8dwj framer-n5pqjb\",\"data-framer-name\":\"Logo Link\",layoutDependency:layoutDependency,layoutId:\"AeNzAqeGT\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kxbwqo\",\"data-framer-name\":\"Ff-logo\",fill:\"black\",intrinsicHeight:311,intrinsicWidth:1338,layoutDependency:layoutDependency,layoutId:\"Kv9RB1Pm_\",svg:'<svg width=\"1338\" height=\"311\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.074 88.07v.18h166.039c48.613 0 87.124-39.563 87.169-88.16H87.988C39.345.09 1.066 39.427 1.066 88.07h.008Z\" fill=\"url(#a)\"/><path d=\"M1.074 310.164v-.015c-.36 0-.714.015-1.074.015h1.074Z\" fill=\"url(#b)\"/><path d=\"M1.074 202.666v.263h165.694c48.582 0 87.432-39.593 87.514-88.16H87.988c-48.643 0-86.922 39.262-86.922 87.897h.008Z\" fill=\"url(#c)\"/><path d=\"M1.074 310.149c48.14-.563 86.17-38.842 86.17-87.124v-20.104H1.074v107.228Z\" fill=\"url(#d)\"/><path d=\"M346.718 92.662v31.04h37.17v11.164h-37.17v39.299h-13.809V81.499h57.432v11.163h-43.623Zm68.357-13.745v95.248h-12.648V78.917h12.648Zm45.915 28.652c4.818 0 9.163.796 13.035 2.388 3.915 1.548 7.227 3.807 9.938 6.775 2.753 2.926 4.861 6.475 6.324 10.648 1.462 4.13 2.194 8.776 2.194 13.939 0 5.162-.732 9.83-2.194 14.003-1.463 4.173-3.571 7.722-6.324 10.648-2.711 2.925-6.023 5.184-9.938 6.775-3.872 1.549-8.217 2.323-13.035 2.323-4.862 0-9.25-.774-13.165-2.323-3.871-1.591-7.184-3.85-9.937-6.775-2.754-2.926-4.883-6.475-6.389-10.648-1.463-4.173-2.194-8.841-2.194-14.003 0-5.163.731-9.809 2.194-13.939 1.506-4.173 3.635-7.722 6.389-10.648 2.753-2.968 6.066-5.227 9.937-6.775 3.915-1.592 8.303-2.388 13.165-2.388Zm0 57.691c6.195 0 10.819-2.087 13.874-6.26 3.054-4.173 4.582-10.045 4.582-17.617 0-7.571-1.528-13.444-4.582-17.617-3.055-4.216-7.679-6.324-13.874-6.324-6.281 0-10.971 2.108-14.068 6.324-3.055 4.173-4.582 10.046-4.582 17.617 0 7.572 1.527 13.444 4.582 17.617 3.097 4.173 7.787 6.26 14.068 6.26Zm80.771-20.198c-5.119.172-9.464.58-13.035 1.226-3.571.602-6.475 1.419-8.712 2.452-2.237 1.032-3.85 2.258-4.839 3.678-.99 1.377-1.485 2.926-1.485 4.646 0 1.635.258 3.055.775 4.259.559 1.162 1.29 2.13 2.194 2.904.946.732 2.043 1.269 3.291 1.614 1.247.344 2.603.516 4.065.516 1.936 0 3.7-.194 5.292-.581a22.168 22.168 0 0 0 4.581-1.613 24.435 24.435 0 0 0 4.066-2.646 36.224 36.224 0 0 0 3.807-3.549v-12.906Zm-36.911-27.297c3.656-3.485 7.614-6.087 11.873-7.808 4.302-1.721 9.013-2.582 14.133-2.582 3.742 0 7.055.624 9.937 1.872 2.883 1.204 5.313 2.904 7.292 5.098s3.463 4.818 4.453 7.873c1.032 3.054 1.549 6.431 1.549 10.131v41.816h-5.615c-1.247 0-2.194-.194-2.839-.581-.645-.43-1.161-1.204-1.549-2.323l-1.355-5.743a58.695 58.695 0 0 1-4.969 4.13 34.568 34.568 0 0 1-5.162 3.033 26.661 26.661 0 0 1-5.679 1.871c-2.022.43-4.259.646-6.711.646-2.581 0-5.012-.345-7.292-1.033-2.237-.731-4.195-1.828-5.872-3.291-1.678-1.463-3.012-3.291-4.001-5.485-.947-2.194-1.42-4.754-1.42-7.679 0-2.582.688-5.055 2.065-7.421 1.42-2.41 3.7-4.561 6.84-6.454 3.184-1.892 7.314-3.441 12.39-4.646 5.12-1.204 11.401-1.893 18.843-2.065v-4.775c0-4.947-1.054-8.647-3.162-11.099-2.108-2.453-5.205-3.679-9.292-3.679-2.754 0-5.077.345-6.97 1.033-1.849.688-3.463 1.463-4.839 2.323-1.334.817-2.517 1.57-3.55 2.259-.989.688-2.022 1.032-3.097 1.032-.86 0-1.613-.237-2.259-.71a6.12 6.12 0 0 1-1.484-1.678l-2.258-4.065Zm127.343 56.4h-12.648v-55.368h-32.911v38.396c0 2.582.624 4.518 1.872 5.808 1.291 1.248 2.925 1.872 4.904 1.872 1.162 0 2.151-.151 2.969-.452.86-.301 1.591-.624 2.194-.968a46.34 46.34 0 0 0 1.548-1.033c.431-.301.818-.451 1.162-.451.43 0 .753.107.968.322.258.172.516.474.774.904l3.743 6.066c-2.065 1.893-4.517 3.355-7.356 4.388a25.69 25.69 0 0 1-8.841 1.549c-5.292 0-9.379-1.485-12.261-4.453-2.839-2.969-4.259-7.206-4.259-12.713v-39.235h-7.615c-.731 0-1.355-.215-1.871-.645-.473-.473-.71-1.161-.71-2.065v-5.098l10.712-1.484 2.775-19.553c.172-.731.495-1.29.968-1.678.516-.43 1.162-.645 1.936-.645h6.388v22.005h45.559v64.531Zm2.84-86.213a8.25 8.25 0 0 1-.71 3.355 9.493 9.493 0 0 1-1.936 2.775 8.997 8.997 0 0 1-2.775 1.872 8.953 8.953 0 0 1-3.356.645 8.474 8.474 0 0 1-3.291-.645 10.159 10.159 0 0 1-2.774-1.872 10.145 10.145 0 0 1-1.872-2.775 8.958 8.958 0 0 1-.645-3.355c0-1.205.215-2.345.645-3.42a8.994 8.994 0 0 1 1.872-2.775 8.541 8.541 0 0 1 2.774-1.872 7.81 7.81 0 0 1 3.291-.71c1.162 0 2.281.237 3.356.71a7.714 7.714 0 0 1 2.775 1.872 8.482 8.482 0 0 1 1.936 2.774 8.403 8.403 0 0 1 .71 3.42Zm27.238 29.748a44.671 44.671 0 0 1 4.452-4.13 27.26 27.26 0 0 1 4.905-3.162 25.1 25.1 0 0 1 5.614-2.065c2.022-.516 4.173-.774 6.453-.774 3.614 0 6.776.602 9.486 1.807 2.753 1.205 5.055 2.904 6.905 5.098 1.85 2.151 3.248 4.754 4.194 7.808.947 3.055 1.42 6.432 1.42 10.132v41.751h-12.648v-41.751c0-4.69-1.075-8.325-3.226-10.906-2.151-2.624-5.443-3.937-9.874-3.937-3.226 0-6.259.775-9.099 2.324-2.796 1.505-5.399 3.57-7.808 6.194v48.076h-12.583v-65.563h7.55c1.764 0 2.861.838 3.291 2.516l.968 6.582Zm83.447 23.748c2.237 0 4.195-.301 5.873-.904 1.721-.602 3.14-1.441 4.259-2.516a10.364 10.364 0 0 0 2.581-4.001c.602-1.549.903-3.248.903-5.098 0-3.786-1.161-6.797-3.484-9.034-2.28-2.281-5.657-3.421-10.132-3.421-4.431 0-7.808 1.14-10.131 3.421-2.28 2.237-3.42 5.248-3.42 9.034 0 1.85.28 3.549.839 5.098a11.582 11.582 0 0 0 2.581 3.936c1.162 1.076 2.581 1.936 4.259 2.581 1.721.603 3.678.904 5.872.904Zm20.07 36.137c0-1.549-.431-2.775-1.291-3.678-.86-.947-2.044-1.678-3.549-2.194-1.463-.559-3.184-.947-5.163-1.162a88.793 88.793 0 0 0-6.259-.58c-2.151-.13-4.367-.237-6.647-.323a77.581 77.581 0 0 1-6.582-.645c-2.237 1.118-4.087 2.473-5.55 4.065-1.419 1.592-2.129 3.463-2.129 5.614 0 1.377.344 2.667 1.032 3.872.732 1.205 1.829 2.237 3.291 3.098 1.506.903 3.377 1.591 5.614 2.065 2.281.516 4.991.774 8.131.774 3.098 0 5.83-.28 8.196-.839 2.366-.516 4.345-1.269 5.937-2.259 1.634-.946 2.861-2.086 3.678-3.42a7.933 7.933 0 0 0 1.291-4.388Zm12.777-66.531v4.711c0 1.548-.968 2.516-2.904 2.903l-7.034 1.033a22.581 22.581 0 0 1 1.42 4.259c.344 1.463.516 3.011.516 4.646 0 3.227-.624 6.152-1.872 8.776a19.95 19.95 0 0 1-5.162 6.647c-2.194 1.85-4.818 3.27-7.873 4.259-3.011.99-6.324 1.484-9.938 1.484-2.968 0-5.743-.322-8.324-.968-1.291.775-2.28 1.635-2.969 2.582-.645.903-.967 1.806-.967 2.71 0 1.506.623 2.624 1.871 3.356 1.291.731 2.947 1.269 4.969 1.613 2.065.301 4.409.495 7.034.581 2.667.086 5.356.236 8.066.451 2.753.172 5.442.517 8.066 1.033 2.668.473 5.012 1.269 7.034 2.387a12.893 12.893 0 0 1 4.969 4.518c1.291 1.893 1.936 4.366 1.936 7.421 0 2.839-.71 5.592-2.129 8.26-1.377 2.667-3.399 5.033-6.066 7.098-2.668 2.065-5.916 3.721-9.744 4.969-3.829 1.248-8.174 1.871-13.036 1.871-4.861 0-9.099-.473-12.712-1.419-3.571-.947-6.561-2.216-8.97-3.808-2.366-1.591-4.152-3.441-5.356-5.549-1.162-2.108-1.743-4.302-1.743-6.583 0-3.183.99-5.872 2.969-8.066 1.979-2.237 4.711-3.979 8.195-5.227-1.893-.86-3.398-2.022-4.517-3.485-1.118-1.505-1.678-3.484-1.678-5.936 0-.947.172-1.915.517-2.904.344-1.033.86-2.044 1.548-3.033a16.685 16.685 0 0 1 2.646-2.904 21.03 21.03 0 0 1 3.678-2.452c-3.226-1.807-5.764-4.195-7.614-7.163-1.85-3.012-2.775-6.518-2.775-10.519 0-3.226.624-6.13 1.871-8.711a19.965 19.965 0 0 1 5.163-6.647c2.237-1.85 4.883-3.27 7.937-4.259 3.098-.99 6.475-1.484 10.131-1.484 5.679 0 10.562 1.183 14.649 3.549h18.198Zm60.58-18.392v31.04h37.17v11.164h-37.17v39.299h-13.809V81.499h57.432v11.163h-43.623Zm106.324 15.94v65.563h-7.55c-1.721 0-2.839-.839-3.356-2.517l-.903-6.582a44.336 44.336 0 0 1-4.453 4.13 28.926 28.926 0 0 1-4.969 3.227 27.19 27.19 0 0 1-5.614 2c-1.979.516-4.108.775-6.388.775-3.614 0-6.798-.603-9.551-1.807-2.71-1.205-4.99-2.883-6.84-5.034-1.85-2.194-3.248-4.818-4.195-7.873-.946-3.054-1.419-6.431-1.419-10.131v-41.751h12.648v41.751c0 4.689 1.075 8.346 3.226 10.97 2.151 2.582 5.442 3.872 9.873 3.872 3.227 0 6.238-.753 9.035-2.258 2.796-1.549 5.42-3.657 7.872-6.324v-48.011h12.584Zm29.438 12.583c2.108-4.302 4.646-7.679 7.615-10.131 2.968-2.452 6.539-3.679 10.712-3.679 1.42 0 2.753.173 4.001.517 1.291.301 2.409.774 3.355 1.419l-.838 9.486c-.302 1.162-1.011 1.743-2.13 1.743-.602 0-1.506-.108-2.71-.323a18.47 18.47 0 0 0-3.872-.387c-2.022 0-3.807.301-5.356.903a12.189 12.189 0 0 0-4.195 2.582c-1.204 1.118-2.28 2.516-3.226 4.194-.947 1.635-1.829 3.506-2.646 5.614v41.042h-12.584v-65.563h7.228c1.377 0 2.302.258 2.775.774.516.473.882 1.334 1.097 2.581l.774 9.228Zm47.203-3.485a44.434 44.434 0 0 1 4.45-4.13 27.293 27.293 0 0 1 4.9-3.162 25.24 25.24 0 0 1 5.62-2.065c2.02-.516 4.17-.774 6.45-.774 3.61 0 6.78.602 9.49 1.807 2.75 1.205 5.05 2.904 6.9 5.098 1.85 2.151 3.25 4.754 4.2 7.808.94 3.055 1.42 6.432 1.42 10.132v41.751h-12.65v-41.751c0-4.69-1.08-8.325-3.23-10.906-2.15-2.624-5.44-3.937-9.87-3.937-3.23 0-6.26.775-9.1 2.324-2.8 1.505-5.4 3.57-7.81 6.194v48.076h-12.58v-65.563h7.55c1.76 0 2.86.838 3.29 2.516l.97 6.582Zm73.57-9.098v65.563h-12.58v-65.563h12.58Zm2.39-20.263a8.3 8.3 0 0 1-.71 3.356 9.394 9.394 0 0 1-1.94 2.774c-.77.775-1.7 1.399-2.77 1.872a9 9 0 0 1-3.36.645c-1.16 0-2.26-.215-3.29-.645a10.063 10.063 0 0 1-2.77-1.872 9.963 9.963 0 0 1-1.87-2.774 8.77 8.77 0 0 1-.65-3.356c0-1.205.21-2.323.65-3.356.47-1.075 1.09-2 1.87-2.775a8.472 8.472 0 0 1 2.77-1.871 7.798 7.798 0 0 1 3.29-.71c1.16 0 2.28.237 3.36.71 1.07.43 2 1.054 2.77 1.871.82.775 1.47 1.7 1.94 2.775.47 1.033.71 2.151.71 3.356Zm36.35 86.859c-5.29 0-9.38-1.485-12.26-4.453-2.84-2.969-4.26-7.206-4.26-12.713v-39.235h-7.61c-.74 0-1.36-.215-1.88-.645-.47-.473-.71-1.161-.71-2.065v-5.098l10.65-1.484 2.84-19.553c.17-.731.5-1.29.97-1.678.52-.43 1.16-.645 1.94-.645h6.38v22.005h18.59v9.163h-18.59v38.396c0 2.582.63 4.518 1.88 5.808 1.29 1.248 2.92 1.872 4.9 1.872 1.16 0 2.15-.151 2.97-.452.86-.301 1.59-.624 2.19-.968.6-.387 1.12-.731 1.55-1.033.43-.301.82-.451 1.16-.451.43 0 .76.107.97.322.26.172.52.474.78.904l3.74 6.066c-2.07 1.893-4.52 3.355-7.36 4.388a25.659 25.659 0 0 1-8.84 1.549Zm80.77-66.596v65.563h-7.55c-1.72 0-2.84-.839-3.36-2.517l-.9-6.582a44.2 44.2 0 0 1-4.45 4.13 29.128 29.128 0 0 1-4.97 3.227c-1.77.86-3.64 1.527-5.62 2-1.98.516-4.11.775-6.39.775-3.61 0-6.79-.603-9.55-1.807-2.71-1.205-4.99-2.883-6.84-5.034-1.85-2.194-3.24-4.818-4.19-7.873-.95-3.054-1.42-6.431-1.42-10.131v-41.751h12.65v41.751c0 4.689 1.07 8.346 3.22 10.97 2.16 2.582 5.45 3.872 9.88 3.872 3.22 0 6.24-.753 9.03-2.258 2.8-1.549 5.42-3.657 7.87-6.324v-48.011h12.59Zm29.44 12.583c2.1-4.302 4.64-7.679 7.61-10.131 2.97-2.452 6.54-3.679 10.71-3.679 1.42 0 2.76.173 4 .517 1.29.301 2.41.774 3.36 1.419l-.84 9.486c-.3 1.162-1.01 1.743-2.13 1.743-.6 0-1.5-.108-2.71-.323-1.2-.258-2.49-.387-3.87-.387-2.02 0-3.81.301-5.36.903-1.55.56-2.94 1.42-4.19 2.582-1.21 1.118-2.28 2.516-3.23 4.194-.94 1.635-1.83 3.506-2.64 5.614v41.042h-12.59v-65.563h7.23c1.38 0 2.3.258 2.78.774.51.473.88 1.334 1.09 2.581l.78 9.228Zm76.42 12.906c0-2.495-.36-4.796-1.1-6.905-.68-2.108-1.72-3.936-3.09-5.485-1.38-1.548-3.06-2.753-5.04-3.613-1.98-.861-4.26-1.291-6.84-1.291-5.29 0-9.46 1.527-12.52 4.582-3.01 3.054-4.92 7.292-5.74 12.712h34.33Zm10.39 30.717a25.379 25.379 0 0 1-5.36 4.711 32.056 32.056 0 0 1-6.45 3.162c-2.28.817-4.64 1.42-7.1 1.807-2.41.387-4.79.58-7.16.58-4.52 0-8.71-.752-12.58-2.258-3.83-1.549-7.17-3.786-10.01-6.711-2.79-2.969-4.99-6.626-6.58-10.971-1.55-4.388-2.32-9.421-2.32-15.1 0-4.56.71-8.798 2.13-12.712 1.42-3.958 3.44-7.4 6.06-10.325 2.67-2.926 5.92-5.227 9.75-6.905s8.13-2.517 12.9-2.517c4.01 0 7.68.667 11.04 2.001 3.4 1.29 6.32 3.183 8.78 5.678 2.45 2.495 4.36 5.571 5.74 9.228 1.42 3.657 2.13 7.83 2.13 12.519 0 1.936-.22 3.248-.65 3.937-.43.645-1.22.968-2.38.968h-42.98c.13 3.914.69 7.335 1.68 10.26.99 2.882 2.34 5.292 4.06 7.227 1.77 1.936 3.85 3.378 6.26 4.324 2.41.946 5.1 1.42 8.07 1.42 2.79 0 5.2-.323 7.22-.968 2.07-.646 3.83-1.334 5.3-2.065 1.5-.775 2.75-1.484 3.74-2.13 1.03-.645 1.93-.968 2.71-.968 1.03 0 1.83.387 2.39 1.162l3.61 4.646Z\" fill=\"#000\"/><path d=\"M337.919 292.165h-8.902v-59.739h8.902v59.739Zm20.041-36.401a28.701 28.701 0 0 1 2.87-2.662 17.598 17.598 0 0 1 3.162-2.039 16.17 16.17 0 0 1 3.619-1.331 16.763 16.763 0 0 1 4.16-.499c2.33 0 4.369.388 6.116 1.165 1.775.776 3.259 1.872 4.451 3.286 1.193 1.387 2.094 3.065 2.704 5.034.61 1.969.915 4.146.915 6.531v26.916h-8.153v-26.916c0-3.023-.694-5.366-2.08-7.03-1.387-1.692-3.509-2.538-6.365-2.538-2.08 0-4.036.499-5.866 1.498-1.803.97-3.481 2.302-5.034 3.993v30.993h-8.112v-42.266h4.867c1.137 0 1.845.54 2.122 1.622l.624 4.243Zm51.605 37.067c-3.412 0-6.046-.957-7.905-2.871-1.83-1.913-2.745-4.645-2.745-8.195v-25.294h-4.909c-.472 0-.874-.138-1.207-.416-.305-.305-.457-.748-.457-1.331v-3.286l6.864-.957 1.83-12.605c.111-.472.319-.832.624-1.082.333-.277.749-.416 1.248-.416h4.119v14.186h11.981v5.907h-11.981v24.753c0 1.664.402 2.912 1.206 3.744.832.804 1.886 1.207 3.162 1.207.749 0 1.387-.098 1.914-.292a8.573 8.573 0 0 0 1.414-.624c.388-.249.721-.471.998-.665.278-.194.527-.292.749-.292.278 0 .486.07.624.208.167.111.333.306.5.583l2.412 3.91c-1.331 1.221-2.912 2.164-4.742 2.829-1.831.666-3.73.999-5.699.999Zm44.669-26.5c0-1.609-.236-3.092-.708-4.451-.443-1.359-1.109-2.538-1.997-3.536a9.168 9.168 0 0 0-3.244-2.33c-1.276-.555-2.746-.832-4.41-.832-3.411 0-6.102.984-8.071 2.954-1.941 1.969-3.175 4.7-3.702 8.195h22.132Zm6.697 19.802a16.43 16.43 0 0 1-3.453 3.037 20.657 20.657 0 0 1-4.16 2.038c-1.47.527-2.995.915-4.576 1.165-1.553.25-3.092.374-4.618.374-2.912 0-5.616-.485-8.112-1.456a18.603 18.603 0 0 1-6.448-4.326c-1.803-1.914-3.217-4.271-4.243-7.072-.999-2.829-1.498-6.074-1.498-9.735 0-2.94.458-5.671 1.373-8.195.915-2.552 2.219-4.77 3.911-6.656 1.719-1.886 3.813-3.37 6.281-4.452 2.469-1.081 5.242-1.622 8.32-1.622 2.58 0 4.951.43 7.114 1.29 2.191.832 4.077 2.052 5.658 3.66 1.581 1.609 2.815 3.592 3.702 5.949.916 2.358 1.373 5.048 1.373 8.071 0 1.248-.138 2.094-.416 2.538-.277.416-.79.624-1.539.624h-27.706c.083 2.523.444 4.728 1.081 6.614.638 1.858 1.512 3.411 2.621 4.659a10.67 10.67 0 0 0 4.036 2.788c1.553.61 3.286.915 5.2.915 1.802 0 3.356-.208 4.659-.624 1.331-.416 2.468-.86 3.411-1.331.971-.5 1.775-.957 2.413-1.373.666-.416 1.248-.624 1.747-.624.666 0 1.179.249 1.54.749l2.329 2.995Zm16.998-28.122c1.359-2.774 2.995-4.951 4.909-6.532 1.914-1.58 4.216-2.371 6.906-2.371.915 0 1.775.111 2.579.333.832.194 1.553.499 2.163.915l-.541 6.115c-.194.749-.651 1.124-1.372 1.124-.389 0-.971-.07-1.748-.208a11.852 11.852 0 0 0-2.496-.25c-1.303 0-2.454.194-3.453.583a7.85 7.85 0 0 0-2.704 1.664c-.776.721-1.469 1.622-2.08 2.704-.61 1.053-1.178 2.26-1.705 3.619v26.458h-8.112v-42.266h4.659c.887 0 1.484.166 1.789.499.332.305.568.86.707 1.664l.499 5.949Zm31.302-8.112v42.266h-8.113v-42.266h8.113Zm1.539-13.063c0 .749-.153 1.47-.458 2.163a6.112 6.112 0 0 1-1.248 1.789 5.798 5.798 0 0 1-1.789 1.206 5.756 5.756 0 0 1-2.163.416 5.451 5.451 0 0 1-2.122-.416 6.544 6.544 0 0 1-1.788-1.206 6.53 6.53 0 0 1-1.207-1.789 5.776 5.776 0 0 1-.416-2.163c0-.777.139-1.498.416-2.163a5.784 5.784 0 0 1 1.207-1.789 5.512 5.512 0 0 1 1.788-1.207 5.035 5.035 0 0 1 2.122-.457c.749 0 1.47.152 2.163.457a4.98 4.98 0 0 1 1.789 1.207 5.456 5.456 0 0 1 1.248 1.789c.305.665.458 1.386.458 2.163Zm28.219 12.397c3.106 0 5.907.513 8.403 1.539 2.524.999 4.659 2.455 6.407 4.368 1.775 1.886 3.134 4.174 4.077 6.864.943 2.663 1.414 5.658 1.414 8.986 0 3.328-.471 6.337-1.414 9.028-.943 2.69-2.302 4.978-4.077 6.864-1.748 1.886-3.883 3.342-6.407 4.368-2.496.998-5.297 1.497-8.403 1.497-3.134 0-5.963-.499-8.487-1.497-2.496-1.026-4.631-2.482-6.406-4.368-1.775-1.886-3.148-4.174-4.119-6.864-.943-2.691-1.414-5.7-1.414-9.028 0-3.328.471-6.323 1.414-8.986.971-2.69 2.344-4.978 4.119-6.864 1.775-1.913 3.91-3.369 6.406-4.368 2.524-1.026 5.353-1.539 8.487-1.539Zm0 37.191c3.993 0 6.975-1.345 8.944-4.035 1.969-2.69 2.954-6.476 2.954-11.357 0-4.881-.985-8.667-2.954-11.357-1.969-2.718-4.951-4.077-8.944-4.077-4.049 0-7.072 1.359-9.069 4.077-1.969 2.69-2.954 6.476-2.954 11.357 0 4.881.985 8.667 2.954 11.357 1.997 2.69 5.02 4.035 9.069 4.035ZM576 258.011c1.359-2.774 2.995-4.951 4.909-6.532 1.913-1.58 4.215-2.371 6.906-2.371.915 0 1.775.111 2.579.333.832.194 1.553.499 2.163.915l-.541 6.115c-.194.749-.651 1.124-1.373 1.124-.388 0-.97-.07-1.747-.208a11.852 11.852 0 0 0-2.496-.25c-1.303 0-2.454.194-3.453.583a7.85 7.85 0 0 0-2.704 1.664c-.776.721-1.47 1.622-2.08 2.704-.61 1.053-1.179 2.26-1.705 3.619v26.458h-8.113v-42.266h4.66c.887 0 1.483.166 1.789.499.332.305.568.86.707 1.664l.499 5.949Zm95.861 4.285c0 4.465-.721 8.528-2.163 12.189-1.414 3.661-3.425 6.808-6.032 9.443-2.607 2.607-5.727 4.632-9.36 6.074-3.633 1.442-7.669 2.163-12.106 2.163h-22.465v-59.739H642.2c4.437 0 8.473.721 12.106 2.163 3.633 1.443 6.753 3.481 9.36 6.116 2.607 2.607 4.618 5.755 6.032 9.443 1.442 3.661 2.163 7.71 2.163 12.148Zm-9.069 0c0-3.55-.485-6.726-1.456-9.527-.97-2.829-2.357-5.214-4.16-7.155-1.775-1.969-3.938-3.467-6.489-4.493-2.524-1.026-5.353-1.539-8.487-1.539h-13.562v45.428H642.2c3.134 0 5.963-.513 8.487-1.54 2.551-1.026 4.714-2.509 6.489-4.451 1.803-1.969 3.19-4.354 4.16-7.155.971-2.801 1.456-5.991 1.456-9.568Zm46.003 4.035c0-1.609-.236-3.092-.707-4.451-.444-1.359-1.109-2.538-1.997-3.536a9.163 9.163 0 0 0-3.245-2.33c-1.276-.555-2.745-.832-4.409-.832-3.412 0-6.102.984-8.071 2.954-1.941 1.969-3.176 4.7-3.703 8.195h22.132Zm6.698 19.802a16.456 16.456 0 0 1-3.453 3.037 20.657 20.657 0 0 1-4.16 2.038c-1.47.527-2.995.915-4.576 1.165-1.553.25-3.092.374-4.618.374-2.912 0-5.616-.485-8.112-1.456a18.594 18.594 0 0 1-6.448-4.326c-1.803-1.914-3.217-4.271-4.243-7.072-.999-2.829-1.498-6.074-1.498-9.735 0-2.94.458-5.671 1.373-8.195.915-2.552 2.218-4.77 3.91-6.656 1.72-1.886 3.814-3.37 6.282-4.452 2.468-1.081 5.242-1.622 8.32-1.622 2.579 0 4.951.43 7.114 1.29 2.191.832 4.077 2.052 5.658 3.66 1.58 1.609 2.815 3.592 3.702 5.949.915 2.358 1.373 5.048 1.373 8.071 0 1.248-.139 2.094-.416 2.538-.277.416-.791.624-1.539.624h-27.707c.084 2.523.444 4.728 1.082 6.614.638 1.858 1.512 3.411 2.621 4.659a10.674 10.674 0 0 0 4.035 2.788c1.553.61 3.287.915 5.2.915 1.803 0 3.356-.208 4.66-.624 1.331-.416 2.468-.86 3.411-1.331.971-.5 1.775-.957 2.413-1.373.665-.416 1.248-.624 1.747-.624.666 0 1.179.249 1.539.749l2.33 2.995Zm34.262-28.954c-.222.36-.457.624-.707.79-.25.139-.569.208-.957.208-.444 0-.943-.152-1.498-.457a24.463 24.463 0 0 0-1.955-.999c-.749-.36-1.636-.693-2.662-.998-1.026-.305-2.247-.458-3.661-.458-1.165 0-2.233.153-3.203.458-.943.277-1.748.679-2.413 1.206a5.12 5.12 0 0 0-1.539 1.831 4.79 4.79 0 0 0-.541 2.246c0 1.054.305 1.927.915 2.621.638.693 1.456 1.289 2.454 1.789 1.027.499 2.178.956 3.453 1.372 1.304.389 2.621.805 3.952 1.249 1.359.443 2.677.956 3.952 1.539a13.106 13.106 0 0 1 3.453 2.121 9.348 9.348 0 0 1 2.455 3.037c.638 1.193.957 2.649.957 4.368 0 1.969-.361 3.8-1.082 5.492a11.682 11.682 0 0 1-3.12 4.326c-1.359 1.22-3.051 2.177-5.075 2.871-2.025.693-4.341 1.04-6.948 1.04-2.912 0-5.602-.486-8.07-1.456-2.469-.971-4.535-2.205-6.199-3.703l1.914-3.12c.222-.388.499-.679.832-.874.333-.221.776-.332 1.331-.332.527 0 1.068.194 1.622.582.555.388 1.221.818 1.997 1.29.777.443 1.72.859 2.829 1.248 1.11.36 2.496.541 4.16.541 1.387 0 2.593-.167 3.62-.5 1.026-.36 1.872-.832 2.537-1.414.694-.61 1.207-1.304 1.539-2.08.333-.777.5-1.595.5-2.455 0-1.109-.319-2.024-.957-2.745-.61-.749-1.428-1.387-2.455-1.914-.998-.527-2.149-.984-3.453-1.373a158.75 158.75 0 0 1-3.993-1.248 41.139 41.139 0 0 1-3.994-1.539 14.068 14.068 0 0 1-3.494-2.205c-.999-.887-1.817-1.969-2.455-3.245-.61-1.275-.915-2.829-.915-4.659 0-1.636.333-3.203.998-4.701a12.02 12.02 0 0 1 2.954-3.952c1.304-1.137 2.898-2.038 4.784-2.704 1.914-.693 4.091-1.04 6.532-1.04 2.801 0 5.324.444 7.571 1.331 2.274.888 4.215 2.108 5.824 3.661l-1.789 2.954Zm19.725-7.28v42.266h-8.112v-42.266h8.112Zm1.539-13.063c0 .749-.152 1.47-.458 2.163a6.112 6.112 0 0 1-1.248 1.789 5.806 5.806 0 0 1-1.788 1.206 5.765 5.765 0 0 1-2.164.416 5.446 5.446 0 0 1-2.121-.416 6.549 6.549 0 0 1-1.789-1.206 6.552 6.552 0 0 1-1.207-1.789 5.776 5.776 0 0 1-.416-2.163c0-.777.139-1.498.416-2.163a5.801 5.801 0 0 1 1.207-1.789 5.516 5.516 0 0 1 1.789-1.207 5.03 5.03 0 0 1 2.121-.457c.749 0 1.47.152 2.164.457.693.278 1.289.68 1.788 1.207a5.456 5.456 0 0 1 1.248 1.789 5.11 5.11 0 0 1 .458 2.163Zm25.057 34.237c1.443 0 2.704-.194 3.786-.582 1.109-.388 2.025-.929 2.746-1.622a6.687 6.687 0 0 0 1.664-2.58c.388-.998.582-2.094.582-3.286 0-2.441-.749-4.382-2.246-5.824-1.47-1.47-3.647-2.205-6.532-2.205-2.856 0-5.033.735-6.531 2.205-1.47 1.442-2.205 3.383-2.205 5.824 0 1.192.18 2.288.541 3.286a7.466 7.466 0 0 0 1.664 2.538c.749.693 1.664 1.248 2.746 1.664 1.109.388 2.371.582 3.785.582Zm12.938 23.297c0-.999-.277-1.789-.832-2.371-.554-.611-1.317-1.082-2.288-1.415-.943-.36-2.052-.61-3.328-.749a57.372 57.372 0 0 0-4.035-.374 191.733 191.733 0 0 0-4.285-.208 49.955 49.955 0 0 1-4.243-.416c-1.442.721-2.635 1.595-3.578 2.621-.915 1.026-1.373 2.232-1.373 3.619 0 .888.222 1.72.666 2.496.471.777 1.178 1.442 2.121 1.997.971.582 2.178 1.026 3.62 1.331 1.47.333 3.217.499 5.241.499 1.997 0 3.758-.18 5.284-.54 1.525-.333 2.801-.819 3.827-1.456 1.054-.611 1.844-1.346 2.371-2.205.555-.86.832-1.803.832-2.829Zm8.237-42.891v3.037c0 .999-.624 1.623-1.872 1.872l-4.534.666c.388.86.693 1.775.915 2.746.222.943.333 1.941.333 2.995 0 2.08-.402 3.966-1.207 5.658a12.85 12.85 0 0 1-3.328 4.284c-1.414 1.193-3.106 2.108-5.075 2.746-1.941.638-4.077.957-6.407.957-1.913 0-3.702-.208-5.366-.624-.832.499-1.47 1.054-1.914 1.664-.416.582-.624 1.165-.624 1.747 0 .971.402 1.692 1.207 2.163.832.472 1.899.819 3.203 1.04 1.331.195 2.843.319 4.534.375 1.72.055 3.453.152 5.201.291 1.775.111 3.508.333 5.2.666 1.719.305 3.231.818 4.534 1.539a8.307 8.307 0 0 1 3.203 2.912c.832 1.22 1.248 2.815 1.248 4.784 0 1.83-.457 3.605-1.372 5.325-.888 1.719-2.191 3.245-3.911 4.576-1.719 1.331-3.813 2.399-6.282 3.203-2.468.805-5.269 1.207-8.403 1.207-3.134 0-5.866-.305-8.195-.915-2.302-.611-4.23-1.429-5.783-2.455-1.525-1.026-2.676-2.219-3.453-3.578-.749-1.359-1.123-2.773-1.123-4.243 0-2.052.638-3.786 1.914-5.2 1.275-1.442 3.037-2.565 5.283-3.37-1.22-.554-2.191-1.303-2.912-2.246-.721-.971-1.082-2.247-1.082-3.827 0-.611.111-1.235.333-1.872a7.675 7.675 0 0 1 .999-1.956 10.791 10.791 0 0 1 1.705-1.872 13.66 13.66 0 0 1 2.371-1.581c-2.08-1.164-3.716-2.704-4.908-4.617-1.193-1.942-1.789-4.202-1.789-6.781 0-2.08.402-3.952 1.206-5.616a12.867 12.867 0 0 1 3.328-4.285c1.442-1.193 3.148-2.108 5.117-2.746 1.997-.638 4.174-.957 6.531-.957 3.661 0 6.809.763 9.444 2.288h11.731Zm15.057 4.285a28.701 28.701 0 0 1 2.87-2.662 17.528 17.528 0 0 1 3.162-2.039 16.151 16.151 0 0 1 3.619-1.331 16.751 16.751 0 0 1 4.16-.499c2.33 0 4.368.388 6.115 1.165 1.775.776 3.259 1.872 4.452 3.286 1.192 1.387 2.094 3.065 2.704 5.034.61 1.969.915 4.146.915 6.531v26.916h-8.154v-26.916c0-3.023-.693-5.366-2.08-7.03-1.387-1.692-3.508-2.538-6.365-2.538-2.08 0-4.035.499-5.866 1.498-1.802.97-3.48 2.302-5.033 3.993v30.993h-8.112v-42.266h4.867c1.137 0 1.844.54 2.122 1.622l.624 4.243Zm92.561-13.603c-.277.471-.568.818-.873 1.04-.305.222-.693.333-1.165.333-.499 0-1.068-.222-1.706-.666-.637-.471-1.442-.985-2.412-1.539-.943-.583-2.08-1.096-3.412-1.539-1.331-.472-2.926-.708-4.784-.708-1.747 0-3.286.236-4.618.708-1.303.443-2.398 1.067-3.286 1.872a7.791 7.791 0 0 0-2.038 2.787c-.444 1.054-.666 2.205-.666 3.453 0 1.608.402 2.939 1.206 3.993.832 1.054 1.914 1.956 3.245 2.704 1.331.749 2.843 1.401 4.535 1.956 1.692.554 3.425 1.137 5.2 1.747a49.34 49.34 0 0 1 5.2 2.038 17.99 17.99 0 0 1 4.534 2.954c1.332 1.165 2.399 2.607 3.204 4.327.832 1.691 1.248 3.771 1.248 6.24 0 2.634-.458 5.103-1.373 7.405a17.167 17.167 0 0 1-3.911 6.032c-1.719 1.719-3.841 3.078-6.364 4.077-2.497.97-5.339 1.456-8.529 1.456-1.913 0-3.771-.194-5.574-.583a27.315 27.315 0 0 1-5.117-1.539 28.445 28.445 0 0 1-4.535-2.454 23.592 23.592 0 0 1-3.744-3.245l2.538-4.244c.25-.332.541-.61.874-.832a2.26 2.26 0 0 1 1.206-.332c.582 0 1.248.305 1.997.915.776.61 1.719 1.289 2.829 2.038 1.137.721 2.482 1.387 4.035 1.997 1.581.61 3.494.915 5.741.915 1.83 0 3.467-.235 4.909-.707 1.442-.499 2.648-1.192 3.619-2.08a9.122 9.122 0 0 0 2.288-3.286c.527-1.276.791-2.691.791-4.244 0-1.747-.403-3.175-1.207-4.285-.804-1.109-1.872-2.038-3.203-2.787-1.331-.749-2.843-1.387-4.535-1.914-1.691-.526-3.425-1.067-5.2-1.622a55.744 55.744 0 0 1-5.2-1.997 17.126 17.126 0 0 1-4.534-2.912c-1.332-1.22-2.399-2.732-3.204-4.534-.804-1.831-1.206-4.077-1.206-6.74 0-2.135.416-4.201 1.248-6.198a15.63 15.63 0 0 1 3.619-5.284c1.609-1.553 3.578-2.787 5.908-3.702 2.329-.943 4.992-1.414 7.987-1.414 3.356 0 6.434.54 9.235 1.622 2.829 1.054 5.284 2.579 7.364 4.576l-2.164 4.202Zm24.045 50.67c-3.412 0-6.046-.957-7.905-2.871-1.83-1.913-2.745-4.645-2.745-8.195v-25.294h-4.909c-.472 0-.874-.138-1.207-.416-.305-.305-.457-.748-.457-1.331v-3.286l6.864-.957 1.83-12.605c.111-.472.319-.832.624-1.082.333-.277.749-.416 1.248-.416h4.119v14.186h11.981v5.907h-11.981v24.753c0 1.664.402 2.912 1.206 3.744.832.804 1.886 1.207 3.162 1.207.749 0 1.387-.098 1.914-.292a8.573 8.573 0 0 0 1.414-.624c.388-.249.721-.471.998-.665.278-.194.527-.292.749-.292.278 0 .486.07.624.208.167.111.333.306.499.583l2.413 3.91c-1.331 1.221-2.912 2.164-4.742 2.829-1.831.666-3.73.999-5.699.999Zm52.066-42.932v42.266h-4.866c-1.109 0-1.83-.541-2.163-1.622l-.582-4.244a28.722 28.722 0 0 1-2.871 2.663 18.673 18.673 0 0 1-3.203 2.08 17.567 17.567 0 0 1-3.619 1.289c-1.276.333-2.649.5-4.119.5-2.33 0-4.382-.389-6.157-1.165-1.747-.777-3.217-1.858-4.409-3.245-1.193-1.414-2.094-3.106-2.705-5.075-.61-1.969-.915-4.147-.915-6.532v-26.915h8.154v26.915c0 3.023.693 5.381 2.08 7.072 1.387 1.664 3.508 2.497 6.365 2.497 2.08 0 4.021-.486 5.824-1.457 1.803-.998 3.495-2.357 5.075-4.076v-30.951h8.111Zm38.57 10.233c-1.33-1.747-2.77-2.967-4.32-3.661-1.53-.693-3.25-1.04-5.16-1.04-3.72 0-6.6 1.346-8.65 4.036-2.03 2.662-3.04 6.559-3.04 11.69 0 2.69.22 4.992.66 6.905.48 1.886 1.14 3.439 2 4.66.89 1.192 1.97 2.08 3.25 2.662 1.27.555 2.71.832 4.32.832 2.36 0 4.4-.527 6.12-1.581 1.72-1.054 3.33-2.537 4.82-4.451v-20.052Zm8.16-29.37v61.403h-4.91c-1.14 0-1.85-.541-2.12-1.622l-.71-4.868c-1.8 2.136-3.86 3.855-6.16 5.159-2.27 1.276-4.91 1.913-7.9 1.913-2.41 0-4.61-.471-6.57-1.414-1.95-.943-3.61-2.316-5-4.118-1.38-1.831-2.45-4.091-3.2-6.781-.75-2.691-1.12-5.783-1.12-9.277 0-3.134.41-6.046 1.24-8.737.84-2.69 2.04-5.019 3.62-6.989a16.893 16.893 0 0 1 5.74-4.617c2.25-1.137 4.79-1.706 7.62-1.706 2.55 0 4.71.416 6.49 1.248 1.8.832 3.41 2.011 4.82 3.536v-23.13h8.16Zm19.8 19.137v42.266h-8.11v-42.266h8.11Zm1.54-13.063c0 .749-.15 1.47-.46 2.163a5.97 5.97 0 0 1-1.25 1.789c-.49.499-1.09.901-1.78 1.206-.7.278-1.42.416-2.17.416s-1.45-.138-2.12-.416a6.693 6.693 0 0 1-1.79-1.206c-.5-.527-.9-1.123-1.2-1.789a5.721 5.721 0 0 1-.42-2.163c0-.777.14-1.498.42-2.163.3-.694.7-1.29 1.2-1.789a5.618 5.618 0 0 1 1.79-1.207 5.036 5.036 0 0 1 2.12-.457c.75 0 1.47.152 2.17.457.69.278 1.29.68 1.78 1.207.53.499.95 1.095 1.25 1.789.31.665.46 1.386.46 2.163Zm28.22 12.397c3.11 0 5.91.513 8.4 1.539 2.53.999 4.66 2.455 6.41 4.368 1.77 1.886 3.13 4.174 4.08 6.864.94 2.663 1.41 5.658 1.41 8.986 0 3.328-.47 6.337-1.41 9.028-.95 2.69-2.31 4.978-4.08 6.864-1.75 1.886-3.88 3.342-6.41 4.368-2.49.998-5.29 1.497-8.4 1.497-3.13 0-5.96-.499-8.49-1.497-2.49-1.026-4.63-2.482-6.4-4.368-1.78-1.886-3.15-4.174-4.12-6.864-.95-2.691-1.42-5.7-1.42-9.028 0-3.328.47-6.323 1.42-8.986.97-2.69 2.34-4.978 4.12-6.864 1.77-1.913 3.91-3.369 6.4-4.368 2.53-1.026 5.36-1.539 8.49-1.539Zm0 37.191c3.99 0 6.97-1.345 8.94-4.035 1.97-2.69 2.96-6.476 2.96-11.357 0-4.881-.99-8.667-2.96-11.357-1.97-2.718-4.95-4.077-8.94-4.077-4.05 0-7.07 1.359-9.07 4.077-1.97 2.69-2.95 6.476-2.95 11.357 0 4.881.98 8.667 2.95 11.357 2 2.69 5.02 4.035 9.07 4.035Z\" fill=\"#8F8A8A\"/><defs><linearGradient id=\"a\" x1=\"39.841\" y1=\"-43.671\" x2=\"519.664\" y2=\"436.153\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFC000\"/><stop offset=\".47\" stop-color=\"#FF3490\"/><stop offset=\".51\" stop-color=\"#F43694\"/><stop offset=\".59\" stop-color=\"#D73EA1\"/><stop offset=\".7\" stop-color=\"#A94BB5\"/><stop offset=\".82\" stop-color=\"#695DD1\"/><stop offset=\".96\" stop-color=\"#1873F4\"/><stop offset=\"1\" stop-color=\"#007AFF\"/></linearGradient><linearGradient id=\"b\" x1=\"172.189\" y1=\"481.966\" x2=\"-92.4\" y2=\"217.633\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFC000\"/><stop offset=\".47\" stop-color=\"#FF3490\"/><stop offset=\".51\" stop-color=\"#F43694\"/><stop offset=\".59\" stop-color=\"#D73EA1\"/><stop offset=\".7\" stop-color=\"#A94BB5\"/><stop offset=\".82\" stop-color=\"#695DD1\"/><stop offset=\".96\" stop-color=\"#1873F4\"/><stop offset=\"1\" stop-color=\"#007AFF\"/></linearGradient><linearGradient id=\"c\" x1=\"287.064\" y1=\"318.23\" x2=\"22.748\" y2=\"53.914\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFC000\"/><stop offset=\".47\" stop-color=\"#FF3490\"/><stop offset=\".51\" stop-color=\"#F43694\"/><stop offset=\".59\" stop-color=\"#D73EA1\"/><stop offset=\".7\" stop-color=\"#A94BB5\"/><stop offset=\".82\" stop-color=\"#695DD1\"/><stop offset=\".96\" stop-color=\"#1873F4\"/><stop offset=\"1\" stop-color=\"#007AFF\"/></linearGradient><linearGradient id=\"d\" x1=\"2.306\" y1=\"312.718\" x2=\"54.388\" y2=\"200.871\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#B3EF74\"/><stop offset=\".37\" stop-color=\"#00BB90\"/><stop offset=\".48\" stop-color=\"#00B093\"/><stop offset=\".68\" stop-color=\"#00949E\"/><stop offset=\".93\" stop-color=\"#0066AE\"/><stop offset=\"1\" stop-color=\"#0057B4\"/></linearGradient></defs></svg>',withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tnsp63\",layoutDependency:layoutDependency,layoutId:\"s6NOAT2D7\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fp9eds-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"hzoDkd6kz-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-cc0e3d00-57cf-40d4-ace1-545074d250bc, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"hzoDkd6kz\",layoutId:\"hzoDkd6kz\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({PnP0bbqWq:{onClick:onClick1w31upo}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8ysbxi-container\",\"data-framer-name\":\"Icon X\",layoutDependency:layoutDependency,layoutId:\"ztUhB734T-container\",name:\"Icon X\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-cc0e3d00-57cf-40d4-ace1-545074d250bc, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"ztUhB734T\",layoutId:\"ztUhB734T\",mirrored:false,name:\"Icon X\",onClick:onClick2rfbaz,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({DmW01qx_2:{iconSelection:\"x\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1if0g2d\",layoutDependency:layoutDependency,layoutId:\"WOUXaFpVE\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{DmW01qx_2:{backgroundColor:\"rgb(255, 255, 255)\"},PnP0bbqWq:{backgroundColor:\"rgb(255, 255, 255)\"}},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||83)-40-43)/2)+7+0,...addPropertyOverrides({DmW01qx_2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-37.88714499252616)/2)+50+10+0},PnP0bbqWq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-38)/2)+50+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lywt65-container\",\"data-framer-name\":\"Home\",layoutDependency:layoutDependency,layoutId:\"tR9Vd_PMc-container\",name:\"Home\",children:/*#__PURE__*/_jsx(FFHeaderLink,{BIE3FC9Se:\"Home\",height:\"100%\",id:\"tR9Vd_PMc\",layoutId:\"tR9Vd_PMc\",name:\"Home\",pY75j3bWy:false,REByWnPuB:resolvedLinks[0],variant:\"POWniI7Th\",width:\"100%\",...addPropertyOverrides({DmW01qx_2:{jqv72vIi5:jqv72vIi51cwf1o0,REByWnPuB:resolvedLinks[2]},PnP0bbqWq:{REByWnPuB:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NaF0XFfS0\"},implicitPathVariables:undefined},{href:{webPageId:\"NaF0XFfS0\"},implicitPathVariables:undefined},{href:{webPageId:\"NaF0XFfS0\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||83)-40-43)/2)+7+0,...addPropertyOverrides({DmW01qx_2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-37.88714499252616)/2)+50+10+39},PnP0bbqWq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-38)/2)+50+10+39}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wen0pv-container\",\"data-framer-name\":\"Our Process\",layoutDependency:layoutDependency,layoutId:\"Y6pSnavA6-container\",name:\"Our Process\",children:/*#__PURE__*/_jsx(FFHeaderLink,{BIE3FC9Se:\"Our Process\",height:\"100%\",id:\"Y6pSnavA6\",layoutId:\"Y6pSnavA6\",name:\"Our Process\",pY75j3bWy:false,REByWnPuB:resolvedLinks1[0],variant:\"POWniI7Th\",width:\"100%\",...addPropertyOverrides({DmW01qx_2:{jqv72vIi5:jqv72vIi51cwf1o0,REByWnPuB:resolvedLinks1[2]},PnP0bbqWq:{REByWnPuB:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||83)-40-43)/2)+7+0,...addPropertyOverrides({DmW01qx_2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-37.88714499252616)/2)+50+10+78},PnP0bbqWq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-38)/2)+50+10+78}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r2ckli-container\",\"data-framer-name\":\"Portfolio\",layoutDependency:layoutDependency,layoutId:\"ia04EF9Ps-container\",name:\"Portfolio\",children:/*#__PURE__*/_jsx(FFHeaderLink,{BIE3FC9Se:\"Portfolio\",height:\"100%\",id:\"ia04EF9Ps\",layoutId:\"ia04EF9Ps\",name:\"Portfolio\",pY75j3bWy:true,REByWnPuB:\"https://www.instagram.com/ff_interiorstudio/\",variant:\"POWniI7Th\",width:\"100%\",...addPropertyOverrides({DmW01qx_2:{jqv72vIi5:jqv72vIi51cwf1o0}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PxbOPr_JI\"},implicitPathVariables:undefined},{href:{webPageId:\"PxbOPr_JI\"},implicitPathVariables:undefined},{href:{webPageId:\"PxbOPr_JI\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||83)-40-43)/2)+7+0,...addPropertyOverrides({DmW01qx_2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-37.88714499252616)/2)+50+10+117},PnP0bbqWq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-38)/2)+50+10+117}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p9sylx-container\",\"data-framer-name\":\"Blog\",layoutDependency:layoutDependency,layoutId:\"fkoYPoepH-container\",name:\"Blog\",children:/*#__PURE__*/_jsx(FFHeaderLink,{BIE3FC9Se:\"Blog\",height:\"100%\",id:\"fkoYPoepH\",layoutId:\"fkoYPoepH\",name:\"Blog\",pY75j3bWy:false,REByWnPuB:resolvedLinks2[0],variant:\"POWniI7Th\",width:\"100%\",...addPropertyOverrides({DmW01qx_2:{jqv72vIi5:jqv72vIi51cwf1o0,REByWnPuB:resolvedLinks2[2]},PnP0bbqWq:{REByWnPuB:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||83)-40-43)/2)+7+0,...addPropertyOverrides({DmW01qx_2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-37.88714499252616)/2)+50+10+156},PnP0bbqWq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-38)/2)+50+10+156}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y8xoid-container\",\"data-framer-name\":\"Contact Us\",layoutDependency:layoutDependency,layoutId:\"IbxNvRf64-container\",name:\"Contact Us\",children:/*#__PURE__*/_jsx(FFHeaderLink,{BIE3FC9Se:\"Contact Us\",height:\"100%\",id:\"IbxNvRf64\",layoutId:\"IbxNvRf64\",name:\"Contact Us\",pY75j3bWy:true,REByWnPuB:\"https://wa.me/+918747973909\",variant:\"POWniI7Th\",width:\"100%\",...addPropertyOverrides({DmW01qx_2:{jqv72vIi5:jqv72vIi51cwf1o0}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JC2t3.framer-n5pqjb, .framer-JC2t3 .framer-n5pqjb { display: block; }\",\".framer-JC2t3.framer-1xmbdhd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 30px 20px 30px; position: relative; width: 1200px; }\",\".framer-JC2t3 .framer-1cznajs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1340px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-JC2t3 .framer-1om8dwj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-JC2t3 .framer-kxbwqo { aspect-ratio: 4.302250803858521 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 185px; }\",\".framer-JC2t3 .framer-tnsp63 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-JC2t3 .framer-1fp9eds-container, .framer-JC2t3 .framer-8ysbxi-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-JC2t3 .framer-1if0g2d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; padding: 0px; position: relative; width: min-content; }\",\".framer-JC2t3 .framer-lywt65-container, .framer-JC2t3 .framer-wen0pv-container, .framer-JC2t3 .framer-r2ckli-container, .framer-JC2t3 .framer-1p9sylx-container, .framer-JC2t3 .framer-y8xoid-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JC2t3.framer-1xmbdhd, .framer-JC2t3 .framer-1om8dwj, .framer-JC2t3 .framer-tnsp63, .framer-JC2t3 .framer-1if0g2d { gap: 0px; } .framer-JC2t3.framer-1xmbdhd > *, .framer-JC2t3 .framer-1om8dwj > *, .framer-JC2t3 .framer-tnsp63 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-JC2t3.framer-1xmbdhd > :first-child, .framer-JC2t3 .framer-1om8dwj > :first-child, .framer-JC2t3 .framer-tnsp63 > :first-child, .framer-JC2t3 .framer-1if0g2d > :first-child { margin-left: 0px; } .framer-JC2t3.framer-1xmbdhd > :last-child, .framer-JC2t3 .framer-1om8dwj > :last-child, .framer-JC2t3 .framer-tnsp63 > :last-child, .framer-JC2t3 .framer-1if0g2d > :last-child { margin-right: 0px; } .framer-JC2t3 .framer-1if0g2d > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-JC2t3.framer-v-13a1puw.framer-1xmbdhd { height: 64px; padding: 0px; width: 400px; }\",\".framer-JC2t3.framer-v-13a1puw .framer-1cznajs, .framer-JC2t3.framer-v-17fl8c6 .framer-1cznajs { max-width: 100%; }\",\".framer-JC2t3.framer-v-13a1puw .framer-1om8dwj, .framer-JC2t3.framer-v-17fl8c6 .framer-1om8dwj { padding: 0px 0px 0px 20px; }\",\".framer-JC2t3.framer-v-13a1puw .framer-kxbwqo, .framer-JC2t3.framer-v-17fl8c6 .framer-kxbwqo { height: var(--framer-aspect-ratio-supported, 38px); width: 163px; }\",\".framer-JC2t3.framer-v-13a1puw .framer-tnsp63, .framer-JC2t3.framer-v-17fl8c6 .framer-tnsp63 { flex: none; padding: 0px 20px 0px 0px; width: min-content; }\",\".framer-JC2t3.framer-v-13a1puw .framer-1if0g2d { flex-direction: column; gap: 10px; left: 0px; padding: 10px 0px 20px 0px; position: absolute; right: 0px; top: 50px; width: unset; z-index: 1; }\",\".framer-JC2t3.framer-v-13a1puw .framer-lywt65-container, .framer-JC2t3.framer-v-17fl8c6 .framer-lywt65-container { order: 0; }\",\".framer-JC2t3.framer-v-13a1puw .framer-wen0pv-container, .framer-JC2t3.framer-v-17fl8c6 .framer-wen0pv-container { order: 1; }\",\".framer-JC2t3.framer-v-13a1puw .framer-r2ckli-container, .framer-JC2t3.framer-v-17fl8c6 .framer-r2ckli-container { order: 2; }\",\".framer-JC2t3.framer-v-13a1puw .framer-1p9sylx-container, .framer-JC2t3.framer-v-17fl8c6 .framer-1p9sylx-container { order: 3; }\",\".framer-JC2t3.framer-v-13a1puw .framer-y8xoid-container, .framer-JC2t3.framer-v-17fl8c6 .framer-y8xoid-container { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JC2t3.framer-v-13a1puw .framer-1if0g2d { gap: 0px; } .framer-JC2t3.framer-v-13a1puw .framer-1if0g2d > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-JC2t3.framer-v-13a1puw .framer-1if0g2d > :first-child { margin-top: 0px; } .framer-JC2t3.framer-v-13a1puw .framer-1if0g2d > :last-child { margin-bottom: 0px; } }\",\".framer-JC2t3.framer-v-17fl8c6.framer-1xmbdhd { height: 64px; overflow: visible; padding: 0px; width: 400px; }\",\".framer-JC2t3.framer-v-17fl8c6 .framer-1if0g2d { flex-direction: column; gap: 10px; left: 0px; padding: 10px 0px 20px 0px; position: absolute; right: 0px; top: 50px; width: unset; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JC2t3.framer-v-17fl8c6 .framer-1if0g2d { gap: 0px; } .framer-JC2t3.framer-v-17fl8c6 .framer-1if0g2d > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-JC2t3.framer-v-17fl8c6 .framer-1if0g2d > :first-child { margin-top: 0px; } .framer-JC2t3.framer-v-17fl8c6 .framer-1if0g2d > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 83\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PnP0bbqWq\":{\"layout\":[\"fixed\",\"fixed\"]},\"DmW01qx_2\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"QgWDQPEgT\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerdvw9tgV0e=withCSS(Component,css,\"framer-JC2t3\");export default Framerdvw9tgV0e;Framerdvw9tgV0e.displayName=\"FF/Header\";Framerdvw9tgV0e.defaultProps={height:83,width:1200};addPropertyControls(Framerdvw9tgV0e,{variant:{options:[\"NfE5hbSN7\",\"PnP0bbqWq\",\"DmW01qx_2\"],optionTitles:[\"Default\",\"Mobile\",\"Mobile Open\"],title:\"Variant\",type:ControlType.Enum},QgWDQPEgT:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color}});addFonts(Framerdvw9tgV0e,[{explicitInter:true,fonts:[]},...FeatherFonts,...FFHeaderLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerdvw9tgV0e\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PnP0bbqWq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DmW01qx_2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"QgWDQPEgT\\\":\\\"background\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"83\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dvw9tgV0e.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"sgLylDjed\",\"HPbAQcYkw\"];const serializationHash=\"framer-0V3Sg\";const variantClassNames={HPbAQcYkw:\"framer-v-hnclaa\",sgLylDjed:\"framer-v-1qmi6pd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"sgLylDjed\",Mobile:\"HPbAQcYkw\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"sgLylDjed\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,QgWDQPEgTdvw9tgV0e,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"sgLylDjed\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1qmi6pd\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"sgLylDjed\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:QgWDQPEgTdvw9tgV0e,...style},...addPropertyOverrides({HPbAQcYkw:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ya7jq\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"sgLylDjedN66MKuC9l\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ab9z2r\",\"data-framer-name\":\"Logo Link\",layoutDependency:layoutDependency,layoutId:\"sgLylDjedAeNzAqeGT\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yv7g3v\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:412,intrinsicWidth:1438,layoutDependency:layoutDependency,layoutId:\"jnoJrleYt\",svg:'<svg width=\"1438\" height=\"412\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M51.429 138.988v.18h166.039c48.613 0 87.124-39.563 87.169-88.16H138.343c-48.643 0-86.922 39.337-86.922 87.98h.008Z\" fill=\"url(#a)\"/><path d=\"M51.429 361.082v-.015c-.36 0-.714.015-1.074.015h1.074Z\" fill=\"url(#b)\"/><path d=\"M51.429 253.583v.263h165.694c48.582 0 87.432-39.593 87.514-88.16H138.343c-48.643 0-86.922 39.262-86.922 87.897h.008Z\" fill=\"url(#c)\"/><path d=\"M51.43 361.067c48.139-.563 86.169-38.842 86.169-87.124v-20.104h-86.17v107.228Z\" fill=\"url(#d)\"/><path d=\"M397.073 143.58v31.039h37.17v11.164h-37.17v39.3h-13.809v-92.667h57.432v11.164h-43.623Zm68.357-13.745v95.248h-12.648v-95.248h12.648Zm45.915 28.652c4.818 0 9.163.795 13.035 2.387 3.915 1.549 7.227 3.808 9.938 6.776 2.753 2.925 4.861 6.475 6.324 10.648 1.462 4.13 2.194 8.776 2.194 13.938 0 5.163-.732 9.83-2.194 14.003-1.463 4.173-3.571 7.723-6.324 10.648-2.711 2.925-6.023 5.184-9.938 6.776-3.872 1.549-8.217 2.323-13.035 2.323-4.862 0-9.25-.774-13.165-2.323-3.872-1.592-7.184-3.851-9.937-6.776-2.754-2.925-4.883-6.475-6.389-10.648-1.463-4.173-2.194-8.84-2.194-14.003 0-5.162.731-9.808 2.194-13.938 1.506-4.173 3.635-7.723 6.389-10.648 2.753-2.968 6.065-5.227 9.937-6.776 3.915-1.592 8.303-2.387 13.165-2.387Zm0 57.69c6.195 0 10.819-2.086 13.874-6.259 3.054-4.173 4.582-10.046 4.582-17.617 0-7.572-1.528-13.444-4.582-17.617-3.055-4.216-7.679-6.324-13.874-6.324-6.281 0-10.971 2.108-14.068 6.324-3.055 4.173-4.582 10.045-4.582 17.617 0 7.571 1.527 13.444 4.582 17.617 3.097 4.173 7.787 6.259 14.068 6.259Zm80.771-20.198c-5.119.172-9.464.581-13.035 1.226-3.571.602-6.475 1.42-8.712 2.452-2.237 1.033-3.85 2.259-4.84 3.679-.989 1.376-1.484 2.925-1.484 4.646 0 1.635.258 3.054.775 4.259.559 1.161 1.29 2.129 2.194 2.904.946.731 2.043 1.269 3.291 1.613 1.247.344 2.603.516 4.065.516 1.936 0 3.7-.193 5.292-.581a22.11 22.11 0 0 0 4.581-1.613 24.31 24.31 0 0 0 4.066-2.646 36.013 36.013 0 0 0 3.807-3.549v-12.906Zm-36.911-27.297c3.656-3.484 7.614-6.087 11.873-7.808 4.302-1.721 9.013-2.581 14.133-2.581 3.742 0 7.055.624 9.937 1.871 2.883 1.205 5.313 2.904 7.292 5.098s3.463 4.819 4.453 7.873c1.032 3.055 1.549 6.432 1.549 10.131v41.817h-5.615c-1.247 0-2.194-.194-2.839-.581-.645-.43-1.161-1.205-1.549-2.323l-1.355-5.744a58.505 58.505 0 0 1-4.969 4.13 34.398 34.398 0 0 1-5.162 3.033 26.663 26.663 0 0 1-5.679 1.872c-2.022.43-4.259.645-6.711.645-2.581 0-5.012-.344-7.292-1.032-2.237-.732-4.195-1.829-5.872-3.292-1.678-1.462-3.012-3.291-4.001-5.485-.947-2.194-1.42-4.753-1.42-7.679 0-2.581.688-5.055 2.065-7.421 1.42-2.409 3.7-4.56 6.84-6.453 3.184-1.893 7.314-3.442 12.39-4.646 5.12-1.205 11.401-1.893 18.843-2.065v-4.776c0-4.947-1.054-8.647-3.162-11.099-2.108-2.452-5.205-3.678-9.292-3.678-2.754 0-5.077.344-6.97 1.032-1.849.689-3.463 1.463-4.839 2.323a113.309 113.309 0 0 0-3.55 2.259c-.989.688-2.022 1.033-3.097 1.033-.861 0-1.613-.237-2.259-.71a6.148 6.148 0 0 1-1.484-1.678l-2.258-4.066Zm127.343 56.401H669.9v-55.368h-32.911v38.396c0 2.581.624 4.517 1.872 5.808 1.29 1.247 2.925 1.871 4.904 1.871 1.162 0 2.151-.151 2.969-.452.86-.301 1.591-.623 2.194-.968a48.09 48.09 0 0 0 1.548-1.032c.431-.301.818-.452 1.162-.452.43 0 .753.108.968.323.258.172.516.473.774.903l3.743 6.066c-2.065 1.893-4.517 3.356-7.356 4.388a25.665 25.665 0 0 1-8.841 1.549c-5.292 0-9.379-1.484-12.261-4.453-2.839-2.968-4.259-7.206-4.259-12.712v-39.235h-7.615c-.731 0-1.355-.215-1.871-.645-.473-.474-.71-1.162-.71-2.065v-5.098l10.712-1.485 2.775-19.552c.172-.732.495-1.291.968-1.678.516-.43 1.162-.646 1.936-.646h6.388v22.006h45.559v64.531Zm2.84-86.214c0 1.162-.237 2.28-.71 3.356a9.508 9.508 0 0 1-1.936 2.775 9 9 0 0 1-2.775 1.871 8.956 8.956 0 0 1-3.356.645 8.477 8.477 0 0 1-3.291-.645 10.162 10.162 0 0 1-2.774-1.871 10.163 10.163 0 0 1-1.872-2.775 8.96 8.96 0 0 1-.645-3.356 9.13 9.13 0 0 1 .645-3.42 8.996 8.996 0 0 1 1.872-2.775 8.543 8.543 0 0 1 2.774-1.871 7.812 7.812 0 0 1 3.291-.71c1.162 0 2.281.237 3.356.71a7.716 7.716 0 0 1 2.775 1.871 8.484 8.484 0 0 1 1.936 2.775 8.406 8.406 0 0 1 .71 3.42Zm27.238 29.749a44.444 44.444 0 0 1 4.452-4.13 27.151 27.151 0 0 1 4.905-3.162 25.003 25.003 0 0 1 5.614-2.065c2.022-.516 4.173-.774 6.453-.774 3.614 0 6.776.602 9.486 1.806 2.753 1.205 5.055 2.904 6.905 5.098 1.85 2.151 3.248 4.754 4.194 7.809.947 3.054 1.42 6.431 1.42 10.131v41.752h-12.648v-41.752c0-4.689-1.075-8.325-3.226-10.906-2.152-2.624-5.443-3.936-9.874-3.936-3.226 0-6.259.774-9.099 2.323-2.796 1.506-5.399 3.571-7.808 6.195v48.076h-12.583v-65.564h7.55c1.764 0 2.861.839 3.291 2.517l.968 6.582Zm83.447 23.747c2.237 0 4.195-.301 5.873-.903 1.721-.602 3.14-1.441 4.259-2.517a10.357 10.357 0 0 0 2.581-4.001c.602-1.548.903-3.248.903-5.098 0-3.786-1.161-6.797-3.484-9.034-2.28-2.28-5.657-3.42-10.132-3.42-4.431 0-7.808 1.14-10.131 3.42-2.28 2.237-3.42 5.248-3.42 9.034 0 1.85.28 3.55.839 5.098a11.581 11.581 0 0 0 2.581 3.937c1.162 1.075 2.581 1.936 4.259 2.581 1.721.602 3.678.903 5.872.903Zm20.07 36.138c0-1.549-.431-2.775-1.291-3.679-.861-.946-2.044-1.677-3.549-2.194-1.463-.559-3.184-.946-5.163-1.161a88.777 88.777 0 0 0-6.259-.581 299.931 299.931 0 0 0-6.647-.323 77.581 77.581 0 0 1-6.582-.645c-2.237 1.119-4.087 2.474-5.55 4.065-1.419 1.592-2.129 3.464-2.129 5.615 0 1.376.344 2.667 1.032 3.872.732 1.204 1.829 2.237 3.291 3.097 1.506.903 3.377 1.592 5.614 2.065 2.281.516 4.991.774 8.131.774 3.098 0 5.83-.279 8.196-.839 2.366-.516 4.345-1.269 5.937-2.258 1.634-.947 2.861-2.087 3.678-3.42a7.938 7.938 0 0 0 1.291-4.388Zm12.777-66.532v4.711c0 1.549-.968 2.517-2.904 2.904l-7.034 1.032a22.605 22.605 0 0 1 1.42 4.259 20.25 20.25 0 0 1 .516 4.647c0 3.226-.624 6.152-1.872 8.776a19.96 19.96 0 0 1-5.162 6.647c-2.194 1.849-4.818 3.269-7.873 4.259-3.011.989-6.324 1.484-9.938 1.484-2.968 0-5.743-.323-8.324-.968-1.291.774-2.28 1.635-2.969 2.581-.645.904-.967 1.807-.967 2.71 0 1.506.623 2.625 1.871 3.356 1.291.731 2.947 1.269 4.969 1.613 2.065.301 4.409.495 7.034.581 2.667.086 5.356.237 8.066.452 2.753.172 5.442.516 8.066 1.032 2.668.473 5.012 1.269 7.034 2.388a12.882 12.882 0 0 1 4.969 4.517c1.291 1.893 1.936 4.367 1.936 7.421 0 2.84-.71 5.593-2.129 8.26-1.377 2.667-3.399 5.034-6.066 7.099-2.668 2.064-5.916 3.721-9.745 4.968-3.828 1.248-8.173 1.872-13.035 1.872-4.861 0-9.099-.473-12.712-1.42-3.571-.946-6.561-2.215-8.97-3.807-2.366-1.592-4.152-3.442-5.356-5.55-1.162-2.108-1.743-4.302-1.743-6.582 0-3.184.99-5.872 2.969-8.066 1.979-2.237 4.711-3.98 8.195-5.227-1.893-.861-3.398-2.022-4.517-3.485-1.118-1.506-1.678-3.485-1.678-5.937 0-.946.172-1.914.517-2.904.344-1.032.86-2.043 1.548-3.033.732-1.032 1.614-2 2.646-2.904a21.087 21.087 0 0 1 3.678-2.452c-3.226-1.807-5.764-4.194-7.614-7.163-1.85-3.011-2.775-6.517-2.775-10.518 0-3.227.624-6.131 1.871-8.712a19.975 19.975 0 0 1 5.163-6.647c2.237-1.85 4.883-3.269 7.937-4.259 3.098-.989 6.475-1.484 10.131-1.484 5.679 0 10.562 1.183 14.649 3.549h18.198Zm60.58-18.391v31.039h37.17v11.164H889.5v39.3h-13.809v-92.667h57.432v11.164H889.5Zm106.324 15.939v65.564h-7.55c-1.721 0-2.839-.839-3.356-2.517l-.903-6.582a44.571 44.571 0 0 1-4.453 4.13 28.92 28.92 0 0 1-4.969 3.226 27.192 27.192 0 0 1-5.614 2.001c-1.979.516-4.108.774-6.388.774-3.614 0-6.798-.602-9.551-1.807-2.71-1.204-4.99-2.882-6.84-5.033-1.85-2.194-3.248-4.819-4.195-7.873-.946-3.055-1.42-6.432-1.42-10.131v-41.752h12.649v41.752c0 4.689 1.075 8.346 3.226 10.97 2.151 2.581 5.442 3.872 9.873 3.872 3.227 0 6.238-.753 9.035-2.259 2.796-1.549 5.42-3.657 7.872-6.324v-48.011h12.584Zm29.436 12.584c2.11-4.302 4.65-7.68 7.62-10.132 2.97-2.452 6.54-3.678 10.71-3.678a15 15 0 0 1 4 .516c1.29.301 2.41.775 3.36 1.42l-.84 9.486c-.3 1.162-1.01 1.742-2.13 1.742-.61 0-1.51-.107-2.71-.322a18.56 18.56 0 0 0-3.88-.388c-2.02 0-3.8.302-5.35.904-1.55.559-2.95 1.42-4.2 2.581-1.2 1.119-2.28 2.517-3.22 4.195-.95 1.634-1.83 3.506-2.65 5.614v41.042h-12.58v-65.564h7.23c1.37 0 2.3.258 2.77.774.52.474.88 1.334 1.1 2.582l.77 9.228Zm47.2-3.485a45.427 45.427 0 0 1 4.45-4.13 27.258 27.258 0 0 1 4.91-3.162 24.882 24.882 0 0 1 5.61-2.065c2.02-.516 4.18-.774 6.46-.774 3.61 0 6.77.602 9.48 1.806 2.76 1.205 5.06 2.904 6.91 5.098 1.85 2.151 3.24 4.754 4.19 7.809.95 3.054 1.42 6.431 1.42 10.131v41.752h-12.65v-41.752c0-4.689-1.07-8.325-3.22-10.906-2.15-2.624-5.45-3.936-9.88-3.936-3.22 0-6.26.774-9.1 2.323-2.79 1.506-5.39 3.571-7.8 6.195v48.076h-12.59v-65.564h7.55c1.77 0 2.86.839 3.29 2.517l.97 6.582Zm73.58-9.099v65.564h-12.59v-65.564h12.59Zm2.38-20.263c0 1.162-.23 2.28-.71 3.356a9.376 9.376 0 0 1-1.93 2.775 9.047 9.047 0 0 1-2.78 1.871c-1.07.43-2.19.645-3.35.645-1.16 0-2.26-.215-3.29-.645a10.117 10.117 0 0 1-2.78-1.871c-.77-.818-1.4-1.743-1.87-2.775a8.965 8.965 0 0 1-.65-3.356c0-1.204.22-2.323.65-3.355a9.014 9.014 0 0 1 1.87-2.775 8.534 8.534 0 0 1 2.78-1.872 7.8 7.8 0 0 1 3.29-.709c1.16 0 2.28.236 3.35.709 1.08.431 2 1.055 2.78 1.872a8.369 8.369 0 0 1 1.93 2.775c.48 1.032.71 2.151.71 3.355Zm36.36 86.859c-5.3 0-9.38-1.484-12.27-4.453-2.83-2.968-4.25-7.206-4.25-12.712v-39.235h-7.62c-.73 0-1.35-.215-1.87-.645-.47-.474-.71-1.162-.71-2.065v-5.098l10.65-1.485 2.84-19.552c.17-.732.49-1.291.96-1.678.52-.43 1.17-.646 1.94-.646h6.39v22.006h18.58v9.163h-18.58v38.396c0 2.581.62 4.517 1.87 5.808 1.29 1.247 2.93 1.871 4.91 1.871 1.16 0 2.15-.151 2.96-.452.86-.301 1.6-.623 2.2-.968.6-.387 1.12-.731 1.55-1.032.43-.301.81-.452 1.16-.452.43 0 .75.108.97.323.25.172.51.473.77.903l3.74 6.066c-2.06 1.893-4.51 3.356-7.35 4.388a25.676 25.676 0 0 1-8.84 1.549Zm80.76-66.596v65.564h-7.55c-1.72 0-2.84-.839-3.35-2.517l-.91-6.582a44.434 44.434 0 0 1-4.45 4.13 28.737 28.737 0 0 1-4.97 3.226 27.053 27.053 0 0 1-5.61 2.001c-1.98.516-4.11.774-6.39.774-3.61 0-6.8-.602-9.55-1.807-2.71-1.204-4.99-2.882-6.84-5.033-1.85-2.194-3.25-4.819-4.2-7.873-.94-3.055-1.42-6.432-1.42-10.131v-41.752h12.65v41.752c0 4.689 1.08 8.346 3.23 10.97 2.15 2.581 5.44 3.872 9.87 3.872 3.23 0 6.24-.753 9.04-2.259 2.79-1.549 5.42-3.657 7.87-6.324v-48.011h12.58Zm29.44 12.584c2.11-4.302 4.65-7.68 7.62-10.132 2.96-2.452 6.54-3.678 10.71-3.678a15 15 0 0 1 4 .516c1.29.301 2.41.775 3.35 1.42l-.83 9.486c-.31 1.162-1.02 1.742-2.13 1.742-.61 0-1.51-.107-2.71-.322a18.56 18.56 0 0 0-3.88-.388c-2.02 0-3.8.302-5.35.904-1.55.559-2.95 1.42-4.2 2.581-1.2 1.119-2.28 2.517-3.22 4.195-.95 1.634-1.83 3.506-2.65 5.614v41.042h-12.58v-65.564h7.23c1.37 0 2.3.258 2.77.774.52.474.88 1.334 1.1 2.582l.77 9.228Zm76.43 12.906c0-2.495-.37-4.797-1.1-6.905-.69-2.108-1.72-3.936-3.1-5.485-1.37-1.549-3.05-2.753-5.03-3.614-1.98-.86-4.26-1.291-6.84-1.291-5.29 0-9.47 1.528-12.52 4.582-3.01 3.055-4.93 7.292-5.74 12.713h34.33Zm10.39 30.717a25.624 25.624 0 0 1-5.36 4.71 31.95 31.95 0 0 1-6.45 3.162c-2.28.818-4.65 1.42-7.1 1.807-2.41.387-4.8.581-7.16.581-4.52 0-8.72-.753-12.59-2.259-3.83-1.548-7.16-3.785-10-6.711-2.8-2.968-4.99-6.625-6.58-10.97-1.55-4.388-2.33-9.422-2.33-15.1 0-4.561.71-8.798 2.13-12.713 1.42-3.958 3.45-7.4 6.07-10.325 2.67-2.925 5.91-5.227 9.74-6.905s8.13-2.516 12.91-2.516c4 0 7.68.666 11.03 2 3.4 1.291 6.33 3.184 8.78 5.679 2.45 2.495 4.37 5.571 5.74 9.228 1.42 3.656 2.13 7.829 2.13 12.519 0 1.936-.21 3.248-.64 3.936-.43.645-1.23.968-2.39.968h-42.98c.13 3.915.69 7.335 1.68 10.26.99 2.883 2.35 5.292 4.07 7.228a16.53 16.53 0 0 0 6.26 4.324c2.4.946 5.09 1.419 8.06 1.419 2.8 0 5.21-.322 7.23-.968 2.06-.645 3.83-1.333 5.29-2.065 1.51-.774 2.75-1.484 3.74-2.129 1.04-.646 1.94-.968 2.71-.968 1.04 0 1.83.387 2.39 1.161l3.62 4.647Z\" fill=\"#000\"/><path d=\"M388.274 343.083h-8.902v-59.739h8.902v59.739Zm20.041-36.401a28.713 28.713 0 0 1 2.87-2.663 17.593 17.593 0 0 1 3.162-2.038 16.12 16.12 0 0 1 3.619-1.331c1.304-.333 2.691-.5 4.16-.5 2.33 0 4.369.389 6.116 1.165 1.775.777 3.259 1.872 4.451 3.287 1.193 1.386 2.094 3.064 2.704 5.033.61 1.97.915 4.147.915 6.532v26.916h-8.153v-26.916c0-3.023-.694-5.367-2.08-7.031-1.387-1.692-3.509-2.537-6.365-2.537-2.08 0-4.036.499-5.866 1.497-1.803.971-3.481 2.302-5.034 3.994v30.993h-8.112v-42.267h4.867c1.137 0 1.845.541 2.122 1.622l.624 4.244Zm51.605 37.066c-3.412 0-6.046-.957-7.905-2.87-1.83-1.914-2.745-4.646-2.745-8.196v-25.293h-4.909c-.472 0-.874-.139-1.207-.416-.305-.305-.457-.749-.457-1.331v-3.287l6.864-.957 1.83-12.605c.111-.471.319-.832.624-1.081.333-.278.749-.416 1.248-.416h4.119v14.186h11.981v5.907h-11.981v24.752c0 1.665.402 2.913 1.206 3.745.832.804 1.886 1.206 3.162 1.206.749 0 1.387-.097 1.914-.291a8.573 8.573 0 0 0 1.414-.624c.388-.25.721-.472.998-.666.278-.194.527-.291.749-.291.278 0 .486.069.624.208.167.111.333.305.5.582l2.412 3.911c-1.331 1.22-2.912 2.163-4.742 2.829-1.831.665-3.73.998-5.699.998Zm44.668-26.5c0-1.608-.235-3.092-.707-4.451-.443-1.359-1.109-2.538-1.997-3.536a9.18 9.18 0 0 0-3.244-2.33c-1.276-.554-2.746-.832-4.41-.832-3.411 0-6.102.985-8.071 2.954-1.941 1.969-3.175 4.701-3.702 8.195h22.131Zm6.698 19.802a16.403 16.403 0 0 1-3.453 3.037 20.66 20.66 0 0 1-4.16 2.039c-1.47.527-2.995.915-4.576 1.165a29.13 29.13 0 0 1-4.618.374c-2.912 0-5.616-.485-8.112-1.456a18.62 18.62 0 0 1-6.448-4.327c-1.803-1.913-3.217-4.271-4.243-7.072-.999-2.829-1.498-6.073-1.498-9.734 0-2.94.458-5.672 1.373-8.196.915-2.551 2.219-4.77 3.911-6.656 1.719-1.886 3.813-3.37 6.281-4.451 2.469-1.082 5.242-1.623 8.32-1.623 2.58 0 4.951.43 7.114 1.29 2.191.832 4.077 2.052 5.658 3.661 1.581 1.608 2.815 3.591 3.702 5.949.916 2.357 1.373 5.047 1.373 8.07 0 1.248-.138 2.094-.416 2.538-.277.416-.79.624-1.539.624h-27.706c.083 2.524.444 4.729 1.081 6.615.638 1.858 1.512 3.411 2.621 4.659a10.667 10.667 0 0 0 4.036 2.787c1.553.61 3.286.915 5.2.915 1.802 0 3.355-.208 4.659-.624 1.331-.416 2.468-.859 3.411-1.331a27.558 27.558 0 0 0 2.413-1.373c.666-.416 1.248-.624 1.747-.624.666 0 1.179.25 1.54.749l2.329 2.995Zm16.998-28.122c1.359-2.773 2.995-4.95 4.909-6.531 1.914-1.581 4.216-2.371 6.906-2.371.915 0 1.775.111 2.579.332.832.195 1.553.5 2.163.916l-.541 6.115c-.194.749-.651 1.123-1.372 1.123-.389 0-.971-.069-1.748-.208a11.92 11.92 0 0 0-2.496-.249c-1.303 0-2.454.194-3.453.582a7.866 7.866 0 0 0-2.704 1.664c-.776.721-1.47 1.622-2.08 2.704-.61 1.054-1.178 2.26-1.705 3.619v26.459h-8.112v-42.267h4.659c.887 0 1.484.166 1.789.499.332.305.568.86.707 1.664l.499 5.949Zm31.301-8.112v42.267h-8.112v-42.267h8.112Zm1.54-13.063c0 .749-.153 1.47-.458 2.164a6.12 6.12 0 0 1-1.248 1.788c-.499.5-1.095.902-1.789 1.207a5.776 5.776 0 0 1-2.163.416 5.47 5.47 0 0 1-2.122-.416 6.525 6.525 0 0 1-1.788-1.207 6.54 6.54 0 0 1-1.207-1.788 5.785 5.785 0 0 1-.416-2.164c0-.776.139-1.497.416-2.163a5.795 5.795 0 0 1 1.207-1.789 5.493 5.493 0 0 1 1.788-1.206 5.036 5.036 0 0 1 2.122-.458c.749 0 1.47.153 2.163.458.694.277 1.29.679 1.789 1.206a5.466 5.466 0 0 1 1.248 1.789c.305.666.458 1.387.458 2.163Zm28.219 12.397c3.106 0 5.907.513 8.403 1.54 2.524.998 4.659 2.454 6.407 4.368 1.775 1.886 3.134 4.174 4.077 6.864.943 2.662 1.414 5.658 1.414 8.986 0 3.328-.471 6.337-1.414 9.027-.943 2.69-2.302 4.978-4.077 6.864-1.748 1.886-3.883 3.342-6.407 4.368-2.496.999-5.297 1.498-8.403 1.498-3.134 0-5.963-.499-8.487-1.498-2.496-1.026-4.631-2.482-6.406-4.368-1.775-1.886-3.148-4.174-4.119-6.864-.943-2.69-1.414-5.699-1.414-9.027 0-3.328.471-6.324 1.414-8.986.971-2.69 2.344-4.978 4.119-6.864 1.775-1.914 3.91-3.37 6.406-4.368 2.524-1.027 5.353-1.54 8.487-1.54Zm0 37.192c3.993 0 6.975-1.345 8.944-4.036 1.969-2.69 2.954-6.476 2.954-11.357 0-4.881-.985-8.667-2.954-11.357-1.969-2.718-4.951-4.077-8.944-4.077-4.049 0-7.072 1.359-9.069 4.077-1.969 2.69-2.954 6.476-2.954 11.357 0 4.881.985 8.667 2.954 11.357 1.997 2.691 5.02 4.036 9.069 4.036Zm37.011-28.414c1.359-2.773 2.995-4.95 4.909-6.531 1.913-1.581 4.215-2.371 6.906-2.371.915 0 1.775.111 2.579.332.832.195 1.553.5 2.163.916l-.541 6.115c-.194.749-.651 1.123-1.373 1.123-.388 0-.97-.069-1.747-.208a11.92 11.92 0 0 0-2.496-.249c-1.303 0-2.454.194-3.453.582-.998.361-1.9.915-2.704 1.664-.776.721-1.47 1.622-2.08 2.704-.61 1.054-1.179 2.26-1.705 3.619v26.459H618.7v-42.267h4.66c.887 0 1.483.166 1.788.499.333.305.569.86.708 1.664l.499 5.949Zm95.861 4.285c0 4.465-.721 8.528-2.163 12.189-1.414 3.661-3.425 6.809-6.032 9.444-2.607 2.607-5.727 4.631-9.36 6.073-3.633 1.442-7.669 2.164-12.106 2.164H670.09v-59.739h22.465c4.437 0 8.473.721 12.106 2.163 3.633 1.442 6.753 3.481 9.36 6.115 2.607 2.607 4.618 5.755 6.032 9.444 1.442 3.661 2.163 7.71 2.163 12.147Zm-9.069 0c0-3.55-.485-6.725-1.456-9.527-.97-2.828-2.357-5.213-4.16-7.155-1.775-1.969-3.938-3.467-6.489-4.493-2.524-1.026-5.353-1.539-8.487-1.539h-13.562v45.428h13.562c3.134 0 5.963-.513 8.487-1.539 2.551-1.026 4.714-2.51 6.489-4.451 1.803-1.969 3.19-4.355 4.16-7.156.971-2.801 1.456-5.99 1.456-9.568Zm46.003 4.035c0-1.608-.236-3.092-.707-4.451-.444-1.359-1.109-2.538-1.997-3.536a9.176 9.176 0 0 0-3.245-2.33c-1.276-.554-2.745-.832-4.409-.832-3.412 0-6.102.985-8.071 2.954-1.941 1.969-3.176 4.701-3.703 8.195h22.132Zm6.698 19.802a16.428 16.428 0 0 1-3.453 3.037 20.66 20.66 0 0 1-4.16 2.039c-1.47.527-2.995.915-4.576 1.165a29.14 29.14 0 0 1-4.618.374c-2.912 0-5.616-.485-8.112-1.456a18.61 18.61 0 0 1-6.448-4.327c-1.803-1.913-3.217-4.271-4.243-7.072-.999-2.829-1.498-6.073-1.498-9.734 0-2.94.458-5.672 1.373-8.196.915-2.551 2.218-4.77 3.91-6.656 1.72-1.886 3.814-3.37 6.282-4.451 2.468-1.082 5.242-1.623 8.32-1.623 2.579 0 4.951.43 7.114 1.29 2.191.832 4.077 2.052 5.658 3.661 1.58 1.608 2.815 3.591 3.702 5.949.915 2.357 1.373 5.047 1.373 8.07 0 1.248-.139 2.094-.416 2.538-.277.416-.791.624-1.539.624H736.81c.084 2.524.444 4.729 1.082 6.615.638 1.858 1.512 3.411 2.621 4.659a10.671 10.671 0 0 0 4.035 2.787c1.553.61 3.287.915 5.2.915 1.803 0 3.356-.208 4.66-.624 1.331-.416 2.468-.859 3.411-1.331a27.558 27.558 0 0 0 2.413-1.373c.665-.416 1.248-.624 1.747-.624.666 0 1.179.25 1.539.749l2.33 2.995Zm34.262-28.954c-.222.361-.457.624-.707.791-.25.138-.569.208-.957.208-.444 0-.943-.153-1.498-.458a24.49 24.49 0 0 0-1.955-.998c-.749-.361-1.636-.694-2.662-.999-1.026-.305-2.247-.457-3.661-.457-1.165 0-2.233.152-3.203.457-.943.277-1.748.68-2.413 1.207a5.124 5.124 0 0 0-1.539 1.83 4.79 4.79 0 0 0-.541 2.246c0 1.054.305 1.928.915 2.621.638.694 1.456 1.29 2.454 1.789 1.027.499 2.178.957 3.453 1.373 1.304.388 2.621.804 3.952 1.248a37.72 37.72 0 0 1 3.952 1.539 13.109 13.109 0 0 1 3.453 2.122 9.338 9.338 0 0 1 2.455 3.037c.638 1.192.957 2.648.957 4.368 0 1.969-.361 3.799-1.082 5.491a11.693 11.693 0 0 1-3.12 4.327c-1.359 1.22-3.051 2.177-5.075 2.87-2.025.693-4.341 1.04-6.948 1.04-2.912 0-5.602-.485-8.07-1.456-2.469-.971-4.535-2.205-6.199-3.702l1.914-3.12c.222-.389.499-.68.832-.874.333-.222.776-.333 1.331-.333.527 0 1.068.194 1.622.583.555.388 1.221.818 1.997 1.289.777.444 1.72.86 2.829 1.248 1.11.361 2.496.541 4.16.541 1.387 0 2.593-.166 3.62-.499 1.026-.361 1.872-.832 2.537-1.415.694-.61 1.207-1.303 1.539-2.08.333-.776.5-1.594.5-2.454 0-1.109-.319-2.025-.957-2.746-.61-.749-1.428-1.386-2.455-1.913-.998-.527-2.149-.985-3.453-1.373a167.449 167.449 0 0 1-3.993-1.248 40.889 40.889 0 0 1-3.994-1.54 14.094 14.094 0 0 1-3.494-2.204c-.999-.888-1.817-1.969-2.455-3.245-.61-1.276-.915-2.829-.915-4.66 0-1.636.333-3.203.998-4.7a12.034 12.034 0 0 1 2.954-3.953c1.304-1.137 2.898-2.038 4.784-2.704 1.914-.693 4.091-1.04 6.531-1.04 2.802 0 5.325.444 7.572 1.332 2.274.887 4.215 2.107 5.824 3.661l-1.789 2.953Zm19.725-7.28v42.267h-8.112v-42.267h8.112Zm1.539-13.063c0 .749-.153 1.47-.458 2.164a6.12 6.12 0 0 1-1.248 1.788 5.79 5.79 0 0 1-1.788 1.207 5.785 5.785 0 0 1-2.164.416 5.46 5.46 0 0 1-2.121-.416 6.53 6.53 0 0 1-1.789-1.207 6.562 6.562 0 0 1-1.207-1.788 5.785 5.785 0 0 1-.416-2.164c0-.776.139-1.497.416-2.163a5.813 5.813 0 0 1 1.207-1.789 5.498 5.498 0 0 1 1.789-1.206 5.028 5.028 0 0 1 2.121-.458c.749 0 1.47.153 2.164.458a4.97 4.97 0 0 1 1.788 1.206 5.466 5.466 0 0 1 1.248 1.789c.305.666.458 1.387.458 2.163Zm25.057 34.238c1.443 0 2.704-.194 3.786-.583 1.109-.388 2.025-.929 2.746-1.622a6.683 6.683 0 0 0 1.664-2.579c.388-.999.582-2.094.582-3.287 0-2.44-.749-4.382-2.246-5.824-1.47-1.47-3.647-2.205-6.532-2.205-2.856 0-5.033.735-6.531 2.205-1.47 1.442-2.205 3.384-2.205 5.824 0 1.193.18 2.288.541 3.287.388.97.943 1.816 1.664 2.537.749.694 1.664 1.248 2.746 1.664 1.109.389 2.371.583 3.785.583Zm12.938 23.296c0-.998-.277-1.788-.832-2.371-.554-.61-1.317-1.082-2.288-1.414-.943-.361-2.052-.61-3.328-.749a57.355 57.355 0 0 0-4.035-.375 197.912 197.912 0 0 0-4.285-.208 49.549 49.549 0 0 1-4.243-.416c-1.443.722-2.635 1.595-3.578 2.621-.915 1.026-1.373 2.233-1.373 3.62 0 .887.222 1.719.666 2.496.471.776 1.178 1.442 2.121 1.996.971.583 2.178 1.027 3.62 1.332 1.47.333 3.217.499 5.241.499 1.997 0 3.758-.18 5.284-.541 1.525-.333 2.801-.818 3.827-1.456 1.054-.61 1.844-1.345 2.371-2.205a5.11 5.11 0 0 0 .832-2.829Zm8.237-42.89v3.037c0 .998-.624 1.622-1.872 1.872l-4.534.665c.388.86.693 1.775.915 2.746.222.943.333 1.941.333 2.995 0 2.08-.402 3.966-1.207 5.658a12.864 12.864 0 0 1-3.328 4.285c-1.414 1.192-3.106 2.108-5.075 2.746-1.941.637-4.077.956-6.407.956-1.913 0-3.702-.208-5.366-.624-.832.5-1.47 1.054-1.914 1.664-.416.583-.624 1.165-.624 1.748 0 .97.402 1.691 1.207 2.163.832.471 1.899.818 3.203 1.04 1.331.194 2.843.319 4.534.374 1.72.056 3.453.153 5.201.292 1.774.11 3.508.332 5.2.665 1.719.305 3.231.818 4.534 1.539a8.315 8.315 0 0 1 3.203 2.912c.832 1.221 1.248 2.815 1.248 4.785 0 1.83-.457 3.605-1.372 5.324-.888 1.72-2.191 3.245-3.911 4.577-1.719 1.331-3.813 2.399-6.282 3.203-2.468.804-5.269 1.206-8.403 1.206-3.134 0-5.866-.305-8.195-.915-2.302-.61-4.23-1.428-5.783-2.454-1.525-1.027-2.676-2.219-3.453-3.578-.749-1.359-1.123-2.773-1.123-4.243 0-2.053.638-3.786 1.914-5.201 1.275-1.442 3.037-2.565 5.283-3.369-1.22-.555-2.191-1.304-2.912-2.247-.721-.97-1.082-2.246-1.082-3.827 0-.61.111-1.234.333-1.872a7.67 7.67 0 0 1 .999-1.955 10.72 10.72 0 0 1 1.705-1.872 13.51 13.51 0 0 1 2.371-1.581c-2.08-1.165-3.716-2.704-4.909-4.618-1.192-1.941-1.788-4.201-1.788-6.781 0-2.08.402-3.952 1.206-5.616a12.877 12.877 0 0 1 3.328-4.285c1.442-1.192 3.148-2.107 5.117-2.745 1.997-.638 4.174-.957 6.531-.957 3.661 0 6.809.762 9.444 2.288h11.731Zm15.057 4.285a28.713 28.713 0 0 1 2.87-2.663 17.523 17.523 0 0 1 3.162-2.038 16.102 16.102 0 0 1 3.619-1.331 16.75 16.75 0 0 1 4.16-.5c2.33 0 4.368.389 6.115 1.165 1.775.777 3.259 1.872 4.452 3.287 1.192 1.386 2.094 3.064 2.704 5.033.61 1.97.915 4.147.915 6.532v26.916h-8.154v-26.916c0-3.023-.693-5.367-2.08-7.031-1.387-1.692-3.508-2.537-6.365-2.537-2.08 0-4.035.499-5.866 1.497-1.802.971-3.48 2.302-5.033 3.994v30.993h-8.112v-42.267h4.867c1.137 0 1.844.541 2.122 1.622l.624 4.244Zm92.561-13.604c-.277.472-.568.818-.873 1.04-.305.222-.693.333-1.165.333-.499 0-1.068-.222-1.706-.666-.637-.471-1.442-.984-2.412-1.539-.943-.582-2.081-1.095-3.412-1.539-1.331-.471-2.926-.707-4.784-.707-1.747 0-3.286.236-4.618.707-1.303.444-2.399 1.068-3.286 1.872a7.809 7.809 0 0 0-2.038 2.787c-.444 1.054-.666 2.205-.666 3.453 0 1.609.402 2.94 1.206 3.994.832 1.054 1.914 1.955 3.245 2.704 1.331.749 2.843 1.4 4.535 1.955 1.692.555 3.425 1.137 5.2 1.747a49.346 49.346 0 0 1 5.2 2.039 17.963 17.963 0 0 1 4.534 2.954c1.332 1.164 2.399 2.606 3.204 4.326.832 1.692 1.248 3.772 1.248 6.24 0 2.635-.458 5.103-1.373 7.405a17.158 17.158 0 0 1-3.911 6.032c-1.719 1.72-3.841 3.079-6.364 4.077-2.497.971-5.339 1.456-8.529 1.456-1.913 0-3.771-.194-5.574-.582a27.392 27.392 0 0 1-5.117-1.54 28.445 28.445 0 0 1-4.535-2.454 23.54 23.54 0 0 1-3.744-3.245l2.538-4.243c.25-.333.541-.61.874-.832.36-.222.762-.333 1.206-.333.582 0 1.248.305 1.997.915.776.61 1.719 1.29 2.829 2.039 1.137.721 2.482 1.386 4.035 1.997 1.581.61 3.494.915 5.741.915 1.83 0 3.467-.236 4.909-.707 1.442-.5 2.648-1.193 3.619-2.08a9.126 9.126 0 0 0 2.288-3.287c.527-1.276.791-2.69.791-4.243 0-1.747-.403-3.176-1.207-4.285s-1.872-2.039-3.203-2.787c-1.331-.749-2.843-1.387-4.535-1.914l-5.2-1.622a56.025 56.025 0 0 1-5.2-1.997 17.15 17.15 0 0 1-4.534-2.912c-1.332-1.221-2.399-2.732-3.204-4.535-.804-1.83-1.206-4.077-1.206-6.739 0-2.136.416-4.202 1.248-6.199a15.617 15.617 0 0 1 3.619-5.283c1.609-1.553 3.578-2.787 5.908-3.703 2.329-.942 4.992-1.414 7.987-1.414 3.356 0 6.434.541 9.235 1.622 2.829 1.054 5.284 2.58 7.364 4.577l-2.164 4.201Zm24.044 50.67c-3.411 0-6.046-.957-7.904-2.87-1.83-1.914-2.745-4.646-2.745-8.196v-25.293h-4.909c-.472 0-.874-.139-1.207-.416-.305-.305-.457-.749-.457-1.331v-3.287l6.864-.957 1.83-12.605c.111-.471.319-.832.624-1.081.333-.278.749-.416 1.248-.416h4.119v14.186h11.979v5.907h-11.979v24.752c0 1.665.402 2.913 1.206 3.745.832.804 1.886 1.206 3.163 1.206.75 0 1.39-.097 1.91-.291a8.505 8.505 0 0 0 1.42-.624c.39-.25.72-.472 1-.666.27-.194.52-.291.74-.291.28 0 .49.069.63.208.16.111.33.305.5.582l2.41 3.911c-1.33 1.22-2.91 2.163-4.74 2.829-1.83.665-3.73.998-5.702.998Zm52.072-42.932v42.267h-4.87c-1.11 0-1.83-.541-2.16-1.623l-.59-4.243c-.91.97-1.87 1.858-2.87 2.662-1 .805-2.06 1.498-3.2 2.08-1.14.555-2.34.985-3.62 1.29-1.28.333-2.65.499-4.12.499-2.33 0-4.38-.388-6.15-1.165-1.75-.776-3.22-1.858-4.41-3.245-1.2-1.414-2.1-3.106-2.71-5.075-.61-1.969-.91-4.146-.91-6.531v-26.916h8.15v26.916c0 3.023.69 5.38 2.08 7.072 1.39 1.664 3.51 2.496 6.36 2.496 2.09 0 4.03-.485 5.83-1.456 1.8-.998 3.49-2.357 5.07-4.077v-30.951h8.12Zm38.57 10.234c-1.33-1.747-2.78-2.968-4.33-3.661-1.52-.693-3.24-1.04-5.16-1.04-3.71 0-6.6 1.345-8.65 4.035-2.02 2.663-3.04 6.559-3.04 11.69 0 2.69.23 4.992.67 6.906.47 1.886 1.14 3.439 2 4.659.88 1.193 1.97 2.08 3.24 2.663 1.28.554 2.72.832 4.33.832 2.35 0 4.39-.527 6.11-1.581 1.72-1.054 3.33-2.538 4.83-4.452V311.05Zm8.15-29.37v61.403h-4.91c-1.13 0-1.84-.541-2.12-1.623l-.71-4.867c-1.8 2.135-3.85 3.855-6.15 5.158-2.28 1.276-4.91 1.914-7.91 1.914-2.41 0-4.6-.472-6.57-1.414-1.94-.943-3.61-2.316-4.99-4.119-1.39-1.83-2.46-4.091-3.21-6.781-.74-2.69-1.12-5.782-1.12-9.277 0-3.134.42-6.046 1.25-8.736.83-2.69 2.04-5.02 3.62-6.989a16.813 16.813 0 0 1 5.74-4.618c2.25-1.137 4.78-1.705 7.61-1.705 2.55 0 4.72.416 6.49 1.248 1.81.832 3.41 2.01 4.83 3.536v-23.13h8.15Zm19.81 19.136v42.267h-8.12v-42.267h8.12Zm1.54-13.063c0 .749-.16 1.47-.46 2.164a6.165 6.165 0 0 1-1.25 1.788c-.5.5-1.1.902-1.79 1.207-.69.277-1.41.416-2.16.416-.75 0-1.46-.139-2.12-.416a6.373 6.373 0 0 1-1.79-1.207c-.5-.527-.9-1.123-1.21-1.788a5.73 5.73 0 0 1-.42-2.164c0-.776.14-1.497.42-2.163.31-.693.71-1.29 1.21-1.789a5.388 5.388 0 0 1 1.79-1.206 5.004 5.004 0 0 1 2.12-.458c.75 0 1.47.153 2.16.458.69.277 1.29.679 1.79 1.206.53.499.94 1.096 1.25 1.789.3.666.46 1.387.46 2.163Zm28.21 12.397c3.11 0 5.91.513 8.41 1.54 2.52.998 4.66 2.454 6.4 4.368 1.78 1.886 3.14 4.174 4.08 6.864.94 2.662 1.42 5.658 1.42 8.986 0 3.328-.48 6.337-1.42 9.027-.94 2.69-2.3 4.978-4.08 6.864-1.74 1.886-3.88 3.342-6.4 4.368-2.5.999-5.3 1.498-8.41 1.498-3.13 0-5.96-.499-8.48-1.498-2.5-1.026-4.63-2.482-6.41-4.368-1.77-1.886-3.15-4.174-4.12-6.864-.94-2.69-1.41-5.699-1.41-9.027 0-3.328.47-6.324 1.41-8.986.97-2.69 2.35-4.978 4.12-6.864 1.78-1.914 3.91-3.37 6.41-4.368 2.52-1.027 5.35-1.54 8.48-1.54Zm0 37.192c4 0 6.98-1.345 8.95-4.036 1.97-2.69 2.95-6.476 2.95-11.357 0-4.881-.98-8.667-2.95-11.357-1.97-2.718-4.95-4.077-8.95-4.077-4.04 0-7.07 1.359-9.06 4.077-1.97 2.69-2.96 6.476-2.96 11.357 0 4.881.99 8.667 2.96 11.357 1.99 2.691 5.02 4.036 9.06 4.036Z\" fill=\"#8F8A8A\"/><defs><linearGradient id=\"a\" x1=\"90.196\" y1=\"7.247\" x2=\"570.019\" y2=\"487.071\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFC000\"/><stop offset=\".47\" stop-color=\"#FF3490\"/><stop offset=\".51\" stop-color=\"#F43694\"/><stop offset=\".59\" stop-color=\"#D73EA1\"/><stop offset=\".7\" stop-color=\"#A94BB5\"/><stop offset=\".82\" stop-color=\"#695DD1\"/><stop offset=\".96\" stop-color=\"#1873F4\"/><stop offset=\"1\" stop-color=\"#007AFF\"/></linearGradient><linearGradient id=\"b\" x1=\"222.544\" y1=\"532.884\" x2=\"-42.045\" y2=\"268.551\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFC000\"/><stop offset=\".47\" stop-color=\"#FF3490\"/><stop offset=\".51\" stop-color=\"#F43694\"/><stop offset=\".59\" stop-color=\"#D73EA1\"/><stop offset=\".7\" stop-color=\"#A94BB5\"/><stop offset=\".82\" stop-color=\"#695DD1\"/><stop offset=\".96\" stop-color=\"#1873F4\"/><stop offset=\"1\" stop-color=\"#007AFF\"/></linearGradient><linearGradient id=\"c\" x1=\"337.419\" y1=\"369.147\" x2=\"73.103\" y2=\"104.831\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFC000\"/><stop offset=\".47\" stop-color=\"#FF3490\"/><stop offset=\".51\" stop-color=\"#F43694\"/><stop offset=\".59\" stop-color=\"#D73EA1\"/><stop offset=\".7\" stop-color=\"#A94BB5\"/><stop offset=\".82\" stop-color=\"#695DD1\"/><stop offset=\".96\" stop-color=\"#1873F4\"/><stop offset=\"1\" stop-color=\"#007AFF\"/></linearGradient><linearGradient id=\"d\" x1=\"52.661\" y1=\"363.636\" x2=\"104.743\" y2=\"251.789\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#B3EF74\"/><stop offset=\".37\" stop-color=\"#00BB90\"/><stop offset=\".48\" stop-color=\"#00B093\"/><stop offset=\".68\" stop-color=\"#00949E\"/><stop offset=\".93\" stop-color=\"#0066AE\"/><stop offset=\"1\" stop-color=\"#0057B4\"/></linearGradient></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7vz46x\",layoutDependency:layoutDependency,layoutId:\"sgLylDjedWOUXaFpVE\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3df97931-01f9-4330-b69d-61f80ada9a51, rgb(135, 135, 135)))\"},children:\"Copyright \\xa9 2024 - All rights reserved.\"})}),className:\"framer-t2a76t\",fonts:[\"FS;Outfit-regular\"],layoutDependency:layoutDependency,layoutId:\"mqF1ucqVX\",style:{\"--extracted-r6o4lv\":\"var(--token-3df97931-01f9-4330-b69d-61f80ada9a51, rgb(135, 135, 135))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0V3Sg.framer-i8zbsr, .framer-0V3Sg .framer-i8zbsr { display: block; }\",\".framer-0V3Sg.framer-1qmi6pd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 30px 20px 30px; position: relative; width: 1340px; }\",\".framer-0V3Sg .framer-1ya7jq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1340px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0V3Sg .framer-1ab9z2r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-0V3Sg .framer-yv7g3v { aspect-ratio: 3.4902912621359223 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 70px); position: relative; width: 244px; }\",\".framer-0V3Sg .framer-7vz46x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-end; padding: 0px; position: relative; width: min-content; }\",\".framer-0V3Sg .framer-t2a76t { flex: none; height: auto; max-width: 400px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0V3Sg.framer-1qmi6pd, .framer-0V3Sg .framer-1ab9z2r, .framer-0V3Sg .framer-7vz46x { gap: 0px; } .framer-0V3Sg.framer-1qmi6pd > *, .framer-0V3Sg .framer-1ab9z2r > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0V3Sg.framer-1qmi6pd > :first-child, .framer-0V3Sg .framer-1ab9z2r > :first-child, .framer-0V3Sg .framer-7vz46x > :first-child { margin-left: 0px; } .framer-0V3Sg.framer-1qmi6pd > :last-child, .framer-0V3Sg .framer-1ab9z2r > :last-child, .framer-0V3Sg .framer-7vz46x > :last-child { margin-right: 0px; } .framer-0V3Sg .framer-7vz46x > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } }\",\".framer-0V3Sg.framer-v-hnclaa.framer-1qmi6pd { width: 400px; }\",\".framer-0V3Sg.framer-v-hnclaa .framer-1ya7jq { flex-direction: column; gap: 20px; justify-content: center; }\",\".framer-0V3Sg.framer-v-hnclaa .framer-7vz46x { justify-content: center; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0V3Sg.framer-v-hnclaa .framer-1ya7jq { gap: 0px; } .framer-0V3Sg.framer-v-hnclaa .framer-1ya7jq > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-0V3Sg.framer-v-hnclaa .framer-1ya7jq > :first-child { margin-top: 0px; } .framer-0V3Sg.framer-v-hnclaa .framer-1ya7jq > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 110\n * @framerIntrinsicWidth 1340\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HPbAQcYkw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjGCl2kdOb=withCSS(Component,css,\"framer-0V3Sg\");export default FramerjGCl2kdOb;FramerjGCl2kdOb.displayName=\"FF/Footer\";FramerjGCl2kdOb.defaultProps={height:110,width:1340};addPropertyControls(FramerjGCl2kdOb,{variant:{options:[\"sgLylDjed\",\"HPbAQcYkw\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerjGCl2kdOb,[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/RPEPC24XXAVK6EWUOKWQUPTOZQR35AS2/BVWMEQ5ZCLZP2VOXOHXQDCZADXNFBXUF/5REHZLR2B5PQAKMITIQJK6BDK34RDHS4.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjGCl2kdOb\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"110\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1340\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HPbAQcYkw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jGCl2kdOb.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "newTab", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "BIE3FC9Se", "REByWnPuB", "pY75j3bWy", "jqv72vIi5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapgsok5x", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "Link", "css", "FramerEPzvs3oys", "withCSS", "EPzvs3oys_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "FeatherFonts", "getFonts", "Icon", "FFHeaderLinkFonts", "EPzvs3oys_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "QgWDQPEgT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClick1w31upo", "args", "onClick2rfbaz", "jqv72vIi51cwf1o0", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "SVG", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "Framerdvw9tgV0e", "withCSS", "dvw9tgV0e_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "QgWDQPEgTdvw9tgV0e", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "SVG", "RichText2", "css", "FramerjGCl2kdOb", "withCSS", "jGCl2kdOb_default", "addPropertyControls", "ControlType", "addFonts"]
}
