{
  "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/DTdB4np7UzbQ4zVYz5MH/B3f7D9Q2NdBw22LX1DXO/stylesPresetLink.js", "ssg:https://framerusercontent.com/modules/IWMK3Qz307rhKA00ewY0/9h5amwCaEFJQHebVL7iY/JK7HOEi7W.js", "ssg:https://framerusercontent.com/modules/qO0YjBhaI84Q8j1G25cr/fttaq2BMSgzuXe4lRrEe/QhAfMDAsN.js", "ssg:https://framerusercontent.com/modules/S0ZhFz936TMWSMLWboac/dhWg21kLqUccBKqkRhB9/X1UsY0eBk.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 (4240133)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-DIcEU .framer-styles-preset-aexbeb:not(.rich-text-wrapper), .framer-DIcEU .framer-styles-preset-aexbeb.rich-text-wrapper a { --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: none; --framer-link-text-color: #999999; --framer-link-text-decoration: none; }\"];export const className=\"framer-DIcEU\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (63ecd5c)\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\";import{useRef}from\"react\";const cycleOrder=[\"XnoT9GdsU\",\"cC04SeCEn\"];const serializationHash=\"framer-2pUtM\";const variantClassNames={cC04SeCEn:\"framer-v-1ecga1t\",XnoT9GdsU:\"framer-v-buivds\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toString=value=>{return typeof value===\"string\"?value:String(value);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"XnoT9GdsU\",\"Variant 2\":\"cC04SeCEn\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"XnoT9GdsU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XnoT9GdsU\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter11kfh8f=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"cC04SeCEn\");});const onMouseLeave1r6qxkj=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"XnoT9GdsU\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://app.fantum.me\",motionChild:true,nodeId:\"XnoT9GdsU\",openInNewTab:true,scopeId:\"JK7HOEi7W\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-buivds\",className,classNames)} framer-ca5lvc`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XnoT9GdsU\",onMouseEnter:onMouseEnter11kfh8f,ref:refBinding,style:{backgroundColor:\"rgb(254, 218, 3)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{cC04SeCEn:{backgroundColor:\"rgba(254, 218, 4, 0.5)\"}},...addPropertyOverrides({cC04SeCEn:{\"data-framer-name\":\"Variant 2\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1r6qxkj}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"Mona Sans Medium\", \"Mona Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Get Started\"})}),className:\"framer-17p1p6c\",fonts:[\"CUSTOM;Mona Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"T_Kp2oD8z\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:toString(\"Get Started\"),verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2pUtM.framer-ca5lvc, .framer-2pUtM .framer-ca5lvc { display: block; }\",\".framer-2pUtM.framer-buivds { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 15px 10px 15px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-2pUtM .framer-17p1p6c { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2pUtM.framer-buivds { gap: 0px; } .framer-2pUtM.framer-buivds > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2pUtM.framer-buivds > :first-child { margin-top: 0px; } .framer-2pUtM.framer-buivds > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 37\n * @framerIntrinsicWidth 106.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"cC04SeCEn\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJK7HOEi7W=withCSS(Component,css,\"framer-2pUtM\");export default FramerJK7HOEi7W;FramerJK7HOEi7W.displayName=\"GET STARTED\";FramerJK7HOEi7W.defaultProps={height:37,width:106.5};addPropertyControls(FramerJK7HOEi7W,{variant:{options:[\"XnoT9GdsU\",\"cC04SeCEn\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerJK7HOEi7W,[{explicitInter:true,fonts:[{family:\"Mona Sans Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/4Zga0emYtbZblaMayE9VWpBDxI.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJK7HOEi7W\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cC04SeCEn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"106.5\",\"framerIntrinsicHeight\":\"37\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JK7HOEi7W.map", "// Generated by Framer (63ecd5c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/DTdB4np7UzbQ4zVYz5MH/B3f7D9Q2NdBw22LX1DXO/stylesPresetLink.js\";import GETSTARTED from\"https://framerusercontent.com/modules/IWMK3Qz307rhKA00ewY0/9h5amwCaEFJQHebVL7iY/JK7HOEi7W.js\";const GETSTARTEDFonts=getFonts(GETSTARTED);const FeatherFonts=getFonts(Feather);const cycleOrder=[\"NxIKBX_Lo\",\"i3e5RF6DK\",\"TOxwIgsYY\"];const serializationHash=\"framer-w8eE3\";const variantClassNames={i3e5RF6DK:\"framer-v-1r30wqo\",NxIKBX_Lo:\"framer-v-19m1vkf\",TOxwIgsYY:\"framer-v-89vtnd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 3\":\"TOxwIgsYY\",Desktop:\"NxIKBX_Lo\",Tablet:\"i3e5RF6DK\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"NxIKBX_Lo\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NxIKBX_Lo\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapnpmq8m=activeVariantCallback(async(...args)=>{setVariant(\"TOxwIgsYY\");});const onTap78ggll=activeVariantCallback(async(...args)=>{setVariant(\"i3e5RF6DK\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"i3e5RF6DK\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"TOxwIgsYY\")return true;return false;};const isDisplayed2=()=>{if([\"i3e5RF6DK\",\"TOxwIgsYY\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-19m1vkf\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"NxIKBX_Lo\",ref:refBinding,style:{backdropFilter:\"blur(20px)\",backgroundColor:\"rgba(17, 17, 17, 0.9)\",WebkitBackdropFilter:\"blur(20px)\",...style},...addPropertyOverrides({i3e5RF6DK:{\"data-framer-name\":\"Tablet\"},TOxwIgsYY:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-odaiu5\",layoutDependency:layoutDependency,layoutId:\"UR7TY3GP1\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P2vfdWMdK\"},motionChild:true,nodeId:\"U057QuX2n\",scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-8u1x6u framer-uio6o5\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"U057QuX2n\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fms5d1\",\"data-framer-name\":\"Frame_1038\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"cd_3YZgi4\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 98.889 20\"><g transform=\"translate(1.066 0)\" id=\"ss10384066356_1\"><path d=\"M 27.237 7.427 L 27.219 7.427 C 26.996 6.82 26.643 6.269 26.186 5.813 C 25.69 5.325 25.097 4.947 24.446 4.703 C 23.726 4.436 22.963 4.303 22.196 4.311 C 21.008 4.311 19.949 4.608 19.046 5.194 C 18.144 5.779 17.428 6.65 16.918 7.783 C 16.409 8.91 16.151 10.303 16.151 11.927 C 16.151 13.162 16.298 14.264 16.584 15.206 C 16.871 16.15 17.289 16.953 17.828 17.593 C 18.349 18.221 19.006 18.724 19.748 19.063 C 20.481 19.397 21.304 19.568 22.197 19.568 C 23.44 19.568 24.516 19.271 25.39 18.684 C 26.222 18.142 26.862 17.352 27.221 16.426 L 27.237 16.426 L 27.237 19.319 L 30.253 19.319 L 30.253 4.56 L 27.349 4.56 L 27.238 7.427 Z M 27.207 12.754 C 27.21 13.475 27.053 14.188 26.746 14.84 C 26.445 15.481 25.979 16.03 25.397 16.431 C 24.808 16.842 24.066 17.049 23.188 17.049 C 22.399 17.049 21.701 16.856 21.113 16.471 C 20.524 16.088 20.062 15.513 19.741 14.76 C 19.416 14.002 19.252 13.049 19.252 11.928 C 19.252 10.806 19.416 9.83 19.741 9.083 C 20.062 8.341 20.524 7.77 21.113 7.387 C 21.702 7.002 22.4 6.809 23.188 6.809 C 24.066 6.809 24.809 7.017 25.397 7.427 C 25.987 7.84 26.441 8.374 26.747 9.018 C 27.053 9.67 27.21 10.383 27.207 11.103 L 27.207 12.759 Z M 44.904 5.758 C 44.436 5.267 43.857 4.895 43.216 4.673 C 42.536 4.445 41.823 4.331 41.106 4.338 C 40.028 4.338 39.02 4.606 38.112 5.136 C 37.214 5.658 36.542 6.437 36.112 7.453 L 36.09 7.453 L 35.981 4.56 L 33.104 4.56 L 33.104 19.321 L 36.094 19.321 L 36.094 11.266 C 36.094 10.438 36.258 9.687 36.581 9.03 C 36.894 8.389 37.374 7.844 37.97 7.452 C 38.57 7.059 39.281 6.86 40.086 6.86 C 40.891 6.86 41.488 7.012 41.968 7.316 C 42.444 7.616 42.803 8.087 43.034 8.718 C 43.269 9.358 43.388 10.179 43.388 11.154 L 43.388 19.321 L 46.404 19.321 L 46.404 10.574 C 46.404 9.45 46.273 8.481 46.013 7.693 C 45.752 6.902 45.38 6.252 44.904 5.758 Z M 52.768 0 L 49.75 0.352 L 49.75 4.56 L 46.993 4.56 L 46.993 7.053 L 49.75 7.053 L 49.75 16.199 C 49.75 16.852 49.844 17.421 50.033 17.887 C 50.222 18.364 50.562 18.729 51.041 18.968 C 51.51 19.201 52.163 19.321 52.982 19.321 L 55.993 19.321 L 55.993 16.8 L 53.919 16.8 C 53.483 16.8 53.178 16.729 53.012 16.587 C 52.851 16.45 52.768 16.142 52.768 15.677 L 52.768 7.056 L 55.993 7.056 L 55.993 4.559 L 52.769 4.559 L 52.769 0 L 52.767 0 Z M 67.864 12.533 C 67.864 13.397 67.701 14.182 67.378 14.864 C 67.056 15.543 66.599 16.079 66.018 16.453 C 65.438 16.829 64.744 17.02 63.957 17.02 C 63.17 17.02 62.518 16.861 62.02 16.55 C 61.523 16.24 61.161 15.779 60.939 15.173 C 60.714 14.562 60.599 13.803 60.599 12.917 L 60.599 4.56 L 57.582 4.56 L 57.582 13.637 C 57.582 14.93 57.793 16.032 58.212 16.914 C 58.631 17.801 59.252 18.473 60.056 18.912 C 60.856 19.35 61.817 19.572 62.911 19.572 C 64.003 19.572 65.07 19.28 65.962 18.702 C 66.827 18.151 67.49 17.334 67.851 16.373 L 67.87 16.373 L 68.007 19.323 L 70.883 19.323 L 70.883 4.56 L 67.867 4.56 L 67.867 12.532 L 67.864 12.532 Z M 94.243 4.956 C 93.47 4.547 92.591 4.339 91.626 4.339 C 90.456 4.339 89.388 4.631 88.45 5.207 C 87.524 5.776 86.847 6.632 86.437 7.758 L 86.344 7.758 C 85.969 6.526 85.344 5.639 84.49 5.123 C 83.623 4.602 82.64 4.339 81.564 4.339 C 80.489 4.339 79.493 4.608 78.609 5.138 C 77.739 5.66 77.09 6.438 76.679 7.453 L 76.66 7.453 L 76.549 4.56 L 73.673 4.56 L 73.673 19.321 L 76.662 19.321 L 76.662 11.266 C 76.662 10.437 76.823 9.684 77.138 9.029 C 77.436 8.394 77.897 7.849 78.473 7.45 C 79.043 7.057 79.731 6.86 80.518 6.86 C 81.25 6.86 81.853 7.012 82.316 7.313 C 82.774 7.613 83.124 8.087 83.356 8.716 C 83.591 9.356 83.71 10.177 83.71 11.152 L 83.71 19.319 L 86.727 19.319 L 86.727 11.264 C 86.727 10.437 86.887 9.684 87.201 9.029 C 87.499 8.394 87.959 7.849 88.536 7.45 C 89.107 7.057 89.786 6.86 90.553 6.86 C 91.321 6.86 91.919 7.012 92.379 7.313 C 92.838 7.613 93.188 8.087 93.419 8.716 C 93.653 9.356 93.771 10.176 93.771 11.152 L 93.771 19.319 L 96.76 19.319 L 96.76 10.574 C 96.76 9.08 96.536 7.861 96.091 6.952 C 95.642 6.039 95.022 5.367 94.247 4.956 Z M 14.129 7.014 C 12.384 7.246 10.642 7.474 8.9 7.703 L 8.36 7.776 C 6.303 8.042 4.52 9.331 3.621 11.201 C 2.43 13.661 1.237 16.127 0.039 18.593 L 0 18.673 L 2.729 20 L 2.768 19.92 C 3.968 17.453 5.16 14.983 6.353 12.52 C 6.809 11.572 7.713 10.918 8.757 10.783 L 9.297 10.712 L 14.527 10.022 L 14.616 10.01 L 14.218 7.002 Z M 15.564 0.011 L 1.32 0.011 L 1.32 3.044 L 15.564 3.044 Z\" fill=\"rgb(254, 218, 3)\"></path></g></svg>',svgContentId:10384066356,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9vgn8u\",layoutDependency:layoutDependency,layoutId:\"kKznmJmfh\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tihtc8\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TW3zTw2Pp\",onTap:onTapnpmq8m,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sa4e1f\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"WPluWViGV\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10v9hfk\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"H_pKaGnhF\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({i3e5RF6DK:{height:37,y:(componentViewport?.y||0)+(10+((componentViewport?.height||64)-20-44)/2)+0+3.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rqipe0-container\",layoutDependency:layoutDependency,layoutId:\"S4QLxhS9m-container\",nodeId:\"S4QLxhS9m\",rendersWithMotion:true,scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(GETSTARTED,{height:\"100%\",id:\"S4QLxhS9m\",layoutId:\"S4QLxhS9m\",variant:\"XnoT9GdsU\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c01rpd\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZWBUo1tq2\",onTap:onTap78ggll,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-psopum\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"y7XzbwvzX\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:-45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s6a646\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"odVxFMqWI\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:45}})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dzq8u4\",layoutDependency:layoutDependency,layoutId:\"pldvxxuNE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"Mona Sans Medium\", \"Mona Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pwwdWFHBu\"},motionChild:true,nodeId:\"YXFyXzOHb\",openInNewTab:false,scopeId:\"QhAfMDAsN\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Blog\"})})})}),className:\"framer-enh3qv\",fonts:[\"CUSTOM;Mona Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"YXFyXzOHb\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"Mona Sans Medium\", \"Mona Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@fantum.me\",motionChild:true,nodeId:\"AfEaw9OYn\",openInNewTab:true,scopeId:\"QhAfMDAsN\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Contact Us\"})})})}),className:\"framer-1q2sa7v\",fonts:[\"CUSTOM;Mona Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"AfEaw9OYn\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"Mona Sans Medium\", \"Mona Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sRuU2DfW9\"},motionChild:true,nodeId:\"nx_P0tPbA\",openInNewTab:false,scopeId:\"QhAfMDAsN\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Whats's New\"})})})}),className:\"framer-1g7r618\",fonts:[\"CUSTOM;Mona Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"nx_P0tPbA\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14s9h1h\",layoutDependency:layoutDependency,layoutId:\"WONZ0l5yU\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pwwdWFHBu\"},motionChild:true,nodeId:\"JBUpSLViF\",scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-2v2ss1 framer-uio6o5\",layoutDependency:layoutDependency,layoutId:\"JBUpSLViF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"Mona Sans Medium\", \"Mona Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Blog\"})}),className:\"framer-fxilnj\",fonts:[\"CUSTOM;Mona Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"IU34f1xFw\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3r980n-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"vkS2uQi6P-container\",nodeId:\"vkS2uQi6P\",rendersWithMotion:true,scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-right\",id:\"vkS2uQi6P\",layoutId:\"vkS2uQi6P\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sRuU2DfW9\"},motionChild:true,nodeId:\"nQaMjpMWW\",openInNewTab:false,scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-q9gz3t framer-uio6o5\",layoutDependency:layoutDependency,layoutId:\"nQaMjpMWW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"Mona Sans Medium\", \"Mona Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"What's New\"})}),className:\"framer-lhn19w\",fonts:[\"CUSTOM;Mona Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"OxcA4_hg0\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dnwr03-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"KKqwmpazO-container\",nodeId:\"KKqwmpazO\",rendersWithMotion:true,scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-right\",id:\"KKqwmpazO\",layoutId:\"KKqwmpazO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@fantum.me\",motionChild:true,nodeId:\"FKEXSHxTL\",scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-75p777 framer-uio6o5\",layoutDependency:layoutDependency,layoutId:\"FKEXSHxTL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"Mona Sans Medium\", \"Mona Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact Us\"})}),className:\"framer-1qgwadu\",fonts:[\"CUSTOM;Mona Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"vxeWtcKqT\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1v33wv5-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"GtUwEP7IM-container\",nodeId:\"GtUwEP7IM\",rendersWithMotion:true,scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-right\",id:\"GtUwEP7IM\",layoutId:\"GtUwEP7IM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://app.fantum.me\",motionChild:true,nodeId:\"TlTgWXUbA\",openInNewTab:true,scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14djm9b framer-uio6o5\",layoutDependency:layoutDependency,layoutId:\"TlTgWXUbA\",style:{backgroundColor:\"rgb(254, 218, 3)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"Mona Sans Medium\", \"Mona Sans Medium Placeholder\", sans-serif'},children:\"Get Started - For Free!\"})}),className:\"framer-19gb60k\",fonts:[\"CUSTOM;Mona Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"XwKSHO7GH\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e1elfa\",layoutDependency:layoutDependency,layoutId:\"aVpDVHyvC\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/fantum.me/\",motionChild:true,nodeId:\"GjardDonZ\",scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xzfiu7 framer-uio6o5\",layoutDependency:layoutDependency,layoutId:\"GjardDonZ\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-w41312\",\"data-framer-name\":\"Instagram_Negative\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"jxLd9l2Zy\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><g id=\"ss9648596655_1\"><path d=\"M 0 0 L 16 0 L 16 16 L 0 16 Z\" fill=\"transparent\"></path><path d=\"M 8 1.44 C 10.137 1.44 10.391 1.45 11.231 1.488 C 12.013 1.522 12.434 1.653 12.717 1.762 C 13.088 1.906 13.357 2.082 13.634 2.359 C 13.915 2.641 14.088 2.906 14.231 3.278 C 14.341 3.559 14.471 3.984 14.506 4.763 C 14.544 5.606 14.553 5.859 14.553 7.994 C 14.553 10.131 14.544 10.384 14.506 11.225 C 14.472 12.007 14.341 12.429 14.232 12.71 C 14.088 13.081 13.912 13.35 13.634 13.629 C 13.377 13.894 13.063 14.098 12.715 14.225 C 12.434 14.335 12.009 14.465 11.231 14.499 C 10.387 14.537 10.134 14.547 8 14.547 C 5.863 14.547 5.609 14.537 4.769 14.501 C 3.987 14.466 3.566 14.335 3.283 14.225 C 2.937 14.097 2.623 13.893 2.366 13.629 C 2.1 13.371 1.896 13.057 1.769 12.71 C 1.659 12.429 1.529 12.003 1.494 11.224 C 1.456 10.382 1.447 10.128 1.447 7.994 C 1.447 5.857 1.456 5.603 1.494 4.762 C 1.528 3.982 1.659 3.559 1.768 3.278 C 1.912 2.906 2.088 2.638 2.366 2.359 C 2.647 2.078 2.912 1.906 3.285 1.762 C 3.566 1.653 3.991 1.522 4.769 1.488 C 5.609 1.45 5.863 1.441 8 1.441 Z M 8 0 C 5.829 0 5.557 0.009 4.703 0.047 C 3.853 0.085 3.269 0.222 2.762 0.418 C 2.227 0.619 1.743 0.935 1.344 1.344 C 0.936 1.743 0.62 2.226 0.418 2.759 C 0.222 3.269 0.085 3.851 0.047 4.699 C 0.009 5.557 0 5.829 0 8 C 0 10.171 0.009 10.443 0.047 11.297 C 0.085 12.147 0.222 12.731 0.418 13.238 C 0.624 13.766 0.897 14.213 1.344 14.656 C 1.787 15.101 2.235 15.376 2.759 15.578 C 3.269 15.775 3.85 15.912 4.699 15.95 C 5.553 15.987 5.825 15.997 7.997 15.997 C 10.168 15.997 10.441 15.987 11.294 15.951 C 12.144 15.912 12.728 15.775 13.234 15.578 C 13.76 15.375 14.206 15.101 14.65 14.656 C 15.094 14.213 15.369 13.765 15.571 13.24 C 15.769 12.731 15.906 12.15 15.944 11.299 C 15.982 10.447 15.99 10.175 15.99 8.003 C 15.99 5.832 15.982 5.559 15.944 4.706 C 15.906 3.856 15.769 3.272 15.571 2.766 C 15.379 2.228 15.066 1.742 14.657 1.344 C 14.258 0.937 13.774 0.622 13.24 0.422 C 12.731 0.225 12.15 0.088 11.299 0.05 C 10.443 0.009 10.171 0 8 0 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 8 3.89 C 5.768 3.943 3.986 5.767 3.986 8 C 3.986 10.233 5.768 12.057 8 12.11 C 10.232 12.057 12.014 10.233 12.014 8 C 12.014 5.767 10.232 3.943 8 3.89 Z M 8 10.665 C 7.034 10.685 6.134 10.181 5.645 9.348 C 5.156 8.515 5.156 7.483 5.645 6.65 C 6.134 5.817 7.034 5.314 8 5.334 C 9.451 5.364 10.611 6.548 10.611 7.999 C 10.611 9.45 9.451 10.635 8 10.665 Z M 13.231 3.728 C 13.243 4.079 13.063 4.408 12.761 4.587 C 12.459 4.766 12.084 4.766 11.782 4.587 C 11.48 4.408 11.3 4.079 11.312 3.728 C 11.312 3.198 11.742 2.768 12.272 2.768 C 12.802 2.768 13.232 3.198 13.232 3.728 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:9648596655,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/HelloFantum\",motionChild:true,nodeId:\"xUfbjDur3\",scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-8ozz3e framer-uio6o5\",layoutDependency:layoutDependency,layoutId:\"xUfbjDur3\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fj3jm2\",\"data-framer-name\":\"layer1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"frlHrdomW\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 0.039 0.512 L 6.217 8.771 L 0 15.488 L 1.399 15.488 L 6.841 9.608 L 11.239 15.488 L 16 15.488 L 9.474 6.763 L 15.261 0.512 L 13.863 0.512 L 8.85 5.927 L 4.8 0.512 Z M 2.096 1.543 L 4.283 1.543 L 13.942 14.457 L 11.755 14.457 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:8831354385,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@hellofantum\",motionChild:true,nodeId:\"dxg_QsA5g\",openInNewTab:true,scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ul3mpb framer-uio6o5\",layoutDependency:layoutDependency,layoutId:\"dxg_QsA5g\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-g9ymsu\",\"data-framer-name\":\"YouTube - Negative\",fill:\"black\",intrinsicHeight:15,intrinsicWidth:15,layoutDependency:layoutDependency,layoutId:\"c98laBd8z\",svg:'<svg width=\"15\" height=\"15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.85 4.5s-.146-1.034-.597-1.488c-.571-.598-1.21-.6-1.503-.636-2.098-.152-5.247-.152-5.247-.152h-.006s-3.15 0-5.247.152c-.293.035-.932.038-1.503.636C.296 3.466.152 4.5.152 4.5S0 5.716 0 6.929v1.136c0 1.213.15 2.43.15 2.43s.146 1.033.594 1.487c.571.598 1.321.578 1.655.642 1.202.114 5.101.15 5.101.15s3.152-.006 5.25-.156c.293-.035.932-.038 1.503-.636.451-.454.598-1.488.598-1.488S15 9.281 15 8.065V6.93c0-1.213-.15-2.429-.15-2.429Zm-8.9 4.945V5.23l4.052 2.116-4.052 2.1Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.threads.net/@fantum.me\",motionChild:true,nodeId:\"Ed9aC347d\",openInNewTab:true,scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-158fmg2 framer-uio6o5\",layoutDependency:layoutDependency,layoutId:\"Ed9aC347d\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-q3um4u\",\"data-framer-name\":\"Threads_app_logo\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:192,intrinsicWidth:192,layoutDependency:layoutDependency,layoutId:\"HETiOYklT\",svg:'<svg aria-label=\"Threads\" viewBox=\"0 0 192 192\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"x19hqcy\" d=\"M141.537 88.988a66.667 66.667 0 0 0-2.518-1.143c-1.482-27.307-16.403-42.94-41.457-43.1h-.34c-14.986 0-27.449 6.396-35.12 18.036l13.779 9.452c5.73-8.695 14.724-10.548 21.348-10.548h.229c8.249.053 14.474 2.452 18.503 7.129 2.932 3.405 4.893 8.111 5.864 14.05-7.314-1.243-15.224-1.626-23.68-1.14-23.82 1.371-39.134 15.264-38.105 34.568.522 9.792 5.4 18.216 13.735 23.719 7.047 4.652 16.124 6.927 25.557 6.412 12.458-.683 22.231-5.436 29.049-14.127 5.178-6.6 8.453-15.153 9.899-25.93 5.937 3.583 10.337 8.298 12.767 13.966 4.132 9.635 4.373 25.468-8.546 38.376-11.319 11.308-24.925 16.2-45.488 16.351-22.809-.169-40.06-7.484-51.275-21.742C35.236 139.966 29.808 120.682 29.605 96c.203-24.682 5.63-43.966 16.133-57.317C56.954 24.425 74.204 17.11 97.013 16.94c22.975.17 40.526 7.52 52.171 21.847 5.71 7.026 10.015 15.86 12.853 26.162l16.147-4.308c-3.44-12.68-8.853-23.606-16.219-32.668C147.036 9.607 125.202.195 97.07 0h-.113C68.882.194 47.292 9.642 32.788 28.08 19.882 44.485 13.224 67.315 13.001 95.932L13 96v.067c.224 28.617 6.882 51.447 19.788 67.854C47.292 182.358 68.882 191.806 96.957 192h.113c24.96-.173 42.554-6.708 57.048-21.189 18.963-18.945 18.392-42.692 12.142-57.27-4.484-10.454-13.033-18.945-24.723-24.553ZM98.44 129.507c-10.44.588-21.286-4.098-21.82-14.135-.397-7.442 5.296-15.746 22.461-16.735a99.978 99.978 0 0 1 5.79-.169c6.235 0 12.068.606 17.371 1.765-1.978 24.702-13.58 28.713-23.802 29.274Z\"/></svg>',withExternalLayout:true})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,y:(componentViewport?.y||0)+(10+((componentViewport?.height||65)-20-37)/2),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eb0uy-container\",layoutDependency:layoutDependency,layoutId:\"Gl708faQN-container\",nodeId:\"Gl708faQN\",rendersWithMotion:true,scopeId:\"QhAfMDAsN\",children:/*#__PURE__*/_jsx(GETSTARTED,{height:\"100%\",id:\"Gl708faQN\",layoutId:\"Gl708faQN\",variant:\"XnoT9GdsU\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-w8eE3.framer-uio6o5, .framer-w8eE3 .framer-uio6o5 { display: block; }\",\".framer-w8eE3.framer-19m1vkf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 10px; position: relative; width: 1200px; }\",\".framer-w8eE3 .framer-odaiu5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-w8eE3 .framer-8u1x6u { flex: none; height: 44px; overflow: hidden; position: relative; text-decoration: none; width: 116px; }\",\".framer-w8eE3 .framer-1fms5d1 { flex: none; height: 20px; left: calc(50.00000000000002% - 98.88888888888889px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 99px; }\",\".framer-w8eE3 .framer-9vgn8u { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 45px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-w8eE3 .framer-1tihtc8, .framer-w8eE3 .framer-c01rpd { cursor: pointer; flex: none; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-w8eE3 .framer-1sa4e1f { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-w8eE3 .framer-10v9hfk { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-w8eE3 .framer-rqipe0-container, .framer-w8eE3 .framer-eb0uy-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-w8eE3 .framer-psopum, .framer-w8eE3 .framer-s6a646 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-w8eE3 .framer-1dzq8u4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-w8eE3 .framer-enh3qv, .framer-w8eE3 .framer-1q2sa7v, .framer-w8eE3 .framer-1g7r618, .framer-w8eE3 .framer-fxilnj, .framer-w8eE3 .framer-lhn19w, .framer-w8eE3 .framer-1qgwadu, .framer-w8eE3 .framer-19gb60k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-w8eE3 .framer-14s9h1h { 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: center; overflow: visible; padding: 30px 5px 10px 5px; position: relative; width: 1px; }\",\".framer-w8eE3 .framer-2v2ss1, .framer-w8eE3 .framer-q9gz3t, .framer-w8eE3 .framer-75p777 { 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; text-decoration: none; width: 100%; }\",\".framer-w8eE3 .framer-3r980n-container, .framer-w8eE3 .framer-1dnwr03-container, .framer-w8eE3 .framer-1v33wv5-container { flex: none; height: 24px; position: relative; width: 35px; }\",\".framer-w8eE3 .framer-14djm9b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 52px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-w8eE3 .framer-1e1elfa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-w8eE3 .framer-xzfiu7, .framer-w8eE3 .framer-8ozz3e, .framer-w8eE3 .framer-ul3mpb, .framer-w8eE3 .framer-158fmg2 { 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: hidden; padding: 8px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-w8eE3 .framer-w41312, .framer-w8eE3 .framer-1fj3jm2 { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-w8eE3 .framer-g9ymsu, .framer-w8eE3 .framer-q3um4u { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-w8eE3 .framer-odaiu5, .framer-w8eE3 .framer-9vgn8u, .framer-w8eE3 .framer-1dzq8u4, .framer-w8eE3 .framer-14s9h1h, .framer-w8eE3 .framer-14djm9b, .framer-w8eE3 .framer-1e1elfa, .framer-w8eE3 .framer-xzfiu7, .framer-w8eE3 .framer-8ozz3e, .framer-w8eE3 .framer-ul3mpb, .framer-w8eE3 .framer-158fmg2 { gap: 0px; } .framer-w8eE3 .framer-odaiu5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-w8eE3 .framer-odaiu5 > :first-child, .framer-w8eE3 .framer-9vgn8u > :first-child, .framer-w8eE3 .framer-1dzq8u4 > :first-child, .framer-w8eE3 .framer-1e1elfa > :first-child, .framer-w8eE3 .framer-xzfiu7 > :first-child, .framer-w8eE3 .framer-8ozz3e > :first-child, .framer-w8eE3 .framer-ul3mpb > :first-child, .framer-w8eE3 .framer-158fmg2 > :first-child { margin-left: 0px; } .framer-w8eE3 .framer-odaiu5 > :last-child, .framer-w8eE3 .framer-9vgn8u > :last-child, .framer-w8eE3 .framer-1dzq8u4 > :last-child, .framer-w8eE3 .framer-1e1elfa > :last-child, .framer-w8eE3 .framer-xzfiu7 > :last-child, .framer-w8eE3 .framer-8ozz3e > :last-child, .framer-w8eE3 .framer-ul3mpb > :last-child, .framer-w8eE3 .framer-158fmg2 > :last-child { margin-right: 0px; } .framer-w8eE3 .framer-9vgn8u > *, .framer-w8eE3 .framer-xzfiu7 > *, .framer-w8eE3 .framer-8ozz3e > *, .framer-w8eE3 .framer-ul3mpb > *, .framer-w8eE3 .framer-158fmg2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-w8eE3 .framer-1dzq8u4 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-w8eE3 .framer-14s9h1h > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-w8eE3 .framer-14s9h1h > :first-child, .framer-w8eE3 .framer-14djm9b > :first-child { margin-top: 0px; } .framer-w8eE3 .framer-14s9h1h > :last-child, .framer-w8eE3 .framer-14djm9b > :last-child { margin-bottom: 0px; } .framer-w8eE3 .framer-14djm9b > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-w8eE3 .framer-1e1elfa > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-w8eE3.framer-v-1r30wqo.framer-19m1vkf { padding: 10px 5px 10px 5px; width: 600px; }\",\".framer-w8eE3.framer-v-1r30wqo .framer-odaiu5 { flex: 1 0 0px; gap: unset; justify-content: space-between; order: 1; width: 1px; }\",\".framer-w8eE3.framer-v-1r30wqo .framer-8u1x6u, .framer-w8eE3.framer-v-1r30wqo .framer-rqipe0-container, .framer-w8eE3.framer-v-89vtnd .framer-2v2ss1 { order: 0; }\",\".framer-w8eE3.framer-v-1r30wqo .framer-9vgn8u { flex: none; gap: 20px; min-height: unset; order: 2; width: min-content; }\",\".framer-w8eE3.framer-v-1r30wqo .framer-1tihtc8, .framer-w8eE3.framer-v-89vtnd .framer-q9gz3t { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-w8eE3.framer-v-1r30wqo .framer-odaiu5, .framer-w8eE3.framer-v-1r30wqo .framer-9vgn8u { gap: 0px; } .framer-w8eE3.framer-v-1r30wqo .framer-odaiu5 > *, .framer-w8eE3.framer-v-1r30wqo .framer-odaiu5 > :first-child, .framer-w8eE3.framer-v-1r30wqo .framer-odaiu5 > :last-child { margin: 0px; } .framer-w8eE3.framer-v-1r30wqo .framer-9vgn8u > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-w8eE3.framer-v-1r30wqo .framer-9vgn8u > :first-child { margin-left: 0px; } .framer-w8eE3.framer-v-1r30wqo .framer-9vgn8u > :last-child { margin-right: 0px; } }\",\".framer-w8eE3.framer-v-89vtnd.framer-19m1vkf { flex-direction: column; gap: 10px; justify-content: flex-start; padding: 10px 5px 10px 5px; width: 600px; }\",\".framer-w8eE3.framer-v-89vtnd .framer-odaiu5 { gap: unset; justify-content: space-between; order: 1; width: 100%; }\",\".framer-w8eE3.framer-v-89vtnd .framer-14s9h1h { flex: none; order: 2; width: 100%; }\",\".framer-w8eE3.framer-v-89vtnd .framer-75p777 { order: 2; }\",\".framer-w8eE3.framer-v-89vtnd .framer-14djm9b { order: 3; }\",\".framer-w8eE3.framer-v-89vtnd .framer-1e1elfa { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-w8eE3.framer-v-89vtnd.framer-19m1vkf, .framer-w8eE3.framer-v-89vtnd .framer-odaiu5 { gap: 0px; } .framer-w8eE3.framer-v-89vtnd.framer-19m1vkf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-w8eE3.framer-v-89vtnd.framer-19m1vkf > :first-child { margin-top: 0px; } .framer-w8eE3.framer-v-89vtnd.framer-19m1vkf > :last-child { margin-bottom: 0px; } .framer-w8eE3.framer-v-89vtnd .framer-odaiu5 > *, .framer-w8eE3.framer-v-89vtnd .framer-odaiu5 > :first-child, .framer-w8eE3.framer-v-89vtnd .framer-odaiu5 > :last-child { margin: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 65\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"i3e5RF6DK\":{\"layout\":[\"fixed\",\"auto\"]},\"TOxwIgsYY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQhAfMDAsN=withCSS(Component,css,\"framer-w8eE3\");export default FramerQhAfMDAsN;FramerQhAfMDAsN.displayName=\"NAV BAR\";FramerQhAfMDAsN.defaultProps={height:65,width:1200};addPropertyControls(FramerQhAfMDAsN,{variant:{options:[\"NxIKBX_Lo\",\"i3e5RF6DK\",\"TOxwIgsYY\"],optionTitles:[\"Desktop\",\"Tablet\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQhAfMDAsN,[{explicitInter:true,fonts:[{family:\"Mona Sans Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/4Zga0emYtbZblaMayE9VWpBDxI.woff2\"}]},...GETSTARTEDFonts,...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQhAfMDAsN\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"65\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i3e5RF6DK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TOxwIgsYY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QhAfMDAsN.map", "// Generated by Framer (9f1494d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/DTdB4np7UzbQ4zVYz5MH/B3f7D9Q2NdBw22LX1DXO/stylesPresetLink.js\";const cycleOrder=[\"QXGEDVWJd\",\"SCt2VxPKg\",\"eUkDrl2xs\"];const serializationHash=\"framer-quvNh\";const variantClassNames={eUkDrl2xs:\"framer-v-111p9fl\",QXGEDVWJd:\"framer-v-lcybdf\",SCt2VxPKg:\"framer-v-13pnr3h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"QXGEDVWJd\",Phone:\"eUkDrl2xs\",Tablet:\"SCt2VxPKg\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"QXGEDVWJd\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QXGEDVWJd\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"eUkDrl2xs\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"eUkDrl2xs\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-lcybdf\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"QXGEDVWJd\",ref:refBinding,style:{backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderTopLeftRadius:32,borderTopRightRadius:32,...style},...addPropertyOverrides({eUkDrl2xs:{\"data-framer-name\":\"Phone\"},SCt2VxPKg:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-45gso7\",layoutDependency:layoutDependency,layoutId:\"i_gKMXUvt\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j7aen4\",layoutDependency:layoutDependency,layoutId:\"NPeLAG2SS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"Mona Sans Medium\", \"Mona Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Fantum\"})}),className:\"framer-qx9glp\",fonts:[\"CUSTOM;Mona Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"p4XgrLYAY\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m2excw\",layoutDependency:layoutDependency,layoutId:\"BGYEuxtj8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBSZWd1bGFy\",\"--framer-font-family\":'\"Mona Sans Regular\", \"Mona Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{dou5LJgtt:\"terms-of-use\"},unresolvedPathSlugs:{dou5LJgtt:{collectionId:\"MRtEvyUl8\",collectionItemId:\"J8R64HwCn\"}},webPageId:\"MQc16yFn9\"},motionChild:true,nodeId:\"c5jAdl4yL\",openInNewTab:false,scopeId:\"X1UsY0eBk\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Terms of Use\"})})})}),className:\"framer-1umnlcl\",fonts:[\"CUSTOM;Mona Sans Regular\"],layoutDependency:layoutDependency,layoutId:\"c5jAdl4yL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBSZWd1bGFy\",\"--framer-font-family\":'\"Mona Sans Regular\", \"Mona Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{dou5LJgtt:\"privacy-policy\"},unresolvedPathSlugs:{dou5LJgtt:{collectionId:\"MRtEvyUl8\",collectionItemId:\"HspRJ8MFg\"}},webPageId:\"MQc16yFn9\"},motionChild:true,nodeId:\"EkPPD5USz\",openInNewTab:false,scopeId:\"X1UsY0eBk\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Privacy Policy\"})})})}),className:\"framer-9sa7ys\",fonts:[\"CUSTOM;Mona Sans Regular\"],layoutDependency:layoutDependency,layoutId:\"EkPPD5USz\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBSZWd1bGFy\",\"--framer-font-family\":'\"Mona Sans Regular\", \"Mona Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@fantum.me\",motionChild:true,nodeId:\"y0AELAq4z\",openInNewTab:true,scopeId:\"X1UsY0eBk\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Contact Us\"})})})}),className:\"framer-1aweue0\",fonts:[\"CUSTOM;Mona Sans Regular\"],layoutDependency:layoutDependency,layoutId:\"y0AELAq4z\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n532cy\",layoutDependency:layoutDependency,layoutId:\"tDhnFbmUl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"Mona Sans Medium\", \"Mona Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Resources\"})}),className:\"framer-1o6v1d0\",fonts:[\"CUSTOM;Mona Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"hA4JjJwrj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t5mzxh\",layoutDependency:layoutDependency,layoutId:\"AlZnKsjqn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBSZWd1bGFy\",\"--framer-font-family\":'\"Mona Sans Regular\", \"Mona Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pwwdWFHBu\"},motionChild:true,nodeId:\"y_HTZoddj\",openInNewTab:false,scopeId:\"X1UsY0eBk\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Blog\"})})})}),className:\"framer-en12w2\",fonts:[\"CUSTOM;Mona Sans Regular\"],layoutDependency:layoutDependency,layoutId:\"y_HTZoddj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBSZWd1bGFy\",\"--framer-font-family\":'\"Mona Sans Regular\", \"Mona Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sRuU2DfW9\"},motionChild:true,nodeId:\"UMKJ6zLa9\",openInNewTab:false,scopeId:\"X1UsY0eBk\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"What's New\"})})})}),className:\"framer-per8c\",fonts:[\"CUSTOM;Mona Sans Regular\"],layoutDependency:layoutDependency,layoutId:\"UMKJ6zLa9\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yoql6n\",layoutDependency:layoutDependency,layoutId:\"ZH0K_cu8g\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/fantum.me/\",motionChild:true,nodeId:\"JY6_t1Q9G\",scopeId:\"X1UsY0eBk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-nkf8bo framer-csrnft\",layoutDependency:layoutDependency,layoutId:\"JY6_t1Q9G\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1j5l7n8\",\"data-framer-name\":\"Instagram_Negative\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UmRArvyvf\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><g id=\"ss9648596655_1\"><path d=\"M 0 0 L 16 0 L 16 16 L 0 16 Z\" fill=\"transparent\"></path><path d=\"M 8 1.44 C 10.137 1.44 10.391 1.45 11.231 1.488 C 12.013 1.522 12.434 1.653 12.717 1.762 C 13.088 1.906 13.357 2.082 13.634 2.359 C 13.915 2.641 14.088 2.906 14.231 3.278 C 14.341 3.559 14.471 3.984 14.506 4.763 C 14.544 5.606 14.553 5.859 14.553 7.994 C 14.553 10.131 14.544 10.384 14.506 11.225 C 14.472 12.007 14.341 12.429 14.232 12.71 C 14.088 13.081 13.912 13.35 13.634 13.629 C 13.377 13.894 13.063 14.098 12.715 14.225 C 12.434 14.335 12.009 14.465 11.231 14.499 C 10.387 14.537 10.134 14.547 8 14.547 C 5.863 14.547 5.609 14.537 4.769 14.501 C 3.987 14.466 3.566 14.335 3.283 14.225 C 2.937 14.097 2.623 13.893 2.366 13.629 C 2.1 13.371 1.896 13.057 1.769 12.71 C 1.659 12.429 1.529 12.003 1.494 11.224 C 1.456 10.382 1.447 10.128 1.447 7.994 C 1.447 5.857 1.456 5.603 1.494 4.762 C 1.528 3.982 1.659 3.559 1.768 3.278 C 1.912 2.906 2.088 2.638 2.366 2.359 C 2.647 2.078 2.912 1.906 3.285 1.762 C 3.566 1.653 3.991 1.522 4.769 1.488 C 5.609 1.45 5.863 1.441 8 1.441 Z M 8 0 C 5.829 0 5.557 0.009 4.703 0.047 C 3.853 0.085 3.269 0.222 2.762 0.418 C 2.227 0.619 1.743 0.935 1.344 1.344 C 0.936 1.743 0.62 2.226 0.418 2.759 C 0.222 3.269 0.085 3.851 0.047 4.699 C 0.009 5.557 0 5.829 0 8 C 0 10.171 0.009 10.443 0.047 11.297 C 0.085 12.147 0.222 12.731 0.418 13.238 C 0.624 13.766 0.897 14.213 1.344 14.656 C 1.787 15.101 2.235 15.376 2.759 15.578 C 3.269 15.775 3.85 15.912 4.699 15.95 C 5.553 15.987 5.825 15.997 7.997 15.997 C 10.168 15.997 10.441 15.987 11.294 15.951 C 12.144 15.912 12.728 15.775 13.234 15.578 C 13.76 15.375 14.206 15.101 14.65 14.656 C 15.094 14.213 15.369 13.765 15.571 13.24 C 15.769 12.731 15.906 12.15 15.944 11.299 C 15.982 10.447 15.99 10.175 15.99 8.003 C 15.99 5.832 15.982 5.559 15.944 4.706 C 15.906 3.856 15.769 3.272 15.571 2.766 C 15.379 2.228 15.066 1.742 14.657 1.344 C 14.258 0.937 13.774 0.622 13.24 0.422 C 12.731 0.225 12.15 0.088 11.299 0.05 C 10.443 0.009 10.171 0 8 0 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 8 3.89 C 5.768 3.943 3.986 5.767 3.986 8 C 3.986 10.233 5.768 12.057 8 12.11 C 10.232 12.057 12.014 10.233 12.014 8 C 12.014 5.767 10.232 3.943 8 3.89 Z M 8 10.665 C 7.034 10.685 6.134 10.181 5.645 9.348 C 5.156 8.515 5.156 7.483 5.645 6.65 C 6.134 5.817 7.034 5.314 8 5.334 C 9.451 5.364 10.611 6.548 10.611 7.999 C 10.611 9.45 9.451 10.635 8 10.665 Z M 13.231 3.728 C 13.243 4.079 13.063 4.408 12.761 4.587 C 12.459 4.766 12.084 4.766 11.782 4.587 C 11.48 4.408 11.3 4.079 11.312 3.728 C 11.312 3.198 11.742 2.768 12.272 2.768 C 12.802 2.768 13.232 3.198 13.232 3.728 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:9648596655,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/HelloFantum\",motionChild:true,nodeId:\"rUqHshSwp\",scopeId:\"X1UsY0eBk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1te4am2 framer-csrnft\",layoutDependency:layoutDependency,layoutId:\"rUqHshSwp\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ng6spj\",\"data-framer-name\":\"layer1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DUX3DQO2U\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 0.039 0.512 L 6.217 8.771 L 0 15.488 L 1.399 15.488 L 6.841 9.608 L 11.239 15.488 L 16 15.488 L 9.474 6.763 L 15.261 0.512 L 13.863 0.512 L 8.85 5.927 L 4.8 0.512 Z M 2.096 1.543 L 4.283 1.543 L 13.942 14.457 L 11.755 14.457 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:8831354385,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@hellofantum\",motionChild:true,nodeId:\"EpqeMWvzJ\",openInNewTab:true,scopeId:\"X1UsY0eBk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2yb0me framer-csrnft\",layoutDependency:layoutDependency,layoutId:\"EpqeMWvzJ\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bbylfn\",\"data-framer-name\":\"YouTube - Negative\",fill:\"black\",intrinsicHeight:15,intrinsicWidth:15,layoutDependency:layoutDependency,layoutId:\"DzsDtY9JT\",svg:'<svg width=\"15\" height=\"15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.85 4.5s-.146-1.034-.597-1.488c-.571-.598-1.21-.6-1.503-.636-2.098-.152-5.247-.152-5.247-.152h-.006s-3.15 0-5.247.152c-.293.035-.932.038-1.503.636C.296 3.466.152 4.5.152 4.5S0 5.716 0 6.929v1.136c0 1.213.15 2.43.15 2.43s.146 1.033.594 1.487c.571.598 1.321.578 1.655.642 1.202.114 5.101.15 5.101.15s3.152-.006 5.25-.156c.293-.035.932-.038 1.503-.636.451-.454.598-1.488.598-1.488S15 9.281 15 8.065V6.93c0-1.213-.15-2.429-.15-2.429Zm-8.9 4.945V5.23l4.052 2.116-4.052 2.1Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.threads.net/@fantum.me\",motionChild:true,nodeId:\"o5q4680Do\",openInNewTab:true,scopeId:\"X1UsY0eBk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xuoaof framer-csrnft\",layoutDependency:layoutDependency,layoutId:\"o5q4680Do\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hrptvq\",\"data-framer-name\":\"Threads_app_logo\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:192,intrinsicWidth:192,layoutDependency:layoutDependency,layoutId:\"PenLDAHPQ\",svg:'<svg aria-label=\"Threads\" viewBox=\"0 0 192 192\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"x19hqcy\" d=\"M141.537 88.988a66.667 66.667 0 0 0-2.518-1.143c-1.482-27.307-16.403-42.94-41.457-43.1h-.34c-14.986 0-27.449 6.396-35.12 18.036l13.779 9.452c5.73-8.695 14.724-10.548 21.348-10.548h.229c8.249.053 14.474 2.452 18.503 7.129 2.932 3.405 4.893 8.111 5.864 14.05-7.314-1.243-15.224-1.626-23.68-1.14-23.82 1.371-39.134 15.264-38.105 34.568.522 9.792 5.4 18.216 13.735 23.719 7.047 4.652 16.124 6.927 25.557 6.412 12.458-.683 22.231-5.436 29.049-14.127 5.178-6.6 8.453-15.153 9.899-25.93 5.937 3.583 10.337 8.298 12.767 13.966 4.132 9.635 4.373 25.468-8.546 38.376-11.319 11.308-24.925 16.2-45.488 16.351-22.809-.169-40.06-7.484-51.275-21.742C35.236 139.966 29.808 120.682 29.605 96c.203-24.682 5.63-43.966 16.133-57.317C56.954 24.425 74.204 17.11 97.013 16.94c22.975.17 40.526 7.52 52.171 21.847 5.71 7.026 10.015 15.86 12.853 26.162l16.147-4.308c-3.44-12.68-8.853-23.606-16.219-32.668C147.036 9.607 125.202.195 97.07 0h-.113C68.882.194 47.292 9.642 32.788 28.08 19.882 44.485 13.224 67.315 13.001 95.932L13 96v.067c.224 28.617 6.882 51.447 19.788 67.854C47.292 182.358 68.882 191.806 96.957 192h.113c24.96-.173 42.554-6.708 57.048-21.189 18.963-18.945 18.392-42.692 12.142-57.27-4.484-10.454-13.033-18.945-24.723-24.553ZM98.44 129.507c-10.44.588-21.286-4.098-21.82-14.135-.397-7.442 5.296-15.746 22.461-16.735a99.978 99.978 0 0 1 5.79-.169c6.235 0 12.068.606 17.371 1.765-1.978 24.702-13.58 28.713-23.802 29.274Z\"/></svg>',withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:207,intrinsicWidth:1000.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||641.5)-80-500.6)/2+154+60)),pixelHeight:414,pixelWidth:2001,sizes:`calc((${componentViewport?.width||\"100vw\"} - 80px) * 1.2)`,src:\"https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png?scale-down-to=512 512w,https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png 2001w\"},className:\"framer-1e9fd71\",\"data-framer-name\":\"Footer-logo\",layoutDependency:layoutDependency,layoutId:\"t0MVp24vh\",style:{opacity:.1},...addPropertyOverrides({eUkDrl2xs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:207,intrinsicWidth:1000.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+(((componentViewport?.height||610.5)-45-684.6)/2+358+50)),pixelHeight:414,pixelWidth:2001,sizes:`calc((${componentViewport?.width||\"100vw\"} - 20px) * 1.2)`,src:\"https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png?scale-down-to=512 512w,https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png 2001w\"}},SCt2VxPKg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:207,intrinsicWidth:1000.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+(((componentViewport?.height||497.5)-45-525.6)/2+159+70)),pixelHeight:414,pixelWidth:2001,sizes:`calc((${componentViewport?.width||\"100vw\"} - 20px) * 1.2)`,src:\"https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png?scale-down-to=512 512w,https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X2itgN3QfkOzSSxcD07SY0zxN7U.png 2001w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBSZWd1bGFy\",\"--framer-font-family\":'\"Mona Sans Regular\", \"Mona Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\\xa9 2025 Fantum Limited\"})}),className:\"framer-19boxg4\",\"data-framer-name\":\"Still have more questions? Contact our help center.\",fonts:[\"CUSTOM;Mona Sans Regular\"],layoutDependency:layoutDependency,layoutId:\"bODZSNtAu\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SCt2VxPKg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBSZWd1bGFy\",\"--framer-font-family\":'\"Mona Sans Regular\", \"Mona Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\\xa9 2025 Fantum Limited\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbmEgU2FucyBSZWd1bGFy\",\"--framer-font-family\":'\"Mona Sans Regular\", \"Mona Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\\xa9 2024 Fantum Limited\"})}),className:\"framer-1fy9511\",\"data-framer-name\":\"Still have more questions? Contact our help center.\",fonts:[\"CUSTOM;Mona Sans Regular\"],layoutDependency:layoutDependency,layoutId:\"yhp_5snAA\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-quvNh.framer-csrnft, .framer-quvNh .framer-csrnft { display: block; }\",\".framer-quvNh.framer-lcybdf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1160px; will-change: var(--framer-will-change-override, transform); }\",\".framer-quvNh .framer-45gso7 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-quvNh .framer-j7aen4, .framer-quvNh .framer-1n532cy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px; position: relative; width: 1px; z-index: 1; }\",\".framer-quvNh .framer-qx9glp, .framer-quvNh .framer-1umnlcl, .framer-quvNh .framer-9sa7ys, .framer-quvNh .framer-1aweue0, .framer-quvNh .framer-1o6v1d0, .framer-quvNh .framer-en12w2, .framer-quvNh .framer-per8c, .framer-quvNh .framer-19boxg4, .framer-quvNh .framer-1fy9511 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-quvNh .framer-1m2excw, .framer-quvNh .framer-1t5mzxh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-quvNh .framer-1yoql6n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-quvNh .framer-nkf8bo, .framer-quvNh .framer-1te4am2, .framer-quvNh .framer-2yb0me, .framer-quvNh .framer-xuoaof { 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: hidden; padding: 8px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-quvNh .framer-1j5l7n8, .framer-quvNh .framer-1ng6spj { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-quvNh .framer-1bbylfn, .framer-quvNh .framer-1hrptvq { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-quvNh .framer-1e9fd71 { aspect-ratio: 4.833333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 268px); overflow: visible; position: relative; width: 120%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-quvNh.framer-lcybdf, .framer-quvNh .framer-j7aen4, .framer-quvNh .framer-1m2excw, .framer-quvNh .framer-1n532cy, .framer-quvNh .framer-1t5mzxh, .framer-quvNh .framer-1yoql6n, .framer-quvNh .framer-nkf8bo, .framer-quvNh .framer-1te4am2, .framer-quvNh .framer-2yb0me, .framer-quvNh .framer-xuoaof { gap: 0px; } .framer-quvNh.framer-lcybdf > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-quvNh.framer-lcybdf > :first-child, .framer-quvNh .framer-j7aen4 > :first-child, .framer-quvNh .framer-1m2excw > :first-child, .framer-quvNh .framer-1n532cy > :first-child, .framer-quvNh .framer-1t5mzxh > :first-child { margin-top: 0px; } .framer-quvNh.framer-lcybdf > :last-child, .framer-quvNh .framer-j7aen4 > :last-child, .framer-quvNh .framer-1m2excw > :last-child, .framer-quvNh .framer-1n532cy > :last-child, .framer-quvNh .framer-1t5mzxh > :last-child { margin-bottom: 0px; } .framer-quvNh .framer-j7aen4 > *, .framer-quvNh .framer-1m2excw > *, .framer-quvNh .framer-1n532cy > *, .framer-quvNh .framer-1t5mzxh > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-quvNh .framer-1yoql6n > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-quvNh .framer-1yoql6n > :first-child, .framer-quvNh .framer-nkf8bo > :first-child, .framer-quvNh .framer-1te4am2 > :first-child, .framer-quvNh .framer-2yb0me > :first-child, .framer-quvNh .framer-xuoaof > :first-child { margin-left: 0px; } .framer-quvNh .framer-1yoql6n > :last-child, .framer-quvNh .framer-nkf8bo > :last-child, .framer-quvNh .framer-1te4am2 > :last-child, .framer-quvNh .framer-2yb0me > :last-child, .framer-quvNh .framer-xuoaof > :last-child { margin-right: 0px; } .framer-quvNh .framer-nkf8bo > *, .framer-quvNh .framer-1te4am2 > *, .framer-quvNh .framer-2yb0me > *, .framer-quvNh .framer-xuoaof > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-quvNh.framer-v-13pnr3h.framer-lcybdf { gap: 70px; padding: 25px 10px 20px 10px; width: 560px; }\",\".framer-quvNh.framer-v-13pnr3h .framer-45gso7 { gap: 15px; justify-content: flex-start; }\",\".framer-quvNh.framer-v-13pnr3h .framer-j7aen4, .framer-quvNh.framer-v-13pnr3h .framer-1n532cy { gap: 25px; }\",\".framer-quvNh.framer-v-13pnr3h .framer-1e9fd71 { height: var(--framer-aspect-ratio-supported, 134px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-quvNh.framer-v-13pnr3h.framer-lcybdf, .framer-quvNh.framer-v-13pnr3h .framer-45gso7, .framer-quvNh.framer-v-13pnr3h .framer-j7aen4, .framer-quvNh.framer-v-13pnr3h .framer-1n532cy { gap: 0px; } .framer-quvNh.framer-v-13pnr3h.framer-lcybdf > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-quvNh.framer-v-13pnr3h.framer-lcybdf > :first-child, .framer-quvNh.framer-v-13pnr3h .framer-j7aen4 > :first-child, .framer-quvNh.framer-v-13pnr3h .framer-1n532cy > :first-child { margin-top: 0px; } .framer-quvNh.framer-v-13pnr3h.framer-lcybdf > :last-child, .framer-quvNh.framer-v-13pnr3h .framer-j7aen4 > :last-child, .framer-quvNh.framer-v-13pnr3h .framer-1n532cy > :last-child { margin-bottom: 0px; } .framer-quvNh.framer-v-13pnr3h .framer-45gso7 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-quvNh.framer-v-13pnr3h .framer-45gso7 > :first-child { margin-left: 0px; } .framer-quvNh.framer-v-13pnr3h .framer-45gso7 > :last-child { margin-right: 0px; } .framer-quvNh.framer-v-13pnr3h .framer-j7aen4 > *, .framer-quvNh.framer-v-13pnr3h .framer-1n532cy > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }\",\".framer-quvNh.framer-v-111p9fl.framer-lcybdf { gap: 50px; padding: 25px 10px 20px 10px; width: 374px; }\",\".framer-quvNh.framer-v-111p9fl .framer-45gso7 { flex-direction: column; gap: 20px; justify-content: flex-start; }\",\".framer-quvNh.framer-v-111p9fl .framer-j7aen4, .framer-quvNh.framer-v-111p9fl .framer-1n532cy { flex: none; width: 100%; }\",\".framer-quvNh.framer-v-111p9fl .framer-1e9fd71 { height: var(--framer-aspect-ratio-supported, 88px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-quvNh.framer-v-111p9fl.framer-lcybdf, .framer-quvNh.framer-v-111p9fl .framer-45gso7 { gap: 0px; } .framer-quvNh.framer-v-111p9fl.framer-lcybdf > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-quvNh.framer-v-111p9fl.framer-lcybdf > :first-child, .framer-quvNh.framer-v-111p9fl .framer-45gso7 > :first-child { margin-top: 0px; } .framer-quvNh.framer-v-111p9fl.framer-lcybdf > :last-child, .framer-quvNh.framer-v-111p9fl .framer-45gso7 > :last-child { margin-bottom: 0px; } .framer-quvNh.framer-v-111p9fl .framer-45gso7 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 641.5\n * @framerIntrinsicWidth 1160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SCt2VxPKg\":{\"layout\":[\"fixed\",\"auto\"]},\"eUkDrl2xs\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerX1UsY0eBk=withCSS(Component,css,\"framer-quvNh\");export default FramerX1UsY0eBk;FramerX1UsY0eBk.displayName=\"Footer\";FramerX1UsY0eBk.defaultProps={height:641.5,width:1160};addPropertyControls(FramerX1UsY0eBk,{variant:{options:[\"QXGEDVWJd\",\"SCt2VxPKg\",\"eUkDrl2xs\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerX1UsY0eBk,[{explicitInter:true,fonts:[{family:\"Mona Sans Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/4Zga0emYtbZblaMayE9VWpBDxI.woff2\"},{family:\"Mona Sans Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/4AiChcNEwGP4aaixSZNV3E3zs4.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX1UsY0eBk\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"641.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1160\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SCt2VxPKg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eUkDrl2xs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./X1UsY0eBk.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", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toString", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter11kfh8f", "args", "onMouseLeave1r6qxkj", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerJK7HOEi7W", "withCSS", "JK7HOEi7W_default", "addPropertyControls", "ControlType", "addFonts", "GETSTARTEDFonts", "getFonts", "JK7HOEi7W_default", "FeatherFonts", "Icon", "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", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapnpmq8m", "args", "onTap78ggll", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerQhAfMDAsN", "withCSS", "QhAfMDAsN_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "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", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText2", "Link", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerX1UsY0eBk", "withCSS", "X1UsY0eBk_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
