{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/QOVXBlV2UNTt0qPAuW0e/Input.js", "ssg:https://framerusercontent.com/modules/A0xWGM66PivtaQuzm7wc/do2n36azAtXt0qesIZfo/mtpxyAJ_c.js", "ssg:https://framerusercontent.com/modules/A1HsqETETGDPFWWW2P0k/1cBpQcRscoXLWE223Aeo/WnJwtETL5.js"],
  "sourcesContent": ["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 ref;const[,domain,parameters]=(ref=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&ref!==void 0?ref:[null,null,null];return[domain,parameters?new URLSearchParams(parameters):null,];};function isExternalURL(url){try{return!!new URL(url);}catch{}try{return!!new URL(`https://${url}`);}catch{}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,formsparkID,getwaitlistAPI,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(isExternalURL(link)){setError(true);formControls.start(\"error\");return false;}}};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 formBody=`email=${encodeURIComponent(email)}`;fetch(`https://app.loops.so/api/newsletter-form/${loopsID}`,{method:\"POST\",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://submit-form.com/${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 data1=new FormData(event.target);const entries1=Object.fromEntries(data1.entries());fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries1)}).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,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}),/*#__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}}),!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,fontSize: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\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\"],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\"},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\"},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\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "// Generated by Framer (24d49ac)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"VXBRBcxMJ\",\"Nu1UtQCO5\"];const serializationHash=\"framer-hMNL6\";const variantClassNames={Nu1UtQCO5:\"framer-v-1310dxz\",VXBRBcxMJ:\"framer-v-s6wenu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Closed:\"VXBRBcxMJ\",Open:\"Nu1UtQCO5\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"VXBRBcxMJ\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"};};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,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VXBRBcxMJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1avyqgy=activeVariantCallback(async(...args)=>{setVariant(\"Nu1UtQCO5\");});const onTapovtvut=activeVariantCallback(async(...args)=>{setVariant(\"VXBRBcxMJ\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Nu1UtQCO5\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-s6wenu\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"VXBRBcxMJ\",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({Nu1UtQCO5:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cvbvhl\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OpW3ZM1fS\",onTap:onTap1avyqgy,...addPropertyOverrides({Nu1UtQCO5:{onTap:onTapovtvut}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7kekzd\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"vQ8e5n60i\",style:{opacity:.3,rotate:0},variants:{Nu1UtQCO5:{rotate:45}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-iys04s\",layoutDependency:layoutDependency,layoutId:\"G0CqWGos_\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vky24f\",layoutDependency:layoutDependency,layoutId:\"dh6XqolYt\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-e4jlev\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"u_cCaXK22\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6aebo\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"igkH3bjV4\",style:{opacity:0},variants:{Nu1UtQCO5:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-1pevlb8\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"Bwr21X2pa\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\",opacity:.6},text:T8rQFvSBR,variants:{Nu1UtQCO5:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hMNL6.framer-1tsj8yb, .framer-hMNL6 .framer-1tsj8yb { display: block; }\",\".framer-hMNL6.framer-s6wenu { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-hMNL6 .framer-1cvbvhl { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 20px 40px; position: relative; user-select: none; width: 100%; }\",\".framer-hMNL6 .framer-7kekzd { flex: none; height: 16px; left: 0px; overflow: hidden; position: absolute; top: 25px; width: 16px; z-index: 1; }\",\".framer-hMNL6 .framer-iys04s { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-hMNL6 .framer-vky24f { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\",\".framer-hMNL6 .framer-e4jlev { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-hMNL6 .framer-6aebo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 20px 40px; position: relative; width: 100%; }\",\".framer-hMNL6 .framer-1pevlb8 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hMNL6.framer-s6wenu, .framer-hMNL6 .framer-1cvbvhl, .framer-hMNL6 .framer-6aebo { gap: 0px; } .framer-hMNL6.framer-s6wenu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hMNL6.framer-s6wenu > :first-child, .framer-hMNL6 .framer-6aebo > :first-child { margin-top: 0px; } .framer-hMNL6.framer-s6wenu > :last-child, .framer-hMNL6 .framer-6aebo > :last-child { margin-bottom: 0px; } .framer-hMNL6 .framer-1cvbvhl > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-hMNL6 .framer-1cvbvhl > :first-child { margin-left: 0px; } .framer-hMNL6 .framer-1cvbvhl > :last-child { margin-right: 0px; } .framer-hMNL6 .framer-6aebo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 88\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Nu1UtQCO5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermtpxyAJ_c=withCSS(Component,css,\"framer-hMNL6\");export default FramermtpxyAJ_c;FramermtpxyAJ_c.displayName=\"Row\";FramermtpxyAJ_c.defaultProps={height:88,width:400};addPropertyControls(FramermtpxyAJ_c,{variant:{options:[\"VXBRBcxMJ\",\"Nu1UtQCO5\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramermtpxyAJ_c,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermtpxyAJ_c\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"88\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Nu1UtQCO5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"400\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mtpxyAJ_c.map", "// Generated by Framer (3f003a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFonts,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Row from\"https://framerusercontent.com/modules/A0xWGM66PivtaQuzm7wc/do2n36azAtXt0qesIZfo/mtpxyAJ_c.js\";const RowFonts=getFonts(Row);const cycleOrder=[\"dCmTkKBUC\"];const variantClassNames={dCmTkKBUC:\"framer-v-v6uxfu\"};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 humanReadableVariantMap={};const transitions={default:{damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Component=/*#__PURE__*/React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"dCmTkKBUC\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"dCmTkKBUC\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-XiBMA\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-v6uxfu\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"dCmTkKBUC\",ref:ref,style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ies9bx-container\",layoutDependency:layoutDependency,layoutId:\"crmRkK0og-container\",children:/*#__PURE__*/_jsx(Row,{answer:'Your Terms of Service Agreement in Using Digital Dollars Trading:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 The Digital Dollars website is a social media website and application service operated by the company, ERM Legacy LLC\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0The Digital Dollars website is offered and available only to Users who are verified to be 18 years of age or older.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0This Agreement is a legally binding agreement between ERM Legacy LLC and you as a User of the Digital Dollars platform. This agreement consists of: (i) these\\xa0Terms of Service for all Users, (ii)\\xa0Acceptable Use; (iii) Terms of Service for Fans, (iv)\\xa0Terms of Service for Creators, (v)\\xa0Privacy Policy, and (vi)\\xa0Complaints Policy.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0This Agreement governs your use of the Digital Dollars website, including any content, functionality and services offered on or through the website whether or not part of Digital Dollars .\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0By registering and using the Digital Dollars website, you accept and agree to the Terms of and agree to be bound by this Agreement. You must not access the Digital Dollars website if you are not at least 18 years old and/or do not agree to the Terms of this Agreement.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 Any information we provide on the Digital Dollars website, including responses to questions frequently asked by users, are not legally binding on us and are not part of these enforceable Terms of Service.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Definitions\\xa0In this Terms of Service Agreement:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\u201CChargeback\u201D means a bona fide demand by a credit-card provider or bank for ERM Legacy LLC to make good the loss the credit card provider or bank has incurred because the User has without justification disputed a purchase for which the User paid for using the User\u2019s credit card.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\u201CCreator\u201D means a User who uploads Content on the Digital Dollars website to be viewed by other Users.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0\u201CCommission\u201D means the amount calculated as a percentage of the Revenue paid by Fans to view a Creator\u2019s Content or to use the Fan Interaction.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0\\xa0\u201CContent\u201D means any material uploaded to Digital Dollars by any Digital Dollars User, Creator or Fan, including but not limited to any photos, videos, audio, livestream material, data, text (such as comments and hashtags), metadata, images, interactive features, emojis, GIFs, memes.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\"Fan\" means a User who follows a Creator and views the Creator\\'s User Content.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\u201CFan Interaction\u201D means any functionality offered by a Creator as part of the Creator\u2019s Content which allows a Fan to interact with a Creator beyond viewing the Creator\u2019s Content.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\"Fan Payment\" means any and all payments made by a Fan to a Creator, including payments for access to a Creator\\'s Content, for interaction with the Creator, to procure new Content from the Creator, to subscribe to the Creator\\'s account and to use the fan interaction function on the Creator\\'s account.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\u201CPayment Options\u201D means each Creator\u2019s instruction to a Payment Provider regarding the transfer of payment to the Creator.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\u201CPayment Provider\u201D means any third party approved by ERM Legacy LLC which enables a User to make a payment to Digital Dollars or a Creator to receive payments from Digital Dollars .\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 \u201CRefund\u201D means that return of funds to a Fan after a bona fide dispute.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\u201CRevenue\u201D means the monies paid by a Fan to ERM BLegacy LLC to view Content or to use Fan Interaction.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\"Standard Contract between Fan and Creator\" means the terms which govern each transaction between a Fan and a Creator on Digital Dollars\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 \u201CUser\" means any user of the Digital Dollars website, whether a Creator or a Fan, or both. User is also referred to herein as \"you\" or \"your\".\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 \\xa0\u201CUser Account\u201D means the section of the Digital Dollars website which can only be accessed by us or the User which specifies the Payment Provider and Payment Options.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0\u201CWallet Credits\u201D means payments a Fan chooses to prepay to ERM Legacy LLC known which the Fan can use to view User Content and/or engage in Fan Interaction under the terms set forth herein.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\u201CWebsite\u201D means the website at digitaldollarstrading.com.\u201D\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0DigitalDollarstrading.com means the social network of Users operating on the Website which enables Users to provide and view Content and utilize Fan Interaction.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Your Eligibility to Use DigitalDollars: By using the Website, you represent and warrant that you are of legal age to enter into a binding contract with ERM Legacy LLC. You must not access our Website if you do not meet these conditions. The Digital Dollars Privacy Policy (https://honeydrip.com/legal/privacy) details how we use third party information to verify your eligibility.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Communications from ERM Legacy LLC: By using the Website, you consent to receiving communications from ERM Legacy LLC electronically, including emails and messages posted to your Digital Dollars account, You hereby acknowledge and agree that all communications ERM Legacy LLC sends to you electronically satisfy the legal requirement that communications with you from ERM Legacy LLC be in writing.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Changes to the Terms of Service:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0ERM legacy LLC reserves the right to make changes to these Terms of Service at its sole discretion at any time. All changes will take effect immediately at the time ERM legacy LLC posts the changes and apply to all use of the Website thereafter. By continuing to use the Website, you agree to the current Terms or as hereafter modified. We expect you to check the Terms of Service page for updates with a reasonable frequency so you are aware of changes, all of which are binding on you in using the Website.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 We may change any part of the Terms of Service without telling you beforehand in the following circumstances:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0If a change in laws and regulatory requirements which applies to the services that Digital Dollars provides requires us to change the terms and conditions without a reasonable opportunity to notify you in advance of the change; or\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0If an unforeseen and imminent danger related to defending Digital Dollars, Fans or Creators from fraud, malware, spam, data breaches or other cybersecurity risks occurs.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 We may also change or suspend any portion of these Terms of Service, for non-legal reasons in which case we will give you reasonable notice of such changes by email or through the Website. You may then contact us to end your agreement with us before the changes take effect.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0ERM legacy LLC/Substance of Content: ERM legacy LLC does not own the Content on Digital Dollars. The Content is not the views of or endorsed by ERM legacy LLC. Other than acting as the agent of a Creator to receive payment from a Fan, ERM legacy LLC has no responsibility for any interaction or transaction between Users.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Access to Content. We cannot guarantee that Digital Dollars, or all Content on the Website, will always be available or accessible without interruption. We may suspend or withdraw or restrict the availability of all or any part of Digital Dollars for business or operational reasons. We will try to give you reasonable notice of any suspension or withdrawal if it affects you.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0ERM legacy LLC\u2019s rights in Operating Digital Dollars : ERM legacy LLC reserves the right to do the following at any time without notice to you:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Modify, suspend or terminate Digital Dollars or any portion thereof.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Delete any Content you post on Digital Dollars as a Creator if WHP reasonably determines that the Content violates these Terms or any applicable law.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Monitor your use of the Digital Dollars, including any Content or message you post or broadcast on Digital Dollars , to verify compliance with these Terms (including, in particular, our\\xa0Acceptable Use Policy (https://honeydrip.com/legal/acceptable-use)) or any applicable law.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Investigate any suspected or alleged misuse or unlawful use of Digital Dollars and cooperate with law enforcement agencies in such investigation.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Disclose information about your use of Digital Dollars in response to a court order or a law enforcement investigation.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Change the Digital Dollars Payment Providers to a new Payment Provider in good standing upon notice and applicable details being uploaded to your User Account.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Suspension of Access to Your Content\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0We have the right to suspend access to any Content you post on Digital Dollars which does not comply with the Terms of Service, our\\xa0Acceptable Use Policy (https://honeydrip.com/legal/acceptable-use) and/or any applicable law.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Pending our review of the Content in question, you may request a review of our decision to suspend access to the relevant Content by contacting us at\\xa0support@digitaldollarstrading.com.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Following our investigation of the suspected non-compliance or unlawfulness of the relevant Content, we may take any action we consider appropriate, including to reinstate access to the Content or to permanently remove or disable access to the relevant Content without needing to obtain any consent from you and without giving you prior notice. You agree to promptly provide us with all information we reasonably request to assist us in our investigation of the questionable Content.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0We will not be responsible for any loss arising from or associated with the suspension of access to your Content.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0If we suspend access to or delete any of your Content, we will notify you via email or electronic message to your User Account. However, we are not obligated to provide you with notice prior to removing the Content.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0During any period when access to your User Account is suspended, any Fan Payments which would otherwise have fallen due during the period of suspension will be suspended, and we may withhold all or any part of the Creator Earnings due to you but not yet paid out in accordance with the Terms of Service for Creators.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Digital Dollars Account Registration: You hereby agree that all User Account information you provide to us is accurate, complete and current. You further agree that you will not sell, rent or transfer your User Account to any third party. You will need the following to register as a MyDigitalDollars User:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0A valid email address, username and password or authentication using a valid Twitter or Google account. You hereby confirm that all information you submit to Digital Dollars is accurate, complete and current. Note that ERM legacy LLC reserves the right to disable any username, password, or other identifier at any time and at ERM legacy LLC\u2019s sole discretion if ERM legacy LLC reasonably believes that you have violated any provision of these Terms of Service.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0If you intend to view User Content, details of a payment card to a Payment Provider. This information will be stored by the Payment Provider, not ERM legacy LLC.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0If you are a Creator and you wish to be paid Commissions, you will upload a valid form of I.D. onto your User Account Payment Options. You may also need to submit additional information such as a W-9 if you are a U.S. resident. Note that other than with respect to Creators requesting payment by direct bank payment from ERM legacy LLC, the payment data you disclose when you register your Payment Options with the Payment Provider is not stored by ERM legacy LLC when you register your Payout Options with the Payment Provider.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 ERM legacy LLC reserves the right to verify at any time the information you provide in registering your User Account. If\\xa0\\xa0ERM legacy LLC is unable to verify the information you provide, ERM legacy LLC may suspend your account.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0Conditions to Your Use of Digital Dollars : Your right to use Digital Dollars is based on the following conditions:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Your agreement that you are fully responsible for any and all activities that occur on your User Account and for keeping your login details confidential and secure, including passwords and any other piece of information that forms part of our security procedures, and you will not disclose these to anyone else. You agree to notify ERM legacy LLC at support@digitaldollars.com if you believe someone has used or is using your account without your permission or if your account has been subject to any other breach of security. if you believe someone has accessed your User Account. You also agree to ensure that you have logged out at the end of each session and will be cautious when accessing your User Account from a public or shared computer.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 Your agreement that all information you provide as a User or otherwise, including but not limited to information provided through the use of any interactive features on the Website is governed by ERM legacy LLC\u2019s Privacy Policy and that you are aware of how and why ERM legacy LLC processes your personal data as set out in ERM legacy LLC\u2019s Privacy Policy.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0Your agreement to comply in full with these Terms of Service and all other parts of your Agreement with ERM legacy LLC regarding your use of Digital Dollars.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0Your agreement that if you elect to input two or more payment card details into your User Account and payment on the first card is rejected, the other payment card may be used to collect full payment of the Revenue due.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 \\xa0Your agreement that will not use any third-party payment processors to accept payments for Subscriptions or any other service, via Digital Dollars.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Payments and Revenue:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0You must add a payment card to your User Account and then click the \u2018Subscribe\u201D button on the relevant Creator\u2019s profile in order to view User Content or engage in Fan Interaction. Your payment card details will be passed to a Payment Provider to take payment from your payment card and then transfer the payment to ERM legacy LLC\u2019s account.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0ERM legacy LLC will procure payment from Payment Provides to ensure that Creators receive the Commission owed to them from your payment. The Commission will be the sum of 80% of the Revenue generated by Fans paying to view User Content uploaded by you or for Fan Interaction. The difference between the Revenue and Commission being a management fee charged by ERM legacy LLC and payments due to the Payment Providers. ERM legacy LLC charges the management fee for providing, operating and maintaining the Website.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0ERM legacy LLC takes payment of the Revenue and holds the Commission for the Creator in its capacity as an agent for the Creator. In other words, ERM legacy LLC receives the Revenue and holds the Commission on behalf of the Creator and not on your behalf as a Fan. Once ERM legacy LLC receives payment from you, you have no further liability to the Creator and the Creator will allow you as a Fan to view the User Content or engage in Fan Interaction.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0The Payment Provider will take monthly payments or payments for ad hoc purchases such as Fan Interaction. You may cancel monthly payments at any time by deactivating the \u2018Auto-Renew\u201D switch located under the relevant Creator\u2019s User Content profile or contacting ERM legacy LLC at support @digitaldollarstrading.com. Once you cancel your monthly payments, you may still view the Creator\u2019s User Content until the end of the current billing period but after that period ends, you will no longer be able to view the Creator\u2019s Content and you payment card will no longer be billed each month.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0All payments to view User Content or engage in Fan Interaction are refundable as determined on a case-by-case basis. If ERM legacy LLC is informed that a Fan has sought and received a Refund or Chargeback, ERM legacy LLC will take the appropriate action, if any. Any purchase of User Content or a Fan Interaction which is found to be subject to a Refund or Chargeback may result in the User\u2019s Account being immediately terminated and no longer allowed on Digital Dollars. The Refund or Chargeback may be removed from the earning Creator\u2019s income at ERM legacy LLC\u2019s discretion. The Creator may be alerted to the Fan Refund or Chargeback.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0\\xa0Wallet Credits: A Fan can choose to prepay a certain sum to ERM legacy LLC known as Wallet Credits which the Fan can use to view User Content and/or engage in Fan Interaction under the following terms:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0ERM legacy LLC are subject to a maximum amount to be set by and changed from time to time by ERM legacy LLC in its sole discretion.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0All payments of Wallet Credits cannot be withdrawn and are non-refundable.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0All Wallet Credits are non-transferable.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0Purchases on the Website cannot be divided between Wallet Credits and the Fan\u2019s payment card. If a Fan attempts to make a purchase that exceeds the balance in the Fan\u2019s Wallet Credits, the Fan\u2019s payment card will be charged the full amount.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0WHP\u2019s Intellectual property rights:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Other than User Content, the Website and its entire contents, features, databases, source code, processes and functionality (including but not limited to all information, software, text, displays, images, video, audio, and the design, selection and arrangement thereof) are owned by ERM legacy LLC, our licensors or other providers of such material. All of the foregoing is protected by copyright, and may be protected by trademark, trade secret, and other intellectual property laws.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0You agree not to reproduce, distribute, modify or create derivative works of, publicly display, publicly perform, republish, download, store or transmit any of the material on the Website except for you may print or download one copy of a reasonable number of pages of the Website for your own personal, non-commercial use and not for further reproduction, publication or distribution.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0If you print, copy, download, modify or otherwise use or provide any other person with access to any part of the Website in breach of these Terms of Service, your right to use Digital Dollars will terminate immediately and you will be required to return or destroy, at ERM legacy LLC\u2019s option, any copies of the protected materials you have made.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0The Digital Dollars name, logos, produce and service names, designs and slogans are trademarks of ERM legacy LLC or ERM legacy LLC affiliates or licensors. You must not use such marks without ERM legacy LLC\u2019s express written consent. All other names, logos, product and service names, designs and slogans on the Website are the trademarks of their respective owners.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0Other than User Content, no right, title, or interest in or the Website or any content on the Website is transferred to you and all rights not expressly granted are reserved by\\xa0\\xa0ERM legacy LLC. Any use of the Website not expressly permitted by these Terms of Service is a breach of your agreement with us and may also violate copyright, trademark and other laws.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0ERM legacy LLC respects the intellectual property rights of third parties and complies with the Digital Millennium Copyright Act (\u201CDMCA\u201D).\\xa0\\xa0ERM legacy LLC has created a policy to terminate repeat copyright infringers. ERM legacy LLC will provide a copy of its repeat infringer policy upon request from a User.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0ERM legacy LLC License to You:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Subject to all of the terms, conditions, limitations and restrictions contained in these Terms of Service, we grant to you a conditional, revocable, non-transferable, non-sublicensable, non-exclusive and limited license to use the Website for your own personal and lawful use only.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0You acknowledge and expressly agree that the foregoing license may be revoked and terminated by ERM legacy LLC at any time and for any reason.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0All use of Digital Dollars not expressly permitted by these Terms of Service is strictly prohibited and all rights not expressly granted herein are reserved by\\xa0\\xa0ERM legacy LLC.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0Your License to ERM legacy LLC:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0By entering into this Agreement with us, you confirm that you own all intellectual property rights, including copyright and trademarks, in your Content or that you have obtained all necessary rights to your Content which are required to grant licenses in respect of your Content to us and to other Users.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0You agree to grant us a license to perform any act restricted by any intellectual property right (including copyright) in your Content for any purpose reasonably related to the operation of Digital Dollars. Such acts include without limitation to reproduce, make available and communicate to the public, display, perform, distribute, translate, and create adaptations or derivative works of your Content.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0\\xa0The license which you grant to us under sub-section 16. (b) above:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0is perpetual, non-exclusive, worldwide, royalty-free, sublicensable, assignable and transferable by us;\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0remains in effect even after your agreement with us ends and you stop using Digital Dollars;\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0\\xa0does not require us to pay you for the license and allows us to grant a sub-license of your Content to someone else or assign or transfer the license to someone else;\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0allows us, for example, to add stickers, text, and watermarks to your Content, to make your Content available to other Users of Digital Dollars, as well as to use your Content for other normal operations of Digital Dollars.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0does not allow us to sell your Content to other platforms, though we may sell or transfer any license you grant to us in this Terms of Service Agreement in the event of a sale of ERM or its assets to a third party.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Although you grant us a license to use your Content as detailed above, we do not own your Content and are under no obligation to police infringements of your Content. However, under this Terms of Service Agreement, you grant us the right to submit notifications of infringement (including of copyright or trademark) on your behalf to any third-party website or service that hosts or is otherwise dealing in infringing copies of your Content without your permission. To that end, you will provide us with all consents and other information which we reasonably need to submit notifications of infringement on your behalf. Please see our\\xa0Complaints Policy (https://honeydrip.com/legal/complaints)\\xa0for how to make a complaint about infringement of intellectual property rights.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0You waive any moral rights which you may have under any applicable law to object to derogatory treatment of any Content posted by you on Digital Dollars. This waiver does not affect in any way your ownership of any intellectual property rights in your Content or the rights which you have to prevent your Content from being copied without your permission. The waiver is intended to allow us when dealing with your Content (as permitted by the license which you give us in section 16. (b) above) to add watermarks, stickers or text to your Content.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 \\xa0Linking to and from Digital Dollars:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0Links to Digital Dollars :\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0You may link to the Digital Dollars homepage, but you must not establish a link in such a way as to suggest any form of association, approval, or endorsement on our part or in any way damage our reputation.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0If you are a Creator, you must comply with our Terms of Service and the terms of service of any other website where you place a link to or otherwise promote your Creator account. You must not promote your Digital Dollars account by using Google Ads or any similar advertising platform or search engine advertising service.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Links from Digital Dollars :\\xa0\\xa0may contain links to other sites and resources provided by third parties which will be provided for your convenience only. Such links are not an endorsement or approval by us of those websites or information included on those linked sites. We have no control over the contents of those sites and have no responsibility for any loss or damage that may arise from your use of those sites. If you decide to access any of the third-party websites linked to Digital Dollars, you do so entirely at your own risk and subject to the terms and conditions of use for such websites.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0Twitter: Digital Dollars allows Users to connect a Twitter account and to post any Digital Dollars posts to Twitter. By using this feature, you must fully comply with and respect Twitter\u2019s Terms of Service.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Termination of Your Agreement with ERM legacy LLC:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0ERM legacy LLC may terminate your agreement with us and your use of and access to Digital Dollars for any reason by giving you ten (10) days notice by email or electronic message to your User Account. We can also suspend your access to Digital Dollars immediately and without prior notice if:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0You have breached our Acceptable Use Policy or if you attempt or threaten to breach any part of these Terms of Service in a way which has or could have serious consequences for us or another User; or\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 You take any action that we believe in our reasonable discretion has caused or is likely to cause us to suffer a loss or otherwise harms the reputation and good will of Digital Dollars .\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0Upon termination of your Digital Dollars account, we may deal with your Content in accordance with our\\xa0Privacy Policy (https://honeydrip.com/legal/privacy)\\xa0(including by deleting it) and you will no longer be entitled to access your Content. Note that there is no technical means on the Digital Dollars platform by which you would be able to access your Content following termination of your account.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0 Deactivating your account:\\xa0If you want to delete your Digital Dollars account, access the \\'User Account\\' section of your Digital Dollars account.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0If you are a Fan, the deletion of your account will take place within a reasonable time following your request, not to exceed a period of seven (7) days.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0If you are a Creator, your account will remain open until the last day of your Fans\\' paid subscription period after which date you will receive your final payment and your account will be deleted.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0If you are both a Fan and a Creator then your account will be deleted in two stages, in accordance with subsections 17.(a) and (b) above.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0\\xa0Once your account has been deleted, you will not be charged any further amounts or have access to your former Digital Dollars account or its Content. Any subscriptions will be deleted and cannot be subsequently renewed. You will receive an email confirmation upon the successful deletion of your account. Once your account has been deleted, we may deal with your Content in any appropriate manner in accordance with our\\xa0Privacy Policy (https://honeydrip.com/legal/privacy)\\xa0(including by deleting it) and you will no longer be entitled to access your Content. There is no technical means on Digital Dollars for you to be able to access your Content following termination of your account.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Our disclaimer of responsibility or liability for the following:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0The views expressed by Creators or Fans on Digital Dollars are not necessarily the views of ERM legacy LLC and ERM legacy LLC assumes no responsibility for the Content on Digital Dollars except as expressly stated herein.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 ERM legacy LLC holds no rights in the Content posted by Creators on Digital Dollars which may only be granted to you by Creators.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022 \\xa0ERM legacy LLC assumes no responsibility or liability arising out of recognition or identification of you by others from your Content. Note that Digital Dollars does not guarantee the accuracy of or effectiveness of certain geofencing or geolocation technology on Digital Dollars that we may use from time to time in our sole discretion.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0ERM legacy LLC is not responsible for reviewing or moderating Content, and we do not select or modify the Content that is stored or transmitted via Digital Dollars . We are under no obligation to monitor Content or to detect breaches of the Terms of Service including our\\xa0Acceptable Use Policy (https://honeydrip.com/legal/acceptable-use).\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022 ERM legacy LLC makes no promises or guarantees of any kind that Creators will make a particular sum of money (or any money) from their use of Digital Dollars .\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0ERM legacy LLC does not promise that Digital Dollars is compatible with all devices and operating systems. You are responsible for configuring your information technology, device, and computer programs to access Digital Dollars . You should use your own virus protection software.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0We are not responsible for any lost, stolen, or compromised User Accounts, passwords, email accounts, or any resulting unauthorized activities or resulting unauthorized payments or withdrawals of funds.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0Once your Content is posted on Digital Dollars , we cannot control and will not be responsible to you for the use which other Users or third parties make of such Content. You can delete your account at any time, but you acknowledge that deleting your account will not of itself prevent the circulation of any of your Content which may have been recorded by other Users in breach of the Terms of Service or by third parties prior to the deletion of your account.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 Limitation of Liability for damage suffered by you in using Digital Dollars:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0Whether you are a consumer or business User:\\xa0We do not exclude or limit in any way our liability to you where it would be unlawful to do so under federal, state, local or any other applicable law.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 ERM legacy LLC is not responsible to you for any loss or damage suffered by you that is not a foreseeable result of our breaching this Terms of Service Agreement or our failing to use reasonable care and skill. Loss or damage is foreseeable if either it is obvious that it will happen or if, at the time you agreed to the Terms of Service, both we and you knew it might happen.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022 \\xa0ERM legacy LLC is not liable to you for any loss or damage caused by a distributed denial-of-service attack, virus, ransomware, or other technologically harmful material that may infect your computer equipment, computer programs, data, or other proprietary material due to your use of Digital Dollars or any of its services, features or programs, or due to your downloading of any material posted on it, or on any website linked to it.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 ERM legacy LLC is not liable to you if your Content is copied, distributed, reposted elsewhere or its copyright is infringed by another User or any third party.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0ERM legacy is not liable to you for any disclosure of your identity, or any disclosure or publication of your personal information by other Users or third parties without your consent (also known as \u201Cdoxing\u201D).\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 ERM legacy LLC is not liable to you for any failure or delay by us in complying with any part of the Terms of Service arising from events outside our reasonable control. If there is any failure or delay by us in complying with any part of the Terms of Service arising from an event outside our reasonable control, then we will contact you as soon as possible to let you know and we will take steps to minimize the effect of the delay.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0ERM legacy LLC\u2019s total liability to you for any and all claims arising out of or related to your agreement with us, whether in contract, tort (including negligence), breach of statutory duty, or otherwise shall be limited to the greater of:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0100% of the total fees paid by you to us in connection with your use of Digital Dollars ; and\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0USD 5,000.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Miscellaneous:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Entire Agreement. This Agreement represents the entire understanding between you and us regarding your use of Digital Dollars .\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 Waiver. The waiver by either Party of a breach of any of the provisions of this Terms of Service Agreement by the other Party shall not be construed as a waiver by the non-breaching Party of any subsequent breach.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Severability; If any provision of this Terms of Service Agreement shall be found invalid, illegal or unenforceable, the offending language shall be deemed stricken from the Agreement without affecting the validity, legality and enforceability of the rest of the Agreement.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0 Transfer; Assignment. Our rights and obligations under your agreement with us can be assigned or transferred by us to others if our ownership changes by merger, acquisition, sale of assets or by law.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Delegate of duties. We may delegate performance of any of our obligations under your agreement with us to any third party, but we will remain responsible to you for the performance of such obligations.\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Other Terms & Policies. Certain other terms or policies forming part of the Terms of Service will also apply to you and form part of your agreement with us, as follows:\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Terms of Service for Fans (https://honeydrip.com/legal/terms#fans)\\xa0\u2013 which contain additional terms which apply if you use Digital Dollars as a Fan;\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Terms of Service for Creators (https://honeydrip.com/legal/terms#creators)\\xa0\u2013 which contain additional terms which apply if you use Digital Dollars as a Creator;\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Privacy Policy (https://honeydrip.com/legal/privacy)\\xa0\u2013 which applies to all Users and tells you how we use your personal data and other information we collect about you;\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Acceptable Use Policy (https://honeydrip.com/legal/acceptable-use)\\xa0which applies to all Users and tells you what you can and can\u2019t do on Digital Dollars ; and\\n\\n\\xa0\\xa0\\xa0\\xa0\u2022\\xa0\\xa0Complaints Policy (https://honeydrip.com/legal/complaints)\\n\\n\\xa0- which sets out the procedure for making a complaint about any aspect of Digital Dollars , and how we will deal with that complaint.\\n\\n\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0If there is any conflict between these Terms of Service for all Users and any of the terms or policies listed above, the Terms of Service for all Users will apply to the extent of the conflict.\\n\\n\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0ERM legacy LLC\\n\\nIf you have any questions about Digital Dollars , please email our support team at support@digitaldollarstrading.com',height:\"100%\",id:\"crmRkK0og\",layoutId:\"crmRkK0og\",question:\"Terms of Service\",style:{width:\"100%\"},variant:\"VXBRBcxMJ\",width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10qm2sj\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"F_ehSI4a6\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bwzbnx\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"YP8aiMZ2a\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}})]})})})});});const css=['.framer-XiBMA [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-XiBMA .framer-14qpgfm { display: block; }\",\".framer-XiBMA .framer-v6uxfu { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 1000px; will-change: transform; }\",\".framer-XiBMA .framer-1ies9bx-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-XiBMA .framer-10qm2sj, .framer-XiBMA .framer-bwzbnx { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XiBMA .framer-v6uxfu { gap: 0px; } .framer-XiBMA .framer-v6uxfu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XiBMA .framer-v6uxfu > :first-child { margin-top: 0px; } .framer-XiBMA .framer-v6uxfu > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 66\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n */const FramerWnJwtETL5=withCSS(Component,css,\"framer-XiBMA\");export default FramerWnJwtETL5;FramerWnJwtETL5.displayName=\"Accordion\";FramerWnJwtETL5.defaultProps={height:66,width:1e3};addFonts(FramerWnJwtETL5,[...RowFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWnJwtETL5\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1000\",\"framerIntrinsicHeight\":\"66\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "gRAAwP,IAAMA,GAAW,wJAA8JC,GAAe,qCAA2CC,GAAcC,GAAeH,GAAW,KAAK,OAAOG,CAAK,EAAE,YAAY,CAAC,EAAUC,GAAkBC,GAAK,CAAC,IAAIC,EAAI,GAAK,CAAC,CAACC,EAAOC,CAAU,GAAGF,EAAID,EAAI,QAAQ,QAAQ,GAAG,EAAE,MAAMJ,EAAc,KAAK,MAAMK,IAAM,OAAOA,EAAI,CAAC,KAAK,KAAK,IAAI,EAAE,MAAM,CAACC,EAAOC,EAAW,IAAI,gBAAgBA,CAAU,EAAE,IAAK,CAAE,EAAE,SAASC,GAAcJ,EAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,IAAI,IAAIA,CAAG,CAAE,MAAC,CAAM,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,IAAI,IAAI,WAAWA,GAAK,CAAE,MAAC,CAAM,CAAC,MAAO,EAAM,CAIl4B,IAAMK,GAAQ,KAWRC,GAAMC,EAAQ,SAAe,CAAC,QAAAC,EAAQ,WAAAC,EAAW,aAAAC,EAAa,QAAAC,EAAQ,YAAAC,EAAY,eAAAC,EAAe,MAAAC,EAAM,OAAAC,EAAO,KAAAC,EAAK,OAAAC,EAAO,KAAAC,EAAK,IAAAC,EAAI,MAAAC,EAAM,SAAAC,CAAQ,EAAE,CAAC,GAAK,CAACvB,EAAMwB,CAAQ,EAAEC,EAAS,EAAE,EAAO,CAACC,EAAQC,CAAQ,EAAEF,EAAS,EAAK,EAAO,CAACG,EAAUC,CAAU,EAAEJ,EAAS,EAAK,EAAO,CAACK,GAAQC,CAAQ,EAAEN,EAAS,EAAK,EACtT,CAAC,eAAAO,EAAe,WAAAC,EAAW,aAAAC,EAAa,cAAAC,GAAc,YAAAC,GAAY,QAAAC,EAAQ,aAAAC,EAAa,aAAAC,GAAa,YAAAC,EAAY,aAAAC,EAAa,OAAAC,GAAO,YAAAC,EAAW,EAAE3B,EAAW,CAAC,qBAAA4B,GAAqB,iBAAAC,GAAiB,mBAAAC,GAAmB,oBAAAC,GAAoB,kBAAAC,GAAkB,cAAAC,CAAa,EAAEhC,EAAaiC,GAAalB,EAAe,GAAGC,OAAgBhB,EAAO,SAASiB,EAAajB,EAAO,gBAAgBiB,OAAkBC,QAAmBC,OAAgB,GAAGC,OAAapB,EAAO,SAASoB,EAAQpB,EAAO,gBAAgBoB,OAAaA,OAAaA,MAAkBc,GAAmBP,GAAqB,GAAG3B,EAAO,SAAS,EAAE4B,QAAsBC,QAAwB7B,EAAO,SAAS,EAAE8B,QAAyBC,OAAsB,GAAG/B,EAAO,SAAS,EAAEgC,OAAmBA,OAAmBhC,EAAO,SAAS,EAAEgC,OAAmBA,MAAwBG,GAAOC,GAAU,EAAQC,EAAU,IAAI,CAA4D,GAA/CzB,EAAW,EAAK,EAAEE,EAAS,EAAK,EAAEP,EAAS,EAAE,EAAKb,IAAa,QAAQS,GAAM,CAACM,EAAQ,CAAC,GAAK,CAAC6B,EAAKC,CAAI,EAAEpC,EAAK,MAAM,GAAG,EAAO,CAAC,QAAAqC,EAAQ,cAAAC,CAAa,EAAEC,GAA0BP,GAAO,OAAOG,CAAI,EAA2D,GAAtDE,GAASL,GAAO,SAASK,EAAQD,EAAKE,CAAa,EAAMpD,GAAcc,CAAI,EAAG,OAAAO,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,EAAS,GAAQ,EAAQC,EAAaC,EAAY9D,GAAWA,IAAQ,IAAI,CAACD,GAAcC,CAAK,GAAG2B,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,EAAS,IAAc,GAAO,CAAC7D,EAAa,CAAC,EAAQgE,GAAaD,EAAYE,GAAO,CAACrC,EAAS,EAAK,EAAEH,EAASwC,EAAM,OAAO,KAAK,CAAE,EAAE,CAAC,CAAC,EAAQC,GAAYH,EAAYE,GAAO,CAACjC,EAAS,EAAI,CAAE,EAAE,CAAC,CAAC,EAAQmC,GAAWJ,EAAYE,GAAO,CAACjC,EAAS,EAAK,EAAEJ,EAAS,EAAK,CAAE,EAAE,CAAC,CAAC,EAAQwC,GAAaL,EAAYE,GAAO,CACnnD,GADonDA,EAAM,eAAe,EACtoD,CAAApC,EAAkC,IAAjBC,EAAW,EAAI,EAAKnB,IAAU,YAAY,CAAC,GAAK,CAACN,EAAOC,CAAU,EAAEJ,GAAkBW,CAAY,EAAE,GAAG,CAACiD,EAAa7D,CAAK,GAAG,CAACI,GAAQ,CAACC,EAAW,CAACwB,EAAW,EAAK,EAAE,OACzLxB,EAAW,IAAI,SAASL,CAAK,EAAE,MAAM,WAAWI,mBAAwB,CAAC,OAAO,OAAO,KAAK,UAAU,QAAQ,CAAC,eAAe,iDAAiD,EAAE,KAAKC,EAAW,SAAS,CAAC,CAAC,EAAE,KAAK+D,GAAU,CAACd,EAAU,EAAK3C,IAAa,WAAoDY,IAAS,CAAE,CAAC,EAAE,MAAM8C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAExC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,CAAE,CAAC,EAAG,GAAGlD,IAAU,QAAQ,CAAC,GAAG,CAACmD,EAAa7D,CAAK,EAAE,CAAC6B,EAAW,EAAK,EAAE,OAAQ,IAAMyC,EAAS,SAAS,mBAAmBtE,CAAK,IAAI,MAAM,4CAA4Ca,IAAU,CAAC,OAAO,OAAO,QAAQ,CAAC,eAAe,mCAAmC,EAAE,KAAKyD,CAAQ,CAAC,EAAE,KAAK,IAAI,CAAChB,EAAU,EAAK3C,IAAa,WAAoDY,IAAS,CAAE,CAAC,EAAE,MAAM8C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAExC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,CAAE,CAAC,EAAG,GAAGlD,IAAU,YAAY,CAAC,GAAG,CAACmD,EAAa7D,CAAK,EAAE,CAAC6B,EAAW,EAAK,EAAE,OAAQ,IAAM0C,EAAK,IAAI,SAASP,EAAM,MAAM,EAAQQ,EAAQ,OAAO,YAAYD,EAAK,QAAQ,CAAC,EAAE,MAAM,2BAA2BzD,IAAc,CAAC,OAAO,OAAO,QAAQ,CAAC,eAAe,mBAAmB,OAAO,kBAAkB,EAAE,KAAK,KAAK,UAAU0D,CAAO,CAAC,CAAC,EAAE,KAAK,IAAI,CAAClB,EAAU,EAA4C/B,IAAS,CAAE,CAAC,EAAE,MAAM8C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAExC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,CAAE,CAAC,EAAG,GAAGlD,IAAU,cAAc,CAAC,GAAG,CAACmD,EAAa7D,CAAK,EAAE,CAAC6B,EAAW,EAAK,EAAE,OAAQ,IAAM4C,EAAM,IAAI,SAAST,EAAM,MAAM,EAAQU,EAAS,OAAO,YAAYD,EAAM,QAAQ,CAAC,EAAE,MAAM;AAAA,UAC/hD,CAAC,OAAO,OAAO,QAAQ,CAAC,eAAe,mBAAmB,OAAO,kBAAkB,EAAE,KAAK,KAAK,UAAUC,CAAQ,CAAC,CAAC,EAAE,KAAK,IAAI,CAACpB,EAAU,EAAK3C,IAAa,WAAoDY,IAAS,CAAE,CAAC,EAAE,MAAM8C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAExC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,CAAE,CAAC,GAAG,EAAE,CAAChD,EAAaE,EAAYd,EAAMuB,EAASsC,EAAajC,CAAU,CAAC,EACxYgC,EAAae,GAAqB,EAClCC,GAAgB5D,EAAM,YAAY,eAAewB,EAAY,oBAAoBA,EAAY,aAAa,KAAWqC,GAAc7D,EAAM,YAAY,eAAewB,EAAY,kBAAkBA,EAAY,aAAa,KAAWsC,GAAa9D,EAAM,aAAa,GAAGyB,EAAa,aAAaA,EAAa,aAAaA,EAAa,gBAAgBA,EAAa,cAAc,KAAWsC,GAAa/D,EAAM,aAAa,eAAeuB,GAAa,iBAAiBA,GAAa,cAAc,KACxeyC,GAAa,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,WAAW,CAAC,SAAS,EAAE,CAAC,CAAC,EAAQC,GAAc,CAAC,QAAQ,CAAC,UAAUC,GAAiBN,GAAgBE,GAAaC,EAAY,CAAC,EAAE,QAAQ,CAAC,UAAUG,GAAiBL,GAAcC,GAAaC,EAAY,CAAC,CAAC,EAAE,OAAqBI,EAAKC,EAAO,IAAI,CAAC,MAAM,CAAC,GAAG9D,EAAM,GAAG+D,GAAgB,oCAAoCrE,EAAM,gBAAgB,EAAE,SAASgE,GAAa,QAAQpB,EAAa,SAAuB0B,EAAM,OAAO,CAAC,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,QAAQ,OAAO,SAAS,WAAW,cAAcnE,IAAS,WAAW,SAAS,MAAM,MAAMF,EAAO,MAAM,IAAIA,EAAO,SAAS,EAAEI,CAAG,EAAE,SAAS8C,GAAa,OAAO,OAAO,SAAS,CAACzD,IAAU,eAA6ByE,EAAK,QAAQ,CAAC,KAAK,SAAS,KAAK,UAAU,MAAMpE,CAAc,CAAC,EAAgBoE,EAAKC,EAAO,MAAM,CAAC,KAAK,QAAQ,KAAK,QAAQ,YAAYpE,EAAM,YAAY,MAAMhB,EAAM,UAAU,GAAGO,yBAA8B,SAASwD,GAAa,QAAQE,GAAY,OAAOC,GAAW,aAAa,MAAM,eAAe,MAAM,YAAY,MAAM,WAAW,QAAQ,MAAM,CAAC,GAAGqB,GAAa,QAAQrC,GAAa,aAAAZ,EAAa,SAAS,GAAG,GAAGpB,EAAK,WAAWF,EAAM,KAAK,OAAO0B,GAAO,OAAOC,GAAY,MAAM3B,EAAM,MAAM,UAAUkE,GAAiBN,GAAgBE,GAAaC,EAAY,CAAC,EAAE,SAASE,GAAc,QAAQ,GAAM,QAAQnD,GAAQ,UAAU,UAAU,WAAW,CAAC,SAAS,EAAE,CAAC,CAAC,EAAE,CAACb,EAAO,cAAcW,GAAyBuD,EAAKK,GAAQ,CAAC,aAAavE,EAAO,aAAa,eAAee,EAAe,WAAWC,EAAW,aAAaC,EAAa,QAAQG,EAAQ,MAAMrB,EAAM,KAAK,CAAC,EAAEC,EAAO,cAA4BqE,EAAM,MAAM,CAAC,MAAM,CAAC,SAASrE,EAAO,SAAS,WAAW,WAAW,IAAIA,EAAO,SAASA,EAAO,gBAAgB,EAAE,MAAMA,EAAO,SAASA,EAAO,gBAAgB,EAAE,OAAOA,EAAO,SAASA,EAAO,gBAAgB,CAAC,EAAE,SAAS,CAAekE,EAAKC,EAAO,MAAM,CAAC,KAAK,SAAS,MAAMnE,EAAO,MAAM,MAAM,CAAC,GAAGsE,GAAa,MAAMtE,EAAO,SAASA,EAAO,gBAAgB,OAAO,OAAOyB,GAAO,OAAOC,GAAY,OAAO,UAAU,QAAQQ,GAAmB,aAAalC,EAAO,SAASqB,EAAarB,EAAO,gBAAgBqB,EAAa,WAAWrB,EAAO,WAAW,SAAS,GAAG,GAAGA,EAAO,WAAW,WAAWA,EAAO,KAAK,MAAMA,EAAO,MAAM,OAAO,EAAE,UAAUwE,GAAgBxE,CAAM,CAAC,CAAC,CAAC,EAAEW,GAAyBuD,EAAK,MAAM,CAAC,MAAM,CAAC,aAAalE,EAAO,SAASqB,EAAarB,EAAO,gBAAgBqB,EAAa,SAAS,WAAW,QAAQ,OAAO,eAAe,SAAS,WAAW,SAAS,MAAM,OAAO,OAAO,OAAO,MAAM,EAAE,OAAO,EAAE,MAAMrB,EAAO,MAAM,WAAWA,EAAO,IAAI,EAAE,SAAuBkE,EAAKK,GAAQ,CAAC,MAAMvE,EAAO,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAAE,CAAC,IAAIV,mGAAyG,CAAC,EAAQiF,GAAQE,GAAO,CAAC,IAAMC,EAAgBD,EAAM,aAAqH,CAAC,EAAzG,CAAC,SAAS,WAAW,IAAI,kBAAkB,MAAMA,EAAM,eAAeA,EAAM,aAAaA,EAAM,OAAO,EAAK,OAAqBP,EAAKC,EAAO,IAAI,CAAC,MAAM,CAAC,OAAO,GAAG,MAAM,GAAG,GAAGO,CAAc,EAAE,QAAQ,CAAC,OAAO,CAAC,EAAE,QAAQ,CAAC,OAAO,GAAG,EAAE,WAAW,CAAC,SAAS,EAAE,OAAO,GAAQ,EAAE,SAAuBR,EAAKC,EAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAuBE,EAAM,MAAM,CAAC,MAAM,6BAA6B,MAAM,KAAK,OAAO,KAAK,MAAM,CAAC,KAAK,eAAe,MAAMI,EAAM,KAAK,EAAE,SAAS,CAAeP,EAAK,OAAO,CAAC,EAAE,2NAA2N,KAAK,eAAe,QAAQ,KAAK,CAAC,EAAgBA,EAAK,OAAO,CAAC,EAAE,yKAAyK,KAAK,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAAES,EAAoBpF,GAAM,CAAC,QAAQ,CAAC,MAAM,UAAU,KAAKqF,EAAY,KAAK,QAAQ,CAAC,QAAQ,YAAY,YAAY,aAAa,EAAE,aAAa,CAAC,QAAQ,YAAY,YAAY,cAAc,EAAE,aAAa,OAAO,EAAE,aAAa,CAAC,MAAM,MAAM,YAAY,uDAAuD,KAAKA,EAAY,OAAO,OAAOH,GAAOA,EAAM,UAAU,WAAW,EAAE,QAAQ,CAAC,MAAM,KAAK,YAAY,4BAA4B,KAAKG,EAAY,OAAO,OAAOH,GAAOA,EAAM,UAAU,OAAO,EAAE,YAAY,CAAC,MAAM,KAAK,YAAY,WAAW,KAAKG,EAAY,OAAO,OAAOH,GAAOA,EAAM,UAAU,WAAW,EAAE,eAAe,CAAC,MAAM,KAAK,YAAY,OAAO,KAAKG,EAAY,OAAO,OAAOH,GAAOA,EAAM,UAAU,aAAa,EAAE,WAAW,CAAC,MAAM,UAAU,KAAKG,EAAY,KAAK,QAAQ,CAAC,OAAO,SAAS,EAAE,aAAa,CAAC,YAAY,cAAc,EAAE,aAAa,MAAM,EAAE,KAAK,CAAC,MAAM,WAAW,KAAKA,EAAY,KAAK,OAAOH,GAAOA,EAAM,aAAa,SAAS,EAAE,SAAS,CAAC,MAAM,SAAS,KAAKG,EAAY,aAAa,OAAOH,GAAOA,EAAM,aAAa,MAAM,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKG,EAAY,KAAK,QAAQ,CAAC,aAAa,UAAU,EAAE,wBAAwB,GAAK,OAAOH,GAAOA,EAAM,OAAO,QAAQ,EAAE,KAAK,CAAC,KAAKG,EAAY,KAAK,MAAM,OAAO,SAAS,UAAU,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,OAAO,SAAS,CAAC,YAAY,CAAC,MAAM,cAAc,KAAKA,EAAY,OAAO,aAAa,gBAAgB,EAAE,iBAAiB,CAAC,MAAM,IAAI,KAAKA,EAAY,MAAM,aAAa,oBAAoB,EAAE,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,MAAM,aAAa,SAAS,EAAE,MAAM,CAAC,MAAM,OAAO,KAAKA,EAAY,MAAM,aAAa,MAAM,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKA,EAAY,QAAQ,aAAa,OAAO,cAAc,OAAO,EAAE,YAAY,CAAC,MAAM,IAAI,KAAKA,EAAY,OAAO,eAAe,GAAK,IAAI,EAAE,aAAa,GAAG,OAAOH,GAAOA,EAAM,MAAM,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKG,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAkB,EAAE,aAAa,GAAG,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAc,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,eAAe,GAAK,IAAI,EAAE,aAAa,CAAC,EAAE,YAAY,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,SAAS,GAAK,SAAS,CAAC,eAAe,CAAC,MAAM,OAAO,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,KAAK,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,CAAC,EAAE,WAAW,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,MAAM,CAAC,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,GAAK,SAAS,CAAC,YAAY,CAAC,MAAM,QAAQ,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,CAAC,EAAE,YAAY,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,uBAAuB,CAAC,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,GAAK,SAAS,CAAC,YAAY,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,kBAAkB,EAAE,QAAQ,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,KAAK,IAAI,IAAI,aAAa,CAAC,EAAE,QAAQ,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,KAAK,IAAI,IAAI,aAAa,CAAC,EAAE,WAAW,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,SAAS,CAAC,aAAa,CAAC,MAAM,OAAO,KAAKA,EAAY,QAAQ,aAAa,EAAI,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,OAAO,aAAa,WAAW,EAAE,WAAW,CAAC,KAAKA,EAAY,KAAK,MAAM,OAAO,SAAS,UAAU,EAAE,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,MAAM,aAAa,MAAM,EAAE,MAAM,CAAC,MAAM,OAAO,KAAKA,EAAY,MAAM,aAAa,MAAM,EAAE,SAAS,CAAC,MAAM,SAAS,KAAKA,EAAY,QAAQ,aAAa,EAAK,EAAE,gBAAgB,CAAC,MAAM,QAAQ,KAAKA,EAAY,OAAO,IAAI,EAAE,aAAa,IAAI,eAAe,GAAK,OAAOH,GAAO,CAACA,EAAM,QAAQ,EAAE,gBAAgB,CAAC,MAAM,QAAQ,KAAKG,EAAY,OAAO,IAAI,EAAE,aAAa,EAAE,eAAe,GAAK,OAAOH,GAAO,CAACA,EAAM,QAAQ,EAAE,cAAc,CAAC,MAAM,UAAU,KAAKG,EAAY,YAAY,UAAU,uBAAuB,aAAa,CAAC,UAAU,kBAAkB,EAAE,aAAa,GAAG,UAAU,CAAC,mBAAmB,qBAAqB,sBAAsB,mBAAoB,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,GAAK,SAAS,CAAC,YAAY,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,kBAAkB,EAAE,QAAQ,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,KAAK,IAAI,IAAI,aAAa,CAAC,EAAE,QAAQ,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,KAAK,IAAI,IAAI,aAAa,CAAC,EAAE,WAAW,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,MAAM,KAAKA,EAAY,OAAO,eAAe,GAAK,IAAI,EAAE,aAAa,GAAG,OAAOH,GAAOA,EAAM,OAAO,QAAQ,CAAC,CAAC,EAAE,IAAMH,GAAa,CAAC,iBAAiB,OAAO,WAAW,OAAO,MAAM,OAAO,OAAO,OAAO,QAAQ,OAAO,OAAO,MAAM,EAAQF,GAAgB,CAAC,SAAS,WAAW,MAAM,OAAO,OAAO,OAAO,QAAQ,OAAO,eAAe,SAAS,WAAW,QAAQ,EAAE,SAASI,GAAgBxE,EAAO,CAAC,OAAGA,EAAO,aAAoB,GAAGA,EAAO,aAAa,aAAaA,EAAO,aAAa,aAAaA,EAAO,aAAa,gBAAgBA,EAAO,aAAa,cAA0B,MAAO,CAAC,SAASiE,MAAoBY,EAAQ,CAAC,IAAMC,EAAO,CAAC,EAAE,OAAAD,EAAQ,QAAQE,GAAQA,GAAQD,EAAO,KAAKC,CAAM,CAAC,EAASD,EAAO,KAAK,IAAI,CAAE,CAAC,IAAOE,GAAQzF,GCrBjpR,IAAM0F,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,OAAO,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,OAAAC,EAAO,GAAAC,EAAG,SAAAC,EAAS,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAuCC,EAAMC,EAAM,MAAM,CAAC,GAAGJ,EAAM,WAAWC,EAAKN,GAAsCK,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,4FAA4F,SAASE,GAAOD,EAAuCT,GAAwBO,EAAM,OAAO,KAAK,MAAME,IAAyC,OAAOA,EAAuCF,EAAM,WAAW,MAAMG,IAAQ,OAAOA,EAAM,YAAY,WAAWC,EAAMN,GAA4CE,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,2FAA2F,CAAE,EAAQC,GAAuB,CAACL,EAAMxB,IAAWA,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAuBM,GAA6BC,EAAW,SAASP,EAAMQ,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAApC,EAAQ,UAAAqC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEvB,GAASM,CAAK,EAAO,CAAC,YAAAkB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAA9C,CAAQ,EAAE+C,GAAgB,CAAC,WAAApD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQmD,EAAiBnB,GAAuBL,EAAMxB,CAAQ,EAAO,CAAC,sBAAAiD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBT,CAAW,EAAQU,EAAaH,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAYL,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,EAAW,GAAO,IAAI,EAAQC,EAAY,IAAQd,IAAc,YAA6Ce,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,GAAkBC,GAAqB,EAAE,OAAoBhD,EAAKiD,EAAY,CAAC,GAAGxB,GAA4CmB,EAAgB,SAAsB5C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB4D,EAAMhD,EAAO,IAAI,CAAC,GAAG0B,EAAU,UAAUuB,EAAGpE,GAAkB,GAAG+D,EAAsB,gBAAgBtB,EAAUM,CAAU,EAAE,mBAAmB,SAAS,iBAAiBK,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIb,GAA6BuB,EAAK,MAAM,CAAC,GAAGnB,CAAK,EAAE,GAAGtC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,MAAM,CAAC,EAAE4C,EAAYE,CAAc,EAAE,SAAS,CAAcmB,EAAMhD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,iBAAiB,GAAK,iBAAiBiC,EAAiB,SAAS,YAAY,MAAMI,EAAa,GAAGtD,GAAqB,CAAC,UAAU,CAAC,MAAMwD,EAAW,CAAC,EAAEZ,EAAYE,CAAc,EAAE,SAAS,CAAcmB,EAAMhD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBiC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,EAAE,SAAS,CAAcnC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBiC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,CAAC,CAAC,EAAenC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBiC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKoD,GAAS,CAAC,sBAAsB,GAAK,SAAsBpD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,2FAA2F,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBiC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKT,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAEiB,EAAY,GAAgB3C,EAAKE,EAAO,IAAI,CAAC,UAAU,eAAe,mBAAmB,SAAS,iBAAiBiC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAsBnC,EAAKoD,GAAS,CAAC,sBAAsB,GAAK,SAAsBpD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,2FAA2F,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBiC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,QAAQ,EAAE,EAAE,KAAKR,EAAU,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ0B,GAAI,CAAC,kFAAkF,kFAAkF,8QAA8Q,gWAAgW,kJAAkJ,oMAAoM,oMAAoM,sKAAsK,0SAA0S,mNAAmN,21BAA21B,EASzvSC,EAAgBC,EAAQtC,GAAUoC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,MAAMA,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,SAAS,MAAM,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,4FAA4F,gBAAgB,GAAK,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,4FAA4F,gBAAgB,GAAK,MAAM,SAAS,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,GAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,IAAI,0GAA0G,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT/mB,IAAMM,GAASC,GAASC,EAAG,EAAQC,GAAW,CAAC,WAAW,EAAQC,GAAkB,CAAC,UAAU,iBAAiB,EAAkO,IAAMC,GAAwB,CAAC,EAAQC,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAA6BC,EAAW,SAAS,CAAC,GAAAC,EAAG,MAAAC,EAAM,UAAAC,EAAU,MAAAC,EAAM,OAAAC,EAAO,SAAAC,EAAS,QAAQC,EAAa,YAAY,GAAGC,CAAS,EAAEC,EAAI,CAA4D,IAAMC,EAA5CvB,GAAwBoB,CAAY,GAAgCA,EAAkB,CAAC,YAAAI,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,WAAApB,EAAW,SAAAqB,CAAQ,EAAEC,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,YAAA9B,GAAY,QAAAsB,EAAQ,kBAAAS,EAAiB,CAAC,EAAQC,EAAiBJ,EAAS,KAAK,GAAG,EAAER,EAAU,iBAAuBa,EAAsBC,EAAM,EAAE,OAAoBxB,EAAKyB,EAAY,CAAC,GAAGjB,GAA4Ce,EAAgB,SAAsBvB,EAAK0B,EAAO,IAAI,CAAC,QAAQd,EAAQ,QAAQM,EAAS,aAAa,IAAIF,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,UAAUW,EAAG,eAAeb,CAAU,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAsBd,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAsB+B,EAAMF,EAAO,IAAI,CAAC,GAAGhB,EAAU,UAAUiB,EAAG,gBAAgBtB,CAAS,EAAE,mBAAmB,YAAY,iBAAiBiB,EAAiB,SAAS,YAAY,IAAIX,EAAI,MAAM,CAAC,gBAAgB,eAAe,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGP,CAAK,EAAE,SAAS,CAAcJ,EAAK0B,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBJ,EAAiB,SAAS,sBAAsB,SAAsBtB,EAAK6B,GAAI,CAAC,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,sHAA0+nC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,mBAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAe7B,EAAK0B,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,EAAetB,EAAK0B,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQQ,GAAI,CAAC,sZAAsZ,kFAAkF,oDAAoD,sTAAsT,yGAAyG,8IAA8I,4WAA4W,EAKjlxCC,GAAgBC,EAAQ/B,GAAU6B,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,YAAYA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAASH,GAAgB,CAAC,GAAGI,EAAQ,CAAC",
  "names": ["emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "ref", "domain", "parameters", "isExternalURL", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "formsparkID", "getwaitlistAPI", "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", "formControls", "validateForm", "te", "handleChange", "event", "handleFocus", "handleBlur", "handleSubmit", "response", "error", "formBody", "data", "entries", "data1", "entries1", "useAnimationControls", "focusStylesFrom", "focusStylesTo", "shadowStyles", "borderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "p", "motion", "containerStyles", "u", "defaultStyle", "Spinner", "getButtonShadow", "props", "noButtonStyles", "addPropertyControls", "ControlType", "shadows", "output", "shadow", "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", "answer", "height", "id", "question", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1avyqgy", "args", "onTapovtvut", "ref1", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramermtpxyAJ_c", "withCSS", "mtpxyAJ_c_default", "addPropertyControls", "ControlType", "addFonts", "RowFonts", "getFonts", "mtpxyAJ_c_default", "cycleOrder", "variantClassNames", "humanReadableVariantMap", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "variant", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "variants", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "mtpxyAJ_c_default", "css", "FramerWnJwtETL5", "withCSS", "WnJwtETL5_default", "addFonts", "RowFonts"]
}
