(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9610],{98605:function(e,t,r){Promise.resolve().then(r.bind(r,66434)),Promise.resolve().then(r.bind(r,25626)),Promise.resolve().then(r.bind(r,73603)),Promise.resolve().then(r.bind(r,40227)),Promise.resolve().then(r.bind(r,57330)),Promise.resolve().then(r.bind(r,71829)),Promise.resolve().then(r.bind(r,59511)),Promise.resolve().then(r.bind(r,16201)),Promise.resolve().then(r.bind(r,28129)),Promise.resolve().then(r.t.bind(r,65469,23)),Promise.resolve().then(r.bind(r,36007)),Promise.resolve().then(r.t.bind(r,93923,23))},66434:function(e,t,r){"use strict";r.d(t,{ArticlesProvider:function(){return p},l:function(){return x}});var a=r(27573),s=r(96232);class n{async search(e){let t={q:e.query,hitsPerPage:e.limit,page:e.page};e.filter&&(t.filter=function(e){let{featured:t,tags:r}=e,a=r&&r.length>0?'tags = "'.concat(r.join('" OR tags = "'),'"'):"";return[void 0!==t?"featured = ".concat(t):"",a].filter(Boolean).join(" AND ")}(e.filter));try{let e=await fetch("".concat(this.host,"/indexes/").concat(this.indexName,"/search"),{method:"POST",headers:{"Content-Type":"application/json",Authorization:"Bearer ".concat(this.apiKey)},body:JSON.stringify(t)});if(!e.ok)throw Error("Search request failed with status: ".concat(e.status));let r=await e.json();return{posts:r.hits.map(e=>({slug:e.slug,title:e.title,custom_excerpt:e.custom_excerpt,featured_image:e.featured_image,reading_time:e.reading_time,published_at:e.published_at,updated_at:e.updated_at,tags:e.tags})),totalPages:r.totalPages||0,totalPosts:r.totalHits||0}}catch(e){throw console.error("MeiliSearch is unavailable",e),Error("Search service is currently unavailable. Please try again later.")}}constructor(e,t,r){this.host=e,this.apiKey=t,this.indexName=r}}class l{async searchPosts(e){try{return this.searchClient.search(e)}catch(e){return{totalPages:0,totalPosts:0,posts:[]}}}constructor(e){this.searchClient=e}}new l(new n(s.environment.Search.HOST,s.environment.Search.KEY,s.environment.Search.INDEX));var i=r(52382);async function o(e){let t=function(e){var t,r,a,s,n;let l=new URLSearchParams;return l.set("query",e.query),(null===(t=e.filter)||void 0===t?void 0:t.featured)!==void 0&&l.set("featured",e.filter.featured.toString()),null===(a=e.filter)||void 0===a||null===(r=a.tags)||void 0===r||r.forEach(e=>l.append("tags",e)),l.set("page",(null===(s=e.page)||void 0===s?void 0:s.toString())||"1"),l.set("limit",(null===(n=e.limit)||void 0===n?void 0:n.toString())||"20"),l.toString()}(e),r=[],a=0,s=0;try{let e=await fetch("".concat(i.Z5.BLOG,"/api?").concat(t));if(e.ok){var n;let t=await e.json();r=t?null===(n=t.posts)||void 0===n?void 0:n.map(e=>({slug:e.slug,title:e.title,description:e.custom_excerpt,readingTime:e.reading_time,image:e.featured_image,tag:e.tags.length>0?{name:e.tags[0]}:{name:""}})):[],a=t.totalPages,s=t.totalPosts}}catch(e){console.error("Error fetching data from search API:",{error:e})}return{posts:r,totalPages:a,totalPosts:s}}var c=r(47574),u=r(53201),d=r(67754),f=r(7653),h=r(70569);let m=(0,f.createContext)(void 0);function x(){let e=(0,f.useContext)(m);if(void 0===e)throw Error("useArticles must be used within a ArticlesProvider");return e}function p(e){var t,r;let{children:s}=e,[n,l]=(0,f.useState)(""),i=(0,d.useSearchParams)(),x=(0,u.Nr)(n,300),p=(0,f.useMemo)(()=>{var e,t,r;return new Set((null!==(r=null===(t=i.get("tags"))||void 0===t?void 0:null===(e=t.split(","))||void 0===e?void 0:e.filter(e=>[...g.keys()].includes(null==e?void 0:e.toLowerCase())))&&void 0!==r?r:[]).map(e=>g.get(e.toLowerCase())).sort())},[i]),[v,E]=(0,f.useState)(!1),w=(0,f.useMemo)(()=>Array.from(p),[p]),N=p.size>0,{data:y,error:b,isFetching:_,fetchNextPage:S,hasNextPage:j}=(0,c.N)({queryKey:["blogArticles",x,w],queryFn:L,initialPageParam:1,getNextPageParam:function(e,t){var r;let a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;if(t.reduce((e,t)=>{var r,a;return e+(null!==(a=null==t?void 0:null===(r=t.posts)||void 0===r?void 0:r.length)&&void 0!==a?a:0)},0)<(null!==(r=e.totalPosts)&&void 0!==r?r:0))return a+1}});async function L(e){let{pageParam:t=0}=e,r=new Promise(e=>{setTimeout(()=>{e()},300)}),a=o({query:x,filter:{featured:!1,tags:Array.from(N?p:h.q)},page:t,limit:12}),[,s]=await Promise.all([r,a]);return s}(0,f.useEffect)(()=>{b&&console.error("Failed to fetch search results:",b)},[b]),(0,f.useEffect)(()=>{p.size>0&&v&&window.history.pushState({},"","")},[n,v,p.size]),(0,f.useEffect)(()=>{v||l("")},[p,l,n,v]);let C=null!==(t=null==y?void 0:y.pages.reduce((e,t)=>[...e,...t.posts],[]))&&void 0!==t?t:[],A=null!==(r=null==y?void 0:y.pages.reduce((e,t)=>{var r;return e+(null!==(r=null==t?void 0:t.totalPosts)&&void 0!==r?r:0)},0))&&void 0!==r?r:0;return(0,a.jsx)(m.Provider,{value:{query:n,setQuery:l,articles:C,handleLoadMore:S,isLoading:_,totalPosts:A,selectedTags:p,toggleTag:function(e){let t=new Set(p);p.has(e)?t.delete(e):t.add(e);let r=new URLSearchParams;t.size>0&&r.set("tags",Array.from(t).join(",").toLowerCase()),window.history.pushState({},"","?".concat(r.toString()))},isExpanded:v,setIsExpanded:E,POSTS_PER_PAGE:12,hasNextPage:j},children:s})}let g=h.q.reduce((e,t)=>(e.set(t.toLowerCase(),t),e),new Map)},70569:function(e,t,r){"use strict";r.d(t,{E:function(){return d},q:function(){return u}});var a=r(27573),s=r(70822),n=r(27176),l=r(29102),i=r.n(l),o=r(7653),c=r(66434);let u=["Our2Cents","Insurance 101","TechTalk","InsureNaked","Definitions"];function d(){let e=(0,o.useRef)(null),{setQuery:t,query:r,selectedTags:l,totalPosts:d,toggleTag:h,isExpanded:m,setIsExpanded:x}=(0,c.l)();return(0,o.useEffect)(()=>{m&&e.current&&e.current.focus()},[m]),(0,a.jsx)("div",{className:"no-scrollbar mx-auto w-full overflow-x-scroll py-3",children:(0,a.jsxs)("div",{className:i()("flex px-8 transition-all xl:px-0",{"space-x-4":!m,"space-x-0":m}),children:[(0,a.jsxs)("div",{className:i()("relative flex h-12 cursor-pointer items-center justify-center rounded-full border-2 bg-white transition duration-300 ease-in-out",{"rounded-5xl w-full border-green-200 sm:w-[350px]":m,"border-grey-50 w-12 rounded-full ":!m}),tabIndex:0,children:[(0,a.jsx)("span",{className:"flex h-9 w-12 flex-shrink-0 items-center justify-center",onClick:()=>{x(!m)},children:(0,a.jsx)(n.J,{name:"base:search",className:"h-6 w-6 cursor-pointer text-gray-500"})}),(0,a.jsx)("input",{role:"searchbox",ref:e,className:i()("h-10 rounded-r-full border-transparent py-2 pl-0 caret-green-200 outline-none transition-all duration-300 ease-in-out",{"block w-full":m,"hidden w-0":!m}),type:"text",placeholder:"",value:r,onChange:e=>t(e.target.value),onKeyDown:e=>{"Escape"===e.code&&x(!1)}}),(0,a.jsx)("button",{type:"button",className:i()("mr-3 h-8 items-center justify-center",{"hidden w-0 opacity-0":!m,"flex w-8 opacity-100":m}),onClick:()=>{t(""),x(!1)},"aria-label":"Clear search query",children:(0,a.jsx)(n.J,{name:"base:cross",className:"text-grey-700 h-3 w-3"})})]}),(0,a.jsx)("div",{role:"tablist",className:"pr-10 transition-all duration-300 ease-in-out ".concat(m?"flex w-0 space-x-0 overflow-hidden opacity-0":"flex w-full space-x-2 opacity-100"),children:u.map((e,t)=>(0,a.jsx)(s.z,{disableHoverShadow:!0,"aria-label":l.has(e)?"Include ".concat(e):"Remove from filters",className:i()("rounded-4xl bg-grey-50 justify-right flex h-12 min-w-fit items-center px-6 py-4 text-sm font-bold transition-all",{"bg-grey-800 text-white":l.has(e),"bg-grey-50 text-grey-800":!l.has(e)}),onClick:()=>h(e),children:e},t))}),d>0&&(0,a.jsx)("div",{className:"hidden flex-shrink-0 flex-grow justify-end self-center sm:flex",children:r.trim().length>=2&&(0,a.jsxs)("p",{className:i()("text-grey-200 animate-fade-in text-clip text-xl transition-opacity ",{"ml-4 opacity-100":m,"ml-0 hidden opacity-0 xl:block":!m}),children:[d," Search results for"," ",(0,a.jsxs)("span",{className:"max-w-full font-bold",children:['"',(0,a.jsx)("span",{className:"max-w-[20px] truncate",children:r.length>f?"".concat(r.substring(0,f),"..."):r}),'"']})]})})]})})}let f=17},25626:function(e,t,r){"use strict";r.d(t,{BlogGallery:function(){return m}});var a=r(27573),s=r(7653),n=r(36007);r(93923);var l=r(70822),i=r(19606),o=r(66434),c=r(70569);let u=(0,s.memo)(e=>{let{count:t}=e;return(0,a.jsx)(a.Fragment,{children:Array.from({length:t},(e,t)=>(0,a.jsxs)("div",{className:"relative flex w-[300px] max-w-full flex-auto flex-col gap-2",children:[(0,a.jsx)(n.default,{className:"h-52 w-full",borderRadius:"24px"}),(0,a.jsx)(n.default,{width:"70%",className:"my-4",height:"55px",borderRadius:"24px"}),(0,a.jsx)(n.default,{width:"60%",height:"44px",borderRadius:"24px"}),(0,a.jsx)(n.default,{width:"20%",height:"17px",borderRadius:"24px"})]},"skeleton-".concat(t)))})}),d=(0,s.memo)(e=>{let{articles:t,calculateDelay:r}=e;return(0,a.jsx)(a.Fragment,{children:t.map((e,t)=>(0,a.jsx)("div",{className:"animate-fade-in-from-top md:animate-fade-in-left-to-right relative flex w-auto flex-auto",style:{animationDelay:r(t)},children:(0,a.jsx)(i.L,{item:e})},e.slug))})}),f=(0,s.memo)(e=>{let{query:t}=e;return(0,a.jsx)("div",{className:"flex flex-col items-center justify-center bg-white px-8 pt-8 text-center",children:(0,a.jsxs)("span",{className:"text-grey-200 flex flex-col text-xl font-extralight",children:["We couldn't find anything for ",(0,a.jsxs)("p",{className:"font-bold",children:['"',t,'"']})]})})});function h(e){let{articles:t,calculateDelay:r,isLoading:s,POSTS_PER_PAGE:n,totalPosts:l,query:i}=e;return t.length>0?(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(d,{articles:t,calculateDelay:r}),s&&(0,a.jsx)(u,{count:n})]}):s||0!==l||""===i?(0,a.jsx)(u,{count:n}):(0,a.jsx)(f,{query:i})}function m(){let{query:e,articles:t,handleLoadMore:r,isLoading:s,totalPosts:n,POSTS_PER_PAGE:i,hasNextPage:u}=(0,o.l)();return(0,a.jsxs)("section",{className:"bg-grey-800",children:[(0,a.jsx)("div",{className:"rounded-t-4xl bg-white pt-10",children:(0,a.jsx)("div",{className:"mx-auto flex overflow-x-auto bg-white lg:max-w-6xl",children:(0,a.jsx)(c.E,{})})}),(0,a.jsx)("div",{className:"mx-auto flex flex-col flex-wrap items-center justify-center bg-white px-8 pt-8",children:(0,a.jsx)("div",{className:"flex max-w-6xl flex-wrap justify-center gap-6",children:(0,a.jsx)(h,{articles:t,calculateDelay:e=>"".concat(e%i*100,"ms"),POSTS_PER_PAGE:i,isLoading:s,query:e,totalPosts:n})})}),(0,a.jsx)("div",{className:"flex w-full items-center justify-center bg-white px-8 pb-28 pt-16 lg:pb-40",children:u&&!s&&(0,a.jsx)(l.z,{"aria-label":"load more articles",onClick:r,className:"border-grey-800 text-grey-800 rounded-4xl w-full border-2 bg-white py-4 font-bold hover:bg-blue-700 sm:max-w-xs",children:"Load More"})})]})}},96232:function(e,t,r){"use strict";r.d(t,{environment:function(){return s}});var a=r(68571);let s={ORIGIN:"https://www.naked.insure",Blog:{HOST:a.env.BLOG_HOST||"https://blog.naked.insure",KEY:a.env.BLOG_KEY||"c19ad1c545c7478578cd5829a6",VERSION:"v5.0"},Search:{HOST:a.env.SEARCH_HOST||"http://localhost:7700",INDEX:a.env.SEARCH_INDEX||"posts",KEY:a.env.SEARCH_KEY||"d3a2f739866a577927d4b94bc707a867daed56652d7f8230b774cd67d8000286"},S3Buckets:{WEBSITE_MEDIA:"https://blog-media.naked.insure"},Links:{App:{APPLE_URL:"https://itunes.apple.com/us/app/naked-insurance/id1296794891?ls=1&mt=8",DEEP_LINK_URL:"https://app.naked.insure/key_test_noMiK5dX2jZYIrZdI6uP3fobtriC2MJe",GOOGLE_URL:"https://play.google.com/store/apps/details?id=insure.naked.app",HUAWEI_URL:"https://appgallery.huawei.com/app/C104956027"},General:{HELLO_PETER_URL:"https://www.hellopeter.com/naked-insurance",NAKED_WEB_URL:"https://www.naked.insure",NAKED_WEB_LOGO:"https://www.naked.insure/static/favicons/favicon-128x128.png"},Social:{FACEBOOK_URL:"https://www.facebook.com/NakedCoverSA",INSTAGRAM_URL:"https://www.instagram.com/nakedcover_sa/?hl=en",LINKEDIN_URL:"https://za.linkedin.com/company/naked-sa",X_FORMERLY_KNOWN_AS_TWITTER_URL:"https://twitter.com/nakedcover_sa",TIKTOK_URL:"https://www.tiktok.com/@nakedcoversa"},Sharing:{FACEBOOK_URL:"https://www.facebook.com/sharer/sharer.php?u=",TWITTER_URL:"http://twitter.com/intent/tweet?text=Check this out!&url=",LINKEDIN_URL:"https://www.linkedin.com/sharing/share-offsite/?url="}},Web:{Analytics:{Clarity:{KEY:"l1mc8mekca"},Segment:{TOKEN:"2028j4UUHcehx6qOgtsOR7GBe7Y5xeWa"}}}}},52382:function(e,t,r){"use strict";var a,s;r.d(t,{Z5:function(){return a}}),(s=a||(a={})).HOME="/",s.BUILDING_INSURANCE="/building-insurance",s.CAR_INSURANCE="/car-insurance",s.HOME_CONTENTS_INSURANCE="/home-contents-insurance",s.SINGLE_ITEMS_INSURANCE="/single-items-insurance",s.BICYCLE_INSURANCE="/single-items-insurance/bicycle",s.JEWELLERY_INSURANCE="/single-items-insurance/jewellery",s.LAPTOP_INSURANCE="/single-items-insurance/laptop",s.PHONE_INSURANCE="/single-items-insurance/phone",s.CHOOSE_PRODUCT="/platform/choose-product",s.MULTI_CTA="/platform/choose-product?stage=main",s.QUOTE="/platform/quote",s.QUOTE_BUILDING="/platform/quote/building",s.QUOTE_CAR="/platform/quote/car",s.QUOTE_HOUSEHOLD="/platform/quote/household",s.QUOTE_RENTER="/platform/quote/renter",s.QUOTE_SINGLE_ITEM="/platform/quote/single-item",s.QUOTE_PHONE="/platform/quote/single-item?type=PHONE",s.QUOTE_SPORTS="/platform/quote/single-item?type=SPORTS",s.QUOTE_ELECTRONICS="/platform/quote/single-item?type=ELECTRONICS",s.QUOTE_JEWELLERY="/platform/quote/single-item?type=JEWELLERY",s.BASKET="/platform/basket",s.CHECKOUT="/platform/checkout",s.FULFILLMENT="/platform/fulfillment",s.SUMMARY="/platform/summary",s.BLOG="/blog",s.CAREERS_AT_NAKED="/careers-at-naked",s.DIFFERENCE="/naked-difference",s.ENCYCLOPAEDIA="/platform/encyclopaedia",s.DEFINITIONS="/definitions",s.LEGAL_TERMS_OF_USE="/legal/terms-of-use",s.LEGAL_COMPLAINTS_RESOLUTION="/legal/complaints-resolution",s.LEGAL_PRIVACY_POLICY="/legal/privacy-policy",s.LEGAL_CONFLICT_OF_INTEREST_MANAGEMENT="/legal/conflict-of-interest-management",s.FAQ_THE_BASICS="/frequently-asked-questions/the-basics",s.FAQ_NAKED_DIFFERENCE="/frequently-asked-questions/the-naked-difference",s.FAQ_REFERRALS="/frequently-asked-questions/referrals",s.FAQ_CLAIMING="/frequently-asked-questions/claiming",s.FAQ_SINGLE_ITEMS="/frequently-asked-questions/single-items",s.FAQ_BUILDING="/frequently-asked-questions/building",s.FAQ_HOME_CONTENTS="/frequently-asked-questions/home-contents",s.FAQ_CAR="/frequently-asked-questions/car",s.CONTACT_US="/contact-us",s.THANKS="/thanks",s.COVER_ACTIVE="/cover-active",s.USER_EXISTS="/user-exists",s.DESIGN_SYSTEM="/design-system",s.PLATFORM="/platform",s._NEXT="/_next"},73603:function(e,t,r){"use strict";r.r(t),r.d(t,{AnimatedCarousel:function(){return c}});var a=r(27573),s=r(70822),n=r(27176),l=r(29102),i=r.n(l),o=r(7653);function c(e){let{children:t}=e,r=o.Children.toArray(t),{currentIndex:l,goToNext:c,goToPrevious:u,getSlideClass:d}=function(e){let[t,r]=(0,o.useState)(0),a=(0,o.useRef)("next");return{currentIndex:t,goToNext:function(){t<e-1&&(r(t+1),a.current="next")},goToPrevious:function(){t>0&&(r(t-1),a.current="prev")},getSlideClass:function(r){if(r===t)return"translate-x-0 opacity-100 scale-x-100";if(r===(t+1)%e&&t<e-1){let e="next"===a.current?"opacity-0":"opacity-100";return"translate-x-full scale-x-50 scale-y-75 ".concat(e)}if(r===(t-1+e)%e&&t>0){let e="prev"===a.current?"opacity-0":"opacity-100";return"-translate-x-full ".concat(e," scale-x-50 scale-y-75")}return"opacity-0 scale-x-0"},slideDirection:a}}(r.length),f=0===l,h=l===r.length-1;return(0,a.jsx)("div",{className:"flex w-full flex-col items-center justify-center",children:(0,a.jsxs)("div",{className:"relative flex h-80 w-full max-w-[1660px] justify-center overflow-hidden xl:h-[410px]",children:[(0,a.jsx)("div",{className:"absolute inset-0 flex flex-col",children:r.map((e,t)=>(0,a.jsx)("div",{className:i()("absolute inset-0 transition-transform duration-1000 ease-in-out ".concat(d(t))),children:e},t))}),(0,a.jsxs)("div",{className:"absolute top-1/2 w-11/12 -translate-y-1/2 xl:w-11/12 2xl:w-10/12 ",children:[(0,a.jsx)(s.z,{"aria-label":"Previous",role:"button",disableHover:!0,className:i()("bg-grey-900 absolute left-0 z-20 flex h-16 w-16 -translate-y-1/2 transform items-center justify-center rounded-full text-white",{"opacity-0":f,"opacity-100":!f}),onClick:u,children:(0,a.jsx)(n.J,{name:"base:arrow-left",className:"h-4 text-white"})}),(0,a.jsx)(s.z,{"aria-label":"Next",role:"button",disableHover:!0,className:i()("bg-grey-900 absolute right-0 z-20 flex h-16 w-16 -translate-y-1/2 transform items-center justify-center rounded-full text-white",{"opacity-0":h,"opacity-100":!h}),onClick:c,children:(0,a.jsx)("div",{className:"ml-1",children:(0,a.jsx)(n.J,{name:"base:arrow-right",className:"h-4 text-white"})})})]}),(0,a.jsx)("div",{className:"absolute bottom-0 left-36 flex justify-self-start 2xl:left-64",children:r.map((e,t)=>(0,a.jsx)("div",{className:i()("mx-1 h-2 w-2 rounded-full ".concat(l===t?"bg-white":"bg-grey-700"))},t))})]})})}},19606:function(e,t,r){"use strict";r.d(t,{L:function(){return o}});var a=r(27573),s=r(29102),n=r.n(s),l=r(87659);r(93923);var i=r(66290);function o(e){var t;let{item:r,withBorder:s=!0,className:o}=e,{slug:c,title:u,description:d,image:f,readingTime:h,tag:m}=r,x=u||void 0,p=(null===(t=m.name)||void 0===t?void 0:t.toLowerCase())==="definitions";return(0,a.jsxs)("article",{className:(0,i.m6)(n()("group relative flex w-[300px] max-w-full flex-auto shrink-0 flex-col gap-6 transition-transform hover:scale-[1.01]",{"border-b-grey-50 border-b-[1px]":s}),o),children:[(0,a.jsx)(l.default,{className:"absolute inset-0 z-10 block","aria-label":x,href:p?"/definitions/".concat(c):"/blog/".concat(c),prefetch:!1}),(0,a.jsxs)("div",{className:"relative h-52 w-full",children:[f&&(0,a.jsx)("div",{className:"relative overflow-hidden rounded-t-2xl",children:(0,a.jsx)("img",{className:"h-48 w-full object-cover md:rounded-t-2xl",alt:"",src:f})}),(0,a.jsx)("div",{className:"absolute right-4 top-4 rounded-2xl bg-white px-4 py-1 text-xs font-bold",children:m.name})]}),(0,a.jsxs)("div",{className:"mb-2 flex flex-col gap-4",children:[(0,a.jsx)("header",{children:(0,a.jsx)("h2",{className:"leading-tighter text-2xl font-extrabold group-hover:text-green-200",children:x})}),(0,a.jsxs)("div",{children:[(0,a.jsx)("p",{className:"font-extralight",children:d}),(0,a.jsxs)("footer",{className:"mb-3 mt-2 text-sm font-bold text-green-200",children:[h," min read"]})]})]})]})}},40227:function(e,t,r){"use strict";r.r(t),r.d(t,{ImageContext:function(){return n},ImageProvider:function(){return l}});var a=r(27573),s=r(7653);let n=(0,s.createContext)({shouldLoadLazyAssets:!1});function l(e){let{children:t}=e,[r,l]=(0,s.useState)(!1);function i(){setTimeout(()=>{l(!0)},1500)}return(0,s.useEffect)(()=>{if("complete"!==document.readyState)return window.addEventListener("load",i),()=>{window.removeEventListener("load",i)};i()},[]),(0,a.jsx)(n.Provider,{value:{shouldLoadLazyAssets:r},children:t})}},57330:function(e,t,r){"use strict";r.r(t),r.d(t,{Image:function(){return i}});var a=r(27573),s=r(65880),n=r(7653),l=r(40227);let i=(0,n.forwardRef)((e,t)=>{let{shouldLoadLazyAssets:r}=(0,n.useContext)(l.ImageContext),i=r||e.priority,o=r?"eager":e.loading;return(0,a.jsx)(s.default,{...e,priority:i,loading:o,ref:t})})},71829:function(e,t,r){"use strict";r.r(t),r.d(t,{QueryProvider:function(){return i}});var a=r(27573),s=r(97084),n=r(26821);let l=new s.S;function i(e){return(0,a.jsx)(n.aH,{client:l,children:e.children})}}},function(e){e.O(0,[1247,5469,5880,1609,9634,856,1293,286,1744],function(){return e(e.s=98605)}),_N_E=e.O()}]);