{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/qTx8OYW6fpa1lPuSykLV/BrGWgEw2QgTWb1bpXy7B/Color.js", "ssg:https://framerusercontent.com/modules/fFKqC4MzdAW0axk7eTqZ/NiNxquTYiUabucOIfy3l/NMzSZBKI3.js", "ssg:https://framerusercontent.com/modules/cGVuIgbJuAoQLOaep9q7/te8taAu5rrWffTUkaL3E/lANTtZW42.js", "ssg:https://framerusercontent.com/modules/bmDaCu98UOOpa3T469Eo/SNHtmVJvvGOCp57EXapL/uTnmg44b1.js", "ssg:https://framerusercontent.com/modules/7dgSMjRyGxwnf2E21bv9/gEZJ4kHZ97Hb7Bsz2O3c/F5glnIxIK.js", "ssg:https://framerusercontent.com/modules/fPvgORH1U61q7mgAtrLv/mXPrYldMJ6qQzKJLgekj/FeZ5AYXoK.js", "ssg:https://framerusercontent.com/modules/2JnzJBkRe8QBbo3OHWBi/SxjeoHYzINk9CWvDXHxP/FwmuxBMQR.js", "ssg:https://framerusercontent.com/modules/qQRvlP3OA7E160pVDGtj/gxqa00E3MqObshHd6G2O/ZIat6mjgN.js", "ssg:https://framerusercontent.com/modules/ke4fRpUe5xi6klMms0DJ/uzjSPUAxZgKWzQje1tk3/pk8lPPjRw.js", "ssg:https://framerusercontent.com/modules/eIOJOTKrtfujblx3yvEQ/TywbSDAXIivZ5RoYZjT6/Y8SHm4yWC.js", "ssg:https://framerusercontent.com/modules/hPoM0Mf3s4TZCckR6AiM/unBaJT57aRjKyc8zf0YN/KBxwZ1gtY.js", "ssg:https://framerusercontent.com/modules/h151IKBc9GKC6HWguvpT/ynFwalTAiKpLfSwNQz64/pWnECMXPj.js", "ssg:https://framerusercontent.com/modules/xK21nMbEQaTwCkLnkfcQ/FnxGP2OhiB6RD4a0zQv2/zkzDy2SkZ.js", "ssg:https://framerusercontent.com/modules/3Rk9cy16cTx1XTUfYeTb/Hw1uWU2WMe7g8vmRaezA/zR1x4A4uO.js", "ssg:https://framerusercontent.com/modules/ikRO37HEHdqralSAgXiR/B6bi7Ap53Cn6BtzVCmxd/nyDxmLt7o.js", "ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/Gc8HFQ2k3dk2yb2qhlCQ/Input.js", "ssg:https://framerusercontent.com/modules/rmtuf7cBl3ACBQG0y3x9/jBFOCMsym8kYuCdxMIF8/WO0QWD_KA.js", "ssg:https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/QiycTxX7vdblEOi3o00G/Time.js", "ssg:https://framerusercontent.com/modules/9xhYA9yXsISFXQXFpgCi/vKdXIwluWlj9vguiZdBW/OPJJq0QP0.js"],
  "sourcesContent": ["// Welcome to Template by Dee S. (https://dees.lemonsqueezy.com/)\n// Follow https://twitter.com/deespnr\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function ColorsSelection(props){useEffect(()=>{if(props.enableSelection){const styleId=\"selection-styles\";const existingStyle=document.getElementById(styleId);if(existingStyle){existingStyle.remove();}const style=document.createElement(\"style\");style.id=styleId;style.innerHTML=`\n        ::selection { \n          background: ${props.selectionBackgroundColor};\n          color: ${props.selectionTextColor};\n        }\n        ::-moz-selection { \n          background: ${props.selectionBackgroundColor};\n          color: ${props.selectionTextColor};\n        }`;document.head.appendChild(style);}else{const style=document.getElementById(\"selection-styles\");if(style){style.remove();}}},[props.enableSelection,props.selectionBackgroundColor,props.selectionTextColor]);return /*#__PURE__*/_jsx(\"div\",{});}ColorsSelection.displayName=\"Selection colors\";addPropertyControls(ColorsSelection,{enableSelection:{title:\"Selection\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"Use to change the colour of selected text and background\"},selectionBackgroundColor:{title:\"Background\",type:ControlType.Color,defaultValue:\"#000\",hidden(props){return!props.enableSelection;}},selectionTextColor:{title:\"Text color\",type:ControlType.Color,defaultValue:\"#fff\",hidden(props){return!props.enableSelection;}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ColorsSelection\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Color.map", "// Generated by Framer (629c622)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Roobert Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Roobert Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/nywHEob1fHM3CWSk3p5qW2DdzI.woff2\"}]}];export const css=[\".framer-JZmgt .framer-styles-preset-1ib9ynh:not(.rich-text-wrapper), .framer-JZmgt .framer-styles-preset-1ib9ynh.rich-text-wrapper p { --framer-font-family: \\\"Roobert Regular\\\", \\\"Roobert Regular Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-570b2f2b-e7a3-4440-a1b5-6d52ceddedc1, #0e0e11); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1299px) and (min-width: 0px) { .framer-JZmgt .framer-styles-preset-1ib9ynh:not(.rich-text-wrapper), .framer-JZmgt .framer-styles-preset-1ib9ynh.rich-text-wrapper p { --framer-font-family: \\\"Roobert Regular\\\", \\\"Roobert Regular Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-570b2f2b-e7a3-4440-a1b5-6d52ceddedc1, #0e0e11); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-JZmgt\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6464825)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Roobert Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Roobert Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/x0cxKjkLAN5SkHUHODrsLuA0SQ.woff2\"}]}];export const css=[\".framer-t3wLi .framer-styles-preset-e0i4gn:not(.rich-text-wrapper), .framer-t3wLi .framer-styles-preset-e0i4gn.rich-text-wrapper p { --framer-font-family: \\\"Roobert Medium\\\", \\\"Roobert Medium Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 80%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 14, 17, 0.72)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-t3wLi .framer-styles-preset-e0i4gn:not(.rich-text-wrapper), .framer-t3wLi .framer-styles-preset-e0i4gn.rich-text-wrapper p { --framer-font-family: \\\"Roobert Medium\\\", \\\"Roobert Medium Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 80%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 14, 17, 0.72)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-t3wLi .framer-styles-preset-e0i4gn:not(.rich-text-wrapper), .framer-t3wLi .framer-styles-preset-e0i4gn.rich-text-wrapper p { --framer-font-family: \\\"Roobert Medium\\\", \\\"Roobert Medium Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 11px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 80%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 14, 17, 0.72)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }\"];export const className=\"framer-t3wLi\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1d71865)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/cGVuIgbJuAoQLOaep9q7/te8taAu5rrWffTUkaL3E/lANTtZW42.js\";const cycleOrder=[\"giHa8iCLq\"];const serializationHash=\"framer-TcO4X\";const variantClassNames={giHa8iCLq:\"framer-v-vf9w8c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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(React.Fragment);const getProps=({background,height,id,text,textColor,width,...props})=>{return{...props,VRNDXSwE9:background??props.VRNDXSwE9??\"var(--token-302b6139-62bf-4a65-a11c-00b7552c4831, rgb(255, 61, 63))\",X7BXT0DN4:text??props.X7BXT0DN4??\"Badge\",yF8Wiw9dW:textColor??props.yF8Wiw9dW??\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 14, 17, 0.72))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,X7BXT0DN4,yF8Wiw9dW,VRNDXSwE9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"giHa8iCLq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-vf9w8c\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"giHa8iCLq\",ref:ref??ref1,style:{backgroundColor:VRNDXSwE9,borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-e0i4gn\",\"data-styles-preset\":\"lANTtZW42\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-yF8Wiw9dW-uTnmg44b1))\"},children:\"Badge\"})}),className:\"framer-10ccapt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VbIHCbwbJ\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-yF8Wiw9dW-uTnmg44b1)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-yF8Wiw9dW-uTnmg44b1\":yF8Wiw9dW},text:X7BXT0DN4,verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TcO4X.framer-1bqqqwk, .framer-TcO4X .framer-1bqqqwk { display: block; }\",\".framer-TcO4X.framer-vf9w8c { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: 24px; justify-content: center; overflow: visible; padding: 0px 8px 0px 8px; position: relative; width: min-content; }\",\".framer-TcO4X .framer-10ccapt { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TcO4X.framer-vf9w8c { gap: 0px; } .framer-TcO4X.framer-vf9w8c > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-TcO4X.framer-vf9w8c > :first-child { margin-left: 0px; } .framer-TcO4X.framer-vf9w8c > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 66\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"X7BXT0DN4\":\"text\",\"yF8Wiw9dW\":\"textColor\",\"VRNDXSwE9\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruTnmg44b1=withCSS(Component,css,\"framer-TcO4X\");export default FrameruTnmg44b1;FrameruTnmg44b1.displayName=\"Badge\";FrameruTnmg44b1.defaultProps={height:24,width:66};addPropertyControls(FrameruTnmg44b1,{X7BXT0DN4:{defaultValue:\"Badge\",displayTextArea:false,title:\"Text\",type:ControlType.String},yF8Wiw9dW:{defaultValue:'var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 14, 17, 0.72)) /* {\"name\":\"Dark 72\"} */',title:\"Text color\",type:ControlType.Color},VRNDXSwE9:{defaultValue:'var(--token-302b6139-62bf-4a65-a11c-00b7552c4831, rgb(255, 61, 63)) /* {\"name\":\"Attention 100\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FrameruTnmg44b1,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruTnmg44b1\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"X7BXT0DN4\\\":\\\"text\\\",\\\"yF8Wiw9dW\\\":\\\"textColor\\\",\\\"VRNDXSwE9\\\":\\\"background\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"66\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (43db255)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,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/fFKqC4MzdAW0axk7eTqZ/NiNxquTYiUabucOIfy3l/NMzSZBKI3.js\";import Badge from\"https://framerusercontent.com/modules/bmDaCu98UOOpa3T469Eo/SNHtmVJvvGOCp57EXapL/uTnmg44b1.js\";const BadgeFonts=getFonts(Badge);const enabledGestures={hpx8QX7y4:{hover:true},qZMGAGPE0:{hover:true},symjmldSc:{hover:true},UkUfAzkeL:{hover:true}};const cycleOrder=[\"symjmldSc\",\"qZMGAGPE0\",\"M28i9A74g\",\"pvwC0M2D3\",\"UkUfAzkeL\",\"hpx8QX7y4\"];const serializationHash=\"framer-uDf1G\";const variantClassNames={hpx8QX7y4:\"framer-v-5g0mc4\",M28i9A74g:\"framer-v-1jgt2kj\",pvwC0M2D3:\"framer-v-9e86c9\",qZMGAGPE0:\"framer-v-1j7jq13\",symjmldSc:\"framer-v-hecye6\",UkUfAzkeL:\"framer-v-118ix00\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Ghost / Submenu opened \":\"M28i9A74g\",\"Ghost / Tab Selected\":\"pvwC0M2D3\",Blue:\"hpx8QX7y4\",Ghost:\"qZMGAGPE0\",Orange:\"UkUfAzkeL\",White:\"symjmldSc\"};const getProps=({badge,badgeColor,badgeText,click,height,hover,id,link,newTab,text,width,...props})=>{return{...props,Kr62I1Ee9:link??props.Kr62I1Ee9,Mv16WKTEe:text??props.Mv16WKTEe??\"Button\",NctncU19N:badgeColor??props.NctncU19N??\"var(--token-302b6139-62bf-4a65-a11c-00b7552c4831, rgb(255, 61, 63))\",r9wjJW8ZN:badge??props.r9wjJW8ZN,s4QYqX_Ju:click??props.s4QYqX_Ju,UU0IU6Qs2:hover??props.UU0IU6Qs2,variant:humanReadableVariantMap[props.variant]??props.variant??\"symjmldSc\",XiCzUhcM5:newTab??props.XiCzUhcM5,xkpUt4F21:badgeText??props.xkpUt4F21??\"New\"};};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,Mv16WKTEe,Kr62I1Ee9,XiCzUhcM5,s4QYqX_Ju,UU0IU6Qs2,r9wjJW8ZN,xkpUt4F21,NctncU19N,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"symjmldSc\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1nzcs7l=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(s4QYqX_Ju){const res=await s4QYqX_Ju(...args);if(res===false)return false;}});const onMouseEnter1jzoo8f=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(UU0IU6Qs2){const res=await UU0IU6Qs2(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];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:Kr62I1Ee9,motionChild:true,nodeId:\"symjmldSc\",openInNewTab:XiCzUhcM5,scopeId:\"F5glnIxIK\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-hecye6\",className,classNames)} framer-33mo6g`,\"data-framer-name\":\"White\",layoutDependency:layoutDependency,layoutId:\"symjmldSc\",ref:refBinding,style:{backgroundColor:\"var(--token-c231b950-0423-4991-bb61-2e0a15fbd93a, rgba(245, 245, 245, 0.96))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,opacity:1,...style},variants:{\"hpx8QX7y4-hover\":{backgroundColor:\"var(--token-69c5f437-6168-453d-8398-8502b90bce3d, rgb(35, 25, 120))\",opacity:1},\"qZMGAGPE0-hover\":{backgroundColor:\"var(--token-2f5d29fd-9b2e-4406-a57e-bbcd091506f5, rgba(255, 255, 255, 0.06))\",opacity:1},\"symjmldSc-hover\":{backgroundColor:\"var(--token-2f5d29fd-9b2e-4406-a57e-bbcd091506f5, rgba(245, 245, 245, 0.06))\",opacity:.8},\"UkUfAzkeL-hover\":{backgroundColor:\"var(--token-b5e49964-bf57-4389-8d97-5913008b6ebd, rgba(255, 140, 60, 0.1))\",opacity:1},hpx8QX7y4:{backgroundColor:\"var(--token-c7f6fa16-4751-434c-8db4-dcd6e2e559b1, rgb(70, 50, 240))\"},M28i9A74g:{backgroundColor:\"var(--token-2f5d29fd-9b2e-4406-a57e-bbcd091506f5, rgba(255, 255, 255, 0.06))\"},pvwC0M2D3:{backgroundColor:\"var(--token-109540b9-43b2-4d28-ac01-ae24940efc99, rgba(255, 255, 255, 0.24))\"},qZMGAGPE0:{backgroundColor:\"rgba(0, 0, 0, 0)\"},UkUfAzkeL:{backgroundColor:\"var(--token-2d0a1fe9-66b7-4e55-9ef6-2872c40c6330, rgb(255, 140, 60))\"}},...addPropertyOverrides({\"hpx8QX7y4-hover\":{\"data-framer-name\":undefined},\"qZMGAGPE0-hover\":{\"data-framer-name\":undefined},\"symjmldSc-hover\":{\"data-framer-name\":undefined},\"UkUfAzkeL-hover\":{\"data-framer-name\":undefined},hpx8QX7y4:{\"data-framer-name\":\"Blue\"},M28i9A74g:{\"data-framer-name\":\"Ghost / Submenu opened \",\"data-highlight\":true,onMouseEnter:onMouseEnter1jzoo8f,onTap:onTap1nzcs7l},pvwC0M2D3:{\"data-framer-name\":\"Ghost / Tab Selected\",\"data-highlight\":true,onMouseEnter:onMouseEnter1jzoo8f,onTap:onTap1nzcs7l},qZMGAGPE0:{\"data-framer-name\":\"Ghost\",\"data-highlight\":true,onMouseEnter:onMouseEnter1jzoo8f,onTap:onTap1nzcs7l},UkUfAzkeL:{\"data-framer-name\":\"Orange\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ib9ynh\",\"data-styles-preset\":\"NMzSZBKI3\",children:\"Button\"})}),className:\"framer-h2rsyl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ESG37723E\",text:Mv16WKTEe,variants:{\"symjmldSc-hover\":{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245))\"},\"UkUfAzkeL-hover\":{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245))\"},hpx8QX7y4:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245))\"},M28i9A74g:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255))\"},pvwC0M2D3:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255))\"},qZMGAGPE0:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255))\"},UkUfAzkeL:{\"--extracted-r6o4lv\":\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"symjmldSc-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ib9ynh\",\"data-styles-preset\":\"NMzSZBKI3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245)))\"},children:\"Button\"})})},\"UkUfAzkeL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ib9ynh\",\"data-styles-preset\":\"NMzSZBKI3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245)))\"},children:\"Button\"})})},hpx8QX7y4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ib9ynh\",\"data-styles-preset\":\"NMzSZBKI3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245)))\"},children:\"Button\"})})},M28i9A74g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ib9ynh\",\"data-styles-preset\":\"NMzSZBKI3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255)))\"},children:\"Button\"})})},pvwC0M2D3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ib9ynh\",\"data-styles-preset\":\"NMzSZBKI3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255)))\"},children:\"Button\"})})},qZMGAGPE0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ib9ynh\",\"data-styles-preset\":\"NMzSZBKI3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255)))\"},children:\"Button\"})})},UkUfAzkeL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ib9ynh\",\"data-styles-preset\":\"NMzSZBKI3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)}),r9wjJW8ZN&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(0+((componentViewport?.height||48)-0-24)/2),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xvp7c3-container\",layoutDependency:layoutDependency,layoutId:\"B1Njnq32L-container\",nodeId:\"B1Njnq32L\",rendersWithMotion:true,scopeId:\"F5glnIxIK\",children:/*#__PURE__*/_jsx(Badge,{height:\"100%\",id:\"B1Njnq32L\",layoutId:\"B1Njnq32L\",style:{height:\"100%\"},VRNDXSwE9:NctncU19N,width:\"100%\",X7BXT0DN4:xkpUt4F21,yF8Wiw9dW:\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 14, 17, 0.72))\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uDf1G.framer-33mo6g, .framer-uDf1G .framer-33mo6g { display: block; }\",\".framer-uDf1G.framer-hecye6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 48px; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-uDf1G .framer-h2rsyl { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-uDf1G .framer-1xvp7c3-container { flex: none; height: 24px; position: relative; width: auto; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 92\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"qZMGAGPE0\":{\"layout\":[\"auto\",\"fixed\"]},\"M28i9A74g\":{\"layout\":[\"auto\",\"fixed\"]},\"pvwC0M2D3\":{\"layout\":[\"auto\",\"fixed\"]},\"UkUfAzkeL\":{\"layout\":[\"auto\",\"fixed\"]},\"hpx8QX7y4\":{\"layout\":[\"auto\",\"fixed\"]},\"l3rmGUPqC\":{\"layout\":[\"auto\",\"fixed\"]},\"GlBOdVsN5\":{\"layout\":[\"auto\",\"fixed\"]},\"f0tfcjo_v\":{\"layout\":[\"auto\",\"fixed\"]},\"bpazQWOvM\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Mv16WKTEe\":\"text\",\"Kr62I1Ee9\":\"link\",\"XiCzUhcM5\":\"newTab\",\"s4QYqX_Ju\":\"click\",\"UU0IU6Qs2\":\"hover\",\"r9wjJW8ZN\":\"badge\",\"xkpUt4F21\":\"badgeText\",\"NctncU19N\":\"badgeColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerF5glnIxIK=withCSS(Component,css,\"framer-uDf1G\");export default FramerF5glnIxIK;FramerF5glnIxIK.displayName=\"Buttons / Medium\";FramerF5glnIxIK.defaultProps={height:48,width:92};addPropertyControls(FramerF5glnIxIK,{variant:{options:[\"symjmldSc\",\"qZMGAGPE0\",\"M28i9A74g\",\"pvwC0M2D3\",\"UkUfAzkeL\",\"hpx8QX7y4\"],optionTitles:[\"White\",\"Ghost\",\"Ghost / Submenu opened \",\"Ghost / Tab Selected\",\"Orange\",\"Blue\"],title:\"Variant\",type:ControlType.Enum},Mv16WKTEe:{defaultValue:\"Button\",displayTextArea:false,placeholder:\"Text\",title:\"Text\",type:ControlType.String},Kr62I1Ee9:{title:\"Link\",type:ControlType.Link},XiCzUhcM5:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},s4QYqX_Ju:{title:\"Click\",type:ControlType.EventHandler},UU0IU6Qs2:{title:\"Hover\",type:ControlType.EventHandler},r9wjJW8ZN:{defaultValue:false,title:\"Badge\",type:ControlType.Boolean},xkpUt4F21:{defaultValue:\"New\",displayTextArea:false,placeholder:\"Badge text\",title:\"Badge text\",type:ControlType.String},NctncU19N:{defaultValue:'var(--token-302b6139-62bf-4a65-a11c-00b7552c4831, rgb(255, 61, 63)) /* {\"name\":\"Attention 100\"} */',title:\"Badge color\",type:ControlType.Color}});addFonts(FramerF5glnIxIK,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...BadgeFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF5glnIxIK\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"92\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"qZMGAGPE0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"M28i9A74g\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"pvwC0M2D3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UkUfAzkeL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"hpx8QX7y4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"l3rmGUPqC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"GlBOdVsN5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"f0tfcjo_v\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"bpazQWOvM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Mv16WKTEe\\\":\\\"text\\\",\\\"Kr62I1Ee9\\\":\\\"link\\\",\\\"XiCzUhcM5\\\":\\\"newTab\\\",\\\"s4QYqX_Ju\\\":\\\"click\\\",\\\"UU0IU6Qs2\\\":\\\"hover\\\",\\\"r9wjJW8ZN\\\":\\\"badge\\\",\\\"xkpUt4F21\\\":\\\"badgeText\\\",\\\"NctncU19N\\\":\\\"badgeColor\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./F5glnIxIK.map", "// Generated by Framer (629c622)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"DZvrXa0YP\",\"PtC9xn04T\"];const serializationHash=\"framer-G1ZdW\";const variantClassNames={DZvrXa0YP:\"framer-v-1jtqse8\",PtC9xn04T:\"framer-v-qypyap\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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\":\"DZvrXa0YP\",\"Variant 2\":\"PtC9xn04T\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"DZvrXa0YP\"};};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:\"DZvrXa0YP\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1jtqse8\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"DZvrXa0YP\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"inset 0px 0.5px 0px 0px var(--token-2c81481e-38cd-4c47-96da-a9e57d1ddd77, rgba(255, 255, 255, 0.16))\",...style},variants:{PtC9xn04T:{backgroundColor:\"var(--token-570b2f2b-e7a3-4440-a1b5-6d52ceddedc1, rgb(14, 15, 17))\",boxShadow:\"inset 0px 0.5px 0px 0px var(--token-05ef185e-4a65-4b7f-aecb-3ad4381563cf, rgba(14, 15, 17, 0.48))\"}},...addPropertyOverrides({PtC9xn04T:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-G1ZdW.framer-uzji1d, .framer-G1ZdW .framer-uzji1d { display: block; }\",\".framer-G1ZdW.framer-1jtqse8 { height: 1px; overflow: hidden; position: relative; width: 960px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1\n * @framerIntrinsicWidth 960\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"PtC9xn04T\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerFeZ5AYXoK=withCSS(Component,css,\"framer-G1ZdW\");export default FramerFeZ5AYXoK;FramerFeZ5AYXoK.displayName=\"Divider\";FramerFeZ5AYXoK.defaultProps={height:1,width:960};addPropertyControls(FramerFeZ5AYXoK,{variant:{options:[\"DZvrXa0YP\",\"PtC9xn04T\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerFeZ5AYXoK,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFeZ5AYXoK\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PtC9xn04T\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"960\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FeZ5AYXoK.map", "// Generated by Framer (5da54f8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Roobert Light\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Roobert Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/0FQlziTuugtUBLnG6l1V4XMNJA.woff2\"}]}];export const css=[\".framer-qTXQ0 .framer-styles-preset-oh30q:not(.rich-text-wrapper), .framer-qTXQ0 .framer-styles-preset-oh30q.rich-text-wrapper p { --framer-font-family: \\\"Roobert Light\\\", \\\"Roobert Light Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(255, 255, 255, 0.8)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1299px) and (min-width: 1024px) { .framer-qTXQ0 .framer-styles-preset-oh30q:not(.rich-text-wrapper), .framer-qTXQ0 .framer-styles-preset-oh30q.rich-text-wrapper p { --framer-font-family: \\\"Roobert Light\\\", \\\"Roobert Light Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(255, 255, 255, 0.8)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 1023px) and (min-width: 0px) { .framer-qTXQ0 .framer-styles-preset-oh30q:not(.rich-text-wrapper), .framer-qTXQ0 .framer-styles-preset-oh30q.rich-text-wrapper p { --framer-font-family: \\\"Roobert Light\\\", \\\"Roobert Light Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(255, 255, 255, 0.8)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-qTXQ0\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5da54f8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Roobert Light\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Roobert Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/0FQlziTuugtUBLnG6l1V4XMNJA.woff2\"}]}];export const css=[\".framer-rOU4B .framer-styles-preset-14qgaa:not(.rich-text-wrapper), .framer-rOU4B .framer-styles-preset-14qgaa.rich-text-wrapper p { --framer-font-family: \\\"Roobert Light\\\", \\\"Roobert Light Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss01' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(255, 255, 255, 0.8)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1299px) and (min-width: 1024px) { .framer-rOU4B .framer-styles-preset-14qgaa:not(.rich-text-wrapper), .framer-rOU4B .framer-styles-preset-14qgaa.rich-text-wrapper p { --framer-font-family: \\\"Roobert Light\\\", \\\"Roobert Light Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss01' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(255, 255, 255, 0.8)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 1023px) and (min-width: 0px) { .framer-rOU4B .framer-styles-preset-14qgaa:not(.rich-text-wrapper), .framer-rOU4B .framer-styles-preset-14qgaa.rich-text-wrapper p { --framer-font-family: \\\"Roobert Light\\\", \\\"Roobert Light Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss01' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(255, 255, 255, 0.8)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-rOU4B\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (629c622)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Roobert Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Roobert Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/nywHEob1fHM3CWSk3p5qW2DdzI.woff2\"}]}];export const css=[\".framer-KmMy5 .framer-styles-preset-1m4ixur:not(.rich-text-wrapper), .framer-KmMy5 .framer-styles-preset-1m4ixur.rich-text-wrapper p { --framer-font-family: \\\"Roobert Regular\\\", \\\"Roobert Regular Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-2d0a1fe9-66b7-4e55-9ef6-2872c40c6330, #ff8c3c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\"];export const className=\"framer-KmMy5\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (03f754e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Roobert Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Roobert Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/nywHEob1fHM3CWSk3p5qW2DdzI.woff2\"}]}];export const css=[\".framer-rn0Zk .framer-styles-preset-q24rb7:not(.rich-text-wrapper), .framer-rn0Zk .framer-styles-preset-q24rb7.rich-text-wrapper p { --framer-font-family: \\\"Roobert Regular\\\", \\\"Roobert Regular Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-570b2f2b-e7a3-4440-a1b5-6d52ceddedc1, #0e0e11); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1299px) and (min-width: 0px) { .framer-rn0Zk .framer-styles-preset-q24rb7:not(.rich-text-wrapper), .framer-rn0Zk .framer-styles-preset-q24rb7.rich-text-wrapper p { --framer-font-family: \\\"Roobert Regular\\\", \\\"Roobert Regular Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-570b2f2b-e7a3-4440-a1b5-6d52ceddedc1, #0e0e11); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-rn0Zk\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (43db255)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ke4fRpUe5xi6klMms0DJ/uzjSPUAxZgKWzQje1tk3/pk8lPPjRw.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/eIOJOTKrtfujblx3yvEQ/TywbSDAXIivZ5RoYZjT6/Y8SHm4yWC.js\";const enabledGestures={aOF_cTlhH:{hover:true},bv24QUIoi:{hover:true},jAg97yBgG:{hover:true},LhXHNFL3H:{hover:true},LO7KZSQ24:{hover:true}};const cycleOrder=[\"LO7KZSQ24\",\"LhXHNFL3H\",\"jAg97yBgG\",\"bv24QUIoi\",\"aOF_cTlhH\"];const serializationHash=\"framer-u25VA\";const variantClassNames={aOF_cTlhH:\"framer-v-ng3lyg\",bv24QUIoi:\"framer-v-1qxpz6r\",jAg97yBgG:\"framer-v-1sqj9mw\",LhXHNFL3H:\"framer-v-gar4ce\",LO7KZSQ24:\"framer-v-1wi8w7f\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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={\"Big Accent - Blue\":\"aOF_cTlhH\",\"Big Accent - Orange\":\"bv24QUIoi\",\"Big Accent\":\"jAg97yBgG\",Ghost:\"LhXHNFL3H\",White:\"LO7KZSQ24\"};const getProps=({height,id,link,text,width,...props})=>{return{...props,Mv16WKTEe:text??props.Mv16WKTEe??\"Button\",variant:humanReadableVariantMap[props.variant]??props.variant??\"LO7KZSQ24\",zzdhFKk9U:link??props.zzdhFKk9U};};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,Mv16WKTEe,zzdhFKk9U,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LO7KZSQ24\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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:zzdhFKk9U,motionChild:true,nodeId:\"LO7KZSQ24\",openInNewTab:false,scopeId:\"KBxwZ1gtY\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1wi8w7f\",className,classNames)} framer-uh9m92`,\"data-framer-name\":\"White\",layoutDependency:layoutDependency,layoutId:\"LO7KZSQ24\",ref:refBinding,style:{backgroundColor:\"var(--token-c231b950-0423-4991-bb61-2e0a15fbd93a, rgba(245, 245, 245, 0.96))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,filter:\"blur(0px)\",WebkitFilter:\"blur(0px)\",...style},variants:{\"aOF_cTlhH-hover\":{backgroundColor:\"var(--token-69c5f437-6168-453d-8398-8502b90bce3d, rgb(35, 25, 120))\"},\"bv24QUIoi-hover\":{backgroundColor:\"var(--token-b5e49964-bf57-4389-8d97-5913008b6ebd, rgba(255, 140, 60, 0.1))\"},\"jAg97yBgG-hover\":{backgroundColor:\"rgba(70, 50, 240, 0.1)\"},\"LhXHNFL3H-hover\":{backgroundColor:\"var(--token-2f5d29fd-9b2e-4406-a57e-bbcd091506f5, rgba(255, 255, 255, 0.06))\"},\"LO7KZSQ24-hover\":{backgroundColor:\"var(--token-2f5d29fd-9b2e-4406-a57e-bbcd091506f5, rgba(245, 245, 245, 0.06))\"},aOF_cTlhH:{backgroundColor:\"var(--token-c7f6fa16-4751-434c-8db4-dcd6e2e559b1, rgb(70, 50, 240))\"},bv24QUIoi:{backgroundColor:\"var(--token-2d0a1fe9-66b7-4e55-9ef6-2872c40c6330, rgb(255, 140, 60))\"},jAg97yBgG:{backgroundColor:\"var(--token-2f5d29fd-9b2e-4406-a57e-bbcd091506f5, rgba(245, 245, 245, 0.06))\"},LhXHNFL3H:{backgroundColor:\"rgba(245, 245, 245, 0.02)\"}},...addPropertyOverrides({\"aOF_cTlhH-hover\":{\"data-framer-name\":undefined},\"bv24QUIoi-hover\":{\"data-framer-name\":undefined},\"jAg97yBgG-hover\":{\"data-framer-name\":undefined},\"LhXHNFL3H-hover\":{\"data-framer-name\":undefined},\"LO7KZSQ24-hover\":{\"data-framer-name\":undefined},aOF_cTlhH:{\"data-framer-name\":\"Big Accent - Blue\"},bv24QUIoi:{\"data-framer-name\":\"Big Accent - Orange\"},jAg97yBgG:{\"data-framer-name\":\"Big Accent\"},LhXHNFL3H:{\"data-framer-name\":\"Ghost\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-q24rb7\",\"data-styles-preset\":\"Y8SHm4yWC\",children:\"Button\"})}),className:\"framer-ekgsen\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NQ7jzmjSP\",text:Mv16WKTEe,variants:{\"bv24QUIoi-hover\":{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245))\"},\"jAg97yBgG-hover\":{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245))\"},\"LO7KZSQ24-hover\":{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245))\"},aOF_cTlhH:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245))\"},bv24QUIoi:{\"--extracted-r6o4lv\":\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8))\"},jAg97yBgG:{\"--extracted-r6o4lv\":\"var(--token-2d4f4981-cce0-4107-b789-88a83551ddd3, rgb(90, 107, 255))\"},LhXHNFL3H:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bv24QUIoi-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1m4ixur\",\"data-styles-preset\":\"pk8lPPjRw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245)))\"},children:\"Button\"})})},\"jAg97yBgG-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1m4ixur\",\"data-styles-preset\":\"pk8lPPjRw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245)))\"},children:\"Button\"})})},\"LO7KZSQ24-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-q24rb7\",\"data-styles-preset\":\"Y8SHm4yWC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245)))\"},children:\"Button\"})})},aOF_cTlhH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1m4ixur\",\"data-styles-preset\":\"pk8lPPjRw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245)))\"},children:\"Button\"})})},bv24QUIoi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1m4ixur\",\"data-styles-preset\":\"pk8lPPjRw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8)))\"},children:\"Button\"})})},jAg97yBgG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1m4ixur\",\"data-styles-preset\":\"pk8lPPjRw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d4f4981-cce0-4107-b789-88a83551ddd3, rgb(90, 107, 255)))\"},children:\"Button\"})})},LhXHNFL3H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-q24rb7\",\"data-styles-preset\":\"Y8SHm4yWC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-u25VA.framer-uh9m92, .framer-u25VA .framer-uh9m92 { display: block; }\",\".framer-u25VA.framer-1wi8w7f { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 54px; justify-content: center; overflow: visible; padding: 0px 24px 0px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-u25VA .framer-ekgsen { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 107\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"LhXHNFL3H\":{\"layout\":[\"auto\",\"fixed\"]},\"jAg97yBgG\":{\"layout\":[\"auto\",\"fixed\"]},\"bv24QUIoi\":{\"layout\":[\"auto\",\"fixed\"]},\"aOF_cTlhH\":{\"layout\":[\"auto\",\"fixed\"]},\"tAI3MFzZP\":{\"layout\":[\"auto\",\"fixed\"]},\"V1a0sM9qb\":{\"layout\":[\"auto\",\"fixed\"]},\"P7TonwgUD\":{\"layout\":[\"auto\",\"fixed\"]},\"sbz5QxzmE\":{\"layout\":[\"auto\",\"fixed\"]},\"M0LZi2maj\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Mv16WKTEe\":\"text\",\"zzdhFKk9U\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerKBxwZ1gtY=withCSS(Component,css,\"framer-u25VA\");export default FramerKBxwZ1gtY;FramerKBxwZ1gtY.displayName=\"Buttons / Big\";FramerKBxwZ1gtY.defaultProps={height:54,width:107};addPropertyControls(FramerKBxwZ1gtY,{variant:{options:[\"LO7KZSQ24\",\"LhXHNFL3H\",\"jAg97yBgG\",\"bv24QUIoi\",\"aOF_cTlhH\"],optionTitles:[\"White\",\"Ghost\",\"Big Accent\",\"Big Accent - Orange\",\"Big Accent - Blue\"],title:\"Variant\",type:ControlType.Enum},Mv16WKTEe:{defaultValue:\"Button\",displayTextArea:false,placeholder:\"Text\",title:\"Text\",type:ControlType.String},zzdhFKk9U:{title:\"Link\",type:ControlType.Link}});addFonts(FramerKBxwZ1gtY,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKBxwZ1gtY\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"107\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Mv16WKTEe\\\":\\\"text\\\",\\\"zzdhFKk9U\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"54\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"LhXHNFL3H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"jAg97yBgG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"bv24QUIoi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"aOF_cTlhH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"tAI3MFzZP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"V1a0sM9qb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"P7TonwgUD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"sbz5QxzmE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"M0LZi2maj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KBxwZ1gtY.map", "// Generated by Framer (629c622)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-ZHWbd .framer-styles-preset-1eahpii:not(.rich-text-wrapper), .framer-ZHWbd .framer-styles-preset-1eahpii.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-afca69a8-e426-431f-98e7-ffc871bb638d, rgba(245, 245, 245, 0.48)); --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; transition: color 0.4s cubic-bezier(0.12, 0.23, 0.5, 1) 0s; }\"];export const className=\"framer-ZHWbd\";\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 (6d96db3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/2JnzJBkRe8QBbo3OHWBi/SxjeoHYzINk9CWvDXHxP/FwmuxBMQR.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/h151IKBc9GKC6HWguvpT/ynFwalTAiKpLfSwNQz64/pWnECMXPj.js\";import Divider from\"https://framerusercontent.com/modules/fPvgORH1U61q7mgAtrLv/mXPrYldMJ6qQzKJLgekj/FeZ5AYXoK.js\";const DividerFonts=getFonts(Divider);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"wXiuOqYPn\",\"ZYBguBCG5\"];const serializationHash=\"framer-hOorK\";const variantClassNames={wXiuOqYPn:\"framer-v-amwl45\",ZYBguBCG5:\"framer-v-1t30zup\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:80,delay:.2,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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={\"MOT Variant\":\"ZYBguBCG5\",Menu:\"wXiuOqYPn\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"wXiuOqYPn\"};};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:\"wXiuOqYPn\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-amwl45\",className,classNames),\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"wXiuOqYPn\",ref:refBinding,style:{...style},...addPropertyOverrides({ZYBguBCG5:{\"data-framer-name\":\"MOT Variant\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-5u7l02\",\"data-framer-appear-id\":\"5u7l02\",\"data-framer-name\":\"Main\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"xIVekztj4\",optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+(((componentViewport?.height||882)-324-1710)/2+0+0)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2f1cp0-container\",layoutDependency:layoutDependency,layoutId:\"U8OQHhXFj-container\",nodeId:\"U8OQHhXFj\",rendersWithMotion:true,scopeId:\"zkzDy2SkZ\",children:/*#__PURE__*/_jsx(Divider,{height:\"100%\",id:\"U8OQHhXFj\",layoutId:\"U8OQHhXFj\",style:{height:\"100%\",width:\"100%\"},variant:\"DZvrXa0YP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert Regular\", \"Roobert Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Z7s0mVtRR\"},motionChild:true,nodeId:\"jDFEhyQdR\",openInNewTab:false,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Home\"})})})}),className:\"framer-qu71s8\",\"data-framer-name\":\"Homepage\",fonts:[\"CUSTOM;Roobert Regular\"],layoutDependency:layoutDependency,layoutId:\"jDFEhyQdR\",style:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZYBguBCG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert Regular\", \"Roobert Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"A5ghBcX50\"},motionChild:true,nodeId:\"jDFEhyQdR\",openInNewTab:false,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Home\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+(((componentViewport?.height||882)-324-1710)/2+0+0)+0+177,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-173x3tn-container\",layoutDependency:layoutDependency,layoutId:\"nqFt6UNqK-container\",nodeId:\"nqFt6UNqK\",rendersWithMotion:true,scopeId:\"zkzDy2SkZ\",children:/*#__PURE__*/_jsx(Divider,{height:\"100%\",id:\"nqFt6UNqK\",layoutId:\"nqFt6UNqK\",style:{height:\"100%\",width:\"100%\"},variant:\"DZvrXa0YP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert Regular\", \"Roobert Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aMsBLPU9g\"},motionChild:true,nodeId:\"Teld0HfKc\",openInNewTab:false,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"P\"})}),\"rocess\"]})}),className:\"framer-l3n2z9\",fonts:[\"CUSTOM;Roobert Regular\"],layoutDependency:layoutDependency,layoutId:\"Teld0HfKc\",style:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZYBguBCG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert Regular\", \"Roobert Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sLq8fPUWf\"},motionChild:true,nodeId:\"Teld0HfKc\",openInNewTab:false,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Brand MOT\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+(((componentViewport?.height||882)-324-1710)/2+0+0)+0+354,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rks6bx-container\",layoutDependency:layoutDependency,layoutId:\"ZtkhDzkFw-container\",nodeId:\"ZtkhDzkFw\",rendersWithMotion:true,scopeId:\"zkzDy2SkZ\",children:/*#__PURE__*/_jsx(Divider,{height:\"100%\",id:\"ZtkhDzkFw\",layoutId:\"ZtkhDzkFw\",style:{height:\"100%\",width:\"100%\"},variant:\"DZvrXa0YP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert Regular\", \"Roobert Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cDbD8vOLz\"},motionChild:true,nodeId:\"mDws2wE2u\",openInNewTab:false,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Powerhouse\"})})})}),className:\"framer-1q1nwz7\",fonts:[\"CUSTOM;Roobert Regular\"],layoutDependency:layoutDependency,layoutId:\"mDws2wE2u\",style:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(245, 245, 245))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+(((componentViewport?.height||882)-324-1710)/2+0+0)+0+531,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hs4pnh-container\",layoutDependency:layoutDependency,layoutId:\"GNzJ_IrWx-container\",nodeId:\"GNzJ_IrWx\",rendersWithMotion:true,scopeId:\"zkzDy2SkZ\",children:/*#__PURE__*/_jsx(Divider,{height:\"100%\",id:\"GNzJ_IrWx\",layoutId:\"GNzJ_IrWx\",style:{height:\"100%\",width:\"100%\"},variant:\"DZvrXa0YP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert Regular\", \"Roobert Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IfRxmqECe\"},motionChild:true,nodeId:\"FuxEfrC1V\",openInNewTab:false,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"About\"})})})}),className:\"framer-1n710d8\",fonts:[\"CUSTOM;Roobert Regular\"],layoutDependency:layoutDependency,layoutId:\"FuxEfrC1V\",style:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+(((componentViewport?.height||882)-324-1710)/2+0+0)+0+708,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10jmw1k-container\",layoutDependency:layoutDependency,layoutId:\"RVAfMPoyv-container\",nodeId:\"RVAfMPoyv\",rendersWithMotion:true,scopeId:\"zkzDy2SkZ\",children:/*#__PURE__*/_jsx(Divider,{height:\"100%\",id:\"RVAfMPoyv\",layoutId:\"RVAfMPoyv\",style:{height:\"100%\",width:\"100%\"},variant:\"DZvrXa0YP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert Regular\", \"Roobert Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SfANFKzD6\"},motionChild:true,nodeId:\"Fig1wjwks\",openInNewTab:false,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Insights\"})})})}),className:\"framer-ipdj3v\",fonts:[\"CUSTOM;Roobert Regular\"],layoutDependency:layoutDependency,layoutId:\"Fig1wjwks\",style:{\"--extracted-r6o4lv\":\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+(((componentViewport?.height||882)-324-1710)/2+0+0)+0+885,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7xcb5l-container\",layoutDependency:layoutDependency,layoutId:\"JsTiGXlzZ-container\",nodeId:\"JsTiGXlzZ\",rendersWithMotion:true,scopeId:\"zkzDy2SkZ\",children:/*#__PURE__*/_jsx(Divider,{height:\"100%\",id:\"JsTiGXlzZ\",layoutId:\"JsTiGXlzZ\",style:{height:\"100%\",width:\"100%\"},variant:\"DZvrXa0YP\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6g9e8l\",layoutDependency:layoutDependency,layoutId:\"W8M1Smezt\",children:[/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1uar6kw\",\"data-framer-appear-id\":\"1uar6kw\",\"data-framer-name\":\"Legal\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"Ro8lNxMk6\",optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{oNC7XILjD:\"terms\"},unresolvedPathSlugs:{oNC7XILjD:{collectionId:\"kB5JQlUFw\",collectionItemId:\"zzwT7Ecnc\"}},webPageId:\"ZFYIZTF16\"},motionChild:true,nodeId:\"NDAVIMrI3\",openInNewTab:false,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Terms\"})})})}),className:\"framer-1gryoek\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NDAVIMrI3\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{oNC7XILjD:\"privacy\"},unresolvedPathSlugs:{oNC7XILjD:{collectionId:\"kB5JQlUFw\",collectionItemId:\"QptZngUYr\"}},webPageId:\"ZFYIZTF16\"},motionChild:true,nodeId:\"GhospZ4ri\",openInNewTab:false,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Privacy\"})})})}),className:\"framer-nt7svh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GhospZ4ri\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{oNC7XILjD:\"cookie\"},unresolvedPathSlugs:{oNC7XILjD:{collectionId:\"kB5JQlUFw\",collectionItemId:\"Mv9sL_bVl\"}},webPageId:\"ZFYIZTF16\"},motionChild:true,nodeId:\"gDYj0YbBJ\",openInNewTab:false,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Cookies\"})})})}),className:\"framer-1u84vvk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gDYj0YbBJ\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1q3t2kn\",\"data-framer-appear-id\":\"1q3t2kn\",\"data-framer-name\":\"Social\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"z286DCaSj\",optimized:true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cuvcz5\",layoutDependency:layoutDependency,layoutId:\"Q8T0Qqa6p\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(((componentViewport?.height||882)-324-1710)/2+886+0)+0+412+36+0+48),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/wCK0Nufb9LFEs1WgdvsNjHW2U2E.svg\"},className:\"framer-4wp0ka\",layoutDependency:layoutDependency,layoutId:\"b1qi2Qel_\",style:{opacity:.48}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(245, 245, 245, 0.8)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/iaelestherbrener\",motionChild:true,nodeId:\"LiemiG50w\",openInNewTab:true,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"LinkedIn\"})})})}),className:\"framer-1e82ooh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LiemiG50w\",style:{\"--extracted-r6o4lv\":\"var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(245, 245, 245, 0.8))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n6714z\",layoutDependency:layoutDependency,layoutId:\"tuKTjYctt\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(((componentViewport?.height||882)-324-1710)/2+886+0)+0+412+36+128+48),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/K69rMe45hZeXQqrLAb77Xm8YuU.svg\"},className:\"framer-qdnn1k\",layoutDependency:layoutDependency,layoutId:\"XdrVi_JXu\",style:{opacity:.48}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(245, 245, 245, 0.8)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/singularity_uk\",motionChild:true,nodeId:\"dQPUM6vWM\",openInNewTab:true,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Instagram\"})})})}),className:\"framer-1qe4qlo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dQPUM6vWM\",style:{\"--extracted-r6o4lv\":\"var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(245, 245, 245, 0.8))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c69hl6\",layoutDependency:layoutDependency,layoutId:\"k646fM0Ge\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(((componentViewport?.height||882)-324-1710)/2+886+0)+0+412+36+256+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/PiMxZCvbT6hUTwZQWhed5kCzxAc.svg\"},className:\"framer-1fo20s\",layoutDependency:layoutDependency,layoutId:\"PxmXFtKbH\",style:{opacity:.48}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(245, 245, 245, 0.8)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.threads.net/@singularity_uk\",motionChild:true,nodeId:\"WW9JUT08m\",openInNewTab:true,relValues:[],scopeId:\"zkzDy2SkZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Threads\"})})})}),className:\"framer-6hk6ya\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WW9JUT08m\",style:{\"--extracted-r6o4lv\":\"var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(245, 245, 245, 0.8))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hOorK.framer-yev4ph, .framer-hOorK .framer-yev4ph { display: block; }\",\".framer-hOorK.framer-amwl45 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: hidden; padding: 24px 24px 300px 24px; position: relative; width: 400px; }\",\".framer-hOorK .framer-5u7l02 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hOorK .framer-2f1cp0-container, .framer-hOorK .framer-173x3tn-container, .framer-hOorK .framer-rks6bx-container, .framer-hOorK .framer-hs4pnh-container, .framer-hOorK .framer-10jmw1k-container, .framer-hOorK .framer-7xcb5l-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-hOorK .framer-qu71s8, .framer-hOorK .framer-l3n2z9, .framer-hOorK .framer-1q1nwz7, .framer-hOorK .framer-1n710d8, .framer-hOorK .framer-ipdj3v, .framer-hOorK .framer-1gryoek, .framer-hOorK .framer-nt7svh, .framer-hOorK .framer-1u84vvk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-hOorK .framer-6g9e8l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hOorK .framer-1uar6kw, .framer-hOorK .framer-1q3t2kn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 36px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-hOorK .framer-1cuvcz5, .framer-hOorK .framer-n6714z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hOorK .framer-4wp0ka, .framer-hOorK .framer-qdnn1k, .framer-hOorK .framer-1fo20s { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-hOorK .framer-1e82ooh, .framer-hOorK .framer-1qe4qlo, .framer-hOorK .framer-6hk6ya { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-hOorK .framer-c69hl6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 882\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]},\"ZYBguBCG5\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerzkzDy2SkZ=withCSS(Component,css,\"framer-hOorK\");export default FramerzkzDy2SkZ;FramerzkzDy2SkZ.displayName=\"Navigation / Menu: Phone\";FramerzkzDy2SkZ.defaultProps={height:882,width:400};addPropertyControls(FramerzkzDy2SkZ,{variant:{options:[\"wXiuOqYPn\",\"ZYBguBCG5\"],optionTitles:[\"Menu\",\"MOT Variant\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerzkzDy2SkZ,[{explicitInter:true,fonts:[{family:\"Roobert Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/nywHEob1fHM3CWSk3p5qW2DdzI.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...DividerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzkzDy2SkZ\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"ZYBguBCG5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"882\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zkzDy2SkZ.map", "// Generated by Framer (629c622)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,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=[\"HisUdmQ9F\",\"EyQ28nQyS\"];const serializationHash=\"framer-G4RCU\";const variantClassNames={EyQ28nQyS:\"framer-v-l2g0yc\",HisUdmQ9F:\"framer-v-x4itgw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Close:\"EyQ28nQyS\",Open:\"HisUdmQ9F\"};const getProps=({click2,height,id,width,...props})=>{return{...props,aVk4uQdAZ:click2??props.aVk4uQdAZ,variant:humanReadableVariantMap[props.variant]??props.variant??\"HisUdmQ9F\"};};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,aVk4uQdAZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HisUdmQ9F\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1rs5g3u=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(aVk4uQdAZ){const res=await aVk4uQdAZ(...args);if(res===false)return false;}setVariant(\"EyQ28nQyS\");});const onTap1b0hgqq=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(aVk4uQdAZ){const res=await aVk4uQdAZ(...args);if(res===false)return false;}setVariant(\"HisUdmQ9F\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-x4itgw\",className,classNames),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HisUdmQ9F\",onTap:onTap1rs5g3u,ref:refBinding,style:{...style},...addPropertyOverrides({EyQ28nQyS:{\"data-framer-name\":\"Close\",onTap:onTap1b0hgqq}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rup4we\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"Y6v8fLmiq\",style:{backgroundColor:\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255))\",rotate:0},variants:{EyQ28nQyS:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16ln8w7\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"WDhh61_qL\",style:{backgroundColor:\"var(--token-cd78f7ae-9245-431a-9c41-e6abcbb80403, rgb(255, 255, 255))\",rotate:0},variants:{EyQ28nQyS:{rotate:-45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-G4RCU.framer-14tn57g, .framer-G4RCU .framer-14tn57g { display: block; }\",\".framer-G4RCU.framer-x4itgw { cursor: pointer; gap: 0px; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-G4RCU .framer-1rup4we { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(66.66666666666669% - 2px / 2); width: 20px; }\",\".framer-G4RCU .framer-16ln8w7 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(33.33333333333336% - 2px / 2); width: 20px; }\",\".framer-G4RCU.framer-v-l2g0yc.framer-x4itgw { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 24px); }\",\".framer-G4RCU.framer-v-l2g0yc .framer-1rup4we, .framer-G4RCU.framer-v-l2g0yc .framer-16ln8w7 { top: calc(50.00000000000002% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EyQ28nQyS\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"aVk4uQdAZ\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerzR1x4A4uO=withCSS(Component,css,\"framer-G4RCU\");export default FramerzR1x4A4uO;FramerzR1x4A4uO.displayName=\"Navigation / _icon\";FramerzR1x4A4uO.defaultProps={height:24,width:24};addPropertyControls(FramerzR1x4A4uO,{variant:{options:[\"HisUdmQ9F\",\"EyQ28nQyS\"],optionTitles:[\"Open\",\"Close\"],title:\"Variant\",type:ControlType.Enum},aVk4uQdAZ:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(FramerzR1x4A4uO,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzR1x4A4uO\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EyQ28nQyS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"aVk4uQdAZ\\\":\\\"click2\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zR1x4A4uO.map", "// Generated by Framer (6d96db3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ButtonsMedium from\"https://framerusercontent.com/modules/7dgSMjRyGxwnf2E21bv9/gEZJ4kHZ97Hb7Bsz2O3c/F5glnIxIK.js\";import ButtonsBig from\"https://framerusercontent.com/modules/hPoM0Mf3s4TZCckR6AiM/unBaJT57aRjKyc8zf0YN/KBxwZ1gtY.js\";import NavigationMenuPhone from\"https://framerusercontent.com/modules/xK21nMbEQaTwCkLnkfcQ/FnxGP2OhiB6RD4a0zQv2/zkzDy2SkZ.js\";import Navigation_icon from\"https://framerusercontent.com/modules/3Rk9cy16cTx1XTUfYeTb/Hw1uWU2WMe7g8vmRaezA/zR1x4A4uO.js\";const ButtonsBigFonts=getFonts(ButtonsBig);const ButtonsMediumFonts=getFonts(ButtonsMedium);const Navigation_iconFonts=getFonts(Navigation_icon);const NavigationMenuPhoneFonts=getFonts(NavigationMenuPhone);const cycleOrder=[\"fYVgS8NCd\",\"DYOuEjoJH\",\"QtLCLfH8_\",\"K9ye4z1sg\",\"gu5z_Tj3z\",\"M_6yfXhOx\",\"FGZKKawh4\",\"npFB5GRv6\",\"fIzE7yZxi\",\"hv4GSCzoZ\",\"vWme1ehqw\",\"MlWj6oDb6\"];const serializationHash=\"framer-Bg9Lo\";const variantClassNames={DYOuEjoJH:\"framer-v-1cu0490\",FGZKKawh4:\"framer-v-3bbvxy\",fIzE7yZxi:\"framer-v-1dewfa8\",fYVgS8NCd:\"framer-v-v5jef7\",gu5z_Tj3z:\"framer-v-kih412\",hv4GSCzoZ:\"framer-v-1061iot\",K9ye4z1sg:\"framer-v-nlrie7\",M_6yfXhOx:\"framer-v-b8yal\",MlWj6oDb6:\"framer-v-5rj7jy\",npFB5GRv6:\"framer-v-1hl2oqc\",QtLCLfH8_:\"framer-v-8gk3nt\",vWme1ehqw:\"framer-v-677pgv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={duration:0,type:\"tween\"};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 - MOT Variant OnScroll\":\"npFB5GRv6\",\"Desktop - MOT Variant\":\"FGZKKawh4\",\"Desktop: onScroll\":\"DYOuEjoJH\",\"Phone - MOT: OnScroll\":\"vWme1ehqw\",\"Phone - MOT: Open OnScroll\":\"MlWj6oDb6\",\"Phone - MOT: Open\":\"hv4GSCzoZ\",\"Phone - MOT\":\"fIzE7yZxi\",\"Phone: onScroll\":\"gu5z_Tj3z\",\"Phone: Open onScroll\":\"M_6yfXhOx\",\"Phone: Open\":\"K9ye4z1sg\",Desktop:\"fYVgS8NCd\",Phone:\"QtLCLfH8_\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"fYVgS8NCd\"};};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:\"fYVgS8NCd\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaphnk7ou=activeVariantCallback(async(...args)=>{setVariant(\"K9ye4z1sg\");});const onTap3irn7q=activeVariantCallback(async(...args)=>{setVariant(\"QtLCLfH8_\");});const onTapy2yhhx=activeVariantCallback(async(...args)=>{setVariant(\"M_6yfXhOx\");});const onTap142p76v=activeVariantCallback(async(...args)=>{setVariant(\"gu5z_Tj3z\");});const onTap6bd10u=activeVariantCallback(async(...args)=>{setVariant(\"hv4GSCzoZ\");});const onTap123zs0g=activeVariantCallback(async(...args)=>{setVariant(\"fIzE7yZxi\");});const onTapbuh30s=activeVariantCallback(async(...args)=>{setVariant(\"MlWj6oDb6\");});const onTap1j6d9j2=activeVariantCallback(async(...args)=>{setVariant(\"vWme1ehqw\");});const aVk4uQdAZy2yhhx=activeVariantCallback(async(...args)=>{setVariant(\"M_6yfXhOx\");});const aVk4uQdAZ142p76v=activeVariantCallback(async(...args)=>{setVariant(\"gu5z_Tj3z\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"K9ye4z1sg\",\"M_6yfXhOx\",\"hv4GSCzoZ\",\"MlWj6oDb6\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"K9ye4z1sg\",\"hv4GSCzoZ\",\"MlWj6oDb6\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed2=()=>{if([\"QtLCLfH8_\",\"K9ye4z1sg\",\"gu5z_Tj3z\",\"M_6yfXhOx\",\"fIzE7yZxi\",\"hv4GSCzoZ\",\"vWme1ehqw\",\"MlWj6oDb6\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"M_6yfXhOx\")return true;return false;};const isDisplayed4=()=>{if([\"QtLCLfH8_\",\"K9ye4z1sg\",\"gu5z_Tj3z\",\"M_6yfXhOx\",\"fIzE7yZxi\",\"hv4GSCzoZ\",\"vWme1ehqw\",\"MlWj6oDb6\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"K9ye4z1sg\",\"M_6yfXhOx\",\"hv4GSCzoZ\",\"MlWj6oDb6\"].includes(baseVariant))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,...addPropertyOverrides({hv4GSCzoZ:{value:transition2},K9ye4z1sg:{value:transition2},M_6yfXhOx:{value:transition2},MlWj6oDb6:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-v5jef7\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"fYVgS8NCd\",ref:refBinding,style:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"none\",...style},variants:{FGZKKawh4:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"none\"},fIzE7yZxi:{backdropFilter:\"blur(0px)\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"blur(0px)\"},gu5z_Tj3z:{backdropFilter:\"blur(0px)\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,WebkitBackdropFilter:\"blur(0px)\"},hv4GSCzoZ:{backdropFilter:\"blur(24px)\",backgroundColor:\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"blur(24px)\"},K9ye4z1sg:{backdropFilter:\"blur(24px)\",backgroundColor:\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8))\",WebkitBackdropFilter:\"blur(24px)\"},M_6yfXhOx:{backdropFilter:\"blur(24px)\",backgroundColor:\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"blur(24px)\"},MlWj6oDb6:{backdropFilter:\"blur(24px)\",backgroundColor:\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"blur(24px)\"},npFB5GRv6:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"none\"},QtLCLfH8_:{backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"},vWme1ehqw:{backdropFilter:\"blur(0px)\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,WebkitBackdropFilter:\"blur(0px)\"}},...addPropertyOverrides({DYOuEjoJH:{\"data-framer-name\":\"Desktop: onScroll\"},FGZKKawh4:{\"data-framer-name\":\"Desktop - MOT Variant\"},fIzE7yZxi:{\"data-framer-name\":\"Phone - MOT\"},gu5z_Tj3z:{\"data-framer-name\":\"Phone: onScroll\"},hv4GSCzoZ:{\"data-framer-name\":\"Phone - MOT: Open\"},K9ye4z1sg:{\"data-framer-name\":\"Phone: Open\"},M_6yfXhOx:{\"data-framer-name\":\"Phone: Open onScroll\"},MlWj6oDb6:{\"data-framer-name\":\"Phone - MOT: Open OnScroll\"},npFB5GRv6:{\"data-framer-name\":\"Desktop - MOT Variant OnScroll\"},QtLCLfH8_:{\"data-framer-name\":\"Phone\"},vWme1ehqw:{\"data-framer-name\":\"Phone - MOT: OnScroll\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4j4vvm\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"nFqqO3tu2\",style:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,filter:\"none\",WebkitBackdropFilter:\"none\",WebkitFilter:\"none\"},variants:{DYOuEjoJH:{backdropFilter:\"blur(24px)\",backgroundColor:\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,WebkitBackdropFilter:\"blur(24px)\"},FGZKKawh4:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"none\",WebkitBackdropFilter:\"none\",WebkitFilter:\"none\"},fIzE7yZxi:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"none\",WebkitBackdropFilter:\"none\",WebkitFilter:\"none\"},gu5z_Tj3z:{backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,filter:\"blur(0px)\",WebkitBackdropFilter:\"blur(10px)\",WebkitFilter:\"blur(0px)\"},hv4GSCzoZ:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"none\",WebkitBackdropFilter:\"none\",WebkitFilter:\"none\"},K9ye4z1sg:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"none\"},M_6yfXhOx:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"none\",WebkitBackdropFilter:\"none\",WebkitFilter:\"none\"},MlWj6oDb6:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"none\",WebkitBackdropFilter:\"none\",WebkitFilter:\"none\"},npFB5GRv6:{backdropFilter:\"blur(24px)\",backgroundColor:\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,filter:\"none\",WebkitBackdropFilter:\"blur(24px)\",WebkitFilter:\"none\"},QtLCLfH8_:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"none\"},vWme1ehqw:{backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-f55df62d-817a-47db-857c-83650e997163, rgba(14, 15, 17, 0.8))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,filter:\"blur(0px)\",WebkitBackdropFilter:\"blur(10px)\",WebkitFilter:\"blur(0px)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5q1umm\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"AijVkjry0\",children:isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Z7s0mVtRR\"},motionChild:true,nodeId:\"ajLQ0dHSU\",openInNewTab:false,scopeId:\"nyDxmLt7o\",...addPropertyOverrides({FGZKKawh4:{href:{webPageId:\"A5ghBcX50\"}},fIzE7yZxi:{href:{webPageId:\"A5ghBcX50\"}},npFB5GRv6:{href:{webPageId:\"A5ghBcX50\"}},vWme1ehqw:{href:{webPageId:\"A5ghBcX50\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Home\",className:\"framer-gsgf7v framer-1prae73\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"ajLQ0dHSU\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+36+0+0+6+0),pixelHeight:190,pixelWidth:1048,positionX:\"left\",positionY:\"center\",sizes:\"243.2222px\",src:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg\",srcSet:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg 1048w\"},className:\"framer-1cuegzz\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"vKyQemaAM\",...addPropertyOverrides({DYOuEjoJH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+0+0+20+0+0),pixelHeight:190,pixelWidth:1048,positionX:\"left\",positionY:\"center\",sizes:\"243.2222px\",src:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg\",srcSet:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg 1048w\"}},fIzE7yZxi:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+0+12+2+0),pixelHeight:190,pixelWidth:1048,positionX:\"left\",positionY:\"center\",sizes:\"221.1111px\",src:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg\",srcSet:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg 1048w\"}},gu5z_Tj3z:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+6+0+14+8+0),pixelHeight:190,pixelWidth:1048,positionX:\"left\",positionY:\"center\",sizes:\"221.1111px\",src:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg\",srcSet:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg 1048w\"}},npFB5GRv6:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+0+0+20+0+0),pixelHeight:190,pixelWidth:1048,positionX:\"left\",positionY:\"center\",sizes:\"243.2222px\",src:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg\",srcSet:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg 1048w\"}},QtLCLfH8_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+0+12+2+0),pixelHeight:190,pixelWidth:1048,positionX:\"left\",positionY:\"center\",sizes:\"221.1111px\",src:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg\",srcSet:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg 1048w\"}},vWme1ehqw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+6+0+14+8+0),pixelHeight:190,pixelWidth:1048,positionX:\"left\",positionY:\"center\",sizes:\"221.1111px\",src:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg\",srcSet:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg 1048w\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-112u9ki\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"ClfRKToaZ\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"S8KfiR9kA\"},implicitPathVariables:undefined},{href:{webPageId:\"iLZYGxuPR\"},implicitPathVariables:undefined},{href:{webPageId:\"S8KfiR9kA\"},implicitPathVariables:undefined},{href:{webPageId:\"S8KfiR9kA\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hv4GSCzoZ:{height:48,y:(componentViewport?.y||0)+0+0+0+24},K9ye4z1sg:{height:48,y:(componentViewport?.y||0)+0+0+0+24},MlWj6oDb6:{height:48,y:(componentViewport?.y||0)+0+0+0+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19nkn4a-container\",layoutDependency:layoutDependency,layoutId:\"xLnyaogDf-container\",nodeId:\"xLnyaogDf\",rendersWithMotion:true,scopeId:\"nyDxmLt7o\",children:/*#__PURE__*/_jsx(ButtonsBig,{height:\"100%\",id:\"xLnyaogDf\",layoutId:\"xLnyaogDf\",Mv16WKTEe:\"Login\",style:{height:\"100%\"},variant:\"bv24QUIoi\",width:\"100%\",zzdhFKk9U:resolvedLinks[0],...addPropertyOverrides({hv4GSCzoZ:{variant:\"aOF_cTlhH\",zzdhFKk9U:resolvedLinks[2]},K9ye4z1sg:{Mv16WKTEe:\"Apply\",zzdhFKk9U:resolvedLinks[1]},MlWj6oDb6:{variant:\"aOF_cTlhH\",zzdhFKk9U:resolvedLinks[3]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aMsBLPU9g\"},implicitPathVariables:undefined},{href:{webPageId:\"aMsBLPU9g\"},implicitPathVariables:undefined},{href:{webPageId:\"sLq8fPUWf\"},implicitPathVariables:undefined},{href:{webPageId:\"sLq8fPUWf\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+36+0+0+4,...addPropertyOverrides({DYOuEjoJH:{y:(componentViewport?.y||0)+80+0+0+18},npFB5GRv6:{y:(componentViewport?.y||0)+80+0+0+18}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10hck1u-container\",layoutDependency:layoutDependency,layoutId:\"NVeQTcDoK-container\",nodeId:\"NVeQTcDoK\",rendersWithMotion:true,scopeId:\"nyDxmLt7o\",children:/*#__PURE__*/_jsx(ButtonsMedium,{height:\"100%\",id:\"NVeQTcDoK\",Kr62I1Ee9:resolvedLinks1[0],layoutId:\"NVeQTcDoK\",Mv16WKTEe:\"Process\",NctncU19N:\"var(--token-302b6139-62bf-4a65-a11c-00b7552c4831, rgb(255, 61, 63))\",r9wjJW8ZN:false,variant:\"qZMGAGPE0\",width:\"100%\",XiCzUhcM5:false,xkpUt4F21:\"New\",...addPropertyOverrides({DYOuEjoJH:{Kr62I1Ee9:resolvedLinks1[1]},FGZKKawh4:{Kr62I1Ee9:resolvedLinks1[2],Mv16WKTEe:\"Brand MOT\"},npFB5GRv6:{Kr62I1Ee9:resolvedLinks1[3],Mv16WKTEe:\"Brand MOT\"}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cDbD8vOLz\"},implicitPathVariables:undefined},{href:{webPageId:\"cDbD8vOLz\"},implicitPathVariables:undefined},{href:{webPageId:\"cDbD8vOLz\"},implicitPathVariables:undefined},{href:{webPageId:\"cDbD8vOLz\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+36+0+0+4,...addPropertyOverrides({DYOuEjoJH:{y:(componentViewport?.y||0)+80+0+0+18},npFB5GRv6:{y:(componentViewport?.y||0)+80+0+0+18}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lm3y0w-container\",layoutDependency:layoutDependency,layoutId:\"Ji5t9diJB-container\",nodeId:\"Ji5t9diJB\",rendersWithMotion:true,scopeId:\"nyDxmLt7o\",children:/*#__PURE__*/_jsx(ButtonsMedium,{height:\"100%\",id:\"Ji5t9diJB\",Kr62I1Ee9:resolvedLinks2[0],layoutId:\"Ji5t9diJB\",Mv16WKTEe:\"Powerhouse\",NctncU19N:\"var(--token-302b6139-62bf-4a65-a11c-00b7552c4831, rgb(255, 61, 63))\",r9wjJW8ZN:false,variant:\"qZMGAGPE0\",width:\"100%\",XiCzUhcM5:false,xkpUt4F21:\"New\",...addPropertyOverrides({DYOuEjoJH:{Kr62I1Ee9:resolvedLinks2[1]},FGZKKawh4:{Kr62I1Ee9:resolvedLinks2[2]},npFB5GRv6:{Kr62I1Ee9:resolvedLinks2[3]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IfRxmqECe\"},implicitPathVariables:undefined},{href:{webPageId:\"IfRxmqECe\"},implicitPathVariables:undefined},{href:{webPageId:\"IfRxmqECe\"},implicitPathVariables:undefined},{href:{webPageId:\"IfRxmqECe\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+36+0+0+4,...addPropertyOverrides({DYOuEjoJH:{y:(componentViewport?.y||0)+80+0+0+18},npFB5GRv6:{y:(componentViewport?.y||0)+80+0+0+18}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nq3cuk-container\",layoutDependency:layoutDependency,layoutId:\"T2yI4r3Jj-container\",nodeId:\"T2yI4r3Jj\",rendersWithMotion:true,scopeId:\"nyDxmLt7o\",children:/*#__PURE__*/_jsx(ButtonsMedium,{height:\"100%\",id:\"T2yI4r3Jj\",Kr62I1Ee9:resolvedLinks3[0],layoutId:\"T2yI4r3Jj\",Mv16WKTEe:\"About\",NctncU19N:\"var(--token-302b6139-62bf-4a65-a11c-00b7552c4831, rgb(255, 61, 63))\",r9wjJW8ZN:false,variant:\"qZMGAGPE0\",width:\"100%\",XiCzUhcM5:false,xkpUt4F21:\"New\",...addPropertyOverrides({DYOuEjoJH:{Kr62I1Ee9:resolvedLinks3[1]},FGZKKawh4:{Kr62I1Ee9:resolvedLinks3[2]},npFB5GRv6:{Kr62I1Ee9:resolvedLinks3[3]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"SfANFKzD6\"},implicitPathVariables:undefined},{href:{webPageId:\"SfANFKzD6\"},implicitPathVariables:undefined},{href:{webPageId:\"SfANFKzD6\"},implicitPathVariables:undefined},{href:{webPageId:\"SfANFKzD6\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+36+0+0+4,...addPropertyOverrides({DYOuEjoJH:{y:(componentViewport?.y||0)+80+0+0+18},npFB5GRv6:{y:(componentViewport?.y||0)+80+0+0+18}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kvhs9c-container\",layoutDependency:layoutDependency,layoutId:\"aW5aWKWlm-container\",nodeId:\"aW5aWKWlm\",rendersWithMotion:true,scopeId:\"nyDxmLt7o\",children:/*#__PURE__*/_jsx(ButtonsMedium,{height:\"100%\",id:\"aW5aWKWlm\",Kr62I1Ee9:resolvedLinks4[0],layoutId:\"aW5aWKWlm\",Mv16WKTEe:\"Insights\",NctncU19N:\"var(--token-302b6139-62bf-4a65-a11c-00b7552c4831, rgb(255, 61, 63))\",r9wjJW8ZN:false,variant:\"qZMGAGPE0\",width:\"100%\",XiCzUhcM5:false,xkpUt4F21:\"New\",...addPropertyOverrides({DYOuEjoJH:{Kr62I1Ee9:resolvedLinks4[1]},FGZKKawh4:{Kr62I1Ee9:resolvedLinks4[2]},npFB5GRv6:{Kr62I1Ee9:resolvedLinks4[3]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iLZYGxuPR\"},implicitPathVariables:undefined},{href:{webPageId:\"iLZYGxuPR\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({M_6yfXhOx:{height:48,y:(componentViewport?.y||0)+0+0+0+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3t2ani-container\",layoutDependency:layoutDependency,layoutId:\"MszZY2pgB-container\",nodeId:\"MszZY2pgB\",rendersWithMotion:true,scopeId:\"nyDxmLt7o\",children:/*#__PURE__*/_jsx(ButtonsBig,{height:\"100%\",id:\"MszZY2pgB\",layoutId:\"MszZY2pgB\",Mv16WKTEe:\"Apply\",style:{height:\"100%\"},variant:\"bv24QUIoi\",width:\"100%\",zzdhFKk9U:resolvedLinks5[0],...addPropertyOverrides({M_6yfXhOx:{zzdhFKk9U:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iLZYGxuPR\"},implicitPathVariables:undefined},{href:{webPageId:\"iLZYGxuPR\"},implicitPathVariables:undefined},{href:{webPageId:\"S8KfiR9kA\"},implicitPathVariables:undefined},{href:{webPageId:\"S8KfiR9kA\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+36+0+0+4,...addPropertyOverrides({DYOuEjoJH:{y:(componentViewport?.y||0)+80+0+0+18},npFB5GRv6:{y:(componentViewport?.y||0)+80+0+0+18}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nje20-container\",layoutDependency:layoutDependency,layoutId:\"J7MG_SJ1P-container\",nodeId:\"J7MG_SJ1P\",rendersWithMotion:true,scopeId:\"nyDxmLt7o\",children:/*#__PURE__*/_jsx(ButtonsMedium,{height:\"100%\",id:\"J7MG_SJ1P\",Kr62I1Ee9:resolvedLinks6[0],layoutId:\"J7MG_SJ1P\",Mv16WKTEe:\"Apply\",NctncU19N:\"var(--token-302b6139-62bf-4a65-a11c-00b7552c4831, rgb(255, 61, 63))\",r9wjJW8ZN:false,variant:\"UkUfAzkeL\",width:\"100%\",XiCzUhcM5:false,xkpUt4F21:\"New\",...addPropertyOverrides({DYOuEjoJH:{Kr62I1Ee9:resolvedLinks6[1]},FGZKKawh4:{Kr62I1Ee9:resolvedLinks6[2],Mv16WKTEe:\"Login\",variant:\"hpx8QX7y4\"},npFB5GRv6:{Kr62I1Ee9:resolvedLinks6[3],Mv16WKTEe:\"Login\",variant:\"hpx8QX7y4\"}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gfcht1\",\"data-framer-name\":\"Mobile icon\",layoutDependency:layoutDependency,layoutId:\"ZJl18ybwh\",...addPropertyOverrides({fIzE7yZxi:{\"data-highlight\":true,onTap:onTap6bd10u},gu5z_Tj3z:{\"data-highlight\":true,onTap:onTapy2yhhx},hv4GSCzoZ:{\"data-highlight\":true,onTap:onTap123zs0g},K9ye4z1sg:{\"data-highlight\":true,onTap:onTap3irn7q},M_6yfXhOx:{\"data-highlight\":true,onTap:onTap142p76v},MlWj6oDb6:{\"data-highlight\":true,onTap:onTap1j6d9j2},QtLCLfH8_:{\"data-highlight\":true,onTap:onTaphnk7ou},vWme1ehqw:{\"data-highlight\":true,onTap:onTapbuh30s}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",...addPropertyOverrides({fIzE7yZxi:{y:(componentViewport?.y||0)+16+0+12+-6+16},gu5z_Tj3z:{y:(componentViewport?.y||0)+6+0+14+0+16},hv4GSCzoZ:{y:(componentViewport?.y||0)+0+0+0+20+16},K9ye4z1sg:{y:(componentViewport?.y||0)+0+0+0+20+16},M_6yfXhOx:{y:(componentViewport?.y||0)+0+0+0+20+16},MlWj6oDb6:{y:(componentViewport?.y||0)+0+0+0+20+16},QtLCLfH8_:{y:(componentViewport?.y||0)+16+0+12+-6+16},vWme1ehqw:{y:(componentViewport?.y||0)+6+0+14+0+16}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kyccc7-container\",layoutDependency:layoutDependency,layoutId:\"uIIiVQFab-container\",nodeId:\"uIIiVQFab\",rendersWithMotion:true,scopeId:\"nyDxmLt7o\",children:/*#__PURE__*/_jsx(Navigation_icon,{height:\"100%\",id:\"uIIiVQFab\",layoutId:\"uIIiVQFab\",style:{height:\"100%\",width:\"100%\"},variant:\"HisUdmQ9F\",width:\"100%\",...addPropertyOverrides({gu5z_Tj3z:{aVk4uQdAZ:aVk4uQdAZy2yhhx},hv4GSCzoZ:{variant:\"EyQ28nQyS\"},K9ye4z1sg:{variant:\"EyQ28nQyS\"},M_6yfXhOx:{aVk4uQdAZ:aVk4uQdAZ142p76v,variant:\"EyQ28nQyS\"},MlWj6oDb6:{variant:\"EyQ28nQyS\"},vWme1ehqw:{aVk4uQdAZ:aVk4uQdAZy2yhhx}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hv4GSCzoZ:{height:800,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+96},K9ye4z1sg:{height:800,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+96},M_6yfXhOx:{height:800,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+96},MlWj6oDb6:{height:800,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+96}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i6u3r4-container\",layoutDependency:layoutDependency,layoutId:\"HQZuw3OFR-container\",nodeId:\"HQZuw3OFR\",rendersWithMotion:true,scopeId:\"nyDxmLt7o\",children:/*#__PURE__*/_jsx(NavigationMenuPhone,{height:\"100%\",id:\"HQZuw3OFR\",layoutId:\"HQZuw3OFR\",style:{height:\"100%\",width:\"100%\"},variant:\"wXiuOqYPn\",width:\"100%\",...addPropertyOverrides({hv4GSCzoZ:{variant:\"ZYBguBCG5\"},MlWj6oDb6:{variant:\"ZYBguBCG5\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Bg9Lo.framer-1prae73, .framer-Bg9Lo .framer-1prae73 { display: block; }\",\".framer-Bg9Lo.framer-v5jef7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 96px; justify-content: flex-start; overflow: visible; padding: 36px 0px 0px 0px; position: relative; width: 960px; }\",\".framer-Bg9Lo .framer-4j4vvm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 56px; justify-content: center; overflow: visible; padding: 0px 4px 0px 12px; position: relative; width: 100%; z-index: 1; }\",\".framer-Bg9Lo .framer-5q1umm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Bg9Lo .framer-gsgf7v { 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; text-decoration: none; width: min-content; }\",\".framer-Bg9Lo .framer-1cuegzz { aspect-ratio: 5.527777777777778 / 1; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 44px); position: relative; width: 243px; }\",\".framer-Bg9Lo .framer-112u9ki { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: flex-end; overflow: visible; padding: 6px; position: relative; width: 1px; }\",\".framer-Bg9Lo .framer-19nkn4a-container, .framer-Bg9Lo .framer-3t2ani-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-Bg9Lo .framer-10hck1u-container, .framer-Bg9Lo .framer-1lm3y0w-container, .framer-Bg9Lo .framer-1nq3cuk-container, .framer-Bg9Lo .framer-kvhs9c-container, .framer-Bg9Lo .framer-1nje20-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Bg9Lo .framer-1gfcht1 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 56px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 56px; }\",\".framer-Bg9Lo .framer-kyccc7-container { flex: none; height: 24px; pointer-events: none; position: relative; width: 24px; }\",\".framer-Bg9Lo .framer-i6u3r4-container { flex: none; height: calc(var(--framer-viewport-height, 100vh) * 1); position: relative; width: 100%; }\",\".framer-Bg9Lo.framer-v-1cu0490.framer-v5jef7, .framer-Bg9Lo.framer-v-1hl2oqc.framer-v5jef7 { padding: 80px 0px 0px 0px; }\",\".framer-Bg9Lo.framer-v-1cu0490 .framer-4j4vvm, .framer-Bg9Lo.framer-v-1hl2oqc .framer-4j4vvm { height: 84px; max-width: 1440px; order: 0; }\",\".framer-Bg9Lo.framer-v-1cu0490 .framer-gsgf7v, .framer-Bg9Lo.framer-v-1hl2oqc .framer-gsgf7v { align-content: flex-end; align-items: flex-end; justify-content: flex-start; padding: 0px 0px 0px 12px; }\",\".framer-Bg9Lo.framer-v-1cu0490 .framer-112u9ki, .framer-Bg9Lo.framer-v-1hl2oqc .framer-112u9ki { padding: 12px; }\",\".framer-Bg9Lo.framer-v-8gk3nt.framer-v5jef7, .framer-Bg9Lo.framer-v-1dewfa8.framer-v5jef7 { padding: 16px 0px 0px 0px; width: 400px; }\",\".framer-Bg9Lo.framer-v-8gk3nt .framer-4j4vvm, .framer-Bg9Lo.framer-v-1dewfa8 .framer-4j4vvm { padding: 12px 8px 0px 24px; }\",\".framer-Bg9Lo.framer-v-8gk3nt .framer-1cuegzz, .framer-Bg9Lo.framer-v-kih412 .framer-1cuegzz, .framer-Bg9Lo.framer-v-1dewfa8 .framer-1cuegzz, .framer-Bg9Lo.framer-v-677pgv .framer-1cuegzz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; overflow: hidden; padding: 0px; width: 221px; }\",\".framer-Bg9Lo.framer-v-8gk3nt .framer-1gfcht1, .framer-Bg9Lo.framer-v-kih412 .framer-1gfcht1, .framer-Bg9Lo.framer-v-1dewfa8 .framer-1gfcht1, .framer-Bg9Lo.framer-v-677pgv .framer-1gfcht1 { cursor: pointer; }\",\".framer-Bg9Lo.framer-v-8gk3nt .framer-kyccc7-container, .framer-Bg9Lo.framer-v-kih412 .framer-kyccc7-container, .framer-Bg9Lo.framer-v-1dewfa8 .framer-kyccc7-container, .framer-Bg9Lo.framer-v-677pgv .framer-kyccc7-container { order: 0; }\",\".framer-Bg9Lo.framer-v-nlrie7.framer-v5jef7, .framer-Bg9Lo.framer-v-b8yal.framer-v5jef7, .framer-Bg9Lo.framer-v-1061iot.framer-v5jef7, .framer-Bg9Lo.framer-v-5rj7jy.framer-v5jef7 { gap: 0px; height: min-content; overflow: auto; overscroll-behavior: contain; padding: 0px; width: 400px; }\",\".framer-Bg9Lo.framer-v-nlrie7 .framer-4j4vvm, .framer-Bg9Lo.framer-v-b8yal .framer-4j4vvm, .framer-Bg9Lo.framer-v-1061iot .framer-4j4vvm, .framer-Bg9Lo.framer-v-5rj7jy .framer-4j4vvm { height: 96px; order: 1; padding: 0px 8px 0px 24px; }\",\".framer-Bg9Lo.framer-v-nlrie7 .framer-112u9ki, .framer-Bg9Lo.framer-v-b8yal .framer-112u9ki, .framer-Bg9Lo.framer-v-1061iot .framer-112u9ki, .framer-Bg9Lo.framer-v-5rj7jy .framer-112u9ki { padding: 0px 6px 0px 6px; }\",\".framer-Bg9Lo.framer-v-nlrie7 .framer-19nkn4a-container, .framer-Bg9Lo.framer-v-b8yal .framer-3t2ani-container, .framer-Bg9Lo.framer-v-1061iot .framer-19nkn4a-container, .framer-Bg9Lo.framer-v-5rj7jy .framer-19nkn4a-container { order: 1; }\",\".framer-Bg9Lo.framer-v-nlrie7 .framer-1gfcht1, .framer-Bg9Lo.framer-v-1061iot .framer-1gfcht1, .framer-Bg9Lo.framer-v-5rj7jy .framer-1gfcht1 { cursor: pointer; order: 2; }\",\".framer-Bg9Lo.framer-v-nlrie7 .framer-i6u3r4-container, .framer-Bg9Lo.framer-v-b8yal .framer-i6u3r4-container, .framer-Bg9Lo.framer-v-1061iot .framer-i6u3r4-container, .framer-Bg9Lo.framer-v-5rj7jy .framer-i6u3r4-container { height: calc(var(--framer-viewport-height, 100vh) * 0.8); order: 2; }\",\".framer-Bg9Lo.framer-v-kih412.framer-v5jef7, .framer-Bg9Lo.framer-v-677pgv.framer-v5jef7 { padding: 6px 0px 0px 0px; width: 400px; }\",\".framer-Bg9Lo.framer-v-kih412 .framer-4j4vvm, .framer-Bg9Lo.framer-v-677pgv .framer-4j4vvm { height: 84px; padding: 0px 4px 0px 24px; width: 90%; z-index: 2; }\",\".framer-Bg9Lo.framer-v-kih412 .framer-5q1umm, .framer-Bg9Lo.framer-v-kih412 .framer-112u9ki, .framer-Bg9Lo.framer-v-677pgv .framer-5q1umm, .framer-Bg9Lo.framer-v-677pgv .framer-112u9ki { height: 56px; }\",\".framer-Bg9Lo.framer-v-b8yal .framer-1gfcht1 { cursor: pointer; order: 3; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 960\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DYOuEjoJH\":{\"layout\":[\"fixed\",\"fixed\"]},\"QtLCLfH8_\":{\"layout\":[\"fixed\",\"fixed\"]},\"K9ye4z1sg\":{\"layout\":[\"fixed\",\"auto\"]},\"gu5z_Tj3z\":{\"layout\":[\"fixed\",\"fixed\"]},\"M_6yfXhOx\":{\"layout\":[\"fixed\",\"auto\"]},\"FGZKKawh4\":{\"layout\":[\"fixed\",\"fixed\"]},\"npFB5GRv6\":{\"layout\":[\"fixed\",\"fixed\"]},\"fIzE7yZxi\":{\"layout\":[\"fixed\",\"fixed\"]},\"hv4GSCzoZ\":{\"layout\":[\"fixed\",\"auto\"]},\"vWme1ehqw\":{\"layout\":[\"fixed\",\"fixed\"]},\"MlWj6oDb6\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernyDxmLt7o=withCSS(Component,css,\"framer-Bg9Lo\");export default FramernyDxmLt7o;FramernyDxmLt7o.displayName=\"Navigation / Header\";FramernyDxmLt7o.defaultProps={height:96,width:960};addPropertyControls(FramernyDxmLt7o,{variant:{options:[\"fYVgS8NCd\",\"DYOuEjoJH\",\"QtLCLfH8_\",\"K9ye4z1sg\",\"gu5z_Tj3z\",\"M_6yfXhOx\",\"FGZKKawh4\",\"npFB5GRv6\",\"fIzE7yZxi\",\"hv4GSCzoZ\",\"vWme1ehqw\",\"MlWj6oDb6\"],optionTitles:[\"Desktop\",\"Desktop: onScroll\",\"Phone\",\"Phone: Open\",\"Phone: onScroll\",\"Phone: Open onScroll\",\"Desktop - MOT Variant\",\"Desktop - MOT Variant OnScroll\",\"Phone - MOT\",\"Phone - MOT: Open\",\"Phone - MOT: OnScroll\",\"Phone - MOT: Open OnScroll\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernyDxmLt7o,[{explicitInter:true,fonts:[]},...ButtonsBigFonts,...ButtonsMediumFonts,...Navigation_iconFonts,...NavigationMenuPhoneFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernyDxmLt7o\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"96\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DYOuEjoJH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QtLCLfH8_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"K9ye4z1sg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gu5z_Tj3z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"M_6yfXhOx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FGZKKawh4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"npFB5GRv6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fIzE7yZxi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hv4GSCzoZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vWme1ehqw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MlWj6oDb6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"960\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useState}from\"react\";import{addPropertyControls,ControlType,withCSS,useRouter,inferInitialRouteFromPath}from\"framer\";import{motion,useAnimationControls}from\"framer-motion\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{const[,domain,parameters]=url.replace(\"&amp;\",\"&\").match(mailchimpRegex)??[null,null,null];return[domain,parameters?new URLSearchParams(parameters):null];};function safeURL(url){console.log(url);try{new URL(url);return url;}catch{try{new URL(`https://${url}`);return`https://${url}`;}catch{}}return undefined;}function isInternalURL(href){if(href===undefined)return false;if(href.startsWith(\"#\")||href.startsWith(\"/\")||href.startsWith(\".\"))return true;return false;}/**\n * Increment the number whenever shipping a new version to customers.\n * This will ensure that multiple versions of this component can exist\n * in the same project without css rules overlapping. Only use valid css class characters.\n */const VERSION=\"v1\";/**\n * INPUT\n * By Benjamin den Boer\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 40\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */const Input=withCSS(function Input({service,redirectAs,mailchimpURL,loopsID,loopsUserGroup,loopsMailingList,formsparkID,getwaitlistAPI,convertkitAPI,convertkitFormID,input,button,font,layout,link,gap,style,onSubmit}){const[email,setEmail]=useState(\"\");const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isFocus,setFocus]=useState(false);// Padding\nconst{paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,padding,borderRadius,borderObject,focusObject,shadowObject,height,fixedHeight}=input;const{buttonPaddingPerSide,buttonPaddingTop,buttonPaddingRight,buttonPaddingBottom,buttonPaddingLeft,buttonPadding}=button;const paddingValue=paddingPerSide?`${paddingTop}px ${button.isDocked?paddingRight+button.widthWhenDocked:paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px ${button.isDocked?padding+button.widthWhenDocked:padding}px ${padding}px ${padding}px`;const buttonPaddingValue=buttonPaddingPerSide?`${button.isDocked?0:buttonPaddingTop}px ${buttonPaddingRight}px ${button.isDocked?0:buttonPaddingBottom}px ${buttonPaddingLeft}px`:`${button.isDocked?0:buttonPadding}px ${buttonPadding}px ${button.isDocked?0:buttonPadding}px ${buttonPadding}px`;const router=useRouter();const onSuccess=()=>{/* Reset */setLoading(false);setFocus(false);setEmail(\"\");if(redirectAs===\"link\"&&link&&!isError){const[fullPath,hash]=link.split(\"#\");const path=fullPath.split(\"?\")[0]||\"\";const{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,path);if(routeId){router.navigate(routeId,hash,pathVariables);}if(!isInternalURL(link)){const url=safeURL(link);if(url&&typeof window!==\"undefined\")window.open(url,\"_blank\");}}};const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);formControls.start(\"error\");return false;}return true;},[validateEmail]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleFocus=useCallback(event=>{setFocus(true);},[]);const handleBlur=useCallback(event=>{setFocus(false);setError(false);},[]);const handleSubmit=useCallback(event=>{event.preventDefault();// Prevent submitting while submitting\nif(isLoading)return;setLoading(true);if(service===\"mailchimp\"){const[domain,parameters]=parseMailChimpUrl(mailchimpURL);if(!validateForm(email)||!domain||!parameters){setLoading(false);return;}// MERGE0 is Mailchimp\u2019s email field name\nparameters.set(\"MERGE0\",email);fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{onSuccess();if(redirectAs===\"overlay\")onSubmit?.();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"loops\"){if(!validateForm(email)){setLoading(false);return;}const emailBody=`email=${encodeURIComponent(email)}`;const userGroupBody=`userGroup=${encodeURIComponent(loopsUserGroup)}`;const mailingListBody=`mailingLists=${encodeURIComponent(loopsMailingList)}`;const hasMailingList=!!loopsMailingList&&loopsMailingList!==\" \";const hasUserGroup=!!loopsUserGroup&&loopsUserGroup!==\" \";let formBody=emailBody;if(hasUserGroup){formBody+=`&${userGroupBody}`;}if(hasMailingList){formBody+=`&${mailingListBody}`;}fetch(`https://app.loops.so/api/newsletter-form/${loopsID}`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded\"},body:formBody}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit?.();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"formspark\"){if(!validateForm(email)){setLoading(false);return;}const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formsparkID}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{onSuccess();onSubmit?.();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"getwaitlist\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit?.();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"convertkit\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;data.api_key=convertkitAPI;fetch(`https://api.convertkit.com/v3/forms/${convertkitFormID}/subscribe`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit?.();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}},[mailchimpURL,formsparkID,convertkitFormID,email,onSubmit,validateForm,isLoading]);// Animation\nconst formControls=useAnimationControls();// Input Box Shadow Stylees\nconst focusStylesFrom=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthFrom}px ${focusObject.focusColor}`:null;const focusStylesTo=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthTo}px ${focusObject.focusColor}`:null;const shadowStyles=input.shadowObject?`${shadowObject.shadowX}px ${shadowObject.shadowY}px ${shadowObject.shadowBlur}px ${shadowObject.shadowColor}`:null;const borderStyles=input.borderObject?`inset 0 0 0 ${borderObject.borderWidth}px ${borderObject.borderColor}`:null;// Shake or wiggle as error\nconst formVariants={default:{x:0},error:{x:[0,-4,4,0],transition:{duration:.2}}};const inputVariants={default:{boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},focused:{boxShadow:dynamicBoxShadow(focusStylesTo,shadowStyles,borderStyles)}};return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyles,\"--framer-custom-placeholder-color\":input.placeholderColor},variants:formVariants,animate:formControls,children:/*#__PURE__*/_jsxs(\"form\",{style:{width:\"100%\",height:\"auto\",display:\"flex\",position:\"relative\",flexDirection:layout===\"vertical\"?\"column\":\"row\",color:button.color,gap:button.isDocked?0:gap},onSubmit:handleSubmit,method:\"POST\",children:[service===\"getwaitlist\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:getwaitlistAPI}),service===\"convertkit\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:convertkitAPI}),/*#__PURE__*/_jsx(motion.input,{type:\"email\",name:\"email\",placeholder:input.placeholder,value:email,className:`${VERSION} framer-custom-input`,onChange:handleChange,onFocus:handleFocus,onBlur:handleBlur,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",style:{...defaultStyle,padding:paddingValue,borderRadius,fontSize:16,...font,background:input.fill,height:height?\"auto\":fixedHeight,color:input.color,boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},variants:inputVariants,initial:false,animate:isFocus?\"focused\":\"default\",transition:{duration:.3},\"data-1p-ignore\":true}),!button.shouldAppear&&isLoading&&/*#__PURE__*/_jsx(Spinner,{shouldAppear:button.shouldAppear,paddingPerSide:paddingPerSide,paddingTop:paddingTop,paddingRight:paddingRight,padding:padding,color:input.color}),button.shouldAppear&&/*#__PURE__*/_jsxs(\"div\",{style:{position:button.isDocked?\"absolute\":\"relative\",top:button.isDocked?button.insetWhenDocked:0,right:button.isDocked?button.insetWhenDocked:0,bottom:button.isDocked?button.insetWhenDocked:0},children:[/*#__PURE__*/_jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,width:button.isDocked?button.widthWhenDocked:\"100%\",height:height?\"100%\":fixedHeight,cursor:\"pointer\",padding:buttonPaddingValue,borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,// fontWeight: button.fontWeight,\nfontSize:16,...button.buttonFont,background:button.fill,color:button.color,zIndex:1,boxShadow:getButtonShadow(button)}}),isLoading&&/*#__PURE__*/_jsx(\"div\",{style:{borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",inset:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/_jsx(Spinner,{color:button.color})})]})]})});},[`.${VERSION}.framer-custom-input::placeholder { color: var(--framer-custom-placeholder-color) !important; }`]);const Spinner=props=>{const noButtonStyles=!props.shouldAppear?{position:\"absolute\",top:`calc(50% - 8px)`,right:props.paddingPerSide?props.paddingRight:props.padding}:{};return /*#__PURE__*/_jsx(motion.div,{style:{height:16,width:16,...noButtonStyles},initial:{rotate:0},animate:{rotate:360},transition:{duration:1,repeat:Infinity},children:/*#__PURE__*/_jsx(motion.div,{initial:{scale:0},animate:{scale:1},children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",style:{fill:\"currentColor\",color:props.color},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})});};addPropertyControls(Input,{service:{title:\"Service\",type:ControlType.Enum,options:[\"loops\",\"formspark\",\"mailchimp\",\"getwaitlist\",\"convertkit\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\",\"ConvertKit\"],defaultValue:\"loops\"},mailchimpURL:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,hidden:props=>props.service!==\"mailchimp\"},loopsID:{title:\"ID\",placeholder:\"klm2jxy0i98abzr01pq7defg5\",type:ControlType.String,hidden:props=>props.service!==\"loops\"},loopsUserGroup:{title:\"User Group\",type:ControlType.String,placeholder:\"Title\",optional:true,hidden:props=>props.service!==\"loops\"},loopsMailingList:{title:\"Mailing List\",type:ControlType.String,placeholder:\"cm3q41c5v02ii1lml14om2wtr\",optional:true,hidden:props=>props.service!==\"loops\"},formsparkID:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,hidden:props=>props.service!==\"formspark\"},getwaitlistAPI:{title:\"ID\",placeholder:\"9148\",type:ControlType.String,hidden:props=>props.service!==\"getwaitlist\"},convertkitAPI:{title:\"API Key\",placeholder:\"5opis1WK6xnVsBwrOINUpe\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},convertkitFormID:{title:\"Form ID\",placeholder:\"1043389\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},redirectAs:{title:\"Success\",type:ControlType.Enum,options:[\"link\",\"overlay\"],optionTitles:[\"Open Link\",\"Show Overlay\"],defaultValue:\"link\"},link:{title:\"Redirect\",type:ControlType.Link,hidden:props=>props.redirectAs===\"overlay\"},onSubmit:{title:\"Submit\",type:ControlType.EventHandler,hidden:props=>props.redirectAs===\"link\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,hidden:props=>props.button.isDocked},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"name@email.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},height:{title:\"Height\",type:ControlType.Boolean,enabledTitle:\"Auto\",disabledTitle:\"Fixed\"},fixedHeight:{title:\" \",type:ControlType.Number,displayStepper:true,min:0,defaultValue:50,hidden:props=>props.height},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},focusObject:{type:ControlType.Object,title:\"Focus\",optional:true,controls:{focusWidthFrom:{title:\"From\",type:ControlType.Number,displayStepper:true,defaultValue:0},focusWidthTo:{title:\"To\",type:ControlType.Number,displayStepper:true,defaultValue:2},focusColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#09F\"}}},borderObject:{type:ControlType.Object,title:\"Border\",optional:true,controls:{borderWidth:{title:\"Width\",type:ControlType.Number,displayStepper:true,defaultValue:1},borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},button:{title:\"Button\",type:ControlType.Object,controls:{shouldAppear:{title:\"Show\",type:ControlType.Boolean,defaultValue:true},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Subscribe\"},buttonFont:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#333\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"},isDocked:{title:\"Docked\",type:ControlType.Boolean,defaultValue:false},widthWhenDocked:{title:\"Width\",type:ControlType.Number,min:0,defaultValue:100,displayStepper:true,hidden:props=>!props.isDocked},insetWhenDocked:{title:\"Inset\",type:ControlType.Number,min:0,defaultValue:5,displayStepper:true,hidden:props=>!props.isDocked},buttonPadding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"buttonPaddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"buttonPaddingTop\",\"buttonPaddingRight\",\"buttonPaddingBottom\",\"buttonPaddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},buttonShadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:10,hidden:props=>props.button.isDocked}});const defaultStyle={WebkitAppearance:\"none\",appearance:\"none\",width:\"100%\",height:\"auto\",outline:\"none\",border:\"none\"};const containerStyles={position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};function getButtonShadow(button){if(button.buttonShadow){return`${button.buttonShadow.shadowX}px ${button.buttonShadow.shadowY}px ${button.buttonShadow.shadowBlur}px ${button.buttonShadow.shadowColor}`;}else return\"none\";}function dynamicBoxShadow(...shadows){const output=[];shadows.forEach(shadow=>shadow&&output.push(shadow));return output.join(\", \");}export default Input;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Input\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "// Generated by Framer (b012016)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Roobert Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Roobert Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/nywHEob1fHM3CWSk3p5qW2DdzI.woff2\"}]}];export const css=[\".framer-dXzkD .framer-styles-preset-srn50m:not(.rich-text-wrapper), .framer-dXzkD .framer-styles-preset-srn50m.rich-text-wrapper p { --framer-font-family: \\\"Roobert Regular\\\", \\\"Roobert Regular Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 2px; --framer-text-alignment: start; --framer-text-color: var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(255, 255, 255, 0.8)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-dXzkD .framer-styles-preset-srn50m:not(.rich-text-wrapper), .framer-dXzkD .framer-styles-preset-srn50m.rich-text-wrapper p { --framer-font-family: \\\"Roobert Regular\\\", \\\"Roobert Regular Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 2px; --framer-text-alignment: start; --framer-text-color: var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(255, 255, 255, 0.8)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-dXzkD .framer-styles-preset-srn50m:not(.rich-text-wrapper), .framer-dXzkD .framer-styles-preset-srn50m.rich-text-wrapper p { --framer-font-family: \\\"Roobert Regular\\\", \\\"Roobert Regular Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv10' on, 'ss07' on, 'ss01' on; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 2px; --framer-text-alignment: start; --framer-text-color: var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(255, 255, 255, 0.8)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-dXzkD\";\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\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,useLocaleCode}from\"framer\";import{startTransition,useCallback,useEffect,useRef,useState}from\"react\";const fontStack=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;function formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,showMinutes,showSeconds},timeFormat,monthFormat,localCode){const date=new Date;const onlyYearIsShown=!showWeekday&&!showMonth&&showYear;switch(outputType){case\"date\":return new Intl.DateTimeFormat(localCode,{weekday:showWeekday?\"long\":undefined,day:onlyYearIsShown?undefined:\"numeric\",month:showMonth?monthFormat:undefined,year:showYear?\"numeric\":undefined}).format(date);case\"time\":return new Intl.DateTimeFormat(localCode,{hour:\"numeric\",minute:showMinutes?\"numeric\":undefined,second:showSeconds&&showMinutes?\"numeric\":undefined,hour12:timeFormat===\"12h\"}).format(date);default:return new Intl.DateTimeFormat(localCode).format(date);}}const defaultProps={height:20,width:140,outputType:\"time\",color:\"#999\",timeFormat:\"24h\",showYear:true,showMonth:true,showWeekday:true,showMinutes:true,showSeconds:true,monthFormat:\"long\",alignment:\"center\"};/**\n * TIME AND DATE\n * FORKED FROM PROTOTYPING\n *\n * @framerIntrinsicWidth 140\n * @framerIntrinsicHeight 20\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export function Time(props){const mergedProps={...defaultProps,...props};const{outputType,timeFormat,showYear,showMonth,showWeekday,// showHours,\nshowMinutes,showSeconds,monthFormat,color,font,tabularFont}=mergedProps;const localCode=useLocaleCode();const getTextContent=useCallback(()=>formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,// showHours,\n    showMinutes,showSeconds},timeFormat,monthFormat,localCode),[localCode,monthFormat,outputType,showMinutes,showMonth,showSeconds,showWeekday,showYear,timeFormat]);const timeoutRef=useRef()// FIXME: With React 19, we can remove this and return a cleanup from the ref callback\n;const updateCountdown=useCallback(node=>{if(node===null){// React calls w/ `null` on unmount or if the ref function changes.\nclearTimeout(timeoutRef.current);return;}let prev;const tick=()=>{const date=new Date;const next=new Date().setSeconds(date.getSeconds()+1,0)-+date;timeoutRef.current=setTimeout(tick,next);const textContent=getTextContent();if(prev!==textContent){node.textContent=textContent;prev=textContent;}};tick();},[getTextContent]);const[visible,setIsVisible]=useState(false);const isCanvas=RenderTarget.current()===RenderTarget.canvas;useEffect(()=>{startTransition(()=>setIsVisible(true));// Don\u2019t want real time on Canvas\nif(isCanvas)return;},[isCanvas]);return /*#__PURE__*/_jsx(\"p\",{suppressHydrationWarning:true,style:{margin:0,padding:0,color,fontFamily:fontStack,fontWeight:500,fontSize:16,lineHeight:1,visibility:visible?\"visible\":\"hidden\",...font,fontVariantNumeric:tabularFont?\"tabular-nums\":\"normal\",whiteSpace:\"nowrap\"},ref:isCanvas?undefined:updateCountdown,children:getTextContent()});}Time.displayName=\"Time & Date\";addPropertyControls(Time,{outputType:{title:\"Type\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"date\",\"time\"],optionTitles:[\"Date\",\"Time\"],defaultValue:defaultProps.outputType},showWeekday:{title:\"Day\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showWeekday,hidden:props=>props.outputType!==\"date\"},showMonth:{title:\"Month\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showMonth,hidden:props=>props.outputType!==\"date\"},monthFormat:{title:\"Format\",type:ControlType.Enum,options:[\"short\",\"long\",\"numeric\"],optionTitles:[\"Short\",\"Long\",\"Numeric\"],defaultValue:defaultProps.monthFormat,hidden:props=>props.outputType!==\"date\"||!props.showMonth},showYear:{title:\"Year\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showYear,hidden:props=>props.outputType!==\"date\"},timeFormat:{title:\"Format\",type:ControlType.Enum,options:[\"12h\",\"24h\"],optionTitles:[\"12h\",\"24h\"],displaySegmentedControl:true,defaultValue:defaultProps.timeFormat,hidden:props=>props.outputType!==\"time\"},// showHours: {\n//     title: \"Hours\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n//     defaultValue: defaultProps.showHours,\n//     hidden: (props) => props.outputType !== \"time\",\n// },\nshowMinutes:{title:\"Minutes\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showMinutes,hidden:props=>props.outputType!==\"time\"},showSeconds:{title:\"Seconds\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showSeconds,hidden:props=>props.outputType!==\"time\"||!props.showMinutes},font:{type:ControlType.Font,controls:\"extended\"},tabularFont:{title:\"Tabular\",type:ControlType.Boolean,defaultValue:true},color:{type:ControlType.Color,defaultValue:defaultProps.color}});\nexport const __FramerMetadata__ = {\"exports\":{\"Time\":{\"type\":\"reactComponent\",\"name\":\"Time\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"20\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicWidth\":\"140\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Time.map", "// Generated by Framer (43db255)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Time as TimeDate}from\"https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/QiycTxX7vdblEOi3o00G/Time.js\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/Gc8HFQ2k3dk2yb2qhlCQ/Input.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/2JnzJBkRe8QBbo3OHWBi/SxjeoHYzINk9CWvDXHxP/FwmuxBMQR.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/h151IKBc9GKC6HWguvpT/ynFwalTAiKpLfSwNQz64/pWnECMXPj.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/rmtuf7cBl3ACBQG0y3x9/jBFOCMsym8kYuCdxMIF8/WO0QWD_KA.js\";const InputFonts=getFonts(Input);const TimeDateFonts=getFonts(TimeDate);const cycleOrder=[\"UDF2xq7Bi\",\"aeBB4p3ZD\",\"P2khTMSIk\",\"YP_ka2hAp\"];const serializationHash=\"framer-dGZob\";const variantClassNames={aeBB4p3ZD:\"framer-v-1f30o6c\",P2khTMSIk:\"framer-v-1u57hf5\",UDF2xq7Bi:\"framer-v-p42k7t\",YP_ka2hAp:\"framer-v-1a7htt6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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 MOT\":\"P2khTMSIk\",\"Pnone MOT\":\"YP_ka2hAp\",Desktop:\"UDF2xq7Bi\",Phone:\"aeBB4p3ZD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"UDF2xq7Bi\"};};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:\"UDF2xq7Bi\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"aeBB4p3ZD\",\"YP_ka2hAp\"].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__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-p42k7t\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"UDF2xq7Bi\",ref:refBinding,style:{...style},...addPropertyOverrides({aeBB4p3ZD:{\"data-framer-name\":\"Phone\"},P2khTMSIk:{\"data-framer-name\":\"Desktop MOT\"},YP_ka2hAp:{\"data-framer-name\":\"Pnone MOT\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ksnwjy\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"O9DeQEHTa\",style:{backgroundColor:\"var(--token-2f5d29fd-9b2e-4406-a57e-bbcd091506f5, rgba(245, 245, 245, 0.06))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-u4jp5n\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"nh9vmp5cY\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-135de2j\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"CxBggQdPM\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":SwrrYTWYy\",webPageId:\"Z7s0mVtRR\"},motionChild:true,nodeId:\"IB18YZbgb\",openInNewTab:false,scopeId:\"OPJJq0QP0\",smoothScroll:true,...addPropertyOverrides({P2khTMSIk:{href:{webPageId:\"A5ghBcX50\"}},YP_ka2hAp:{href:{webPageId:\"A5ghBcX50\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+40+0+0),pixelHeight:190,pixelWidth:1048,positionX:\"left\",positionY:\"center\",sizes:\"221px\",src:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg\",srcSet:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg 1048w\"},className:\"framer-1n088av framer-w964ra\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"IB18YZbgb\",...addPropertyOverrides({aeBB4p3ZD:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+36+0+0),pixelHeight:190,pixelWidth:1048,positionX:\"left\",positionY:\"center\",sizes:\"245.5556px\",src:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg\",srcSet:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg 1048w\"}},YP_ka2hAp:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+36+0+0),pixelHeight:190,pixelWidth:1048,positionX:\"left\",positionY:\"center\",sizes:\"245.5556px\",src:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg\",srcSet:\"https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o0ob6XtsaxGDa5L4t4DcsJUL41A.svg 1048w\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gsg2v9\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"jpOuOTjaX\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dwycy3\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"Nz_0lUglz\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fpkhay\",\"data-framer-name\":\"Sitemap\",layoutDependency:layoutDependency,layoutId:\"M_sk6g8EZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aMsBLPU9g\"},motionChild:true,nodeId:\"XWd1uoZbf\",openInNewTab:false,relValues:[],scopeId:\"OPJJq0QP0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"P\"})}),\"rocess\"]})}),className:\"framer-i39gti\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XWd1uoZbf\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({P2khTMSIk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sLq8fPUWf\"},motionChild:true,nodeId:\"XWd1uoZbf\",openInNewTab:false,relValues:[],scopeId:\"OPJJq0QP0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Brand MOT\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cDbD8vOLz\"},motionChild:true,nodeId:\"k9WcuVB8z\",openInNewTab:false,relValues:[],scopeId:\"OPJJq0QP0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Powerhouse\"})})})}),className:\"framer-1mwfuft\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k9WcuVB8z\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IfRxmqECe\"},motionChild:true,nodeId:\"Nwcjl2G3q\",openInNewTab:false,relValues:[],scopeId:\"OPJJq0QP0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"About\"})})})}),className:\"framer-1yzs8bl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Nwcjl2G3q\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SfANFKzD6\"},motionChild:true,nodeId:\"IEWDDDYeL\",openInNewTab:false,relValues:[],scopeId:\"OPJJq0QP0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Insights\"})})})}),className:\"framer-x9swhu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IEWDDDYeL\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-it8err\",\"data-framer-name\":\"Legal\",layoutDependency:layoutDependency,layoutId:\"JADlPKjvy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{oNC7XILjD:\"terms\"},unresolvedPathSlugs:{oNC7XILjD:{collectionId:\"kB5JQlUFw\",collectionItemId:\"zzwT7Ecnc\"}},webPageId:\"ZFYIZTF16\"},motionChild:true,nodeId:\"uTd820ROK\",openInNewTab:false,relValues:[],scopeId:\"OPJJq0QP0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Terms\"})})})}),className:\"framer-izhv8u\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uTd820ROK\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{oNC7XILjD:\"privacy\"},unresolvedPathSlugs:{oNC7XILjD:{collectionId:\"kB5JQlUFw\",collectionItemId:\"QptZngUYr\"}},webPageId:\"ZFYIZTF16\"},motionChild:true,nodeId:\"A3dcv3ue4\",openInNewTab:false,relValues:[],scopeId:\"OPJJq0QP0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Privacy \"})})})}),className:\"framer-yyq4ns\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"A3dcv3ue4\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{oNC7XILjD:\"cookie\"},unresolvedPathSlugs:{oNC7XILjD:{collectionId:\"kB5JQlUFw\",collectionItemId:\"Mv9sL_bVl\"}},webPageId:\"ZFYIZTF16\"},motionChild:true,nodeId:\"fOsguYxgr\",openInNewTab:false,relValues:[],scopeId:\"OPJJq0QP0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1eahpii\",\"data-styles-preset\":\"pWnECMXPj\",children:\"Cookies\"})})})}),className:\"framer-1hn0f5x\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fOsguYxgr\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zcq6xp\",\"data-framer-name\":\"Social\",layoutDependency:layoutDependency,layoutId:\"IhL_ViPrc\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k4oey7\",layoutDependency:layoutDependency,layoutId:\"jYEWBXtaA\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/iaelestherbrener\",motionChild:true,nodeId:\"t7wtVHdIq\",scopeId:\"OPJJq0QP0\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+36+0+0+0+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/wCK0Nufb9LFEs1WgdvsNjHW2U2E.svg\"},className:\"framer-q5heg1 framer-w964ra\",layoutDependency:layoutDependency,layoutId:\"t7wtVHdIq\",style:{opacity:.48},...addPropertyOverrides({aeBB4p3ZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+112+36+352+0+0+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/wCK0Nufb9LFEs1WgdvsNjHW2U2E.svg\"}},YP_ka2hAp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+112+36+352+0+0+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/wCK0Nufb9LFEs1WgdvsNjHW2U2E.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/singularity_uk\",motionChild:true,nodeId:\"umGIpJ6k8\",scopeId:\"OPJJq0QP0\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+36+0+0+0+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/K69rMe45hZeXQqrLAb77Xm8YuU.svg\"},className:\"framer-1i58r7j framer-w964ra\",layoutDependency:layoutDependency,layoutId:\"umGIpJ6k8\",style:{opacity:.48},...addPropertyOverrides({aeBB4p3ZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+112+36+352+0+0+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/K69rMe45hZeXQqrLAb77Xm8YuU.svg\"}},YP_ka2hAp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+112+36+352+0+0+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/K69rMe45hZeXQqrLAb77Xm8YuU.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.threads.net/@singularity_uk\",motionChild:true,nodeId:\"nUt4u2qJ3\",scopeId:\"OPJJq0QP0\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+36+0+0+0+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/PiMxZCvbT6hUTwZQWhed5kCzxAc.svg\"},className:\"framer-1ufi3n framer-w964ra\",layoutDependency:layoutDependency,layoutId:\"nUt4u2qJ3\",style:{opacity:.48},...addPropertyOverrides({aeBB4p3ZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+112+36+352+0+0+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/PiMxZCvbT6hUTwZQWhed5kCzxAc.svg\"}},YP_ka2hAp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+112+36+352+0+0+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/PiMxZCvbT6hUTwZQWhed5kCzxAc.svg\"}}},baseVariant,gestureVariant)})})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ozn9p4\",\"data-framer-name\":\"Subscription\",layoutDependency:layoutDependency,layoutId:\"YvB8estc0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sonpd6\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"xDEoX0VjX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Subscribe to our founder's Substack \u2014 The Clickbait\u2122\"})})}),className:\"framer-1nqdaa7\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"XlWGtPMxI\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aeBB4p3ZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsxs(motion.strong,{children:[\"Subscribe to our founder's Substack\",/*#__PURE__*/_jsx(motion.br,{}),\"The Clickbait\u2122\"]})})})},YP_ka2hAp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:/*#__PURE__*/_jsxs(motion.strong,{children:[\"Subscribe to our founder's Substack\",/*#__PURE__*/_jsx(motion.br,{}),\"The Clickbait\u2122\"]})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afca69a8-e426-431f-98e7-ffc871bb638d, rgba(255, 255, 255, 0.48)))\"},children:[\"We'll spam you only when we have\",/*#__PURE__*/_jsx(motion.br,{}),\"something awesome to share.\"]})}),className:\"framer-68s0tl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TQmXSXoVA\",style:{\"--extracted-r6o4lv\":\"var(--token-afca69a8-e426-431f-98e7-ffc871bb638d, rgba(255, 255, 255, 0.48))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-igeii7\",\"data-framer-name\":\"Input\",layoutDependency:layoutDependency,layoutId:\"BBhfr6uuU\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-j1t6qc-container\",\"data-framer-name\":\"Subscription\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"emcnd7TiN-container\",name:\"Subscription\",nodeId:\"emcnd7TiN\",rendersWithMotion:true,scopeId:\"OPJJq0QP0\",children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Roobert Medium\", \"Roobert Medium Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0.03em\",lineHeight:\"120%\"},buttonPadding:0,buttonPaddingBottom:0,buttonPaddingLeft:16,buttonPaddingPerSide:true,buttonPaddingRight:16,buttonPaddingTop:0,color:\"var(--token-570b2f2b-e7a3-4440-a1b5-6d52ceddedc1, rgb(14, 14, 17))\",fill:\"var(--token-c231b950-0423-4991-bb61-2e0a15fbd93a, rgba(245, 245, 245, 0.96))\",insetWhenDocked:0,isDocked:false,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:120},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"Roobert Light\", \"Roobert Light Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0.03em\",lineHeight:\"120%\"},formsparkID:\"\",gap:8,getwaitlistAPI:\"19600\",height:\"100%\",id:\"emcnd7TiN\",input:{borderRadius:12,color:\"var(--token-c231b950-0423-4991-bb61-2e0a15fbd93a, rgba(255, 255, 255, 0.96))\",fill:\"var(--token-2c81481e-38cd-4c47-96da-a9e57d1ddd77, rgba(245, 245, 245, 0.16))\",fixedHeight:54,focusObject:{focusColor:\"var(--token-109540b9-43b2-4d28-ac01-ae24940efc99, rgba(245, 245, 245, 0.24))\",focusWidthFrom:0,focusWidthTo:1},height:false,padding:16,paddingBottom:0,paddingLeft:24,paddingPerSide:true,paddingRight:16,paddingTop:0,placeholder:\"Your email\",placeholderColor:\"var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(245, 245, 245, 0.8))\"},layout:\"horizontal\",layoutId:\"emcnd7TiN\",loopsID:\"\",loopsMailingList:\"\",loopsUserGroup:\"\",mailchimpURL:\"\",name:\"Subscription\",redirectAs:\"overlay\",service:\"getwaitlist\",style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({aeBB4p3ZD:{layout:\"vertical\"},YP_ka2hAp:{layout:\"vertical\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15l1tft\",layoutDependency:layoutDependency,layoutId:\"rLkx1cIM7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m154vc\",layoutDependency:layoutDependency,layoutId:\"KaEQeUC3v\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-knjqix-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"gngDZOvx1-container\",nodeId:\"gngDZOvx1\",rendersWithMotion:true,scopeId:\"OPJJq0QP0\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"var(--token-b90df2b5-0220-4015-b318-c7544e3e4fd4, rgba(255, 255, 255, 0.8))\",font:{fontFamily:'\"Roobert Medium\", \"Roobert Medium Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"-0.02em\",lineHeight:\"140%\"},height:\"100%\",id:\"gngDZOvx1\",layoutId:\"gngDZOvx1\",monthFormat:\"long\",outputType:\"date\",showMinutes:true,showMonth:false,showSeconds:true,showWeekday:false,showYear:true,tabularFont:true,timeFormat:\"24h\",width:\"100%\",...addPropertyOverrides({aeBB4p3ZD:{font:{fontFamily:'\"Roobert Medium\", \"Roobert Medium Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"-0.03em\",lineHeight:\"100%\"}},YP_ka2hAp:{font:{fontFamily:'\"Roobert Medium\", \"Roobert Medium Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"-0.03em\",lineHeight:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-oh30q\",\"data-styles-preset\":\"FwmuxBMQR\",children:\"\\xa9 Singularity Powerhouse Ltd.\"})}),className:\"framer-1vigx8i\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"C0b858uFc\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-srn50m\",\"data-styles-preset\":\"WO0QWD_KA\",children:\"Company registered in the United Kingdom (Company No. 15952235) \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-srn50m\",\"data-styles-preset\":\"WO0QWD_KA\",children:\"71-75 Shelton Street, Covent Garden, London, WC2H 9JQ\"})]}),className:\"framer-w9ntd6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"M8npAlg89\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aeBB4p3ZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-srn50m\",\"data-styles-preset\":\"WO0QWD_KA\",children:\"Company registered in the United Kingdom (Company No. 15952235) 71-75 Shelton Street, Covent Garden, London, WC2H 9JQ\"})})},YP_ka2hAp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-srn50m\",\"data-styles-preset\":\"WO0QWD_KA\",children:\"Company registered in the United Kingdom (Company No. 15952235) 71-75 Shelton Street, Covent Garden, London, WC2H 9JQ\"})})}},baseVariant,gestureVariant)})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dGZob.framer-w964ra, .framer-dGZob .framer-w964ra { display: block; }\",\".framer-dGZob.framer-p42k7t { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-dGZob .framer-1ksnwjy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 480px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dGZob .framer-u4jp5n { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 800px; padding: 40px; position: relative; width: 1px; }\",\".framer-dGZob .framer-135de2j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-dGZob .framer-1n088av { flex: none; height: 40px; position: relative; text-decoration: none; width: 221px; }\",\".framer-dGZob .framer-1gsg2v9 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: auto; justify-content: flex-start; padding: 36px 60px 36px 0px; position: relative; width: 1px; }\",\".framer-dGZob .framer-dwycy3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 450px; }\",\".framer-dGZob .framer-fpkhay, .framer-dGZob .framer-it8err, .framer-dGZob .framer-zcq6xp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 16px 0px 0px; position: relative; width: min-content; }\",\".framer-dGZob .framer-i39gti, .framer-dGZob .framer-1mwfuft, .framer-dGZob .framer-1yzs8bl, .framer-dGZob .framer-x9swhu, .framer-dGZob .framer-izhv8u, .framer-dGZob .framer-yyq4ns, .framer-dGZob .framer-1hn0f5x { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dGZob .framer-1k4oey7 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-dGZob .framer-q5heg1, .framer-dGZob .framer-1i58r7j, .framer-dGZob .framer-1ufi3n { flex: none; height: 24px; position: relative; text-decoration: none; width: 24px; }\",\".framer-dGZob .framer-ozn9p4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 440px; min-width: 320px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dGZob .framer-sonpd6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; max-width: 400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dGZob .framer-1nqdaa7, .framer-dGZob .framer-68s0tl { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-dGZob .framer-igeii7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dGZob .framer-j1t6qc-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-dGZob .framer-15l1tft { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dGZob .framer-m154vc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dGZob .framer-knjqix-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-dGZob .framer-1vigx8i { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-dGZob .framer-w9ntd6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-dGZob.framer-v-1f30o6c.framer-p42k7t, .framer-dGZob.framer-v-1a7htt6.framer-p42k7t { width: 400px; }\",\".framer-dGZob.framer-v-1f30o6c .framer-1ksnwjy, .framer-dGZob.framer-v-1a7htt6 .framer-1ksnwjy { flex-direction: column; }\",\".framer-dGZob.framer-v-1f30o6c .framer-u4jp5n, .framer-dGZob.framer-v-1a7htt6 .framer-u4jp5n { flex: none; max-width: unset; padding: 36px; width: 100%; }\",\".framer-dGZob.framer-v-1f30o6c .framer-1n088av, .framer-dGZob.framer-v-1a7htt6 .framer-1n088av { aspect-ratio: 6.138888888888889 / 1; height: var(--framer-aspect-ratio-supported, 40px); width: 246px; }\",\".framer-dGZob.framer-v-1f30o6c .framer-1gsg2v9, .framer-dGZob.framer-v-1a7htt6 .framer-1gsg2v9 { align-self: unset; flex: none; gap: 40px; height: min-content; padding: 36px; width: 100%; }\",\".framer-dGZob.framer-v-1f30o6c .framer-dwycy3, .framer-dGZob.framer-v-1a7htt6 .framer-dwycy3 { order: 1; width: 330px; }\",\".framer-dGZob.framer-v-1f30o6c .framer-zcq6xp, .framer-dGZob.framer-v-1a7htt6 .framer-zcq6xp { gap: 4px; padding: 0px; }\",\".framer-dGZob.framer-v-1f30o6c .framer-ozn9p4, .framer-dGZob.framer-v-1a7htt6 .framer-ozn9p4 { min-width: unset; order: 0; }\",\".framer-dGZob.framer-v-1f30o6c .framer-15l1tft, .framer-dGZob.framer-v-1a7htt6 .framer-15l1tft { order: 2; }\",\".framer-dGZob.framer-v-1f30o6c .framer-m154vc, .framer-dGZob.framer-v-1a7htt6 .framer-m154vc { gap: 3px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 524.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aeBB4p3ZD\":{\"layout\":[\"fixed\",\"auto\"]},\"P2khTMSIk\":{\"layout\":[\"fixed\",\"auto\"]},\"YP_ka2hAp\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerOPJJq0QP0=withCSS(Component,css,\"framer-dGZob\");export default FramerOPJJq0QP0;FramerOPJJq0QP0.displayName=\"Navigation / Footer\";FramerOPJJq0QP0.defaultProps={height:524.5,width:1440};addPropertyControls(FramerOPJJq0QP0,{variant:{options:[\"UDF2xq7Bi\",\"aeBB4p3ZD\",\"P2khTMSIk\",\"YP_ka2hAp\"],optionTitles:[\"Desktop\",\"Phone\",\"Desktop MOT\",\"Pnone MOT\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerOPJJq0QP0,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Roobert Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/0FQlziTuugtUBLnG6l1V4XMNJA.woff2\"},{family:\"Roobert Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/x0cxKjkLAN5SkHUHODrsLuA0SQ.woff2\"}]},...InputFonts,...TimeDateFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOPJJq0QP0\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"524.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aeBB4p3ZD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P2khTMSIk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YP_ka2hAp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ColorsSelection", "props", "ue", "styleId", "existingStyle", "style", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "background", "height", "id", "text", "textColor", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "X7BXT0DN4", "yF8Wiw9dW", "VRNDXSwE9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "RichText", "css", "FrameruTnmg44b1", "withCSS", "uTnmg44b1_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "BadgeFonts", "getFonts", "uTnmg44b1_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "badge", "badgeColor", "badgeText", "click", "height", "hover", "id", "link", "newTab", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Mv16WKTEe", "Kr62I1Ee9", "XiCzUhcM5", "s4QYqX_Ju", "UU0IU6Qs2", "r9wjJW8ZN", "xkpUt4F21", "NctncU19N", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1nzcs7l", "args", "onMouseEnter1jzoo8f", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerF5glnIxIK", "withCSS", "F5glnIxIK_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", "LayoutGroup", "css", "FramerFeZ5AYXoK", "withCSS", "FeZ5AYXoK_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Mv16WKTEe", "zzdhFKk9U", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText", "css", "FramerKBxwZ1gtY", "withCSS", "KBxwZ1gtY_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "DividerFonts", "getFonts", "FeZ5AYXoK_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "Link", "Image2", "getLoadingLazyAtYPosition", "css", "FramerzkzDy2SkZ", "withCSS", "zkzDy2SkZ_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", "click2", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "aVk4uQdAZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1rs5g3u", "args", "onTap1b0hgqq", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "FramerzR1x4A4uO", "withCSS", "zR1x4A4uO_default", "addPropertyControls", "ControlType", "addFonts", "ButtonsBigFonts", "getFonts", "KBxwZ1gtY_default", "ButtonsMediumFonts", "F5glnIxIK_default", "Navigation_iconFonts", "zR1x4A4uO_default", "NavigationMenuPhoneFonts", "zkzDy2SkZ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "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", "onTaphnk7ou", "args", "onTap3irn7q", "onTapy2yhhx", "onTap142p76v", "onTap6bd10u", "onTap123zs0g", "onTapbuh30s", "onTap1j6d9j2", "aVk4uQdAZy2yhhx", "aVk4uQdAZ142p76v", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramernyDxmLt7o", "withCSS", "nyDxmLt7o_default", "addPropertyControls", "ControlType", "addFonts", "emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "domain", "parameters", "safeURL", "isInternalURL", "href", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "loopsUserGroup", "loopsMailingList", "formsparkID", "getwaitlistAPI", "convertkitAPI", "convertkitFormID", "input", "button", "font", "layout", "link", "gap", "style", "onSubmit", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isFocus", "setFocus", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "padding", "borderRadius", "borderObject", "focusObject", "shadowObject", "height", "fixedHeight", "buttonPaddingPerSide", "buttonPaddingTop", "buttonPaddingRight", "buttonPaddingBottom", "buttonPaddingLeft", "buttonPadding", "paddingValue", "buttonPaddingValue", "router", "useRouter", "onSuccess", "fullPath", "hash", "path", "routeId", "pathVariables", "inferInitialRouteFromPath", "window", "validateForm", "te", "formControls", "handleChange", "event", "handleFocus", "handleBlur", "handleSubmit", "response", "error", "emailBody", "userGroupBody", "mailingListBody", "hasMailingList", "hasUserGroup", "formBody", "data", "entries", "formData", "useAnimationControls", "focusStylesFrom", "focusStylesTo", "shadowStyles", "borderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "p", "motion", "containerStyles", "u", "defaultStyle", "Spinner", "getButtonShadow", "props", "noButtonStyles", "addPropertyControls", "ControlType", "shadows", "output", "shadow", "Input_default", "fontStore", "fonts", "css", "className", "fontStack", "formatTimeOrDate", "outputType", "showYear", "showMonth", "showWeekday", "showMinutes", "showSeconds", "timeFormat", "monthFormat", "localCode", "date", "onlyYearIsShown", "defaultProps", "Time", "props", "mergedProps", "color", "font", "tabularFont", "useLocaleCode", "getTextContent", "te", "timeoutRef", "pe", "updateCountdown", "node", "prev", "tick", "next", "textContent", "visible", "setIsVisible", "ye", "isCanvas", "RenderTarget", "ue", "Z", "p", "addPropertyControls", "ControlType", "InputFonts", "getFonts", "Input_default", "TimeDateFonts", "Time", "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", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerOPJJq0QP0", "withCSS", "OPJJq0QP0_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
