{
  "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/zTIIp53PQyt3KXn4orMg/00U7OvfEbmy7C8GbV9wQ/I6F5bjvel.js", "ssg:https://framerusercontent.com/modules/2WH1NMlfdYBM8EqnM1S0/DD4Wmb77dR7ecgptTMm2/eyiGiIALg.js", "ssg:https://framerusercontent.com/modules/fa3Mt80JmVCgKtoXBK9k/dTFcfxw5PNLIDXtWGYGe/aLSFOYgH8.js", "ssg:https://framerusercontent.com/modules/oDKsj33hmPq28UsJnMPJ/dh6EPCriktIphpdp2dDT/I7CGg0kFS.js", "ssg:https://framerusercontent.com/modules/2sOnsjFOek0z4jABx3RC/wlrteHzIVnZgB3uUS6it/FQ0TsWTlZ.js", "ssg:https://framerusercontent.com/modules/jgcQ3LqAadC4IPU5jEfa/77LYhUiHcfLV6hOSrTeN/uu2eSW2kB.js", "ssg:https://framerusercontent.com/modules/hgxapImm486Y7UWPyPXS/ur96g4RiLUrofUO5425G/xtCgUl9bh.js", "ssg:https://framerusercontent.com/modules/wF2Qd9cmlbLXM7XFlHdP/uRcs87KJQGKax6MX1C1W/KPN0GTeyW.js", "ssg:https://framerusercontent.com/modules/wfJ9nQr53BJzBbucK3ZU/ftrpOVIbEVLAoos07mdl/hl4gWPiLi.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 (4d22d44)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,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\";const FeatherFonts=getFonts(Feather);const enabledGestures={A7F500Zy6:{hover:true},aYknvbZzM:{hover:true},je0akco2M:{hover:true},OdCKiqY5l:{hover:true}};const cycleOrder=[\"A7F500Zy6\",\"OdCKiqY5l\",\"aYknvbZzM\",\"je0akco2M\",\"adz64wLDB\",\"ZwwBHDhd5\"];const serializationHash=\"framer-OWEzQ\";const variantClassNames={A7F500Zy6:\"framer-v-jee8g3\",adz64wLDB:\"framer-v-1s47pby\",aYknvbZzM:\"framer-v-ytnn12\",je0akco2M:\"framer-v-1uxltom\",OdCKiqY5l:\"framer-v-t1sxv4\",ZwwBHDhd5:\"framer-v-sss4ke\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Button 1\":\"A7F500Zy6\",\"Button 2\":\"OdCKiqY5l\",\"Button 3 fill\":\"aYknvbZzM\",\"Button 4\":\"je0akco2M\",\"Variant 5\":\"adz64wLDB\",\"Variant 6\":\"ZwwBHDhd5\"};const getProps=({color,height,id,link,newTab,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,EOLgRAUsm:tap!==null&&tap!==void 0?tap:props.EOLgRAUsm,TvEf4cvFp:(_ref=color!==null&&color!==void 0?color:props.TvEf4cvFp)!==null&&_ref!==void 0?_ref:\"rgb(255, 255, 255)\",U28lVufvI:newTab!==null&&newTab!==void 0?newTab:props.U28lVufvI,v3JSwrsuH:link!==null&&link!==void 0?link:props.v3JSwrsuH,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"A7F500Zy6\",wPzyGTYgf:(_ref2=title!==null&&title!==void 0?title:props.wPzyGTYgf)!==null&&_ref2!==void 0?_ref2:\"SELL WITH US\"};};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,wPzyGTYgf,v3JSwrsuH,EOLgRAUsm,U28lVufvI,TvEf4cvFp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"A7F500Zy6\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapd2j7jk=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(EOLgRAUsm){const res=await EOLgRAUsm(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"je0akco2M-hover\")return true;if([\"je0akco2M\",\"adz64wLDB\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"adz64wLDB\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({je0akco2M:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:v3JSwrsuH,nodeId:\"A7F500Zy6\",openInNewTab:U28lVufvI,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-jee8g3\",className,classNames)} framer-1dnhh19`,\"data-border\":true,\"data-framer-name\":\"Button 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"A7F500Zy6\",onTap:onTapd2j7jk,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\",...style},variants:{\"aYknvbZzM-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},\"je0akco2M-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},adz64wLDB:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},aYknvbZzM:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 2px 8px 0px rgba(0,0,0,0.25)\"},je0akco2M:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},OdCKiqY5l:{\"--border-color\":\"rgb(0, 0, 0)\"},ZwwBHDhd5:{\"--border-color\":\"var(--token-f6e305dc-5079-4174-ba68-8ee36a5f5742, rgb(102, 102, 102))\"}},...addPropertyOverrides({\"A7F500Zy6-hover\":{\"data-framer-name\":undefined},\"aYknvbZzM-hover\":{\"data-framer-name\":undefined},\"je0akco2M-hover\":{\"data-framer-name\":undefined},\"OdCKiqY5l-hover\":{\"data-framer-name\":undefined},adz64wLDB:{\"data-framer-name\":\"Variant 5\"},aYknvbZzM:{\"data-framer-name\":\"Button 3 fill\"},je0akco2M:{\"data-framer-name\":\"Button 4\"},OdCKiqY5l:{\"data-framer-name\":\"Button 2\"},ZwwBHDhd5:{\"data-framer-name\":\"Variant 6\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ow85v9-container\",layoutDependency:layoutDependency,layoutId:\"rwGKiRZ5m-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"share\",id:\"rwGKiRZ5m\",layoutId:\"rwGKiRZ5m\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({adz64wLDB:{color:TvEf4cvFp,iconSelection:\"x\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmFsZXdheS01MDA=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"SELL WITH US\"})}),className:\"framer-162onzf\",fonts:[\"GF;Raleway-500\"],layoutDependency:layoutDependency,layoutId:\"o4NiV3sVv\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:wPzyGTYgf,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"A7F500Zy6-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmFsZXdheS01MDA=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\"},children:\"SELL WITH US\"})})},\"aYknvbZzM-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmFsZXdheS01MDA=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"SELL WITH US\"})})},\"OdCKiqY5l-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmFsZXdheS01MDA=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"SELL WITH US\"})})},aYknvbZzM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmFsZXdheS01MDA=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\"},children:\"SELL WITH US\"})})},je0akco2M:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmFsZXdheS01MDA=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\"},children:\"SELL WITH US\"})})},OdCKiqY5l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmFsZXdheS01MDA=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\"},children:\"SELL WITH US\"})})},ZwwBHDhd5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmFsZXdheS01MDA=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"7px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\"},children:\"SELL WITH US\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m69ena\",layoutDependency:layoutDependency,layoutId:\"mSdj3dNRf\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},variants:{\"A7F500Zy6-hover\":{opacity:1},\"aYknvbZzM-hover\":{backgroundColor:\"rgb(0, 0, 0)\",opacity:1},\"je0akco2M-hover\":{opacity:1},\"OdCKiqY5l-hover\":{opacity:1},adz64wLDB:{backgroundColor:\"rgb(0, 0, 0)\"},je0akco2M:{backgroundColor:\"rgb(0, 0, 0)\"},OdCKiqY5l:{backgroundColor:\"rgb(0, 0, 0)\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OWEzQ.framer-1dnhh19, .framer-OWEzQ .framer-1dnhh19 { display: block; }\",\".framer-OWEzQ.framer-jee8g3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-OWEzQ .framer-1ow85v9-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-OWEzQ .framer-162onzf { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; z-index: 1; }\",\".framer-OWEzQ .framer-m69ena { bottom: 0px; flex: none; left: calc(50.37593984962408% - 1px / 2); overflow: hidden; position: absolute; top: 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OWEzQ.framer-jee8g3 { gap: 0px; } .framer-OWEzQ.framer-jee8g3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-OWEzQ.framer-jee8g3 > :first-child { margin-left: 0px; } .framer-OWEzQ.framer-jee8g3 > :last-child { margin-right: 0px; } }\",\".framer-OWEzQ.framer-v-1uxltom.framer-jee8g3 { gap: 4px; padding: 4px; }\",\".framer-OWEzQ.framer-v-1uxltom .framer-m69ena, .framer-OWEzQ.framer-v-1s47pby .framer-m69ena { height: 2px; left: calc(49.640287769784194% - 1px / 2); top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OWEzQ.framer-v-1uxltom.framer-jee8g3 { gap: 0px; } .framer-OWEzQ.framer-v-1uxltom.framer-jee8g3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-OWEzQ.framer-v-1uxltom.framer-jee8g3 > :first-child { margin-left: 0px; } .framer-OWEzQ.framer-v-1uxltom.framer-jee8g3 > :last-child { margin-right: 0px; } }\",\".framer-OWEzQ.framer-v-1s47pby.framer-jee8g3 { gap: 4px; padding: 8px; }\",\".framer-OWEzQ.framer-v-1s47pby .framer-1ow85v9-container { height: 32px; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OWEzQ.framer-v-1s47pby.framer-jee8g3 { gap: 0px; } .framer-OWEzQ.framer-v-1s47pby.framer-jee8g3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-OWEzQ.framer-v-1s47pby.framer-jee8g3 > :first-child { margin-left: 0px; } .framer-OWEzQ.framer-v-1s47pby.framer-jee8g3 > :last-child { margin-right: 0px; } }\",\".framer-OWEzQ.framer-v-sss4ke.framer-jee8g3 { padding: 3px 8px 3px 8px; }\",\".framer-OWEzQ.framer-v-jee8g3.hover .framer-m69ena { left: -16px; right: -13px; width: unset; }\",\".framer-OWEzQ.framer-v-t1sxv4.hover .framer-m69ena { left: -12px; right: -6px; width: unset; }\",\".framer-OWEzQ.framer-v-ytnn12.hover .framer-m69ena { left: 0px; right: 0px; width: unset; }\",\".framer-OWEzQ.framer-v-1uxltom.hover .framer-m69ena { left: calc(49.640287769784194% - 131px / 2); top: unset; width: 131px; }\",'.framer-OWEzQ[data-border=\"true\"]::after, .framer-OWEzQ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 125.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"OdCKiqY5l\":{\"layout\":[\"auto\",\"auto\"]},\"aYknvbZzM\":{\"layout\":[\"auto\",\"auto\"]},\"je0akco2M\":{\"layout\":[\"auto\",\"auto\"]},\"adz64wLDB\":{\"layout\":[\"auto\",\"auto\"]},\"ZwwBHDhd5\":{\"layout\":[\"auto\",\"auto\"]},\"SRC_kqdCu\":{\"layout\":[\"auto\",\"auto\"]},\"A4cANbYUs\":{\"layout\":[\"auto\",\"auto\"]},\"bHRXE_DkE\":{\"layout\":[\"auto\",\"auto\"]},\"CFXXTv1cQ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"wPzyGTYgf\":\"title\",\"v3JSwrsuH\":\"link\",\"EOLgRAUsm\":\"tap\",\"U28lVufvI\":\"newTab\",\"TvEf4cvFp\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerI6F5bjvel=withCSS(Component,css,\"framer-OWEzQ\");export default FramerI6F5bjvel;FramerI6F5bjvel.displayName=\"Button\";FramerI6F5bjvel.defaultProps={height:44,width:125.5};addPropertyControls(FramerI6F5bjvel,{variant:{options:[\"A7F500Zy6\",\"OdCKiqY5l\",\"aYknvbZzM\",\"je0akco2M\",\"adz64wLDB\",\"ZwwBHDhd5\"],optionTitles:[\"Button 1\",\"Button 2\",\"Button 3 fill\",\"Button 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},wPzyGTYgf:{defaultValue:\"SELL WITH US\",displayTextArea:false,title:\"Title\",type:ControlType.String},v3JSwrsuH:{title:\"Link\",type:ControlType.Link},EOLgRAUsm:{title:\"Tap\",type:ControlType.EventHandler},U28lVufvI:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},TvEf4cvFp:{defaultValue:\"rgb(255, 255, 255)\",title:\"Color\",type:ControlType.Color}});addFonts(FramerI6F5bjvel,[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCKNLA3JC9c.woff2\",weight:\"500\"}]},...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerI6F5bjvel\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"wPzyGTYgf\\\":\\\"title\\\",\\\"v3JSwrsuH\\\":\\\"link\\\",\\\"EOLgRAUsm\\\":\\\"tap\\\",\\\"U28lVufvI\\\":\\\"newTab\\\",\\\"TvEf4cvFp\\\":\\\"color\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OdCKiqY5l\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aYknvbZzM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"je0akco2M\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"adz64wLDB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZwwBHDhd5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SRC_kqdCu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"A4cANbYUs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bHRXE_DkE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CFXXTv1cQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"44\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"125.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./I6F5bjvel.map", "// Generated by Framer (2b47498)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"w6QXfv4GI\",\"wLppg30zS\",\"MzJ7GvjHN\"];const serializationHash=\"framer-Dn9lh\";const variantClassNames={MzJ7GvjHN:\"framer-v-1lcgqy\",w6QXfv4GI:\"framer-v-aun7r9\",wLppg30zS:\"framer-v-aux2k0\"};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={duration:0,type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:500,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={\"Line IN\":\"wLppg30zS\",\"Line OUT\":\"MzJ7GvjHN\",Default:\"w6QXfv4GI\"};const getProps=({background,color,height,id,label,link,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2,_ref3;return{...props,ofmlkoiCE:(_ref=background!==null&&background!==void 0?background:props.ofmlkoiCE)!==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:\"w6QXfv4GI\",X4kGlDs4u:(_ref2=label!==null&&label!==void 0?label:props.X4kGlDs4u)!==null&&_ref2!==void 0?_ref2:\"UNDERLINE BUTTON\",XuDqACAuI:link!==null&&link!==void 0?link:props.XuDqACAuI,y6g9xO_01:(_ref3=color!==null&&color!==void 0?color:props.y6g9xO_01)!==null&&_ref3!==void 0?_ref3:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"};};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,X4kGlDs4u,XuDqACAuI,y6g9xO_01,ofmlkoiCE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"w6QXfv4GI\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1rovahc=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"wLppg30zS\");});const onMouseLeavekp5xta=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"MzJ7GvjHN\");});const onAppear1qskjv8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"w6QXfv4GI\"),350);});useOnVariantChange(baseVariant,{MzJ7GvjHN:onAppear1qskjv8});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({MzJ7GvjHN:{value:transition2},wLppg30zS:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:XuDqACAuI,nodeId:\"w6QXfv4GI\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-aun7r9\",className,classNames)} framer-1l27i72`,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"w6QXfv4GI\",onMouseEnter:onMouseEnter1rovahc,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({MzJ7GvjHN:{\"data-framer-name\":\"Line OUT\",onMouseEnter:undefined},wLppg30zS:{\"data-framer-name\":\"Line IN\",onMouseEnter:undefined,onMouseLeave:onMouseLeavekp5xta}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmFsZXdheS1tZWRpdW0=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-y6g9xO_01-eyiGiIALg))\"},children:\"UNDERLINE BUTTON\"})}),className:\"framer-kn071\",\"data-framer-name\":\"Label\",fonts:[\"FS;Raleway-medium\"],layoutDependency:layoutDependency,layoutId:\"BzsKVhHja\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-y6g9xO_01-eyiGiIALg)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-y6g9xO_01-eyiGiIALg\":y6g9xO_01},text:X4kGlDs4u,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ngbf97\",\"data-framer-name\":\"Underline Wrap\",layoutDependency:layoutDependency,layoutId:\"tOVvIXKue\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-91blc0\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"yuqjpQxoM\",style:{backgroundColor:ofmlkoiCE}})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Dn9lh.framer-1l27i72, .framer-Dn9lh .framer-1l27i72 { display: block; }\",\".framer-Dn9lh.framer-aun7r9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Dn9lh .framer-kn071 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-Dn9lh .framer-1ngbf97 { align-self: stretch; flex: none; height: 1px; overflow: hidden; position: relative; width: auto; }\",\".framer-Dn9lh .framer-91blc0 { bottom: 0px; flex: none; left: -10px; overflow: hidden; position: absolute; top: 0px; width: 1%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Dn9lh.framer-aun7r9 { gap: 0px; } .framer-Dn9lh.framer-aun7r9 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-Dn9lh.framer-aun7r9 > :first-child { margin-top: 0px; } .framer-Dn9lh.framer-aun7r9 > :last-child { margin-bottom: 0px; } }\",\".framer-Dn9lh.framer-v-aux2k0 .framer-91blc0 { left: 0px; right: 0px; width: unset; }\",\".framer-Dn9lh.framer-v-1lcgqy .framer-91blc0 { left: unset; right: -10px; width: 1%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 155\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"wLppg30zS\":{\"layout\":[\"auto\",\"auto\"]},\"MzJ7GvjHN\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"X4kGlDs4u\":\"label\",\"XuDqACAuI\":\"link\",\"y6g9xO_01\":\"color\",\"ofmlkoiCE\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereyiGiIALg=withCSS(Component,css,\"framer-Dn9lh\");export default FramereyiGiIALg;FramereyiGiIALg.displayName=\"Underline Button\";FramereyiGiIALg.defaultProps={height:25,width:155};addPropertyControls(FramereyiGiIALg,{variant:{options:[\"w6QXfv4GI\",\"wLppg30zS\",\"MzJ7GvjHN\"],optionTitles:[\"Default\",\"Line IN\",\"Line OUT\"],title:\"Variant\",type:ControlType.Enum},X4kGlDs4u:{defaultValue:\"UNDERLINE BUTTON\",displayTextArea:false,title:\"Label\",type:ControlType.String},XuDqACAuI:{title:\"Link\",type:ControlType.Link},y6g9xO_01:{defaultValue:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",title:\"Color\",type:ControlType.Color},ofmlkoiCE:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color}});addFonts(FramereyiGiIALg,[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5N7AW67SFRYDQX4PD7CVQBBKU4KFZBF6/IRJRILZOM2VYFNQSOPRIBLLVGYQMZYXX/VHOUC36AWF2BXBRYVUE5TB5CZAVHYGQV.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereyiGiIALg\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wLppg30zS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MzJ7GvjHN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"X4kGlDs4u\\\":\\\"label\\\",\\\"XuDqACAuI\\\":\\\"link\\\",\\\"y6g9xO_01\\\":\\\"color\\\",\\\"ofmlkoiCE\\\":\\\"background\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"25\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"155\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eyiGiIALg.map", "// Generated by Framer (32e10d4)\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 UnderlineButton from\"https://framerusercontent.com/modules/2WH1NMlfdYBM8EqnM1S0/DD4Wmb77dR7ecgptTMm2/eyiGiIALg.js\";import Button from\"https://framerusercontent.com/modules/zTIIp53PQyt3KXn4orMg/00U7OvfEbmy7C8GbV9wQ/I6F5bjvel.js\";const UnderlineButtonFonts=getFonts(UnderlineButton);const ButtonFonts=getFonts(Button);const cycleOrder=[\"XYwKU6ZzY\",\"uDOv0MBLM\",\"sYLtWaIjl\"];const serializationHash=\"framer-TgaSV\";const variantClassNames={sYLtWaIjl:\"framer-v-j4bk05\",uDOv0MBLM:\"framer-v-1l2phvw\",XYwKU6ZzY:\"framer-v-8dbb8v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"sYLtWaIjl\",Desktop:\"XYwKU6ZzY\",Phone:\"uDOv0MBLM\"};const getProps=({background,background2,height,id,width,...props})=>{return{...props,BXzdqyCeO:background??props.BXzdqyCeO??\"var(--token-cfdd0303-b286-4a37-a383-2a4ee4722f7c, rgb(8, 8, 8))\",fSHVo0ssm:background2??props.fSHVo0ssm??\"rgb(255, 255, 255)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"XYwKU6ZzY\"};};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,BXzdqyCeO,fSHVo0ssm,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XYwKU6ZzY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap16jizc3=activeVariantCallback(async(...args)=>{setVariant(\"sYLtWaIjl\");});const onTapudxox3=activeVariantCallback(async(...args)=>{setVariant(\"uDOv0MBLM\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"uDOv0MBLM\",\"sYLtWaIjl\"].includes(baseVariant))return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-8dbb8v\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"XYwKU6ZzY\",ref:ref??ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{sYLtWaIjl:{backgroundColor:\"var(--token-cfdd0303-b286-4a37-a383-2a4ee4722f7c, rgb(8, 8, 8))\"},uDOv0MBLM:{backgroundColor:BXzdqyCeO}},...addPropertyOverrides({sYLtWaIjl:{\"data-framer-name\":\"Phone Open\"},uDOv0MBLM:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tfvcd7\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"TB0wy576P\",...addPropertyOverrides({sYLtWaIjl:{\"data-highlight\":true,onTap:onTapudxox3},uDOv0MBLM:{\"data-highlight\":true,onTap:onTap16jizc3}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"fKj2YWTQR\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-x53q2i framer-1xod5sv\",\"data-framer-name\":\"Mornington Estates Registered Mark\",fill:\"black\",intrinsicHeight:73,intrinsicWidth:264,layoutDependency:layoutDependency,layoutId:\"fKj2YWTQR\",svg:'<svg id=\"Layer_2\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 263.95 72.58\"><defs><linearGradient id=\"linear-gradient\" x1=\"0\" y1=\"20.9\" x2=\"263.94\" y2=\"20.9\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#fff\" stop-opacity=\"0\"/><stop offset=\".15\" stop-color=\"#fff\"/><stop offset=\".85\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"linear-gradient-2\" x1=\"0\" y1=\"67.88\" x2=\"263.95\" y2=\"67.88\" xlink:href=\"#linear-gradient\"/><style>.cls-3{fill:#fff}</style></defs><g id=\"Layer_1-2\" data-name=\"Layer_1\"><path class=\"cls-3\" d=\"m29.82 46.86-7.3 11.17h-.49l-7.36-11.17v16.95H13.2V44.73h1.74l7.3 11.12 7.22-11.12h1.8v19.08h-1.44V46.86Zm4.77 10.25c0-4.28 3.05-7 6.84-7s6.84 2.73 6.84 7S45.22 64 41.43 64s-6.84-2.62-6.84-6.89Zm12.37 0c0-3.49-2.48-5.75-5.53-5.75s-5.53 2.26-5.53 5.75 2.48 5.59 5.53 5.59 5.53-2.1 5.53-5.59Zm5.64-6.76.05 2.4c.84-1.83 2.75-2.53 4.47-2.53 1.01-.03 1.99.25 2.89.79l-.6 1.09c-.71-.44-1.5-.63-2.29-.63-2.51.03-4.44 2.04-4.44 4.5v7.85h-1.34V50.36h1.25Zm10.74 0v2.4c1.04-1.85 2.92-2.62 4.8-2.64 3.6 0 6.08 2.21 6.08 5.94v7.77h-1.34v-7.74c0-3.05-1.88-4.69-4.8-4.66-2.78.03-4.71 2.13-4.71 4.91v7.49h-1.34V50.36h1.31Zm16.13-4.39c0 1.42-2.15 1.42-2.15 0s2.15-1.42 2.15 0Zm-1.77 4.33v13.52h1.34V50.29H77.7Zm6.46.06v2.4c1.04-1.85 2.92-2.62 4.8-2.64 3.6 0 6.08 2.21 6.08 5.94v7.77H93.7v-7.74c0-3.05-1.88-4.69-4.8-4.66-2.78.03-4.71 2.13-4.71 4.91v7.49h-1.34V50.36h1.31Zm25.18-.55.87.76-1.31 1.53c.95 1.04 1.66 2.4 1.66 4.58 0 2.34-1.39 4.71-3.62 5.72 2.37.84 3.68 2.51 3.68 4.82 0 3.62-2.83 5.37-6.4 5.37s-6.38-1.96-6.38-5.37h1.34c0 2.75 2.34 4.06 5.04 4.06s5.1-1.2 5.1-4.06-2.59-4.03-5.1-4.03c-3.9 0-6.32-2.92-6.32-6.51 0-4.2 2.83-6.57 6.32-6.57 1.36 0 2.78.49 3.82 1.23l1.31-1.53Zm-10.11 6.87c0 2.78 1.91 5.18 4.99 5.18 2.78 0 5.04-2.4 5.04-5.18 0-3.41-2.26-5.23-5.04-5.23s-4.99 1.72-4.99 5.23Zm17.17-10.38v4.06h4.58v1.12h-4.58v8.2c0 1.83.38 3.11 2.48 3.11.65 0 1.39-.22 2.07-.55l.46 1.09c-.84.41-1.69.68-2.53.68-2.86 0-3.79-1.69-3.79-4.33v-8.2h-2.86v-1.12h2.86v-3.92l1.31-.14Zm7.03 10.82c0-4.28 3.05-7 6.84-7s6.84 2.73 6.84 7-3.05 6.89-6.84 6.89-6.84-2.62-6.84-6.89Zm12.37 0c0-3.49-2.48-5.75-5.53-5.75s-5.53 2.26-5.53 5.75 2.48 5.59 5.53 5.59 5.53-2.1 5.53-5.59Zm5.7-6.76v2.4c1.04-1.85 2.92-2.62 4.8-2.64 3.6 0 6.08 2.21 6.08 5.94v7.77h-1.34v-7.74c0-3.05-1.88-4.69-4.8-4.66-2.78.03-4.71 2.13-4.71 4.91v7.49h-1.34V50.36h1.31Zm16.05 3.19h11.17v1.34h-11.17v7.52h12.05v1.42h-13.49V44.74h13.16v1.39h-11.72v7.41Zm24.55-.74c-1.36-1.2-2.7-1.42-4.2-1.42-2.1-.03-4.12.76-4.06 2.48.05 1.8 2.4 2.15 4.09 2.45 2.4.41 5.7.82 5.56 3.95-.08 2.97-3.16 3.76-5.53 3.76s-4.71-.9-5.89-2.7l.98-.87c1.12 1.61 3.13 2.29 4.93 2.29 1.64 0 4.12-.44 4.2-2.56.05-1.93-2.18-2.32-4.39-2.67-2.62-.44-5.2-.93-5.23-3.62-.03-2.64 2.62-3.79 5.34-3.76 1.96 0 3.68.54 5.01 1.8l-.82.87Zm7.44-6.51v4.06h4.58v1.12h-4.58v8.2c0 1.83.38 3.11 2.48 3.11.65 0 1.39-.22 2.07-.55l.46 1.09c-.85.41-1.69.68-2.53.68-2.86 0-3.79-1.69-3.79-4.33v-8.2h-2.86v-1.12h2.86v-3.92l1.31-.14Zm20.6 4.06v13.46h-1.34v-2.86c-1.31 2.1-3.32 3.08-5.51 3.08-3.76 0-6.84-2.83-6.84-6.95s3.08-6.89 6.84-6.89c2.18 0 4.39 1.01 5.51 3.11v-2.94h1.34Zm-12.34 6.73c0 3.38 2.45 5.64 5.5 5.64 7.49 0 7.49-11.26 0-11.26-3.05 0-5.5 2.23-5.5 5.61Zm18.47-10.79v4.06h4.58v1.12h-4.58v8.2c0 1.83.38 3.11 2.48 3.11.65 0 1.39-.22 2.07-.55l.46 1.09c-.85.41-1.69.68-2.53.68-2.86 0-3.79-1.69-3.79-4.33v-8.2h-2.86v-1.12h2.86v-3.92l1.31-.14Zm6.9 10.79c0-4.03 3.05-6.95 6.84-6.95s7.17 2.32 6.65 7.58h-12.13c.27 3.16 2.7 4.99 5.48 4.99 1.77 0 3.84-.71 4.85-2.04l.95.76c-1.31 1.72-3.65 2.59-5.8 2.59-3.79 0-6.84-2.64-6.84-6.92Zm12.29-.55c-.03-3.32-2.21-5.18-5.45-5.18-2.78 0-5.18 1.88-5.48 5.18h10.93Zm13.9-3.73c-1.36-1.2-2.7-1.42-4.2-1.42-2.1-.03-4.12.76-4.06 2.48.05 1.8 2.4 2.15 4.09 2.45 2.4.41 5.7.82 5.56 3.95-.08 2.97-3.16 3.76-5.53 3.76s-4.71-.9-5.89-2.7l.98-.87c1.12 1.61 3.13 2.29 4.93 2.29 1.64 0 4.12-.44 4.2-2.56.05-1.93-2.18-2.32-4.39-2.67-2.62-.44-5.2-.93-5.23-3.62-.03-2.64 2.62-3.79 5.34-3.76 1.96 0 3.68.54 5.01 1.8l-.82.87Z\"/><path d=\"M188.86 40.48h-.01L162.54 9.1l-11.43 4.07L139.96.01H120.9l-8.78 10.49-9.09-3.54L91.65 20.5v-1.94h-7.28v10.62l-9.22 10.99H0v1.32h75.76l9.92-11.83v-9.77h4.64v4.25l12.79-15.25 30.94 29.41 28.31-27.33 25.88 30.84h75.69v-1.32h-75.09ZM134.06 19l-6.43-2.51 12.22-14.54 9.88 11.63-15.67 5.43Z\" style=\"fill:url(#linear-gradient)\"/><path class=\"cls-3\" d=\"M104.15 11.14 90.32 27.47v-1.88l12.89-15.35.95.9Zm82.78 30.53L162.3 12.33l-.93.89 23.85 28.45h1.71ZM148.52 13.6l-8.66-10.2-.43.51 8.41 9.9.69-.21Zm-44.97 11.98h-4.67v4.67h4.67v-4.67Zm5.8 4.68h-4.67v-4.67h4.67v4.67Zm-5.8 5.82h-4.67v-4.67h4.67v4.67Zm5.8 0h-4.67v-4.67h4.67v4.67Zm52.51-13.39h-3.33v3.33h3.33v-3.33Zm4.13 3.33h-3.33v-3.33h3.33v3.33Zm-4.13 4.15h-3.33v-3.33h3.33v3.33Zm4.13 0h-3.33v-3.33h3.33v3.33Zm-26.21-21h-2.5v2.5h2.5v-2.5Zm3.11 2.51h-2.5v-2.5h2.5v2.5Zm-3.11 3.11h-2.5v-2.5h2.5v2.5Zm3.11 0h-2.5v-2.5h2.5v2.5Z\"/><path d=\"M113.92 67.22v1.32h150.03v-1.32H113.92ZM0 68.54h94.58v-1.32H0v1.32Z\" style=\"fill:url(#linear-gradient-2)\"/><path class=\"cls-3\" d=\"M257.71 59.85c.34.19.61.46.8.8.19.34.29.72.29 1.13s-.1.79-.3 1.13c-.2.34-.47.61-.81.81-.34.2-.72.3-1.13.3a2.196 2.196 0 0 1-1.93-1.11c-.2-.34-.29-.72-.29-1.13s.1-.78.29-1.13c.2-.34.46-.61.81-.81.34-.2.72-.3 1.14-.3s.8.1 1.13.29Zm-.16 3.63c.29-.17.53-.41.7-.71s.26-.63.26-.99-.08-.69-.25-.99c-.17-.3-.4-.53-.69-.7-.29-.17-.62-.25-.99-.25s-.69.09-.99.26c-.3.17-.53.41-.7.7-.17.3-.25.63-.25.98s.08.69.25.98c.17.3.4.53.7.7.29.17.62.26.98.26s.69-.09.99-.26Zm.02-1.6c-.09.13-.22.23-.39.29l.58.89h-.44l-.52-.81h-.69v.81h-.43v-2.53h1.01c.32 0 .57.08.75.23.18.16.27.36.27.63 0 .19-.05.35-.14.49Zm-.44-.12c.11-.09.17-.21.17-.37s-.06-.28-.17-.37-.27-.13-.47-.13h-.56v1.01h.56c.2 0 .36-.04.47-.13Z\"/></g></svg>',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jswu10\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"nzbPmYt9A\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-gt7r3v\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"BtuFOmg9Q\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{sYLtWaIjl:{backgroundColor:fSHVo0ssm,rotate:-45},uDOv0MBLM:{backgroundColor:fSHVo0ssm}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fi3jtt\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"fiQRL5Sys\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{sYLtWaIjl:{backgroundColor:fSHVo0ssm,rotate:45},uDOv0MBLM:{backgroundColor:fSHVo0ssm}}})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ozulra\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"WZb9CRGAz\",style:{opacity:1},variants:{sYLtWaIjl:{opacity:1},uDOv0MBLM:{opacity:0}},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:25,y:(componentViewport?.y||0)+(12+((componentViewport?.height||109)-24-44)/2)+9.5,...addPropertyOverrides({sYLtWaIjl:{y:(componentViewport?.y||0)+0+85+0+0},uDOv0MBLM:{y:(componentViewport?.y||0)+0+85+20+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-foad9n-container\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"N8wm7yjT9-container\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",id:\"N8wm7yjT9\",layoutId:\"N8wm7yjT9\",ofmlkoiCE:\"rgb(255, 255, 255)\",variant:\"w6QXfv4GI\",width:\"100%\",X4kGlDs4u:\"HOME\",XuDqACAuI:resolvedLinks[0],y6g9xO_01:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",...addPropertyOverrides({sYLtWaIjl:{XuDqACAuI:resolvedLinks[2]},uDOv0MBLM:{XuDqACAuI:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qsuDO6qjV\"},implicitPathVariables:undefined},{href:{webPageId:\"qsuDO6qjV\"},implicitPathVariables:undefined},{href:{webPageId:\"qsuDO6qjV\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+(12+((componentViewport?.height||109)-24-44)/2)+9.5,...addPropertyOverrides({sYLtWaIjl:{y:(componentViewport?.y||0)+0+85+0+45},uDOv0MBLM:{y:(componentViewport?.y||0)+0+85+20+25}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uv1yyt-container\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"t2XtmeWCo-container\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",id:\"t2XtmeWCo\",layoutId:\"t2XtmeWCo\",ofmlkoiCE:\"rgb(255, 255, 255)\",variant:\"w6QXfv4GI\",width:\"100%\",X4kGlDs4u:\"MODELS\",XuDqACAuI:resolvedLinks1[0],y6g9xO_01:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",...addPropertyOverrides({sYLtWaIjl:{XuDqACAuI:resolvedLinks1[2]},uDOv0MBLM:{XuDqACAuI:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y0UFimjTS\"},implicitPathVariables:undefined},{href:{webPageId:\"Y0UFimjTS\"},implicitPathVariables:undefined},{href:{webPageId:\"Y0UFimjTS\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+(12+((componentViewport?.height||109)-24-44)/2)+9.5,...addPropertyOverrides({sYLtWaIjl:{y:(componentViewport?.y||0)+0+85+0+90},uDOv0MBLM:{y:(componentViewport?.y||0)+0+85+20+50}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1trve34-container\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"KG_tu4bxi-container\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",id:\"KG_tu4bxi\",layoutId:\"KG_tu4bxi\",ofmlkoiCE:\"rgb(255, 255, 255)\",variant:\"w6QXfv4GI\",width:\"100%\",X4kGlDs4u:\"ACTIVE LISTINGS\",XuDqACAuI:resolvedLinks2[0],y6g9xO_01:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",...addPropertyOverrides({sYLtWaIjl:{XuDqACAuI:resolvedLinks2[2]},uDOv0MBLM:{XuDqACAuI:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Iaob077Pq\"},implicitPathVariables:undefined},{href:{webPageId:\"Iaob077Pq\"},implicitPathVariables:undefined},{href:{webPageId:\"Iaob077Pq\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+(12+((componentViewport?.height||109)-24-44)/2)+9.5,...addPropertyOverrides({sYLtWaIjl:{y:(componentViewport?.y||0)+0+85+0+135},uDOv0MBLM:{y:(componentViewport?.y||0)+0+85+20+75}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q9txkb-container\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"xdc3I_WuX-container\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",id:\"xdc3I_WuX\",layoutId:\"xdc3I_WuX\",ofmlkoiCE:\"rgb(255, 255, 255)\",variant:\"w6QXfv4GI\",width:\"100%\",X4kGlDs4u:\"SELL\",XuDqACAuI:resolvedLinks3[0],y6g9xO_01:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",...addPropertyOverrides({sYLtWaIjl:{XuDqACAuI:resolvedLinks3[2]},uDOv0MBLM:{XuDqACAuI:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Zaiqt7tXj\"},implicitPathVariables:undefined},{href:{webPageId:\"Zaiqt7tXj\"},implicitPathVariables:undefined},{href:{webPageId:\"Zaiqt7tXj\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+(12+((componentViewport?.height||109)-24-44)/2)+9.5,...addPropertyOverrides({sYLtWaIjl:{y:(componentViewport?.y||0)+0+85+0+180},uDOv0MBLM:{y:(componentViewport?.y||0)+0+85+20+100}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tslm5j-container\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"tK9tLGJ0p-container\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",id:\"tK9tLGJ0p\",layoutId:\"tK9tLGJ0p\",ofmlkoiCE:\"rgb(255, 255, 255)\",variant:\"w6QXfv4GI\",width:\"100%\",X4kGlDs4u:\"ABOUT\",XuDqACAuI:resolvedLinks4[0],y6g9xO_01:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",...addPropertyOverrides({sYLtWaIjl:{XuDqACAuI:resolvedLinks4[2]},uDOv0MBLM:{XuDqACAuI:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+(12+((componentViewport?.height||109)-24-44)/2)+9.5,...addPropertyOverrides({sYLtWaIjl:{y:(componentViewport?.y||0)+0+85+0+225},uDOv0MBLM:{y:(componentViewport?.y||0)+0+85+20+125}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jiifcw-container\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"BKu4ZEVhO-container\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",id:\"BKu4ZEVhO\",layoutId:\"BKu4ZEVhO\",ofmlkoiCE:\"rgb(255, 255, 255)\",variant:\"w6QXfv4GI\",width:\"100%\",X4kGlDs4u:\"(919) 858-2706\",XuDqACAuI:\"tel:9198582706\",y6g9xO_01:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":eBwC7hcWA\",webPageId:\"Zaiqt7tXj\"},implicitPathVariables:undefined},{href:{hash:\":eBwC7hcWA\",webPageId:\"Zaiqt7tXj\"},implicitPathVariables:undefined},{href:{hash:\":eBwC7hcWA\",webPageId:\"Zaiqt7tXj\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+(12+((componentViewport?.height||109)-24-44)/2)+0,...addPropertyOverrides({sYLtWaIjl:{y:(componentViewport?.y||0)+0+85+0+270},uDOv0MBLM:{y:(componentViewport?.y||0)+0+85+20+150}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o5mxmv-container\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"QM4IFUc2t-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"QM4IFUc2t\",layoutId:\"QM4IFUc2t\",TvEf4cvFp:\"rgb(255, 255, 255)\",U28lVufvI:true,v3JSwrsuH:resolvedLinks5[0],variant:\"A7F500Zy6\",width:\"100%\",wPzyGTYgf:\"BOOK A SHOWING\",...addPropertyOverrides({sYLtWaIjl:{v3JSwrsuH:resolvedLinks5[2]},uDOv0MBLM:{v3JSwrsuH:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TgaSV.framer-1xod5sv, .framer-TgaSV .framer-1xod5sv { display: block; }\",\".framer-TgaSV.framer-8dbb8v { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; min-width: 100px; overflow: hidden; padding: 12px 20px 12px 20px; position: relative; width: 1200px; }\",\".framer-TgaSV .framer-1tfvcd7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 1px; }\",\".framer-TgaSV .framer-x53q2i { aspect-ratio: 3.6164383561643834 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 45px); position: relative; text-decoration: none; width: 160px; }\",\".framer-TgaSV .framer-jswu10 { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-TgaSV .framer-gt7r3v { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-TgaSV .framer-1fi3jtt { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-TgaSV .framer-1ozulra { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TgaSV .framer-foad9n-container, .framer-TgaSV .framer-1uv1yyt-container, .framer-TgaSV .framer-1trve34-container, .framer-TgaSV .framer-1q9txkb-container, .framer-TgaSV .framer-tslm5j-container, .framer-TgaSV .framer-jiifcw-container, .framer-TgaSV .framer-o5mxmv-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TgaSV.framer-8dbb8v, .framer-TgaSV .framer-1tfvcd7, .framer-TgaSV .framer-1ozulra { gap: 0px; } .framer-TgaSV.framer-8dbb8v > *, .framer-TgaSV .framer-1tfvcd7 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-TgaSV.framer-8dbb8v > :first-child, .framer-TgaSV .framer-1tfvcd7 > :first-child, .framer-TgaSV .framer-1ozulra > :first-child { margin-left: 0px; } .framer-TgaSV.framer-8dbb8v > :last-child, .framer-TgaSV .framer-1tfvcd7 > :last-child, .framer-TgaSV .framer-1ozulra > :last-child { margin-right: 0px; } .framer-TgaSV .framer-1ozulra > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-TgaSV.framer-v-1l2phvw.framer-8dbb8v { flex-direction: column; gap: 0px; height: 84px; padding: 0px; width: 390px; }\",\".framer-TgaSV.framer-v-1l2phvw .framer-1tfvcd7, .framer-TgaSV.framer-v-j4bk05 .framer-1tfvcd7 { cursor: pointer; flex: none; gap: unset; justify-content: space-between; width: 100%; }\",\".framer-TgaSV.framer-v-1l2phvw .framer-jswu10, .framer-TgaSV.framer-v-j4bk05 .framer-jswu10 { height: 44px; width: 44px; }\",\".framer-TgaSV.framer-v-1l2phvw .framer-gt7r3v { left: calc(38.636363636363654% - 30px / 2); top: calc(61.36363636363639% - 2px / 2); width: 30px; }\",\".framer-TgaSV.framer-v-1l2phvw .framer-1fi3jtt { left: calc(38.636363636363654% - 30px / 2); top: calc(36.36363636363639% - 2px / 2); width: 30px; }\",\".framer-TgaSV.framer-v-1l2phvw .framer-1ozulra { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: flex-start; padding: 20px 20px 120px 20px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TgaSV.framer-v-1l2phvw.framer-8dbb8v, .framer-TgaSV.framer-v-1l2phvw .framer-1tfvcd7, .framer-TgaSV.framer-v-1l2phvw .framer-1ozulra { gap: 0px; } .framer-TgaSV.framer-v-1l2phvw.framer-8dbb8v > *, .framer-TgaSV.framer-v-1l2phvw .framer-1ozulra > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-TgaSV.framer-v-1l2phvw.framer-8dbb8v > :first-child, .framer-TgaSV.framer-v-1l2phvw .framer-1ozulra > :first-child { margin-top: 0px; } .framer-TgaSV.framer-v-1l2phvw.framer-8dbb8v > :last-child, .framer-TgaSV.framer-v-1l2phvw .framer-1ozulra > :last-child { margin-bottom: 0px; } .framer-TgaSV.framer-v-1l2phvw .framer-1tfvcd7 > *, .framer-TgaSV.framer-v-1l2phvw .framer-1tfvcd7 > :first-child, .framer-TgaSV.framer-v-1l2phvw .framer-1tfvcd7 > :last-child { margin: 0px; } }\",\".framer-TgaSV.framer-v-j4bk05.framer-8dbb8v { flex-direction: column; gap: 0px; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px; width: 390px; }\",\".framer-TgaSV.framer-v-j4bk05 .framer-gt7r3v, .framer-TgaSV.framer-v-j4bk05 .framer-1fi3jtt { left: calc(50.00000000000002% - 30px / 2); top: calc(50.00000000000002% - 2px / 2); width: 30px; }\",\".framer-TgaSV.framer-v-j4bk05 .framer-1ozulra { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 20px; justify-content: flex-start; padding: 0px 20px 20px 20px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TgaSV.framer-v-j4bk05.framer-8dbb8v, .framer-TgaSV.framer-v-j4bk05 .framer-1tfvcd7, .framer-TgaSV.framer-v-j4bk05 .framer-1ozulra { gap: 0px; } .framer-TgaSV.framer-v-j4bk05.framer-8dbb8v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-TgaSV.framer-v-j4bk05.framer-8dbb8v > :first-child, .framer-TgaSV.framer-v-j4bk05 .framer-1ozulra > :first-child { margin-top: 0px; } .framer-TgaSV.framer-v-j4bk05.framer-8dbb8v > :last-child, .framer-TgaSV.framer-v-j4bk05 .framer-1ozulra > :last-child { margin-bottom: 0px; } .framer-TgaSV.framer-v-j4bk05 .framer-1tfvcd7 > *, .framer-TgaSV.framer-v-j4bk05 .framer-1tfvcd7 > :first-child, .framer-TgaSV.framer-v-j4bk05 .framer-1tfvcd7 > :last-child { margin: 0px; } .framer-TgaSV.framer-v-j4bk05 .framer-1ozulra > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 109\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"100px\",null,null,null]},\"uDOv0MBLM\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"sYLtWaIjl\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"100px\",null,null,\"100vh\"]}}}\n * @framerVariables {\"BXzdqyCeO\":\"background\",\"fSHVo0ssm\":\"background2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraLSFOYgH8=withCSS(Component,css,\"framer-TgaSV\");export default FrameraLSFOYgH8;FrameraLSFOYgH8.displayName=\"Navigation\";FrameraLSFOYgH8.defaultProps={height:109,width:1200};addPropertyControls(FrameraLSFOYgH8,{variant:{options:[\"XYwKU6ZzY\",\"uDOv0MBLM\",\"sYLtWaIjl\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum},BXzdqyCeO:{defaultValue:'var(--token-cfdd0303-b286-4a37-a383-2a4ee4722f7c, rgb(8, 8, 8)) /* {\"name\":\"Background2\"} */',title:\"Background\",type:ControlType.Color},fSHVo0ssm:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background 2\",type:ControlType.Color}});addFonts(FrameraLSFOYgH8,[{explicitInter:true,fonts:[]},...UnderlineButtonFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraLSFOYgH8\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"uDOv0MBLM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"sYLtWaIjl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,\\\"100vh\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"109\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"BXzdqyCeO\\\":\\\"background\\\",\\\"fSHVo0ssm\\\":\\\"background2\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aLSFOYgH8.map", "// Generated by Framer (32e10d4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Good Sans Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Good Sans Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/HMmhyIRDhQ54iX2jIu53H5leg0.woff2\"}]}];export const css=['.framer-relnW .framer-styles-preset-1fecvvp:not(.rich-text-wrapper), .framer-relnW .framer-styles-preset-1fecvvp.rich-text-wrapper p { --framer-font-family: \"Good Sans Regular\", \"Good Sans Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-relnW\";\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 (32e10d4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Zodiak-light\",\"FS;Zodiak-regular\",\"FS;Zodiak-italic\",\"FS;Zodiak-light italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Zodiak\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/IF5ZIT3FMSFNWCWOG7ZASDFHEMLSIUEE/OMOWAZNE73OKOHTUSHA6P7FH44MIVQTO/UREX64UV4XADQWU6EF6JRA5XVIEJPRP4.woff2\",weight:\"300\"},{family:\"Zodiak\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ECUEQQ5BLZLFJS3PPLWOEEVS7SQONQMH/WNTXEMDDVWUVWDURRKDXCJC6G7TMP277/TBWKTFSYABV4KN4GNIJMAOQUOTYBUWB3.woff2\",weight:\"400\"},{family:\"Zodiak\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/YFLZBMMI3DYRSZHBNXVNB72OCINBINIT/AJUISU4RPSUOUSQPHGNMFKZ4M6TTQGWF/HUKQ64PZXOIVT5LHOHNUDCYHXBK5OR45.woff2\",weight:\"400\"},{family:\"Zodiak\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DLIOQN7BAIDF52NEOLWMG25TF2G4E5BG/2SBXS5PNCQ52C2STGTCLTGD7FAKWZYER/ZRX2TEYEJEWBO7BARVINFDFGSQVQCGX6.woff2\",weight:\"300\"}]}];export const css=['.framer-LKGck .framer-styles-preset-1yfqzxp:not(.rich-text-wrapper), .framer-LKGck .framer-styles-preset-1yfqzxp.rich-text-wrapper h2 { --framer-font-family: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-LKGck .framer-styles-preset-1yfqzxp:not(.rich-text-wrapper), .framer-LKGck .framer-styles-preset-1yfqzxp.rich-text-wrapper h2 { --framer-font-family: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-LKGck .framer-styles-preset-1yfqzxp:not(.rich-text-wrapper), .framer-LKGck .framer-styles-preset-1yfqzxp.rich-text-wrapper h2 { --framer-font-family: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-LKGck\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=['.framer-WnVHX .framer-styles-preset-17053th:not(.rich-text-wrapper), .framer-WnVHX .framer-styles-preset-17053th.rich-text-wrapper a { --framer-link-current-text-color: var(--token-f6e305dc-5079-4174-ba68-8ee36a5f5742, #666666) /* {\"name\":\"Body text 3\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-4366ea8c-b1a7-4dd9-9473-af42f2191ed0, #1c1c1c) /* {\"name\":\"Body text2\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-f6e305dc-5079-4174-ba68-8ee36a5f5742, #666666); --framer-link-text-decoration: none; }'];export const className=\"framer-WnVHX\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (32e10d4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Zodiak-light\",\"FS;Zodiak-regular\",\"FS;Zodiak-italic\",\"FS;Zodiak-light italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Zodiak\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/IF5ZIT3FMSFNWCWOG7ZASDFHEMLSIUEE/OMOWAZNE73OKOHTUSHA6P7FH44MIVQTO/UREX64UV4XADQWU6EF6JRA5XVIEJPRP4.woff2\",weight:\"300\"},{family:\"Zodiak\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ECUEQQ5BLZLFJS3PPLWOEEVS7SQONQMH/WNTXEMDDVWUVWDURRKDXCJC6G7TMP277/TBWKTFSYABV4KN4GNIJMAOQUOTYBUWB3.woff2\",weight:\"400\"},{family:\"Zodiak\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/YFLZBMMI3DYRSZHBNXVNB72OCINBINIT/AJUISU4RPSUOUSQPHGNMFKZ4M6TTQGWF/HUKQ64PZXOIVT5LHOHNUDCYHXBK5OR45.woff2\",weight:\"400\"},{family:\"Zodiak\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DLIOQN7BAIDF52NEOLWMG25TF2G4E5BG/2SBXS5PNCQ52C2STGTCLTGD7FAKWZYER/ZRX2TEYEJEWBO7BARVINFDFGSQVQCGX6.woff2\",weight:\"300\"}]}];export const css=['.framer-fQqPO .framer-styles-preset-1vhri33:not(.rich-text-wrapper), .framer-fQqPO .framer-styles-preset-1vhri33.rich-text-wrapper h1 { --framer-font-family: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-2c2302cb-d2ee-45e8-8067-f07fe2dde3f7, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-fQqPO .framer-styles-preset-1vhri33:not(.rich-text-wrapper), .framer-fQqPO .framer-styles-preset-1vhri33.rich-text-wrapper h1 { --framer-font-family: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 51px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-2c2302cb-d2ee-45e8-8067-f07fe2dde3f7, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-fQqPO .framer-styles-preset-1vhri33:not(.rich-text-wrapper), .framer-fQqPO .framer-styles-preset-1vhri33.rich-text-wrapper h1 { --framer-font-family: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-bold-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-family-italic: \"Zodiak\", \"Zodiak Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-2c2302cb-d2ee-45e8-8067-f07fe2dde3f7, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-fQqPO\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1119174)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={EYlUjfzY6:{hover:true},J66un_Vd_:{hover:true},OrqKnN8ry:{hover:true},p0Pj5PV9S:{hover:true},XgYG0LyDV:{hover:true}};const cycleOrder=[\"EYlUjfzY6\",\"p0Pj5PV9S\",\"XgYG0LyDV\",\"J66un_Vd_\",\"OrqKnN8ry\"];const serializationHash=\"framer-0rzOK\";const variantClassNames={EYlUjfzY6:\"framer-v-14om2nr\",J66un_Vd_:\"framer-v-11qxhqr\",OrqKnN8ry:\"framer-v-ih19vv\",p0Pj5PV9S:\"framer-v-8m7szb\",XgYG0LyDV:\"framer-v-1nsbpcn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Facebook:\"J66un_Vd_\",Instagram:\"p0Pj5PV9S\",Linkedin:\"OrqKnN8ry\",Main:\"EYlUjfzY6\",Twitter:\"XgYG0LyDV\"};const getProps=({height,id,link,logoDefault,logoHover,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,iYciEZdW9:link!==null&&link!==void 0?link:props.iYciEZdW9,NWae11UgS:(_ref=logoHover!==null&&logoHover!==void 0?logoHover:props.NWae11UgS)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/Ynt9Ds6Ilfa9XPfJ8OyCiXBHtw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Ynt9Ds6Ilfa9XPfJ8OyCiXBHtw.png?scale-down-to=512 511w, https://framerusercontent.com/images/Ynt9Ds6Ilfa9XPfJ8OyCiXBHtw.png 630w\"},SMmo1ToTP:(_ref1=logoDefault!==null&&logoDefault!==void 0?logoDefault:props.SMmo1ToTP)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/i9ND1Fdihj1DphIVQsZUxrfkB8Q.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/i9ND1Fdihj1DphIVQsZUxrfkB8Q.png?scale-down-to=512 511w, https://framerusercontent.com/images/i9ND1Fdihj1DphIVQsZUxrfkB8Q.png 630w\"},variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"EYlUjfzY6\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,SMmo1ToTP,NWae11UgS,iYciEZdW9,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"EYlUjfzY6\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-0rzOK\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:iYciEZdW9,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(\"framer-14om2nr\",className)} framer-bvlwyt`,\"data-border\":true,\"data-framer-name\":\"Main\",layoutDependency:layoutDependency,layoutId:\"EYlUjfzY6\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",...style},variants:{J66un_Vd_:{\"--border-color\":\"rgb(224, 224, 224)\"},OrqKnN8ry:{\"--border-color\":\"rgb(224, 224, 224)\"},p0Pj5PV9S:{\"--border-color\":\"rgb(224, 224, 224)\"},XgYG0LyDV:{\"--border-color\":\"rgb(224, 224, 224)\"}},...addPropertyOverrides({\"EYlUjfzY6-hover\":{\"data-framer-name\":undefined},\"J66un_Vd_-hover\":{\"data-framer-name\":undefined},\"OrqKnN8ry-hover\":{\"data-framer-name\":undefined},\"p0Pj5PV9S-hover\":{\"data-framer-name\":undefined},\"XgYG0LyDV-hover\":{\"data-framer-name\":undefined},J66un_Vd_:{\"data-framer-name\":\"Facebook\"},OrqKnN8ry:{\"data-framer-name\":\"Linkedin\"},p0Pj5PV9S:{\"data-framer-name\":\"Instagram\"},XgYG0LyDV:{\"data-framer-name\":\"Twitter\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vapysp\",layoutDependency:layoutDependency,layoutId:\"U3wksamZ8\",style:{backgroundColor:\"rgb(0, 0, 0)\",opacity:0},variants:{\"EYlUjfzY6-hover\":{opacity:1},\"J66un_Vd_-hover\":{opacity:1},\"OrqKnN8ry-hover\":{opacity:1},\"p0Pj5PV9S-hover\":{opacity:1},\"XgYG0LyDV-hover\":{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:631,intrinsicWidth:630,pixelHeight:631,pixelWidth:630,sizes:\"20px\",...toResponsiveImage(SMmo1ToTP)},className:\"framer-1gne7f0\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"wiWdypIzn\",...addPropertyOverrides({\"EYlUjfzY6-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:631,intrinsicWidth:630,pixelHeight:631,pixelWidth:630,sizes:\"20px\",...toResponsiveImage(NWae11UgS)}},\"p0Pj5PV9S-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,sizes:\"20px\",src:\"https://framerusercontent.com/images/YpR7XgLg3H8QjXfad91yYavVw.png\",srcSet:\"https://framerusercontent.com/images/YpR7XgLg3H8QjXfad91yYavVw.png?scale-down-to=512 512w, https://framerusercontent.com/images/YpR7XgLg3H8QjXfad91yYavVw.png 800w\"}},J66un_Vd_:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:596,intrinsicWidth:317,pixelHeight:596,pixelWidth:317,sizes:\"20px\",src:\"https://framerusercontent.com/images/genDsBAYuNKbCERyaU8w5o7FIA.png\",srcSet:\"https://framerusercontent.com/images/genDsBAYuNKbCERyaU8w5o7FIA.png?scale-down-to=512 272w, https://framerusercontent.com/images/genDsBAYuNKbCERyaU8w5o7FIA.png 317w\"}},OrqKnN8ry:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:596,intrinsicWidth:596,pixelHeight:596,pixelWidth:596,sizes:\"20px\",src:\"https://framerusercontent.com/images/YRgWXj1jPkU2iTnObRgP9IQWFc.png\",srcSet:\"https://framerusercontent.com/images/YRgWXj1jPkU2iTnObRgP9IQWFc.png?scale-down-to=512 512w, https://framerusercontent.com/images/YRgWXj1jPkU2iTnObRgP9IQWFc.png 596w\"}},p0Pj5PV9S:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:126,intrinsicWidth:126,pixelHeight:126,pixelWidth:126,src:\"https://framerusercontent.com/images/sLLb5lu6RC9Y4igzyAAIxDDo.png\"}},XgYG0LyDV:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:596,intrinsicWidth:733,pixelHeight:596,pixelWidth:733,sizes:\"20px\",src:\"https://framerusercontent.com/images/ZTtgYSUNsH1HZii3CZb4FnPa95Y.png\",srcSet:\"https://framerusercontent.com/images/ZTtgYSUNsH1HZii3CZb4FnPa95Y.png?scale-down-to=512 512w, https://framerusercontent.com/images/ZTtgYSUNsH1HZii3CZb4FnPa95Y.png 733w\"}}},baseVariant,gestureVariant)})]})})})})});});const css=['.framer-0rzOK [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0rzOK .framer-bvlwyt { display: block; }\",\".framer-0rzOK .framer-14om2nr { cursor: pointer; height: 32px; overflow: hidden; position: relative; text-decoration: none; width: 32px; }\",\".framer-0rzOK .framer-1vapysp { bottom: 0px; flex: none; left: calc(50.00000000000002% - 1px / 2); overflow: visible; position: absolute; top: 0px; width: 1px; }\",\".framer-0rzOK .framer-1gne7f0 { flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-0rzOK.framer-v-14om2nr.hover .framer-1vapysp, .framer-0rzOK.framer-v-8m7szb.hover .framer-1vapysp, .framer-0rzOK.framer-v-1nsbpcn.hover .framer-1vapysp, .framer-0rzOK.framer-v-11qxhqr.hover .framer-1vapysp, .framer-0rzOK.framer-v-ih19vv.hover .framer-1vapysp { left: 0px; right: 0px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"p0Pj5PV9S\":{\"layout\":[\"fixed\",\"fixed\"]},\"XgYG0LyDV\":{\"layout\":[\"fixed\",\"fixed\"]},\"J66un_Vd_\":{\"layout\":[\"fixed\",\"fixed\"]},\"OrqKnN8ry\":{\"layout\":[\"fixed\",\"fixed\"]},\"NOCFDHoLI\":{\"layout\":[\"fixed\",\"fixed\"]},\"wOF0NFfIv\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZxlzYcNQL\":{\"layout\":[\"fixed\",\"fixed\"]},\"J2CaPvPT4\":{\"layout\":[\"fixed\",\"fixed\"]},\"hCAJVJlRZ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"SMmo1ToTP\":\"logoDefault\",\"NWae11UgS\":\"logoHover\",\"iYciEZdW9\":\"link\"}\n * @framerImmutableVariables true\n */const FramerKPN0GTeyW=withCSS(Component,css,\"framer-0rzOK\");export default FramerKPN0GTeyW;FramerKPN0GTeyW.displayName=\"Social button\";FramerKPN0GTeyW.defaultProps={height:32,width:32};addPropertyControls(FramerKPN0GTeyW,{variant:{options:[\"EYlUjfzY6\",\"p0Pj5PV9S\",\"XgYG0LyDV\",\"J66un_Vd_\",\"OrqKnN8ry\"],optionTitles:[\"Main\",\"Instagram\",\"Twitter\",\"Facebook\",\"Linkedin\"],title:\"Variant\",type:ControlType.Enum},SMmo1ToTP:{__defaultAssetReference:\"data:framer/asset-reference,i9ND1Fdihj1DphIVQsZUxrfkB8Q.png?originalFilename=Instalog.png&preferredSize=auto\",title:\"Logo default\",type:ControlType.ResponsiveImage},NWae11UgS:{__defaultAssetReference:\"data:framer/asset-reference,Ynt9Ds6Ilfa9XPfJ8OyCiXBHtw.png?originalFilename=bcccinst.png&preferredSize=auto\",title:\"Logo hover\",type:ControlType.ResponsiveImage},iYciEZdW9:{title:\"Link\",type:ControlType.Link}});addFonts(FramerKPN0GTeyW,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKPN0GTeyW\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"32\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"SMmo1ToTP\\\":\\\"logoDefault\\\",\\\"NWae11UgS\\\":\\\"logoHover\\\",\\\"iYciEZdW9\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"p0Pj5PV9S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XgYG0LyDV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J66un_Vd_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OrqKnN8ry\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NOCFDHoLI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wOF0NFfIv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZxlzYcNQL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J2CaPvPT4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hCAJVJlRZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KPN0GTeyW.map", "// Generated by Framer (32e10d4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/2sOnsjFOek0z4jABx3RC/wlrteHzIVnZgB3uUS6it/FQ0TsWTlZ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/oDKsj33hmPq28UsJnMPJ/dh6EPCriktIphpdp2dDT/I7CGg0kFS.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/jgcQ3LqAadC4IPU5jEfa/77LYhUiHcfLV6hOSrTeN/uu2eSW2kB.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/hgxapImm486Y7UWPyPXS/ur96g4RiLUrofUO5425G/xtCgUl9bh.js\";import Button from\"https://framerusercontent.com/modules/zTIIp53PQyt3KXn4orMg/00U7OvfEbmy7C8GbV9wQ/I6F5bjvel.js\";import SocialButton from\"https://framerusercontent.com/modules/wF2Qd9cmlbLXM7XFlHdP/uRcs87KJQGKax6MX1C1W/KPN0GTeyW.js\";const SocialButtonFonts=getFonts(SocialButton);const ButtonFonts=getFonts(Button);const cycleOrder=[\"e3rW2KnPK\",\"K2cy6zaW7\",\"Cg3tHV0u5\"];const serializationHash=\"framer-zCsY1\";const variantClassNames={Cg3tHV0u5:\"framer-v-1x00o78\",e3rW2KnPK:\"framer-v-ngijum\",K2cy6zaW7:\"framer-v-o27epi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"e3rW2KnPK\",Phone:\"Cg3tHV0u5\",Tablet:\"K2cy6zaW7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"e3rW2KnPK\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"e3rW2KnPK\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ngijum\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"e3rW2KnPK\",ref:ref??ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.05)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-c10dd15a-d8af-40ef-8c25-0d5843ba9781, rgb(255, 255, 255))\",...style},...addPropertyOverrides({Cg3tHV0u5:{\"data-framer-name\":\"Phone\"},K2cy6zaW7:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t53fg4\",\"data-framer-name\":\"Horizontal\",layoutDependency:layoutDependency,layoutId:\"AUQTfdWUe\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t5rarw\",\"data-framer-name\":\"HEADER\",layoutDependency:layoutDependency,layoutId:\"oKYkiHxgy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-oexedc\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"s_dp0S9jr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{className:\"framer-styles-preset-1vhri33\",\"data-styles-preset\":\"xtCgUl9bh\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Elevated Living.\",/*#__PURE__*/_jsx(motion.br,{}),\"Designed For You.\"]})}),className:\"framer-19ajo40\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"X5ityFNJn\",variants:{Cg3tHV0u5:{\"--extracted-1qn201a\":\"var(--token-2c2302cb-d2ee-45e8-8067-f07fe2dde3f7, rgb(0, 0, 0))\",\"--extracted-g1tnir\":\"var(--token-2c2302cb-d2ee-45e8-8067-f07fe2dde3f7, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Cg3tHV0u5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{className:\"framer-styles-preset-1yfqzxp\",\"data-styles-preset\":\"FQ0TsWTlZ\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1qn201a, var(--token-2c2302cb-d2ee-45e8-8067-f07fe2dde3f7, rgb(0, 0, 0)))\"},children:\"Elevated Living.\"}),/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-g1tnir, var(--token-2c2302cb-d2ee-45e8-8067-f07fe2dde3f7, rgb(0, 0, 0)))\"},children:\"Designed For You.\"})]})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xo69nc\",layoutDependency:layoutDependency,layoutId:\"oa5FyhaA8\",style:{backgroundColor:\"rgb(176, 176, 176)\"}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b85nyx\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"U2MzopvA9\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mjxcyb\",\"data-framer-name\":\"Vertical\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"cgfYJ_KXa\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"sSiUKSpQI\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1lgzt61 framer-vbicn9\",\"data-framer-name\":\"Mornington Estates Registered Mark (Black)\",fill:\"black\",intrinsicHeight:73,intrinsicWidth:264,layoutDependency:layoutDependency,layoutId:\"sSiUKSpQI\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 263.95 72.57\"><g data-name=\"Layer_2\"><path d=\"m29.82 46.85-7.3 11.17h-.49l-7.36-11.17V63.8H13.2V44.72h1.74l7.3 11.12 7.22-11.12h1.8V63.8h-1.44V46.85Zm4.77 10.25c0-4.28 3.05-7 6.84-7s6.84 2.73 6.84 7-3.05 6.89-6.84 6.89-6.84-2.62-6.84-6.89Zm12.37 0c0-3.49-2.48-5.75-5.53-5.75s-5.53 2.26-5.53 5.75 2.48 5.59 5.53 5.59 5.53-2.1 5.53-5.59Zm5.64-6.76.05 2.4c.84-1.83 2.75-2.53 4.47-2.53 1.01-.03 1.99.25 2.89.79l-.6 1.09c-.71-.44-1.5-.63-2.29-.63-2.51.03-4.44 2.04-4.44 4.5v7.85h-1.34V50.35h1.26Zm10.74 0v2.4c1.04-1.85 2.92-2.62 4.8-2.64 3.6 0 6.08 2.21 6.08 5.94v7.77h-1.34v-7.74c0-3.05-1.88-4.69-4.8-4.66-2.78.03-4.71 2.13-4.71 4.91v7.49h-1.34V50.35h1.31Zm16.13-4.39c0 1.42-2.15 1.42-2.15 0s2.15-1.42 2.15 0Zm-1.77 4.33V63.8h1.34V50.28H77.7Zm6.46.06v2.4c1.04-1.85 2.92-2.62 4.8-2.64 3.6 0 6.08 2.21 6.08 5.94v7.77H93.7v-7.74c0-3.05-1.88-4.69-4.8-4.66-2.78.03-4.71 2.13-4.71 4.91v7.49h-1.34V50.35h1.31Zm25.18-.55.87.76-1.31 1.53c.95 1.04 1.66 2.4 1.66 4.58 0 2.34-1.39 4.71-3.62 5.72 2.37.84 3.68 2.51 3.68 4.82 0 3.62-2.83 5.37-6.4 5.37s-6.38-1.96-6.38-5.37h1.34c0 2.75 2.34 4.06 5.04 4.06s5.1-1.2 5.1-4.06-2.59-4.03-5.1-4.03c-3.9 0-6.32-2.92-6.32-6.51 0-4.2 2.83-6.57 6.32-6.57 1.36 0 2.78.49 3.82 1.23l1.31-1.53h-.01Zm-10.11 6.87c0 2.78 1.91 5.18 4.99 5.18 2.78 0 5.04-2.4 5.04-5.18 0-3.41-2.26-5.23-5.04-5.23s-4.99 1.72-4.99 5.23Zm17.17-10.38v4.06h4.58v1.12h-4.58v8.2c0 1.83.38 3.11 2.48 3.11.65 0 1.39-.22 2.07-.55l.46 1.09c-.84.41-1.69.68-2.53.68-2.86 0-3.79-1.69-3.79-4.33v-8.2h-2.86v-1.12h2.86v-3.92l1.31-.14Zm7.03 10.82c0-4.28 3.05-7 6.84-7s6.84 2.73 6.84 7-3.05 6.89-6.84 6.89-6.84-2.62-6.84-6.89Zm12.37 0c0-3.49-2.48-5.75-5.53-5.75s-5.53 2.26-5.53 5.75 2.48 5.59 5.53 5.59 5.53-2.1 5.53-5.59Zm5.7-6.76v2.4c1.04-1.85 2.92-2.62 4.8-2.64 3.6 0 6.08 2.21 6.08 5.94v7.77h-1.34v-7.74c0-3.05-1.88-4.69-4.8-4.66-2.78.03-4.71 2.13-4.71 4.91v7.49h-1.34V50.35h1.31Zm16.05 3.19h11.17v1.34h-11.17v7.52h12.05v1.42h-13.49V44.73h13.16v1.39h-11.72v7.41Zm24.55-.74c-1.36-1.2-2.7-1.42-4.2-1.42-2.1-.03-4.12.76-4.06 2.48.05 1.8 2.4 2.15 4.09 2.45 2.4.41 5.7.82 5.56 3.95-.08 2.97-3.16 3.76-5.53 3.76s-4.71-.9-5.89-2.7l.98-.87c1.12 1.61 3.13 2.29 4.93 2.29 1.64 0 4.12-.44 4.2-2.56.05-1.93-2.18-2.32-4.39-2.67-2.62-.44-5.2-.93-5.23-3.62-.03-2.64 2.62-3.79 5.34-3.76 1.96 0 3.68.54 5.01 1.8l-.82.87h.01Zm7.44-6.51v4.06h4.58v1.12h-4.58v8.2c0 1.83.38 3.11 2.48 3.11.65 0 1.39-.22 2.07-.55l.46 1.09c-.85.41-1.69.68-2.53.68-2.86 0-3.79-1.69-3.79-4.33v-8.2h-2.86v-1.12h2.86v-3.92l1.31-.14Zm20.6 4.06V63.8h-1.34v-2.86c-1.31 2.1-3.32 3.08-5.51 3.08-3.76 0-6.84-2.83-6.84-6.95s3.08-6.89 6.84-6.89c2.18 0 4.39 1.01 5.51 3.11v-2.94h1.34Zm-12.34 6.73c0 3.38 2.45 5.64 5.5 5.64 7.49 0 7.49-11.26 0-11.26-3.05 0-5.5 2.23-5.5 5.61Zm18.47-10.79v4.06h4.58v1.12h-4.58v8.2c0 1.83.38 3.11 2.48 3.11.65 0 1.39-.22 2.07-.55l.46 1.09c-.85.41-1.69.68-2.53.68-2.86 0-3.79-1.69-3.79-4.33v-8.2h-2.86v-1.12h2.86v-3.92l1.31-.14Zm6.9 10.79c0-4.03 3.05-6.95 6.84-6.95s7.17 2.32 6.65 7.58h-12.13c.27 3.16 2.7 4.99 5.48 4.99 1.77 0 3.84-.71 4.85-2.04l.95.76c-1.31 1.72-3.65 2.59-5.8 2.59-3.79 0-6.84-2.64-6.84-6.92Zm12.29-.55c-.03-3.32-2.21-5.18-5.45-5.18-2.78 0-5.18 1.88-5.48 5.18h10.93Zm13.9-3.73c-1.36-1.2-2.7-1.42-4.2-1.42-2.1-.03-4.12.76-4.06 2.48.05 1.8 2.4 2.15 4.09 2.45 2.4.41 5.7.82 5.56 3.95-.08 2.97-3.16 3.76-5.53 3.76s-4.71-.9-5.89-2.7l.98-.87c1.12 1.61 3.13 2.29 4.93 2.29 1.64 0 4.12-.44 4.2-2.56.05-1.93-2.18-2.32-4.39-2.67-2.62-.44-5.2-.93-5.23-3.62-.03-2.64 2.62-3.79 5.34-3.76 1.96 0 3.68.54 5.01 1.8l-.82.87h.01Zm-60.5-12.32L162.55 9.09l-11.43 4.07L139.97 0h-19.06l-8.78 10.49-9.09-3.54-11.38 13.54v-1.94h-7.28v10.62l-9.22 10.99H0v1.32h75.76l9.92-11.83v-9.77h4.64v4.25l12.79-15.25 30.94 29.41 28.31-27.33 25.88 30.84h75.69v-1.32h-75.09.02Zm-54.8-21.48-6.43-2.51 12.22-14.54 9.88 11.63L134.06 19Z\"/><path d=\"M104.15 11.13 90.32 27.46v-1.88l12.89-15.35.95.9Zm82.78 30.53L162.3 12.32l-.93.89 23.85 28.45h1.71Zm-38.41-28.07-8.66-10.2-.43.51 8.41 9.9.69-.21h-.01Zm-44.97 11.98h-4.67v4.67h4.67v-4.67Zm5.8 4.68h-4.67v-4.67h4.67v4.67Zm-5.8 5.82h-4.67V31.4h4.67v4.67Zm5.8 0h-4.67V31.4h4.67v4.67Zm52.51-13.39h-3.33v3.33h3.33v-3.33Zm4.13 3.33h-3.33v-3.33h3.33v3.33Zm-4.13 4.15h-3.33v-3.33h3.33v3.33Zm4.13 0h-3.33v-3.33h3.33v3.33Zm-26.21-21h-2.5v2.5h2.5v-2.5Zm3.11 2.51h-2.5v-2.5h2.5v2.5Zm-3.11 3.11h-2.5v-2.5h2.5v2.5Zm3.11 0h-2.5v-2.5h2.5v2.5Zm-28.97 52.43v1.32h150.03v-1.32H113.92ZM0 68.53h94.58v-1.32H0v1.32Zm257.71-8.69c.34.19.61.46.8.8s.29.72.29 1.13-.1.79-.3 1.13c-.2.34-.47.61-.81.81s-.72.3-1.13.3a2.196 2.196 0 0 1-1.93-1.11c-.2-.34-.29-.72-.29-1.13s.1-.78.29-1.13c.2-.34.46-.61.81-.81.34-.2.72-.3 1.14-.3s.8.1 1.13.29v.02Zm-.16 3.63c.29-.17.53-.41.7-.71s.26-.63.26-.99-.08-.69-.25-.99c-.17-.3-.4-.53-.69-.7-.29-.17-.62-.25-.99-.25s-.69.09-.99.26-.53.41-.7.7c-.17.3-.25.63-.25.98s.08.69.25.98c.17.3.4.53.7.7.29.17.62.26.98.26s.69-.09.99-.26v.02Zm.02-1.6c-.09.13-.22.23-.39.29l.58.89h-.44l-.52-.81h-.69v.81h-.43v-2.53h1.01c.32 0 .57.08.75.23.18.16.27.36.27.63 0 .19-.05.35-.14.49Zm-.44-.12c.11-.09.17-.21.17-.37s-.06-.28-.17-.37-.27-.13-.47-.13h-.56v1.01h.56c.2 0 .36-.04.47-.13Z\"/></g></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-od6ujv\",layoutDependency:layoutDependency,layoutId:\"rY2OrYbWk\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ltdmzz\",layoutDependency:layoutDependency,layoutId:\"H1By4VbVe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fecvvp\",\"data-styles-preset\":\"I7CGg0kFS\",children:\"1121 Azalea Garden Circle, Raleigh NC 27603\"})}),className:\"framer-nupp5y\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Dmb9sD9hp\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fecvvp\",\"data-styles-preset\":\"I7CGg0kFS\",children:\"(919) 858-2706\"})}),className:\"framer-ms2113\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qt69ONlpZ\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fecvvp\",\"data-styles-preset\":\"I7CGg0kFS\",children:\"sales@sworddevelopment.com\"})}),className:\"framer-19pxgfh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SotobtrrO\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y4wnr8\",layoutDependency:layoutDependency,layoutId:\"T_DndAhvW\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1frbcd0-container\",layoutDependency:layoutDependency,layoutId:\"CxgLzYhET-container\",children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"CxgLzYhET\",iYciEZdW9:\"https://www.instagram.com/morningtonestates.nc/\",layoutId:\"CxgLzYhET\",style:{height:\"100%\",width:\"100%\"},variant:\"EYlUjfzY6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fzdx8v-container\",layoutDependency:layoutDependency,layoutId:\"yvgwe8Uiq-container\",children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"yvgwe8Uiq\",iYciEZdW9:\"https://www.facebook.com/morningtonestates\",layoutId:\"yvgwe8Uiq\",NWae11UgS:addImageAlt({src:\"https://framerusercontent.com/images/1inJcQScESM63vMzUDos0iU9FiE.png\",srcSet:\"https://framerusercontent.com/images/1inJcQScESM63vMzUDos0iU9FiE.png 335w\"},\"\"),SMmo1ToTP:addImageAlt({src:\"https://framerusercontent.com/images/sYKoiJ69J3kqMi6spLnPHqphaw.png\",srcSet:\"https://framerusercontent.com/images/sYKoiJ69J3kqMi6spLnPHqphaw.png 335w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"EYlUjfzY6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-31839e-container\",layoutDependency:layoutDependency,layoutId:\"frHUw_Mxq-container\",children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"frHUw_Mxq\",iYciEZdW9:\"https://www.youtube.com/channel/UCeAm7CJmpZfPMIusV0Qq44Q\",layoutId:\"frHUw_Mxq\",NWae11UgS:addImageAlt({src:\"https://framerusercontent.com/images/QMxx7LNHdOcKGDe0T2p2mgMFXiA.png\"},\"\"),SMmo1ToTP:addImageAlt({src:\"https://framerusercontent.com/images/QMxx7LNHdOcKGDe0T2p2mgMFXiA.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"EYlUjfzY6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8501fh-container\",layoutDependency:layoutDependency,layoutId:\"rGeacbz0J-container\",children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"rGeacbz0J\",iYciEZdW9:\"https://www.tiktok.com/@morningtonestates\",layoutId:\"rGeacbz0J\",NWae11UgS:addImageAlt({src:\"https://framerusercontent.com/images/3lLxGHoWi3geW5ikWlc1ddwieDs.png\"},\"\"),SMmo1ToTP:addImageAlt({src:\"https://framerusercontent.com/images/ULieeZVaY7uFiJVlZ4RfTlQ.png\",srcSet:\"https://framerusercontent.com/images/ULieeZVaY7uFiJVlZ4RfTlQ.png 891w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"EYlUjfzY6\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":eBwC7hcWA\",webPageId:\"Zaiqt7tXj\"},implicitPathVariables:undefined},{href:{hash:\":eBwC7hcWA\",webPageId:\"Zaiqt7tXj\"},implicitPathVariables:undefined},{href:{hash:\":eBwC7hcWA\",webPageId:\"Zaiqt7tXj\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3m3snq-container\",layoutDependency:layoutDependency,layoutId:\"uMpRJTZJ3-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"uMpRJTZJ3\",layoutId:\"uMpRJTZJ3\",TvEf4cvFp:\"rgb(255, 255, 255)\",U28lVufvI:true,v3JSwrsuH:resolvedLinks[0],variant:\"OdCKiqY5l\",width:\"100%\",wPzyGTYgf:\"BOOK A SHOWING\",...addPropertyOverrides({Cg3tHV0u5:{v3JSwrsuH:resolvedLinks[2]},K2cy6zaW7:{v3JSwrsuH:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-145dghm\",\"data-border\":true,\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"AvdY8Sz6o\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmFsZXdheS02MDA=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f0f2ce57-dcce-49c3-a677-4400dfc47af3, rgb(102, 102, 102)))\"},children:\"\\xa9 2024 Sword Development\"})}),className:\"framer-1mt3bf2\",fonts:[\"GF;Raleway-600\"],layoutDependency:layoutDependency,layoutId:\"D8Mj1oSy8\",style:{\"--extracted-r6o4lv\":\"var(--token-f0f2ce57-dcce-49c3-a677-4400dfc47af3, rgb(102, 102, 102))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmFsZXdheS02MDA=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f0f2ce57-dcce-49c3-a677-4400dfc47af3, rgb(102, 102, 102)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"T9xWCTm49\"},nodeId:\"R9EYFb8aj\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17053th\",\"data-styles-preset\":\"uu2eSW2kB\",children:\"Privacy Policy\"})})})}),className:\"framer-3gr14q\",fonts:[\"GF;Raleway-600\"],layoutDependency:layoutDependency,layoutId:\"R9EYFb8aj\",style:{\"--extracted-r6o4lv\":\"var(--token-f0f2ce57-dcce-49c3-a677-4400dfc47af3, rgb(102, 102, 102))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.triworkstudios.com/\",nodeId:\"PRduhFJpO\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-17053th\",\"data-styles-preset\":\"uu2eSW2kB\",children:[\"Powered By\",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0dSSUZURVIgQm9sZA==\",\"--framer-font-family\":'\"GRIFTER Bold\", \"GRIFTER Bold Placeholder\", sans-serif'},children:\" TRIWORKS\"})]})})})}),className:\"framer-1bcj1wo\",fonts:[\"GF;DM Sans-regular\",\"CUSTOM;GRIFTER Bold\"],layoutDependency:layoutDependency,layoutId:\"PRduhFJpO\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zCsY1.framer-vbicn9, .framer-zCsY1 .framer-vbicn9 { display: block; }\",\".framer-zCsY1.framer-ngijum { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 60px 64px 30px 64px; position: relative; width: 1200px; }\",\".framer-zCsY1 .framer-1t53fg4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zCsY1 .framer-1t5rarw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-zCsY1 .framer-oexedc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zCsY1 .framer-19ajo40 { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zCsY1 .framer-1xo69nc { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-zCsY1 .framer-1b85nyx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zCsY1 .framer-mjxcyb { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; min-width: 300px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zCsY1 .framer-1lgzt61 { aspect-ratio: 3.6164383561643834 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); position: relative; text-decoration: none; width: 197px; }\",\".framer-zCsY1 .framer-od6ujv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zCsY1 .framer-1ltdmzz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zCsY1 .framer-nupp5y, .framer-zCsY1 .framer-ms2113, .framer-zCsY1 .framer-19pxgfh, .framer-zCsY1 .framer-1mt3bf2, .framer-zCsY1 .framer-3gr14q { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-zCsY1 .framer-1y4wnr8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zCsY1 .framer-1frbcd0-container, .framer-zCsY1 .framer-1fzdx8v-container, .framer-zCsY1 .framer-31839e-container, .framer-zCsY1 .framer-8501fh-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-zCsY1 .framer-3m3snq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-zCsY1 .framer-145dghm { 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: 1440px; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-zCsY1 .framer-1bcj1wo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zCsY1.framer-ngijum, .framer-zCsY1 .framer-1t53fg4, .framer-zCsY1 .framer-1t5rarw, .framer-zCsY1 .framer-oexedc, .framer-zCsY1 .framer-1b85nyx, .framer-zCsY1 .framer-mjxcyb, .framer-zCsY1 .framer-od6ujv, .framer-zCsY1 .framer-1ltdmzz, .framer-zCsY1 .framer-1y4wnr8 { gap: 0px; } .framer-zCsY1.framer-ngijum > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-zCsY1.framer-ngijum > :first-child, .framer-zCsY1 .framer-1t53fg4 > :first-child, .framer-zCsY1 .framer-1t5rarw > :first-child, .framer-zCsY1 .framer-oexedc > :first-child, .framer-zCsY1 .framer-mjxcyb > :first-child, .framer-zCsY1 .framer-od6ujv > :first-child, .framer-zCsY1 .framer-1ltdmzz > :first-child { margin-top: 0px; } .framer-zCsY1.framer-ngijum > :last-child, .framer-zCsY1 .framer-1t53fg4 > :last-child, .framer-zCsY1 .framer-1t5rarw > :last-child, .framer-zCsY1 .framer-oexedc > :last-child, .framer-zCsY1 .framer-mjxcyb > :last-child, .framer-zCsY1 .framer-od6ujv > :last-child, .framer-zCsY1 .framer-1ltdmzz > :last-child { margin-bottom: 0px; } .framer-zCsY1 .framer-1t53fg4 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-zCsY1 .framer-1t5rarw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-zCsY1 .framer-oexedc > *, .framer-zCsY1 .framer-1ltdmzz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zCsY1 .framer-1b85nyx > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-zCsY1 .framer-1b85nyx > :first-child, .framer-zCsY1 .framer-1y4wnr8 > :first-child { margin-left: 0px; } .framer-zCsY1 .framer-1b85nyx > :last-child, .framer-zCsY1 .framer-1y4wnr8 > :last-child { margin-right: 0px; } .framer-zCsY1 .framer-mjxcyb > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-zCsY1 .framer-od6ujv > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-zCsY1 .framer-1y4wnr8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-zCsY1.framer-v-o27epi.framer-ngijum { padding: 60px 40px 30px 40px; width: 810px; }\",\".framer-zCsY1.framer-v-1x00o78.framer-ngijum { padding: 60px 20px 30px 20px; width: 390px; }\",\".framer-zCsY1.framer-v-1x00o78 .framer-1t53fg4 { gap: 16px; }\",\".framer-zCsY1.framer-v-1x00o78 .framer-145dghm { flex-direction: column; gap: 10px; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zCsY1.framer-v-1x00o78 .framer-1t53fg4, .framer-zCsY1.framer-v-1x00o78 .framer-145dghm { gap: 0px; } .framer-zCsY1.framer-v-1x00o78 .framer-1t53fg4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-zCsY1.framer-v-1x00o78 .framer-1t53fg4 > :first-child, .framer-zCsY1.framer-v-1x00o78 .framer-145dghm > :first-child { margin-top: 0px; } .framer-zCsY1.framer-v-1x00o78 .framer-1t53fg4 > :last-child, .framer-zCsY1.framer-v-1x00o78 .framer-145dghm > :last-child { margin-bottom: 0px; } .framer-zCsY1.framer-v-1x00o78 .framer-145dghm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-zCsY1[data-border=\"true\"]::after, .framer-zCsY1 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 683.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"K2cy6zaW7\":{\"layout\":[\"fixed\",\"auto\"]},\"Cg3tHV0u5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerhl4gWPiLi=withCSS(Component,css,\"framer-zCsY1\");export default Framerhl4gWPiLi;Framerhl4gWPiLi.displayName=\"Footer\";Framerhl4gWPiLi.defaultProps={height:683.5,width:1200};addPropertyControls(Framerhl4gWPiLi,{variant:{options:[\"e3rW2KnPK\",\"K2cy6zaW7\",\"Cg3tHV0u5\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerhl4gWPiLi,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Raleway\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCKNLA3JC9c.woff2\",weight:\"600\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"GRIFTER Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/fpQD4xC6Yiqo4wrMSRV6Z3QY.otf\"}]},...SocialButtonFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerhl4gWPiLi\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"683.5\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K2cy6zaW7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Cg3tHV0u5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "2UAEO,IAAMA,GAAkB,CAC3B,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QAChB,EASA,IAAMC,GAAkB,CACpB,GAAGC,GACH,aAAc,EACd,WAAY,2BACZ,OAAQ,uCACR,MAAO,UACP,cAAe,QACnB,EACaC,GAAgCC,EAAW,CAACC,EAAGC,IACnCC,EAAK,MAAO,CAC7B,MAAON,GACP,IAAKK,CACT,CAAC,CACJ,EC9BD,IAAIE,GAAMC,GAAEC,GAAG,CAAC,GAAG,CAACF,GAAE,CAAC,IAAMG,EAAED,EAAE,WAAW,CAAC,CAAC,MAAME,EAAE,eAAe,KAAKC,EAAE,GAAG,GAAGC,CAAC,EAAEC,IAAIL,EAAE,cAAc,MAAM,CAAC,IAAIK,EAAE,MAAM,6BAA6B,MAAMF,EAAE,OAAOA,EAAE,QAAQ,YAAY,KAAK,OAAO,OAAOD,EAAE,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAQ,GAAGE,CAAC,EAAEJ,EAAE,cAAc,OAAO,CAAC,EAAE,gDAAgD,CAAC,EAAEA,EAAE,cAAc,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAC,CAAC,EAAEC,EAAE,YAAY,OAAOH,GAAEG,CAAC,CAAC,OAAOH,EAAC,ECInU,IAAMQ,GAAc,CAAC,QAAQ,CAAC,KAAKC,EAAY,YAAY,EAAE,YAAY,CAAC,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,KAAKA,EAAY,YAAY,EAAE,aAAa,CAAC,KAAKA,EAAY,YAAY,EAAE,aAAa,CAAC,KAAKA,EAAY,YAAY,CAAC,EAAQC,GAAY,CAACC,EAAIC,IAASD,EAAI,KAAKE,GAAGA,EAAE,YAAY,EAAE,SAASD,CAAM,CAAC,EAAS,SAASE,GAAiBC,EAASC,EAAaC,EAAW,GAAGC,EAAcC,EAAsB,CAEriB,GAAGH,EAAa,OAAOE,EAAc,GAAGD,GAAY,MAAqDA,GAAW,SAAU,EAAE,OAAO,KAAK,IAAMG,EAAeH,EAAW,YAAY,EAAE,QAAQ,QAAQ,EAAE,EAAE,IAAII,EACjD,OAA7IA,EAAgBF,EAAsBC,CAAc,KAAK,MAAMC,IAAkB,OAAOA,EAAgBX,GAAYK,EAASK,CAAc,CAAsB,CAAQ,SAASE,GAAiBP,EAASC,EAAaC,EAAW,GAAGC,EAAcC,EAAsB,CAC/R,IAAMI,EAAiBC,EAAQ,IAAI,CAAC,GAAGP,GAAY,MAAqDA,GAAW,SAAU,EAAE,OAAO,KAAK,IAAMG,EAAeH,EAAW,YAAY,EAAE,QAAQ,QAAQ,EAAE,EAAE,IAAII,EAChD,OAA7IA,EAAgBF,EAAsBC,CAAc,KAAK,MAAMC,IAAkB,OAAOA,EAAgBX,GAAYK,EAASK,CAAc,CAAsB,EAAE,CAACF,EAAcD,CAAU,CAAC,EAAyD,OAA5CD,EAAaE,EAAcK,CAA6B,CCTiM,IAAME,GAAS,CAAC,WAAW,UAAU,eAAe,gBAAgB,iBAAiB,eAAe,gBAAgB,aAAa,cAAc,SAAS,WAAW,UAAU,aAAa,oBAAoB,kBAAkB,mBAAmB,aAAa,oBAAoB,cAAc,qBAAqB,WAAW,kBAAkB,gBAAgB,iBAAiB,UAAU,QAAQ,YAAY,cAAc,UAAU,mBAAmB,OAAO,WAAW,YAAY,OAAO,OAAO,YAAY,WAAW,MAAM,YAAY,WAAW,SAAS,aAAa,OAAO,QAAQ,eAAe,eAAe,eAAe,eAAe,gBAAgB,aAAa,gBAAgB,gBAAgB,iBAAiB,cAAc,SAAS,SAAS,YAAY,QAAQ,QAAQ,gBAAgB,kBAAkB,YAAY,aAAa,aAAa,OAAO,UAAU,cAAc,SAAS,UAAU,UAAU,UAAU,OAAO,mBAAmB,oBAAoB,mBAAmB,iBAAiB,oBAAoB,kBAAkB,iBAAiB,kBAAkB,MAAM,cAAc,OAAO,YAAY,WAAW,SAAS,OAAO,SAAS,gBAAgB,gBAAgB,cAAc,WAAW,iBAAiB,WAAW,UAAU,OAAO,SAAS,SAAS,gBAAgB,MAAM,UAAU,WAAW,eAAe,UAAU,QAAQ,OAAO,aAAa,YAAY,YAAY,OAAO,SAAS,OAAO,SAAS,eAAe,cAAc,SAAS,QAAQ,OAAO,aAAa,aAAa,YAAY,mBAAmB,SAAS,SAAS,QAAQ,OAAO,aAAa,OAAO,aAAa,QAAQ,cAAc,UAAU,OAAO,QAAQ,QAAQ,OAAO,YAAY,SAAS,MAAM,SAAS,SAAS,YAAY,OAAO,SAAS,WAAW,OAAO,SAAS,OAAO,SAAS,UAAU,OAAO,MAAM,UAAU,WAAW,aAAa,MAAM,OAAO,iBAAiB,iBAAiB,MAAM,UAAU,WAAW,aAAa,QAAQ,eAAe,eAAe,UAAU,OAAO,kBAAkB,gBAAgB,gBAAgB,OAAO,QAAQ,aAAa,eAAe,UAAU,UAAU,YAAY,QAAQ,eAAe,WAAW,UAAU,QAAQ,aAAa,kBAAkB,iBAAiB,eAAe,YAAY,iBAAiB,YAAY,OAAO,cAAc,OAAO,cAAc,cAAc,SAAS,QAAQ,UAAU,QAAQ,cAAc,aAAa,SAAS,SAAS,aAAa,YAAY,MAAM,OAAO,WAAW,SAAS,OAAO,SAAS,WAAW,QAAQ,UAAU,SAAS,aAAa,eAAe,gBAAgB,UAAU,UAAU,YAAY,eAAe,QAAQ,QAAQ,UAAU,aAAa,QAAQ,UAAU,SAAS,OAAO,cAAc,MAAM,UAAU,SAAS,SAAS,MAAM,SAAS,WAAW,cAAc,cAAc,YAAY,cAAc,eAAe,OAAO,QAAQ,UAAU,SAAS,gBAAgB,cAAc,WAAW,QAAQ,KAAK,SAAS,UAAU,OAAO,WAAW,YAAY,SAAS,SAAS,eAAe,OAAO,aAAa,aAAa,YAAY,SAAS,QAAQ,QAAQ,YAAY,YAAY,SAAS,WAAW,WAAW,WAAW,QAAQ,OAAO,WAAW,OAAO,IAAI,WAAW,YAAY,WAAW,UAAU,MAAM,UAAU,UAAU,UAAW,EAAQC,GAAc,sCAA4CC,GAAkBF,GAAS,IAAIG,GAAMA,EAAK,OAAO,CAAC,EAAE,YAAY,EAAEA,EAAK,MAAM,CAAC,CAAC,EAAQC,GAAsBJ,GAAS,OAAO,CAACK,EAAIC,KAAOD,EAAIC,EAAI,YAAY,CAAC,EAAEA,EAAWD,GAAM,CAAC,CAAC,EAQn2H,SAASE,EAAKC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,aAAAC,EAAa,WAAAC,EAAW,cAAAC,EAAc,QAAAC,EAAQ,YAAAC,EAAY,UAAAC,EAAU,aAAAC,EAAa,aAAAC,EAAa,SAAAC,CAAQ,EAAEV,EAAYW,EAAUC,EAAO,EAAK,EAAQC,EAAQC,GAAiBtB,GAASU,EAAaC,EAAWC,EAAcR,EAAqB,EACtR,CAACmB,EAAaC,CAAe,EAAEC,GAASJ,IAAU,OAAOK,GAAYC,CAAK,EAAE,IAAI,EACrF,eAAeC,GAAc,CAAC,IAAIC,EAAO,GACzC,GAAG,CAA4D,IAAMC,EAAO,MAAM,OAA1D,GAAG7B,EAAa,GAAGoB,CAAO,cAC/CQ,GAAOL,EAAgBM,EAAO,QAAQH,CAAK,CAAC,CAAE,OAAOI,EAAE,CAAC,QAAQ,IAAIA,CAAC,EAAKF,GAAOL,EAAgB,IAAI,CAAE,CAAC,MAAM,IAAI,CAACK,EAAO,EAAM,CAAE,CACrIG,GAAU,IAAI,CAACJ,EAAa,CAAE,EAAE,CAACP,CAAO,CAAC,EAAgE,IAAMY,EAAnDC,GAAa,QAAQ,IAAIA,GAAa,OAAiDC,EAAKC,GAAU,CAAC,CAAC,EAAE,KAAK,OAAqBD,EAAK,MAAM,CAAC,MAAM,CAAC,QAAQ,UAAU,EAAE,QAAAtB,EAAQ,aAAAG,EAAa,aAAAC,EAAa,YAAAH,EAAY,UAAAC,EAAU,SAASQ,EAA2BY,EAAKZ,EAAa,CAAC,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,UAAUL,EAAS,eAAe,MAAS,EAAE,MAAMT,CAAK,CAAC,EAAEwB,CAAU,CAAC,CAAE,CAAC1B,EAAK,YAAY,UAAUA,EAAK,aAAa,CAAC,MAAM,GAAG,OAAO,GAAG,cAAc,OAAO,WAAW,OAAO,MAAM,OAAO,aAAa,GAAK,SAAS,EAAK,EAAE8B,EAAoB9B,EAAK,CAAC,aAAa,CAAC,KAAK+B,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,SAAS,aAAa/B,EAAK,aAAa,YAAY,EAAE,cAAc,CAAC,KAAK+B,EAAY,KAAK,QAAQtC,GAAS,aAAaE,GAAkB,aAAaK,EAAK,aAAa,cAAc,MAAM,OAAO,OAAO,CAAC,CAAC,aAAAG,CAAY,IAAI,CAACA,EAAa,YAAY,uEAAuE,EAAE,WAAW,CAAC,KAAK4B,EAAY,OAAO,MAAM,OAAO,YAAY,wBAAmB,OAAO,CAAC,CAAC,aAAA5B,CAAY,IAAIA,CAAY,EAAE,SAAS,CAAC,KAAK4B,EAAY,QAAQ,aAAa,MAAM,cAAc,KAAK,aAAa/B,EAAK,aAAa,QAAQ,EAAE,MAAM,CAAC,KAAK+B,EAAY,MAAM,MAAM,QAAQ,aAAa/B,EAAK,aAAa,KAAK,EAAE,GAAGgC,EAAa,CAAC,ECZn4B,IAAMC,GAAaC,GAASC,CAAO,EAAQC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAa,CAAQ,EAAQC,GAAwB,CAAC,WAAW,YAAY,WAAW,YAAY,gBAAgB,YAAY,WAAW,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,OAAAC,EAAO,IAAAC,EAAI,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAuCC,EAAMC,EAAM,MAAM,CAAC,GAAGJ,EAAM,UAAUH,GAA6BG,EAAM,UAAU,WAAWC,EAAKT,GAAmCQ,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,qBAAqB,UAAUL,GAAsCI,EAAM,UAAU,UAAUL,GAAgCK,EAAM,UAAU,SAASG,GAAOD,EAAuCZ,GAAwBU,EAAM,OAAO,KAAK,MAAME,IAAyC,OAAOA,EAAuCF,EAAM,WAAW,MAAMG,IAAQ,OAAOA,EAAM,YAAY,WAAWC,EAAMN,GAAmCE,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,cAAc,CAAE,EAAQC,GAAuB,CAACL,EAAM3B,IAAe2B,EAAM,iBAAwB3B,EAAS,KAAK,GAAG,EAAE2B,EAAM,iBAAwB3B,EAAS,KAAK,GAAG,EAAUiC,GAA6BC,EAAW,SAASP,EAAMQ,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE7B,GAASS,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAvD,CAAQ,EAAEwD,EAAgB,CAAC,WAAA7D,GAAW,eAAe,YAAY,gBAAAD,GAAgB,QAAAQ,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ4D,EAAiBzB,GAAuBL,EAAM3B,CAAQ,EAAO,CAAC,sBAAA0D,GAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAYH,GAAsB,SAASI,KAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKV,GAAqB,MAAMA,EAAU,GAAGkB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,GAAWC,EAAO,IAAI,EAAQC,GAAY,IAAQ,GAAAb,IAAiB,mBAAiC,CAAC,YAAY,WAAW,EAAE,SAASJ,CAAW,GAAmCkB,GAAa,IAAQlB,IAAc,YAA6CmB,GAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,EAAqB,EAAE,OAAoBzD,EAAK0D,EAAY,CAAC,GAAG/B,GAA4C0B,GAAgB,SAAsBrD,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKT,GAAW,CAAC,MAAMF,GAAY,GAAGL,GAAqB,CAAC,UAAU,CAAC,MAAMM,EAAW,CAAC,EAAE4C,EAAYI,CAAc,EAAE,SAAsBtC,EAAK2D,EAAK,CAAC,KAAK9B,EAAU,OAAO,YAAY,aAAaE,EAAU,aAAa,GAAK,SAAsB6B,EAAM1D,EAAO,EAAE,CAAC,GAAG+B,EAAU,GAAGI,EAAgB,UAAU,GAAGwB,EAAG/E,GAAkB,GAAGyE,EAAsB,gBAAgB7B,EAAUS,CAAU,CAAC,kBAAkB,cAAc,GAAK,mBAAmB,WAAW,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,GAAY,IAAI1B,GAA6B4B,GAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,mBAAmB,UAAU,OAAO,GAAGxB,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,KAAK,EAAE,kBAAkB,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,KAAK,EAAE,UAAU,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,KAAK,EAAE,UAAU,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,MAAM,gBAAgB,qBAAqB,UAAU,kCAAkC,EAAE,UAAU,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,KAAK,EAAE,UAAU,CAAC,iBAAiB,cAAc,EAAE,UAAU,CAAC,iBAAiB,uEAAuE,CAAC,EAAE,GAAGzC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,eAAe,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,WAAW,CAAC,EAAEkD,EAAYI,CAAc,EAAE,SAAS,CAACa,GAAY,GAAgBnD,EAAK8D,EAA0B,CAAC,SAAsB9D,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiByC,EAAiB,SAAS,sBAAsB,SAAsB3C,EAAKrB,EAAQ,CAAC,MAAM,eAAe,OAAO,OAAO,WAAW,OAAO,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,OAAO,GAAGK,GAAqB,CAAC,UAAU,CAAC,MAAMgD,EAAU,cAAc,GAAG,CAAC,EAAEE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEc,GAAa,GAAgBpD,EAAK+D,EAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,gBAAgB,EAAE,iBAAiByC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,KAAKf,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAG5C,GAAqB,CAAC,kBAAkB,CAAC,SAAsBgB,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,QAAQ,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,kBAAkB,CAAC,SAAsBF,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,kBAAkB,CAAC,SAAsBF,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,QAAQ,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,QAAQ,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,QAAQ,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,MAAM,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,QAAQ,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgC,EAAYI,CAAc,CAAC,CAAC,EAAetC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiByC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,QAAQ,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,gBAAgB,eAAe,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,gBAAgB,cAAc,EAAE,UAAU,CAAC,gBAAgB,cAAc,EAAE,UAAU,CAAC,gBAAgB,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQqB,GAAI,CAAC,kFAAkF,kFAAkF,4TAA4T,yGAAyG,2KAA2K,kKAAkK,2WAA2W,2EAA2E,uKAAuK,6aAA6a,2EAA2E,0FAA0F,6aAA6a,4EAA4E,kGAAkG,iGAAiG,8FAA8F,iIAAiI,+bAA+b,EAShwcC,GAAgBC,EAAQ/C,GAAU6C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,KAAK,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,WAAW,WAAW,gBAAgB,WAAW,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,UAAU,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,qBAAqB,MAAM,QAAQ,KAAKA,EAAY,KAAK,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGxF,EAAY,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT5tB,IAAM8F,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,SAAS,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAa,CAAQ,EAAQC,GAAwB,CAAC,UAAU,YAAY,WAAW,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,WAAAC,EAAW,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,KAAAC,EAAK,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAuCC,EAAMC,EAAMC,EAAM,MAAM,CAAC,GAAGL,EAAM,WAAWC,EAAKR,GAAkDO,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,qBAAqB,SAASE,GAAOD,EAAuCX,GAAwBS,EAAM,OAAO,KAAK,MAAME,IAAyC,OAAOA,EAAuCF,EAAM,WAAW,MAAMG,IAAQ,OAAOA,EAAM,YAAY,WAAWC,EAAMP,GAAmCG,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,mBAAmB,UAAUN,GAAgCE,EAAM,UAAU,WAAWK,EAAMX,GAAmCM,EAAM,aAAa,MAAMK,IAAQ,OAAOA,EAAM,uEAAuE,CAAE,EAAQC,GAAuB,CAACN,EAAM1B,IAAe0B,EAAM,iBAAwB1B,EAAS,KAAK,GAAG,EAAE0B,EAAM,iBAAwB1B,EAAS,KAAK,GAAG,EAAUiC,GAA6BC,EAAW,SAASR,EAAMS,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE5B,GAASQ,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,GAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAtD,CAAQ,EAAEuD,EAAgB,CAAC,WAAA5D,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ2D,EAAiBxB,GAAuBN,EAAM1B,CAAQ,EAAO,CAAC,sBAAAyD,EAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAoBH,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAmBL,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQS,GAAgBN,EAAsB,SAASI,IAAO,CAAC,MAAMH,GAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAEU,GAAmBjB,EAAY,CAAC,UAAUgB,EAAe,CAAC,EAAE,IAAME,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,GAAsB,CAAC,EAAQC,EAAkBC,EAAqB,EAAE,OAAoBzD,EAAK0D,EAAY,CAAC,GAAG/B,GAA4C0B,GAAgB,SAAsBrD,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKT,GAAW,CAAC,MAAMF,GAAY,GAAGL,GAAqB,CAAC,UAAU,CAAC,MAAMM,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAsBrC,EAAK2D,EAAK,CAAC,KAAK9B,EAAU,OAAO,YAAY,SAAsB+B,EAAM1D,EAAO,EAAE,CAAC,GAAG8B,EAAU,GAAGI,GAAgB,UAAU,GAAGyB,EAAG/E,GAAkB,GAAGyE,GAAsB,gBAAgB7B,EAAUQ,CAAU,CAAC,kBAAkB,mBAAmB,UAAU,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,aAAaI,GAAoB,IAAIzB,GAA6B8B,GAAK,MAAM,CAAC,GAAG1B,CAAK,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,WAAW,aAAa,MAAS,EAAE,UAAU,CAAC,mBAAmB,UAAU,aAAa,OAAU,aAAagE,EAAkB,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAAcrC,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,sBAAsB,wEAAwE,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,mBAAmB,QAAQ,MAAM,CAAC,mBAAmB,EAAE,iBAAiBwC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,gDAAgD,2BAA2B,mBAAmB,gCAAgC,YAAY,2CAA2CZ,CAAS,EAAE,KAAKF,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe5B,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,iBAAiBwC,EAAiB,SAAS,YAAY,SAAsB1C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBwC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgBX,CAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQgC,GAAI,CAAC,kFAAkF,kFAAkF,gTAAgT,6JAA6J,qIAAqI,oIAAoI,yWAAyW,wFAAwF,wFAAwF,EAS3kOC,GAAgBC,EAAQ9C,GAAU4C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,mBAAmBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,UAAU,UAAU,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,mBAAmB,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,wEAAwE,MAAM,QAAQ,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,qBAAqB,MAAM,aAAa,KAAKA,EAAY,KAAK,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTzd,IAAMM,GAAqBC,GAASC,EAAe,EAAQC,GAAYF,GAASG,EAAM,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAa,CAAQ,EAAQC,GAAwB,CAAC,aAAa,YAAY,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,WAAAC,EAAW,YAAAC,EAAY,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUL,GAAYK,EAAM,WAAW,kEAAkE,UAAUJ,GAAaI,EAAM,WAAW,qBAAqB,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMvB,IAAeuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAUyB,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA/B,EAAQ,UAAAgC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEnB,GAASM,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA5C,CAAQ,EAAE6C,EAAgB,CAAC,WAAAlD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQiD,EAAiBtB,GAAuBD,EAAMvB,CAAQ,EAAO,CAAC,sBAAA+C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAaH,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAYL,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAuCS,GAAkBC,EAAG1D,GAAkB,GAAhD,CAAC,CAAuE,EAAQ2D,GAAWC,EAAO,IAAI,EAAQC,GAAY,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASpB,CAAW,EAAmCqB,GAAOC,GAAU,EAAQC,GAAsBC,EAAM,EAAQC,EAAkBC,EAAqB,EAAE,OAAoBlD,EAAKmD,EAAY,CAAC,GAAG/B,GAAU2B,GAAgB,SAAsB/C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB8D,EAAMlD,EAAO,IAAI,CAAC,GAAGqB,EAAU,GAAGI,EAAgB,UAAUc,EAAGD,GAAkB,gBAAgBrB,EAAUM,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAInB,GAAK4B,GAAK,MAAM,CAAC,gBAAgB,mBAAmB,GAAGxB,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,iEAAiE,EAAE,UAAU,CAAC,gBAAgBG,CAAS,CAAC,EAAE,GAAGpC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEuC,EAAYI,CAAc,EAAE,SAAS,CAAcwB,EAAMlD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiB+B,EAAiB,SAAS,YAAY,GAAGhD,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAMsD,EAAW,EAAE,UAAU,CAAC,iBAAiB,GAAK,MAAMF,CAAY,CAAC,EAAEb,EAAYI,CAAc,EAAE,SAAS,CAAc5B,EAAKqD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,SAAsBrD,EAAKsD,GAAI,CAAC,GAAG,IAAI,UAAU,+BAA+B,mBAAmB,qCAAqC,KAAK,QAAQ,gBAAgB,GAAG,eAAe,IAAI,iBAAiBrB,EAAiB,SAAS,YAAY,IAAI,uqLAAuqL,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEW,GAAY,GAAgBQ,EAAMlD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiB+B,EAAiB,SAAS,YAAY,SAAS,CAAcjC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiB+B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgBX,EAAU,OAAO,GAAG,EAAE,UAAU,CAAC,gBAAgBA,CAAS,CAAC,CAAC,CAAC,EAAetB,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiB+B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgBX,EAAU,OAAO,EAAE,EAAE,UAAU,CAAC,gBAAgBA,CAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8B,EAAMlD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiB+B,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAS,CAAcjC,EAAKuD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BxD,EAAKyD,EAA0B,CAAC,OAAO,GAAG,GAAGR,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,IAAI,GAAGhE,EAAqB,CAAC,UAAU,CAAC,GAAGgE,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,CAAC,CAAC,EAAEzB,EAAYI,CAAc,EAAE,SAAsB5B,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,UAAU,QAAQ,iBAAiB+B,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAKrB,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,QAAQ,YAAY,MAAM,OAAO,UAAU,OAAO,UAAU6E,EAAc,CAAC,EAAE,UAAU,wEAAwE,GAAGvE,EAAqB,CAAC,UAAU,CAAC,UAAUuE,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAEhC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAKuD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASG,GAA6B1D,EAAKyD,EAA0B,CAAC,OAAO,GAAG,GAAGR,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,IAAI,GAAGhE,EAAqB,CAAC,UAAU,CAAC,GAAGgE,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,CAAC,EAAEzB,EAAYI,CAAc,EAAE,SAAsB5B,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,UAAU,QAAQ,iBAAiB+B,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAKrB,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,QAAQ,YAAY,MAAM,OAAO,UAAU,SAAS,UAAU+E,EAAe,CAAC,EAAE,UAAU,wEAAwE,GAAGzE,EAAqB,CAAC,UAAU,CAAC,UAAUyE,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAElC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAKuD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASI,GAA6B3D,EAAKyD,EAA0B,CAAC,OAAO,GAAG,GAAGR,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,IAAI,GAAGhE,EAAqB,CAAC,UAAU,CAAC,GAAGgE,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,CAAC,EAAEzB,EAAYI,CAAc,EAAE,SAAsB5B,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,UAAU,QAAQ,iBAAiB+B,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAKrB,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,QAAQ,YAAY,MAAM,OAAO,UAAU,kBAAkB,UAAUgF,EAAe,CAAC,EAAE,UAAU,wEAAwE,GAAG1E,EAAqB,CAAC,UAAU,CAAC,UAAU0E,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAEnC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAKuD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASK,GAA6B5D,EAAKyD,EAA0B,CAAC,OAAO,GAAG,GAAGR,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,IAAI,GAAGhE,EAAqB,CAAC,UAAU,CAAC,GAAGgE,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,CAAC,EAAEzB,EAAYI,CAAc,EAAE,SAAsB5B,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,UAAU,QAAQ,iBAAiB+B,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAKrB,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,QAAQ,YAAY,MAAM,OAAO,UAAU,OAAO,UAAUiF,EAAe,CAAC,EAAE,UAAU,wEAAwE,GAAG3E,EAAqB,CAAC,UAAU,CAAC,UAAU2E,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAEpC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAKuD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASM,GAA6B7D,EAAKyD,EAA0B,CAAC,OAAO,GAAG,GAAGR,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,IAAI,GAAGhE,EAAqB,CAAC,UAAU,CAAC,GAAGgE,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,GAAG,CAAC,EAAEzB,EAAYI,CAAc,EAAE,SAAsB5B,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,UAAU,QAAQ,iBAAiB+B,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAKrB,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,QAAQ,YAAY,MAAM,OAAO,UAAU,QAAQ,UAAUkF,EAAe,CAAC,EAAE,UAAU,wEAAwE,GAAG5E,EAAqB,CAAC,UAAU,CAAC,UAAU4E,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAErC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAKyD,EAA0B,CAAC,OAAO,GAAG,GAAGR,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,IAAI,GAAGhE,EAAqB,CAAC,UAAU,CAAC,GAAGgE,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,GAAG,CAAC,EAAEzB,EAAYI,CAAc,EAAE,SAAsB5B,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,UAAU,QAAQ,iBAAiB+B,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAKrB,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,QAAQ,YAAY,MAAM,OAAO,UAAU,iBAAiB,UAAU,iBAAiB,UAAU,uEAAuE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqB,EAAKuD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASO,GAA6B9D,EAAKyD,EAA0B,CAAC,OAAO,GAAG,GAAGR,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,EAAE,GAAGhE,EAAqB,CAAC,UAAU,CAAC,GAAGgE,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,GAAG,CAAC,EAAEzB,EAAYI,CAAc,EAAE,SAAsB5B,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,UAAU,QAAQ,iBAAiB+B,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAKnB,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,UAAU,GAAK,UAAUiF,EAAe,CAAC,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,iBAAiB,GAAG7E,EAAqB,CAAC,UAAU,CAAC,UAAU6E,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAEtC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQmC,GAAI,CAAC,kFAAkF,kFAAkF,uSAAuS,qRAAqR,kMAAkM,gHAAgH,+PAA+P,gQAAgQ,qRAAqR,2VAA2V,gvBAAgvB,+HAA+H,0LAA0L,6HAA6H,sJAAsJ,uJAAuJ,oNAAoN,+3BAA+3B,0NAA0N,mMAAmM,kNAAkN,67BAA67B,EASp2xBC,GAAgBC,EAAQrD,GAAUmD,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,aAAaA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,+FAA+F,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,qBAAqB,MAAM,eAAe,KAAKA,EAAY,KAAK,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGvF,GAAqB,GAAGG,EAAW,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECThtB0F,GAAU,UAAU,CAAC,0BAA0B,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,oBAAoB,OAAO,SAAS,IAAI,uEAAuE,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,sqBAAsqB,EAAeC,GAAU,eCA96BC,GAAU,UAAU,CAAC,kBAAkB,oBAAoB,mBAAmB,wBAAwB,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,SAAS,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,SAAS,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,SAAS,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,SAAS,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,sjCAAsjC,4mCAA4mC,wmCAAwmC,EAAeC,GAAU,eCDx4IC,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,EAAeC,GAAI,CAAC,glBAAglB,EAAeC,GAAU,eCCzqBC,GAAU,UAAU,CAAC,kBAAkB,oBAAoB,mBAAmB,wBAAwB,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,SAAS,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,SAAS,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,SAAS,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,SAAS,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,0mCAA0mC,gqCAAgqC,4pCAA4pC,EAAeC,GAAU,eCA1zI,IAAMC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAyC,IAAMC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAQC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAW,CAAC,CAAC,MAAAD,EAAM,SAAAE,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWN,GAAmCG,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAwB,CAAC,SAAS,YAAY,UAAU,YAAY,SAAS,YAAY,KAAK,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,YAAAC,EAAY,UAAAC,EAAU,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAuCC,EAAM,MAAM,CAAC,GAAGJ,EAAM,UAAUJ,GAAgCI,EAAM,UAAU,WAAWC,EAAKH,GAA+CE,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,CAAC,IAAI,wFAAwF,OAAO,sKAAsK,EAAE,WAAWC,EAAML,GAAqDG,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,CAAC,IAAI,yFAAyF,OAAO,wKAAwK,EAAE,SAASE,GAAOD,EAAuCX,GAAwBQ,EAAM,OAAO,KAAK,MAAMG,IAAyC,OAAOA,EAAuCH,EAAM,WAAW,MAAMI,IAAQ,OAAOA,EAAM,WAAW,CAAE,EAAQC,GAAuB,CAACL,EAAMvB,IAAWA,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAuBM,GAA6BC,EAAW,SAASP,EAAMQ,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAnC,EAAQ,UAAAoC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEzB,GAASO,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,WAAAnC,EAAW,SAAAX,CAAQ,EAAE+C,EAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,gBAAAC,GAAgB,YAAA9C,GAAY,QAAAD,EAAQ,kBAAAL,EAAiB,CAAC,EAAQqD,EAAiBtB,GAAuBL,EAAMvB,CAAQ,EAAQmD,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAE,OAAoBzC,EAAK0C,EAAY,CAAC,GAAGnB,GAA4CgB,EAAgB,SAAsBvC,EAAK2C,EAAO,IAAI,CAAC,QAAQvD,EAAQ,QAAQF,EAAS,aAAa,IAAI6C,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,UAAUa,EAAG,eAAe,GAAGH,EAAsBZ,CAAU,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAsB7B,EAAKR,GAAW,CAAC,MAAMK,EAAW,SAAsBG,EAAK6C,EAAK,CAAC,KAAKnB,EAAU,SAAsBoB,EAAMH,EAAO,EAAE,CAAC,GAAGhB,EAAU,UAAU,GAAGiB,EAAG,iBAAiBtB,CAAS,CAAC,iBAAiB,cAAc,GAAK,mBAAmB,OAAO,iBAAiBc,EAAiB,SAAS,YAAY,IAAInB,GAA6BoB,EAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,kBAAkB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,GAAGhB,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,iBAAiB,oBAAoB,EAAE,UAAU,CAAC,iBAAiB,oBAAoB,EAAE,UAAU,CAAC,iBAAiB,oBAAoB,EAAE,UAAU,CAAC,iBAAiB,oBAAoB,CAAC,EAAE,GAAGrC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,SAAS,CAAC,EAAE4C,EAAYE,CAAc,EAAE,SAAS,CAAc9B,EAAK2C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBP,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,eAAe,QAAQ,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAK+C,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,GAAGzD,GAAkBkC,CAAS,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBY,EAAiB,SAAS,YAAY,GAAGpD,GAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,GAAGM,GAAkBmC,CAAS,CAAC,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,IAAI,qEAAqE,OAAO,oKAAoK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,IAAI,sEAAsE,OAAO,sKAAsK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,IAAI,sEAAsE,OAAO,sKAAsK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,mEAAmE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,IAAI,uEAAuE,OAAO,wKAAwK,CAAC,CAAC,EAAEG,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkB,GAAI,CAAC,sZAAsZ,kFAAkF,mDAAmD,6IAA6I,oKAAoK,uMAAuM,qTAAqT,EAO57RC,GAAgBC,EAAQnC,GAAUiC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,gBAAgBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,OAAO,YAAY,UAAU,WAAW,UAAU,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,+GAA+G,MAAM,eAAe,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,wBAAwB,8GAA8G,MAAM,aAAa,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,ECPiN,IAAMM,GAAkBC,GAASC,EAAY,EAAQC,GAAYF,GAASG,EAAM,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAa,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEf,GAASI,CAAK,EAAO,CAAC,YAAAY,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAA3C,CAAQ,EAAE4C,EAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBD,EAAMxB,CAAQ,EAAiI8C,EAAkBC,EAAGnD,GAAkB,GAA1I,CAAaqC,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQe,EAAWC,EAAO,IAAI,EAAQC,EAAOC,GAAU,EAAQC,EAAsBC,EAAM,EAAQC,GAAkBC,EAAqB,EAAE,OAAoBvC,EAAKwC,EAAY,CAAC,GAAGtB,GAAUkB,EAAgB,SAAsBpC,EAAKC,GAAS,CAAC,QAAQjB,EAAS,QAAQ,GAAM,SAAsBgB,EAAKT,GAAW,CAAC,MAAMJ,GAAY,SAAsBsD,EAAMvC,EAAO,OAAO,CAAC,GAAGiB,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,gBAAgBb,EAAUI,CAAU,EAAE,cAAc,GAAK,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAAKoB,EAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,sBAAsB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,GAAGhB,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEsC,EAAYI,CAAc,EAAE,SAAS,CAAciB,EAAMvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAcY,EAAMvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiB2B,EAAiB,SAAS,YAAY,SAAsB7B,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAW,EAAS,CAAC,SAAsByC,EAAMvC,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,CAAC,mBAAgCF,EAAKE,EAAO,GAAG,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAC,UAAU,CAAC,sBAAsB,kEAAkE,qBAAqB,iEAAiE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG/C,GAAqB,CAAC,UAAU,CAAC,SAAsBkB,EAAW,EAAS,CAAC,SAAsByC,EAAMvC,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,CAAcF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,sBAAsB,2FAA2F,EAAE,SAAS,kBAAkB,CAAC,EAAeF,EAAKE,EAAO,GAAG,CAAC,CAAC,EAAeF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,sBAAsB,0FAA0F,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,EAAexB,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiB2B,EAAiB,SAAS,YAAY,SAAsBY,EAAMvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,UAAU,QAAQ,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAK2C,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB3C,EAAK4C,GAAI,CAAC,GAAG,IAAI,UAAU,+BAA+B,mBAAmB,6CAA6C,KAAK,QAAQ,gBAAgB,GAAG,eAAe,IAAI,iBAAiBf,EAAiB,SAAS,YAAY,IAAI,8/JAA8/J,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeY,EAAMvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAcY,EAAMvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,6CAA6C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,4BAA4B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeY,EAAMvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2B,EAAiB,SAAS,YAAY,SAAS,CAAc7B,EAAK6C,EAA0B,CAAC,SAAsB7C,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB2B,EAAiB,SAAS,sBAAsB,SAAsB7B,EAAKxB,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,kDAAkD,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAK6C,EAA0B,CAAC,SAAsB7C,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB2B,EAAiB,SAAS,sBAAsB,SAAsB7B,EAAKxB,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,6CAA6C,SAAS,YAAY,UAAUY,GAAY,CAAC,IAAI,uEAAuE,OAAO,2EAA2E,EAAE,EAAE,EAAE,UAAUA,GAAY,CAAC,IAAI,sEAAsE,OAAO,0EAA0E,EAAE,EAAE,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeY,EAAK6C,EAA0B,CAAC,SAAsB7C,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB2B,EAAiB,SAAS,sBAAsB,SAAsB7B,EAAKxB,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,2DAA2D,SAAS,YAAY,UAAUY,GAAY,CAAC,IAAI,sEAAsE,EAAE,EAAE,EAAE,UAAUA,GAAY,CAAC,IAAI,sEAAsE,EAAE,EAAE,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeY,EAAK6C,EAA0B,CAAC,SAAsB7C,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB2B,EAAiB,SAAS,sBAAsB,SAAsB7B,EAAKxB,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,4CAA4C,SAAS,YAAY,UAAUY,GAAY,CAAC,IAAI,sEAAsE,EAAE,EAAE,EAAE,UAAUA,GAAY,CAAC,IAAI,mEAAmE,OAAO,uEAAuE,EAAE,EAAE,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeY,EAAK8C,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,IAA4B/C,EAAK6C,EAA0B,CAAC,OAAO,GAAG,SAAsB7C,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB2B,EAAiB,SAAS,sBAAsB,SAAsB7B,EAAKtB,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,UAAU,GAAK,UAAUqE,GAAc,CAAC,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,iBAAiB,GAAGjE,GAAqB,CAAC,UAAU,CAAC,UAAUiE,GAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,GAAc,CAAC,CAAC,CAAC,EAAE3B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiB,EAAMvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,YAAY,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAc7B,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,6BAA6B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,gBAAgB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,iCAAiC,2BAA2B,gCAAgC,MAAM,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAsBF,EAAK2C,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB3C,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,gBAAgB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAW,EAAS,CAAC,SAAsBA,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,EAAE,SAAsBF,EAAK2C,EAAK,CAAC,KAAK,kCAAkC,OAAO,YAAY,aAAa,GAAK,aAAa,GAAM,SAAsBF,EAAMvC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAC,aAA0BF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,wDAAwD,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,qBAAqB,qBAAqB,EAAE,iBAAiB2B,EAAiB,SAAS,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQmB,GAAI,CAAC,kFAAkF,gFAAgF,qRAAqR,8SAA8S,0SAA0S,4RAA4R,uLAAuL,iHAAiH,wRAAwR,gTAAgT,mMAAmM,wRAAwR,oSAAoS,6PAA6P,kRAAkR,kOAAkO,wGAAwG,0SAA0S,iHAAiH,+nEAA+nE,8FAA8F,+FAA+F,gEAAgE,qHAAqH,muBAAmuB,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,+bAA+b,EAQlm3BC,GAAgBC,EAAQxC,GAAUsC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,8GAA8G,OAAO,KAAK,EAAE,CAAC,OAAO,eAAe,OAAO,SAAS,IAAI,mEAAmE,CAAC,CAAC,EAAE,GAAG3E,GAAkB,GAAGG,GAAY,GAAG8E,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "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", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "newTab", "tap", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "wPzyGTYgf", "v3JSwrsuH", "EOLgRAUsm", "U28lVufvI", "TvEf4cvFp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapd2j7jk", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerI6F5bjvel", "withCSS", "I6F5bjvel_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "background", "color", "height", "id", "label", "link", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "X4kGlDs4u", "XuDqACAuI", "y6g9xO_01", "ofmlkoiCE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1rovahc", "args", "onMouseLeavekp5xta", "onAppear1qskjv8", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramereyiGiIALg", "withCSS", "eyiGiIALg_default", "addPropertyControls", "ControlType", "addFonts", "UnderlineButtonFonts", "getFonts", "eyiGiIALg_default", "ButtonFonts", "I6F5bjvel_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "background", "background2", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "BXzdqyCeO", "fSHVo0ssm", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap16jizc3", "args", "onTapudxox3", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FrameraLSFOYgH8", "withCSS", "aLSFOYgH8_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "logoDefault", "logoHover", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "SMmo1ToTP", "NWae11UgS", "iYciEZdW9", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Link", "u", "Image2", "css", "FramerKPN0GTeyW", "withCSS", "KPN0GTeyW_default", "addPropertyControls", "ControlType", "addFonts", "SocialButtonFonts", "getFonts", "KPN0GTeyW_default", "ButtonFonts", "I6F5bjvel_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "Link", "SVG", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "css", "Framerhl4gWPiLi", "withCSS", "hl4gWPiLi_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
