{"version":3,"file":"mFRsEZcTH.B4jE6NXp.mjs","names":["SVG","Pulse","Songs","_Fragment","Apg02_LHWsBGIY3DhH","CLb7w05RfsBGIY3DhH","idsBGIY3DhH","kEqnuidXCsBGIY3DhH","mJmoYQcOLsBGIY3DhH","QCytUpx_ksBGIY3DhH"],"sources":["https:/framerusercontent.com/modules/oE6hVqCummm21WrtqdpF/wxeunXuLgm7fIQujXhUQ/Pulse.js","https:/framerusercontent.com/modules/4VOmTuBNFzL1WXKKuQiN/4zXrqJ1Pto2c6hJfhYqV/mFRsEZcTH.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{useEffect,useState}from\"react\";function Pulse({props,onAnimationComplete}){const animateOut=props.direction===\"out\";return /*#__PURE__*/_jsx(motion.div,{style:{position:\"absolute\",backgroundColor:props.style===\"border\"?\"none\":props.color,border:props.style===\"border\"?`${props.borderWidth}px solid ${props.color}`:\"none\"},variants:{in:{opacity:props.pulseOpacity,inset:\"0px\",borderRadius:props.radiusType==\"full\"?1e4:props.radiusValue},out:{opacity:0,inset:`-${props.pulseSize}px`,borderRadius:props.radiusType==\"full\"?1e4:props.radiusValue+props.pulseSize}},initial:animateOut?\"in\":\"out\",animate:animateOut?\"out\":\"in\",transition:props.transition,onAnimationComplete:onAnimationComplete});}/*\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n * @framerIntrinsicWidth 20\n * @framerIntrinsicHeight 20\n */export default function PulseEffect(props){const[pulses,setPulses]=useState([]);useEffect(()=>{const createPulse=()=>{const newPulseKey=Date.now()// Unique key for new pulse\n;setPulses(prevPulses=>[...prevPulses,newPulseKey]);};const interval=setInterval(createPulse,props.delay*1e3);createPulse();return()=>clearInterval(interval)// Clear interval on component unmount\n;},[]);const handleAnimationComplete=completedPulseKey=>{setPulses(prevPulses=>prevPulses.filter(key=>key!==completedPulseKey));};return /*#__PURE__*/_jsxs(\"div\",{children:[pulses.map(key=>/*#__PURE__*/_jsx(Pulse,{props:props,onAnimationComplete:()=>handleAnimationComplete(key)},key)),/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,backgroundColor:props.color,borderRadius:props.radiusType==\"full\"?1e4:props.radiusValue}})]});}PulseEffect.displayName=\"Pulse\";addPropertyControls(PulseEffect,{color:{type:ControlType.Color},delay:{type:ControlType.Number,defaultValue:1,min:.1,step:.01,unit:\"s\"},direction:{type:ControlType.Enum,defaultValue:\"out\",options:[\"in\",\"out\"],optionTitles:[\"In\",\"Out\"],displaySegmentedControl:true},pulseSize:{type:ControlType.Number,defaultValue:20,min:1,step:1},pulseOpacity:{type:ControlType.Number,defaultValue:.5,min:0,max:1,step:.01},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"border\"],optionTitles:[\"Solid\",\"Outline\"],displaySegmentedControl:true},borderWidth:{type:ControlType.Number,defaultValue:5,min:1,step:1,title:\"Outline Width\",hidden:props=>props.style!==\"border\"},radiusType:{type:ControlType.Enum,defaultValue:\"full\",options:[\"full\",\"custom\"],optionTitles:[\"Full\",\"Custom\"],displaySegmentedControl:true,title:\"Radius\"},radiusValue:{type:ControlType.Number,defaultValue:20,min:1,step:1,title:\" \",hidden:props=>props.radiusType!==\"custom\"},transition:{type:ControlType.Transition,defaultValue:{type:\"spring\",stiffness:150,damping:60}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"PulseEffect\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"20\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"20\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Pulse.map","// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,Floating,getFonts,PathVariablesContext,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useDynamicRefs,useLocaleInfo,useOverlayState,useQueryData,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SVG from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/6iIIX4SzvuX6GX8XtSv5/SVG_Prod.js\";import Pulse from\"https://framerusercontent.com/modules/oE6hVqCummm21WrtqdpF/wxeunXuLgm7fIQujXhUQ/Pulse.js\";import Songs from\"https://framerusercontent.com/modules/Qr6Mx126YkDxYc5itaf7/Ws06uzH9Gws8OssnRPEt/yMpG5GtZl.js\";const SVGFonts=getFonts(SVG);const PulseFonts=getFonts(Pulse);const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-FT6tJ\";const variantClassNames={JD_AXYvNE:\"framer-v-1kgleir\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate3=(_,t)=>`translate(-50%, -50%) ${t}`;const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const query=(prequery,{LLWF5eJbg})=>prequery({from:{alias:\"sBGIY3DhH\",data:Songs,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"sBGIY3DhH\",name:\"mJmoYQcOL\",type:\"Identifier\"},{collection:\"sBGIY3DhH\",name:\"Apg02_LHW\",type:\"Identifier\"},{collection:\"sBGIY3DhH\",name:\"QCytUpx_k\",type:\"Identifier\"},{collection:\"sBGIY3DhH\",name:\"kEqnuidXC\",type:\"Identifier\"},{collection:\"sBGIY3DhH\",name:\"CLb7w05Rf\",type:\"Identifier\"},{collection:\"sBGIY3DhH\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"sBGIY3DhH\",name:\"bgw7w4fme\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:LLWF5eJbg},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({color,height,id,pulse,song,text,text2,width,...props})=>{return{...props,b1O_rjJLH:text2??props.b1O_rjJLH??\"var(--token-f1bac33b-3897-4cb3-bbb1-53baa3a6580b, rgba(0, 0, 0, 0.75))\",JYsuAGvHY:color??props.JYsuAGvHY??\"var(--token-f1bac33b-3897-4cb3-bbb1-53baa3a6580b, rgba(0, 0, 0, 0.75))\",LLWF5eJbg:song??props.LLWF5eJbg,qzmGrBUlq:pulse??props.qzmGrBUlq??\"var(--token-ae714fe4-d765-41b8-a036-0a1b797ead19, rgb(255, 255, 255))\",y9KggMImV:text??props.y9KggMImV??\"var(--token-5ce58305-0694-43c1-8f7a-fb9c0c8bacd0, rgb(43, 43, 43))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,LLWF5eJbg,JYsuAGvHY,y9KggMImV,b1O_rjJLH,qzmGrBUlq,mJmoYQcOLsBGIY3DhH,Apg02_LHWsBGIY3DhH,QCytUpx_ksBGIY3DhH,kEqnuidXCsBGIY3DhH,CLb7w05RfsBGIY3DhH,idsBGIY3DhH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"JD_AXYvNE\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaptxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const dynamicRef=useDynamicRefs();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1kgleir\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"JD_AXYvNE\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kc4k0v\",layoutDependency:layoutDependency,layoutId:\"YmVcjmEgz\",style:{backgroundColor:JYsuAGvHY,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:50,rotateX:50,rotateY:-50,transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-y9KggMImV-mFRsEZcTH))\"},children:\"Stage Left\"})}),className:\"framer-1ymrqng\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"RnbuaJABt\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-y9KggMImV-mFRsEZcTH)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-y9KggMImV-mFRsEZcTH\":y9KggMImV},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-y9KggMImV-mFRsEZcTH))\"},children:\"On Stage\"})}),className:\"framer-6c85ed\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"W7xkuV4m_\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-y9KggMImV-mFRsEZcTH)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-y9KggMImV-mFRsEZcTH\":y9KggMImV},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-b1O_rjJLH-mFRsEZcTH))\"},children:\"Audience👇\"})}),className:\"framer-1cwiccj\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"cZjpQcPx1\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-b1O_rjJLH-mFRsEZcTH)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-b1O_rjJLH-mFRsEZcTH\":b1O_rjJLH},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-y9KggMImV-mFRsEZcTH))\"},children:\"Stage Right\"})}),className:\"framer-1c4uy26\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"Ljp3ZpfNk\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-y9KggMImV-mFRsEZcTH)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-y9KggMImV-mFRsEZcTH\":y9KggMImV},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ojrgjm\",layoutDependency:layoutDependency,layoutId:\"f_9NzoLp_\",transformTemplate:transformTemplate3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-b1O_rjJLH-mFRsEZcTH))\"},children:\"Accessory\"})}),className:\"framer-1jnpvn\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"Ssjfyh70G\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-b1O_rjJLH-mFRsEZcTH)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-b1O_rjJLH-mFRsEZcTH\":b1O_rjJLH},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1olwe4a-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ncHiAg1_q-container\",nodeId:\"ncHiAg1_q\",rendersWithMotion:true,scopeId:\"mFRsEZcTH\",children:/*#__PURE__*/_jsx(SVG,{customColor:JYsuAGvHY,customPadding:12,customStrokeWidth:2,customSvgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"79.425\" height=\"152.1\" viewBox=\"0 0 79.425 152.1\">   <path id=\"Path_1\" data-name=\"Path 1\" d=\"M9.082,152.1a6.139,6.139,0,0,0,6.25-6.1V116.357L32.666,97.9a.712.712,0,0,1,1.123.049l16.65,22.217L64.5,148.242c3.955,7.862,14.941,2.246,11.182-5.273L46.729,84.912c-2.637-5.176-3.955-12.256-4.59-19.336-.146-2.3,1.318-3.418,3.369-2.393l11.426,5.811,10.6,21.191c3.711,7.471,15.088,2.393,11.035-5.566l-11.523-23a6.145,6.145,0,0,0-2.783-2.783L47.8,50.586C42.92,48.1,37.891,47.168,33.252,46c-5.322-1.27-10.107-2.93-13.281-7.568L12.451,27.539V6.1A6.227,6.227,0,0,0,0,6.1V29.541a5.751,5.751,0,0,0,1.074,3.516l13.184,18.9a10.013,10.013,0,0,1,2.148,5.762c.537,6.885,2,19.58,4.785,28.906L4.1,110.254a6.4,6.4,0,0,0-1.123,3.662V146A6.075,6.075,0,0,0,9.082,152.1ZM37.6,38.818A13.452,13.452,0,1,0,24.072,25.342,13.389,13.389,0,0,0,37.6,38.818Z\" fill=\"rgba(0,0,0,0.85)\"/> </svg>',description:\"\",height:\"100%\",id:\"ncHiAg1_q\",layoutId:\"ncHiAg1_q\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},title:\"\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hyj8kd\",layoutDependency:layoutDependency,layoutId:\"sBGIY3DhH\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"sBGIY3DhH\",data:Songs,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"sBGIY3DhH\",name:\"mJmoYQcOL\",type:\"Identifier\"},{collection:\"sBGIY3DhH\",name:\"Apg02_LHW\",type:\"Identifier\"},{collection:\"sBGIY3DhH\",name:\"QCytUpx_k\",type:\"Identifier\"},{collection:\"sBGIY3DhH\",name:\"kEqnuidXC\",type:\"Identifier\"},{collection:\"sBGIY3DhH\",name:\"CLb7w05Rf\",type:\"Identifier\"},{collection:\"sBGIY3DhH\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"sBGIY3DhH\",name:\"bgw7w4fme\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:LLWF5eJbg},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({Apg02_LHW:Apg02_LHWsBGIY3DhH,CLb7w05Rf:CLb7w05RfsBGIY3DhH,id:idsBGIY3DhH,kEqnuidXC:kEqnuidXCsBGIY3DhH,mJmoYQcOL:mJmoYQcOLsBGIY3DhH,QCytUpx_k:QCytUpx_ksBGIY3DhH},index)=>{mJmoYQcOLsBGIY3DhH??=\"\";Apg02_LHWsBGIY3DhH??=\"\";QCytUpx_ksBGIY3DhH??=\"\";kEqnuidXCsBGIY3DhH??=\"\";CLb7w05RfsBGIY3DhH??=\"\";const visible=isSet(mJmoYQcOLsBGIY3DhH);const visible1=isSet(QCytUpx_ksBGIY3DhH);const visible2=isSet(kEqnuidXCsBGIY3DhH);const visible3=isSet(CLb7w05RfsBGIY3DhH);return /*#__PURE__*/_jsx(LayoutGroup,{id:`sBGIY3DhH-${idsBGIY3DhH}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Apg02_LHW:Apg02_LHWsBGIY3DhH},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pqs3dg\",layoutDependency:layoutDependency,layoutId:\"oFbNkq8zR\",children:[visible&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mypiys\",\"data-highlight\":true,id:`${Apg02_LHWsBGIY3DhH}-${layoutId}-mypiys`,layoutDependency:layoutDependency,layoutId:\"RDjfV127v\",onTap:onTaptxyyif({overlay}),ref:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-mypiys`),style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7sjud5-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"gpQhlY6qG-container\",nodeId:\"gpQhlY6qG\",rendersWithMotion:true,scopeId:\"mFRsEZcTH\",children:/*#__PURE__*/_jsx(Pulse,{borderWidth:5,color:qzmGrBUlq,delay:1,direction:\"out\",height:\"100%\",id:\"gpQhlY6qG\",layoutId:\"gpQhlY6qG\",pulseOpacity:.5,pulseSize:20,radiusType:\"full\",radiusValue:20,style:\"solid\",transition:{damping:60,delay:0,mass:1,stiffness:150,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-mypiys`),className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${Apg02_LHWsBGIY3DhH}-${layoutId}-mypiys`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-fbact9\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"lfJvxNpjb\",ref:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-fbact9`),role:\"dialog\",style:{backgroundColor:\"var(--token-ae714fe4-d765-41b8-a036-0a1b797ead19, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.7409732186279143px 0.7409732186279143px -0.5px rgba(0, 0, 0, 0.03), 0px 2.0178668455264415px 2.0178668455264415px -1px rgba(0, 0, 0, 0.03), 0px 4.430505261661892px 4.430505261661892px -1.5px rgba(0, 0, 0, 0.03), 0px 9.834710084098335px 9.834710084098335px -2px rgba(0, 0, 0, 0.03), 0px 25px 25px -2.5px rgba(0, 0, 0, 0.03)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da41b8e4-660e-426b-90de-714397e0e4bd, rgb(0, 0, 0)))\"},children:\"Content\"})}),className:\"framer-cl9rx9\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"SonZo6XKu\",style:{\"--extracted-r6o4lv\":\"var(--token-da41b8e4-660e-426b-90de-714397e0e4bd, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:mJmoYQcOLsBGIY3DhH,verticalAlignment:\"top\",withExternalLayout:true})})})})]})})}),visible1&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mansa1\",\"data-highlight\":true,id:`${Apg02_LHWsBGIY3DhH}-${layoutId}-mansa1`,layoutDependency:layoutDependency,layoutId:\"lXcjs3gjE\",onTap:onTaptxyyif({overlay:overlay1}),ref:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-mansa1`),style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yw1nro-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"sOt1EAkCm-container\",nodeId:\"sOt1EAkCm\",rendersWithMotion:true,scopeId:\"mFRsEZcTH\",children:/*#__PURE__*/_jsx(Pulse,{borderWidth:5,color:qzmGrBUlq,delay:1,direction:\"out\",height:\"100%\",id:\"sOt1EAkCm\",layoutId:\"sOt1EAkCm\",pulseOpacity:.5,pulseSize:20,radiusType:\"full\",radiusValue:20,style:\"solid\",transition:{damping:60,delay:0,mass:1,stiffness:150,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-mansa1`),className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${Apg02_LHWsBGIY3DhH}-${layoutId}-mansa1`,offsetX:0,offsetY:10,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-naqxl8\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"pfaWGcxX9\",ref:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-naqxl8`),role:\"dialog\",style:{backgroundColor:\"var(--token-ae714fe4-d765-41b8-a036-0a1b797ead19, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.7409732186279143px 0.7409732186279143px -0.5px rgba(0, 0, 0, 0.03), 0px 2.0178668455264415px 2.0178668455264415px -1px rgba(0, 0, 0, 0.03), 0px 4.430505261661892px 4.430505261661892px -1.5px rgba(0, 0, 0, 0.03), 0px 9.834710084098335px 9.834710084098335px -2px rgba(0, 0, 0, 0.03), 0px 25px 25px -2.5px rgba(0, 0, 0, 0.03)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da41b8e4-660e-426b-90de-714397e0e4bd, rgb(0, 0, 0)))\"},children:\"Content\"})}),className:\"framer-46b6q4\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"JoFiNYtrK\",style:{\"--extracted-r6o4lv\":\"var(--token-da41b8e4-660e-426b-90de-714397e0e4bd, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:QCytUpx_ksBGIY3DhH,verticalAlignment:\"top\",withExternalLayout:true})})})})]})})}),visible2&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cp26gz\",\"data-highlight\":true,id:`${Apg02_LHWsBGIY3DhH}-${layoutId}-cp26gz`,layoutDependency:layoutDependency,layoutId:\"ILIQQbFko\",onTap:onTaptxyyif({overlay:overlay2}),ref:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-cp26gz`),style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18fienh-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"L70Y413_g-container\",nodeId:\"L70Y413_g\",rendersWithMotion:true,scopeId:\"mFRsEZcTH\",children:/*#__PURE__*/_jsx(Pulse,{borderWidth:5,color:qzmGrBUlq,delay:1,direction:\"out\",height:\"100%\",id:\"L70Y413_g\",layoutId:\"L70Y413_g\",pulseOpacity:.5,pulseSize:20,radiusType:\"full\",radiusValue:20,style:\"solid\",transition:{damping:60,delay:0,mass:1,stiffness:150,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-cp26gz`),className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${Apg02_LHWsBGIY3DhH}-${layoutId}-cp26gz`,offsetX:0,offsetY:10,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1dhd6bh\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"SWwVdWRmd\",ref:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-1dhd6bh`),role:\"dialog\",style:{backgroundColor:\"var(--token-ae714fe4-d765-41b8-a036-0a1b797ead19, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.7409732186279143px 0.7409732186279143px -0.5px rgba(0, 0, 0, 0.03), 0px 2.0178668455264415px 2.0178668455264415px -1px rgba(0, 0, 0, 0.03), 0px 4.430505261661892px 4.430505261661892px -1.5px rgba(0, 0, 0, 0.03), 0px 9.834710084098335px 9.834710084098335px -2px rgba(0, 0, 0, 0.03), 0px 25px 25px -2.5px rgba(0, 0, 0, 0.03)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da41b8e4-660e-426b-90de-714397e0e4bd, rgb(0, 0, 0)))\"},children:[\"3 Babies 👩‍🍼\",/*#__PURE__*/_jsx(motion.br,{}),\"2 Baskets 🧺\"]})}),className:\"framer-1g79k4j\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"Tm_2Gd3yn\",style:{\"--extracted-r6o4lv\":\"var(--token-da41b8e4-660e-426b-90de-714397e0e4bd, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:kEqnuidXCsBGIY3DhH,verticalAlignment:\"top\",withExternalLayout:true})})})})]})})}),visible3&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jjtt6r\",\"data-highlight\":true,id:`${Apg02_LHWsBGIY3DhH}-${layoutId}-1jjtt6r`,layoutDependency:layoutDependency,layoutId:\"M1tKS_7VF\",onTap:onTaptxyyif({overlay:overlay3}),ref:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-1jjtt6r`),style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-89j076-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"aq4Uu2dGJ-container\",nodeId:\"aq4Uu2dGJ\",rendersWithMotion:true,scopeId:\"mFRsEZcTH\",children:/*#__PURE__*/_jsx(Pulse,{borderWidth:5,color:qzmGrBUlq,delay:1,direction:\"out\",height:\"100%\",id:\"aq4Uu2dGJ\",layoutId:\"aq4Uu2dGJ\",pulseOpacity:.5,pulseSize:20,radiusType:\"full\",radiusValue:20,style:\"solid\",transition:{damping:60,delay:0,mass:1,stiffness:150,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-1jjtt6r`),className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${Apg02_LHWsBGIY3DhH}-${layoutId}-1jjtt6r`,offsetX:0,offsetY:10,onDismiss:overlay3.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-y0w6ev\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"oOBbmwfqo\",ref:dynamicRef(`${Apg02_LHWsBGIY3DhH}-${layoutId}-y0w6ev`),role:\"dialog\",style:{backgroundColor:\"var(--token-ae714fe4-d765-41b8-a036-0a1b797ead19, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.7409732186279143px 0.7409732186279143px -0.5px rgba(0, 0, 0, 0.03), 0px 2.0178668455264415px 2.0178668455264415px -1px rgba(0, 0, 0, 0.03), 0px 4.430505261661892px 4.430505261661892px -1.5px rgba(0, 0, 0, 0.03), 0px 9.834710084098335px 9.834710084098335px -2px rgba(0, 0, 0, 0.03), 0px 25px 25px -2.5px rgba(0, 0, 0, 0.03)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da41b8e4-660e-426b-90de-714397e0e4bd, rgb(0, 0, 0)))\"},children:\"Content\"})}),className:\"framer-yr7wfg\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"ClKrN__O_\",style:{\"--extracted-r6o4lv\":\"var(--token-da41b8e4-660e-426b-90de-714397e0e4bd, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:CLb7w05RfsBGIY3DhH,verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})]})})},idsBGIY3DhH);})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FT6tJ.framer-1son3k9, .framer-FT6tJ .framer-1son3k9 { display: block; }\",\".framer-FT6tJ.framer-1kgleir { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: 200px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 350px; }\",\".framer-FT6tJ .framer-1kc4k0v { flex: none; height: 150px; left: calc(40.85714285714288% - 200px / 2); overflow: visible; position: absolute; top: calc(50.50000000000002% - 150px / 2); width: 200px; z-index: 1; }\",\".framer-FT6tJ .framer-1ymrqng { flex: none; height: auto; position: absolute; right: 10px; top: 50%; white-space: pre; width: auto; }\",\".framer-FT6tJ .framer-6c85ed { bottom: 10px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; }\",\".framer-FT6tJ .framer-1cwiccj { bottom: -50px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; }\",\".framer-FT6tJ .framer-1c4uy26 { flex: none; height: auto; left: 10px; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-FT6tJ .framer-1ojrgjm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 84%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; z-index: 1; }\",\".framer-FT6tJ .framer-1jnpvn { bottom: -25px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-FT6tJ .framer-1olwe4a-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-FT6tJ .framer-1hyj8kd { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; left: 0px; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-FT6tJ .framer-1pqs3dg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 0px; height: 1px; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-FT6tJ .framer-mypiys { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: center; left: calc(81.14285714285717% - 50px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(43.50000000000002% - 50px / 2); width: 50px; z-index: 1; }\",\".framer-FT6tJ .framer-7sjud5-container, .framer-FT6tJ .framer-yw1nro-container, .framer-FT6tJ .framer-18fienh-container, .framer-FT6tJ .framer-89j076-container { flex: none; height: 10px; left: calc(50.00000000000002% - 10px / 2); position: absolute; top: calc(50.00000000000002% - 10px / 2); width: 10px; z-index: 1; }\",\".framer-FT6tJ .framer-fbact9, .framer-FT6tJ .framer-naqxl8, .framer-FT6tJ .framer-1dhd6bh, .framer-FT6tJ .framer-y0w6ev { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-FT6tJ .framer-cl9rx9, .framer-FT6tJ .framer-46b6q4, .framer-FT6tJ .framer-1g79k4j, .framer-FT6tJ .framer-yr7wfg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-FT6tJ .framer-mansa1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: center; left: calc(66.2857142857143% - 50px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(57.000000000000014% - 50px / 2); width: 50px; z-index: 1; }\",\".framer-FT6tJ .framer-cp26gz { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: center; left: calc(34.00000000000002% - 50px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(57.000000000000014% - 50px / 2); width: 50px; z-index: 1; }\",\".framer-FT6tJ .framer-1jjtt6r { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: center; left: calc(17.428571428571452% - 50px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(43.50000000000002% - 50px / 2); width: 50px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FT6tJ.framer-1kgleir, .framer-FT6tJ .framer-1ojrgjm, .framer-FT6tJ .framer-1hyj8kd, .framer-FT6tJ .framer-1pqs3dg, .framer-FT6tJ .framer-mypiys, .framer-FT6tJ .framer-fbact9, .framer-FT6tJ .framer-mansa1, .framer-FT6tJ .framer-naqxl8, .framer-FT6tJ .framer-cp26gz, .framer-FT6tJ .framer-1dhd6bh, .framer-FT6tJ .framer-1jjtt6r, .framer-FT6tJ .framer-y0w6ev { gap: 0px; } .framer-FT6tJ.framer-1kgleir > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-FT6tJ.framer-1kgleir > :first-child, .framer-FT6tJ .framer-1ojrgjm > :first-child, .framer-FT6tJ .framer-1pqs3dg > :first-child, .framer-FT6tJ .framer-mypiys > :first-child, .framer-FT6tJ .framer-mansa1 > :first-child, .framer-FT6tJ .framer-cp26gz > :first-child, .framer-FT6tJ .framer-1jjtt6r > :first-child { margin-left: 0px; } .framer-FT6tJ.framer-1kgleir > :last-child, .framer-FT6tJ .framer-1ojrgjm > :last-child, .framer-FT6tJ .framer-1pqs3dg > :last-child, .framer-FT6tJ .framer-mypiys > :last-child, .framer-FT6tJ .framer-mansa1 > :last-child, .framer-FT6tJ .framer-cp26gz > :last-child, .framer-FT6tJ .framer-1jjtt6r > :last-child { margin-right: 0px; } .framer-FT6tJ .framer-1ojrgjm > *, .framer-FT6tJ .framer-1pqs3dg > *, .framer-FT6tJ .framer-mypiys > *, .framer-FT6tJ .framer-mansa1 > *, .framer-FT6tJ .framer-cp26gz > *, .framer-FT6tJ .framer-1jjtt6r > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-FT6tJ .framer-1hyj8kd > *, .framer-FT6tJ .framer-fbact9 > *, .framer-FT6tJ .framer-naqxl8 > *, .framer-FT6tJ .framer-1dhd6bh > *, .framer-FT6tJ .framer-y0w6ev > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FT6tJ .framer-1hyj8kd > :first-child, .framer-FT6tJ .framer-fbact9 > :first-child, .framer-FT6tJ .framer-naqxl8 > :first-child, .framer-FT6tJ .framer-1dhd6bh > :first-child, .framer-FT6tJ .framer-y0w6ev > :first-child { margin-top: 0px; } .framer-FT6tJ .framer-1hyj8kd > :last-child, .framer-FT6tJ .framer-fbact9 > :last-child, .framer-FT6tJ .framer-naqxl8 > :last-child, .framer-FT6tJ .framer-1dhd6bh > :last-child, .framer-FT6tJ .framer-y0w6ev > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 350\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"LLWF5eJbg\":\"song\",\"JYsuAGvHY\":\"color\",\"y9KggMImV\":\"text\",\"b1O_rjJLH\":\"text2\",\"qzmGrBUlq\":\"pulse\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramermFRsEZcTH=withCSS(Component,css,\"framer-FT6tJ\");export default FramermFRsEZcTH;FramermFRsEZcTH.displayName=\"Ballet Components/Interactive Prop Diagram\";FramermFRsEZcTH.defaultProps={height:200,width:350};addPropertyControls(FramermFRsEZcTH,{LLWF5eJbg:{defaultValue:\"\",title:\"Song\",type:ControlType.String},JYsuAGvHY:{defaultValue:'var(--token-f1bac33b-3897-4cb3-bbb1-53baa3a6580b, rgba(0, 0, 0, 0.75)) /* {\"name\":\"75% Alpha - DY\"} */',title:\"Color\",type:ControlType.Color},y9KggMImV:{defaultValue:\"var(--token-5ce58305-0694-43c1-8f7a-fb9c0c8bacd0, rgb(43, 43, 43))\",title:\"Text\",type:ControlType.Color},b1O_rjJLH:{defaultValue:'var(--token-f1bac33b-3897-4cb3-bbb1-53baa3a6580b, rgba(0, 0, 0, 0.75)) /* {\"name\":\"75% Alpha - DY\"} */',title:\"Text 2\",type:ControlType.Color},qzmGrBUlq:{defaultValue:'var(--token-ae714fe4-d765-41b8-a036-0a1b797ead19, rgb(255, 255, 255)) /* {\"name\":\"100% Alpha - AD\"} */',title:\"Pulse\",type:ControlType.Color}});addFonts(FramermFRsEZcTH,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...SVGFonts,...PulseFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermFRsEZcTH\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"200\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"LLWF5eJbg\\\":\\\"song\\\",\\\"JYsuAGvHY\\\":\\\"color\\\",\\\"y9KggMImV\\\":\\\"text\\\",\\\"b1O_rjJLH\\\":\\\"text2\\\",\\\"qzmGrBUlq\\\":\\\"pulse\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"350\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}