{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/hAahUT5WhkA90ScusgxD/SVG.js", "ssg:https://framerusercontent.com/modules/cLrf90FzZZUWQrf0rOdm/hvZGl7FtRZCZKg3w1S6r/yP6HodrKf.js", "ssg:https://framerusercontent.com/modules/sScReZjH0FsfYwZhe4dx/gxRp7wXvjAqOLFjeHj2l/q7YdWxX6a.js", "ssg:https://framerusercontent.com/modules/pMKrfB2uVgwqHuLoNTKp/5fxVG6CZ4Mmy2OGf503M/tQ05qlMnP.js", "ssg:https://framerusercontent.com/modules/xxp6SJ0XU2Xv2RE8bzrw/WDT3ujBOt40tPJUd5nMQ/LlBwJbvvr.js", "ssg:https://framerusercontent.com/modules/2eDU6iIjsrrSMB3K92Tl/xcB6zPVY88hhx7VhuKia/MpJ5Rn1Tn.js", "ssg:https://framerusercontent.com/modules/9XHCTyIvAui6cMZ0TzRB/8nKR0mapWCxPQ1XNfKpI/M9oK42K2n.js", "ssg:https://framerusercontent.com/modules/4eMqQsuQM2Dv6T72mM0O/JwPe7JlwM5GXosrhgYSS/lHNU7Y2oY.js", "ssg:https://framerusercontent.com/modules/uFZhTBSSXb9DygpSmqvE/YJYLi69VX4mS0GABmxTY/nHE68CxUa.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Mn69eMnaMcqJ65TjxwR1/Embed.js", "ssg:https://framerusercontent.com/modules/zO5AWnvF0fNWa6jxPv6m/7Y0D5PaFQjou309X8WLL/LtDYUO2sX.js", "ssg:https://framerusercontent.com/modules/me9AwkAyMEULV9Jgg0gY/EzIwBV7MmnnYsdDVq1VD/ve2VTRz4q.js"],
  "sourcesContent": ["import{jsx as e}from\"react/jsx-runtime\";import{useState as t,useEffect as o}from\"react\";import{addPropertyControls as i,ControlType as l}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */function s(i){let[l,s]=t(null);o(()=>{let e=i.customSvgCode;r(e);},[i.customSvgCode,i.customColor,i.customStrokeWidth,i.lineCap,i.lineJoin]);let r=e=>{let t=[[/width=\"[^\"]*\"/,'width=\"100%\"'],[/height=\"[^\"]*\"/,'height=\"100%\"']],o=e.includes('stroke=\"'),l=e.includes('stroke-width=\"'),r=e.includes('stroke-linecap=\"'),n=e.includes('stroke-linejoin=\"');if(e.includes(\"<circle\")){// Find the circle element and update its fill attribute\nlet o=/<circle[^>]*fill=\"([^\"]*)\"/,l=e.match(o);if(l){// Update the fill attribute with the custom color\nlet t=l[0].replace(l[1],i.customColor);e=e.replace(o,t);}else // If there is no fill attribute, add it with the custom color\nt.push([/<circle/g,`<circle fill=\"${i.customColor}\"`]);}o?(r?t.push([/<path/g,`<path stroke=\"${i.customColor}\" stroke-linecap=\"${i.lineCap}\"`]):t.push([/<path/g,`<path stroke=\"${i.customColor}\"`]),l&&t.push([/stroke-width=\"(?!0\\b)\\d+(\\.\\d+)?\"/g,`stroke-width=\"${i.customStrokeWidth}\"`])):t.push([/<path/g,`<path fill=\"${i.customColor}\"`]),e.includes('overflow=\"')?t.push([/overflow=\"[^\"]*\"/,'overflow=\"visible\"']):t.push([/<svg/,'<svg overflow=\"visible\"']),n?t.push([/stroke-linejoin=\"[^\"]*\"/,`stroke-linejoin=\"${i.lineJoin}\"`]):t.push([/<path/g,`<path stroke-linejoin=\"${i.lineJoin}\"`]),t.forEach(([t,o])=>{e=e.replace(t,o);}),s(e);},n={padding:`${i.customPadding}px`,display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",overflow:\"visible\"};return /*#__PURE__*/e(\"div\",{dangerouslySetInnerHTML:{__html:l},style:n});}s.defaultProps={customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9996 4.58607L19.414 12.0001L22.9139 8.50015L15.4997 1.08594L11.9996 4.58607Z\" fill=\"black\"/> <path d=\"M18.403 13.8175L10.1822 5.59708L5.63438 7.25082L3.08203 19.5021L8.15387 14.4302C8.0427 14.1472 7.98166 13.839 7.98166 13.5166C7.98166 12.1359 9.10095 11.0166 10.4817 11.0166C11.8624 11.0166 12.9817 12.1359 12.9817 13.5166C12.9817 14.8973 11.8624 16.0166 10.4817 16.0166C10.1592 16.0166 9.85109 15.9556 9.56811 15.8444L4.49378 20.9188L16.7491 18.3656L18.403 13.8175Z\" fill=\"black\"/> </svg>',customColor:\"#ffffff\",customPadding:0,customStrokeWidth:2,lineCap:\"butt\",lineJoin:\"miter\"},i(s,{customSvgCode:{type:l.String,title:\"SVG Code\",displayTextArea:!1},customColor:{type:l.Color,title:\"Color\",defaultValue:\"#ffffff\"},customStrokeWidth:{type:l.Number,title:\"Stroke\",defaultValue:2,min:0,step:.1,displayStepper:!0,hidden:e=>!e.customSvgCode.includes('stroke=\"')},customPadding:{type:l.Number,title:\"Padding\",defaultValue:0,min:0,step:1,displayStepper:!0},lineCap:{type:l.Enum,title:\"Line Cap\",options:[\"butt\",\"round\",\"square\"],optionTitles:[\"Butt\",\"Round\",\"Square\"],defaultValue:\"butt\",hidden:e=>!e.customSvgCode.includes('stroke=\"')},lineJoin:{type:l.Enum,title:\"Line Join\",options:[\"round\",\"miter\",\"bevel\"],optionTitles:[\"Round\",\"Miter\",\"Bevel\"],defaultValue:\"miter\",hidden:e=>!e.customSvgCode.includes('stroke=\"')}});export default s;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SVG\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SVG.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Geist  Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist  Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/0IOtYyeZIcPb3Z49D22gKQF9PWY.woff2\"}]}];export const css=['.framer-ybR6h .framer-styles-preset-1n3twy6:not(.rich-text-wrapper), .framer-ybR6h .framer-styles-preset-1n3twy6.rich-text-wrapper p { --framer-font-family: \"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-066ac3f9-eba3-4cbd-b32f-d665141e99a1, #fbfaf9); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-ybR6h\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Geist  Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist  Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/dPkibpepZ03iV3cotNMEkZQ1p0U.woff2\"}]}];export const css=['.framer-kv2NM .framer-styles-preset-y3no75:not(.rich-text-wrapper), .framer-kv2NM .framer-styles-preset-y3no75.rich-text-wrapper p { --framer-font-family: \"Geist  Regular\", \"Geist  Regular Placeholder\", sans-serif; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-f3a667d3-adde-484a-baa0-f13746dcc10e, #5a5958); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-kv2NM\";\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 (128ce9c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-MxEaH .framer-styles-preset-gqs7ud:not(.rich-text-wrapper), .framer-MxEaH .framer-styles-preset-gqs7ud.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-431693e0-d719-43bf-b8c8-7e775b6fbb92, #1265ff); --framer-link-hover-text-decoration: underline; --framer-link-text-decoration: none; }\"];export const className=\"framer-MxEaH\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Geist  Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist  Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/0IOtYyeZIcPb3Z49D22gKQF9PWY.woff2\"}]}];export const css=['.framer-0sRp7 .framer-styles-preset-3fkm65:not(.rich-text-wrapper), .framer-0sRp7 .framer-styles-preset-3fkm65.rich-text-wrapper p { --framer-font-family: \"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-066ac3f9-eba3-4cbd-b32f-d665141e99a1, #fbfaf9); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-0sRp7\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (56d1180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SVG from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/hAahUT5WhkA90ScusgxD/SVG.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xxp6SJ0XU2Xv2RE8bzrw/WDT3ujBOt40tPJUd5nMQ/LlBwJbvvr.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/cLrf90FzZZUWQrf0rOdm/hvZGl7FtRZCZKg3w1S6r/yP6HodrKf.js\";const SVGFonts=getFonts(SVG);const enabledGestures={Bk53FZAoE:{hover:true},e3oj9FA3H:{hover:true},hh7AdIWS7:{hover:true},mteNp9AAD:{hover:true},ob5wIABzs:{hover:true},Y_Xy_kNv6:{hover:true}};const cycleOrder=[\"e3oj9FA3H\",\"ob5wIABzs\",\"Y_Xy_kNv6\",\"mteNp9AAD\",\"hh7AdIWS7\",\"Bk53FZAoE\"];const serializationHash=\"framer-QL9q1\";const variantClassNames={Bk53FZAoE:\"framer-v-1uxg8ds\",e3oj9FA3H:\"framer-v-1cenyx6\",hh7AdIWS7:\"framer-v-1pz6dt0\",mteNp9AAD:\"framer-v-spap23\",ob5wIABzs:\"framer-v-1fiaqja\",Y_Xy_kNv6:\"framer-v-ki5wj6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Color - XL\":\"hh7AdIWS7\",\"Color -S\":\"Bk53FZAoE\",\"Dark - L\":\"ob5wIABzs\",\"Dark - S\":\"Y_Xy_kNv6\",\"Dark - Xl\":\"mteNp9AAD\",Color:\"e3oj9FA3H\"};const getProps=({copy,height,icon,icon1,iconColor,id,link,tap,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,aw7DqRMQ1:link!==null&&link!==void 0?link:props.aw7DqRMQ1,b_FcZGaEy:tap!==null&&tap!==void 0?tap:props.b_FcZGaEy,cWIxH4Lje:(_ref=copy!==null&&copy!==void 0?copy:props.cWIxH4Lje)!==null&&_ref!==void 0?_ref:\"Get started for free\",DWmqlIMQs:(_ref1=icon1!==null&&icon1!==void 0?icon1:props.DWmqlIMQs)!==null&&_ref1!==void 0?_ref1:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\"><title>check-3</title><g fill=\"#F7F7F7\"><path d=\"m4.21,10.329h-.011c-.289-.004-.549-.174-.67-.436-.622-1.35-1.334-2.387-2.31-3.363-.293-.293-.293-.768,0-1.061.293-.293.768-.293,1.061,0,.772.773,1.398,1.577,1.943,2.508,1.4-2.384,3.272-4.451,5.58-6.16.333-.246.802-.177,1.049.157.246.333.176.803-.157,1.049-2.516,1.861-4.471,4.179-5.814,6.888-.126.256-.387.417-.672.417Z\" stroke-width=\"0\" fill=\"#F7F7F7\"></path></g></svg>',herQfEyUq:icon!==null&&icon!==void 0?icon:props.herQfEyUq,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"e3oj9FA3H\",yyZp5loLa:(_ref3=iconColor!==null&&iconColor!==void 0?iconColor:props.yyZp5loLa)!==null&&_ref3!==void 0?_ref3:\"var(--token-066ac3f9-eba3-4cbd-b32f-d665141e99a1, rgb(251, 250, 249))\"};};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,herQfEyUq,DWmqlIMQs,yyZp5loLa,cWIxH4Lje,aw7DqRMQ1,b_FcZGaEy,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"e3oj9FA3H\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapgc4zvy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(b_FcZGaEy){const res=await b_FcZGaEy(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:aw7DqRMQ1,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"Button\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1cenyx6\",className,classNames)} framer-1oyi9zh`,\"data-framer-name\":\"Color\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"e3oj9FA3H\",onTap:onTapgc4zvy,ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:\"linear-gradient(180deg, rgb(82, 122, 255) 0%, rgb(18, 101, 255) 100%)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 0px 0px 1px rgb(16, 102, 255), 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(28, 34, 44, 0.11518), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(28, 34, 44, 0.10169), 0px 10px 10px -3.75px rgba(28, 34, 44, 0.04)\",...style},variants:{\"Bk53FZAoE-hover\":{background:\"linear-gradient(180deg, rgba(82, 122, 255, 0.9) 0%, rgba(18, 101, 255, 0.9) 100%)\"},\"e3oj9FA3H-hover\":{background:\"linear-gradient(180deg, rgba(82, 122, 255, 0.9) 0%, rgba(18, 101, 255, 0.9) 100%)\"},\"hh7AdIWS7-hover\":{background:\"linear-gradient(180deg, rgba(82, 122, 255, 0.9) 0%, rgba(18, 101, 255, 0.9) 100%)\",boxShadow:\"0px 0px 0px 1px rgb(16, 102, 255), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.16), 0px 1px 2px 0px rgba(28, 34, 44, 0.08), 0px 4px 8px 0px rgba(28, 34, 44, 0.08), 0px 12px 12px -6px rgba(28, 34, 44, 0.06)\"},\"mteNp9AAD-hover\":{background:\"linear-gradient(180deg, rgba(48, 49, 74, 0.9) 0%, rgba(19, 23, 42, 0.9) 100%)\"},\"ob5wIABzs-hover\":{background:\"linear-gradient(180deg, rgba(48, 49, 74, 0.9) 0%, rgba(19, 23, 42, 0.9) 100%)\"},\"Y_Xy_kNv6-hover\":{background:\"linear-gradient(180deg, rgba(48, 49, 74, 0.9) 0%, rgba(19, 23, 42, 0.9) 100%)\"},Bk53FZAoE:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},hh7AdIWS7:{boxShadow:\"0px 0px 0px 1px rgb(16, 102, 255), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.12), 0px 1px 2px 0px rgba(28, 34, 44, 0.08), 0px 4px 8px 0px rgba(28, 34, 44, 0.08), 0px 12px 12px -6px rgba(28, 34, 44, 0.06)\"},mteNp9AAD:{background:\"linear-gradient(180deg, rgb(48, 49, 74) 0%, rgb(19, 23, 42) 100%)\",boxShadow:\"0px 0px 0px 1px rgb(12, 15, 29), 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(28, 34, 44, 0.11518), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(28, 34, 44, 0.10169), 0px 10px 10px -3.75px rgba(28, 34, 44, 0.04)\"},ob5wIABzs:{background:\"linear-gradient(180deg, rgb(48, 49, 74) 0%, rgb(19, 23, 42) 100%)\",boxShadow:\"0px 0px 0px 1px rgb(12, 15, 29), 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(28, 34, 44, 0.11518), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(28, 34, 44, 0.10169), 0px 10px 10px -3.75px rgba(28, 34, 44, 0.04)\"},Y_Xy_kNv6:{background:\"linear-gradient(180deg, rgb(48, 49, 74) 0%, rgb(19, 23, 42) 100%)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,boxShadow:\"0px 0px 0px 1px rgb(12, 15, 29), 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(28, 34, 44, 0.11518), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(28, 34, 44, 0.10169), 0px 10px 10px -3.75px rgba(28, 34, 44, 0.04)\"}},...addPropertyOverrides({\"Bk53FZAoE-hover\":{\"data-framer-name\":undefined},\"e3oj9FA3H-hover\":{\"data-framer-name\":undefined},\"hh7AdIWS7-hover\":{\"data-framer-name\":undefined},\"mteNp9AAD-hover\":{\"data-framer-name\":undefined},\"ob5wIABzs-hover\":{\"data-framer-name\":undefined},\"Y_Xy_kNv6-hover\":{\"data-framer-name\":undefined},Bk53FZAoE:{\"data-framer-name\":\"Color -S\"},hh7AdIWS7:{\"data-framer-name\":\"Color - XL\"},mteNp9AAD:{\"data-framer-name\":\"Dark - Xl\"},ob5wIABzs:{\"data-framer-name\":\"Dark - L\"},Y_Xy_kNv6:{\"data-framer-name\":\"Dark - S\"}},baseVariant,gestureVariant),children:[herQfEyUq&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rxwpz5-container\",layoutDependency:layoutDependency,layoutId:\"piF6QUunV-container\",children:/*#__PURE__*/_jsx(SVG,{customColor:yyZp5loLa,customPadding:0,customStrokeWidth:2,customSvgCode:DWmqlIMQs,height:\"100%\",id:\"piF6QUunV\",layoutId:\"piF6QUunV\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3fkm65\",\"data-styles-preset\":\"LlBwJbvvr\",children:\"Get started for free\"})}),className:\"framer-1odvhut\",\"data-framer-name\":\"Multiplayer inbox for Linkedin and email so you are context aware on your sales conversations\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aAYAqwot2\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:cWIxH4Lje,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hh7AdIWS7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3twy6\",\"data-styles-preset\":\"yP6HodrKf\",children:\"Get started for free\"})})},mteNp9AAD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3twy6\",\"data-styles-preset\":\"yP6HodrKf\",children:\"Get started for free\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QL9q1.framer-1oyi9zh, .framer-QL9q1 .framer-1oyi9zh { display: block; }\",\".framer-QL9q1.framer-1cenyx6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 10px 6px 10px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-QL9q1 .framer-1rxwpz5-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); position: relative; width: 14px; }\",\".framer-QL9q1 .framer-1odvhut { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QL9q1.framer-1cenyx6 { gap: 0px; } .framer-QL9q1.framer-1cenyx6 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-QL9q1.framer-1cenyx6 > :first-child { margin-left: 0px; } .framer-QL9q1.framer-1cenyx6 > :last-child { margin-right: 0px; } }\",\".framer-QL9q1.framer-v-ki5wj6.framer-1cenyx6, .framer-QL9q1.framer-v-1uxg8ds.framer-1cenyx6 { padding: 4px 8px 4px 8px; }\",\".framer-QL9q1.framer-v-spap23.framer-1cenyx6, .framer-QL9q1.framer-v-1pz6dt0.framer-1cenyx6 { padding: 7px 16px 7px 16px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 137.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ob5wIABzs\":{\"layout\":[\"auto\",\"auto\"]},\"Y_Xy_kNv6\":{\"layout\":[\"auto\",\"auto\"]},\"mteNp9AAD\":{\"layout\":[\"auto\",\"auto\"]},\"hh7AdIWS7\":{\"layout\":[\"auto\",\"auto\"]},\"Bk53FZAoE\":{\"layout\":[\"auto\",\"auto\"]},\"f_CnTREMS\":{\"layout\":[\"auto\",\"auto\"]},\"O19yDV9xh\":{\"layout\":[\"auto\",\"auto\"]},\"VM73BeI5P\":{\"layout\":[\"auto\",\"auto\"]},\"rgjhuTenT\":{\"layout\":[\"auto\",\"auto\"]},\"pHVU4uQj4\":{\"layout\":[\"auto\",\"auto\"]},\"MA2coKRSn\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"herQfEyUq\":\"icon\",\"DWmqlIMQs\":\"icon1\",\"yyZp5loLa\":\"iconColor\",\"cWIxH4Lje\":\"copy\",\"aw7DqRMQ1\":\"link\",\"b_FcZGaEy\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMpJ5Rn1Tn=withCSS(Component,css,\"framer-QL9q1\");export default FramerMpJ5Rn1Tn;FramerMpJ5Rn1Tn.displayName=\"Button\";FramerMpJ5Rn1Tn.defaultProps={height:30,width:137.5};addPropertyControls(FramerMpJ5Rn1Tn,{variant:{options:[\"e3oj9FA3H\",\"ob5wIABzs\",\"Y_Xy_kNv6\",\"mteNp9AAD\",\"hh7AdIWS7\",\"Bk53FZAoE\"],optionTitles:[\"Color\",\"Dark - L\",\"Dark - S\",\"Dark - Xl\",\"Color - XL\",\"Color -S\"],title:\"Variant\",type:ControlType.Enum},herQfEyUq:{defaultValue:false,title:\"Icon\",type:ControlType.Boolean},DWmqlIMQs:{defaultValue:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\"><title>check-3</title><g fill=\"#F7F7F7\"><path d=\"m4.21,10.329h-.011c-.289-.004-.549-.174-.67-.436-.622-1.35-1.334-2.387-2.31-3.363-.293-.293-.293-.768,0-1.061.293-.293.768-.293,1.061,0,.772.773,1.398,1.577,1.943,2.508,1.4-2.384,3.272-4.451,5.58-6.16.333-.246.802-.177,1.049.157.246.333.176.803-.157,1.049-2.516,1.861-4.471,4.179-5.814,6.888-.126.256-.387.417-.672.417Z\" stroke-width=\"0\" fill=\"#F7F7F7\"></path></g></svg>',displayTextArea:false,title:\"Icon\",type:ControlType.String},yyZp5loLa:{defaultValue:'var(--token-066ac3f9-eba3-4cbd-b32f-d665141e99a1, rgb(251, 250, 249)) /* {\"name\":\"BG\"} */',title:\"Icon Color\",type:ControlType.Color},cWIxH4Lje:{defaultValue:\"Get started for free\",displayTextArea:false,title:\"Copy\",type:ControlType.String},aw7DqRMQ1:{title:\"Link\",type:ControlType.Link},b_FcZGaEy:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerMpJ5Rn1Tn,[{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\"}]},...SVGFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMpJ5Rn1Tn\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ob5wIABzs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Y_Xy_kNv6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mteNp9AAD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hh7AdIWS7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Bk53FZAoE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"f_CnTREMS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"O19yDV9xh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VM73BeI5P\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rgjhuTenT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pHVU4uQj4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MA2coKRSn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"30\",\"framerVariables\":\"{\\\"herQfEyUq\\\":\\\"icon\\\",\\\"DWmqlIMQs\\\":\\\"icon1\\\",\\\"yyZp5loLa\\\":\\\"iconColor\\\",\\\"cWIxH4Lje\\\":\\\"copy\\\",\\\"aw7DqRMQ1\\\":\\\"link\\\",\\\"b_FcZGaEy\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"137.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MpJ5Rn1Tn.map", "// Generated by Framer (6807895)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SVG1 from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/hAahUT5WhkA90ScusgxD/SVG.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xxp6SJ0XU2Xv2RE8bzrw/WDT3ujBOt40tPJUd5nMQ/LlBwJbvvr.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/pMKrfB2uVgwqHuLoNTKp/5fxVG6CZ4Mmy2OGf503M/tQ05qlMnP.js\";import Button from\"https://framerusercontent.com/modules/2eDU6iIjsrrSMB3K92Tl/xcB6zPVY88hhx7VhuKia/MpJ5Rn1Tn.js\";const SVG1Fonts=getFonts(SVG1);const ButtonFonts=getFonts(Button);const cycleOrder=[\"YH801Jzch\",\"ecF5O0p2l\",\"dqCsElfcU\"];const serializationHash=\"framer-YRN52\";const variantClassNames={dqCsElfcU:\"framer-v-puxzli\",ecF5O0p2l:\"framer-v-1bb4vw9\",YH801Jzch:\"framer-v-h6c9b0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"dqCsElfcU\",Desktop:\"YH801Jzch\",Phone:\"ecF5O0p2l\"};const getProps=({button,height,id,width,...props})=>{return{...props,Ck4tYkg6d:button??props.Ck4tYkg6d,variant:humanReadableVariantMap[props.variant]??props.variant??\"YH801Jzch\"};};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,Ck4tYkg6d,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YH801Jzch\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap2ndqz1=activeVariantCallback(async(...args)=>{setVariant(\"dqCsElfcU\");});const onTap5mth76=activeVariantCallback(async(...args)=>{setVariant(\"ecF5O0p2l\");});const onTapd7wkrc=activeVariantCallback(async(...args)=>{if(Ck4tYkg6d){const res=await Ck4tYkg6d(...args);if(res===false)return false;}});const b_FcZGaEyd7wkrc=activeVariantCallback(async(...args)=>{if(Ck4tYkg6d){const res=await Ck4tYkg6d(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"ecF5O0p2l\",\"dqCsElfcU\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"ecF5O0p2l\",\"dqCsElfcU\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-h6c9b0\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"YH801Jzch\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-ddab6fc4-ab19-4e69-a78c-8f2c697820d9, rgb(215, 222, 234))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-066ac3f9-eba3-4cbd-b32f-d665141e99a1, rgb(238, 240, 246))\",boxShadow:\"0px 0.2px 0px 0px rgba(255, 255, 255, 0.94)\",...style},...addPropertyOverrides({dqCsElfcU:{\"data-framer-name\":\"Phone Open\"},ecF5O0p2l:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c8ql7i\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"J9nuk1jQQ\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cvnoik\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"CtUjJNrzj\",...addPropertyOverrides({dqCsElfcU:{\"data-highlight\":true,onTap:onTap5mth76},ecF5O0p2l:{\"data-highlight\":true,onTap:onTap2ndqz1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rdjq59\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"ucXv9tKuJ\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{dqCsElfcU:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-u88mu1\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"ffeZ9iGfD\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{dqCsElfcU:{rotate:45}}})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"vNp_wdpvI\",children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Home button\",className:\"framer-u3gcy7 framer-c20djg\",layoutDependency:layoutDependency,layoutId:\"vNp_wdpvI\",...addPropertyOverrides({dqCsElfcU:{\"data-highlight\":true,onTap:onTap5mth76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wenofw\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:277,intrinsicWidth:972,layoutDependency:layoutDependency,layoutId:\"y3WYcwq19\",svg:'<svg width=\"972\" height=\"277\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><rect width=\"260.73\" height=\"260.73\" rx=\"56.68\" fill=\"url(#b)\"/><rect width=\"260.73\" height=\"260.73\" rx=\"56.68\" fill=\"url(#c)\" fill-opacity=\".2\" style=\"mix-blend-mode:soft-light\"/></g><g filter=\"url(#d)\"><g filter=\"url(#e)\"><path d=\"M204 122.318v5.665a73.33 73.33 0 0 1-5.658 28.24 73.617 73.617 0 0 1-16.109 23.922 74.03 74.03 0 0 1-24.097 15.945 74.307 74.307 0 0 1-28.399 5.53c-38.423-.134-69.731-29.781-73.374-67.109a2.818 2.818 0 0 1 1.175-2.527 2.85 2.85 0 0 1 2.781-.305 25.695 25.695 0 0 0 16.183 1.203 25.585 25.585 0 0 0 13.652-8.73 25.541 25.541 0 0 0 8.38 6.757 25.66 25.66 0 0 0 21.066.905 25.557 25.557 0 0 0 8.934-6.012 28.666 28.666 0 0 0 9.158 9.205 33.983 33.983 0 0 0-9.857 11.925 33.805 33.805 0 0 0-3.527 15.037 5.666 5.666 0 0 0 1.832 4.183 5.69 5.69 0 0 0 2.012 1.195 5.73 5.73 0 0 0 2.325.287 5.849 5.849 0 0 0 3.743-1.922 5.788 5.788 0 0 0 1.472-3.927 22.605 22.605 0 0 1 6.734-15.902 22.828 22.828 0 0 1 16.036-6.572 5.711 5.711 0 0 0 4.164-1.789 5.657 5.657 0 0 0 1.528-4.25 5.783 5.783 0 0 0-1.892-3.791 5.837 5.837 0 0 0-3.978-1.498h-5.515a17.12 17.12 0 0 1-12.075-4.978 16.948 16.948 0 0 1-5.002-12.016V99.66h45.539c6.039 0 11.83 2.388 16.1 6.637A22.601 22.601 0 0 1 204 122.318Zm-133.25 0c7.713-.283 13.712-6.818 13.712-14.501V91.532c0-7.71-5.999-14.246-13.712-14.53a14.293 14.293 0 0 0-5.605.927 14.241 14.241 0 0 0-4.795 3.034 14.16 14.16 0 0 0-3.22 4.66 14.101 14.101 0 0 0-1.13 5.54v16.994a14.097 14.097 0 0 0 1.13 5.541 14.16 14.16 0 0 0 3.22 4.66 14.275 14.275 0 0 0 10.4 3.96Zm39.846 0c7.713-.276 13.712-6.811 13.712-14.494V74.546c0-7.683-5.999-14.218-13.712-14.494a14.293 14.293 0 0 0-5.595.922 14.238 14.238 0 0 0-4.789 3.024 14.154 14.154 0 0 0-3.223 4.644 14.1 14.1 0 0 0-1.143 5.529v33.986a14.097 14.097 0 0 0 1.13 5.541 14.16 14.16 0 0 0 3.22 4.66 14.273 14.273 0 0 0 10.4 3.96Zm53.558-48.147a14.096 14.096 0 0 0-1.131-5.542 14.15 14.15 0 0 0-3.219-4.66 14.241 14.241 0 0 0-4.795-3.034 14.291 14.291 0 0 0-5.605-.926c-7.713.284-13.712 6.819-13.712 14.501v13.822h25.616c.755 0 1.478-.299 2.012-.83a2.825 2.825 0 0 0 .834-2.003V74.171Z\" fill=\"#fff\"/></g></g><path d=\"M914.406 137.089c.104 2.293.625 4.43 1.563 6.411a18.68 18.68 0 0 0 4.066 5.004c1.772 1.355 3.753 2.449 5.942 3.283a23.569 23.569 0 0 0 7.193 1.095c4.899 0 8.652-.834 11.258-2.502 2.606-1.772 4.482-3.857 5.629-6.255l16.888 9.382c-.939 1.981-2.242 4.066-3.91 6.255-1.667 2.085-3.857 4.013-6.567 5.785-2.606 1.773-5.838 3.232-9.695 4.379-3.752 1.146-8.183 1.72-13.291 1.72-5.837 0-11.154-.939-15.949-2.815s-8.965-4.587-12.509-8.131c-3.44-3.544-6.151-7.87-8.131-12.978-1.877-5.108-2.815-10.894-2.815-17.357v-.938c0-5.942.99-11.363 2.971-16.262 2.085-4.9 4.9-9.069 8.444-12.509 3.544-3.44 7.662-6.099 12.353-7.975 4.795-1.98 9.903-2.971 15.324-2.971 6.671 0 12.405 1.199 17.2 3.596 4.795 2.294 8.756 5.265 11.884 8.913 3.127 3.545 5.42 7.506 6.88 11.884 1.459 4.274 2.189 8.444 2.189 12.509v10.477h-56.917Zm18.607-29.553c-5.003 0-9.069 1.303-12.196 3.909-3.128 2.502-5.16 5.421-6.099 8.756h36.59c-.625-3.648-2.606-6.671-5.942-9.069-3.231-2.398-7.349-3.596-12.353-3.596Zm-72.89 50.662h-2.814a29.635 29.635 0 0 1-3.128 5.16c-1.146 1.564-2.71 2.971-4.691 4.222-1.876 1.251-4.169 2.241-6.88 2.971-2.606.729-5.785 1.094-9.538 1.094-4.795 0-9.278-.834-13.447-2.502-4.066-1.772-7.662-4.326-10.79-7.662-3.023-3.44-5.42-7.609-7.193-12.509-1.667-4.899-2.501-10.528-2.501-16.887v-2.815c0-6.255.886-11.832 2.658-16.731 1.876-4.9 4.378-9.017 7.505-12.353 3.232-3.44 6.933-6.046 11.102-7.818 4.274-1.772 8.757-2.658 13.448-2.658 6.254 0 11.206 1.198 14.855 3.596 3.648 2.293 6.515 5.577 8.6 9.851h2.814V60h19.702v109.456h-19.702v-11.258Zm-20.64-5.317c6.15 0 11.102-1.928 14.855-5.785 3.857-3.961 5.785-9.122 5.785-15.48v-1.877c0-6.359-1.928-11.467-5.785-15.324-3.753-3.961-8.705-5.942-14.855-5.942s-11.154 1.929-15.011 5.786c-3.753 3.753-5.629 8.913-5.629 15.48v1.877c0 6.567 1.876 11.779 5.629 15.636 3.857 3.753 8.861 5.629 15.011 5.629Zm-51.665-21.265c0 6.463-1.095 12.197-3.284 17.2-2.189 4.9-5.16 9.069-8.913 12.51-3.753 3.335-8.079 5.889-12.978 7.661-4.796 1.773-9.851 2.659-15.168 2.659-5.316 0-10.424-.886-15.324-2.659-4.795-1.772-9.069-4.326-12.822-7.661-3.752-3.441-6.723-7.61-8.913-12.51-2.189-5.003-3.283-10.737-3.283-17.2v-1.876c0-6.359 1.094-11.988 3.283-16.888 2.19-5.004 5.161-9.225 8.913-12.666a38.602 38.602 0 0 1 12.822-7.818c4.9-1.772 10.008-2.658 15.324-2.658 5.317 0 10.372.886 15.168 2.658 4.899 1.772 9.225 4.378 12.978 7.818 3.753 3.441 6.724 7.662 8.913 12.666 2.189 4.9 3.284 10.529 3.284 16.888v1.876Zm-40.343 21.266c2.815 0 5.473-.469 7.975-1.408 2.502-.938 4.691-2.293 6.567-4.065 1.877-1.772 3.336-3.909 4.378-6.411 1.147-2.606 1.72-5.525 1.72-8.757v-3.127c0-3.231-.573-6.098-1.72-8.6-1.042-2.606-2.501-4.795-4.378-6.567-1.876-1.772-4.065-3.128-6.567-4.066-2.502-.938-5.16-1.407-7.975-1.407-2.814 0-5.473.469-7.974 1.407-2.502.938-4.691 2.294-6.568 4.066-1.876 1.772-3.388 3.961-4.534 6.567-1.043 2.502-1.564 5.369-1.564 8.6v3.127c0 3.232.521 6.151 1.564 8.757 1.146 2.502 2.658 4.639 4.534 6.411 1.877 1.772 4.066 3.127 6.568 4.065 2.501.939 5.16 1.408 7.974 1.408Zm-50.381 16.575h-19.702v-54.416c0-2.189-.574-3.805-1.72-4.847-1.043-1.147-2.45-1.72-4.222-1.72-2.085 0-3.753.625-5.004 1.876-1.147 1.251-1.72 3.128-1.72 5.629v53.478h-19.702v-54.416c0-2.189-.625-3.805-1.876-4.847-1.147-1.147-2.554-1.72-4.222-1.72-1.877 0-3.44.625-4.691 1.876s-1.877 3.128-1.877 5.629v53.478h-19.702V91.899h19.702v7.506h2.815c.625-2.815 2.033-5.108 4.222-6.88 2.293-1.877 5.264-2.815 8.913-2.815 3.44 0 6.359.938 8.756 2.815 2.398 1.772 4.014 4.065 4.848 6.88h2.814c.834-2.815 2.554-5.108 5.16-6.88 2.71-1.877 6.046-2.815 10.008-2.815 5.212 0 9.382 1.772 12.509 5.316 3.127 3.44 4.691 8.236 4.691 14.386v60.045ZM582.24 158.198h-2.814a29.628 29.628 0 0 1-3.127 5.16c-1.147 1.564-2.711 2.971-4.691 4.222-1.877 1.251-4.17 2.241-6.88 2.971-2.607.729-5.786 1.094-9.539 1.094-4.795 0-9.278-.834-13.447-2.502-4.066-1.772-7.662-4.326-10.79-7.662-3.023-3.44-5.42-7.609-7.192-12.509-1.668-4.899-2.502-10.528-2.502-16.887v-2.815c0-6.255.886-11.832 2.658-16.731 1.876-4.9 4.378-9.017 7.506-12.353 3.231-3.44 6.932-6.046 11.102-7.818 4.274-1.772 8.756-2.658 13.447-2.658 6.255 0 11.206 1.198 14.855 3.596 3.648 2.293 6.515 5.577 8.6 9.851h2.814V60h19.703v109.456H582.24v-11.258Zm-20.64-5.317c6.151 0 11.102-1.928 14.855-5.785 3.857-3.961 5.785-9.122 5.785-15.48v-1.877c0-6.359-1.928-11.467-5.785-15.324-3.753-3.961-8.704-5.942-14.855-5.942-6.15 0-11.154 1.929-15.011 5.786-3.753 3.753-5.629 8.913-5.629 15.48v1.877c0 6.567 1.876 11.779 5.629 15.636 3.857 3.753 8.861 5.629 15.011 5.629Zm-51.618-21.265c0 6.463-1.095 12.197-3.284 17.2-2.189 4.9-5.16 9.069-8.913 12.51-3.753 3.335-8.079 5.889-12.978 7.661-4.795 1.773-9.851 2.659-15.168 2.659-5.316 0-10.424-.886-15.324-2.659-4.795-1.772-9.069-4.326-12.822-7.661-3.752-3.441-6.723-7.61-8.912-12.51-2.19-5.003-3.284-10.737-3.284-17.2v-1.876c0-6.359 1.094-11.988 3.284-16.888 2.189-5.004 5.16-9.225 8.912-12.666a38.602 38.602 0 0 1 12.822-7.818c4.9-1.772 10.008-2.658 15.324-2.658 5.317 0 10.373.886 15.168 2.658 4.899 1.772 9.225 4.378 12.978 7.818 3.753 3.441 6.724 7.662 8.913 12.666 2.189 4.9 3.284 10.529 3.284 16.888v1.876Zm-40.343 21.266c2.815 0 5.473-.469 7.975-1.408 2.502-.938 4.691-2.293 6.567-4.065 1.877-1.772 3.336-3.909 4.379-6.411 1.146-2.606 1.72-5.525 1.72-8.757v-3.127c0-3.231-.574-6.098-1.72-8.6-1.043-2.606-2.502-4.795-4.379-6.567-1.876-1.772-4.065-3.128-6.567-4.066-2.502-.938-5.16-1.407-7.975-1.407-2.814 0-5.473.469-7.974 1.407-2.502.938-4.691 2.294-6.568 4.066-1.876 1.772-3.388 3.961-4.534 6.567-1.043 2.502-1.564 5.369-1.564 8.6v3.127c0 3.232.521 6.151 1.564 8.757 1.146 2.502 2.658 4.639 4.534 6.411 1.877 1.772 4.066 3.127 6.568 4.065 2.501.939 5.16 1.408 7.974 1.408Zm-72.93 5.316h-2.814a29.635 29.635 0 0 1-3.128 5.16c-1.146 1.564-2.71 2.971-4.691 4.222-1.876 1.251-4.169 2.241-6.88 2.971-2.606.73-5.785 1.095-9.538 1.095-4.795 0-9.278-.834-13.448-2.502-4.065-1.772-7.661-4.326-10.789-7.662-3.023-3.44-5.42-7.61-7.193-12.509-1.667-4.9-2.501-10.529-2.501-16.888v-2.814c0-6.255.886-11.832 2.658-16.732 1.876-4.899 4.378-9.017 7.505-12.353 3.232-3.44 6.933-6.046 11.102-7.818 4.274-1.772 8.757-2.658 13.448-2.658 6.254 0 11.206 1.199 14.855 3.596 3.648 2.294 6.515 5.577 8.6 9.851h2.814V91.899h19.702v96.634c0 3.544-1.146 6.463-3.44 8.757-2.189 2.293-5.056 3.44-8.6 3.44h-52.226v-18.764h40.342c2.815 0 4.222-1.564 4.222-4.691v-19.077Zm-20.64-5.316c6.15 0 11.102-1.929 14.855-5.786 3.857-3.961 5.785-9.121 5.785-15.48v-1.876c0-6.359-1.928-11.467-5.785-15.324-3.753-3.961-8.705-5.942-14.855-5.942s-11.154 1.928-15.011 5.785c-3.753 3.753-5.629 8.913-5.629 15.481v1.876c0 6.567 1.876 11.78 5.629 15.637 3.857 3.752 8.861 5.629 15.011 5.629Z\" fill=\"#0A131F\"/><defs><filter id=\"a\" x=\"-2.035\" y=\"-2.035\" width=\"264.796\" height=\"264.799\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"2.035\" dy=\"2.035\"/><feGaussianBlur stdDeviation=\"1.017\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_793_194\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"-2.035\" dy=\"-2.035\"/><feGaussianBlur stdDeviation=\"1.017\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0\"/><feBlend in2=\"effect1_innerShadow_793_194\" result=\"effect2_innerShadow_793_194\"/></filter><filter id=\"d\" x=\"7.557\" y=\"37.98\" width=\"244.886\" height=\"238.506\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"26.423\"/><feGaussianBlur stdDeviation=\"24.221\"/><feColorMatrix values=\"0 0 0 0 0.00190973 0 0 0 0 0.0475522 0 0 0 0 0.458333 0 0 0 0.4 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_793_194\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_793_194\" result=\"shape\"/></filter><filter id=\"e\" x=\"56\" y=\"53.394\" width=\"148\" height=\"148.226\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"-6.543\"/><feGaussianBlur stdDeviation=\"2.453\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0.690196 0 0 0 0 0.776941 0 0 0 0 1 0 0 0 0.8 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_793_194\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"-6.606\"/><feGaussianBlur stdDeviation=\"4.404\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0.766667 0 0 0 0 0.93 0 0 0 0 1 0 0 0 0.4 0\"/><feBlend in2=\"effect1_innerShadow_793_194\" result=\"effect2_innerShadow_793_194\"/></filter><linearGradient id=\"b\" x1=\"130.365\" y1=\"0\" x2=\"130.365\" y2=\"260.73\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#527AFF\"/><stop offset=\"1\" stop-color=\"#1265FF\"/></linearGradient><linearGradient id=\"c\" x1=\"130.365\" y1=\"0\" x2=\"130.365\" y2=\"260.73\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".328\" stop-color=\"#fff\"/><stop offset=\"1\" stop-opacity=\".1\"/></linearGradient></defs></svg>',withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qfjrol\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"U4RhCe9s9\",style:{opacity:1},variants:{dqCsElfcU:{opacity:1},ecF5O0p2l:{opacity:0}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3fkm65\",\"data-styles-preset\":\"LlBwJbvvr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TbJCoP6a4\"},nodeId:\"BJskJ3upU\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Godsend\"})})})}),className:\"framer-1gx0vu7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BJskJ3upU\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.8},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3fkm65\",\"data-styles-preset\":\"LlBwJbvvr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DFBT8VBqG\"},nodeId:\"sdF3DoPa0\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Blog\"})})})}),className:\"framer-15sk7wq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sdF3DoPa0\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35))\",\"--framer-paragraph-spacing\":\"0px\",filter:\"none\",opacity:.8,scale:1,WebkitFilter:\"none\"},variants:{dqCsElfcU:{filter:\"blur(0px)\",scale:1,WebkitFilter:\"blur(0px)\"},ecF5O0p2l:{filter:\"blur(12px)\",opacity:0,scale:1.4,WebkitFilter:\"blur(12px)\"}},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({dqCsElfcU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0ICBNZWRpdW0=\",\"--framer-font-family\":'\"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DFBT8VBqG\"},nodeId:\"sdF3DoPa0\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Blog\"})})})}),fonts:[\"CUSTOM;Geist  Medium\"]},ecF5O0p2l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0ICBNZWRpdW0=\",\"--framer-font-family\":'\"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DFBT8VBqG\"},nodeId:\"sdF3DoPa0\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Blog\"})})})}),fonts:[\"CUSTOM;Geist  Medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3fkm65\",\"data-styles-preset\":\"LlBwJbvvr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xXhg7wNHH\"},nodeId:\"O2Uk7ZeDJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Use cases\"})})})}),className:\"framer-1bu9no4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"O2Uk7ZeDJ\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35))\",\"--framer-paragraph-spacing\":\"0px\",filter:\"none\",opacity:.8,scale:1,WebkitFilter:\"none\"},variants:{dqCsElfcU:{filter:\"blur(0px)\",scale:1,WebkitFilter:\"blur(0px)\"},ecF5O0p2l:{filter:\"blur(12px)\",opacity:0,scale:1.4,WebkitFilter:\"blur(12px)\"}},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({dqCsElfcU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0ICBNZWRpdW0=\",\"--framer-font-family\":'\"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xXhg7wNHH\"},nodeId:\"O2Uk7ZeDJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Use cases\"})})})}),fonts:[\"CUSTOM;Geist  Medium\"]},ecF5O0p2l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0ICBNZWRpdW0=\",\"--framer-font-family\":'\"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xXhg7wNHH\"},nodeId:\"O2Uk7ZeDJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Use cases\"})})})}),fonts:[\"CUSTOM;Geist  Medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3fkm65\",\"data-styles-preset\":\"LlBwJbvvr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XAOPlg6Nb\"},nodeId:\"C7RJg78aQ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Pricing\"})})})}),className:\"framer-1m05ng1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"C7RJg78aQ\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35))\",\"--framer-paragraph-spacing\":\"0px\",filter:\"none\",opacity:.8,scale:1,WebkitFilter:\"none\"},variants:{dqCsElfcU:{filter:\"blur(0px)\",scale:1,WebkitFilter:\"blur(0px)\"},ecF5O0p2l:{filter:\"blur(12px)\",opacity:0,scale:1.4,WebkitFilter:\"blur(12px)\"}},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({dqCsElfcU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0ICBNZWRpdW0=\",\"--framer-font-family\":'\"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XAOPlg6Nb\"},nodeId:\"C7RJg78aQ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Pricing\"})})})}),fonts:[\"CUSTOM;Geist  Medium\"]},ecF5O0p2l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0ICBNZWRpdW0=\",\"--framer-font-family\":'\"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XAOPlg6Nb\"},nodeId:\"C7RJg78aQ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Pricing\"})})})}),fonts:[\"CUSTOM;Geist  Medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3fkm65\",\"data-styles-preset\":\"LlBwJbvvr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gxec8m21G\"},nodeId:\"mkulsloqo\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Customers\"})})})}),className:\"framer-x5ymc9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mkulsloqo\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35))\",\"--framer-paragraph-spacing\":\"0px\",filter:\"none\",opacity:.8,scale:1,WebkitFilter:\"none\"},variants:{dqCsElfcU:{filter:\"blur(0px)\",scale:1,WebkitFilter:\"blur(0px)\"},ecF5O0p2l:{filter:\"blur(12px)\",opacity:0,scale:1.4,WebkitFilter:\"blur(12px)\"}},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({dqCsElfcU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0ICBNZWRpdW0=\",\"--framer-font-family\":'\"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gxec8m21G\"},nodeId:\"mkulsloqo\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Customers\"})})})}),fonts:[\"CUSTOM;Geist  Medium\"]},ecF5O0p2l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0ICBNZWRpdW0=\",\"--framer-font-family\":'\"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gxec8m21G\"},nodeId:\"mkulsloqo\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Customers\"})})})}),fonts:[\"CUSTOM;Geist  Medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Link,{href:\"https://gm-hq.com/aimodenewslet\",nodeId:\"olIn5f3r6\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-r959m1 framer-c20djg\",layoutDependency:layoutDependency,layoutId:\"olIn5f3r6\",style:{opacity:.8},whileHover:animation,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3fkm65\",\"data-styles-preset\":\"LlBwJbvvr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:\"AI Mode\"})}),className:\"framer-8gurcv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wmPZ3GprU\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35))\",\"--framer-paragraph-spacing\":\"0px\",filter:\"none\",opacity:1,scale:1,WebkitFilter:\"none\"},variants:{dqCsElfcU:{filter:\"blur(0px)\",opacity:1,scale:1,WebkitFilter:\"blur(0px)\"},ecF5O0p2l:{filter:\"blur(12px)\",opacity:0,scale:1.4,WebkitFilter:\"blur(12px)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dqCsElfcU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0ICBNZWRpdW0=\",\"--framer-font-family\":'\"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:\"AI Mode\"})}),fonts:[\"CUSTOM;Geist  Medium\"]},ecF5O0p2l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0ICBNZWRpdW0=\",\"--framer-font-family\":'\"Geist  Medium\", \"Geist  Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:\"AI Mode\"})}),fonts:[\"CUSTOM;Geist  Medium\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-efhbyq-container\",layoutDependency:layoutDependency,layoutId:\"D9FMNIbgu-container\",style:{opacity:.9,rotate:180},children:/*#__PURE__*/_jsx(SVG1,{customColor:\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(16, 29, 45))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 12\">   <g fill=\"currentColor\">     <path d=\"m8.708,1.579c-.49-.262-1.081-.233-1.54.074l-4.647,3.099c-.418.279-.668.746-.668,1.248s.25.969.668,1.248l4.647,3.099c.251.167.541.252.832.252.242,0,.485-.059.708-.178.488-.261.792-.768.792-1.322V2.901c0-.554-.304-1.061-.792-1.322Z\"></path>   </g> </svg>',height:\"100%\",id:\"D9FMNIbgu\",layoutId:\"D9FMNIbgu\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://gmhq.app/slackcommunity\",nodeId:\"uHs_tEs5i\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-3noaec framer-c20djg\",layoutDependency:layoutDependency,layoutId:\"uHs_tEs5i\",style:{opacity:.8},whileHover:animation,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3fkm65\",\"data-styles-preset\":\"LlBwJbvvr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:\"Community\"})}),className:\"framer-laigt4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IKzUV9eGv\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m3hs4f-container\",layoutDependency:layoutDependency,layoutId:\"UYK9_Lv6f-container\",style:{opacity:.9,rotate:180},children:/*#__PURE__*/_jsx(SVG1,{customColor:\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(16, 29, 45))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 12\">   <g fill=\"currentColor\">     <path d=\"m8.708,1.579c-.49-.262-1.081-.233-1.54.074l-4.647,3.099c-.418.279-.668.746-.668,1.248s.25.969.668,1.248l4.647,3.099c.251.167.541.252.832.252.242,0,.485-.059.708-.178.488-.261.792-.768.792-1.322V2.901c0-.554-.304-1.061-.792-1.322Z\"></path>   </g> </svg>',height:\"100%\",id:\"UYK9_Lv6f\",layoutId:\"UYK9_Lv6f\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hh01wl\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"x99nWfLgW\",style:{opacity:1},variants:{dqCsElfcU:{opacity:1},ecF5O0p2l:{opacity:0}},children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3fkm65\",\"data-styles-preset\":\"LlBwJbvvr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"dashboard.godmodehq.com\",nodeId:\"kayGv26Gw\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Sign in\"})})})}),className:\"framer-1opxr3s\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kayGv26Gw\",onTap:onTapd7wkrc,style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(11, 22, 35))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.8},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||64)-0-30)/2)+0,...addPropertyOverrides({dqCsElfcU:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+376.4+20+0},ecF5O0p2l:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+376.4+20+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ovywuy-container\",layoutDependency:layoutDependency,layoutId:\"e6hsydFDP-container\",style:{opacity:1},variants:{dqCsElfcU:{opacity:1},ecF5O0p2l:{opacity:0}},children:/*#__PURE__*/_jsx(Button,{aw7DqRMQ1:\"https://gmhq.app/lp-book-demo\",b_FcZGaEy:b_FcZGaEyd7wkrc,cWIxH4Lje:\"Book a demo\",DWmqlIMQs:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-discord\" viewBox=\"0 0 16 16\">   <path d=\"M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612\"/> </svg>',height:\"100%\",herQfEyUq:false,id:\"e6hsydFDP\",layoutId:\"e6hsydFDP\",variant:\"ob5wIABzs\",width:\"100%\",yyZp5loLa:\"var(--token-066ac3f9-eba3-4cbd-b32f-d665141e99a1, rgb(251, 250, 249))\",...addPropertyOverrides({dqCsElfcU:{aw7DqRMQ1:\"dashboard.godmodehq.com\",cWIxH4Lje:\"Sign in\",style:{width:\"100%\"},variant:\"mteNp9AAD\"},ecF5O0p2l:{cWIxH4Lje:\"Sign in\",style:{width:\"100%\"},variant:\"mteNp9AAD\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({dqCsElfcU:{height:30,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+376.4+20+46},ecF5O0p2l:{height:30,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+376.4+20+46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x7oqwu-container\",layoutDependency:layoutDependency,layoutId:\"UNAM39raw-container\",children:/*#__PURE__*/_jsx(Button,{cWIxH4Lje:\"Book a demo\",DWmqlIMQs:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-discord\" viewBox=\"0 0 16 16\">   <path d=\"M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612\"/> </svg>',height:\"100%\",herQfEyUq:false,id:\"UNAM39raw\",layoutId:\"UNAM39raw\",style:{width:\"100%\"},variant:\"mteNp9AAD\",width:\"100%\",yyZp5loLa:\"var(--token-066ac3f9-eba3-4cbd-b32f-d665141e99a1, rgb(251, 250, 249))\",...addPropertyOverrides({dqCsElfcU:{b_FcZGaEy:b_FcZGaEyd7wkrc,variant:\"hh7AdIWS7\"},ecF5O0p2l:{herQfEyUq:true,variant:\"hh7AdIWS7\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YRN52.framer-c20djg, .framer-YRN52 .framer-c20djg { display: block; }\",\".framer-YRN52.framer-h6c9b0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 64px; justify-content: space-between; max-width: 1190px; overflow: hidden; padding: 0px; position: relative; width: 1190px; }\",\".framer-YRN52 .framer-c8ql7i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 10px 10px; position: relative; width: 1px; }\",\".framer-YRN52 .framer-cvnoik { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-YRN52 .framer-rdjq59 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YRN52 .framer-u88mu1 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YRN52 .framer-u3gcy7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-YRN52 .framer-wenofw { aspect-ratio: 3.509025270758123 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 103px; }\",\".framer-YRN52 .framer-qfjrol { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-YRN52 .framer-1gx0vu7, .framer-YRN52 .framer-15sk7wq, .framer-YRN52 .framer-1bu9no4, .framer-YRN52 .framer-1m05ng1, .framer-YRN52 .framer-x5ymc9, .framer-YRN52 .framer-1opxr3s { --framer-custom-cursors: pointer; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-YRN52 .framer-r959m1, .framer-YRN52 .framer-3noaec { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-YRN52 .framer-8gurcv, .framer-YRN52 .framer-laigt4 { -webkit-user-select: none; cursor: pointer; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-YRN52 .framer-efhbyq-container, .framer-YRN52 .framer-1m3hs4f-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 6px); position: relative; width: 6px; }\",\".framer-YRN52 .framer-1hh01wl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 10px 0px 0px; position: relative; width: 1px; }\",\".framer-YRN52 .framer-1ovywuy-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-YRN52 .framer-1x7oqwu-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YRN52 .framer-c8ql7i, .framer-YRN52 .framer-u3gcy7, .framer-YRN52 .framer-qfjrol, .framer-YRN52 .framer-r959m1, .framer-YRN52 .framer-3noaec, .framer-YRN52 .framer-1hh01wl { gap: 0px; } .framer-YRN52 .framer-c8ql7i > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-YRN52 .framer-c8ql7i > :first-child, .framer-YRN52 .framer-u3gcy7 > :first-child, .framer-YRN52 .framer-qfjrol > :first-child, .framer-YRN52 .framer-r959m1 > :first-child, .framer-YRN52 .framer-3noaec > :first-child, .framer-YRN52 .framer-1hh01wl > :first-child { margin-left: 0px; } .framer-YRN52 .framer-c8ql7i > :last-child, .framer-YRN52 .framer-u3gcy7 > :last-child, .framer-YRN52 .framer-qfjrol > :last-child, .framer-YRN52 .framer-r959m1 > :last-child, .framer-YRN52 .framer-3noaec > :last-child, .framer-YRN52 .framer-1hh01wl > :last-child { margin-right: 0px; } .framer-YRN52 .framer-u3gcy7 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-YRN52 .framer-qfjrol > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-YRN52 .framer-r959m1 > *, .framer-YRN52 .framer-3noaec > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-YRN52 .framer-1hh01wl > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-YRN52.framer-v-1bb4vw9.framer-h6c9b0 { flex-direction: column; gap: 0px; justify-content: flex-start; width: 390px; }\",\".framer-YRN52.framer-v-1bb4vw9 .framer-c8ql7i, .framer-YRN52.framer-v-puxzli .framer-c8ql7i { flex: none; gap: unset; justify-content: space-between; padding: 10px 6px 10px 16px; width: 100%; }\",\".framer-YRN52.framer-v-1bb4vw9 .framer-cvnoik, .framer-YRN52.framer-v-puxzli .framer-cvnoik { cursor: pointer; height: 44px; order: 1; width: 44px; }\",\".framer-YRN52.framer-v-1bb4vw9 .framer-u3gcy7 { order: 0; }\",\".framer-YRN52.framer-v-1bb4vw9 .framer-qfjrol, .framer-YRN52.framer-v-puxzli .framer-qfjrol { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; justify-content: flex-start; padding: 20px; width: 100%; }\",\".framer-YRN52.framer-v-1bb4vw9 .framer-1hh01wl, .framer-YRN52.framer-v-puxzli .framer-1hh01wl { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 16px; justify-content: flex-start; padding: 20px; width: 100%; }\",\".framer-YRN52.framer-v-1bb4vw9 .framer-1ovywuy-container, .framer-YRN52.framer-v-puxzli .framer-1ovywuy-container { width: 100%; }\",\".framer-YRN52.framer-v-1bb4vw9 .framer-1x7oqwu-container, .framer-YRN52.framer-v-puxzli .framer-1x7oqwu-container { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YRN52.framer-v-1bb4vw9.framer-h6c9b0, .framer-YRN52.framer-v-1bb4vw9 .framer-c8ql7i, .framer-YRN52.framer-v-1bb4vw9 .framer-qfjrol, .framer-YRN52.framer-v-1bb4vw9 .framer-1hh01wl { gap: 0px; } .framer-YRN52.framer-v-1bb4vw9.framer-h6c9b0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YRN52.framer-v-1bb4vw9.framer-h6c9b0 > :first-child, .framer-YRN52.framer-v-1bb4vw9 .framer-qfjrol > :first-child, .framer-YRN52.framer-v-1bb4vw9 .framer-1hh01wl > :first-child { margin-top: 0px; } .framer-YRN52.framer-v-1bb4vw9.framer-h6c9b0 > :last-child, .framer-YRN52.framer-v-1bb4vw9 .framer-qfjrol > :last-child, .framer-YRN52.framer-v-1bb4vw9 .framer-1hh01wl > :last-child { margin-bottom: 0px; } .framer-YRN52.framer-v-1bb4vw9 .framer-c8ql7i > *, .framer-YRN52.framer-v-1bb4vw9 .framer-c8ql7i > :first-child, .framer-YRN52.framer-v-1bb4vw9 .framer-c8ql7i > :last-child { margin: 0px; } .framer-YRN52.framer-v-1bb4vw9 .framer-qfjrol > *, .framer-YRN52.framer-v-1bb4vw9 .framer-1hh01wl > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-YRN52.framer-v-puxzli.framer-h6c9b0 { flex-direction: column; gap: 0px; height: min-content; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; width: 390px; }\",\".framer-YRN52.framer-v-puxzli .framer-rdjq59, .framer-YRN52.framer-v-puxzli .framer-u88mu1 { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-YRN52.framer-v-puxzli .framer-u3gcy7 { cursor: pointer; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YRN52.framer-v-puxzli.framer-h6c9b0, .framer-YRN52.framer-v-puxzli .framer-c8ql7i, .framer-YRN52.framer-v-puxzli .framer-qfjrol, .framer-YRN52.framer-v-puxzli .framer-1hh01wl { gap: 0px; } .framer-YRN52.framer-v-puxzli.framer-h6c9b0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YRN52.framer-v-puxzli.framer-h6c9b0 > :first-child, .framer-YRN52.framer-v-puxzli .framer-qfjrol > :first-child, .framer-YRN52.framer-v-puxzli .framer-1hh01wl > :first-child { margin-top: 0px; } .framer-YRN52.framer-v-puxzli.framer-h6c9b0 > :last-child, .framer-YRN52.framer-v-puxzli .framer-qfjrol > :last-child, .framer-YRN52.framer-v-puxzli .framer-1hh01wl > :last-child { margin-bottom: 0px; } .framer-YRN52.framer-v-puxzli .framer-c8ql7i > *, .framer-YRN52.framer-v-puxzli .framer-c8ql7i > :first-child, .framer-YRN52.framer-v-puxzli .framer-c8ql7i > :last-child { margin: 0px; } .framer-YRN52.framer-v-puxzli .framer-qfjrol > *, .framer-YRN52.framer-v-puxzli .framer-1hh01wl > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-YRN52[data-border=\"true\"]::after, .framer-YRN52 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 1190\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"1190px\",null,null]},\"ecF5O0p2l\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"1190px\",null,null]},\"dqCsElfcU\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1190px\",\"100vh\",\"100vh\"]}}}\n * @framerVariables {\"Ck4tYkg6d\":\"button\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerM9oK42K2n=withCSS(Component,css,\"framer-YRN52\");export default FramerM9oK42K2n;FramerM9oK42K2n.displayName=\"Navigation\";FramerM9oK42K2n.defaultProps={height:64,width:1190};addPropertyControls(FramerM9oK42K2n,{variant:{options:[\"YH801Jzch\",\"ecF5O0p2l\",\"dqCsElfcU\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum},Ck4tYkg6d:{title:\"Button\",type:ControlType.EventHandler}});addFonts(FramerM9oK42K2n,[{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:\"Geist  Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/0IOtYyeZIcPb3Z49D22gKQF9PWY.woff2\"}]},...SVG1Fonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM9oK42K2n\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"1190px\\\",null,null]},\\\"ecF5O0p2l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"1190px\\\",null,null]},\\\"dqCsElfcU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1190px\\\",\\\"100vh\\\",\\\"100vh\\\"]}}}\",\"framerIntrinsicWidth\":\"1190\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"64\",\"framerVariables\":\"{\\\"Ck4tYkg6d\\\":\\\"button\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (21ec140)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/sScReZjH0FsfYwZhe4dx/gxRp7wXvjAqOLFjeHj2l/q7YdWxX6a.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/pMKrfB2uVgwqHuLoNTKp/5fxVG6CZ4Mmy2OGf503M/tQ05qlMnP.js\";import Navigation from\"https://framerusercontent.com/modules/9XHCTyIvAui6cMZ0TzRB/8nKR0mapWCxPQ1XNfKpI/M9oK42K2n.js\";const NavigationFonts=getFonts(Navigation);const cycleOrder=[\"NKueUh2CH\",\"jiTyx55wj\",\"RLM0cc2fj\"];const serializationHash=\"framer-FO4AG\";const variantClassNames={jiTyx55wj:\"framer-v-1x8j1af\",NKueUh2CH:\"framer-v-hepfxw\",RLM0cc2fj:\"framer-v-19fwq61\"};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:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Desktop - Banner\":\"RLM0cc2fj\",Desktop:\"NKueUh2CH\",Mobile:\"jiTyx55wj\"};const getProps=({bannerButton,bannerCopy,bannerLink,button,height,id,width,...props})=>{return{...props,cRGHTZ4zj:bannerLink??props.cRGHTZ4zj,ivou3dUfU:bannerCopy??props.ivou3dUfU??\"Minim aliqua esse do incididunt quis ad consectetur elit incididunt occaecat\",m1i1iTa50:bannerButton??props.m1i1iTa50??\"Learn more\",UjvaqF1NY:button??props.UjvaqF1NY,variant:humanReadableVariantMap[props.variant]??props.variant??\"NKueUh2CH\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ivou3dUfU,m1i1iTa50,cRGHTZ4zj,UjvaqF1NY,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NKueUh2CH\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const Ck4tYkg6d1s6ofay=activeVariantCallback(async(...args)=>{if(UjvaqF1NY){const res=await UjvaqF1NY(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"RLM0cc2fj\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-hepfxw\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"NKueUh2CH\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref??ref1,style:{backgroundColor:\"var(--token-066ac3f9-eba3-4cbd-b32f-d665141e99a1, rgb(238, 240, 246))\",...style},...addPropertyOverrides({jiTyx55wj:{\"data-framer-name\":\"Mobile\"},RLM0cc2fj:{\"data-framer-name\":\"Desktop - Banner\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-14am0bn\",\"data-framer-name\":\"Banner\",layoutDependency:layoutDependency,layoutId:\"OaXO8UP7b\",style:{background:\"linear-gradient(180deg, rgb(17, 19, 34) 0%, rgb(16, 19, 35) 100%)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-urqkrz\",layoutDependency:layoutDependency,layoutId:\"zsq22ljl8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tfqcsk\",layoutDependency:layoutDependency,layoutId:\"XdGGcrQgt\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-188qi01\",layoutDependency:layoutDependency,layoutId:\"zueh4RmNq\",style:{backgroundColor:\"rgba(255, 255, 255, 0.08)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3c15dc09-1001-427b-b24f-7378e81efc2e, rgb(255, 255, 255)))\"},children:\"Minim aliqua esse do incididunt quis ad consectetur elit incididunt occaecat.\"})}),className:\"framer-lagabq\",\"data-framer-name\":\"Sign in\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SJdDVsVJq\",style:{\"--extracted-r6o4lv\":\"var(--token-3c15dc09-1001-427b-b24f-7378e81efc2e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:ivou3dUfU,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1couula\",layoutDependency:layoutDependency,layoutId:\"karGdb4ni\",style:{backgroundColor:\"rgba(255, 255, 255, 0.08)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xzlz1x\",layoutDependency:layoutDependency,layoutId:\"GBkwRbQou\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3c15dc09-1001-427b-b24f-7378e81efc2e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:cRGHTZ4zj,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Learn more\"})})})}),className:\"framer-1s009yd\",\"data-framer-name\":\"Sign in\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MTd27KQzE\",style:{\"--extracted-r6o4lv\":\"var(--token-3c15dc09-1001-427b-b24f-7378e81efc2e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},text:m1i1iTa50,verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n28epg\",\"data-framer-name\":\"Nav - Max width\",layoutDependency:layoutDependency,layoutId:\"ofIgspDqo\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1190px) - 48px)`,...addPropertyOverrides({jiTyx55wj:{width:`min(${componentViewport?.width||\"100vw\"}, 1190px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jxlr5t-container\",layoutDependency:layoutDependency,layoutId:\"IlNbPnLNo-container\",children:/*#__PURE__*/_jsx(Navigation,{Ck4tYkg6d:Ck4tYkg6d1s6ofay,height:\"100%\",id:\"IlNbPnLNo\",layoutId:\"IlNbPnLNo\",style:{width:\"100%\"},variant:\"YH801Jzch\",width:\"100%\",...addPropertyOverrides({jiTyx55wj:{variant:\"ecF5O0p2l\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FO4AG.framer-1fyrxy1, .framer-FO4AG .framer-1fyrxy1 { display: block; }\",\".framer-FO4AG.framer-hepfxw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-FO4AG .framer-14am0bn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 6px 12px 6px 12px; position: relative; width: 100%; }\",\".framer-FO4AG .framer-urqkrz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1190px; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 1px; }\",\".framer-FO4AG .framer-tfqcsk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FO4AG .framer-188qi01, .framer-FO4AG .framer-1couula { flex: none; height: 12px; overflow: visible; position: relative; width: 1px; }\",\".framer-FO4AG .framer-lagabq, .framer-FO4AG .framer-1s009yd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-FO4AG .framer-xzlz1x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FO4AG .framer-n28epg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1190px; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 100%; z-index: 9; }\",\".framer-FO4AG .framer-jxlr5t-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FO4AG.framer-hepfxw, .framer-FO4AG .framer-14am0bn, .framer-FO4AG .framer-urqkrz, .framer-FO4AG .framer-tfqcsk, .framer-FO4AG .framer-xzlz1x, .framer-FO4AG .framer-n28epg { gap: 0px; } .framer-FO4AG.framer-hepfxw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FO4AG.framer-hepfxw > :first-child, .framer-FO4AG .framer-n28epg > :first-child { margin-top: 0px; } .framer-FO4AG.framer-hepfxw > :last-child, .framer-FO4AG .framer-n28epg > :last-child { margin-bottom: 0px; } .framer-FO4AG .framer-14am0bn > *, .framer-FO4AG .framer-tfqcsk > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-FO4AG .framer-14am0bn > :first-child, .framer-FO4AG .framer-urqkrz > :first-child, .framer-FO4AG .framer-tfqcsk > :first-child, .framer-FO4AG .framer-xzlz1x > :first-child { margin-left: 0px; } .framer-FO4AG .framer-14am0bn > :last-child, .framer-FO4AG .framer-urqkrz > :last-child, .framer-FO4AG .framer-tfqcsk > :last-child, .framer-FO4AG .framer-xzlz1x > :last-child { margin-right: 0px; } .framer-FO4AG .framer-urqkrz > *, .framer-FO4AG .framer-xzlz1x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FO4AG .framer-n28epg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-FO4AG.framer-v-1x8j1af.framer-hepfxw { width: 810px; }\",\".framer-FO4AG.framer-v-1x8j1af .framer-n28epg { padding: 0px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jiTyx55wj\":{\"layout\":[\"fixed\",\"auto\"]},\"RLM0cc2fj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ivou3dUfU\":\"bannerCopy\",\"m1i1iTa50\":\"bannerButton\",\"cRGHTZ4zj\":\"bannerLink\",\"UjvaqF1NY\":\"button\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlHNU7Y2oY=withCSS(Component,css,\"framer-FO4AG\");export default FramerlHNU7Y2oY;FramerlHNU7Y2oY.displayName=\"Nav\";FramerlHNU7Y2oY.defaultProps={height:64,width:1200};addPropertyControls(FramerlHNU7Y2oY,{variant:{options:[\"NKueUh2CH\",\"jiTyx55wj\",\"RLM0cc2fj\"],optionTitles:[\"Desktop\",\"Mobile\",\"Desktop - Banner\"],title:\"Variant\",type:ControlType.Enum},ivou3dUfU:{defaultValue:\"Minim aliqua esse do incididunt quis ad consectetur elit incididunt occaecat\",displayTextArea:false,title:\"Banner - Copy\",type:ControlType.String},m1i1iTa50:{defaultValue:\"Learn more\",displayTextArea:false,title:\"Banner - Button\",type:ControlType.String},cRGHTZ4zj:{title:\"Banner- Link\",type:ControlType.Link},UjvaqF1NY:{title:\"Button\",type:ControlType.EventHandler}});addFonts(FramerlHNU7Y2oY,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...NavigationFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlHNU7Y2oY\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"64\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jiTyx55wj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RLM0cc2fj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"ivou3dUfU\\\":\\\"bannerCopy\\\",\\\"m1i1iTa50\\\":\\\"bannerButton\\\",\\\"cRGHTZ4zj\\\":\\\"bannerLink\\\",\\\"UjvaqF1NY\\\":\\\"button\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SVG1 from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/hAahUT5WhkA90ScusgxD/SVG.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/sScReZjH0FsfYwZhe4dx/gxRp7wXvjAqOLFjeHj2l/q7YdWxX6a.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/pMKrfB2uVgwqHuLoNTKp/5fxVG6CZ4Mmy2OGf503M/tQ05qlMnP.js\";const SVG1Fonts=getFonts(SVG1);const cycleOrder=[\"CpBOjPnNR\",\"rkv5xN9FR\"];const serializationHash=\"framer-1pQGm\";const variantClassNames={CpBOjPnNR:\"framer-v-1y3h6fv\",rkv5xN9FR:\"framer-v-mhxhv6\"};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:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"CpBOjPnNR\",Mobile:\"rkv5xN9FR\"};const getProps=({copy,copyright,height,id,socials,width,...props})=>{return{...props,f2tdYVgqT:copyright??props.f2tdYVgqT??\"Copyright \\xa9 2024 GodmodeHq\",hKmII9GiU:socials??props.hKmII9GiU,nGgHxMgfQ:copy??props.nGgHxMgfQ??\"Crafted with sweat & love all over the World\",variant:humanReadableVariantMap[props.variant]??props.variant??\"CpBOjPnNR\"};};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,nGgHxMgfQ,f2tdYVgqT,hKmII9GiU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CpBOjPnNR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1y3h6fv\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"CpBOjPnNR\",ref:ref??ref1,style:{backgroundColor:\"var(--token-066ac3f9-eba3-4cbd-b32f-d665141e99a1, rgb(244, 243, 250))\",...style},...addPropertyOverrides({rkv5xN9FR:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g1qnou\",layoutDependency:layoutDependency,layoutId:\"iB3T9Ph3I\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p4jm3e\",layoutDependency:layoutDependency,layoutId:\"nQXhNwKmy\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18pg4ag\",layoutDependency:layoutDependency,layoutId:\"koTT4Y1rX\",style:{backgroundColor:\"var(--token-ddab6fc4-ab19-4e69-a78c-8f2c697820d9, rgba(181, 162, 138, 0.12))\",boxShadow:\"0px 0.2px 0px 0px rgba(255, 255, 255, 0.94)\"}})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1et121e\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"nRytnTJFq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13k9rjo\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"dGHoTNJD7\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"rCw2nycq0\",children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Home button\",className:\"framer-1536pe8 framer-sh6d1d\",layoutDependency:layoutDependency,layoutId:\"rCw2nycq0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18jpj92\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:277,intrinsicWidth:972,layoutDependency:layoutDependency,layoutId:\"xM27JAn5Z\",svg:'<svg width=\"972\" height=\"277\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><rect width=\"260.73\" height=\"260.73\" rx=\"56.68\" fill=\"url(#b)\"/><rect width=\"260.73\" height=\"260.73\" rx=\"56.68\" fill=\"url(#c)\" fill-opacity=\".2\" style=\"mix-blend-mode:soft-light\"/></g><g filter=\"url(#d)\"><g filter=\"url(#e)\"><path d=\"M204 122.318v5.665a73.33 73.33 0 0 1-5.658 28.24 73.617 73.617 0 0 1-16.109 23.922 74.03 74.03 0 0 1-24.097 15.945 74.307 74.307 0 0 1-28.399 5.53c-38.423-.134-69.731-29.781-73.374-67.109a2.818 2.818 0 0 1 1.175-2.527 2.85 2.85 0 0 1 2.781-.305 25.695 25.695 0 0 0 16.183 1.203 25.585 25.585 0 0 0 13.652-8.73 25.541 25.541 0 0 0 8.38 6.757 25.66 25.66 0 0 0 21.066.905 25.557 25.557 0 0 0 8.934-6.012 28.666 28.666 0 0 0 9.158 9.205 33.983 33.983 0 0 0-9.857 11.925 33.805 33.805 0 0 0-3.527 15.037 5.666 5.666 0 0 0 1.832 4.183 5.69 5.69 0 0 0 2.012 1.195 5.73 5.73 0 0 0 2.325.287 5.849 5.849 0 0 0 3.743-1.922 5.788 5.788 0 0 0 1.472-3.927 22.605 22.605 0 0 1 6.734-15.902 22.828 22.828 0 0 1 16.036-6.572 5.711 5.711 0 0 0 4.164-1.789 5.657 5.657 0 0 0 1.528-4.25 5.783 5.783 0 0 0-1.892-3.791 5.837 5.837 0 0 0-3.978-1.498h-5.515a17.12 17.12 0 0 1-12.075-4.978 16.948 16.948 0 0 1-5.002-12.016V99.66h45.539c6.039 0 11.83 2.388 16.1 6.637A22.601 22.601 0 0 1 204 122.318Zm-133.25 0c7.713-.283 13.712-6.818 13.712-14.501V91.532c0-7.71-5.999-14.246-13.712-14.53a14.293 14.293 0 0 0-5.605.927 14.241 14.241 0 0 0-4.795 3.034 14.16 14.16 0 0 0-3.22 4.66 14.101 14.101 0 0 0-1.13 5.54v16.994a14.097 14.097 0 0 0 1.13 5.541 14.16 14.16 0 0 0 3.22 4.66 14.275 14.275 0 0 0 10.4 3.96Zm39.846 0c7.713-.276 13.712-6.811 13.712-14.494V74.546c0-7.683-5.999-14.218-13.712-14.494a14.293 14.293 0 0 0-5.595.922 14.238 14.238 0 0 0-4.789 3.024 14.154 14.154 0 0 0-3.223 4.644 14.1 14.1 0 0 0-1.143 5.529v33.986a14.097 14.097 0 0 0 1.13 5.541 14.16 14.16 0 0 0 3.22 4.66 14.273 14.273 0 0 0 10.4 3.96Zm53.558-48.147a14.096 14.096 0 0 0-1.131-5.542 14.15 14.15 0 0 0-3.219-4.66 14.241 14.241 0 0 0-4.795-3.034 14.291 14.291 0 0 0-5.605-.926c-7.713.284-13.712 6.819-13.712 14.501v13.822h25.616c.755 0 1.478-.299 2.012-.83a2.825 2.825 0 0 0 .834-2.003V74.171Z\" fill=\"#fff\"/></g></g><path d=\"M914.406 137.089c.104 2.293.625 4.43 1.563 6.411a18.68 18.68 0 0 0 4.066 5.004c1.772 1.355 3.753 2.449 5.942 3.283a23.569 23.569 0 0 0 7.193 1.095c4.899 0 8.652-.834 11.258-2.502 2.606-1.772 4.482-3.857 5.629-6.255l16.888 9.382c-.939 1.981-2.242 4.066-3.91 6.255-1.667 2.085-3.857 4.013-6.567 5.785-2.606 1.773-5.838 3.232-9.695 4.379-3.752 1.146-8.183 1.72-13.291 1.72-5.837 0-11.154-.939-15.949-2.815s-8.965-4.587-12.509-8.131c-3.44-3.544-6.151-7.87-8.131-12.978-1.877-5.108-2.815-10.894-2.815-17.357v-.938c0-5.942.99-11.363 2.971-16.262 2.085-4.9 4.9-9.069 8.444-12.509 3.544-3.44 7.662-6.099 12.353-7.975 4.795-1.98 9.903-2.971 15.324-2.971 6.671 0 12.405 1.199 17.2 3.596 4.795 2.294 8.756 5.265 11.884 8.913 3.127 3.545 5.42 7.506 6.88 11.884 1.459 4.274 2.189 8.444 2.189 12.509v10.477h-56.917Zm18.607-29.553c-5.003 0-9.069 1.303-12.196 3.909-3.128 2.502-5.16 5.421-6.099 8.756h36.59c-.625-3.648-2.606-6.671-5.942-9.069-3.231-2.398-7.349-3.596-12.353-3.596Zm-72.89 50.662h-2.814a29.635 29.635 0 0 1-3.128 5.16c-1.146 1.564-2.71 2.971-4.691 4.222-1.876 1.251-4.169 2.241-6.88 2.971-2.606.729-5.785 1.094-9.538 1.094-4.795 0-9.278-.834-13.447-2.502-4.066-1.772-7.662-4.326-10.79-7.662-3.023-3.44-5.42-7.609-7.193-12.509-1.667-4.899-2.501-10.528-2.501-16.887v-2.815c0-6.255.886-11.832 2.658-16.731 1.876-4.9 4.378-9.017 7.505-12.353 3.232-3.44 6.933-6.046 11.102-7.818 4.274-1.772 8.757-2.658 13.448-2.658 6.254 0 11.206 1.198 14.855 3.596 3.648 2.293 6.515 5.577 8.6 9.851h2.814V60h19.702v109.456h-19.702v-11.258Zm-20.64-5.317c6.15 0 11.102-1.928 14.855-5.785 3.857-3.961 5.785-9.122 5.785-15.48v-1.877c0-6.359-1.928-11.467-5.785-15.324-3.753-3.961-8.705-5.942-14.855-5.942s-11.154 1.929-15.011 5.786c-3.753 3.753-5.629 8.913-5.629 15.48v1.877c0 6.567 1.876 11.779 5.629 15.636 3.857 3.753 8.861 5.629 15.011 5.629Zm-51.665-21.265c0 6.463-1.095 12.197-3.284 17.2-2.189 4.9-5.16 9.069-8.913 12.51-3.753 3.335-8.079 5.889-12.978 7.661-4.796 1.773-9.851 2.659-15.168 2.659-5.316 0-10.424-.886-15.324-2.659-4.795-1.772-9.069-4.326-12.822-7.661-3.752-3.441-6.723-7.61-8.913-12.51-2.189-5.003-3.283-10.737-3.283-17.2v-1.876c0-6.359 1.094-11.988 3.283-16.888 2.19-5.004 5.161-9.225 8.913-12.666a38.602 38.602 0 0 1 12.822-7.818c4.9-1.772 10.008-2.658 15.324-2.658 5.317 0 10.372.886 15.168 2.658 4.899 1.772 9.225 4.378 12.978 7.818 3.753 3.441 6.724 7.662 8.913 12.666 2.189 4.9 3.284 10.529 3.284 16.888v1.876Zm-40.343 21.266c2.815 0 5.473-.469 7.975-1.408 2.502-.938 4.691-2.293 6.567-4.065 1.877-1.772 3.336-3.909 4.378-6.411 1.147-2.606 1.72-5.525 1.72-8.757v-3.127c0-3.231-.573-6.098-1.72-8.6-1.042-2.606-2.501-4.795-4.378-6.567-1.876-1.772-4.065-3.128-6.567-4.066-2.502-.938-5.16-1.407-7.975-1.407-2.814 0-5.473.469-7.974 1.407-2.502.938-4.691 2.294-6.568 4.066-1.876 1.772-3.388 3.961-4.534 6.567-1.043 2.502-1.564 5.369-1.564 8.6v3.127c0 3.232.521 6.151 1.564 8.757 1.146 2.502 2.658 4.639 4.534 6.411 1.877 1.772 4.066 3.127 6.568 4.065 2.501.939 5.16 1.408 7.974 1.408Zm-50.381 16.575h-19.702v-54.416c0-2.189-.574-3.805-1.72-4.847-1.043-1.147-2.45-1.72-4.222-1.72-2.085 0-3.753.625-5.004 1.876-1.147 1.251-1.72 3.128-1.72 5.629v53.478h-19.702v-54.416c0-2.189-.625-3.805-1.876-4.847-1.147-1.147-2.554-1.72-4.222-1.72-1.877 0-3.44.625-4.691 1.876s-1.877 3.128-1.877 5.629v53.478h-19.702V91.899h19.702v7.506h2.815c.625-2.815 2.033-5.108 4.222-6.88 2.293-1.877 5.264-2.815 8.913-2.815 3.44 0 6.359.938 8.756 2.815 2.398 1.772 4.014 4.065 4.848 6.88h2.814c.834-2.815 2.554-5.108 5.16-6.88 2.71-1.877 6.046-2.815 10.008-2.815 5.212 0 9.382 1.772 12.509 5.316 3.127 3.44 4.691 8.236 4.691 14.386v60.045ZM582.24 158.198h-2.814a29.628 29.628 0 0 1-3.127 5.16c-1.147 1.564-2.711 2.971-4.691 4.222-1.877 1.251-4.17 2.241-6.88 2.971-2.607.729-5.786 1.094-9.539 1.094-4.795 0-9.278-.834-13.447-2.502-4.066-1.772-7.662-4.326-10.79-7.662-3.023-3.44-5.42-7.609-7.192-12.509-1.668-4.899-2.502-10.528-2.502-16.887v-2.815c0-6.255.886-11.832 2.658-16.731 1.876-4.9 4.378-9.017 7.506-12.353 3.231-3.44 6.932-6.046 11.102-7.818 4.274-1.772 8.756-2.658 13.447-2.658 6.255 0 11.206 1.198 14.855 3.596 3.648 2.293 6.515 5.577 8.6 9.851h2.814V60h19.703v109.456H582.24v-11.258Zm-20.64-5.317c6.151 0 11.102-1.928 14.855-5.785 3.857-3.961 5.785-9.122 5.785-15.48v-1.877c0-6.359-1.928-11.467-5.785-15.324-3.753-3.961-8.704-5.942-14.855-5.942-6.15 0-11.154 1.929-15.011 5.786-3.753 3.753-5.629 8.913-5.629 15.48v1.877c0 6.567 1.876 11.779 5.629 15.636 3.857 3.753 8.861 5.629 15.011 5.629Zm-51.618-21.265c0 6.463-1.095 12.197-3.284 17.2-2.189 4.9-5.16 9.069-8.913 12.51-3.753 3.335-8.079 5.889-12.978 7.661-4.795 1.773-9.851 2.659-15.168 2.659-5.316 0-10.424-.886-15.324-2.659-4.795-1.772-9.069-4.326-12.822-7.661-3.752-3.441-6.723-7.61-8.912-12.51-2.19-5.003-3.284-10.737-3.284-17.2v-1.876c0-6.359 1.094-11.988 3.284-16.888 2.189-5.004 5.16-9.225 8.912-12.666a38.602 38.602 0 0 1 12.822-7.818c4.9-1.772 10.008-2.658 15.324-2.658 5.317 0 10.373.886 15.168 2.658 4.899 1.772 9.225 4.378 12.978 7.818 3.753 3.441 6.724 7.662 8.913 12.666 2.189 4.9 3.284 10.529 3.284 16.888v1.876Zm-40.343 21.266c2.815 0 5.473-.469 7.975-1.408 2.502-.938 4.691-2.293 6.567-4.065 1.877-1.772 3.336-3.909 4.379-6.411 1.146-2.606 1.72-5.525 1.72-8.757v-3.127c0-3.231-.574-6.098-1.72-8.6-1.043-2.606-2.502-4.795-4.379-6.567-1.876-1.772-4.065-3.128-6.567-4.066-2.502-.938-5.16-1.407-7.975-1.407-2.814 0-5.473.469-7.974 1.407-2.502.938-4.691 2.294-6.568 4.066-1.876 1.772-3.388 3.961-4.534 6.567-1.043 2.502-1.564 5.369-1.564 8.6v3.127c0 3.232.521 6.151 1.564 8.757 1.146 2.502 2.658 4.639 4.534 6.411 1.877 1.772 4.066 3.127 6.568 4.065 2.501.939 5.16 1.408 7.974 1.408Zm-72.93 5.316h-2.814a29.635 29.635 0 0 1-3.128 5.16c-1.146 1.564-2.71 2.971-4.691 4.222-1.876 1.251-4.169 2.241-6.88 2.971-2.606.73-5.785 1.095-9.538 1.095-4.795 0-9.278-.834-13.448-2.502-4.065-1.772-7.661-4.326-10.789-7.662-3.023-3.44-5.42-7.61-7.193-12.509-1.667-4.9-2.501-10.529-2.501-16.888v-2.814c0-6.255.886-11.832 2.658-16.732 1.876-4.899 4.378-9.017 7.505-12.353 3.232-3.44 6.933-6.046 11.102-7.818 4.274-1.772 8.757-2.658 13.448-2.658 6.254 0 11.206 1.199 14.855 3.596 3.648 2.294 6.515 5.577 8.6 9.851h2.814V91.899h19.702v96.634c0 3.544-1.146 6.463-3.44 8.757-2.189 2.293-5.056 3.44-8.6 3.44h-52.226v-18.764h40.342c2.815 0 4.222-1.564 4.222-4.691v-19.077Zm-20.64-5.316c6.15 0 11.102-1.929 14.855-5.786 3.857-3.961 5.785-9.121 5.785-15.48v-1.876c0-6.359-1.928-11.467-5.785-15.324-3.753-3.961-8.705-5.942-14.855-5.942s-11.154 1.928-15.011 5.785c-3.753 3.753-5.629 8.913-5.629 15.481v1.876c0 6.567 1.876 11.78 5.629 15.637 3.857 3.752 8.861 5.629 15.011 5.629Z\" fill=\"#0A131F\"/><defs><filter id=\"a\" x=\"-2.035\" y=\"-2.035\" width=\"264.796\" height=\"264.799\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"2.035\" dy=\"2.035\"/><feGaussianBlur stdDeviation=\"1.017\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_793_194\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"-2.035\" dy=\"-2.035\"/><feGaussianBlur stdDeviation=\"1.017\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0\"/><feBlend in2=\"effect1_innerShadow_793_194\" result=\"effect2_innerShadow_793_194\"/></filter><filter id=\"d\" x=\"7.557\" y=\"37.98\" width=\"244.886\" height=\"238.506\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"26.423\"/><feGaussianBlur stdDeviation=\"24.221\"/><feColorMatrix values=\"0 0 0 0 0.00190973 0 0 0 0 0.0475522 0 0 0 0 0.458333 0 0 0 0.4 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_793_194\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_793_194\" result=\"shape\"/></filter><filter id=\"e\" x=\"56\" y=\"53.394\" width=\"148\" height=\"148.226\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"-6.543\"/><feGaussianBlur stdDeviation=\"2.453\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0.690196 0 0 0 0 0.776941 0 0 0 0 1 0 0 0 0.8 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_793_194\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"-6.606\"/><feGaussianBlur stdDeviation=\"4.404\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0.766667 0 0 0 0 0.93 0 0 0 0 1 0 0 0 0.4 0\"/><feBlend in2=\"effect1_innerShadow_793_194\" result=\"effect2_innerShadow_793_194\"/></filter><linearGradient id=\"b\" x1=\"130.365\" y1=\"0\" x2=\"130.365\" y2=\"260.73\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#527AFF\"/><stop offset=\"1\" stop-color=\"#1265FF\"/></linearGradient><linearGradient id=\"c\" x1=\"130.365\" y1=\"0\" x2=\"130.365\" y2=\"260.73\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".328\" stop-color=\"#fff\"/><stop offset=\"1\" stop-opacity=\".1\"/></linearGradient></defs></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5pi58i\",\"data-framer-name\":\"Copy Text\",layoutDependency:layoutDependency,layoutId:\"BOTIsqRmh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",children:\"Crafted with sweat & love all over the World\"})}),className:\"framer-l4emrf\",\"data-framer-name\":\"Top\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u4OvD5pPd\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:nGgHxMgfQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",children:\"Copyright \\xa9 2024 GodmodeHq\"})}),className:\"framer-1onpbi6\",\"data-framer-name\":\"Top\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MulPIYT56\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:f2tdYVgqT,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",children:\"All rights reserved.\"})}),className:\"framer-nu82c1\",\"data-framer-name\":\"Bottom\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zp3GhHggl\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),hKmII9GiU&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k2irrp\",\"data-framer-name\":\"Socials\",layoutDependency:layoutDependency,layoutId:\"PQyZVY2Hl\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/godmodehq\",nodeId:\"QSp6Ettj6\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"X Platform\",className:\"framer-sezpbp framer-sh6d1d\",\"data-framer-name\":\"Social / X\",layoutDependency:layoutDependency,layoutId:\"QSp6Ettj6\",style:{opacity:.7},whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15rv9ha-container\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"QelZ4wbAK-container\",name:\"X\",children:/*#__PURE__*/_jsx(SVG1,{customColor:\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.8206 2H13.8563L9.40893 7.08308L14.6409 14H10.5443L7.3357 9.80492L3.66431 14H1.62739L6.38431 8.56308L1.36523 2H5.56585L8.46616 5.83446L11.8206 2ZM11.1062 12.7815H12.2342L4.95293 3.15446H3.74247L11.1062 12.7815Z\" fill=\"#9CA1A4\"/> </svg>',height:\"100%\",id:\"QelZ4wbAK\",layoutId:\"QelZ4wbAK\",lineCap:\"butt\",lineJoin:\"miter\",name:\"X\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/godmodehq/\",nodeId:\"S9J8pWXRe\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Youtube\",className:\"framer-18o7qp8 framer-sh6d1d\",\"data-framer-name\":\"Social / Linkedin\",layoutDependency:layoutDependency,layoutId:\"S9J8pWXRe\",style:{opacity:.7},whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q5qgih-container\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"yVaSkyeUZ-container\",name:\"X\",children:/*#__PURE__*/_jsx(SVG1,{customColor:\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"/></svg>',height:\"100%\",id:\"yVaSkyeUZ\",layoutId:\"yVaSkyeUZ\",lineCap:\"butt\",lineJoin:\"miter\",name:\"X\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/saleslorddd/\",nodeId:\"hfx6UhGF5\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Instagram\",className:\"framer-yftbka framer-sh6d1d\",\"data-framer-name\":\"Social / RCV\",layoutDependency:layoutDependency,layoutId:\"hfx6UhGF5\",style:{opacity:.7},whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-k6571j-container\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"AZkDubvnU-container\",name:\"X\",children:/*#__PURE__*/_jsx(SVG1,{customColor:\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" style=\"fill: rgba(0, 0, 0, 1);transform: ;msFilter:;\"><path d=\"M11.999 7.377a4.623 4.623 0 1 0 0 9.248 4.623 4.623 0 0 0 0-9.248zm0 7.627a3.004 3.004 0 1 1 0-6.008 3.004 3.004 0 0 1 0 6.008z\"></path><circle cx=\"16.806\" cy=\"7.207\" r=\"1.078\"></circle><path d=\"M20.533 6.111A4.605 4.605 0 0 0 17.9 3.479a6.606 6.606 0 0 0-2.186-.42c-.963-.042-1.268-.054-3.71-.054s-2.755 0-3.71.054a6.554 6.554 0 0 0-2.184.42 4.6 4.6 0 0 0-2.633 2.632 6.585 6.585 0 0 0-.419 2.186c-.043.962-.056 1.267-.056 3.71 0 2.442 0 2.753.056 3.71.015.748.156 1.486.419 2.187a4.61 4.61 0 0 0 2.634 2.632 6.584 6.584 0 0 0 2.185.45c.963.042 1.268.055 3.71.055s2.755 0 3.71-.055a6.615 6.615 0 0 0 2.186-.419 4.613 4.613 0 0 0 2.633-2.633c.263-.7.404-1.438.419-2.186.043-.962.056-1.267.056-3.71s0-2.753-.056-3.71a6.581 6.581 0 0 0-.421-2.217zm-1.218 9.532a5.043 5.043 0 0 1-.311 1.688 2.987 2.987 0 0 1-1.712 1.711 4.985 4.985 0 0 1-1.67.311c-.95.044-1.218.055-3.654.055-2.438 0-2.687 0-3.655-.055a4.96 4.96 0 0 1-1.669-.311 2.985 2.985 0 0 1-1.719-1.711 5.08 5.08 0 0 1-.311-1.669c-.043-.95-.053-1.218-.053-3.654 0-2.437 0-2.686.053-3.655a5.038 5.038 0 0 1 .311-1.687c.305-.789.93-1.41 1.719-1.712a5.01 5.01 0 0 1 1.669-.311c.951-.043 1.218-.055 3.655-.055s2.687 0 3.654.055a4.96 4.96 0 0 1 1.67.311 2.991 2.991 0 0 1 1.712 1.712 5.08 5.08 0 0 1 .311 1.669c.043.951.054 1.218.054 3.655 0 2.436 0 2.698-.043 3.654h-.011z\"></path></svg>',height:\"100%\",id:\"AZkDubvnU\",layoutId:\"AZkDubvnU\",lineCap:\"butt\",lineJoin:\"miter\",name:\"X\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.tiktok.com/@saleslordd\",nodeId:\"GJyMJe2NJ\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Instagram\",className:\"framer-1x7he17 framer-sh6d1d\",\"data-framer-name\":\"Social / RCV\",layoutDependency:layoutDependency,layoutId:\"GJyMJe2NJ\",style:{opacity:.7},whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-663cay-container\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"HaOpRxfSL-container\",name:\"X\",children:/*#__PURE__*/_jsx(SVG1,{customColor:\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" style=\"fill: rgba(0, 0, 0, 1);transform: ;msFilter:;\"><path d=\"M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.2 1.74 2.89 2.89 0 0 1 2.31-4.64 2.93 2.93 0 0 1 .88.13V9.4a6.84 6.84 0 0 0-1-.05A6.33 6.33 0 0 0 5 20.1a6.34 6.34 0 0 0 10.86-4.43v-7a8.16 8.16 0 0 0 4.77 1.52v-3.4a4.85 4.85 0 0 1-1-.1z\"></path></svg>',height:\"100%\",id:\"HaOpRxfSL\",layoutId:\"HaOpRxfSL\",lineCap:\"butt\",lineJoin:\"miter\",name:\"X\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@godmodehq\",nodeId:\"qh_1StAKf\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Instagram\",className:\"framer-lhm9vl framer-sh6d1d\",\"data-framer-name\":\"Social / YT\",layoutDependency:layoutDependency,layoutId:\"qh_1StAKf\",style:{opacity:.7},whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xer14i-container\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"zuxQY5WOt-container\",name:\"X\",children:/*#__PURE__*/_jsx(SVG1,{customColor:\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"64\" height=\"65\" viewBox=\"0 0 64 65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M60.5233 13.5067C61.5179 14.5012 62.2348 15.7386 62.603 17.096C63.96 22.107 64 32.5 64 32.5C64 32.5 64 42.934 62.645 47.905C62.2768 49.2624 61.5599 50.4998 60.5653 51.4943C59.5708 52.4889 58.3334 53.2058 56.976 53.574C52.005 54.93 32 54.93 32 54.93C32 54.93 11.995 54.93 7.025 53.573C5.6676 53.2048 4.43016 52.4879 3.43565 51.4933C2.44114 50.4988 1.72418 49.2614 1.356 47.904C0 42.893 0 32.5 0 32.5C0 32.5 0 22.107 1.315 17.136C1.68318 15.7786 2.40014 14.5412 3.39465 13.5467C4.38916 12.5521 5.6266 11.8352 6.984 11.467C11.955 10.11 31.96 10.07 31.96 10.07C31.96 10.07 51.964 10.07 56.934 11.427C58.2914 11.7952 59.5288 12.5121 60.5233 13.5067ZM42.187 32.5L25.592 42.112L25.591 22.888L42.187 32.5Z\" fill=\"#FF0000\"/> </svg>',height:\"100%\",id:\"zuxQY5WOt\",layoutId:\"zuxQY5WOt\",lineCap:\"butt\",lineJoin:\"miter\",name:\"X\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://read.cv/teams/gmhq\",nodeId:\"S8z0YmOxs\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Instagram\",className:\"framer-1j48h66 framer-sh6d1d\",\"data-framer-name\":\"Social / RCV\",layoutDependency:layoutDependency,layoutId:\"S8z0YmOxs\",style:{opacity:.7},whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x4txob-container\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"HJ9XlSfW5-container\",name:\"X\",children:/*#__PURE__*/_jsx(SVG1,{customColor:\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"180\" height=\"180\" viewBox=\"0 0 180 180\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M69.6167 36.2288C68.7607 36.0008 67.8679 35.9425 66.9891 36.0571C66.1104 36.1716 65.263 36.457 64.4953 36.8968C63.7276 37.3366 63.0546 37.9222 62.5148 38.6202C61.9751 39.3182 61.579 40.1149 61.3494 40.9649C61.1197 41.8149 61.061 42.7015 61.1764 43.574C61.2918 44.4465 61.5792 45.2878 62.0221 46.0501C62.465 46.8123 63.0548 47.4806 63.7578 48.0165C64.4607 48.5524 65.2631 48.9456 66.1192 49.1737L131.259 66.4928C132.126 66.7598 133.039 66.8504 133.943 66.7587C134.846 66.6671 135.722 66.3952 136.516 65.9594C137.311 65.5236 138.009 64.933 138.568 64.2228C139.127 63.5126 139.537 62.6976 139.772 61.8266C140.006 60.9556 140.06 60.0466 139.933 59.1539C139.804 58.2614 139.497 57.4036 139.027 56.6323C138.557 55.8609 137.934 55.1915 137.197 54.6646C136.462 54.1377 135.625 53.764 134.739 53.5659L69.6077 36.2468L69.6167 36.2288ZM62.0553 64.261C60.3487 63.8591 58.5518 64.1334 57.0455 65.0253C55.5392 65.9173 54.4421 67.357 53.9871 69.0387C53.532 70.7204 53.7548 72.5121 54.6081 74.0336C55.4614 75.5549 56.8782 76.6863 58.5578 77.1878L123.698 94.5248C125.427 94.9842 127.269 94.7428 128.818 93.8538C130.368 92.9647 131.498 91.5009 131.961 89.7843C132.423 88.0678 132.181 86.2391 131.284 84.7004C130.389 83.1619 128.915 82.0394 127.186 81.5801L62.0553 64.261ZM46.231 97.0156C46.6946 95.3019 47.8243 93.8412 49.3719 92.9539C50.9194 92.0668 52.7584 91.8259 54.4847 92.284L97.9115 103.836C98.767 104.064 99.5688 104.457 100.272 104.991C100.974 105.526 101.564 106.194 102.007 106.955C102.45 107.717 102.737 108.557 102.853 109.43C102.969 110.3 102.91 111.186 102.681 112.036C102.452 112.885 102.057 113.682 101.518 114.379C100.979 115.077 100.307 115.662 99.54 116.102C98.7732 116.543 97.9266 116.827 97.0485 116.942C96.1706 117.058 95.2785 116.999 94.4229 116.772L50.9962 105.22C50.1407 104.993 49.3388 104.6 48.6363 104.064C47.9338 103.528 47.3444 102.86 46.9019 102.098C46.4594 101.336 46.1723 100.495 46.0572 99.6231C45.942 98.7509 46.0012 97.8649 46.231 97.0156Z\" fill=\"black\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M112.285 179.165L26.1679 156.068C19.8878 154.382 14.5339 150.267 11.2834 144.628C8.03311 138.989 7.15271 132.288 8.8357 125.999L37.678 18.1929C39.3621 11.9042 43.4718 6.54282 49.1029 3.28802C54.7341 0.033214 61.4259 -0.848538 67.7063 0.836915L153.833 23.9337C160.112 25.6201 165.466 29.7353 168.717 35.3744C171.968 41.0134 172.847 47.7143 171.165 54.0033L142.313 161.8C140.629 168.09 136.52 173.45 130.888 176.706C125.257 179.96 118.565 180.851 112.285 179.165ZM21.7457 129.463C21.3668 130.879 21.2701 132.356 21.4613 133.808C21.6522 135.261 22.1272 136.662 22.8592 137.932C23.5911 139.201 24.5654 140.313 25.7268 141.206C26.888 142.098 28.2133 142.752 29.6271 143.131L115.753 166.237C118.606 167.001 121.644 166.601 124.203 165.122C126.76 163.644 128.627 161.209 129.394 158.354L158.246 50.5392C158.624 49.1234 158.721 47.6468 158.53 46.1937C158.339 44.7406 157.864 43.3393 157.132 42.0701C156.4 40.8007 155.426 39.6883 154.264 38.7961C153.103 37.904 151.777 37.2496 150.364 36.8704L64.2291 13.7557C61.3751 12.9923 58.3351 13.3946 55.7772 14.8745C53.2194 16.3544 51.3529 18.7908 50.588 21.6481L21.7457 129.463Z\" fill=\"black\"/> </svg>',height:\"100%\",id:\"HJ9XlSfW5\",layoutId:\"HJ9XlSfW5\",lineCap:\"butt\",lineJoin:\"miter\",name:\"X\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"mailto:team@troylabs.io\",nodeId:\"qpwhvLscB\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Instagram\",className:\"framer-8rexf7 framer-sh6d1d\",\"data-framer-name\":\"Social / RCV\",layoutDependency:layoutDependency,layoutId:\"qpwhvLscB\",style:{opacity:.7},whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w6i2wb-container\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"cNipjj6YW-container\",name:\"X\",children:/*#__PURE__*/_jsx(SVG1,{customColor:\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 18 18\">   <g fill=\"currentColor\">     <path d=\"M8.88,8.827c.074,.042,.166,.042,.24,0l7.777-4.283c-.314-1.173-1.376-2.044-2.647-2.044H3.75c-1.267,0-2.326,.865-2.643,2.033l7.773,4.293Z\"></path>     <path d=\"M9.845,10.14c-.264,.146-.554,.219-.844,.219s-.582-.073-.846-.22L1,6.188v6.562c0,1.517,1.233,2.75,2.75,2.75H14.25c1.517,0,2.75-1.233,2.75-2.75V6.2l-7.155,3.94Z\"></path>   </g> </svg>',height:\"100%\",id:\"cNipjj6YW\",layoutId:\"cNipjj6YW\",lineCap:\"butt\",lineJoin:\"miter\",name:\"X\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lo0nv4\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"pPHCuQx7W\",children:/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-9or1eo\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"h7hA5rbn7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TbJCoP6a4\"},nodeId:\"FUF3KvPL4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Godsend\"})})})}),className:\"framer-1t4jag2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FUF3KvPL4\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",opacity:.7},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DFBT8VBqG\"},nodeId:\"l4_TQLz20\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Blog\"})})})}),className:\"framer-1fssm1d\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"l4_TQLz20\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",opacity:.7},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50)))\"},children:\"Use cases\"})}),className:\"framer-tonxlx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UEQXHG335\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",opacity:.7},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XAOPlg6Nb\"},nodeId:\"rpWl_kfVk\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Pricing\"})})})}),className:\"framer-fo27z1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rpWl_kfVk\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",opacity:.7},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gxec8m21G\"},nodeId:\"hxcy0_78L\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Customers\"})})})}),className:\"framer-19urw9e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hxcy0_78L\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",opacity:.7},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://gm-hq.com/aimodenewslet\",nodeId:\"wOhRvQBf5\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"AI Mode\"})})})}),className:\"framer-fba1u2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wOhRvQBf5\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",opacity:.7},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://society.godmodehq.com/forums/home\",nodeId:\"mImZiDYCF\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Community\"})})})}),className:\"framer-1nnok5z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mImZiDYCF\",style:{\"--extracted-r6o4lv\":\"var(--token-757f38b9-847d-4444-b1e2-456038c937b9, rgb(52, 51, 50))\",opacity:.7},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f51p9v\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"gWhOCab3f\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rdeb3r\",layoutDependency:layoutDependency,layoutId:\"NR19jgZFV\",style:{backgroundColor:\"var(--token-ddab6fc4-ab19-4e69-a78c-8f2c697820d9, rgba(181, 162, 138, 0.12))\",boxShadow:\"0px 0.2px 0px 0px rgba(255, 255, 255, 0.94)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7u7kgv\",\"data-framer-name\":\"Copy Text\",layoutDependency:layoutDependency,layoutId:\"weMfm0I54\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TjdpXdqHS\"},nodeId:\"ceYGtz2nZ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Privacy Policy\"})})})}),className:\"framer-1rcd6qu\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ceYGtz2nZ\",style:{opacity:.7},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"w1_HO2zWn\"},nodeId:\"Od01sMmVw\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Fulfilment Policy\"})})})}),className:\"framer-1deybq9\",\"data-framer-name\":\"Cookie Policy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Od01sMmVw\",style:{opacity:.7},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y3no75\",\"data-styles-preset\":\"q7YdWxX6a\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DHxz5ph2C\"},nodeId:\"vFCDIDpj9\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gqs7ud\",\"data-styles-preset\":\"tQ05qlMnP\",children:\"Terms of Service\"})})})}),className:\"framer-1o3jtgx\",\"data-framer-name\":\"Terms of Service\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vFCDIDpj9\",style:{opacity:.7},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1pQGm.framer-sh6d1d, .framer-1pQGm .framer-sh6d1d { display: block; }\",\".framer-1pQGm.framer-1y3h6fv { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 0px 24px 0px; position: relative; width: 1200px; }\",\".framer-1pQGm .framer-g1qnou { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1190px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1pQGm .framer-p4jm3e { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 1px; }\",\".framer-1pQGm .framer-18pg4ag { flex: 1 0 0px; height: 1px; max-width: 1190px; overflow: visible; position: relative; width: 1px; }\",\".framer-1pQGm .framer-1et121e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1190px; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-1pQGm .framer-13k9rjo { 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: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1pQGm .framer-1536pe8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-1pQGm .framer-18jpj92 { aspect-ratio: 3.509025270758123 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; width: 81px; }\",\".framer-1pQGm .framer-5pi58i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1pQGm .framer-l4emrf, .framer-1pQGm .framer-1onpbi6, .framer-1pQGm .framer-1t4jag2, .framer-1pQGm .framer-1fssm1d, .framer-1pQGm .framer-tonxlx, .framer-1pQGm .framer-fo27z1, .framer-1pQGm .framer-19urw9e, .framer-1pQGm .framer-fba1u2, .framer-1pQGm .framer-1nnok5z, .framer-1pQGm .framer-1rcd6qu, .framer-1pQGm .framer-1deybq9, .framer-1pQGm .framer-1o3jtgx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1pQGm .framer-nu82c1 { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-1pQGm .framer-k2irrp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1pQGm .framer-sezpbp, .framer-1pQGm .framer-18o7qp8, .framer-1pQGm .framer-yftbka, .framer-1pQGm .framer-1x7he17, .framer-1pQGm .framer-lhm9vl, .framer-1pQGm .framer-1j48h66, .framer-1pQGm .framer-8rexf7 { flex: none; height: 16px; overflow: hidden; position: relative; text-decoration: none; width: 16px; }\",\".framer-1pQGm .framer-15rv9ha-container, .framer-1pQGm .framer-q5qgih-container, .framer-1pQGm .framer-k6571j-container, .framer-1pQGm .framer-663cay-container, .framer-1pQGm .framer-xer14i-container, .framer-1pQGm .framer-1x4txob-container, .framer-1pQGm .framer-w6i2wb-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-1pQGm .framer-lo0nv4 { align-content: flex-end; align-items: flex-end; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1pQGm .framer-9or1eo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1pQGm .framer-1f51p9v { 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: flex-start; max-width: 1190px; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-1pQGm .framer-1rdeb3r { flex: none; height: 1px; max-width: 1190px; overflow: visible; position: relative; width: 100%; }\",\".framer-1pQGm .framer-7u7kgv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1pQGm.framer-1y3h6fv, .framer-1pQGm .framer-g1qnou, .framer-1pQGm .framer-p4jm3e, .framer-1pQGm .framer-13k9rjo, .framer-1pQGm .framer-1536pe8, .framer-1pQGm .framer-5pi58i, .framer-1pQGm .framer-k2irrp, .framer-1pQGm .framer-9or1eo, .framer-1pQGm .framer-1f51p9v, .framer-1pQGm .framer-7u7kgv { gap: 0px; } .framer-1pQGm.framer-1y3h6fv > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-1pQGm.framer-1y3h6fv > :first-child, .framer-1pQGm .framer-13k9rjo > :first-child, .framer-1pQGm .framer-5pi58i > :first-child, .framer-1pQGm .framer-1f51p9v > :first-child { margin-top: 0px; } .framer-1pQGm.framer-1y3h6fv > :last-child, .framer-1pQGm .framer-13k9rjo > :last-child, .framer-1pQGm .framer-5pi58i > :last-child, .framer-1pQGm .framer-1f51p9v > :last-child { margin-bottom: 0px; } .framer-1pQGm .framer-g1qnou > *, .framer-1pQGm .framer-9or1eo > *, .framer-1pQGm .framer-7u7kgv > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-1pQGm .framer-g1qnou > :first-child, .framer-1pQGm .framer-p4jm3e > :first-child, .framer-1pQGm .framer-1536pe8 > :first-child, .framer-1pQGm .framer-k2irrp > :first-child, .framer-1pQGm .framer-9or1eo > :first-child, .framer-1pQGm .framer-7u7kgv > :first-child { margin-left: 0px; } .framer-1pQGm .framer-g1qnou > :last-child, .framer-1pQGm .framer-p4jm3e > :last-child, .framer-1pQGm .framer-1536pe8 > :last-child, .framer-1pQGm .framer-k2irrp > :last-child, .framer-1pQGm .framer-9or1eo > :last-child, .framer-1pQGm .framer-7u7kgv > :last-child { margin-right: 0px; } .framer-1pQGm .framer-p4jm3e > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1pQGm .framer-13k9rjo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1pQGm .framer-1536pe8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-1pQGm .framer-5pi58i > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-1pQGm .framer-k2irrp > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-1pQGm .framer-1f51p9v > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-1pQGm.framer-v-mhxhv6.framer-1y3h6fv { padding: 48px 24px 24px 24px; width: 390px; }\",\".framer-1pQGm.framer-v-mhxhv6 .framer-p4jm3e { padding: 0px; }\",\".framer-1pQGm.framer-v-mhxhv6 .framer-1et121e { flex-direction: column; gap: 24px; justify-content: flex-start; padding: 0px; }\",\".framer-1pQGm.framer-v-mhxhv6 .framer-lo0nv4 { align-content: flex-start; align-items: flex-start; align-self: unset; gap: 24px; height: min-content; justify-content: center; width: 100%; }\",\".framer-1pQGm.framer-v-mhxhv6 .framer-9or1eo { flex-wrap: wrap; justify-content: flex-start; width: 100%; }\",\".framer-1pQGm.framer-v-mhxhv6 .framer-1f51p9v { gap: 24px; padding: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1pQGm.framer-v-mhxhv6 .framer-1et121e, .framer-1pQGm.framer-v-mhxhv6 .framer-lo0nv4, .framer-1pQGm.framer-v-mhxhv6 .framer-1f51p9v { gap: 0px; } .framer-1pQGm.framer-v-mhxhv6 .framer-1et121e > *, .framer-1pQGm.framer-v-mhxhv6 .framer-lo0nv4 > *, .framer-1pQGm.framer-v-mhxhv6 .framer-1f51p9v > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1pQGm.framer-v-mhxhv6 .framer-1et121e > :first-child, .framer-1pQGm.framer-v-mhxhv6 .framer-lo0nv4 > :first-child, .framer-1pQGm.framer-v-mhxhv6 .framer-1f51p9v > :first-child { margin-top: 0px; } .framer-1pQGm.framer-v-mhxhv6 .framer-1et121e > :last-child, .framer-1pQGm.framer-v-mhxhv6 .framer-lo0nv4 > :last-child, .framer-1pQGm.framer-v-mhxhv6 .framer-1f51p9v > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 319\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rkv5xN9FR\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"nGgHxMgfQ\":\"copy\",\"f2tdYVgqT\":\"copyright\",\"hKmII9GiU\":\"socials\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernHE68CxUa=withCSS(Component,css,\"framer-1pQGm\");export default FramernHE68CxUa;FramernHE68CxUa.displayName=\"Footer\";FramernHE68CxUa.defaultProps={height:319,width:1200};addPropertyControls(FramernHE68CxUa,{variant:{options:[\"CpBOjPnNR\",\"rkv5xN9FR\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},nGgHxMgfQ:{defaultValue:\"Crafted with sweat & love all over the World\",displayTextArea:false,title:\"Copy\",type:ControlType.String},f2tdYVgqT:{defaultValue:\"Copyright \\xa9 2024 GodmodeHq\",displayTextArea:false,title:\"Copyright\",type:ControlType.String},hKmII9GiU:{defaultValue:false,title:\"Socials\",type:ControlType.Boolean}});addFonts(FramernHE68CxUa,[{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\"}]},...SVG1Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernHE68CxUa\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"nGgHxMgfQ\\\":\\\"copy\\\",\\\"f2tdYVgqT\\\":\\\"copyright\\\",\\\"hKmII9GiU\\\":\\\"socials\\\"}\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"319\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rkv5xN9FR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedURL,{url:url,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHTML,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedURL({url,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHTML({html,style}){const ref=useRef();const onCanvas=useIsOnCanvas();const[iframeHeight,setIframeHeight]=useState(0);const hasAutoHeight=!style.height;const hasScript=html.includes(\"</script>\");useEffect(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);if(hasScript){const srcDoc=`<html>\n    <head>\n        <style>body { margin: 0; }</style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>`;const currentStyle={...iframeStyle,...style};if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Geist  SemiBold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist  SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/7pR8uTzuzTu64khiNT8cGz0UVg4.woff2\"}]}];export const css=['.framer-8l09Y .framer-styles-preset-fgj3i5:not(.rich-text-wrapper), .framer-8l09Y .framer-styles-preset-fgj3i5.rich-text-wrapper h3 { --framer-font-family: \"Geist  SemiBold\", \"Geist  SemiBold Placeholder\", sans-serif; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-757f38b9-847d-4444-b1e2-456038c937b9, #343332); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-8l09Y\";\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{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SVG1 from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/hAahUT5WhkA90ScusgxD/SVG.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Mn69eMnaMcqJ65TjxwR1/Embed.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zO5AWnvF0fNWa6jxPv6m/7Y0D5PaFQjou309X8WLL/LtDYUO2sX.js\";const SVG1Fonts=getFonts(SVG1);const EmbedFonts=getFonts(Embed);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"BCsDOpRJ3\",\"BtSVjJ0Ld\",\"ARPmV2b_t\"];const serializationHash=\"framer-L6Wsk\";const variantClassNames={ARPmV2b_t:\"framer-v-10957el\",BCsDOpRJ3:\"framer-v-11t6cmh\",BtSVjJ0Ld:\"framer-v-3hnaww\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Calendly:\"ARPmV2b_t\",Desktop:\"BCsDOpRJ3\",Mobile:\"BtSVjJ0Ld\"};const getProps=({height,hTML,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,b2eUuUcEj:tap!==null&&tap!==void 0?tap:props.b2eUuUcEj,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"BCsDOpRJ3\",w5pB3BeuB:(_ref1=hTML!==null&&hTML!==void 0?hTML:props.w5pB3BeuB)!==null&&_ref1!==void 0?_ref1:'<!-- Calendly inline widget begin -->\\n<div class=\"calendly-inline-widget\" data-url=\"https://calendly.com/godmodehq/godmodehq-demo?hide_event_type_details=1&hide_gdpr_banner=1\" style=\"min-width:320px;height:700px;\"></div>\\n<script type=\"text/javascript\" src=\"https://assets.calendly.com/assets/external/widget.js\" async></script>\\n<!-- Calendly inline widget end -->'};};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,b2eUuUcEj,w5pB3BeuB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BCsDOpRJ3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapb6gwqo=activeVariantCallback(async(...args)=>{if(b2eUuUcEj){const res=await b2eUuUcEj(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-11t6cmh\",className,classNames),\"data-framer-appear-id\":\"11t6cmh\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"BCsDOpRJ3\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:'linear-gradient(180deg, rgb(252, 252, 253) 0%, var(--token-3c15dc09-1001-427b-b24f-7378e81efc2e, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 77%)',borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 0px 1px rgba(14, 63, 126, 0.04), 0px 0.48174984141951427px 1.252549587690737px -0.6666666666666666px rgba(53, 71, 110, 0.09889), 0px 1.8308266425947657px 4.760149270746391px -1.3333333333333333px rgba(53, 71, 110, 0.10698), 0px 8px 20.8px -2px rgba(53, 71, 110, 0.144)\",...style},...addPropertyOverrides({ARPmV2b_t:{\"data-framer-name\":\"Calendly\"},BtSVjJ0Ld:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kjl2sw\",\"data-border\":true,\"data-framer-name\":\"Frame 92\",layoutDependency:layoutDependency,layoutId:\"hPuPKQlyD\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(215, 222, 234, 0.8)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",background:'linear-gradient(0deg, rgb(247, 249, 252) 0%, var(--token-af619ec5-0318-4f5f-a839-621227e671f8, rgb(252, 252, 253)) /* {\"name\":\"BG - Light\"} */ 49.049127252252255%)',borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"inset 0px -1.8px 0px 0px rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mtd98q\",layoutDependency:layoutDependency,layoutId:\"rqBfUx0DE\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1bghovk\",\"data-framer-name\":\" \",fill:\"rgba(0,0,0,1)\",intrinsicHeight:261,intrinsicWidth:261,layoutDependency:layoutDependency,layoutId:\"B6ug2bVOR\",svg:'<svg width=\"261\" height=\"261\" viewBox=\"0 0 261 261\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_ii_818_117)\">\\n<rect width=\"260.73\" height=\"260.73\" rx=\"56.6803\" fill=\"url(#paint0_linear_818_117)\"/>\\n<rect width=\"260.73\" height=\"260.73\" rx=\"56.6803\" fill=\"url(#paint1_linear_818_117)\" fill-opacity=\"0.2\" style=\"mix-blend-mode:soft-light\"/>\\n</g>\\n<g filter=\"url(#filter1_d_818_117)\">\\n<g filter=\"url(#filter2_ii_818_117)\">\\n<path d=\"M204 122.318V127.983C204 137.675 202.077 147.272 198.342 156.223C194.607 165.174 189.132 173.304 182.233 180.145C175.333 186.986 167.145 192.405 158.136 196.09C149.128 199.775 139.477 201.655 129.737 201.62C91.3137 201.486 60.006 171.839 56.3629 134.511C56.3234 134.025 56.4108 133.536 56.6166 133.094C56.8224 132.651 57.1397 132.269 57.5376 131.984C57.9356 131.699 58.4008 131.521 58.8881 131.468C59.3754 131.414 59.8683 131.487 60.319 131.679C65.4389 133.817 71.1193 134.24 76.5018 132.882C81.8842 131.524 86.6763 128.46 90.1539 124.152C92.4324 126.972 95.2894 129.275 98.5339 130.909C101.778 132.542 105.336 133.468 108.969 133.624C112.601 133.78 116.226 133.163 119.6 131.814C122.974 130.465 126.02 128.416 128.534 125.802C130.839 129.527 133.972 132.676 137.692 135.007C133.529 138.176 130.157 142.256 127.835 146.932C125.514 151.608 124.307 156.754 124.308 161.969C124.305 162.755 124.466 163.532 124.782 164.252C125.097 164.972 125.56 165.619 126.14 166.152C126.72 166.685 127.405 167.092 128.152 167.347C128.898 167.602 129.69 167.699 130.477 167.634C131.921 167.479 133.256 166.794 134.22 165.712C135.185 164.631 135.71 163.231 135.692 161.785C135.741 155.808 138.162 150.092 142.426 145.883C146.691 141.673 152.455 139.311 158.462 139.311C159.242 139.313 160.014 139.155 160.731 138.847C161.447 138.54 162.092 138.088 162.626 137.522C163.16 136.956 163.571 136.286 163.834 135.555C164.097 134.824 164.206 134.047 164.154 133.272C164.026 131.816 163.351 130.462 162.262 129.481C161.173 128.5 159.752 127.965 158.284 127.983H152.769C148.24 127.983 143.897 126.192 140.694 123.005C137.491 119.819 135.692 115.496 135.692 110.989V99.6605H181.231C187.27 99.6605 193.061 102.048 197.331 106.297C201.601 110.546 204 116.309 204 122.318ZM70.7502 122.318C78.4633 122.035 84.4615 115.5 84.4615 107.817V91.532C84.4615 83.8213 78.4633 77.286 70.7502 77.0027C68.8381 76.9332 66.9316 77.2481 65.1447 77.9286C63.3577 78.6091 61.727 79.6412 60.35 80.9631C58.9731 82.2851 57.8781 83.8698 57.1307 85.6225C56.3833 87.3752 55.9987 89.2598 56 91.1638V108.157C55.9987 110.061 56.3833 111.946 57.1307 113.698C57.8781 115.451 58.9731 117.036 60.35 118.358C61.727 119.68 63.3577 120.712 65.1447 121.392C66.9316 122.073 68.8381 122.388 70.7502 122.318ZM110.596 122.318C118.309 122.042 124.308 115.507 124.308 107.824V74.5458C124.308 66.8634 118.309 60.3281 110.596 60.0519C108.688 59.9826 106.785 60.2961 105.001 60.974C103.217 61.6519 101.588 62.6802 100.212 63.9976C98.8352 65.315 97.7394 66.8946 96.9894 68.6424C96.2394 70.3901 95.8506 72.2701 95.8462 74.1705V108.157C95.8449 110.061 96.2295 111.946 96.9769 113.698C97.7243 115.451 98.8192 117.036 100.196 118.358C101.573 119.68 103.204 120.712 104.991 121.392C106.778 122.073 108.684 122.388 110.596 122.318ZM164.154 74.1705C164.155 72.2666 163.771 70.3819 163.023 68.6292C162.276 66.8765 161.181 65.2918 159.804 63.9699C158.427 62.6479 156.796 61.6158 155.009 60.9353C153.222 60.2548 151.316 59.9399 149.404 60.0094C141.691 60.2927 135.692 66.828 135.692 74.5104V88.3316H161.308C162.063 88.3316 162.786 88.0332 163.32 87.5021C163.854 86.9709 164.154 86.2505 164.154 85.4994V74.1705Z\" fill=\"white\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_ii_818_117\" x=\"-2.0348\" y=\"-2.0348\" width=\"264.796\" height=\"264.799\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dx=\"2.0348\" dy=\"2.0348\"/>\\n<feGaussianBlur stdDeviation=\"1.0174\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_818_117\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dx=\"-2.0348\" dy=\"-2.0348\"/>\\n<feGaussianBlur stdDeviation=\"1.0174\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_818_117\" result=\"effect2_innerShadow_818_117\"/>\\n</filter>\\n<filter id=\"filter1_d_818_117\" x=\"36\" y=\"60\" width=\"188\" height=\"181.621\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"20\"/>\\n<feGaussianBlur stdDeviation=\"10\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.00190973 0 0 0 0 0.0475522 0 0 0 0 0.458333 0 0 0 0.12 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_818_117\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_818_117\" result=\"shape\"/>\\n</filter>\\n<filter id=\"filter2_ii_818_117\" x=\"56\" y=\"55\" width=\"148\" height=\"146.621\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"-5\"/>\\n<feGaussianBlur stdDeviation=\"3\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.690196 0 0 0 0 0.776941 0 0 0 0 1 0 0 0 0.8 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_818_117\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"-4\"/>\\n<feGaussianBlur stdDeviation=\"5\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.766667 0 0 0 0 0.93 0 0 0 0 1 0 0 0 0.4 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_818_117\" result=\"effect2_innerShadow_818_117\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_818_117\" x1=\"130.365\" y1=\"0\" x2=\"130.365\" y2=\"260.73\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#527AFF\"/>\\n<stop offset=\"1\" stop-color=\"#1265FF\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_818_117\" x1=\"130.365\" y1=\"0\" x2=\"130.365\" y2=\"260.73\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.328125\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-opacity=\"0.1\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gi78jl\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"EC9pLv91n\",onTap:onTapb6gwqo,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o1ovmw-container\",layoutDependency:layoutDependency,layoutId:\"suqkMOehA-container\",children:/*#__PURE__*/_jsx(SVG1,{customColor:\"var(--token-f3a667d3-adde-484a-baa0-f13746dcc10e, rgb(57, 74, 106))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 12\">   <g fill=\"currentColor\">     <path d=\"m2.25,10.5c-.192,0-.384-.073-.53-.22-.293-.293-.293-.768,0-1.061L9.22,1.72c.293-.293.768-.293,1.061,0s.293.768,0,1.061l-7.5,7.5c-.146.146-.338.22-.53.22Z\"></path>     <path d=\"m9.75,10.5c-.192,0-.384-.073-.53-.22L1.72,2.78c-.293-.293-.293-.768,0-1.061s.768-.293,1.061,0l7.5,7.5c.293.293.293.768,0,1.061-.146.146-.338.22-.53.22Z\"></path>   </g> </svg>',height:\"100%\",id:\"suqkMOehA\",layoutId:\"suqkMOehA\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-fgj3i5\",\"data-styles-preset\":\"LtDYUO2sX\",children:\"Book a demo with GMHQ team\"})}),className:\"framer-a8a6oa\",\"data-framer-name\":\"Yeah, we experienced that too. So we built Godmode\u2122\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UHIdnpD6Y\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gygw1j\",\"data-framer-name\":\"Frame 7\",layoutDependency:layoutDependency,layoutId:\"gJKqGwwSM\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b5qftz-container\",layoutDependency:layoutDependency,layoutId:\"iWa7tcyiO-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"\",id:\"iWa7tcyiO\",layoutId:\"iWa7tcyiO\",style:{height:\"100%\",width:\"100%\"},type:\"url\",url:\"https://tally.so/embed/n9dyVY?alignLeft=1&hideTitle=1&transparentBackground=1&dynamicHeight=1\",width:\"100%\",...addPropertyOverrides({ARPmV2b_t:{html:w5pB3BeuB,type:\"html\",url:\"\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-L6Wsk.framer-d8k0ch, .framer-L6Wsk .framer-d8k0ch { display: block; }\",\".framer-L6Wsk.framer-11t6cmh { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 480px; overflow: visible; padding: 0px; position: relative; width: 480px; }\",\".framer-L6Wsk .framer-1kjl2sw { 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; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-L6Wsk .framer-mtd98q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-L6Wsk .framer-1bghovk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-L6Wsk .framer-gi78jl { align-content: center; align-items: center; aspect-ratio: 1 / 1; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 15px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 15px; }\",\".framer-L6Wsk .framer-1o1ovmw-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); position: relative; width: 15px; }\",\".framer-L6Wsk .framer-a8a6oa { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-L6Wsk .framer-gygw1j { 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; overflow: visible; padding: 12px 24px 24px 24px; position: relative; width: 100%; }\",\".framer-L6Wsk .framer-b5qftz-container { flex: none; height: 530px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-L6Wsk.framer-11t6cmh, .framer-L6Wsk .framer-1kjl2sw, .framer-L6Wsk .framer-gi78jl, .framer-L6Wsk .framer-gygw1j { gap: 0px; } .framer-L6Wsk.framer-11t6cmh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-L6Wsk.framer-11t6cmh > :first-child, .framer-L6Wsk .framer-1kjl2sw > :first-child, .framer-L6Wsk .framer-gygw1j > :first-child { margin-top: 0px; } .framer-L6Wsk.framer-11t6cmh > :last-child, .framer-L6Wsk .framer-1kjl2sw > :last-child, .framer-L6Wsk .framer-gygw1j > :last-child { margin-bottom: 0px; } .framer-L6Wsk .framer-1kjl2sw > *, .framer-L6Wsk .framer-gygw1j > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-L6Wsk .framer-gi78jl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-L6Wsk .framer-gi78jl > :first-child { margin-left: 0px; } .framer-L6Wsk .framer-gi78jl > :last-child { margin-right: 0px; } }\",\".framer-L6Wsk.framer-v-3hnaww.framer-11t6cmh { height: 429px; justify-content: flex-start; }\",\".framer-L6Wsk.framer-v-3hnaww .framer-1kjl2sw { gap: 16px; padding: 16px; }\",\".framer-L6Wsk.framer-v-3hnaww .framer-gygw1j { flex: 1 0 0px; height: 1px; padding: 12px 16px 16px 16px; }\",\".framer-L6Wsk.framer-v-3hnaww .framer-b5qftz-container { flex: 1 0 0px; height: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-L6Wsk.framer-v-3hnaww .framer-1kjl2sw { gap: 0px; } .framer-L6Wsk.framer-v-3hnaww .framer-1kjl2sw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-L6Wsk.framer-v-3hnaww .framer-1kjl2sw > :first-child { margin-top: 0px; } .framer-L6Wsk.framer-v-3hnaww .framer-1kjl2sw > :last-child { margin-bottom: 0px; } }\",\".framer-L6Wsk.framer-v-10957el .framer-gygw1j { padding: 12px 24px 12px 24px; }\",...sharedStyle.css,'.framer-L6Wsk[data-border=\"true\"]::after, .framer-L6Wsk [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 718.5\n * @framerIntrinsicWidth 480\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"480px\",null,null]},\"BtSVjJ0Ld\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"480px\",null,null]},\"ARPmV2b_t\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"480px\",null,null]}}}\n * @framerVariables {\"b2eUuUcEj\":\"tap\",\"w5pB3BeuB\":\"hTML\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerve2VTRz4q=withCSS(Component,css,\"framer-L6Wsk\");export default Framerve2VTRz4q;Framerve2VTRz4q.displayName=\"Request Access - Form\";Framerve2VTRz4q.defaultProps={height:718.5,width:480};addPropertyControls(Framerve2VTRz4q,{variant:{options:[\"BCsDOpRJ3\",\"BtSVjJ0Ld\",\"ARPmV2b_t\"],optionTitles:[\"Desktop\",\"Mobile\",\"Calendly\"],title:\"Variant\",type:ControlType.Enum},b2eUuUcEj:{title:\"Tap\",type:ControlType.EventHandler},w5pB3BeuB:{defaultValue:'<!-- Calendly inline widget begin -->\\n<div class=\"calendly-inline-widget\" data-url=\"https://calendly.com/godmodehq/godmodehq-demo?hide_event_type_details=1&hide_gdpr_banner=1\" style=\"min-width:320px;height:700px;\"></div>\\n<script type=\"text/javascript\" src=\"https://assets.calendly.com/assets/external/widget.js\" async></script>\\n<!-- Calendly inline widget end -->',displayTextArea:true,title:\"HTML\",type:ControlType.String}});addFonts(Framerve2VTRz4q,[{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\"}]},...SVG1Fonts,...EmbedFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerve2VTRz4q\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"480\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"b2eUuUcEj\\\":\\\"tap\\\",\\\"w5pB3BeuB\\\":\\\"hTML\\\"}\",\"framerIntrinsicHeight\":\"718.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"480px\\\",null,null]},\\\"BtSVjJ0Ld\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"480px\\\",null,null]},\\\"ARPmV2b_t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"480px\\\",null,null]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ve2VTRz4q.map"],
  "mappings": "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",
  "names": ["s", "i", "l", "ye", "e", "r", "t", "o", "n", "p", "addPropertyControls", "ControlType", "SVG_default", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "SVGFonts", "getFonts", "SVG_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", "copy", "height", "icon", "icon1", "iconColor", "id", "link", "tap", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "herQfEyUq", "DWmqlIMQs", "yyZp5loLa", "cWIxH4Lje", "aw7DqRMQ1", "b_FcZGaEy", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapgc4zvy", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerMpJ5Rn1Tn", "withCSS", "MpJ5Rn1Tn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SVG1Fonts", "getFonts", "SVG_default", "ButtonFonts", "MpJ5Rn1Tn_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "button", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Ck4tYkg6d", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap2ndqz1", "args", "onTap5mth76", "onTapd7wkrc", "b_FcZGaEyd7wkrc", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ComponentViewportProvider", "css", "FramerM9oK42K2n", "withCSS", "M9oK42K2n_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationFonts", "getFonts", "M9oK42K2n_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bannerButton", "bannerCopy", "bannerLink", "button", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ivou3dUfU", "m1i1iTa50", "cRGHTZ4zj", "UjvaqF1NY", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "Ck4tYkg6d1s6ofay", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerlHNU7Y2oY", "withCSS", "lHNU7Y2oY_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SVG1Fonts", "getFonts", "SVG_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "copy", "copyright", "height", "id", "socials", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "nGgHxMgfQ", "f2tdYVgqT", "hKmII9GiU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ComponentViewportProvider", "css", "FramernHE68CxUa", "withCSS", "nHE68CxUa_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Embed", "type", "url", "html", "style", "p", "EmbedURL", "EmbedHTML", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "ref", "pe", "iframeHeight", "setIframeHeight", "hasScript", "_ref_current", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "htmlStyle", "containerStyles", "fontStore", "fonts", "css", "className", "SVG1Fonts", "getFonts", "SVG_default", "EmbedFonts", "Embed", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "hTML", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "b2eUuUcEj", "w5pB3BeuB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapb6gwqo", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "ComponentViewportProvider", "RichText2", "css", "Framerve2VTRz4q", "withCSS", "ve2VTRz4q_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
