{
  "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/h1rUWV5jgeWbT1aOZipV/DnRFwXuk2FbL1ECbY5Td/Gn2niftKW.js", "ssg:https://framerusercontent.com/modules/skgHaMWyw7Hc3IMfG5yN/nQdPLMJ7bPyWIq97STIy/DzXnYyFak.js", "ssg:https://framerusercontent.com/modules/Axpol70OdRugqukuVIqY/fRCYwLdA8hEctMwccGMQ/IGFqizJ7S.js", "ssg:https://framerusercontent.com/modules/U5zwi9dpWgzeckhB900o/K204ZtpgEsjgHUfTAkKm/NHIIwmJCZ.js", "ssg:https://framerusercontent.com/modules/eJwbFC7l2HFfDuuqQ2Vd/P8ajc9oN2DNqxeRTf01A/rSeNgKhMf.js", "ssg:https://framerusercontent.com/modules/GXHPe60SpJju9wWXgpDi/0XpYwvAoCYaVhJXtpJ4e/SzdcYQuor.js", "ssg:https://framerusercontent.com/modules/EyMmfmyMEisPXMP71mRO/dZRylU2m2cFpj5AETrnV/ArjIK97PF.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 (4175fb7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,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={Ymui51eCo:{hover:true}};const cycleOrder=[\"Ymui51eCo\"];const serializationHash=\"framer-QVYDS\";const variantClassNames={Ymui51eCo:\"framer-v-8iggqp\"};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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,link,linkName,width,...props})=>{var _ref;return{...props,eqZrdEPm9:link!==null&&link!==void 0?link:props.eqZrdEPm9,zOqxYdBsy:(_ref=linkName!==null&&linkName!==void 0?linkName:props.zOqxYdBsy)!==null&&_ref!==void 0?_ref:\"Link\"};};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,eqZrdEPm9,zOqxYdBsy,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ymui51eCo\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"Ymui51eCo-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:eqZrdEPm9,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-8iggqp\",className,classNames)} framer-dkd7c9`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Ymui51eCo\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"Ymui51eCo-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Link\"})}),className:\"framer-mboc9t\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"hNv9KkJFA\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",opacity:.66},text:zOqxYdBsy,variants:{\"Ymui51eCo-hover\":{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Ymui51eCo-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Link\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2rb7f9-container\",layoutDependency:layoutDependency,layoutId:\"wVd23X_fe-container\",style:{rotate:-90},children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-down\",id:\"wVd23X_fe\",layoutId:\"wVd23X_fe\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QVYDS.framer-dkd7c9, .framer-QVYDS .framer-dkd7c9 { display: block; }\",\".framer-QVYDS.framer-8iggqp { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-QVYDS .framer-mboc9t { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QVYDS .framer-2rb7f9-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); position: relative; width: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QVYDS.framer-8iggqp { gap: 0px; } .framer-QVYDS.framer-8iggqp > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-QVYDS.framer-8iggqp > :first-child { margin-left: 0px; } .framer-QVYDS.framer-8iggqp > :last-child { margin-right: 0px; } }\",\".framer-QVYDS.framer-v-8iggqp.hover.framer-8iggqp { gap: 8px; }\",\".framer-QVYDS.framer-v-8iggqp.hover .framer-2rb7f9-container { height: var(--framer-aspect-ratio-supported, 18px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QVYDS.framer-v-8iggqp.hover.framer-8iggqp { gap: 0px; } .framer-QVYDS.framer-v-8iggqp.hover.framer-8iggqp > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-QVYDS.framer-v-8iggqp.hover.framer-8iggqp > :first-child { margin-left: 0px; } .framer-QVYDS.framer-v-8iggqp.hover.framer-8iggqp > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 19\n * @framerIntrinsicWidth 31\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"wZDuON7YE\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"eqZrdEPm9\":\"link\",\"zOqxYdBsy\":\"linkName\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGn2niftKW=withCSS(Component,css,\"framer-QVYDS\");export default FramerGn2niftKW;FramerGn2niftKW.displayName=\"Menu Link 2\";FramerGn2niftKW.defaultProps={height:19,width:31};addPropertyControls(FramerGn2niftKW,{eqZrdEPm9:{title:\"Link\",type:ControlType.Link},zOqxYdBsy:{defaultValue:\"Link\",displayTextArea:false,placeholder:\"Link\",title:\"Link Name\",type:ControlType.String}});addFonts(FramerGn2niftKW,[{explicitInter:true,fonts:[{family:\"Euclid Circular A Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/xAgGSvpEghG5GJ5uNDWafIGb0.ttf\"}]},...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGn2niftKW\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"19\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wZDuON7YE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"eqZrdEPm9\\\":\\\"link\\\",\\\"zOqxYdBsy\\\":\\\"linkName\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"31\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Gn2niftKW.map", "// Generated by Framer (abcfa95)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MenuLink2 from\"https://framerusercontent.com/modules/h1rUWV5jgeWbT1aOZipV/DnRFwXuk2FbL1ECbY5Td/Gn2niftKW.js\";const MenuLink2Fonts=getFonts(MenuLink2);const cycleOrder=[\"t00I_e_KS\",\"QH5ecrUXD\"];const serializationHash=\"framer-IAW4z\";const variantClassNames={QH5ecrUXD:\"framer-v-1j3y14z\",t00I_e_KS:\"framer-v-9qxbzs\"};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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"t00I_e_KS\",Phone:\"QH5ecrUXD\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"t00I_e_KS\"};};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:\"t00I_e_KS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"QH5ecrUXD\")return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-9qxbzs\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"t00I_e_KS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(24, 24, 26)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{QH5ecrUXD:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({QH5ecrUXD:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-letter-spacing\":\"0.5em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.4))\"},children:\"RESOURCES\"})}),className:\"framer-2tryss\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"EfOMGZ9EJ\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.4)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wshfgx\",layoutDependency:layoutDependency,layoutId:\"iZJknqLY6\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LYExVCZHJ\"},implicitPathVariables:undefined},{href:{webPageId:\"LYExVCZHJ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"113px\",...addPropertyOverrides({QH5ecrUXD:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i5jhtl-container\",layoutDependency:layoutDependency,layoutId:\"KzY7H0GsV-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:resolvedLinks[0],height:\"100%\",id:\"KzY7H0GsV\",layoutId:\"KzY7H0GsV\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"About\",...addPropertyOverrides({QH5ecrUXD:{eqZrdEPm9:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"113px\",...addPropertyOverrides({QH5ecrUXD:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-czar92-container\",layoutDependency:layoutDependency,layoutId:\"YOlSF4tmm-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://blog.bancor.network/\",height:\"100%\",id:\"YOlSF4tmm\",layoutId:\"YOlSF4tmm\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Blog\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"113px\",...addPropertyOverrides({QH5ecrUXD:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hkv6ru-container\",layoutDependency:layoutDependency,layoutId:\"yqORX7y7W-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://t.me/BancorEcosystemAlerts\",height:\"100%\",id:\"yqORX7y7W\",layoutId:\"yqORX7y7W\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Onchain Alerts\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"113px\",...addPropertyOverrides({QH5ecrUXD:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r3r9dp-container\",layoutDependency:layoutDependency,layoutId:\"KWzLKokIg-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://github.com/bancorprotocol\",height:\"100%\",id:\"KWzLKokIg\",layoutId:\"KWzLKokIg\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Github\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"113px\",...addPropertyOverrides({QH5ecrUXD:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vx8on6-container\",layoutDependency:layoutDependency,layoutId:\"WnXl1w6Sh-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://www.youtube.com/c/BancorProtocol\",height:\"100%\",id:\"WnXl1w6Sh\",layoutId:\"WnXl1w6Sh\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Youtube\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"113px\",...addPropertyOverrides({QH5ecrUXD:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nwpr8v-container\",layoutDependency:layoutDependency,layoutId:\"XM_bcquyK-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://gov.bancor.network/\",height:\"100%\",id:\"XM_bcquyK\",layoutId:\"XM_bcquyK\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Governance\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"113px\",...addPropertyOverrides({QH5ecrUXD:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6kpa62-container\",layoutDependency:layoutDependency,layoutId:\"akXXPynNC-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://vote.bancor.network/#/\",height:\"100%\",id:\"akXXPynNC\",layoutId:\"akXXPynNC\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Vote\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"113px\",...addPropertyOverrides({QH5ecrUXD:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ef0f72-container\",layoutDependency:layoutDependency,layoutId:\"WoTPhB4BR-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://dune.com/bancor/bancor-table-of-contents\",height:\"100%\",id:\"WoTPhB4BR\",layoutId:\"WoTPhB4BR\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Analytics\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":OWsCSn4W0\",webPageId:\"flOIYRy97\"},implicitPathVariables:undefined},{href:{hash:\":OWsCSn4W0\",webPageId:\"flOIYRy97\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({QH5ecrUXD:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3uzmer-container\",layoutDependency:layoutDependency,layoutId:\"vNI450flN-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:resolvedLinks1[0],height:\"100%\",id:\"vNI450flN\",layoutId:\"vNI450flN\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Solutions\",...addPropertyOverrides({QH5ecrUXD:{eqZrdEPm9:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"burR3cRrx\"},implicitPathVariables:undefined},{href:{webPageId:\"burR3cRrx\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"113px\",...addPropertyOverrides({QH5ecrUXD:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-142ir45-container\",layoutDependency:layoutDependency,layoutId:\"aTwPUCX0l-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:resolvedLinks2[0],height:\"100%\",id:\"aTwPUCX0l\",layoutId:\"aTwPUCX0l\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Brand Kit\",...addPropertyOverrides({QH5ecrUXD:{eqZrdEPm9:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IAW4z.framer-z2o1gd, .framer-IAW4z .framer-z2o1gd { display: block; }\",\".framer-IAW4z.framer-9qxbzs { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; padding: 20px 39px 20px 20px; position: relative; width: min-content; }\",\".framer-IAW4z .framer-2tryss { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 200px; word-break: break-word; word-wrap: break-word; }\",\".framer-IAW4z .framer-wshfgx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 113px; }\",\".framer-IAW4z .framer-i5jhtl-container, .framer-IAW4z .framer-czar92-container, .framer-IAW4z .framer-hkv6ru-container, .framer-IAW4z .framer-1r3r9dp-container, .framer-IAW4z .framer-1vx8on6-container, .framer-IAW4z .framer-1nwpr8v-container, .framer-IAW4z .framer-6kpa62-container, .framer-IAW4z .framer-1ef0f72-container, .framer-IAW4z .framer-3uzmer-container, .framer-IAW4z .framer-142ir45-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IAW4z.framer-9qxbzs, .framer-IAW4z .framer-wshfgx { gap: 0px; } .framer-IAW4z.framer-9qxbzs > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-IAW4z.framer-9qxbzs > :first-child, .framer-IAW4z .framer-wshfgx > :first-child { margin-top: 0px; } .framer-IAW4z.framer-9qxbzs > :last-child, .framer-IAW4z .framer-wshfgx > :last-child { margin-bottom: 0px; } .framer-IAW4z .framer-wshfgx > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-IAW4z.framer-v-1j3y14z.framer-9qxbzs { gap: 16px; padding: 40px 0px 0px 0px; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-wshfgx { align-content: unset; align-items: unset; align-self: stretch; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(140px, 1fr)); grid-template-rows: repeat(2, min-content); width: auto; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-i5jhtl-container { align-self: start; justify-self: start; order: 0; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-czar92-container { align-self: start; justify-self: start; order: 1; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-hkv6ru-container { align-self: start; justify-self: start; order: 3; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-1r3r9dp-container { align-self: start; justify-self: start; order: 4; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-1vx8on6-container { align-self: start; justify-self: start; order: 5; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-1nwpr8v-container { align-self: start; justify-self: start; order: 6; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-6kpa62-container { align-self: start; justify-self: start; order: 7; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-1ef0f72-container { align-self: start; justify-self: start; order: 8; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-3uzmer-container { align-self: start; justify-self: start; order: 2; }\",\".framer-IAW4z.framer-v-1j3y14z .framer-142ir45-container { align-self: start; justify-self: start; order: 9; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IAW4z.framer-v-1j3y14z.framer-9qxbzs, .framer-IAW4z.framer-v-1j3y14z .framer-wshfgx { gap: 0px; } .framer-IAW4z.framer-v-1j3y14z.framer-9qxbzs > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-IAW4z.framer-v-1j3y14z.framer-9qxbzs > :first-child { margin-top: 0px; } .framer-IAW4z.framer-v-1j3y14z.framer-9qxbzs > :last-child { margin-bottom: 0px; } .framer-IAW4z.framer-v-1j3y14z .framer-wshfgx > *, .framer-IAW4z.framer-v-1j3y14z .framer-wshfgx > :first-child, .framer-IAW4z.framer-v-1j3y14z .framer-wshfgx > :last-child { margin: 0px; } }\",'.framer-IAW4z[data-border=\"true\"]::after, .framer-IAW4z [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 341\n * @framerIntrinsicWidth 172\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"QH5ecrUXD\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDzXnYyFak=withCSS(Component,css,\"framer-IAW4z\");export default FramerDzXnYyFak;FramerDzXnYyFak.displayName=\"Links: Resources\";FramerDzXnYyFak.defaultProps={height:341,width:172};addPropertyControls(FramerDzXnYyFak,{variant:{options:[\"t00I_e_KS\",\"QH5ecrUXD\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDzXnYyFak,[{explicitInter:true,fonts:[{family:\"Euclid Circular A Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/xAgGSvpEghG5GJ5uNDWafIGb0.ttf\"}]},...MenuLink2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDzXnYyFak\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"172\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QH5ecrUXD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"341\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DzXnYyFak.map", "// Generated by Framer (1999133-dev)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"OVKxmcYcs\",\"W1rfza3wq\"];const serializationHash=\"framer-KiDCd\";const variantClassNames={OVKxmcYcs:\"framer-v-mlwhv4\",W1rfza3wq:\"framer-v-1yta6tt\"};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:40,delay:0,mass:1,stiffness:600,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 humanReadableVariantMap={Closed:\"OVKxmcYcs\",Open:\"W1rfza3wq\"};const getProps=({height,id,width,...props})=>{var _variant,ref;return{...props,variant:(ref=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref!==void 0?ref:\"OVKxmcYcs\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"OVKxmcYcs\",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-KiDCd\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(motion.div,{...restProps,className:cx(\"framer-mlwhv4\",className),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"OVKxmcYcs\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({W1rfza3wq:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1dneahd\",layoutDependency:layoutDependency,layoutId:\"b_SV0zXDi\",style:{rotate:0},variants:{W1rfza3wq:{rotate:-180}},children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-mbfa0\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Dyv_iMV9_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"#888\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:756067252,withExternalLayout:true})})})})})});});const css=['.framer-KiDCd [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-KiDCd .framer-18gpuex { display: block; }\",\".framer-KiDCd .framer-mlwhv4 { height: 14px; overflow: visible; position: relative; width: 14px; }\",\".framer-KiDCd .framer-1dneahd { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-KiDCd .framer-mbfa0 { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 14\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"W1rfza3wq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n */ const FramerIGFqizJ7S=withCSS(Component,css,\"framer-KiDCd\");export default FramerIGFqizJ7S;FramerIGFqizJ7S.displayName=\"Caret\";FramerIGFqizJ7S.defaultProps={height:14,width:14};addPropertyControls(FramerIGFqizJ7S,{variant:{options:[\"OVKxmcYcs\",\"W1rfza3wq\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIGFqizJ7S,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIGFqizJ7S\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"W1rfza3wq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"14\",\"framerIntrinsicHeight\":\"14\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IGFqizJ7S.map", "// Generated by Framer (d275c2b)\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 Caret from\"https://framerusercontent.com/modules/Axpol70OdRugqukuVIqY/fRCYwLdA8hEctMwccGMQ/IGFqizJ7S.js\";const CaretFonts=getFonts(Caret);const enabledGestures={hYChrLT9P:{hover:true}};const cycleOrder=[\"W6B3emq7j\",\"L7wVBAgSD\",\"hYChrLT9P\"];const serializationHash=\"framer-scxP4\";const variantClassNames={hYChrLT9P:\"framer-v-1hf33t5\",L7wVBAgSD:\"framer-v-1ykx3xy\",W6B3emq7j:\"framer-v-legoql\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,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(React.Fragment);const humanReadableVariantMap={\"No chevron\":\"hYChrLT9P\",Closed:\"W6B3emq7j\",Open:\"L7wVBAgSD\"};const getProps=({height,hover,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,Cp56b49G9:link!==null&&link!==void 0?link:props.Cp56b49G9,DApvjrdfG:(_ref=title!==null&&title!==void 0?title:props.DApvjrdfG)!==null&&_ref!==void 0?_ref:\"Product\",PWSlWeqS6:hover!==null&&hover!==void 0?hover:props.PWSlWeqS6,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"W6B3emq7j\"};};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,PWSlWeqS6,DApvjrdfG,Cp56b49G9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"W6B3emq7j\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter170i0h9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PWSlWeqS6){const res=await PWSlWeqS6(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"hYChrLT9P-hover\")return false;if(baseVariant===\"hYChrLT9P\")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,children:/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({hYChrLT9P:{href:Cp56b49G9,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-legoql\",className,classNames)} framer-vud7gs`,\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"W6B3emq7j\",onMouseEnter:onMouseEnter170i0h9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"hYChrLT9P-hover\":{\"data-framer-name\":undefined},hYChrLT9P:{\"data-framer-name\":\"No chevron\"},L7wVBAgSD:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIE1lZGl1bQ==\",\"--framer-font-family\":'\"Euclid Circular A Medium\", \"Euclid Circular A Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Product\"})}),className:\"framer-rkteo4\",fonts:[\"CUSTOM;Euclid Circular A Medium\"],layoutDependency:layoutDependency,layoutId:\"dqpL6smwJ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",opacity:1},text:DApvjrdfG,variants:{\"hYChrLT9P-hover\":{opacity:.5},L7wVBAgSD:{opacity:.5}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q2ednh-container\",layoutDependency:layoutDependency,layoutId:\"lii0X1RO0-container\",children:/*#__PURE__*/_jsx(Caret,{height:\"100%\",id:\"lii0X1RO0\",layoutId:\"lii0X1RO0\",variant:\"OVKxmcYcs\",width:\"100%\",...addPropertyOverrides({L7wVBAgSD:{variant:\"W1rfza3wq\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-scxP4.framer-vud7gs, .framer-scxP4 .framer-vud7gs { display: block; }\",\".framer-scxP4.framer-legoql { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 5px 0px; position: relative; width: min-content; }\",\".framer-scxP4 .framer-rkteo4 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-scxP4 .framer-1q2ednh-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-scxP4.framer-legoql { gap: 0px; } .framer-scxP4.framer-legoql > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-scxP4.framer-legoql > :first-child { margin-left: 0px; } .framer-scxP4.framer-legoql > :last-child { margin-right: 0px; } }\",\".framer-scxP4.framer-v-1hf33t5.framer-legoql { cursor: pointer; text-decoration: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 86\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"L7wVBAgSD\":{\"layout\":[\"auto\",\"auto\"]},\"hYChrLT9P\":{\"layout\":[\"auto\",\"auto\"]},\"uCnm1DzBf\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PWSlWeqS6\":\"hover\",\"DApvjrdfG\":\"title\",\"Cp56b49G9\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNHIIwmJCZ=withCSS(Component,css,\"framer-scxP4\");export default FramerNHIIwmJCZ;FramerNHIIwmJCZ.displayName=\"Trigger\";FramerNHIIwmJCZ.defaultProps={height:46,width:86};addPropertyControls(FramerNHIIwmJCZ,{variant:{options:[\"W6B3emq7j\",\"L7wVBAgSD\",\"hYChrLT9P\"],optionTitles:[\"Closed\",\"Open\",\"No chevron\"],title:\"Variant\",type:ControlType.Enum},PWSlWeqS6:{title:\"Hover\",type:ControlType.EventHandler},DApvjrdfG:{defaultValue:\"Product\",displayTextArea:false,title:\"Title\",type:ControlType.String},Cp56b49G9:{title:\"Link\",type:ControlType.Link}});addFonts(FramerNHIIwmJCZ,[{explicitInter:true,fonts:[{family:\"Euclid Circular A Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/Pif7Qze1eG4NNww6m7v7fqevvoQ.ttf\"}]},...CaretFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNHIIwmJCZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"86\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"PWSlWeqS6\\\":\\\"hover\\\",\\\"DApvjrdfG\\\":\\\"title\\\",\\\"Cp56b49G9\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"46\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"L7wVBAgSD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hYChrLT9P\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uCnm1DzBf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NHIIwmJCZ.map", "// Generated by Framer (d2720d0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MenuLink2 from\"https://framerusercontent.com/modules/h1rUWV5jgeWbT1aOZipV/DnRFwXuk2FbL1ECbY5Td/Gn2niftKW.js\";const MenuLink2Fonts=getFonts(MenuLink2);const cycleOrder=[\"VE8rSQ8pl\",\"uvC2drZvA\"];const serializationHash=\"framer-RjZDE\";const variantClassNames={uvC2drZvA:\"framer-v-1aar1fo\",VE8rSQ8pl:\"framer-v-pg9pvg\"};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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"VE8rSQ8pl\",Phone:\"uvC2drZvA\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"VE8rSQ8pl\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VE8rSQ8pl\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"uvC2drZvA\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-pg9pvg\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"VE8rSQ8pl\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(24, 24, 26)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{uvC2drZvA:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({uvC2drZvA:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-letter-spacing\":\"0.5em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.4))\"},children:\"COMMUNITY\"})}),className:\"framer-638yk5\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"xGXvIaOXe\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.4)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dl5qxa\",layoutDependency:layoutDependency,layoutId:\"dZG1SYnWm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"110px\",...addPropertyOverrides({uvC2drZvA:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yum7on-container\",layoutDependency:layoutDependency,layoutId:\"dM7a7n_Kp-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://twitter.com/Bancor\",height:\"100%\",id:\"dM7a7n_Kp\",layoutId:\"dM7a7n_Kp\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"\uD835\uDD4F / Twitter\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"110px\",...addPropertyOverrides({uvC2drZvA:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fmmahg-container\",layoutDependency:layoutDependency,layoutId:\"wDQYYlQm8-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://t.me/bancor\",height:\"100%\",id:\"wDQYYlQm8\",layoutId:\"wDQYYlQm8\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Telegram\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"110px\",...addPropertyOverrides({uvC2drZvA:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jwcjmp-container\",layoutDependency:layoutDependency,layoutId:\"T6rqQ1i1d-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://t.me/BancorDevelopers\",height:\"100%\",id:\"T6rqQ1i1d\",layoutId:\"T6rqQ1i1d\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Dev Channel\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"110px\",...addPropertyOverrides({uvC2drZvA:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vzy8ci-container\",layoutDependency:layoutDependency,layoutId:\"Gq6eaKT9v-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://discord.gg/bancor\",height:\"100%\",id:\"Gq6eaKT9v\",layoutId:\"Gq6eaKT9v\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Discord\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"110px\",...addPropertyOverrides({uvC2drZvA:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kgoi82-container\",layoutDependency:layoutDependency,layoutId:\"dkuIzH5ZY-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://www.linkedin.com/company/bancor-foundation\",height:\"100%\",id:\"dkuIzH5ZY\",layoutId:\"dkuIzH5ZY\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Linkedin\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"110px\",...addPropertyOverrides({uvC2drZvA:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 2, 140px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eofxy3-container\",layoutDependency:layoutDependency,layoutId:\"tcZoIC_3_-container\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://www.reddit.com/r/Bancor/\",height:\"100%\",id:\"tcZoIC_3_\",layoutId:\"tcZoIC_3_\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Reddit\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({uvC2drZvA:{width:\"110px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x4gqb8-container\",\"data-framer-name\":\"Ghost\",layoutDependency:layoutDependency,layoutId:\"VasRUYiBl-container\",name:\"Ghost\",style:{opacity:0},children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://t.me/BancorDevelopers\",height:\"100%\",id:\"VasRUYiBl\",layoutId:\"VasRUYiBl\",name:\"Ghost\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Dev Channel\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RjZDE.framer-13n5aaw, .framer-RjZDE .framer-13n5aaw { display: block; }\",\".framer-RjZDE.framer-pg9pvg { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; padding: 20px 28px 20px 20px; position: relative; width: min-content; }\",\".framer-RjZDE .framer-638yk5 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 200px; word-break: break-word; word-wrap: break-word; }\",\".framer-RjZDE .framer-1dl5qxa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 110px; }\",\".framer-RjZDE .framer-yum7on-container, .framer-RjZDE .framer-1fmmahg-container, .framer-RjZDE .framer-1jwcjmp-container, .framer-RjZDE .framer-vzy8ci-container, .framer-RjZDE .framer-1kgoi82-container, .framer-RjZDE .framer-eofxy3-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-RjZDE .framer-x4gqb8-container { flex: none; height: auto; position: relative; width: 110px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RjZDE.framer-pg9pvg, .framer-RjZDE .framer-1dl5qxa { gap: 0px; } .framer-RjZDE.framer-pg9pvg > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-RjZDE.framer-pg9pvg > :first-child, .framer-RjZDE .framer-1dl5qxa > :first-child { margin-top: 0px; } .framer-RjZDE.framer-pg9pvg > :last-child, .framer-RjZDE .framer-1dl5qxa > :last-child { margin-bottom: 0px; } .framer-RjZDE .framer-1dl5qxa > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-RjZDE.framer-v-1aar1fo.framer-pg9pvg { gap: 16px; padding: 40px 0px 0px 0px; }\",\".framer-RjZDE.framer-v-1aar1fo .framer-1dl5qxa { align-content: unset; align-items: unset; align-self: stretch; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(140px, 1fr)); grid-template-rows: repeat(2, min-content); width: auto; }\",\".framer-RjZDE.framer-v-1aar1fo .framer-yum7on-container, .framer-RjZDE.framer-v-1aar1fo .framer-1fmmahg-container, .framer-RjZDE.framer-v-1aar1fo .framer-1jwcjmp-container, .framer-RjZDE.framer-v-1aar1fo .framer-vzy8ci-container, .framer-RjZDE.framer-v-1aar1fo .framer-1kgoi82-container, .framer-RjZDE.framer-v-1aar1fo .framer-eofxy3-container { align-self: start; justify-self: start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RjZDE.framer-v-1aar1fo.framer-pg9pvg, .framer-RjZDE.framer-v-1aar1fo .framer-1dl5qxa { gap: 0px; } .framer-RjZDE.framer-v-1aar1fo.framer-pg9pvg > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-RjZDE.framer-v-1aar1fo.framer-pg9pvg > :first-child { margin-top: 0px; } .framer-RjZDE.framer-v-1aar1fo.framer-pg9pvg > :last-child { margin-bottom: 0px; } .framer-RjZDE.framer-v-1aar1fo .framer-1dl5qxa > *, .framer-RjZDE.framer-v-1aar1fo .framer-1dl5qxa > :first-child, .framer-RjZDE.framer-v-1aar1fo .framer-1dl5qxa > :last-child { margin: 0px; } }\",'.framer-RjZDE[data-border=\"true\"]::after, .framer-RjZDE [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 235\n * @framerIntrinsicWidth 158\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"uvC2drZvA\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrSeNgKhMf=withCSS(Component,css,\"framer-RjZDE\");export default FramerrSeNgKhMf;FramerrSeNgKhMf.displayName=\"Links: Community\";FramerrSeNgKhMf.defaultProps={height:235,width:158};addPropertyControls(FramerrSeNgKhMf,{variant:{options:[\"VE8rSQ8pl\",\"uvC2drZvA\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerrSeNgKhMf,[{explicitInter:true,fonts:[{family:\"Euclid Circular A Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/xAgGSvpEghG5GJ5uNDWafIGb0.ttf\"}]},...MenuLink2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrSeNgKhMf\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uvC2drZvA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"235\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"158\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rSeNgKhMf.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";const FeatherFonts=getFonts(Feather);const cycleOrder=[\"jSxzEVFXe\",\"MIrV9Mnaj\"];const serializationHash=\"framer-XCesL\";const variantClassNames={jSxzEVFXe:\"framer-v-lqicic\",MIrV9Mnaj:\"framer-v-1a75oy0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.15,ease:[.44,0,.56,1],type:\"tween\"};const animation={backgroundColor:\"rgba(255, 255, 255, 0.05)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};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:\"jSxzEVFXe\",Phone:\"MIrV9Mnaj\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jSxzEVFXe\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,p2ap4B9RchONH1k6S5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jSxzEVFXe\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-lqicic\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"jSxzEVFXe\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(24, 24, 26)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{MIrV9Mnaj:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({MIrV9Mnaj:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.carbondefi.xyz/\",motionChild:true,nodeId:\"MwIOAsA4h\",scopeId:\"SzdcYQuor\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1isv9ep framer-2sqjb\",layoutDependency:layoutDependency,layoutId:\"MwIOAsA4h\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},whileHover:animation,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+15+0+88.5),pixelHeight:1080,pixelWidth:1080,sizes:\"60px\",src:\"https://framerusercontent.com/images/liO5mojke4Zu3U77TiXqTvAq4yw.svg\",srcSet:\"https://framerusercontent.com/images/liO5mojke4Zu3U77TiXqTvAq4yw.svg?scale-down-to=512 512w,https://framerusercontent.com/images/liO5mojke4Zu3U77TiXqTvAq4yw.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/liO5mojke4Zu3U77TiXqTvAq4yw.svg 1080w\"},className:\"framer-6jr5ew\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"z7i2cX_MC\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(2, 181, 120, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},...addPropertyOverrides({MIrV9Mnaj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+88.5),pixelHeight:1080,pixelWidth:1080,sizes:\"60px\",src:\"https://framerusercontent.com/images/liO5mojke4Zu3U77TiXqTvAq4yw.svg\",srcSet:\"https://framerusercontent.com/images/liO5mojke4Zu3U77TiXqTvAq4yw.svg?scale-down-to=512 512w,https://framerusercontent.com/images/liO5mojke4Zu3U77TiXqTvAq4yw.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/liO5mojke4Zu3U77TiXqTvAq4yw.svg 1080w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u8o261\",layoutDependency:layoutDependency,layoutId:\"SIz2VqsJM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Carbon DeFi\"})}),className:\"framer-b03r31\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"rWGkiGjGC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"Advanced orderbook-style DEX\"})}),className:\"framer-bzgdca\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"iaVK7f0jp\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ed4VILvyE\"},motionChild:true,nodeId:\"vZEglW5n0\",openInNewTab:false,scopeId:\"SzdcYQuor\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1x7ptzk framer-2sqjb\",layoutDependency:layoutDependency,layoutId:\"vZEglW5n0\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},whileHover:animation,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+15+247+88.5),pixelHeight:1080,pixelWidth:1080,sizes:\"60px\",src:\"https://framerusercontent.com/images/JdjnJdx3mcjEsCdAFBJZZMQBBs.png\",srcSet:\"https://framerusercontent.com/images/JdjnJdx3mcjEsCdAFBJZZMQBBs.png?scale-down-to=512 512w,https://framerusercontent.com/images/JdjnJdx3mcjEsCdAFBJZZMQBBs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JdjnJdx3mcjEsCdAFBJZZMQBBs.png 1080w\"},className:\"framer-19fz7uv\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"T0mCRo5ra\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(16, 187, 213, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},...addPropertyOverrides({MIrV9Mnaj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+237+88.5),pixelHeight:1080,pixelWidth:1080,sizes:\"60px\",src:\"https://framerusercontent.com/images/JdjnJdx3mcjEsCdAFBJZZMQBBs.png\",srcSet:\"https://framerusercontent.com/images/JdjnJdx3mcjEsCdAFBJZZMQBBs.png?scale-down-to=512 512w,https://framerusercontent.com/images/JdjnJdx3mcjEsCdAFBJZZMQBBs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JdjnJdx3mcjEsCdAFBJZZMQBBs.png 1080w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c7hrfj\",layoutDependency:layoutDependency,layoutId:\"nk6Brif6v\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Arb Fast Lane\"})}),className:\"framer-1o200sk\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"GiWvjm2mW\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"Identifies and executes arbitrage\"})}),className:\"framer-lau4lw\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"Md6tQZWU_\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://carbondefi.xyz/simulate\",motionChild:true,nodeId:\"RzY2Xv9aL\",scopeId:\"SzdcYQuor\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1dchl2v framer-2sqjb\",layoutDependency:layoutDependency,layoutId:\"RzY2Xv9aL\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},whileHover:animation,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+15+494+88.5),pixelHeight:1080,pixelWidth:1080,sizes:\"60px\",src:\"https://framerusercontent.com/images/FYhQF6e27pGgJCEIve6NZDyar3Y.png\",srcSet:\"https://framerusercontent.com/images/FYhQF6e27pGgJCEIve6NZDyar3Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/FYhQF6e27pGgJCEIve6NZDyar3Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FYhQF6e27pGgJCEIve6NZDyar3Y.png 1080w\"},className:\"framer-uizkzs\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"rBAElN4hQ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(2, 181, 120, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},...addPropertyOverrides({MIrV9Mnaj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+474+88.5),pixelHeight:1080,pixelWidth:1080,sizes:\"60px\",src:\"https://framerusercontent.com/images/FYhQF6e27pGgJCEIve6NZDyar3Y.png\",srcSet:\"https://framerusercontent.com/images/FYhQF6e27pGgJCEIve6NZDyar3Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/FYhQF6e27pGgJCEIve6NZDyar3Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FYhQF6e27pGgJCEIve6NZDyar3Y.png 1080w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3829dh\",layoutDependency:layoutDependency,layoutId:\"Pc4rwQAqq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Simulator\"})}),className:\"framer-12h4d1e\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"jUnCeIL_I\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"Backtest trading performance\"})}),className:\"framer-1v2abmr\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"FvysCnU31\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://app.bancor.network/\",motionChild:true,nodeId:\"scobbU4F3\",scopeId:\"SzdcYQuor\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-jgux8 framer-2sqjb\",layoutDependency:layoutDependency,layoutId:\"scobbU4F3\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},whileHover:animation,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17uud4d\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"YHs1v2PDJ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(2, 181, 120, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-v7yd1t\",\"data-framer-name\":\"Spot\",fill:\"black\",intrinsicHeight:105,intrinsicWidth:105,layoutDependency:layoutDependency,layoutId:\"DLuKx3n9M\",svg:'<svg width=\"105\" height=\"105\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M35.196 91.279a4.04 4.04 0 0 1 1.108 3.924l-.002.005a4.06 4.06 0 0 1-2.885 2.886l-.005.001a4.04 4.04 0 0 1-3.924-1.108L8.912 76.41a4.034 4.034 0 0 1 0-5.708L29.485 50.13a4.037 4.037 0 0 1 4.41-.932m1.3 42.08-11.08-11.084c-.815-.815-1.222-1.222-1.25-1.572a.951.951 0 0 1 .33-.798c.268-.228.844-.228 1.996-.228h35.97a4.047 4.047 0 0 0 2.908-1.184 4.02 4.02 0 0 0 1.179-2.92 4.035 4.035 0 0 0-4.088-3.973H25.19c-1.151 0-1.727 0-1.994-.228a.951.951 0 0 1-.33-.797c.027-.35.434-.757 1.249-1.572l11.083-11.088a4.024 4.024 0 0 0 1.223-2.892 4.04 4.04 0 0 0-2.524-3.744m53.657 20.321a4.04 4.04 0 1 1-.002 8.079 4.04 4.04 0 0 1 .002-8.079Zm-13.194 0a4.04 4.04 0 1 1-.001 8.079 4.04 4.04 0 0 1 .001-8.079Z\" fill=\"url(#a)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M70.533 47.376a4.04 4.04 0 0 0-1.108 3.924l.001.005a4.06 4.06 0 0 0 2.885 2.886l.006.001a4.041 4.041 0 0 0 3.924-1.108l20.576-20.576a4.034 4.034 0 0 0 0-5.708L76.244 6.227l-.006-.006a4.037 4.037 0 0 0-4.405-.926m-1.3 42.081L81.615 36.29c.814-.815 1.222-1.222 1.25-1.572a.951.951 0 0 0-.331-.798c-.267-.227-.843-.227-1.995-.227h-35.97a4.048 4.048 0 0 1-2.909-1.185 4.021 4.021 0 0 1-1.178-2.919 4.035 4.035 0 0 1 4.088-3.973h35.969c1.152 0 1.728 0 1.995-.228a.951.951 0 0 0 .33-.798c-.027-.35-.435-.757-1.25-1.572L70.532 11.93a4.024 4.024 0 0 1-1.222-2.891 4.04 4.04 0 0 1 2.524-3.744m-53.657 20.32a4.04 4.04 0 1 0 .001 8.08 4.04 4.04 0 0 0-.002-8.08Zm13.193 0a4.04 4.04 0 1 0 .002 8.08 4.04 4.04 0 0 0-.002-8.08Z\" fill=\"url(#b)\"/><defs><linearGradient id=\"a\" x1=\"7.805\" y1=\"73.765\" x2=\"89.591\" y2=\"73.765\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#67D79F\"/><stop offset=\"1\" stop-color=\"#10BBD8\"/></linearGradient><linearGradient id=\"b\" x1=\"16.213\" y1=\"29.726\" x2=\"100.378\" y2=\"29.726\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#10BBD8\"/><stop offset=\".501\" stop-color=\"#67D79F\"/><stop offset=\"1\" stop-color=\"#fff\"/></linearGradient></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s3y1lw\",layoutDependency:layoutDependency,layoutId:\"Qr2JJZ3nX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Bancor AMM\"})}),className:\"framer-14k3nar\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"YKgRZ_e03\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"Trading and liquidity provision\"})}),className:\"framer-9y8hoz\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"cBkGXH_lg\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-51l969\",\"data-framer-name\":\"Line 3\",layoutDependency:layoutDependency,layoutId:\"TUHouPvYF\",style:{backgroundColor:\"rgba(238, 238, 238, 0.15)\"}}),/*#__PURE__*/_jsx(Link,{href:\"https://bancor.network/powered-by-bancor\",motionChild:true,nodeId:\"Vj8M2xmWz\",openInNewTab:false,scopeId:\"SzdcYQuor\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-fqgtjt framer-2sqjb\",layoutDependency:layoutDependency,layoutId:\"Vj8M2xmWz\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},whileHover:animation,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14f79ui\",layoutDependency:layoutDependency,layoutId:\"OJlG2vo0b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXIgSXRhbGlj\",\"--framer-font-family\":'\"Euclid Circular A Regular Italic\", \"Euclid Circular A Regular Italic Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"Powered by\"})}),className:\"framer-1yp8one\",fonts:[\"CUSTOM;Euclid Circular A Regular Italic\"],layoutDependency:layoutDependency,layoutId:\"ZK6z5iBS1\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:p2ap4B9RchONH1k6S5,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-pv56kx\",\"data-framer-name\":\"Bancor_Logo_Black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"SZ_FCo44F\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 89 24\"><path d=\"M 25.523 4.958 L 30.094 4.958 C 30.75 4.958 31.328 5.057 31.83 5.254 C 32.344 5.452 32.768 5.716 33.102 6.045 C 33.437 6.375 33.687 6.764 33.855 7.212 C 34.034 7.657 34.126 8.134 34.125 8.616 C 34.125 9.328 33.996 9.921 33.739 10.395 C 33.495 10.857 33.147 11.239 32.697 11.542 C 33.379 11.806 33.938 12.221 34.375 12.788 C 34.813 13.342 35.031 14.093 35.031 15.042 C 35.031 15.675 34.915 16.242 34.684 16.743 C 34.456 17.226 34.127 17.651 33.72 17.988 C 33.308 18.318 32.813 18.568 32.235 18.74 C 31.656 18.911 31.013 18.997 30.306 18.997 L 25.523 18.997 Z M 30.055 11.008 C 30.788 11.008 31.354 10.804 31.752 10.395 C 32.164 9.974 32.37 9.446 32.37 8.814 C 32.37 8.523 32.318 8.247 32.215 7.983 C 32.112 7.706 31.958 7.469 31.752 7.271 C 31.56 7.073 31.315 6.915 31.02 6.797 C 30.737 6.678 30.415 6.619 30.055 6.619 L 27.278 6.619 L 27.278 11.008 Z M 30.518 17.336 C 31.444 17.336 32.132 17.112 32.582 16.664 C 33.032 16.215 33.257 15.648 33.257 14.963 C 33.257 14.278 33.032 13.704 32.582 13.243 C 32.132 12.781 31.444 12.551 30.518 12.551 L 27.278 12.551 L 27.278 17.336 Z M 45.095 18.008 C 44.684 18.39 44.214 18.68 43.687 18.878 C 43.173 19.063 42.62 19.155 42.029 19.155 C 41.321 19.155 40.666 19.023 40.061 18.759 C 39.457 18.496 38.936 18.14 38.499 17.692 C 38.062 17.23 37.721 16.69 37.477 16.07 C 37.233 15.438 37.11 14.765 37.11 14.053 C 37.11 13.342 37.233 12.676 37.477 12.056 C 37.721 11.424 38.062 10.883 38.499 10.435 C 38.936 9.974 39.457 9.611 40.061 9.347 C 40.666 9.084 41.321 8.952 42.029 8.952 C 42.62 8.952 43.173 9.051 43.687 9.249 C 44.209 9.43 44.688 9.719 45.095 10.099 L 45.095 9.11 L 46.754 9.11 L 46.754 18.997 L 45.095 18.997 Z M 42.067 17.553 C 42.761 17.553 43.366 17.402 43.88 17.098 C 44.407 16.795 44.812 16.413 45.095 15.952 L 45.095 12.155 C 44.812 11.694 44.407 11.312 43.88 11.008 C 43.366 10.705 42.761 10.554 42.067 10.554 C 41.591 10.554 41.154 10.646 40.756 10.83 C 40.37 11.002 40.029 11.246 39.733 11.562 C 39.451 11.878 39.226 12.254 39.058 12.689 C 38.904 13.111 38.827 13.566 38.827 14.053 C 38.827 14.541 38.904 15.003 39.058 15.438 C 39.226 15.859 39.451 16.229 39.733 16.545 C 40.025 16.858 40.372 17.113 40.756 17.296 C 41.154 17.468 41.591 17.553 42.067 17.553 Z M 56.786 13.122 C 56.786 11.693 55.655 10.534 54.259 10.534 C 52.864 10.534 51.733 11.693 51.733 13.122 L 51.733 18.997 L 50.074 18.997 L 50.074 13.179 C 50.074 10.812 51.948 8.893 54.259 8.893 C 56.571 8.893 58.445 10.812 58.445 13.179 L 58.445 18.997 L 56.786 18.997 Z M 66.062 19.155 C 65.342 19.155 64.68 19.023 64.075 18.759 C 63.471 18.496 62.95 18.133 62.513 17.672 C 62.076 17.211 61.729 16.67 61.472 16.05 C 61.227 15.431 61.105 14.765 61.105 14.053 C 61.105 13.342 61.227 12.676 61.472 12.056 C 61.729 11.437 62.076 10.896 62.513 10.435 C 62.95 9.974 63.471 9.611 64.075 9.347 C 64.68 9.084 65.342 8.952 66.062 8.952 C 66.872 8.952 67.579 9.104 68.183 9.407 C 68.801 9.697 69.321 10.066 69.746 10.514 L 68.685 11.7 C 68.376 11.384 68.003 11.114 67.566 10.89 C 67.142 10.666 66.641 10.554 66.062 10.554 C 65.586 10.554 65.149 10.646 64.751 10.83 C 64.365 11.002 64.024 11.246 63.728 11.562 C 63.445 11.878 63.22 12.254 63.053 12.689 C 62.899 13.111 62.822 13.566 62.822 14.053 C 62.822 14.541 62.899 15.003 63.053 15.438 C 63.22 15.859 63.445 16.229 63.728 16.545 C 64.02 16.858 64.367 17.113 64.751 17.296 C 65.149 17.468 65.586 17.553 66.062 17.553 C 66.641 17.553 67.142 17.441 67.566 17.217 C 68.003 16.993 68.376 16.723 68.685 16.406 L 69.746 17.593 C 69.321 18.041 68.801 18.417 68.183 18.72 C 67.579 19.01 66.872 19.155 66.062 19.155 Z M 76.338 19.155 C 75.605 19.155 74.93 19.023 74.313 18.759 C 73.708 18.496 73.181 18.133 72.731 17.672 C 72.294 17.211 71.947 16.67 71.69 16.05 C 71.445 15.431 71.323 14.765 71.323 14.053 C 71.323 13.342 71.445 12.676 71.69 12.056 C 71.947 11.437 72.294 10.896 72.731 10.435 C 73.181 9.974 73.708 9.611 74.313 9.347 C 74.93 9.084 75.605 8.952 76.338 8.952 C 77.058 8.952 77.72 9.084 78.324 9.347 C 78.941 9.611 79.468 9.974 79.906 10.435 C 80.356 10.896 80.703 11.437 80.947 12.056 C 81.204 12.676 81.333 13.342 81.333 14.053 C 81.333 14.765 81.204 15.431 80.947 16.05 C 80.703 16.67 80.356 17.211 79.906 17.672 C 79.468 18.133 78.941 18.496 78.324 18.759 C 77.72 19.023 77.058 19.155 76.338 19.155 Z M 76.338 17.553 C 76.826 17.553 77.27 17.468 77.668 17.296 C 78.08 17.112 78.427 16.861 78.71 16.545 C 79.006 16.229 79.231 15.859 79.385 15.438 C 79.539 15.003 79.616 14.541 79.616 14.053 C 79.616 13.566 79.539 13.111 79.385 12.689 C 79.231 12.254 79.006 11.878 78.71 11.562 C 78.427 11.246 78.08 11.002 77.668 10.83 C 77.27 10.646 76.826 10.554 76.338 10.554 C 75.849 10.554 75.399 10.646 74.988 10.83 C 74.595 10.998 74.24 11.247 73.946 11.562 C 73.663 11.878 73.438 12.254 73.271 12.689 C 73.117 13.111 73.04 13.566 73.04 14.053 C 73.04 14.541 73.117 15.003 73.271 15.438 C 73.438 15.859 73.663 16.229 73.946 16.545 C 74.242 16.861 74.589 17.112 74.988 17.296 C 75.399 17.468 75.849 17.553 76.338 17.553 Z M 84.005 9.11 L 85.663 9.11 L 85.663 10.166 C 85.998 9.744 86.39 9.539 86.84 9.328 C 87.29 9.117 87.785 9.011 88.325 9.011 C 88.556 9.011 88.781 9.031 89 9.071 L 89 10.83 C 88.73 10.751 88.421 10.712 88.074 10.712 C 87.547 10.712 87.065 10.844 86.628 11.107 C 86.38 11.261 86.167 11.495 85.99 11.766 C 85.737 12.152 85.663 12.624 85.663 13.089 L 85.663 18.997 L 84.005 18.997 Z M 6.621 0 L 0.784 3.455 L 6.621 6.926 L 12.457 3.455 L 6.621 0 Z M 0 11.742 L 5.823 15.184 L 5.823 8.291 L 0 4.848 L 0 11.742 Z M 0 20.495 L 5.823 23.938 L 5.823 17.045 L 0 13.602 Z M 13.241 11.742 L 7.418 15.184 L 7.418 8.291 L 13.241 4.848 Z M 15.622 12.195 L 15.622 19.089 L 7.419 23.938 L 7.419 17.045 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:8695589452,withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p04wpm-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"VKwEUMMU6-container\",nodeId:\"VKwEUMMU6\",rendersWithMotion:true,scopeId:\"SzdcYQuor\",style:{rotate:-90},children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-down\",id:\"VKwEUMMU6\",layoutId:\"VKwEUMMU6\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XCesL.framer-2sqjb, .framer-XCesL .framer-2sqjb { display: block; }\",\".framer-XCesL.framer-lqicic { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 15px; position: relative; width: 380px; }\",\".framer-XCesL .framer-1isv9ep, .framer-XCesL .framer-1x7ptzk, .framer-XCesL .framer-1dchl2v, .framer-XCesL .framer-jgux8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 6px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-XCesL .framer-6jr5ew, .framer-XCesL .framer-uizkzs { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: visible; position: relative; width: 60px; }\",\".framer-XCesL .framer-1u8o261, .framer-XCesL .framer-1c7hrfj, .framer-XCesL .framer-3829dh, .framer-XCesL .framer-1s3y1lw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-XCesL .framer-b03r31, .framer-XCesL .framer-bzgdca, .framer-XCesL .framer-1o200sk, .framer-XCesL .framer-lau4lw, .framer-XCesL .framer-12h4d1e, .framer-XCesL .framer-1v2abmr, .framer-XCesL .framer-14k3nar, .framer-XCesL .framer-9y8hoz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-XCesL .framer-19fz7uv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: hidden; position: relative; width: 60px; will-change: var(--framer-will-change-override, transform); }\",\".framer-XCesL .framer-17uud4d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 60px; }\",\".framer-XCesL .framer-v7yd1t { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-XCesL .framer-51l969 { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-XCesL .framer-fqgtjt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-XCesL .framer-14f79ui { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-XCesL .framer-1yp8one { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-XCesL .framer-pv56kx { flex: none; height: 24px; position: relative; width: 89px; }\",\".framer-XCesL .framer-p04wpm-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: relative; width: 19px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XCesL.framer-lqicic, .framer-XCesL .framer-1isv9ep, .framer-XCesL .framer-1u8o261, .framer-XCesL .framer-1x7ptzk, .framer-XCesL .framer-1c7hrfj, .framer-XCesL .framer-1dchl2v, .framer-XCesL .framer-3829dh, .framer-XCesL .framer-jgux8, .framer-XCesL .framer-17uud4d, .framer-XCesL .framer-1s3y1lw, .framer-XCesL .framer-fqgtjt, .framer-XCesL .framer-14f79ui { gap: 0px; } .framer-XCesL.framer-lqicic > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XCesL.framer-lqicic > :first-child, .framer-XCesL .framer-1u8o261 > :first-child, .framer-XCesL .framer-1c7hrfj > :first-child, .framer-XCesL .framer-3829dh > :first-child, .framer-XCesL .framer-1s3y1lw > :first-child { margin-top: 0px; } .framer-XCesL.framer-lqicic > :last-child, .framer-XCesL .framer-1u8o261 > :last-child, .framer-XCesL .framer-1c7hrfj > :last-child, .framer-XCesL .framer-3829dh > :last-child, .framer-XCesL .framer-1s3y1lw > :last-child { margin-bottom: 0px; } .framer-XCesL .framer-1isv9ep > *, .framer-XCesL .framer-1x7ptzk > *, .framer-XCesL .framer-1dchl2v > *, .framer-XCesL .framer-jgux8 > *, .framer-XCesL .framer-fqgtjt > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-XCesL .framer-1isv9ep > :first-child, .framer-XCesL .framer-1x7ptzk > :first-child, .framer-XCesL .framer-1dchl2v > :first-child, .framer-XCesL .framer-jgux8 > :first-child, .framer-XCesL .framer-17uud4d > :first-child, .framer-XCesL .framer-fqgtjt > :first-child, .framer-XCesL .framer-14f79ui > :first-child { margin-left: 0px; } .framer-XCesL .framer-1isv9ep > :last-child, .framer-XCesL .framer-1x7ptzk > :last-child, .framer-XCesL .framer-1dchl2v > :last-child, .framer-XCesL .framer-jgux8 > :last-child, .framer-XCesL .framer-17uud4d > :last-child, .framer-XCesL .framer-fqgtjt > :last-child, .framer-XCesL .framer-14f79ui > :last-child { margin-right: 0px; } .framer-XCesL .framer-1u8o261 > *, .framer-XCesL .framer-1c7hrfj > *, .framer-XCesL .framer-3829dh > *, .framer-XCesL .framer-1s3y1lw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XCesL .framer-17uud4d > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-XCesL .framer-14f79ui > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } }\",\".framer-XCesL.framer-v-1a75oy0.framer-lqicic { gap: 0px; padding: 32px 0px 0px 0px; }\",\".framer-XCesL.framer-v-1a75oy0 .framer-1isv9ep { order: 0; }\",\".framer-XCesL.framer-v-1a75oy0 .framer-1x7ptzk { order: 1; }\",\".framer-XCesL.framer-v-1a75oy0 .framer-1dchl2v { order: 2; }\",\".framer-XCesL.framer-v-1a75oy0 .framer-jgux8 { order: 3; }\",\".framer-XCesL.framer-v-1a75oy0 .framer-51l969 { order: 5; }\",\".framer-XCesL.framer-v-1a75oy0 .framer-fqgtjt { order: 4; }\",\".framer-XCesL.framer-v-1a75oy0 .framer-p04wpm-container { height: var(--framer-aspect-ratio-supported, 19px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XCesL.framer-v-1a75oy0.framer-lqicic { gap: 0px; } .framer-XCesL.framer-v-1a75oy0.framer-lqicic > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XCesL.framer-v-1a75oy0.framer-lqicic > :first-child { margin-top: 0px; } .framer-XCesL.framer-v-1a75oy0.framer-lqicic > :last-child { margin-bottom: 0px; } }\",'.framer-XCesL[data-border=\"true\"]::after, .framer-XCesL [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 417\n * @framerIntrinsicWidth 380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MIrV9Mnaj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSzdcYQuor=withCSS(Component,css,\"framer-XCesL\");export default FramerSzdcYQuor;FramerSzdcYQuor.displayName=\"Links: Product\";FramerSzdcYQuor.defaultProps={height:417,width:380};addPropertyControls(FramerSzdcYQuor,{variant:{options:[\"jSxzEVFXe\",\"MIrV9Mnaj\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerSzdcYQuor,[{explicitInter:true,fonts:[{family:\"Euclid Circular A Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/xAgGSvpEghG5GJ5uNDWafIGb0.ttf\"},{family:\"Euclid Circular A Regular Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/zo4ECBKfFu3lGSiOb8hicDi6uw.ttf\"}]},...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSzdcYQuor\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"417\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"380\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MIrV9Mnaj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SzdcYQuor.map", "// Generated by Framer (b6cf623)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LinksResources from\"https://framerusercontent.com/modules/skgHaMWyw7Hc3IMfG5yN/nQdPLMJ7bPyWIq97STIy/DzXnYyFak.js\";import MenuLink2 from\"https://framerusercontent.com/modules/h1rUWV5jgeWbT1aOZipV/DnRFwXuk2FbL1ECbY5Td/Gn2niftKW.js\";import Trigger from\"https://framerusercontent.com/modules/U5zwi9dpWgzeckhB900o/K204ZtpgEsjgHUfTAkKm/NHIIwmJCZ.js\";import LinksCommunity from\"https://framerusercontent.com/modules/eJwbFC7l2HFfDuuqQ2Vd/P8ajc9oN2DNqxeRTf01A/rSeNgKhMf.js\";import LinksProduct from\"https://framerusercontent.com/modules/GXHPe60SpJju9wWXgpDi/0XpYwvAoCYaVhJXtpJ4e/SzdcYQuor.js\";const MenuLink2Fonts=getFonts(MenuLink2);const TriggerFonts=getFonts(Trigger);const LinksProductFonts=getFonts(LinksProduct);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const LinksResourcesFonts=getFonts(LinksResources);const LinksCommunityFonts=getFonts(LinksCommunity);const cycleOrder=[\"GfeV1ui3l\",\"grJpLQjAG\",\"D2p92WPfF\"];const serializationHash=\"framer-3CJCz\";const variantClassNames={D2p92WPfF:\"framer-v-179wjvb\",GfeV1ui3l:\"framer-v-1dxscni\",grJpLQjAG:\"framer-v-13oeu1l\"};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 transition2={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition3={damping:40,delay:0,mass:.5,stiffness:600,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"D2p92WPfF\",Default:\"GfeV1ui3l\",Phone:\"grJpLQjAG\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"GfeV1ui3l\"};};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:\"GfeV1ui3l\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap43j0z4=activeVariantCallback(async(...args)=>{setVariant(\"grJpLQjAG\");});const onTap2dud8s=activeVariantCallback(async(...args)=>{setVariant(\"D2p92WPfF\");});const PWSlWeqS6txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"grJpLQjAG\",\"D2p92WPfF\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"D2p92WPfF\")return true;return false;};const router=useRouter();const isDisplayed2=()=>{if(baseVariant===\"grJpLQjAG\")return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"D2p92WPfF\")return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);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-1dxscni\",className,classNames),\"data-framer-name\":\"Default\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"GfeV1ui3l\",ref:ref??ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{D2p92WPfF:{backgroundColor:\"rgb(0, 0, 0)\"}},...addPropertyOverrides({D2p92WPfF:{\"data-framer-name\":\"Phone Open\"},grJpLQjAG:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uxx22v\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"swnlZeJ7B\",...addPropertyOverrides({D2p92WPfF:{\"data-highlight\":true,onTap:onTap43j0z4}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r5zxvx\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"cfCBDf8wA\",...addPropertyOverrides({D2p92WPfF:{\"data-highlight\":true,onTap:onTap43j0z4},grJpLQjAG:{\"data-highlight\":true,onTap:onTap2dud8s}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tgu0sm\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"uBQ0I08QT\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{D2p92WPfF:{backgroundColor:\"rgb(255, 255, 255)\",rotate:-45},grJpLQjAG:{backgroundColor:\"rgb(255, 255, 255)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uokeqe\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Ath0d9j4K\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{D2p92WPfF:{backgroundColor:\"rgb(255, 255, 255)\",rotate:45},grJpLQjAG:{backgroundColor:\"rgb(255, 255, 255)\"}}})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"flOIYRy97\"},motionChild:true,nodeId:\"qfZj675SG\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-sv2cu3 framer-g7g3cy\",\"data-framer-name\":\"Bancor_Logo_Gradient_Blue_Icon\",fill:\"black\",intrinsicHeight:722,intrinsicWidth:2750,layoutDependency:layoutDependency,layoutId:\"qfZj675SG\",svg:'<svg width=\"2750\" height=\"722\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M204.538 0 24.236 103.833l180.302 104.35 180.3-104.35L204.538 0ZM.002 352.93l179.88 103.479V249.21L.002 145.732V352.93Zm179.88 366.596L.002 616.047V408.865l179.88 103.462v207.199ZM409.049 352.93 229.17 456.409V249.21l179.879-103.478V352.93Zm73.536 220.827V366.545L229.176 512.321v207.196l253.409-145.76Z\" fill=\"url(#b)\"/><path d=\"M788.469 149.015h141.206c20.258 0 38.131 2.971 53.622 8.915 15.888 5.943 28.993 13.867 39.323 23.773 10.33 9.906 18.07 21.594 23.24 35.066 5.56 13.471 8.34 27.537 8.34 42.198 0 21.395-3.98 39.226-11.92 53.49-7.55 13.867-18.27 25.358-32.17 34.47 21.05 7.925 38.33 20.405 51.83 37.444 13.51 16.642 20.26 39.225 20.26 67.755 0 19.017-3.57 36.056-10.73 51.113-7.14 14.658-17.07 27.138-29.78 37.441-12.71 9.906-28.01 17.435-45.88 22.586-17.876 5.152-37.734 7.726-59.583 7.726H788.469V149.015Zm140.013 181.866c22.641 0 40.119-6.142 52.432-18.424 12.711-12.68 19.066-28.528 19.066-47.547 0-8.717-1.591-17.038-4.768-24.962-3.178-8.321-7.943-15.453-14.298-21.396-5.957-5.943-13.506-10.698-22.641-14.264-8.738-3.566-18.668-5.349-29.791-5.349h-85.796v131.942h85.796Zm14.301 190.186c28.598 0 49.849-6.736 63.747-20.205 13.91-13.473 20.86-30.511 20.86-51.113 0-20.605-6.95-37.84-20.86-51.709-13.898-13.866-35.149-20.802-63.747-20.802H842.686v143.829h100.097Zm450.317 20.212c-12.71 11.488-27.21 20.205-43.49 26.149-15.89 5.548-32.97 8.321-51.24 8.321-21.85 0-42.11-3.962-60.77-11.887-18.67-7.925-34.76-18.62-48.27-32.093-13.5-13.869-24.02-30.112-31.57-48.736-7.55-19.02-11.32-39.225-11.32-60.623 0-21.394 3.77-41.403 11.32-60.026 7.55-19.02 18.07-35.264 31.57-48.736 13.51-13.868 29.6-24.764 48.27-32.688 18.66-7.925 38.92-11.887 60.77-11.887 18.27 0 35.35 2.972 51.24 8.915 16.28 5.547 30.78 14.066 43.49 25.557v-29.717h51.24v297.166h-51.24v-29.715Zm-93.54-13.669c21.45 0 40.12-4.559 56-13.672 16.29-9.111 28.8-20.602 37.54-34.471V365.354c-8.74-13.866-21.25-25.357-37.54-34.47-15.88-9.113-34.55-13.67-56-13.67-14.7 0-28.2 2.774-40.52 8.321-11.91 5.151-22.44 12.481-31.57 21.991-8.74 9.51-15.69 20.801-20.86 33.878-4.76 12.676-7.15 26.349-7.15 41.006 0 14.662 2.39 28.531 7.15 41.603 5.17 12.68 12.12 23.776 20.86 33.286 9.13 9.506 19.66 17.035 31.57 22.582 12.32 5.152 25.82 7.729 40.52 7.729Zm454.69-133.202c0-42.955-34.94-77.779-78.05-77.779-43.1 0-78.05 34.824-78.05 77.779v176.589h-51.24V396.142c0-71.158 57.89-128.843 129.29-128.843 71.41 0 129.29 57.685 129.29 128.843v174.855h-51.24V394.408Zm286.56 181.341c-22.24 0-42.7-3.962-61.37-11.887-18.67-7.925-34.76-18.82-48.26-32.689-13.5-13.865-24.23-30.112-32.17-48.736-7.55-18.62-11.32-38.629-11.32-60.027 0-21.394 3.77-41.403 11.32-60.026 7.94-18.624 18.67-34.868 32.17-48.736 13.5-13.868 29.59-24.764 48.26-32.688 18.67-7.925 39.13-11.887 61.37-11.887 25.02 0 46.87 4.557 65.54 13.67 19.06 8.717 35.15 19.811 48.26 33.283l-32.77 35.659c-9.54-9.51-21.05-17.631-34.56-24.367-13.11-6.736-28.6-10.104-46.47-10.104-14.7 0-28.2 2.774-40.52 8.321-11.91 5.151-22.44 12.481-31.57 21.991-8.74 9.51-15.69 20.801-20.86 33.878-4.76 12.676-7.15 26.349-7.15 41.006 0 14.662 2.39 28.531 7.15 41.603 5.17 12.68 12.12 23.776 20.86 33.286 9.13 9.506 19.66 17.035 31.57 22.582 12.32 5.152 25.82 7.729 40.52 7.729 17.87 0 33.36-3.37 46.47-10.106 13.51-6.736 25.02-14.858 34.56-24.368l32.77 35.663c-13.11 13.469-29.2 24.76-48.26 33.874-18.67 8.718-40.52 13.076-65.54 13.076Zm317.44 0c-22.64 0-43.49-3.962-62.55-11.887-18.67-7.925-34.96-18.82-48.86-32.689-13.51-13.865-24.23-30.112-32.18-48.736-7.54-18.62-11.32-38.629-11.32-60.027 0-21.394 3.78-41.403 11.32-60.026 7.95-18.624 18.67-34.868 32.18-48.736 13.9-13.868 30.19-24.764 48.86-32.688 19.06-7.925 39.91-11.887 62.55-11.887 22.25 0 42.71 3.962 61.37 11.887 19.07 7.924 35.35 18.82 48.86 32.688 13.9 13.868 24.62 30.112 32.17 48.736 7.95 18.623 11.92 38.632 11.92 60.026 0 21.398-3.97 41.407-11.92 60.027-7.55 18.624-18.27 34.871-32.17 48.736-13.51 13.869-29.79 24.764-48.86 32.689-18.66 7.925-39.12 11.887-61.37 11.887Zm0-48.139c15.1 0 28.8-2.577 41.11-7.729 12.72-5.547 23.44-13.076 32.18-22.582 9.13-9.51 16.08-20.606 20.85-33.286 4.77-13.072 7.15-26.941 7.15-41.603 0-14.657-2.38-28.33-7.15-41.006-4.77-13.077-11.72-24.368-20.85-33.878-8.74-9.51-19.46-16.84-32.18-21.991-12.31-5.547-26.01-8.321-41.11-8.321-15.09 0-28.99 2.774-41.7 8.321-12.32 5.151-23.04 12.481-32.17 21.991-8.75 9.51-15.7 20.801-20.86 33.878-4.77 12.676-7.15 26.349-7.15 41.006 0 14.662 2.38 28.531 7.15 41.603 5.16 12.68 12.11 23.776 20.86 33.286 9.13 9.506 19.85 17.035 32.17 22.582 12.71 5.152 26.61 7.729 41.7 7.729Zm236.86-253.785h51.24v31.732c10.33-12.679 22.44-18.854 36.34-25.194 13.91-6.339 29.2-9.509 45.88-9.509 7.15 0 14.1.594 20.86 1.783v52.895c-8.34-2.377-17.88-3.565-28.6-3.565-16.29 0-31.18 3.962-44.69 11.886-7.65 4.626-14.22 11.669-19.71 19.807-7.81 11.586-10.08 25.797-10.08 39.754v177.578h-51.24V273.825Z\" fill=\"#fff\"/></g><defs><linearGradient id=\"b\" x1=\"347.864\" y1=\"518.658\" x2=\"-132.001\" y2=\"196.815\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#10BBD8\"/><stop offset=\"1\" stop-color=\"#67D79F\"/></linearGradient><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h2749.41v721.38H0z\"/></clipPath></defs></svg>',title:\"Bancor Logo\",withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mgsmcz\",layoutDependency:layoutDependency,layoutId:\"mPwmw6vvu\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-letter-spacing\":\"0.5em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.4))\"},children:\"PRODUCTS\"})}),className:\"framer-1k7cd38\",fonts:[\"CUSTOM;Euclid Circular A Regular\"],layoutDependency:layoutDependency,layoutId:\"cSTGu3lGT\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.4)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yl29y4\",layoutDependency:layoutDependency,layoutId:\"olOz6t7wL\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({D2p92WPfF:{height:19,width:`max((${componentViewport?.width||\"100vw\"} - 56px) / 2, 140px)`,y:(componentViewport?.y||0)+0+84+30+98.5+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yorq7k-container\",layoutDependency:layoutDependency,layoutId:\"NE6Ui4Nai-container\",nodeId:\"NE6Ui4Nai\",rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://www.carbondefi.xyz/\",height:\"100%\",id:\"NE6Ui4Nai\",layoutId:\"NE6Ui4Nai\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Carbon DeFi\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"d7LrbZwMI\"},implicitPathVariables:undefined},{href:{webPageId:\"d7LrbZwMI\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({D2p92WPfF:{height:19,width:`max((${componentViewport?.width||\"100vw\"} - 56px) / 2, 140px)`,y:(componentViewport?.y||0)+0+84+30+98.5+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-178uitr-container\",layoutDependency:layoutDependency,layoutId:\"u2RmXbC2c-container\",nodeId:\"u2RmXbC2c\",rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:resolvedLinks[0],height:\"100%\",id:\"u2RmXbC2c\",layoutId:\"u2RmXbC2c\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Arb Fast Lane\",...addPropertyOverrides({D2p92WPfF:{eqZrdEPm9:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({D2p92WPfF:{width:`max((${componentViewport?.width||\"100vw\"} - 56px) / 2, 140px)`,y:(componentViewport?.y||0)+0+84+30+98.5+0+35}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2ir08m-container\",layoutDependency:layoutDependency,layoutId:\"L_BQF0lNv-container\",nodeId:\"L_BQF0lNv\",rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://carbondefi.xyz/simulate\",height:\"100%\",id:\"L_BQF0lNv\",layoutId:\"L_BQF0lNv\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Simulator\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({D2p92WPfF:{height:19,width:`max((${componentViewport?.width||\"100vw\"} - 56px) / 2, 140px)`,y:(componentViewport?.y||0)+0+84+30+98.5+0+35}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gop1zv-container\",layoutDependency:layoutDependency,layoutId:\"sjSIXZJiI-container\",nodeId:\"sjSIXZJiI\",rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:\"https://app.bancor.network/\",height:\"100%\",id:\"sjSIXZJiI\",layoutId:\"sjSIXZJiI\",style:{width:\"100%\"},width:\"100%\",zOqxYdBsy:\"Bancor AMM\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"SZyLI0hrT\"},implicitPathVariables:undefined},{href:{webPageId:\"SZyLI0hrT\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({D2p92WPfF:{y:(componentViewport?.y||0)+0+84+30+98.5+0+70}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15t06wk-container\",layoutDependency:layoutDependency,layoutId:\"L0HXXwabK-container\",nodeId:\"L0HXXwabK\",rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:/*#__PURE__*/_jsx(MenuLink2,{eqZrdEPm9:resolvedLinks1[0],height:\"100%\",id:\"L0HXXwabK\",layoutId:\"L0HXXwabK\",width:\"100%\",zOqxYdBsy:\"Powered by Bancor\",...addPropertyOverrides({D2p92WPfF:{eqZrdEPm9:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({D2p92WPfF:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ug1pij\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"asgdOvovl\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-46)/2)+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1y2f965-container\",id:`${layoutId}-1y2f965`,layoutDependency:layoutDependency,layoutId:\"CklPUi6dJ-container\",nodeId:\"CklPUi6dJ\",ref:ref2,rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"Products\",height:\"100%\",id:\"CklPUi6dJ\",layoutId:\"CklPUi6dJ\",PWSlWeqS6:PWSlWeqS6txyyif({overlay}),variant:overlay.visible?\"L7wVBAgSD\":\"W6B3emq7j\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1y2f965`,offsetX:0,offsetY:5,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:417,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-46)/2)+0+70,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-eqh9mh-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"EnrdzZaqD-container\",nodeId:\"EnrdzZaqD\",ref:ref3,rendersWithMotion:true,role:\"dialog\",scopeId:\"ArjIK97PF\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksProduct,{height:\"100%\",id:\"EnrdzZaqD\",layoutId:\"EnrdzZaqD\",variant:\"jSxzEVFXe\",width:\"100%\"})})})})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":OWsCSn4W0\",webPageId:\"flOIYRy97\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-46)/2)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-noucre-container\",layoutDependency:layoutDependency,layoutId:\"A28czn3bm-container\",nodeId:\"A28czn3bm\",rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:/*#__PURE__*/_jsx(Trigger,{Cp56b49G9:resolvedLinks2[0],DApvjrdfG:\"Solutions\",height:\"100%\",id:\"A28czn3bm\",layoutId:\"A28czn3bm\",variant:\"hYChrLT9P\",width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-46)/2)+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-uj5oo1-container\",id:`${layoutId}-uj5oo1`,layoutDependency:layoutDependency,layoutId:\"xxMZUpDXs-container\",nodeId:\"xxMZUpDXs\",ref:ref4,rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"Resources\",height:\"100%\",id:\"xxMZUpDXs\",layoutId:\"xxMZUpDXs\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay1}),variant:overlay1.visible?\"L7wVBAgSD\":\"W6B3emq7j\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-uj5oo1`,offsetX:0,offsetY:5,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:341,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-46)/2)+0+70,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1y5rcup-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"bmXbzzdke-container\",nodeId:\"bmXbzzdke\",ref:ref5,rendersWithMotion:true,role:\"dialog\",scopeId:\"ArjIK97PF\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksResources,{height:\"100%\",id:\"bmXbzzdke\",layoutId:\"bmXbzzdke\",variant:\"t00I_e_KS\",width:\"100%\"})})})})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-46)/2)+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1mrxmjf-container\",id:`${layoutId}-1mrxmjf`,layoutDependency:layoutDependency,layoutId:\"iL64rxmpn-container\",nodeId:\"iL64rxmpn\",ref:ref6,rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"Socials\",height:\"100%\",id:\"iL64rxmpn\",layoutId:\"iL64rxmpn\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay2}),variant:overlay2.visible?\"L7wVBAgSD\":\"W6B3emq7j\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref6,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1mrxmjf`,offsetX:0,offsetY:5,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:235,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-46)/2)+0+70,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1i9mvf5-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Ryif46kPS-container\",nodeId:\"Ryif46kPS\",ref:ref7,rendersWithMotion:true,role:\"dialog\",scopeId:\"ArjIK97PF\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksCommunity,{height:\"100%\",id:\"Ryif46kPS\",layoutId:\"Ryif46kPS\",variant:\"VE8rSQ8pl\",width:\"100%\"})})})})})]})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({D2p92WPfF:{height:235,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+301.5+0+341}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pypk85-container\",layoutDependency:layoutDependency,layoutId:\"zxetCDSx4-container\",nodeId:\"zxetCDSx4\",rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:/*#__PURE__*/_jsx(LinksCommunity,{height:\"100%\",id:\"zxetCDSx4\",layoutId:\"zxetCDSx4\",style:{width:\"100%\"},variant:\"VE8rSQ8pl\",width:\"100%\",...addPropertyOverrides({D2p92WPfF:{variant:\"uvC2drZvA\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({D2p92WPfF:{height:341,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+301.5+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16wtuin-container\",layoutDependency:layoutDependency,layoutId:\"G5fHjjlG7-container\",nodeId:\"G5fHjjlG7\",rendersWithMotion:true,scopeId:\"ArjIK97PF\",children:/*#__PURE__*/_jsx(LinksResources,{height:\"100%\",id:\"G5fHjjlG7\",layoutId:\"G5fHjjlG7\",style:{width:\"100%\"},variant:\"t00I_e_KS\",width:\"100%\",...addPropertyOverrides({D2p92WPfF:{variant:\"QH5ecrUXD\"}},baseVariant,gestureVariant)})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3CJCz.framer-g7g3cy, .framer-3CJCz .framer-g7g3cy { display: block; }\",\".framer-3CJCz.framer-1dxscni { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 80px; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 1200px; }\",\".framer-3CJCz .framer-1uxx22v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3CJCz .framer-r5zxvx { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-3CJCz .framer-1tgu0sm { 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-3CJCz .framer-uokeqe { 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-3CJCz .framer-sv2cu3 { aspect-ratio: 3.8088642659279777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; text-decoration: none; width: 152px; }\",\".framer-3CJCz .framer-mgsmcz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 30px 20px 0px 20px; position: relative; width: 1px; }\",\".framer-3CJCz .framer-1k7cd38 { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-3CJCz .framer-1yl29y4 { display: grid; flex: 1 0 0px; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(140px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-3CJCz .framer-yorq7k-container, .framer-3CJCz .framer-178uitr-container, .framer-3CJCz .framer-2ir08m-container, .framer-3CJCz .framer-1gop1zv-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-3CJCz .framer-15t06wk-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: fit-content; }\",\".framer-3CJCz .framer-ug1pij { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-3CJCz .framer-1y2f965-container, .framer-3CJCz .framer-noucre-container, .framer-3CJCz .framer-uj5oo1-container, .framer-3CJCz .framer-1mrxmjf-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-3CJCz .framer-eqh9mh-container, .framer-3CJCz .framer-1y5rcup-container, .framer-3CJCz .framer-1i9mvf5-container { height: auto; position: relative; width: auto; }\",\".framer-3CJCz .framer-1pypk85-container, .framer-3CJCz .framer-16wtuin-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3CJCz.framer-1dxscni, .framer-3CJCz .framer-1uxx22v, .framer-3CJCz .framer-mgsmcz, .framer-3CJCz .framer-ug1pij { gap: 0px; } .framer-3CJCz.framer-1dxscni > *, .framer-3CJCz .framer-1uxx22v > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-3CJCz.framer-1dxscni > :first-child, .framer-3CJCz .framer-1uxx22v > :first-child, .framer-3CJCz .framer-mgsmcz > :first-child, .framer-3CJCz .framer-ug1pij > :first-child { margin-left: 0px; } .framer-3CJCz.framer-1dxscni > :last-child, .framer-3CJCz .framer-1uxx22v > :last-child, .framer-3CJCz .framer-mgsmcz > :last-child, .framer-3CJCz .framer-ug1pij > :last-child { margin-right: 0px; } .framer-3CJCz .framer-mgsmcz > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-3CJCz .framer-ug1pij > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } }\",\".framer-3CJCz.framer-v-13oeu1l.framer-1dxscni { flex-direction: column; gap: 0px; height: min-content; overflow: hidden; padding: 10px 0px 10px 0px; width: 390px; }\",\".framer-3CJCz.framer-v-13oeu1l .framer-1uxx22v { gap: unset; height: 70px; justify-content: space-between; order: 0; padding: 0px 10px 0px 20px; width: 100%; z-index: 2; }\",\".framer-3CJCz.framer-v-13oeu1l .framer-r5zxvx, .framer-3CJCz.framer-v-179wjvb .framer-r5zxvx { cursor: pointer; height: 44px; order: 2; width: 44px; }\",\".framer-3CJCz.framer-v-13oeu1l .framer-sv2cu3, .framer-3CJCz.framer-v-179wjvb .framer-sv2cu3 { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3CJCz.framer-v-13oeu1l.framer-1dxscni, .framer-3CJCz.framer-v-13oeu1l .framer-1uxx22v { gap: 0px; } .framer-3CJCz.framer-v-13oeu1l.framer-1dxscni > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3CJCz.framer-v-13oeu1l.framer-1dxscni > :first-child { margin-top: 0px; } .framer-3CJCz.framer-v-13oeu1l.framer-1dxscni > :last-child { margin-bottom: 0px; } .framer-3CJCz.framer-v-13oeu1l .framer-1uxx22v > *, .framer-3CJCz.framer-v-13oeu1l .framer-1uxx22v > :first-child, .framer-3CJCz.framer-v-13oeu1l .framer-1uxx22v > :last-child { margin: 0px; } }\",\".framer-3CJCz.framer-v-179wjvb.framer-1dxscni { flex-direction: column; gap: 0px; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 0px; width: 390px; }\",\".framer-3CJCz.framer-v-179wjvb .framer-1uxx22v { cursor: pointer; gap: unset; justify-content: space-between; order: 0; padding: 20px 10px 20px 20px; width: 100%; z-index: 2; }\",\".framer-3CJCz.framer-v-179wjvb .framer-1tgu0sm, .framer-3CJCz.framer-v-179wjvb .framer-uokeqe { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-3CJCz.framer-v-179wjvb .framer-mgsmcz { flex: none; flex-direction: column; order: 1; width: 100%; }\",\".framer-3CJCz.framer-v-179wjvb .framer-1k7cd38 { flex: none; order: 0; width: 100%; }\",\".framer-3CJCz.framer-v-179wjvb .framer-1yl29y4 { flex: none; order: 1; width: 100%; }\",\".framer-3CJCz.framer-v-179wjvb .framer-ug1pij { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 0px; justify-content: flex-start; order: 3; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-3CJCz.framer-v-179wjvb .framer-1pypk85-container { flex: none; order: 6; width: 100%; }\",\".framer-3CJCz.framer-v-179wjvb .framer-16wtuin-container { flex: none; order: 5; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3CJCz.framer-v-179wjvb.framer-1dxscni, .framer-3CJCz.framer-v-179wjvb .framer-1uxx22v, .framer-3CJCz.framer-v-179wjvb .framer-mgsmcz, .framer-3CJCz.framer-v-179wjvb .framer-ug1pij { gap: 0px; } .framer-3CJCz.framer-v-179wjvb.framer-1dxscni > *, .framer-3CJCz.framer-v-179wjvb .framer-ug1pij > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3CJCz.framer-v-179wjvb.framer-1dxscni > :first-child, .framer-3CJCz.framer-v-179wjvb .framer-mgsmcz > :first-child, .framer-3CJCz.framer-v-179wjvb .framer-ug1pij > :first-child { margin-top: 0px; } .framer-3CJCz.framer-v-179wjvb.framer-1dxscni > :last-child, .framer-3CJCz.framer-v-179wjvb .framer-mgsmcz > :last-child, .framer-3CJCz.framer-v-179wjvb .framer-ug1pij > :last-child { margin-bottom: 0px; } .framer-3CJCz.framer-v-179wjvb .framer-1uxx22v > *, .framer-3CJCz.framer-v-179wjvb .framer-1uxx22v > :first-child, .framer-3CJCz.framer-v-179wjvb .framer-1uxx22v > :last-child { margin: 0px; } .framer-3CJCz.framer-v-179wjvb .framer-mgsmcz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",'.framer-3CJCz[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-3CJCz [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-3CJCz[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-3CJCz [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"grJpLQjAG\":{\"layout\":[\"fixed\",\"auto\"]},\"D2p92WPfF\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerArjIK97PF=withCSS(Component,css,\"framer-3CJCz\");export default FramerArjIK97PF;FramerArjIK97PF.displayName=\"Navigation\";FramerArjIK97PF.defaultProps={height:80,width:1200};addPropertyControls(FramerArjIK97PF,{variant:{options:[\"GfeV1ui3l\",\"grJpLQjAG\",\"D2p92WPfF\"],optionTitles:[\"Default\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerArjIK97PF,[{explicitInter:true,fonts:[{family:\"Euclid Circular A Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/xAgGSvpEghG5GJ5uNDWafIGb0.ttf\"}]},...MenuLink2Fonts,...TriggerFonts,...LinksProductFonts,...LinksResourcesFonts,...LinksCommunityFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerArjIK97PF\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"80\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"grJpLQjAG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D2p92WPfF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "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", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "linkName", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "eqZrdEPm9", "zOqxYdBsy", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerGn2niftKW", "withCSS", "Gn2niftKW_default", "addPropertyControls", "ControlType", "addFonts", "MenuLink2Fonts", "getFonts", "Gn2niftKW_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "css", "FramerDzXnYyFak", "withCSS", "DzXnYyFak_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "SVG", "css", "FramerIGFqizJ7S", "withCSS", "IGFqizJ7S_default", "addPropertyControls", "ControlType", "addFonts", "CaretFonts", "getFonts", "IGFqizJ7S_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PWSlWeqS6", "DApvjrdfG", "Cp56b49G9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter170i0h9", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerNHIIwmJCZ", "withCSS", "NHIIwmJCZ_default", "addPropertyControls", "ControlType", "addFonts", "MenuLink2Fonts", "getFonts", "Gn2niftKW_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerrSeNgKhMf", "withCSS", "rSeNgKhMf_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "p2ap4B9RchONH1k6S5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerSzdcYQuor", "withCSS", "SzdcYQuor_default", "addPropertyControls", "ControlType", "addFonts", "MenuLink2Fonts", "getFonts", "Gn2niftKW_default", "TriggerFonts", "NHIIwmJCZ_default", "LinksProductFonts", "SzdcYQuor_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "LinksResourcesFonts", "DzXnYyFak_default", "LinksCommunityFonts", "rSeNgKhMf_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap43j0z4", "args", "onTap2dud8s", "PWSlWeqS6txyyif", "overlay", "loadMore", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "l", "AnimatePresence", "Floating", "resolvedLinks2", "overlay1", "overlay2", "css", "FramerArjIK97PF", "withCSS", "ArjIK97PF_default", "addPropertyControls", "ControlType", "addFonts"]
}
