{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/pXOF2fmQK7OBz1UNcCJm/RinI72IeG3LmyPRR0rZj/nSCk88s0O.js", "ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/Jo2d4bKbCdbbg0oiZ0LB/Input.js", "ssg:https://framerusercontent.com/modules/4yff8GmVDj1uOcfshq23/9knVd5uJyOKfUc7WAnF2/NVhf7GqAg.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framer.com/m/utils-MaUy.js@OSpwWF91FHPVFyQJjMHt", "ssg:https://framerusercontent.com/modules/sjp2uoK9cux1QDJcUU5Y/ZkeQoRHiLIV0ahzHaZtU/Feather.js", "ssg:https://framerusercontent.com/modules/KKOVPSorj8VXJ9EoJm6N/Uh5MZ4rA3s4a6eVkcVBU/LVu3YlP7E.js", "ssg:https://framerusercontent.com/modules/oYNaAFzs6xuzKY98zgpL/1761qpLIoFCgTKAkIoxz/yroWdxWfI.js"],
  "sourcesContent": ["import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;ABC Oracle Medium\"]);export const fonts=[{family:\"ABC Oracle Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/Cuh3c7QIwpt2wEtHJdHTQwtyPU.woff2\"}];export const css=['.framer-VFnqr .framer-styles-preset-13v992f:not(.rich-text-wrapper), .framer-VFnqr .framer-styles-preset-13v992f.rich-text-wrapper p { --framer-font-family: \"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 125%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-VFnqr\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useState}from\"react\";import{addPropertyControls,ControlType,withCSS,useRouter,inferInitialRouteFromPath}from\"framer\";import{motion,useAnimationControls}from\"framer-motion\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{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,parameters?new URLSearchParams(parameters):null];};function safeURL(url){console.log(url);try{new URL(url);return url;}catch{try{new URL(`https://${url}`);return`https://${url}`;}catch{}}return undefined;}function isInternalURL(href){if(href===undefined)return false;if(href.startsWith(\"#\")||href.startsWith(\"/\")||href.startsWith(\".\"))return true;return false;}/**\n * Increment the number whenever shipping a new version to customers.\n * This will ensure that multiple versions of this component can exist\n * in the same project without css rules overlapping. Only use valid css class characters.\n */const VERSION=\"v1\";/**\n * INPUT\n * By Benjamin den Boer\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 40\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */const Input=withCSS(function Input({service,redirectAs,mailchimpURL,loopsID,loopsUserGroup,formsparkID,getwaitlistAPI,convertkitAPI,convertkitFormID,input,button,font,layout,link,gap,style,onSubmit}){const[email,setEmail]=useState(\"\");const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isFocus,setFocus]=useState(false);// Padding\nconst{paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,padding,borderRadius,borderObject,focusObject,shadowObject,height,fixedHeight}=input;const{buttonPaddingPerSide,buttonPaddingTop,buttonPaddingRight,buttonPaddingBottom,buttonPaddingLeft,buttonPadding}=button;const paddingValue=paddingPerSide?`${paddingTop}px ${button.isDocked?paddingRight+button.widthWhenDocked:paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px ${button.isDocked?padding+button.widthWhenDocked:padding}px ${padding}px ${padding}px`;const buttonPaddingValue=buttonPaddingPerSide?`${button.isDocked?0:buttonPaddingTop}px ${buttonPaddingRight}px ${button.isDocked?0:buttonPaddingBottom}px ${buttonPaddingLeft}px`:`${button.isDocked?0:buttonPadding}px ${buttonPadding}px ${button.isDocked?0:buttonPadding}px ${buttonPadding}px`;const router=useRouter();const onSuccess=()=>{/* Reset */setLoading(false);setFocus(false);setEmail(\"\");if(redirectAs===\"link\"&&link&&!isError){const[path,hash]=link.split(\"#\");const{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,path);if(routeId){router.navigate(routeId,hash,pathVariables);}if(!isInternalURL(link)){const url=safeURL(link);if(url)window.open(url,\"_blank\");}}};const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);formControls.start(\"error\");return false;}return true;},[validateEmail]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleFocus=useCallback(event=>{setFocus(true);},[]);const handleBlur=useCallback(event=>{setFocus(false);setError(false);},[]);const handleSubmit=useCallback(event=>{event.preventDefault();// Prevent submitting while submitting\nif(isLoading)return;setLoading(true);if(service===\"mailchimp\"){const[domain,parameters]=parseMailChimpUrl(mailchimpURL);if(!validateForm(email)||!domain||!parameters){setLoading(false);return;}// MERGE0 is Mailchimp\u2019s email field name\nparameters.set(\"MERGE0\",email);fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"loops\"){if(!validateForm(email)){setLoading(false);return;}const emailBody=`email=${encodeURIComponent(email)}`;const userGroupBody=`userGroup=${encodeURIComponent(loopsUserGroup)}`;const hasUserGroup=!!loopsUserGroup&&loopsUserGroup!==\" \";const formBody=hasUserGroup?emailBody+\"&\"+userGroupBody:emailBody;fetch(`https://app.loops.so/api/newsletter-form/${loopsID}`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded\"},body:formBody}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"formspark\"){if(!validateForm(email)){setLoading(false);return;}const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formsparkID}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{onSuccess();onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"getwaitlist\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"convertkit\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;data.api_key=convertkitAPI;fetch(`https://api.convertkit.com/v3/forms/${convertkitFormID}/subscribe`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}},[mailchimpURL,formsparkID,convertkitFormID,email,onSubmit,validateForm,isLoading]);// Animation\nconst formControls=useAnimationControls();// Input Box Shadow Stylees\nconst focusStylesFrom=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthFrom}px ${focusObject.focusColor}`:null;const focusStylesTo=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthTo}px ${focusObject.focusColor}`:null;const shadowStyles=input.shadowObject?`${shadowObject.shadowX}px ${shadowObject.shadowY}px ${shadowObject.shadowBlur}px ${shadowObject.shadowColor}`:null;const borderStyles=input.borderObject?`inset 0 0 0 ${borderObject.borderWidth}px ${borderObject.borderColor}`:null;// Shake or wiggle as error\nconst formVariants={default:{x:0},error:{x:[0,-4,4,0],transition:{duration:.2}}};const inputVariants={default:{boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},focused:{boxShadow:dynamicBoxShadow(focusStylesTo,shadowStyles,borderStyles)}};return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyles,\"--framer-custom-placeholder-color\":input.placeholderColor},variants:formVariants,animate:formControls,children:/*#__PURE__*/_jsxs(\"form\",{style:{width:\"100%\",height:\"auto\",display:\"flex\",position:\"relative\",flexDirection:layout===\"vertical\"?\"column\":\"row\",color:button.color,gap:button.isDocked?0:gap},onSubmit:handleSubmit,method:\"POST\",children:[service===\"getwaitlist\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:getwaitlistAPI}),service===\"convertkit\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:convertkitAPI}),/*#__PURE__*/_jsx(motion.input,{type:\"email\",name:\"email\",placeholder:input.placeholder,value:email,className:`${VERSION} framer-custom-input`,onChange:handleChange,onFocus:handleFocus,onBlur:handleBlur,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",style:{...defaultStyle,padding:paddingValue,borderRadius,fontSize:16,...font,background:input.fill,height:height?\"auto\":fixedHeight,color:input.color,boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},variants:inputVariants,initial:false,animate:isFocus?\"focused\":\"default\",transition:{duration:.3},\"data-1p-ignore\":true}),!button.shouldAppear&&isLoading&&/*#__PURE__*/_jsx(Spinner,{shouldAppear:button.shouldAppear,paddingPerSide:paddingPerSide,paddingTop:paddingTop,paddingRight:paddingRight,padding:padding,color:input.color}),button.shouldAppear&&/*#__PURE__*/_jsxs(\"div\",{style:{position:button.isDocked?\"absolute\":\"relative\",top:button.isDocked?button.insetWhenDocked:0,right:button.isDocked?button.insetWhenDocked:0,bottom:button.isDocked?button.insetWhenDocked:0},children:[/*#__PURE__*/_jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,width:button.isDocked?button.widthWhenDocked:\"100%\",height:height?\"100%\":fixedHeight,cursor:\"pointer\",padding:buttonPaddingValue,borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,// fontWeight: button.fontWeight,\nfontSize:16,...button.buttonFont,background:button.fill,color:button.color,zIndex:1,boxShadow:getButtonShadow(button)}}),isLoading&&/*#__PURE__*/_jsx(\"div\",{style:{borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",inset:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/_jsx(Spinner,{color:button.color})})]})]})});},[`.${VERSION}.framer-custom-input::placeholder { color: var(--framer-custom-placeholder-color) !important; }`]);const Spinner=props=>{const noButtonStyles=!props.shouldAppear?{position:\"absolute\",top:`calc(50% - 8px)`,right:props.paddingPerSide?props.paddingRight:props.padding}:{};return /*#__PURE__*/_jsx(motion.div,{style:{height:16,width:16,...noButtonStyles},initial:{rotate:0},animate:{rotate:360},transition:{duration:1,repeat:Infinity},children:/*#__PURE__*/_jsx(motion.div,{initial:{scale:0},animate:{scale:1},children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",style:{fill:\"currentColor\",color:props.color},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})});};addPropertyControls(Input,{service:{title:\"Service\",type:ControlType.Enum,options:[\"loops\",\"formspark\",\"mailchimp\",\"getwaitlist\",\"convertkit\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\",\"ConvertKit\"],defaultValue:\"loops\"},mailchimpURL:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,hidden:props=>props.service!==\"mailchimp\"},loopsID:{title:\"ID\",placeholder:\"klm2jxy0i98abzr01pq7defg5\",type:ControlType.String,hidden:props=>props.service!==\"loops\"},loopsUserGroup:{title:\"User Group\",type:ControlType.String,placeholder:\"Title\",optional:true,hidden:props=>props.service!==\"loops\"},formsparkID:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,hidden:props=>props.service!==\"formspark\"},getwaitlistAPI:{title:\"ID\",placeholder:\"9148\",type:ControlType.String,hidden:props=>props.service!==\"getwaitlist\"},convertkitAPI:{title:\"API Key\",placeholder:\"5opis1WK6xnVsBwrOINUpe\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},convertkitFormID:{title:\"Form ID\",placeholder:\"1043389\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},redirectAs:{title:\"Success\",type:ControlType.Enum,options:[\"link\",\"overlay\"],optionTitles:[\"Open Link\",\"Show Overlay\"],defaultValue:\"link\"},link:{title:\"Redirect\",type:ControlType.Link,hidden:props=>props.redirectAs===\"overlay\"},onSubmit:{title:\"Submit\",type:ControlType.EventHandler,hidden:props=>props.redirectAs===\"link\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,hidden:props=>props.button.isDocked},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"name@email.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},height:{title:\"Height\",type:ControlType.Boolean,enabledTitle:\"Auto\",disabledTitle:\"Fixed\"},fixedHeight:{title:\" \",type:ControlType.Number,displayStepper:true,min:0,defaultValue:50,hidden:props=>props.height},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},focusObject:{type:ControlType.Object,title:\"Focus\",optional:true,controls:{focusWidthFrom:{title:\"From\",type:ControlType.Number,displayStepper:true,defaultValue:0},focusWidthTo:{title:\"To\",type:ControlType.Number,displayStepper:true,defaultValue:2},focusColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#09F\"}}},borderObject:{type:ControlType.Object,title:\"Border\",optional:true,controls:{borderWidth:{title:\"Width\",type:ControlType.Number,displayStepper:true,defaultValue:1},borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},button:{title:\"Button\",type:ControlType.Object,controls:{shouldAppear:{title:\"Show\",type:ControlType.Boolean,defaultValue:true},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Subscribe\"},buttonFont:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#333\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"},isDocked:{title:\"Docked\",type:ControlType.Boolean,defaultValue:false},widthWhenDocked:{title:\"Width\",type:ControlType.Number,min:0,defaultValue:100,displayStepper:true,hidden:props=>!props.isDocked},insetWhenDocked:{title:\"Inset\",type:ControlType.Number,min:0,defaultValue:5,displayStepper:true,hidden:props=>!props.isDocked},buttonPadding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"buttonPaddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"buttonPaddingTop\",\"buttonPaddingRight\",\"buttonPaddingBottom\",\"buttonPaddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},buttonShadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:10,hidden:props=>props.button.isDocked}});const defaultStyle={WebkitAppearance:\"none\",appearance:\"none\",width:\"100%\",height:\"auto\",outline:\"none\",border:\"none\"};const containerStyles={position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};function getButtonShadow(button){if(button.buttonShadow){return`${button.buttonShadow.shadowX}px ${button.buttonShadow.shadowY}px ${button.buttonShadow.shadowBlur}px ${button.buttonShadow.shadowColor}`;}else return\"none\";}function dynamicBoxShadow(...shadows){const output=[];shadows.forEach(shadow=>shadow&&output.push(shadow));return output.join(\", \");}export default Input;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Input\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/Jo2d4bKbCdbbg0oiZ0LB/Input.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/pXOF2fmQK7OBz1UNcCJm/RinI72IeG3LmyPRR0rZj/nSCk88s0O.js\";const InputFonts=getFonts(Input);const cycleOrder=[\"EX6XLrYai\",\"JbbaSHPEG\",\"Cp9GmEhE3\"];const serializationHash=\"framer-Wu1Zw\";const variantClassNames={Cp9GmEhE3:\"framer-v-1zink8\",EX6XLrYai:\"framer-v-1ko9twt\",JbbaSHPEG:\"framer-v-1t06fln\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={desktop:\"EX6XLrYai\",mobile:\"Cp9GmEhE3\",tablet:\"JbbaSHPEG\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EX6XLrYai\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EX6XLrYai\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1p6hypy=activeVariantCallback(async(...args)=>{setVariant(\"EX6XLrYai\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"Cp9GmEhE3\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Cp9GmEhE3\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ko9twt\",className,classNames),\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"EX6XLrYai\",ref:refBinding,style:{backgroundColor:\"rgb(26, 25, 23)\",...style},...addPropertyOverrides({Cp9GmEhE3:{\"data-framer-name\":\"mobile\"},JbbaSHPEG:{\"data-framer-name\":\"tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vqdsws\",\"data-framer-name\":\"desktop | container\",layoutDependency:layoutDependency,layoutId:\"P40qevhD4\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-glzpqg\",layoutDependency:layoutDependency,layoutId:\"j8Q3OV2TF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hpys59\",layoutDependency:layoutDependency,layoutId:\"mCT1uhug2\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/saentistextiles/\",motionChild:true,nodeId:\"zDYfYsHBl\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-9hb1ql framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"zDYfYsHBl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"Instagram\"})}),className:\"framer-1ih6ff3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Haydzxl9I\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/s%C3%A4ntis-textiles/\",motionChild:true,nodeId:\"gRT4S0Dp9\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1q7np3w framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"gRT4S0Dp9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"LinkedIn\"})}),className:\"framer-13xwy5m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LS4Tkyaq9\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-934dgs\",layoutDependency:layoutDependency,layoutId:\"zBywitgQf\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eYb0roja6\"},motionChild:true,nodeId:\"U35XrdBrW\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7bwia5 framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"U35XrdBrW\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"About\"})}),className:\"framer-1029ivr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qmNzMl_mH\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"I_YcIGrji\"},motionChild:true,nodeId:\"bSbTddyRr\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-kmrzde framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"bSbTddyRr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"RCO100\u2122 Technology\"})}),className:\"framer-qfi1v9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pxxEBZjtl\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZcHP9Z0p9\"},motionChild:true,nodeId:\"tOqy6Vvc6\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1qsi9zy framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"tOqy6Vvc6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"RCO100\u2122 Products\"})}),className:\"framer-wkfa1e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"do3D4GqIt\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Jl2ze8atQ\"},motionChild:true,nodeId:\"FdMadFhMo\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1hx8auw framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"FdMadFhMo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"S\\xe4ntis Technical  \"})}),className:\"framer-56gy1e\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EBRJ1btcN\",onTap:onTap1p6hypy,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R6nQSbJxD\"},motionChild:true,nodeId:\"gvkF2SX9l\",openInNewTab:false,scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-18cqbi0 framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"gvkF2SX9l\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"Projects\"})}),className:\"framer-1u7vb8m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dVDBhpyqd\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VuXVS7lsu\"},motionChild:true,nodeId:\"wADvBouCD\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2oaev7 framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"wADvBouCD\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"Contact\"})}),className:\"framer-ucjtu4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Uby3IK3oA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VuXVS7lsu\"},motionChild:true,nodeId:\"umYg6hFya\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-r9mvih framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"umYg6hFya\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b8vr64\",layoutDependency:layoutDependency,layoutId:\"UMxk5QNKD\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:[\"S\\xe4ntis Textiles \",/*#__PURE__*/_jsx(motion.br,{}),\"60 Paya Lebar Road, \",/*#__PURE__*/_jsx(motion.br,{}),\"#13-39 Paya Lebar Square\",/*#__PURE__*/_jsx(motion.br,{}),\"Singapore 409051\"]})}),className:\"framer-qswulb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Mz9EiQNGm\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:[\"RCO100\u2122 Showroom \",/*#__PURE__*/_jsx(motion.br,{}),\"Scheitergasse 3 \",/*#__PURE__*/_jsx(motion.br,{}),\"8001 Z\\xfcrich\",/*#__PURE__*/_jsx(motion.br,{}),\"Switzerland\"]})}),className:\"framer-1ymsvau\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WrpiVJjrU\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q0scxa\",layoutDependency:layoutDependency,layoutId:\"yQbbYES05\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AZr2CgFW1\"},motionChild:true,nodeId:\"R6zJeDc6p\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1d4xg1s framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"R6zJeDc6p\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"Data Policy\"})}),className:\"framer-15tu1k3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xmtQcZ5kK\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jDNnp5pFN\"},motionChild:true,nodeId:\"u3zSnnvxT\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jdkfh2 framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"u3zSnnvxT\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:[\"Terms of Use\",/*#__PURE__*/_jsx(motion.br,{}),\"\\xa9 2025\\u2028\\u2028all rights reserved.\"]}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})})]}),className:\"framer-4nyegd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Wk1k3ciI_\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Q5Gs04hHx\"},motionChild:true,nodeId:\"RA2vNnfwo\",openInNewTab:false,scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-vd7q7w framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"RA2vNnfwo\"})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v6gn40\",layoutDependency:layoutDependency,layoutId:\"Ee22HDJJg\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vze3hm\",\"data-framer-name\":\"Smiley\",fill:\"black\",intrinsicHeight:66,intrinsicWidth:66,layoutDependency:layoutDependency,layoutId:\"xzETEA_DI\",svg:'<svg width=\"66\" height=\"66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M25.147 27.11a1.963 1.963 0 1 0 0-3.926 1.963 1.963 0 0 0 0 3.926Zm15.706 0a1.963 1.963 0 1 0 0-3.926 1.963 1.963 0 0 0 0 3.926ZM52.632 33c0 10.847-8.785 19.632-19.632 19.632-10.847 0-19.632-8.785-19.632-19.632m39.264 0c0-3.249 2.64-5.89 5.89-5.89A5.895 5.895 0 0 1 64.411 33\" stroke=\"#fff\" stroke-width=\"2.4\" stroke-miterlimit=\"10\"/><path d=\"M62.448 20.406C57.588 9.334 45.868 1.59 33 1.59 15.655 1.589 1.589 15.655 1.589 33s14.066 31.411 31.41 31.411c17.346 0 31.412-14.066 31.412-31.411M9.442 33h7.852\" stroke=\"#fff\" stroke-width=\"2.4\" stroke-miterlimit=\"10\"/></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kb93po\",layoutDependency:layoutDependency,layoutId:\"zMVBTkpWM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-88tody\",layoutDependency:layoutDependency,layoutId:\"fiiGPIwQj\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dvhuhc\",\"data-framer-name\":\"S\\xe4ntis_Party_Logo\",fill:\"black\",intrinsicHeight:112,intrinsicWidth:648,layoutDependency:layoutDependency,layoutId:\"ZotFSDV4D\",svg:'<svg width=\"648\" height=\"112\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M413.5 65.77h13.132c7.941 0 12.169 3.808 12.169 9.115 0 4.584-2.647 7.185-6.36 8.15 3.61.242 5.483 2.757 5.483 7.1v2.79c0 3.137.378 5.204 1.788 6.566v.103h-6.446c-.773-1.068-1.306-3.033-1.306-6.169v-3.084c0-3.67-1.203-4.876-4.624-4.876h-7.838v14.129h-6.015V65.77h.017Zm12.753 15.146c4.091 0 6.446-1.74 6.446-5.204 0-3.463-2.458-5.014-6.36-5.014h-6.841v10.235h6.738l.017-.017Zm15.745 1.792c0-10.907 7.563-17.61 16.656-17.61 9.092 0 13.716 5.738 14.782 10.993h-6.205c-.774-2.705-3.369-5.738-8.423-5.738-6.067 0-10.399 4.48-10.399 12.355 0 7.874 4.383 12.354 10.399 12.354 5.054 0 7.649-3.032 8.423-5.738h6.205c-1.066 5.256-5.724 10.994-14.782 10.994-9.677 0-16.656-6.651-16.656-17.61Zm34.256 0c0-10.666 7.993-17.61 17.275-17.61 9.281 0 17.222 6.944 17.222 17.61s-7.941 17.61-17.222 17.61c-9.282 0-17.275-6.944-17.275-17.61Zm17.275 12.44c6.445 0 10.88-4.824 10.88-12.44s-4.435-12.44-10.88-12.44c-6.446 0-10.932 4.824-10.932 12.44s4.469 12.44 10.932 12.44Zm45.463-.517h9.092V76.642h-9.006v-3.997c5.397 0 8.663-2.36 9.763-6.806h5.053v28.81h8.319v4.962h-23.238v-4.963l.017-.017Zm23.29-11.923c0-10.666 7.993-17.61 17.274-17.61 9.282 0 17.223 6.944 17.223 17.61s-7.941 17.61-17.223 17.61c-9.281 0-17.274-6.944-17.274-17.61Zm17.274 12.44c6.446 0 10.881-4.824 10.881-12.44s-4.435-12.44-10.881-12.44c-6.445 0-10.931 4.824-10.931 12.44s4.469 12.44 10.931 12.44Zm20.403-12.44c0-10.666 7.992-17.61 17.274-17.61s17.223 6.944 17.223 17.61-7.941 17.61-17.223 17.61-17.274-6.944-17.274-17.61Zm17.274 12.44c6.446 0 10.88-4.824 10.88-12.44s-4.434-12.44-10.88-12.44c-6.446 0-10.932 4.824-10.932 12.44s4.469 12.44 10.932 12.44Z\" fill=\"#fff\"/><path d=\"M536.293 110.277h96.255c7.597 0 13.75-6.169 13.75-13.785V68.923c0-7.616-6.153-13.785-13.75-13.785h-96.255c-7.597 0-13.751 6.169-13.751 13.785v27.57c0 7.615-6.153 13.784-13.75 13.784h-96.255m-412.52 0h385.019c7.597 0 13.75-6.169 13.75-13.785V68.923c0-7.616 6.154-13.785 13.751-13.785h96.255m-123.756 0h-24.081c-11.018 0-10.846-6.444-19.56-8.563-3.541-.862-3.747 2.309-4.71 4.118-1.547 2.93-7.821 5.634-12.994-.483-4.263-5.031-8.629-6.616-13.596-6.616-9.059 0-29.874 7.22-40.788 3.67-4.211-1.361-7.185-3.911-9.952-6.6-3.472-3.377-6.738-6.564-12.651-6.134-3.609.259-5.225-.93-6.085-1.585-.12-.086-.257-.207-.343-.241-.327-.052-1.014.086-1.616.224-1.856.396-4.675 1-7.391-1.361-.344-.259-2.183-.93-3.678-.741-.774.103-1.324.413-1.702.965-1.323 1.912-4.263 2.808-6.463 2.688-1.719-.086-3.025-.741-3.627-1.81-.636-.775-1.718-4.686-2.234-4.583-.516.104-4.744 4.635-5.758 4.136-4.418-2.154-4.572-6.17-5.191-10.494-.481-3.326-.98-6.772-3.025-7.668-2.011-.879-3.524.19-6.463 2.826-1.839 1.637-3.73 3.326-6.188 4.101-2.733.862-5.672.69-8.525.517-3.644-.224-7.082-.43-10.141 1.361-2.252 1.31-2.922 3.067-3.593 4.773-.962 2.481-2.045 5.307-8.37 4.86-3.49-.19-5.002-1.69-6.326-2.999-1.529-1.516-2.853-2.826-7.717-2.36-5.415.516-7.941 3.86-10.365 7.098-2.337 3.102-4.744 6.307-9.608 6.341h-.069c-3.747 0-4.898-2.515-5.827-4.549-.997-2.205-1.667-3.308-4.005-3.308-3.747 0-4.228 5.462-8.044 8.874-2.526 2.275-15.04 11.166-33.173 7.15-7.099-1.567-10.812-4.427-22.43-4.427-17.825 0-19.596 10.803-35.495 10.803H0\" stroke=\"#fff\" stroke-width=\"2.4\" stroke-miterlimit=\"10\"/><path d=\"M5.122 88.928h6.308c.67 3.998 3.713 6.41 8.715 6.41 4.434 0 7.408-2.12 7.408-5.014 0-2.55-1.788-3.722-6.257-4.721l-4.572-1.069c-7.03-1.637-10.588-4.342-10.588-9.356 0-6.03 5.724-10.08 13.098-10.08 8.284 0 12.805 4.29 13.613 9.218H26.83c-.825-2.602-3.42-4.394-7.649-4.394-3.953 0-6.875 1.827-6.875 4.722 0 2.274 1.581 3.187 5.878 4.238l4.04.965c7.992 1.879 11.653 4.584 11.653 9.753 0 6.272-5.775 10.718-14.094 10.718-8.32 0-14.06-4.722-14.628-11.39h-.034Zm41.201-23.106h6.635l12.41 33.772h-6.446l-2.407-7.047h-14.06l-2.406 7.047h-6.308l12.565-33.772h.017Zm-2.407-9.943a3.602 3.602 0 0 1 3.61 3.619c0 2.033-1.633 3.67-3.61 3.67a3.657 3.657 0 0 1-3.66-3.67c0-2.085 1.632-3.619 3.66-3.619Zm10.88 31.602-2.268-6.651c-.86-2.413-1.822-5.308-2.991-8.685h-.052c-1.1 3.377-2.028 6.22-2.99 8.736l-2.27 6.617h10.537l.035-.017Zm.62-31.602c2.028 0 3.66 1.586 3.66 3.619a3.658 3.658 0 0 1-3.66 3.67c-2.029 0-3.61-1.585-3.61-3.67s1.581-3.619 3.61-3.619Zm12.65 9.943h7.89l14.49 26.104c-.052-2.998-.104-6.41-.104-10.752V65.84h5.964v33.77h-7.89L73.841 73.42c.103 2.946.138 6.271.138 10.665v15.542h-5.913V65.822Zm41.011 5.358h-9.093v-5.359h24.167v5.36h-9.041v28.413h-6.016V71.18h-.017Zm18.718-5.358h6.016v33.772h-6.016V65.822Zm10.245 23.106h6.308c.67 3.998 3.712 6.41 8.714 6.41 4.435 0 7.408-2.12 7.408-5.014 0-2.55-1.787-3.722-6.256-4.721l-4.572-1.069c-7.03-1.637-10.588-4.342-10.588-9.356 0-6.03 5.723-10.08 13.097-10.08 8.285 0 12.805 4.29 13.613 9.218h-6.016c-.825-2.602-3.42-4.394-7.648-4.394-3.954 0-6.876 1.827-6.876 4.722 0 2.274 1.582 3.187 5.879 4.238l4.039.965c7.992 1.879 11.654 4.584 11.654 9.753 0 6.272-5.776 10.718-14.095 10.718s-14.06-4.722-14.627-11.39h-.034Zm47.989-17.748h-9.092v-5.359h24.166v5.36h-9.041v28.413h-6.016V71.18h-.017Zm18.719-5.358h23.53v5.169h-17.515v8.736h14.868v5.066h-14.868v9.649h17.756v5.17h-23.771V65.821Zm36.439 16.541-10.881-16.541h6.979l3.609 5.651 4.091 6.462h.103a480.43 480.43 0 0 0 4.229-6.514l3.558-5.6h6.789L248.835 82.33l11.31 17.265h-6.978l-4.28-6.651a255.006 255.006 0 0 0-3.902-6.169h-.103c-1.306 1.93-2.509 3.912-3.747 5.841l-4.521 6.996h-6.789l11.362-17.23v-.018Zm28.051-11.183h-9.092v-5.359h24.166v5.36h-9.041v28.413h-6.016V71.18h-.017Zm18.718-5.358h6.016v33.772h-6.016V65.822Zm12.617 0h6.015v28.275h14.06v5.497h-20.075V65.822Zm23.719 0h23.531v5.169h-17.515v8.736h14.868v5.066h-14.868v9.649h17.756v5.17h-23.772V65.821Zm26.333 23.106h6.308c.67 3.998 3.713 6.41 8.714 6.41 4.435 0 7.408-2.12 7.408-5.014 0-2.55-1.787-3.722-6.256-4.721l-4.572-1.069c-7.03-1.637-10.588-4.342-10.588-9.356 0-6.03 5.724-10.08 13.097-10.08 8.285 0 12.806 4.29 13.613 9.218h-6.015c-.825-2.602-3.421-4.394-7.649-4.394-3.954 0-6.876 1.827-6.876 4.722 0 2.274 1.582 3.187 5.879 4.238l4.039.965c7.993 1.879 11.654 4.584 11.654 9.753 0 6.272-5.776 10.718-14.095 10.718s-14.06-4.722-14.627-11.39h-.034Z\" fill=\"#fff\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h648v112H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13u288e-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"UUxHdQh2Y-container\",nodeId:\"UUxHdQh2Y\",rendersWithMotion:true,scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"ABC Oracle Light\", \"ABC Oracle Light Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:13,buttonPaddingBottom:13,buttonPaddingLeft:13,buttonPaddingPerSide:false,buttonPaddingRight:13,buttonPaddingTop:13,color:\"rgb(255, 255, 255)\",fill:\"rgb(71, 71, 71)\",insetWhenDocked:6,isDocked:true,label:\"Submit\",shouldAppear:true,widthWhenDocked:100},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"ABC Oracle Light\", \"ABC Oracle Light Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"UUxHdQh2Y\",input:{borderObject:{borderColor:\"var(--token-eccd1622-94ec-416e-bf92-277527b57891, rgb(255, 255, 255))\",borderWidth:1},borderRadius:8,color:\"var(--token-eccd1622-94ec-416e-bf92-277527b57891, rgb(255, 255, 255))\",fill:\"var(--token-e1a176bc-96f0-4a39-b20c-ed7bddf3b609, rgb(26, 25, 23))\",fixedHeight:50,height:true,padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,placeholder:\"Join our newsletter\",placeholderColor:\"rgba(217, 217, 217, 0.3)\"},layout:\"horizontal\",layoutId:\"UUxHdQh2Y\",loopsID:\"\",loopsUserGroup:\"\",mailchimpURL:\"\",redirectAs:\"link\",service:\"loops\",style:{width:\"100%\"},width:\"100%\"})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-db0t7s\",\"data-framer-name\":\"mobile | container\",layoutDependency:layoutDependency,layoutId:\"UcjG3zwqL\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-126ra5y\",layoutDependency:layoutDependency,layoutId:\"m3FdfRHDU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m9ua0y\",layoutDependency:layoutDependency,layoutId:\"U0OIJMIVZ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tevrpr\",layoutDependency:layoutDependency,layoutId:\"GuF85W9vK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"Instagram\"})}),className:\"framer-1tbds47\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s6I8Lye5E\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"LinkedIn\"})}),className:\"framer-7ymakt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H7arBlj6y\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-olqh5b\",layoutDependency:layoutDependency,layoutId:\"n8Fhzv8fV\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jmz59p\",\"data-framer-name\":\"Smiley\",fill:\"black\",intrinsicHeight:66,intrinsicWidth:66,layoutDependency:layoutDependency,layoutId:\"rPVi_SJJg\",svg:'<svg width=\"66\" height=\"66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M25.147 27.11a1.963 1.963 0 1 0 0-3.926 1.963 1.963 0 0 0 0 3.926Zm15.706 0a1.963 1.963 0 1 0 0-3.926 1.963 1.963 0 0 0 0 3.926ZM52.632 33c0 10.847-8.785 19.632-19.632 19.632-10.847 0-19.632-8.785-19.632-19.632m39.264 0c0-3.249 2.64-5.89 5.89-5.89A5.895 5.895 0 0 1 64.411 33\" stroke=\"#fff\" stroke-width=\"2.4\" stroke-miterlimit=\"10\"/><path d=\"M62.448 20.406C57.588 9.334 45.868 1.59 33 1.59 15.655 1.589 1.589 15.655 1.589 33s14.066 31.411 31.41 31.411c17.346 0 31.412-14.066 31.412-31.411M9.442 33h7.852\" stroke=\"#fff\" stroke-width=\"2.4\" stroke-miterlimit=\"10\"/></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p92htl\",layoutDependency:layoutDependency,layoutId:\"BPbzQScWV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19b1ro8\",layoutDependency:layoutDependency,layoutId:\"INLFQu5GS\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eYb0roja6\"},motionChild:true,nodeId:\"gxxP9YhNF\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-w542r1 framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"gxxP9YhNF\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"About\"})}),className:\"framer-c3apjg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fJF25mxim\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Jl2ze8atQ\"},motionChild:true,nodeId:\"PKaltRNBH\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1n9vulf framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"PKaltRNBH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"S\\xe4ntis Technical\"})}),className:\"framer-ju5hxt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K985rkb5F\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"I_YcIGrji\"},motionChild:true,nodeId:\"FxBLLhkh7\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-tx81l7 framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"FxBLLhkh7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"RCO100 Technology\"})}),className:\"framer-16i6vqe\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vyZUYnIiJ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZcHP9Z0p9\"},motionChild:true,nodeId:\"Hzzp4o_av\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15y8184 framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"Hzzp4o_av\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"RCO100 Products\"})}),className:\"framer-1t951ga\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fKiamgNRw\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ty7wm9\",layoutDependency:layoutDependency,layoutId:\"VGsQR9KJ6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"Projects\"})}),className:\"framer-12vfoep\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qRnPWE_Np\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VuXVS7lsu\"},motionChild:true,nodeId:\"diS516IfX\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fujqxo framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"diS516IfX\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"Contact\"})}),className:\"framer-6clsgi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KCQe5Ca2c\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o1bya1\",layoutDependency:layoutDependency,layoutId:\"NFyCF2vtj\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AZr2CgFW1\"},motionChild:true,nodeId:\"yxjDSJYQw\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-j1pdh8 framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"yxjDSJYQw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"Privacy\"})}),className:\"framer-yn1yws\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qTUcUmRGj\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jDNnp5pFN\"},motionChild:true,nodeId:\"Lo4SWIoCu\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-188u6b6 framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"Lo4SWIoCu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"Terms\"})}),className:\"framer-ugx3if\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AB6dovTtk\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Q5Gs04hHx\"},motionChild:true,nodeId:\"PLCS3i4yK\",scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14n8yua framer-1vj1x04\",layoutDependency:layoutDependency,layoutId:\"PLCS3i4yK\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13v992f\",\"data-styles-preset\":\"nSCk88s0O\",children:\"Cookies\"})}),className:\"framer-12df0uk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qSKHvKmCI\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d3cx56\",layoutDependency:layoutDependency,layoutId:\"zDmihJxnt\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19xkd05\",layoutDependency:layoutDependency,layoutId:\"HtdwyVZPc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"S\\xe4ntis Textile  \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"60 Paya Lebar Road\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(255, 255, 255))\"},children:\"#13-39 Paya Lebar Square\"}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-14qxiz, rgb(255, 255, 255))\"},children:[\"Singapore 409051\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"RCO100\u2122 Showroom\",/*#__PURE__*/_jsx(motion.br,{}),\"Scheitergasse 3\",/*#__PURE__*/_jsx(motion.br,{}),\"8001 Z\\xfcrich\",/*#__PURE__*/_jsx(motion.br,{}),\"Switzerland\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-ydz9fi, rgb(255, 255, 255))\"},children:\"\\xa9 2025 all rights reserved.\"})]}),className:\"framer-so5xzx\",\"data-framer-name\":\"S\\xe4ntis Textiles AG, Bleichelistrasse 22, 9055 Bu\u0308hler, Appenzell, Switzerland. \\xa9 2024 all rights reserved.\",fonts:[\"CUSTOM;ABC Oracle Medium\"],layoutDependency:layoutDependency,layoutId:\"I346:2056;330:1907\",style:{\"--extracted-14qxiz\":\"rgb(255, 255, 255)\",\"--extracted-1iakedh\":\"rgb(255, 255, 255)\",\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--extracted-ydz9fi\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yb4sgb\",layoutDependency:layoutDependency,layoutId:\"jQCBl9x_c\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vum7bf\",\"data-framer-name\":\"Isolation_Mode_2\",fill:\"black\",intrinsicHeight:284,intrinsicWidth:358,layoutDependency:layoutDependency,layoutId:\"EtkZmF2MK\",svg:'<svg width=\"358\" height=\"284\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"M46.18 147.699H33.132v-7.664h34.654v7.664H54.81v40.655h-8.63v-40.655Zm26.851-7.665h33.759v7.385H81.663v12.49h21.333v7.247H81.663v13.803h25.473v7.384H73.031v-48.32.011Zm52.259 23.68-15.6-23.679h10.01l5.178 8.076 5.87 9.251h.137a659.384 659.384 0 0 0 6.073-9.317l5.107-8.005h9.736l-15.534 23.608 16.226 24.712h-10.011l-6.144-9.526c-1.933-3.107-3.657-5.863-5.59-8.834h-.137c-1.867 2.762-3.591 5.595-5.387 8.357l-6.49 10.008h-9.736l16.292-24.64v-.011Zm40.249-16.015h-13.047v-7.664h34.654v7.664h-12.975v40.655h-8.632v-40.655Zm26.852-7.664h8.632v48.319h-8.632v-48.319Zm18.086 0h8.631v40.452h20.158v7.867h-28.789v-48.319Zm34.035-.001h33.759v7.385h-25.127v12.49h21.332v7.247h-21.332v13.803h25.473v7.384h-34.105v-48.32.011Zm37.761 33.063h9.044c.967 5.726 5.316 9.18 12.498 9.18 6.353 0 10.631-3.036 10.631-7.182 0-3.656-2.554-5.314-8.973-6.764l-6.556-1.515c-10.082-2.35-15.188-6.215-15.188-13.391 0-8.63 8.214-14.423 18.779-14.423 11.872 0 18.362 6.144 19.537 13.183h-8.632c-1.175-3.728-4.903-6.281-10.976-6.281-5.662 0-9.873 2.624-9.873 6.764 0 3.244 2.278 4.557 8.423 6.072l5.798 1.378c11.46 2.696 16.704 6.555 16.704 13.945 0 8.977-8.286 15.324-20.229 15.324s-20.157-6.764-20.987-16.29ZM22.584 218.853h18.845c11.389 0 17.467 5.451 17.467 13.044 0 6.556-3.794 10.284-9.11 11.667 5.179.346 7.87 3.931 7.87 10.146v4.003c0 4.485.548 7.455 2.553 9.388v.137h-9.253c-1.104-1.521-1.861-4.348-1.861-8.834v-4.419c0-5.244-1.724-6.973-6.628-6.973H31.216v20.226h-8.632v-48.385Zm18.296 21.675c5.87 0 9.253-2.487 9.253-7.456 0-4.968-3.52-7.181-9.116-7.181h-9.801v14.632h9.664v.005Zm22.573 2.553c0-15.598 10.84-25.195 23.886-25.195 13.047 0 19.675 8.214 21.196 15.735h-8.907c-1.103-3.865-4.832-8.213-12.08-8.213-8.698 0-14.914 6.418-14.914 17.673 0 11.255 6.282 17.673 14.914 17.673 7.248 0 10.977-4.348 12.08-8.213h8.907c-1.521 7.527-8.215 15.735-21.196 15.735-13.876 0-23.886-9.526-23.886-25.195Zm49.156 0c0-15.252 11.46-25.195 24.781-25.195 13.322 0 24.716 9.943 24.716 25.195s-11.389 25.195-24.716 25.195c-13.326 0-24.781-9.943-24.781-25.195Zm24.781 17.81c9.253 0 15.601-6.906 15.601-17.81s-6.354-17.81-15.601-17.81c-9.246 0-15.671 6.901-15.671 17.81 0 10.909 6.419 17.81 15.671 17.81Zm63.131-.763h13.047v-25.743h-12.909v-5.732c7.731 0 12.426-3.382 14.013-9.735h7.248v41.21h11.943v7.11h-33.342v-7.11Zm33.413-17.047c0-15.252 11.459-25.195 24.781-25.195 13.321 0 24.715 9.943 24.715 25.195s-11.389 25.195-24.715 25.195c-13.327 0-24.781-9.943-24.781-25.195Zm24.781 17.81c9.252 0 15.6-6.906 15.6-17.81s-6.353-17.81-15.6-17.81-15.672 6.901-15.672 17.81c0 10.909 6.419 17.81 15.672 17.81Zm29.273-17.81c0-15.252 11.46-25.195 24.781-25.195 13.322 0 24.716 9.943 24.716 25.195s-11.389 25.195-24.716 25.195c-13.326 0-24.781-9.943-24.781-25.195Zm24.781 17.81c9.253 0 15.6-6.906 15.6-17.81s-6.353-17.81-15.6-17.81-15.671 6.901-15.671 17.81c0 10.909 6.419 17.81 15.671 17.81Z\"/><path d=\"M336.794 284H198.721v-2.954h138.073c10.059 0 18.246-8.186 18.246-18.244V223.36c0-10.058-8.181-18.244-18.246-18.244H198.721c-10.059 0-18.247 8.186-18.247 18.244v39.442c0 11.689-9.51 21.198-21.206 21.198H21.206C9.516 284 0 274.491 0 262.802V223.36c0-11.689 9.51-21.198 21.206-21.198H159.28v2.954H21.206c-10.06 0-18.246 8.186-18.246 18.244v39.442c0 10.058 8.181 18.244 18.246 18.244H159.28c10.06 0 18.247-8.186 18.247-18.244V223.36c0-11.689 9.51-21.198 21.206-21.198h138.073c11.69 0 21.206 9.509 21.206 21.198v39.442c0 11.689-9.511 21.198-21.206 21.198h-.011Z\"/><path d=\"M336.793 284v-2.954c10.06 0 18.247-8.186 18.247-18.244h2.959c0 11.689-9.51 21.198-21.206 21.198ZM62.643 94.213h9.043c.967 5.726 5.316 9.179 12.498 9.179 6.353 0 10.63-3.036 10.63-7.18 0-3.657-2.553-5.316-8.972-6.765l-6.556-1.515c-10.082-2.35-15.188-6.215-15.188-13.39 0-8.632 8.214-14.424 18.78-14.424 11.87 0 18.361 6.144 19.536 13.182h-8.632c-1.175-3.728-4.903-6.28-10.976-6.28-5.662 0-9.873 2.624-9.873 6.763 0 3.245 2.279 4.557 8.423 6.073l5.799 1.378c11.46 2.695 16.703 6.555 16.703 13.945 0 8.977-8.286 15.323-20.229 15.323s-20.157-6.764-20.986-16.29Zm59.093-33.063h9.527l17.813 48.32h-9.252l-3.454-10.08h-20.158l-3.453 10.08h-9.044l18.016-48.32h.005Zm-3.448-14.22a5.173 5.173 0 0 1 5.178 5.178c0 2.899-2.35 5.243-5.178 5.243s-5.244-2.278-5.244-5.243c0-2.965 2.345-5.177 5.244-5.177Zm15.6 45.207-3.245-9.525c-1.241-3.453-2.625-7.593-4.278-12.425h-.065c-1.587 4.832-2.9 8.906-4.283 12.49l-3.246 9.455h15.123l-.006.005Zm.895-45.206c2.899 0 5.244 2.278 5.244 5.177a5.243 5.243 0 0 1-5.244 5.243c-2.894 0-5.178-2.278-5.178-5.243 0-2.965 2.279-5.177 5.178-5.177Zm18.155 14.219h11.322l20.778 37.34c-.071-4.277-.137-9.18-.137-15.395v-21.95h8.56v48.32h-11.322l-20.916-37.482c.138 4.21.209 8.976.209 15.257v22.225h-8.489v-48.32l-.005.005Zm58.82 7.66h-13.047v-7.665h34.654v7.664H220.39v40.656h-8.632V68.809Zm26.855-7.66h8.632v48.32h-8.632V61.15Zm14.701 33.063h9.044c.967 5.726 5.316 9.179 12.498 9.179 6.353 0 10.63-3.036 10.63-7.18 0-3.657-2.553-5.316-8.972-6.765l-6.556-1.515c-10.082-2.35-15.188-6.215-15.188-13.39 0-8.632 8.214-14.424 18.779-14.424 11.872 0 18.362 6.144 19.537 13.182h-8.632c-1.175-3.728-4.903-6.28-10.976-6.28-5.662 0-9.873 2.624-9.873 6.763 0 3.245 2.278 4.557 8.423 6.073l5.798 1.378c11.46 2.695 16.704 6.555 16.704 13.945 0 8.977-8.286 15.323-20.229 15.323s-20.157-6.764-20.987-16.29Zm83.486 29.06H21.207v2.954H336.8v-2.954Zm-.001 78.884h-98.625v2.953h98.625v-2.953Z\"/><path d=\"M356.524 47.343h-20.976c-6.112 0-8.72-2.58-11.235-5.073-1.719-1.702-3.344-3.31-6.216-4.178-.78-.231-1.043-.313-1.79 2.091a17.3 17.3 0 0 1-.516 1.488c-.829 1.933-2.982 4.008-5.919 4.294-1.692.17-4.986-.204-7.979-4.557-3.113-4.524-6.293-6.457-10.625-6.457-2.647 0-6.804 1-11.196 2.053-8.594 2.065-18.34 4.398-24.869 1.78-4.157-1.67-6.958-4.75-9.258-7.506-2.889-3.464-5.409-6.456-9.752-6.05-3.564.296-5.327-1.076-6.244-1.91-.159.049-.373.104-.516.142-1.724.456-4.936 1.312-7.896-1.878-.126-.049-1.192-.46-1.889-.34-.236.038-.318.093-.434.291-1.521 2.707-4.684 3.821-7.017 3.64-2.043-.126-3.652-1.142-4.415-2.789-.231-.308-.511-1.175-.945-2.558-.038-.121-.076-.253-.12-.39-2.153 2.393-3.74 4.057-5.316 3.118-4.145-2.492-4.634-6.912-5.101-11.183l-.132-1.17c-.302-2.597-.757-6.5-1.861-7.088-.637-.34-1.197-.187-3.833 2.718-1.631 1.795-3.481 3.832-5.941 4.793-2.696 1.043-5.552.84-8.072.653-3.015-.225-5.623-.423-7.852 1.186-1.565 1.126-2.032 2.624-2.576 4.354-.851 2.718-2.147 6.83-8.829 6.242-3.652-.252-5.31-2.267-6.518-3.744-1.235-1.504-1.971-2.405-5.414-2.01-4.003.467-5.914 3.602-7.94 6.913-2.136 3.503-4.558 7.466-9.61 7.516-4.376 0-5.727-3.662-6.528-5.853-.917-2.487-1.192-2.586-2.104-2.586-.911 0-1.597 1.351-2.63 3.574-.823 1.774-1.757 3.783-3.272 5.463-.484.538-12.075 13.111-30.377 8.11-1.966-.539-3.651-1.208-5.277-1.856-3.662-1.46-7.122-2.839-13.865-2.839-7.506 0-11.421 2.8-15.567 5.765-4.003 2.86-8.143 5.82-15.347 5.82H21.207v-2.954h11.548c6.254 0 9.834-2.564 13.628-5.27 4.14-2.96 8.836-6.314 17.292-6.314 7.314 0 11.202 1.548 14.963 3.047 1.62.647 3.152 1.257 4.958 1.745 16.572 4.519 27.296-7.115 27.401-7.23 1.219-1.35 2.015-3.07 2.784-4.727 1.208-2.603 2.454-5.287 5.315-5.287 3.212 0 4.096 2.404 4.882 4.518.895 2.438 1.592 3.92 3.679 3.92 3.459-.033 5.254-2.976 7.154-6.094 2.202-3.602 4.69-7.68 10.126-8.318 5.046-.604 6.633 1.35 8.039 3.064 1.109 1.345 2.064 2.509 4.469 2.674 4.344.39 4.942-1.532 5.772-4.179.582-1.86 1.301-4.172 3.668-5.874 3.102-2.235 6.506-1.977 9.801-1.735 2.312.17 4.706.351 6.776-.456 1.812-.708 3.344-2.394 4.821-4.024 2.301-2.531 4.47-4.93 7.424-3.338 2.46 1.317 2.916 5.21 3.399 9.333l.137 1.203c.418 3.771.747 6.802 3.136 8.603.681-.566 1.828-1.84 2.366-2.449 1.137-1.268 1.483-1.647 2.076-1.795 1.62-.39 2.098 1.17 2.839 3.53.22.697.549 1.746.703 2.01.499 1.048 1.471 1.235 2.015 1.268 1.411.093 3.404-.626 4.256-2.136.56-.994 1.416-1.587 2.542-1.768 1.763-.28 3.833.61 4.442 1.17 1.829 1.97 3.542 1.515 5.052 1.114.884-.23 1.51-.373 2.092-.252l.533.23c.104.072.296.236.444.379.681.626 1.675 1.548 4.179 1.329 5.914-.538 9.159 3.349 12.289 7.099 2.564 3.08 4.926 5.386 8.088 6.66 5.656 2.272 15.32-.05 23.079-1.911 4.772-1.142 8.89-2.13 11.888-2.13 5.354 0 9.385 2.388 13.064 7.74 1.603 2.329 3.41 3.487 5.249 3.29 1.653-.16 3.004-1.39 3.492-2.52.154-.358.28-.775.412-1.198.522-1.69 1.609-5.193 5.469-4.051 3.58 1.076 5.64 3.113 7.446 4.908 2.284 2.262 4.261 4.222 9.154 4.222h20.976v2.964ZM21.206 126.226C9.516 126.226 0 116.717 0 105.029V65.587c0-11.69 9.51-21.198 21.206-21.198v2.953c-10.06 0-18.246 8.186-18.246 18.245v39.442c0 10.058 8.181 18.244 18.246 18.244v2.953Zm336.793 62.101h-2.959v-43.856c0-10.058-8.182-18.244-18.247-18.244v-2.954c11.69 0 21.206 9.509 21.206 21.198v43.856Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h358v284H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vuukdx\",layoutDependency:layoutDependency,layoutId:\"LlJQoPvqS\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qbk9no-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"yIghnAwPW-container\",nodeId:\"yIghnAwPW\",rendersWithMotion:true,scopeId:\"NVhf7GqAg\",children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"ABC Oracle Light\", \"ABC Oracle Light Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:13,buttonPaddingBottom:13,buttonPaddingLeft:13,buttonPaddingPerSide:false,buttonPaddingRight:13,buttonPaddingTop:13,color:\"rgb(255, 255, 255)\",fill:\"rgb(71, 71, 71)\",insetWhenDocked:6,isDocked:true,label:\"Submit\",shouldAppear:true,widthWhenDocked:100},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"ABC Oracle Light\", \"ABC Oracle Light Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"yIghnAwPW\",input:{borderObject:{borderColor:\"var(--token-eccd1622-94ec-416e-bf92-277527b57891, rgb(255, 255, 255))\",borderWidth:1},borderRadius:8,color:\"var(--token-eccd1622-94ec-416e-bf92-277527b57891, rgb(255, 255, 255))\",fill:\"var(--token-e1a176bc-96f0-4a39-b20c-ed7bddf3b609, rgb(26, 25, 23))\",fixedHeight:50,height:true,padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,placeholder:\"Join our newsletter\",placeholderColor:\"rgba(217, 217, 217, 0.3)\"},layout:\"horizontal\",layoutId:\"yIghnAwPW\",loopsID:\"\",loopsUserGroup:\"\",mailchimpURL:\"\",redirectAs:\"link\",service:\"loops\",style:{width:\"100%\"},width:\"100%\"})})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Wu1Zw.framer-1vj1x04, .framer-Wu1Zw .framer-1vj1x04 { display: block; }\",\".framer-Wu1Zw.framer-1ko9twt { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 1200px; }\",\".framer-Wu1Zw .framer-1vqdsws { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Wu1Zw .framer-glzpqg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 14px 0px 14px 0px; position: relative; width: 1120px; z-index: 1; }\",\".framer-Wu1Zw .framer-hpys59, .framer-Wu1Zw .framer-934dgs, .framer-Wu1Zw .framer-q0scxa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Wu1Zw .framer-9hb1ql, .framer-Wu1Zw .framer-1q7np3w, .framer-Wu1Zw .framer-7bwia5, .framer-Wu1Zw .framer-kmrzde, .framer-Wu1Zw .framer-1qsi9zy, .framer-Wu1Zw .framer-1hx8auw, .framer-Wu1Zw .framer-18cqbi0, .framer-Wu1Zw .framer-2oaev7, .framer-Wu1Zw .framer-1d4xg1s, .framer-Wu1Zw .framer-jdkfh2, .framer-Wu1Zw .framer-w542r1, .framer-Wu1Zw .framer-1n9vulf, .framer-Wu1Zw .framer-tx81l7, .framer-Wu1Zw .framer-15y8184, .framer-Wu1Zw .framer-1fujqxo, .framer-Wu1Zw .framer-j1pdh8, .framer-Wu1Zw .framer-188u6b6, .framer-Wu1Zw .framer-14n8yua { 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; text-decoration: none; width: min-content; }\",\".framer-Wu1Zw .framer-1ih6ff3, .framer-Wu1Zw .framer-13xwy5m, .framer-Wu1Zw .framer-1029ivr, .framer-Wu1Zw .framer-qfi1v9, .framer-Wu1Zw .framer-wkfa1e, .framer-Wu1Zw .framer-1u7vb8m, .framer-Wu1Zw .framer-ucjtu4, .framer-Wu1Zw .framer-qswulb, .framer-Wu1Zw .framer-1ymsvau, .framer-Wu1Zw .framer-15tu1k3, .framer-Wu1Zw .framer-4nyegd, .framer-Wu1Zw .framer-1tbds47, .framer-Wu1Zw .framer-7ymakt, .framer-Wu1Zw .framer-c3apjg, .framer-Wu1Zw .framer-ju5hxt, .framer-Wu1Zw .framer-16i6vqe, .framer-Wu1Zw .framer-1t951ga, .framer-Wu1Zw .framer-12vfoep, .framer-Wu1Zw .framer-6clsgi, .framer-Wu1Zw .framer-yn1yws, .framer-Wu1Zw .framer-ugx3if, .framer-Wu1Zw .framer-12df0uk { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Wu1Zw .framer-56gy1e { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Wu1Zw .framer-r9mvih, .framer-Wu1Zw .framer-vd7q7w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 20px; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Wu1Zw .framer-1b8vr64, .framer-Wu1Zw .framer-1tevrpr, .framer-Wu1Zw .framer-19b1ro8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Wu1Zw .framer-1v6gn40, .framer-Wu1Zw .framer-olqh5b { 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; }\",\".framer-Wu1Zw .framer-1vze3hm, .framer-Wu1Zw .framer-1jmz59p { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 56px; }\",\".framer-Wu1Zw .framer-kb93po, .framer-Wu1Zw .framer-p92htl, .framer-Wu1Zw .framer-1vuukdx { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Wu1Zw .framer-88tody, .framer-Wu1Zw .framer-1ty7wm9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Wu1Zw .framer-1dvhuhc { flex: none; height: 112px; position: relative; width: 648px; }\",\".framer-Wu1Zw .framer-13u288e-container { flex: none; height: auto; position: relative; width: 40%; }\",\".framer-Wu1Zw .framer-db0t7s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 92px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Wu1Zw .framer-126ra5y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Wu1Zw .framer-1m9ua0y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Wu1Zw .framer-o1bya1 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Wu1Zw .framer-1d3cx56 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Wu1Zw .framer-19xkd05 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Wu1Zw .framer-so5xzx { flex: none; height: 251px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Wu1Zw .framer-1yb4sgb { 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-Wu1Zw .framer-1vum7bf { aspect-ratio: 1.232394366197183 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 162px); position: relative; width: 1px; }\",\".framer-Wu1Zw .framer-1qbk9no-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Wu1Zw.framer-1ko9twt, .framer-Wu1Zw .framer-1vqdsws, .framer-Wu1Zw .framer-hpys59, .framer-Wu1Zw .framer-9hb1ql, .framer-Wu1Zw .framer-1q7np3w, .framer-Wu1Zw .framer-934dgs, .framer-Wu1Zw .framer-7bwia5, .framer-Wu1Zw .framer-kmrzde, .framer-Wu1Zw .framer-1qsi9zy, .framer-Wu1Zw .framer-1hx8auw, .framer-Wu1Zw .framer-18cqbi0, .framer-Wu1Zw .framer-2oaev7, .framer-Wu1Zw .framer-r9mvih, .framer-Wu1Zw .framer-1b8vr64, .framer-Wu1Zw .framer-q0scxa, .framer-Wu1Zw .framer-1d4xg1s, .framer-Wu1Zw .framer-jdkfh2, .framer-Wu1Zw .framer-vd7q7w, .framer-Wu1Zw .framer-1v6gn40, .framer-Wu1Zw .framer-88tody, .framer-Wu1Zw .framer-db0t7s, .framer-Wu1Zw .framer-126ra5y, .framer-Wu1Zw .framer-1tevrpr, .framer-Wu1Zw .framer-olqh5b, .framer-Wu1Zw .framer-19b1ro8, .framer-Wu1Zw .framer-w542r1, .framer-Wu1Zw .framer-1n9vulf, .framer-Wu1Zw .framer-tx81l7, .framer-Wu1Zw .framer-15y8184, .framer-Wu1Zw .framer-1ty7wm9, .framer-Wu1Zw .framer-1fujqxo, .framer-Wu1Zw .framer-o1bya1, .framer-Wu1Zw .framer-j1pdh8, .framer-Wu1Zw .framer-188u6b6, .framer-Wu1Zw .framer-14n8yua, .framer-Wu1Zw .framer-1d3cx56, .framer-Wu1Zw .framer-19xkd05, .framer-Wu1Zw .framer-1yb4sgb { gap: 0px; } .framer-Wu1Zw.framer-1ko9twt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Wu1Zw.framer-1ko9twt > :first-child, .framer-Wu1Zw .framer-1vqdsws > :first-child, .framer-Wu1Zw .framer-hpys59 > :first-child, .framer-Wu1Zw .framer-934dgs > :first-child, .framer-Wu1Zw .framer-1b8vr64 > :first-child, .framer-Wu1Zw .framer-q0scxa > :first-child, .framer-Wu1Zw .framer-db0t7s > :first-child, .framer-Wu1Zw .framer-126ra5y > :first-child, .framer-Wu1Zw .framer-1tevrpr > :first-child, .framer-Wu1Zw .framer-19b1ro8 > :first-child, .framer-Wu1Zw .framer-o1bya1 > :first-child, .framer-Wu1Zw .framer-1d3cx56 > :first-child, .framer-Wu1Zw .framer-19xkd05 > :first-child { margin-top: 0px; } .framer-Wu1Zw.framer-1ko9twt > :last-child, .framer-Wu1Zw .framer-1vqdsws > :last-child, .framer-Wu1Zw .framer-hpys59 > :last-child, .framer-Wu1Zw .framer-934dgs > :last-child, .framer-Wu1Zw .framer-1b8vr64 > :last-child, .framer-Wu1Zw .framer-q0scxa > :last-child, .framer-Wu1Zw .framer-db0t7s > :last-child, .framer-Wu1Zw .framer-126ra5y > :last-child, .framer-Wu1Zw .framer-1tevrpr > :last-child, .framer-Wu1Zw .framer-19b1ro8 > :last-child, .framer-Wu1Zw .framer-o1bya1 > :last-child, .framer-Wu1Zw .framer-1d3cx56 > :last-child, .framer-Wu1Zw .framer-19xkd05 > :last-child { margin-bottom: 0px; } .framer-Wu1Zw .framer-1vqdsws > *, .framer-Wu1Zw .framer-hpys59 > *, .framer-Wu1Zw .framer-934dgs > *, .framer-Wu1Zw .framer-q0scxa > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Wu1Zw .framer-9hb1ql > *, .framer-Wu1Zw .framer-1q7np3w > *, .framer-Wu1Zw .framer-7bwia5 > *, .framer-Wu1Zw .framer-kmrzde > *, .framer-Wu1Zw .framer-1qsi9zy > *, .framer-Wu1Zw .framer-1hx8auw > *, .framer-Wu1Zw .framer-18cqbi0 > *, .framer-Wu1Zw .framer-2oaev7 > *, .framer-Wu1Zw .framer-r9mvih > *, .framer-Wu1Zw .framer-1d4xg1s > *, .framer-Wu1Zw .framer-jdkfh2 > *, .framer-Wu1Zw .framer-vd7q7w > *, .framer-Wu1Zw .framer-1v6gn40 > *, .framer-Wu1Zw .framer-88tody > *, .framer-Wu1Zw .framer-olqh5b > *, .framer-Wu1Zw .framer-w542r1 > *, .framer-Wu1Zw .framer-1n9vulf > *, .framer-Wu1Zw .framer-tx81l7 > *, .framer-Wu1Zw .framer-15y8184 > *, .framer-Wu1Zw .framer-1ty7wm9 > *, .framer-Wu1Zw .framer-1fujqxo > *, .framer-Wu1Zw .framer-j1pdh8 > *, .framer-Wu1Zw .framer-188u6b6 > *, .framer-Wu1Zw .framer-14n8yua > *, .framer-Wu1Zw .framer-1yb4sgb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Wu1Zw .framer-9hb1ql > :first-child, .framer-Wu1Zw .framer-1q7np3w > :first-child, .framer-Wu1Zw .framer-7bwia5 > :first-child, .framer-Wu1Zw .framer-kmrzde > :first-child, .framer-Wu1Zw .framer-1qsi9zy > :first-child, .framer-Wu1Zw .framer-1hx8auw > :first-child, .framer-Wu1Zw .framer-18cqbi0 > :first-child, .framer-Wu1Zw .framer-2oaev7 > :first-child, .framer-Wu1Zw .framer-r9mvih > :first-child, .framer-Wu1Zw .framer-1d4xg1s > :first-child, .framer-Wu1Zw .framer-jdkfh2 > :first-child, .framer-Wu1Zw .framer-vd7q7w > :first-child, .framer-Wu1Zw .framer-1v6gn40 > :first-child, .framer-Wu1Zw .framer-88tody > :first-child, .framer-Wu1Zw .framer-olqh5b > :first-child, .framer-Wu1Zw .framer-w542r1 > :first-child, .framer-Wu1Zw .framer-1n9vulf > :first-child, .framer-Wu1Zw .framer-tx81l7 > :first-child, .framer-Wu1Zw .framer-15y8184 > :first-child, .framer-Wu1Zw .framer-1ty7wm9 > :first-child, .framer-Wu1Zw .framer-1fujqxo > :first-child, .framer-Wu1Zw .framer-j1pdh8 > :first-child, .framer-Wu1Zw .framer-188u6b6 > :first-child, .framer-Wu1Zw .framer-14n8yua > :first-child, .framer-Wu1Zw .framer-1yb4sgb > :first-child { margin-left: 0px; } .framer-Wu1Zw .framer-9hb1ql > :last-child, .framer-Wu1Zw .framer-1q7np3w > :last-child, .framer-Wu1Zw .framer-7bwia5 > :last-child, .framer-Wu1Zw .framer-kmrzde > :last-child, .framer-Wu1Zw .framer-1qsi9zy > :last-child, .framer-Wu1Zw .framer-1hx8auw > :last-child, .framer-Wu1Zw .framer-18cqbi0 > :last-child, .framer-Wu1Zw .framer-2oaev7 > :last-child, .framer-Wu1Zw .framer-r9mvih > :last-child, .framer-Wu1Zw .framer-1d4xg1s > :last-child, .framer-Wu1Zw .framer-jdkfh2 > :last-child, .framer-Wu1Zw .framer-vd7q7w > :last-child, .framer-Wu1Zw .framer-1v6gn40 > :last-child, .framer-Wu1Zw .framer-88tody > :last-child, .framer-Wu1Zw .framer-olqh5b > :last-child, .framer-Wu1Zw .framer-w542r1 > :last-child, .framer-Wu1Zw .framer-1n9vulf > :last-child, .framer-Wu1Zw .framer-tx81l7 > :last-child, .framer-Wu1Zw .framer-15y8184 > :last-child, .framer-Wu1Zw .framer-1ty7wm9 > :last-child, .framer-Wu1Zw .framer-1fujqxo > :last-child, .framer-Wu1Zw .framer-j1pdh8 > :last-child, .framer-Wu1Zw .framer-188u6b6 > :last-child, .framer-Wu1Zw .framer-14n8yua > :last-child, .framer-Wu1Zw .framer-1yb4sgb > :last-child { margin-right: 0px; } .framer-Wu1Zw .framer-1b8vr64 > *, .framer-Wu1Zw .framer-1tevrpr > *, .framer-Wu1Zw .framer-19b1ro8 > *, .framer-Wu1Zw .framer-o1bya1 > *, .framer-Wu1Zw .framer-1d3cx56 > *, .framer-Wu1Zw .framer-19xkd05 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Wu1Zw .framer-db0t7s > * { margin: 0px; margin-bottom: calc(92px / 2); margin-top: calc(92px / 2); } .framer-Wu1Zw .framer-126ra5y > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } }\",\".framer-Wu1Zw.framer-v-1t06fln.framer-1ko9twt { width: 810px; }\",\".framer-Wu1Zw.framer-v-1t06fln .framer-1vze3hm { height: var(--framer-aspect-ratio-supported, 40px); width: 40px; }\",\".framer-Wu1Zw.framer-v-1t06fln .framer-1dvhuhc { aspect-ratio: 5.7875 / 1; height: var(--framer-aspect-ratio-supported, 56px); width: 320px; }\",\".framer-Wu1Zw.framer-v-1zink8.framer-1ko9twt { padding: 40px 20px 40px 20px; width: 390px; }\",\".framer-Wu1Zw.framer-v-1zink8 .framer-1m9ua0y, .framer-Wu1Zw.framer-v-1zink8 .framer-1yb4sgb { order: 0; }\",\".framer-Wu1Zw.framer-v-1zink8 .framer-p92htl, .framer-Wu1Zw.framer-v-1zink8 .framer-19xkd05 { order: 1; }\",\".framer-Wu1Zw.framer-v-1zink8 .framer-1vum7bf { height: var(--framer-aspect-ratio-supported, 284px); }\",\".framer-Wu1Zw.framer-v-1zink8 .framer-1vuukdx { order: 2; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 390\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JbbaSHPEG\":{\"layout\":[\"fixed\",\"auto\"]},\"Cp9GmEhE3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNVhf7GqAg=withCSS(Component,css,\"framer-Wu1Zw\");export default FramerNVhf7GqAg;FramerNVhf7GqAg.displayName=\"footer\";FramerNVhf7GqAg.defaultProps={height:390,width:1200};addPropertyControls(FramerNVhf7GqAg,{variant:{options:[\"EX6XLrYai\",\"JbbaSHPEG\",\"Cp9GmEhE3\"],optionTitles:[\"desktop\",\"tablet\",\"mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNVhf7GqAg,[{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:\"ABC Oracle Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/GRS4RxUhxITgoj6daP0S1R8sKw.woff2\"},{family:\"ABC Oracle Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/Cuh3c7QIwpt2wEtHJdHTQwtyPU.woff2\"}]},...InputFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNVhf7GqAg\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"390\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JbbaSHPEG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Cp9GmEhE3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NVhf7GqAg.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framer.com/m/utils-MaUy.js@OSpwWF91FHPVFyQJjMHt\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\"];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (716ed5b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={g6fKAsewD:{hover:true}};const cycleOrder=[\"g6fKAsewD\"];const serializationHash=\"framer-aK1w7\";const variantClassNames={g6fKAsewD:\"framer-v-t6ff4h\"};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 transitions={default:{delay:.1,duration:.3,ease:[.44,0,.56,1],type:\"tween\"}};const transition1={delay:.1,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,title,width,...props})=>{var _ref;return{...props,i9G0TeTLW:(_ref=title!==null&&title!==void 0?title:props.i9G0TeTLW)!==null&&_ref!==void 0?_ref:\"BUTTON\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,i9G0TeTLW,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"g6fKAsewD\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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:transition,...addPropertyOverrides({\"g6fKAsewD-hover\":{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-t6ff4h\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"g6fKAsewD\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"g6fKAsewD-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.02em\"},children:\"BUTTON\"})}),className:\"framer-1wf8jl1\",fonts:[\"CUSTOM;ABC Oracle Medium\"],layoutDependency:layoutDependency,layoutId:\"mSYC64jkG\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:i9G0TeTLW,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-27wkoy\",layoutDependency:layoutDependency,layoutId:\"nbiCa0VmF\",style:{backgroundColor:\"var(--token-b029e50b-0251-4d74-b60c-ff79532b1e93, rgb(239, 51, 64))\",opacity:0},variants:{\"g6fKAsewD-hover\":{opacity:1}}})]})})})});});const css=['.framer-aK1w7[data-border=\"true\"]::after, .framer-aK1w7 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aK1w7.framer-olxven, .framer-aK1w7 .framer-olxven { display: block; }\",\".framer-aK1w7.framer-t6ff4h { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-aK1w7 .framer-1wf8jl1 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-aK1w7 .framer-27wkoy { flex: none; height: 1px; left: 0px; overflow: hidden; position: absolute; top: calc(93.50649350649353% - 1px / 2); width: 1%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aK1w7.framer-t6ff4h { gap: 0px; } .framer-aK1w7.framer-t6ff4h > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-aK1w7.framer-t6ff4h > :first-child { margin-top: 0px; } .framer-aK1w7.framer-t6ff4h > :last-child { margin-bottom: 0px; } }\",\".framer-aK1w7.framer-v-t6ff4h.hover.framer-t6ff4h { gap: 10px; }\",\".framer-aK1w7.framer-v-t6ff4h.hover .framer-1wf8jl1 { order: 0; }\",\".framer-aK1w7.framer-v-t6ff4h.hover .framer-27wkoy { height: 1px; left: calc(50.00000000000002% - 100% / 2); order: 1; top: calc(94.73684210526318% - 1.2px / 2); width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aK1w7.framer-v-t6ff4h.hover.framer-t6ff4h { gap: 0px; } .framer-aK1w7.framer-v-t6ff4h.hover.framer-t6ff4h > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aK1w7.framer-v-t6ff4h.hover.framer-t6ff4h > :first-child { margin-top: 0px; } .framer-aK1w7.framer-v-t6ff4h.hover.framer-t6ff4h > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38.5\n * @framerIntrinsicWidth 122.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"uu24r9ETJ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"i9G0TeTLW\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerLVu3YlP7E=withCSS(Component,css,\"framer-aK1w7\");export default FramerLVu3YlP7E;FramerLVu3YlP7E.displayName=\"underlineButton\";FramerLVu3YlP7E.defaultProps={height:38.5,width:122.5};addPropertyControls(FramerLVu3YlP7E,{i9G0TeTLW:{defaultValue:\"BUTTON\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerLVu3YlP7E,[{family:\"ABC Oracle Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/Cuh3c7QIwpt2wEtHJdHTQwtyPU.woff2\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLVu3YlP7E\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uu24r9ETJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"122.5\",\"framerVariables\":\"{\\\"i9G0TeTLW\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"38.5\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LVu3YlP7E.map", "// Generated by Framer (b6d5dad)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/sjp2uoK9cux1QDJcUU5Y/ZkeQoRHiLIV0ahzHaZtU/Feather.js\";import UnderlineButton from\"https://framerusercontent.com/modules/KKOVPSorj8VXJ9EoJm6N/Uh5MZ4rA3s4a6eVkcVBU/LVu3YlP7E.js\";const UnderlineButtonFonts=getFonts(UnderlineButton);const FeatherFonts=getFonts(Feather);const cycleOrder=[\"BhmVStY6b\",\"lm7osBA0u\",\"L468bPavf\",\"qFQajjU4I\"];const serializationHash=\"framer-8qbM8\";const variantClassNames={BhmVStY6b:\"framer-v-t7xet8\",L468bPavf:\"framer-v-ew7n9c\",lm7osBA0u:\"framer-v-1yy84vf\",qFQajjU4I:\"framer-v-ad68iv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"desktop open\":\"lm7osBA0u\",\"mobile open\":\"qFQajjU4I\",desktop:\"BhmVStY6b\",mobile:\"L468bPavf\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"BhmVStY6b\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BhmVStY6b\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapuxohx8=activeVariantCallback(async(...args)=>{setVariant(\"qFQajjU4I\");});const onTap1det1bd=activeVariantCallback(async(...args)=>{setVariant(\"lm7osBA0u\");});const onTap1monxtj=activeVariantCallback(async(...args)=>{setVariant(\"BhmVStY6b\");});const onTap18oo8j7=activeVariantCallback(async(...args)=>{setVariant(\"L468bPavf\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"lm7osBA0u\",\"qFQajjU4I\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"lm7osBA0u\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"lm7osBA0u\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-t7xet8\",className,classNames),\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"BhmVStY6b\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,...style},...addPropertyOverrides({L468bPavf:{\"data-framer-name\":\"mobile\"},lm7osBA0u:{\"data-framer-name\":\"desktop open\"},qFQajjU4I:{\"data-framer-name\":\"mobile open\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-54iy61\",\"data-framer-name\":\"navitem\",layoutDependency:layoutDependency,layoutId:\"kJ3zDnLEp\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1blf24n\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"qR861FPJf\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[isDisplayed1()&&/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"WAfUmU4JL\",scopeId:\"yroWdxWfI\",...addPropertyOverrides({qFQajjU4I:{href:{webPageId:\"eYb0roja6\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-btw5y2 framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"WAfUmU4JL\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\"},children:\"About\"})}),className:\"framer-7utoxu\",fonts:[\"CUSTOM;ABC Oracle Medium\"],layoutDependency:layoutDependency,layoutId:\"uucPtmHhW\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Jl2ze8atQ\"},motionChild:true,nodeId:\"MoA0cMzN8\",openInNewTab:false,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1lh2p39 framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"MoA0cMzN8\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\"},children:\"S\\xe4ntis\u2009\u2009Technical\"})}),className:\"framer-1rv6e5g\",fonts:[\"CUSTOM;ABC Oracle Medium\"],layoutDependency:layoutDependency,layoutId:\"ZIW8tTAED\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"etItTp2Vt\",scopeId:\"yroWdxWfI\",...addPropertyOverrides({qFQajjU4I:{href:{webPageId:\"I_YcIGrji\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1vrx3jo framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"etItTp2Vt\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\"},children:\"RCO100\u2122 Technology\"})}),className:\"framer-142kdnj\",\"data-highlight\":true,fonts:[\"CUSTOM;ABC Oracle Medium\"],layoutDependency:layoutDependency,layoutId:\"ruY_57sGd\",onTap:onTapuxohx8,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"Bjet0kbt6\",scopeId:\"yroWdxWfI\",...addPropertyOverrides({qFQajjU4I:{href:{webPageId:\"ZcHP9Z0p9\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-346g7r framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"Bjet0kbt6\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\"},children:\"RCO100\u2122 Products\"})}),className:\"framer-dclbnu\",fonts:[\"CUSTOM;ABC Oracle Medium\"],layoutDependency:layoutDependency,layoutId:\"KrC5yB9tt\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R6nQSbJxD\"},motionChild:true,nodeId:\"tvgFxbsF8\",scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1esg2bz framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"tvgFxbsF8\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\"},children:\"Projects\"})}),className:\"framer-1tnji5i\",fonts:[\"CUSTOM;ABC Oracle Medium\"],layoutDependency:layoutDependency,layoutId:\"TLVWoZ87x\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VuXVS7lsu\"},motionChild:true,nodeId:\"mzPh6_2Wd\",scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1cx0shd framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"mzPh6_2Wd\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBPcmFjbGUgTWVkaXVt\",\"--framer-font-family\":'\"ABC Oracle Medium\", \"ABC Oracle Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\"},children:\"Contact\"})}),className:\"framer-5hnhb9\",fonts:[\"CUSTOM;ABC Oracle Medium\"],layoutDependency:layoutDependency,layoutId:\"mctA7dME2\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eYb0roja6\"},motionChild:true,nodeId:\"yWGSMnhBY\",scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-920t2n framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"yWGSMnhBY\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c77x93-container\",layoutDependency:layoutDependency,layoutId:\"abpOetpen-container\",nodeId:\"abpOetpen\",rendersWithMotion:true,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",i9G0TeTLW:\"About\",id:\"abpOetpen\",layoutId:\"abpOetpen\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Jl2ze8atQ\"},motionChild:true,nodeId:\"fDtdUu5Z6\",openInNewTab:false,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ab4siu framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"fDtdUu5Z6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mjiogx-container\",layoutDependency:layoutDependency,layoutId:\"aR5W5u_YS-container\",nodeId:\"aR5W5u_YS\",rendersWithMotion:true,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",i9G0TeTLW:\"S\\xe4ntis\u2009\u2009Technical\",id:\"aR5W5u_YS\",layoutId:\"aR5W5u_YS\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"I_YcIGrji\"},motionChild:true,nodeId:\"QlFtRsRpX\",openInNewTab:false,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ibajmz framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"QlFtRsRpX\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yv1mld-container\",layoutDependency:layoutDependency,layoutId:\"gwkf7exwJ-container\",nodeId:\"gwkf7exwJ\",rendersWithMotion:true,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",i9G0TeTLW:\"RCO100\u2122 Technology\",id:\"gwkf7exwJ\",layoutId:\"gwkf7exwJ\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZcHP9Z0p9\"},motionChild:true,nodeId:\"dC1rHp_aP\",openInNewTab:false,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-fy5whm framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"dC1rHp_aP\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9hb65j-container\",layoutDependency:layoutDependency,layoutId:\"VwlPH4SGf-container\",nodeId:\"VwlPH4SGf\",rendersWithMotion:true,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",i9G0TeTLW:\"RCO100\u2122 Products\",id:\"VwlPH4SGf\",layoutId:\"VwlPH4SGf\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R6nQSbJxD\"},motionChild:true,nodeId:\"qDbfBvlRJ\",openInNewTab:false,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19azqy6 framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"qDbfBvlRJ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sbdub0-container\",layoutDependency:layoutDependency,layoutId:\"lvnQlMlIg-container\",nodeId:\"lvnQlMlIg\",rendersWithMotion:true,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",i9G0TeTLW:\"Projects\",id:\"lvnQlMlIg\",layoutId:\"lvnQlMlIg\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VuXVS7lsu\"},motionChild:true,nodeId:\"xZk6FnAia\",openInNewTab:false,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1kww2gw framer-1tcoy7u\",layoutDependency:layoutDependency,layoutId:\"xZk6FnAia\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tbyzdz-container\",layoutDependency:layoutDependency,layoutId:\"OB9mzFKVZ-container\",nodeId:\"OB9mzFKVZ\",rendersWithMotion:true,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(UnderlineButton,{height:\"100%\",i9G0TeTLW:\"Contact\",id:\"OB9mzFKVZ\",layoutId:\"OB9mzFKVZ\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e1qin9\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"CfO4LZEnK\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ybjsew\",\"data-framer-name\":\"Santilogo\",layoutDependency:layoutDependency,layoutId:\"urDidk7zO\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"zXq_QXse_\",scopeId:\"yroWdxWfI\",...addPropertyOverrides({L468bPavf:{openInNewTab:false},qFQajjU4I:{openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1xum7ir framer-1tcoy7u\",\"data-framer-name\":\"S\\xe4ntis_Textiles_Logo\",fill:\"black\",intrinsicHeight:56,intrinsicWidth:216,layoutDependency:layoutDependency,layoutId:\"zXq_QXse_\",svg:'<svg width=\"216\" height=\"56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><g clip-path=\"url(#b)\"><path d=\"M0 55.4h216\" stroke=\"#EF3340\" stroke-width=\"1.2\" stroke-miterlimit=\"10\"/><path d=\"M2.86 43.48h3.53c.38 2.24 2.08 3.58 4.88 3.58 2.48 0 4.15-1.19 4.15-2.8 0-1.43-1-2.08-3.5-2.64l-2.56-.59c-3.93-.92-5.93-2.43-5.93-5.23 0-3.37 3.21-5.63 7.33-5.63 4.64 0 7.17 2.4 7.63 5.15h-3.37c-.46-1.46-1.91-2.45-4.28-2.45-2.21 0-3.85 1.02-3.85 2.64 0 1.27.89 1.78 3.29 2.37l2.26.54c4.47 1.05 6.52 2.56 6.52 5.44 0 3.5-3.23 5.98-7.9 5.98s-7.87-2.64-8.19-6.36h-.01Zm23.07-12.91h3.72l6.95 18.86h-3.61l-1.35-3.93h-7.87l-1.35 3.93h-3.53l7.03-18.86h.01Zm-1.35-5.55c1.1 0 2.02.89 2.02 2.02s-.92 2.05-2.02 2.05-2.05-.89-2.05-2.05c0-1.16.92-2.02 2.05-2.02Zm6.09 17.65-1.27-3.72c-.49-1.35-1.02-2.96-1.67-4.85h-.03c-.62 1.89-1.13 3.48-1.67 4.88l-1.27 3.69h5.91Zm.35-17.65c1.13 0 2.05.89 2.05 2.02s-.92 2.05-2.05 2.05S29 28.2 29 27.04c0-1.16.89-2.02 2.02-2.02Zm7.09 5.55h4.42l8.11 14.58c-.03-1.67-.05-3.58-.05-6.01v-8.57h3.34v18.86h-4.42L41.34 34.8c.05 1.64.08 3.5.08 5.96v8.68h-3.31V30.57Zm22.96 2.99h-5.09v-2.99h13.53v2.99h-5.07v15.87h-3.37V33.56Zm10.48-2.99h3.37v18.86h-3.37V30.57Zm5.74 12.91h3.53c.38 2.24 2.08 3.58 4.88 3.58 2.48 0 4.15-1.19 4.15-2.8 0-1.43-1-2.08-3.5-2.64l-2.56-.59c-3.93-.92-5.93-2.43-5.93-5.23 0-3.37 3.21-5.63 7.33-5.63 4.64 0 7.17 2.4 7.63 5.15h-3.37c-.46-1.46-1.91-2.45-4.28-2.45-2.21 0-3.85 1.02-3.85 2.64 0 1.27.89 1.78 3.29 2.37l2.26.54c4.47 1.05 6.52 2.56 6.52 5.44 0 3.5-3.23 5.98-7.9 5.98s-7.87-2.64-8.19-6.36h-.01Zm26.87-9.92h-5.09v-2.99h13.53v2.99h-5.07v15.87h-3.37V33.56Zm10.49-2.99h13.18v2.88h-9.81v4.88h8.33v2.83h-8.33v5.39h9.94v2.88h-13.31V30.57Zm20.4 9.24-6.09-9.24h3.91l2.02 3.15 2.29 3.61h.05c.81-1.21 1.7-2.59 2.37-3.64l1.99-3.13h3.8l-6.06 9.22 6.33 9.65h-3.91l-2.4-3.72c-.75-1.21-1.43-2.29-2.18-3.45h-.05c-.73 1.08-1.4 2.18-2.1 3.26l-2.53 3.91h-3.8l6.36-9.62Zm15.71-6.25h-5.09v-2.99h13.53v2.99h-5.07v15.87h-3.37V33.56Zm10.48-2.99h3.37v18.86h-3.37V30.57Zm7.06 0h3.37v15.79h7.87v3.07H168.3V30.57Zm13.29 0h13.18v2.88h-9.81v4.88h8.33v2.83h-8.33v5.39h9.94v2.88h-13.31V30.57Zm14.74 12.91h3.53c.38 2.24 2.08 3.58 4.88 3.58 2.48 0 4.15-1.19 4.15-2.8 0-1.43-1-2.08-3.5-2.64l-2.56-.59c-3.93-.92-5.93-2.43-5.93-5.23 0-3.37 3.21-5.63 7.33-5.63 4.64 0 7.17 2.4 7.63 5.15h-3.37c-.46-1.46-1.91-2.45-4.28-2.45-2.21 0-3.85 1.02-3.85 2.64 0 1.27.89 1.78 3.29 2.37l2.26.54c4.47 1.05 6.52 2.56 6.52 5.44 0 3.5-3.23 5.98-7.9 5.98s-7.87-2.64-8.19-6.36h-.01Z\" fill=\"#1A1917\"/><path d=\"M216 24.6h-13.89c-6.17 0-6.08-3.6-10.95-4.78-1.99-.48-2.1 1.29-2.63 2.3-.87 1.64-4.38 3.14-7.28-.27-2.39-2.81-4.83-3.7-7.62-3.7-5.07 0-16.73 4.03-22.84 2.05-2.35-.77-4.03-2.18-5.58-3.69-1.94-1.89-3.78-3.67-7.09-3.42-2.02.15-2.92-.52-3.41-.88-.06-.05-.15-.11-.19-.14-.18-.03-.57.05-.9.12-1.04.22-2.62.56-4.14-.76-.19-.14-1.22-.52-2.06-.41-.44.06-.74.23-.96.54-.74 1.07-2.39 1.57-3.62 1.5-.96-.05-1.69-.41-2.03-1.01-.36-.43-.96-2.62-1.25-2.56-.29.06-2.66 2.59-3.22 2.31-2.47-1.2-2.56-3.45-2.91-5.86-.27-1.86-.55-3.78-1.69-4.28-1.13-.49-1.97.1-3.62 1.58-1.03.92-2.09 1.86-3.46 2.3-1.53.48-3.18.38-4.77.29-2.04-.12-3.96-.24-5.67.76-1.26.73-1.64 1.71-2.01 2.66-.54 1.39-1.15 2.96-4.68 2.71-1.96-.11-2.8-.94-3.54-1.67-.86-.85-1.6-1.58-4.32-1.32-3.04.29-4.44 2.16-5.81 3.96-1.3 1.73-2.65 3.52-5.38 3.54h-.04c-2.1 0-2.74-1.41-3.26-2.54-.56-1.23-.94-1.85-2.24-1.85-2.1 0-2.37 3.05-4.5 4.96-1.41 1.27-8.42 6.24-18.57 3.99-3.97-.88-6.05-2.47-12.56-2.47-9.98 0-10.97 6.03-19.88 6.03H0\" stroke=\"#EF3340\" stroke-width=\"1.2\" stroke-miterlimit=\"10\"/></g></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h216v56H0z\"/></clipPath><clipPath id=\"b\"><path fill=\"#fff\" d=\"M0 0h216v56H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-iovukc\",\"data-border\":true,\"data-framer-name\":\"menubutton\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XR4F6zivi\",onTap:onTap1det1bd,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(239, 51, 64)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({L468bPavf:{onTap:onTapuxohx8},lm7osBA0u:{onTap:onTap1monxtj},qFQajjU4I:{onTap:onTap18oo8j7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-csvubx-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"HuZI6ZJ1K-container\",nodeId:\"HuZI6ZJ1K\",rendersWithMotion:true,scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(28, 28, 31)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"HuZI6ZJ1K\",layoutId:\"HuZI6ZJ1K\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({lm7osBA0u:{iconSelection:\"x\"},qFQajjU4I:{iconSelection:\"x\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rrkhr7\",\"data-framer-name\":\"RClogo\",layoutDependency:layoutDependency,layoutId:\"MOBc0GxYy\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"I_YcIGrji\"},motionChild:true,nodeId:\"hp8XANyp9\",scopeId:\"yroWdxWfI\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1xf2p3j framer-1tcoy7u\",\"data-framer-name\":\"RCO100_Logo\",fill:\"black\",intrinsicHeight:56,intrinsicWidth:140,layoutDependency:layoutDependency,layoutId:\"hp8XANyp9\",svg:'<svg width=\"140\" height=\"56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M8.85 30.54h7.37c4.45 0 6.83 2.13 6.83 5.09 0 2.56-1.48 4.02-3.56 4.55 2.02.13 3.08 1.54 3.08 3.96v1.56c0 1.75.22 2.91 1 3.67v.05h-3.62c-.43-.59-.73-1.7-.73-3.45v-1.72c0-2.05-.67-2.72-2.59-2.72h-4.4v7.9H8.86V30.54h-.01ZM16 39c2.29 0 3.62-.97 3.62-2.91 0-1.94-1.38-2.8-3.56-2.8h-3.83V39h3.78H16Zm8.83 1c0-6.09 4.24-9.84 9.34-9.84s7.69 3.21 8.29 6.14h-3.48c-.43-1.51-1.89-3.21-4.72-3.21-3.4 0-5.83 2.51-5.83 6.9 0 4.39 2.46 6.9 5.83 6.9 2.83 0 4.29-1.7 4.72-3.21h3.48c-.59 2.94-3.21 6.14-8.29 6.14-5.42 0-9.34-3.72-9.34-9.84V40Zm19.21 0c0-5.96 4.48-9.84 9.69-9.84 5.21 0 9.66 3.88 9.66 9.84s-4.45 9.84-9.66 9.84-9.69-3.88-9.69-9.84Zm9.69 6.95c3.62 0 6.1-2.7 6.1-6.95s-2.48-6.95-6.1-6.95c-3.62 0-6.13 2.7-6.13 6.95s2.51 6.95 6.13 6.95Zm24.68-.29h5.1V36.61h-5.05v-2.24c3.02 0 4.86-1.32 5.48-3.8h2.83v16.09h4.67v2.78H78.4v-2.78h.01ZM91.48 40c0-5.96 4.48-9.84 9.69-9.84 5.21 0 9.66 3.88 9.66 9.84s-4.45 9.84-9.66 9.84-9.69-3.88-9.69-9.84Zm9.69 6.95c3.62 0 6.1-2.7 6.1-6.95s-2.48-6.95-6.1-6.95c-3.62 0-6.13 2.7-6.13 6.95s2.51 6.95 6.13 6.95ZM112.61 40c0-5.96 4.48-9.84 9.69-9.84 5.21 0 9.66 3.88 9.66 9.84s-4.45 9.84-9.66 9.84-9.69-3.88-9.69-9.84Zm9.69 6.95c3.62 0 6.1-2.7 6.1-6.95s-2.48-6.95-6.1-6.95c-3.62 0-6.13 2.7-6.13 6.95s2.51 6.95 6.13 6.95Z\" fill=\"#1A1917\"/><path d=\"M77.71 55.4h53.98c4.26 0 7.71-3.45 7.71-7.7V32.3c0-4.25-3.45-7.7-7.71-7.7H77.71c-4.26 0-7.71 3.45-7.71 7.7v15.4c0 4.25-3.45 7.7-7.71 7.7H8.31C4.05 55.4.6 51.95.6 47.7V32.3c0-4.25 3.45-7.7 7.71-7.7h53.98\" stroke=\"#EF3340\" stroke-width=\"1.2\" stroke-miterlimit=\"10\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h140v56H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8qbM8.framer-1tcoy7u, .framer-8qbM8 .framer-1tcoy7u { display: block; }\",\".framer-8qbM8.framer-t7xet8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8qbM8 .framer-54iy61 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 24px 0px; position: relative; width: 1px; }\",\".framer-8qbM8 .framer-1blf24n { align-content: center; align-items: center; 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-8qbM8 .framer-btw5y2, .framer-8qbM8 .framer-1vrx3jo, .framer-8qbM8 .framer-346g7r { 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; }\",\".framer-8qbM8 .framer-7utoxu, .framer-8qbM8 .framer-1rv6e5g, .framer-8qbM8 .framer-dclbnu, .framer-8qbM8 .framer-1tnji5i, .framer-8qbM8 .framer-5hnhb9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8qbM8 .framer-1lh2p39, .framer-8qbM8 .framer-1esg2bz, .framer-8qbM8 .framer-1cx0shd { 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; text-decoration: none; width: min-content; }\",\".framer-8qbM8 .framer-142kdnj { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8qbM8 .framer-920t2n, .framer-8qbM8 .framer-1ab4siu, .framer-8qbM8 .framer-ibajmz, .framer-8qbM8 .framer-fy5whm, .framer-8qbM8 .framer-19azqy6, .framer-8qbM8 .framer-1kww2gw { 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; text-decoration: none; width: min-content; }\",\".framer-8qbM8 .framer-1c77x93-container, .framer-8qbM8 .framer-mjiogx-container, .framer-8qbM8 .framer-yv1mld-container, .framer-8qbM8 .framer-9hb65j-container, .framer-8qbM8 .framer-sbdub0-container, .framer-8qbM8 .framer-tbyzdz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-8qbM8 .framer-e1qin9 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-8qbM8 .framer-ybjsew { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-8qbM8 .framer-1xum7ir { aspect-ratio: 3.857142857142857 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; text-decoration: none; width: 216px; }\",\".framer-8qbM8 .framer-iovukc { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 8px 4px 8px; position: relative; width: min-content; }\",\".framer-8qbM8 .framer-csvubx-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-8qbM8 .framer-rrkhr7 { 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-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-8qbM8 .framer-1xf2p3j { aspect-ratio: 2.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; text-decoration: none; width: 140px; }\",\".framer-8qbM8.framer-v-1yy84vf.framer-t7xet8 { flex-direction: column; }\",\".framer-8qbM8.framer-v-1yy84vf .framer-54iy61, .framer-8qbM8.framer-v-ad68iv .framer-54iy61 { flex: none; order: 1; width: 100%; }\",\".framer-8qbM8.framer-v-1yy84vf .framer-920t2n { order: 6; }\",\".framer-8qbM8.framer-v-1yy84vf .framer-1ab4siu { order: 9; }\",\".framer-8qbM8.framer-v-1yy84vf .framer-ibajmz { order: 7; }\",\".framer-8qbM8.framer-v-1yy84vf .framer-fy5whm { order: 8; }\",\".framer-8qbM8.framer-v-1yy84vf .framer-19azqy6 { order: 10; }\",\".framer-8qbM8.framer-v-1yy84vf .framer-1kww2gw { order: 11; }\",\".framer-8qbM8.framer-v-1yy84vf .framer-e1qin9, .framer-8qbM8.framer-v-ad68iv .framer-e1qin9 { flex: none; order: 0; width: 100%; }\",\".framer-8qbM8.framer-v-ew7n9c.framer-t7xet8, .framer-8qbM8.framer-v-ad68iv.framer-t7xet8 { flex-direction: column; justify-content: flex-start; padding: 24px 16px 24px 16px; width: 390px; }\",\".framer-8qbM8.framer-v-ew7n9c .framer-e1qin9 { flex: none; width: 100%; }\",\".framer-8qbM8.framer-v-ew7n9c .framer-1xum7ir, .framer-8qbM8.framer-v-ad68iv .framer-1xum7ir { height: var(--framer-aspect-ratio-supported, 32px); width: 123px; }\",\".framer-8qbM8.framer-v-ew7n9c .framer-iovukc, .framer-8qbM8.framer-v-ad68iv .framer-iovukc { padding: 4px 6px 4px 6px; }\",\".framer-8qbM8.framer-v-ew7n9c .framer-csvubx-container, .framer-8qbM8.framer-v-ad68iv .framer-csvubx-container { height: 20px; width: 20px; }\",\".framer-8qbM8.framer-v-ew7n9c .framer-1xf2p3j, .framer-8qbM8.framer-v-ad68iv .framer-1xf2p3j { height: var(--framer-aspect-ratio-supported, 32px); width: 80px; }\",\".framer-8qbM8.framer-v-ad68iv .framer-btw5y2, .framer-8qbM8.framer-v-ad68iv .framer-1vrx3jo, .framer-8qbM8.framer-v-ad68iv .framer-346g7r { text-decoration: none; }\",'.framer-8qbM8[data-border=\"true\"]::after, .framer-8qbM8 [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 136\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lm7osBA0u\":{\"layout\":[\"fixed\",\"auto\"]},\"L468bPavf\":{\"layout\":[\"fixed\",\"auto\"]},\"qFQajjU4I\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameryroWdxWfI=withCSS(Component,css,\"framer-8qbM8\");export default FrameryroWdxWfI;FrameryroWdxWfI.displayName=\"topnav\";FrameryroWdxWfI.defaultProps={height:136,width:1200};addPropertyControls(FrameryroWdxWfI,{variant:{options:[\"BhmVStY6b\",\"lm7osBA0u\",\"L468bPavf\",\"qFQajjU4I\"],optionTitles:[\"desktop\",\"desktop open\",\"mobile\",\"mobile open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameryroWdxWfI,[{explicitInter:true,fonts:[{family:\"ABC Oracle Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/Cuh3c7QIwpt2wEtHJdHTQwtyPU.woff2\"}]},...UnderlineButtonFonts,...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryroWdxWfI\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"136\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lm7osBA0u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L468bPavf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qFQajjU4I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yroWdxWfI.map"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "_url_replace_match", "domain", "parameters", "safeURL", "isInternalURL", "href", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "loopsUserGroup", "formsparkID", "getwaitlistAPI", "convertkitAPI", "convertkitFormID", "input", "button", "font", "layout", "link", "gap", "style", "onSubmit", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isFocus", "setFocus", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "padding", "borderRadius", "borderObject", "focusObject", "shadowObject", "height", "fixedHeight", "buttonPaddingPerSide", "buttonPaddingTop", "buttonPaddingRight", "buttonPaddingBottom", "buttonPaddingLeft", "buttonPadding", "paddingValue", "buttonPaddingValue", "router", "useRouter", "onSuccess", "path", "hash", "routeId", "pathVariables", "inferInitialRouteFromPath", "window", "validateForm", "te", "formControls", "handleChange", "event", "handleFocus", "handleBlur", "handleSubmit", "response", "error", "emailBody", "userGroupBody", "formBody", "data", "entries", "formData", "useAnimationControls", "focusStylesFrom", "focusStylesTo", "shadowStyles", "borderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "p", "motion", "containerStyles", "u", "defaultStyle", "Spinner", "getButtonShadow", "props", "noButtonStyles", "addPropertyControls", "ControlType", "shadows", "output", "shadow", "Input_default", "InputFonts", "getFonts", "Input_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1p6hypy", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Link", "RichText", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerNVhf7GqAg", "withCSS", "NVhf7GqAg_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "i9G0TeTLW", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "cx", "RichText", "css", "FramerLVu3YlP7E", "withCSS", "LVu3YlP7E_default", "addPropertyControls", "ControlType", "addFonts", "UnderlineButtonFonts", "getFonts", "LVu3YlP7E_default", "FeatherFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapuxohx8", "args", "onTap1det1bd", "onTap1monxtj", "onTap18oo8j7", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Link", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "css", "FrameryroWdxWfI", "withCSS", "yroWdxWfI_default", "addPropertyControls", "ControlType", "addFonts"]
}
