{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/nryclglBwrpLvp5BNGTA/L17R7tDk3KVvuJFjz533/Mailchimp_1.js", "ssg:https://framerusercontent.com/modules/xDMD410uJpPxY40QdZxz/YApNUCnuu6XmdJ1hAA63/BfQzXDq0i.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useMemo,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{var _url_replace_match;const[,domain,parameters]=(_url_replace_match=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&_url_replace_match!==void 0?_url_replace_match:[null,null,null];return[domain,new URLSearchParams(parameters)];};/**\n * MAILCHIMP\n *\n * @framerIntrinsicWidth 430\n * @framerIntrinsicHeight 52\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight auto\n */const Mailchimp=withCSS(function Mailchimp({url,input,button,layout,style,gap,onSubmit,...props}){const[email,setEmail]=useState(input.value);const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);return false;}return true;},[]);const handleChange=useCallback(event1=>{setError(false);setEmail(event1.target.value);},[]);const handleSubmit=useCallback(()=>{event.preventDefault();const[domain,parameters]=parseMailChimpUrl(url);if(!validateForm(email)||!domain||!parameters){setLoading(false);}else{parameters.set(\"MERGE0\",email)// MERGE0 being Mailchimp's email field name\n;fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{setSuccess(true);onSubmit();}).catch(()=>{setLoading(false);});}},[url,email]);const handleClick=useCallback(()=>{setLoading(true);},[]);return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyles,\"--framer-mailchimp-placeholder-color\":input.placeholderColor},children:isSuccess?/*#__PURE__*/_jsx(motion.div,{style:{height:\"60px\",width:\"60px\",background:button.fill,color:button.color,borderRadius:\"50%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},initial:{scale:0},animate:{scale:1},transition:{duration:.3},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"28\",height:\"28\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 14 L 10 22 L 26 6\",fill:\"transparent\",strokeWidth:\"4\",stroke:\"currentColor\",strokeLinecap:\"round\"})})}):/*#__PURE__*/_jsxs(\"form\",{style:{width:\"100%\",display:\"grid\",gap,gridTemplateColumns:layout===\"vertical\"?\"1fr\":\"1fr max-content\",gridTemplateRows:layout===\"vertical\"?\"1fr 1fr\":\"1fr\"},onSubmit:handleSubmit,method:\"POST\",children:[/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",visibility:\"hidden\"},\"aria-hidden\":\"true\",children:/*#__PURE__*/_jsx(\"input\",{type:\"text\",name:\"b_1487cc549a49109c00fe60a80_93cd7be172\",tabIndex:-1})}),/*#__PURE__*/_jsx(\"input\",{type:\"email\",name:\"email\",placeholder:input.placeholder,value:isCanvas?input.value:email,className:\"framer-mailchimp-input\",onChange:handleChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:input.fill,color:input.color,boxShadow:`inset 0 0 0 1px ${isError?input.error:\"transparent\"}`}}),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/_jsx(motion.input,{type:\"submit\",value:button.label,onClick:handleClick,style:{...defaultStyle,cursor:\"pointer\",borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,color:button.color,zIndex:1},transition:{type:\"ease\",duration:.3},whileHover:{opacity:.8}}),isLoading&&/*#__PURE__*/_jsx(\"div\",{style:{borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",left:0,top:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/_jsx(motion.div,{style:{height:16,width:16},initial:{rotate:0},animate:{rotate:360},transition:{duration:2,repeat:Infinity},children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})})]})]})});},[\".framer-mailchimp-input::placeholder { color: var(--framer-mailchimp-placeholder-color) !important; }\"]);Mailchimp.defaultProps={fontSize:16,fontFamily:\"Inter\",fontWeight:400,padding:15,paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,borderRadius:8,topLeftRadius:8,topRightRadius:8,bottomRightRadius:8,bottomLeftRadius:8,gap:15};addPropertyControls(Mailchimp,{url:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,description:\"Create a [Mailchimp](https://mailchimp.com/) account and copy your embedded form URL. [Learn more\u2026](https://www.framer.com/sites/integrations/mailchimp/)\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"email@framer.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},value:{title:\"Value\",type:ControlType.String},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},error:{title:\"Error\",type:ControlType.Color,defaultValue:\"#EE4444\"}}},button:{title:\"Button\",type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Sign Up\"},fontWeight:{...fontControls.fontWeight,defaultValue:600},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"}}},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0},onSubmit:{type:ControlType.EventHandler}});const defaultStyle={WebkitAppearance:\"none\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default Mailchimp;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Mailchimp\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"52\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"430\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Mailchimp_1.map", "// Generated by Framer (fe89999)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Mailchimp from\"https://framerusercontent.com/modules/0ZSF8VJcL5AhXebKiUw3/nbsZGufHZBGrLw7CNirb/Mailchimp.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import Mailchimp1 from\"https://framerusercontent.com/modules/nryclglBwrpLvp5BNGTA/L17R7tDk3KVvuJFjz533/Mailchimp_1.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/qCwow48cFBBDXT24JMX4/uQ9bHGA3HsId61Fkbpvf/Em1MGrXrw.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/36KBBEjBSUJ7qBMU9cGt/7maBB5NU5C7CiffJYzUi/f_JgQVGd5.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/32QEAvZzB5WqarVDpSmy/NkN9vhLND09elxpjO1HS/jc7N8fauG.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/pVuvPZ1QnqU35C6reK2D/V9hpXre6UAzuMXBkaZBq/Lf72Fb_2P.js\";const MailchimpFonts=getFonts(Mailchimp);const Mailchimp1Fonts=getFonts(Mailchimp1);const VideoFonts=getFonts(Video);const cycleOrder=[\"tAPQG0cpS\",\"II1YtFJ5Y\",\"hX55nX2sc\",\"zYHtLOBNI\",\"e1nlMqueI\",\"FdnFYrnLH\"];const serializationHash=\"framer-55nQT\";const variantClassNames={e1nlMqueI:\"framer-v-r9z1au\",FdnFYrnLH:\"framer-v-8n9cg0\",hX55nX2sc:\"framer-v-1gamuvk\",II1YtFJ5Y:\"framer-v-aci96o\",tAPQG0cpS:\"framer-v-at5tyf\",zYHtLOBNI:\"framer-v-3jll8f\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop-New\":\"zYHtLOBNI\",\"Phone-New\":\"FdnFYrnLH\",\"Tablet-New\":\"e1nlMqueI\",Desktop:\"tAPQG0cpS\",Phone:\"hX55nX2sc\",Tablet:\"II1YtFJ5Y\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"tAPQG0cpS\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tAPQG0cpS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"zYHtLOBNI\",\"e1nlMqueI\",\"FdnFYrnLH\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"hX55nX2sc\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"hX55nX2sc\")return false;return true;};const isDisplayed3=()=>{if([\"zYHtLOBNI\",\"e1nlMqueI\",\"FdnFYrnLH\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"zYHtLOBNI\",\"e1nlMqueI\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.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__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-at5tyf\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"tAPQG0cpS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.05)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(17, 17, 17)\",...style},variants:{e1nlMqueI:{backgroundColor:\"var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15))\"},FdnFYrnLH:{backgroundColor:\"var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15))\"},zYHtLOBNI:{backgroundColor:\"var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15))\"}},...addPropertyOverrides({e1nlMqueI:{\"data-framer-name\":\"Tablet-New\"},FdnFYrnLH:{\"data-framer-name\":\"Phone-New\"},hX55nX2sc:{\"data-framer-name\":\"Phone\"},II1YtFJ5Y:{\"data-framer-name\":\"Tablet\"},zYHtLOBNI:{\"data-framer-name\":\"Desktop-New\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10g27c7\",\"data-framer-name\":\"Horizontal\",layoutDependency:layoutDependency,layoutId:\"iN4Krr00E\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fwqk9o\",layoutDependency:layoutDependency,layoutId:\"hjQPPK4J_\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lynn1x\",layoutDependency:layoutDependency,layoutId:\"EINmVpczb\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vaw0jv\",layoutDependency:layoutDependency,layoutId:\"bFYenIezH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-1fn31x1\",\"data-styles-preset\":\"Lf72Fb_2P\",children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1wi65aa, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"Sign up for \"}),/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-h2vp2a, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"our newsletter\"})]})}),className:\"framer-4vxmrp\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"by8mdoNIb\",style:{\"--extracted-1wi65aa\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\",\"--extracted-h2vp2a\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vdw4qt-container\",layoutDependency:layoutDependency,layoutId:\"cZALIkRog-container\",children:/*#__PURE__*/_jsx(Mailchimp,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,button:{color:\"var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15))\",fill:\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\",fontWeight:600,label:\"Sign Up\"},font:false,fontFamily:\"Inter\",fontSize:14,fontWeight:400,gap:0,height:\"100%\",id:\"cZALIkRog\",input:{color:\"var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15))\",error:\"rgb(238, 68, 68)\",fill:\"var(--token-b6302abc-b78c-4ca9-8572-21e4a55224ec, rgb(255, 255, 255))\",placeholder:\"Your email\",placeholderColor:\"var(--token-02c1fa60-f71e-417e-9a39-f3177d256fca, rgb(148, 135, 119))\",value:\"\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"cZALIkRog\",padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,url:'https://leather.us21.list-manage.com/subscribe/post?u=803d5a982edfa9803b5ad8936&amp;id=0972b1b62c&amp;f_id=00bae7e6f0\" method=\"post\" id=\"mc-embedded-subscribe-form\" name=\"mc-embedded-subscribe-form\" class=\"validate\" target=\"_self\" novalidate=',width:\"100%\",...addPropertyOverrides({hX55nX2sc:{gap:16,layout:\"vertical\"}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rh8vww\",layoutDependency:layoutDependency,layoutId:\"lzAWw5c_0\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qod4tk\",layoutDependency:layoutDependency,layoutId:\"wkBOjXcTo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e4pvj4\",layoutDependency:layoutDependency,layoutId:\"oanKSCjTd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1j92weu\",\"data-styles-preset\":\"jc7N8fauG\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"Product\"})}),className:\"framer-133g7ne\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"J07OUsrwA\",style:{\"--extracted-1w1cjl5\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yhS3sHZuj\"},nodeId:\"JW0HKFBwg\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Install browser extension\"})})})}),className:\"framer-q824u6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JW0HKFBwg\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RffPYP4EA\"},nodeId:\"CkmlRKbeL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Install desktop wallet\"})})})}),className:\"framer-xva2x1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CkmlRKbeL\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ydbdGeYAJ\"},nodeId:\"LP02REIdM\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Compare versions\"})})})}),className:\"framer-74wlbh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LP02REIdM\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVAHf4Sv3\"},nodeId:\"d9Rzone_a\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Support\"})})})}),className:\"framer-iu31ol\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"d9Rzone_a\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://leather.canny.io/feature-requests\",nodeId:\"zhVYpKG7r\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Request features\"})})})}),className:\"framer-opv3fn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zhVYpKG7r\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y8xd1m\",layoutDependency:layoutDependency,layoutId:\"N8hjyPtlS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1j92weu\",\"data-styles-preset\":\"jc7N8fauG\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"Resources\"})}),className:\"framer-1jhtxbs\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"C22J8Szjd\",style:{\"--extracted-1w1cjl5\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xu267tIzI\"},nodeId:\"wnP4hPB2s\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Blog\"})})})}),className:\"framer-pfezcg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wnP4hPB2s\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hqPf_nhD8\"},nodeId:\"LBZf7Y2UH\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Guides\"})})})}),className:\"framer-1u0g32q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LBZf7Y2UH\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Br4r7OCuw\"},nodeId:\"HRdeFmDAv\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Developer docs\"})})})}),className:\"framer-1esdoj9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HRdeFmDAv\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"h088RwwqX\"},nodeId:\"Q4TmN1DDB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Frequent questions\"})})})}),className:\"framer-2b1fe8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q4TmN1DDB\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hX55nX2sc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"h088RwwqX\"},nodeId:\"Q4TmN1DDB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"FAQs\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c6hzpq\",layoutDependency:layoutDependency,layoutId:\"OgYOPfHMX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1j92weu\",\"data-styles-preset\":\"jc7N8fauG\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"Legal\"})}),className:\"framer-i6k10p\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NO3IjwBA0\",style:{\"--extracted-1w1cjl5\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TdNSILHfF\"},nodeId:\"GUGAtEp0Z\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Privacy policy\"})})})}),className:\"framer-z8bte0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GUGAtEp0Z\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qFvWmEWCk\"},nodeId:\"pZjTMFBna\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Terms and services\"})})})}),className:\"framer-1r5asty\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pZjTMFBna\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://trustmachines.notion.site/Public-assets-00144dc5c69142199b00788ff61d721c\",nodeId:\"ShbAzeLsa\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Brand assets\"})})})}),className:\"framer-2vqb5m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ShbAzeLsa\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1exbig4\",layoutDependency:layoutDependency,layoutId:\"q1dR7WEdM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1j92weu\",\"data-styles-preset\":\"jc7N8fauG\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"Follow us\"})}),className:\"framer-1riqtcw\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FhKdd3Izz\",style:{\"--extracted-1w1cjl5\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/LeatherBTC\",nodeId:\"Gp8tWgA3B\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"X / Twitter\"})})})}),className:\"framer-1for3wu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Gp8tWgA3B\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://github.com/leather-io\",nodeId:\"eXt7iiWvv\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"GitHub\"})})})}),className:\"framer-exupud\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eXt7iiWvv\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@Leather-io\",nodeId:\"GjDnuzwJf\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"YouTube\"})})})}),className:\"framer-67u28e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GjDnuzwJf\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18xxhk6\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"MWADh7ALG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nirgn8\",layoutDependency:layoutDependency,layoutId:\"MKW8XKTsV\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"wDuTUpKI4\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1y32acs framer-1lcbhqw\",\"data-framer-name\":\"logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"wDuTUpKI4\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 125 27\"><path d=\"M 120.824 19.648 C 119.664 21.831 117.963 23.171 116.648 23.171 C 115.643 23.171 114.87 22.329 114.87 20.338 C 114.87 17.236 116.416 12.412 117.151 9.884 L 105.629 9.884 L 104.507 13.752 C 102.806 19.687 100.138 23.171 95.923 23.171 C 95.305 23.171 94.57 23.056 94.184 22.826 C 97.354 20.567 100.563 16.968 100.563 13.407 C 100.563 10.459 98.398 9.31 96.426 9.31 C 90.24 9.31 85.832 17.351 87.494 22.405 C 86.489 22.75 85.561 23.171 84.44 23.171 C 83.318 23.171 82.7 22.405 82.932 21.371 C 83.202 20.146 84.749 16.049 84.749 13.828 C 84.749 11.11 82.622 9.272 79.414 9.272 C 78.678 9.272 77.867 9.463 77.055 9.769 L 79.104 2.609 L 75.082 2.609 L 70.288 19.304 C 69.553 21.907 67.35 23.171 65.532 23.171 C 63.251 23.171 62.401 21.371 62.942 19.572 L 64.643 13.713 L 69.012 13.713 L 70.133 9.884 L 65.726 9.884 L 67.814 2.609 L 63.792 2.609 L 58.573 20.759 C 58.07 22.482 56.871 23.171 55.827 23.171 C 54.165 23.171 53.662 21.831 54.01 20.606 L 57.103 9.884 C 56.021 9.54 54.474 9.272 53.275 9.272 C 46.354 9.272 39.82 15.36 39.82 21.371 L 39.82 21.388 C 37.969 22.563 35.821 23.171 33.943 23.171 C 32.628 23.171 31.893 23.056 31.313 22.75 C 34.561 20.644 37.925 17.121 37.925 13.407 C 37.925 10.459 35.76 9.31 33.788 9.31 C 27.64 9.31 23.348 17.159 24.779 22.175 C 23.426 22.865 22.188 23.209 20.835 23.209 C 18.708 23.209 16.698 22.329 15.151 20.567 L 17.123 13.713 C 21.918 13.33 28.259 9.425 28.259 4.639 C 28.259 1.652 26.248 0.005 23.696 0.005 C 19.172 0.005 15.77 4.332 14.185 9.884 C 11.246 9.54 9.661 6.4 11.981 2.609 L 7.805 2.609 C 5.214 8.314 7.843 12.297 13.102 13.713 L 11.826 18.117 C 9.893 16.93 8.385 16.47 6.606 16.47 C -1.939 16.47 -2.287 27 6.104 27 C 8.539 27 11.478 25.736 13.025 24.052 C 15.229 25.966 17.394 27 20.178 27 C 22.304 27 24.47 26.387 26.712 25.085 C 28.22 26.311 30.192 27 33.015 27 C 35.521 27 38.028 26.485 40.61 24.688 C 41.375 26.021 42.77 27 45.117 27 C 47.089 27 49.254 26.158 50.878 24.358 C 52.077 26.081 53.894 27 55.75 27 C 57.297 27 58.882 26.387 60.235 25.162 C 61.318 26.311 63.29 27 65.455 27 C 68.819 27 72.57 25.239 73.884 20.682 L 75.392 15.398 C 75.856 13.828 77.093 13.101 78.524 13.101 C 79.762 13.101 80.419 13.713 80.419 14.785 C 80.419 16.777 78.64 21.524 78.64 23.209 C 78.64 26.043 80.573 27 83.164 27 C 84.788 27 86.064 26.962 89.698 25.354 C 91.168 26.426 93.449 27 96.039 27 C 101.801 27 105.822 23.094 108.567 13.713 L 112.047 13.713 C 111.39 15.896 110.926 18.308 110.926 20.452 C 110.926 24.052 112.24 27 116.3 27 C 119.471 27 123.879 23.822 125 19.648 Z M 23.116 3.834 C 23.851 3.834 24.354 4.256 24.354 4.868 C 24.354 6.898 20.719 9.501 18.206 9.884 C 19.366 5.902 21.724 3.835 23.116 3.835 Z M 6.297 23.171 C 3.01 23.171 3.281 19.955 6.567 19.955 C 7.998 19.955 9.119 20.414 10.473 21.563 C 9.545 22.597 7.766 23.171 6.297 23.171 Z M 32.628 13.101 C 33.44 13.101 33.943 13.599 33.943 14.403 C 33.943 16.547 31.12 19.189 28.723 20.529 C 27.872 18.078 30.308 13.101 32.628 13.101 Z M 45.813 23.171 C 44.614 23.171 44.034 22.329 44.034 21.103 C 44.034 18.155 47.244 13.177 52.154 13.101 C 50.376 19.265 49.177 23.171 45.813 23.171 Z M 95.266 13.101 C 96.078 13.101 96.581 13.599 96.581 14.403 C 96.581 16.547 93.642 19.304 91.399 20.682 C 90.433 18.385 92.908 13.101 95.266 13.101 Z\" fill=\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)) /* {&quot;name&quot;:&quot;2&quot;} */\"></path></svg>',svgContentId:12108304129,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qfi1m8\",layoutDependency:layoutDependency,layoutId:\"yAo5_bzcr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02c1fa60-f71e-417e-9a39-f3177d256fca, rgb(148, 135, 119)))\"},children:\"\\xa9 Leather Wallet LLC \"})}),className:\"framer-z6ut4m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BsbSKpiGX\",style:{\"--extracted-r6o4lv\":\"var(--token-02c1fa60-f71e-417e-9a39-f3177d256fca, rgb(148, 135, 119))\"},variants:{hX55nX2sc:{\"--extracted-r6o4lv\":\"var(--token-0055961a-8169-46b5-a52b-dedf690c19e1, rgb(128, 118, 108))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hX55nX2sc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0055961a-8169-46b5-a52b-dedf690c19e1, rgb(128, 118, 108)))\"},children:\"\\xa9 Leather Wallet LLC \"})}),fonts:[\"GF;Inter-500\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02c1fa60-f71e-417e-9a39-f3177d256fca, rgb(148, 135, 119)))\"},children:[\"A \",/*#__PURE__*/_jsx(Link,{href:\"https://trustmachines.co/\",nodeId:\"mGQlGZvRZ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Trust Machines\"})}),\" product\"]})}),className:\"framer-bszpm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mGQlGZvRZ\",style:{\"--extracted-r6o4lv\":\"var(--token-02c1fa60-f71e-417e-9a39-f3177d256fca, rgb(148, 135, 119))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-enhqpf\",layoutDependency:layoutDependency,layoutId:\"lgCnhQPtk\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rnb97e\",layoutDependency:layoutDependency,layoutId:\"gP6BRnL22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cbcde8\",layoutDependency:layoutDependency,layoutId:\"dPyKnUGde\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1j92weu\",\"data-styles-preset\":\"jc7N8fauG\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"Product\"})}),className:\"framer-61125b\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jRqMouodH\",style:{\"--extracted-1w1cjl5\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yhS3sHZuj\"},nodeId:\"NaqveuI5Z\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Install browser extension\"})})})}),className:\"framer-ofc2q7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NaqveuI5Z\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RffPYP4EA\"},nodeId:\"jJ1IgalAK\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Install desktop wallet\"})})})}),className:\"framer-1h8tp1r\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jJ1IgalAK\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ydbdGeYAJ\"},nodeId:\"TZabh7DuK\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Compare versions\"})})})}),className:\"framer-1tdqd38\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TZabh7DuK\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ydbdGeYAJ\"},nodeId:\"uyZBRxKcm\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Compare versions\"})})})}),className:\"framer-1b4xztg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uyZBRxKcm\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({e1nlMqueI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVAHf4Sv3\"},nodeId:\"uyZBRxKcm\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Support\"})})})})},zYHtLOBNI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVAHf4Sv3\"},nodeId:\"uyZBRxKcm\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Support\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVAHf4Sv3\"},nodeId:\"eAFARQuEJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Support\"})})})}),className:\"framer-pwoomt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eAFARQuEJ\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({e1nlMqueI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ATyUqZfZn\"},nodeId:\"eAFARQuEJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Mobile waitlist\"})})})})},zYHtLOBNI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ATyUqZfZn\"},nodeId:\"eAFARQuEJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Mobile waitlist\"})})})})}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"mobile\",nodeId:\"X7FZkY_1o\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Mobile waitlist\"})})})}),className:\"framer-u14gk3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"X7FZkY_1o\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a37g84\",layoutDependency:layoutDependency,layoutId:\"mz4Z2Iih5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1j92weu\",\"data-styles-preset\":\"jc7N8fauG\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"Resources\"})}),className:\"framer-15yxt1o\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sQksjpxXr\",style:{\"--extracted-1w1cjl5\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xu267tIzI\"},nodeId:\"FMUv2McTc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Blog\"})})})}),className:\"framer-i59d7h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FMUv2McTc\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hqPf_nhD8\"},nodeId:\"eZcCXdoMV\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Guides\"})})})}),className:\"framer-4dvrl2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eZcCXdoMV\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Br4r7OCuw\"},nodeId:\"Zktuho3c_\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Developer docs\"})})})}),className:\"framer-1hby28\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zktuho3c_\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"h088RwwqX\"},nodeId:\"NwQfHY9LJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Frequent questions\"})})})}),className:\"framer-1bbl9g9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NwQfHY9LJ\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({e1nlMqueI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"h088RwwqX\"},nodeId:\"NwQfHY9LJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"FAQ\"})})})})},zYHtLOBNI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"h088RwwqX\"},nodeId:\"NwQfHY9LJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"FAQs\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oxthjd\",layoutDependency:layoutDependency,layoutId:\"QHx3Wm1RH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1j92weu\",\"data-styles-preset\":\"jc7N8fauG\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"Legal\"})}),className:\"framer-m20dlj\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nVolYlWO1\",style:{\"--extracted-1w1cjl5\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TdNSILHfF\"},nodeId:\"X1nQ2FLGO\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Privacy policy\"})})})}),className:\"framer-1t6znnv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"X1nQ2FLGO\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qFvWmEWCk\"},nodeId:\"qkKRP_Tca\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Terms and services\"})})})}),className:\"framer-wb3odx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qkKRP_Tca\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://trustmachines.notion.site/Public-assets-00144dc5c69142199b00788ff61d721c\",nodeId:\"bVcub1ZD1\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Brand assets\"})})})}),className:\"framer-uqn157\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bVcub1ZD1\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-egwkhz\",layoutDependency:layoutDependency,layoutId:\"qMC8XlJUi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1j92weu\",\"data-styles-preset\":\"jc7N8fauG\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"Follow us\"})}),className:\"framer-1v2ovsc\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OnPQ8zmG5\",style:{\"--extracted-1w1cjl5\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11t8hc8\",layoutDependency:layoutDependency,layoutId:\"JZxa5extp\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ksnrpb\",layoutDependency:layoutDependency,layoutId:\"LuUy4iD5x\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/D1Kguya5exFpsezqWbZdxXEmU.svg\"},className:\"framer-84o8if\",layoutDependency:layoutDependency,layoutId:\"Gg5HfAeb2\",...addPropertyOverrides({e1nlMqueI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+0+48+0+0+3),pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/D1Kguya5exFpsezqWbZdxXEmU.svg\"}},FdnFYrnLH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+864+0+48+0+0+3),pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/D1Kguya5exFpsezqWbZdxXEmU.svg\"}},zYHtLOBNI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+0+48+0+0+3),pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/D1Kguya5exFpsezqWbZdxXEmU.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TdNSILHfF\"},nodeId:\"qbwm5mCdr\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Twitter/X\"})})})}),className:\"framer-1augp04\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qbwm5mCdr\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({e1nlMqueI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/LeatherBTC\",nodeId:\"qbwm5mCdr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Twitter/X\"})})})})},FdnFYrnLH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/LeatherBTC\",nodeId:\"qbwm5mCdr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Twitter/X\"})})})})},zYHtLOBNI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/LeatherBTC\",nodeId:\"qbwm5mCdr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Twitter/X\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14ak1cw\",layoutDependency:layoutDependency,layoutId:\"xYU3JtudQ\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/V5HSVIjgjvxd5NRYRrfH4TZRY.svg\"},className:\"framer-1cnf7ji\",layoutDependency:layoutDependency,layoutId:\"yXUoFGOsC\",...addPropertyOverrides({e1nlMqueI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+0+48+0+48+3),pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/V5HSVIjgjvxd5NRYRrfH4TZRY.svg\"}},FdnFYrnLH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+864+0+48+0+48+3),pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/V5HSVIjgjvxd5NRYRrfH4TZRY.svg\"}},zYHtLOBNI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+0+48+0+48+3),pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/V5HSVIjgjvxd5NRYRrfH4TZRY.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TdNSILHfF\"},nodeId:\"ZNswjAPCc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Youtube\"})})})}),className:\"framer-7cwxyr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZNswjAPCc\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({e1nlMqueI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@Leather-io\",nodeId:\"ZNswjAPCc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Youtube\"})})})})},FdnFYrnLH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@Leather-io\",nodeId:\"ZNswjAPCc\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Youtube\"})})})})},zYHtLOBNI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@Leather-io\",nodeId:\"ZNswjAPCc\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Youtube\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15g6qc5\",layoutDependency:layoutDependency,layoutId:\"sMUEzB2ze\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/62nS95d8QVKZFcnPQVjkwZJi6U.svg\"},className:\"framer-1tt1y5i\",layoutDependency:layoutDependency,layoutId:\"vbWn5etk5\",...addPropertyOverrides({e1nlMqueI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+0+48+0+96+3),pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/62nS95d8QVKZFcnPQVjkwZJi6U.svg\"}},FdnFYrnLH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+864+0+48+0+96+3),pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/62nS95d8QVKZFcnPQVjkwZJi6U.svg\"}},zYHtLOBNI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+0+48+0+96+3),pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/62nS95d8QVKZFcnPQVjkwZJi6U.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TdNSILHfF\"},nodeId:\"QDnk5SjvI\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Github\"})})})}),className:\"framer-a2endk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QDnk5SjvI\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({e1nlMqueI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://github.com/leather-io\",nodeId:\"QDnk5SjvI\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Github\"})})})})},FdnFYrnLH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://github.com/leather-io\",nodeId:\"QDnk5SjvI\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Github\"})})})})},zYHtLOBNI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://github.com/leather-io\",nodeId:\"QDnk5SjvI\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Github\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q6obx2\",layoutDependency:layoutDependency,layoutId:\"IzmzWl1ny\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/62nS95d8QVKZFcnPQVjkwZJi6U.svg\"},className:\"framer-1ujdz3a\",layoutDependency:layoutDependency,layoutId:\"QU2n5n494\",...addPropertyOverrides({e1nlMqueI:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+0+48+0+144+3),pixelHeight:15,pixelWidth:19,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/d2osfFwbtAjbrLINaYZkmaHsE6s.svg\"}},FdnFYrnLH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+864+0+48+0+144+3),pixelHeight:15,pixelWidth:19,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/d2osfFwbtAjbrLINaYZkmaHsE6s.svg\"}},zYHtLOBNI:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+96+0+0+0+0+48+0+144+3),pixelHeight:15,pixelWidth:19,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/d2osfFwbtAjbrLINaYZkmaHsE6s.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://github.com/leather-io\",nodeId:\"wZz0JKobE\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Github\"})})})}),className:\"framer-f5jcw0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wZz0JKobE\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({e1nlMqueI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://discord.gg/leatherwallet\",nodeId:\"wZz0JKobE\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Discord\"})})})})},FdnFYrnLH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://discord.gg/leatherwallet\",nodeId:\"wZz0JKobE\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Discord\"})})})})},zYHtLOBNI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://discord.gg/leatherwallet\",nodeId:\"wZz0JKobE\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Discord\"})})})})}},baseVariant,gestureVariant)})]})]})]})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-128v2nz\",layoutDependency:layoutDependency,layoutId:\"m31y28TW2\",style:{backgroundColor:\"var(--token-2b3a51b2-3c1b-4f52-a512-05722444c3f9, rgb(74, 66, 59))\"}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nqooz6\",layoutDependency:layoutDependency,layoutId:\"wmO68fg4P\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12nfz1u\",layoutDependency:layoutDependency,layoutId:\"YeYJoIJn0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1fn31x1\",\"data-styles-preset\":\"Lf72Fb_2P\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238)))\"},children:\"Stay in Touch\"})}),className:\"framer-1acmedn\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pWpyzqDuv\",style:{\"--extracted-1eung3n\":\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-do5d0r-container\",layoutDependency:layoutDependency,layoutId:\"wjuBXg8IB-container\",children:/*#__PURE__*/_jsx(Mailchimp1,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,button:{color:\"var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15))\",fill:\"var(--token-d22f38ea-73a4-480c-90cc-ec7b3775ed37, rgb(246, 241, 238))\",fontWeight:600,label:\"Sign Up\"},font:false,fontFamily:\"Inter\",fontSize:14,fontWeight:400,gap:0,height:\"100%\",id:\"wjuBXg8IB\",input:{color:\"var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15))\",error:\"rgb(238, 68, 68)\",fill:\"var(--token-b6302abc-b78c-4ca9-8572-21e4a55224ec, rgb(255, 255, 255))\",placeholder:\"Your email\",placeholderColor:\"var(--token-02c1fa60-f71e-417e-9a39-f3177d256fca, rgb(148, 135, 119))\",value:\"\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"wjuBXg8IB\",padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,url:'https://leather.us21.list-manage.com/subscribe/post?u=803d5a982edfa9803b5ad8936&amp;id=0972b1b62c&amp;f_id=00bae7e6f0\" method=\"post\" id=\"mc-embedded-subscribe-form\" name=\"mc-embedded-subscribe-form\" class=\"validate\" target=\"_self\" novalidate=',width:\"100%\",...addPropertyOverrides({FdnFYrnLH:{gap:16,layout:\"vertical\"}},baseVariant,gestureVariant)})})})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y0po3k\",layoutDependency:layoutDependency,layoutId:\"aXQ5o2Qqx\",style:{backgroundColor:\"var(--token-2b3a51b2-3c1b-4f52-a512-05722444c3f9, rgb(74, 66, 59))\"}}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eqbc64\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"RdY_2vUFZ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7chkq1\",layoutDependency:layoutDependency,layoutId:\"WiX3sgQLm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k5dm90-container\",layoutDependency:layoutDependency,layoutId:\"n_F8xclsv-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"n_F8xclsv\",isMixedBorderRadius:false,layoutId:\"n_F8xclsv\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/NpC6W73vaVTqUnjMPH2IIiQX8.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ljobpe\",layoutDependency:layoutDependency,layoutId:\"Zw3fXv1Od\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02c1fa60-f71e-417e-9a39-f3177d256fca, rgb(148, 135, 119)))\"},children:\"\\xa9 Leather Wallet LLC \"})}),className:\"framer-em7byc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"v9GvcyM57\",style:{\"--extracted-r6o4lv\":\"var(--token-02c1fa60-f71e-417e-9a39-f3177d256fca, rgb(148, 135, 119))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02c1fa60-f71e-417e-9a39-f3177d256fca, rgb(148, 135, 119)))\"},children:[\"A \",/*#__PURE__*/_jsx(Link,{href:\"https://trustmachines.co/\",nodeId:\"EUGtQjETg\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Trust Machines\"})}),\" product\"]})}),className:\"framer-1xqnd3w\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EUGtQjETg\",style:{\"--extracted-r6o4lv\":\"var(--token-02c1fa60-f71e-417e-9a39-f3177d256fca, rgb(148, 135, 119))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-55nQT.framer-1lcbhqw, .framer-55nQT .framer-1lcbhqw { display: block; }\",\".framer-55nQT.framer-at5tyf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 112px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 0px 60px 0px; position: relative; width: 1440px; }\",\".framer-55nQT .framer-10g27c7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 56px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: visible; padding: 0px; position: relative; width: 86%; }\",\".framer-55nQT .framer-fwqk9o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 124px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1238px; }\",\".framer-55nQT .framer-lynn1x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-55nQT .framer-1vaw0jv, .framer-55nQT .framer-12nfz1u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-55nQT .framer-4vxmrp, .framer-55nQT .framer-1acmedn { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-55nQT .framer-vdw4qt-container, .framer-55nQT .framer-do5d0r-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-55nQT .framer-rh8vww { 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: 100%; }\",\".framer-55nQT .framer-qod4tk, .framer-55nQT .framer-1rnb97e { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-55nQT .framer-1e4pvj4, .framer-55nQT .framer-y8xd1m, .framer-55nQT .framer-1c6hzpq, .framer-55nQT .framer-1exbig4, .framer-55nQT .framer-1cbcde8, .framer-55nQT .framer-1a37g84, .framer-55nQT .framer-oxthjd, .framer-55nQT .framer-egwkhz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-55nQT .framer-133g7ne, .framer-55nQT .framer-1jhtxbs, .framer-55nQT .framer-i6k10p, .framer-55nQT .framer-1riqtcw, .framer-55nQT .framer-61125b, .framer-55nQT .framer-15yxt1o, .framer-55nQT .framer-m20dlj, .framer-55nQT .framer-1v2ovsc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-55nQT .framer-q824u6, .framer-55nQT .framer-xva2x1, .framer-55nQT .framer-74wlbh, .framer-55nQT .framer-iu31ol, .framer-55nQT .framer-opv3fn, .framer-55nQT .framer-pfezcg, .framer-55nQT .framer-1u0g32q, .framer-55nQT .framer-1esdoj9, .framer-55nQT .framer-2b1fe8, .framer-55nQT .framer-z8bte0, .framer-55nQT .framer-1r5asty, .framer-55nQT .framer-2vqb5m, .framer-55nQT .framer-1for3wu, .framer-55nQT .framer-exupud, .framer-55nQT .framer-67u28e, .framer-55nQT .framer-ofc2q7, .framer-55nQT .framer-1h8tp1r, .framer-55nQT .framer-1tdqd38, .framer-55nQT .framer-1b4xztg, .framer-55nQT .framer-pwoomt, .framer-55nQT .framer-u14gk3, .framer-55nQT .framer-i59d7h, .framer-55nQT .framer-4dvrl2, .framer-55nQT .framer-1hby28, .framer-55nQT .framer-1bbl9g9, .framer-55nQT .framer-1t6znnv, .framer-55nQT .framer-wb3odx, .framer-55nQT .framer-uqn157, .framer-55nQT .framer-1augp04, .framer-55nQT .framer-7cwxyr, .framer-55nQT .framer-a2endk, .framer-55nQT .framer-f5jcw0 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-55nQT .framer-18xxhk6 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1240px; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 86%; }\",\".framer-55nQT .framer-1nirgn8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-55nQT .framer-1y32acs { flex: none; height: 27px; position: relative; text-decoration: none; width: 125px; }\",\".framer-55nQT .framer-1qfi1m8, .framer-55nQT .framer-1ljobpe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 619px; }\",\".framer-55nQT .framer-z6ut4m, .framer-55nQT .framer-bszpm, .framer-55nQT .framer-em7byc, .framer-55nQT .framer-1xqnd3w { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 50%; word-break: break-word; word-wrap: break-word; }\",\".framer-55nQT .framer-enhqpf { 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: 1238px; }\",\".framer-55nQT .framer-11t8hc8 { 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-55nQT .framer-ksnrpb { 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; will-change: var(--framer-will-change-override, transform); }\",\".framer-55nQT .framer-84o8if, .framer-55nQT .framer-1cnf7ji, .framer-55nQT .framer-1tt1y5i, .framer-55nQT .framer-1ujdz3a { flex: none; height: 18px; overflow: hidden; position: relative; width: 18px; }\",\".framer-55nQT .framer-14ak1cw, .framer-55nQT .framer-15g6qc5, .framer-55nQT .framer-1q6obx2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-55nQT .framer-128v2nz, .framer-55nQT .framer-1y0po3k { flex: none; height: 1px; overflow: hidden; position: relative; width: 1238px; }\",\".framer-55nQT .framer-1nqooz6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1238px; }\",\".framer-55nQT .framer-1eqbc64 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: visible; padding: 0px; position: relative; width: 86%; }\",\".framer-55nQT .framer-7chkq1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-55nQT .framer-1k5dm90-container { aspect-ratio: 4.2 / 1; flex: none; height: 147px; position: relative; width: var(--framer-aspect-ratio-supported, 619px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-55nQT.framer-at5tyf, .framer-55nQT .framer-10g27c7, .framer-55nQT .framer-fwqk9o, .framer-55nQT .framer-lynn1x, .framer-55nQT .framer-1vaw0jv, .framer-55nQT .framer-rh8vww, .framer-55nQT .framer-qod4tk, .framer-55nQT .framer-1e4pvj4, .framer-55nQT .framer-y8xd1m, .framer-55nQT .framer-1c6hzpq, .framer-55nQT .framer-1exbig4, .framer-55nQT .framer-1nirgn8, .framer-55nQT .framer-1qfi1m8, .framer-55nQT .framer-enhqpf, .framer-55nQT .framer-1rnb97e, .framer-55nQT .framer-1cbcde8, .framer-55nQT .framer-1a37g84, .framer-55nQT .framer-oxthjd, .framer-55nQT .framer-egwkhz, .framer-55nQT .framer-11t8hc8, .framer-55nQT .framer-ksnrpb, .framer-55nQT .framer-14ak1cw, .framer-55nQT .framer-15g6qc5, .framer-55nQT .framer-1q6obx2, .framer-55nQT .framer-1nqooz6, .framer-55nQT .framer-12nfz1u, .framer-55nQT .framer-1eqbc64, .framer-55nQT .framer-7chkq1, .framer-55nQT .framer-1ljobpe { gap: 0px; } .framer-55nQT.framer-at5tyf > * { margin: 0px; margin-bottom: calc(112px / 2); margin-top: calc(112px / 2); } .framer-55nQT.framer-at5tyf > :first-child, .framer-55nQT .framer-10g27c7 > :first-child, .framer-55nQT .framer-fwqk9o > :first-child, .framer-55nQT .framer-lynn1x > :first-child, .framer-55nQT .framer-1e4pvj4 > :first-child, .framer-55nQT .framer-y8xd1m > :first-child, .framer-55nQT .framer-1c6hzpq > :first-child, .framer-55nQT .framer-1exbig4 > :first-child, .framer-55nQT .framer-1cbcde8 > :first-child, .framer-55nQT .framer-1a37g84 > :first-child, .framer-55nQT .framer-oxthjd > :first-child, .framer-55nQT .framer-egwkhz > :first-child, .framer-55nQT .framer-11t8hc8 > :first-child, .framer-55nQT .framer-1nqooz6 > :first-child, .framer-55nQT .framer-1eqbc64 > :first-child { margin-top: 0px; } .framer-55nQT.framer-at5tyf > :last-child, .framer-55nQT .framer-10g27c7 > :last-child, .framer-55nQT .framer-fwqk9o > :last-child, .framer-55nQT .framer-lynn1x > :last-child, .framer-55nQT .framer-1e4pvj4 > :last-child, .framer-55nQT .framer-y8xd1m > :last-child, .framer-55nQT .framer-1c6hzpq > :last-child, .framer-55nQT .framer-1exbig4 > :last-child, .framer-55nQT .framer-1cbcde8 > :last-child, .framer-55nQT .framer-1a37g84 > :last-child, .framer-55nQT .framer-oxthjd > :last-child, .framer-55nQT .framer-egwkhz > :last-child, .framer-55nQT .framer-11t8hc8 > :last-child, .framer-55nQT .framer-1nqooz6 > :last-child, .framer-55nQT .framer-1eqbc64 > :last-child { margin-bottom: 0px; } .framer-55nQT .framer-10g27c7 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-55nQT .framer-fwqk9o > * { margin: 0px; margin-bottom: calc(124px / 2); margin-top: calc(124px / 2); } .framer-55nQT .framer-lynn1x > *, .framer-55nQT .framer-1nqooz6 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-55nQT .framer-1vaw0jv > *, .framer-55nQT .framer-qod4tk > *, .framer-55nQT .framer-1rnb97e > *, .framer-55nQT .framer-12nfz1u > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-55nQT .framer-1vaw0jv > :first-child, .framer-55nQT .framer-rh8vww > :first-child, .framer-55nQT .framer-qod4tk > :first-child, .framer-55nQT .framer-1nirgn8 > :first-child, .framer-55nQT .framer-1qfi1m8 > :first-child, .framer-55nQT .framer-enhqpf > :first-child, .framer-55nQT .framer-1rnb97e > :first-child, .framer-55nQT .framer-ksnrpb > :first-child, .framer-55nQT .framer-14ak1cw > :first-child, .framer-55nQT .framer-15g6qc5 > :first-child, .framer-55nQT .framer-1q6obx2 > :first-child, .framer-55nQT .framer-12nfz1u > :first-child, .framer-55nQT .framer-7chkq1 > :first-child, .framer-55nQT .framer-1ljobpe > :first-child { margin-left: 0px; } .framer-55nQT .framer-1vaw0jv > :last-child, .framer-55nQT .framer-rh8vww > :last-child, .framer-55nQT .framer-qod4tk > :last-child, .framer-55nQT .framer-1nirgn8 > :last-child, .framer-55nQT .framer-1qfi1m8 > :last-child, .framer-55nQT .framer-enhqpf > :last-child, .framer-55nQT .framer-1rnb97e > :last-child, .framer-55nQT .framer-ksnrpb > :last-child, .framer-55nQT .framer-14ak1cw > :last-child, .framer-55nQT .framer-15g6qc5 > :last-child, .framer-55nQT .framer-1q6obx2 > :last-child, .framer-55nQT .framer-12nfz1u > :last-child, .framer-55nQT .framer-7chkq1 > :last-child, .framer-55nQT .framer-1ljobpe > :last-child { margin-right: 0px; } .framer-55nQT .framer-rh8vww > *, .framer-55nQT .framer-1nirgn8 > *, .framer-55nQT .framer-1qfi1m8 > *, .framer-55nQT .framer-enhqpf > *, .framer-55nQT .framer-14ak1cw > *, .framer-55nQT .framer-15g6qc5 > *, .framer-55nQT .framer-1q6obx2 > *, .framer-55nQT .framer-7chkq1 > *, .framer-55nQT .framer-1ljobpe > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-55nQT .framer-1e4pvj4 > *, .framer-55nQT .framer-y8xd1m > *, .framer-55nQT .framer-1c6hzpq > *, .framer-55nQT .framer-1exbig4 > *, .framer-55nQT .framer-1cbcde8 > *, .framer-55nQT .framer-1a37g84 > *, .framer-55nQT .framer-oxthjd > *, .framer-55nQT .framer-egwkhz > *, .framer-55nQT .framer-11t8hc8 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-55nQT .framer-ksnrpb > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-55nQT .framer-1eqbc64 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\".framer-55nQT.framer-v-aci96o.framer-at5tyf { width: 1024px; }\",\".framer-55nQT.framer-v-aci96o .framer-10g27c7, .framer-55nQT.framer-v-aci96o .framer-18xxhk6, .framer-55nQT.framer-v-r9z1au .framer-enhqpf, .framer-55nQT.framer-v-r9z1au .framer-128v2nz, .framer-55nQT.framer-v-r9z1au .framer-1nqooz6, .framer-55nQT.framer-v-r9z1au .framer-1y0po3k, .framer-55nQT.framer-v-r9z1au .framer-1eqbc64 { max-width: 960px; width: 94%; }\",\".framer-55nQT.framer-v-aci96o .framer-fwqk9o { max-width: 960px; width: 100%; }\",\".framer-55nQT.framer-v-aci96o .framer-vdw4qt-container { flex: none; width: 50%; }\",\".framer-55nQT.framer-v-1gamuvk.framer-at5tyf { width: 390px; }\",\".framer-55nQT.framer-v-1gamuvk .framer-10g27c7 { gap: 60px; }\",\".framer-55nQT.framer-v-1gamuvk .framer-fwqk9o { gap: 56px; width: 100%; }\",\".framer-55nQT.framer-v-1gamuvk .framer-1vaw0jv { flex-direction: column; gap: 32px; }\",\".framer-55nQT.framer-v-1gamuvk .framer-4vxmrp, .framer-55nQT.framer-v-1gamuvk .framer-vdw4qt-container, .framer-55nQT.framer-v-1gamuvk .framer-1nirgn8, .framer-55nQT.framer-v-8n9cg0 .framer-1cbcde8, .framer-55nQT.framer-v-8n9cg0 .framer-1a37g84, .framer-55nQT.framer-v-8n9cg0 .framer-oxthjd, .framer-55nQT.framer-v-8n9cg0 .framer-egwkhz, .framer-55nQT.framer-v-8n9cg0 .framer-1acmedn, .framer-55nQT.framer-v-8n9cg0 .framer-do5d0r-container { flex: none; width: 100%; }\",\".framer-55nQT.framer-v-1gamuvk .framer-qod4tk, .framer-55nQT.framer-v-8n9cg0 .framer-1rnb97e { flex-direction: column; gap: 56px; }\",\".framer-55nQT.framer-v-1gamuvk .framer-1e4pvj4, .framer-55nQT.framer-v-1gamuvk .framer-y8xd1m, .framer-55nQT.framer-v-1gamuvk .framer-1c6hzpq, .framer-55nQT.framer-v-1gamuvk .framer-1exbig4 { flex: none; gap: 16px; width: 100%; }\",\".framer-55nQT.framer-v-1gamuvk .framer-18xxhk6 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 48px; justify-content: flex-start; padding: 32px 0px 0px 0px; }\",\".framer-55nQT.framer-v-1gamuvk .framer-1qfi1m8 { align-content: flex-start; align-items: flex-start; flex-direction: column; height: 93px; justify-content: flex-start; width: 335px; }\",\".framer-55nQT.framer-v-1gamuvk .framer-z6ut4m, .framer-55nQT.framer-v-1gamuvk .framer-bszpm, .framer-55nQT.framer-v-8n9cg0 .framer-em7byc, .framer-55nQT.framer-v-8n9cg0 .framer-1xqnd3w { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-55nQT.framer-v-1gamuvk .framer-10g27c7, .framer-55nQT.framer-v-1gamuvk .framer-fwqk9o, .framer-55nQT.framer-v-1gamuvk .framer-1vaw0jv, .framer-55nQT.framer-v-1gamuvk .framer-qod4tk, .framer-55nQT.framer-v-1gamuvk .framer-1e4pvj4, .framer-55nQT.framer-v-1gamuvk .framer-y8xd1m, .framer-55nQT.framer-v-1gamuvk .framer-1c6hzpq, .framer-55nQT.framer-v-1gamuvk .framer-1exbig4, .framer-55nQT.framer-v-1gamuvk .framer-18xxhk6, .framer-55nQT.framer-v-1gamuvk .framer-1qfi1m8 { gap: 0px; } .framer-55nQT.framer-v-1gamuvk .framer-10g27c7 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-55nQT.framer-v-1gamuvk .framer-10g27c7 > :first-child, .framer-55nQT.framer-v-1gamuvk .framer-fwqk9o > :first-child, .framer-55nQT.framer-v-1gamuvk .framer-1vaw0jv > :first-child, .framer-55nQT.framer-v-1gamuvk .framer-qod4tk > :first-child, .framer-55nQT.framer-v-1gamuvk .framer-1e4pvj4 > :first-child, .framer-55nQT.framer-v-1gamuvk .framer-y8xd1m > :first-child, .framer-55nQT.framer-v-1gamuvk .framer-1c6hzpq > :first-child, .framer-55nQT.framer-v-1gamuvk .framer-1exbig4 > :first-child, .framer-55nQT.framer-v-1gamuvk .framer-18xxhk6 > :first-child, .framer-55nQT.framer-v-1gamuvk .framer-1qfi1m8 > :first-child { margin-top: 0px; } .framer-55nQT.framer-v-1gamuvk .framer-10g27c7 > :last-child, .framer-55nQT.framer-v-1gamuvk .framer-fwqk9o > :last-child, .framer-55nQT.framer-v-1gamuvk .framer-1vaw0jv > :last-child, .framer-55nQT.framer-v-1gamuvk .framer-qod4tk > :last-child, .framer-55nQT.framer-v-1gamuvk .framer-1e4pvj4 > :last-child, .framer-55nQT.framer-v-1gamuvk .framer-y8xd1m > :last-child, .framer-55nQT.framer-v-1gamuvk .framer-1c6hzpq > :last-child, .framer-55nQT.framer-v-1gamuvk .framer-1exbig4 > :last-child, .framer-55nQT.framer-v-1gamuvk .framer-18xxhk6 > :last-child, .framer-55nQT.framer-v-1gamuvk .framer-1qfi1m8 > :last-child { margin-bottom: 0px; } .framer-55nQT.framer-v-1gamuvk .framer-fwqk9o > *, .framer-55nQT.framer-v-1gamuvk .framer-qod4tk > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-55nQT.framer-v-1gamuvk .framer-1vaw0jv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-55nQT.framer-v-1gamuvk .framer-1e4pvj4 > *, .framer-55nQT.framer-v-1gamuvk .framer-y8xd1m > *, .framer-55nQT.framer-v-1gamuvk .framer-1c6hzpq > *, .framer-55nQT.framer-v-1gamuvk .framer-1exbig4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-55nQT.framer-v-1gamuvk .framer-18xxhk6 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-55nQT.framer-v-1gamuvk .framer-1qfi1m8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-55nQT.framer-v-3jll8f.framer-at5tyf { gap: 64px; padding: 96px 0px 96px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-55nQT.framer-v-3jll8f.framer-at5tyf { gap: 0px; } .framer-55nQT.framer-v-3jll8f.framer-at5tyf > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-55nQT.framer-v-3jll8f.framer-at5tyf > :first-child { margin-top: 0px; } .framer-55nQT.framer-v-3jll8f.framer-at5tyf > :last-child { margin-bottom: 0px; } }\",\".framer-55nQT.framer-v-r9z1au.framer-at5tyf { gap: 64px; padding: 96px 0px 96px 0px; width: 1024px; }\",\".framer-55nQT.framer-v-r9z1au .framer-1acmedn { flex: none; max-width: 960px; width: 50%; }\",\".framer-55nQT.framer-v-r9z1au .framer-1k5dm90-container { height: var(--framer-aspect-ratio-supported, 114px); width: 50%; }\",\".framer-55nQT.framer-v-r9z1au .framer-1ljobpe { justify-content: flex-start; width: 100%; }\",\".framer-55nQT.framer-v-r9z1au .framer-em7byc, .framer-55nQT.framer-v-r9z1au .framer-1xqnd3w { width: 25%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-55nQT.framer-v-r9z1au.framer-at5tyf { gap: 0px; } .framer-55nQT.framer-v-r9z1au.framer-at5tyf > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-55nQT.framer-v-r9z1au.framer-at5tyf > :first-child { margin-top: 0px; } .framer-55nQT.framer-v-r9z1au.framer-at5tyf > :last-child { margin-bottom: 0px; } }\",\".framer-55nQT.framer-v-8n9cg0.framer-at5tyf { gap: 64px; padding: 96px 0px 96px 0px; width: 390px; }\",\".framer-55nQT.framer-v-8n9cg0 .framer-enhqpf { gap: 56px; max-width: 1240px; width: 86%; }\",\".framer-55nQT.framer-v-8n9cg0 .framer-128v2nz, .framer-55nQT.framer-v-8n9cg0 .framer-1nqooz6, .framer-55nQT.framer-v-8n9cg0 .framer-1y0po3k { max-width: 1240px; width: 86%; }\",\".framer-55nQT.framer-v-8n9cg0 .framer-12nfz1u { flex-direction: column; gap: 24px; }\",\".framer-55nQT.framer-v-8n9cg0 .framer-1k5dm90-container { height: var(--framer-aspect-ratio-supported, 40px); width: 50%; }\",\".framer-55nQT.framer-v-8n9cg0 .framer-1ljobpe { flex-direction: column; height: min-content; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-55nQT.framer-v-8n9cg0.framer-at5tyf, .framer-55nQT.framer-v-8n9cg0 .framer-enhqpf, .framer-55nQT.framer-v-8n9cg0 .framer-1rnb97e, .framer-55nQT.framer-v-8n9cg0 .framer-12nfz1u, .framer-55nQT.framer-v-8n9cg0 .framer-1ljobpe { gap: 0px; } .framer-55nQT.framer-v-8n9cg0.framer-at5tyf > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-55nQT.framer-v-8n9cg0.framer-at5tyf > :first-child, .framer-55nQT.framer-v-8n9cg0 .framer-1rnb97e > :first-child, .framer-55nQT.framer-v-8n9cg0 .framer-12nfz1u > :first-child, .framer-55nQT.framer-v-8n9cg0 .framer-1ljobpe > :first-child { margin-top: 0px; } .framer-55nQT.framer-v-8n9cg0.framer-at5tyf > :last-child, .framer-55nQT.framer-v-8n9cg0 .framer-1rnb97e > :last-child, .framer-55nQT.framer-v-8n9cg0 .framer-12nfz1u > :last-child, .framer-55nQT.framer-v-8n9cg0 .framer-1ljobpe > :last-child { margin-bottom: 0px; } .framer-55nQT.framer-v-8n9cg0 .framer-enhqpf > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-55nQT.framer-v-8n9cg0 .framer-enhqpf > :first-child { margin-left: 0px; } .framer-55nQT.framer-v-8n9cg0 .framer-enhqpf > :last-child { margin-right: 0px; } .framer-55nQT.framer-v-8n9cg0 .framer-1rnb97e > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-55nQT.framer-v-8n9cg0 .framer-12nfz1u > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-55nQT.framer-v-8n9cg0 .framer-1ljobpe > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-55nQT[data-border=\"true\"]::after, .framer-55nQT [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 731\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"II1YtFJ5Y\":{\"layout\":[\"fixed\",\"auto\"]},\"hX55nX2sc\":{\"layout\":[\"fixed\",\"auto\"]},\"zYHtLOBNI\":{\"layout\":[\"fixed\",\"auto\"]},\"e1nlMqueI\":{\"layout\":[\"fixed\",\"auto\"]},\"FdnFYrnLH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBfQzXDq0i=withCSS(Component,css,\"framer-55nQT\");export default FramerBfQzXDq0i;FramerBfQzXDq0i.displayName=\"Footer\";FramerBfQzXDq0i.defaultProps={height:731,width:1440};addPropertyControls(FramerBfQzXDq0i,{variant:{options:[\"tAPQG0cpS\",\"II1YtFJ5Y\",\"hX55nX2sc\",\"zYHtLOBNI\",\"e1nlMqueI\",\"FdnFYrnLH\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Desktop-New\",\"Tablet-New\",\"Phone-New\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBfQzXDq0i,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...MailchimpFonts,...Mailchimp1Fonts,...VideoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBfQzXDq0i\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"731\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"II1YtFJ5Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hX55nX2sc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zYHtLOBNI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"e1nlMqueI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FdnFYrnLH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BfQzXDq0i.map"],
  "mappings": "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",
  "names": ["emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "_url_replace_match", "domain", "parameters", "Mailchimp", "withCSS", "input", "button", "layout", "style", "gap", "onSubmit", "props", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "handleChange", "event1", "handleSubmit", "response", "handleClick", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "Mailchimp_1_default", "MailchimpFonts", "getFonts", "Mailchimp_default", "Mailchimp1Fonts", "Mailchimp_1_default", "VideoFonts", "Video", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "Link", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerBfQzXDq0i", "withCSS", "BfQzXDq0i_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
