{"version":3,"file":"HySCg3Z_B0Go_cBPwZFRFLbIr0L5lBrt5gBw0ZHmON0.Ceucgdl3.mjs","names":["Navigation","HeroImageRight","BenefitsRow","MenuCarousel","Carousel","PressQuotes","Testimonial","TextImageRight","Links","FooterTopPart","FooterBottomPart","metadata","className","PropertyOverrides","Image","css"],"sources":["https:/framerusercontent.com/modules/zhn5cTdbJ5qXEF8Ah7SP/Qy7WY0wHLaWGPeUA5T82/PopupSubscriptionForm.js","https:/framerusercontent.com/modules/p8SObcCjgv99hY5kbPhX/eROq6DdlXi5bBkGqdrZM/augiA20Il.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function PopupSubscriptionForm(props){const{font,buttonFont,borderColor}=props;const[email,setEmail]=useState(\"\");const[status,setStatus]=useState(\"idle\");const handleSubmit=async e=>{e.preventDefault();setStatus(\"loading\");try{const response=await fetch(\"https://track-eu.customer.io/api/v1/forms/fa181c75d6d04d6/submit\",{method:\"POST\",headers:{Authorization:\"Basic \"+btoa(\"0abb724aea761e254f71:31c71468aba9987f5f22\"),\"Content-Type\":\"application/json\"},body:JSON.stringify({data:{email}})});if(response.ok){setStatus(\"success\");setEmail(\"\");}else{setStatus(\"error\");}}catch(err){console.error(err);setStatus(\"error\");}};const containerStyle={marginTop:\"10px\",display:\"flex\",flexDirection:\"column\",justifyContent:\"space-between\",alignItems:\"center\",paddingBottom:\"8px\",overflow:\"visible\",gap:\"12px\"};const inputStyle={border:\"none\",backgroundColor:\"white\",outline:\"none\",fontFamily:\"Arial, sans-serif\",paddingLeft:\"12px\",paddingRight:\"12px\",paddingTop:\"12px\",paddingBottom:\"12px\",borderRadius:\"12px\",color:\"#000000\",width:\"100%\"};const statusStyle={marginTop:\"8px\",fontSize:\"14px\",color:\"#FFFCEE\",opacity:.6};const buttonStyle={backgroundColor:\"#1C3A29\",border:\"none\",color:\"white\",paddingLeft:\"12px\",paddingRight:\"12px\",paddingTop:\"12px\",paddingBottom:\"12px\",borderRadius:\"12px\",width:\"100%\",fontWeight:\"bold\",textAlign:\"center\",textTransform:\"uppercase\"};return /*#__PURE__*/_jsx(\"form\",{onSubmit:handleSubmit,children:/*#__PURE__*/_jsxs(\"div\",{style:containerStyle,children:[/*#__PURE__*/_jsx(\"input\",{type:\"email\",name:\"email\",value:email,onChange:e=>setEmail(e.target.value),style:{...inputStyle,...font},required:true,placeholder:\"Email\"}),/*#__PURE__*/_jsxs(\"button\",{type:\"submit\",disabled:status===\"loading\",style:{...buttonStyle,...buttonFont},children:[status===\"idle\"&&\"Claim offer\",status===\"loading\"&&\"One moment\",status===\"success\"&&\"Thank you\",status===\"error\"&&\"Something went wrong. Please try again.\"]})]})});}addPropertyControls(PopupSubscriptionForm,{font:{type:\"font\",title:\"Font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:16,letterSpacing:1,lineHeight:1,textAlign:\"left\"}},buttonFont:{type:\"font\",title:\"Button Font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,letterSpacing:1,lineHeight:1,textAlign:\"center\"}},borderColor:{type:ControlType.Color,title:\"Border color\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"PopupSubscriptionForm\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PopupSubscriptionForm.map","// Generated by Framer (4cdda18)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useRouter,withCodeBoundaryForOverrides,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Carousel from\"#framer/local/canvasComponent/bR1zMiCTf/bR1zMiCTf.js\";import Links from\"#framer/local/canvasComponent/BvTQZus6y/BvTQZus6y.js\";import FooterBottomPart from\"#framer/local/canvasComponent/hze7HwAdR/hze7HwAdR.js\";import TextImageRight from\"#framer/local/canvasComponent/jtcmbYHIm/jtcmbYHIm.js\";import Navigation from\"#framer/local/canvasComponent/KnKypkLoq/KnKypkLoq.js\";import MenuCarousel from\"#framer/local/canvasComponent/LKbEg4Jdf/LKbEg4Jdf.js\";import FooterTopPart from\"#framer/local/canvasComponent/oB_wP1FPI/oB_wP1FPI.js\";import Testimonial from\"#framer/local/canvasComponent/oyGQN4xJ_/oyGQN4xJ_.js\";import PressQuotes from\"#framer/local/canvasComponent/s3pmP2vUk/s3pmP2vUk.js\";import HeroImageRight from\"#framer/local/canvasComponent/uyU8LbSnS/uyU8LbSnS.js\";import BenefitsRow from\"#framer/local/canvasComponent/X6z2FNEPz/X6z2FNEPz.js\";import{withCancelOverlay,withTimedOverlay}from\"#framer/local/codeFile/DJDyBWR/Popup.js\";import PopupSubscriptionForm from\"#framer/local/codeFile/Isuin0B/PopupSubscriptionForm.js\";import*as sharedStyle1 from\"#framer/local/css/f7rqYnDmA/f7rqYnDmA.js\";import*as sharedStyle from\"#framer/local/css/NKDPNMQxy/NKDPNMQxy.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const HeroImageRightFonts=getFonts(HeroImageRight);const BenefitsRowFonts=getFonts(BenefitsRow);const MenuCarouselFonts=getFonts(MenuCarousel);const CarouselFonts=getFonts(Carousel);const PressQuotesFonts=getFonts(PressQuotes);const TestimonialFonts=getFonts(Testimonial);const TextImageRightFonts=getFonts(TextImageRight);const LinksFonts=getFonts(Links);const FooterTopPartFonts=getFonts(FooterTopPart);const FooterBottomPartFonts=getFonts(FooterBottomPart);const RichTextWithCancelOverlay1kcxi4q=withCodeBoundaryForOverrides(RichText,{nodeId:\"XgOqAoOHO\",override:withCancelOverlay,scopeId:\"augiA20Il\"});const PopupSubscriptionFormFonts=getFonts(PopupSubscriptionForm);const RichTextWithCancelOverlay1gaofoz=withCodeBoundaryForOverrides(RichText,{nodeId:\"Vra7A66yu\",override:withCancelOverlay,scopeId:\"augiA20Il\"});const MotionDivWithTimedOverlay1cr743gWithOptimizedAppearEffect=withOptimizedAppearEffect(withCodeBoundaryForOverrides(motion.div,{nodeId:\"T05xgDwCE\",override:withTimedOverlay,scopeId:\"augiA20Il\"}));const breakpoints={evYp5rZFr:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1440px)\",XcKbiiHPp:\"(min-width: 810px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Aw8Z1\";const variantClassNames={evYp5rZFr:\"framer-v-10phs0v\",WQLkyLRf1:\"framer-v-72rtr7\",XcKbiiHPp:\"framer-v-trpyp2\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"evYp5rZFr\",Tablet:\"XcKbiiHPp\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",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-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uez3gd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-5ee8f870-2560-4e03-80a5-a5b6e3f3554a, rgb(255, 252, 238))\"},children:\"Join 1,000+ people eating better every week\"})}),fonts:[\"Inter-SemiBold\"]},XcKbiiHPp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-v3lyhj\",\"data-styles-preset\":\"f7rqYnDmA\",style:{\"--framer-text-color\":\"var(--token-5ee8f870-2560-4e03-80a5-a5b6e3f3554a, rgb(255, 252, 238))\"},children:\"Join 1,000+ people eating better every week\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1xr502k\",\"data-styles-preset\":\"NKDPNMQxy\",style:{\"--framer-text-color\":\"var(--token-5ee8f870-2560-4e03-80a5-a5b6e3f3554a, rgb(255, 252, 238))\"},children:\"Join 1,000+ people eating better every week\"})}),className:\"framer-dg35br\",fonts:[\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+53,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n7e08l-container\",nodeId:\"PLc3Kutvc\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{variant:\"OQ8qdpyAV\"},XcKbiiHPp:{variant:\"GokzDsXXP\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"PLc3Kutvc\",layoutId:\"PLc3Kutvc\",style:{height:\"100%\",width:\"100%\"},variant:\"evQvbcNaS\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:816,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+121,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jroyi3-container\",nodeId:\"U5dLgUJ7N\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{style:{width:\"100%\"},variant:\"cit7ZVf8S\"},XcKbiiHPp:{style:{width:\"100%\"},variant:\"HCrxgamJt\"}},children:/*#__PURE__*/_jsx(HeroImageRight,{GwltNEfsr:\"https://my.allweek.co.uk/menu\",height:\"100%\",id:\"U5dLgUJ7N\",IyABfdME_:true,jwohw1bcM:\"Chef-crafted meals, ready in minutes. No stress, no prep, just seriously good food.\",layoutId:\"U5dLgUJ7N\",ShJlKPJXD:\"rgb(255, 252, 238)\",style:{height:\"100%\",width:\"100%\"},variant:\"Ry6qoeuk3\",width:\"100%\",wJK3qKZP7:\"Life is busy, mealtimes shouldn’t be\"})})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+937),pixelHeight:826,pixelWidth:1024,positionX:\"50%\",positionY:\"12.2%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/A7rnR0NFP56jx53DWYW2ybb3MgY.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/A7rnR0NFP56jx53DWYW2ybb3MgY.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/A7rnR0NFP56jx53DWYW2ybb3MgY.png?lossless=1 1024w\"},className:\"framer-170jedv\",\"data-framer-name\":\"Testimonial\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-138d5i4\",\"data-framer-name\":\"Frame 1597880932\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u6h89l\",\"data-framer-name\":\"Frame 1597880931\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lieiuc\",\"data-framer-name\":\"Frame 1597880960\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhZ3JpZCB/\",\"--framer-font-family\":'\"Hagrid \\x7f\", \"Hagrid \\x7f Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-990f8782-3655-438a-858c-9002c3303841, rgb(30, 30, 29))\"},children:\"You’ve seen him on your feed — now we’ve cooked something up together.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhZ3JpZCB/\",\"--framer-font-family\":'\"Hagrid \\x7f\", \"Hagrid \\x7f Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-990f8782-3655-438a-858c-9002c3303841, rgb(30, 30, 29))\"},children:\"You’ve seen him on your feed — now we’ve cooked something up together.\"})}),className:\"framer-13nz1jf\",\"data-framer-name\":\"Can't fault All Week at all. The food is top notch. Every meal I have had, which is nearly all of them, tastes brilliant, is filling and they aren't stingy on portions.\",fonts:[\"CUSTOM;Hagrid \\x7f\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F0aGxldGljcyBSZWd1bGFy\",\"--framer-font-family\":'\"Athletics Regular\", \"Athletics Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-990f8782-3655-438a-858c-9002c3303841, rgb(30, 30, 29))\"},children:[\"This is our first ever collab, and we’re buzzing to be bringing it to life with @thehealchef. With over 4 million followers Harry’s meals are the kind we all share on insta and wish we had the time to make! So this time… we’ve done the cooking for you.\",/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhZ3JpZCB/\",\"--framer-font-family\":'\"Hagrid \\x7f\", \"Hagrid \\x7f Placeholder\", sans-serif'},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),\"Dish drops Aug 7 for a limited run — get it while it’s hot.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F0aGxldGljcyBSZWd1bGFy\",\"--framer-font-family\":'\"Athletics Regular\", \"Athletics Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-990f8782-3655-438a-858c-9002c3303841, rgb(30, 30, 29))\"},children:[\"This is our first ever collab, and we’re buzzing to be bringing it to life with @thehealchef. With over 4 million followers Harry’s meals are the kind we all share on insta and wish we had the time to make! So this time… we’ve done the cooking for you.\",/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhZ3JpZCB/\",\"--framer-font-family\":'\"Hagrid \\x7f\", \"Hagrid \\x7f Placeholder\", sans-serif'},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),\"Dish drops Aug 7 for a limited run — get it while it’s hot.\"]})}),className:\"framer-10p09cf\",\"data-framer-name\":\"Can't fault All Week at all. The food is top notch. Every meal I have had, which is nearly all of them, tastes brilliant, is filling and they aren't stingy on portions.\",fonts:[\"CUSTOM;Athletics Regular\",\"CUSTOM;Hagrid \\x7f\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbGxvIEFtZXJpY2EgUmVndWxhcg==\",\"--framer-font-family\":'\"Hello America Regular\", \"Hello America Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"“Alrighty guys”\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbGxvIEFtZXJpY2EgUmVndWxhcg==\",\"--framer-font-family\":'\"Hello America Regular\", \"Hello America Regular Placeholder\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"“Alrighty guys”\"})}),className:\"framer-a0rpyq\",\"data-framer-name\":\"Can't fault All Week at all. The food is top notch. Every meal I have had, which is nearly all of them, tastes brilliant, is filling and they aren't stingy on portions.\",fonts:[\"CUSTOM;Hello America Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:599,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1637,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18kv2na-container\",nodeId:\"Ld3PUSHFj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{variant:\"Xuc34leAX\"},XcKbiiHPp:{variant:\"Xc3F67FPW\"}},children:/*#__PURE__*/_jsx(BenefitsRow,{a4dEAmsY2:\"Meals delivered fresh to your door, using local produce so you can taste the difference.\",aU_z3kwpq:\"BENEFITS\",evvVA0wse:\"Michelin without the fuss\",height:\"100%\",id:\"Ld3PUSHFj\",IMZj6m4_u:\"Ready in 4 minutes, no prep or clean-up required. Just heat, eat and enjoy.\",KNHTGhP2s:\"Founded by chefs who worked in the Londons best restaurants. You get all the flavour without the white tablecloth.\",layoutId:\"Ld3PUSHFj\",pexLnsVZO:\"No prep, no stress\",q29zgK9ly:\"Fresh, never frozen\",style:{width:\"100%\"},variant:\"f3665uQ3j\",width:\"100%\",wWO2SaTEQ:\"Designed for your life\",X9VregAR1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{children:[\"Make life \",/*#__PURE__*/_jsx(\"br\",{}),\"taste better\"]})}),YaSEmpo45:\"Whether you’re training for a marathon or need a post pub snack, we’ve got you covered.\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:887,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2236,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y78so6-container\",nodeId:\"OMYmMrPcL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{variant:\"kTa4SM9Xx\"},XcKbiiHPp:{variant:\"eDBtCqLwZ\"}},children:/*#__PURE__*/_jsx(MenuCarousel,{height:\"100%\",id:\"OMYmMrPcL\",layoutId:\"OMYmMrPcL\",OA7HRO9tl:\"EXPLORE our MENU\",qoASlrgT1:\"https://my.allweek.co.uk/menu\",style:{width:\"100%\"},variant:\"B_vdeka61\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3123,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2qiphs-container\",nodeId:\"KizyGZvcY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{style:{width:\"100%\"},variant:\"qKLtz69J3\"},XcKbiiHPp:{variant:\"pPQcvjG2_\"}},children:/*#__PURE__*/_jsx(Carousel,{AMFc39uBj:\"Every month brings fresh, seasonal flavours. With our constantly rotating menu, there’s always something new to look forward to.\",d4wH3I5cy:\"Heat. Eat. Repeat.\",dBRX38w1p:\"Create your weekly meal plan\",DSB005Mgo:\"Our chefs prep, plate and pack your fresh meals, delivering them straight to your door on either a Wednesday or Saturday.\",GJbSJ3ljb:\"New Menus Every Month\",gumM_1KxH:\"We handle the delivery\",height:\"100%\",id:\"KizyGZvcY\",layoutId:\"KizyGZvcY\",rDLc2HVNN:\"HOW IT WORKS\",style:{height:\"100%\",width:\"100%\"},tlGJRee6R:\"Our meals are ready in minutes—just heat and eat! No need to worry about dishes or prep. Have more time for what matters, and let us handle the cooking.\",variant:\"z_lZvU1pi\",vwjwvFloh:\"Pick from our ever-evolving menu, packed with bold flavours and balanced nutrition. Whether you’re after a classic, something new, or a family favorite, we’ve got options for everyone.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3923,children:/*#__PURE__*/_jsx(Container,{className:\"framer-miocnk-container\",nodeId:\"TO4xybpuX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{variant:\"ahL5Tff97\"},XcKbiiHPp:{variant:\"Bew9k8Aiq\"}},children:/*#__PURE__*/_jsx(PressQuotes,{height:\"100%\",id:\"TO4xybpuX\",layoutId:\"TO4xybpuX\",ObOvfOHHN:'\"Whether you\\'re at the office, trying to sneak in a workout or wanting a guilt free takeout - allweek has you covered\"',qJFgYwAAO:'\"Gordon Ramsey trained chef, delivers distinctly delicious and wholeheartdly healthy chef-prepared meals\"',style:{height:\"100%\",width:\"100%\"},variant:\"iAzMJyAqk\",width:\"100%\",wSaT1IGbe:'\"allweek makes eating fresh food stress-free and convenient for you.\"'})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:700,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4213,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v27i3i-container\",nodeId:\"fWzLFBYsB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{variant:\"V2K6ILuBs\"},XcKbiiHPp:{variant:\"afuoHSvX5\"}},children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"fWzLFBYsB\",IyXBgSdqn:\"EVIE, 29\",layoutId:\"fWzLFBYsB\",nQVvkLDYS:\"Can't fault All Week at all. The food is top notch. Every meal I have had, which is nearly all of them, tastes brilliant, is filling and they aren't stingy on portions.\",style:{height:\"100%\",width:\"100%\"},variant:\"LZNGV5luQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cPf2SaCV7\"},implicitPathVariables:undefined},{href:{webPageId:\"cPf2SaCV7\"},implicitPathVariables:undefined},{href:{webPageId:\"cPf2SaCV7\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XcKbiiHPp:{height:680}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:816,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4913,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mz8xej-container\",nodeId:\"yPDx5lo8z\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{clPDkZbKt:resolvedLinks[2],style:{width:\"100%\"},variant:\"xw6FFRL56\"},XcKbiiHPp:{clPDkZbKt:resolvedLinks[1],variant:\"CWsnq5gvv\"}},children:/*#__PURE__*/_jsx(TextImageRight,{clPDkZbKt:resolvedLinks[0],CPI4Mmvlv:addImageAlt({pixelHeight:400,pixelWidth:497,src:\"https://framerusercontent.com/images/y1R2knx3DqUiAYH9mlGpaELokE.png\"},\"\"),Dh1IbPHwJ:true,DrVJxt7iU:\"Nobody should have to sacrifice time or money to enjoy seriously good food. That’s why we are bringing our kitchen experience to your table, so every meal feels like a treat, no matter how busy life gets.\",EA59f51B4:\"On a mission to make effortless eating easy\",gFyTSL1ga:\"Where we came from\",height:\"100%\",hzhnqEnMy:\"effortless\",id:\"yPDx5lo8z\",layoutId:\"yPDx5lo8z\",miz8MZPSR:\"rgb(255, 252, 238)\",nCCl1cSuc:\"our story\",style:{height:\"100%\",width:\"100%\"},variant:\"VjQrgeRqd\",width:\"100%\",XtGqj_DYa:addImageAlt({pixelHeight:1536,pixelWidth:1392,src:\"https://framerusercontent.com/images/dqg7TZb05c6pEWfYJLVwvwp2M0.png\",srcSet:\"https://framerusercontent.com/images/dqg7TZb05c6pEWfYJLVwvwp2M0.png?scale-down-to=1024 928w,https://framerusercontent.com/images/dqg7TZb05c6pEWfYJLVwvwp2M0.png 1392w\"},\"\")})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XcKbiiHPp:{y:(componentViewport?.y||0)+0+5593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:657,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5729,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dqvtgq-container\",nodeId:\"tXiydmXMp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{style:{width:\"100%\"},variant:\"A4hslXF4M\"},XcKbiiHPp:{variant:\"DpbcXrG7Q\"}},children:/*#__PURE__*/_jsx(Links,{height:\"100%\",id:\"tXiydmXMp\",layoutId:\"tXiydmXMp\",style:{height:\"100%\",width:\"100%\"},variant:\"zF3hyfO2r\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{height:888},XcKbiiHPp:{height:919,y:(componentViewport?.y||0)+0+6250}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:769,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6386,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vpcat0-container\",nodeId:\"qMHSSg3q6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{variant:\"YiIID343e\"},XcKbiiHPp:{variant:\"PQp1z1Oav\"}},children:/*#__PURE__*/_jsx(FooterTopPart,{height:\"100%\",id:\"qMHSSg3q6\",layoutId:\"qMHSSg3q6\",style:{height:\"100%\",width:\"100%\"},variant:\"pXK_9EYan\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{y:(componentViewport?.y||0)+0+7274},XcKbiiHPp:{y:(componentViewport?.y||0)+0+7169}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:502,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+7155,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ao1cu3-container\",nodeId:\"U1QpXierD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{variant:\"r_Na8S7at\"},XcKbiiHPp:{variant:\"oWu70lioQ\"}},children:/*#__PURE__*/_jsx(FooterBottomPart,{height:\"100%\",id:\"U1QpXierD\",layoutId:\"U1QpXierD\",style:{width:\"100%\"},variant:\"I2412:53077;2050:95751\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(MotionDivWithTimedOverlay1cr743gWithOptimizedAppearEffect,{animate:animation,className:\"framer-1cr743g\",\"data-framer-appear-id\":\"1cr743g\",\"data-framer-name\":\"Email Popup\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7776+0+-141.667),pixelHeight:1776,pixelWidth:1292,positionX:\"53.8%\",positionY:\"33.5%\",sizes:\"323px\",src:\"https://framerusercontent.com/images/HAGjShKCviryvIRR2kMScAP2t8.png\",srcSet:\"https://framerusercontent.com/images/HAGjShKCviryvIRR2kMScAP2t8.png?scale-down-to=1024 744w,https://framerusercontent.com/images/HAGjShKCviryvIRR2kMScAP2t8.png 1292w\"}},XcKbiiHPp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7671+0),pixelHeight:1776,pixelWidth:1292,sizes:\"323px\",src:\"https://framerusercontent.com/images/HAGjShKCviryvIRR2kMScAP2t8.png\",srcSet:\"https://framerusercontent.com/images/HAGjShKCviryvIRR2kMScAP2t8.png?scale-down-to=1024 744w,https://framerusercontent.com/images/HAGjShKCviryvIRR2kMScAP2t8.png 1292w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7657+0),pixelHeight:1776,pixelWidth:1292,sizes:\"323px\",src:\"https://framerusercontent.com/images/HAGjShKCviryvIRR2kMScAP2t8.png\",srcSet:\"https://framerusercontent.com/images/HAGjShKCviryvIRR2kMScAP2t8.png?scale-down-to=1024 744w,https://framerusercontent.com/images/HAGjShKCviryvIRR2kMScAP2t8.png 1292w\"},className:\"framer-810e1r\",\"data-framer-name\":\"Rectangle 149481717\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-138lnra\",\"data-framer-name\":\"All Week\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-185q9ao\",\"data-framer-name\":\"AW-logo\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-179qmo5\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"27\" viewBox=\"0 0 17 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.81964 24.4229C9.43183 23.5282 9.06004 22.6679 8.68389 21.809C8.24797 20.8171 7.81496 19.8224 7.36154 18.8377C7.2901 18.6834 7.12535 18.4762 6.99268 18.4676C6.86584 18.459 6.66173 18.6548 6.60049 18.8034C6.43283 19.2079 6.21851 19.6309 6.20685 20.0511C6.1704 21.4045 6.2258 22.7594 6.2258 24.1142C6.2258 24.4329 6.36139 24.5544 6.66172 24.6058C6.95331 24.6544 7.39507 24.5287 7.4738 24.9002C7.56274 25.3204 7.519 25.7792 7.45048 26.2094C7.43444 26.3094 7.08015 26.4137 6.87896 26.4194C5.59596 26.4537 4.31444 26.4623 3.03144 26.4752C2.49055 26.4809 1.94965 26.4652 1.40875 26.4709C0.577719 26.4795 0.491699 26.3994 0.496073 25.5705C0.496073 25.4876 0.501901 25.4047 0.501901 25.3218C0.494612 24.8874 0.720592 24.6844 1.15652 24.603C1.86945 24.4715 1.87529 24.4515 1.87674 23.8369C1.88987 18.2189 1.89862 12.4479 1.90882 6.82989C1.90882 6.58122 1.8957 6.33112 1.87528 6.08387C1.81405 5.26067 1.521 4.56181 0.672479 4.23596C0.280291 4.0859 0.309455 3.80292 0.286128 3.49708C0.258427 3.14265 0.40714 2.9097 0.735178 2.77821C1.10404 2.63101 1.47873 2.49524 1.84759 2.34946C3.00812 1.88927 4.16426 1.42194 5.32479 0.963174C5.95754 0.713071 6.04064 0.760233 6.04647 1.4448C6.08001 5.37358 6.10771 9.45384 6.13395 13.3826C6.13978 14.3144 6.13395 15.2462 6.13395 16.1509C6.58008 16.2609 6.61361 15.9923 6.72441 15.8165C7.65896 14.3316 8.57309 12.8352 9.53534 11.3675C10.0762 10.5443 10.8023 9.86687 11.6741 9.37095C12.0343 9.16658 12.4483 9.00222 12.8565 8.93791C13.966 8.76355 14.835 9.24375 15.249 10.257C15.7564 11.4975 15.545 12.6537 14.6615 13.6727C13.9792 14.4588 12.6889 14.6031 11.9497 13.7771C11.7091 13.5084 11.4861 13.2211 11.2805 12.9253C10.951 12.4494 10.8592 12.4251 10.448 12.7867C9.81672 13.3397 9.78173 13.4198 10.1404 14.1972C10.9437 15.938 11.7733 17.6687 12.5839 19.408C13.2648 20.8686 13.9456 22.3292 14.6075 23.7969C14.7985 24.2228 14.9881 24.5887 15.545 24.6344C15.9241 24.6659 16.064 24.9231 16.0203 25.2875C16.0042 25.4233 16.029 25.5634 16.0276 25.702C16.0247 26.3466 15.9722 26.4123 15.2928 26.4166C13.5243 26.4252 11.7572 26.4194 9.99022 26.4194C9.70592 26.4194 9.42016 26.4137 9.1344 26.418C8.81803 26.4223 8.66057 26.2737 8.65765 25.9693C8.65765 25.8592 8.66786 25.7477 8.6664 25.6377C8.66057 25.0603 8.95507 24.7025 9.54992 24.5644C9.6024 24.553 9.64906 24.5158 9.82255 24.4258L9.81964 24.4229Z\" fill=\"#1E1E1D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rs9ir2\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"19\" viewBox=\"0 0 16 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.5344 16.14C15.5344 16.9589 14.4205 18.3252 12.3299 18.3252C11.076 18.3252 9.89217 17.6078 9.26525 16.2429C8.42985 17.5063 6.93108 18.4624 4.91182 18.4624C2.0557 18.4624 0 16.2772 0 13.2388C0 10.2004 2.08924 7.77512 5.60726 7.77512C6.75612 7.77512 7.59299 8.04809 8.25489 8.35536L8.2199 7.87802C8.04641 6.30736 7.73295 3.47333 5.50375 3.47333C4.56337 3.47333 3.79649 4.01927 3.06606 4.70241C2.43914 5.17975 2.12569 5.28265 1.84722 5.28265C1.32527 5.28265 0.976824 4.94108 0.976824 4.42944C0.976824 3.9521 1.25529 3.40473 1.70871 2.92739C2.99754 1.39104 4.8433 0.572128 6.96753 0.572128C10.939 0.572128 12.0878 3.44046 12.4013 6.68323L12.9582 12.4542C13.1317 14.2635 13.3417 15.0496 14.9789 15.4926C15.2924 15.5955 15.5359 15.7999 15.5359 16.1414L15.5344 16.14ZM8.81183 14.4665L8.42839 10.3691C7.90644 10.0275 7.24454 9.85741 6.75612 9.85741C5.39732 9.85741 4.42195 10.8821 4.42195 12.76C4.42195 14.638 5.32734 15.7984 6.54618 15.7984C7.48656 15.7984 8.32196 15.2525 8.81037 14.4665H8.81183Z\" fill=\"#1E1E1D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-v4p7gb\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"27\" viewBox=\"0 0 8 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.350574 25.3005C0.350574 24.1057 1.74437 24.8232 1.74437 22.1935V5.66807C1.74437 3.51717 0.177078 4.40468 0.177078 3.107C0.177078 2.45816 0.769005 2.11659 2.78972 1.05901C4.67047 0.0685999 4.91395 0 5.2274 0C5.78434 0 6.0978 0.37587 6.0978 1.33198V22.1935C6.0978 24.8232 7.49159 24.1057 7.49159 25.3005C7.49159 25.6764 7.21313 26.1537 6.55122 26.1537C5.95929 26.1537 5.33238 26.0508 3.90359 26.0508C2.4748 26.0508 1.91787 26.1537 1.32594 26.1537C0.629042 26.1537 0.350574 25.7092 0.350574 25.3005Z\" fill=\"#1E1E1D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9uhr9h\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"27\" viewBox=\"0 0 8 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.351627 25.3005C0.351627 24.1057 1.74542 24.8232 1.74542 22.1935V5.66807C1.74542 3.51717 0.178131 4.40468 0.178131 3.107C0.178131 2.45816 0.770057 2.11659 2.79077 1.05901C4.67152 0.0685999 4.915 0 5.22846 0C5.78539 0 6.09885 0.37587 6.09885 1.33198V22.1935C6.09885 24.8232 7.49265 24.1057 7.49265 25.3005C7.49265 25.6764 7.21418 26.1537 6.55227 26.1537C5.96035 26.1537 5.33343 26.0508 3.90464 26.0508C2.47586 26.0508 1.91892 26.1537 1.32699 26.1537C0.630095 26.1537 0.351627 25.7092 0.351627 25.3005Z\" fill=\"#1E1E1D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ja0w8m\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:26,svg:'<svg width=\"26\" height=\"19\" viewBox=\"0 0 26 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M25.2182 1.41954C25.2182 2.44425 23.8594 2.20415 23.2675 4.45795L20.0629 16.2371C19.7144 17.6363 19.366 18.0464 17.5902 18.0464C15.8144 18.0464 15.431 17.602 15.0825 16.2028L13.0268 8.45246L10.6241 16.2714C10.2407 17.5691 9.99722 18.0464 8.08148 18.0464C6.16574 18.0464 5.88727 17.5005 5.57381 16.2714L2.36925 4.45795C1.77732 2.13555 0.488495 2.44282 0.488495 1.41954C0.488495 0.907902 0.836945 0.600632 1.39388 0.600632C2.05579 0.600632 2.92618 0.703531 4.35497 0.703531C5.67878 0.703531 6.20073 0.600632 6.93262 0.600632C7.66451 0.600632 8.08148 0.907902 8.08148 1.45384C8.08148 2.37565 7.00114 2.30705 7.00114 3.80911C7.00114 4.18498 7.17464 4.96959 7.34959 5.68703L9.33531 13.4717L12.0515 4.79952L11.9465 4.45795C11.3546 2.16985 10.2392 2.34135 10.2392 1.41954C10.2392 0.907902 10.6577 0.600632 11.1096 0.600632C11.7366 0.600632 12.3635 0.703531 13.8608 0.703531C15.0796 0.703531 15.6716 0.600632 16.4384 0.600632C17.2053 0.600632 17.5523 0.942202 17.5523 1.45384C17.5523 2.40995 16.2285 2.23988 16.2285 3.67333C16.2285 4.0492 16.437 4.90242 16.6119 5.68846L18.5976 13.4731L20.5834 5.68846C20.7919 4.93672 20.9318 4.2207 20.9318 3.74193C20.9318 2.30848 19.643 2.40995 19.643 1.45384C19.643 0.942202 20.0264 0.600632 20.7569 0.600632C21.3138 0.600632 21.7672 0.703531 22.4991 0.703531C23.091 0.703531 23.8229 0.600632 24.2749 0.600632C24.8668 0.600632 25.2153 0.942202 25.2153 1.41954H25.2182Z\" fill=\"#1E1E1D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12ybylz\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:15,svg:'<svg width=\"15\" height=\"19\" viewBox=\"0 0 15 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.3746 14.0534C14.3746 14.292 14.3046 14.6336 14.1311 15.0781C13.2957 16.956 11.135 18.4923 8.38385 18.4923C4.16893 18.4923 0.894379 15.181 0.894379 9.13703C0.894379 3.81053 3.99397 0.0546913 7.96542 0.0546913C11.5534 0.0546913 14.0961 3.23029 14.0961 7.22481C14.0961 8.14662 13.7476 8.48819 12.9472 8.72686L5.70269 10.6734C6.39958 13.6775 7.89689 15.4882 9.74265 15.4882C10.788 15.4882 11.8669 14.9423 12.7737 13.7804C13.1572 13.303 13.3307 13.2344 13.6441 13.2344C14.0276 13.2344 14.376 13.5074 14.376 14.0534H14.3746ZM5.2828 6.60884C5.2828 7.29198 5.31779 7.94082 5.38777 8.55536L8.59234 7.59925C9.21925 7.42918 9.77619 7.15478 9.77619 6.37017C9.77619 4.35505 8.76583 2.37565 7.37349 2.37565C5.87618 2.37565 5.28426 4.32218 5.28426 6.60884H5.2828Z\" fill=\"#1E1E1D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lfgq88\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"19\" viewBox=\"0 0 14 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.7148 14.0534C13.7148 14.292 13.6448 14.6336 13.4713 15.0781C12.6359 16.956 10.4752 18.4923 7.72406 18.4923C3.50914 18.4923 0.234589 15.181 0.234589 9.13703C0.234589 3.81053 3.33418 0.0546913 7.30563 0.0546913C10.8936 0.0546913 13.4363 3.23029 13.4363 7.22481C13.4363 8.14662 13.0878 8.48819 12.2874 8.72686L5.0429 10.6734C5.7398 13.6775 7.23711 15.4882 9.08287 15.4882C10.1282 15.4882 11.2071 14.9423 12.1139 13.7804C12.4974 13.303 12.6709 13.2344 12.9843 13.2344C13.3678 13.2344 13.7162 13.5074 13.7162 14.0534H13.7148ZM4.62447 6.60884C4.62447 7.29198 4.65946 7.94082 4.72944 8.55536L7.934 7.59925C8.56092 7.42918 9.11786 7.15478 9.11786 6.37017C9.11786 4.35505 8.1075 2.37565 6.7137 2.37565C5.21639 2.37565 4.62447 4.32218 4.62447 6.60884Z\" fill=\"#1E1E1D\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhZ3JpZCB/\",\"--framer-font-family\":'\"Hagrid \\x7f\", \"Hagrid \\x7f Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(30, 30, 29)\"},children:\"Get 15% off your\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhZ3JpZCB/\",\"--framer-font-family\":'\"Hagrid \\x7f\", \"Hagrid \\x7f Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(30, 30, 29)\"},children:\"first order!\"})]}),className:\"framer-j8cu9o\",\"data-framer-name\":\"Get 20% off your first order!\",fonts:[\"CUSTOM;Hagrid \\x7f\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithCancelOverlay1kcxi4q,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F0aGxldGljcyBSZWd1bGFy\",\"--framer-font-family\":'\"Athletics Regular\", \"Athletics Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(30, 30, 29)\"},children:\"No, I want to pay full price\"})}),className:\"framer-1kcxi4q\",\"data-framer-name\":\"No, I want to pay full price\",fonts:[\"CUSTOM;Athletics Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F0aGxldGljcyBSZWd1bGFy\",\"--framer-font-family\":'\"Athletics Regular\", \"Athletics Regular Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(30, 30, 29)\"},children:\"By signing up, you agree to receive emails from allweek \"})}),className:\"framer-5j1yn\",\"data-framer-name\":\"No, I want to pay full price\",fonts:[\"CUSTOM;Athletics Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bd2y99-container\",isAuthoredByUser:true,nodeId:\"JPQya5Vfm\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PopupSubscriptionForm,{borderColor:\"rgb(0, 153, 255)\",buttonFont:{fontFamily:'\"Athletics Bold\", \"Athletics Bold Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0.6px\",lineHeight:\"1em\",textAlign:\"center\"},font:{fontFamily:'\"Athletics Regular\", \"Athletics Regular Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"1px\",lineHeight:\"1em\",textAlign:\"left\"},height:\"100%\",id:\"JPQya5Vfm\",layoutId:\"JPQya5Vfm\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cvneqd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{evYp5rZFr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F0aGxldGljcyBSZWd1bGFy\",\"--framer-font-family\":'\"Athletics Regular\", \"Athletics Regular Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-990f8782-3655-438a-858c-9002c3303841, rgb(30, 30, 29))\"},children:\"x\"})}),transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichTextWithCancelOverlay1gaofoz,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F0aGxldGljcyBSZWd1bGFy\",\"--framer-font-family\":'\"Athletics Regular\", \"Athletics Regular Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-text-color\":\"var(--token-990f8782-3655-438a-858c-9002c3303841, rgb(30, 30, 29))\"},children:\"x\"})}),className:\"framer-1gaofoz\",\"data-framer-name\":\"CloseButton\",fonts:[\"CUSTOM;Athletics Regular\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Aw8Z1.framer-lux5qc, .framer-Aw8Z1 .framer-lux5qc { display: block; }\",\".framer-Aw8Z1.framer-72rtr7 { 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: 1440px; }\",\".framer-Aw8Z1 .framer-uez3gd { background-color: var(--token-990f8782-3655-438a-858c-9002c3303841, #1e1e1d); flex: none; height: 53px; overflow: hidden; position: relative; width: 100%; }\",\".framer-Aw8Z1 .framer-dg35br { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 51%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\".framer-Aw8Z1 .framer-1n7e08l-container { flex: none; height: 68px; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-Aw8Z1 .framer-jroyi3-container, .framer-Aw8Z1 .framer-mz8xej-container { flex: none; height: 816px; position: relative; width: 100%; z-index: 1; }\",\".framer-Aw8Z1 .framer-170jedv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 700px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Aw8Z1 .framer-138d5i4 { align-content: center; align-items: center; background-color: #dfe3a0; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; bottom: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 313px; justify-content: center; left: 16px; overflow: visible; padding: 32px 24px 32px 24px; position: absolute; width: min-content; z-index: 1; }\",\".framer-Aw8Z1 .framer-1u6h89l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Aw8Z1 .framer-1lieiuc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Aw8Z1 .framer-13nz1jf, .framer-Aw8Z1 .framer-10p09cf { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 611px; word-break: break-word; word-wrap: break-word; }\",\".framer-Aw8Z1 .framer-a0rpyq { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 42px; position: absolute; top: 62px; white-space: pre-wrap; width: 611px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-Aw8Z1 .framer-18kv2na-container, .framer-Aw8Z1 .framer-1y78so6-container, .framer-Aw8Z1 .framer-1ao1cu3-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Aw8Z1 .framer-2qiphs-container { flex: none; height: 800px; position: relative; width: 100%; }\",\".framer-Aw8Z1 .framer-miocnk-container { flex: none; height: 290px; position: relative; width: 100%; }\",\".framer-Aw8Z1 .framer-v27i3i-container { flex: none; height: 700px; position: relative; width: 100%; }\",\".framer-Aw8Z1 .framer-dqvtgq-container { flex: none; height: 657px; position: relative; width: 100%; }\",\".framer-Aw8Z1 .framer-1vpcat0-container { flex: none; height: 769px; position: relative; width: 100%; }\",\".framer-Aw8Z1 .framer-1cr743g { aspect-ratio: 1.7114427860696517 / 1; background-color: #fffcee; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; flex: none; height: var(--framer-aspect-ratio-supported, 402px); overflow: hidden; position: relative; width: 688px; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-Aw8Z1 .framer-810e1r { bottom: 0px; flex: none; position: absolute; right: 0px; top: 0px; width: 323px; }\",\".framer-Aw8Z1 .framer-138lnra { flex: none; height: 27px; left: 135px; overflow: visible; position: absolute; top: 31px; width: 94px; }\",\".framer-Aw8Z1 .framer-185q9ao { bottom: -6px; flex: none; gap: 0px; height: 27px; left: 0px; overflow: visible; position: absolute; right: 0px; }\",\".framer-Aw8Z1 .framer-179qmo5 { bottom: 1px; flex: none; left: 78px; position: absolute; right: 1px; top: 0px; }\",\".framer-Aw8Z1 .framer-1rs9ir2 { bottom: 1px; flex: none; left: 0px; position: absolute; right: 79px; top: 8px; }\",\".framer-Aw8Z1 .framer-v4p7gb { bottom: 1px; flex: none; left: 14px; position: absolute; right: 73px; top: 0px; }\",\".framer-Aw8Z1 .framer-9uhr9h { bottom: 1px; flex: none; left: 21px; position: absolute; right: 66px; top: 0px; }\",\".framer-Aw8Z1 .framer-1ja0w8m { bottom: 1px; flex: none; left: 28px; position: absolute; right: 41px; top: 8px; }\",\".framer-Aw8Z1 .framer-12ybylz { bottom: 1px; flex: none; left: 51px; position: absolute; right: 29px; top: 8px; }\",\".framer-Aw8Z1 .framer-lfgq88 { bottom: 1px; flex: none; left: 65px; position: absolute; right: 16px; top: 8px; }\",\".framer-Aw8Z1 .framer-j8cu9o { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 4px; position: absolute; top: 103px; white-space: pre-wrap; width: 355px; word-break: break-word; word-wrap: break-word; }\",\".framer-Aw8Z1 .framer-1kcxi4q { --framer-paragraph-spacing: 0px; bottom: 36px; flex: none; height: auto; left: 100px; position: absolute; white-space: pre; width: auto; }\",\".framer-Aw8Z1 .framer-5j1yn { --framer-paragraph-spacing: 0px; bottom: 74px; flex: none; height: auto; left: 72px; position: absolute; white-space: pre; width: auto; }\",\".framer-Aw8Z1 .framer-bd2y99-container { bottom: 99px; flex: none; height: auto; left: 62px; position: absolute; width: 240px; }\",\".framer-Aw8Z1 .framer-1cvneqd { flex: none; height: 31px; left: 22px; overflow: hidden; position: absolute; top: 14px; width: 13px; }\",\".framer-Aw8Z1 .framer-1gaofoz { flex: none; height: auto; left: 0px; position: absolute; top: 48%; transform: translateY(-50%); white-space: pre; width: auto; }\",...sharedStyle.css,...sharedStyle1.css,\"@media (min-width: 810px) and (max-width: 1439px) { .framer-Aw8Z1.framer-72rtr7 { width: 810px; } .framer-Aw8Z1 .framer-jroyi3-container { height: auto; } .framer-Aw8Z1 .framer-mz8xej-container { height: 680px; } .framer-Aw8Z1 .framer-1vpcat0-container { height: 919px; }}\",\"@media (max-width: 809px) { .framer-Aw8Z1.framer-72rtr7 { height: 8116px; width: 390px; } .framer-Aw8Z1 .framer-jroyi3-container, .framer-Aw8Z1 .framer-2qiphs-container, .framer-Aw8Z1 .framer-mz8xej-container, .framer-Aw8Z1 .framer-dqvtgq-container { height: auto; } .framer-Aw8Z1 .framer-170jedv { flex-direction: column; justify-content: flex-end; padding: 0px 16px 16px 16px; } .framer-Aw8Z1 .framer-138d5i4 { bottom: unset; height: min-content; left: unset; position: relative; width: 100%; } .framer-Aw8Z1 .framer-1u6h89l { flex: 1 0 0px; width: 1px; } .framer-Aw8Z1 .framer-1lieiuc, .framer-Aw8Z1 .framer-13nz1jf, .framer-Aw8Z1 .framer-10p09cf { width: 100%; } .framer-Aw8Z1 .framer-a0rpyq { left: 0px; right: 0px; width: unset; } .framer-Aw8Z1 .framer-1vpcat0-container { height: 888px; } .framer-Aw8Z1 .framer-1cr743g { align-content: center; align-items: center; aspect-ratio: unset; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 502px; justify-content: center; padding: 0px; width: 340px; } .framer-Aw8Z1 .framer-810e1r { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; bottom: unset; height: 171px; order: 1; position: relative; right: unset; top: unset; } .framer-Aw8Z1 .framer-138lnra { left: unset; order: 2; position: relative; top: unset; } .framer-Aw8Z1 .framer-j8cu9o { left: unset; order: 3; position: relative; top: unset; } .framer-Aw8Z1 .framer-1kcxi4q { bottom: unset; left: unset; order: 4; position: relative; } .framer-Aw8Z1 .framer-5j1yn { bottom: unset; left: unset; order: 5; position: relative; } .framer-Aw8Z1 .framer-bd2y99-container { bottom: unset; left: unset; order: 6; position: relative; } .framer-Aw8Z1 .framer-1cvneqd { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; left: unset; order: 0; padding: 0px 20px 0px 20px; position: relative; top: unset; width: 100%; } .framer-Aw8Z1 .framer-1gaofoz { left: unset; position: relative; top: unset; transform: unset; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8059\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XcKbiiHPp\":{\"layout\":[\"fixed\",\"auto\"]},\"evYp5rZFr\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Aw8Z1\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:8059,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Hagrid \\x7f\",source:\"custom\",url:\"https://framerusercontent.com/assets/4VmF3pKesHPM5BcYM5LFKIto1Q.woff\"},{family:\"Athletics Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/TF3o8OhRxW2PUyzokJvHzZbZcm0.woff2\"},{family:\"Hello America Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mAwfNmJYKqG7vQp6DIgqru34wo.woff\"},{family:\"Athletics Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/BORVRCK9wPk7BKigEdcwdgzFiKg.woff2\"}]},...NavigationFonts,...HeroImageRightFonts,...BenefitsRowFonts,...MenuCarouselFonts,...CarouselFonts,...PressQuotesFonts,...TestimonialFonts,...TextImageRightFonts,...LinksFonts,...FooterTopPartFonts,...FooterBottomPartFonts,...PopupSubscriptionFormFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XcKbiiHPp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"evYp5rZFr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"8059\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}