{
  "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/86OEbXMwSkHEhbO4QRcq/Xxmht1W3M8iqVgyqhxqT/MWBiEuWUD.js", "ssg:https://framerusercontent.com/modules/mgRPZCBYhtDGfsrDpfIU/IYUbSpkmUK1axZOzI3Wf/fYSikEUr0.js", "ssg:https://framerusercontent.com/modules/wE3e3bv6ALJK4KM5YSP2/ipugzyp457dwABaB98sq/g1PkHcMS6.js", "ssg:https://framerusercontent.com/modules/suOYqeMz2bDew2KOmLLd/VxP8lWIWTf0NJTunlII9/kax2msIDS.js", "ssg:https://framerusercontent.com/modules/ogkgp7DYk4CTIeLG99Zr/dRXzMhyOZ7p5St6D2bLl/uqTNjxj1f.js", "ssg:https://framerusercontent.com/modules/dCe2HkljOoJlKFHXQ7E2/3Q7i3akCd5Wjx1XfJ5Xh/UtR0ER5rE.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 (cf240c2)\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={B41bEOGaK:{hover:true},eyq5u7CD3:{hover:true},FrKqjhamf:{hover:true},ncKdLlMco:{hover:true},ONfpCBhqM:{hover:true}};const cycleOrder=[\"ONfpCBhqM\",\"ncKdLlMco\",\"B41bEOGaK\",\"eyq5u7CD3\",\"FrKqjhamf\"];const serializationHash=\"framer-4CKme\";const variantClassNames={B41bEOGaK:\"framer-v-vbnhjm\",eyq5u7CD3:\"framer-v-l6o5zt\",FrKqjhamf:\"framer-v-6mslzy\",ncKdLlMco:\"framer-v-1n8r71f\",ONfpCBhqM:\"framer-v-622nvh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.3,delay:0,duration:.3,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 3\":\"B41bEOGaK\",\"Variant 4\":\"eyq5u7CD3\",Back:\"FrKqjhamf\",Main:\"ONfpCBhqM\",White:\"ncKdLlMco\"};const getProps=({height,id,link,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,EekHruriY:(_ref=text!==null&&text!==void 0?text:props.EekHruriY)!==null&&_ref!==void 0?_ref:\"Primary Button\",JsBFaOQTd:link!==null&&link!==void 0?link:props.JsBFaOQTd,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"ONfpCBhqM\"};};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,EekHruriY,JsBFaOQTd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ONfpCBhqM\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:JsBFaOQTd,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-622nvh\",className,classNames)} framer-qpdqdj`,\"data-framer-name\":\"Main\",layoutDependency:layoutDependency,layoutId:\"ONfpCBhqM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-76fa1bb2-7c90-4495-ad8b-51dc49d8462f, rgb(255, 101, 0))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"B41bEOGaK-hover\":{backgroundColor:\"var(--token-61702e82-b836-48e8-8bea-2d0b21a92d93, rgb(204, 204, 204))\"},\"eyq5u7CD3-hover\":{backgroundColor:\"var(--token-76fa1bb2-7c90-4495-ad8b-51dc49d8462f, rgb(255, 101, 0))\"},\"FrKqjhamf-hover\":{backgroundColor:\"var(--token-09bf6634-ec81-4797-9457-2a42e40dc6b8, rgb(255, 68, 0))\"},\"ncKdLlMco-hover\":{backgroundColor:\"var(--token-c94b46c6-8a2c-413b-9ab8-71322910b077, rgb(248, 248, 246))\"},\"ONfpCBhqM-hover\":{backgroundColor:\"var(--token-09bf6634-ec81-4797-9457-2a42e40dc6b8, rgb(255, 68, 0))\"},B41bEOGaK:{backgroundColor:\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\"},eyq5u7CD3:{backgroundColor:\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\"},ncKdLlMco:{backgroundColor:\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(255, 255, 255))\"}},...addPropertyOverrides({\"B41bEOGaK-hover\":{\"data-framer-name\":undefined},\"eyq5u7CD3-hover\":{\"data-framer-name\":undefined},\"FrKqjhamf-hover\":{\"data-framer-name\":undefined},\"ncKdLlMco-hover\":{\"data-framer-name\":undefined},\"ONfpCBhqM-hover\":{\"data-framer-name\":undefined},B41bEOGaK:{\"data-framer-name\":\"Variant 3\"},eyq5u7CD3:{\"data-framer-name\":\"Variant 4\"},FrKqjhamf:{\"data-framer-name\":\"Back\"},ncKdLlMco:{\"data-framer-name\":\"White\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(255, 255, 255)))\"},children:\"Primary Button\"})}),className:\"framer-1fej0ns\",\"data-framer-name\":\"Book a call\",fonts:[\"FS;Manrope-medium\"],layoutDependency:layoutDependency,layoutId:\"R1mD43voZ\",style:{\"--extracted-r6o4lv\":\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:EekHruriY,variants:{ncKdLlMco:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ncKdLlMco:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:\"Primary Button\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b2ej8u\",layoutDependency:layoutDependency,layoutId:\"mbFBaKkE1\",style:{backgroundColor:\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(255, 255, 255))\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},variants:{\"eyq5u7CD3-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},eyq5u7CD3:{backgroundColor:\"rgba(0, 0, 0, 0)\"},ncKdLlMco:{backgroundColor:\"var(--token-76fa1bb2-7c90-4495-ad8b-51dc49d8462f, rgb(255, 101, 0))\"}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w7uscc-container\",layoutDependency:layoutDependency,layoutId:\"A9eM3uL2a-container\",style:{rotate:0},variants:{FrKqjhamf:{rotate:-180}},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-76fa1bb2-7c90-4495-ad8b-51dc49d8462f, rgb(255, 101, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-right\",id:\"A9eM3uL2a\",layoutId:\"A9eM3uL2a\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({B41bEOGaK:{color:\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\"},eyq5u7CD3:{color:\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(255, 255, 255))\"},ncKdLlMco:{color:\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-k33uic-container\",layoutDependency:layoutDependency,layoutId:\"IJEZeVguC-container\",style:{rotate:0},variants:{FrKqjhamf:{rotate:-180}},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-76fa1bb2-7c90-4495-ad8b-51dc49d8462f, rgb(255, 101, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-right\",id:\"IJEZeVguC\",layoutId:\"IJEZeVguC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"ncKdLlMco-hover\":{color:\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(255, 255, 255))\"},\"ONfpCBhqM-hover\":{color:\"var(--token-09bf6634-ec81-4797-9457-2a42e40dc6b8, rgb(255, 68, 0))\"}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4CKme.framer-qpdqdj, .framer-4CKme .framer-qpdqdj { display: block; }\",\".framer-4CKme.framer-622nvh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 48px; justify-content: center; overflow: hidden; padding: 0px 8px 0px 24px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-4CKme .framer-1fej0ns { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4CKme .framer-1b2ej8u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 34px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4CKme .framer-1w7uscc-container { flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 1; }\",\".framer-4CKme .framer-k33uic-container { flex: none; height: 20px; left: -29px; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4CKme.framer-622nvh, .framer-4CKme .framer-1b2ej8u { gap: 0px; } .framer-4CKme.framer-622nvh > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-4CKme.framer-622nvh > :first-child, .framer-4CKme .framer-1b2ej8u > :first-child { margin-left: 0px; } .framer-4CKme.framer-622nvh > :last-child, .framer-4CKme .framer-1b2ej8u > :last-child { margin-right: 0px; } .framer-4CKme .framer-1b2ej8u > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-4CKme.framer-v-l6o5zt.framer-622nvh { padding: 0px 24px 0px 24px; }\",\".framer-4CKme.framer-v-6mslzy.framer-622nvh { padding: 0px 24px 0px 8px; }\",\".framer-4CKme.framer-v-6mslzy .framer-1fej0ns { order: 1; }\",\".framer-4CKme.framer-v-6mslzy .framer-1b2ej8u { order: 0; }\",\".framer-4CKme.framer-v-6mslzy .framer-k33uic-container { left: unset; right: -23px; }\",\".framer-4CKme.framer-v-622nvh.hover .framer-1w7uscc-container { left: unset; right: -29px; }\",\".framer-4CKme.framer-v-622nvh.hover .framer-k33uic-container, .framer-4CKme.framer-v-1n8r71f.hover .framer-k33uic-container, .framer-4CKme.framer-v-vbnhjm.hover .framer-k33uic-container { left: calc(50.00000000000002% - 20px / 2); }\",\".framer-4CKme.framer-v-1n8r71f.hover .framer-1w7uscc-container, .framer-4CKme.framer-v-vbnhjm.hover .framer-1w7uscc-container { left: unset; right: -33px; }\",\".framer-4CKme.framer-v-6mslzy.hover .framer-1w7uscc-container { left: -43px; }\",\".framer-4CKme.framer-v-6mslzy.hover .framer-k33uic-container { left: calc(50.00000000000002% - 20px / 2); right: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 193.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"ncKdLlMco\":{\"layout\":[\"auto\",\"fixed\"]},\"B41bEOGaK\":{\"layout\":[\"auto\",\"fixed\"]},\"eyq5u7CD3\":{\"layout\":[\"auto\",\"fixed\"]},\"FrKqjhamf\":{\"layout\":[\"auto\",\"fixed\"]},\"OrMWhpoCZ\":{\"layout\":[\"auto\",\"fixed\"]},\"ugV52ndtA\":{\"layout\":[\"auto\",\"fixed\"]},\"UPq7jJElV\":{\"layout\":[\"auto\",\"fixed\"]},\"weZ7SqBv4\":{\"layout\":[\"auto\",\"fixed\"]},\"xDpORc9Cf\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"EekHruriY\":\"text\",\"JsBFaOQTd\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMWBiEuWUD=withCSS(Component,css,\"framer-4CKme\");export default FramerMWBiEuWUD;FramerMWBiEuWUD.displayName=\"Buttons / Primary\";FramerMWBiEuWUD.defaultProps={height:48,width:193.5};addPropertyControls(FramerMWBiEuWUD,{variant:{options:[\"ONfpCBhqM\",\"ncKdLlMco\",\"B41bEOGaK\",\"eyq5u7CD3\",\"FrKqjhamf\"],optionTitles:[\"Main\",\"White\",\"Variant 3\",\"Variant 4\",\"Back\"],title:\"Variant\",type:ControlType.Enum},EekHruriY:{defaultValue:\"Primary Button\",displayTextArea:false,title:\"Text\",type:ControlType.String},JsBFaOQTd:{title:\"Link\",type:ControlType.Link}});addFonts(FramerMWBiEuWUD,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"}]},...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMWBiEuWUD\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"EekHruriY\\\":\\\"text\\\",\\\"JsBFaOQTd\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerIntrinsicWidth\":\"193.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ncKdLlMco\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"B41bEOGaK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"eyq5u7CD3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"FrKqjhamf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"OrMWhpoCZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ugV52ndtA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UPq7jJElV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"weZ7SqBv4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xDpORc9Cf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MWBiEuWUD.map", "// Generated by Framer (d31cd55)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={hQPYyQVa_:{hover:true}};const cycleOrder=[\"hQPYyQVa_\",\"zRPQQjy0y\"];const serializationHash=\"framer-9HGfR\";const variantClassNames={hQPYyQVa_:\"framer-v-1bc6gt5\",zRPQQjy0y:\"framer-v-oy9x9s\"};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={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Main:\"hQPYyQVa_\",Mobile:\"zRPQQjy0y\"};const getProps=({click,height,id,link,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,Efd077iVv:(_ref=text!==null&&text!==void 0?text:props.Efd077iVv)!==null&&_ref!==void 0?_ref:\"Nav Link\",heJNUU0WE:click!==null&&click!==void 0?click:props.heJNUU0WE,TP2V67kCk:link!==null&&link!==void 0?link:props.TP2V67kCk,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"hQPYyQVa_\"};};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,TP2V67kCk,Efd077iVv,heJNUU0WE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hQPYyQVa_\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapxhd2w9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(heJNUU0WE){const res=await heJNUU0WE(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:TP2V67kCk,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1bc6gt5\",className,classNames)} framer-1kl5gij`,\"data-framer-name\":\"Main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hQPYyQVa_\",onTap:onTapxhd2w9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(225, 225, 225, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"hQPYyQVa_-hover\":{backgroundColor:\"var(--token-8997574d-0b9a-4e68-8456-ddd0f788a8a5, rgb(227, 228, 222))\"},zRPQQjy0y:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({\"hQPYyQVa_-hover\":{\"data-framer-name\":undefined},zRPQQjy0y:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:\"Nav Link\"})}),className:\"framer-1sf4ran\",\"data-framer-name\":\"About\",fonts:[\"FS;Manrope-medium\"],layoutDependency:layoutDependency,layoutId:\"JIFSmn7oN\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},text:Efd077iVv,verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9HGfR.framer-1kl5gij, .framer-9HGfR .framer-1kl5gij { display: block; }\",\".framer-9HGfR.framer-1bc6gt5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 16px 10px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-9HGfR .framer-1sf4ran { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9HGfR.framer-1bc6gt5 { gap: 0px; } .framer-9HGfR.framer-1bc6gt5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9HGfR.framer-1bc6gt5 > :first-child { margin-left: 0px; } .framer-9HGfR.framer-1bc6gt5 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 93\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"zRPQQjy0y\":{\"layout\":[\"auto\",\"auto\"]},\"m4Ubss7_R\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TP2V67kCk\":\"link\",\"Efd077iVv\":\"text\",\"heJNUU0WE\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfYSikEUr0=withCSS(Component,css,\"framer-9HGfR\");export default FramerfYSikEUr0;FramerfYSikEUr0.displayName=\"Navigation / Nav Link\";FramerfYSikEUr0.defaultProps={height:36,width:93};addPropertyControls(FramerfYSikEUr0,{variant:{options:[\"hQPYyQVa_\",\"zRPQQjy0y\"],optionTitles:[\"Main\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},TP2V67kCk:{title:\"Link\",type:ControlType.Link},Efd077iVv:{defaultValue:\"Nav Link\",displayTextArea:false,placeholder:\"\",title:\"Text\",type:ControlType.String},heJNUU0WE:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerfYSikEUr0,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfYSikEUr0\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"93\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"36\",\"framerVariables\":\"{\\\"TP2V67kCk\\\":\\\"link\\\",\\\"Efd077iVv\\\":\\\"text\\\",\\\"heJNUU0WE\\\":\\\"click\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zRPQQjy0y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"m4Ubss7_R\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fYSikEUr0.map", "// Generated by Framer (cf240c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-pa701\";const variantClassNames={VBMEAMne3:\"framer-v-a52rgz\"};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.create(React.Fragment);const getProps=({click,height,id,width,...props})=>{return{...props,sX2NKdRLu:click!==null&&click!==void 0?click:props.sX2NKdRLu};};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,sX2NKdRLu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"VBMEAMne3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1i0v9or=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(sX2NKdRLu){const res=await sX2NKdRLu(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Jow5OoU99\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"Logo\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-a52rgz\",className,classNames)} framer-15nkheg`,\"data-framer-name\":\"Main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VBMEAMne3\",onTap:onTap1i0v9or,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-avx4vd\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:166,intrinsicWidth:166,layoutDependency:layoutDependency,layoutId:\"CWsPxgHZu\",svg:'<svg width=\"166\" height=\"166\" viewBox=\"-1 -1 166 166\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M164 82C164 127.287 127.287 164 82 164C36.7127 164 0 127.287 0 82C0 36.7127 36.7127 0 82 0C127.287 0 164 36.7127 164 82Z\" fill=\"#FF6500\"/>\\n<path d=\"M46.2533 97.5987C49.0207 99.1614 51.8206 100.578 54.6531 101.847C57.5181 103.085 60.4809 104.143 63.5412 105.022C66.6016 105.868 69.8085 106.519 73.1619 106.975C76.5479 107.431 80.1455 107.659 83.9547 107.659C88.5453 107.659 92.4522 107.366 95.6754 106.78C98.8985 106.161 101.519 105.331 103.538 104.289C105.589 103.215 107.07 101.945 107.982 100.48C108.926 99.0149 109.398 97.4196 109.398 95.6941C109.398 92.9267 108.242 90.7454 105.931 89.1501C103.619 87.5222 100.054 86.7083 95.2358 86.7083C93.1196 86.7083 90.8894 86.8548 88.5453 87.1478C86.2012 87.4082 83.8245 87.7013 81.4152 88.0268C79.0386 88.3524 76.6781 88.6617 74.334 88.9547C72.0224 89.2152 69.8411 89.3454 67.79 89.3454C64.3715 89.3454 61.0832 88.9059 57.9251 88.0268C54.7996 87.1478 52.0159 85.8292 49.5741 84.0711C47.1649 82.313 45.244 80.1154 43.8115 77.4782C42.379 74.8411 41.6627 71.7644 41.6627 68.2482C41.6627 66.1646 41.9394 64.0972 42.4929 62.0461C43.0789 59.9949 43.9906 58.0415 45.2277 56.1857C46.4975 54.2974 48.1253 52.5556 50.1113 50.9603C52.0973 49.3324 54.4903 47.9324 57.2902 46.7604C60.1227 45.5883 63.3785 44.6767 67.0574 44.0256C70.769 43.3419 74.9852 43 79.706 43C83.1245 43 86.5593 43.1953 90.0104 43.586C93.4615 43.9442 96.8149 44.4651 100.071 45.1488C103.359 45.8325 106.517 46.6627 109.545 47.6394C112.573 48.5836 115.389 49.6417 117.993 50.8138L111.205 63.3158C109.056 62.3716 106.745 61.5089 104.271 60.7275C101.796 59.9135 99.2078 59.2136 96.5056 58.6275C93.8033 58.0415 91.0034 57.5857 88.1058 57.2601C85.2407 56.902 82.3106 56.7229 79.3153 56.7229C75.0503 56.7229 71.5341 57.0322 68.7667 57.6508C66.0319 58.2694 63.8505 59.0671 62.2227 60.0438C60.5948 60.9879 59.4553 62.0623 58.8041 63.267C58.1856 64.439 57.8763 65.6111 57.8763 66.7831C57.8763 69.0622 58.9018 70.9342 60.9529 72.3993C63.0041 73.8318 66.1296 74.5481 70.3295 74.5481C72.0224 74.5481 73.9596 74.4341 76.1409 74.2062C78.3548 73.9458 80.6664 73.669 83.0757 73.376C85.5175 73.083 87.9918 72.8225 90.4987 72.5946C93.0382 72.3342 95.4963 72.2039 97.873 72.2039C102.366 72.2039 106.338 72.7086 109.789 73.7179C113.273 74.7271 116.186 76.1759 118.531 78.0643C120.875 79.92 122.649 82.1828 123.854 84.8525C125.058 87.4896 125.661 90.4523 125.661 93.7406C125.661 98.1359 124.635 102.059 122.584 105.51C120.565 108.929 117.668 111.826 113.891 114.203C110.147 116.547 105.622 118.338 100.315 119.575C95.0079 120.78 89.0988 121.382 82.5873 121.382C78.2897 121.382 74.0898 121.105 69.9876 120.552C65.8854 120.031 61.9459 119.282 58.1693 118.305C54.4252 117.296 50.8439 116.108 47.4254 114.74C44.0394 113.34 40.8976 111.81 38 110.15L46.2533 97.5987Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17zrz9p\",\"data-framer-name\":\"Frame 9\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:66,intrinsicWidth:570,layoutDependency:layoutDependency,layoutId:\"uhsSdBL_G\",svg:'<svg width=\"570\" height=\"66\" viewBox=\"0 0 570 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"307\" width=\"262.708\" height=\"65\" rx=\"9.02778\" fill=\"#FF6500\"/>\\n<path d=\"M328.13 37.6238C329.154 38.2022 330.19 38.7263 331.239 39.1962C332.299 39.654 333.395 40.0456 334.528 40.3709C335.661 40.6842 336.847 40.9252 338.088 41.0939C339.341 41.2626 340.673 41.3469 342.083 41.3469C343.781 41.3469 345.227 41.2385 346.42 41.0216C347.613 40.7927 348.583 40.4854 349.33 40.0998C350.089 39.7022 350.637 39.2323 350.975 38.6901C351.324 38.1479 351.499 37.5576 351.499 36.919C351.499 35.8948 351.071 35.0875 350.215 34.4972C349.36 33.8947 348.041 33.5935 346.257 33.5935C345.474 33.5935 344.649 33.6477 343.781 33.7562C342.914 33.8525 342.034 33.961 341.143 34.0815C340.263 34.202 339.39 34.3164 338.522 34.4249C337.667 34.5213 336.859 34.5695 336.1 34.5695C334.835 34.5695 333.618 34.4068 332.45 34.0815C331.293 33.7562 330.263 33.2682 329.359 32.6175C328.467 31.9669 327.757 31.1536 327.226 30.1777C326.696 29.2017 326.431 28.0631 326.431 26.7618C326.431 25.9907 326.534 25.2256 326.738 24.4665C326.955 23.7075 327.293 22.9845 327.751 22.2978C328.22 21.5989 328.823 20.9543 329.558 20.3639C330.293 19.7615 331.178 19.2434 332.215 18.8096C333.263 18.3759 334.468 18.0385 335.829 17.7975C337.203 17.5445 338.763 17.418 340.51 17.418C341.775 17.418 343.046 17.4903 344.324 17.6349C345.601 17.7674 346.842 17.9602 348.047 18.2132C349.264 18.4662 350.432 18.7735 351.553 19.1349C352.673 19.4844 353.716 19.8759 354.68 20.3097L352.167 24.9364C351.372 24.587 350.517 24.2677 349.601 23.9786C348.685 23.6773 347.727 23.4183 346.727 23.2014C345.727 22.9845 344.691 22.8159 343.619 22.6954C342.558 22.5628 341.474 22.4966 340.366 22.4966C338.787 22.4966 337.486 22.611 336.462 22.84C335.45 23.0689 334.642 23.3641 334.04 23.7255C333.438 24.075 333.016 24.4726 332.775 24.9184C332.546 25.3521 332.431 25.7859 332.431 26.2196C332.431 27.0631 332.811 27.7559 333.57 28.2981C334.329 28.8282 335.486 29.0933 337.04 29.0933C337.667 29.0933 338.384 29.0511 339.191 28.9668C340.01 28.8704 340.866 28.768 341.757 28.6595C342.661 28.5511 343.577 28.4547 344.504 28.3703C345.444 28.274 346.354 28.2258 347.233 28.2258C348.896 28.2258 350.366 28.4125 351.643 28.786C352.932 29.1595 354.011 29.6957 354.878 30.3945C355.746 31.0813 356.403 31.9187 356.848 32.9067C357.294 33.8827 357.517 34.9791 357.517 36.196C357.517 37.8226 357.138 39.2745 356.378 40.5517C355.631 41.8168 354.559 42.8891 353.161 43.7687C351.776 44.6362 350.101 45.2989 348.137 45.7568C346.173 46.2026 343.986 46.4255 341.577 46.4255C339.986 46.4255 338.432 46.323 336.914 46.1182C335.395 45.9254 333.938 45.6483 332.54 45.2869C331.154 44.9133 329.829 44.4736 328.564 43.9675C327.311 43.4494 326.148 42.8831 325.076 42.2686L328.13 37.6238Z\" fill=\"white\"/>\\n<path d=\"M361.873 35.3647C361.873 33.8345 362.18 32.4007 362.794 31.0633C363.421 29.7258 364.307 28.5571 365.451 27.5571C366.608 26.557 368 25.7678 369.626 25.1895C371.265 24.6111 373.102 24.322 375.138 24.322C377.175 24.322 379.006 24.6111 380.633 25.1895C382.271 25.7678 383.663 26.557 384.808 27.5571C385.964 28.5571 386.85 29.7258 387.464 31.0633C388.091 32.4007 388.404 33.8345 388.404 35.3647C388.404 36.8949 388.091 38.3287 387.464 39.6661C386.85 41.0035 385.964 42.1722 384.808 43.1723C383.663 44.1723 382.271 44.9615 380.633 45.5399C379.006 46.1182 377.175 46.4074 375.138 46.4074C373.102 46.4074 371.265 46.1182 369.626 45.5399C368 44.9615 366.608 44.1723 365.451 43.1723C364.307 42.1722 363.421 41.0035 362.794 39.6661C362.18 38.3287 361.873 36.8949 361.873 35.3647ZM367.493 35.3647C367.493 36.2201 367.662 37.0334 368 37.8046C368.349 38.5636 368.849 39.2384 369.5 39.8287C370.162 40.4071 370.964 40.871 371.903 41.2204C372.855 41.5578 373.934 41.7264 375.138 41.7264C376.343 41.7264 377.416 41.5578 378.355 41.2204C379.307 40.871 380.109 40.4071 380.759 39.8287C381.422 39.2384 381.922 38.5636 382.259 37.8046C382.609 37.0334 382.783 36.2201 382.783 35.3647C382.783 34.5092 382.609 33.6959 382.259 32.9248C381.922 32.1537 381.422 31.4789 380.759 30.9006C380.109 30.3102 379.307 29.8463 378.355 29.509C377.416 29.1595 376.343 28.9848 375.138 28.9848C373.934 28.9848 372.855 29.1595 371.903 29.509C370.964 29.8463 370.162 30.3102 369.5 30.9006C368.849 31.4789 368.349 32.1537 368 32.9248C367.662 33.6959 367.493 34.5092 367.493 35.3647Z\" fill=\"white\"/>\\n<path d=\"M393.953 16.0444H399.302V46.0279H393.953V16.0444Z\" fill=\"white\"/>\\n<path d=\"M406.17 24.6834H411.502V35.0936C411.502 36.0816 411.61 36.9852 411.827 37.8046C412.044 38.6118 412.411 39.3046 412.929 39.883C413.46 40.4613 414.158 40.9131 415.026 41.2385C415.906 41.5517 416.996 41.7084 418.297 41.7084C418.912 41.7084 419.532 41.6421 420.159 41.5096C420.797 41.377 421.406 41.1963 421.984 40.9674C422.562 40.7264 423.099 40.4432 423.593 40.1179C424.099 39.7926 424.532 39.4372 424.894 39.0516V24.6834H430.244V46.0279H424.894V44.2025C423.581 44.9856 422.261 45.5459 420.936 45.8833C419.611 46.2206 418.351 46.3893 417.159 46.3893C415.207 46.3893 413.532 46.1544 412.134 45.6845C410.749 45.2146 409.61 44.5338 408.718 43.6422C407.839 42.7385 407.194 41.6361 406.785 40.3348C406.375 39.0215 406.17 37.5274 406.17 35.8526V24.6834Z\" fill=\"white\"/>\\n<path d=\"M440.256 28.7137H435.105V24.7015H440.256V18.0686H445.606V24.7015H450.757V28.7137H445.606V46.0279H440.256V28.7137Z\" fill=\"white\"/>\\n<path d=\"M458.329 21.7917C457.799 21.7917 457.317 21.7194 456.883 21.5748C456.462 21.4182 456.1 21.2134 455.799 20.9603C455.498 20.6953 455.263 20.394 455.094 20.0567C454.938 19.7073 454.859 19.3398 454.859 18.9542C454.859 18.5566 454.938 18.1891 455.094 17.8518C455.263 17.5023 455.498 17.2011 455.799 16.9481C456.1 16.6951 456.462 16.4963 456.883 16.3517C457.317 16.195 457.799 16.1167 458.329 16.1167C458.871 16.1167 459.353 16.195 459.775 16.3517C460.209 16.4963 460.576 16.6951 460.878 16.9481C461.179 17.2011 461.408 17.5023 461.564 17.8518C461.733 18.1891 461.817 18.5566 461.817 18.9542C461.817 19.3398 461.733 19.7073 461.564 20.0567C461.408 20.394 461.179 20.6953 460.878 20.9603C460.576 21.2134 460.209 21.4182 459.775 21.5748C459.353 21.7194 458.871 21.7917 458.329 21.7917ZM455.654 24.7015H461.004V46.0279H455.654V24.7015Z\" fill=\"white\"/>\\n<path d=\"M466.589 35.3647C466.589 33.8345 466.896 32.4007 467.51 31.0633C468.137 29.7258 469.023 28.5571 470.167 27.5571C471.324 26.557 472.716 25.7678 474.342 25.1895C475.981 24.6111 477.818 24.322 479.854 24.322C481.891 24.322 483.722 24.6111 485.349 25.1895C486.987 25.7678 488.379 26.557 489.524 27.5571C490.68 28.5571 491.566 29.7258 492.18 31.0633C492.807 32.4007 493.12 33.8345 493.12 35.3647C493.12 36.8949 492.807 38.3287 492.18 39.6661C491.566 41.0035 490.68 42.1722 489.524 43.1723C488.379 44.1723 486.987 44.9615 485.349 45.5399C483.722 46.1182 481.891 46.4074 479.854 46.4074C477.818 46.4074 475.981 46.1182 474.342 45.5399C472.716 44.9615 471.324 44.1723 470.167 43.1723C469.023 42.1722 468.137 41.0035 467.51 39.6661C466.896 38.3287 466.589 36.8949 466.589 35.3647ZM472.21 35.3647C472.21 36.2201 472.378 37.0334 472.716 37.8046C473.065 38.5636 473.565 39.2384 474.216 39.8287C474.878 40.4071 475.68 40.871 476.619 41.2204C477.571 41.5578 478.65 41.7264 479.854 41.7264C481.059 41.7264 482.132 41.5578 483.071 41.2204C484.023 40.871 484.825 40.4071 485.475 39.8287C486.138 39.2384 486.638 38.5636 486.975 37.8046C487.325 37.0334 487.499 36.2201 487.499 35.3647C487.499 34.5092 487.325 33.6959 486.975 32.9248C486.638 32.1537 486.138 31.4789 485.475 30.9006C484.825 30.3102 484.023 29.8463 483.071 29.509C482.132 29.1595 481.059 28.9848 479.854 28.9848C478.65 28.9848 477.571 29.1595 476.619 29.509C475.68 29.8463 474.878 30.3102 474.216 30.9006C473.565 31.4789 473.065 32.1537 472.716 32.9248C472.378 33.6959 472.21 34.5092 472.21 35.3647Z\" fill=\"white\"/>\\n<path d=\"M498.524 24.7015H503.874V26.5088C505.295 25.7015 506.651 25.1352 507.94 24.8099C509.241 24.4846 510.513 24.322 511.754 24.322C513.38 24.322 514.886 24.5629 516.272 25.0449C517.658 25.5148 518.856 26.2196 519.868 27.1594C520.881 28.0992 521.67 29.274 522.236 30.6837C522.814 32.0814 523.104 33.7019 523.104 35.5454V46.0279H517.772V36.4129C517.772 35.2442 517.603 34.202 517.266 33.2863C516.941 32.3585 516.465 31.5814 515.838 30.9548C515.224 30.3162 514.471 29.8343 513.579 29.509C512.699 29.1716 511.711 29.0029 510.615 29.0029C510.037 29.0029 509.44 29.0632 508.826 29.1836C508.223 29.3041 507.627 29.4788 507.037 29.7078C506.458 29.9246 505.898 30.2018 505.356 30.5391C504.814 30.8644 504.32 31.238 503.874 31.6597V46.0279H498.524V24.7015Z\" fill=\"white\"/>\\n<path d=\"M530.532 39.4854C531.978 40.3529 533.568 40.9915 535.303 41.4011C537.038 41.8108 538.815 42.0156 540.635 42.0156C541.864 42.0156 542.888 41.9313 543.707 41.7626C544.526 41.5939 545.183 41.377 545.677 41.1119C546.171 40.8469 546.52 40.5457 546.725 40.2083C546.93 39.8709 547.033 39.5275 547.033 39.1781C547.033 38.6721 546.81 38.2383 546.364 37.8768C545.93 37.5154 545.207 37.3347 544.195 37.3347C543.725 37.3347 543.219 37.3648 542.677 37.425C542.135 37.4853 541.562 37.5515 540.96 37.6238C540.37 37.6841 539.749 37.7443 539.098 37.8046C538.46 37.8648 537.809 37.8949 537.146 37.8949C535.701 37.8949 534.466 37.7383 533.441 37.425C532.429 37.1117 531.604 36.684 530.965 36.1418C530.327 35.5996 529.863 34.961 529.574 34.2261C529.285 33.479 529.14 32.6778 529.14 31.8223C529.14 30.7379 529.393 29.7379 529.899 28.8222C530.405 27.9065 531.128 27.1173 532.068 26.4546C533.008 25.7799 534.14 25.2557 535.466 24.8822C536.803 24.5087 538.291 24.322 539.93 24.322C540.785 24.322 541.677 24.3762 542.605 24.4846C543.544 24.581 544.466 24.7135 545.37 24.8822C546.273 25.0509 547.141 25.2497 547.972 25.4786C548.804 25.6955 549.539 25.9305 550.177 26.1835L548.496 30.3403C547.135 29.8343 545.773 29.4367 544.412 29.1475C543.062 28.8463 541.671 28.6957 540.237 28.6957C539.237 28.6957 538.387 28.774 537.689 28.9306C537.002 29.0752 536.442 29.274 536.008 29.527C535.574 29.768 535.255 30.0512 535.05 30.3765C534.857 30.6897 534.761 31.0211 534.761 31.3705C534.761 31.6235 534.809 31.8524 534.905 32.0573C535.014 32.2621 535.183 32.4428 535.411 32.5995C535.652 32.7441 535.96 32.8585 536.333 32.9429C536.719 33.0152 537.189 33.0513 537.743 33.0513C538.249 33.0513 538.785 33.0212 539.351 32.9609C539.918 32.9007 540.508 32.8405 541.123 32.7802C541.737 32.7079 542.37 32.6416 543.02 32.5814C543.683 32.5212 544.358 32.491 545.044 32.491C546.322 32.491 547.436 32.6416 548.388 32.9429C549.352 33.2441 550.147 33.6658 550.774 34.208C551.4 34.7502 551.87 35.3888 552.183 36.1237C552.497 36.8587 552.653 37.66 552.653 38.5275C552.653 39.648 552.394 40.6902 551.876 41.6541C551.358 42.618 550.587 43.4554 549.563 44.1663C548.539 44.8651 547.261 45.4134 545.731 45.811C544.213 46.2086 542.454 46.4074 540.454 46.4074C539.225 46.4074 538.038 46.3291 536.893 46.1724C535.749 46.0279 534.658 45.829 533.622 45.576C532.586 45.3109 531.61 45.0037 530.694 44.6543C529.791 44.3049 528.965 43.9314 528.218 43.5338L530.532 39.4854Z\" fill=\"white\"/>\\n<path d=\"M6.7666 45.7637C9.03548 47.0449 11.3311 48.2061 13.6533 49.2471C16.0023 50.2614 18.4313 51.1289 20.9404 51.8496C23.4495 52.5436 26.0788 53.0775 28.8281 53.4512C31.6042 53.8249 34.5537 54.0117 37.6768 54.0117C41.4404 54.0117 44.6436 53.7715 47.2861 53.291C49.9287 52.7839 52.0775 52.1032 53.7324 51.249C55.4141 50.3682 56.6286 49.3271 57.376 48.126C58.1501 46.9248 58.5371 45.6169 58.5371 44.2021C58.5371 41.9333 57.5895 40.1449 55.6943 38.8369C53.7992 37.5023 50.8763 36.835 46.9258 36.835C45.1908 36.835 43.3623 36.9551 41.4404 37.1953C39.5186 37.4089 37.57 37.6491 35.5947 37.916C33.6462 38.1829 31.7109 38.4365 29.7891 38.6768C27.8939 38.8903 26.1055 38.9971 24.4238 38.9971C21.6211 38.9971 18.9251 38.6367 16.3359 37.916C13.7734 37.1953 11.4912 36.1143 9.48926 34.6729C7.514 33.2314 5.93913 31.4297 4.76465 29.2676C3.59017 27.1055 3.00293 24.583 3.00293 21.7002C3.00293 19.9919 3.22982 18.2969 3.68359 16.6152C4.16406 14.9336 4.91146 13.332 5.92578 11.8105C6.9668 10.2624 8.30143 8.83431 9.92969 7.52637C11.5579 6.19173 13.5199 5.04395 15.8154 4.08301C18.1377 3.12207 20.807 2.37467 23.8232 1.84082C26.8662 1.28027 30.3229 1 34.1934 1C36.9961 1 39.8122 1.16016 42.6416 1.48047C45.471 1.77409 48.2204 2.20117 50.8896 2.76172C53.5856 3.32227 56.1748 4.00293 58.6572 4.80371C61.1396 5.5778 63.4486 6.44531 65.584 7.40625L60.0186 17.6562C58.2568 16.8822 56.3617 16.1748 54.333 15.5342C52.3044 14.8669 50.1823 14.293 47.9668 13.8125C45.7513 13.332 43.4557 12.9583 41.0801 12.6914C38.7311 12.3978 36.3288 12.251 33.873 12.251C30.3763 12.251 27.4935 12.5046 25.2246 13.0117C22.9824 13.5189 21.194 14.1729 19.8594 14.9736C18.5247 15.7477 17.5905 16.6286 17.0566 17.6162C16.5495 18.5771 16.2959 19.5381 16.2959 20.499C16.2959 22.3675 17.1367 23.9023 18.8184 25.1035C20.5 26.278 23.0625 26.8652 26.5059 26.8652C27.8939 26.8652 29.4821 26.7718 31.2705 26.585C33.0856 26.3714 34.9808 26.1445 36.9561 25.9043C38.958 25.6641 40.9867 25.4505 43.042 25.2637C45.124 25.0501 47.1393 24.9434 49.0879 24.9434C52.7715 24.9434 56.028 25.3571 58.8574 26.1846C61.7135 27.012 64.1025 28.1999 66.0244 29.748C67.9463 31.2695 69.401 33.1247 70.3887 35.3135C71.3763 37.4756 71.8701 39.9046 71.8701 42.6006C71.8701 46.2041 71.0293 49.4206 69.3477 52.25C67.6927 55.0527 65.3171 57.4284 62.2207 59.377C59.151 61.2988 55.4408 62.7669 51.0898 63.7812C46.7389 64.7689 41.8942 65.2627 36.5557 65.2627C33.0322 65.2627 29.5889 65.0358 26.2256 64.582C22.8623 64.1549 19.6325 63.541 16.5361 62.7402C13.4665 61.9128 10.5303 60.9385 7.72754 59.8174C4.9515 58.6696 2.37565 57.415 0 56.0537L6.7666 45.7637Z\" fill=\"#4D4D4D\"/>\\n<path d=\"M85.7637 1.80078H98.4561L137.454 22.2207V1.80078H150.146V64.3818H137.454V35.6738L98.4561 15.374V64.3818H85.7637V1.80078Z\" fill=\"#4D4D4D\"/>\\n<path d=\"M167.844 1.80078H221.136V12.9316H180.536V25.4238H216.491V35.874H180.536V53.291H221.977V64.3818H167.844V1.80078Z\" fill=\"#4D4D4D\"/>\\n<path d=\"M236.07 1.80078H248.763V53.251H285.158V64.3818H236.07V1.80078Z\" fill=\"#4D4D4D\"/>\\n</svg>\\n',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pa701.framer-15nkheg, .framer-pa701 .framer-15nkheg { display: block; }\",\".framer-pa701.framer-a52rgz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-pa701 .framer-avx4vd { flex: none; height: 33px; position: relative; width: 33px; }\",\".framer-pa701 .framer-17zrz9p { flex: none; height: 16px; position: relative; width: 139px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pa701.framer-a52rgz { gap: 0px; } .framer-pa701.framer-a52rgz > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-pa701.framer-a52rgz > :first-child { margin-left: 0px; } .framer-pa701.framer-a52rgz > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 33\n * @framerIntrinsicWidth 179\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"sX2NKdRLu\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerg1PkHcMS6=withCSS(Component,css,\"framer-pa701\");export default Framerg1PkHcMS6;Framerg1PkHcMS6.displayName=\"Navigation / Logo\";Framerg1PkHcMS6.defaultProps={height:33,width:179};addPropertyControls(Framerg1PkHcMS6,{sX2NKdRLu:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framerg1PkHcMS6,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg1PkHcMS6\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"sX2NKdRLu\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"179\",\"framerIntrinsicHeight\":\"33\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./g1PkHcMS6.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NavigationNavLink from\"https://framerusercontent.com/modules/mgRPZCBYhtDGfsrDpfIU/IYUbSpkmUK1axZOzI3Wf/fYSikEUr0.js\";import NavigationLogo from\"https://framerusercontent.com/modules/wE3e3bv6ALJK4KM5YSP2/ipugzyp457dwABaB98sq/g1PkHcMS6.js\";import ButtonsPrimary from\"https://framerusercontent.com/modules/86OEbXMwSkHEhbO4QRcq/Xxmht1W3M8iqVgyqhxqT/MWBiEuWUD.js\";const NavigationLogoFonts=getFonts(NavigationLogo);const NavigationNavLinkFonts=getFonts(NavigationNavLink);const ButtonsPrimaryFonts=getFonts(ButtonsPrimary);const cycleOrder=[\"hR7MQrVPd\",\"pdtcUSEoM\",\"NV1LHw5tE\",\"J7hVu1Dti\"];const serializationHash=\"framer-8RzgM\";const variantClassNames={hR7MQrVPd:\"framer-v-14gnlmm\",J7hVu1Dti:\"framer-v-1sn3ibj\",NV1LHw5tE:\"framer-v-n6qfe1\",pdtcUSEoM:\"framer-v-ipsj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile / Closed\":\"NV1LHw5tE\",\"Mobile Open\":\"J7hVu1Dti\",Desktop:\"hR7MQrVPd\",Tablet:\"pdtcUSEoM\"};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:\"hR7MQrVPd\"};};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:\"hR7MQrVPd\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const sX2NKdRLuctkkwq=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NV1LHw5tE\"),100);});const onTapk4rkxh=activeVariantCallback(async(...args)=>{setVariant(\"GiXi2QuAm\");});const onTap9gcanw=activeVariantCallback(async(...args)=>{setVariant(\"J7hVu1Dti\");});const onTapiocoja=activeVariantCallback(async(...args)=>{setVariant(\"NV1LHw5tE\");});const heJNUU0WEctkkwq=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NV1LHw5tE\"),100);});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"NV1LHw5tE\",\"J7hVu1Dti\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"NV1LHw5tE\")return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({NV1LHw5tE:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-14gnlmm\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"hR7MQrVPd\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({J7hVu1Dti:{\"data-framer-name\":\"Mobile Open\"},NV1LHw5tE:{\"data-framer-name\":\"Mobile / Closed\"},pdtcUSEoM:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1izmp81\",\"data-border\":true,\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"msPrd_crr\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(225, 225, 225)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(6px)\",backgroundColor:\"var(--token-bd9c8b70-59c6-482f-ba21-55a535f9f2b1, rgba(247, 247, 247, 0.75))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,WebkitBackdropFilter:\"blur(6px)\"},variants:{J7hVu1Dti:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-c94b46c6-8a2c-413b-9ab8-71322910b077, rgb(247, 247, 247))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},NV1LHw5tE:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-c94b46c6-8a2c-413b-9ab8-71322910b077, rgb(247, 247, 247))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15l6m88\",layoutDependency:layoutDependency,layoutId:\"UWg_q8Nx_\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+23.5+0,...addPropertyOverrides({J7hVu1Dti:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+20+0+0},NV1LHw5tE:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+20+0+0},pdtcUSEoM:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+23.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jxitjk-container\",layoutDependency:layoutDependency,layoutId:\"HPpNjuW6j-container\",children:/*#__PURE__*/_jsx(NavigationLogo,{height:\"100%\",id:\"HPpNjuW6j\",layoutId:\"HPpNjuW6j\",width:\"100%\",...addPropertyOverrides({J7hVu1Dti:{sX2NKdRLu:sX2NKdRLuctkkwq}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{\"aria-label\":\"Navigation menu icon\",className:\"framer-3h6ajo\",\"data-framer-name\":\"Nav Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rIBVnjehk\",onTap:onTapk4rkxh,...addPropertyOverrides({J7hVu1Dti:{onTap:onTapiocoja},NV1LHw5tE:{onTap:onTap9gcanw}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cu41wy\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"sqD8swU7y\",style:{backgroundColor:\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{J7hVu1Dti:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3tw0s9\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"NHaSLHMG3\",style:{backgroundColor:\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{J7hVu1Dti:{rotate:45}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1po9m1v\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"uUoFEopeW\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":typ3cf2bX\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":typ3cf2bX\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":typ3cf2bX\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+22+0,...addPropertyOverrides({J7hVu1Dti:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 928px) - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+20+57+0+0},pdtcUSEoM:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+22+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8kmilt-container\",layoutDependency:layoutDependency,layoutId:\"he873tsMp-container\",children:/*#__PURE__*/_jsx(NavigationNavLink,{Efd077iVv:\"Templates\",height:\"100%\",id:\"he873tsMp\",layoutId:\"he873tsMp\",TP2V67kCk:resolvedLinks[0],variant:\"hQPYyQVa_\",width:\"100%\",...addPropertyOverrides({J7hVu1Dti:{heJNUU0WE:heJNUU0WEctkkwq,style:{width:\"100%\"},TP2V67kCk:resolvedLinks[2],variant:\"zRPQQjy0y\"},pdtcUSEoM:{TP2V67kCk:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"a3ZJ2UMLq\"},implicitPathVariables:undefined},{href:{webPageId:\"a3ZJ2UMLq\"},implicitPathVariables:undefined},{href:{webPageId:\"a3ZJ2UMLq\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+22+0,...addPropertyOverrides({J7hVu1Dti:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 928px) - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+20+57+0+44},pdtcUSEoM:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+22+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1johs1w-container\",layoutDependency:layoutDependency,layoutId:\"Ew4Xpv3FZ-container\",children:/*#__PURE__*/_jsx(NavigationNavLink,{Efd077iVv:\"About us\",height:\"100%\",id:\"Ew4Xpv3FZ\",layoutId:\"Ew4Xpv3FZ\",TP2V67kCk:resolvedLinks1[0],variant:\"hQPYyQVa_\",width:\"100%\",...addPropertyOverrides({J7hVu1Dti:{heJNUU0WE:heJNUU0WEctkkwq,style:{width:\"100%\"},TP2V67kCk:resolvedLinks1[2],variant:\"zRPQQjy0y\"},pdtcUSEoM:{TP2V67kCk:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":sAtTLi0l9\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":sAtTLi0l9\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":sAtTLi0l9\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+22+0,...addPropertyOverrides({J7hVu1Dti:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 928px) - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+20+57+0+88},pdtcUSEoM:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+22+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yqr6z3-container\",layoutDependency:layoutDependency,layoutId:\"iuidu6Ihr-container\",children:/*#__PURE__*/_jsx(NavigationNavLink,{Efd077iVv:\"FAQs\",height:\"100%\",id:\"iuidu6Ihr\",layoutId:\"iuidu6Ihr\",TP2V67kCk:resolvedLinks2[0],variant:\"hQPYyQVa_\",width:\"100%\",...addPropertyOverrides({J7hVu1Dti:{heJNUU0WE:heJNUU0WEctkkwq,style:{width:\"100%\"},TP2V67kCk:resolvedLinks2[2],variant:\"zRPQQjy0y\"},pdtcUSEoM:{TP2V67kCk:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"loWxIouuJ\"},implicitPathVariables:undefined},{href:{webPageId:\"loWxIouuJ\"},implicitPathVariables:undefined},{href:{webPageId:\"loWxIouuJ\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+16,...addPropertyOverrides({J7hVu1Dti:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+20+205},pdtcUSEoM:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+16}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dwm5mj-container\",layoutDependency:layoutDependency,layoutId:\"ZXYtxcoFU-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{EekHruriY:\"Support\",height:\"100%\",id:\"ZXYtxcoFU\",JsBFaOQTd:resolvedLinks3[0],layoutId:\"ZXYtxcoFU\",variant:\"ONfpCBhqM\",width:\"100%\",...addPropertyOverrides({J7hVu1Dti:{JsBFaOQTd:resolvedLinks3[2]},pdtcUSEoM:{JsBFaOQTd:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8RzgM.framer-zv0mfm, .framer-8RzgM .framer-zv0mfm { display: block; }\",\".framer-8RzgM.framer-14gnlmm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 40px 0px 40px; position: relative; width: 1200px; }\",\".framer-8RzgM .framer-1izmp81 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 928px; overflow: visible; padding: 16px 16px 16px 26px; position: relative; width: 100%; }\",\".framer-8RzgM .framer-15l6m88 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-8RzgM .framer-jxitjk-container, .framer-8RzgM .framer-8kmilt-container, .framer-8RzgM .framer-1johs1w-container, .framer-8RzgM .framer-yqr6z3-container, .framer-8RzgM .framer-dwm5mj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-8RzgM .framer-3h6ajo { cursor: pointer; flex: none; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-8RzgM .framer-1cu41wy { bottom: 10px; flex: none; height: 2px; left: calc(50.00000000000002% - 22px / 2); overflow: hidden; position: absolute; width: 22px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8RzgM .framer-3tw0s9 { flex: none; height: 2px; left: calc(50.00000000000002% - 22px / 2); overflow: hidden; position: absolute; top: 10px; width: 22px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8RzgM .framer-1po9m1v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8RzgM.framer-14gnlmm, .framer-8RzgM .framer-15l6m88, .framer-8RzgM .framer-1po9m1v { gap: 0px; } .framer-8RzgM.framer-14gnlmm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-8RzgM.framer-14gnlmm > :first-child { margin-top: 0px; } .framer-8RzgM.framer-14gnlmm > :last-child { margin-bottom: 0px; } .framer-8RzgM .framer-15l6m88 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-8RzgM .framer-15l6m88 > :first-child, .framer-8RzgM .framer-1po9m1v > :first-child { margin-left: 0px; } .framer-8RzgM .framer-15l6m88 > :last-child, .framer-8RzgM .framer-1po9m1v > :last-child { margin-right: 0px; } .framer-8RzgM .framer-1po9m1v > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-8RzgM.framer-v-ipsj.framer-14gnlmm { padding: 20px 32px 0px 32px; width: 810px; }\",\".framer-8RzgM.framer-v-ipsj .framer-1po9m1v { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8RzgM.framer-v-ipsj .framer-1po9m1v { gap: 0px; } .framer-8RzgM.framer-v-ipsj .framer-1po9m1v > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-8RzgM.framer-v-ipsj .framer-1po9m1v > :first-child { margin-left: 0px; } .framer-8RzgM.framer-v-ipsj .framer-1po9m1v > :last-child { margin-right: 0px; } }\",\".framer-8RzgM.framer-v-n6qfe1.framer-14gnlmm, .framer-8RzgM.framer-v-1sn3ibj.framer-14gnlmm { padding: 0px; width: 390px; }\",\".framer-8RzgM.framer-v-n6qfe1 .framer-1izmp81 { flex-direction: column; gap: 24px; justify-content: flex-start; padding: 20px; }\",\".framer-8RzgM.framer-v-n6qfe1 .framer-15l6m88, .framer-8RzgM.framer-v-1sn3ibj .framer-15l6m88 { gap: unset; justify-content: space-between; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8RzgM.framer-v-n6qfe1 .framer-1izmp81, .framer-8RzgM.framer-v-n6qfe1 .framer-15l6m88 { gap: 0px; } .framer-8RzgM.framer-v-n6qfe1 .framer-1izmp81 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-8RzgM.framer-v-n6qfe1 .framer-1izmp81 > :first-child { margin-top: 0px; } .framer-8RzgM.framer-v-n6qfe1 .framer-1izmp81 > :last-child { margin-bottom: 0px; } .framer-8RzgM.framer-v-n6qfe1 .framer-15l6m88 > *, .framer-8RzgM.framer-v-n6qfe1 .framer-15l6m88 > :first-child, .framer-8RzgM.framer-v-n6qfe1 .framer-15l6m88 > :last-child { margin: 0px; } }\",\".framer-8RzgM.framer-v-1sn3ibj .framer-1izmp81 { flex-direction: column; gap: 24px; justify-content: flex-start; padding: 20px 20px 32px 20px; }\",\".framer-8RzgM.framer-v-1sn3ibj .framer-1cu41wy, .framer-8RzgM.framer-v-1sn3ibj .framer-3tw0s9 { bottom: 15px; height: unset; top: 15px; }\",\".framer-8RzgM.framer-v-1sn3ibj .framer-1po9m1v { flex-direction: column; width: 100%; }\",\".framer-8RzgM.framer-v-1sn3ibj .framer-8kmilt-container, .framer-8RzgM.framer-v-1sn3ibj .framer-1johs1w-container, .framer-8RzgM.framer-v-1sn3ibj .framer-yqr6z3-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8RzgM.framer-v-1sn3ibj .framer-1izmp81, .framer-8RzgM.framer-v-1sn3ibj .framer-15l6m88, .framer-8RzgM.framer-v-1sn3ibj .framer-1po9m1v { gap: 0px; } .framer-8RzgM.framer-v-1sn3ibj .framer-1izmp81 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-8RzgM.framer-v-1sn3ibj .framer-1izmp81 > :first-child, .framer-8RzgM.framer-v-1sn3ibj .framer-1po9m1v > :first-child { margin-top: 0px; } .framer-8RzgM.framer-v-1sn3ibj .framer-1izmp81 > :last-child, .framer-8RzgM.framer-v-1sn3ibj .framer-1po9m1v > :last-child { margin-bottom: 0px; } .framer-8RzgM.framer-v-1sn3ibj .framer-15l6m88 > *, .framer-8RzgM.framer-v-1sn3ibj .framer-15l6m88 > :first-child, .framer-8RzgM.framer-v-1sn3ibj .framer-15l6m88 > :last-child { margin: 0px; } .framer-8RzgM.framer-v-1sn3ibj .framer-1po9m1v > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",'.framer-8RzgM[data-border=\"true\"]::after, .framer-8RzgM [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 104\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pdtcUSEoM\":{\"layout\":[\"fixed\",\"auto\"]},\"NV1LHw5tE\":{\"layout\":[\"fixed\",\"auto\"]},\"J7hVu1Dti\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerkax2msIDS=withCSS(Component,css,\"framer-8RzgM\");export default Framerkax2msIDS;Framerkax2msIDS.displayName=\"Navigation / Navigation Bar\";Framerkax2msIDS.defaultProps={height:104,width:1200};addPropertyControls(Framerkax2msIDS,{variant:{options:[\"hR7MQrVPd\",\"pdtcUSEoM\",\"NV1LHw5tE\",\"J7hVu1Dti\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile / Closed\",\"Mobile Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerkax2msIDS,[{explicitInter:true,fonts:[]},...NavigationLogoFonts,...NavigationNavLinkFonts,...ButtonsPrimaryFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerkax2msIDS\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"104\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pdtcUSEoM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NV1LHw5tE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"J7hVu1Dti\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kax2msIDS.map", "// Generated by Framer (9f68555)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-PTode .framer-styles-preset-wvlk38:not(.rich-text-wrapper), .framer-PTode .framer-styles-preset-wvlk38.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-76fa1bb2-7c90-4495-ad8b-51dc49d8462f, #ff6500) /* {\"name\":\"Primary Gradient Color 1\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.12, 0.23, 0.5, 1) 0s; }'];export const className=\"framer-PTode\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ogkgp7DYk4CTIeLG99Zr/dRXzMhyOZ7p5St6D2bLl/uqTNjxj1f.js\";import NavigationLogo from\"https://framerusercontent.com/modules/wE3e3bv6ALJK4KM5YSP2/ipugzyp457dwABaB98sq/g1PkHcMS6.js\";const NavigationLogoFonts=getFonts(NavigationLogo);const cycleOrder=[\"mSwtkHQbX\",\"Qhpn97F2L\",\"KIfhDFPen\"];const serializationHash=\"framer-dWOCw\";const variantClassNames={KIfhDFPen:\"framer-v-1679v6z\",mSwtkHQbX:\"framer-v-m8mbwm\",Qhpn97F2L:\"framer-v-3eq463\"};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.create(React.Fragment);const humanReadableVariantMap={Desktop:\"mSwtkHQbX\",Phone:\"KIfhDFPen\",Tablet:\"Qhpn97F2L\"};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:\"mSwtkHQbX\"};};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:\"mSwtkHQbX\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapla33lt=activeVariantCallback(async(...args)=>{setVariant(\"KIfhDFPen\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-m8mbwm\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"mSwtkHQbX\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-8997574d-0b9a-4e68-8456-ddd0f788a8a5, rgb(227, 228, 222))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-b598cd45-074f-4ee0-ba37-8a619f423ee7, rgb(255, 255, 255))\",...style},...addPropertyOverrides({KIfhDFPen:{\"data-framer-name\":\"Phone\"},Qhpn97F2L:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ssqy38\",layoutDependency:layoutDependency,layoutId:\"wzCzKtnpq\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f9uyjk\",layoutDependency:layoutDependency,layoutId:\"oKRFjYIkK\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-139kzxu\",layoutDependency:layoutDependency,layoutId:\"z4aJsPDn9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+64+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||304)-128-176)/2+0+0)+0+0+0+3+0,...addPropertyOverrides({KIfhDFPen:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+64+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-112-512)/2+0+0)+0+0+0+0+3+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jux8ru-container\",layoutDependency:layoutDependency,layoutId:\"wfxah16As-container\",children:/*#__PURE__*/_jsx(NavigationLogo,{height:\"100%\",id:\"wfxah16As\",layoutId:\"wfxah16As\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18pt22k\",layoutDependency:layoutDependency,layoutId:\"dtrdIJ_nO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nh1uhr\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"aRWhH8jOA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":typ3cf2bX\",webPageId:\"augiA20Il\"},nodeId:\"C0An7XYt5\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wvlk38\",\"data-styles-preset\":\"uqTNjxj1f\",children:\"Templates\"})})})}),className:\"framer-18qafa9\",\"data-framer-name\":\"About\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"C0An7XYt5\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":eBB8TEnQz\",webPageId:\"augiA20Il\"},nodeId:\"c7wT2HXAB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wvlk38\",\"data-styles-preset\":\"uqTNjxj1f\",children:\"About\"})})})}),className:\"framer-1ipflqr\",\"data-framer-name\":\"FAQs\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"c7wT2HXAB\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"loWxIouuJ\"},nodeId:\"DrmUvn_S1\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wvlk38\",\"data-styles-preset\":\"uqTNjxj1f\",children:\"Contact\"})})})}),className:\"framer-15atfyb\",\"data-framer-name\":\"FAQs\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"DrmUvn_S1\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":sAtTLi0l9\",webPageId:\"augiA20Il\"},nodeId:\"oHf_KHEyO\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wvlk38\",\"data-styles-preset\":\"uqTNjxj1f\",children:\"FAQs\"})})})}),className:\"framer-x9n7s7\",\"data-framer-name\":\"Results\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"oHf_KHEyO\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nq6kzg\",layoutDependency:layoutDependency,layoutId:\"PgQHZdj36\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mczsor\",layoutDependency:layoutDependency,layoutId:\"I90TmQrpX\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12edl4g\",\"data-framer-name\":\"shield-check 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:512,intrinsicWidth:512,layoutDependency:layoutDependency,layoutId:\"dEzr3zB7O\",svg:'<svg width=\"512\" height=\"512\" viewBox=\"0 0 512 512\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_73_2)\">\\n<path d=\"M396.395 45.6536L262.741 1.08825C258.365 -0.369262 253.635 -0.369262 249.259 1.08825L115.605 45.6536C94.3552 52.7124 75.8701 66.2884 62.7763 84.4527C49.6825 102.617 42.646 124.446 42.6665 146.838V256C42.6665 417.344 238.933 506.454 247.339 510.166C250.065 511.377 253.016 512.003 256 512.003C258.984 512.003 261.934 511.377 264.661 510.166C273.067 506.454 469.333 417.344 469.333 256V146.838C469.354 124.446 462.317 102.617 449.223 84.4527C436.13 66.2884 417.645 52.7124 396.395 45.6536ZM426.667 256C426.667 372.374 291.861 448.704 256 466.966C220.096 448.768 85.3332 372.672 85.3332 256V146.838C85.3345 133.403 89.5631 120.31 97.4199 109.413C105.277 98.5164 116.363 90.3681 129.109 86.1229L256 43.8189L382.891 86.1229C395.636 90.3681 406.723 98.5164 414.58 109.413C422.437 120.31 426.665 133.403 426.667 146.838V256Z\" fill=\"#00C86B\"/>\\n<path d=\"M326.4 177.066L237.056 266.666L189.184 216.746C187.263 214.646 184.94 212.951 182.354 211.762C179.768 210.572 176.97 209.913 174.125 209.822C171.279 209.731 168.445 210.21 165.788 211.231C163.131 212.253 160.705 213.795 158.653 215.769C156.601 217.742 154.965 220.106 153.842 222.721C152.718 225.337 152.129 228.151 152.109 230.997C152.089 233.844 152.64 236.665 153.727 239.296C154.815 241.927 156.418 244.313 158.442 246.314L207.637 297.514C211.306 301.477 215.74 304.654 220.672 306.855C225.604 309.055 230.931 310.232 236.33 310.314H237.034C242.326 310.332 247.569 309.298 252.458 307.273C257.347 305.248 261.785 302.271 265.514 298.517L356.65 207.381C358.641 205.395 360.221 203.036 361.3 200.439C362.378 197.842 362.935 195.058 362.938 192.246C362.941 189.434 362.39 186.649 361.317 184.05C360.244 181.451 358.669 179.089 356.682 177.098C354.696 175.108 352.337 173.528 349.741 172.449C347.144 171.37 344.36 170.814 341.548 170.811C338.736 170.808 335.951 171.359 333.352 172.432C330.753 173.505 328.39 175.08 326.4 177.066Z\" fill=\"#00C86B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_73_2\">\\n<rect width=\"512\" height=\"512\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:\"Secured payment by\"})}),className:\"framer-1ehz850\",\"data-framer-name\":\"Made by Sebadam\",fonts:[\"FS;Manrope-medium\"],layoutDependency:layoutDependency,layoutId:\"wKSUhFEE4\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1trg4zs\",layoutDependency:layoutDependency,layoutId:\"aIYme7vKu\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-jyw1wt\",\"data-framer-name\":\"Visa\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:136,intrinsicWidth:210,layoutDependency:layoutDependency,layoutId:\"x3GKgGVxs\",svg:'<svg width=\"210\" height=\"136\" viewBox=\"-1 -1 210 136\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_303_2797)\">\\n<rect width=\"208\" height=\"134\" rx=\"24\" fill=\"#1434CB\"/>\\n<rect x=\"-0.5\" y=\"-0.5\" width=\"209\" height=\"135\" rx=\"24.5\" stroke=\"#D6DCE5\"/>\\n<path d=\"M102.728 45.1627L93.0265 90.514H81.2951L90.9983 45.1627H102.728ZM152.087 74.4462L158.264 57.4152L161.818 74.4462H152.087ZM165.177 90.514H176.028L166.559 45.1627H156.543C154.292 45.1627 152.393 46.4717 151.548 48.4899L133.947 90.514H146.267L148.713 83.7418H163.764L165.177 90.514ZM134.558 75.7064C134.608 63.7367 118.005 63.0778 118.12 57.731C118.155 56.1018 119.706 54.3736 123.095 53.9301C124.779 53.7104 129.408 53.5425 134.664 55.9611L136.723 46.344C133.899 45.3191 130.266 44.333 125.748 44.333C114.153 44.333 105.991 50.498 105.922 59.3257C105.849 65.8539 111.748 69.4969 116.194 71.6672C120.764 73.8907 122.3 75.3146 122.28 77.3026C122.25 80.3471 118.634 81.6877 115.261 81.7408C109.361 81.8341 105.938 80.149 103.209 78.8772L101.083 88.8145C103.824 90.0733 108.883 91.1671 114.133 91.223C126.455 91.223 134.518 85.1341 134.558 75.7064ZM85.9644 45.1627L66.9569 90.514H54.5537L45.2007 54.3205C44.6323 52.0913 44.1385 51.276 42.4117 50.3358C39.594 48.8071 34.9362 47.3703 30.8381 46.4804L31.118 45.1627H51.08C53.6236 45.1627 55.913 46.8564 56.49 49.7861L61.4307 76.0308L73.6387 45.1627H85.9644Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_303_2797\" x=\"-41\" y=\"-21\" width=\"290\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"2\"/>\\n<feGaussianBlur stdDeviation=\"10\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_303_2797\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"20\"/>\\n<feGaussianBlur stdDeviation=\"20\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_303_2797\" result=\"effect2_dropShadow_303_2797\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_303_2797\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jcgv3h\",\"data-framer-name\":\"Master Card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:136,intrinsicWidth:210,layoutDependency:layoutDependency,layoutId:\"HaFpn9Biz\",svg:'<svg width=\"210\" height=\"136\" viewBox=\"-1 -1 210 136\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_303_2799)\">\\n<rect width=\"208\" height=\"134\" rx=\"24\" fill=\"#000008\"/>\\n<rect x=\"-0.5\" y=\"-0.5\" width=\"209\" height=\"135\" rx=\"24.5\" stroke=\"#D6DCE5\"/>\\n<path d=\"M118.941 40.483H88.3164V95.517H118.941V40.483Z\" fill=\"#FF5F00\"/>\\n<path d=\"M90.2611 68C90.2562 62.6998 91.4573 57.468 93.7733 52.7006C96.0893 47.9333 99.4596 43.7553 103.629 40.483C98.4658 36.4246 92.2649 33.9007 85.7351 33.1999C79.2053 32.499 72.6101 33.6495 66.7032 36.5197C60.7963 39.39 55.8161 43.8642 52.3319 49.4311C48.8477 54.9979 47 61.4327 47 68C47 74.5673 48.8477 81.0021 52.3319 86.5689C55.8161 92.1358 60.7963 96.61 66.7032 99.4803C72.6101 102.351 79.2053 103.501 85.7351 102.8C92.2649 102.099 98.4658 99.5754 103.629 95.517C99.4596 92.2447 96.0894 88.0667 93.7733 83.2993C91.4573 78.532 90.2563 73.3002 90.2611 68Z\" fill=\"#EB001B\"/>\\n<path d=\"M160.256 68C160.256 74.5672 158.409 81.002 154.925 86.5688C151.441 92.1357 146.461 96.6099 140.554 99.4802C134.647 102.35 128.052 103.501 121.523 102.8C114.993 102.099 108.792 99.5754 103.629 95.517C107.795 92.2414 111.162 88.0627 113.478 83.2961C115.794 78.5295 116.997 73.2993 116.997 68C116.997 62.7007 115.794 57.4705 113.478 52.7039C111.162 47.9373 107.795 43.7586 103.629 40.483C108.792 36.4246 114.993 33.9007 121.523 33.1999C128.052 32.499 134.647 33.6495 140.554 36.5198C146.461 39.3901 151.441 43.8643 154.925 49.4312C158.409 54.998 160.256 61.4328 160.256 68Z\" fill=\"#F79E1B\"/>\\n<path d=\"M156.917 89.6881V88.5613H157.371V88.3318H156.214V88.5613H156.669V89.6881H156.917ZM159.163 89.6881V88.3296H158.809L158.401 89.264L157.993 88.3296H157.638V89.6881H157.888V88.6633L158.271 89.5468H158.531L158.913 88.6611V89.6881H159.163Z\" fill=\"#F79E1B\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_303_2799\" x=\"-41\" y=\"-21\" width=\"290\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"2\"/>\\n<feGaussianBlur stdDeviation=\"10\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_303_2799\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"20\"/>\\n<feGaussianBlur stdDeviation=\"20\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_303_2799\" result=\"effect2_dropShadow_303_2799\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_303_2799\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1byty72\",\"data-framer-name\":\"American Express\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:136,intrinsicWidth:210,layoutDependency:layoutDependency,layoutId:\"yWQ36qVOd\",svg:'<svg width=\"210\" height=\"136\" viewBox=\"-1 -1 210 136\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_303_2801)\">\\n<rect width=\"208\" height=\"134\" rx=\"24\" fill=\"#006FCF\"/>\\n<rect x=\"-0.5\" y=\"-0.5\" width=\"209\" height=\"135\" rx=\"24.5\" stroke=\"#D6DCE5\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M208.079 24.2613H190.862L181.863 50.0859L172.473 24.2613H154.865V64.4722L136.866 24.2613H122.39L104.391 65.3451H116.911L120.433 57.1288H139.214L142.736 65.3451H166.212V36.7817L176.777 65.3451H186.558L197.123 36.7817V65.3451H208.079V71.6053H193.601L181.863 84.5176L169.734 71.6053H120.042V112.689H169.343L181.472 99.386L193.601 112.689H208.079V117.775H190.862L181.472 107.602L172.081 117.775H113.782V70.8226H95L118.477 18H141.17L149.387 35.9991V18H177.559L182.254 31.695L186.95 18H208.079V24.2613ZM208.079 80.6043L197.515 91.9513L208.079 103.298V112.689L188.906 91.9513L208.079 71.6053V80.6043ZM154.865 112.689V102.907H131.389V96.6472H154.474V87.2564H131.389V80.9962H154.865V71.6053L174.429 91.9513L154.865 112.689ZM123.954 48.1287L129.433 34.8256L134.91 48.1287H123.954Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_303_2801\" x=\"-41\" y=\"-21\" width=\"290\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"2\"/>\\n<feGaussianBlur stdDeviation=\"10\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_303_2801\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"20\"/>\\n<feGaussianBlur stdDeviation=\"20\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_303_2801\" result=\"effect2_dropShadow_303_2801\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_303_2801\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-p0viof\",\"data-framer-name\":\"Discover\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:136,intrinsicWidth:210,layoutDependency:layoutDependency,layoutId:\"Mh_NlqBdc\",svg:'<svg width=\"210\" height=\"136\" viewBox=\"-1 -1 210 136\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_303_2803)\">\\n<rect width=\"208\" height=\"134\" rx=\"24\" fill=\"white\"/>\\n<rect x=\"-0.5\" y=\"-0.5\" width=\"209\" height=\"135\" rx=\"24.5\" stroke=\"#D6DCE5\"/>\\n<path d=\"M68.4284 66.1194C68.4284 74.544 75.045 81.075 83.5553 81.075C85.9631 81.075 88.0212 80.6004 90.5632 79.4058V72.8262C88.3291 75.0603 86.3497 75.9632 83.8146 75.9632C78.1843 75.9632 74.1884 71.8817 74.1884 66.0777C74.1884 60.577 78.3139 56.2361 83.5553 56.2361C86.2223 56.2361 88.2411 57.1853 90.5632 59.4588V52.8816C88.1115 51.6383 86.0927 51.1221 83.6873 51.1221C75.2186 51.1221 68.4284 57.7873 68.4284 66.1194Z\" fill=\"#251F1F\"/>\\n<path d=\"M54.0816 59.1601C54.0816 60.7066 55.0678 61.5262 58.4224 62.7671C64.782 65.0938 66.6665 67.1542 66.6665 71.708C66.6665 77.255 62.5896 81.1166 56.781 81.1166C52.5281 81.1166 49.4352 79.4428 46.8584 75.6622L50.47 72.1849C51.7572 74.6737 53.9056 76.0072 56.5703 76.0072C59.066 76.0072 60.9112 74.2871 60.9112 71.965C60.9112 70.7611 60.3509 69.7263 59.235 68.9993C58.6724 68.6544 57.5589 68.1381 55.3711 67.3672C50.1204 65.4781 48.3193 63.457 48.3193 59.5074C48.3193 54.817 52.1878 51.2957 57.2579 51.2957C60.3995 51.2957 63.2749 52.3699 65.6803 54.4743L62.754 58.3035C61.2978 56.6714 59.9226 55.9815 58.2465 55.9815C55.8364 55.9815 54.0816 57.3543 54.0816 59.1601Z\" fill=\"#251F1F\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2071 51.7703H13V80.4291H21.1631C25.5016 80.4291 28.6386 79.4058 31.3889 77.1208C34.6578 74.4144 36.591 70.3352 36.591 66.1194C36.591 57.6623 30.2707 51.7703 21.2071 51.7703ZM27.7357 73.3009C25.9785 74.8844 23.6981 75.5766 20.0865 75.5766H18.5864V56.6274H20.0865C23.6981 56.6274 25.8882 57.271 27.7357 58.9449C29.6711 60.665 30.831 63.332 30.831 66.0777C30.831 68.8281 29.6711 71.5807 27.7357 73.3009Z\" fill=\"#251F1F\"/>\\n<path d=\"M44.7541 51.7703H39.1631V80.4291H44.7541V51.7703Z\" fill=\"#251F1F\"/>\\n<path d=\"M127.244 51.7703L134.888 71.0182L142.63 51.7703H148.689L136.307 81.1653H133.3L121.139 51.7703H127.244Z\" fill=\"#251F1F\"/>\\n<path d=\"M151.217 80.4291H167.071V75.5766H156.803V67.8418H166.691V62.9871H156.803V56.6274H167.071V51.7703H151.217V80.4291Z\" fill=\"#251F1F\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M179.06 51.7703C185.508 51.7703 189.208 54.8656 189.208 60.2298C189.208 64.6192 186.886 67.4992 182.674 68.3558L191.696 80.4291H184.823L177.086 68.9161H176.354V80.4291H170.772V51.7703H179.06ZM176.354 64.9642H177.991C181.561 64.9642 183.452 63.413 183.452 60.533C183.452 57.7433 181.561 56.2825 178.077 56.2825H176.354V64.9642Z\" fill=\"#251F1F\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M193.662 53.2729C193.662 52.7682 193.312 52.4927 192.703 52.4927H191.893V55.0208H192.495V54.0415L193.201 55.0208H193.94L193.109 53.979C193.463 53.8817 193.662 53.6225 193.662 53.2729ZM192.597 53.6178H192.495V52.9557H192.604C192.903 52.9557 193.058 53.0645 193.058 53.2821C193.058 53.5044 192.9 53.6178 192.597 53.6178Z\" fill=\"#251F1F\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M190.622 53.752C190.622 52.5273 191.599 51.548 192.824 51.548C194.018 51.548 195 52.5458 195 53.752C195 54.9651 194.018 55.956 192.824 55.956C191.608 55.956 190.622 54.9744 190.622 53.752ZM191.06 53.7543C191.06 54.7591 191.849 55.5624 192.815 55.5624C193.778 55.5624 194.56 54.7498 194.56 53.7543C194.56 52.7681 193.778 51.9439 192.815 51.9439C191.842 51.9439 191.06 52.7496 191.06 53.7543Z\" fill=\"#251F1F\"/>\\n<g filter=\"url(#filter1_i_303_2803)\">\\n<path d=\"M107.507 81.3C99.1306 81.3 92.3381 74.5076 92.3381 66.1315V66.1109C92.3381 61.9434 94.0257 58.1516 96.7551 55.4222C96.7551 55.401 96.7762 55.401 96.7762 55.3805C96.7968 55.3805 96.7968 55.3594 96.8179 55.3594C99.5473 52.6299 103.34 50.9424 107.507 50.9424H107.528C115.904 50.9424 122.696 57.7348 122.696 66.1109V66.1315C122.696 70.299 121.008 74.0703 118.279 76.8208C118.279 76.8414 118.258 76.8414 118.258 76.8625C118.237 76.8625 118.237 76.883 118.217 76.883C115.466 79.6125 111.695 81.3 107.528 81.3H107.507Z\" fill=\"url(#paint0_linear_303_2803)\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_303_2803\" x=\"-41\" y=\"-21\" width=\"290\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"2\"/>\\n<feGaussianBlur stdDeviation=\"10\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_303_2803\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"20\"/>\\n<feGaussianBlur stdDeviation=\"20\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_303_2803\" result=\"effect2_dropShadow_303_2803\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_303_2803\" result=\"shape\"/>\\n</filter>\\n<filter id=\"filter1_i_303_2803\" x=\"92.3381\" y=\"50.9424\" width=\"31.9981\" height=\"32.8173\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dx=\"1.63992\" dy=\"2.45989\"/>\\n<feGaussianBlur stdDeviation=\"1.63992\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_303_2803\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_303_2803\" x1=\"99.5613\" y1=\"50.9424\" x2=\"124.506\" y2=\"72.0501\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#EF3823\"/>\\n<stop offset=\"0.489583\" stop-color=\"#F04D22\"/>\\n<stop offset=\"1\" stop-color=\"#F7911D\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1n13jfe\",\"data-framer-name\":\"JCB\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:136,intrinsicWidth:210,layoutDependency:layoutDependency,layoutId:\"T0dRVhJdd\",svg:'<svg width=\"210\" height=\"136\" viewBox=\"-1 -1 210 136\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_303_2809)\">\\n<rect width=\"208\" height=\"134\" rx=\"24\" fill=\"white\"/>\\n<rect x=\"-0.5\" y=\"-0.5\" width=\"209\" height=\"135\" rx=\"24.5\" stroke=\"#D6DCE5\"/>\\n<path d=\"M161.848 93.3809C161.848 103.295 153.775 111.367 143.862 111.367H46V40.1307C46 30.217 54.0725 22.1445 63.9862 22.1445H161.848V93.3809Z\" fill=\"white\"/>\\n<path d=\"M136.568 28.1641C129.487 28.1641 123.681 33.8998 123.681 41.0518V54.4351H141.879C142.304 54.4351 142.8 54.4351 143.154 54.5059C147.261 54.7184 150.306 56.8427 150.306 60.5249C150.306 63.4282 148.252 65.9066 144.428 66.4023V66.5439C148.606 66.8271 151.793 69.1639 151.793 72.7753C151.793 76.6699 148.252 79.2192 143.579 79.2192H123.61V105.419H142.517C149.598 105.419 155.404 99.6837 155.404 92.5317V28.1641H136.568Z\" fill=\"url(#paint0_linear_303_2809)\"/>\\n<path d=\"M129.983 75.1121H137.419C137.525 75.1121 137.702 75.0944 137.879 75.0767C138.056 75.059 138.233 75.0413 138.339 75.0413C139.755 74.7581 140.959 73.4834 140.959 71.7132C140.959 70.0137 139.755 68.7391 138.339 68.385C138.127 68.3142 137.702 68.3142 137.419 68.3142H129.983V75.1121Z\" fill=\"url(#paint1_linear_303_2809)\"/>\\n<path d=\"M137.419 58.3298C138.835 58.5423 140.039 59.6753 140.039 61.3747C140.039 63.0742 138.835 64.2072 137.419 64.4196C137.348 64.4904 136.923 64.4904 136.711 64.4904H129.983V58.259H136.711C136.827 58.259 136.987 58.2805 137.131 58.2998C137.248 58.3155 137.355 58.3298 137.419 58.3298Z\" fill=\"url(#paint2_linear_303_2809)\"/>\\n<path d=\"M65.3316 28.1641C58.2504 28.1641 52.4439 33.8998 52.4439 41.0518V72.8461C56.0553 74.6164 59.8083 75.7494 63.5613 75.7494C68.0224 75.7494 70.43 73.0586 70.43 69.3764V54.3643H81.4766V69.3055C81.4766 75.1121 77.8652 79.8565 65.6148 79.8565C58.1796 79.8565 52.373 78.2278 52.373 78.2278V105.349H71.2798C78.3609 105.349 84.1675 99.6129 84.1675 92.4609V28.1641H65.3316Z\" fill=\"url(#paint3_linear_303_2809)\"/>\\n<path d=\"M100.95 28.1641C93.8686 28.1641 88.062 33.8998 88.062 41.0518V57.9049C91.3193 55.1432 96.9843 53.373 106.119 53.7978C111.005 54.0103 116.245 55.3557 116.245 55.3557V60.8082C113.625 59.4627 110.509 58.259 106.473 57.9757C99.5335 57.48 95.3556 60.879 95.3556 66.8271C95.3556 72.8461 99.5335 76.2451 106.473 75.6786C110.509 75.3953 113.625 74.1207 116.245 72.8461V78.2986C116.245 78.2986 111.076 79.644 106.119 79.8565C96.9843 80.2813 91.3193 78.511 88.062 75.7494V105.49H106.969C114.05 105.49 119.856 99.7545 119.856 92.6025V28.1641H100.95Z\" fill=\"url(#paint4_linear_303_2809)\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_303_2809\" x=\"-41\" y=\"-21\" width=\"290\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"2\"/>\\n<feGaussianBlur stdDeviation=\"10\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_303_2809\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"20\"/>\\n<feGaussianBlur stdDeviation=\"20\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_303_2809\" result=\"effect2_dropShadow_303_2809\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_303_2809\" result=\"shape\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_303_2809\" x1=\"123.669\" y1=\"61.3659\" x2=\"155.491\" y2=\"61.3659\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#007940\"/>\\n<stop offset=\"0.2285\" stop-color=\"#00873F\"/>\\n<stop offset=\"0.7433\" stop-color=\"#40A737\"/>\\n<stop offset=\"1\" stop-color=\"#5CB531\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_303_2809\" x1=\"123.669\" y1=\"61.3659\" x2=\"155.491\" y2=\"61.3659\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#007940\"/>\\n<stop offset=\"0.2285\" stop-color=\"#00873F\"/>\\n<stop offset=\"0.7433\" stop-color=\"#40A737\"/>\\n<stop offset=\"1\" stop-color=\"#5CB531\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_303_2809\" x1=\"123.669\" y1=\"61.3659\" x2=\"155.491\" y2=\"61.3659\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#007940\"/>\\n<stop offset=\"0.2285\" stop-color=\"#00873F\"/>\\n<stop offset=\"0.7433\" stop-color=\"#40A737\"/>\\n<stop offset=\"1\" stop-color=\"#5CB531\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_303_2809\" x1=\"52.4289\" y1=\"66.7608\" x2=\"84.7424\" y2=\"66.7608\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#1F286F\"/>\\n<stop offset=\"0.4751\" stop-color=\"#004E94\"/>\\n<stop offset=\"0.8261\" stop-color=\"#0066B1\"/>\\n<stop offset=\"1\" stop-color=\"#006FBC\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_303_2809\" x1=\"87.8789\" y1=\"66.7608\" x2=\"119.263\" y2=\"66.7608\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#6C2C2F\"/>\\n<stop offset=\"0.1735\" stop-color=\"#882730\"/>\\n<stop offset=\"0.5731\" stop-color=\"#BE1833\"/>\\n<stop offset=\"0.8585\" stop-color=\"#DC0436\"/>\\n<stop offset=\"1\" stop-color=\"#E60039\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-7lnzhd\",\"data-framer-name\":\"PLAID\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:136,intrinsicWidth:210,layoutDependency:layoutDependency,layoutId:\"HFOXgOSjx\",svg:'<svg width=\"210\" height=\"136\" viewBox=\"-1 -1 210 136\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_dd_303_2821)\">\\n<rect width=\"208\" height=\"134\" rx=\"24\" fill=\"#231F20\"/>\\n<rect x=\"-0.5\" y=\"-0.5\" width=\"209\" height=\"135\" rx=\"24.5\" stroke=\"#D6DCE5\"/>\\n<path d=\"M107.725 57.5669C106.382 56.4587 104.032 55.9013 100.675 55.8948H93.2324V78.3702H98.8017V71.3079H101.299C104.321 71.3079 106.546 70.6489 107.956 69.3407C108.761 68.5916 109.392 67.6821 109.806 66.674C110.219 65.666 110.406 64.5828 110.353 63.498C110.394 62.3812 110.176 61.2699 109.713 60.2476C109.251 59.2254 108.557 58.3189 107.684 57.5964M101.138 66.2423H98.7816V60.9898H100.896C103.475 60.9898 104.754 61.8652 104.754 63.6456C104.754 65.4259 103.555 66.2423 101.138 66.2423ZM119.86 55.8948H114.069V78.3702H126.668V73.2751H119.931V55.8652L119.86 55.8948ZM137.988 55.8948L128.864 78.3702H135.108L136.306 75.1046H144.242L145.33 78.3702H151.655L142.591 55.8948H137.988ZM137.908 70.5702L140.304 62.8784L142.661 70.5702H137.908Z\" fill=\"white\"/>\\n<path d=\"M154.595 78.341H160.406V55.8656H154.595V78.341ZM182.935 60.1148C182.191 59.0837 181.251 58.2022 180.166 57.518C177.976 56.3294 175.487 55.7669 172.985 55.8951H165.331V78.3705H174.264C175.715 78.4337 177.163 78.1895 178.509 77.6547C179.854 77.1198 181.065 76.3071 182.059 75.2721C183.801 73.1485 184.822 70.5471 184.979 67.8303C185.136 65.1135 184.421 62.4164 182.935 60.1148ZM173.64 73.2754H171.172V60.9607H173.7C174.464 60.9137 175.229 61.0352 175.939 61.3162C176.648 61.5971 177.284 62.0303 177.799 62.5836C178.833 63.9014 179.344 65.5397 179.239 67.1967C179.239 71.2295 177.366 73.2459 173.64 73.2459M46.1 37L27.2772 41.8098L22.0806 60.3016L28.6066 66.8033L22 73.1967L26.8945 91.7672L45.6367 96.8918L52.2433 90.4984L58.7291 97L77.5619 92.1902L82.7485 73.6984L76.3131 67.1967L82.9097 60.8033L78.0151 42.2328L59.1924 37.1082L52.5858 43.5016L46.1 37ZM34.5687 45.3607L44.4786 42.8131L48.8293 47.1607L42.4946 53.2984L34.5687 45.3607ZM56.3221 47.2492L60.7232 42.9705L70.5928 45.6754L62.536 53.5443L56.3221 47.2492ZM28.0426 58.7869L30.792 49.0492L38.7179 56.9869L32.3933 63.1148L28.0426 58.7869ZM66.3126 57.2229L74.3694 49.3541L76.9476 59.1902L72.5466 63.459L66.2421 57.2229H66.3126ZM46.2611 57.0656L52.5858 50.9377L58.7694 57.1639L52.4448 63.3016L46.2611 57.0656ZM36.1901 66.8525L42.5248 60.7246L48.6681 67L42.3334 73.1279L36.1901 66.8525ZM56.1711 67L62.5057 60.8721L68.7296 67.1082L62.395 73.2361L56.1711 67ZM27.9721 74.8L32.3732 70.5311L38.5971 76.7672L30.5402 84.6361L27.9721 74.8098V74.8ZM46.1 76.8361L52.4246 70.6984L58.6485 76.9344L52.3138 83.0623L46.1 76.8361ZM66.1515 76.9934L72.4761 70.8656L76.8268 75.2131L74.1076 84.9508L66.1112 76.9934H66.1515ZM34.2061 88.3246L42.2629 80.4557L48.4868 86.6918L44.0858 91L34.2162 88.3246H34.2061ZM55.9998 86.8098L62.3345 80.682L70.2705 88.6393L60.3606 91.1869L55.9998 86.8098Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_dd_303_2821\" x=\"-41\" y=\"-21\" width=\"290\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"2\"/>\\n<feGaussianBlur stdDeviation=\"10\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_303_2821\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"20\"/>\\n<feGaussianBlur stdDeviation=\"20\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0 0.717647 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_303_2821\" result=\"effect2_dropShadow_303_2821\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_303_2821\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsx(motion.div,{\"aria-label\":\"Divider line\",className:\"framer-1t2rtqh\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"NJGgXqCNR\",style:{backgroundColor:\"var(--token-8997574d-0b9a-4e68-8456-ddd0f788a8a5, rgb(225, 225, 225))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16xqwi6\",layoutDependency:layoutDependency,layoutId:\"b0PmeMtTc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:\"\\xa9 2024 Snel Solutions\"})}),className:\"framer-75ihab\",\"data-framer-name\":\"Made by Sebadam\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"hJOZFhnJk\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zuvk8v\",layoutDependency:layoutDependency,layoutId:\"gZ9nGW7BP\",...addPropertyOverrides({KIfhDFPen:{\"data-highlight\":true,onTap:onTapla33lt}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LPvGYMT2w\"},nodeId:\"V25RPIRmp\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wvlk38\",\"data-styles-preset\":\"uqTNjxj1f\",children:\"Refund Policy\"})})})}),className:\"framer-l30fmi\",\"data-framer-name\":\"Made by Sebadam\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"V25RPIRmp\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HrfikpZ7Y\"},nodeId:\"hnZ94_xNk\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wvlk38\",\"data-styles-preset\":\"uqTNjxj1f\",children:\"Privacy Policy\"})})})}),className:\"framer-12hnlhd\",\"data-framer-name\":\"Made by Sebadam\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"hnZ94_xNk\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Mtfq3SoI1\"},nodeId:\"RJAGY4cbK\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wvlk38\",\"data-styles-preset\":\"uqTNjxj1f\",children:\"Terms and conditions\"})})})}),className:\"framer-kns6sl\",\"data-framer-name\":\"Made by Sebadam\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"RJAGY4cbK\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Mtfq3SoI1\"},nodeId:\"oJbP_OTDB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wvlk38\",\"data-styles-preset\":\"uqTNjxj1f\",children:\"License\"})})})}),className:\"framer-164f6dj\",\"data-framer-name\":\"Made by Sebadam\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"oJbP_OTDB\",style:{\"--extracted-r6o4lv\":\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dWOCw.framer-ufu6la, .framer-dWOCw .framer-ufu6la { display: block; }\",\".framer-dWOCw.framer-m8mbwm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 64px 40px 64px 40px; position: relative; width: 1200px; }\",\".framer-dWOCw .framer-1ssqy38 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1120px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dWOCw .framer-1f9uyjk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dWOCw .framer-139kzxu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1120px; overflow: hidden; padding: 3px 0px 3px 0px; position: relative; width: 1px; }\",\".framer-dWOCw .framer-1jux8ru-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-dWOCw .framer-18pt22k, .framer-dWOCw .framer-16xqwi6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dWOCw .framer-1nh1uhr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-dWOCw .framer-18qafa9, .framer-dWOCw .framer-1ipflqr, .framer-dWOCw .framer-15atfyb, .framer-dWOCw .framer-x9n7s7, .framer-dWOCw .framer-1ehz850, .framer-dWOCw .framer-75ihab, .framer-dWOCw .framer-l30fmi, .framer-dWOCw .framer-12hnlhd, .framer-dWOCw .framer-kns6sl, .framer-dWOCw .framer-164f6dj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dWOCw .framer-1nq6kzg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-dWOCw .framer-mczsor { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-dWOCw .framer-12edl4g { flex: none; height: 13px; position: relative; width: 13px; }\",\".framer-dWOCw .framer-1trg4zs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-dWOCw .framer-jyw1wt, .framer-dWOCw .framer-1jcgv3h, .framer-dWOCw .framer-1byty72, .framer-dWOCw .framer-p0viof, .framer-dWOCw .framer-1n13jfe, .framer-dWOCw .framer-7lnzhd { flex: none; height: 18px; position: relative; width: 28px; }\",\".framer-dWOCw .framer-1t2rtqh { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-dWOCw .framer-zuvk8v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dWOCw.framer-m8mbwm, .framer-dWOCw .framer-1ssqy38, .framer-dWOCw .framer-139kzxu, .framer-dWOCw .framer-1nh1uhr, .framer-dWOCw .framer-1nq6kzg, .framer-dWOCw .framer-mczsor, .framer-dWOCw .framer-1trg4zs, .framer-dWOCw .framer-zuvk8v { gap: 0px; } .framer-dWOCw.framer-m8mbwm > *, .framer-dWOCw .framer-1ssqy38 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-dWOCw.framer-m8mbwm > :first-child, .framer-dWOCw .framer-1ssqy38 > :first-child, .framer-dWOCw .framer-139kzxu > :first-child { margin-top: 0px; } .framer-dWOCw.framer-m8mbwm > :last-child, .framer-dWOCw .framer-1ssqy38 > :last-child, .framer-dWOCw .framer-139kzxu > :last-child { margin-bottom: 0px; } .framer-dWOCw .framer-139kzxu > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-dWOCw .framer-1nh1uhr > *, .framer-dWOCw .framer-zuvk8v > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-dWOCw .framer-1nh1uhr > :first-child, .framer-dWOCw .framer-1nq6kzg > :first-child, .framer-dWOCw .framer-mczsor > :first-child, .framer-dWOCw .framer-1trg4zs > :first-child, .framer-dWOCw .framer-zuvk8v > :first-child { margin-left: 0px; } .framer-dWOCw .framer-1nh1uhr > :last-child, .framer-dWOCw .framer-1nq6kzg > :last-child, .framer-dWOCw .framer-mczsor > :last-child, .framer-dWOCw .framer-1trg4zs > :last-child, .framer-dWOCw .framer-zuvk8v > :last-child { margin-right: 0px; } .framer-dWOCw .framer-1nq6kzg > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-dWOCw .framer-mczsor > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-dWOCw .framer-1trg4zs > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\".framer-dWOCw.framer-v-3eq463.framer-m8mbwm { padding: 64px 32px 64px 32px; width: 810px; }\",\".framer-dWOCw.framer-v-3eq463 .framer-1nh1uhr { gap: 25px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dWOCw.framer-v-3eq463 .framer-1nh1uhr { gap: 0px; } .framer-dWOCw.framer-v-3eq463 .framer-1nh1uhr > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-dWOCw.framer-v-3eq463 .framer-1nh1uhr > :first-child { margin-left: 0px; } .framer-dWOCw.framer-v-3eq463 .framer-1nh1uhr > :last-child { margin-right: 0px; } }\",\".framer-dWOCw.framer-v-1679v6z.framer-m8mbwm { padding: 64px 20px 48px 20px; width: 390px; }\",\".framer-dWOCw.framer-v-1679v6z .framer-1f9uyjk { align-content: center; align-items: center; flex-direction: column; gap: 40px; justify-content: flex-start; }\",\".framer-dWOCw.framer-v-1679v6z .framer-139kzxu { align-content: center; align-items: center; flex: none; width: 100%; }\",\".framer-dWOCw.framer-v-1679v6z .framer-1jux8ru-container { order: 0; }\",\".framer-dWOCw.framer-v-1679v6z .framer-18pt22k { flex-direction: column; gap: 40px; justify-content: flex-start; order: 1; }\",\".framer-dWOCw.framer-v-1679v6z .framer-1nh1uhr { flex-direction: column; gap: 24px; width: 100%; }\",\".framer-dWOCw.framer-v-1679v6z .framer-1nq6kzg { flex-direction: column; gap: 10px; }\",\".framer-dWOCw.framer-v-1679v6z .framer-16xqwi6 { flex-direction: column; gap: 20px; justify-content: flex-start; }\",\".framer-dWOCw.framer-v-1679v6z .framer-75ihab { order: 1; }\",\".framer-dWOCw.framer-v-1679v6z .framer-zuvk8v { cursor: pointer; flex-direction: column; gap: 20px; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dWOCw.framer-v-1679v6z .framer-1f9uyjk, .framer-dWOCw.framer-v-1679v6z .framer-18pt22k, .framer-dWOCw.framer-v-1679v6z .framer-1nh1uhr, .framer-dWOCw.framer-v-1679v6z .framer-1nq6kzg, .framer-dWOCw.framer-v-1679v6z .framer-16xqwi6, .framer-dWOCw.framer-v-1679v6z .framer-zuvk8v { gap: 0px; } .framer-dWOCw.framer-v-1679v6z .framer-1f9uyjk > *, .framer-dWOCw.framer-v-1679v6z .framer-18pt22k > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-dWOCw.framer-v-1679v6z .framer-1f9uyjk > :first-child, .framer-dWOCw.framer-v-1679v6z .framer-18pt22k > :first-child, .framer-dWOCw.framer-v-1679v6z .framer-1nh1uhr > :first-child, .framer-dWOCw.framer-v-1679v6z .framer-1nq6kzg > :first-child, .framer-dWOCw.framer-v-1679v6z .framer-16xqwi6 > :first-child, .framer-dWOCw.framer-v-1679v6z .framer-zuvk8v > :first-child { margin-top: 0px; } .framer-dWOCw.framer-v-1679v6z .framer-1f9uyjk > :last-child, .framer-dWOCw.framer-v-1679v6z .framer-18pt22k > :last-child, .framer-dWOCw.framer-v-1679v6z .framer-1nh1uhr > :last-child, .framer-dWOCw.framer-v-1679v6z .framer-1nq6kzg > :last-child, .framer-dWOCw.framer-v-1679v6z .framer-16xqwi6 > :last-child, .framer-dWOCw.framer-v-1679v6z .framer-zuvk8v > :last-child { margin-bottom: 0px; } .framer-dWOCw.framer-v-1679v6z .framer-1nh1uhr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-dWOCw.framer-v-1679v6z .framer-1nq6kzg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-dWOCw.framer-v-1679v6z .framer-16xqwi6 > *, .framer-dWOCw.framer-v-1679v6z .framer-zuvk8v > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,'.framer-dWOCw[data-border=\"true\"]::after, .framer-dWOCw [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 304\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Qhpn97F2L\":{\"layout\":[\"fixed\",\"auto\"]},\"KIfhDFPen\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUtR0ER5rE=withCSS(Component,css,\"framer-dWOCw\");export default FramerUtR0ER5rE;FramerUtR0ER5rE.displayName=\"Navigation / Footer\";FramerUtR0ER5rE.defaultProps={height:304,width:1200};addPropertyControls(FramerUtR0ER5rE,{variant:{options:[\"mSwtkHQbX\",\"Qhpn97F2L\",\"KIfhDFPen\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerUtR0ER5rE,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2TYFCBHUANEXS6QGR5EQDUNAFH6LSWM3/AYNOU3VEA4LRTDNKJQUFNVNUTYSGOUOP/UXO4O7K2G3HI3D2VKD7UXVJVJD26P4BQ.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"}]},...NavigationLogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUtR0ER5rE\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Qhpn97F2L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KIfhDFPen\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"304\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UtR0ER5rE.map"],
  "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", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "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", "humanReadableVariantMap", "getProps", "height", "id", "link", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "EekHruriY", "JsBFaOQTd", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerMWBiEuWUD", "withCSS", "MWBiEuWUD_default", "addPropertyControls", "ControlType", "addFonts", "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", "click", "height", "id", "link", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TP2V67kCk", "Efd077iVv", "heJNUU0WE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapxhd2w9", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerfYSikEUr0", "withCSS", "fYSikEUr0_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "sX2NKdRLu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1i0v9or", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "serializationHash", "SVG", "css", "Framerg1PkHcMS6", "withCSS", "g1PkHcMS6_default", "addPropertyControls", "ControlType", "addFonts", "NavigationLogoFonts", "getFonts", "g1PkHcMS6_default", "NavigationNavLinkFonts", "fYSikEUr0_default", "ButtonsPrimaryFonts", "MWBiEuWUD_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "sX2NKdRLuctkkwq", "args", "onTapk4rkxh", "onTap9gcanw", "onTapiocoja", "heJNUU0WEctkkwq", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "Framerkax2msIDS", "withCSS", "kax2msIDS_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "NavigationLogoFonts", "getFonts", "g1PkHcMS6_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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapla33lt", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "RichText2", "Link", "SVG", "css", "FramerUtR0ER5rE", "withCSS", "UtR0ER5rE_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
