{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/hgl83gThot3SV8O1vaYh/OHVrpBZadGe81FB0aaff/HeroAnimation.js", "ssg:https://framerusercontent.com/modules/jz9GXqOSFvcdlTIqgotj/XhdvKlJzpoAwpvcAVD9h/gxifWW1wB.js", "ssg:https://framerusercontent.com/modules/1HSBohchNySCIIP6u090/l5lGhlvuE4CRFXxv1e5c/WLNZSV8l5.js", "ssg:https://framerusercontent.com/modules/RtTXsl8Pz2Iqf63dPl9E/I1gPTCrECOHiAOiuvT7w/aaUX2Mw5Z.js"],
  "sourcesContent": ["// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function HeroAnimation(props){useEffect(()=>{const bodyElement=document.querySelector(\"body\");bodyElement.style.width=\"100%\";},[]);return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:innerStyles}}),/*#__PURE__*/_jsxs(\"div\",{className:\"mask-container left\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"mask main\"}),/*#__PURE__*/_jsx(\"div\",{className:\"mask-inner-container left\",children:/*#__PURE__*/_jsx(\"div\",{className:\"mask\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"mask-container right\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"mask main\"}),/*#__PURE__*/_jsx(\"div\",{className:\"mask-inner-container right\",children:/*#__PURE__*/_jsx(\"div\",{className:\"mask\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"inner\",children:/*#__PURE__*/_jsx(\"div\",{className:\"container\",children:/*#__PURE__*/_jsx(\"h2\",{className:\"heading-2 text font-weight-regular\",children:\"The fastest way from point A to B.\"})})})})]});}const innerStyles=`\n                .opacity-50 {\n                    opacity: 0.5;\n                }\n                \n                .opacity-0 {\n                    opacity: 0;\n                }\n\n                .height-full {\n                    height: 100%;\n                }\n\n                .width-full {\n                    width: 100%;\n                }\n\n                .heading-2 {\n                    font-size: 56px;\n                    line-height: 1.1;\n                    letter-spacing: -2.44px;\n                }\n\n                @media (max-width: 1199px) {\n                    .heading-2 {\n                        font-size: 36px !important;\n                        line-height: 1.15 !important;\n                        letter-spacing: -1.44px !important;\n                    }\n                }\n                \n                .font-weight-medium {\n                    font-weight: 500;\n                    font-family: \"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif;\n                }\n\n                .font-weight-regular {\n                    font-weight: 400;\n                    font-family: \"Graphik Regular\", \"Graphik Regular Placeholder\", sans-serif;\n                }\n\n                .mask-container {\n                    top: 0;\n                    width: 50%;\n                    height: 100%;\n                    overflow: hidden;\n                    position: absolute;\n                }\n\n                .mask-container.left {\n                    left: 0;\n                }\n\n                .mask-container.right {\n                    right: 0\n                }\n\n                .mask-container .mask {\n                    top: 50%;\n                    left: 50%;\n                    position: absolute;\n                    border-color: white;\n                    border-style: solid;\n                    border-radius: 99999px;\n                    transform: translate(-50%, -50%);\n                }\n\n                .mask-container .mask.main {\n                    animation: hero-animation 5s forwards cubic-bezier(0.61, 0.07, 0.32, 1);\n                }\n\n                @media (max-width: 809px) {\n                    .mask-container .mask.main {\n                        animation: hero-animation-mobile 5s forwards cubic-bezier(0.61, 0.07, 0.32, 1);\n                    }\n                }\n\n                .mask-container .mask-inner-container {\n                    top: 0;\n                    width: 50%;\n                    height: 100%;\n                    overflow: hidden;\n                    position: absolute;\n                }\n\n                .mask-container.left .mask-inner-container.left {\n                    left: 0;\n                }\n\n                .mask-container.right .mask-inner-container.right {\n                    right: 0;\n                }\n\n                .mask-container.right .mask-inner-container.right .mask {\n                    left: 0 !important;\n                }\n\n                .mask-container.left .mask-inner-container.left .mask {\n                    left: 100%;\n                }\n\n                .mask-container .mask-inner-container .mask {\n                    animation: hero-animation-secondary-mask 5s forwards cubic-bezier(0.61, 0.07, 0.32, 1);\n                }\n\n                @media (max-width: 809px) {\n                    .mask-container .mask-inner-container .mask {\n                        animation: hero-animation-secondary-mask-animation 5s forwards cubic-bezier(0.61, 0.07, 0.32, 1);\n                    }\n                }\n\n                .content {\n                    top: 0;\n                    left: 0;\n                    width: 100%;\n                    height: 100%;\n                    position: absolute;\n                    padding-bottom: 80px;\n                }\n\n                .content .inner {\n                    width: 100%;\n                    height: 100%;\n                    display: flex;\n                    margin: 0 auto;\n                    padding: 0 30px;\n                    max-width: 1440px;\n                    align-items: flex-end;\n                }\n\n                .content .inner .container {\n                    width: 100%;\n                    display: flex;\n                    justify-content: center;\n                }\n                \n                .content .inner .text {\n                    opacity: 0;\n                    width: 48%;\n                    text-align: center;\n                    transform: translateY(10px);\n                    animation: text-animation 2.5s forwards ease-in-out 1.5s;\n                }\n\n                @media (max-width: 1199px) {\n                    .content .inner .text {\n                        width: 100%;\n                    }\n                }\n\n                @keyframes text-animation {\n                    0% {\n                        opacity: 0;\n                        transform: translateY(10px);\n                    }\n                    25% {\n                        opacity: 1;\n                        transform: translateY(0);\n                    }\n                    80% {\n                        opacity: 1;\n                        transform: translateY(0);\n                    }\n                    100% {\n                        opacity: 0;\n                        transform: translateY(10px);\n                    }\n                }\n\n                @keyframes hero-animation {\n                    0% {\n                        height: 150vw;\n                        width: 150vw;\n                        border-width: 76vw;\n                    }\n                    15% {\n                        height: 150vw;\n                        width: 150vw;\n                        border-width: 65vw;\n                    }\n                    35% {\n                        height: 150vw;\n                        width: 200vw;\n                        border-width: 65vw;\n                    }\n                    70% {\n                        height: 150vw;\n                        width: 200vw;\n                        border-width: 65vw;\n                    }\n                    100% {\n                        height: 150vw;\n                        width: 200vw;\n                        border-width: 0px;\n                    }\n                }\n\n                @keyframes hero-animation-mobile {\n                    0% {\n                        height: 217vw;\n                        width: 217vw;\n                        border-width: 70vh;\n                    }\n                    15% {\n                        height: 217vw;\n                        width: 217vw;\n                        border-width: 40vh;\n                    }\n                    35% {\n                        height: 217vw;\n                        width: 280vw;\n                        border-width: 40vh;\n                    }\n                    70% {\n                       height: 217vw;\n                        width: 280vw;\n                        border-width: 40vh;\n                    }\n                    100% {\n                        height: 217vw;\n                        width: 280vw;\n                        border-width: 0px;\n                    }\n                }\n\n                @keyframes hero-animation-secondary-mask {\n                    0% {\n                        height: 150vw;\n                        width: 150vw;\n                        border-width: 65vw;\n                    }\n                    15% {                    \n                        height: 150vw;\n                        width: 150vw;\n                        border-width: 65vw;\n                    }\n                    35% {\n                        height: 150vw;\n                        width: 150vw;\n                        border-width: 65vw;\n                    }\n                    70% {\n                        height: 150vw;\n                        width: 150vw;\n                        border-width: 65vw;\n                    }\n                    100% {\n                        height: 150vw;\n                        width: 150vw;\n                        border-width: 0px;\n                    }\n                }\n\n                @keyframes hero-animation-secondary-mask-animation {\n                    0% {\n                        height: 217vw;\n                        width: 217vw;\n                        border-width: 40vh;\n                    }\n                    15% {                    \n                        height: 217vw;\n                        width: 217vw;\n                        border-width: 40vh;\n                    }\n                    35% {\n                        height: 217vw;\n                        width: 217vw;\n                        border-width: 40vh;\n                    }\n                    70% {\n                        height: 217vw;\n                        width: 217vw;\n                        border-width: 40vh;\n                    }\n                    100% {\n                        height: 217vw;\n                        width: 217vw;\n                        border-width: 0px;\n                    }\n                }\n\n            `;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HeroAnimation\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HeroAnimation.map", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import HeroAnimation from\"https://framerusercontent.com/modules/hgl83gThot3SV8O1vaYh/OHVrpBZadGe81FB0aaff/HeroAnimation.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ysJV2WnsXJWr482AYnfW/RQYBnAomYgI1GyT0ZZzK/kdatjoioh.js\";const VideoFonts=getFonts(Video);const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const HeroAnimationFonts=getFonts(HeroAnimation);const VideoControls=getPropertyControls(Video);const cycleOrder=[\"FzLclfPYG\",\"Eh6b34Po3\",\"PKUqckV9t\",\"nkDq1wA3u\"];const serializationHash=\"framer-FpLvh\";const variantClassNames={Eh6b34Po3:\"framer-v-1d3n59x\",FzLclfPYG:\"framer-v-1n7r0lz\",nkDq1wA3u:\"framer-v-llgve3\",PKUqckV9t:\"framer-v-1nrqtyn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={delay:4,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Large\":\"FzLclfPYG\",Desktop:\"Eh6b34Po3\",Phone:\"nkDq1wA3u\",Tablet:\"PKUqckV9t\"};const getProps=({height,id,posterImage,source,title,videoFile,videoURL,width,...props})=>{return{...props,HBP7bHFkt:videoURL??props.HBP7bHFkt??\"https://cdn.builder.io/o/assets%2F06ae47f526cc44d193766b906b6f6484%2F5e04f26098c94e50b7fd43d2327c5ea7%2Fcompressed?apiKey=06ae47f526cc44d193766b906b6f6484&token=5e04f26098c94e50b7fd43d2327c5ea7&alt=media&optimized=true\",mlePCpOZz:videoFile??props.mlePCpOZz,pOFoQy5Cq:source??props.pOFoQy5Cq??\"URL\",RezMgOgkh:posterImage??props.RezMgOgkh??{src:\"https://framerusercontent.com/images/74BG09QWhfasYdfwoPIzt3ChI4s.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/74BG09QWhfasYdfwoPIzt3ChI4s.png?scale-down-to=512 512w,https://framerusercontent.com/images/74BG09QWhfasYdfwoPIzt3ChI4s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/74BG09QWhfasYdfwoPIzt3ChI4s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/74BG09QWhfasYdfwoPIzt3ChI4s.png 2560w\"},U_bbtFPne:title??props.U_bbtFPne??\"Shipping won't speed up beyond this\",variant:humanReadableVariantMap[props.variant]??props.variant??\"FzLclfPYG\"};};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,U_bbtFPne,pOFoQy5Cq,mlePCpOZz,HBP7bHFkt,RezMgOgkh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FzLclfPYG\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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,background:{alt:\"\",fit:\"fill\"},className:cx(scopingClassNames,\"framer-1n7r0lz\",className,classNames),\"data-framer-name\":\"Desktop Large\",layoutDependency:layoutDependency,layoutId:\"FzLclfPYG\",ref:refBinding,style:{...style},...addPropertyOverrides({Eh6b34Po3:{\"data-framer-name\":\"Desktop\"},nkDq1wA3u:{\"data-framer-name\":\"Phone\"},PKUqckV9t:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bzme69-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"oVcRwe357-container\",nodeId:\"oVcRwe357\",rendersWithMotion:true,scopeId:\"gxifWW1wB\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"oVcRwe357\",isMixedBorderRadius:false,layoutId:\"oVcRwe357\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:toImageSrc(RezMgOgkh),posterEnabled:true,srcFile:mlePCpOZz,srcType:pOFoQy5Cq,srcUrl:HBP7bHFkt,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-za3di3\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"vDYnDdtA5\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gkdz4e\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"lHAsM_Chk\",style:{backgroundColor:\"rgba(38, 31, 46, 0.5)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",filter:\"blur(100px)\",WebkitFilter:\"blur(100px)\"}}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1mg9air\",\"data-styles-preset\":\"kdatjoioh\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-7245fe63-5482-408c-be5e-f8861f164025, rgb(255, 255, 255)))\"},children:\"Shipping won't speed up beyond this\"})}),className:\"framer-1c4s3te\",\"data-framer-appear-id\":\"1c4s3te\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"BGOZOzL5A\",optimized:true,style:{\"--extracted-gdpscs\":\"var(--token-7245fe63-5482-408c-be5e-f8861f164025, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:U_bbtFPne,transformTemplate:transformTemplate1,verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sg1fno\",layoutDependency:layoutDependency,layoutId:\"oyYMKcM5R\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10b4qki-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"NRWBjvzDQ-container\",nodeId:\"NRWBjvzDQ\",rendersWithMotion:true,scopeId:\"gxifWW1wB\",children:/*#__PURE__*/_jsx(HeroAnimation,{height:\"100%\",id:\"NRWBjvzDQ\",layoutId:\"NRWBjvzDQ\",width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FpLvh.framer-1t91gxf, .framer-FpLvh .framer-1t91gxf { display: block; }\",\".framer-FpLvh.framer-1n7r0lz { display: grid; gap: 24px; grid-auto-rows: 200px; grid-template-columns: repeat(12, minmax(50px, 1fr)); grid-template-rows: repeat(1, 200px); height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 2000px; }\",\".framer-FpLvh .framer-bzme69-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-FpLvh .framer-za3di3 { align-self: start; flex: none; grid-column: auto / span 3; height: 141px; justify-self: start; overflow: hidden; position: relative; width: 100%; }\",\".framer-FpLvh .framer-gkdz4e { bottom: -198px; flex: none; height: 525px; left: calc(50.00000000000002% - 80% / 2); overflow: hidden; position: absolute; width: 80%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-FpLvh .framer-1c4s3te { bottom: 80px; flex: none; height: auto; left: 50%; max-width: 1100px; position: absolute; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-FpLvh .framer-1sg1fno { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; width: 100%; z-index: 1; }\",\".framer-FpLvh .framer-10b4qki-container { flex: none; height: auto; min-height: 100%; min-width: 100%; position: relative; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FpLvh .framer-1sg1fno { gap: 0px; } .framer-FpLvh .framer-1sg1fno > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FpLvh .framer-1sg1fno > :first-child { margin-left: 0px; } .framer-FpLvh .framer-1sg1fno > :last-child { margin-right: 0px; } }\",\".framer-FpLvh.framer-v-1d3n59x.framer-1n7r0lz { width: 1200px; }\",\".framer-FpLvh.framer-v-1nrqtyn.framer-1n7r0lz { height: 1080px; width: 810px; }\",\".framer-FpLvh.framer-v-1nrqtyn .framer-1c4s3te, .framer-FpLvh.framer-v-llgve3 .framer-1c4s3te { bottom: 96px; max-width: unset; width: 100%; }\",\".framer-FpLvh.framer-v-llgve3.framer-1n7r0lz { grid-template-columns: repeat(1, minmax(50px, 1fr)); height: 844px; width: 390px; }\",\".framer-FpLvh.framer-v-llgve3 .framer-za3di3 { grid-column: auto / span 1; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 360\n * @framerIntrinsicWidth 2000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Eh6b34Po3\":{\"layout\":[\"fixed\",\"auto\"]},\"PKUqckV9t\":{\"layout\":[\"fixed\",\"fixed\"]},\"nkDq1wA3u\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"U_bbtFPne\":\"title\",\"pOFoQy5Cq\":\"source\",\"mlePCpOZz\":\"videoFile\",\"HBP7bHFkt\":\"videoURL\",\"RezMgOgkh\":\"posterImage\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergxifWW1wB=withCSS(Component,css,\"framer-FpLvh\");export default FramergxifWW1wB;FramergxifWW1wB.displayName=\"Module: Hero\";FramergxifWW1wB.defaultProps={height:360,width:2e3};addPropertyControls(FramergxifWW1wB,{variant:{options:[\"FzLclfPYG\",\"Eh6b34Po3\",\"PKUqckV9t\",\"nkDq1wA3u\"],optionTitles:[\"Desktop Large\",\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},U_bbtFPne:{defaultValue:\"Shipping won't speed up beyond this\",displayTextArea:false,title:\"Title\",type:ControlType.String},pOFoQy5Cq:VideoControls?.[\"srcType\"]&&{...VideoControls[\"srcType\"],defaultValue:\"URL\",description:undefined,hidden:undefined,title:\"Source\"},mlePCpOZz:VideoControls?.[\"srcFile\"]&&{...VideoControls[\"srcFile\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"Video File\"},HBP7bHFkt:{defaultValue:\"https://cdn.builder.io/o/assets%2F06ae47f526cc44d193766b906b6f6484%2F5e04f26098c94e50b7fd43d2327c5ea7%2Fcompressed?apiKey=06ae47f526cc44d193766b906b6f6484&token=5e04f26098c94e50b7fd43d2327c5ea7&alt=media&optimized=true\",title:\"Video URL\",type:ControlType.String},RezMgOgkh:{__defaultAssetReference:\"data:framer/asset-reference,74BG09QWhfasYdfwoPIzt3ChI4s.png?originalFilename=BG+VIDEO+%2B+FADE.png&preferredSize=auto\",title:\"Poster Image\",type:ControlType.ResponsiveImage}});addFonts(FramergxifWW1wB,[{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\"}]},...VideoFonts,...HeroAnimationFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergxifWW1wB\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"2000\",\"framerIntrinsicHeight\":\"360\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Eh6b34Po3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PKUqckV9t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nkDq1wA3u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"U_bbtFPne\\\":\\\"title\\\",\\\"pOFoQy5Cq\\\":\\\"source\\\",\\\"mlePCpOZz\\\":\\\"videoFile\\\",\\\"HBP7bHFkt\\\":\\\"videoURL\\\",\\\"RezMgOgkh\\\":\\\"posterImage\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gxifWW1wB.map", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/XIQwCTErCSwDxqcITI8r/Xx7GuqaB2iLAkPnifhhX/qff7G3eDE.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/mRkl4P2FGsdv91Fagd3N/pgobAVnZ1sGTiZmP1Yhk/WyEEg_UtP.js\";const cycleOrder=[\"zPU124q7M\",\"pRiwQEafT\",\"R3lZguh59\",\"dkhsS7Xn4\"];const serializationHash=\"framer-JMyva\";const variantClassNames={dkhsS7Xn4:\"framer-v-no3vv4\",pRiwQEafT:\"framer-v-1gs1wt\",R3lZguh59:\"framer-v-1yccg6g\",zPU124q7M:\"framer-v-12uddv8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Large\":\"zPU124q7M\",Desktop:\"pRiwQEafT\",Phone:\"dkhsS7Xn4\",Tablet:\"R3lZguh59\"};const getProps=({gradientBackground,heading,height,id,subheading,text,width,...props})=>{return{...props,Nmt5dVNgU:heading??props.Nmt5dVNgU??\"Get what you need.\",R3tHbtuNd:subheading??props.R3tHbtuNd??\"Get back to what matters.\",sbizz0o8c:text??props.sbizz0o8c??\"Life moves fast. So do we. Whether it\u2019s a well-deserved coffee on a busy day or popcorn for movie night, Wing delivers groceries, food, and more in as little as 15 minutes.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"zPU124q7M\",VNwTxrPIb:gradientBackground??props.VNwTxrPIb??true};};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,Nmt5dVNgU,R3tHbtuNd,sbizz0o8c,VNwTxrPIb,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zPU124q7M\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-12uddv8\",className,classNames),\"data-framer-name\":\"Desktop Large\",layoutDependency:layoutDependency,layoutId:\"zPU124q7M\",ref:refBinding,style:{...style},...addPropertyOverrides({dkhsS7Xn4:{\"data-framer-name\":\"Phone\"},pRiwQEafT:{\"data-framer-name\":\"Desktop\"},R3lZguh59:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[VNwTxrPIb&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r1ubzw\",\"data-framer-name\":\"Background Overlay\",layoutDependency:layoutDependency,layoutId:\"e8udR2fEW\",style:{background:\"linear-gradient(180deg, rgb(255, 217, 13) 0%, rgba(255, 255, 255, 0) 100%)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s5dn54\",\"data-framer-name\":\"Title Container\",layoutDependency:layoutDependency,layoutId:\"d_yWx3wRH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1rk5big\",\"data-styles-preset\":\"WyEEg_UtP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Get what you need.\"})}),className:\"framer-147mm16\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f8Yxr9mFt\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:Nmt5dVNgU,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1rk5big\",\"data-styles-preset\":\"WyEEg_UtP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Get back to what matters.\"})}),className:\"framer-x9zq1i\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ubMmyPi26\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:R3tHbtuNd,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qac5zj\",\"data-framer-name\":\"Description Container\",layoutDependency:layoutDependency,layoutId:\"YvN9XP1hN\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pd2e4l\",\"data-styles-preset\":\"qff7G3eDE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Life moves fast. So do we. Whether it\u2019s a well-deserved coffee on a busy day or popcorn for movie night, Wing delivers groceries, food, and more in as little as 15 minutes.\"})}),className:\"framer-5jq0j0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wzh4zkDXM\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:sbizz0o8c,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JMyva.framer-178n8wm, .framer-JMyva .framer-178n8wm { display: block; }\",\".framer-JMyva.framer-12uddv8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 16px; height: 740px; justify-content: center; min-height: 740px; overflow: visible; padding: 0px; position: relative; width: 2000px; }\",\".framer-JMyva .framer-1r1ubzw { bottom: -80px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-JMyva .framer-s5dn54 { 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: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-JMyva .framer-147mm16 { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-JMyva .framer-x9zq1i { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-JMyva .framer-qac5zj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 33%; z-index: 1; }\",\".framer-JMyva .framer-5jq0j0 { flex: none; height: auto; max-width: 440px; overflow: visible; position: relative; white-space: pre-wrap; width: 440px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JMyva.framer-12uddv8, .framer-JMyva .framer-s5dn54, .framer-JMyva .framer-qac5zj { gap: 0px; } .framer-JMyva.framer-12uddv8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-JMyva.framer-12uddv8 > :first-child, .framer-JMyva .framer-s5dn54 > :first-child { margin-top: 0px; } .framer-JMyva.framer-12uddv8 > :last-child, .framer-JMyva .framer-s5dn54 > :last-child { margin-bottom: 0px; } .framer-JMyva .framer-s5dn54 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-JMyva .framer-qac5zj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-JMyva .framer-qac5zj > :first-child { margin-left: 0px; } .framer-JMyva .framer-qac5zj > :last-child { margin-right: 0px; } }\",\".framer-JMyva.framer-v-1gs1wt.framer-12uddv8 { width: 1200px; }\",\".framer-JMyva.framer-v-1gs1wt .framer-147mm16 { width: 100%; }\",\".framer-JMyva.framer-v-1yccg6g.framer-12uddv8 { height: 520px; min-height: 520px; width: 810px; }\",\".framer-JMyva.framer-v-1yccg6g .framer-1r1ubzw, .framer-JMyva.framer-v-no3vv4 .framer-1r1ubzw { bottom: -126px; }\",\".framer-JMyva.framer-v-1yccg6g .framer-147mm16 { width: 800%; }\",\".framer-JMyva.framer-v-1yccg6g .framer-qac5zj { width: min-content; }\",\".framer-JMyva.framer-v-no3vv4.framer-12uddv8 { height: 520px; min-height: 520px; width: 390px; }\",\".framer-JMyva.framer-v-no3vv4 .framer-s5dn54 { padding: 0px 16px 0px 16px; }\",\".framer-JMyva.framer-v-no3vv4 .framer-qac5zj { padding: 0px 16px 0px 16px; width: 100%; }\",\".framer-JMyva.framer-v-no3vv4 .framer-5jq0j0 { max-width: 100%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 740\n * @framerIntrinsicWidth 2000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"740px\",null]},\"pRiwQEafT\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"740px\",null]},\"R3lZguh59\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"520px\",null]},\"dkhsS7Xn4\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"520px\",null]}}}\n * @framerVariables {\"Nmt5dVNgU\":\"heading\",\"R3tHbtuNd\":\"subheading\",\"sbizz0o8c\":\"text\",\"VNwTxrPIb\":\"gradientBackground\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWLNZSV8l5=withCSS(Component,css,\"framer-JMyva\");export default FramerWLNZSV8l5;FramerWLNZSV8l5.displayName=\"Module: Headline + Body\";FramerWLNZSV8l5.defaultProps={height:740,width:2e3};addPropertyControls(FramerWLNZSV8l5,{variant:{options:[\"zPU124q7M\",\"pRiwQEafT\",\"R3lZguh59\",\"dkhsS7Xn4\"],optionTitles:[\"Desktop Large\",\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},Nmt5dVNgU:{defaultValue:\"Get what you need.\",description:\"\",title:\"Heading\",type:ControlType.String},R3tHbtuNd:{defaultValue:\"Get back to what matters.\",title:\"Subheading\",type:ControlType.String},sbizz0o8c:{defaultValue:\"Life moves fast. So do we. Whether it\u2019s a well-deserved coffee on a busy day or popcorn for movie night, Wing delivers groceries, food, and more in as little as 15 minutes.\",displayTextArea:true,title:\"Text\",type:ControlType.String},VNwTxrPIb:{defaultValue:true,title:\"Gradient Background\",type:ControlType.Boolean}});addFonts(FramerWLNZSV8l5,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWLNZSV8l5\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"2000\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Nmt5dVNgU\\\":\\\"heading\\\",\\\"R3tHbtuNd\\\":\\\"subheading\\\",\\\"sbizz0o8c\\\":\\\"text\\\",\\\"VNwTxrPIb\\\":\\\"gradientBackground\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"740\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"740px\\\",null]},\\\"pRiwQEafT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"740px\\\",null]},\\\"R3lZguh59\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"520px\\\",null]},\\\"dkhsS7Xn4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"520px\\\",null]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WLNZSV8l5.map", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,ResolveLinks,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ModuleCTA from\"#framer/local/canvasComponent/BqV2cDsce/BqV2cDsce.js\";import ContentSlide from\"#framer/local/canvasComponent/D0nb3RmZp/D0nb3RmZp.js\";import TextSlide from\"#framer/local/canvasComponent/FH8TL3a6g/FH8TL3a6g.js\";import ModuleHero from\"#framer/local/canvasComponent/gxifWW1wB/gxifWW1wB.js\";import FeaturedBlogPosts from\"#framer/local/canvasComponent/JPv1CwBtG/JPv1CwBtG.js\";import CardsGrid from\"#framer/local/canvasComponent/nLnLICzR6/nLnLICzR6.js\";import Testimonials from\"#framer/local/canvasComponent/O3ENd0i5R/O3ENd0i5R.js\";import Headline from\"#framer/local/canvasComponent/OvcX0XVBm/OvcX0XVBm.js\";import ModuleHeadlineBody from\"#framer/local/canvasComponent/WLNZSV8l5/WLNZSV8l5.js\";import Eyebrow from\"#framer/local/codeFile/nLnOXLs/Eyebrow.js\";import StackingCards from\"#framer/local/codeFile/mtWcLVL/StackingCards_1.js\";import SwiperCarousel from\"#framer/local/codeFile/DaO13GQ/SwiperCarousel.js\";import ThreeUpCardsSlider from\"#framer/local/codeFile/iECgxhD/ThreeUpCardsSlider.js\";import metadataProvider from\"#framer/local/webPageMetadata/aaUX2Mw5Z/aaUX2Mw5Z.js\";const ModuleHeroFonts=getFonts(ModuleHero);const ModuleHeadlineBodyFonts=getFonts(ModuleHeadlineBody);const ContentSlideFonts=getFonts(ContentSlide);const SwiperCarouselFonts=getFonts(SwiperCarousel);const EyebrowFonts=getFonts(Eyebrow);const CardsGridFonts=getFonts(CardsGrid);const ThreeUpCardsSliderFonts=getFonts(ThreeUpCardsSlider);const ModuleCTAFonts=getFonts(ModuleCTA);const TestimonialsFonts=getFonts(Testimonials);const HeadlineFonts=getFonts(Headline);const TextSlideFonts=getFonts(TextSlide);const StackingCardsFonts=getFonts(StackingCards);const FeaturedBlogPostsFonts=getFonts(FeaturedBlogPosts);const breakpoints={A_Fbbzi37:\"(max-width: 809px)\",iGhWyr3_M:\"(min-width: 1200px) and (max-width: 1999px)\",NvffdWMrB:\"(min-width: 810px) and (max-width: 1199px)\",ptzn_QoIg:\"(min-width: 2000px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-zchgg\";const variantClassNames={A_Fbbzi37:\"framer-v-1amuz7t\",iGhWyr3_M:\"framer-v-17v820f\",NvffdWMrB:\"framer-v-16ru2sv\",ptzn_QoIg:\"framer-v-1qxnwi2\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Large\":\"ptzn_QoIg\",Desktop:\"iGhWyr3_M\",Phone:\"A_Fbbzi37\",Tablet:\"NvffdWMrB\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ptzn_QoIg\"};};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 sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"iGhWyr3_M\",\"NvffdWMrB\",\"A_Fbbzi37\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"iGhWyr3_M\",\"NvffdWMrB\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"A_Fbbzi37\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"iGhWyr3_M\")return true;return false;};const isDisplayed4=()=>{if(!isBrowser())return true;if([\"NvffdWMrB\",\"A_Fbbzi37\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed5=()=>{if(!isBrowser())return true;if(baseVariant===\"NvffdWMrB\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ptzn_QoIg\",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-1qxnwi2\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{height:950},NvffdWMrB:{height:950}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hydik6-container\",nodeId:\"Zc8mJkl65\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{variant:\"nkDq1wA3u\"},iGhWyr3_M:{variant:\"Eh6b34Po3\"},NvffdWMrB:{variant:\"PKUqckV9t\"}},children:/*#__PURE__*/_jsx(ModuleHero,{HBP7bHFkt:\"https://static.wing.com/Content/homepage_hero_V31080.mp4\",height:\"100%\",id:\"Zc8mJkl65\",layoutId:\"Zc8mJkl65\",pOFoQy5Cq:\"URL\",RezMgOgkh:addImageAlt({src:\"https://framerusercontent.com/images/ExPvYbB8iyodQAw9raILaKFq9HU.png\",srcSet:\"https://framerusercontent.com/images/ExPvYbB8iyodQAw9raILaKFq9HU.png?scale-down-to=512 512w,https://framerusercontent.com/images/ExPvYbB8iyodQAw9raILaKFq9HU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ExPvYbB8iyodQAw9raILaKFq9HU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ExPvYbB8iyodQAw9raILaKFq9HU.png 2368w\"},\"A series of clips showcasing people enjoying the benefits of drone delivery with clips of drones flying across beautiful landscapes.\"),style:{height:\"100%\",width:\"100%\"},U_bbtFPne:\"Delivery, elevated.\",variant:\"FzLclfPYG\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{y:(componentViewport?.y||0)+0+950},NvffdWMrB:{height:520,y:(componentViewport?.y||0)+0+950}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:740,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1e3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yzwec-container\",nodeId:\"dlLEbHTvo\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{style:{width:\"100%\"},variant:\"dkhsS7Xn4\"},iGhWyr3_M:{variant:\"pRiwQEafT\"},NvffdWMrB:{variant:\"R3lZguh59\"}},children:/*#__PURE__*/_jsx(ModuleHeadlineBody,{height:\"100%\",id:\"dlLEbHTvo\",layoutId:\"dlLEbHTvo\",Nmt5dVNgU:\"Get what you need.\",R3tHbtuNd:\"Get back to what matters.\",sbizz0o8c:\"Life moves fast. So do we. Whether it\u2019s a well-deserved coffee on a busy day or popcorn for movie night, Wing delivers groceries, food, and more in as little as 15 minutes.\",style:{height:\"100%\",width:\"100%\"},variant:\"zPU124q7M\",VNwTxrPIb:true,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wsrh37\",\"data-framer-name\":\"AssetsCarousel\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q18jy6\",id:\"q18jy6\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jaw57s-container hidden-17v820f hidden-16ru2sv hidden-1amuz7t\",\"data-framer-name\":\"SwiperCard DL\",isAuthoredByUser:true,name:\"SwiperCard DL\",nodeId:\"kLRcm0CUY\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(SwiperCarousel,{delay:5e3,height:\"100%\",id:\"kLRcm0CUY\",layoutId:\"kLRcm0CUY\",loop:true,name:\"SwiperCard DL\",showBullets:true,slides:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:945,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3wp8bv-container\",\"data-framer-name\":\"CarouselSlide1 - DL\",inComponentSlot:true,name:\"CarouselSlide1 - DL\",nodeId:\"nc839TIs2\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ContentSlide,{height:\"100%\",id:\"nc839TIs2\",KtbbBrcwH:true,layoutId:\"nc839TIs2\",name:\"CarouselSlide1 - DL\",style:{height:\"100%\"},uaPONKkJq:addImageAlt({src:\"https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg\",srcSet:\"https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg 2760w\"},\"A person is sitting on a bed in a dimly lit bedroom, holding a small child and a plush toy, with a fast-food takeout bag visible on the bed.\"),uFOU0Epv7:\"Get instant relief, right at home.\",variant:\"uH1XITn11\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:945,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zj1mw3-container\",\"data-framer-name\":\"CarouselSlide2 - DL\",inComponentSlot:true,name:\"CarouselSlide2 - DL\",nodeId:\"UKeMuLlZ5\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ContentSlide,{height:\"100%\",id:\"UKeMuLlZ5\",KtbbBrcwH:true,layoutId:\"UKeMuLlZ5\",name:\"CarouselSlide2 - DL\",style:{height:\"100%\"},uaPONKkJq:addImageAlt({src:\"https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg\",srcSet:\"https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg 2760w\"},\"A person sits on the edge of a deep blue sofa in a well-lit living room, characterized by a large window with sheer curtains that let in natural light, surrounded by bookshelves and featuring a modern desk with metallic accents.\"),uFOU0Epv7:\"Enjoy your latte, without the line.\",variant:\"uH1XITn11\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:945,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hclyhu-container\",\"data-framer-name\":\"CarouselSlide3 - DL\",inComponentSlot:true,name:\"CarouselSlide3 - DL\",nodeId:\"r1QPVwv_o\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ContentSlide,{height:\"100%\",id:\"r1QPVwv_o\",KtbbBrcwH:true,layoutId:\"r1QPVwv_o\",name:\"CarouselSlide3 - DL\",style:{height:\"100%\"},uaPONKkJq:addImageAlt({src:\"https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg\",srcSet:\"https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg 2760w\"},\"Two people sit on a couch in a dimly lit room, unpacking items from a cardboard box, with a refrigerator and shelves visible in the background.\"),uFOU0Epv7:\"Reload on snacks, before the next round.\",variant:\"uH1XITn11\",width:\"100%\"})})})],spaceBetween:30,speed:1e3,style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-f89lyr-container hidden-1qxnwi2 hidden-1amuz7t\",\"data-framer-name\":\"Swiper Card D\",isAuthoredByUser:true,name:\"Swiper Card D\",nodeId:\"lr6WUj7W_\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(SwiperCarousel,{delay:5e3,height:\"100%\",id:\"lr6WUj7W_\",layoutId:\"lr6WUj7W_\",loop:true,name:\"Swiper Card D\",showBullets:true,slides:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:945,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bi608b-container\",\"data-framer-name\":\"CarouselSlide1 - D\",inComponentSlot:true,name:\"CarouselSlide1 - D\",nodeId:\"tG0cahydq\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ContentSlide,{height:\"100%\",id:\"tG0cahydq\",KtbbBrcwH:true,layoutId:\"tG0cahydq\",name:\"CarouselSlide1 - D\",uaPONKkJq:addImageAlt({src:\"https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg\",srcSet:\"https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg 2760w\"},\"A person is sitting on a bed in a dimly lit bedroom, holding a small child and a plush toy, with a fast-food takeout bag visible on the bed.\"),uFOU0Epv7:\"Get instant relief, right at home.\",variant:\"IKW2VKEO9\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:945,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1va9ea-container\",\"data-framer-name\":\"CarouselSlide2 - D\",inComponentSlot:true,name:\"CarouselSlide2 - D\",nodeId:\"lOvkWG4hr\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ContentSlide,{height:\"100%\",id:\"lOvkWG4hr\",KtbbBrcwH:true,layoutId:\"lOvkWG4hr\",name:\"CarouselSlide2 - D\",uaPONKkJq:addImageAlt({src:\"https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg\",srcSet:\"https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg 2760w\"},\"A person sits on the edge of a deep blue sofa in a well-lit living room, characterized by a large window with sheer curtains that let in natural light, surrounded by bookshelves and featuring a modern desk with metallic accents.\"),uFOU0Epv7:\"Enjoy your latte, without the line.\",variant:\"IKW2VKEO9\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:945,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gtuoqr-container\",\"data-framer-name\":\"CarouselSlide3 - D\",inComponentSlot:true,name:\"CarouselSlide3 - D\",nodeId:\"WjIACzb_y\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ContentSlide,{height:\"100%\",id:\"WjIACzb_y\",KtbbBrcwH:true,layoutId:\"WjIACzb_y\",name:\"CarouselSlide3 - D\",uaPONKkJq:addImageAlt({src:\"https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg\",srcSet:\"https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg 2760w\"},\"Two people sit on a couch in a dimly lit room, unpacking items from a cardboard box, with a refrigerator and shelves visible in the background.\"),uFOU0Epv7:\"Reload on snacks, before the next round.\",variant:\"IKW2VKEO9\",width:\"100%\"})})})],spaceBetween:30,speed:1e3,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bfsk61-container hidden-1qxnwi2 hidden-17v820f hidden-16ru2sv\",\"data-framer-name\":\"Swiper Card P\",isAuthoredByUser:true,name:\"Swiper Card P\",nodeId:\"zj0NkIVn_\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(SwiperCarousel,{delay:5e3,height:\"100%\",id:\"zj0NkIVn_\",layoutId:\"zj0NkIVn_\",loop:true,name:\"Swiper Card P\",showBullets:true,slides:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:945,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v6ikfo-container\",\"data-framer-name\":\"CarouselSlide1 - P\",inComponentSlot:true,name:\"CarouselSlide1 - P\",nodeId:\"D2nmKwaOm\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ContentSlide,{height:\"100%\",id:\"D2nmKwaOm\",KtbbBrcwH:true,layoutId:\"D2nmKwaOm\",name:\"CarouselSlide1 - P\",uaPONKkJq:addImageAlt({src:\"https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg\",srcSet:\"https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/dl4MJ5IcXd9TuMDn16CuM9Djd1Q.jpg 2760w\"},\"A person is sitting on a bed in a dimly lit bedroom, holding a small child and a plush toy, with a fast-food takeout bag visible on the bed.\"),uFOU0Epv7:\"Get instant relief, right at home.\",variant:\"caUEPLdus\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:945,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ezw04o-container\",\"data-framer-name\":\"CarouselSlide2 - P\",inComponentSlot:true,name:\"CarouselSlide2 - P\",nodeId:\"CCXMfUo56\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ContentSlide,{height:\"100%\",id:\"CCXMfUo56\",KtbbBrcwH:true,layoutId:\"CCXMfUo56\",name:\"CarouselSlide2 - P\",uaPONKkJq:addImageAlt({src:\"https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg\",srcSet:\"https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/b4ymkq31MF9e6i9lQwAx907LQM.jpg 2760w\"},\"A person sits on the edge of a deep blue sofa in a well-lit living room, characterized by a large window with sheer curtains that let in natural light, surrounded by bookshelves and featuring a modern desk with metallic accents.\"),uFOU0Epv7:\"Enjoy your latte, without the line.\",variant:\"caUEPLdus\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:945,children:/*#__PURE__*/_jsx(Container,{className:\"framer-weg035-container\",\"data-framer-name\":\"CarouselSlide3 - P\",inComponentSlot:true,name:\"CarouselSlide3 - P\",nodeId:\"KYMU0ZSy4\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ContentSlide,{height:\"100%\",id:\"KYMU0ZSy4\",KtbbBrcwH:true,layoutId:\"KYMU0ZSy4\",name:\"CarouselSlide3 - P\",uaPONKkJq:addImageAlt({src:\"https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg\",srcSet:\"https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/m4hk6xzPRWEVSt0eKn2249HQo.jpg 2760w\"},\"Two people sit on a couch in a dimly lit room, unpacking items from a cardboard box, with a refrigerator and shelves visible in the background.\"),uFOU0Epv7:\"Reload on snacks, before the next round.\",variant:\"caUEPLdus\",width:\"100%\"})})})],spaceBetween:30,speed:1e3,style:{width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-67gcfq-container\",isAuthoredByUser:true,nodeId:\"E7AxQ9qSy\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(Eyebrow,{height:\"100%\",id:\"E7AxQ9qSy\",isGradientLine:false,label:\"How it works\",layoutId:\"E7AxQ9qSy\",mode:\"dark\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f9o34x\",\"data-framer-name\":\"ThreeUpCardsSliderModule\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q1bzsr\",\"data-framer-name\":\"Grid Container\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jee4s3-container hidden-17v820f hidden-16ru2sv hidden-1amuz7t\",isAuthoredByUser:true,nodeId:\"EVOL3eEVU\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ThreeUpCardsSlider,{alignTitles:false,componentMode:\"slider\",height:\"100%\",id:\"EVOL3eEVU\",layoutId:\"EVOL3eEVU\",moreDesktopCards:false,slides:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:737,width:\"453px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ejge6s-container\",\"data-framer-name\":\"CardSlider 1 DL\",inComponentSlot:true,name:\"CardSlider 1 DL\",nodeId:\"qXANIM9s1\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(CardsGrid,{FNKxhA3Ur:\"01\",height:\"100%\",id:\"qXANIM9s1\",layoutId:\"qXANIM9s1\",LCPH5yMci:true,name:\"CardSlider 1 DL\",Q4_bIAy5f:addImageAlt({src:\"https://framerusercontent.com/images/cK4ldR1n1tJY2HiBPHhOwfwhR6w.png\",srcSet:\"https://framerusercontent.com/images/cK4ldR1n1tJY2HiBPHhOwfwhR6w.png 904w\"},'A smartphone with a \"SHOP\" button on its screen is connected to three different retail storefronts, symbolizing the concept of online shopping and e-commerce integration.'),rFilvuVUz:\"Shop with our partners\",style:{height:\"100%\",width:\"100%\"},T_PWduSJI:\"\",U4PCtIxCE:\"Learn more\",variant:\"m6W7IQiYz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:737,width:\"453px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8t0h2u-container\",\"data-framer-name\":\"CardSlider 2 DL\",inComponentSlot:true,name:\"CardSlider 2 DL\",nodeId:\"Qb19OJgFk\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(CardsGrid,{FNKxhA3Ur:\"02\",height:\"100%\",id:\"Qb19OJgFk\",layoutId:\"Qb19OJgFk\",LCPH5yMci:true,name:\"CardSlider 2 DL\",Q4_bIAy5f:addImageAlt({src:\"https://framerusercontent.com/images/nk7L15Zry7OzecCbhTxBaNbqA.png\",srcSet:\"https://framerusercontent.com/images/nk7L15Zry7OzecCbhTxBaNbqA.png?scale-down-to=512 512w,https://framerusercontent.com/images/nk7L15Zry7OzecCbhTxBaNbqA.png 908w\"},\"An illustration of a small house beside a larger house, with a circular yellow object in front.\"),rFilvuVUz:\"Pick your delivery spot\",style:{height:\"100%\",width:\"100%\"},T_PWduSJI:\"\",U4PCtIxCE:\"Learn more\",variant:\"m6W7IQiYz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:737,width:\"453px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ocaahv-container\",\"data-framer-name\":\"CardSlider 3 DL\",inComponentSlot:true,name:\"CardSlider 3 DL\",nodeId:\"h7DO8ic5b\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(CardsGrid,{FNKxhA3Ur:\"03\",height:\"100%\",id:\"h7DO8ic5b\",layoutId:\"h7DO8ic5b\",LCPH5yMci:true,name:\"CardSlider 3 DL\",Q4_bIAy5f:addImageAlt({src:\"https://framerusercontent.com/images/febbDKZx2FymWdMaXPUuJvrMjk.png\",srcSet:\"https://framerusercontent.com/images/febbDKZx2FymWdMaXPUuJvrMjk.png?scale-down-to=512 512w,https://framerusercontent.com/images/febbDKZx2FymWdMaXPUuJvrMjk.png 906w\"},'Illustration of a box labeled \"Groceries\" containing bananas, milk, eggs, and a small crate.'),rFilvuVUz:\"Get drone delivery\",style:{height:\"100%\",width:\"100%\"},T_PWduSJI:\"\",U4PCtIxCE:\"Learn more\",variant:\"m6W7IQiYz\",width:\"100%\"})})})],spaceBetweenCards:16,style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ptw7vf-container hidden-1qxnwi2 hidden-16ru2sv hidden-1amuz7t\",isAuthoredByUser:true,nodeId:\"TYosQ_dqX\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ThreeUpCardsSlider,{alignTitles:false,componentMode:\"slider\",height:\"100%\",id:\"TYosQ_dqX\",layoutId:\"TYosQ_dqX\",moreDesktopCards:false,slides:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:608,width:\"453px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-193qw1f-container\",\"data-framer-name\":\"CardSlider 1 D\",inComponentSlot:true,name:\"CardSlider 1 D\",nodeId:\"gDviCx4XA\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(CardsGrid,{FNKxhA3Ur:\"01\",height:\"100%\",id:\"gDviCx4XA\",layoutId:\"gDviCx4XA\",LCPH5yMci:true,name:\"CardSlider 1 D\",Q4_bIAy5f:addImageAlt({src:\"https://framerusercontent.com/images/cK4ldR1n1tJY2HiBPHhOwfwhR6w.png\",srcSet:\"https://framerusercontent.com/images/cK4ldR1n1tJY2HiBPHhOwfwhR6w.png 904w\"},'A smartphone with a \"SHOP\" button on its screen is connected to three different retail storefronts, symbolizing the concept of online shopping and e-commerce integration.'),rFilvuVUz:\"Shop with our partners\",style:{height:\"100%\",width:\"100%\"},T_PWduSJI:\"\",U4PCtIxCE:\"Learn more\",variant:\"m6W7IQiYz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:608,width:\"453px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bkj73v-container\",\"data-framer-name\":\"CardSlider 2 D\",inComponentSlot:true,name:\"CardSlider 2 D\",nodeId:\"oY5oib1on\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(CardsGrid,{FNKxhA3Ur:\"02\",height:\"100%\",id:\"oY5oib1on\",layoutId:\"oY5oib1on\",LCPH5yMci:true,name:\"CardSlider 2 D\",Q4_bIAy5f:addImageAlt({src:\"https://framerusercontent.com/images/nk7L15Zry7OzecCbhTxBaNbqA.png\",srcSet:\"https://framerusercontent.com/images/nk7L15Zry7OzecCbhTxBaNbqA.png?scale-down-to=512 512w,https://framerusercontent.com/images/nk7L15Zry7OzecCbhTxBaNbqA.png 908w\"},\"An illustration of a small house beside a larger house, with a circular yellow object in front.\"),rFilvuVUz:\"Pick your delivery spot\",style:{height:\"100%\",width:\"100%\"},T_PWduSJI:\"\",U4PCtIxCE:\"Learn more\",variant:\"m6W7IQiYz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:608,width:\"453px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-lywdjs-container\",\"data-framer-name\":\"CardSlider 3 D\",inComponentSlot:true,name:\"CardSlider 3 D\",nodeId:\"vHWR0PxwW\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(CardsGrid,{FNKxhA3Ur:\"03\",height:\"100%\",id:\"vHWR0PxwW\",layoutId:\"vHWR0PxwW\",LCPH5yMci:true,name:\"CardSlider 3 D\",Q4_bIAy5f:addImageAlt({src:\"https://framerusercontent.com/images/febbDKZx2FymWdMaXPUuJvrMjk.png\",srcSet:\"https://framerusercontent.com/images/febbDKZx2FymWdMaXPUuJvrMjk.png?scale-down-to=512 512w,https://framerusercontent.com/images/febbDKZx2FymWdMaXPUuJvrMjk.png 906w\"},'Illustration of a box labeled \"Groceries\" containing bananas, milk, eggs, and a small crate.'),rFilvuVUz:\"Get drone delivery\",style:{height:\"100%\",width:\"100%\"},T_PWduSJI:\"\",U4PCtIxCE:\"Learn more\",variant:\"m6W7IQiYz\",width:\"100%\"})})})],spaceBetweenCards:16,style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dw1agy-container hidden-1qxnwi2 hidden-17v820f\",isAuthoredByUser:true,nodeId:\"fycg8NGaG\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(ThreeUpCardsSlider,{alignTitles:false,componentMode:\"slider\",height:\"100%\",id:\"fycg8NGaG\",layoutId:\"fycg8NGaG\",moreDesktopCards:false,slides:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:480,width:\"453px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-hh37fp-container\",\"data-framer-name\":\"CardSlider 1 T\",inComponentSlot:true,name:\"CardSlider 1 T\",nodeId:\"c0NfxWyIv\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(CardsGrid,{FNKxhA3Ur:\"01\",height:\"100%\",id:\"c0NfxWyIv\",layoutId:\"c0NfxWyIv\",LCPH5yMci:true,name:\"CardSlider 1 T\",Q4_bIAy5f:addImageAlt({src:\"https://framerusercontent.com/images/cK4ldR1n1tJY2HiBPHhOwfwhR6w.png\",srcSet:\"https://framerusercontent.com/images/cK4ldR1n1tJY2HiBPHhOwfwhR6w.png 904w\"},'A smartphone with a \"SHOP\" button on its screen is connected to three different retail storefronts, symbolizing the concept of online shopping and e-commerce integration.'),rFilvuVUz:\"Shop with our partners\",style:{height:\"100%\",width:\"100%\"},T_PWduSJI:\"\",U4PCtIxCE:\"Learn more\",variant:\"dcmIvOuUu\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:480,width:\"453px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-pbkxkk-container\",\"data-framer-name\":\"CardSlider 2 T\",inComponentSlot:true,name:\"CardSlider 2 T\",nodeId:\"LQaeHTYx9\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(CardsGrid,{FNKxhA3Ur:\"02\",height:\"100%\",id:\"LQaeHTYx9\",layoutId:\"LQaeHTYx9\",LCPH5yMci:true,name:\"CardSlider 2 T\",Q4_bIAy5f:addImageAlt({src:\"https://framerusercontent.com/images/nk7L15Zry7OzecCbhTxBaNbqA.png\",srcSet:\"https://framerusercontent.com/images/nk7L15Zry7OzecCbhTxBaNbqA.png?scale-down-to=512 512w,https://framerusercontent.com/images/nk7L15Zry7OzecCbhTxBaNbqA.png 908w\"},\"An illustration of a small house beside a larger house, with a circular yellow object in front.\"),rFilvuVUz:\"Pick your delivery spot\",style:{height:\"100%\",width:\"100%\"},T_PWduSJI:\"\",U4PCtIxCE:\"Learn more\",variant:\"dcmIvOuUu\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:480,width:\"453px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-3oq2ge-container\",\"data-framer-name\":\"CardSlider 3 T\",inComponentSlot:true,name:\"CardSlider 3 T\",nodeId:\"YPw_deqwS\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(CardsGrid,{FNKxhA3Ur:\"03\",height:\"100%\",id:\"YPw_deqwS\",layoutId:\"YPw_deqwS\",LCPH5yMci:true,name:\"CardSlider 3 T\",Q4_bIAy5f:addImageAlt({src:\"https://framerusercontent.com/images/febbDKZx2FymWdMaXPUuJvrMjk.png\",srcSet:\"https://framerusercontent.com/images/febbDKZx2FymWdMaXPUuJvrMjk.png?scale-down-to=512 512w,https://framerusercontent.com/images/febbDKZx2FymWdMaXPUuJvrMjk.png 906w\"},'Illustration of a box labeled \"Groceries\" containing bananas, milk, eggs, and a small crate.'),rFilvuVUz:\"Get drone delivery\",style:{height:\"100%\",width:\"100%\"},T_PWduSJI:\"\",U4PCtIxCE:\"Learn more\",variant:\"dcmIvOuUu\",width:\"100%\"})})})],spaceBetweenCards:16,style:{width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gXAcTTi35\"},implicitPathVariables:undefined},{href:{webPageId:\"gXAcTTi35\"},implicitPathVariables:undefined},{href:{webPageId:\"gXAcTTi35\"},implicitPathVariables:undefined},{href:{webPageId:\"gXAcTTi35\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{y:(componentViewport?.y||0)+0+2322},iGhWyr3_M:{y:(componentViewport?.y||0)+0+3125},NvffdWMrB:{y:(componentViewport?.y||0)+0+2847}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2380,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bv1hue-container\",nodeId:\"xJCxo7_77\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{BEaO5Dp6L:resolvedLinks[3],variant:\"ZowSnbygL\",ZeXbs6h2_:\"32px 0px 48px 0px\"},iGhWyr3_M:{BEaO5Dp6L:resolvedLinks[1],variant:\"ixOF4rfhW\"},NvffdWMrB:{BEaO5Dp6L:resolvedLinks[2],variant:\"EHI7fpwTH\",ZeXbs6h2_:\"32px 0px 48px 0px\"}},children:/*#__PURE__*/_jsx(ModuleCTA,{BEaO5Dp6L:resolvedLinks[0],g_HGsR3dj:false,height:\"100%\",id:\"xJCxo7_77\",layoutId:\"xJCxo7_77\",style:{width:\"100%\"},variant:\"pDS8w7vjR\",width:\"100%\",ZeXbs6h2_:\"40px 0px 80px 0px\",ZO1U3rHY3:\"Get delivery\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{height:1e3,y:(componentViewport?.y||0)+0+2482},iGhWyr3_M:{y:(componentViewport?.y||0)+0+3285},NvffdWMrB:{y:(componentViewport?.y||0)+0+3007}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2540,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lsi9ag-container\",nodeId:\"ECv6rsiQf\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{style:{height:\"100%\",width:\"100%\"},variant:\"Yl5auQ_QO\"},NvffdWMrB:{variant:\"Yl5auQ_QO\"}},children:/*#__PURE__*/_jsx(Testimonials,{Ffle_6Xcf:\"Being able to get a good meal and over-the-counter medicines by drone has been really handy and convenient\u2026 It kept us in this house a couple years longer than we would have been able to stay otherwise.\",height:\"100%\",id:\"ECv6rsiQf\",layoutId:\"ECv6rsiQf\",qP8BlLOC9:\"var(--token-88abe9cc-00ef-40f1-8fb9-8fda51c402e8, rgb(255, 255, 255))\",style:{width:\"100%\"},variant:\"TODDVhsaJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{y:(componentViewport?.y||0)+0+3482},iGhWyr3_M:{y:(componentViewport?.y||0)+0+4085},NvffdWMrB:{y:(componentViewport?.y||0)+0+3807}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:360,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3340,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dphtek-container\",nodeId:\"yekELUV5t\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{variant:\"sn3vrVI2a\",XjU9_pXty:\"0px 0px 112px 0px\"},iGhWyr3_M:{variant:\"Q33tH8LIF\"},NvffdWMrB:{variant:\"NO1AuapeL\",XjU9_pXty:\"0px 0px 112px 0px\"}},children:/*#__PURE__*/_jsx(Headline,{B7SoinH3W:\"By the numbers\",bhbjmHJHG:\"rgb(255, 255, 255)\",height:\"100%\",id:\"yekELUV5t\",kfkLA1iLz:\"\",layoutId:\"yekELUV5t\",NwYguLs2y:\"Taking delivery to new heights.\",S2LltDU_Y:false,style:{width:\"100%\"},variant:\"yNmYn5hzX\",width:\"100%\",XjU9_pXty:\"0px 0px 188px 0px\",YaeMjHVna:40})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cuvp6p\",\"data-framer-name\":\"TextCarousel\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y6m2zj\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qb35zh-container hidden-17v820f hidden-16ru2sv hidden-1amuz7t\",\"data-framer-name\":\"Swiper DL\",isAuthoredByUser:true,name:\"Swiper DL\",nodeId:\"LZaRD1Iz2\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(SwiperCarousel,{delay:5e3,height:\"100%\",id:\"LZaRD1Iz2\",layoutId:\"LZaRD1Iz2\",loop:true,name:\"Swiper DL\",showBullets:false,slides:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:833,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v9ovcg-container\",\"data-framer-name\":\"DesktopLargeTextSlide1\",inComponentSlot:true,name:\"DesktopLargeTextSlide1\",nodeId:\"V6a907f0X\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Residential deliveries completed across 3 continents\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"V6a907f0X\",KWPNPOerQ:\"450,000+\",layoutId:\"V6a907f0X\",name:\"DesktopLargeTextSlide1\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/kfFYOuICFgLFRMIDLd1SZTaGM.jpg\",srcSet:\"https://framerusercontent.com/images/kfFYOuICFgLFRMIDLd1SZTaGM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/kfFYOuICFgLFRMIDLd1SZTaGM.jpg 1024w\"},\"A woman crouches on a driveway in front of a garage door, smiling at a young girl in a peach dress holding a delivery package.\"),variant:\"Es5nxKeNK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:833,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s2u87x-container\",\"data-framer-name\":\"DesktopLargeTextSlide2\",inComponentSlot:true,name:\"DesktopLargeTextSlide2\",nodeId:\"Wc_S5ZLjI\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Fastest delivery time\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"Wc_S5ZLjI\",KWPNPOerQ:\"2 min 47 secs\",layoutId:\"Wc_S5ZLjI\",name:\"DesktopLargeTextSlide2\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png\",srcSet:\"https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png?scale-down-to=512 512w,https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png 2774w\"},'A grandfather and child stand on a lush green lawn in front of a large, charming house with tall trees, as they receive a drone delivery package marked \"Wing\".'),variant:\"Es5nxKeNK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:833,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1leer78-container\",\"data-framer-name\":\"DesktopLargeTextSlide3\",inComponentSlot:true,name:\"DesktopLargeTextSlide3\",nodeId:\"LouWvQMZ2\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Years of innovation, launched from the labs of Google\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"LouWvQMZ2\",KWPNPOerQ:\"12+\",layoutId:\"LouWvQMZ2\",name:\"DesktopLargeTextSlide3\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png\",srcSet:\"https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png?scale-down-to=512 512w,https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png 2230w\"},\"A drone with multiple propellers flies over a suburban neighborhood, casting a shadow on a house with a gray metal roof and surrounded by lush green trees under a clear blue sky.\"),variant:\"Es5nxKeNK\",width:\"100%\"})})})],spaceBetween:30,speed:1e3,style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fefr6k-container hidden-1qxnwi2 hidden-16ru2sv hidden-1amuz7t\",\"data-framer-name\":\"Swiper D\",isAuthoredByUser:true,name:\"Swiper D\",nodeId:\"trk44GLxY\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(SwiperCarousel,{delay:5e3,height:\"100%\",id:\"trk44GLxY\",layoutId:\"trk44GLxY\",loop:true,name:\"Swiper D\",showBullets:false,slides:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:833,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hfbxyu-container\",\"data-framer-name\":\"DesktopTextSlide1\",inComponentSlot:true,name:\"DesktopTextSlide1\",nodeId:\"kImWzjRml\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Residential deliveries completed across 3 continents.\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"kImWzjRml\",KWPNPOerQ:\"450,000+\",layoutId:\"kImWzjRml\",name:\"DesktopTextSlide1\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/kfFYOuICFgLFRMIDLd1SZTaGM.jpg\",srcSet:\"https://framerusercontent.com/images/kfFYOuICFgLFRMIDLd1SZTaGM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/kfFYOuICFgLFRMIDLd1SZTaGM.jpg 1024w\"},\"A woman crouches on a driveway in front of a garage door, smiling at a young girl in a peach dress holding a delivery package.\"),variant:\"kY7SPRbmW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:833,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s2air-container\",\"data-framer-name\":\"DesktopTextSlide2\",inComponentSlot:true,name:\"DesktopTextSlide2\",nodeId:\"B19mNZh2f\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Fastest delivery time\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"B19mNZh2f\",KWPNPOerQ:\"2 min 47 secs\",layoutId:\"B19mNZh2f\",name:\"DesktopTextSlide2\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png\",srcSet:\"https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png?scale-down-to=512 512w,https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png 2774w\"},'A grandfather and child stand on a lush green lawn in front of a large, charming house with tall trees, as they receive a drone delivery package marked \"Wing\".'),variant:\"kY7SPRbmW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:833,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10bhpvj-container\",\"data-framer-name\":\"DesktopTextSlide3\",inComponentSlot:true,name:\"DesktopTextSlide3\",nodeId:\"p8rYZ7ena\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Years of innovation, launched from the labs of Google\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"p8rYZ7ena\",KWPNPOerQ:\"12+\",layoutId:\"p8rYZ7ena\",name:\"DesktopTextSlide3\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png\",srcSet:\"https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png?scale-down-to=512 512w,https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png 2230w\"},\"A drone with multiple propellers flies over a suburban neighborhood, casting a shadow on a house with a gray metal roof and surrounded by lush green trees under a clear blue sky.\"),variant:\"kY7SPRbmW\",width:\"100%\"})})})],spaceBetween:30,speed:1e3,style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1han2qx-container hidden-1qxnwi2 hidden-17v820f hidden-1amuz7t\",\"data-framer-name\":\"Swiper T\",isAuthoredByUser:true,name:\"Swiper T\",nodeId:\"A5fC3oTUN\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(SwiperCarousel,{delay:5e3,height:\"100%\",id:\"A5fC3oTUN\",layoutId:\"A5fC3oTUN\",loop:true,name:\"Swiper T\",showBullets:true,slides:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:833,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xvz7ac-container\",\"data-framer-name\":\"TabletTextSlide1\",inComponentSlot:true,name:\"TabletTextSlide1\",nodeId:\"vgSTr2323\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Residential deliveries completed across 3 continents\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"vgSTr2323\",KWPNPOerQ:\"450,000+\",layoutId:\"vgSTr2323\",name:\"TabletTextSlide1\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/kfFYOuICFgLFRMIDLd1SZTaGM.jpg\",srcSet:\"https://framerusercontent.com/images/kfFYOuICFgLFRMIDLd1SZTaGM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/kfFYOuICFgLFRMIDLd1SZTaGM.jpg 1024w\"},\"A woman crouches on a driveway in front of a garage door, smiling at a young girl in a peach dress holding a delivery package.\"),variant:\"eJbUMD8UY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:833,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ysasqq-container\",\"data-framer-name\":\"TabletTextSlide2\",inComponentSlot:true,name:\"TabletTextSlide2\",nodeId:\"KYF26zr08\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Fastest delivery time\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"KYF26zr08\",KWPNPOerQ:\"2 min 47 secs\",layoutId:\"KYF26zr08\",name:\"TabletTextSlide2\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png\",srcSet:\"https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png?scale-down-to=512 512w,https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nk9esQoWLCvoKJFNP3Cipt4xUT4.png 2774w\"},'A grandfather and child stand on a lush green lawn in front of a large, charming house with tall trees, as they receive a drone delivery package marked \"Wing\".'),variant:\"eJbUMD8UY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:833,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6dbvk0-container\",\"data-framer-name\":\"TabletTextSlide3\",inComponentSlot:true,name:\"TabletTextSlide3\",nodeId:\"wSTtFs6HM\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Years of innovation, backed by Alphabet\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"wSTtFs6HM\",KWPNPOerQ:\"12+\",layoutId:\"wSTtFs6HM\",name:\"TabletTextSlide3\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png\",srcSet:\"https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png?scale-down-to=512 512w,https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/z40aQbGy8YU7wQyz4taOyUxJnk.png 2230w\"},\"A drone with multiple propellers flies over a suburban neighborhood, casting a shadow on a house with a gray metal roof and surrounded by lush green trees under a clear blue sky.\"),variant:\"eJbUMD8UY\",width:\"100%\"})})})],spaceBetween:16,speed:1e3,style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yo0zqi-container hidden-1qxnwi2 hidden-17v820f hidden-16ru2sv\",\"data-framer-name\":\"Swiper P\",isAuthoredByUser:true,name:\"Swiper P\",nodeId:\"jQa6gvt8y\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(SwiperCarousel,{delay:5e3,height:\"100%\",id:\"jQa6gvt8y\",layoutId:\"jQa6gvt8y\",loop:true,name:\"Swiper P\",showBullets:true,slides:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:833,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j85dnp-container\",\"data-framer-name\":\"PhoneTextSlide1\",inComponentSlot:true,name:\"PhoneTextSlide1\",nodeId:\"PEReBtCGv\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Residential deliveries completed across 3 continents\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"PEReBtCGv\",KWPNPOerQ:\"450,000+\",layoutId:\"PEReBtCGv\",name:\"PhoneTextSlide1\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/LGUBOBmtnWUk3hi6uaDe9jHI.jpg\",srcSet:\"https://framerusercontent.com/images/LGUBOBmtnWUk3hi6uaDe9jHI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LGUBOBmtnWUk3hi6uaDe9jHI.jpg 1024w\"},\"A woman crouches on a driveway in front of a garage door, smiling at a young girl in a peach dress holding a delivery package.\"),variant:\"U81tkayZJ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:598,width:\"390px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vpjz6y-container\",\"data-framer-name\":\"PhoneTextSlide2\",inComponentSlot:true,name:\"PhoneTextSlide2\",nodeId:\"P8FlR1yOY\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Fastest delivery time\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"P8FlR1yOY\",KWPNPOerQ:\"2 min 47 secs\",layoutId:\"P8FlR1yOY\",name:\"PhoneTextSlide2\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/eKrRv0GRbRiuUrB3n8eonOVUGrc.jpg\",srcSet:\"https://framerusercontent.com/images/eKrRv0GRbRiuUrB3n8eonOVUGrc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/eKrRv0GRbRiuUrB3n8eonOVUGrc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/eKrRv0GRbRiuUrB3n8eonOVUGrc.jpg 1602w\"},'A grandfather and child stand on a lush green lawn in front of a large, charming house with tall trees, as they receive a drone delivery package marked \"Wing\".'),style:{height:\"100%\",width:\"100%\"},variant:\"U81tkayZJ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:598,width:\"390px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qflns9-container\",\"data-framer-name\":\"PhoneTextSlide3\",inComponentSlot:true,name:\"PhoneTextSlide3\",nodeId:\"rLgY7rDfj\",rendersWithMotion:true,scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(TextSlide,{AD_e2yCoj:\"Years of innovation, launched from the labs of Google\",gz8xVJ7Fq:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"rLgY7rDfj\",KWPNPOerQ:\"12+\",layoutId:\"rLgY7rDfj\",name:\"PhoneTextSlide3\",nXzGRKESe:\"0px\",pIVPb0O25:addImageAlt({src:\"https://framerusercontent.com/images/QWX94r21k1B62Jczw4l7FEhgM.jpg\",srcSet:\"https://framerusercontent.com/images/QWX94r21k1B62Jczw4l7FEhgM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QWX94r21k1B62Jczw4l7FEhgM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QWX94r21k1B62Jczw4l7FEhgM.jpg 1602w\"},\"A drone with multiple propellers flies over a suburban neighborhood, casting a shadow on a house with a gray metal roof and surrounded by lush green trees under a clear blue sky.\"),style:{height:\"100%\",width:\"100%\"},variant:\"U81tkayZJ\",width:\"100%\"})})})],spaceBetween:16,speed:1e3,style:{width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t3dgvv-container\",isAuthoredByUser:true,nodeId:\"JIraZwM6t\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(StackingCards,{backgroundColor:\"rgb(236, 235, 232)\",cards:[{description:\"Get essentials in minutes, not hours or days. No more waiting around for your package to arrive.\",image:\"https://framerusercontent.com/images/kEwvGUy3VgjBolKuH8qXhoPKzHE.jpg\",title:\"Fast\"},{description:\"Enjoy easy ordering in your favorite apps, real-time tracking down to the second, and precision drone delivery right to your home.\",image:\"https://framerusercontent.com/images/O9oyzopHyBUOoWdBEBXKTY0S0d8.jpg\",title:\"Convenient\"},{description:\"With delivery at an all-time high, Wing drones take cars off the road, easing congestion and reducing environmental impact.\",image:\"https://framerusercontent.com/images/ipvEo14QN8ncHOB0j5RmWnip4.jpg\",title:\"Eco friendly\"}],eyebrowLabel:\"Benefits\",heading:\"\",height:\"100%\",id:\"JIraZwM6t\",layoutId:\"JIraZwM6t\",style:{width:\"100%\"},subHeading:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{y:(componentViewport?.y||0)+0+4282},iGhWyr3_M:{y:(componentViewport?.y||0)+0+4925},NvffdWMrB:{y:(componentViewport?.y||0)+0+4607}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:360,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4813,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r90ct8-container\",nodeId:\"AkwetVqrM\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{variant:\"l0iHveVlb\",XjU9_pXty:\"0px 0px 48px 0px\"},iGhWyr3_M:{variant:\"siHx9QDqC\"},NvffdWMrB:{variant:\"IJypJHbXi\",XjU9_pXty:\"0px 0px 48px 0px\"}},children:/*#__PURE__*/_jsx(Headline,{B7SoinH3W:\"News\",bhbjmHJHG:\"rgb(255, 255, 255)\",height:\"100%\",id:\"AkwetVqrM\",kfkLA1iLz:\"\",layoutId:\"AkwetVqrM\",NwYguLs2y:\"Read more stories\",S2LltDU_Y:false,style:{width:\"100%\"},variant:\"IXlNjeOgn\",width:\"100%\",XjU9_pXty:\"0px 0px 80px 0px\",YaeMjHVna:40})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6eke1j\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-rjhggt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 16px)`,y:(componentViewport?.y||0)+0+4642+32+0+0+0},iGhWyr3_M:{y:(componentViewport?.y||0)+0+5285+80+0+0},NvffdWMrB:{y:(componentViewport?.y||0)+0+4967+32+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1151,width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px)`,y:(componentViewport?.y||0)+0+5173+80+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1upbt89-container\",nodeId:\"JnVDB7PlK\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{variant:\"JvdjqbYQD\"},NvffdWMrB:{variant:\"NWkuiy6Pr\"}},children:/*#__PURE__*/_jsx(FeaturedBlogPosts,{height:\"100%\",id:\"JnVDB7PlK\",layoutId:\"JnVDB7PlK\",style:{width:\"100%\"},variant:\"q6cbd7BKy\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FYuNfXbAe\"},implicitPathVariables:undefined},{href:{webPageId:\"FYuNfXbAe\"},implicitPathVariables:undefined},{href:{webPageId:\"FYuNfXbAe\"},implicitPathVariables:undefined},{href:{webPageId:\"FYuNfXbAe\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{y:(componentViewport?.y||0)+0+5825},iGhWyr3_M:{y:(componentViewport?.y||0)+0+6516},NvffdWMrB:{y:(componentViewport?.y||0)+0+6150}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6404,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11suc5t-container\",nodeId:\"y48uFOVyX\",scopeId:\"aaUX2Mw5Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Fbbzi37:{BEaO5Dp6L:resolvedLinks1[3],variant:\"ZowSnbygL\",ZeXbs6h2_:\"32px 0px 48px 0px\"},iGhWyr3_M:{BEaO5Dp6L:resolvedLinks1[1],variant:\"ixOF4rfhW\"},NvffdWMrB:{BEaO5Dp6L:resolvedLinks1[2],variant:\"EHI7fpwTH\",ZeXbs6h2_:\"32px 0px 48px 0px\"}},children:/*#__PURE__*/_jsx(ModuleCTA,{BEaO5Dp6L:resolvedLinks1[0],g_HGsR3dj:false,height:\"100%\",id:\"y48uFOVyX\",layoutId:\"y48uFOVyX\",style:{width:\"100%\"},variant:\"pDS8w7vjR\",width:\"100%\",ZeXbs6h2_:\"40px 0px 80px 0px\",ZO1U3rHY3:\"Visit the blog\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zchgg.framer-94ne5n, .framer-zchgg .framer-94ne5n { display: block; }\",\".framer-zchgg.framer-1qxnwi2 { 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; overflow: visible; padding: 0px; position: relative; width: 2000px; }\",\".framer-zchgg .framer-hydik6-container { flex: none; height: 100vh; position: relative; width: 100%; }\",\".framer-zchgg .framer-1yzwec-container { flex: none; height: 740px; min-height: 740px; position: relative; width: 100%; }\",\".framer-zchgg .framer-1wsrh37 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zchgg .framer-q18jy6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1680px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; z-index: 1; }\",\".framer-zchgg .framer-jaw57s-container, .framer-zchgg .framer-bfsk61-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-zchgg .framer-3wp8bv-container, .framer-zchgg .framer-zj1mw3-container, .framer-zchgg .framer-1hclyhu-container { height: 945px; position: relative; width: auto; }\",\".framer-zchgg .framer-f89lyr-container { aspect-ratio: 1.7142857142857142 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 117px); position: relative; width: 1px; z-index: 1; }\",\".framer-zchgg .framer-1bi608b-container, .framer-zchgg .framer-1va9ea-container, .framer-zchgg .framer-gtuoqr-container, .framer-zchgg .framer-1v6ikfo-container, .framer-zchgg .framer-1ezw04o-container, .framer-zchgg .framer-weg035-container, .framer-zchgg .framer-v9ovcg-container, .framer-zchgg .framer-1s2u87x-container, .framer-zchgg .framer-1leer78-container, .framer-zchgg .framer-1hfbxyu-container, .framer-zchgg .framer-1s2air-container, .framer-zchgg .framer-10bhpvj-container, .framer-zchgg .framer-1xvz7ac-container, .framer-zchgg .framer-1ysasqq-container, .framer-zchgg .framer-6dbvk0-container, .framer-zchgg .framer-1j85dnp-container { height: auto; position: relative; width: auto; }\",\".framer-zchgg .framer-67gcfq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-zchgg .framer-f9o34x { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-zchgg .framer-1q1bzsr { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1680px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-zchgg .framer-jee4s3-container, .framer-zchgg .framer-1ptw7vf-container, .framer-zchgg .framer-dw1agy-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-zchgg .framer-1ejge6s-container, .framer-zchgg .framer-8t0h2u-container, .framer-zchgg .framer-ocaahv-container { height: 737px; position: relative; width: 453px; }\",\".framer-zchgg .framer-193qw1f-container, .framer-zchgg .framer-bkj73v-container, .framer-zchgg .framer-lywdjs-container { height: 608px; position: relative; width: 453px; }\",\".framer-zchgg .framer-hh37fp-container, .framer-zchgg .framer-pbkxkk-container, .framer-zchgg .framer-3oq2ge-container { height: 480px; position: relative; width: 453px; }\",\".framer-zchgg .framer-bv1hue-container, .framer-zchgg .framer-lsi9ag-container, .framer-zchgg .framer-1dphtek-container, .framer-zchgg .framer-1fefr6k-container, .framer-zchgg .framer-1han2qx-container, .framer-zchgg .framer-yo0zqi-container, .framer-zchgg .framer-1t3dgvv-container, .framer-zchgg .framer-r90ct8-container, .framer-zchgg .framer-1upbt89-container, .framer-zchgg .framer-11suc5t-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-zchgg .framer-cuvp6p { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 144px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-zchgg .framer-1y6m2zj { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 833px; justify-content: center; max-width: 1680px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-zchgg .framer-1qb35zh-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-zchgg .framer-1vpjz6y-container, .framer-zchgg .framer-qflns9-container { height: 598px; position: relative; width: 390px; }\",\".framer-zchgg .framer-6eke1j { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-zchgg .framer-rjhggt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zchgg.framer-1qxnwi2, .framer-zchgg .framer-1wsrh37, .framer-zchgg .framer-q18jy6, .framer-zchgg .framer-f9o34x, .framer-zchgg .framer-1q1bzsr, .framer-zchgg .framer-cuvp6p, .framer-zchgg .framer-1y6m2zj, .framer-zchgg .framer-6eke1j, .framer-zchgg .framer-rjhggt { gap: 0px; } .framer-zchgg.framer-1qxnwi2 > *, .framer-zchgg .framer-1wsrh37 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zchgg.framer-1qxnwi2 > :first-child, .framer-zchgg .framer-1wsrh37 > :first-child, .framer-zchgg .framer-f9o34x > :first-child, .framer-zchgg .framer-cuvp6p > :first-child, .framer-zchgg .framer-1y6m2zj > :first-child, .framer-zchgg .framer-rjhggt > :first-child { margin-top: 0px; } .framer-zchgg.framer-1qxnwi2 > :last-child, .framer-zchgg .framer-1wsrh37 > :last-child, .framer-zchgg .framer-f9o34x > :last-child, .framer-zchgg .framer-cuvp6p > :last-child, .framer-zchgg .framer-1y6m2zj > :last-child, .framer-zchgg .framer-rjhggt > :last-child { margin-bottom: 0px; } .framer-zchgg .framer-q18jy6 > *, .framer-zchgg .framer-1q1bzsr > *, .framer-zchgg .framer-6eke1j > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zchgg .framer-q18jy6 > :first-child, .framer-zchgg .framer-1q1bzsr > :first-child, .framer-zchgg .framer-6eke1j > :first-child { margin-left: 0px; } .framer-zchgg .framer-q18jy6 > :last-child, .framer-zchgg .framer-1q1bzsr > :last-child, .framer-zchgg .framer-6eke1j > :last-child { margin-right: 0px; } .framer-zchgg .framer-f9o34x > *, .framer-zchgg .framer-1y6m2zj > *, .framer-zchgg .framer-rjhggt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zchgg .framer-cuvp6p > * { margin: 0px; margin-bottom: calc(144px / 2); margin-top: calc(144px / 2); } }\",\"@media (min-width: 1200px) and (max-width: 1999px) { .framer-zchgg.framer-1qxnwi2 { width: 1200px; } .framer-zchgg .framer-hydik6-container { order: 0; } .framer-zchgg .framer-1yzwec-container, .framer-zchgg .framer-f89lyr-container { order: 1; } .framer-zchgg .framer-1wsrh37 { order: 2; } .framer-zchgg .framer-q18jy6 { max-width: 1440px; } .framer-zchgg .framer-67gcfq-container { order: 3; } .framer-zchgg .framer-f9o34x { order: 4; } .framer-zchgg .framer-bv1hue-container { order: 5; } .framer-zchgg .framer-lsi9ag-container { order: 6; } .framer-zchgg .framer-1dphtek-container { order: 7; } .framer-zchgg .framer-cuvp6p { order: 8; } .framer-zchgg .framer-1y6m2zj { height: min-content; max-width: 1440px; } .framer-zchgg .framer-1t3dgvv-container { order: 9; } .framer-zchgg .framer-r90ct8-container { order: 10; } .framer-zchgg .framer-6eke1j { order: 11; } .framer-zchgg .framer-11suc5t-container { order: 12; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-zchgg.framer-1qxnwi2 { width: 810px; } .framer-zchgg .framer-hydik6-container { height: 95vh; } .framer-zchgg .framer-1yzwec-container { height: 520px; min-height: 520px; } .framer-zchgg .framer-q18jy6 { max-width: unset; padding: 0px 16px 0px 16px; } .framer-zchgg .framer-f9o34x, .framer-zchgg .framer-6eke1j { padding: 32px 0px 0px 0px; } .framer-zchgg .framer-cuvp6p { gap: 10px; padding: 0px 0px 40px 0px; } .framer-zchgg .framer-1y6m2zj { height: min-content; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zchgg .framer-cuvp6p { gap: 0px; } .framer-zchgg .framer-cuvp6p > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zchgg .framer-cuvp6p > :first-child { margin-top: 0px; } .framer-zchgg .framer-cuvp6p > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-zchgg.framer-1qxnwi2 { width: 390px; } .framer-zchgg .framer-hydik6-container { height: 95vh; } .framer-zchgg .framer-1yzwec-container { height: auto; min-height: 520px; } .framer-zchgg .framer-q18jy6 { max-width: unset; padding: 0px 16px 0px 16px; } .framer-zchgg .framer-f9o34x { padding: 32px 0px 0px 0px; } .framer-zchgg .framer-lsi9ag-container { height: 100vh; } .framer-zchgg .framer-cuvp6p { gap: 10px; padding: 0px 0px 40px 0px; } .framer-zchgg .framer-1y6m2zj { height: min-content; padding: 0px 8px 0px 8px; } .framer-zchgg .framer-yo0zqi-container { order: 3; } .framer-zchgg .framer-6eke1j { flex-direction: column; padding: 32px 0px 0px 0px; } .framer-zchgg .framer-rjhggt { flex: none; padding: 0px 8px 0px 8px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zchgg .framer-cuvp6p, .framer-zchgg .framer-6eke1j { gap: 0px; } .framer-zchgg .framer-cuvp6p > *, .framer-zchgg .framer-6eke1j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zchgg .framer-cuvp6p > :first-child, .framer-zchgg .framer-6eke1j > :first-child { margin-top: 0px; } .framer-zchgg .framer-cuvp6p > :last-child, .framer-zchgg .framer-6eke1j > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12790\n * @framerIntrinsicWidth 2000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"iGhWyr3_M\":{\"layout\":[\"fixed\",\"auto\"]},\"NvffdWMrB\":{\"layout\":[\"fixed\",\"auto\"]},\"A_Fbbzi37\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraaUX2Mw5Z=withCSS(Component,css,\"framer-zchgg\");export default FrameraaUX2Mw5Z;FrameraaUX2Mw5Z.displayName=\"Home\";FrameraaUX2Mw5Z.defaultProps={height:12790,width:2e3};addFonts(FrameraaUX2Mw5Z,[{explicitInter:true,fonts:[]},...ModuleHeroFonts,...ModuleHeadlineBodyFonts,...ContentSlideFonts,...SwiperCarouselFonts,...EyebrowFonts,...CardsGridFonts,...ThreeUpCardsSliderFonts,...ModuleCTAFonts,...TestimonialsFonts,...HeadlineFonts,...TextSlideFonts,...StackingCardsFonts,...FeaturedBlogPostsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraaUX2Mw5Z\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"2000\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iGhWyr3_M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NvffdWMrB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A_Fbbzi37\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"12790\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeroAnimation", "props", "ue", "bodyElement", "u", "l", "p", "innerStyles", "VideoFonts", "getFonts", "Video", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "HeroAnimationFonts", "HeroAnimation", "VideoControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toImageSrc", "value", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "posterImage", "source", "title", "videoFile", "videoURL", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "U_bbtFPne", "pOFoQy5Cq", "mlePCpOZz", "HBP7bHFkt", "RezMgOgkh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramergxifWW1wB", "withCSS", "gxifWW1wB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "gradientBackground", "heading", "height", "id", "subheading", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Nmt5dVNgU", "R3tHbtuNd", "sbizz0o8c", "VNwTxrPIb", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerWLNZSV8l5", "withCSS", "WLNZSV8l5_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ModuleHeroFonts", "getFonts", "gxifWW1wB_default", "ModuleHeadlineBodyFonts", "WLNZSV8l5_default", "ContentSlideFonts", "D0nb3RmZp_default", "SwiperCarouselFonts", "SwiperCarousel", "EyebrowFonts", "Eyebrow", "CardsGridFonts", "nLnLICzR6_default", "ThreeUpCardsSliderFonts", "ThreeUpCardsSlider", "ModuleCTAFonts", "BqV2cDsce_default", "TestimonialsFonts", "O3ENd0i5R_default", "HeadlineFonts", "OvcX0XVBm_default", "TextSlideFonts", "FH8TL3a6g_default", "StackingCardsFonts", "StackingCards", "FeaturedBlogPostsFonts", "JPv1CwBtG_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "isDisplayed5", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FrameraaUX2Mw5Z", "withCSS", "aaUX2Mw5Z_default", "addFonts", "__FramerMetadata__"]
}
