{
  "version": 3,
  "sources": ["ssg:https://rive.app/api/s/9-fwcTRIRUqL_3KJXKfF1A/framer/", "ssg:https://framerusercontent.com/modules/s2ZXeUmLCtLB9r4iwXdH/zpe3acWEG5Ru7LzD1hCF/Shooting_Star_1.js", "ssg:https://rive.app/api/s/dnmV7ys-3EqD4-cPER9e1Q/framer/", "ssg:https://framerusercontent.com/modules/kzQGEureqhq5cqVNH4Ow/7HctvDNfhvJuLzIA47Oh/Shooting_Star_1.js", "ssg:https://rive.app/api/s/9Vtw08UUuk6E_Jvgm_ltYw/framer/", "ssg:https://framerusercontent.com/modules/GABQVPP2lmlkfGrfuV8a/DyvSMX3QaXFyv54SXJzx/Shooting_Star_2.js", "ssg:https://rive.app/api/s/fYGXuCQUI06n8FCvE0WxJQ/framer/", "ssg:https://framerusercontent.com/modules/WlgQ2kzoaXOlKc8dQw6Z/f6GMVPUQ6l2ePbBLltmo/Shooting_Star_3.js", "ssg:https://framerusercontent.com/modules/tOmUpnracZVfQxCDhqoP/NRx6iefYef6QxwOf6phI/UfuNVbX8c.js"],
  "sourcesContent": ["import React, { useEffect } from \"react\";\nimport { addPropertyControls, ControlType, RenderTarget } from \"framer\";\nimport Rive, { useRive, useStateMachineInput } from \"@rive-app/react-canvas\";\nexport const componentName = \"Shooting Star - Shooting Star 1\";\nexport default function Controls(props) {\n  const layout = new Rive.Layout({\n    fit: props.fit ?? \"contain\",\n    alignment: props.alignment ?? \"center\",\n  });\n  const params = {\n    src: \"https://public.rive.app/hosted/210885/134428/9-fwcTRIRUqL_3KJXKfF1A.riv\",\n    artboard: \"Shooting Star\",\n    animations: \"Shooting Star 1\",\n    autoplay: true && props.play,\n    automaticallyHandleEvents: true,\n    layout,\n  };\n  const { RiveComponent, rive } = useRive(params);\n  useEffect(() => {\n    if (rive) {\n      if (RenderTarget.current() === RenderTarget.canvas) {\n        if (props.playOnCanvas && props.play) {\n          rive.play();\n        } else {\n          rive.pause();\n        }\n      } else {\n        if (props.play) {\n          rive.play();\n        } else {\n          rive.pause();\n        }\n      }\n    }\n  }, [props.play]);\n  useEffect(() => {\n    if (rive && RenderTarget.current() === RenderTarget.canvas) {\n      if (props.playOnCanvas && props.play) {\n        rive.play();\n      } else {\n        rive.pause();\n      }\n    }\n  }, [rive, props.playOnCanvas, props.play]);\n  useEffect(() => {\n    if (rive) {\n      const layout = new Rive.Layout({\n        fit: props.fit ?? \"contain\",\n        alignment: props.alignment ?? \"center\",\n      });\n      rive.layout = layout;\n    }\n  }, [props.fit, props.alignment]);\n  return React.createElement(RiveComponent, {});\n}\nControls.defaultProps = { play: true, playOnCanvas: true };\nexport const propertyControls = {\n  play: {\n    title: \"Playback\",\n    type: ControlType.Boolean,\n    defaultValue: true,\n    enabledTitle: \"Play\",\n    disabledTitle: \"Pause\",\n  },\n  playOnCanvas: {\n    type: ControlType.Boolean,\n    title: \"Play on Canvas\",\n    defaultValue: true,\n    enabledTitle: \"Play\",\n    disabledTitle: \"Pause\",\n  },\n  fit: {\n    type: ControlType.Enum,\n    defaultValue: \"contain\",\n    displaySegmentedControl: false,\n    segmentedControlDirection: \"vertical\",\n    options: [\n      \"contain\",\n      \"cover\",\n      \"fill\",\n      \"fitWidth\",\n      \"fitHeight\",\n      \"none\",\n      \"scaleDown\",\n    ],\n    optionTitles: [\n      \"Contain\",\n      \"Cover\",\n      \"Fill\",\n      \"Fit Width\",\n      \"Fit Height\",\n      \"None\",\n      \"Scale Down\",\n    ],\n  },\n  alignment: {\n    type: ControlType.Enum,\n    defaultValue: \"center\",\n    displaySegmentedControl: false,\n    segmentedControlDirection: \"vertical\",\n    options: [\n      \"center\",\n      \"topLeft\",\n      \"topCenter\",\n      \"topRight\",\n      \"centerLeft\",\n      \"centerRight\",\n      \"bottomLeft\",\n      \"bottomCenter\",\n      \"bottomRight\",\n    ],\n    optionTitles: [\n      \"Center\",\n      \"Top Left\",\n      \"Top Center\",\n      \"Top Right\",\n      \"Center Left\",\n      \"Center Right\",\n      \"Bottom Left\",\n      \"Bottom Center\",\n      \"Bottom Right\",\n    ],\n  },\n};\naddPropertyControls(Controls, propertyControls);\n", "import{addPropertyControls}from\"framer\";import RiveComponent,{componentName,propertyControls}from\"https://rive.app/api/s/9-fwcTRIRUqL_3KJXKfF1A/framer/\";/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default RiveComponent;RiveComponent.displayName=componentName;addPropertyControls(RiveComponent,propertyControls);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"RiveComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Shooting_Star_1.map", "import React, { useEffect } from \"react\";\nimport { addPropertyControls, ControlType, RenderTarget } from \"framer\";\nimport Rive, { useRive, useStateMachineInput } from \"@rive-app/react-canvas\";\nexport const componentName = \"Shooting Star - Shooting Star 2\";\nexport default function Controls(props) {\n  const layout = new Rive.Layout({\n    fit: props.fit ?? \"contain\",\n    alignment: props.alignment ?? \"center\",\n  });\n  const params = {\n    src: \"https://public.rive.app/hosted/210885/134429/dnmV7ys-3EqD4-cPER9e1Q.riv\",\n    artboard: \"Shooting Star\",\n    animations: \"Shooting Star 2\",\n    autoplay: true && props.play,\n    automaticallyHandleEvents: true,\n    layout,\n  };\n  const { RiveComponent, rive } = useRive(params);\n  useEffect(() => {\n    if (rive) {\n      if (RenderTarget.current() === RenderTarget.canvas) {\n        if (props.playOnCanvas && props.play) {\n          rive.play();\n        } else {\n          rive.pause();\n        }\n      } else {\n        if (props.play) {\n          rive.play();\n        } else {\n          rive.pause();\n        }\n      }\n    }\n  }, [props.play]);\n  useEffect(() => {\n    if (rive && RenderTarget.current() === RenderTarget.canvas) {\n      if (props.playOnCanvas && props.play) {\n        rive.play();\n      } else {\n        rive.pause();\n      }\n    }\n  }, [rive, props.playOnCanvas, props.play]);\n  useEffect(() => {\n    if (rive) {\n      const layout = new Rive.Layout({\n        fit: props.fit ?? \"contain\",\n        alignment: props.alignment ?? \"center\",\n      });\n      rive.layout = layout;\n    }\n  }, [props.fit, props.alignment]);\n  return React.createElement(RiveComponent, {});\n}\nControls.defaultProps = { play: true, playOnCanvas: true };\nexport const propertyControls = {\n  play: {\n    title: \"Playback\",\n    type: ControlType.Boolean,\n    defaultValue: true,\n    enabledTitle: \"Play\",\n    disabledTitle: \"Pause\",\n  },\n  playOnCanvas: {\n    type: ControlType.Boolean,\n    title: \"Play on Canvas\",\n    defaultValue: true,\n    enabledTitle: \"Play\",\n    disabledTitle: \"Pause\",\n  },\n  fit: {\n    type: ControlType.Enum,\n    defaultValue: \"contain\",\n    displaySegmentedControl: false,\n    segmentedControlDirection: \"vertical\",\n    options: [\n      \"contain\",\n      \"cover\",\n      \"fill\",\n      \"fitWidth\",\n      \"fitHeight\",\n      \"none\",\n      \"scaleDown\",\n    ],\n    optionTitles: [\n      \"Contain\",\n      \"Cover\",\n      \"Fill\",\n      \"Fit Width\",\n      \"Fit Height\",\n      \"None\",\n      \"Scale Down\",\n    ],\n  },\n  alignment: {\n    type: ControlType.Enum,\n    defaultValue: \"center\",\n    displaySegmentedControl: false,\n    segmentedControlDirection: \"vertical\",\n    options: [\n      \"center\",\n      \"topLeft\",\n      \"topCenter\",\n      \"topRight\",\n      \"centerLeft\",\n      \"centerRight\",\n      \"bottomLeft\",\n      \"bottomCenter\",\n      \"bottomRight\",\n    ],\n    optionTitles: [\n      \"Center\",\n      \"Top Left\",\n      \"Top Center\",\n      \"Top Right\",\n      \"Center Left\",\n      \"Center Right\",\n      \"Bottom Left\",\n      \"Bottom Center\",\n      \"Bottom Right\",\n    ],\n  },\n};\naddPropertyControls(Controls, propertyControls);\n", "import{addPropertyControls}from\"framer\";import RiveComponent,{componentName,propertyControls}from\"https://rive.app/api/s/dnmV7ys-3EqD4-cPER9e1Q/framer/\";/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default RiveComponent;RiveComponent.displayName=componentName;addPropertyControls(RiveComponent,propertyControls);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"RiveComponent\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Shooting_Star_1.map", "import React, { useEffect } from \"react\";\nimport { addPropertyControls, ControlType, RenderTarget } from \"framer\";\nimport Rive, { useRive, useStateMachineInput } from \"@rive-app/react-canvas\";\nexport const componentName = \"Shooting Star - Shooting Star 3\";\nexport default function Controls(props) {\n  const layout = new Rive.Layout({\n    fit: props.fit ?? \"contain\",\n    alignment: props.alignment ?? \"center\",\n  });\n  const params = {\n    src: \"https://public.rive.app/hosted/210885/134430/9Vtw08UUuk6E_Jvgm_ltYw.riv\",\n    artboard: \"Shooting Star\",\n    animations: \"Shooting Star 3\",\n    autoplay: true && props.play,\n    automaticallyHandleEvents: true,\n    layout,\n  };\n  const { RiveComponent, rive } = useRive(params);\n  useEffect(() => {\n    if (rive) {\n      if (RenderTarget.current() === RenderTarget.canvas) {\n        if (props.playOnCanvas && props.play) {\n          rive.play();\n        } else {\n          rive.pause();\n        }\n      } else {\n        if (props.play) {\n          rive.play();\n        } else {\n          rive.pause();\n        }\n      }\n    }\n  }, [props.play]);\n  useEffect(() => {\n    if (rive && RenderTarget.current() === RenderTarget.canvas) {\n      if (props.playOnCanvas && props.play) {\n        rive.play();\n      } else {\n        rive.pause();\n      }\n    }\n  }, [rive, props.playOnCanvas, props.play]);\n  useEffect(() => {\n    if (rive) {\n      const layout = new Rive.Layout({\n        fit: props.fit ?? \"contain\",\n        alignment: props.alignment ?? \"center\",\n      });\n      rive.layout = layout;\n    }\n  }, [props.fit, props.alignment]);\n  return React.createElement(RiveComponent, {});\n}\nControls.defaultProps = { play: true, playOnCanvas: true };\nexport const propertyControls = {\n  play: {\n    title: \"Playback\",\n    type: ControlType.Boolean,\n    defaultValue: true,\n    enabledTitle: \"Play\",\n    disabledTitle: \"Pause\",\n  },\n  playOnCanvas: {\n    type: ControlType.Boolean,\n    title: \"Play on Canvas\",\n    defaultValue: true,\n    enabledTitle: \"Play\",\n    disabledTitle: \"Pause\",\n  },\n  fit: {\n    type: ControlType.Enum,\n    defaultValue: \"contain\",\n    displaySegmentedControl: false,\n    segmentedControlDirection: \"vertical\",\n    options: [\n      \"contain\",\n      \"cover\",\n      \"fill\",\n      \"fitWidth\",\n      \"fitHeight\",\n      \"none\",\n      \"scaleDown\",\n    ],\n    optionTitles: [\n      \"Contain\",\n      \"Cover\",\n      \"Fill\",\n      \"Fit Width\",\n      \"Fit Height\",\n      \"None\",\n      \"Scale Down\",\n    ],\n  },\n  alignment: {\n    type: ControlType.Enum,\n    defaultValue: \"center\",\n    displaySegmentedControl: false,\n    segmentedControlDirection: \"vertical\",\n    options: [\n      \"center\",\n      \"topLeft\",\n      \"topCenter\",\n      \"topRight\",\n      \"centerLeft\",\n      \"centerRight\",\n      \"bottomLeft\",\n      \"bottomCenter\",\n      \"bottomRight\",\n    ],\n    optionTitles: [\n      \"Center\",\n      \"Top Left\",\n      \"Top Center\",\n      \"Top Right\",\n      \"Center Left\",\n      \"Center Right\",\n      \"Bottom Left\",\n      \"Bottom Center\",\n      \"Bottom Right\",\n    ],\n  },\n};\naddPropertyControls(Controls, propertyControls);\n", "import{addPropertyControls}from\"framer\";import RiveComponent,{componentName,propertyControls}from\"https://rive.app/api/s/9Vtw08UUuk6E_Jvgm_ltYw/framer/\";/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default RiveComponent;RiveComponent.displayName=componentName;addPropertyControls(RiveComponent,propertyControls);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"RiveComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Shooting_Star_2.map", "import React, { useEffect } from \"react\";\nimport { addPropertyControls, ControlType, RenderTarget } from \"framer\";\nimport Rive, { useRive, useStateMachineInput } from \"@rive-app/react-canvas\";\nexport const componentName = \"Shooting Star - Shooting Star 4\";\nexport default function Controls(props) {\n  const layout = new Rive.Layout({\n    fit: props.fit ?? \"contain\",\n    alignment: props.alignment ?? \"center\",\n  });\n  const params = {\n    src: \"https://public.rive.app/hosted/210885/134431/fYGXuCQUI06n8FCvE0WxJQ.riv\",\n    artboard: \"Shooting Star\",\n    animations: \"Shooting Star 4\",\n    autoplay: true && props.play,\n    automaticallyHandleEvents: true,\n    layout,\n  };\n  const { RiveComponent, rive } = useRive(params);\n  useEffect(() => {\n    if (rive) {\n      if (RenderTarget.current() === RenderTarget.canvas) {\n        if (props.playOnCanvas && props.play) {\n          rive.play();\n        } else {\n          rive.pause();\n        }\n      } else {\n        if (props.play) {\n          rive.play();\n        } else {\n          rive.pause();\n        }\n      }\n    }\n  }, [props.play]);\n  useEffect(() => {\n    if (rive && RenderTarget.current() === RenderTarget.canvas) {\n      if (props.playOnCanvas && props.play) {\n        rive.play();\n      } else {\n        rive.pause();\n      }\n    }\n  }, [rive, props.playOnCanvas, props.play]);\n  useEffect(() => {\n    if (rive) {\n      const layout = new Rive.Layout({\n        fit: props.fit ?? \"contain\",\n        alignment: props.alignment ?? \"center\",\n      });\n      rive.layout = layout;\n    }\n  }, [props.fit, props.alignment]);\n  return React.createElement(RiveComponent, {});\n}\nControls.defaultProps = { play: true, playOnCanvas: true };\nexport const propertyControls = {\n  play: {\n    title: \"Playback\",\n    type: ControlType.Boolean,\n    defaultValue: true,\n    enabledTitle: \"Play\",\n    disabledTitle: \"Pause\",\n  },\n  playOnCanvas: {\n    type: ControlType.Boolean,\n    title: \"Play on Canvas\",\n    defaultValue: true,\n    enabledTitle: \"Play\",\n    disabledTitle: \"Pause\",\n  },\n  fit: {\n    type: ControlType.Enum,\n    defaultValue: \"contain\",\n    displaySegmentedControl: false,\n    segmentedControlDirection: \"vertical\",\n    options: [\n      \"contain\",\n      \"cover\",\n      \"fill\",\n      \"fitWidth\",\n      \"fitHeight\",\n      \"none\",\n      \"scaleDown\",\n    ],\n    optionTitles: [\n      \"Contain\",\n      \"Cover\",\n      \"Fill\",\n      \"Fit Width\",\n      \"Fit Height\",\n      \"None\",\n      \"Scale Down\",\n    ],\n  },\n  alignment: {\n    type: ControlType.Enum,\n    defaultValue: \"center\",\n    displaySegmentedControl: false,\n    segmentedControlDirection: \"vertical\",\n    options: [\n      \"center\",\n      \"topLeft\",\n      \"topCenter\",\n      \"topRight\",\n      \"centerLeft\",\n      \"centerRight\",\n      \"bottomLeft\",\n      \"bottomCenter\",\n      \"bottomRight\",\n    ],\n    optionTitles: [\n      \"Center\",\n      \"Top Left\",\n      \"Top Center\",\n      \"Top Right\",\n      \"Center Left\",\n      \"Center Right\",\n      \"Bottom Left\",\n      \"Bottom Center\",\n      \"Bottom Right\",\n    ],\n  },\n};\naddPropertyControls(Controls, propertyControls);\n", "import{addPropertyControls}from\"framer\";import RiveComponent,{componentName,propertyControls}from\"https://rive.app/api/s/fYGXuCQUI06n8FCvE0WxJQ/framer/\";/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default RiveComponent;RiveComponent.displayName=componentName;addPropertyControls(RiveComponent,propertyControls);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"RiveComponent\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Shooting_Star_3.map", "// Generated by Framer (8ebf084)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ShootingStarShootingStar1 from\"https://framerusercontent.com/modules/s2ZXeUmLCtLB9r4iwXdH/zpe3acWEG5Ru7LzD1hCF/Shooting_Star_1.js\";import ShootingStarShootingStar2 from\"https://framerusercontent.com/modules/kzQGEureqhq5cqVNH4Ow/7HctvDNfhvJuLzIA47Oh/Shooting_Star_1.js\";import ShootingStarShootingStar3 from\"https://framerusercontent.com/modules/GABQVPP2lmlkfGrfuV8a/DyvSMX3QaXFyv54SXJzx/Shooting_Star_2.js\";import ShootingStarShootingStar4 from\"https://framerusercontent.com/modules/WlgQ2kzoaXOlKc8dQw6Z/f6GMVPUQ6l2ePbBLltmo/Shooting_Star_3.js\";const ShootingStarShootingStar1Fonts=getFonts(ShootingStarShootingStar1);const ShootingStarShootingStar2Fonts=getFonts(ShootingStarShootingStar2);const ShootingStarShootingStar3Fonts=getFonts(ShootingStarShootingStar3);const ShootingStarShootingStar4Fonts=getFonts(ShootingStarShootingStar4);const cycleOrder=[\"p_zOlV8QK\",\"A0vdlZC5R\",\"FfH7oVoAR\",\"Od6SjwanH\",\"By37qcpxY\",\"QDGGwax0J\",\"N3hBM4jkM\",\"Fdzu14XBB\"];const serializationHash=\"framer-dwwHO\";const variantClassNames={A0vdlZC5R:\"framer-v-4wpx0o\",By37qcpxY:\"framer-v-mp7gsd\",Fdzu14XBB:\"framer-v-1b6yk5e\",FfH7oVoAR:\"framer-v-1cxqdbz\",N3hBM4jkM:\"framer-v-7kfefb\",Od6SjwanH:\"framer-v-ortxnn\",p_zOlV8QK:\"framer-v-bouxd9\",QDGGwax0J:\"framer-v-4muxes\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1w\":\"p_zOlV8QK\",\"2w\":\"A0vdlZC5R\",\"Card Background Subtle\":\"Od6SjwanH\",\"CTA Banner Desktop BG\":\"By37qcpxY\",\"CTA Banner Mobile BG\":\"QDGGwax0J\",Integrations:\"FfH7oVoAR\",Mobile:\"Fdzu14XBB\"};const getProps=({height,id,opacity,width,...props})=>{return{...props,RIKwmGvin:opacity??props.RIKwmGvin??.08,variant:humanReadableVariantMap[props.variant]??props.variant??\"p_zOlV8QK\"};};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,RIKwmGvin,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"p_zOlV8QK\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"FfH7oVoAR\",\"Od6SjwanH\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"FfH7oVoAR\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"Od6SjwanH\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-bouxd9\",className,classNames),\"data-framer-name\":\"1w\",layoutDependency:layoutDependency,layoutId:\"p_zOlV8QK\",ref:refBinding,style:{...style},...addPropertyOverrides({A0vdlZC5R:{\"data-framer-name\":\"2w\"},By37qcpxY:{\"data-framer-name\":\"CTA Banner Desktop BG\"},Fdzu14XBB:{\"data-framer-name\":\"Mobile\"},FfH7oVoAR:{\"data-framer-name\":\"Integrations\"},N3hBM4jkM:{\"data-framer-name\":\"Mobile\"},Od6SjwanH:{\"data-framer-name\":\"Card Background Subtle\"},QDGGwax0J:{\"data-framer-name\":\"CTA Banner Mobile BG\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-sfrxir\",\"data-framer-name\":\"Subtle_Off_Size_1w\",layoutDependency:layoutDependency,layoutId:\"v0AOjtfiu\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-435kug\",layoutDependency:layoutDependency,layoutId:\"Rkxno5zn1\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ws5o51\",\"data-framer-name\":\"Grid\",fill:\"black\",intrinsicHeight:1250,intrinsicWidth:1698,layoutDependency:layoutDependency,layoutId:\"FwZFWdS6J\",style:{opacity:RIKwmGvin},svg:'<svg width=\"1698\" height=\"1250\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke=\"#fff\" d=\"M1 1h32v1248H1zm32 0h32v1248H33zm32 0h32v1248H65zm32 0h32v1248H97zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32zm32 0h32v1248h-32z\"/><path stroke=\"#fff\" d=\"M1 1h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1zm0 32h1696v32H1z\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-m2a0yn\",\"data-framer-name\":\"BGgrid\",fill:\"black\",intrinsicHeight:1082,intrinsicWidth:2642,layoutDependency:layoutDependency,layoutId:\"wdIgIcJb5\",style:{opacity:RIKwmGvin},svg:'<svg width=\"2642\" height=\"1082\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke=\"#fff\" d=\"M1 961h120v120H1zm0-120h120v120H1zm0-120h120v120H1zm0-120h120v120H1zm0-120h120v120H1zm0-120h120v120H1zm0-120h120v120H1zm0-120h120v120H1zM1 1h120v120H1zm120 960h120v120H121zm0-120h120v120H121zm0-120h120v120H121zm0-120h120v120H121zm0-120h120v120H121zm0-120h120v120H121zm0-120h120v120H121zm0-120h120v120H121zm0-120h120v120H121zm120 960h120v120H241zm0-120h120v120H241zm0-120h120v120H241zm0-120h120v120H241zm0-120h120v120H241zm0-120h120v120H241zm0-120h120v120H241zm0-120h120v120H241zm0-120h120v120H241zm120 960h120v120H361zm0-120h120v120H361zm0-120h120v120H361zm0-120h120v120H361zm0-120h120v120H361zm0-120h120v120H361zm0-120h120v120H361zm0-120h120v120H361zm0-120h120v120H361zm120 960h120v120H481zm0-120h120v120H481zm0-120h120v120H481zm0-120h120v120H481zm0-120h120v120H481zm0-120h120v120H481zm0-120h120v120H481zm0-120h120v120H481zm0-120h120v120H481zm120 960h120v120H601zm0-120h120v120H601zm0-120h120v120H601zm0-120h120v120H601zm0-120h120v120H601zm0-120h120v120H601zm0-120h120v120H601zm0-120h120v120H601zm0-120h120v120H601zm120 960h120v120H721zm0-120h120v120H721zm0-120h120v120H721zm0-120h120v120H721zm0-120h120v120H721zm0-120h120v120H721zm0-120h120v120H721zm0-120h120v120H721zm0-120h120v120H721zm120 960h120v120H841zm0-120h120v120H841zm0-120h120v120H841zm0-120h120v120H841zm0-120h120v120H841zm0-120h120v120H841zm0-120h120v120H841zm0-120h120v120H841zm0-120h120v120H841zm120 960h120v120H961zm0-120h120v120H961zm0-120h120v120H961zm0-120h120v120H961zm0-120h120v120H961zm0-120h120v120H961zm0-120h120v120H961zm0-120h120v120H961zm0-120h120v120H961zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm120 960h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120zm0-120h120v120h-120z\"/></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-108w2ug\",\"data-framer-name\":\"Grid_cards\",fill:\"black\",intrinsicHeight:666,intrinsicWidth:1200,layoutDependency:layoutDependency,layoutId:\"EEVgREQkf\",svg:'<svg width=\"1200\" height=\"666\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><rect width=\"382.667\" height=\"176\" rx=\"16\" fill=\"#030314\" fill-opacity=\".48\"/><rect width=\"382.667\" height=\"176\" rx=\"16\" fill=\"url(#b)\"/></g><g filter=\"url(#c)\"><rect x=\"408.667\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"#030314\" fill-opacity=\".48\"/><rect x=\"408.667\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"url(#d)\"/></g><g filter=\"url(#e)\"><rect x=\"817.333\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"#030314\" fill-opacity=\".48\"/><rect x=\"817.333\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"url(#f)\"/></g><g filter=\"url(#g)\"><rect y=\"200\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"#030314\" fill-opacity=\".48\"/><rect y=\"200\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"url(#h)\"/></g><g filter=\"url(#i)\"><rect x=\"408.667\" y=\"200\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"#030314\" fill-opacity=\".48\"/><rect x=\"408.667\" y=\"200\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"url(#j)\"/></g><g filter=\"url(#k)\"><rect x=\"817.333\" y=\"200\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"#030314\" fill-opacity=\".48\"/><rect x=\"817.333\" y=\"200\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"url(#l)\"/></g><g filter=\"url(#m)\"><rect y=\"400\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"#030314\" fill-opacity=\".48\"/><rect y=\"400\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"url(#n)\"/></g><g filter=\"url(#o)\"><rect x=\"408.667\" y=\"400\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"#030314\" fill-opacity=\".48\"/><rect x=\"408.667\" y=\"400\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"url(#p)\"/></g><g filter=\"url(#q)\"><rect x=\"817.333\" y=\"400\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"#030314\" fill-opacity=\".48\"/><rect x=\"817.333\" y=\"400\" width=\"382.667\" height=\"176\" rx=\"16\" fill=\"url(#r)\"/></g><defs><linearGradient id=\"b\" x1=\"191.333\" y1=\"0\" x2=\"191.333\" y2=\"176\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".01\"/><stop offset=\"1\" stop-color=\"#060728\" stop-opacity=\".01\"/></linearGradient><linearGradient id=\"d\" x1=\"600\" y1=\"0\" x2=\"600\" y2=\"176\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".01\"/><stop offset=\"1\" stop-color=\"#060728\" stop-opacity=\".01\"/></linearGradient><linearGradient id=\"f\" x1=\"1008.67\" y1=\"0\" x2=\"1008.67\" y2=\"176\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".01\"/><stop offset=\"1\" stop-color=\"#060728\" stop-opacity=\".01\"/></linearGradient><linearGradient id=\"h\" x1=\"191.333\" y1=\"200\" x2=\"191.333\" y2=\"376\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".01\"/><stop offset=\"1\" stop-color=\"#060728\" stop-opacity=\".01\"/></linearGradient><linearGradient id=\"j\" x1=\"600\" y1=\"200\" x2=\"600\" y2=\"376\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".01\"/><stop offset=\"1\" stop-color=\"#060728\" stop-opacity=\".01\"/></linearGradient><linearGradient id=\"l\" x1=\"1008.67\" y1=\"200\" x2=\"1008.67\" y2=\"376\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".01\"/><stop offset=\"1\" stop-color=\"#060728\" stop-opacity=\".01\"/></linearGradient><linearGradient id=\"n\" x1=\"191.333\" y1=\"400\" x2=\"191.333\" y2=\"576\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".01\"/><stop offset=\"1\" stop-color=\"#060728\" stop-opacity=\".01\"/></linearGradient><linearGradient id=\"p\" x1=\"600\" y1=\"400\" x2=\"600\" y2=\"576\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".01\"/><stop offset=\"1\" stop-color=\"#060728\" stop-opacity=\".01\"/></linearGradient><linearGradient id=\"r\" x1=\"1008.67\" y1=\"400\" x2=\"1008.67\" y2=\"576\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".01\"/><stop offset=\"1\" stop-color=\"#060728\" stop-opacity=\".01\"/></linearGradient><filter id=\"a\" x=\"0\" y=\"0\" width=\"382.667\" height=\"176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"1\" in=\"SourceAlpha\" result=\"effect1_innerShadow_530_2223\"/><feOffset/><feGaussianBlur stdDeviation=\".5\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_530_2223\"/></filter><filter id=\"c\" x=\"408.667\" y=\"0\" width=\"382.667\" height=\"176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"1\" in=\"SourceAlpha\" result=\"effect1_innerShadow_530_2223\"/><feOffset/><feGaussianBlur stdDeviation=\".5\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_530_2223\"/></filter><filter id=\"e\" x=\"817.333\" y=\"0\" width=\"382.667\" height=\"176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"1\" in=\"SourceAlpha\" result=\"effect1_innerShadow_530_2223\"/><feOffset/><feGaussianBlur stdDeviation=\".5\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_530_2223\"/></filter><filter id=\"g\" x=\"0\" y=\"200\" width=\"382.667\" height=\"176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"1\" in=\"SourceAlpha\" result=\"effect1_innerShadow_530_2223\"/><feOffset/><feGaussianBlur stdDeviation=\".5\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_530_2223\"/></filter><filter id=\"i\" x=\"408.667\" y=\"200\" width=\"382.667\" height=\"176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"1\" in=\"SourceAlpha\" result=\"effect1_innerShadow_530_2223\"/><feOffset/><feGaussianBlur stdDeviation=\".5\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_530_2223\"/></filter><filter id=\"k\" x=\"817.333\" y=\"200\" width=\"382.667\" height=\"176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"1\" in=\"SourceAlpha\" result=\"effect1_innerShadow_530_2223\"/><feOffset/><feGaussianBlur stdDeviation=\".5\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_530_2223\"/></filter><filter id=\"m\" x=\"0\" y=\"400\" width=\"382.667\" height=\"176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"1\" in=\"SourceAlpha\" result=\"effect1_innerShadow_530_2223\"/><feOffset/><feGaussianBlur stdDeviation=\".5\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_530_2223\"/></filter><filter id=\"o\" x=\"408.667\" y=\"400\" width=\"382.667\" height=\"176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"1\" in=\"SourceAlpha\" result=\"effect1_innerShadow_530_2223\"/><feOffset/><feGaussianBlur stdDeviation=\".5\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_530_2223\"/></filter><filter id=\"q\" x=\"817.333\" y=\"400\" width=\"382.667\" height=\"176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feMorphology radius=\"1\" in=\"SourceAlpha\" result=\"effect1_innerShadow_530_2223\"/><feOffset/><feGaussianBlur stdDeviation=\".5\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0\"/><feBlend in2=\"shape\" result=\"effect1_innerShadow_530_2223\"/></filter></defs></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4dcqd4\",layoutDependency:layoutDependency,layoutId:\"UPDhz5sbo\",style:{background:\"radial-gradient(50% 50% at 50% 50%, rgba(6, 3, 17, 0) 16.700098536036037%, var(--token-98dcce7b-b7d2-40fb-8058-1dd7f68612a2, rgb(6, 3, 17)) 100%)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4xu9ik-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"laXJbX469-container\",nodeId:\"laXJbX469\",rendersWithMotion:true,scopeId:\"UfuNVbX8c\",children:/*#__PURE__*/_jsx(ShootingStarShootingStar1,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"laXJbX469\",layoutId:\"laXJbX469\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1flq6rd-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"KaN9gYUm6-container\",nodeId:\"KaN9gYUm6\",rendersWithMotion:true,scopeId:\"UfuNVbX8c\",children:/*#__PURE__*/_jsx(ShootingStarShootingStar1,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"KaN9gYUm6\",layoutId:\"KaN9gYUm6\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10bc9my-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"FSs1esQOc-container\",nodeId:\"FSs1esQOc\",rendersWithMotion:true,scopeId:\"UfuNVbX8c\",style:{rotate:90},children:/*#__PURE__*/_jsx(ShootingStarShootingStar1,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"FSs1esQOc\",layoutId:\"FSs1esQOc\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1meyz0q-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"E3mUmW1zE-container\",nodeId:\"E3mUmW1zE\",rendersWithMotion:true,scopeId:\"UfuNVbX8c\",style:{rotate:90},children:/*#__PURE__*/_jsx(ShootingStarShootingStar2,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"E3mUmW1zE\",layoutId:\"E3mUmW1zE\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-e2ztzs-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"IW7ZQB7nZ-container\",nodeId:\"IW7ZQB7nZ\",rendersWithMotion:true,scopeId:\"UfuNVbX8c\",children:/*#__PURE__*/_jsx(ShootingStarShootingStar2,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"IW7ZQB7nZ\",layoutId:\"IW7ZQB7nZ\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3471dz-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"YmwvErt0v-container\",nodeId:\"YmwvErt0v\",rendersWithMotion:true,scopeId:\"UfuNVbX8c\",children:/*#__PURE__*/_jsx(ShootingStarShootingStar3,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"YmwvErt0v\",layoutId:\"YmwvErt0v\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hfytq7-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"cD7udRaJr-container\",nodeId:\"cD7udRaJr\",rendersWithMotion:true,scopeId:\"UfuNVbX8c\",children:/*#__PURE__*/_jsx(ShootingStarShootingStar3,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"cD7udRaJr\",layoutId:\"cD7udRaJr\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dh00ls-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"HfzNGyfwG-container\",nodeId:\"HfzNGyfwG\",rendersWithMotion:true,scopeId:\"UfuNVbX8c\",children:/*#__PURE__*/_jsx(ShootingStarShootingStar4,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"HfzNGyfwG\",layoutId:\"HfzNGyfwG\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-30gzrl-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"PMB6lUODE-container\",nodeId:\"PMB6lUODE\",rendersWithMotion:true,scopeId:\"UfuNVbX8c\",style:{rotate:0},variants:{Fdzu14XBB:{rotate:90},N3hBM4jkM:{rotate:90}},children:/*#__PURE__*/_jsx(ShootingStarShootingStar4,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"PMB6lUODE\",layoutId:\"PMB6lUODE\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zqdphf-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"WpUMmSVa5-container\",nodeId:\"WpUMmSVa5\",rendersWithMotion:true,scopeId:\"UfuNVbX8c\",style:{rotate:-90},children:/*#__PURE__*/_jsx(ShootingStarShootingStar1,{alignment:\"center\",fit:\"contain\",height:\"100%\",id:\"WpUMmSVa5\",layoutId:\"WpUMmSVa5\",play:true,playOnCanvas:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dwwHO.framer-1ptqj2u, .framer-dwwHO .framer-1ptqj2u { display: block; }\",\".framer-dwwHO.framer-bouxd9 { gap: 10px; height: 754px; overflow: hidden; position: relative; width: 812px; }\",\".framer-dwwHO .framer-sfrxir { flex: none; height: 754px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 812px; z-index: 1; }\",\".framer-dwwHO .framer-435kug { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-dwwHO .framer-1ws5o51 { aspect-ratio: 1.3584 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1250px); left: 0px; position: absolute; top: 0px; width: 1698px; }\",\".framer-dwwHO .framer-m2a0yn { aspect-ratio: 2.4417744916820703 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1082px); left: 0px; position: absolute; top: 0px; width: 2642px; }\",\".framer-dwwHO .framer-108w2ug { aspect-ratio: 1.8018018018018018 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 666px); left: 0px; position: absolute; top: 0px; width: 1200px; }\",\".framer-dwwHO .framer-4dcqd4 { align-content: center; align-items: center; bottom: -64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: -64px; overflow: hidden; padding: 0px; position: absolute; right: -64px; top: -64px; z-index: 1; }\",\".framer-dwwHO .framer-4xu9ik-container { flex: none; height: 1px; left: 340px; position: absolute; top: 257px; width: 132px; }\",\".framer-dwwHO .framer-1flq6rd-container { flex: none; height: 1px; left: 484px; position: absolute; top: 353px; width: 132px; }\",\".framer-dwwHO .framer-10bc9my-container { flex: none; height: 1px; left: 447px; position: absolute; top: 544px; width: 132px; }\",\".framer-dwwHO .framer-1meyz0q-container { flex: none; height: 1px; left: 50px; position: absolute; top: 321px; width: 132px; }\",\".framer-dwwHO .framer-e2ztzs-container { flex: none; height: 1px; left: 77px; position: absolute; top: 609px; width: 132px; }\",\".framer-dwwHO .framer-3471dz-container { flex: none; height: 1px; left: 363px; position: absolute; top: 448px; width: 132px; }\",\".framer-dwwHO .framer-1hfytq7-container { bottom: 433px; flex: none; height: 1px; left: 259px; position: absolute; width: 132px; }\",\".framer-dwwHO .framer-1dh00ls-container { flex: none; height: 1px; left: 196px; position: absolute; top: 417px; width: 132px; }\",\".framer-dwwHO .framer-30gzrl-container { flex: none; height: 1px; left: 276px; position: absolute; top: 352px; width: 132px; }\",\".framer-dwwHO .framer-zqdphf-container { flex: none; height: 1px; left: 447px; position: absolute; top: 256px; width: 132px; }\",\".framer-dwwHO.framer-v-4wpx0o.framer-bouxd9, .framer-dwwHO.framer-v-4wpx0o .framer-sfrxir, .framer-dwwHO.framer-v-1cxqdbz.framer-bouxd9, .framer-dwwHO.framer-v-1cxqdbz .framer-sfrxir { width: 1440px; }\",\".framer-dwwHO.framer-v-4wpx0o .framer-4xu9ik-container { left: 654px; }\",\".framer-dwwHO.framer-v-4wpx0o .framer-10bc9my-container { left: 351px; }\",\".framer-dwwHO.framer-v-4wpx0o .framer-1meyz0q-container { left: calc(51.18055555555557% - 132px / 2); }\",\".framer-dwwHO.framer-v-4wpx0o .framer-e2ztzs-container { left: 654px; top: 513px; }\",\".framer-dwwHO.framer-v-4wpx0o .framer-1hfytq7-container { left: 699px; }\",\".framer-dwwHO.framer-v-4wpx0o .framer-1dh00ls-container { left: 972px; }\",\".framer-dwwHO.framer-v-4wpx0o .framer-30gzrl-container { left: 828px; }\",\".framer-dwwHO.framer-v-4wpx0o .framer-zqdphf-container { left: 927px; }\",\".framer-dwwHO.framer-v-1cxqdbz .framer-4xu9ik-container { left: 652px; top: 239px; }\",\".framer-dwwHO.framer-v-1cxqdbz .framer-1flq6rd-container { left: 796px; top: 361px; }\",\".framer-dwwHO.framer-v-1cxqdbz .framer-10bc9my-container { left: 535px; top: 480px; }\",\".framer-dwwHO.framer-v-1cxqdbz .framer-1meyz0q-container { left: 415px; }\",\".framer-dwwHO.framer-v-1cxqdbz .framer-e2ztzs-container { left: 534px; top: 601px; }\",\".framer-dwwHO.framer-v-1cxqdbz .framer-3471dz-container { left: 547px; top: 480px; }\",\".framer-dwwHO.framer-v-1cxqdbz .framer-1hfytq7-container { bottom: unset; left: 363px; top: 240px; }\",\".framer-dwwHO.framer-v-1cxqdbz .framer-1dh00ls-container { left: 932px; top: 360px; }\",\".framer-dwwHO.framer-v-1cxqdbz .framer-30gzrl-container { left: 580px; top: 360px; }\",\".framer-dwwHO.framer-v-1cxqdbz .framer-zqdphf-container { left: 295px; top: 408px; }\",\".framer-dwwHO.framer-v-ortxnn.framer-bouxd9 { height: 546px; width: 1163px; }\",\".framer-dwwHO.framer-v-ortxnn .framer-sfrxir, .framer-dwwHO.framer-v-mp7gsd .framer-sfrxir, .framer-dwwHO.framer-v-4muxes .framer-sfrxir { bottom: 0px; height: unset; right: 0px; width: unset; }\",\".framer-dwwHO.framer-v-ortxnn .framer-4xu9ik-container { left: 436px; top: 200px; }\",\".framer-dwwHO.framer-v-ortxnn .framer-1flq6rd-container { left: 452px; top: 375px; }\",\".framer-dwwHO.framer-v-ortxnn .framer-10bc9my-container { left: 343px; top: 488px; }\",\".framer-dwwHO.framer-v-ortxnn .framer-1meyz0q-container { left: 316px; top: 289px; }\",\".framer-dwwHO.framer-v-ortxnn .framer-e2ztzs-container { left: 229px; top: 400px; }\",\".framer-dwwHO.framer-v-ortxnn .framer-3471dz-container { left: 587px; top: 375px; }\",\".framer-dwwHO.framer-v-ortxnn .framer-1hfytq7-container { bottom: 370px; left: 227px; }\",\".framer-dwwHO.framer-v-ortxnn .framer-1dh00ls-container, .framer-dwwHO.framer-v-ortxnn .framer-30gzrl-container { top: 200px; }\",\".framer-dwwHO.framer-v-ortxnn .framer-zqdphf-container { left: 316px; top: 293px; }\",\".framer-dwwHO.framer-v-mp7gsd.framer-bouxd9 { height: 434px; width: 1200px; }\",\".framer-dwwHO.framer-v-mp7gsd .framer-1flq6rd-container { left: 460px; top: 224px; }\",\".framer-dwwHO.framer-v-mp7gsd .framer-1meyz0q-container { left: 543px; top: 129px; }\",\".framer-dwwHO.framer-v-mp7gsd .framer-3471dz-container { top: 160px; }\",\".framer-dwwHO.framer-v-mp7gsd .framer-1hfytq7-container { bottom: 177px; }\",\".framer-dwwHO.framer-v-mp7gsd .framer-1dh00ls-container { left: 702px; top: 256px; }\",\".framer-dwwHO.framer-v-mp7gsd .framer-30gzrl-container { left: 629px; top: 128px; }\",\".framer-dwwHO.framer-v-4muxes.framer-bouxd9 { height: 434px; width: 390px; }\",\".framer-dwwHO.framer-v-4muxes .framer-4dcqd4 { bottom: 0px; left: 0px; right: 0px; top: 0px; }\",\".framer-dwwHO.framer-v-4muxes .framer-4xu9ik-container { left: 48px; top: 224px; }\",\".framer-dwwHO.framer-v-4muxes .framer-1flq6rd-container { left: 64px; }\",\".framer-dwwHO.framer-v-4muxes .framer-10bc9my-container { left: 223px; top: 126px; }\",\".framer-dwwHO.framer-v-4muxes .framer-e2ztzs-container { left: 129px; top: 128px; }\",\".framer-dwwHO.framer-v-4muxes .framer-3471dz-container { left: 190px; top: 256px; }\",\".framer-dwwHO.framer-v-4muxes .framer-1hfytq7-container { bottom: 209px; left: 25px; }\",\".framer-dwwHO.framer-v-4muxes .framer-1dh00ls-container { left: 191px; top: 160px; }\",\".framer-dwwHO.framer-v-4muxes .framer-30gzrl-container { left: 103px; top: 256px; }\",\".framer-dwwHO.framer-v-4muxes .framer-zqdphf-container { left: 127px; }\",\".framer-dwwHO.framer-v-7kfefb.framer-bouxd9, .framer-dwwHO.framer-v-1b6yk5e.framer-bouxd9 { width: 390px; }\",\".framer-dwwHO.framer-v-7kfefb .framer-1ws5o51, .framer-dwwHO.framer-v-1b6yk5e .framer-1ws5o51 { left: -46px; }\",\".framer-dwwHO.framer-v-7kfefb .framer-4dcqd4, .framer-dwwHO.framer-v-1b6yk5e .framer-4dcqd4 { bottom: -32px; left: -32px; right: -32px; top: -32px; }\",\".framer-dwwHO.framer-v-7kfefb .framer-4xu9ik-container, .framer-dwwHO.framer-v-1b6yk5e .framer-4xu9ik-container { left: 129px; top: 192px; }\",\".framer-dwwHO.framer-v-7kfefb .framer-1flq6rd-container, .framer-dwwHO.framer-v-1b6yk5e .framer-1flq6rd-container { left: 129px; }\",\".framer-dwwHO.framer-v-7kfefb .framer-10bc9my-container, .framer-dwwHO.framer-v-1b6yk5e .framer-10bc9my-container { left: 242px; }\",\".framer-dwwHO.framer-v-7kfefb .framer-3471dz-container, .framer-dwwHO.framer-v-1b6yk5e .framer-3471dz-container { left: 140px; }\",\".framer-dwwHO.framer-v-7kfefb .framer-1hfytq7-container, .framer-dwwHO.framer-v-1b6yk5e .framer-1hfytq7-container { left: 187px; }\",\".framer-dwwHO.framer-v-7kfefb .framer-1dh00ls-container, .framer-dwwHO.framer-v-1b6yk5e .framer-1dh00ls-container { left: 83px; top: 415px; }\",\".framer-dwwHO.framer-v-7kfefb .framer-30gzrl-container, .framer-dwwHO.framer-v-1b6yk5e .framer-30gzrl-container { left: 81px; top: 415px; }\",\".framer-dwwHO.framer-v-7kfefb .framer-zqdphf-container, .framer-dwwHO.framer-v-1b6yk5e .framer-zqdphf-container { left: 177px; top: 318px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 754\n * @framerIntrinsicWidth 812\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"A0vdlZC5R\":{\"layout\":[\"fixed\",\"fixed\"]},\"FfH7oVoAR\":{\"layout\":[\"fixed\",\"fixed\"]},\"Od6SjwanH\":{\"layout\":[\"fixed\",\"fixed\"]},\"By37qcpxY\":{\"layout\":[\"fixed\",\"fixed\"]},\"QDGGwax0J\":{\"layout\":[\"fixed\",\"fixed\"]},\"N3hBM4jkM\":{\"layout\":[\"fixed\",\"fixed\"]},\"Fdzu14XBB\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"RIKwmGvin\":\"opacity\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerUfuNVbX8c=withCSS(Component,css,\"framer-dwwHO\");export default FramerUfuNVbX8c;FramerUfuNVbX8c.displayName=\"Component/Background\";FramerUfuNVbX8c.defaultProps={height:754,width:812};addPropertyControls(FramerUfuNVbX8c,{variant:{options:[\"p_zOlV8QK\",\"A0vdlZC5R\",\"FfH7oVoAR\",\"Od6SjwanH\",\"By37qcpxY\",\"QDGGwax0J\",\"N3hBM4jkM\",\"Fdzu14XBB\"],optionTitles:[\"1w\",\"2w\",\"Integrations\",\"Card Background Subtle\",\"CTA Banner Desktop BG\",\"CTA Banner Mobile BG\",\"Mobile\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},RIKwmGvin:{defaultValue:.08,max:1,min:0,step:.01,title:\"Opacity\",type:ControlType.Number}});addFonts(FramerUfuNVbX8c,[{explicitInter:true,fonts:[]},...ShootingStarShootingStar1Fonts,...ShootingStarShootingStar2Fonts,...ShootingStarShootingStar3Fonts,...ShootingStarShootingStar4Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUfuNVbX8c\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"812\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"754\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"A0vdlZC5R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FfH7oVoAR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Od6SjwanH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"By37qcpxY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QDGGwax0J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N3hBM4jkM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Fdzu14XBB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"RIKwmGvin\\\":\\\"opacity\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UfuNVbX8c.map"],
  "mappings": "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",
  "names": ["componentName", "Controls", "props", "layout", "a", "params", "RiveComponent", "rive", "L", "ue", "RenderTarget", "e", "propertyControls", "ControlType", "addPropertyControls", "Shooting_Star_1_default", "Controls", "componentName", "addPropertyControls", "propertyControls", "componentName", "Controls", "props", "layout", "a", "params", "RiveComponent", "rive", "L", "ue", "RenderTarget", "e", "propertyControls", "ControlType", "addPropertyControls", "Shooting_Star_1_default", "Controls", "componentName", "addPropertyControls", "propertyControls", "componentName", "Controls", "props", "layout", "a", "params", "RiveComponent", "rive", "L", "ue", "RenderTarget", "e", "propertyControls", "ControlType", "addPropertyControls", "Shooting_Star_2_default", "Controls", "componentName", "addPropertyControls", "propertyControls", "componentName", "Controls", "props", "layout", "a", "params", "RiveComponent", "rive", "L", "ue", "RenderTarget", "e", "propertyControls", "ControlType", "addPropertyControls", "Shooting_Star_3_default", "Controls", "componentName", "addPropertyControls", "propertyControls", "ShootingStarShootingStar1Fonts", "getFonts", "Shooting_Star_1_default", "ShootingStarShootingStar2Fonts", "ShootingStarShootingStar3Fonts", "Shooting_Star_2_default", "ShootingStarShootingStar4Fonts", "Shooting_Star_3_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "opacity", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "RIKwmGvin", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerUfuNVbX8c", "withCSS", "UfuNVbX8c_default", "addPropertyControls", "ControlType", "addFonts"]
}
