{"version":3,"file":"MCGgWDQpUNoaTH-_EJd4N-pRnih9IjDBP2rVj5zo7fo.BWvaHFL6.mjs","names":["SiviHeroSectionWithButton","Iconoir","SiviYoutubeVideo","DesignPageCard","SiviSectionSnippet","Recognitions","Footer","metadata","className","Image","PropertyOverrides","_Fragment","css"],"sources":["https:/framerusercontent.com/modules/9ERl4J7e1EYCf7dVatOv/rznD9BmvWSljFlxwcFVQ/uKKPutY9M.js"],"sourcesContent":["// Generated by Framer (f26e712)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import Footer from\"#framer/local/canvasComponent/AMBCitsAb/AMBCitsAb.js\";import SiviYoutubeVideo from\"#framer/local/canvasComponent/BuxwLcSX0/BuxwLcSX0.js\";import Recognitions from\"#framer/local/canvasComponent/ex7_WCK8A/ex7_WCK8A.js\";import DesignPageCard from\"#framer/local/canvasComponent/mIz3LKAUi/mIz3LKAUi.js\";import SiviHeroSectionWithButton from\"#framer/local/canvasComponent/mk5RxBiSp/mk5RxBiSp.js\";import SiviSectionSnippet from\"#framer/local/canvasComponent/ZiJUiDgcj/ZiJUiDgcj.js\";import*as sharedStyle from\"#framer/local/css/stylesPresetParagraph/stylesPresetParagraph.js\";import metadataProvider from\"#framer/local/webPageMetadata/uKKPutY9M/uKKPutY9M.js\";const SiviHeroSectionWithButtonFonts=getFonts(SiviHeroSectionWithButton);const IconoirFonts=getFonts(Iconoir);const RichTextWithFX=withFX(RichText);const SiviYoutubeVideoFonts=getFonts(SiviYoutubeVideo);const DesignPageCardFonts=getFonts(DesignPageCard);const SiviSectionSnippetFonts=getFonts(SiviSectionSnippet);const RecognitionsFonts=getFonts(Recognitions);const FooterFonts=getFonts(Footer);const breakpoints={C_C5UOwwF:\"(min-width: 1080px)\",G8NpcQwCr:\"(min-width: 810px) and (max-width: 1079px)\",hnXlBGSNC:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-kRMxn\";const variantClassNames={C_C5UOwwF:\"framer-v-1vxryp6\",G8NpcQwCr:\"framer-v-irqcvc\",hnXlBGSNC:\"framer-v-1672f2d\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"C_C5UOwwF\",Phone:\"hnXlBGSNC\",Tablet:\"G8NpcQwCr\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"C_C5UOwwF\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"C_C5UOwwF\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1vxryp6\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jd5o6h\",\"data-framer-name\":\"header\",children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"shadow\",fit:\"stretch\",intrinsicHeight:1543,intrinsicWidth:2100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:1543,pixelWidth:2100,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/hPOp5DuDkZN6258xKPr2vxSwcM.png\",srcSet:\"https://framerusercontent.com/images/hPOp5DuDkZN6258xKPr2vxSwcM.png?scale-down-to=512 512w,https://framerusercontent.com/images/hPOp5DuDkZN6258xKPr2vxSwcM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hPOp5DuDkZN6258xKPr2vxSwcM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/hPOp5DuDkZN6258xKPr2vxSwcM.png 2100w\"},className:\"framer-t89lys\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:468,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dop8cw-container\",nodeId:\"yehoTclSr\",scopeId:\"uKKPutY9M\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{variant:\"uTBBhxGVa\"},hnXlBGSNC:{variant:\"JUtjhzxrv\"}},children:/*#__PURE__*/_jsx(SiviHeroSectionWithButton,{cCYxyxMlV:\"https://instant.sivi.ai/#/generate-designs?source=sivi-website&medium=website&mediumType=website-large-rectangle&objective=promote-product\",dGMaIQJom:\"Generate unique, template-free banners with the AI design generator and attract your target audience. \",height:\"100%\",id:\"yehoTclSr\",layoutId:\"yehoTclSr\",oQrUpQ84i:\"Generate Designs Now\",p81o21C0o:\"Promote your unique work with\\nAI banner designs \",style:{width:\"100%\"},variant:\"ShBY9Fs8l\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gdudvz\",\"data-framer-name\":\"Video\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iiqjho\",id:\"iiqjho\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-i50a3y\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bgbzhh-container\",isModuleExternal:true,nodeId:\"BDwfvLrxN\",scopeId:\"uKKPutY9M\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-9a53ad27-9261-45e3-9d9d-75df889a9d70, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"PlayOutline\",id:\"BDwfvLrxN\",layoutId:\"BDwfvLrxN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Watch Video\"})}),className:\"framer-h1nirr\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-f0pmil\"),\"data-framer-portal-id\":\"iiqjho\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"yIeQeucxo\"),/*#__PURE__*/_jsx(\"div\",{className:cx(scopingClassNames,\"framer-48wb9i\"),\"data-framer-name\":\"sivi-youtube-video\",\"data-framer-portal-id\":\"iiqjho\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"max(min(100vw, 1280px) - 40px, 1px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-4vbk57-container\",nodeId:\"FaPzQgn5G\",scopeId:\"uKKPutY9M\",children:/*#__PURE__*/_jsx(SiviYoutubeVideo,{height:\"100%\",id:\"FaPzQgn5G\",layoutId:\"FaPzQgn5G\",O_grVIqlU:\"Loop\",style:{width:\"100%\"},uuir78OS4:\"https://youtu.be/lCeqLrWbAjw?rel=0\",variant:\"pT94mhRhV\",width:\"100%\"})})})})]}),getContainer())})})]})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d8cghh\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1psz8q0\",\"data-framer-name\":\"title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Create stunning banners instantly\"})}),className:\"framer-1u82wdg\",\"data-framer-name\":\"Designs For Everyone\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Effortlessly create banners for your marketing campaign with AI design generator in a few minutes. It’s the perfect way to garner attention if you are a marketer, small business owner, content creator or AI enthusiast.\"})}),className:\"framer-17zjnfd\",\"data-framer-name\":\"In just a minute\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j0isss\",\"data-framer-name\":\"usecases\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n2vv98\",\"data-framer-name\":\"set-1\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"buCgChS0V\"},implicitPathVariables:undefined},{href:{webPageId:\"buCgChS0V\"},implicitPathVariables:undefined},{href:{webPageId:\"buCgChS0V\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{width:\"360px\"},hnXlBGSNC:{width:\"360px\",y:(componentViewport?.y||0)+0+552+60+179+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:230,width:\"340px\",y:(componentViewport?.y||0)+0+552+60+83+60+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-huizx8-container\",nodeId:\"dyRzCerrM\",scopeId:\"uKKPutY9M\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{x7C4JChnw:resolvedLinks[1]},hnXlBGSNC:{x7C4JChnw:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(DesignPageCard,{CdrTwlvKo:\"Marketers\",height:\"100%\",id:\"dyRzCerrM\",layoutId:\"dyRzCerrM\",ljMsmJYdd:\"Create marketing designs and carry out A/B tests at scale.\",m2K8j12C5:\"Generate Marketing Desgins \\xbb\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"wtlyeHFCW\",width:\"100%\",x7C4JChnw:resolvedLinks[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ntahe3Hdh\"},implicitPathVariables:undefined},{href:{webPageId:\"ntahe3Hdh\"},implicitPathVariables:undefined},{href:{webPageId:\"ntahe3Hdh\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{width:\"360px\"},hnXlBGSNC:{width:\"360px\",y:(componentViewport?.y||0)+0+552+60+179+60+0+0+260}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:230,width:\"340px\",y:(componentViewport?.y||0)+0+552+60+83+60+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m9ktz4-container\",nodeId:\"FWZ1FpBCP\",scopeId:\"uKKPutY9M\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{x7C4JChnw:resolvedLinks1[1]},hnXlBGSNC:{x7C4JChnw:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(DesignPageCard,{CdrTwlvKo:\"Business Owners\",height:\"100%\",id:\"FWZ1FpBCP\",layoutId:\"FWZ1FpBCP\",ljMsmJYdd:\"Cut hours of design time with branded banners generated in minutes.\",m2K8j12C5:\"Generate Custom Banners \\xbb\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"zar5QDqET\",width:\"100%\",x7C4JChnw:resolvedLinks1[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lcMkK6_EO\"},implicitPathVariables:undefined},{href:{webPageId:\"lcMkK6_EO\"},implicitPathVariables:undefined},{href:{webPageId:\"lcMkK6_EO\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{width:\"360px\",y:(componentViewport?.y||0)+0+552+60+83+60+0+0+260},hnXlBGSNC:{width:\"360px\",y:(componentViewport?.y||0)+0+552+60+179+60+0+0+520}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:230,width:\"340px\",y:(componentViewport?.y||0)+0+552+60+83+60+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ivhoi2-container\",nodeId:\"ULZa28lLG\",scopeId:\"uKKPutY9M\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{x7C4JChnw:resolvedLinks2[1]},hnXlBGSNC:{x7C4JChnw:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(DesignPageCard,{CdrTwlvKo:\"Content Creators\",height:\"100%\",id:\"ULZa28lLG\",layoutId:\"ULZa28lLG\",ljMsmJYdd:\"Attract viewers and boost engagement with stunning designs for your content.\",m2K8j12C5:\"Create Visuals \\xbb\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"N520gf9za\",width:\"100%\",x7C4JChnw:resolvedLinks2[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uucQMakq0\"},implicitPathVariables:undefined},{href:{webPageId:\"uucQMakq0\"},implicitPathVariables:undefined},{href:{webPageId:\"uucQMakq0\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{width:\"360px\"},hnXlBGSNC:{width:\"360px\",y:(componentViewport?.y||0)+0+552+60+179+60+0+0+780}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:230,width:\"340px\",y:(componentViewport?.y||0)+0+552+60+83+60+0+0+260,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15mq9ge-container\",nodeId:\"d5cmWe9Vh\",scopeId:\"uKKPutY9M\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{x7C4JChnw:resolvedLinks3[1]},hnXlBGSNC:{x7C4JChnw:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(DesignPageCard,{CdrTwlvKo:\"AI Enthusiasts\",height:\"100%\",id:\"d5cmWe9Vh\",layoutId:\"d5cmWe9Vh\",ljMsmJYdd:\"Explore the future of AI with the AI Design tool.\",m2K8j12C5:\"Experience AI Design \\xbb\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"zar5QDqET\",width:\"100%\",x7C4JChnw:resolvedLinks3[0]})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hnXlBGSNC:{y:(componentViewport?.y||0)+0+552+60+1319}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:182,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+552+60+763,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ie0lw1-container\",nodeId:\"u6vEkV_Uz\",scopeId:\"uKKPutY9M\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hnXlBGSNC:{variant:\"qI2zd7FsI\"}},children:/*#__PURE__*/_jsx(SiviSectionSnippet,{FgsihsMMB:\"Generate custom banners that save time and give exceptional results.\",height:\"100%\",id:\"u6vEkV_Uz\",layoutId:\"u6vEkV_Uz\",style:{width:\"100%\"},variant:\"Zic1JvX0D\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hnXlBGSNC:{y:(componentViewport?.y||0)+0+552+60+1511}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1403,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+552+60+955,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qdj0ka-container\",nodeId:\"sBCxcxhvY\",scopeId:\"uKKPutY9M\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{variant:\"YUSwMDcQv\"},hnXlBGSNC:{variant:\"nJsPuUD2R\"}},children:/*#__PURE__*/_jsx(Recognitions,{height:\"100%\",id:\"sBCxcxhvY\",layoutId:\"sBCxcxhvY\",style:{width:\"100%\"},variant:\"BtF44W6e0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hnXlBGSNC:{y:(componentViewport?.y||0)+0+552+60+2924}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:818,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+552+60+2368,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4w3nsr-container\",nodeId:\"Gaqk5Tpna\",scopeId:\"uKKPutY9M\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G8NpcQwCr:{variant:\"W2GovOuVi\"},hnXlBGSNC:{variant:\"X79w9DGRo\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"Gaqk5Tpna\",layoutId:\"Gaqk5Tpna\",style:{width:\"100%\"},variant:\"ljVnGbroX\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kRMxn.framer-14ntki9, .framer-kRMxn .framer-14ntki9 { display: block; }\",\".framer-kRMxn.framer-1vxryp6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1080px; }\",\".framer-kRMxn .framer-jd5o6h { align-content: center; align-items: center; background: linear-gradient(112deg, #000000 0%, #190137 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-kRMxn .framer-t89lys { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kRMxn .framer-dop8cw-container, .framer-kRMxn .framer-ie0lw1-container, .framer-kRMxn .framer-1qdj0ka-container, .framer-kRMxn .framer-4w3nsr-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-kRMxn .framer-gdudvz { align-content: center; align-items: center; background-color: var(--token-43193390-f8ce-4cde-b0db-5e8750c972b4, #270750); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-kRMxn .framer-iiqjho { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kRMxn .framer-i50a3y { --border-bottom-width: 1px; --border-color: var(--token-9a53ad27-9261-45e3-9d9d-75df889a9d70, #ffffff); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 24px); justify-content: center; overflow: hidden; padding: 4px 4px 4px 6px; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kRMxn .framer-1bgbzhh-container { flex: none; height: 18px; position: relative; width: 20px; }\",\".framer-kRMxn .framer-h1nirr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kRMxn.framer-f0pmil { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-kRMxn.framer-48wb9i { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 113px); justify-content: center; left: 50%; max-width: 1280px; overflow: hidden; padding: 20px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-kRMxn .framer-4vbk57-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-kRMxn .framer-d8cghh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-kRMxn .framer-1psz8q0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-kRMxn .framer-1u82wdg { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kRMxn .framer-17zjnfd { flex: none; height: auto; max-width: 720px; overflow: visible; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-kRMxn .framer-j0isss { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 60px 30px 120px 30px; position: relative; width: 100%; }\",\".framer-kRMxn .framer-n2vv98 { display: grid; flex: none; gap: 30px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(300px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1080px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kRMxn .framer-huizx8-container { align-self: start; flex: none; height: 230px; justify-self: start; max-width: 360px; position: relative; width: 1fr; }\",\".framer-kRMxn .framer-1m9ktz4-container, .framer-kRMxn .framer-ivhoi2-container, .framer-kRMxn .framer-15mq9ge-container { align-self: start; flex: none; height: 230px; justify-self: start; max-width: 360px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kRMxn.framer-1vxryp6, .framer-kRMxn .framer-t89lys, .framer-kRMxn .framer-gdudvz, .framer-kRMxn .framer-iiqjho, .framer-kRMxn .framer-i50a3y, .framer-kRMxn.framer-48wb9i, .framer-kRMxn .framer-d8cghh, .framer-kRMxn .framer-1psz8q0, .framer-kRMxn .framer-j0isss { gap: 0px; } .framer-kRMxn.framer-1vxryp6 > *, .framer-kRMxn .framer-t89lys > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-kRMxn.framer-1vxryp6 > :first-child, .framer-kRMxn .framer-t89lys > :first-child, .framer-kRMxn .framer-d8cghh > :first-child, .framer-kRMxn .framer-1psz8q0 > :first-child, .framer-kRMxn .framer-j0isss > :first-child { margin-top: 0px; } .framer-kRMxn.framer-1vxryp6 > :last-child, .framer-kRMxn .framer-t89lys > :last-child, .framer-kRMxn .framer-d8cghh > :last-child, .framer-kRMxn .framer-1psz8q0 > :last-child, .framer-kRMxn .framer-j0isss > :last-child { margin-bottom: 0px; } .framer-kRMxn .framer-gdudvz > *, .framer-kRMxn .framer-i50a3y > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kRMxn .framer-gdudvz > :first-child, .framer-kRMxn .framer-iiqjho > :first-child, .framer-kRMxn .framer-i50a3y > :first-child, .framer-kRMxn.framer-48wb9i > :first-child { margin-left: 0px; } .framer-kRMxn .framer-gdudvz > :last-child, .framer-kRMxn .framer-iiqjho > :last-child, .framer-kRMxn .framer-i50a3y > :last-child, .framer-kRMxn.framer-48wb9i > :last-child { margin-right: 0px; } .framer-kRMxn .framer-iiqjho > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-kRMxn.framer-48wb9i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kRMxn .framer-d8cghh > *, .framer-kRMxn .framer-1psz8q0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kRMxn .framer-j0isss > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",...sharedStyle.css,'.framer-kRMxn[data-border=\"true\"]::after, .framer-kRMxn [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1079px) { .framer-kRMxn.framer-1vxryp6 { width: 810px; } .framer-kRMxn .framer-n2vv98 { grid-template-columns: repeat(2, minmax(300px, 1fr)); }}\",\"@media (max-width: 809px) { .framer-kRMxn.framer-1vxryp6 { width: 390px; } .framer-kRMxn .framer-17zjnfd { overflow: hidden; width: 100%; } .framer-kRMxn .framer-j0isss { padding: 60px 16px 60px 16px; } .framer-kRMxn .framer-n2vv98 { grid-template-columns: repeat(1, minmax(300px, 1fr)); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3806\n * @framerIntrinsicWidth 1080\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"G8NpcQwCr\":{\"layout\":[\"fixed\",\"auto\"]},\"hnXlBGSNC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameruKKPutY9M=withCSS(Component,css,\"framer-kRMxn\");export default FrameruKKPutY9M;FrameruKKPutY9M.displayName=\"persona\";FrameruKKPutY9M.defaultProps={height:3806,width:1080};addFonts(FrameruKKPutY9M,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...SiviHeroSectionWithButtonFonts,...IconoirFonts,...SiviYoutubeVideoFonts,...DesignPageCardFonts,...SiviSectionSnippetFonts,...RecognitionsFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruKKPutY9M\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"3806\",\"framerIntrinsicWidth\":\"1080\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"G8NpcQwCr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hnXlBGSNC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}