(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2701],{23016:function(e,t,n){"use strict";n.r(t),n.d(t,{Ad:function(){return $},AdSetUrlPart:function(){return E},AdTesterUrlPart:function(){return O},AdTypes:function(){return U},AdsHandler:function(){return p},ArtSpons:function(){return et},NoAdsPart:function(){return _},RectangleAd:function(){return K},SidebarAd:function(){return u},UancConfigUrl:function(){return q},decorateWithAds:function(){return g},useIsExpected:function(){return Q},useMultiscreening:function(){return v},useSidebarAd:function(){return X}});var i=n(53197),r=n(59657),a=n(70632),o=n(4759),l=n(33648),s=n(81034);let d="box300x250",c="box_sidebar";class u{unregisterAd(){this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("unregisterAd"),this.InplSbrAds.params.timer&&clearInterval(this.InplSbrAds.params.timer),this.registeredEvents.forEach(e=>{window.removeEventListener(e.event,e.handler)}),this.InplSbrAds.resizeObserverContent.disconnect(),this.InplSbrAds.resizeObserver.disconnect()}registerEvents(){if(this.registeredEvents.length)return;let e=[],t=e=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("Inpl.Uanc.Config"),e.detail.slots.forEach(e=>{e.name===c&&e.floating&&(this.InplSbrAds.params.slotHeight+=e.floating)})};e.push({event:"Inpl.Uanc.Config",handler:t}),window.addEventListener("Inpl.Uanc.Config",t);let n=e=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("Inpl.slotLoaded");let{detail:t}=e;if([c,d].includes(null==t?void 0:t.name)&&(null==t?void 0:t.placementId)){let e=document.getElementById(t.placementId);if(e){if(e.style.display="block",this.InplSbrAds.params.sdbBoxArr.includes(e.id))return;t.placementId.includes(c)&&this.InplSbrAds.params.sdbBoxArr.push(e.id)}}};e.push({event:"Inpl.slotLoaded",handler:n}),window.addEventListener("Inpl.slotLoaded",n);let i=e=>{var t,n,i,r;if(!(null==e?void 0:null===(i=e.detail)||void 0===i?void 0:null===(n=i.placementId)||void 0===n?void 0:null===(t=n.includes)||void 0===t?void 0:t.call(n,"sidebar")))return;this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("Inpl.empty",e.detail);let{params:a}=this.InplSbrAds,o=a.slotsContainer;if(!o)return;let l=e.detail.placementId,s=l.substring(l.indexOf("box_sidebar")),d=o.querySelector("div[id$=".concat(s,"]"));if(!d)return;let c=null===(r=d.parentElement)||void 0===r?void 0:r.parentElement;if(!c||!c.classList.contains("ad-container"))return;let u=c.parentElement;u&&u.removeChild(c)};this.removeAdsOnEmpty&&(e.push({event:"Inpl.empty",handler:i}),window.addEventListener("Inpl.empty",i));let r=()=>{var e;this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("Inpl.adsLoaded");let{params:t}=this.InplSbrAds;t.sidebarElement=this.adContainer;let{sidebarElement:n,gap:i}=t;if(!n)return;let r=document.createElement("div");r.style.display="flex",r.style.flexDirection="column",r.style.justifyContent="flex-start",r.style.gap="".concat(i,"px"),t.slotsContainer=r,n.append(r),t.sidebarElement=n,t.sidebarType=null!==(e=n.dataset.sidebarType)&&void 0!==e?e:"default",t.extraBlock=this.extraBlockContainer;let a=this.newsBoxContainer,o=t.extraBlock;o&&(t.extraBlock=o,o.classList.add("ad-container"),o.classList.add("sidebar-halfpage"),o.style.overflow="unset",a&&(a.classList.add("inner-ad"),a.style.top="".concat(this.InplSbrAds.params.floatingTop,"px"),a.style.position="sticky",a.style.marginBottom="10px"));let l=this.InplSbrAds.getNewSlotsCount();switch(this.InplSbrAds.addNewAdsSlots(l),this.InplSbrAds.initAdsRefresh(),t.sidebarType){case"default":break;case"business-espi":case"occasional":t.content=document.querySelector(".article-body");break;case"old-article":t.content=document.querySelector(".main-content");break;default:t.content=document.querySelector(".article-body__content")}"default"!==t.sidebarType&&t.content&&this.InplSbrAds.resizeObserverContent.observe(t.content),this.InplSbrAds.resizeObserver.observe(n)};e.push({event:"Inpl.adsLoaded",handler:r}),window.addEventListener("Inpl.adsLoaded",r),this.registeredEvents=e}setCounter(e){this.InplSbrAds.params.sidebarNumber=e}debugMode(e){this.ENABLE_DEBUG_CONSOLE_LOGS=e}constructor(e,t,n,i,r,a,o){this.ENABLE_DEBUG_CONSOLE_LOGS=!1,this.registeredEvents=[],this.adContainer=e,this.extraBlockContainer=t,this.newsBoxContainer=n,this.customAdRender=i,this.removeAdsOnEmpty=o;let l={params:{allAdPlaces:{box_sidebar:[],box_300x250:[]},sidebarNumber:0,timer:void 0,sidebarElement:null,slotsContainer:null,extraBlock:null,isExtraBlockAdded:!1,content:null,slotsCount:0,slotHeight:660,useMinSlotHeight:!1,minSlotHeight:800,slotsElements:[],sdbBoxArr:[],gap:null!=r?r:20,floatingTop:null!=a?a:65},getBoxSuffix:e=>(this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("getBoxSuffix"),e<10?"0"+e.toString():e.toString()),getNewSlotsCount:()=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("getNewSlotsCount");let{params:e}=l,{sidebarElement:t,slotsCount:n,slotHeight:i,gap:r,minSlotHeight:a,extraBlock:o,slotsContainer:s}=e;if(!t)return 0;let d=t.offsetHeight;if(!d)return 0;let c=i;c>d&&(c=a,e.useMinSlotHeight=!0);let u=Math.floor((d-r)/(c+r));return(this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("sidebarHeight",d,"slotHeight",i,"adsSlotHeight",c,"count",u,"slotsCount",n),u>n)?(e.slotsCount=u,s&&(s.style.height="calc(100% - ".concat(o?c+r:r,"px)")),u-n):0},createNewAdContainer:(e,t)=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("createNewAdContainer");let n=document.createElement("div");n.classList.add("ad-container"),n.classList.add("sidebar-halfpage");let i=document.createElement("div");i.classList.add("inner-ad"),i.style.top="".concat(l.params.floatingTop,"px"),i.style.position="sticky",i.style.marginBottom="10px";let r=document.createElement("div");r.id=e;let a=i.appendChild(r);n.appendChild(i);let o=document.createElement("div");o.className="box ad",o.style.float="none";let s=document.createElement("div");s.className="boxBegin",o.appendChild(s);let d=document.createElement("div");d.className="boxHeader",d.style.lineHeight="10px",d.innerHTML="
REKLAMA
",o.appendChild(d);let c=document.createElement("div");c.className="boxBody";let u=document.createElement("div");o.appendChild(c).appendChild(u);let p=document.createElement("div");return p.className="boxEnd",o.appendChild(p),u.id=t,a.appendChild(o),{adContainer:n,sdbBox:u}},createNewCustomAdContainer:(e,t,n)=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("createNewCustomAdContainer");let i=document.createElement("div");i.classList.add("ad-container"),i.classList.add("sidebar-halfpage");let r=document.createElement("div");r.classList.add("inner-ad"),r.style.top="".concat(l.params.floatingTop,"px"),r.style.position="sticky";let a=document.createElement("div");a.id=e;let o=r.appendChild(a);return i.appendChild(r),{adContainer:i,sdbBoxSelector:this.customAdRender(o,t,n)}},setSlotHeight:(e,t,n)=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("setSlotHeight"),e.style.height=n?"100%":"".concat(t,"px"),e.style.maxHeight=n?"100%":"".concat(t,"px"),e.style.minHeight=n?"unset":"".concat(t,"px")},addNewAdsSlots:e=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("addNewAdsSlots");let{params:t,getBoxSuffix:n,setSlotHeight:i,isHidden:r,createNewAdContainer:a,createNewCustomAdContainer:o}=l,{slotHeight:s,sidebarElement:u,slotsContainer:p,sidebarType:g,allAdPlaces:m,slotsElements:h,useMinSlotHeight:x,minSlotHeight:b,extraBlock:M}=t;if(!u||!p||!e)return;let j=x?b:s,f=h.length>0?h[h.length-1]:null;f&&i(f,j);let C=0;for(;e>C;){let r=e-1===C;if(M&&!t.isExtraBlockAdded)i(M,j,r),h.push(M),t.isExtraBlockAdded=!0;else{let e,s,u,x;!m.box_300x250.length&&["occasional","business-espi","old-article"].includes(null!=g?g:"")?(u=d,e="ad-view-".concat(u),s=u,m.box_300x250.push(s)):(t.sidebarNumber++,u=n(t.sidebarNumber),e="ad-view-box_sidebar_".concat(u),s=this.customAdRender?"ad-box_sidebar_".concat(u):"".concat(c,"_").concat(u),m.box_sidebar.push(s)),this.customAdRender?{adContainer:x}=o(e,u,()=>l.loadAds(s)):{adContainer:x}=a(e,s),i(x,j,r),h.push(x),p.appendChild(x)}C++}this.customAdRender||l.loadAds()},loadAds:e=>{var t,n,i,r;let{params:a,isHidden:o,adsRefreshObserver:s}=l,{sidebarElement:u,allAdPlaces:p}=a;!(!u||o(u))&&(p.box_sidebar.length>0&&(null===(n=window.Inpl)||void 0===n||null===(t=n.Ad)||void 0===t||t.lazyLoadInsertAd(c,e?[e]:[...p.box_sidebar])),p.box_300x250.length>0&&(null===(r=window.Inpl)||void 0===r||null===(i=r.Ad)||void 0===i||i.lazyLoadInsertAd(d,e?[e]:[...p.box_300x250])))},resizeObserver:new ResizeObserver(()=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("resizeObserver");let e=l.getNewSlotsCount();l.addNewAdsSlots(e)}),resizeObserverContent:new ResizeObserver(e=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("resizeObserverContent");let{params:t,setSlotHeight:n}=l,{sidebarElement:i,slotsContainer:r,slotHeight:a,slotsElements:o,extraBlock:s,gap:d}=t;if(!i)return;let c=i.offsetHeight,u=Math.max(...e.map(e=>Math.floor(e.contentRect.height)));c=a&&t.useMinSlotHeight&&(t.useMinSlotHeight=!1,r&&(r.style.height="calc(100% - ".concat(s?a+d:d,"px)")),o.forEach(e=>n(e,a))))}),adsRefreshObserver:new IntersectionObserver((e,t)=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("adsRefreshObserver"),e.forEach(e=>{let n=e.target;if(e.isIntersecting){var i,r;n&&(null===(r=window.Inpl)||void 0===r||null===(i=r.Ad)||void 0===i||i.refreshAd(c,n.id))}t.unobserve(n)})}),refreshAds:()=>{this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("refreshAds");let{params:e,isHidden:t,adsRefreshObserver:n}=l,{sidebarElement:i,sdbBoxArr:r}=e;i&&!t(i)&&r.length>0&&r.forEach(e=>{let t=document.getElementById(e);t&&n.observe(t)})},initAdsRefresh:()=>{var e,t;let n,i;if(this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("initAdsRefresh"),!(null===(t=window.Inpl)||void 0===t?void 0:null===(e=t.Ad)||void 0===e?void 0:e.config.refreshAds.enabled))return;clearInterval(l.params.timer),void 0!==document.hidden?(n="hidden",i="visibilitychange"):void 0!==document.msHidden?(n="msHidden",i="msvisibilitychange"):void 0!==document.webkitHidden&&(n="webkitHidden",i="webkitvisibilitychange");let r=()=>{if(void 0!==n&&document[n])l.params.timer&&clearInterval(l.params.timer);else{var e,t;l.params.timer=setInterval(()=>{var e,t;(null===(t=window.Inpl)||void 0===t?void 0:null===(e=t.Ad)||void 0===e?void 0:e.config.refreshAds.enabled)&&l.refreshAds()},1e3*((null===(t=window.Inpl)||void 0===t?void 0:null===(e=t.Ad)||void 0===e?void 0:e.config.refreshAds.interval)||30))}};void 0===document.addEventListener||void 0===n?console.log("This demo requires a browser, such as Google Chrome or Firefox, that supports the Page Visibility API."):i&&document.addEventListener(i,r,!1),r()},isHidden:e=>(this.ENABLE_DEBUG_CONSOLE_LOGS&&console.log("isHidden"),"none"===window.getComputedStyle(e).display)};this.InplSbrAds=l}}class p{static getInstance(){return p.instance||(p.instance=new p),p.instance}registerAd(e,t,n,i,r,a){if(e===c){let e=new u(t,null,null,i,0,r,a);e.setCounter(n),e.registerEvents(),this.ads.push(e);return}throw Error("Wrong type")}reloadAds(){var e,t,n;let i=window.Inpl;(null==i?void 0:null===(t=i.Ad)||void 0===t?void 0:null===(e=t.event)||void 0===e?void 0:e.custom)?(null==i||null===(n=i.Ad)||void 0===n||n.event.custom("Inpl.reloadUanc"),this.debugMode&&console.log("Ads have been reloaded")):this.debugMode&&console.log("Ads have NOT been reloaded")}unregisterAds(){this.ads.forEach(e=>e.unregisterAd()),this.ads=[]}setDebugMode(e){this.debugMode=e,this.ads.forEach(t=>t.debugMode(e))}constructor(){this.ads=[],this.debugMode=!1;return}}function g(e,t,n,i){let r=1,a=0,o={loose:[400,1e3],compact:[400,500]}[t],l=["rectangle","rectangle_news"];return[...e].flatMap(e=>{let t=n(e);if(t&&(a+=t)>=o[0]){let t=[e,i(l[0],1===l.length?r:null)];return a=0,o.length>1&&o.shift(),l.length>1?l.shift():r++,t}return[e]})}var m=n(81984),h=n(43618);let x=(0,o.iv)(["content:'REKLAMA';display:inline-block;position:absolute;top:0;",";color:",";background:",";padding:",";margin:",";"],h.D32.typography,h.D32.fill,h.pqo,e=>{let{$size:t}=e;return({small:h.Uwl,medium:h.vyD})[t]},e=>{let{$labelPosition:t,$size:n}=e;return({inner:{small:h._5q,medium:h.aux},outer:{small:h.XIf,medium:h.ROF}})[t][n]}),b=(e,t)=>{switch(e){case"gora_srodek":return({small:"calc(250px + 2 * ".concat(h.Z07,")"),medium:"calc(300px + 2 * ".concat(h.mwx,")")})[t];case"box300x250":return({small:"calc(250px + ".concat(h.Z07,")"),medium:"calc(250px + ".concat(h.mwx,")")})[t];case"banner_galeria":return({small:"calc(300px + ".concat(h.Z07,")"),medium:"calc(300px + ".concat(h.mwx,")")})[t];case"rectangle":case"rectangle_news":return({small:"calc(300px + 2 * ".concat(h.Z07,")"),medium:"calc(300px + 2 * ".concat(h.mwx,")")})[t];case"sitebranding":return{small:"60px",medium:"150px"};default:return({small:"250px",medium:"240px"})[t]}},M=o.ZP.div.withConfig({componentId:"sc-42f88e4d-0"})(["width:100%;padding:",";"," background-color:",";"," > div:not(.ad-wrapper),> div.ad-wrapper > div{display:flex !important;width:unset !important;flex-direction:column;justify-content:center;align-items:center;position:relative;"," min-height:",";padding:",";",";}> div.ad-wrapper{","}"],e=>{let{$size:t,$noPadding:n}=e;return n?0:({small:h.$P8,medium:h.Rrr})[t]},e=>{let{$floating:t}=e;return t&&(0,o.iv)(["position:sticky;top:","px;"],Number.isInteger(t)?t:0)},e=>{let{$isAdLoaded:t,$transparentBackground:n}=e;return t&&n?"transparent":h.Seg},e=>{let{$size:t}=e;return"small"===t?"\n article &:has(div[type='gora_srodek']),\n article &:has(div[type='rectangle']),\n article &:has(div[type='rectangle_news']) {\n min-height: 600px;\n position: relative;\n background-color: #fafafa;\n padding: 0px;\n margin: 0px;\n margin-inline: -20px;\n width: 100vw;\n \n & > hr:last-child {\n position: absolute;\n bottom: 0;\n translate: -1px;\n }\n }\n \n article &:has(div[type='gora_srodek']) {\n margin-inline: 0px;\n }\n ":""},e=>{let{$isAdLoaded:t,$placeholder:n,$theme:i}=e,r={vertical:{default:(0,o.iv)(["background:no-repeat center/auto 130px url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNjgnIGhlaWdodD0nMTQxJyB2aWV3Qm94PScwIDAgNjggMTQxJyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxnIGNsaXAtcGF0aD0ndXJsKCNjbGlwMF8zMTU3M18xMTkpJz48cGF0aCBkPSdNMTguMjU4OSAxMy4wNTI5QzIxLjk3MDMgOS44MTg2NiAyNi42NDU1IDcuOTAwMDYgMzEuNTU4OSA3LjU5NDg2QzM5LjM4OTkgNy4zMTU4NiA0OC4zMTQ4IDExLjExOTkgNDguMzE0OCAyMS4wMjI5VjQyLjQ4MzlIMzguOTIyOVYyMS40Nzc5QzM4LjkyMjkgMTcuODM4OSAzNS4xNjU5IDE1Ljc4ODkgMzEuNzMzOSAxNi41MzQ5QzMwLjEzMzkgMTYuODgxOSAyOC4wMTY5IDE3Ljg3NzkgMjcuNjQ4OSAxOS4zNTc5VjQyLjQ4MzlIMTguMjU4OVYxMy4wNTI5Wk01LjczNzg1IDguMTUyODZDOS4yMDg0NSA5LjAzMjA1IDEyLjQyNTcgMTAuNzEwMSAxNS4xMzI5IDEzLjA1MjlWNDIuNDgzOUg1LjczNzg1VjguMTUyODZaTTU0LjU4MTkgNTQuMjY0OUM1My4xMTU5IDU0LjMyNzkgNDkuNDE3OSA1NS4wNTY5IDQ4LjMxODkgNTYuNzQ1OVY4MC4zMTQ5SDM4LjkyNjlWNTAuODgzOUM0Mi42Mzc3IDQ3LjY0ODggNDcuMzEzMyA0NS43MyA1Mi4yMjY5IDQ1LjQyNTlDNTMuMDEyNSA0NS4zOTk1IDUzLjc5ODggNDUuNDEzOCA1NC41ODI5IDQ1LjQ2ODlMNTQuNTgxOSA1NC4yNjQ5Wk02Ny4xMDE5IDU2LjgwMzlWODAuMzE0OUg1Ny43MTE5VjUwLjg4MzlDNjAuNDE3MyA0OC41NDEyIDYzLjYzMjggNDYuODYzMiA2Ny4xMDE5IDQ1Ljk4MzlWNTYuODAzOVpNNjcuMTAxOSAxNy40MzY5SDYwLjg0MTlWMzEuNTgzOUM2MS45NDE4IDMzLjI3NTkgNjUuNjQxOSAzNC4wMDQ5IDY3LjEwMTkgMzQuMDY0OVY0Mi44NjQ5QzY2LjMxOTUgNDIuOTIwNSA2NS41MzQ3IDQyLjkzNDIgNjQuNzUwOSA0Mi45MDU5QzU5LjgzNzIgNDIuNjAyMiA1NS4xNjE1IDQwLjY4MzQgNTEuNDUwOSAzNy40NDc5VjAuNTI2ODU1SDYwLjg0MTlWOC4wMTU4NlY4LjA0MTg2SDY3LjEwMTlWMTcuNDM2OVpNMzYuMzUyOSA5OS4zMjc5QzM1LjQwNzkgODkuNTYwNSAyNi43MjM3IDgyLjQwODYgMTYuOTU2MyA4My4zNTM2QzcuMTg4ODUgODQuMjk4NyAwLjAzNjk1MjMgOTIuOTgyNyAwLjk4MjA1MiAxMDIuNzVDMS45MjcwNSAxMTIuNTE4IDEwLjYxMTMgMTE5LjY2OSAyMC4zNzg3IDExOC43MjRDMjQuMzk1MSAxMTguMzM2IDI4LjE1OTcgMTE2LjU5MiAzMS4wNTMgMTEzLjc3OUwzMi4yNiAxMTguMzc5SDQxLjMyTDM2LjM1MjkgOTkuMzI3OVpNMTguNzcwOSAxMDkuNTg0QzE0LjEwODUgMTA5LjU4MyAxMC4zMjkzIDEwNS44MDMgMTAuMzI5OSAxMDEuMTQxQzEwLjMzMDUgOTYuNDc4NSAxNC4xMTA1IDkyLjY5OTIgMTguNzcyOSA5Mi42OTk5QzIzLjQzNTMgOTIuNzAwNSAyNy4yMTQ1IDk2LjQ4MDUgMjcuMjEzOSAxMDEuMTQzVjEwMS4xNDVDMjcuMjA1MSAxMDUuODA1IDIzLjQyNjggMTA5LjU3OSAxOC43NjY5IDEwOS41ODJMMTguNzcwOSAxMDkuNTg0Wk0xOC42OTU5IDQ1LjQ2ODlDOC45NzU2NSA0NS40Njg4IDEuMDk1NzUgNTMuMzQ4NCAxLjA5NTY1IDYzLjA2ODdDMS4wOTU1NSA3Mi43ODkgOC45NzUxNSA4MC42Njg4IDE4LjY5NTUgODAuNjY5QzI1LjkzMSA4MC42NjkgMzIuNDI5MyA3Ni4yNDEgMzUuMDc2IDY5LjUwN0wzNS4yMjI5IDY5LjEzOUgyNS4wNzNMMjQuOTk1IDY5LjIyMUMyMy4zNDIxIDcwLjkyMzggMjEuMDY4MSA3MS44ODE4IDE4LjY5NSA3MS44NzVDMTUuMTk2NyA3MS44NjA3IDEyLjAzNDggNjkuNzg4MSAxMC42MjYgNjYuNTg2SDM1Ljk0M0wzNS45ODQgNjYuMzY5QzM3LjgxMTUgNTYuODI3MiAzMS41NTc4IDQ3LjYxMDUgMjIuMDE2IDQ1Ljc4M0MyMC45MjE0IDQ1LjU3MzMgMTkuODEwMyA0NS40NjgxIDE4LjY5NTkgNDUuNDY4OVpNMTAuNzU4OSA1OS4yNDg5QzEyLjg3MjIgNTQuODY0MyAxOC4xMzk3IDUzLjAyMyAyMi41MjQzIDU1LjEzNjNDMjQuMzIxMSA1Ni4wMDIzIDI1Ljc3MDkgNTcuNDUyMiAyNi42MzY5IDU5LjI0ODlIMTAuNzU4OVonIGZpbGw9JyNGM0YzRjMnLz48cGF0aCBkPSdNMS4yMzM5OSAxMzEuODczSDUuMTQ3MDlDNi4yNjUyOSAxMzEuODczIDcuMTYxNjkgMTMyLjIxIDcuNzMzOTkgMTMyLjc4M0M4LjE3NjM5IDEzMy4yMjUgOC40MzYwOSAxMzMuODYyIDguNDM2MDkgMTM0LjU3N1YxMzQuNjAzQzguNDM2MDkgMTM2LjExMSA3LjM5NjA5IDEzNi45OTUgNS45NjUzOSAxMzcuMjU1TDguNzYxMjkgMTQwLjk3M0g3LjQ5OTU5TDQuODYwODkgMTM3LjQzN0gyLjI2MDI5VjE0MC45NzNIMS4yMzM4OUwxLjIzMzk5IDEzMS44NzNaTTUuMDU2MjkgMTM2LjUxNEM2LjQyMDU5IDEzNi41MTQgNy4zOTYwOSAxMzUuODEyIDcuMzk2MDkgMTM0LjY0MlYxMzQuNjE2QzcuMzk2MDkgMTMzLjQ5NyA2LjUzNzY5IDEzMi44MjIgNS4wNjg5OSAxMzIuODIySDIuMjYwMzlWMTM2LjUxNEg1LjA1NjI5WicgZmlsbD0nI0UxRTFFMScvPjxwYXRoIGQ9J00xMC42MzI0IDEzMS44NzJIMTcuMjEwNVYxMzIuODA5SDExLjY1OTdWMTM1LjkxNUgxNi42MjU1VjEzNi44NTJIMTEuNjU5N1YxNDAuMDM3SDE3LjI3NTlWMTQwLjk3M0gxMC42MzIzTDEwLjYzMjQgMTMxLjg3MlonIGZpbGw9JyNFMUUxRTEnLz4gICAgPHBhdGggZD0nTTE5LjM0MjQgMTMxLjg3M0gyMC4zNjk3VjEzNy4zMDdMMjUuNTk2MyAxMzEuODczSDI2LjkyMTVMMjMuMDIyMSAxMzUuODUxTDI3LjA5MDUgMTQwLjk3M0gyNS44MDQ0TDIyLjMwNjQgMTM2LjU2NkwyMC4zNjk5IDEzOC41MjlWMTQwLjk3M0gxOS4zNDI2TDE5LjM0MjQgMTMxLjg3M1onIGZpbGw9JyNFMUUxRTEnLz4gICAgPHBhdGggZD0nTTI4LjY4OTEgMTMxLjg3M0gyOS43MTY0VjE0MC4wMjRIMzQuODM4NVYxNDAuOTczSDI4LjY4OTFWMTMxLjg3M1onIGZpbGw9JyNFMUUxRTEnLz4gICAgPHBhdGggZD0nTTQwLjEwMzEgMTMxLjgwOEg0MS4wNjVMNDUuMjEyNSAxNDAuOTczSDQ0LjEwN0w0My4wNDE2IDEzOC41NjhIMzguMDg4NUwzNy4wMDk0IDE0MC45NzNIMzUuOTU1N0w0MC4xMDMxIDEzMS44MDhaTTQyLjYzODMgMTM3LjYzMkw0MC41NzA5IDEzMy4wMDNMMzguNDkwOCAxMzcuNjMySDQyLjYzODNaJyBmaWxsPScjRTFFMUUxJy8+ICAgIDxwYXRoIGQ9J000Ny4wMDY1IDEzMS44NzNINDguMDQ2NUw1MS4zNjEgMTM2LjgzOUw1NC42NzY0IDEzMS44NzNINTUuNzE2NFYxNDAuOTczSDU0LjY4OTFWMTMzLjYwMkw1MS4zNzQ2IDEzOC40NzdINTEuMzIxOUw0OC4wMDc0IDEzMy42MTVWMTQwLjk3M0g0Ny4wMDY0TDQ3LjAwNjUgMTMxLjg3M1onIGZpbGw9JyNFMUUxRTEnLz4gICAgPHBhdGggZD0nTTYxLjY1NzggMTMxLjgwOEg2Mi42MTk3TDY2Ljc2NjIgMTQwLjk3M0g2NS42NjE3TDY0LjU5NTMgMTM4LjU2OEg1OS42NDIyTDU4LjU2MzEgMTQwLjk3M0g1Ny41MTA0TDYxLjY1NzggMTMxLjgwOFpNNjQuMTkzIDEzNy42MzJMNjIuMTI1NiAxMzMuMDAzTDYwLjA0NTUgMTM3LjYzMkg2NC4xOTNaJyBmaWxsPScjRTFFMUUxJy8+ICA8L2c+ICA8ZGVmcz4gICAgPGNsaXBQYXRoIGlkPSdjbGlwMF8zMTU3M18xMTknPiAgICAgIDxyZWN0IHdpZHRoPSc2Ni4yMDM3JyBoZWlnaHQ9JzE0MC40NDYnIGZpbGw9J3doaXRlJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwLjg5ODE5MyAwLjUyNjg1NSknLz4gICAgPC9jbGlwUGF0aD4gIDwvZGVmcz48L3N2Zz4=');"]),"halo-tu-polsat":(0,o.iv)(["background:no-repeat center/auto 80px url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTAwIDgwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNDAuNiA0Ny44QzM4LjcgNDcuOCAzNy43IDQ4LjcgMzcuNSA1MC43SDM3LjRMMzcuNiA0OC4xSDM1LjFWNjAuMUgzNy43VjU3LjNMMzcuNSA1NS4zSDM3LjZDMzggNTYuNCAzOSA1Ny4xIDQwLjUgNTcuMUM0Mi45IDU3LjEgNDQuNCA1NS4yIDQ0LjQgNTIuNUM0NC40IDQ5LjggNDIuOSA0Ny45IDQwLjYgNDcuOVY0Ny44Wk0zOS45IDU0LjhDMzguNSA1NC44IDM3LjggNTMuOSAzNy44IDUyLjNDMzcuOCA1MC43IDM4LjYgNDkuOCAzOS45IDQ5LjhDNDEuMiA0OS44IDQyIDUwLjcgNDIgNTIuM0M0MiA1My45IDQxLjIgNTQuOCAzOS45IDU0LjhaTTUwIDQ3LjhDNDcuMiA0Ny44IDQ1LjQgNDkuNyA0NS40IDUyLjRDNDUuNCA1NS4xIDQ3LjMgNTcgNTAgNTdDNTIuNyA1NyA1NC42IDU1LjEgNTQuNiA1Mi40QzU0LjYgNDkuNyA1Mi43IDQ3LjggNTAgNDcuOFpNNTAgNTQuOEM0OC42IDU0LjggNDcuOSA1My45IDQ3LjkgNTIuNEM0Ny45IDUwLjkgNDguNyA1MCA1MCA1MEM1MS4zIDUwIDUyLjEgNTAuOSA1Mi4xIDUyLjRDNTIuMSA1My45IDUxLjMgNTQuOCA1MCA1NC44Wk02Ni40IDUxLjRMNjQuNCA1MC45QzYzLjggNTAuOCA2My41IDUwLjcgNjMuNSA1MC4zQzYzLjUgNDkuOSA2My45IDQ5LjcgNjQuOSA0OS43QzY1LjkgNDkuNyA2Ni45IDQ5LjkgNjggNTAuNUw2OC4yIDQ4LjRDNjcuMiA0OCA2Ni4xIDQ3LjkgNjUgNDcuOUM2Mi42IDQ3LjkgNjEuMiA0OC45IDYxLjIgNTAuN0M2MS4yIDUyLjUgNjEuOCA1Mi45IDYzLjMgNTMuM0w2NS4zIDUzLjhDNjYuMSA1NCA2Ni4zIDU0LjIgNjYuMyA1NC42QzY2LjMgNTUgNjUuOSA1NS4yIDY0LjkgNTUuMkM2My45IDU1LjIgNjIuNSA1NS4xIDYxLjUgNTQuNkw2MS4zIDU2LjhDNjIuMiA1NyA2My4yIDU3LjIgNjQuOSA1Ny4yQzY2LjYgNTcuMiA2OC43IDU2LjIgNjguNyA1NC4zQzY4LjcgNTIuNCA2Ny45IDUxLjkgNjYuNSA1MS41SDY2LjRWNTEuNFpNNzYuNiA0OS4ySDc2LjVDNzYgNDguMSA3NS4xIDQ3LjYgNzMuNyA0Ny42QzcxLjMgNDcuNiA2OS44IDQ5LjUgNjkuOCA1Mi4yQzY5LjggNTQuOSA3MS4zIDU2LjggNzMuNiA1Ni44Qzc1LjkgNTYuOCA3Ni41IDU1LjggNzYuNyA1My44SDc2LjhMNzYuNiA1Ni42SDc5LjFWNDcuOEg3Ni42VjQ5LjJaTTc0LjMgNTQuN0M3Mi45IDU0LjcgNzIuMiA1My44IDcyLjIgNTIuMkM3Mi4yIDUwLjYgNzMgNDkuNyA3NC4zIDQ5LjdDNzUuNiA0OS43IDc2LjQgNTAuNiA3Ni40IDUyLjJDNzYuNCA1My44IDc1LjYgNTQuNyA3NC4zIDU0LjdaTTg2LjYgNTQuNEM4Ni4xIDU0LjUgODUuOCA1NC42IDg1LjQgNTQuNkM4NC41IDU0LjYgODQuMyA1NC40IDg0LjMgNTMuNFY1MC4ySDg2LjRWNDhIODQuM1Y0NS44TDgxLjggNDYuMlY0OC4xSDgwLjRWNTAuM0g4MS44VjU0LjJDODEuOCA1Ni4xIDgyLjggNTcuMSA4NC43IDU3LjFDODYuNiA1Ny4xIDg2LjIgNTcuMSA4Ni44IDU2LjdMODYuNiA1NC41SDg2LjdMODYuNiA1NC40Wk01OS41IDU0LjZDNTkgNTQuNiA1OC42IDU0LjIgNTguNiA1My42VjQ0LjVINTYuMVY1NEM1Ni4xIDU1LjkgNTcuMSA1Ni45IDU4LjcgNTYuOUM2MC4zIDU2LjkgNTkuOSA1Ni44IDYwLjYgNTYuNUw2MC40IDU0LjRDNTkuOSA1NC41IDU5LjYgNTQuNiA1OS40IDU0LjZINTkuNVpNMjcuMSA0OFY1M0MyNy4xIDU0LjIgMjYuNSA1NC45IDI1LjEgNTQuOUMyMy43IDU0LjkgMjMuNiA1NC4zIDIzLjYgNTMuM1Y0OC4xSDIxLjFWNTMuNkMyMS4xIDU1LjggMjIuMiA1Ny4xIDI0LjIgNTcuMUMyNi4yIDU3LjEgMjcgNTYuMiAyNy4yIDU0LjJIMjcuM0wyNy4xIDU2LjhIMjkuM1Y0OEgyNi44SDI3SDI3LjFaTTE0LjkgNDYuMVY0OEgxMy41VjUwLjJIMTQuOVY1NC4xQzE0LjkgNTYgMTUuOSA1NyAxNy44IDU3QzE5LjcgNTcgMTkuMyA1NyAxOS45IDU2LjZMMTkuNyA1NC40QzE5LjIgNTQuNSAxOC45IDU0LjYgMTguNSA1NC42QzE3LjYgNTQuNiAxNy40IDU0LjQgMTcuNCA1My40VjUwLjJIMTkuNVY0OEgxNy40VjQ1LjhMMTQuOSA0Ni4ySDE1TDE0LjkgNDYuMVpNMS4zOTk5OSAyMi42VjM3LjhDMS4zOTk5OSAzOC44IDEuNzk5OTkgMzkuNyAyLjM5OTk5IDQwLjRDMy4xOTk5OSA0MS4yIDMuODk5OTkgNDEuNCA0Ljk5OTk5IDQxLjRDNi4wOTk5OSA0MS40IDYuOTk5OTkgNDEgNy41OTk5OSA0MC40QzguMTk5OTkgMzkuNiA4LjU5OTk5IDM4LjkgOC41OTk5OSAzNy44VjI2LjhDNS43OTk5OSAyNiAzLjM5OTk5IDI0LjYgMS4zOTk5OSAyMi42Wk0zNi4xIDIzLjdDMzcuMiAyMC42IDQwLjIgMTguMyA0My43IDE4LjNDNDcuMiAxOC4zIDUxLjggMjEuOSA1MS44IDI2LjRDNTEuOCAzMC45IDUxLjggMjYuNSA1MS44IDI2LjZDNTQuNyAyOC42IDU3IDMxLjIgNTguNiAzNC41VjI2LjRDNTguNiAxOC4yIDUxLjggMTEuNSA0My43IDExLjVDMzUuNiAxMS41IDI4LjggMTguMyAyOC44IDI2LjRDMjguOCAzNC41IDI4LjggMjYuNiAyOC44IDI2LjhDMzAuOSAyNS4zIDMzLjQgMjQuMiAzNiAyMy42TDM2LjEgMjMuN1pNMjEuOSAzNS41QzIyLjkgMzMuMyAyNC4zIDMxLjEgMjYgMjkuNEMyNS45IDI4LjUgMjUuOCAyNy41IDI1LjggMjYuNUMyNS44IDIzLjcgMjYuNCAyMS4xIDI3LjYgMTguOUMyNi4yIDIxLjQgMjQuNCAyMy41IDIyIDI1VjM1LjZMMjEuOSAzNS41Wk04Mi40IDM0LjVDNzguNSAzMy45IDc1LjQgMzAuNSA3NS40IDI2LjVDNzUuNCAyMi41IDc4LjMgMTkuMSA4Mi4yIDE4LjVDODMuNCAxNiA4NS4yIDEzLjcgODcuMyAxMi4xQzg2LjEgMTEuNyA4NC44IDExLjYgODMuNCAxMS42Qzc1LjIgMTEuNiA2OC41IDE4LjQgNjguNSAyNi41QzY4LjUgMzQuNiA3NS4zIDQxLjQgODMuNCA0MS40QzkxLjUgNDEuNCA4Ni4zIDQxLjIgODcuNSA0MC44Qzg1LjMgMzkuMiA4My41IDM3IDgyLjEgMzQuNkg4Mi4zTDgyLjQgMzQuNVpNNjUuNiAyNi41QzY1LjYgMjQuNyA2NS44IDIzIDY2LjQgMjEuM0M2NC42IDIwLjUgNjMgMTkuNSA2MS42IDE4LjNWMzcuOUM2MS42IDM4LjkgNjIgMzkuOCA2Mi42IDQwLjRDNjMuMiA0MSA2NC4xIDQxLjQgNjUuMSA0MS40QzY2LjEgNDEuNCA2NyA0MSA2Ny42IDQwLjRDNjguMiAzOS44IDY4LjYgMzguOSA2OC42IDM3LjlDNjguNiAzNi45IDY4LjQgMzYuNCA2OCAzNS44QzY2LjQgMzMgNjUuNSAyOS45IDY1LjUgMjYuNkg2NS42VjI2LjVaTTU4LjYgMzhWMzQuNUM1Ny4xIDMxLjQgNTQuNyAyOC42IDUxLjggMjYuNkM1MS44IDMxIDQ4IDM0LjUgNDMuNyAzNC41QzM5LjQgMzQuNSAzNS42IDMwLjkgMzUuNiAyNi40QzM1LjYgMjEuOSAzNS43IDI0LjUgMzYuMSAyMy42QzMzLjUgMjQuMiAzMSAyNS40IDI4LjkgMjYuOEMyOS4xIDM0LjggMzUuOCA0MS4zIDQzLjggNDEuM0M1MS44IDQxLjMgNDkuNyA0MC40IDUyIDM4LjhDNTIuNCA0MC4zIDUzLjggNDEuMyA1NS4yIDQxLjNDNTYuNiA0MS4zIDU4LjYgMzkuOCA1OC42IDM3LjlWMzhaTTI2IDI5LjRDMjQuMiAzMS4yIDIyLjkgMzMuMyAyMS45IDM1LjVWMzcuOUMyMS45IDM4LjkgMjIuMyAzOS44IDIyLjkgNDAuNUMyMy43IDQxLjMgMjQuNCA0MS41IDI1LjUgNDEuNUMyNi42IDQxLjUgMjcuNCA0MS4xIDI4LjEgNDAuNUMyOC43IDM5LjkgMjkuMSAzOC45IDI5LjEgMzcuOUMyOS4xIDM2LjkgMjkuMSAzNyAyOC45IDM2LjhDMjcuNCAzNC43IDI2LjQgMzIuMiAyNiAyOS40Wk04Ny40IDEyLjFDODUuMyAxMy45IDgzLjQgMTYgODIuMyAxOC41SDgzLjdDODguMiAxOC41IDkxLjggMjIuMSA5MS44IDI2LjZDOTEuOCAzMS4xIDg4LjIgMzQuNyA4My43IDM0LjdDNzkuMiAzNC43IDgyLjkgMzQuNyA4Mi42IDM0LjdDODMuOCAzNy4yIDg1LjcgMzkuMyA4OCA0MC45Qzk0LjIgMzkuMSA5OC44IDMzLjQgOTguOCAyNi41Qzk4LjggMTkuNiA5NCAxMy43IDg3LjcgMTIuMUg4Ny42SDg3LjRaTTY1LjEgMEM2NC4xIDAgNjMuMiAwLjQgNjIuNiAxQzYyIDEuNiA2MS42IDIuNSA2MS42IDMuNVYxOC4zQzYzIDE5LjUgNjQuNiAyMC41IDY2LjQgMjEuM0M2Ni44IDE5LjkgNjcuNCAxOC41IDY4LjIgMTcuM0M2OSAxNi4xIDY4LjggMTUuOSA2OC44IDE1LjJWMy42QzY4LjggMi42IDY4LjQgMS43IDY3LjggMS4xQzY3LjIgMC41IDY2LjMgMC4xIDY1LjMgMC4xSDY1LjJMNjUuMSAwWk0yNy40IDE3LjdDMjYuMyAxNS42IDI0LjYgMTQuMSAyMi42IDEyLjlDMjAuNiAxMS45IDE4LjQgMTEuMyAxNiAxMS4zQzEzLjYgMTEuMyAxMS41IDExLjggOS40OTk5OSAxMi45QzkuMDk5OTkgMTMgOC44OTk5OSAxMy4zIDguNTk5OTkgMTMuNVYzLjZDOC41OTk5OSAyLjYgOC4xOTk5OSAxLjcgNy41OTk5OSAxQzYuOTk5OTkgMC40IDYuMDk5OTkgMCA0Ljk5OTk5IDBDMy44OTk5OSAwIDMuMDk5OTkgMC40IDIuMzk5OTkgMUMxLjY5OTk5IDEuNiAxLjM5OTk5IDIuNSAxLjM5OTk5IDMuNlYyMi42QzMuMzk5OTkgMjQuNiA1Ljg5OTk5IDI2LjEgOC41OTk5OSAyNi44VjIzLjRDOC41OTk5OSAyMi40IDguNzk5OTkgMjEuNSA5LjM5OTk5IDIwLjhDOS45OTk5OSAyMCAxMC42IDE5LjQgMTEuNiAxOC45QzEyLjYgMTguNCAxMy43IDE4LjEgMTQuOCAxOC4xQzE1LjkgMTguMSAxNy4zIDE4LjMgMTguNCAxOC45QzE5LjQgMTkuNCAyMC4yIDIwLjEgMjAuOCAyMS4xQzIxLjMgMjIuMSAyMS43IDIzLjIgMjEuNyAyNC45QzI0LjEgMjMuNCAyNS45IDIxLjMgMjcuMyAxOC44VjE3LjhMMjcuNCAxNy43WiIgZmlsbD0iI0YzRjNGMyIvPgo8cGF0aCBkPSJNMjMuOCA4MEwyMS42IDc2LjNIMjAuMlY4MEgxOVY3MC45SDIxLjlDMjIuNiA3MC45IDIzLjIgNzEgMjMuNiA3MS4zQzI0LjEgNzEuNSAyNC40IDcxLjkgMjQuNyA3Mi4yQzI0LjkgNzIuNiAyNS4xIDczLjEgMjUuMSA3My42QzI1LjEgNzQuMSAyNC45IDc0LjggMjQuNiA3NS4zQzI0LjMgNzUuOCAyMy43IDc2LjEgMjMgNzYuMkwyNS4zIDgwSDIzLjlIMjMuOFpNMjAuMiA3NS4zSDIxLjlDMjIuNSA3NS4zIDIzIDc1LjEgMjMuMyA3NC44QzIzLjYgNzQuNSAyMy44IDc0LjEgMjMuOCA3My41QzIzLjggNzIuOSAyMy42IDcyLjUgMjMuMyA3Mi4zQzIzIDcyIDIyLjUgNzEuOSAyMS44IDcxLjlIMjAuMVY3NS4zSDIwLjJaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0yOS40IDcxLjlWNzQuOUgzMi43Vjc1LjlIMjkuNFY3OUgzMy4xVjgwSDI4LjJWNzAuOUgzMy4xVjcxLjlIMjkuNFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTQxLjEgODBMMzcuNCA3NS45VjgwSDM2LjJWNzAuOUgzNy40Vjc1LjFMNDEuMSA3MC45SDQyLjZMMzguNSA3NS40TDQyLjYgNzkuOUg0MS4xVjgwWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNDYuNSA3OUg0OS43VjgwSDQ1LjNWNzAuOUg0Ni41Vjc5WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNTcuNSA3OEg1My41TDUyLjggODBINTEuNkw1NC45IDcxSDU2LjNMNTkuNiA4MEg1OC40TDU3LjcgNzhINTcuNVpNNTcuMiA3N0w1NS42IDcyLjRMNTQgNzdINTcuM0g1Ny4yWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNzEuNCA3MVY4MEg3MC4yVjczLjNMNjcuMiA4MEg2Ni40TDYzLjQgNzMuM1Y4MEg2Mi4yVjcxSDYzLjVMNjYuOCA3OC40TDcwLjEgNzFINzEuNFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTgwLjEgNzhINzYuMUw3NS40IDgwSDc0LjJMNzcuNSA3MUg3OC45TDgyLjIgODBIODFMODAuMyA3OEg4MC4xWk03OS44IDc3TDc4LjIgNzIuNEw3Ni42IDc3SDc5LjlINzkuOFoiIGZpbGw9IiNFMUUxRTEiLz4KPC9zdmc+Cg==');"])},horizontal:{default:(0,o.iv)(["background:no-repeat center/auto 50px url('data:image/svg+xml;base64,PHN2ZyBpZD0ic2l0ZWJyX3BsYWNlaG9sZGVyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjIiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCAxNjIgNjAiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmM2YzZjM7CiAgICAgIH0KICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZTFlMWUxOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iY2xpcCI+CiAgICA8cGF0aCBpZD0icmVrbGFtYSIgY2xhc3M9ImNscy0yIiBkPSJtNDguMjMzOSw1MC44OTloMy45MTMxYzEuMTE4MiwwLDIuMDE0Ni4zMzgsMi41ODY5LjkxLjQ0MjQuNDQzLjcwMjEsMS4wNzkuNzAyMSwxLjc5NHYuMDI3YzAsMS41MDctMS4wNCwyLjM5MS0yLjQ3MDcsMi42NTJsMi43OTU5LDMuNzE4aC0xLjI2MTdsLTIuNjM4Ny0zLjUzNmgtMi42MDA2djMuNTM2aC0xLjAyNjR2LTkuMTAxaC4wMDAxWm0zLjgyMjMsNC42NDJjMS4zNjQzLDAsMi4zMzk4LS43MDIsMi4zMzk4LTEuODcydi0uMDI3YzAtMS4xMTgtLjg1ODQtMS43OTQtMi4zMjcxLTEuNzk0aC0yLjgwODZ2My42OTNoMi43OTU5Wm01LjU3NjEtNC42NDJoNi41Nzgxdi45MzZoLTUuNTUwOHYzLjEwN2g0Ljk2NTh2LjkzNmgtNC45NjU4djMuMTg2aDUuNjE2MnYuOTM1aC02LjY0MzZ2LTkuMWgwWm04LjcwOTksMGgxLjAyNzN2NS40MzVsNS4yMjY2LTUuNDM1aDEuMzI1MmwtMy44OTk0LDMuOTc5LDQuMDY4NCw1LjEyMmgtMS4yODYxbC0zLjQ5OC00LjQwOC0xLjkzNjUsMS45NjN2Mi40NDVoLTEuMDI3M3MtLjAwMDItOS4xMDEtLjAwMDItOS4xMDFabTkuMzQ2NywwaDEuMDI3M3Y4LjE1MWg1LjEyMjF2Ljk1aC02LjE0OTR2LTkuMTAxWm0xMS40MTQtLjA2NGguOTYxOWw0LjE0NzUsOS4xNjVoLTEuMTA1NWwtMS4wNjU0LTIuNDA2aC00Ljk1MzFsLTEuMDc5MSwyLjQwNmgtMS4wNTM3czQuMTQ3NC05LjE2NSw0LjE0NzQtOS4xNjVabTIuNTM1Miw1LjgyNGwtMi4wNjc0LTQuNjI5LTIuMDgwMSw0LjYyOWg0LjE0NzVabTQuMzY4Mi01Ljc2aDEuMDRsMy4zMTQ1LDQuOTY3LDMuMzE1NC00Ljk2N2gxLjA0djkuMTAxaC0xLjAyNzN2LTcuMzcxbC0zLjMxNDUsNC44NzVoLS4wNTI3bC0zLjMxNDUtNC44NjN2Ny4zNTloLTEuMDAxdi05LjEwMWgwWm0xNC42NTE1LS4wNjRoLjk2MTlsNC4xNDY1LDkuMTY1aC0xLjEwNDVsLTEuMDY2NC0yLjQwNmgtNC45NTMxbC0xLjA3OTEsMi40MDZoLTEuMDUyN3M0LjE0NzQtOS4xNjUsNC4xNDc0LTkuMTY1Wm0yLjUzNTIsNS44MjRsLTIuMDY3NC00LjYyOS0yLjA4MDEsNC42MjloNC4xNDc1WiIvPgogICAgPHBhdGggaWQ9ImludGVyaWEiIGNsYXNzPSJjbHMtMSIgZD0ibTMxLjgxMzYsNDAuNTkwOXYtMTkuNzg4OGMwLTMuNDI5OS0zLjU0NzMtNS4zNTkzLTYuNzg4NS00LjY1ODUtMS41MTM3LjMyNzMtMy41MTE3LDEuMjY1Ni0zLjg1NzUsMi42NjE4djIxLjc4NTZoLTguODcxVjEyLjg2MTRzNS4xNzU4LTQuODgwMiwxMi41NjA5LTUuMTM4OWM3LjM5ODItLjI2MTMsMTUuODI3MSwzLjMyMTcsMTUuODI3MSwxMi42NDkzdjIwLjIxOTFoLTguODcxWk00My42NDIsMXYzNC44MzE5czUuMTc0NSw0Ljg4MTYsMTIuNTYzNSw1LjE0MjljLjczMzguMDI1MSwxLjQ3ODEuMDEwNiwyLjIyMS0uMDQwOXYtOC4yODUxYy0xLjM4My0uMDU2Ny00Ljg3MjMtLjc0NDMtNS45MTIyLTIuMzM3MnYtMTMuMzMwM2g1LjkxMjJ2LTguODQ5OWgtNS45MTIyVjFoLTguODcyM1ptNzcuNDc4MSw3LjI0NjVjLTUuMzYxOSwxLjMxNTctOC44NzIzLDQuNjE2My04Ljg3MjMsNC42MTYzdjI3LjcyODFoOC44NzIzVjguMjQ2NVptLTExLjgyOTgsNy44MDMzVjcuNzYyMWMtLjc0NDMtLjA1MDEtMS40ODg2LS4wNjYtMi4yMjM3LS4wMzgzLTcuMzg2My4yNTg3LTEyLjU2MDksNS4xMzg5LTEyLjU2MDksNS4xMzg5djI3LjcyODFoOC44NzF2LTIyLjIwNTJjMS4wMzk5LTEuNTk0Miw0LjUzMTgtMi4yODA0LDUuOTEzNi0yLjMzNTloMFpNLjQ2ODIsOC4yNDY1djMyLjM0NDRoOC44NzFWMTIuODYyOFM1LjgyODgsOS41NjIyLjQ2ODIsOC4yNDY1Wm05MS4yMjI3LDE5LjQ3NDdoLTIzLjkxMjljMS4zMTE4LDIuOTk1Nyw0LjMyODYsNC45ODA1LDcuNjIzOSw0Ljk4MDUsMi4yNTgsMCw0LjM3MDgtLjg4NjgsNS45NTA1LTIuNTAyMWwuMDc1Mi0uMDczOWg5LjU4MWwtLjEzNTkuMzQ0NGMtMi41MTgsNi4zODczLTguNTkyNSwxMC41MTY3LTE1LjQ3MDgsMTAuNTE2Ny05LjE2NjYsMC0xNi42MjE2LTcuNDM5MS0xNi42MjE2LTE2LjU4MDdzNy40NTUtMTYuNTgyLDE2LjYyMTYtMTYuNTgyLDE2LjYyMjksNy40MzkxLDE2LjYyMjksMTYuNTgyYzAsMS4wMjgtLjA5OSwyLjA3MzItLjI5NTYsMy4xMTA1bC0uMDM4My4yMDQ2Wm0tOC43OTA1LTYuOTA5OWMtMS4zODA0LTIuODY3Ny00LjI4MzctNC43MDIxLTcuNDk4NS00LjcwMjFzLTYuMTE1NSwxLjgzNDQtNy40OTg1LDQuNzAyMWMwLDAsMTQuOTk3LDAsMTQuOTk3LDBabTU3LjMzMTUtMTMuMTI0NGM4LjYwOTcsMCwxNS43NDkzLDYuNDI5NiwxNi42MDQ0LDE0Ljk1NjFsNC42OTU1LDE3Ljk1MDVoLTguNTU4MmwtMS4xMzg5LTQuMzMzOWMtMy4xNTkzLDMuMDYwNC03LjI2MSw0Ljc0MDMtMTEuNjAyOCw0Ljc0MDMtOS4yMDQ5LDAtMTYuNjk0Mi03LjQ3MDgtMTYuNjk0Mi0xNi42NTMyLDAtOS4xODc3LDcuNDg5My0xNi42NTk4LDE2LjY5NDItMTYuNjU5OFptMCwyNC42MjE2YzQuMzk0NiwwLDcuOTcxLTMuNTY3MSw3Ljk3MS03Ljk0OTksMC00LjM4OC0zLjU3NjQtNy45NTY1LTcuOTcxLTcuOTU2NS00LjM5ODUsMC03Ljk3NDksMy41Njg1LTcuOTc0OSw3Ljk1NjUsMCw0LjM4MjcsMy41NzY0LDcuOTQ5OSw3Ljk3NDksNy45NDk5WiIvPgogIDwvZz4KPC9zdmc+');"]),"halo-tu-polsat":(0,o.iv)(["background:no-repeat center/auto 80px url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTAwIDgwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNDAuNiA0Ny44QzM4LjcgNDcuOCAzNy43IDQ4LjcgMzcuNSA1MC43SDM3LjRMMzcuNiA0OC4xSDM1LjFWNjAuMUgzNy43VjU3LjNMMzcuNSA1NS4zSDM3LjZDMzggNTYuNCAzOSA1Ny4xIDQwLjUgNTcuMUM0Mi45IDU3LjEgNDQuNCA1NS4yIDQ0LjQgNTIuNUM0NC40IDQ5LjggNDIuOSA0Ny45IDQwLjYgNDcuOVY0Ny44Wk0zOS45IDU0LjhDMzguNSA1NC44IDM3LjggNTMuOSAzNy44IDUyLjNDMzcuOCA1MC43IDM4LjYgNDkuOCAzOS45IDQ5LjhDNDEuMiA0OS44IDQyIDUwLjcgNDIgNTIuM0M0MiA1My45IDQxLjIgNTQuOCAzOS45IDU0LjhaTTUwIDQ3LjhDNDcuMiA0Ny44IDQ1LjQgNDkuNyA0NS40IDUyLjRDNDUuNCA1NS4xIDQ3LjMgNTcgNTAgNTdDNTIuNyA1NyA1NC42IDU1LjEgNTQuNiA1Mi40QzU0LjYgNDkuNyA1Mi43IDQ3LjggNTAgNDcuOFpNNTAgNTQuOEM0OC42IDU0LjggNDcuOSA1My45IDQ3LjkgNTIuNEM0Ny45IDUwLjkgNDguNyA1MCA1MCA1MEM1MS4zIDUwIDUyLjEgNTAuOSA1Mi4xIDUyLjRDNTIuMSA1My45IDUxLjMgNTQuOCA1MCA1NC44Wk02Ni40IDUxLjRMNjQuNCA1MC45QzYzLjggNTAuOCA2My41IDUwLjcgNjMuNSA1MC4zQzYzLjUgNDkuOSA2My45IDQ5LjcgNjQuOSA0OS43QzY1LjkgNDkuNyA2Ni45IDQ5LjkgNjggNTAuNUw2OC4yIDQ4LjRDNjcuMiA0OCA2Ni4xIDQ3LjkgNjUgNDcuOUM2Mi42IDQ3LjkgNjEuMiA0OC45IDYxLjIgNTAuN0M2MS4yIDUyLjUgNjEuOCA1Mi45IDYzLjMgNTMuM0w2NS4zIDUzLjhDNjYuMSA1NCA2Ni4zIDU0LjIgNjYuMyA1NC42QzY2LjMgNTUgNjUuOSA1NS4yIDY0LjkgNTUuMkM2My45IDU1LjIgNjIuNSA1NS4xIDYxLjUgNTQuNkw2MS4zIDU2LjhDNjIuMiA1NyA2My4yIDU3LjIgNjQuOSA1Ny4yQzY2LjYgNTcuMiA2OC43IDU2LjIgNjguNyA1NC4zQzY4LjcgNTIuNCA2Ny45IDUxLjkgNjYuNSA1MS41SDY2LjRWNTEuNFpNNzYuNiA0OS4ySDc2LjVDNzYgNDguMSA3NS4xIDQ3LjYgNzMuNyA0Ny42QzcxLjMgNDcuNiA2OS44IDQ5LjUgNjkuOCA1Mi4yQzY5LjggNTQuOSA3MS4zIDU2LjggNzMuNiA1Ni44Qzc1LjkgNTYuOCA3Ni41IDU1LjggNzYuNyA1My44SDc2LjhMNzYuNiA1Ni42SDc5LjFWNDcuOEg3Ni42VjQ5LjJaTTc0LjMgNTQuN0M3Mi45IDU0LjcgNzIuMiA1My44IDcyLjIgNTIuMkM3Mi4yIDUwLjYgNzMgNDkuNyA3NC4zIDQ5LjdDNzUuNiA0OS43IDc2LjQgNTAuNiA3Ni40IDUyLjJDNzYuNCA1My44IDc1LjYgNTQuNyA3NC4zIDU0LjdaTTg2LjYgNTQuNEM4Ni4xIDU0LjUgODUuOCA1NC42IDg1LjQgNTQuNkM4NC41IDU0LjYgODQuMyA1NC40IDg0LjMgNTMuNFY1MC4ySDg2LjRWNDhIODQuM1Y0NS44TDgxLjggNDYuMlY0OC4xSDgwLjRWNTAuM0g4MS44VjU0LjJDODEuOCA1Ni4xIDgyLjggNTcuMSA4NC43IDU3LjFDODYuNiA1Ny4xIDg2LjIgNTcuMSA4Ni44IDU2LjdMODYuNiA1NC41SDg2LjdMODYuNiA1NC40Wk01OS41IDU0LjZDNTkgNTQuNiA1OC42IDU0LjIgNTguNiA1My42VjQ0LjVINTYuMVY1NEM1Ni4xIDU1LjkgNTcuMSA1Ni45IDU4LjcgNTYuOUM2MC4zIDU2LjkgNTkuOSA1Ni44IDYwLjYgNTYuNUw2MC40IDU0LjRDNTkuOSA1NC41IDU5LjYgNTQuNiA1OS40IDU0LjZINTkuNVpNMjcuMSA0OFY1M0MyNy4xIDU0LjIgMjYuNSA1NC45IDI1LjEgNTQuOUMyMy43IDU0LjkgMjMuNiA1NC4zIDIzLjYgNTMuM1Y0OC4xSDIxLjFWNTMuNkMyMS4xIDU1LjggMjIuMiA1Ny4xIDI0LjIgNTcuMUMyNi4yIDU3LjEgMjcgNTYuMiAyNy4yIDU0LjJIMjcuM0wyNy4xIDU2LjhIMjkuM1Y0OEgyNi44SDI3SDI3LjFaTTE0LjkgNDYuMVY0OEgxMy41VjUwLjJIMTQuOVY1NC4xQzE0LjkgNTYgMTUuOSA1NyAxNy44IDU3QzE5LjcgNTcgMTkuMyA1NyAxOS45IDU2LjZMMTkuNyA1NC40QzE5LjIgNTQuNSAxOC45IDU0LjYgMTguNSA1NC42QzE3LjYgNTQuNiAxNy40IDU0LjQgMTcuNCA1My40VjUwLjJIMTkuNVY0OEgxNy40VjQ1LjhMMTQuOSA0Ni4ySDE1TDE0LjkgNDYuMVpNMS4zOTk5OSAyMi42VjM3LjhDMS4zOTk5OSAzOC44IDEuNzk5OTkgMzkuNyAyLjM5OTk5IDQwLjRDMy4xOTk5OSA0MS4yIDMuODk5OTkgNDEuNCA0Ljk5OTk5IDQxLjRDNi4wOTk5OSA0MS40IDYuOTk5OTkgNDEgNy41OTk5OSA0MC40QzguMTk5OTkgMzkuNiA4LjU5OTk5IDM4LjkgOC41OTk5OSAzNy44VjI2LjhDNS43OTk5OSAyNiAzLjM5OTk5IDI0LjYgMS4zOTk5OSAyMi42Wk0zNi4xIDIzLjdDMzcuMiAyMC42IDQwLjIgMTguMyA0My43IDE4LjNDNDcuMiAxOC4zIDUxLjggMjEuOSA1MS44IDI2LjRDNTEuOCAzMC45IDUxLjggMjYuNSA1MS44IDI2LjZDNTQuNyAyOC42IDU3IDMxLjIgNTguNiAzNC41VjI2LjRDNTguNiAxOC4yIDUxLjggMTEuNSA0My43IDExLjVDMzUuNiAxMS41IDI4LjggMTguMyAyOC44IDI2LjRDMjguOCAzNC41IDI4LjggMjYuNiAyOC44IDI2LjhDMzAuOSAyNS4zIDMzLjQgMjQuMiAzNiAyMy42TDM2LjEgMjMuN1pNMjEuOSAzNS41QzIyLjkgMzMuMyAyNC4zIDMxLjEgMjYgMjkuNEMyNS45IDI4LjUgMjUuOCAyNy41IDI1LjggMjYuNUMyNS44IDIzLjcgMjYuNCAyMS4xIDI3LjYgMTguOUMyNi4yIDIxLjQgMjQuNCAyMy41IDIyIDI1VjM1LjZMMjEuOSAzNS41Wk04Mi40IDM0LjVDNzguNSAzMy45IDc1LjQgMzAuNSA3NS40IDI2LjVDNzUuNCAyMi41IDc4LjMgMTkuMSA4Mi4yIDE4LjVDODMuNCAxNiA4NS4yIDEzLjcgODcuMyAxMi4xQzg2LjEgMTEuNyA4NC44IDExLjYgODMuNCAxMS42Qzc1LjIgMTEuNiA2OC41IDE4LjQgNjguNSAyNi41QzY4LjUgMzQuNiA3NS4zIDQxLjQgODMuNCA0MS40QzkxLjUgNDEuNCA4Ni4zIDQxLjIgODcuNSA0MC44Qzg1LjMgMzkuMiA4My41IDM3IDgyLjEgMzQuNkg4Mi4zTDgyLjQgMzQuNVpNNjUuNiAyNi41QzY1LjYgMjQuNyA2NS44IDIzIDY2LjQgMjEuM0M2NC42IDIwLjUgNjMgMTkuNSA2MS42IDE4LjNWMzcuOUM2MS42IDM4LjkgNjIgMzkuOCA2Mi42IDQwLjRDNjMuMiA0MSA2NC4xIDQxLjQgNjUuMSA0MS40QzY2LjEgNDEuNCA2NyA0MSA2Ny42IDQwLjRDNjguMiAzOS44IDY4LjYgMzguOSA2OC42IDM3LjlDNjguNiAzNi45IDY4LjQgMzYuNCA2OCAzNS44QzY2LjQgMzMgNjUuNSAyOS45IDY1LjUgMjYuNkg2NS42VjI2LjVaTTU4LjYgMzhWMzQuNUM1Ny4xIDMxLjQgNTQuNyAyOC42IDUxLjggMjYuNkM1MS44IDMxIDQ4IDM0LjUgNDMuNyAzNC41QzM5LjQgMzQuNSAzNS42IDMwLjkgMzUuNiAyNi40QzM1LjYgMjEuOSAzNS43IDI0LjUgMzYuMSAyMy42QzMzLjUgMjQuMiAzMSAyNS40IDI4LjkgMjYuOEMyOS4xIDM0LjggMzUuOCA0MS4zIDQzLjggNDEuM0M1MS44IDQxLjMgNDkuNyA0MC40IDUyIDM4LjhDNTIuNCA0MC4zIDUzLjggNDEuMyA1NS4yIDQxLjNDNTYuNiA0MS4zIDU4LjYgMzkuOCA1OC42IDM3LjlWMzhaTTI2IDI5LjRDMjQuMiAzMS4yIDIyLjkgMzMuMyAyMS45IDM1LjVWMzcuOUMyMS45IDM4LjkgMjIuMyAzOS44IDIyLjkgNDAuNUMyMy43IDQxLjMgMjQuNCA0MS41IDI1LjUgNDEuNUMyNi42IDQxLjUgMjcuNCA0MS4xIDI4LjEgNDAuNUMyOC43IDM5LjkgMjkuMSAzOC45IDI5LjEgMzcuOUMyOS4xIDM2LjkgMjkuMSAzNyAyOC45IDM2LjhDMjcuNCAzNC43IDI2LjQgMzIuMiAyNiAyOS40Wk04Ny40IDEyLjFDODUuMyAxMy45IDgzLjQgMTYgODIuMyAxOC41SDgzLjdDODguMiAxOC41IDkxLjggMjIuMSA5MS44IDI2LjZDOTEuOCAzMS4xIDg4LjIgMzQuNyA4My43IDM0LjdDNzkuMiAzNC43IDgyLjkgMzQuNyA4Mi42IDM0LjdDODMuOCAzNy4yIDg1LjcgMzkuMyA4OCA0MC45Qzk0LjIgMzkuMSA5OC44IDMzLjQgOTguOCAyNi41Qzk4LjggMTkuNiA5NCAxMy43IDg3LjcgMTIuMUg4Ny42SDg3LjRaTTY1LjEgMEM2NC4xIDAgNjMuMiAwLjQgNjIuNiAxQzYyIDEuNiA2MS42IDIuNSA2MS42IDMuNVYxOC4zQzYzIDE5LjUgNjQuNiAyMC41IDY2LjQgMjEuM0M2Ni44IDE5LjkgNjcuNCAxOC41IDY4LjIgMTcuM0M2OSAxNi4xIDY4LjggMTUuOSA2OC44IDE1LjJWMy42QzY4LjggMi42IDY4LjQgMS43IDY3LjggMS4xQzY3LjIgMC41IDY2LjMgMC4xIDY1LjMgMC4xSDY1LjJMNjUuMSAwWk0yNy40IDE3LjdDMjYuMyAxNS42IDI0LjYgMTQuMSAyMi42IDEyLjlDMjAuNiAxMS45IDE4LjQgMTEuMyAxNiAxMS4zQzEzLjYgMTEuMyAxMS41IDExLjggOS40OTk5OSAxMi45QzkuMDk5OTkgMTMgOC44OTk5OSAxMy4zIDguNTk5OTkgMTMuNVYzLjZDOC41OTk5OSAyLjYgOC4xOTk5OSAxLjcgNy41OTk5OSAxQzYuOTk5OTkgMC40IDYuMDk5OTkgMCA0Ljk5OTk5IDBDMy44OTk5OSAwIDMuMDk5OTkgMC40IDIuMzk5OTkgMUMxLjY5OTk5IDEuNiAxLjM5OTk5IDIuNSAxLjM5OTk5IDMuNlYyMi42QzMuMzk5OTkgMjQuNiA1Ljg5OTk5IDI2LjEgOC41OTk5OSAyNi44VjIzLjRDOC41OTk5OSAyMi40IDguNzk5OTkgMjEuNSA5LjM5OTk5IDIwLjhDOS45OTk5OSAyMCAxMC42IDE5LjQgMTEuNiAxOC45QzEyLjYgMTguNCAxMy43IDE4LjEgMTQuOCAxOC4xQzE1LjkgMTguMSAxNy4zIDE4LjMgMTguNCAxOC45QzE5LjQgMTkuNCAyMC4yIDIwLjEgMjAuOCAyMS4xQzIxLjMgMjIuMSAyMS43IDIzLjIgMjEuNyAyNC45QzI0LjEgMjMuNCAyNS45IDIxLjMgMjcuMyAxOC44VjE3LjhMMjcuNCAxNy43WiIgZmlsbD0iI0YzRjNGMyIvPgo8cGF0aCBkPSJNMjMuOCA4MEwyMS42IDc2LjNIMjAuMlY4MEgxOVY3MC45SDIxLjlDMjIuNiA3MC45IDIzLjIgNzEgMjMuNiA3MS4zQzI0LjEgNzEuNSAyNC40IDcxLjkgMjQuNyA3Mi4yQzI0LjkgNzIuNiAyNS4xIDczLjEgMjUuMSA3My42QzI1LjEgNzQuMSAyNC45IDc0LjggMjQuNiA3NS4zQzI0LjMgNzUuOCAyMy43IDc2LjEgMjMgNzYuMkwyNS4zIDgwSDIzLjlIMjMuOFpNMjAuMiA3NS4zSDIxLjlDMjIuNSA3NS4zIDIzIDc1LjEgMjMuMyA3NC44QzIzLjYgNzQuNSAyMy44IDc0LjEgMjMuOCA3My41QzIzLjggNzIuOSAyMy42IDcyLjUgMjMuMyA3Mi4zQzIzIDcyIDIyLjUgNzEuOSAyMS44IDcxLjlIMjAuMVY3NS4zSDIwLjJaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0yOS40IDcxLjlWNzQuOUgzMi43Vjc1LjlIMjkuNFY3OUgzMy4xVjgwSDI4LjJWNzAuOUgzMy4xVjcxLjlIMjkuNFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTQxLjEgODBMMzcuNCA3NS45VjgwSDM2LjJWNzAuOUgzNy40Vjc1LjFMNDEuMSA3MC45SDQyLjZMMzguNSA3NS40TDQyLjYgNzkuOUg0MS4xVjgwWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNDYuNSA3OUg0OS43VjgwSDQ1LjNWNzAuOUg0Ni41Vjc5WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNTcuNSA3OEg1My41TDUyLjggODBINTEuNkw1NC45IDcxSDU2LjNMNTkuNiA4MEg1OC40TDU3LjcgNzhINTcuNVpNNTcuMiA3N0w1NS42IDcyLjRMNTQgNzdINTcuM0g1Ny4yWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNzEuNCA3MVY4MEg3MC4yVjczLjNMNjcuMiA4MEg2Ni40TDYzLjQgNzMuM1Y4MEg2Mi4yVjcxSDYzLjVMNjYuOCA3OC40TDcwLjEgNzFINzEuNFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTgwLjEgNzhINzYuMUw3NS40IDgwSDc0LjJMNzcuNSA3MUg3OC45TDgyLjIgODBIODFMODAuMyA3OEg4MC4xWk03OS44IDc3TDc4LjIgNzIuNEw3Ni42IDc3SDc5LjlINzkuOFoiIGZpbGw9IiNFMUUxRTEiLz4KPC9zdmc+Cg==');"])}};return!t&&(r[n][i||"default"]||r[n].default)},e=>{let{$type:t,$size:n}=e;return b(t,n)},e=>{let{$size:t,$labelPosition:n,$showTopDivider:i,$showBottomDivider:r}=e;return!["inner","none"].includes(n)||i||r?"".concat({small:h.Z07,medium:h.mwx}[t]," 0").concat(r?"":" 0"):0},e=>{let{$labelPosition:t,$isAdLoaded:n}=e;if(n&&"none"!==t)return({inner:(0,o.iv)(["> div::before{",";left:0;}"],()=>x),outer:(0,o.iv)(["::before{",";}"],()=>x)})[t]},e=>{let{$size:t}=e;return"small"===t?"\n article & {\n position: sticky;\n top: 48px;\n min-height: 140px;\n margin: 0;\n\n .body__ad-spons--sticky & {\n top: 123px;\n }\n\n .body__ad-spons--sticky.body__ad-spons--hidden & {\n top: 48px;\n }\n\n > div {\n padding-bottom: 1px;\n min-height: 140px;\n background: none;\n\n > div {\n height: fit-content !important;\n }\n }\n\n > div::before {\n background-color: #fafafa;\n color: rgb(191, 191, 191);\n }\n }":""}),j=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t=h.v7j.split(" "),n=t[0],i=t[2]||n,r=h.Cf8.typography.lineHeight;return"calc(".concat(e," * (").concat(n," + ").concat(i," + ").concat(r,"))")},f=o.ZP.div.withConfig({componentId:"sc-42f88e4d-1"})(["display:flex;width:100%;position:fixed;background-color:",";bottom:0;left:0;align-items:center;margin:auto;justify-content:space-around;z-index:99999;-webkit-box-shadow:",";-moz-box-shadow:",";box-shadow:",";body.inpl-tout-body &{bottom:40px !important;}body.inpl-tout-sticky &{bottom:40px !important;}body.inpl-tout-hidden &{bottom:-120px !important;}@media screen and (max-width:999px){body.inpl-tout-body &{bottom:50px !important;}body.inpl-tout-sticky &{bottom:50px !important;}}& > div{display:flex;align-items:center;& > div{margin:0 auto;padding:",";padding-top:",";& > div{position:relative;min-height:100px;min-width:320px;background:",";}& > div::before{content:'REKLAMA';position:absolute;top:",";left:0;color:",";"," padding:",";}}}& > button{position:absolute;right:0;bottom:100%;}"],h.Lxn,h.pNE,h.pNE,h.pNE,h.VuF,j(),e=>{let{$isAdLoaded:t,$theme:n}=e;if(t)return"none";let i={default:"no-repeat center/auto 50px url('data:image/svg+xml;base64,PHN2ZyBpZD0ic2l0ZWJyX3BsYWNlaG9sZGVyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjIiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCAxNjIgNjAiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmM2YzZjM7CiAgICAgIH0KICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZTFlMWUxOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iY2xpcCI+CiAgICA8cGF0aCBpZD0icmVrbGFtYSIgY2xhc3M9ImNscy0yIiBkPSJtNDguMjMzOSw1MC44OTloMy45MTMxYzEuMTE4MiwwLDIuMDE0Ni4zMzgsMi41ODY5LjkxLjQ0MjQuNDQzLjcwMjEsMS4wNzkuNzAyMSwxLjc5NHYuMDI3YzAsMS41MDctMS4wNCwyLjM5MS0yLjQ3MDcsMi42NTJsMi43OTU5LDMuNzE4aC0xLjI2MTdsLTIuNjM4Ny0zLjUzNmgtMi42MDA2djMuNTM2aC0xLjAyNjR2LTkuMTAxaC4wMDAxWm0zLjgyMjMsNC42NDJjMS4zNjQzLDAsMi4zMzk4LS43MDIsMi4zMzk4LTEuODcydi0uMDI3YzAtMS4xMTgtLjg1ODQtMS43OTQtMi4zMjcxLTEuNzk0aC0yLjgwODZ2My42OTNoMi43OTU5Wm01LjU3NjEtNC42NDJoNi41Nzgxdi45MzZoLTUuNTUwOHYzLjEwN2g0Ljk2NTh2LjkzNmgtNC45NjU4djMuMTg2aDUuNjE2MnYuOTM1aC02LjY0MzZ2LTkuMWgwWm04LjcwOTksMGgxLjAyNzN2NS40MzVsNS4yMjY2LTUuNDM1aDEuMzI1MmwtMy44OTk0LDMuOTc5LDQuMDY4NCw1LjEyMmgtMS4yODYxbC0zLjQ5OC00LjQwOC0xLjkzNjUsMS45NjN2Mi40NDVoLTEuMDI3M3MtLjAwMDItOS4xMDEtLjAwMDItOS4xMDFabTkuMzQ2NywwaDEuMDI3M3Y4LjE1MWg1LjEyMjF2Ljk1aC02LjE0OTR2LTkuMTAxWm0xMS40MTQtLjA2NGguOTYxOWw0LjE0NzUsOS4xNjVoLTEuMTA1NWwtMS4wNjU0LTIuNDA2aC00Ljk1MzFsLTEuMDc5MSwyLjQwNmgtMS4wNTM3czQuMTQ3NC05LjE2NSw0LjE0NzQtOS4xNjVabTIuNTM1Miw1LjgyNGwtMi4wNjc0LTQuNjI5LTIuMDgwMSw0LjYyOWg0LjE0NzVabTQuMzY4Mi01Ljc2aDEuMDRsMy4zMTQ1LDQuOTY3LDMuMzE1NC00Ljk2N2gxLjA0djkuMTAxaC0xLjAyNzN2LTcuMzcxbC0zLjMxNDUsNC44NzVoLS4wNTI3bC0zLjMxNDUtNC44NjN2Ny4zNTloLTEuMDAxdi05LjEwMWgwWm0xNC42NTE1LS4wNjRoLjk2MTlsNC4xNDY1LDkuMTY1aC0xLjEwNDVsLTEuMDY2NC0yLjQwNmgtNC45NTMxbC0xLjA3OTEsMi40MDZoLTEuMDUyN3M0LjE0NzQtOS4xNjUsNC4xNDc0LTkuMTY1Wm0yLjUzNTIsNS44MjRsLTIuMDY3NC00LjYyOS0yLjA4MDEsNC42MjloNC4xNDc1WiIvPgogICAgPHBhdGggaWQ9ImludGVyaWEiIGNsYXNzPSJjbHMtMSIgZD0ibTMxLjgxMzYsNDAuNTkwOXYtMTkuNzg4OGMwLTMuNDI5OS0zLjU0NzMtNS4zNTkzLTYuNzg4NS00LjY1ODUtMS41MTM3LjMyNzMtMy41MTE3LDEuMjY1Ni0zLjg1NzUsMi42NjE4djIxLjc4NTZoLTguODcxVjEyLjg2MTRzNS4xNzU4LTQuODgwMiwxMi41NjA5LTUuMTM4OWM3LjM5ODItLjI2MTMsMTUuODI3MSwzLjMyMTcsMTUuODI3MSwxMi42NDkzdjIwLjIxOTFoLTguODcxWk00My42NDIsMXYzNC44MzE5czUuMTc0NSw0Ljg4MTYsMTIuNTYzNSw1LjE0MjljLjczMzguMDI1MSwxLjQ3ODEuMDEwNiwyLjIyMS0uMDQwOXYtOC4yODUxYy0xLjM4My0uMDU2Ny00Ljg3MjMtLjc0NDMtNS45MTIyLTIuMzM3MnYtMTMuMzMwM2g1LjkxMjJ2LTguODQ5OWgtNS45MTIyVjFoLTguODcyM1ptNzcuNDc4MSw3LjI0NjVjLTUuMzYxOSwxLjMxNTctOC44NzIzLDQuNjE2My04Ljg3MjMsNC42MTYzdjI3LjcyODFoOC44NzIzVjguMjQ2NVptLTExLjgyOTgsNy44MDMzVjcuNzYyMWMtLjc0NDMtLjA1MDEtMS40ODg2LS4wNjYtMi4yMjM3LS4wMzgzLTcuMzg2My4yNTg3LTEyLjU2MDksNS4xMzg5LTEyLjU2MDksNS4xMzg5djI3LjcyODFoOC44NzF2LTIyLjIwNTJjMS4wMzk5LTEuNTk0Miw0LjUzMTgtMi4yODA0LDUuOTEzNi0yLjMzNTloMFpNLjQ2ODIsOC4yNDY1djMyLjM0NDRoOC44NzFWMTIuODYyOFM1LjgyODgsOS41NjIyLjQ2ODIsOC4yNDY1Wm05MS4yMjI3LDE5LjQ3NDdoLTIzLjkxMjljMS4zMTE4LDIuOTk1Nyw0LjMyODYsNC45ODA1LDcuNjIzOSw0Ljk4MDUsMi4yNTgsMCw0LjM3MDgtLjg4NjgsNS45NTA1LTIuNTAyMWwuMDc1Mi0uMDczOWg5LjU4MWwtLjEzNTkuMzQ0NGMtMi41MTgsNi4zODczLTguNTkyNSwxMC41MTY3LTE1LjQ3MDgsMTAuNTE2Ny05LjE2NjYsMC0xNi42MjE2LTcuNDM5MS0xNi42MjE2LTE2LjU4MDdzNy40NTUtMTYuNTgyLDE2LjYyMTYtMTYuNTgyLDE2LjYyMjksNy40MzkxLDE2LjYyMjksMTYuNTgyYzAsMS4wMjgtLjA5OSwyLjA3MzItLjI5NTYsMy4xMTA1bC0uMDM4My4yMDQ2Wm0tOC43OTA1LTYuOTA5OWMtMS4zODA0LTIuODY3Ny00LjI4MzctNC43MDIxLTcuNDk4NS00LjcwMjFzLTYuMTE1NSwxLjgzNDQtNy40OTg1LDQuNzAyMWMwLDAsMTQuOTk3LDAsMTQuOTk3LDBabTU3LjMzMTUtMTMuMTI0NGM4LjYwOTcsMCwxNS43NDkzLDYuNDI5NiwxNi42MDQ0LDE0Ljk1NjFsNC42OTU1LDE3Ljk1MDVoLTguNTU4MmwtMS4xMzg5LTQuMzMzOWMtMy4xNTkzLDMuMDYwNC03LjI2MSw0Ljc0MDMtMTEuNjAyOCw0Ljc0MDMtOS4yMDQ5LDAtMTYuNjk0Mi03LjQ3MDgtMTYuNjk0Mi0xNi42NTMyLDAtOS4xODc3LDcuNDg5My0xNi42NTk4LDE2LjY5NDItMTYuNjU5OFptMCwyNC42MjE2YzQuMzk0NiwwLDcuOTcxLTMuNTY3MSw3Ljk3MS03Ljk0OTksMC00LjM4OC0zLjU3NjQtNy45NTY1LTcuOTcxLTcuOTU2NS00LjM5ODUsMC03Ljk3NDksMy41Njg1LTcuOTc0OSw3Ljk1NjUsMCw0LjM4MjcsMy41NzY0LDcuOTQ5OSw3Ljk3NDksNy45NDk5WiIvPgogIDwvZz4KPC9zdmc+');","halo-tu-polsat":"no-repeat center/auto 80px url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTAwIDgwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNDAuNiA0Ny44QzM4LjcgNDcuOCAzNy43IDQ4LjcgMzcuNSA1MC43SDM3LjRMMzcuNiA0OC4xSDM1LjFWNjAuMUgzNy43VjU3LjNMMzcuNSA1NS4zSDM3LjZDMzggNTYuNCAzOSA1Ny4xIDQwLjUgNTcuMUM0Mi45IDU3LjEgNDQuNCA1NS4yIDQ0LjQgNTIuNUM0NC40IDQ5LjggNDIuOSA0Ny45IDQwLjYgNDcuOVY0Ny44Wk0zOS45IDU0LjhDMzguNSA1NC44IDM3LjggNTMuOSAzNy44IDUyLjNDMzcuOCA1MC43IDM4LjYgNDkuOCAzOS45IDQ5LjhDNDEuMiA0OS44IDQyIDUwLjcgNDIgNTIuM0M0MiA1My45IDQxLjIgNTQuOCAzOS45IDU0LjhaTTUwIDQ3LjhDNDcuMiA0Ny44IDQ1LjQgNDkuNyA0NS40IDUyLjRDNDUuNCA1NS4xIDQ3LjMgNTcgNTAgNTdDNTIuNyA1NyA1NC42IDU1LjEgNTQuNiA1Mi40QzU0LjYgNDkuNyA1Mi43IDQ3LjggNTAgNDcuOFpNNTAgNTQuOEM0OC42IDU0LjggNDcuOSA1My45IDQ3LjkgNTIuNEM0Ny45IDUwLjkgNDguNyA1MCA1MCA1MEM1MS4zIDUwIDUyLjEgNTAuOSA1Mi4xIDUyLjRDNTIuMSA1My45IDUxLjMgNTQuOCA1MCA1NC44Wk02Ni40IDUxLjRMNjQuNCA1MC45QzYzLjggNTAuOCA2My41IDUwLjcgNjMuNSA1MC4zQzYzLjUgNDkuOSA2My45IDQ5LjcgNjQuOSA0OS43QzY1LjkgNDkuNyA2Ni45IDQ5LjkgNjggNTAuNUw2OC4yIDQ4LjRDNjcuMiA0OCA2Ni4xIDQ3LjkgNjUgNDcuOUM2Mi42IDQ3LjkgNjEuMiA0OC45IDYxLjIgNTAuN0M2MS4yIDUyLjUgNjEuOCA1Mi45IDYzLjMgNTMuM0w2NS4zIDUzLjhDNjYuMSA1NCA2Ni4zIDU0LjIgNjYuMyA1NC42QzY2LjMgNTUgNjUuOSA1NS4yIDY0LjkgNTUuMkM2My45IDU1LjIgNjIuNSA1NS4xIDYxLjUgNTQuNkw2MS4zIDU2LjhDNjIuMiA1NyA2My4yIDU3LjIgNjQuOSA1Ny4yQzY2LjYgNTcuMiA2OC43IDU2LjIgNjguNyA1NC4zQzY4LjcgNTIuNCA2Ny45IDUxLjkgNjYuNSA1MS41SDY2LjRWNTEuNFpNNzYuNiA0OS4ySDc2LjVDNzYgNDguMSA3NS4xIDQ3LjYgNzMuNyA0Ny42QzcxLjMgNDcuNiA2OS44IDQ5LjUgNjkuOCA1Mi4yQzY5LjggNTQuOSA3MS4zIDU2LjggNzMuNiA1Ni44Qzc1LjkgNTYuOCA3Ni41IDU1LjggNzYuNyA1My44SDc2LjhMNzYuNiA1Ni42SDc5LjFWNDcuOEg3Ni42VjQ5LjJaTTc0LjMgNTQuN0M3Mi45IDU0LjcgNzIuMiA1My44IDcyLjIgNTIuMkM3Mi4yIDUwLjYgNzMgNDkuNyA3NC4zIDQ5LjdDNzUuNiA0OS43IDc2LjQgNTAuNiA3Ni40IDUyLjJDNzYuNCA1My44IDc1LjYgNTQuNyA3NC4zIDU0LjdaTTg2LjYgNTQuNEM4Ni4xIDU0LjUgODUuOCA1NC42IDg1LjQgNTQuNkM4NC41IDU0LjYgODQuMyA1NC40IDg0LjMgNTMuNFY1MC4ySDg2LjRWNDhIODQuM1Y0NS44TDgxLjggNDYuMlY0OC4xSDgwLjRWNTAuM0g4MS44VjU0LjJDODEuOCA1Ni4xIDgyLjggNTcuMSA4NC43IDU3LjFDODYuNiA1Ny4xIDg2LjIgNTcuMSA4Ni44IDU2LjdMODYuNiA1NC41SDg2LjdMODYuNiA1NC40Wk01OS41IDU0LjZDNTkgNTQuNiA1OC42IDU0LjIgNTguNiA1My42VjQ0LjVINTYuMVY1NEM1Ni4xIDU1LjkgNTcuMSA1Ni45IDU4LjcgNTYuOUM2MC4zIDU2LjkgNTkuOSA1Ni44IDYwLjYgNTYuNUw2MC40IDU0LjRDNTkuOSA1NC41IDU5LjYgNTQuNiA1OS40IDU0LjZINTkuNVpNMjcuMSA0OFY1M0MyNy4xIDU0LjIgMjYuNSA1NC45IDI1LjEgNTQuOUMyMy43IDU0LjkgMjMuNiA1NC4zIDIzLjYgNTMuM1Y0OC4xSDIxLjFWNTMuNkMyMS4xIDU1LjggMjIuMiA1Ny4xIDI0LjIgNTcuMUMyNi4yIDU3LjEgMjcgNTYuMiAyNy4yIDU0LjJIMjcuM0wyNy4xIDU2LjhIMjkuM1Y0OEgyNi44SDI3SDI3LjFaTTE0LjkgNDYuMVY0OEgxMy41VjUwLjJIMTQuOVY1NC4xQzE0LjkgNTYgMTUuOSA1NyAxNy44IDU3QzE5LjcgNTcgMTkuMyA1NyAxOS45IDU2LjZMMTkuNyA1NC40QzE5LjIgNTQuNSAxOC45IDU0LjYgMTguNSA1NC42QzE3LjYgNTQuNiAxNy40IDU0LjQgMTcuNCA1My40VjUwLjJIMTkuNVY0OEgxNy40VjQ1LjhMMTQuOSA0Ni4ySDE1TDE0LjkgNDYuMVpNMS4zOTk5OSAyMi42VjM3LjhDMS4zOTk5OSAzOC44IDEuNzk5OTkgMzkuNyAyLjM5OTk5IDQwLjRDMy4xOTk5OSA0MS4yIDMuODk5OTkgNDEuNCA0Ljk5OTk5IDQxLjRDNi4wOTk5OSA0MS40IDYuOTk5OTkgNDEgNy41OTk5OSA0MC40QzguMTk5OTkgMzkuNiA4LjU5OTk5IDM4LjkgOC41OTk5OSAzNy44VjI2LjhDNS43OTk5OSAyNiAzLjM5OTk5IDI0LjYgMS4zOTk5OSAyMi42Wk0zNi4xIDIzLjdDMzcuMiAyMC42IDQwLjIgMTguMyA0My43IDE4LjNDNDcuMiAxOC4zIDUxLjggMjEuOSA1MS44IDI2LjRDNTEuOCAzMC45IDUxLjggMjYuNSA1MS44IDI2LjZDNTQuNyAyOC42IDU3IDMxLjIgNTguNiAzNC41VjI2LjRDNTguNiAxOC4yIDUxLjggMTEuNSA0My43IDExLjVDMzUuNiAxMS41IDI4LjggMTguMyAyOC44IDI2LjRDMjguOCAzNC41IDI4LjggMjYuNiAyOC44IDI2LjhDMzAuOSAyNS4zIDMzLjQgMjQuMiAzNiAyMy42TDM2LjEgMjMuN1pNMjEuOSAzNS41QzIyLjkgMzMuMyAyNC4zIDMxLjEgMjYgMjkuNEMyNS45IDI4LjUgMjUuOCAyNy41IDI1LjggMjYuNUMyNS44IDIzLjcgMjYuNCAyMS4xIDI3LjYgMTguOUMyNi4yIDIxLjQgMjQuNCAyMy41IDIyIDI1VjM1LjZMMjEuOSAzNS41Wk04Mi40IDM0LjVDNzguNSAzMy45IDc1LjQgMzAuNSA3NS40IDI2LjVDNzUuNCAyMi41IDc4LjMgMTkuMSA4Mi4yIDE4LjVDODMuNCAxNiA4NS4yIDEzLjcgODcuMyAxMi4xQzg2LjEgMTEuNyA4NC44IDExLjYgODMuNCAxMS42Qzc1LjIgMTEuNiA2OC41IDE4LjQgNjguNSAyNi41QzY4LjUgMzQuNiA3NS4zIDQxLjQgODMuNCA0MS40QzkxLjUgNDEuNCA4Ni4zIDQxLjIgODcuNSA0MC44Qzg1LjMgMzkuMiA4My41IDM3IDgyLjEgMzQuNkg4Mi4zTDgyLjQgMzQuNVpNNjUuNiAyNi41QzY1LjYgMjQuNyA2NS44IDIzIDY2LjQgMjEuM0M2NC42IDIwLjUgNjMgMTkuNSA2MS42IDE4LjNWMzcuOUM2MS42IDM4LjkgNjIgMzkuOCA2Mi42IDQwLjRDNjMuMiA0MSA2NC4xIDQxLjQgNjUuMSA0MS40QzY2LjEgNDEuNCA2NyA0MSA2Ny42IDQwLjRDNjguMiAzOS44IDY4LjYgMzguOSA2OC42IDM3LjlDNjguNiAzNi45IDY4LjQgMzYuNCA2OCAzNS44QzY2LjQgMzMgNjUuNSAyOS45IDY1LjUgMjYuNkg2NS42VjI2LjVaTTU4LjYgMzhWMzQuNUM1Ny4xIDMxLjQgNTQuNyAyOC42IDUxLjggMjYuNkM1MS44IDMxIDQ4IDM0LjUgNDMuNyAzNC41QzM5LjQgMzQuNSAzNS42IDMwLjkgMzUuNiAyNi40QzM1LjYgMjEuOSAzNS43IDI0LjUgMzYuMSAyMy42QzMzLjUgMjQuMiAzMSAyNS40IDI4LjkgMjYuOEMyOS4xIDM0LjggMzUuOCA0MS4zIDQzLjggNDEuM0M1MS44IDQxLjMgNDkuNyA0MC40IDUyIDM4LjhDNTIuNCA0MC4zIDUzLjggNDEuMyA1NS4yIDQxLjNDNTYuNiA0MS4zIDU4LjYgMzkuOCA1OC42IDM3LjlWMzhaTTI2IDI5LjRDMjQuMiAzMS4yIDIyLjkgMzMuMyAyMS45IDM1LjVWMzcuOUMyMS45IDM4LjkgMjIuMyAzOS44IDIyLjkgNDAuNUMyMy43IDQxLjMgMjQuNCA0MS41IDI1LjUgNDEuNUMyNi42IDQxLjUgMjcuNCA0MS4xIDI4LjEgNDAuNUMyOC43IDM5LjkgMjkuMSAzOC45IDI5LjEgMzcuOUMyOS4xIDM2LjkgMjkuMSAzNyAyOC45IDM2LjhDMjcuNCAzNC43IDI2LjQgMzIuMiAyNiAyOS40Wk04Ny40IDEyLjFDODUuMyAxMy45IDgzLjQgMTYgODIuMyAxOC41SDgzLjdDODguMiAxOC41IDkxLjggMjIuMSA5MS44IDI2LjZDOTEuOCAzMS4xIDg4LjIgMzQuNyA4My43IDM0LjdDNzkuMiAzNC43IDgyLjkgMzQuNyA4Mi42IDM0LjdDODMuOCAzNy4yIDg1LjcgMzkuMyA4OCA0MC45Qzk0LjIgMzkuMSA5OC44IDMzLjQgOTguOCAyNi41Qzk4LjggMTkuNiA5NCAxMy43IDg3LjcgMTIuMUg4Ny42SDg3LjRaTTY1LjEgMEM2NC4xIDAgNjMuMiAwLjQgNjIuNiAxQzYyIDEuNiA2MS42IDIuNSA2MS42IDMuNVYxOC4zQzYzIDE5LjUgNjQuNiAyMC41IDY2LjQgMjEuM0M2Ni44IDE5LjkgNjcuNCAxOC41IDY4LjIgMTcuM0M2OSAxNi4xIDY4LjggMTUuOSA2OC44IDE1LjJWMy42QzY4LjggMi42IDY4LjQgMS43IDY3LjggMS4xQzY3LjIgMC41IDY2LjMgMC4xIDY1LjMgMC4xSDY1LjJMNjUuMSAwWk0yNy40IDE3LjdDMjYuMyAxNS42IDI0LjYgMTQuMSAyMi42IDEyLjlDMjAuNiAxMS45IDE4LjQgMTEuMyAxNiAxMS4zQzEzLjYgMTEuMyAxMS41IDExLjggOS40OTk5OSAxMi45QzkuMDk5OTkgMTMgOC44OTk5OSAxMy4zIDguNTk5OTkgMTMuNVYzLjZDOC41OTk5OSAyLjYgOC4xOTk5OSAxLjcgNy41OTk5OSAxQzYuOTk5OTkgMC40IDYuMDk5OTkgMCA0Ljk5OTk5IDBDMy44OTk5OSAwIDMuMDk5OTkgMC40IDIuMzk5OTkgMUMxLjY5OTk5IDEuNiAxLjM5OTk5IDIuNSAxLjM5OTk5IDMuNlYyMi42QzMuMzk5OTkgMjQuNiA1Ljg5OTk5IDI2LjEgOC41OTk5OSAyNi44VjIzLjRDOC41OTk5OSAyMi40IDguNzk5OTkgMjEuNSA5LjM5OTk5IDIwLjhDOS45OTk5OSAyMCAxMC42IDE5LjQgMTEuNiAxOC45QzEyLjYgMTguNCAxMy43IDE4LjEgMTQuOCAxOC4xQzE1LjkgMTguMSAxNy4zIDE4LjMgMTguNCAxOC45QzE5LjQgMTkuNCAyMC4yIDIwLjEgMjAuOCAyMS4xQzIxLjMgMjIuMSAyMS43IDIzLjIgMjEuNyAyNC45QzI0LjEgMjMuNCAyNS45IDIxLjMgMjcuMyAxOC44VjE3LjhMMjcuNCAxNy43WiIgZmlsbD0iI0YzRjNGMyIvPgo8cGF0aCBkPSJNMjMuOCA4MEwyMS42IDc2LjNIMjAuMlY4MEgxOVY3MC45SDIxLjlDMjIuNiA3MC45IDIzLjIgNzEgMjMuNiA3MS4zQzI0LjEgNzEuNSAyNC40IDcxLjkgMjQuNyA3Mi4yQzI0LjkgNzIuNiAyNS4xIDczLjEgMjUuMSA3My42QzI1LjEgNzQuMSAyNC45IDc0LjggMjQuNiA3NS4zQzI0LjMgNzUuOCAyMy43IDc2LjEgMjMgNzYuMkwyNS4zIDgwSDIzLjlIMjMuOFpNMjAuMiA3NS4zSDIxLjlDMjIuNSA3NS4zIDIzIDc1LjEgMjMuMyA3NC44QzIzLjYgNzQuNSAyMy44IDc0LjEgMjMuOCA3My41QzIzLjggNzIuOSAyMy42IDcyLjUgMjMuMyA3Mi4zQzIzIDcyIDIyLjUgNzEuOSAyMS44IDcxLjlIMjAuMVY3NS4zSDIwLjJaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0yOS40IDcxLjlWNzQuOUgzMi43Vjc1LjlIMjkuNFY3OUgzMy4xVjgwSDI4LjJWNzAuOUgzMy4xVjcxLjlIMjkuNFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTQxLjEgODBMMzcuNCA3NS45VjgwSDM2LjJWNzAuOUgzNy40Vjc1LjFMNDEuMSA3MC45SDQyLjZMMzguNSA3NS40TDQyLjYgNzkuOUg0MS4xVjgwWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNDYuNSA3OUg0OS43VjgwSDQ1LjNWNzAuOUg0Ni41Vjc5WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNTcuNSA3OEg1My41TDUyLjggODBINTEuNkw1NC45IDcxSDU2LjNMNTkuNiA4MEg1OC40TDU3LjcgNzhINTcuNVpNNTcuMiA3N0w1NS42IDcyLjRMNTQgNzdINTcuM0g1Ny4yWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNzEuNCA3MVY4MEg3MC4yVjczLjNMNjcuMiA4MEg2Ni40TDYzLjQgNzMuM1Y4MEg2Mi4yVjcxSDYzLjVMNjYuOCA3OC40TDcwLjEgNzFINzEuNFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTgwLjEgNzhINzYuMUw3NS40IDgwSDc0LjJMNzcuNSA3MUg3OC45TDgyLjIgODBIODFMODAuMyA3OEg4MC4xWk03OS44IDc3TDc4LjIgNzIuNEw3Ni42IDc3SDc5LjlINzkuOFoiIGZpbGw9IiNFMUUxRTEiLz4KPC9zdmc+Cg==');"};return i[n||"default"]||i.default},j(-1),h.Cf8.fill,h.Cf8.typography,h.v7j),C=o.ZP.div.withConfig({componentId:"sc-42f88e4d-2"})(["float:unset !important;#ad-feed_grupa{float:unset !important;.feedBox .feedItems{box-sizing:unset;}}"]);function y(e,t,n){let[i,a]=(0,r.useState)(!1),[o,l]=(0,r.useState)(!0);return(0,r.useEffect)(()=>{let i={};if(d("Inpl.".concat(t,".loaded"),t=>{var n,i;(null===(i=t.detail)||void 0===i?void 0:null===(n=i.slot)||void 0===n?void 0:n.placementId)==="ad-"+e&&a(!0)}),d("Inpl.empty",t=>{var n;(null===(n=t.detail)||void 0===n?void 0:n.placementId)==="ad-"+e&&l(!1)}),n){var r,o,s;"function"==typeof(null===(o=window.Inpl)||void 0===o?void 0:null===(r=o.Ad)||void 0===r?void 0:r.lazyLoadInsertAd)&&(null===(s=window.Inpl.Ad.services)||void 0===s?void 0:s.resolved)?window.Inpl.Ad.lazyLoadInsertAd(t,["ad-"+e]):d("Inpl.adsLoaded",()=>{var n;(null===(n=window.Inpl)||void 0===n?void 0:n.Ad)&&window.Inpl.Ad.lazyLoadInsertAd(t,["ad-"+e])})}return()=>Object.keys(i).forEach(e=>window.removeEventListener(e,i[e]));function d(e,t){window.addEventListener(e,t),i[e]=t}},[n,t,e]),[i,o]}function N(e){let{type:t,id:n,size:a,lazy:o=!0,labelPosition:l="outer",divider:d="both",floating:c=!1,transparentBackground:u=!1,placeholder:p="vertical",dontEverHideAd:g=!1,onMount:h,adContainerRef:x,className:b,noPadding:j=!1,hasWrapper:f=!1}=e,C=null!=n?n:t,N=(0,s.e)("meta"),[I,w]=y(C,t,o),L=v(t);(0,r.useEffect)(()=>{null==h||h()},[h]);let D=!L&&["top","both"].includes(d),k=!L&&["bottom","both"].includes(d)&&"dol_srodek"!==t;if(w||g)return(0,i.jsxs)(M,{$theme:N.theme,$type:t,$size:a,$labelPosition:l,$isAdLoaded:I,$floating:c,$transparentBackground:L||u,$showTopDivider:D,$showBottomDivider:k,$noPadding:j,$placeholder:p,className:b,"data-component":"ad-".concat(t,"-").concat(C),children:[D&&(0,i.jsx)(m.iz,{}),f?(0,i.jsx)("div",{className:"ad-wrapper",children:(0,i.jsx)("div",{ref:x,type:t,id:"ad-".concat(C)})}):(0,i.jsx)(i.Fragment,{children:(0,i.jsx)("div",{ref:x,type:t,id:"ad-".concat(C)})}),k&&(0,i.jsx)(m.iz,{})]})}function v(e){let[t,n]=(0,r.useState)(!1);return(0,r.useEffect)(()=>{if("gora_srodek"!==e)return;let t=document.querySelector("body");if(!t)return;let i=new MutationObserver(e=>{for(let t of e)if("attributes"===t.type){let e=t.target.getAttribute("class");n(null!==e&&e.indexOf("screening--fixed")>-1)}});return i.observe(t,{attributeFilter:["class"]}),()=>i.disconnect()},[e]),t}var I=n(9528),w=n(36672);let L=o.ZP.div.attrs(e=>{let{$size:t}=e;return{"data-ad-mobile":"small"===t?"1":"","data-ad-desktop":"medium"===t?"1":"",id:"sponsCont",className:"spons-ph"}}).withConfig({componentId:"sc-87e4cf74-0"})([""]),D=(0,o.ZP)(L).withConfig({componentId:"sc-87e4cf74-1"})([""]),k=(0,o.ZP)(L).withConfig({componentId:"sc-87e4cf74-2"})([""]),S=(0,o.iv)(["content:'REKLAMA';display:inline-block;position:absolute;top:","px;z-index:10;text-align:center;background:",";",";"],0,h.lOd,e=>{let{size:t}=e;return({small:(0,o.iv)(["",";color:",";padding:",";margin:",";width:",";height:",";left:auto;right:calc(50% - 170px);","{right:calc(50% - 394px);}body.body__ad-spons--collapsed.body__ad-spons--sticky &{top:","px;}transition:top 300ms ease;"],h.mvz.typography,h.mvz.fill,h.i_H,h.nyA,h.A_b,h.Fvd,(0,w.Lj)("sm"),-70),medium:(0,o.iv)(["",";color:",";padding:",";margin:",";left:0;"],h.MlP.typography,h.MlP.fill,h.vEm,h.Okj)})[t]}),A=(0,o.ZP)(N).withConfig({componentId:"sc-87e4cf74-3"})(["padding:0;#ad-sitebranding{display:block !important;& > div > iframe{height:0;}a.sponsBgAnchor{height:500px;}}",""],e=>{let{isAdLoaded:t,labelPosition:n}=e;if(t&&"none"!==n)return(0,o.iv)(["> div:not(.ad-wrapper) > div::before,> div.ad-wrapper > div > div::before{",";}"],()=>S)}),z=(0,o.ZP)(A).withConfig({componentId:"sc-87e4cf74-4"})(["padding:0;> div{transition:min-height 300ms ease;min-height:60px;}"]),T=(0,o.ZP)(A).withConfig({componentId:"sc-87e4cf74-5"})(["padding:0;> div{transition:min-height 300ms ease;min-height:","px;}"],e=>{let{$scrollState:t}=e;return({init:150,scrolled:75})[t]}),O="#adtester",E="?testconfig",_="no_ads",U={ONE_X_ONE:"1x1",ONE_X_ONE_2:"1x1_2",ADSEARCH:"adsearch",ARTSPONS_LINK:"artspons_link",ARTSPONS_LINK2:"artspons_link2",BANNER_GALERIA:"banner_galeria",BANNER_QUIZ:"banner_quiz",BANNER_ZOBACZ_TAKZE:"banner_zobacz_takze",BOX300x250:"box300x250",BOX300x250_GALERIA:"box300x250_galeria",BOX300x250_QUIZ:"box300x250_quiz",BOX625_HTML:"box625_html",BOX_NA_TEMAT:"box_na_temat",BOX_SIDEBAR:"box_sidebar",BOX_ZOBACZ_TAKZE:"box_zobacz_takze",BOX_ZOBACZ_TAKZE_2:"box_zobacz_takze_2",CONTENTSTREAM:"contentstream",DOL_SRODEK:"dol_srodek",FEED_GRUPA:"feed_grupa",GORA_SRODEK:"gora_srodek",INTERSTITIAL:"interstitial",RECTANGLE:"rectangle",RECTANGLE_NEWS:"rectangle_news",SCROLL_FOOTER:"scroll_footer",SITEBRANDING:"sitebranding",VIDEO:"video",WATERMARK:"watermark"},B=e=>{var t;let n=null!==(t=e.id)&&void 0!==t?t:e.type,a=(0,r.useRef)(null),[o,l]=(0,r.useState)(!1),[s,d]=(0,r.useState)(!1),[c]=y(n,e.type,e.lazy||!1);(0,r.useEffect)(()=>{l(window.location.hash.toLowerCase().includes(O)),d(window.location.search.toLowerCase().includes(E))},[]),(0,r.useEffect)(()=>{a.current&&a.current.setAttribute("data-ad-sitebranding-ph","true")},[e.isExpected]);let u={small:Y,medium:G}[e.size];if(e.isExpected||o||s)return(0,i.jsx)(u,{...e,isAdLoaded:c,placeholder:e.placeholder||"horizontal",dontEverHideAd:e.isExpected,adContainerRef:a,noPadding:!0})},Q=e=>{let[t,n]=(0,r.useState)(e),[i]=y(U.SITEBRANDING,U.SITEBRANDING,!1);return(0,r.useEffect)(()=>{window.location.hash.toLowerCase().includes(O)||window.location.search.toLowerCase().includes(E)?n(i):new URLSearchParams(window.location.search).has(_)?n(!1):n(e||i)},[i,e]),t};function G(e){let t=function(){let[e,t]=(0,r.useState)("init");return(0,r.useEffect)(()=>{let e=()=>{t(Math.max(window.scrollY,document.documentElement.scrollTop,document.body.scrollTop)>=190?"scrolled":"init")};return document.addEventListener("scroll",e),e(),()=>document.removeEventListener("scroll",e)},[]),e}();return function(e){let t=(0,r.useRef)(!1);(0,r.useEffect)(()=>{let n={scrolled:"sitebranding_desktop--expected--scrolled",init:"sitebranding_desktop--expected--init"},i={...n,hasScrolled:"sitebranding_desktop--expected--has_scrolled"};return"scrolled"!==e||t.current?setTimeout(()=>{t.current=!1,P(e=>e.delete(i.hasScrolled))},300):(t.current=!0,P(e=>e.add(i.hasScrolled))),P(t=>t.add(n[e])),()=>{P(e=>{Object.values(n).map(t=>e.delete(t))})}},[e])}(t),H(),(0,i.jsx)(D,{$size:e.size,"data-component":"sitebranding",children:(0,i.jsx)(T,{$scrollState:t,divider:"none",...e,labelPosition:"inner"})})}function Y(e){return(0,r.useEffect)(()=>{P(e=>e.add("sitebranding_mobile--expected--init"))},[]),H(),(0,i.jsx)(k,{$size:e.size,"data-component":"sitebranding",children:(0,i.jsx)(z,{divider:"none",...e,labelPosition:"inner"})})}function H(){let e=(0,I.usePathname)();(0,r.useEffect)(()=>{P(e=>e.delete("body__ad-spons--expanded")),P(e=>e.add("body__ad-spons--collapsed"))},[e])}function P(e){let t=document.querySelector("body"),n=new Set((t.getAttribute("class")||"").split(" "));e(n),t.setAttribute("class",Array.from(n).join(" "))}var V=n(41371),F=n(89765);function R(e){let t=(0,r.useRef)(null),[n,a]=(0,r.useState)(!1),[o,l]=(0,r.useState)(!1),d=(0,s.e)("meta");return(0,r.useEffect)(()=>{var t,n;let i={};o("Inpl.scroll_footer.loaded",function(){a(!0),l(!0)}),o("Inpl.empty",function(e){e.detail&&e.detail.name&&"scroll_footer"===e.detail.name&&a(!1)});let r=window.Inpl;return"function"==typeof(null==r?void 0:null===(t=r.Ad)||void 0===t?void 0:t.lazyLoadInsertAd)&&(null===(n=r.Ad.services)||void 0===n?void 0:n.resolved)?r.Ad.lazyLoadInsertAd(e.type,["ad-"+e.type]):o("Inpl.adsLoaded",()=>{r&&r.Ad&&(null==r||r.Ad.lazyLoadInsertAd(e.type,["ad-"+e.type]))}),()=>Object.keys(i).forEach(e=>window.removeEventListener(e,i[e]));function o(e,t){window.addEventListener(e,t),i[e]=t}},[e.type]),(0,i.jsxs)(f,{ref:t,$theme:d.theme,$isAdLoaded:o,style:{display:n?"block":"none"},"data-component":"scroll_footer",children:[(0,i.jsx)(V.Button,{size:"small",variant:"secondary",icon:F.CloseIcon,onClick:e=>{e.preventDefault(),a(!1)}}),(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)("div",{id:"ad-scroll_footer"})})})]})}let Z=(0,o.ZP)(function(e){let{type:t,id:n,lazy:r=!0,className:a,playerId:o}=e,l=null!=n?n:t,[,s]=y(l,t,r);if(s)return(0,i.jsx)("div",{"data-component":"video-ad",id:"ad-".concat(l),className:a,"data-playerid":o})}).withConfig({componentId:"sc-d8127895-0"})(["display:none;width:0;height:0;"]),W=(0,o.ZP)(N).withConfig({componentId:"sc-f93bc2d7-0"})(["",";"],e=>{let{floating:t}=e;return t&&(0,o.iv)(["z-index:800;"])});function $(e){var t,n,r;let{asPath:a}=(0,l.pZ)("useRouter")(),o=(0,s.e)("layout"),d=null==o?void 0:null===(n=o.sections)||void 0===n?void 0:null===(t=n.find)||void 0===t?void 0:t.call(n,e=>"article"===e.kind.type);if(null==d?void 0:d.article.noAdvert)return;let c=!!(null==d?void 0:d.article.noArticleAdvert);switch(e.type){case U.ONE_X_ONE:case U.ONE_X_ONE_2:case U.ARTSPONS_LINK:case U.ARTSPONS_LINK2:case U.CONTENTSTREAM:case U.INTERSTITIAL:case U.WATERMARK:return(0,i.jsx)(J,{...e},a);case U.FEED_GRUPA:return(0,i.jsx)(C,{id:"feed_grupa",children:(0,i.jsx)(N,{...e,divider:"none"})},a);case U.BOX300x250:case U.BOX300x250_QUIZ:return(0,i.jsx)(W,{...e},a);case U.GORA_SRODEK:return(0,i.jsx)(N,{hasWrapper:!0,...e,id:null!==(r=e.id)&&void 0!==r?r:"gora_srodek_01"},a);case U.RECTANGLE:case U.RECTANGLE_NEWS:return!c&&(0,i.jsx)(K,{hasWrapper:!0,"data-component":e.type,...e},a);case U.SCROLL_FOOTER:return(0,i.jsx)(R,{...e},a);case U.SITEBRANDING:return(0,i.jsx)(B,{...e},a);case U.VIDEO:return(0,i.jsx)(Z,{...e},a);default:return(0,i.jsx)(N,{...e},a)}}let J=(0,o.ZP)(function(e){let{type:t,id:n,lazy:r=!0,className:a}=e,o=null!=n?n:t,[,l]=y(o,t,r);if(l)return(0,i.jsx)("div",{id:"ad-".concat(o),className:a})}).withConfig({componentId:"sc-6dcb7930-0"})(["visibility:hidden;width:0;height:0;padding:0 !important;"]),K=(0,o.ZP)(N).withConfig({componentId:"sc-6dcb7930-1"})(["padding-bottom:0;"]);function X(e,t){var n,o,l;let d=(0,r.useRef)(null),c=(0,s.e)("layout"),u=null==c?void 0:null===(o=c.sections)||void 0===o?void 0:null===(n=o.find)||void 0===n?void 0:n.call(o,e=>"article"===e.kind.type),g=(null==u?void 0:null===(l=u.article)||void 0===l?void 0:l.isSponsored)||!1;return(0,r.useEffect)(()=>{if(!d.current)return;let n=p.getInstance();return function(e,t,n,r,o){e.registerAd("box_sidebar",t.current,r,(e,t,r)=>((0,a.createRoot)(e).render((0,i.jsx)(N,{type:"box_sidebar",id:"box_sidebar_"+t,size:n,divider:"none",lazy:!1,onMount:r})),"#ad-box_sidebar_"+t),52,o)}(n,d,e,t,g),()=>n.unregisterAds()},[d]),d}function q(e){let{hostname:t,path:n}=e;return(0,i.jsx)("script",{dangerouslySetInnerHTML:{__html:'INPL_UANC_CONFIG_URL = "'.concat(t).concat(n,'";')}})}let ee=(e,t,n)=>{if(e.detail.slot.name===t){var i,r,a,o;let l=window.Inpl;null===(o=l.Sponsor)||void 0===o||o.call(l,{action:{boxId:n.boxId,boxSingle:null,typePlace:{link:{logoText:"Link Sponsorowany",[t]:{itemPosition:n.link},urlMoreText:"Zobacz więcej"},article:{logoText:"Artykuł Sponsorowany",[t]:{itemPosition:n.article},urlMoreText:"Czytaj więcej"},partner:{logoText:"Mat. Partnera",[t]:{itemPosition:n.partner},urlMoreText:"Zobacz więcej"}},namePlace:"linkSpons",typeAction:"iplv3-append",listTag:"",listClass:"",itemTag:"DIV",itemClass:"brief-list-item",adsPlace:t},dfp:!!e.detail.slot.dfp&&e.detail.slot.dfp,views:{contentClass:"brief-content",titleTag:"a",photoClass:"C450"},renderer:null===(a=l.Sponsor)||void 0===a?void 0:null===(r=a.Mixer)||void 0===r?void 0:null===(i=r.Tile)||void 0===i?void 0:i.Groups,callback:function(e){e&&e.gemiusPv&&gemius_hit(e.gemiusPv),e&&e.clientPv&&document.write(""+e.clientPv)}})}};function et(){let{artspons:e}=(0,s.e)("meta");return(0,r.useEffect)(()=>{let t={};return Object.entries(e||{}).forEach(e=>{let[n,i]=e;t[n]=e=>ee(e,n,i),window.addEventListener("Inpl.artSponsLoaded",t[n])}),()=>{Object.keys(e||{}).forEach(e=>{window.removeEventListener("Inpl.artSponsLoaded",t[e])})}},[e]),(0,i.jsx)(i.Fragment,{children:Object.keys(e||{}).map(e=>(0,i.jsx)($,{type:e,size:"small"},e))})}},97794:function(e,t,n){"use strict";n.d(t,{q:function(){return l},h:function(){return s}});var i=n(53197),r=n(33342),a=n(46269),o=n(36672);n(82628);let l=e=>{let{size:t="large",avatar:n,withLink:l,...s}=e,d=n?"function"==typeof n?(0,i.jsx)(n,{}):(0,i.jsx)(a.dD,{...n,frameClass:t.includes("xlarge")?"C419":"C416"}):(0,i.jsx)("div",{});return l?(0,i.jsx)(r.wv,{className:(0,o.c)("avatar","avatar--".concat(t),"avatar--link"),...l,...s,children:d}):(0,i.jsx)("div",{className:(0,o.c)("avatar","avatar--".concat(t)),...s,children:d})};n(22042);let s=e=>{let{size:t="large",items:n,displayUpTo:r=5,...a}=e,s=Array.from({length:Math.min(r,n.length)},(e,a)=>{let{id:o,...s}=n[a];return(0,i.jsx)(l,{style:{zIndex:r-a},size:t,...s,children:"xd"},"avatar-".concat(o))});return(0,i.jsx)("div",{className:(0,o.c)("avatar-group","avatar-group--".concat(t)),...a,children:s})}},13381:function(e,t,n){"use strict";n.r(t),n.d(t,{BreadcrumbGridWrapper:function(){return w},BreadcrumbWrapper:function(){return L},Breadcrumbs:function(){return v},BreadcrumbsItem:function(){return I}});var i,r,a=n(53197);n(63192);var o=n(59657),l=n(53239),s=n(4759),d=n(66278);let c=(0,s.iv)(["-ms-overflow-style:none;scrollbar-width:none;::-webkit-scrollbar{display:none;}"]),u={vertical:(0,s.iv)(["overflow:hidden auto;"]),horizontal:(0,s.iv)(["overflow:auto hidden;"])},p={vertical:(0,s.iv)(["::before{top:0;left:0;right:0;height:20px;background:linear-gradient(to top,transparent,var(--scroll-indicator-color,white));}::after{bottom:0;left:0;right:0;height:20px;background:linear-gradient(to bottom,transparent,var(--scroll-indicator-color,white));}"]),horizontal:(0,s.iv)(["::before{top:0;bottom:0;left:0;width:20px;background:linear-gradient(to left,transparent,var(--scroll-indicator-color,white));}::after{top:0;bottom:0;right:0;width:20px;background:linear-gradient(to right,transparent,var(--scroll-indicator-color,white));}"])},g=s.ZP.div.withConfig({componentId:"sc-d39ec6a2-0"})(["position:relative;width:100%;height:100%;max-height:inherit;max-width:inherit;"," & > *{width:inherit;height:inherit;max-height:inherit;max-width:inherit;"," ",";}"],e=>{let{$direction:t="vertical",$hideScrollIndicator:n,$onHoverScrollIndicator:i,$showStart:r,$showEnd:a}=e;return!n&&[(0,s.iv)(["::before{content:'';position:absolute;display:",";pointer-events:none;}::after{content:'';position:absolute;display:",";pointer-events:none;}"],r?"block":"none",a?"block":"none"),i&&(0,s.iv)([":not(:hover)::before,:not(:hover)::after{display:none;}"]),p[t]]},d.E,e=>{let{$direction:t="vertical",$hideScrollbar:n}=e;return[u[t],n&&c]}),m=e=>{let{component:t,direction:n="vertical",hideScrollbar:i,onHoverScrollIndicator:r,hideScrollIndicator:s,children:d,wrapperProps:c,...u}=e,p=(0,o.useRef)(null),[m,h]=(0,o.useState)({showStart:!1,showEnd:!1});return(0,l.R)(p,e=>{let{x:t,xc:i,y:r,yc:a}=e;s||t===i&&r===a||("vertical"===n?(m.showStart!==r>0||m.showEnd!==a>0)&&h({showStart:r>0,showEnd:a>0}):(m.showStart!==t>0||m.showEnd!==i>0)&&h({showStart:t>0,showEnd:i>0}))}),(0,a.jsx)(g,{$direction:n,$hideScrollbar:i,$hideScrollIndicator:s,$onHoverScrollIndicator:r,$showStart:m.showStart,$showEnd:m.showEnd,role:"presentation",...c,children:(0,a.jsx)(t||"div",{ref:p,...u,children:d})})};var h=n(84194),x=n(52820),b=n(33342),M=n(36672),j=n(58115),f=n.n(j),C=n(25771),y=e=>{let{data:t,serviceUrl:n}=e,i={"@type":"BreadcrumbList",itemListElement:t.map((e,t)=>{var i;return{"@type":"ListItem",position:t+1,name:e.name,item:n&&(null==e?void 0:null===(i=e.url)||void 0===i?void 0:i.startsWith("/"))?n.concat(e.url):e.url}})};return(0,a.jsx)(C.V,{json:i})};(i=r||(r={})).ROOT="root",i.DEFAULT="default",i.CURRENT="current";let N=(e,t)=>{switch(t){case 0:return r.ROOT;case e-1:return r.CURRENT;default:return r.DEFAULT}},v=e=>{let{items:t,serviceUrl:n,...i}=e;return t?(0,a.jsxs)(h.xv,{className:(0,M.c)("breadcrumb","ids-breadcrumb","ids-breadcrumb__nav","ids-breadcrumb__box"),"aria-label":"Breadcrumbs",component:"nav",preset:f().text,role:"navigation",style:{"--intext-divider-item":'"'.concat(x._K.ARROW,'"')},...i,children:[(0,a.jsx)(m,{component:"ol",direction:"horizontal",hideScrollbar:!0,children:t.map((e,n)=>{let{id:i,url:r,name:o}=e,l=N(t.length,n);return(0,a.jsx)("li",{children:(0,a.jsx)(I,{href:r,variant:l,children:o})},i)})}),(0,a.jsx)(y,{data:t,serviceUrl:n})]},t[t.length-1].id):null},I=e=>{let{variant:t,href:n,children:i,style:o}=e,l=["breadcrumb","ids-breadcrumb","ids-breadcrumb__nav","ids-breadcrumb__box__link","ids-breadcrumb__box__link--".concat(null!=t?t:r.DEFAULT)];return t!==r.CURRENT&&n?(0,a.jsx)(b.wv,{href:n,className:(0,M.c)(...l),style:o,children:i}):(l.push("ids-breadcrumb__box__link--disabled"),(0,a.jsx)("span",{"aria-current":"page",className:(0,M.c)(...l),style:o,children:i}))},w=e=>{let{children:t,...n}=e;return(0,a.jsx)("div",{role:"presentation",className:(0,M.c)("breadcrumb","ids-breadcrumb","ids-breadcrumb__nav","ids-breadcrumb__grid-wrapper"),...n,children:t})},L=e=>{let t={"--breadcrumb-mobile-padding":M.dN,"--breadcrumb-small-tablet-padding":M.vy,"--breadcrumb-tablet-padding":M.aF,"--breadcrumb-desktop-padding":M.Fv};return(0,a.jsx)("div",{role:"presentation",className:(0,M.c)("breadcrumb","ids-breadcrumb","ids-breadcrumb__nav","ids-breadcrumb__wrapper","ids-breadcrumb__wrapper--".concat(e.deviceType)),style:t,children:e.children})}},46275:function(e,t,n){"use strict";n.d(t,{h:function(){return c},r:function(){return d}});var i=n(53197),r=n(36672),a=n(84194),o=n(65319),l=n(92699),s=n.n(l);n(35972);let d=e=>{let{variant:t="ghost",size:n="medium",icon:l,iconSize:d,ssr:c,iconPosition:u="leading",compact:p,children:g,isVertical:m,...h}=e;return(0,i.jsxs)(o.O,{...h,className:(0,r.c)("ids-button-group","ids-button-group__item","ids-button-group__item--".concat(t),"ids-button-group__item--".concat(n),"ids-button-group__item--".concat(u),p&&"ids-button-group__item--compact","ids-button-group__item--".concat(m?"vertical":"horizontal")),children:[l&&(0,i.jsx)(l,{size:null!=d?d:"small"===n?"medium":"large",ssr:c}),g&&(0,i.jsx)(a.xv,{component:"span",preset:s()[n],children:g})]})},c=e=>{let{children:t,compact:n,vertical:a,...o}=e;return(0,i.jsx)("div",{className:(0,r.c)("button-group","ids-button-group","ids-button-group__wrapper",n&&"ids-button-group__wrapper--compact",a&&"ids-button-group__wrapper--vertical"),...o,children:t})}},41371:function(e,t,n){"use strict";n.r(t),n.d(t,{Button:function(){return j},LayoutGridButton:function(){return C}});var i,r,a=n(53197),o=n(4759),l=n(43618),s=n(65319);(i=r||(r={})).PRIMARY="primary",i.SECONDARY="secondary",i.TERTIARY="tertiary",i.GHOST="ghost",i.DANGER="danger";let d="rgb(255,255,255)",c="rgba(249, 210, 211, 1)",u="rgba(136, 17, 21, 1)",p="rgb(255,255,255)",g="rgb(255,255,255)",m={[r.PRIMARY]:(0,o.iv)(["color:",";background-color:",";border:",";& > svg{color:",";}:active,&[data-selected='true']{color:",";background-color:",";border:",";& > svg{color:",";}}:hover,:focus,:focus-visible{color:",";background-color:",";border:",";& > svg{color:",";}}:focus,:focus-visible{outline:1px auto ",";outline-offset:2px;}&[disabled],:disabled{color:",";background-color:",";border:",";& > svg{color:",";}}"],l.mqk,l.PDR,l.OfJ,l.tlX,l.Bvv,l.J8F,l.N$W,l.Hmw,l.kb3,l.bc6,l.jUd,l.ag1,l.bc6,l.UAe,l.DRU,l.TXf,l.e3_),[r.SECONDARY]:(0,o.iv)(["color:",";background-color:",";border:",";& > svg{color:",";}:active,&[data-selected='true']{color:",";background-color:",";border:",";& > svg{color:",";}}:hover,:focus,:focus-visible{color:",";background-color:",";border:",";& > svg{color:",";}}:focus,:focus-visible{outline:1px auto ",";}&[disabled],:disabled{color:",";background-color:",";border:",";& > svg{color:",";}}"],l.qnm,l.u5g,l.mJb,l.WqJ,l.Krj,l._8J,l.Grl,l.bpH,l.cbj,l.VmO,l.lbB,l.Lwq,l.cbj,l.F1P,l._v0,l.M7X,l.Tw8),[r.TERTIARY]:(0,o.iv)(["color:",";background-color:",";border:",";& > svg{color:",";}:active,&[data-selected='true']{color:",";background-color:",";border:",";& > svg{color:",";}}:hover,:focus,:focus-visible{color:",";background-color:",";border:",";& > svg{color:",";}}:focus,:focus-visible{outline:1px auto ",";}&[disabled],:disabled{color:",";background-color:",";border:",";& > svg{color:",";}}"],l.Nz,l.uHG,l.Hnk,l.EJT,l.dNw,l.qH4,l.hKD,l.ew3,l.kJp,l.oxe,l.kAU,l.NQ6,l.kJp,l.SpO,l.mI4,l.X4p,l.I0D),[r.GHOST]:(0,o.iv)(["color:",";background-color:",";border:",";& > svg{color:",";}:active,&[data-selected='true']{color:",";background-color:",";border:",";& > svg{color:",";}}:hover,:focus,:focus-visible{color:",";background-color:",";border:",";& > svg{color:",";}}:focus,:focus-visible{outline:1px auto ",";}&[disabled],:disabled{color:",";background-color:",";border:",";& > svg{color:",";}}"],l.pOm,l.mEb,l.EtQ,l.Pix,l.agF,l.D_P,l.XT,l.Ka1,l.FOb,l.JfM,l.o8R,l.L7Q,l.FOb,l.xK9,l.CM2,l.JgQ,l.P7H),[r.DANGER]:(0,o.iv)(["color:",";background-color:",";border:",";& > svg{color:",";}:active,&[data-selected='true']{color:",";background-color:",";border:",";& > svg{color:",";}}:hover,:focus,:focus-visible{color:",";background-color:",";border:",";& > svg{color:",";}}:focus,:focus-visible{outline:1px auto ",";outline-offset:2px;}&[disabled],:disabled{color:",";background-color:",";border:",";& > svg{color:",";}}"],d,"rgba(222, 28, 34, 1)",d,"rgb(255,255,255)",c,"rgba(136, 17, 21, 1)",c,"rgba(249, 210, 211, 1)",p,u,p,"rgb(255,255,255)",u,g,"rgba(249, 210, 211, 1)",g,"rgb(255,255,255)")},h={small:(0,o.iv)(["",";gap:",";border-radius:",";"],l.xbV.typography,l.xbV.gap,l.xbV.borderRadius),medium:(0,o.iv)(["",";gap:",";border-radius:",";"],l.DAN.typography,l.DAN.gap,l.DAN.borderRadius)},x=[{small:l.xbV.padding,medium:l.DAN.padding},{small:l.z04.padding,medium:l.jL$.padding}],b=e=>{let t="medium"===e?l.DAN:l.xbV,n=t.padding.split(" ")[0],i=t.typography.lineHeight;return(0,o.iv)(["width:calc("," * 2 + ",");height:calc("," * 2 + ",");white-space:nowrap;"],n,i,n,i)},M=(0,o.ZP)(s.O).withConfig({componentId:"sc-569ce737-0"})(["flex-direction:",";padding:",";"," &[disabled],:disabled{cursor:not-allowed;}",";"],e=>{let{$iconPosition:t="leading"}=e;return"leading"===t?"row":"row-reverse"},e=>{let{$size:t="medium",$iconOnlySpacing:n=!1}=e;return x[+n][t]},e=>{let{$fixed:t,$size:n="medium"}=e;return t&&b(n)},e=>{let{$variant:t=r.SECONDARY,$size:n="medium"}=e;return[h[n],m[t]]}),j=e=>{let{variant:t="secondary",size:n="medium",fixed:i,icon:r,iconPosition:o="leading",children:l,...s}=e;return(0,a.jsxs)(M,{$variant:t,$size:n,$iconPosition:o,$iconOnlySpacing:!l,$fixed:i,...s,children:[r&&(0,a.jsx)(r,{size:"small"===n?"medium":"large"}),l]})};var f=n(89765);let C=e=>{let{asset:t,...n}=e,i=t?(0,f.iconLoader)(t):null;t&&!i&&console.error("LayoutGridButton: Failed to load icon for asset: ".concat(t));let r=i?e=>(0,a.jsx)(i,{...e}):void 0;return(0,a.jsx)(j,{...n,icon:r})}},77324:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return A}});var i=n(53197),r=n(59657),a=n(5140),o=n(90623),l=n(63248),s=n(89765),d=n(36672),c=n(84194),u=n(51321),p=n.n(u);n(22897);let g={18:{title:"18",content:s.KeyIcon},16:{title:"16",content:"16"},12:{title:"12",content:"12"}},m=e=>{let{variant:t="18",size:n="large",...r}=e,a="Kategoria wiekowa od lat ".concat(g[t].title),o=g[t].content;return(0,i.jsx)("div",{title:a,"aria-label":a,className:(0,d.c)("age-notification-tag","ids-age-notification-tag","ids-age-notification-tag--".concat(n),"ids-age-notification-tag--".concat(t)),...r,children:"string"==typeof o?(0,i.jsx)(c.xv,{preset:p()[n],children:o}):(0,i.jsx)(o,{size:n})})};var h=n(28355),x=n(97794),b=n(9987),M=n.n(b);n(86469);let j=e=>{let{items:t,size:n="small",avatarsMaxCount:a=2,avatarWithLink:o=!1,plainLinks:l=!1,withoutLink:u}=e;if((0,d.xb)(t))return;let[p,g,m]=t.reduce((e,n,d)=>{var c,p,g;return d{let{label:t,ageRestriction:n,isSizeMatched:r,articleType:a=C.q.ARTICLE,size:o,variant:s}=e;return(0,i.jsxs)("div",{className:(0,d.c)("ids-card__labels-container","ids-card__labels-container--".concat(o),"ids-card__labels-container--".concat(s)),children:[!!t&&(0,i.jsx)(l._,{variant:t.type,"aria-hidden":"hidden_sponsored"===t.type,size:r?"medium":"small","data-artspons-label":!0,children:null==t?void 0:t.content}),(0,i.jsxs)("div",{className:"ids-card__labels-icons-container",children:[(0,i.jsx)(C.e,{card:!0,articleType:a,size:r?"large":"medium"}),!!n&&(0,i.jsx)(m,{variant:n,size:r?"large":"medium"})]})]})};var v=n(84537);let I=e=>{let{categories:t,publicationDate:n}=e;return(0,i.jsxs)(i.Fragment,{children:[!!t&&(0,i.jsx)("span",{children:null==t?void 0:t[0].name})," ",n&&(0,i.jsx)(v.RJ,{date:n,form:"long"})]})};n(93330);let w=e=>{let{headline:t,categories:n,description:r,publicationDate:a,isInfoContainerHidden:o,headerLevel:l="h2",size:s}=e;return(0,i.jsxs)(i.Fragment,{children:[!o&&(0,i.jsx)("div",{className:(0,d.c)("ids-card__info-container","ids-card__info-container--".concat(s)),children:(0,i.jsx)(I,{categories:n,publicationDate:a})}),(0,i.jsx)("header",{children:(0,i.jsx)(l,{children:t})}),r&&(0,i.jsx)("span",{className:"ids-card__lead ids-card__lead--".concat(s),children:r})]})};n(57809);let L=e=>{let{tags:t}=e;return(0,i.jsx)(i.Fragment,{children:t.map((e,n)=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.r,{href:e.url,children:e.name},e.id),n{let{data:t,traits:n,hide:r,authorGroup:a,headerLevel:s,preload:c,loading:u,external:p}=e,{cover:g,player:h,label:x}=t,{size:b,variant:M,isVariantDirectional:v,surface:I,isSizeMatched:D}=n,{image:S,infoContainer:A}=r,z=!!h;(0,y.e)("meta");let T=(0,i.jsx)(w,{size:b,headline:null==t?void 0:t.headline,description:"vertical"===M?null==t?void 0:t.description:void 0,authors:null==t?void 0:t.authors,categories:null==t?void 0:t.categories,publicationDate:null==t?void 0:t.publicationDate,isInfoContainerHidden:A,authorGroup:a,headerLevel:s}),O=(0,i.jsx)(N,{label:x,ageRestriction:null==t?void 0:t.ageRestriction,isSizeMatched:D,articleType:t.icon||t.type,size:b,variant:M}),E=(0,i.jsx)("div",{className:(0,d.c)("ids-card__description-container","ids-card__description-container--".concat(b),"ids-card__description-container--".concat(M)),children:(0,i.jsxs)("div",{className:"ids-card__description-container__content",children:[(0,i.jsxs)("div",{children:[!!x&&(0,i.jsx)(l._,{variant:x.type,size:"xlarge"===b?"medium":D?"medium":"small",className:"ids-card__overlay-wrapper",children:null==x?void 0:x.content}),(0,i.jsxs)("div",{children:[T,(0,i.jsxs)("div",{className:(0,d.c)("ds-card__overlay-labels-container","ids-card__overlay-labels-container--".concat(b),"ids-card__overlay-labels-container--".concat(M)),children:[!a.visibility&&(0,i.jsx)(C.e,{card:!0,articleType:t.icon||t.type,size:"xlarge"===b?"large":D?"large":"medium"}),!!(null==t?void 0:t.ageRestriction)&&!a.visibility&&(0,i.jsx)(m,{variant:null==t?void 0:t.ageRestriction,size:"xlarge"===b?"large":D?"large":"medium"})]})]})]}),a.visibility||(null==t?void 0:t.ageRestriction)&&a.visibility?(0,i.jsxs)("div",{className:"ids-card__overlay-authors-label",children:[!!a.visibility&&(0,i.jsx)(j,{withoutLink:!0,items:(null==t?void 0:t.authors)||[],size:"xlarge"===b?"medium":"small"}),(0,i.jsxs)("div",{className:(0,d.c)("ids-card__overlay-labels-container","ids-card__overlay-labels-container--".concat(b),"ids-card__overlay-labels-container--".concat(M)),children:[(0,i.jsx)(C.e,{card:!0,articleType:t.icon||t.type,size:D?"large":"medium"}),!!(null==t?void 0:t.ageRestriction)&&a.visibility&&(0,i.jsx)(m,{variant:null==t?void 0:t.ageRestriction,size:"xlarge"===b||D?"large":"medium"})]})]}):null]})}),_={type:null};if(g&&"image"===g.type&&(g.attachmentId||g.src)){let e=k[M][b];_={type:g.type,withLink:void 0,mediaProps:{host:g.host,attachmentId:g.attachmentId,extension:g.extension,slug:g.slug,alt:g.alt||t.headline,src:g.src,preload:c,loading:u,...e}}}h&&(_={type:"video",mediaProps:{data:["video","audio"].includes(h.type)?{id:t.id,type:"LIVESTREAM",params:h}:{type:"VIDEO",params:h}}});let U=t.livestreamUrl?void 0:t.headline;return(0,i.jsxs)("div",{className:(0,d.c)("ids-card__outer-container",I&&"ids-card__outer-container--surface","ids-card__outer-container--".concat(b),"ids-card__outer-container--".concat(M)),children:[(0,i.jsx)(e=>{let{children:n}=e;return z?(0,i.jsx)("div",{className:(0,d.c)("ids-card__anchor","ids-card__anchor--".concat(M)),children:n}):(0,i.jsx)(f.wv,{href:null==t?void 0:t.url,className:(0,d.c)("ids-card__anchor","ids-card__anchor--".concat(M)),external:p,children:n})},{children:(0,i.jsxs)("article",{className:(0,d.c)("ids-card__container",I&&"ids-card__container--surface","ids-card__container--".concat(b),"ids-card__container--".concat(M)),title:U,children:[!S&&(0,i.jsx)(o.F,{..._,className:"media-box",children:!z&&(v?O:E)}),v&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(e=>{let{children:n}=e;return z?(0,i.jsx)(f.wv,{href:null==t?void 0:t.url,className:"link",external:p,children:n}):(0,i.jsx)("div",{children:n})},{children:(0,i.jsxs)("div",{className:(0,d.c)("ids-card__description-container",I&&"ids-card__description-container--surface","ids-card__description-container--".concat(b),"ids-card__description-container--".concat(M)),children:[(0,i.jsx)("div",{className:"ids-card__description-container__content",children:T}),!!a.visibility&&"horizontal"===M&&(0,i.jsx)(j,{withoutLink:!0,items:(null==t?void 0:t.authors)||[],size:a.size})]})}),!!a.visibility&&"vertical"===M&&(0,i.jsx)(j,{withoutLink:!0,items:(null==t?void 0:t.authors)||[],size:a.size})]})]})}),"vertical"===M&&t.tags&&t.tags.length>0&&(0,i.jsx)("div",{className:(0,d.c)("ids-card__tags ids-card__tags--".concat(b)),children:(0,i.jsx)(L,{tags:t.tags})})]})},A=e=>{let{data:t,variant:n,size:o,surface:l=!1,isImageHidden:s=!1,headerLevel:d,preload:c,loading:u,external:p}=e;!0===n&&(n="vertical");let{authors:g,categories:m}=t,h=(0,r.useMemo)(()=>"overlay"!==n,[n]),x=(0,r.useMemo)(()=>a.f9[n].some(e=>e===o),[n,o]),b=(0,r.useMemo)(()=>!m&&!t.publicationDate&&a.pB[n].some(e=>e===o)||!h||"small"===o&&"horizontal"===n,[m,o,n,t.publicationDate,h]),M=(0,r.useMemo)(()=>a.ry[n][o],[n,o]),j=(0,r.useMemo)(()=>({visibility:!!g&&a.aD[n].some(e=>e===o),size:a.Tq[o]}),[o,n,g]);return(0,i.jsx)(S,{data:t,traits:{size:o,surface:l,variant:n,isVariantDirectional:h,isSizeMatched:x,titleRowsCount:M},hide:{image:s,infoContainer:b},authorGroup:j,headerLevel:d,preload:c,loading:u,external:p})}},5140:function(e,t,n){"use strict";n.d(t,{Tq:function(){return s},aD:function(){return d},eZ:function(){return r},f9:function(){return p},p1:function(){return i},pB:function(){return c},ry:function(){return u}});let i={small:"small",medium:"medium",large:"large",xlarge:"xlarge"},r={vertical:"vertical",horizontal:"horizontal",overlay:"overlay"},a={[i.small]:3,[i.medium]:3,[i.large]:3,[i.xlarge]:3},o={[i.small]:4,[i.medium]:3,[i.large]:3,[i.xlarge]:3},l={[i.small]:5,[i.medium]:3,[i.large]:3,[i.xlarge]:3},s={[i.small]:"xsmall",[i.medium]:"small",[i.large]:"medium",[i.xlarge]:"medium"},d={[r.vertical]:[i.small,i.medium,i.large,i.xlarge],[r.horizontal]:[i.medium,i.large,i.xlarge],[r.overlay]:[i.large,i.xlarge]},c={[r.vertical]:[i.small,i.medium,i.large],[r.horizontal]:[i.medium,i.large],[r.overlay]:[]},u={[r.vertical]:l,[r.horizontal]:o,[r.overlay]:a},p={[r.vertical]:[i.medium,i.large],[r.horizontal]:[i.medium,i.large],[r.overlay]:[i.medium,i.large]}},17042:function(e,t,n){"use strict";n.d(t,{l:function(){return y},K:function(){return w}});var i=n(53197),r=n(59657),a=n(36672),o=n(67125);let l=e=>t=>{t instanceof TouchEvent&&e(t)};var s=n(41371),d=n(89765);let c=e=>{let{onPrev:t,onNext:n,items:r,current:o,inverted:l,length:c,step:u}=e,p=r.findIndex(e=>e.id===o),g=p+u>=r.length,m=p-u<0&&0!==p;return(0,i.jsxs)("div",{className:"ids-carousel__navigation",children:[(0,i.jsx)(s.Button,{icon:d.ArrowHeadLeftIcon,variant:"secondary",onClick:()=>void(null==t||t())}),(0,i.jsx)("div",{className:"ids-carousel__navigation-container",children:!(0,a.xb)(r)&&r.map((e,t)=>{let n=!(t%u)&&1!==u,a=t<=r.length-c&&1===u;return(n||a)&&(0,i.jsx)("div",{"data-index":t,className:"ids-carousel__navigation-indicator ".concat(e.id===o||m&&t===u||g&&t===r.length-r.length%c?"ids-carousel__navigation-indicator--selected":"")},e.id)})}),(0,i.jsx)(s.Button,{icon:d.ArrowHeadRightIcon,variant:"secondary",onClick:()=>void(null==n||n())})]})},u=(e,t)=>"translateX(calc(-1 * ".concat(e+2*t+2," * (100% + var(--carousel-placeholders-gap-medium))))"),p=(e,t)=>"translateX(calc(-1 * ".concat(e," * (100% + var(--carousel-placeholders-gap-medium))))"),g=(e,t)=>"translateX(calc(-1 * ".concat(e+t," * (100% + var(--carousel-placeholders-gap-medium))))"),m=(e,t)=>"translateX(calc(-1 * ".concat(e-t," * (100% + var(--carousel-placeholders-gap-medium))))"),h=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:3;return e.map((e,i)=>({transform:i>=t&&i6&&void 0!==arguments[6]?arguments[6]:0;for(let l=0;l=e.length,d=s?n-l-1:t+l,c=s?t-e.length+o:t+o;e[d].transform=r(c,i),e[d].transition=a}},b=function(e,t,n,i,r,a){let o=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;for(let l=0;l{e.forEach((e,t)=>{e.transform=u(t,r),e.transition="none"});let a=t-r<0?e.length-r+t:t-r;return"before"===n?(x(e,a,i,r,p,"none"),x(e,t,i,r,m,"none"),[...e]):"pending"===n?(x(e,a,i,r,g,void 0),x(e,t,i,r,p,void 0),[...e]):"none"===n?(x(e,a,i,r,u,"none"),x(e,t,i,r,p,"none"),[...e]):e},j=(e,t,n,i,r)=>{e.forEach((e,t)=>{e.transform=u(t,r),e.transition="none"});let a=(e.length,t+r);return"before"===n?(b(e,a,i,r,p,"none"),b(e,t,i,r,g,"none"),[...e]):"pending"===n?(b(e,a,i,r,m,void 0),b(e,t,i,r,p,void 0),[...e]):"none"===n?(b(e,a,i,r,u,"none"),b(e,t,i,r,p,"none"),[...e]):e},f=(e,t,n,i,r,a)=>t<0||t>=e.length?e:"next"===i?M(e,t,n,r,a):"prev"===i?j(e,t,n,r,a):e;var C=n(81789);n(94049);let y=e=>{var t;let{items:n=[],size:s="medium",autoRotate:d=!0,autoRotateTime:u=7e3,length:p=3,step:g=1,inverted:m=!1,shadow:x=!1}=e,[b,M]=(0,r.useState)(0),[j,C]=(0,r.useState)(h(n,0,p)),[y,v]=(0,r.useState)("end"),[I,w]=(0,r.useState)(!0),[L,D]=(0,r.useState)(u),k=(0,r.useRef)(null),S=n.length<=1,A=async(e,t,n)=>{v("before"),C(f(j,e,"before",t,p,n)),await (0,a.Vs)(20),v("pending"),C(f(j,e,"pending",t,p,n)),await (0,a.Vs)(600),v("end"),C(f(j,e,"none",t,p,n))},z=async()=>{w(!0);let e=0===b,t=b-g<0,i=1===g&&0===b,r=0;r=i?n.length-p:e?n.length-g:t?b-n.length%p:b-g;let a=g;i?a=p:!e&&t&&(a=n.length%p),M(r),await A(r,"prev",a)},T=async()=>{w(!0);let e=n.length%p&&b+2*g>=n.length,t=b+g>=n.length,i=1===g&&b+p-1==n.length-1,r=0;r=t||i?0:e?b+n.length%p:b+g;let a=g;i?a=p:e&&!t&&(a=n.length%p),M(r),await A(r,"next",a)},O=e=>()=>(D(e=>e===u?u-1:u),e()),E=e=>b+p=b&&e=b||evoid T(),d&&I&&!S?L:null),t={onSwipeLeft:O(T),onSwipeRight:O(z)},(0,r.useEffect)(()=>{let e=0,n=0,i=0,r=0,a=Math.tan(.375*Math.PI),o=k.current||document,s=()=>{var o,l,s,d;let c=i-e,u=r-n;Math.abs(u/c)<=a&&(c<0?null===(o=t.onSwipeLeft)||void 0===o||o.call(t):null===(l=t.onSwipeRight)||void 0===l||l.call(t)),Math.abs(c/u)<=a&&(u<0?null===(s=t.onSwipeTop)||void 0===s||s.call(t):null===(d=t.onSwipeBottom)||void 0===d||d.call(t))},d=l(t=>{e=t.changedTouches[0].screenX,n=t.changedTouches[0].screenY}),c=l(e=>{i=e.changedTouches[0].screenX,r=e.changedTouches[0].screenY,s()});return o.addEventListener("touchstart",d,!1),o.addEventListener("touchend",c,!1),()=>{o.removeEventListener("touchstart",d),o.removeEventListener("touchend",c)}},[t,k]),(0,i.jsxs)("div",{ref:k,className:(0,a.c)(m?"carousel--inverted":"carousel","ids-carousel",x&&"ids-carousel--shadow","ids-carousel--".concat(s),"ids-carousel--".concat(y)),style:{"--carousel-length":p},children:[(0,i.jsx)("div",{className:"ids-carousel__container",children:n.map((e,t)=>(0,i.jsx)(N,{className:(0,a.c)("ids-carousel__item",E(t)?"ids-carousel__item--active":""),style:{...j[t]},onPlayVideo:()=>{w(!1)},onEndVideo:()=>{w(!0)},children:e.content},"".concat(e.id)))}),n.length>1&&(0,i.jsx)(c,{items:n,current:b>=n.length?n[0].id:b<0?n[n.length-1].id:n[b].id,inverted:m,length:p,step:g,onPrev:O(z),onNext:O(T)})]})},N=e=>{let{onPlayVideo:t,onEndVideo:n,...a}=e,o=function(e,t){let{getInstance:n}=(0,C.dT)(),[i,a]=(0,r.useState)(!1),o=(0,r.useRef)(null),l=(0,r.useRef)(null),s=(0,r.useRef)(null),d=(0,r.useCallback)(()=>{a(!0),e()},[e]),c=(0,r.useCallback)(()=>{t()},[t]),u=()=>{if(o.current&&!l.current&&(o.current.addEventListener("ended",c),o.current.addEventListener("play",d)),l.current){var e,t,n;let i=l.current;null===(e=i.fixPlayerInstance)||void 0===e||e.call(i),null===(t=i.player)||void 0===t||t.on("ended",c),null===(n=i.player)||void 0===n||n.on("videoplayed",d)}},p=(0,r.useCallback)(()=>{if(o.current&&(o.current.removeEventListener("ended",c),o.current.removeEventListener("play",d)),l.current){var e,t,n;let i=l.current;null===(e=i.fixPlayerInstance)||void 0===e||e.call(i),null===(t=i.player)||void 0===t||t.off("ended",c),null===(n=i.player)||void 0===n||n.off("videoplayed",d)}},[c,d]),g=(e,t)=>{setTimeout(()=>{t?t.pause():e.pause()},100)},m=(e,t)=>{setTimeout(()=>{t?t.play():e.play()},100)},h=e=>{let t=e.classList.contains("ids-carousel__item--active"),r=e.querySelector("video");if(!r)return;let a=n(r);t?(o.current=r,l.current=a||null,u(),i||m(r,a)):g(r,a)},x=e=>{let t=e.closest(".ids-carousel__item--active"),r=n(e);o.current=e,l.current=r||null,u(),t?i||m(e,r):g(e,r)},b=e=>{e.forEach(e=>{let t=e.target,n=t.classList.contains("ids-carousel__item"),i="VIDEO"===t.tagName;return n?h(t):i?x(t):void 0})};return(0,r.useEffect)(()=>{if(!s.current)return;let e=new MutationObserver(b);return e.observe(s.current,{attributes:!0,attributeFilter:["class"],subtree:!0}),()=>{e.disconnect()}},[s,i]),(0,r.useEffect)(()=>()=>{p()},[p]),s}(t,n);return(0,i.jsx)("div",{ref:o,...a})};var v=n(46269),I={src:"/_static/1743420347/_next/static/media/carousel_background.faa512cd.jpg",height:1080,width:1920,blurDataURL:"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoKCgoKCgsMDAsPEA4QDxYUExMUFiIYGhgaGCIzICUgICUgMy03LCksNy1RQDg4QFFeT0pPXnFlZXGPiI+7u/sBCgoKCgoKCwwMCw8QDhAPFhQTExQWIhgaGBoYIjMgJSAgJSAzLTcsKSw3LVFAODhAUV5PSk9ecWVlcY+Ij7u7+//CABEIAAUACAMBIgACEQEDEQH/xAAoAAEBAAAAAAAAAAAAAAAAAAAABQEBAQAAAAAAAAAAAAAAAAAAAgX/2gAMAwEAAhADEAAAALgoP//EABoQAQEAAgMAAAAAAAAAAAAAAAIBBBEAAxT/2gAIAQEAAT8AxMrt8qbValV2rvn/xAAaEQACAgMAAAAAAAAAAAAAAAACBAEDABMy/9oACAECAQE/AEkEnCZtYVptPZ0YROf/xAAbEQEAAgIDAAAAAAAAAAAAAAACAQMAEQQSof/aAAgBAwEBPwDn9q7Aa26zqZ0HJjzP/9k=",blurWidth:8,blurHeight:5};let w=e=>{let{children:t,size:n,preload:r}=e;return(0,i.jsxs)("div",{className:"ids-carousel__background ids-carousel__background--".concat(n),children:[(0,i.jsx)(v.dD,{src:I.src||I,alt:"Halo tu Polsat",preload:null!=r&&r,loading:r?"eager":"lazy",attachmentId:"",frameClass:"C0"}),(0,i.jsx)("div",{className:"ids-carousel__background-container",children:t})]})}},84537:function(e,t,n){"use strict";n.d(t,{bN:function(){return h},Dn:function(){return o},$P:function(){return a},RJ:function(){return x}});var i,r,a,o,l=n(53197),s=n(59657),d=n(36672);(i=a||(a={})).RELATIVE="relative",i.DATE="date",i.TIME="time",(r=o||(o={})).LONG="long",r.SHORT="short";let c=(e,t)=>(0,d.p6)(e,t)||e.toISOString();var u=function(e,t,n){let{locales:i="pl",overwriteCurrentDateTime:r}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=r||new Date,o=(0,d.Ot)(e),l=(0,d.z1)(o,a),s=o.getDay()-a.getDay(),u=new Intl.RelativeTimeFormat(i,{numeric:"auto",style:n}),p="";if(Math.abs(l)>=1728e5)return c(o,t);switch(s){case 1:{let e=u.format(1,"day"),n=c(o,(0,d.ei)(["hour","minute"],t));p="".concat(e,", ").concat(n);break}case 0:{if(l<=36e5&&l>0){p=u.format(0|-(0,d.xM)(l),"minutes");break}let e=u.format(0,"day"),n=c(o,(0,d.ei)(["hour","minute"],t));p="".concat(e,", ").concat(n);break}case -1:{let e=u.format(-1,"day"),n=c(o,(0,d.ei)(["hour","minute"],t));p="".concat(e,", ").concat(n);break}default:p=c(o,t)}return p};let p={[o.LONG]:{day:"numeric",month:"long",year:"numeric",hour:"2-digit",minute:"2-digit"},[o.SHORT]:{day:"2-digit",month:"2-digit",year:"numeric",hour:"2-digit",minute:"2-digit"}},g={[o.LONG]:{day:"numeric",month:"long",year:"numeric"},[o.SHORT]:{day:"2-digit",month:"2-digit",year:"numeric"}},m={[o.LONG]:{hour:"2-digit",minute:"2-digit"},[o.SHORT]:{hour:"2-digit",minute:"2-digit"}},h={[a.RELATIVE]:p,[a.DATE]:g,[a.TIME]:m},x=s.memo(e=>{let{date:t,format:n=a.RELATIVE,form:i=o.SHORT}=e;if((0,d.yF)())return(0,l.jsx)("time",{"data-testid":"publish-date",dateTime:t,suppressHydrationWarning:!0});if(!Intl.DateTimeFormat||!Intl.RelativeTimeFormat)return(0,l.jsx)("time",{"data-testid":"publish-date",dateTime:t,suppressHydrationWarning:!0,children:t});if(n===a.RELATIVE){let e=t;return e=u(t,h[n][i],i),(0,l.jsx)("time",{dateTime:t,"data-testid":"publish-date",suppressHydrationWarning:!0,children:e})}let r=(0,d.p6)(t,h[n][i]);return(0,l.jsx)("time",{dateTime:t,"data-testid":"publish-date",suppressHydrationWarning:!0,children:r||t})});x.displayName="DateHolder",n(67125)},81984:function(e,t,n){"use strict";n.d(t,{iz:function(){return h}});var i,r,a,o,l,s,d=n(4759),c=n(43618);(i=o||(o={})).VISUAL="presentation",i.SEMANTIC="separator",(r=l||(l={})).START="start",r.CENTER="center",(a=s||(s={})).DEFAULT="default",a.WITH_ACCENTED="with_accented",a.ONLY_ACCENTED="only_accented";let u={[s.DEFAULT]:(0,d.iv)(["background-color:",";"],c.XfZ),[s.WITH_ACCENTED]:(0,d.iv)(["background-color:",";&::before{content:'';position:absolute;border:inherit;border-color:",";}"],c.XfZ,c.BQK),[s.ONLY_ACCENTED]:(0,d.iv)(["background-color:transparent;&::before{content:'';position:absolute;border:inherit;border-color:",";}"],c.BQK)},p={small:c.tS5,medium:c.UDK,large:c.CrZ},g={small:c.Q1D,medium:c.qFe,large:c.D_$},m=[{[l.START]:(0,d.iv)(["top:0;left:0;transform:none;"]),[l.CENTER]:(0,d.iv)(["top:0;left:50%;transform:translateX(-50%);"])},{[l.START]:(0,d.iv)(["top:0;right:0;transform:none;"]),[l.CENTER]:(0,d.iv)(["top:50%;right:0;transform:translateY(-50%);"])}],h=d.ZP.hr.attrs(e=>({role:e.role||o.VISUAL})).withConfig({componentId:"sc-554d420c-0"})(["position:relative;display:block;overflow:visible;border:none;",""],e=>{let{$variants:t=s.DEFAULT,$isVertical:n=!1,$thickness:i="small",$accentPosition:r=l.CENTER,$accentWidth:a="medium"}=e;return[u[t],n?(0,d.iv)(["width:0px;height:100%;border-left:",";"],p[i]):(0,d.iv)(["width:100%;border-bottom:",";"],p[i]),t!==s.DEFAULT&&(0,d.iv)(["&::before{"," :",";","}"],n?"height":"width",g[a],m[+n][r])]})},15546:function(e,t,n){"use strict";n.d(t,{d:function(){return v}});var i,r,a=n(53197),o=n(59657),l=n(36672);let s=e=>{if(e instanceof MouseEvent||e instanceof PointerEvent)return{x:e.clientX,y:e.clientY};let t=e.changedTouches&&e.changedTouches[0];return t?{x:t.clientX,y:t.clientY}:{x:0,y:0}};var d=n(34741),c=n(23182),u=n(41371),p=n(89765),g=n(4759),m=n(43618),h=n(66278);let x=(0,g.iv)(["box-shadow:0 0 0 100vmax var(--backdrop-shadow-color,#040a18b3);"]);var b=n(23257);(i=r||(r={})).RIGHT="right",i.LEFT="left",i.BOTTOM="bottom",i.TOP="top",i.CENTER="center";let M={small:m.CsX,medium:m.eHm},j={small:m.i4d,medium:m.p_},f=g.ZP.div.withConfig({componentId:"sc-d8683912-0"})(["position:fixed;top:0;"," --backdrop-shadow-color:",";",";"],x,m.yfU,e=>{let{$show:t}=e;return b.oQ.fade[t?"in":"out"]}),C=g.ZP.div.withConfig({componentId:"sc-d8683912-1"})(["overflow-y:auto;overscroll-behavior:contain;"," height:100%;margin:0;padding:0;"],h.E),y={small:(0,g.iv)(["gap:",";padding:",";border-bottom:",";box-shadow:",";& h2{"," margin:",";width:100%;}"],m.yZK.gap,m.yZK.padding,m.yZK.borderBottom,m.yZK.boxShadow,m.T9D.typography,m.T9D.padding),medium:(0,g.iv)(["gap:",";padding:",";border-bottom:",";box-shadow:",";& h2{"," margin:",";width:100%;}"],m.nHu.gap,m.nHu.padding,m.nHu.borderBottom,m.yZK.boxShadow,m.w25.typography,m.w25.padding)},N=g.ZP.div.withConfig({componentId:"sc-d8683912-2"})(["position:fixed;display:flex;flex-flow:column nowrap;background-color:",";z-index:100000;"," ",""],m.LKc,e=>{let{$size:t="medium"}=e;return(0,g.iv)(["& > header{position:relative;display:flex;justify-content:flex-end;align-items:flex-start;color:",";background-color:",";","}"],m.BYs,m.GJZ,y[t])},e=>{let{$show:t=!1,$size:n="medium",$position:i=r.RIGHT,$dimension:a={width:0,height:0}}=e;return({[r.RIGHT]:(0,g.iv)(["bottom:0;right:0;width:100vw;height:",";@media only screen and (min-width:768px){width:",";}",";box-shadow:",";border-left:",";"],a.height||"100dvh",a.width||"360px",b.oQ.slide.fromRight[t?"in":"out"],j[n],M[n]),[r.LEFT]:(0,g.iv)(["bottom:0;left:0;width:100vw;height:",";@media only screen and (min-width:768px){width:",";}",";box-shadow:",";border-right:",";"],a.height||"100dvh",a.width||"360px",b.oQ.slide.fromLeft[t?"in":"out"],j[n],M[n]),[r.BOTTOM]:(0,g.iv)(["bottom:0;left:0;width:100%;height:",";",";box-shadow:",";border-top:",";"],a.height||"500px",b.oQ.slide.fromDown[t?"in":"out"],j[n],M[n]),[r.TOP]:(0,g.iv)(["top:0;left:0;width:100%;height:",";",";box-shadow:",";border-bottom:",";"],a.height||"500px",b.oQ.slide.fromUp[t?"in":"out"],j[n],M[n]),[r.CENTER]:(0,g.iv)(["width:",";height:",";top:50%;left:50%;transform:translate(-50%,-50%);",";box-shadow:",";border:none;"],a.width||"50vw",a.height||"450px",b.oQ.fade[t?"in":"out"],j[n])})[i]}),v=e=>{let{uuid:t,show:n,position:i,dimension:g,size:m="medium",title:h="",withBackdrop:x,outsideClickClose:b=!0,modalContent:M,closeFn:j,className:y,...v}=e,I=(0,o.useRef)(null),w=(0,o.useRef)(null),L=(0,o.useRef)({x:0,y:0});(0,d.O)(I,e=>{n&&b&&(e.stopPropagation(),j())}),(0,c.e)(e=>{n&&(e.stopPropagation(),j())}),(0,o.useEffect)(()=>{var e;n&&(null===(e=w.current)||void 0===e||e.focus())},[n]);let D=(0,o.useCallback)(e=>{n&&(L.current=s(e.nativeEvent))},[n]),k=(0,o.useCallback)(e=>{let t=e.nativeEvent instanceof MouseEvent,a=s(e.nativeEvent),o={x:L.current.x-a.x,y:L.current.y-a.y};if(n)switch(!0){case i===r.RIGHT&&o.x<-150:case i===r.RIGHT&&o.x>150:j();break;case i===r.TOP&&o.y>150:(I.current&&(0,l.lU)(I.current)||t)&&j();break;case i===r.BOTTOM&&o.y<-150:var d;((null===(d=I.current)||void 0===d?void 0:d.scrollTop)===0||t)&&j()}},[L,i,n,j]);return(0,a.jsxs)("div",{role:"presentation",className:y,children:[x&&(0,a.jsx)(f,{$show:n}),(0,a.jsxs)(N,{ref:I,id:t,role:"dialog","aria-modal":"true",title:h,"aria-label":h,"aria-hidden":!n,$show:n,$position:i,$dimension:g,$size:m,onMouseDown:D,onMouseUp:k,onTouchStart:D,onTouchEnd:k,onTouchCancel:k,...v,children:[(0,a.jsxs)("header",{children:[(0,a.jsx)("h2",{children:h}),(0,a.jsx)(u.Button,{"aria-label":"close side navigation",title:'close "'.concat(h,'" side popup'),role:"menu",variant:"ghost",size:m,icon:p.CloseIcon,selected:n,onClick:j})]}),(0,a.jsx)(C,{ref:w,tabIndex:n?-1:0,children:"function"==typeof M?M():M})]})]})}},99701:function(e,t,n){"use strict";n.d(t,{L:function(){return c}});var i=n(53197),r=n(59657),a=n(34741),o=n(74758),l=n(4759),s=n(66278);let d=l.ZP.div.withConfig({componentId:"sc-3bd1aafc-0"})(["position:absolute;max-height:",";min-width:",";max-width:",";margin-top:",";margin-left:",";overflow-y:auto;overscroll-behavior:contain;z-index:999;",""],e=>{let{$dimension:t}=e;return(null==t?void 0:t.height)||"75dvh"},e=>{let{$dimension:t}=e;return(null==t?void 0:t.width)||"250px"},e=>{let{$dimension:t}=e;return(null==t?void 0:t.width)||"290px"},e=>{let{$position:t}=e;return(null==t?void 0:t.y)||"0px"},e=>{let{$position:t}=e;return(null==t?void 0:t.x)||"0px"},s.E),c=e=>{let{tagName:t="div",tagClassName:n,clickActivation:l,manualActivation:s,triggerComponent:c,dimension:u,position:p,children:g,hidden:m,...h}=e,x=(0,r.useRef)(null),[b,M]=(0,r.useState)(!1);(0,a.O)(x,()=>{(l||s)&&b&&M(!1)});let j=(0,o.I)(()=>M(e=>!e));return(0,i.jsxs)(t,{ref:x,"aria-haspopup":"menu","aria-expanded":b,className:n,hidden:m,...!l&&!s&&{onMouseOver:()=>M(!0),onFocus:()=>M(!0),onMouseLeave:()=>M(!1),onBlur:()=>M(!1)},children:["function"==typeof c?c({active:b,toggle:j,setShow:M}):c,(0,i.jsx)(d,{...h,role:"presentation",style:{display:b?"block":"none"},$dimension:u,$position:p,children:g})]})}},22103:function(e,t,n){"use strict";n.r(t),n.d(t,{Footer:function(){return Z}});var i=n(53197),r=n(59657),a=n(33648),o=n(81984),l=n(32808),s=n(36672),d=n(81034),c=n(4759),u=n(39580);let p=(0,c.ZP)(u.s).withConfig({componentId:"sc-9ce8cec4-0"})([""]);var g=n(28355);let m=c.ZP.span.withConfig({componentId:"sc-d207524d-0"})(["display:block;text-align:center;& a{","}"],g.v);n(95008),n(1453);var h=n(19514);let x=[[{id:"402d9fc7q",name:"Polsat Box Go",alt:null,url:"https://polsatboxgo.pl/",target:null},{id:"aa672ae4w",name:"Wiadomości",alt:null,url:"https://www.polsatnews.pl/",target:null},{id:"9e2dead6e",name:"Sport",alt:null,url:"https://www.polsatsport.pl/",target:null},{id:"c67becb0r",name:"Pogoda",alt:null,url:"https://www.twojapogoda.pl/",target:null},{id:"8a4060fbt",name:"Eleven Sports",alt:null,url:"https://www.elevensports.pl/",target:"_blank"},{id:"1f741b39y",name:"Geek Week",alt:null,url:"https://www.geekweek.pl/",target:"_blank"},{id:"1f741b39u",name:"Plus",alt:null,url:"https://www.plus.pl/",target:"_blank"},{id:"1f741b39i",name:"Polsat Box",alt:null,url:"http://polsatbox.pl/",target:"_blank"}],[{id:"402d9fc7a",name:"Interia",alt:null,url:"https://interia.pl",target:null},{id:"aa672ae4s",name:"Poczta",alt:null,url:"https://poczta.interia.pl/",target:null},{id:"wa672aess",name:"Pogoda",alt:null,url:"https://pogoda.interia.pl/",target:null},{id:"9e2dead6d",name:"Na żywo",alt:null,url:"https://sport.interia.pl/na-zywo",target:null},{id:"c67becb0f",name:"Program TV",alt:null,url:"https://programtv.interia.pl/",target:null},{id:"8a4060fbg",name:"Horoskop",alt:null,url:"https://kobieta.interia.pl/horoskopy",target:"_blank"},{id:"1f741b39h",name:"Plotki",alt:null,url:"https://www.pomponik.pl/",target:"_blank"},{id:"1f741b39j",name:"Wydarzenia",alt:null,url:"https://wydarzenia.interia.pl/",target:"_blank"},{id:"1re41b39k",name:"Sport",alt:null,url:"https://sport.interia.pl/",target:"_blank"},{id:"1fte1b39k",name:"Biznes",alt:null,url:"https://biznes.interia.pl/",target:"_blank"},{id:"1f741b39k",name:"Motoryzacja",alt:null,url:"https://motoryzacja.interia.pl/",target:"_blank"},{id:"1f741b39l",name:"Zdrowie",alt:null,url:"https://zdrowie.interia.pl/",target:"_blank"},{id:"1f741b39z",name:"Seriale",alt:null,url:"https://swiatseriali.interia.pl/",target:"_blank"},{id:"1f741b39x",name:"Top.pl",alt:null,url:"https://top.pl/",target:"_blank"},{id:"1f741b39c",name:"Skul.pl",alt:null,url:"https://skul.pl/",target:"_blank"},{id:"1f741b39v",name:"Muzyka",alt:null,url:"https://muzyka.interia.pl/",target:"_blank"}]],b=e=>{let{description:t,size:n,nestedDivider:r}=e;return(0,i.jsxs)("div",{className:(0,s.c)("ids-footer__extended","ids-footer__extended--".concat(n)),children:[t&&(0,i.jsx)(h.Paragraph,{size:n,variant:"default",children:t}),x&&(0,i.jsx)("div",{className:(0,s.c)("ids-footer__links-block","ids-footer__links-block--".concat(n)),children:x.map((e,t)=>(0,i.jsxs)("nav",{children:[(0,i.jsx)("span",{className:"ids-footer__htp__label",children:0===t?"Polecamy":"Serwisy Interia.pl"}),e.map(e=>{var t,n;return(0,i.jsx)(p,{className:"ids-footer__menu-item",type:"link",size:"small",title:null!==(t=e.alt)&&void 0!==t?t:"",triggerProps:{href:e.url,target:null!==(n=e.target)&&void 0!==n?n:""},children:e.name},e.id)})]},e[0].id))}),r&&(0,i.jsx)(o.iz,{})]})};var M=n(846),j=n(46275);n(79441);var f=e=>{let t=e.as||"div",{layout:n="grid",className:r,children:a}=e,o=(0,s.c)("wrapper","wrapper-".concat(n),e.align&&"align-".concat(e.align),e.justify&&"justify-".concat(e.justify),"direction"in e&&e.direction&&"flex-dir-".concat(e.direction),"wrap"in e&&e.wrap&&"flex-wrap-".concat(e.wrap),void 0!==e.colSpan?"col-span":(void 0!==e.colStart||void 0!==e.colEnd)&&"col-start-end",void 0!==e.rowSpan?"row-span":(void 0!==e.rowStart||void 0!==e.rowEnd)&&"row-start-end",r),l={...e.style};return Object.entries({"--col-span":e.colSpan,"--row-span":e.rowSpan,"--col-start":e.colStart,"--col-end":e.colEnd,"--row-start":e.rowStart,"--row-end":e.rowEnd}).forEach(e=>{let[t,n]=e;void 0!==n&&(l[t]=n)}),"grid"===n&&("columns"in e&&void 0!==e.columns&&(l["--grid-cols"]=e.columns),"rows"in e&&void 0!==e.rows&&(l["--grid-rows"]=e.rows)),(0,i.jsx)(t,{className:o,style:l,children:a})};n(48930),n(17633),n(93207);let C=(e,t)=>(0,s.c)((null==e?void 0:e.top)&&"border-top",(null==e?void 0:e.bottom)&&"border-bottom",(null==e?void 0:e.left)&&"border-left",(null==e?void 0:e.right)&&"border-right",(null==t?void 0:t.all)&&"rounded",(null==t?void 0:t.size)&&"rounded-".concat(null==t?void 0:t.size),(null==t?void 0:t.top)&&"rounded-top",(null==t?void 0:t.bottom)&&"rounded-bottom",(null==t?void 0:t.left)&&"rounded-left",(null==t?void 0:t.right)&&"rounded-right",(null==t?void 0:t.topLeft)&&"rounded-tl",(null==t?void 0:t.topRight)&&"rounded-tr",(null==t?void 0:t.bottomRight)&&"rounded-br",(null==t?void 0:t.bottomLeft)&&"rounded-bl"),y=e=>{let{children:t,paddingTop:n=!0,paddingBottom:r=!0,paddingHorizontal:a=!0,marginBottom:o=!0,gaps:l=!0,width:d="full",backgroundVariant:c,border:u,boxShadow:p,borderRadius:g,mode:m,className:h,style:x}=e;return(0,i.jsx)("div",{className:(0,s.c)("container","ids-container-v2-wrapper",!m&&o&&"margin-bottom",m&&o&&"margin-bottom-inverted",l&&"gaps",d&&"width-".concat(d),c&&"background-".concat(c),!m&&p&&"box-shadow-".concat(p),!m&&C(u,g),h),children:(0,i.jsx)("div",{className:(0,s.c)("container","ids-container-v2",m&&"container--".concat(m),m&&"container--with-mode",n&&"padding-top",r&&"padding-bottom",a&&"padding-horizontal",l&&"gaps",d&&"width-".concat(d),c&&"background-".concat(c),m&&p&&"box-shadow-".concat(p),m&&C(u,g)),style:x,children:t})})},N=e=>(0,i.jsx)(f,{className:"slot-v2",...e}),v=e=>(0,i.jsx)(f,{className:"slot-group-v2",layout:"grid",...e}),I=e=>(0,i.jsx)(f,{className:"section-v2",layout:"flex",...e}),w=e=>(0,i.jsx)(f,{className:"slot-group-v2",layout:"flex",...e});var L=n(89765),D=n(84194),k=n(67125);let S=()=>(0,i.jsxs)("svg",{width:"126",height:"49",viewBox:"0 0 126 49",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsxs)("g",{clipPath:"url(#clip0_4711_358)",children:[(0,i.jsx)("path",{d:"M107.622 20.1867C107.821 21.1611 109.141 25.9718 109.434 26.622C109.942 27.7404 110.625 28.4105 112.751 28.4068C114.914 28.4068 120.681 27.0885 121.528 26.7156C122.966 26.0816 123.623 24.6714 123.502 23.0324C123.344 21.669 123.012 20.3326 122.514 19.0592C122.116 17.9786 121.053 15.1166 117.718 14.8195C115.215 14.643 112.702 14.9978 110.336 15.8623C109.443 16.1901 107.021 17.2527 107.622 20.1867ZM118.795 15.9217C119.422 16.0028 120.505 16.1018 121.437 18.2451C122.036 19.65 122.448 21.1341 122.659 22.6542C122.877 24.1149 122.177 24.6768 121.533 24.8803C120.252 25.2856 115.171 26.3212 112.978 26.4599C111.95 26.5247 111.042 25.9646 110.724 25.1325C110.525 24.6102 109.308 19.686 109.308 19.686C108.936 18.1533 109.975 17.2221 111.326 16.8313C115.445 15.6408 117.978 15.8155 118.802 15.9271L118.795 15.9217Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M121.647 22.8883C118.914 23.5223 115.927 24.1077 112.732 24.5255L111.232 18.4739C113.973 17.4869 116.926 16.8727 119.841 17.114C120.955 18.8629 121.605 22.656 121.647 22.8883Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M121.556 31.339C119.714 32.7997 114.106 34.1145 110.457 33.232C103.939 31.6578 103.721 23.326 103.721 23.326H103.664C103.323 27.319 104.488 30.8635 107.086 32.8717C107.953 33.5634 108.942 34.0803 109.996 34.3937C111.085 34.7124 112.316 34.8277 113.811 34.7539C117.022 34.5918 120.178 33.2374 121.578 31.3606L121.556 31.339Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M123.935 26.5769C123.726 26.9984 123.148 27.8089 121.336 28.5419C119.523 29.275 115.962 30.0548 113.205 30.1845C111.4 30.2692 108.339 29.945 107.444 26.694C107.22 25.8871 106.007 21.5825 105.972 20.2587C105.883 16.7935 109.174 15.3238 109.434 15.2157C109.181 15.2914 106.178 16.2621 105.01 19.9562C104.311 22.1859 105.856 27.283 106.44 28.4951C107.873 31.4759 110.75 31.8974 112.006 32.0018C115.335 32.2774 119.466 31.3444 122.217 29.4461C123.157 28.7743 123.797 27.7441 124 26.5842L123.935 26.5769Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M72.7487 19.3492C70.5454 19.3492 69.4716 20.4569 69.222 22.6704L69.0125 22.6506L69.3948 18.717V15.6732H66.4058V30.0278H69.3372L69.1521 28.1853L69.3529 28.1745C69.7021 29.401 70.7147 30.3106 72.6108 30.3106C75.2943 30.3106 77 28.1151 77 24.8335C77 21.5519 75.2978 19.3492 72.7487 19.3492ZM71.8286 27.7134C70.2189 27.7134 69.3564 26.7048 69.3564 24.8317C69.3564 22.9586 70.2189 21.95 71.8286 21.95C73.4384 21.95 74.2624 22.9586 74.2624 24.8317C74.2624 26.7048 73.4192 27.7152 71.8286 27.7152V27.7134Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M83.4197 19.3492C80.2771 19.3492 78.182 21.5249 78.182 24.8263C78.182 28.1277 80.2771 30.3034 83.4197 30.3034C86.5624 30.3034 88.6575 28.1277 88.6575 24.8263C88.6575 21.5249 86.5641 19.3492 83.4197 19.3492ZM83.4197 27.6936C81.7908 27.6936 80.9283 26.7048 80.9283 24.8263C80.9283 22.9478 81.7908 21.959 83.4197 21.959C85.0487 21.959 85.9129 22.9676 85.9129 24.8263C85.9129 26.685 85.0504 27.6954 83.4197 27.6954V27.6936Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M98.6441 19.6284H95.4823L93.7084 22.6848L91.9171 19.6284H88.6208L92.0638 24.8101L88.6208 30.0278H91.7652L93.6159 26.8669L95.5015 30.0278H98.7593L95.2658 24.7038L98.6441 19.6284Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M6.34465 19.3492C4.14131 19.3492 3.06757 20.4569 2.8179 22.6704L2.60665 22.6506L2.89472 19.6266H0V33.8551H2.99075V30.5609L2.74807 28.1853L2.95234 28.1691C3.30152 29.3956 4.31241 30.3052 6.21021 30.3052C8.89368 30.3052 10.5994 28.1097 10.5994 24.8281C10.5994 21.5465 8.89368 19.3492 6.34465 19.3492ZM5.42455 27.7134C3.81482 27.7134 2.95234 26.7048 2.95234 24.8317C2.95234 22.9586 3.81482 21.95 5.42455 21.95C7.03428 21.95 7.85836 22.9586 7.85836 24.8317C7.85836 26.7048 7.02381 27.7152 5.42455 27.7152V27.7134Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M17.1344 19.3492C13.9917 19.3492 11.8967 21.5249 11.8967 24.8263C11.8967 28.1277 13.9917 30.3034 17.1344 30.3034C20.277 30.3034 22.3721 28.1277 22.3721 24.8263C22.3721 21.5249 20.277 19.3492 17.1344 19.3492ZM17.1344 27.6936C15.5055 27.6936 14.643 26.7048 14.643 24.8263C14.643 22.9478 15.5055 21.959 17.1344 21.959C18.7633 21.959 19.6258 22.9676 19.6258 24.8263C19.6258 26.685 18.7633 27.6954 17.1344 27.6954V27.6936Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M27.6605 27.5369C27.0285 27.5369 26.7212 27.1407 26.7212 26.3896V15.6732H23.8858V26.8399C23.8858 28.9742 24.9578 30.2998 26.9133 30.2998C27.6605 30.3124 28.4025 30.1503 29.0799 29.8243L28.8303 27.2542C28.4636 27.4307 28.0656 27.5279 27.6605 27.5369Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M36.0409 23.7006L33.7991 23.1603C33.0903 23.0018 32.8598 22.8235 32.8598 22.4399C32.8598 21.8995 33.3016 21.687 34.3735 21.687C35.6114 21.7068 36.8318 21.9914 37.9579 22.5191L38.2076 19.967C37.0046 19.5455 35.7406 19.3366 34.4696 19.3492C31.8053 19.3492 30.2148 20.5559 30.2148 22.5713C30.2148 24.2535 30.962 25.1811 32.6591 25.6332L34.9026 26.2257C35.7755 26.4635 36.0322 26.6616 36.0322 27.1155C36.013 27.7098 35.6114 27.9061 34.4416 27.9061C32.9471 27.9061 31.7774 27.69 30.6286 27.1749L30.3597 29.8045C31.395 30.1647 32.5438 30.2998 34.4416 30.2998C37.0867 30.2998 38.6772 29.1327 38.6772 26.9372C38.6859 25.3018 37.9265 24.1563 36.0409 23.7006Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M47.8468 21.2331L47.6355 21.2493C47.1798 20.1219 46.3715 19.3492 44.4544 19.3492C41.7134 19.3492 39.9901 21.5447 39.9901 24.8263C39.9901 28.1079 41.6942 30.3034 44.2432 30.3034C46.4483 30.3034 47.522 29.0967 47.7699 26.7444L47.9882 26.7643L47.6547 30.026H50.5878V19.6284H47.6931L47.8468 21.2331ZM45.1633 27.717C43.5728 27.717 42.7295 26.7084 42.7295 24.8353C42.7295 22.9622 43.5728 21.9536 45.1633 21.9536C46.7538 21.9536 47.6355 22.9622 47.6355 24.8353C47.6355 26.7084 46.773 27.7152 45.1633 27.7152V27.717Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M57.7426 27.5369C56.7666 27.5369 56.4593 27.2001 56.4593 26.0726V22.2904H58.8547V19.6284H56.4593V17.0186L53.6222 17.4527V19.6284H52.0893V22.2976H53.6222V26.8651C53.6222 29.1183 54.9072 30.3052 56.9185 30.3052C58.1267 30.3052 58.7971 30.1071 59.4099 29.8297L59.1428 27.2397C58.6994 27.4343 58.2245 27.5351 57.7426 27.5369Z",fill:"#B3B3B3"})]}),(0,i.jsx)("defs",{children:(0,i.jsx)("clipPath",{id:"clip0_4711_358",children:(0,i.jsx)("rect",{width:"126",height:"48",fill:"white",transform:"translate(0 0.775391)"})})})]}),A=()=>(0,i.jsxs)("svg",{width:"85",height:"49",viewBox:"0 0 85 49",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsxs)("g",{clipPath:"url(#clip0_4711_367)",children:[(0,i.jsx)("path",{d:"M77.8833 14.1423C77.224 13.8731 76.53 13.6953 75.8221 13.618C75.378 13.1593 74.8922 12.7451 74.3693 12.3776C75.6232 12.7802 76.8076 13.3746 77.8833 14.1423Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M79.7224 33.8248C80.0902 33.441 80.4326 33.0361 80.7495 32.6102C81.3348 31.2879 81.7257 29.8836 81.9062 28.4467C82.2994 28.3624 82.6673 28.1799 82.9703 27.9131C83.1114 27.342 83.2132 26.7592 83.2733 26.1742C82.4753 26.4831 81.6494 26.7195 80.8073 26.8763C80.8073 26.8763 81.1566 30.7051 79.7224 33.8248Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M60.5518 33.0315C60.7299 33.2655 61.0561 33.6259 61.3175 33.8927C62.0902 34.2601 66.0159 33.2749 66.0205 33.2866C66.6729 34.7867 68.0817 37.5554 68.0817 37.5554C68.5536 37.6467 69.0279 37.7099 69.5067 37.745C69.5067 37.745 67.3229 31.4868 67.1286 30.9579C67.1286 30.9579 61.3198 32.8629 60.5518 33.0315Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M62.5945 35.0442C62.5945 35.0442 63.4365 35.6737 63.5684 35.7463C63.9293 35.875 64.304 35.9663 64.6857 36.0131C64.9471 36.2939 65.2317 36.5537 65.5347 36.7878C65.965 36.9633 66.3652 37.1154 66.6914 37.2137C66.6914 37.2137 65.8216 36.0271 65.1854 35.0208C63.4921 35.0769 62.5945 35.0442 62.5945 35.0442Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M62.5552 17.2878L61.9051 15.0972C61.5049 15.4576 61.1301 15.8461 60.7785 16.2556C60.6837 16.6559 60.6305 17.0654 60.6189 17.4773C60.6189 17.4773 58.9487 19.0922 58.2801 20.7C58.1228 21.1798 57.9933 21.6666 57.8938 22.1628C57.8938 22.1628 59.1823 19.6351 62.5552 17.2878Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M64.8107 13.0985C64.3318 13.3395 63.8691 13.6087 63.4227 13.9059C63.5707 14.2991 64.2578 15.7057 65.042 17.6131C60.1539 20.0822 57.6671 23.2136 57.6393 24.578C57.6347 25.0742 57.6555 25.5727 57.7018 26.0665V26.0501C57.7758 24.3557 61.0839 21.1892 67.855 18.5024C66.1362 14.1797 65.2756 13.0095 64.8107 13.0985Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M70.0689 25.0835C63.2006 27.4239 58.7613 29.9983 59.0713 30.78C59.2402 31.1077 59.4229 31.4283 59.6172 31.7396C62.5251 30.34 65.5255 29.1511 68.5999 28.1799C69.8005 31.7981 70.7929 36.1699 70.9364 37.7754C71.4592 37.7567 71.9797 37.7075 72.4979 37.6256C72.4354 35.0489 71.5702 29.9679 70.0689 25.0835Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M82.1167 19.2303C81.5916 18.6967 79.9514 18.2754 77.3767 18.4369C75.9262 18.5399 74.4873 18.7669 73.0762 19.1179C72.5742 17.819 71.9959 16.5482 71.3504 15.3148C70.0943 12.9744 68.9399 11.8487 67.8481 12.0383C67.4502 12.1225 67.0569 12.2255 66.6729 12.3472C66.9875 12.6702 67.8874 13.3091 69.199 15.9116C69.8098 17.1544 70.3557 18.4299 70.8346 19.7288C70.8346 19.7288 68.5374 20.4566 66.4739 21.3787C61.7478 23.4851 57.9146 26.2725 58.0858 28.1658C58.1714 28.4818 58.2662 28.7907 58.3727 29.102C58.8353 27.5199 62.7472 25.3082 67.1471 23.5225C69.1019 22.7291 71.6118 21.9521 71.6118 21.9521C72.3614 24.248 72.986 26.5861 73.481 28.9522C73.6291 29.7105 74.9454 36.2822 74.0293 37.2839C74.3809 37.1809 74.7233 37.0639 75.068 36.9352C76.4953 36.2331 76.3681 32.6289 75.6417 28.2758C75.1397 25.2918 73.8997 21.3249 73.8997 21.3249C75.2877 20.9668 76.6942 20.686 78.1146 20.487C81.3255 20.0377 82.4544 20.487 82.7667 20.8709C82.5886 20.3092 82.3711 19.7615 82.1167 19.2303Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M79.7154 15.7244C79.2875 15.3593 77.7561 14.8701 75.5283 14.8467C74.2884 13.0095 72.9837 12.057 71.8085 11.844C71.2625 11.7879 70.7166 11.7668 70.1683 11.7785C70.897 11.954 72.5534 13.1312 74.4318 16.6793C78.5958 16.0848 80.5714 16.822 81.0872 17.4165C80.6778 16.815 80.2174 16.2486 79.7154 15.7244Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M83.3312 24.227C83.3057 23.6606 83.2456 23.0942 83.1507 22.5349C83.0466 22.4132 81.9941 21.9989 76.7127 23.1949C78.6444 31.7208 77.7121 35.1308 76.7544 36.1395C77.18 35.8984 77.5895 35.6316 77.9851 35.3437C79.0168 34.3912 79.9699 31.3651 79.0932 25.0578C81.5939 24.5289 83.0258 24.3697 83.3335 24.2293H83.3312V24.227Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M0.333496 18.0952H4.16669L3.7873 22.0247L4.0649 22.0504C4.3957 19.1835 5.8184 17.7348 8.73783 17.7348C12.1153 17.7348 14.3754 20.5596 14.3754 24.8518C14.3754 29.1441 12.1153 31.9666 8.5597 31.9666C6.04742 31.9666 4.70106 30.7847 4.24303 29.1932L3.96311 29.219L4.29392 32.3013V36.5912H0.333496V18.0952ZM10.7435 24.8518C10.7435 22.4108 9.62615 21.1072 7.5187 21.1072C5.41126 21.1072 4.24303 22.4179 4.24303 24.8518C4.24303 27.2858 5.38581 28.5964 7.5187 28.5964C9.65159 28.5964 10.7435 27.2929 10.7435 24.8518Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M23.1776 28.0371L23.5339 31.4026C22.6294 31.7325 21.674 31.8917 20.7139 31.8706C18.0976 31.8706 16.6263 30.1481 16.6263 27.3724V12.9557H20.3831V26.778C20.3831 27.7539 20.7903 28.2688 21.5514 28.2688C22.1019 28.2922 22.6548 28.2126 23.1776 28.0371Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M34.6888 27.6767L34.4089 27.6509C34.0781 30.6068 32.7062 32.0696 29.8886 32.0696C26.8674 32.0696 25.0885 30.0919 25.0885 26.6235V18.0952H28.8476V26.1625C28.8476 27.8007 29.6341 28.6784 31.0568 28.6784C33.1388 28.6784 34.0272 27.8054 34.0272 25.8535V18.0952H37.7863V31.6085H34.3163L34.6888 27.6767Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M51.2083 27.5737C51.2083 30.2979 49.0731 31.9666 45.5961 31.9666C43.919 31.9666 42.0405 31.8402 40.058 31.0679L40.8723 28.0114C42.3598 28.5988 43.949 28.8866 45.5452 28.8586C47.1646 28.8586 47.6272 28.2688 47.6272 27.6252C47.6272 27.0612 47.2964 26.778 46.3063 26.572L43.6136 25.9822C41.2517 25.4674 40.1089 24.131 40.1089 21.9217C40.1089 19.3286 42.2672 17.7348 45.7974 17.7348C47.4954 17.7114 49.1795 18.0343 50.7502 18.685L50.04 21.69C48.659 21.1306 47.1831 20.8428 45.6956 20.8428C44.377 20.8428 43.6899 21.1775 43.6899 21.8445C43.6899 22.3336 43.9953 22.6168 44.7564 22.7806L47.6295 23.3961C49.9637 23.9017 51.2083 25.3386 51.2083 27.5737Z",fill:"#B3B3B3"})]}),(0,i.jsx)("defs",{children:(0,i.jsx)("clipPath",{id:"clip0_4711_367",children:(0,i.jsx)("rect",{width:"84",height:"48",fill:"white",transform:"translate(0.333496 0.775391)"})})})]}),z=()=>(0,i.jsxs)("svg",{width:"113",height:"49",viewBox:"0 0 113 49",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsxs)("g",{clipPath:"url(#clip0_4711_376)",children:[(0,i.jsx)("path",{d:"M89.55 31.201C92.6716 31.6527 96.3442 28.7436 99.3022 26.4851C102.069 24.367 105.497 21.7645 108.063 21.7926C109.739 21.8113 111.208 22.7872 111.667 24.1072C111.623 23.604 111.385 22.1038 111.205 21.3877C110.88 20.407 109.995 18.2281 107.037 18.2421C103.985 18.2421 100.582 20.9383 97.852 22.9674C94.4745 25.4857 91.4474 28.1163 88.2358 27.5219C86.509 27.1989 85.7644 26.3891 85.5177 25.6683C85.6168 26.574 85.7644 27.4727 85.9603 28.3621C86.3799 29.3029 87.2583 30.8687 89.55 31.201Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M102.839 12.4918C96.7408 10.4392 90.6197 12.9435 87.2952 18.1368C87.2952 18.1368 87.9868 19.6324 90.7995 17.2451C95.1938 13.5192 97.4808 11.8364 102.839 12.4918Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M95.9108 16.5968C94.5598 17.6009 92.5978 19.1221 91.2076 20.0653C89.5638 21.1817 87.2675 22.7545 86.154 20.6785C85.9903 21.1911 85.6929 22.2606 85.6768 22.7334C85.7321 23.4098 86.3822 24.8538 88.2958 24.8866C90.7534 24.9287 93.0312 22.7802 96.5125 20.1519C100.169 17.3973 102.717 15.5881 105.695 15.9392C108.056 16.22 109.188 17.3434 110.05 18.4785C109.303 17.0298 107.791 15.2558 105.841 13.9873C103.676 12.583 100.273 13.3554 95.9108 16.5968Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M94.3131 37.0591C100.411 39.1116 106.532 36.6074 109.857 31.4116C109.857 31.4116 109.165 29.9185 106.352 32.3033C101.96 36.0222 99.6757 37.7144 94.3131 37.0591Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M101.241 32.9446C102.592 31.9406 104.554 30.4193 105.944 29.4761C107.588 28.3621 109.887 26.787 111 28.8653C111.162 28.3504 111.461 27.2832 111.475 26.8081C111.42 26.134 110.77 24.7017 108.858 24.6572C106.398 24.6127 104.123 26.7636 100.642 29.3895C96.9829 32.1442 94.4376 33.9533 91.4589 33.6023C89.0981 33.3238 87.9661 32.198 87.1015 31.0629C87.8508 32.521 89.3609 34.288 91.3137 35.5612C93.4762 36.9748 96.8814 36.1954 101.241 32.9446Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M9.04234 17.7319C6.13282 17.7319 4.71494 19.1713 4.38526 22.05L4.10629 22.0243L4.4867 18.0924H0.666504V36.5816H4.6135V32.3033L4.29304 29.2163L4.56278 29.1929C5.02388 30.7868 6.36106 31.9687 8.86482 31.9687C12.4084 31.9687 14.6608 29.1157 14.6608 24.8515C14.6608 20.5872 12.4084 17.7319 9.04234 17.7319ZM7.82735 28.6008C5.70169 28.6008 4.56278 27.2902 4.56278 24.8561C4.56278 22.4221 5.70169 21.1115 7.82735 21.1115C9.95301 21.1115 11.0412 22.4221 11.0412 24.8561C11.0412 27.2902 9.92765 28.6031 7.82735 28.6031V28.6008Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M23.2903 17.7319C19.1404 17.7319 16.3738 20.5592 16.3738 24.8491C16.3738 29.1391 19.1404 31.9663 23.2903 31.9663C27.4401 31.9663 30.2067 29.1391 30.2067 24.8491C30.2067 20.5592 27.4424 17.7319 23.2903 17.7319ZM23.2903 28.5751C21.1392 28.5751 20.0003 27.2902 20.0003 24.8491C20.0003 22.4081 21.1392 21.1232 23.2903 21.1232C25.4413 21.1232 26.5917 22.4362 26.5917 24.8515C26.5917 27.2668 25.439 28.5774 23.2903 28.5774V28.5751Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M37.197 28.3714C36.3624 28.3714 35.9566 27.8589 35.9566 26.8806V12.9575H32.2056V27.4681C32.2056 30.2414 33.6234 31.964 36.2056 31.964C37.1923 31.9827 38.1699 31.7697 39.0644 31.3461L38.7347 28.0063C38.2529 28.2357 37.7295 28.3597 37.197 28.3714Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M48.2633 23.3864L45.303 22.6842C44.3647 22.4783 44.0627 22.2466 44.0627 21.7481C44.0627 21.046 44.6437 20.7721 46.0616 20.7721C47.6984 20.8049 49.3123 21.1794 50.7993 21.8721L51.1267 18.5581C49.5382 18.0011 47.8691 17.7202 46.1884 17.7319C42.6702 17.7319 40.5699 19.3 40.5699 21.9213C40.5699 24.1049 41.5566 25.3125 43.7976 25.9L46.7578 26.6723C47.9221 26.9789 48.2518 27.2363 48.2518 27.8285C48.2264 28.5985 47.6938 28.8559 46.1515 28.8559C44.178 28.8559 42.6333 28.5727 41.114 27.9034L40.7612 31.3204C42.1261 31.7884 43.6454 31.964 46.1515 31.964C49.6443 31.964 51.7446 30.4474 51.7446 27.5968C51.7515 25.4693 50.7394 23.9785 48.2633 23.3864Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M63.8484 20.18L63.5694 20.2011C62.9631 18.7383 61.9003 17.7319 59.3688 17.7319C55.7492 17.7319 53.4714 20.5849 53.4714 24.8491C53.4714 29.1134 55.7239 31.9663 59.0899 31.9663C62.0017 31.9663 63.4173 30.3982 63.7469 27.3417L64.0351 27.3674L63.5948 31.6059H67.468V18.0947H63.6455L63.8484 20.18ZM60.3049 28.6055C58.2046 28.6055 57.091 27.2949 57.091 24.8608C57.091 22.4268 58.2046 21.1162 60.3049 21.1162C62.4052 21.1162 63.5694 22.4268 63.5694 24.8608C63.5694 27.2949 62.4305 28.6031 60.3049 28.6031V28.6055Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M76.9159 28.3714C75.6248 28.3714 75.2214 27.9338 75.2214 26.471V21.5562H78.3845V18.0947H75.2214V14.7034L71.4749 15.2698V18.0947H69.4507V21.5632H71.4749V27.4985C71.4749 30.4263 73.1718 31.9687 75.8277 31.9687C77.4231 31.9687 78.3084 31.7112 79.1176 31.3508L78.7649 27.9853C78.1793 28.238 77.5522 28.3691 76.9159 28.3714Z",fill:"#B3B3B3"})]}),(0,i.jsx)("defs",{children:(0,i.jsx)("clipPath",{id:"clip0_4711_376",children:(0,i.jsx)("rect",{width:"112",height:"48",fill:"white",transform:"translate(0.666504 0.775391)"})})})]}),T=()=>(0,i.jsxs)("svg",{width:"82",height:"49",viewBox:"0 0 82 49",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("g",{clipPath:"url(#clip0_4711_385)",children:(0,i.jsx)("path",{d:"M16.2638 34.5708V24.6764C16.2638 22.9615 14.4798 21.9968 12.8498 22.3471C12.0886 22.5108 11.0838 22.9799 10.9099 23.6781V34.5708H6.4486V20.7061C6.4486 20.7061 9.05157 18.266 12.7655 18.1367C16.4862 18.006 20.7251 19.7975 20.7251 24.4613V34.5708H16.2638ZM22.2124 14.7754V32.1914C22.2124 32.1914 24.8147 34.6321 28.5307 34.7628C28.8997 34.7753 29.274 34.7681 29.6477 34.7423V30.5998C28.9521 30.5714 27.1974 30.2277 26.6744 29.4312V22.7661H29.6477V18.3411H26.6744V14.7754H22.2124ZM61.1767 18.3986C58.4801 19.0565 56.7147 20.7068 56.7147 20.7068V34.5708H61.1767V18.3986ZM55.2274 22.3003V18.1565C54.8531 18.1314 54.4788 18.1235 54.1091 18.1373C50.3945 18.2666 47.7921 20.7068 47.7921 20.7068V34.5708H52.2534V23.4682C52.7764 22.6711 54.5325 22.328 55.2274 22.3003ZM0.5 18.3986V34.5708H4.96129V20.7068C4.96129 20.7068 3.19588 19.0565 0.5 18.3986ZM46.3765 28.136H34.3505C35.0103 29.6339 36.5274 30.6263 38.1847 30.6263C39.3202 30.6263 40.3828 30.1828 41.1772 29.3752L41.215 29.3382H46.0334L45.965 29.5105C44.6987 32.7041 41.6438 34.7688 38.1847 34.7688C33.5747 34.7688 29.8256 31.0492 29.8256 26.4785C29.8256 21.9077 33.5747 18.1875 38.1847 18.1875C42.7946 18.1875 46.5444 21.907 46.5444 26.4785C46.5444 26.9925 46.4946 27.5151 46.3958 28.0337L46.3765 28.136ZM41.9557 24.681C41.2615 23.2472 39.8014 22.33 38.1847 22.33C36.5679 22.33 35.1091 23.2472 34.4136 24.681H41.9557ZM70.7881 18.1188C75.118 18.1188 78.7085 21.3336 79.1386 25.5969L81.5 34.5722H77.196L76.6232 32.4052C75.0344 33.9354 72.9717 34.7754 70.7881 34.7754C66.1589 34.7754 62.3925 31.04 62.3925 26.4488C62.3925 21.8549 66.1589 18.1188 70.7881 18.1188ZM70.7881 30.4296C72.9982 30.4296 74.7968 28.6461 74.7968 26.4547C74.7968 24.2607 72.9982 22.4765 70.7881 22.4765C68.5761 22.4765 66.7775 24.2607 66.7775 26.4547C66.7775 28.6461 68.5761 30.4296 70.7881 30.4296Z",fill:"#B3B3B3"})}),(0,i.jsx)("defs",{children:(0,i.jsx)("clipPath",{id:"clip0_4711_385",children:(0,i.jsx)("rect",{width:"81",height:"48",fill:"white",transform:"translate(0.5 0.775391)"})})})]}),O=()=>(0,i.jsxs)("svg",{width:"87",height:"49",viewBox:"0 0 87 49",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsxs)("g",{clipPath:"url(#clip0_4711_394)",children:[(0,i.jsx)("path",{d:"M64.8697 38.8394H64.5331C64.3449 38.8394 64.2593 38.8732 64.2593 38.997C64.2593 39.1208 64.3449 39.1433 64.5331 39.1433H64.8697C65.058 39.1433 65.1436 39.1096 65.1436 38.9858C65.1436 38.8619 65.058 38.8394 64.8697 38.8394Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M77.9398 38.3948H77.6888C77.4264 38.3948 77.3408 38.4624 77.3408 38.6593V38.8394C77.3408 39.0252 77.4435 39.0927 77.6888 39.0927H77.9398C78.1795 39.0927 78.2878 39.0364 78.2878 38.8338V38.6481C78.2878 38.4624 78.1852 38.3892 77.9398 38.3892V38.3948Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M74.8592 38.3329H74.631C74.4142 38.3329 74.3172 38.378 74.3172 38.5299H75.1672C75.1672 38.3723 75.0759 38.3273 74.8592 38.3273V38.3329Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M60.0376 38.3948H59.7866C59.5413 38.3948 59.4386 38.4624 59.4386 38.6537V38.8394C59.4386 39.0364 59.547 39.0983 59.7866 39.0983H60.0376C60.2829 39.0983 60.3856 39.0308 60.3856 38.8451V38.665C60.3856 38.4624 60.3001 38.4005 60.0376 38.4005V38.3948Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M45.045 38.3329H44.8168C44.6 38.3329 44.503 38.378 44.503 38.5299H45.353C45.353 38.3723 45.2617 38.3273 45.045 38.3273V38.3329Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M50.7556 38.3386H50.5103C50.2536 38.3386 50.168 38.3948 50.168 38.5862V38.755C50.168 38.9295 50.265 38.9914 50.5103 38.9914H50.7556C50.9895 38.9914 51.0979 38.9407 51.0979 38.755V38.5806C51.0979 38.4061 50.9952 38.3386 50.7556 38.3386Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M55.5706 38.8394H55.234C55.0458 38.8394 54.9602 38.8732 54.9602 38.997C54.9602 39.1208 55.0458 39.1433 55.234 39.1433H55.5706C55.7589 39.1433 55.8445 39.1096 55.8445 38.9858C55.8445 38.8619 55.7589 38.8394 55.5706 38.8394Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M35.8428 36.2056V40.7754H85.2935V36.2056H35.8428ZM39.7907 39.4923H37.4003V37.3537H39.7679V37.8546H38.0621V38.226H39.6709V38.6143H38.0621V38.997H39.7964V39.4866L39.7907 39.4923ZM42.8714 39.4923H42.318V38.7325C42.318 38.4905 42.2552 38.4061 41.8787 38.4061C41.5592 38.4061 41.4337 38.5074 41.4337 38.7663V39.4979H40.8803V37.9953H41.4337V38.226C41.5763 38.0122 41.7817 37.9728 42.124 37.9728C42.626 37.9728 42.8714 38.1585 42.8714 38.5243V39.4979V39.4923ZM45.8836 38.8676H44.503V38.907C44.503 39.0814 44.6 39.149 44.8282 39.149H45.0621C45.2503 39.149 45.3359 39.1433 45.3644 38.9858H45.8836V39.0083C45.8836 39.3741 45.6668 39.5091 45.1762 39.5091H44.6627C44.1949 39.5091 43.9496 39.3065 43.9496 38.952V38.5412C43.9496 38.1641 44.2006 37.9559 44.657 37.9559H45.1705C45.6326 37.9559 45.8779 38.1641 45.8779 38.5412V38.8619L45.8836 38.8676ZM48.6904 38.6875H48.2055V38.665C48.2055 38.4905 48.1085 38.4061 47.8974 38.4061C47.6749 38.4061 47.5494 38.513 47.5494 38.6875V39.4923H46.9961V37.9784H47.5494V38.2598C47.6464 38.0459 47.8746 37.9221 48.1085 37.9559C48.5307 37.9559 48.6961 38.1135 48.6961 38.5355C48.6961 38.5806 48.6961 38.6312 48.6904 38.6875ZM51.6456 39.4866C51.6456 39.8187 51.3832 40.0044 50.8983 40.0044H50.3905C49.8485 40.0044 49.6261 39.9481 49.6261 39.5598V39.5373H50.1794C50.1908 39.6386 50.2764 39.6555 50.4704 39.6555H50.7842C51.0124 39.6555 51.1036 39.5598 51.1036 39.3347C51.1036 39.3065 51.1036 39.2784 51.0979 39.239C51.0295 39.3516 50.8412 39.3853 50.5217 39.3853C49.8942 39.3853 49.6318 39.2953 49.6318 38.8957V38.4793C49.6318 38.1078 49.8714 37.9615 50.4133 37.9615C50.7899 37.9615 51.0124 38.0347 51.0979 38.2091V37.9784H51.6513V39.481L51.6456 39.4866ZM53.3514 39.4923H52.798V37.984H53.3514V39.4923ZM53.3514 37.7983H52.798V37.3537H53.3514V37.7983ZM56.4036 39.4923H55.8502V39.3122C55.7361 39.4585 55.4965 39.5148 55.1371 39.5148C54.5951 39.5148 54.4011 39.4022 54.4011 39.0083C54.4011 38.6143 54.6179 38.513 55.177 38.513C55.4109 38.4905 55.6448 38.5355 55.8559 38.6425V38.4793C55.8559 38.3723 55.7817 38.3161 55.6391 38.3161H55.1884C55.08 38.3161 55.0287 38.3498 55.0287 38.4286H54.4753V38.4117C54.4753 38.0797 54.7206 37.9615 55.2512 37.9615H55.7931C56.2096 37.9615 56.4093 38.1191 56.4093 38.4624V39.4979L56.4036 39.4923ZM60.9333 39.4923H60.3799V39.2278C60.3571 39.4585 60.1403 39.526 59.6953 39.526C59.1191 39.526 58.8852 39.4022 58.8852 39.0195V38.5187C58.8852 38.1303 59.102 37.9896 59.6839 37.9896C60.1004 37.9896 60.3115 38.0459 60.3742 38.271V37.3593H60.9276V39.4979L60.9333 39.4923ZM62.6505 39.4923H62.0971V37.3537H62.6505V39.4923ZM65.7027 39.4923H65.1493V39.3122C65.0352 39.4585 64.7956 39.5148 64.4362 39.5148C63.8942 39.5148 63.7002 39.4022 63.7002 39.0083C63.7002 38.6143 63.917 38.513 64.4761 38.513C64.71 38.4905 64.9439 38.5355 65.155 38.6425V38.4793C65.155 38.3723 65.0808 38.3161 64.9382 38.3161H64.4875C64.3791 38.3161 64.3278 38.3498 64.3278 38.4286H63.7744V38.4117C63.7744 38.0797 64.0197 37.9615 64.5503 37.9615H65.0865C65.503 37.9615 65.7027 38.1191 65.7027 38.4624V39.4979V39.4923ZM70.7972 39.3741C70.5519 39.5035 70.2724 39.5485 69.9985 39.5204H69.2569C68.9887 39.5542 68.7149 39.4979 68.4867 39.3628C68.3041 39.2052 68.2072 38.9745 68.2357 38.7381V38.1585C68.2357 37.5169 68.5209 37.3368 69.2569 37.3368H69.9985C70.2724 37.3031 70.5462 37.3481 70.7915 37.4775C70.9398 37.6126 71.014 37.8152 70.9912 38.0178V38.136H70.3237V38.1135C70.3237 37.9446 70.2153 37.8715 69.9757 37.8715H69.4451C69.0173 37.8715 68.9146 37.9277 68.9146 38.2935V38.5918C68.9146 38.9295 69.0629 38.997 69.4451 38.997H69.8274C70.1925 38.997 70.3408 38.9576 70.3408 38.7044V38.6819H71.014C71.014 38.7381 71.0197 38.7888 71.0197 38.8394C71.0482 39.0477 70.9627 39.2559 70.7972 39.391V39.3741ZM72.6627 39.4923H72.1094V37.984H72.6627V39.4923ZM72.6627 37.7983H72.1094V37.3537H72.6627V37.7983ZM75.7035 38.8676H74.3229V38.907C74.3229 39.0814 74.4199 39.149 74.6481 39.149H74.882C75.0702 39.149 75.1558 39.1433 75.1843 38.9858H75.7035V39.0083C75.7035 39.3741 75.4867 39.5091 74.9961 39.5091H74.4826C74.0148 39.5091 73.7695 39.3065 73.7695 38.952V38.5412C73.7695 38.1641 74.0205 37.9559 74.4769 37.9559H74.9904C75.4525 37.9559 75.6978 38.1641 75.6978 38.5412V38.8619L75.7035 38.8676ZM78.8412 39.0083C78.8412 39.3853 78.6073 39.5148 78.0368 39.5148C77.5918 39.5148 77.3808 39.4472 77.3522 39.2165V39.4866H76.7988V37.3481H77.3522V38.2541C77.4207 38.029 77.6318 37.9728 78.0425 37.9728C78.6244 37.9728 78.8412 38.1191 78.8412 38.5018V39.0083ZM80.5071 39.4866H79.9537V37.9784H80.5071V39.4866ZM80.5071 37.7927H79.9537V37.3481H80.5071V37.7927ZM83.5478 38.8619H82.1672V38.9013C82.1672 39.0758 82.2642 39.1433 82.4924 39.1433H82.7263C82.9146 39.1433 83.0002 39.1377 83.0287 38.9801H83.5478V39.0026C83.5478 39.3684 83.331 39.5035 82.8404 39.5035H82.327C81.8592 39.5035 81.6138 39.3009 81.6138 38.9464V38.5355C81.6138 38.1585 81.8649 37.9502 82.3213 37.9502H82.8347C83.2968 37.9502 83.5421 38.1585 83.5421 38.5355V38.8563L83.5478 38.8619Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M82.7035 38.3329H82.4753C82.2585 38.3329 82.1615 38.378 82.1615 38.5299H83.0116C83.0116 38.3723 82.9203 38.3273 82.7035 38.3273V38.3329Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M35.8314 28.5687H47.5095C49.9569 28.5687 51.309 29.0358 51.3147 30.8536C51.3204 32.6714 49.9626 33.1329 47.5095 33.1329H39.6994V34.6524H35.8314V28.5631V28.5687ZM39.6994 30.0939V31.6077H46.0604C46.8706 31.6077 47.3212 31.4558 47.3212 30.8536C47.3212 30.2514 46.8706 30.0939 46.0604 30.0939H39.6994ZM54.6864 34.658H50.2308L57.0197 28.5687H62.0001L68.7891 34.658H64.3335L63.124 33.5212H55.8958L54.6864 34.658ZM61.481 31.9848L59.5128 30.1333L57.5446 31.9848H61.4867H61.481ZM69.8388 28.5687H73.7068V30.8536H74.688L80.1077 28.5687H85.3335L77.6489 31.6134L85.3335 34.658H80.1077L74.688 32.3731H73.7068V34.658H69.8388V28.5687Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28.124 37.7308L29.6529 34.6636L20.4052 25.5129H18.8534L12.6635 33.0935L19.4068 27.0099L25.7564 34.8156L18.8705 36.1888H26.8689L28.124 37.7308Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.4891 10.4248C23.4117 7.06501 32.4712 8.9672 35.1012 14.9552C37.4117 20.2059 34.0743 26.993 27.4907 31.5064L26.4011 30.4203C32.9618 26.1994 36.4647 19.9414 34.4052 15.2647C32.1004 10.0308 23.1436 7.49272 14.5747 10.6049C14.3237 10.6893 14.2723 10.4923 14.4948 10.4248H14.4891ZM10.9349 19.0353C16.4801 16.9474 22.111 18.1292 23.7483 21.8492C24.4956 23.5488 24.2903 25.5129 23.3432 27.3982L22.8184 26.8804C23.7198 25.209 23.9537 23.5037 23.309 22.0405C21.877 18.7877 16.309 17.2119 10.9805 19.1422C10.8265 19.1929 10.7923 19.0747 10.9292 19.0297L10.9349 19.0353ZM21.1867 30.3415C19.7833 31.7316 18.1346 32.8515 16.3147 33.645L16.2634 33.6675C17.1248 33.403 17.9691 33.0878 18.7907 32.7277C19.8347 32.2662 20.8444 31.7259 21.8086 31.1125L22.5674 32.0411C21.8029 32.5532 21.0099 33.0147 20.1884 33.4255C20.9643 33.161 21.7401 32.8571 22.5217 32.5138C22.6301 32.4688 22.7328 32.4181 22.8355 32.3731L23.8453 33.6112C23.6171 33.7238 23.3832 33.8307 23.1436 33.932C13.776 38.0741 3.87214 36.3013 1.09953 29.9869C-2.23789 22.4176 6.05144 14.1222 12.0645 11.4659C12.6065 11.2239 13.0172 11.3871 13.1884 11.7811C13.3595 12.175 13.2968 12.5859 12.692 12.8954C7.91697 15.0058 0.0498099 21.6466 1.3049 28.1073C1.13946 22.9579 6.50214 17.9266 10.5527 16.137C10.9805 15.9513 11.3 16.0751 11.4369 16.3846C11.5739 16.6941 11.5225 17.0205 11.0433 17.2625C7.14109 18.9846 0.631717 24.5393 2.20059 29.8012C1.53881 25.5129 6.05715 21.1738 9.42879 19.6825C9.76538 19.5362 10.0221 19.6318 10.1305 19.8795C10.2389 20.1271 10.199 20.3803 9.82243 20.5717C6.61053 21.9899 1.15658 26.7003 3.05063 31.0056C4.56245 34.4441 10.3473 35.232 15.9325 32.7671C17.6725 32.0073 19.2642 30.9606 20.6448 29.6718L21.1925 30.3471L21.1867 30.3415ZM12.4638 15.3153C19.4981 12.6646 26.635 14.1616 28.7173 18.8833C30.1721 22.1868 28.7915 26.2557 25.5453 29.5705L24.7695 28.7995C27.9928 25.7323 29.4475 22.0405 28.1696 19.1253C26.3555 15.0002 19.2927 12.9967 12.538 15.4504C12.344 15.5179 12.2984 15.366 12.4752 15.3097L12.4638 15.3153Z",fill:"#B3B3B3"})]}),(0,i.jsx)("defs",{children:(0,i.jsx)("clipPath",{id:"clip0_4711_394",children:(0,i.jsx)("rect",{width:"86",height:"48",fill:"white",transform:"translate(0.333496 0.775391)"})})})]}),E=()=>(0,i.jsxs)("svg",{width:"99",height:"49",viewBox:"0 0 99 49",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsxs)("g",{clipPath:"url(#clip0_4711_403)",children:[(0,i.jsx)("path",{d:"M94.1538 18.9253C94.023 18.9253 93.913 18.8941 93.8031 18.8526C93.6722 18.8007 93.5571 18.7281 93.4471 18.6451C93.3896 18.5984 93.332 18.5517 93.2744 18.505C93.2116 18.4531 93.154 18.396 93.0964 18.339C93.0388 18.2819 92.9865 18.2196 92.9341 18.1522C92.8923 18.0951 92.8451 18.038 92.8033 17.9757C92.7561 17.9083 92.7143 17.8357 92.6672 17.763C92.5991 17.6489 92.5468 17.5295 92.4944 17.405C92.4525 17.3012 92.4159 17.1923 92.395 17.0833C92.3845 17.0262 92.3688 16.9692 92.3688 16.9069C92.3688 16.8654 92.3583 16.8291 92.3583 16.7876C92.3635 16.6942 92.374 16.5956 92.4159 16.5126C92.4892 16.3673 92.6043 16.2843 92.7719 16.2791C92.8818 16.2791 92.9865 16.2946 93.0912 16.331C93.1749 16.3621 93.2482 16.4036 93.3215 16.4451C93.4419 16.5126 93.5571 16.5956 93.6618 16.689C93.7455 16.7616 93.824 16.8394 93.8973 16.9277C93.9392 16.9795 93.9811 17.0262 94.023 17.0781C94.1119 17.1871 94.1957 17.3012 94.2638 17.4258C94.3056 17.4932 94.3423 17.5659 94.3789 17.6333C94.4679 17.8097 94.5307 17.9913 94.5621 18.1833C94.5726 18.2559 94.5883 18.3338 94.5831 18.4064C94.5831 18.4998 94.5674 18.588 94.536 18.671C94.4941 18.78 94.4156 18.8578 94.3056 18.8993C94.2533 18.9201 94.1957 18.9304 94.1538 18.9253Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M91.5417 16.0819C91.4108 16.0819 91.2957 16.0612 91.1857 16.03C90.9659 15.9781 90.7565 15.8899 90.5576 15.781C90.4215 15.7031 90.2906 15.6149 90.165 15.5215C90.076 15.4541 89.9974 15.3815 89.9137 15.3088C89.8561 15.2569 89.8038 15.205 89.7566 15.148C89.6153 14.9923 89.4949 14.8159 89.4216 14.6135C89.385 14.5098 89.364 14.406 89.3797 14.297C89.3954 14.1933 89.4426 14.0999 89.5315 14.0324C89.6153 13.9702 89.7148 13.9442 89.8142 13.9338C89.8456 13.9338 89.8823 13.9235 89.9137 13.9235C90.0446 13.9235 90.1702 13.939 90.2958 13.9754C90.4215 14.0117 90.5419 14.0532 90.6623 14.1051C90.8612 14.1881 91.0444 14.3022 91.2224 14.4268C91.3061 14.4838 91.3846 14.5461 91.4632 14.6135C91.5417 14.681 91.6202 14.7536 91.6883 14.8367C91.7301 14.8885 91.7825 14.9404 91.8191 14.9975C91.9081 15.1117 91.9814 15.2362 92.0338 15.3763C92.0547 15.4385 92.0809 15.5008 92.0809 15.5682C92.0809 15.589 92.0913 15.6098 92.0913 15.6253C92.0913 15.7914 92.0233 15.9211 91.8767 16.0041C91.8139 16.0404 91.7458 16.056 91.6726 16.0715C91.6255 16.0767 91.5731 16.0819 91.5365 16.0871",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M88.1077 13.856C88.0606 13.856 88.0135 13.856 87.9664 13.856C87.9035 13.856 87.846 13.8456 87.7831 13.8353C87.7308 13.8301 87.6784 13.8197 87.6261 13.8093C87.5633 13.7989 87.5057 13.7834 87.4429 13.7678C87.3225 13.7419 87.2073 13.7107 87.0974 13.6692C86.9927 13.6329 86.888 13.5914 86.7833 13.5447C86.6891 13.498 86.5949 13.4513 86.5006 13.3994C86.3384 13.3112 86.197 13.1971 86.0714 13.0622C86.0033 12.9895 85.9562 12.9065 85.9405 12.8079C85.9248 12.7249 85.9457 12.6575 86.0033 12.5952C86.0819 12.507 86.1865 12.4603 86.3017 12.4343C86.4326 12.4032 86.5634 12.398 86.6943 12.398C86.8147 12.398 86.9403 12.4136 87.0607 12.4343C87.1759 12.4499 87.2911 12.4758 87.4062 12.5018C87.5371 12.5329 87.6627 12.5744 87.7831 12.6211C87.9088 12.6678 88.0344 12.7249 88.16 12.7872C88.2857 12.8546 88.4061 12.9324 88.5212 13.0155C88.5998 13.0777 88.6783 13.1452 88.7359 13.2282C88.7882 13.3008 88.8301 13.3787 88.8458 13.4617C88.8563 13.5343 88.8353 13.5966 88.7882 13.6537C88.7306 13.7263 88.6521 13.7626 88.5684 13.7938C88.4951 13.8197 88.4218 13.8301 88.3485 13.8456C88.27 13.856 88.1915 13.8508 88.1077 13.856Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M96.0959 21.4884C96.1012 21.6337 96.0802 21.7686 96.0383 21.8983C96.0122 21.971 95.9808 22.0384 95.9284 22.0955C95.8656 22.1577 95.7871 22.1785 95.6981 22.1681C95.6248 22.1577 95.562 22.1266 95.4992 22.0851C95.3578 21.9917 95.2427 21.8672 95.1432 21.7271C95.0804 21.6389 95.028 21.5455 94.9757 21.4521C94.8762 21.2705 94.7925 21.0785 94.7297 20.8814C94.6668 20.6894 94.6197 20.4974 94.5935 20.295C94.5778 20.1809 94.5674 20.0667 94.5726 19.9474C94.5778 19.8281 94.5935 19.7139 94.6197 19.605C94.6407 19.5375 94.6668 19.4804 94.7087 19.4234C94.7872 19.33 94.8867 19.2988 95.0071 19.33C95.0647 19.3455 95.1118 19.3715 95.1641 19.3974C95.2584 19.4545 95.3369 19.5323 95.4102 19.6205C95.5934 19.8436 95.74 20.0927 95.8447 20.3625C95.9336 20.5856 96.0017 20.8139 96.0488 21.0526C96.075 21.1979 96.0959 21.3431 96.0959 21.4884Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M84.3439 12.5381C84.2131 12.5381 84.0769 12.5277 83.9461 12.5122C83.8937 12.507 83.8361 12.5018 83.7838 12.4966C83.5953 12.481 83.4069 12.4395 83.2184 12.3928C83.1085 12.3669 82.9986 12.3306 82.8939 12.2839C82.8206 12.2527 82.7526 12.2164 82.7002 12.1542C82.6845 12.1386 82.674 12.123 82.6636 12.1023C82.6426 12.0608 82.6479 12.0244 82.6793 11.9881C82.7107 11.9466 82.7525 11.9207 82.7997 11.9051C82.8625 11.8792 82.9305 11.8532 82.9986 11.8428C83.1033 11.8221 83.208 11.8013 83.3127 11.791C83.386 11.7806 83.4592 11.7806 83.5325 11.7754C83.6163 11.7754 83.7 11.7754 83.789 11.7754C83.9199 11.7754 84.0455 11.7858 84.1712 11.8013C84.2549 11.8117 84.3335 11.8169 84.4172 11.8273C84.5742 11.848 84.7313 11.8844 84.8883 11.9207C85.014 11.9518 85.1344 11.9985 85.2443 12.0556C85.2809 12.0763 85.3123 12.0971 85.349 12.123C85.3647 12.1334 85.3804 12.149 85.3909 12.1645C85.438 12.2268 85.4484 12.2839 85.3699 12.3565C85.3542 12.3721 85.328 12.3825 85.3071 12.3928C85.1867 12.4499 85.0663 12.4862 84.9354 12.5018C84.836 12.5174 84.7313 12.5277 84.6318 12.5277C84.5376 12.5277 84.4434 12.5381 84.3439 12.5433",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M96.6665 24.5082C96.6665 24.6119 96.6613 24.7209 96.6508 24.8351C96.6403 24.9648 96.6246 25.0945 96.5723 25.219C96.5513 25.2657 96.5304 25.3124 96.4938 25.3539C96.4414 25.4162 96.3786 25.411 96.321 25.3695C96.2948 25.3487 96.2739 25.328 96.253 25.302C96.2268 25.2605 96.2006 25.2242 96.1797 25.1775C96.1012 25.0167 96.0488 24.8506 96.0069 24.6794C95.9598 24.4822 95.9284 24.2851 95.9127 24.0879C95.897 23.9271 95.8865 23.761 95.8918 23.6002C95.897 23.4445 95.9022 23.2837 95.9389 23.1332C95.9546 23.0658 95.9755 23.0035 95.9965 22.936C96.0069 22.9101 96.0174 22.8893 96.0279 22.8686C96.0383 22.8478 96.054 22.8323 96.0697 22.8167C96.1169 22.7752 96.1744 22.77 96.2215 22.8167C96.253 22.8426 96.2791 22.8738 96.3053 22.9101C96.3786 23.0139 96.4309 23.128 96.4676 23.2525C96.5304 23.4601 96.5723 23.6676 96.6037 23.8804C96.6351 24.0879 96.6456 24.3006 96.656 24.5186",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M71.0581 27.9586C71.0581 27.8341 71.0686 27.7095 71.0948 27.585C71.1209 27.476 71.1576 27.3723 71.2309 27.2841C71.2413 27.2737 71.2518 27.2581 71.2623 27.2478C71.3513 27.1544 71.4612 27.1284 71.5921 27.1544C71.702 27.1803 71.7962 27.2374 71.8747 27.31C71.9271 27.3567 71.9742 27.4034 72.0161 27.4553C72.2307 27.7147 72.3878 28.0053 72.4977 28.327C72.5553 28.4982 72.6024 28.6798 72.6338 28.8562C72.6704 29.0586 72.6809 29.2557 72.6652 29.4633C72.6547 29.6189 72.6181 29.7746 72.5396 29.9095C72.5291 29.9251 72.5239 29.9406 72.5134 29.951C72.4035 30.117 72.2202 30.1637 72.0423 30.0755C71.9742 30.0392 71.9114 29.9977 71.8538 29.951C71.6863 29.8005 71.5554 29.6293 71.4507 29.4321C71.3251 29.1935 71.2256 28.9392 71.1576 28.6798C71.1209 28.5345 71.0895 28.3841 71.0738 28.2336C71.0634 28.1402 71.0581 28.052 71.0529 27.9586",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M71.2675 25.5667C71.2728 25.7586 71.257 25.9506 71.2256 26.1426C71.2099 26.2515 71.1785 26.3553 71.1314 26.4539C71.1105 26.5006 71.0791 26.5421 71.0424 26.5836C70.9848 26.6355 70.9325 26.6459 70.8697 26.6044C70.8226 26.5784 70.7859 26.5369 70.7597 26.4954C70.7179 26.4331 70.6865 26.3605 70.6603 26.2931C70.587 26.0907 70.5399 25.8832 70.5085 25.6704C70.4718 25.4162 70.4614 25.1568 70.4718 24.9025C70.4823 24.6898 70.5085 24.477 70.5818 24.2747C70.5975 24.2228 70.6184 24.1657 70.6498 24.119C70.676 24.0775 70.7074 24.0516 70.7493 24.0308C70.7859 24.0153 70.8278 24.0153 70.8592 24.0308C70.8854 24.0464 70.9063 24.0671 70.9273 24.0879C71.0163 24.1813 71.0686 24.3006 71.1105 24.42C71.1785 24.6275 71.2204 24.8402 71.2413 25.0582C71.2623 25.2294 71.2728 25.4006 71.2675 25.5718",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M75.9579 33.609C76.1882 33.6193 76.408 33.6712 76.6174 33.7594C76.8425 33.8528 77.0571 33.967 77.2561 34.1122C77.4916 34.2835 77.6958 34.4806 77.8581 34.7193C77.9575 34.8646 78.0308 35.0151 78.0727 35.1863C78.0884 35.2537 78.0989 35.3264 78.0936 35.399C78.0779 35.5858 77.9889 35.7259 77.8162 35.8089C77.7115 35.8608 77.5963 35.8919 77.4812 35.8919C77.2299 35.8919 76.9891 35.8452 76.7535 35.757C76.497 35.6533 76.2562 35.5184 76.0364 35.3523C75.7903 35.1707 75.5809 34.9476 75.4239 34.6882C75.3401 34.5585 75.2826 34.4184 75.2564 34.2627C75.2459 34.1901 75.2407 34.1174 75.2564 34.0448C75.2826 33.8943 75.3663 33.7802 75.5024 33.7075C75.581 33.6608 75.6647 33.6349 75.7537 33.6245C75.8217 33.6141 75.8898 33.6141 75.9579 33.609Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M75.0261 32.7321C75.0261 32.8462 75.0104 32.9708 74.958 33.0849C74.8795 33.2665 74.7382 33.3755 74.534 33.391C74.4084 33.4014 74.2932 33.3807 74.178 33.3391C73.9477 33.2613 73.7436 33.1316 73.5656 32.9708C73.2724 32.7061 73.0316 32.4 72.8536 32.042C72.7594 31.8552 72.6914 31.658 72.6547 31.4557C72.6286 31.2948 72.6181 31.134 72.6652 30.9732C72.6861 30.8901 72.7175 30.8071 72.7751 30.7397C72.8589 30.6307 72.9688 30.5684 73.1102 30.5529C73.2567 30.5373 73.3981 30.5633 73.5289 30.6151C73.6964 30.6826 73.8535 30.7708 73.9948 30.8798C74.1309 30.9887 74.2566 31.1029 74.3665 31.2326C74.6125 31.5283 74.8167 31.85 74.9371 32.2132C74.9894 32.3741 75.0208 32.5401 75.0261 32.7217",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M80.6901 37.2825C80.3498 37.2877 80.0305 37.2254 79.7216 37.1268C79.6117 37.0905 79.507 37.0542 79.4023 37.0127C79.1825 36.9193 78.9783 36.7999 78.7951 36.6443C78.6956 36.5613 78.6066 36.4627 78.5438 36.3485C78.5072 36.2811 78.4915 36.2084 78.4915 36.1306C78.4915 36.0683 78.5124 36.0165 78.549 35.9646C78.5909 35.9127 78.638 35.866 78.7009 35.8349C78.8317 35.757 78.9731 35.7207 79.1249 35.7051C79.2819 35.6844 79.4442 35.6896 79.6012 35.7051C79.7949 35.7155 79.9834 35.7467 80.1666 35.7985C80.4493 35.8764 80.7267 35.975 80.9832 36.1254C81.0984 36.1929 81.2083 36.2707 81.3078 36.3589C81.3811 36.4264 81.4439 36.499 81.5014 36.582C81.5433 36.6495 81.5747 36.7221 81.58 36.7999C81.5904 36.8985 81.559 36.9867 81.4857 37.0542C81.402 37.1424 81.2921 37.1891 81.1769 37.2254C81.0146 37.2721 80.8523 37.2929 80.6953 37.2825",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M83.6163 37.7702C83.5011 37.765 83.3807 37.765 83.2656 37.7546C83.0666 37.7339 82.8625 37.7079 82.6688 37.6561C82.5536 37.6249 82.4437 37.5834 82.339 37.5263C82.2971 37.5056 82.2552 37.4745 82.2238 37.4433C82.2029 37.4226 82.1872 37.3966 82.1767 37.3707C82.161 37.3292 82.1663 37.2877 82.1924 37.2565C82.2238 37.215 82.2605 37.1787 82.3076 37.1631C82.3757 37.132 82.4437 37.1061 82.5118 37.0853C82.6636 37.0386 82.8206 37.0127 82.9776 36.9971C83.1242 36.9867 83.2656 36.9815 83.4121 36.9815C83.5587 36.9815 83.7 36.9867 83.8466 37.0075C83.9461 37.023 84.0508 37.0334 84.1502 37.0542C84.2863 37.0801 84.412 37.1164 84.5376 37.1683C84.6057 37.1995 84.6737 37.2306 84.7313 37.2825C84.747 37.298 84.7627 37.3084 84.7732 37.324C84.8203 37.3862 84.8203 37.4485 84.7732 37.5108C84.747 37.5419 84.7156 37.5627 84.6842 37.5834C84.59 37.6405 84.4853 37.6716 84.3806 37.6924C84.1293 37.7494 83.8728 37.7754 83.6163 37.7754",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M85.7416 24.228V24.0723C85.7416 23.9634 85.7573 23.8544 85.7782 23.7506C85.7992 23.6106 85.8411 23.4756 85.8882 23.3459C85.951 23.1851 86.019 23.0294 86.1133 22.8842C86.1761 22.7804 86.2494 22.6818 86.3279 22.5936C86.375 22.5365 86.4273 22.4794 86.4849 22.4327C86.5006 22.4172 86.5163 22.4016 86.532 22.386C86.642 22.2719 86.7728 22.1837 86.9089 22.1007C87.0346 22.0228 87.1707 21.9606 87.312 21.9087C87.4062 21.8776 87.5109 21.8516 87.6104 21.8257C87.6889 21.8049 87.7674 21.7997 87.846 21.7842C87.8617 21.7842 87.8774 21.7842 87.8983 21.7842C88.0082 21.7842 88.1182 21.7842 88.2281 21.7842C88.2804 21.7842 88.3328 21.7945 88.3904 21.7997C88.5055 21.8153 88.6155 21.8412 88.7254 21.8672C88.8196 21.8931 88.9138 21.9243 89.0028 21.9658C89.1494 22.0332 89.2855 22.1059 89.4164 22.1993C89.4792 22.246 89.5472 22.2927 89.6048 22.3497C89.6519 22.3912 89.6991 22.4327 89.7462 22.4743C89.8299 22.5521 89.9032 22.6455 89.9765 22.7389C90.0131 22.7804 90.0446 22.8271 90.076 22.8738C90.1754 23.0139 90.2539 23.1643 90.3115 23.3252C90.3639 23.4549 90.4058 23.5898 90.4372 23.7299C90.4529 23.8077 90.4686 23.8907 90.479 23.9738C90.4895 24.0568 90.5 24.1346 90.5052 24.2176C90.5052 24.2799 90.5157 24.3421 90.4947 24.4044C90.4947 24.4148 90.4947 24.4303 90.4947 24.4407C90.4947 24.6016 90.4686 24.7572 90.4319 24.9129C90.39 25.0841 90.3325 25.2553 90.2539 25.411C90.2173 25.4784 90.1859 25.5511 90.144 25.6133C90.0969 25.686 90.0498 25.7534 89.9974 25.8209C89.9765 25.8468 89.9556 25.8728 89.9399 25.9039C89.9346 25.9195 89.9189 25.9298 89.9084 25.9454C89.8352 26.0181 89.7671 26.0907 89.6886 26.1633C89.6362 26.21 89.5787 26.2515 89.5211 26.2931C89.4164 26.3709 89.3012 26.4435 89.1861 26.5006C89.0657 26.5629 88.94 26.6096 88.8092 26.6459C88.7149 26.6718 88.6259 26.6926 88.5317 26.7081C88.5265 26.7081 88.516 26.7133 88.5108 26.7133C88.4427 26.7185 88.3694 26.7289 88.3014 26.7289C88.2333 26.7289 88.1653 26.7289 88.0972 26.7289C87.935 26.7289 87.7779 26.7029 87.6209 26.6666C87.4167 26.6199 87.2283 26.5369 87.0398 26.4383C86.9456 26.3864 86.8566 26.3294 86.7676 26.2671C86.71 26.2256 86.6577 26.1737 86.6001 26.1218C86.5792 26.1011 86.5582 26.0855 86.532 26.0648C86.532 26.0648 86.5216 26.0596 86.5216 26.0544C86.4849 25.9973 86.4273 25.961 86.3855 25.9143C86.2965 25.8157 86.2127 25.7119 86.1447 25.5978C86.0766 25.4888 86.0138 25.3747 85.9667 25.2553C85.9405 25.1983 85.9143 25.1412 85.8934 25.0789C85.841 24.9285 85.8044 24.778 85.7782 24.6223C85.7521 24.4874 85.7416 24.3473 85.7468 24.228",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M86.7624 20.6064C86.7624 20.6375 86.7624 20.6686 86.7624 20.7049C86.7624 20.8191 86.7467 20.9332 86.7257 21.0422C86.6995 21.1875 86.6577 21.3276 86.6001 21.4625C86.5373 21.6181 86.4587 21.7686 86.3593 21.9087C86.2808 22.0177 86.2023 22.1266 86.1028 22.22C86.0871 22.2356 86.0714 22.2511 86.0557 22.2667C85.9562 22.3653 85.8515 22.4535 85.7364 22.5313C85.5584 22.661 85.3595 22.7544 85.1553 22.8323C85.0035 22.8893 84.8465 22.9257 84.6894 22.962C84.6266 22.9724 84.5638 22.9724 84.5062 22.9827C84.3858 23.0035 84.2654 22.9931 84.145 22.9931C84.056 22.9931 83.967 22.9775 83.878 22.9672C83.789 22.9568 83.7 22.9412 83.611 22.9205C83.386 22.8634 83.1661 22.7856 82.9619 22.6766C82.8573 22.6195 82.7526 22.5573 82.6583 22.4898C82.606 22.4535 82.5589 22.4068 82.5118 22.3653C82.4437 22.303 82.3757 22.246 82.3076 22.1785C82.1977 22.0644 82.0982 21.9398 82.0145 21.8049C81.9726 21.7323 81.9255 21.6596 81.8888 21.587C81.7894 21.3898 81.7213 21.1823 81.6847 20.9644C81.6637 20.8554 81.6533 20.7516 81.6533 20.6427C81.6533 20.6271 81.6533 20.6064 81.6533 20.5908C81.6428 20.5597 81.6428 20.5285 81.6533 20.4974C81.6533 20.487 81.6533 20.4715 81.6533 20.4611C81.6533 20.321 81.6794 20.1861 81.7108 20.0512C81.7475 19.8748 81.8103 19.7087 81.8941 19.5531C81.9569 19.4286 82.0302 19.3092 82.1087 19.2003C82.1453 19.1536 82.182 19.1069 82.2238 19.0654C82.271 19.0135 82.3181 18.9564 82.3704 18.9097C82.4018 18.8786 82.4385 18.8474 82.4751 18.8163C82.5589 18.7488 82.6479 18.6814 82.7368 18.6191C82.8415 18.5465 82.9567 18.4894 83.0719 18.4375C83.1556 18.4012 83.2446 18.3701 83.3284 18.339C83.4802 18.2819 83.6372 18.2559 83.7943 18.2248C83.9042 18.204 84.0141 18.2092 84.1241 18.204C84.1764 18.204 84.2235 18.204 84.2759 18.204C84.3963 18.204 84.5219 18.2196 84.6423 18.2352C84.7732 18.2559 84.8988 18.2871 85.0244 18.3338C85.1762 18.3856 85.328 18.4479 85.4694 18.5309C85.5688 18.588 85.6578 18.6503 85.7521 18.7125C85.8515 18.78 85.9353 18.8578 86.019 18.9356C86.1237 19.0342 86.2232 19.138 86.3069 19.2573C86.3541 19.3196 86.3959 19.387 86.4378 19.4545C86.464 19.5012 86.4902 19.5479 86.5163 19.5946C86.5844 19.7243 86.6367 19.8592 86.6734 20.0045C86.6996 20.0927 86.7257 20.1809 86.731 20.2743C86.731 20.295 86.7414 20.3158 86.7414 20.3417C86.7414 20.3677 86.7519 20.3936 86.7519 20.4196C86.7519 20.487 86.7519 20.5597 86.7519 20.6271L86.7624 20.6064Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M80.1457 19.4856H80.041C79.9677 19.4856 79.8996 19.4701 79.8263 19.4649C79.7164 19.4545 79.6169 19.4182 79.507 19.4026C79.4965 19.4026 79.4913 19.3974 79.4808 19.3922C79.261 19.3248 79.0621 19.2262 78.8788 19.0913C78.8317 19.055 78.7898 19.0135 78.748 18.972C78.748 18.972 78.7375 18.9616 78.7323 18.9564C78.6642 18.9045 78.6171 18.8319 78.5648 18.7644C78.5229 18.7073 78.481 18.6503 78.4496 18.5828C78.4234 18.5361 78.4077 18.4894 78.3868 18.4375C78.3501 18.3441 78.324 18.2456 78.3083 18.147C78.2873 18.0276 78.2821 17.9031 78.2925 17.7786C78.3083 17.6177 78.3449 17.4569 78.4025 17.3064C78.4653 17.1404 78.5543 16.9847 78.659 16.8446C78.7113 16.772 78.7689 16.6994 78.837 16.6371C78.8788 16.5956 78.9155 16.5489 78.9574 16.5074C79.0149 16.4555 79.0778 16.4036 79.1406 16.3517C79.3133 16.222 79.507 16.1234 79.7059 16.03C79.842 15.9678 79.9834 15.9211 80.1299 15.8847C80.2189 15.864 80.3132 15.8536 80.4074 15.8381C80.5278 15.8173 80.6482 15.8121 80.7738 15.8121C80.8785 15.8121 80.978 15.8225 81.0827 15.8381C81.2188 15.8536 81.3496 15.8899 81.4753 15.9366C81.6533 15.9989 81.8208 16.0819 81.9726 16.1909C82.0982 16.2843 82.2081 16.3932 82.3024 16.5229C82.3599 16.6008 82.4071 16.6786 82.4489 16.7616C82.496 16.855 82.5275 16.9588 82.5484 17.0574C82.5693 17.13 82.5746 17.2078 82.585 17.2805C82.5955 17.3687 82.5955 17.4569 82.5798 17.5451C82.5641 17.6177 82.5589 17.6956 82.5432 17.7682C82.5222 17.8616 82.4856 17.9446 82.4542 18.0328C82.4071 18.1522 82.3442 18.2611 82.2762 18.3649C82.2343 18.4272 82.182 18.4894 82.1349 18.5517C82.0511 18.6606 81.9516 18.7488 81.8522 18.8422C81.8051 18.8889 81.7527 18.9253 81.6951 18.9668C81.58 19.0498 81.4596 19.1224 81.3287 19.1899C81.1664 19.2729 80.9989 19.3403 80.8209 19.3819C80.7319 19.4026 80.6482 19.4234 80.5592 19.4389C80.4964 19.4493 80.4336 19.4545 80.376 19.4649C80.2975 19.4804 80.2189 19.4753 80.1404 19.4753",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M91.3009 25.7638C91.4998 25.769 91.683 25.8105 91.8662 25.8883C92.0128 25.9506 92.1437 26.0388 92.2589 26.1478C92.4735 26.3501 92.62 26.5888 92.7195 26.8638C92.7771 27.0246 92.8085 27.1855 92.819 27.3515C92.8242 27.4294 92.8294 27.5124 92.8294 27.5902C92.8294 27.6992 92.8137 27.8081 92.798 27.9171C92.7771 28.0572 92.7404 28.1973 92.6986 28.3322C92.6462 28.4982 92.5677 28.6487 92.4839 28.7991C92.4211 28.9081 92.3478 29.0067 92.2746 29.1053C92.2013 29.1987 92.1175 29.2817 92.0338 29.3595C91.8977 29.484 91.7511 29.5982 91.5836 29.6812C91.4213 29.7642 91.2485 29.8213 91.0653 29.8472C90.6884 29.9043 90.3325 29.8317 90.0184 29.6189C89.8613 29.51 89.7252 29.3751 89.6205 29.2142C89.4635 28.9859 89.3693 28.7317 89.3222 28.4619C89.3065 28.3633 89.296 28.2647 89.296 28.1661C89.296 28.0675 89.296 27.9742 89.3012 27.8808C89.3065 27.8133 89.3169 27.7459 89.3274 27.6784C89.3536 27.5227 89.3954 27.3723 89.453 27.2218C89.5368 26.9935 89.6519 26.786 89.7985 26.594C89.9399 26.4124 90.0969 26.2515 90.2801 26.1166C90.5157 25.9454 90.7774 25.8313 91.0706 25.7898C91.1491 25.7794 91.2276 25.7742 91.3061 25.769",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M77.0886 16.9536C76.9629 16.9536 76.8425 16.938 76.7221 16.9017C76.5913 16.8602 76.4761 16.7928 76.3819 16.689C76.3086 16.606 76.2667 16.5074 76.2458 16.4036C76.2196 16.2376 76.2458 16.0819 76.3086 15.9314C76.3714 15.7654 76.4709 15.6149 76.586 15.48C76.7797 15.2517 77.0048 15.0546 77.2718 14.9093C77.4498 14.8107 77.6277 14.7277 77.8162 14.6654C77.9052 14.6343 77.9994 14.6187 78.0884 14.598C78.235 14.572 78.3815 14.5617 78.5281 14.5668C78.6956 14.5772 78.8527 14.6187 78.994 14.7069C79.151 14.8055 79.2453 14.9508 79.2714 15.1376C79.2924 15.2881 79.2662 15.4333 79.2086 15.5734C79.151 15.7291 79.0621 15.8692 78.9574 15.9989C78.8841 16.0871 78.8056 16.1753 78.7218 16.2531C78.6485 16.3206 78.5752 16.3777 78.4967 16.4399C78.303 16.5904 78.0832 16.7045 77.8528 16.7928C77.7481 16.8291 77.6434 16.8706 77.5387 16.8965C77.4445 16.9173 77.3451 16.938 77.2508 16.9432C77.1933 16.9432 77.1409 16.9536 77.0833 16.9536",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M94.18 29.7435C94.18 30.0185 94.112 30.2779 94.0125 30.5321C93.9078 30.8019 93.756 31.0406 93.5728 31.2637C93.4733 31.3882 93.3581 31.5076 93.2325 31.6062C93.0598 31.7463 92.8661 31.8552 92.6462 31.9071C92.4944 31.9434 92.3426 31.9382 92.196 31.876C92.0652 31.8189 91.9709 31.7255 91.8977 31.6062C91.8401 31.5076 91.8034 31.4038 91.7825 31.2948C91.7511 31.1288 91.7511 30.9628 91.7773 30.7967C91.7982 30.6567 91.8244 30.5166 91.8715 30.3817C91.9605 30.1119 92.0861 29.8628 92.2536 29.6345C92.395 29.4373 92.5625 29.2609 92.7509 29.1105C92.9027 28.9911 93.0702 28.9029 93.2639 28.8562C93.3686 28.8303 93.4733 28.8147 93.578 28.8303C93.7508 28.8562 93.8921 28.934 93.9968 29.0741C94.0753 29.1779 94.1224 29.3024 94.1538 29.427C94.18 29.5307 94.1852 29.6397 94.1852 29.7486",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M94.7925 31.1807C94.782 31.3312 94.7349 31.4764 94.6825 31.6165C94.5936 31.85 94.4679 32.0679 94.3266 32.2755C94.2166 32.4415 94.091 32.5972 93.9549 32.7373C93.8397 32.8566 93.7089 32.9552 93.5623 33.033C93.5204 33.059 93.4733 33.0797 93.421 33.0849C93.3581 33.0901 93.3006 33.0849 93.2534 33.0434C93.222 33.0123 93.2063 32.976 93.1959 32.9344C93.1697 32.8307 93.1802 32.7321 93.2011 32.6283C93.2325 32.4727 93.2901 32.3222 93.3582 32.1821C93.4733 31.9382 93.6199 31.7099 93.7874 31.4972C93.8869 31.3727 93.9916 31.2533 94.1067 31.1444C94.2009 31.0562 94.3109 30.9835 94.4313 30.9213C94.4784 30.9005 94.5307 30.8798 94.5831 30.8798C94.6773 30.8798 94.7506 30.9265 94.7663 31.0199C94.7768 31.0717 94.7768 31.1236 94.782 31.1755",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M77.01 13.9235C77.0519 13.9338 77.0833 13.9338 77.1147 13.9442C77.2142 13.9754 77.2613 14.0428 77.2456 14.1673C77.2351 14.2192 77.2194 14.2711 77.1933 14.3178C77.1357 14.4268 77.0676 14.5202 76.9839 14.6084C76.8844 14.7121 76.7797 14.8107 76.6645 14.8989C76.497 15.0338 76.319 15.1583 76.1254 15.2621C75.9578 15.3503 75.7799 15.4282 75.5967 15.48C75.5234 15.5008 75.4501 15.5112 75.3768 15.5164C75.3297 15.5164 75.2773 15.5164 75.2302 15.5008C75.1517 15.48 75.0993 15.423 75.0889 15.3399C75.0836 15.2725 75.0993 15.205 75.1308 15.1428C75.1726 15.0598 75.225 14.9767 75.2878 14.9041C75.4291 14.7329 75.5862 14.5876 75.7642 14.4579C75.9474 14.323 76.1463 14.2036 76.3505 14.0999C76.5127 14.022 76.6855 13.9598 76.8635 13.9287C76.9106 13.9183 76.9629 13.9183 77.0048 13.9183",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M81.0251 28.327C81.0251 28.1402 81.0565 27.9534 81.0984 27.7718C81.1717 27.4709 81.3025 27.1959 81.4805 26.9416C81.58 26.8015 81.6951 26.6666 81.826 26.5473C82.0092 26.3813 82.2134 26.236 82.4385 26.127C82.695 26.0025 82.9672 25.9143 83.2498 25.878C83.4278 25.852 83.6058 25.8416 83.7838 25.852C83.9932 25.8676 84.2026 25.8987 84.4067 25.961C84.6632 26.0388 84.904 26.153 85.1291 26.3034C85.2024 26.3501 85.2705 26.4124 85.3385 26.4643C85.4066 26.511 85.4589 26.568 85.5165 26.6251C85.684 26.7963 85.8306 26.9883 85.9457 27.2011C86.0609 27.4138 86.1394 27.6421 86.1865 27.8808C86.2075 27.9793 86.2127 28.0779 86.2232 28.1713C86.2389 28.301 86.2232 28.4256 86.2179 28.5501C86.2127 28.6539 86.1918 28.7576 86.1708 28.8562C86.129 29.043 86.0609 29.2246 85.9772 29.3958C85.9091 29.5307 85.8253 29.6553 85.7364 29.7798C85.6264 29.9251 85.506 30.0548 85.3699 30.1741C85.1134 30.392 84.836 30.5633 84.5114 30.667C84.3177 30.7293 84.1241 30.776 83.9251 30.8019C83.7105 30.8279 83.4959 30.8279 83.2813 30.8019C83.0352 30.7656 82.7997 30.7085 82.5693 30.61C82.3757 30.5269 82.1924 30.4284 82.0249 30.2986C81.9202 30.2208 81.8208 30.1326 81.7318 30.0444C81.6009 29.9147 81.4857 29.7694 81.3915 29.6086C81.2921 29.4477 81.2135 29.2817 81.1507 29.1001C81.0984 28.9392 81.0565 28.7732 81.046 28.6072C81.0356 28.5138 81.0303 28.4204 81.0251 28.327Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M79.6588 27.2529C79.4494 27.2529 79.2453 27.2322 79.0463 27.1751C78.8788 27.1284 78.7166 27.0661 78.5595 26.9831C78.4129 26.9053 78.2768 26.8171 78.1512 26.7133C78.1093 26.6822 78.0727 26.6459 78.036 26.6096C77.9942 26.5732 77.9575 26.5317 77.9209 26.4902C77.7848 26.3501 77.6748 26.1945 77.5806 26.0232C77.5178 25.9091 77.4655 25.7949 77.4183 25.6756C77.3712 25.5459 77.3346 25.4162 77.3084 25.2865C77.277 25.1412 77.2613 24.9959 77.2613 24.8506C77.2613 24.4978 77.3241 24.1554 77.4602 23.8233C77.544 23.6261 77.6539 23.4445 77.7848 23.2733C77.8633 23.1747 77.9471 23.0813 78.036 22.9879C78.1355 22.8893 78.2454 22.8063 78.3658 22.7285C78.549 22.6092 78.7427 22.5158 78.9521 22.4483C79.0935 22.4016 79.2348 22.3757 79.3814 22.3549C79.4075 22.3549 79.439 22.3549 79.4651 22.3497C79.5279 22.3497 79.596 22.3393 79.6588 22.3393C79.6955 22.3393 79.7321 22.3393 79.7687 22.3445C80.1456 22.3601 80.5016 22.4691 80.8262 22.6559C80.9466 22.7285 81.067 22.8063 81.1717 22.8997C81.2083 22.9308 81.2502 22.962 81.2816 22.9983C81.4229 23.1384 81.5486 23.2889 81.6533 23.4601C81.826 23.7351 81.9412 24.036 81.9935 24.3577C82.0092 24.4459 82.0145 24.5341 82.0249 24.6223C82.0354 24.7209 82.0354 24.8143 82.0249 24.9129C82.0145 25.0789 81.9935 25.2398 81.9516 25.4006C81.9045 25.5822 81.8417 25.7586 81.7579 25.9299C81.6847 26.0699 81.6009 26.1997 81.5067 26.3242C81.4386 26.4124 81.3653 26.4954 81.2868 26.5732C81.1141 26.7341 80.9309 26.8742 80.7215 26.9831C80.6168 27.035 80.5121 27.0869 80.4022 27.1232C80.2713 27.1699 80.1352 27.2062 79.9938 27.2218C79.8787 27.2374 79.7687 27.2529 79.6536 27.2478",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M85.1815 31.6944C85.1815 31.5076 85.2129 31.3208 85.2705 31.134C85.3542 30.8798 85.4746 30.6463 85.6474 30.4387C85.7259 30.3401 85.8044 30.2468 85.8986 30.1637C86.0243 30.0444 86.1604 29.9406 86.3069 29.8524C86.5111 29.7227 86.7257 29.6137 86.956 29.5411C87.1183 29.4892 87.2806 29.4529 87.4533 29.4373C87.5476 29.427 87.6366 29.4166 87.7308 29.4166C87.825 29.4166 87.9192 29.4166 88.0135 29.4321C88.1915 29.4477 88.3642 29.4892 88.5265 29.5567C88.7045 29.6241 88.8667 29.7123 89.0133 29.8317C89.0657 29.8732 89.1128 29.9147 89.1599 29.9614C89.3536 30.1585 89.4949 30.392 89.5682 30.6567C89.6205 30.8331 89.631 31.0147 89.6258 31.2015C89.6205 31.3779 89.5787 31.5491 89.5211 31.7151C89.3954 32.0628 89.1965 32.3585 88.9296 32.6127C88.8092 32.7269 88.6835 32.8359 88.5474 32.9293C88.3799 33.0434 88.2072 33.1368 88.0187 33.2042C87.8303 33.2769 87.6366 33.3288 87.4324 33.3599C87.2544 33.3858 87.0765 33.4014 86.8932 33.3858C86.7048 33.3703 86.5216 33.3392 86.3436 33.2769C86.1604 33.2146 85.9876 33.1316 85.8358 33.0123C85.7678 32.9604 85.7049 32.9085 85.6421 32.8462C85.3961 32.5972 85.2443 32.3066 85.1972 31.959C85.1867 31.876 85.1815 31.793 85.1815 31.6996",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M78.3868 21.0059C78.3868 21.229 78.3449 21.4677 78.2664 21.7063C78.1826 21.971 78.0518 22.2148 77.8947 22.4379C77.8633 22.4846 77.8162 22.5209 77.7848 22.5676C77.7324 22.6403 77.6591 22.7026 77.5963 22.7648C77.4916 22.8686 77.3765 22.9516 77.2508 23.0294C77.099 23.1228 76.942 23.1955 76.7745 23.2474C76.675 23.2785 76.5756 23.2992 76.4709 23.3096C76.3609 23.3252 76.2562 23.3252 76.1463 23.32C75.8584 23.2992 75.6019 23.2058 75.3716 23.0346C75.2093 22.9153 75.0732 22.77 74.9737 22.5936C74.8481 22.386 74.7748 22.1629 74.7382 21.9243C74.7172 21.779 74.7067 21.6337 74.7172 21.4884C74.7277 21.312 74.7539 21.1356 74.8062 20.9644C74.8533 20.8035 74.9109 20.6479 74.9894 20.4974C75.0575 20.3677 75.136 20.238 75.225 20.1186C75.3559 19.9422 75.5077 19.7866 75.6856 19.6569C75.8008 19.5738 75.9212 19.4908 76.0521 19.4337C76.1882 19.3715 76.3243 19.3144 76.4709 19.2833C76.6645 19.2418 76.853 19.2314 77.0467 19.2573C77.1985 19.2729 77.3398 19.3144 77.4759 19.3767C77.5859 19.4286 77.6853 19.4908 77.7795 19.5686C77.8214 19.5998 77.8581 19.6309 77.8947 19.6672C77.9994 19.771 78.0884 19.8851 78.1564 20.0097C78.2768 20.2276 78.3501 20.4611 78.3815 20.7101C78.392 20.8035 78.392 20.8917 78.3972 21.0059",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M75.7746 18.1314C75.7746 18.396 75.7275 18.6088 75.649 18.8163C75.5495 19.0757 75.4134 19.3144 75.2459 19.5323C75.0889 19.7399 74.9004 19.9215 74.6753 20.0667C74.5706 20.1342 74.4607 20.2017 74.3403 20.2432C74.2147 20.2899 74.0786 20.321 73.9425 20.3158C73.7907 20.3106 73.6441 20.2691 73.5289 20.1653C73.5028 20.1446 73.4818 20.1186 73.4556 20.0979C73.3562 19.9837 73.2986 19.8488 73.2777 19.7035C73.2515 19.5219 73.2567 19.3403 73.2934 19.1587C73.3405 18.9253 73.4242 18.7073 73.5342 18.4998C73.6389 18.3078 73.7593 18.1262 73.9006 17.9602C73.9844 17.8668 74.0733 17.7838 74.1728 17.7008C74.3037 17.5918 74.4398 17.5036 74.5916 17.4309C74.7067 17.3739 74.8219 17.3427 74.9475 17.322C75.0418 17.3116 75.1308 17.3064 75.2197 17.322C75.314 17.3376 75.3925 17.3739 75.471 17.4309C75.6071 17.5295 75.6856 17.6644 75.7328 17.8201C75.7642 17.9342 75.7746 18.0484 75.7746 18.1262",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M89.3902 34.7401C89.2122 34.7401 89.0657 34.7245 88.9296 34.6726C88.7306 34.6 88.5998 34.4651 88.5317 34.2679C88.516 34.2212 88.5055 34.1745 88.5055 34.1278C88.4951 34.0137 88.5055 33.9047 88.5369 33.7957C88.5893 33.6245 88.6626 33.4637 88.7673 33.3184C88.8563 33.1887 88.9557 33.0693 89.0709 32.9604C89.1442 32.8929 89.2227 32.8255 89.3065 32.7632C89.3954 32.6906 89.4897 32.6283 89.5891 32.5712C89.809 32.4415 90.0446 32.3533 90.2958 32.3014C90.4162 32.2755 90.5366 32.2599 90.6623 32.2651C90.7931 32.2651 90.9188 32.2911 91.0392 32.3429C91.2695 32.4467 91.4056 32.6231 91.4318 32.8722C91.4527 33.0382 91.4161 33.1939 91.3585 33.3495C91.3009 33.4896 91.2276 33.6245 91.1334 33.7439C91.0339 33.8788 90.9135 34.0033 90.7879 34.1122C90.6413 34.242 90.479 34.3561 90.3063 34.4547C90.1702 34.5325 90.0236 34.5896 89.877 34.6415C89.7723 34.6778 89.6677 34.7037 89.563 34.7193C89.4949 34.7297 89.4268 34.7349 89.3954 34.7401",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M90.7826 35.3627C90.7408 35.3575 90.7094 35.3575 90.6727 35.3471C90.5733 35.3212 90.5209 35.2589 90.5314 35.1344C90.5314 35.0825 90.5523 35.0306 90.5733 34.9839C90.6204 34.875 90.6884 34.7712 90.7617 34.6778C90.8507 34.5637 90.9502 34.4599 91.0601 34.3613C91.2171 34.2108 91.3846 34.0759 91.5679 33.9618C91.7301 33.8632 91.8977 33.775 92.0809 33.7075C92.1489 33.6816 92.2222 33.666 92.2955 33.6557C92.3426 33.6505 92.395 33.6557 92.4421 33.6557C92.5258 33.6712 92.5782 33.7231 92.5939 33.8061C92.6043 33.8736 92.5939 33.941 92.5625 34.0033C92.5258 34.0915 92.4787 34.1745 92.4211 34.2523C92.2955 34.4288 92.1437 34.5896 91.9762 34.7297C91.8034 34.8802 91.615 35.0099 91.4161 35.1292C91.259 35.2226 91.0967 35.2901 90.9188 35.3368C90.8716 35.3471 90.8245 35.3523 90.7826 35.3575",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M72.7542 17.9654C72.7751 17.8201 72.8275 17.6852 72.8903 17.5503C72.995 17.3272 73.1311 17.13 73.2777 16.938C73.3981 16.7876 73.5289 16.6423 73.6703 16.5126C73.7907 16.4036 73.9215 16.3206 74.0681 16.2531C74.1152 16.2324 74.1571 16.2168 74.2094 16.2116C74.267 16.2116 74.3246 16.2168 74.3665 16.2635C74.3979 16.2946 74.4084 16.331 74.4136 16.3725C74.4293 16.4711 74.4136 16.5696 74.3874 16.6682C74.3456 16.8187 74.2775 16.9588 74.2042 17.0885C74.0733 17.3168 73.9163 17.5243 73.7383 17.7215C73.6336 17.8357 73.5237 17.9446 73.4033 18.0432C73.3038 18.1262 73.1939 18.1885 73.0735 18.2352C73.0264 18.2559 72.9793 18.2663 72.9269 18.2663C72.8327 18.2663 72.7699 18.2092 72.7594 18.1158C72.7542 18.064 72.7594 18.0173 72.7542 17.9654Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M91.0444 18.2144C91.2747 18.2144 91.4841 18.2559 91.6883 18.3338C91.8767 18.4064 92.0495 18.505 92.2117 18.6295C92.3583 18.7385 92.4944 18.8578 92.6148 18.9927C92.6829 19.0705 92.7457 19.1587 92.8085 19.2418C92.8975 19.3611 92.9708 19.4908 93.0388 19.6205C93.154 19.854 93.2377 20.0927 93.2849 20.3469C93.3006 20.43 93.311 20.513 93.3163 20.6012C93.3163 20.6582 93.3267 20.7153 93.3267 20.7724C93.3163 20.9229 93.311 21.0733 93.2744 21.2238C93.2377 21.3846 93.1802 21.5351 93.1069 21.6752C93.065 21.753 93.0179 21.8257 92.9551 21.8879C92.9341 21.9087 92.9237 21.9295 92.9027 21.9502C92.8923 21.9658 92.8765 21.9813 92.8608 21.9917C92.7666 22.0695 92.6776 22.1526 92.5677 22.2096C92.4421 22.2771 92.306 22.329 92.1594 22.3445C92.0809 22.3549 92.0076 22.3705 91.9291 22.3705C91.7982 22.3705 91.6726 22.3549 91.5469 22.329C91.3271 22.2823 91.1281 22.1941 90.9397 22.0799C90.8612 22.0332 90.7826 21.9813 90.7094 21.9243C90.6413 21.8724 90.5837 21.8153 90.5209 21.7582C90.4267 21.6752 90.3429 21.5766 90.2592 21.4832C90.1964 21.4054 90.1388 21.3224 90.0864 21.2394C89.966 21.0578 89.8666 20.8606 89.7933 20.6531C89.7514 20.5337 89.7148 20.4144 89.6886 20.2899C89.6676 20.2017 89.6572 20.1083 89.6467 20.0149C89.6415 19.9267 89.6362 19.8385 89.6362 19.7502C89.6362 19.6724 89.6519 19.5946 89.6572 19.5168C89.6676 19.4389 89.6834 19.3663 89.6991 19.2937C89.7409 19.138 89.8038 18.9875 89.8875 18.8474C89.9294 18.78 89.9765 18.7125 90.0341 18.6555C90.055 18.6399 90.0655 18.6139 90.0864 18.5932C90.1754 18.4998 90.2749 18.4272 90.39 18.3649C90.5104 18.3026 90.6413 18.2507 90.7774 18.23C90.8716 18.2144 90.9606 18.204 91.0444 18.2092",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M84.5324 16.0248C84.4957 16.0248 84.4748 16.0248 84.4538 16.0248C84.3544 16.0248 84.2497 16.0145 84.1502 15.9989C84.0822 15.9885 84.0141 15.9833 83.9461 15.9678C83.7943 15.9366 83.6425 15.8951 83.4959 15.8381C83.4226 15.8121 83.3545 15.7862 83.2865 15.7498C83.2132 15.7135 83.1452 15.6772 83.0771 15.6305C82.9829 15.5734 82.8939 15.506 82.8101 15.4333C82.6897 15.3244 82.585 15.205 82.5118 15.0598C82.4594 14.9612 82.4228 14.8574 82.4123 14.7484C82.4123 14.7121 82.4018 14.6758 82.4018 14.6395C82.4018 14.4631 82.4542 14.3022 82.5484 14.1518C82.6112 14.0532 82.6897 13.9702 82.7735 13.8923C82.852 13.8249 82.9358 13.773 83.0248 13.7263C83.2132 13.6225 83.4174 13.5447 83.6268 13.4928C83.7053 13.4772 83.7838 13.4617 83.8676 13.4565C83.9356 13.4513 83.9984 13.4409 84.0665 13.4357C84.0874 13.4357 84.1031 13.4357 84.1241 13.4357C84.2287 13.4357 84.3387 13.4357 84.4434 13.4357C84.5114 13.4357 84.5742 13.4461 84.6423 13.4565C84.7313 13.4669 84.815 13.4824 84.8988 13.5032C84.9669 13.5188 85.0349 13.5343 85.103 13.5499C85.2862 13.5966 85.4641 13.6692 85.6264 13.7626C85.7364 13.8249 85.841 13.8923 85.9405 13.9754C86.0609 14.0739 86.1656 14.1777 86.2441 14.3074C86.3069 14.4008 86.3541 14.5046 86.3802 14.6135C86.4064 14.7173 86.4116 14.8263 86.3959 14.9352C86.3802 15.0494 86.3436 15.1583 86.286 15.2569C86.2127 15.3866 86.108 15.4852 85.9981 15.5786C85.9248 15.6409 85.8463 15.6876 85.7625 15.7343C85.6369 15.8017 85.5008 15.864 85.3647 15.9055C85.2443 15.9418 85.1239 15.9678 85.0035 15.9885C84.9302 15.9989 84.8569 15.9937 84.7836 16.0093C84.6999 16.0248 84.6109 16.0197 84.5428 16.0197",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M88.5893 18.8526C88.3014 18.8526 88.0239 18.8111 87.7517 18.7229C87.4743 18.6295 87.2073 18.4998 86.9718 18.3338C86.6263 18.0899 86.3436 17.789 86.1499 17.4102C86.0347 17.1819 85.9614 16.938 85.951 16.6838C85.9353 16.305 86.0452 15.9678 86.3174 15.6928C86.5373 15.4645 86.8095 15.3192 87.1236 15.2569C87.5581 15.1687 87.9821 15.1999 88.4061 15.3348C88.7202 15.4385 89.0133 15.5838 89.275 15.781C89.6258 16.0456 89.9032 16.3725 90.076 16.772C90.1597 16.9588 90.2068 17.156 90.2173 17.3583C90.2382 17.6956 90.1545 18.0121 89.9346 18.2767C89.7619 18.4894 89.542 18.6451 89.2803 18.7385C89.0971 18.8059 88.9034 18.8422 88.7097 18.8526C88.673 18.8526 88.6364 18.8526 88.5945 18.8578",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M92.5572 23.5431C92.5572 23.3148 92.5991 23.045 92.6933 22.7856C92.7404 22.661 92.798 22.5469 92.8661 22.4327C92.9289 22.3238 93.0074 22.2252 93.1016 22.1422C93.2377 22.0177 93.4 21.9346 93.5885 21.9087C93.7298 21.8879 93.8712 21.9087 94.002 21.9606C94.1538 22.0177 94.2899 22.1059 94.4051 22.22C94.4941 22.3082 94.5674 22.4016 94.6407 22.5002C94.8186 22.7492 94.9338 23.0294 95.0019 23.3252C95.028 23.429 95.0385 23.5327 95.0542 23.6365C95.0751 23.7818 95.0804 23.9271 95.0751 24.0723C95.0647 24.337 95.028 24.5964 94.9286 24.8454C94.8501 25.0426 94.7454 25.2242 94.604 25.385C94.4679 25.5355 94.3056 25.6341 94.1067 25.6756C93.9758 25.7016 93.8397 25.7016 93.7089 25.6652C93.5466 25.6185 93.4053 25.5355 93.2744 25.4266C93.1906 25.3539 93.1121 25.2709 93.0441 25.1775C92.887 24.9648 92.7666 24.7365 92.6881 24.4822C92.6357 24.3214 92.5991 24.1554 92.5782 23.9893C92.5625 23.8596 92.552 23.7247 92.552 23.5431",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M81.7894 12.7249C81.9569 12.7249 82.1453 12.7405 82.3338 12.7924C82.4699 12.8287 82.6007 12.8806 82.7107 12.9688C82.7735 13.0155 82.8206 13.0777 82.8468 13.1504C82.8834 13.2489 82.8677 13.3423 82.8311 13.4305C82.8049 13.4876 82.7683 13.5395 82.7211 13.5914C82.6322 13.69 82.5222 13.7678 82.4071 13.8353C82.1872 13.965 81.9516 14.0532 81.7056 14.1154C81.5747 14.1466 81.4386 14.1673 81.3078 14.1881C81.135 14.214 80.9623 14.2192 80.7895 14.2088C80.6063 14.1985 80.4231 14.1725 80.2503 14.1154C80.1404 14.0739 80.0357 14.022 79.952 13.9442C79.9363 13.9287 79.9206 13.9131 79.9101 13.8975C79.8106 13.7782 79.8054 13.6433 79.8682 13.5084C79.9101 13.4254 79.9677 13.3527 80.0357 13.2853C80.1352 13.1971 80.2451 13.114 80.3655 13.0518C80.4388 13.0155 80.5173 12.9791 80.5958 12.948C80.7738 12.8754 80.9518 12.8235 81.1403 12.7872C81.2188 12.7716 81.3025 12.7612 81.3811 12.7508C81.5119 12.7301 81.6376 12.7249 81.7946 12.7249",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M94.3318 27.2218C94.3318 27.0454 94.3423 26.9157 94.358 26.7912C94.3842 26.5888 94.426 26.3916 94.4888 26.1997C94.5621 25.9765 94.6668 25.769 94.8029 25.577C94.8658 25.4888 94.9443 25.411 95.0385 25.3539C95.0856 25.328 95.1327 25.3072 95.1851 25.2968C95.3055 25.2709 95.4102 25.302 95.4992 25.3799C95.5724 25.4421 95.63 25.5148 95.6719 25.603C95.7243 25.7171 95.7661 25.8365 95.7871 25.9558C95.8394 26.2048 95.8499 26.4591 95.8289 26.7133C95.808 26.9935 95.7504 27.2685 95.6562 27.5331C95.5986 27.6992 95.5253 27.86 95.4259 28.0053C95.3369 28.1402 95.227 28.244 95.0856 28.3218C94.9286 28.4048 94.7715 28.3529 94.6668 28.2647C94.6197 28.2232 94.5831 28.1713 94.5464 28.1142C94.4313 27.9223 94.3737 27.7147 94.3528 27.4968C94.3423 27.3878 94.337 27.2789 94.3318 27.2166",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M96.1273 28.1973C96.1273 28.3374 96.1064 28.4774 96.0802 28.6175C96.0174 28.96 95.9179 29.2921 95.7818 29.6189C95.7085 29.7953 95.6143 29.9562 95.4992 30.1067C95.4835 30.1326 95.4625 30.1534 95.4416 30.1741C95.4206 30.2001 95.3892 30.2156 95.3578 30.226C95.3002 30.2468 95.2584 30.226 95.2322 30.1793C95.2112 30.1326 95.2008 30.0807 95.1903 30.0288C95.1694 29.8991 95.1798 29.7694 95.1955 29.6449C95.2427 29.2609 95.3473 28.8925 95.4939 28.5345C95.562 28.3685 95.6457 28.218 95.7347 28.0624C95.7661 28.0053 95.808 27.9534 95.8551 27.9067C95.8813 27.8808 95.9127 27.86 95.9493 27.8496C96.0017 27.8341 96.0383 27.8444 96.0645 27.8911C96.0802 27.9119 96.0907 27.9378 96.0959 27.9638C96.1169 28.0416 96.1273 28.1194 96.1273 28.1973Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M80.2556 12.398C80.3079 12.4084 80.3655 12.4188 80.4179 12.4292C80.4493 12.4343 80.4807 12.4499 80.5069 12.4758C80.5383 12.507 80.554 12.5433 80.533 12.59C80.5173 12.6367 80.4859 12.673 80.4493 12.7093C80.3655 12.7872 80.2713 12.8494 80.1718 12.9013C79.8525 13.0725 79.5122 13.1971 79.1563 13.2749C79.0516 13.2956 78.9469 13.3216 78.837 13.3372C78.6852 13.3579 78.5333 13.3683 78.3815 13.3527C78.3397 13.3527 78.2978 13.3423 78.2559 13.3268C78.2402 13.3216 78.2245 13.3164 78.214 13.306C78.146 13.2645 78.125 13.2126 78.1669 13.14C78.1826 13.114 78.1983 13.0881 78.2245 13.0673C78.2716 13.0207 78.324 12.9791 78.3763 12.9428C78.549 12.8235 78.7427 12.7405 78.9364 12.6626C79.261 12.5381 79.5908 12.4551 79.9363 12.4084C80.0409 12.3928 80.1456 12.3928 80.2503 12.3928",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M80.1247 34.0448C79.7112 34.0448 79.3604 33.9618 79.0202 33.8217C78.8003 33.7283 78.6014 33.6038 78.4182 33.4533C78.2925 33.3495 78.1721 33.2458 78.0622 33.1212C77.9418 32.9811 77.8319 32.8307 77.7481 32.6646C77.5963 32.3585 77.5178 32.0368 77.5545 31.6944C77.5806 31.4505 77.6591 31.2222 77.8057 31.0199C77.8581 30.9524 77.9052 30.8798 77.968 30.8227C78.0989 30.6982 78.2454 30.5892 78.4129 30.5114C78.6014 30.4232 78.8003 30.3609 79.0097 30.335C79.1092 30.3246 79.2139 30.3142 79.3133 30.3142C79.5594 30.3142 79.7949 30.3557 80.0253 30.418C80.2713 30.4854 80.4964 30.5944 80.711 30.7293C80.8628 30.8227 81.0042 30.9316 81.1298 31.0562C81.402 31.3104 81.6114 31.6062 81.7318 31.9642C81.7841 32.1146 81.8155 32.2651 81.8208 32.4208C81.8365 32.7788 81.7475 33.1109 81.5224 33.3962C81.47 33.4637 81.4177 33.5259 81.3496 33.5778C81.3235 33.5986 81.3025 33.6245 81.2764 33.6453C81.1664 33.7335 81.046 33.8113 80.9152 33.8684C80.6482 33.9877 80.3655 34.0396 80.1142 34.0448",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M74.3403 28.6279C74.3403 28.3633 74.3613 28.1713 74.4188 27.9845C74.4869 27.7666 74.5811 27.5643 74.7277 27.3878C74.9737 27.0921 75.2878 26.9209 75.6752 26.8742C75.916 26.8482 76.1463 26.8742 76.3766 26.9468C76.6384 27.0298 76.8739 27.1647 77.0833 27.336C77.1933 27.4242 77.298 27.5227 77.3922 27.6265C77.4759 27.7199 77.5492 27.8185 77.6173 27.9223C77.7586 28.1454 77.8738 28.3789 77.9471 28.6331C77.9889 28.7784 78.0203 28.9289 78.036 29.0845C78.0622 29.3284 78.0465 29.5722 77.9889 29.8109C77.9418 30.0133 77.8581 30.2001 77.7429 30.3713C77.6906 30.4439 77.633 30.5114 77.5702 30.5736C77.4655 30.6826 77.3451 30.7708 77.209 30.8434C77.0519 30.9265 76.8792 30.9732 76.7012 30.9939C76.5756 31.0095 76.4499 31.0095 76.3295 30.9939C76.1986 30.9783 76.073 30.9472 75.9526 30.9005C75.7746 30.8383 75.6124 30.7552 75.4553 30.6463C75.3244 30.5581 75.204 30.4543 75.0994 30.3453C74.9475 30.1897 74.8114 30.0133 74.7015 29.8265C74.5497 29.5619 74.4398 29.2869 74.3822 28.9859C74.356 28.8458 74.3403 28.7057 74.3403 28.6331",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M83.4854 35.8867C83.2342 35.8867 82.9829 35.8556 82.7368 35.7934C82.5955 35.757 82.4594 35.7051 82.3285 35.6481C82.1296 35.5599 81.9464 35.4457 81.7841 35.2952C81.6271 35.1552 81.5119 34.9891 81.4439 34.7868C81.3444 34.491 81.381 34.2108 81.5486 33.9462C81.6637 33.7594 81.826 33.6141 82.0092 33.4896C82.25 33.334 82.5118 33.2406 82.7892 33.1783C83.0509 33.116 83.3179 33.1057 83.5849 33.1212C83.81 33.1368 84.0298 33.1679 84.2445 33.2354C84.4329 33.2925 84.6109 33.3703 84.7732 33.4741C84.8307 33.5104 84.8936 33.5467 84.9459 33.5882C85.1187 33.7179 85.26 33.8736 85.3595 34.0656C85.4223 34.1953 85.4641 34.3302 85.4694 34.4703C85.4694 34.5896 85.4589 34.7089 85.4223 34.8179C85.3699 34.9632 85.2966 35.0981 85.1919 35.2122C84.9826 35.4457 84.7261 35.6014 84.4329 35.7051C84.2026 35.7882 83.9618 35.84 83.721 35.8608C83.6425 35.866 83.5639 35.866 83.4907 35.866",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M72.3145 25.3124C72.3145 24.9388 72.3825 24.5808 72.5343 24.2384C72.5867 24.119 72.6495 24.0049 72.728 23.8959C72.8641 23.7143 73.0264 23.5742 73.2305 23.4705C73.4085 23.3823 73.597 23.3563 73.7907 23.3823C74.021 23.4134 74.2147 23.5223 74.3874 23.6676C74.5706 23.8233 74.712 24.0153 74.8219 24.228C74.9318 24.4459 75.0051 24.6742 75.0522 24.9129C75.1098 25.2086 75.1151 25.5044 75.0836 25.8053C75.0522 26.0751 74.9842 26.3397 74.8638 26.5836C74.7643 26.7808 74.6439 26.9624 74.4764 27.1077C74.3508 27.2166 74.2094 27.31 74.0472 27.3619C73.7854 27.4397 73.5342 27.4138 73.2934 27.2893C73.0787 27.1803 72.906 27.0195 72.7647 26.8275C72.6547 26.677 72.571 26.5162 72.5082 26.3449C72.4087 26.0907 72.3511 25.8313 72.3249 25.5615C72.3145 25.4784 72.3197 25.3954 72.3145 25.3124Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M86.8723 35.1136C87.1183 35.1136 87.3225 35.1396 87.5214 35.207C87.6209 35.2434 87.7099 35.2849 87.7831 35.3575C87.8355 35.4042 87.8721 35.4613 87.8983 35.5235C87.9402 35.6377 87.9192 35.7467 87.8721 35.8556C87.8303 35.949 87.7622 36.0268 87.6889 36.0943C87.5999 36.1773 87.4952 36.2551 87.3905 36.3174C87.1236 36.4731 86.8357 36.582 86.5268 36.6339C86.4483 36.6495 86.3698 36.665 86.2912 36.6754C86.129 36.691 85.9667 36.7014 85.8044 36.691C85.6892 36.6858 85.5741 36.6702 85.4641 36.6339C85.3542 36.6028 85.2443 36.5613 85.1501 36.4938C85.0925 36.4523 85.0401 36.4056 85.0035 36.3433C84.9511 36.2499 84.9407 36.1462 84.9721 36.0424C85.0087 35.9231 85.0768 35.8297 85.1605 35.7415C85.2181 35.6792 85.2862 35.6273 85.3542 35.5754C85.5008 35.4717 85.6578 35.3886 85.8253 35.3264C85.93 35.2849 86.04 35.2434 86.1499 35.2174C86.3017 35.1759 86.4535 35.1448 86.6106 35.1344C86.71 35.124 86.8042 35.1188 86.8618 35.1136",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M72.9269 21.9969C72.9269 22.4639 72.8379 22.8582 72.6861 23.2318C72.6181 23.3978 72.5291 23.5587 72.4139 23.6988C72.3302 23.8025 72.2359 23.8855 72.1208 23.953C72.0318 24.0101 71.9323 24.0308 71.8276 24.0205C71.7491 24.0101 71.6758 23.9789 71.6182 23.9271C71.5345 23.8544 71.4769 23.761 71.435 23.6624C71.367 23.5172 71.3303 23.3667 71.3146 23.211C71.2989 23.0606 71.2989 22.9101 71.3094 22.7596C71.3251 22.5158 71.3722 22.2771 71.4403 22.0436C71.4874 21.8879 71.545 21.7375 71.6235 21.5974C71.7125 21.4313 71.8224 21.2757 71.9637 21.1408C72.0318 21.0785 72.1051 21.0266 72.1888 20.9955C72.3406 20.9384 72.482 20.954 72.6129 21.0578C72.6495 21.0889 72.6809 21.12 72.7071 21.1564C72.7908 21.2653 72.8432 21.3898 72.8746 21.5247C72.9165 21.7012 72.9322 21.8828 72.9322 22.0021",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M87.6627 37.0386C87.6052 37.0334 87.5476 37.0282 87.49 37.0179C87.4534 37.0179 87.4219 36.9971 87.3958 36.9763C87.3591 36.9452 87.3434 36.9089 87.3591 36.8622C87.3748 36.8155 87.401 36.7688 87.4376 36.7325C87.5162 36.6443 87.6104 36.5716 87.7099 36.5094C88.0292 36.307 88.3747 36.1514 88.7359 36.0424C88.8458 36.0113 88.9505 35.975 89.0604 35.9542C89.2175 35.9179 89.3745 35.9023 89.5368 35.9023C89.5787 35.9023 89.6258 35.9023 89.6677 35.9179C89.6834 35.9179 89.6991 35.9283 89.7148 35.9334C89.788 35.9698 89.8142 36.0217 89.7776 36.1047C89.7619 36.1306 89.7462 36.1617 89.7252 36.1825C89.6781 36.2344 89.631 36.2811 89.5734 36.3226C89.4007 36.4575 89.207 36.5613 89.0081 36.6547C88.6835 36.8051 88.3433 36.9193 87.9873 36.9919C87.8826 37.0127 87.7727 37.023 87.6627 37.0282",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M71.0738 21.1408C71.0895 21.0059 71.1157 20.871 71.1471 20.7413C71.2309 20.4144 71.3513 20.0979 71.5031 19.7969C71.5868 19.6309 71.6863 19.4804 71.8067 19.3455C71.8276 19.3248 71.8486 19.304 71.8695 19.2833C71.8957 19.2573 71.9219 19.247 71.9585 19.2366C72.0161 19.221 72.0527 19.2366 72.0737 19.2937C72.0946 19.3403 72.0998 19.3922 72.1051 19.4389C72.1155 19.5635 72.0998 19.688 72.0737 19.8125C72.0004 20.1809 71.8748 20.5285 71.7072 20.8658C71.634 21.0214 71.5397 21.1615 71.4403 21.3016C71.4036 21.3535 71.3617 21.4002 71.3094 21.4417C71.2832 21.4625 71.2518 21.4832 71.2152 21.4936C71.1628 21.504 71.1262 21.4936 71.1052 21.4469C71.0948 21.421 71.0843 21.4002 71.0791 21.3743C71.0634 21.2964 71.0581 21.2238 71.0686 21.146",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M8.76989 17.7267C5.86984 17.7267 4.44599 19.1899 4.11097 22.1422L3.82829 22.1162L4.21566 18.1885H0.666504V31.6892H4.49834V23.9374C4.49834 21.9865 5.43012 21.1148 7.5816 21.1148C9.08397 21.1148 9.88489 21.9865 9.88489 23.6313V31.6892H13.7167V23.1695C13.7167 19.7035 11.9055 17.7267 8.76989 17.7267Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M22.8304 17.8305C18.8939 17.8305 16.1247 20.7568 16.1247 24.9388C16.1247 29.1208 18.6897 32.0472 23.401 32.0472C25.0342 32.0472 26.8455 31.6892 28.4996 30.8901L28.217 27.502C26.3272 28.3218 24.851 28.659 23.558 28.659C21.171 28.659 20.1031 27.7718 19.8309 25.9662H29.154C29.2063 25.5563 29.2325 25.1204 29.2325 24.6846C29.2325 20.5804 26.6675 17.8305 22.8357 17.8305H22.8304ZM22.8304 21.0889C24.3328 21.0889 25.3483 21.8828 25.5944 23.5794H19.8676C20.1973 21.945 21.2024 21.0889 22.8304 21.0889Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M38.5713 28.4515C37.2521 28.4515 36.8386 28.0157 36.8386 26.5525V21.6493H40.0737V18.1833H36.8386V14.7951L33.0068 15.3607V18.1833H30.9338V21.6493H33.0068V27.5798C33.0068 30.5062 34.7395 32.0472 37.4615 32.0472C39.0948 32.0472 40.0004 31.7929 40.8275 31.4297L40.4663 28.0675C39.7386 28.3477 39.1995 28.4515 38.5765 28.4515H38.5713Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M45.2508 12.9273C43.8008 12.9273 43.0261 13.6225 43.0261 14.8782C43.0261 16.1338 43.8008 16.8291 45.2508 16.8291C46.7009 16.8291 47.4756 16.1597 47.4756 14.8782C47.4756 13.5966 46.7009 12.9273 45.2508 12.9273Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M47.1668 18.1885H43.3349V31.6892H47.1668V18.1885Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M60.0076 18.1885L60.217 20.2691L59.9343 20.2899C59.3114 18.8267 58.2278 17.8253 55.6366 17.8253C51.9356 17.8253 49.6061 20.6738 49.6061 24.9336C49.6061 29.1935 51.9094 32.042 55.3539 32.042C58.3325 32.042 59.7825 30.475 60.1175 27.4242L60.4107 27.4501L59.9605 31.684H63.9232V18.1885H60.0076ZM56.5893 28.685C54.4378 28.685 53.3019 27.3775 53.3019 24.9388C53.3019 22.5002 54.443 21.1927 56.5893 21.1927C58.7355 21.1927 59.9291 22.5002 59.9291 24.9388C59.9291 27.3775 58.7617 28.685 56.5893 28.685Z",fill:"#B3B3B3"})]}),(0,i.jsx)("defs",{children:(0,i.jsx)("clipPath",{id:"clip0_4711_403",children:(0,i.jsx)("rect",{width:"98",height:"48",fill:"white",transform:"translate(0.666504 0.775391)"})})})]}),_=()=>(0,i.jsxs)("svg",{width:"86",height:"49",viewBox:"0 0 86 49",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{d:"M13.1058 38.9694V42.7754H13.0574L10.2297 40.0917V42.6778H9.64963V38.8718H9.69797L12.5257 41.5555V38.9694H13.1058Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M14.145 38.9694H14.7492V42.6778H14.145V38.9694Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M18.8821 42.1411V42.6778H15.7643V38.9694H18.8337V39.5061H16.3685V40.5308H18.6887V41.0676H16.3685V42.1899H18.8821V42.1411Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M19.4863 42.3118V41.7263C19.9455 41.9947 20.598 42.1899 21.1297 42.1899C21.8065 42.1899 22.2415 41.9703 22.2415 41.6287C22.2415 41.3116 21.9273 41.1896 21.5165 41.1408L20.7672 41.0432C20.1147 40.97 19.4863 40.7748 19.4863 40.0673C19.4863 39.3842 20.1147 38.945 21.0814 38.945C21.6131 38.945 22.2415 39.0914 22.6524 39.311V39.9209C22.2415 39.6525 21.6131 39.4818 21.1056 39.4818C20.5014 39.4818 20.1147 39.7013 20.1147 40.0185C20.1147 40.3357 20.4772 40.4332 20.9122 40.5064L21.6856 40.604C22.314 40.6772 22.8699 40.8968 22.8699 41.6043C22.8699 42.2874 22.1932 42.751 21.1539 42.751C20.5255 42.7266 19.873 42.5558 19.4863 42.3118Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M23.6675 38.9694H24.2717V42.6778H23.6675V38.9694ZM27.0511 42.629V42.6778H26.326L24.3925 40.7992V40.7504L26.3018 38.9694H26.9786V39.0182L25.1418 40.7504L27.0511 42.629Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M27.0994 40.8236C27.0994 39.6769 27.897 38.9206 29.0812 38.9206C30.2655 38.9206 31.0631 39.6769 31.0631 40.8236C31.0631 41.9703 30.2655 42.7266 29.0812 42.7266C27.897 42.7266 27.0994 41.9703 27.0994 40.8236ZM30.4347 40.8236C30.4347 40.0185 29.903 39.4574 29.0812 39.4574C28.2837 39.4574 27.7278 39.9941 27.7278 40.8236C27.7278 41.6287 28.2595 42.1899 29.0812 42.1899C29.8788 42.1899 30.4347 41.6287 30.4347 40.8236Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M35.3409 38.9694V42.7754H35.2926L32.4649 40.0917V42.6778H31.8848V38.8718H31.9331L34.7609 41.5555V38.9694H35.3409ZM33.5766 38.7254H33.2624V38.6766L33.9391 38.0179H34.4467V38.0667L33.5766 38.7254Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M36.1385 40.8236C36.1385 39.6769 36.9119 38.9206 38.072 38.9206C38.5795 38.9206 39.0871 39.0914 39.4013 39.3354V39.9453C39.0871 39.6525 38.6037 39.4574 38.1687 39.4574C37.3228 39.4574 36.7427 39.9941 36.7427 40.7992C36.7427 41.6043 37.2986 42.1655 38.1687 42.1655C38.6037 42.1655 39.1112 41.9459 39.4496 41.6287V42.263C39.1112 42.5314 38.5554 42.7266 38.072 42.7266C36.9119 42.7266 36.1385 41.9703 36.1385 40.8236Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M43.2199 39.0182L40.8997 42.1411H43.1957V42.6778H39.8605V42.629L42.1807 39.5061H39.9813V38.9694H43.2199V39.0182Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M43.5824 40.8236C43.5824 39.6769 44.38 38.9206 45.5643 38.9206C46.7485 38.9206 47.5461 39.6769 47.5461 40.8236C47.5461 41.9703 46.7485 42.7266 45.5643 42.7266C44.38 42.7266 43.5824 41.9703 43.5824 40.8236ZM46.8936 40.8236C46.8936 40.0185 46.3618 39.4574 45.5401 39.4574C44.7425 39.4574 44.1867 39.9941 44.1867 40.8236C44.1867 41.6287 44.7184 42.1899 45.5401 42.1899C46.3618 42.1899 46.8936 41.6287 46.8936 40.8236Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M51.824 38.9694V42.7754H51.7756L48.9479 40.0917V42.6778H48.3678V38.8718H48.4162L51.2439 41.5555V38.9694H51.824Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M56.3918 42.629V42.6778H55.7393L55.3284 41.8727H53.3949L52.9841 42.6778H52.3315V42.629L54.3375 38.8718H54.41L56.3918 42.629ZM55.0384 41.3603L54.3375 40.0185L53.6366 41.3603H55.0384Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M61.7814 40.97H58.8329C58.9054 41.7263 59.4613 42.1899 60.283 42.1899C60.7905 42.1899 61.3222 41.9703 61.6364 41.6287V42.1899C61.2981 42.4826 60.6939 42.7022 60.138 42.7022C58.9779 42.7022 58.2045 41.9459 58.2045 40.7992C58.2045 39.6525 58.9779 38.8962 60.1138 38.8962C61.1047 38.8962 61.7814 39.6281 61.7814 40.7016V40.97ZM58.8329 40.5064H61.1772C61.1531 39.8721 60.718 39.433 60.0655 39.433C59.4129 39.433 58.9537 39.8721 58.8329 40.5064Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M66.011 38.9694V42.7754H65.9626L63.1349 40.0917V42.6778H62.5307V38.8718H62.579L65.4067 41.5555V38.9694H66.011Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M70.168 42.1411V42.6778H67.0502V38.9694H70.1196V39.5061H67.6544V40.5308H69.9746V41.0676H67.6544V42.1899H70.168V42.1411Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M74.325 42.629V42.6778H73.6724L72.899 41.2628H71.5698V42.6778H70.9655V38.9694H72.9474C73.7208 38.9694 74.2283 39.433 74.2283 40.1161C74.2283 40.604 73.9625 40.9944 73.5033 41.1652L74.325 42.629ZM71.5698 40.7504H72.899C73.3099 40.7504 73.5758 40.5064 73.5758 40.1161C73.5758 39.7501 73.2857 39.4818 72.899 39.4818H71.5698V40.7504Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M78.3853 40.5064V42.2874C78.0228 42.5558 77.4186 42.7266 76.8385 42.7266C75.6059 42.7266 74.8083 41.9703 74.8083 40.8236C74.8083 39.6769 75.6301 38.9206 76.8385 38.9206C77.3944 38.9206 77.9744 39.0914 78.3128 39.3842V39.9941C77.9744 39.6769 77.4186 39.4818 76.9352 39.4818C76.0168 39.4818 75.4126 40.0185 75.4126 40.8236C75.4126 41.6287 76.0168 42.1899 76.911 42.1899C77.1769 42.1899 77.4911 42.1167 77.7569 41.9947V41.0432H76.5727V40.5064H78.3853Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M79.3037 38.9694H79.9079V42.6778H79.3037V38.9694Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M84.4758 42.629V42.6778H83.8233L83.4124 41.8727H81.4789L81.068 42.6778H80.4155V42.629L82.4215 38.8718H82.494L84.4758 42.629ZM83.1465 41.3603L82.4456 40.0185L81.7448 41.3603H83.1465Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28.3804 29.5033C28.477 31.5039 29.903 32.8457 31.9573 32.8457C33.1658 32.8457 34.4709 32.2602 35.1959 31.4063V32.4798C34.4225 33.2605 33.0207 33.7728 31.7398 33.7728C29.0813 33.7728 27.2928 31.9674 27.2928 29.2837C27.2928 26.6 29.0571 24.7946 31.6915 24.7946C34.0358 24.7946 35.6068 26.5268 35.6068 29.0885V29.5033H28.3804ZM28.4045 28.6494H34.495C34.4467 26.8684 33.3108 25.6973 31.619 25.6973C29.8547 25.6973 28.6462 26.8684 28.4045 28.6494Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M37.3711 32.9189V30.6256C38.4829 31.2355 40.1022 31.6503 41.3589 31.6503C42.3982 31.6503 43.0991 31.4551 43.0991 30.9915C43.0991 30.6256 42.664 30.4792 42.0357 30.406L40.3922 30.2108C38.8696 30.0156 37.2986 29.5277 37.2986 27.6735C37.2986 25.9413 38.8212 24.7702 41.1414 24.7702C42.3982 24.7702 43.945 25.0874 44.9842 25.5509V27.9175C43.8966 27.3075 42.4465 26.8928 41.2623 26.8928C40.3438 26.8928 39.7155 27.1611 39.7155 27.5271C39.7155 27.9175 40.223 28.0395 40.9239 28.137L42.664 28.3566C44.1142 28.5518 45.5401 29.0885 45.5401 30.8451C45.5401 32.6018 43.9208 33.7728 41.4798 33.7728C39.8363 33.7728 38.217 33.4069 37.3711 32.9189Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.6035 29.2837C46.6035 26.5756 48.5129 24.7946 51.4131 24.7946C54.3133 24.7946 56.2227 26.6 56.2227 29.2837C56.2227 31.9674 54.3133 33.7728 51.4131 33.7728C48.5129 33.7728 46.6035 31.9674 46.6035 29.2837ZM53.7575 29.2837C53.7575 27.8687 52.8149 26.9172 51.4131 26.9172C49.9871 26.9172 49.0687 27.8687 49.0687 29.2837C49.0687 30.6988 50.0113 31.6503 51.4131 31.6503C52.8149 31.6503 53.7575 30.6988 53.7575 29.2837Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M64.9234 33.6508H57.7453V24.8678H60.0896V31.6015H64.9234V33.6508Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{d:"M73.7933 33.6508H66.156V24.8678H73.6724V26.8928H68.5004V28.137H73.3341V30.162H68.5004V31.6015H73.7933V33.6508Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M74.8809 29.2837C74.8809 26.5756 76.7902 24.7946 79.6904 24.7946C82.5907 24.7946 84.5 26.6 84.5 29.2837C84.5 31.9674 82.5907 33.7728 79.6904 33.7728C76.7902 33.7728 74.8809 31.9674 74.8809 29.2837ZM82.0348 29.2837C82.0348 27.8687 81.0922 26.9172 79.6904 26.9172C78.2645 26.9172 77.3461 27.8687 77.3461 29.2837C77.3461 30.6988 78.2887 31.6503 79.6904 31.6503C81.0922 31.6503 82.0348 30.6988 82.0348 29.2837Z",fill:"#B3B3B3"}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.4107 24.7702C21.9031 24.8678 21.4198 24.9166 20.9364 24.8922C21.1539 25.3314 21.3231 25.8193 21.4198 26.3073C22.1207 29.6497 20.018 32.9433 16.7069 33.6509C13.3958 34.3584 10.133 32.2358 9.43211 28.8934C9.33543 28.381 9.28709 27.8931 9.31126 27.4051C8.87623 27.6247 8.39285 27.7955 7.90948 27.8931C4.59837 28.6006 1.3356 26.478 0.634712 23.1356C-0.0661796 19.7932 2.03649 16.4995 5.3476 15.792C5.85514 15.6944 6.33852 15.6456 6.82189 15.67C6.60437 15.2309 6.43519 14.7429 6.33852 14.255C5.63763 10.9125 7.7403 7.6189 11.0514 6.91138C14.3625 6.20385 17.6253 8.32642 18.3262 11.6689C18.4228 12.1812 18.4712 12.6691 18.447 13.1571C18.8821 12.9375 19.3654 12.7667 19.8488 12.6691C23.1599 11.9616 26.4227 14.0842 27.1236 17.4266C27.8245 20.7691 25.7218 24.0627 22.4107 24.7702ZM9.3596 15.0357C9.52878 15.8652 10.0122 16.5727 10.6647 17.0607L10.9789 17.2802L13.6375 19.0368L15.3776 16.3531L15.5951 16.036C15.9818 15.3529 16.1268 14.4989 15.9576 13.645C15.5709 11.7908 13.7583 10.6198 11.9456 11.0101C10.1088 11.4005 8.94873 13.2303 9.3596 15.0357ZM12.6465 20.5251L9.98799 18.7685L9.67379 18.5489C8.9729 18.1585 8.15117 18.0122 7.30526 18.1829C5.49261 18.5733 4.33252 20.4031 4.71922 22.2329C5.10591 24.0871 6.91857 25.2582 8.73122 24.8678C9.55295 24.697 10.2538 24.2091 10.7372 23.5504L10.7856 23.4772L12.6465 20.5251ZM18.4228 25.5021C18.2537 24.6726 17.7703 23.9651 17.1177 23.4772L16.8035 23.2576L14.145 21.501L12.4049 24.1847L12.1873 24.5019C11.8006 25.185 11.6556 26.0389 11.8248 26.8928C12.2115 28.747 14.0242 29.9181 15.8368 29.5277C17.6495 29.1373 18.8095 27.3319 18.4228 25.5021ZM23.0874 18.3049C22.7007 16.4507 20.8881 15.2797 19.0754 15.67C18.2537 15.8408 17.5528 16.3287 17.0694 16.9875L17.0452 17.0363L16.8519 17.329L15.1117 20.0127L17.7703 21.7694L18.0845 21.9889C18.7854 22.3793 19.6071 22.5257 20.453 22.3549C22.2657 21.9645 23.4499 20.1347 23.0874 18.3049Z",fill:"#B3B3B3"})]}),U={facebook:L.SocialFacebookIcon,instagram:L.SocialInstagramIcon,tiktok:L.SocialTiktokIcon,twitter:L.SocialTwitterIcon,youtube:L.SocialYoutubeIcon},B={medium:"ids-typeset-body ids-typeset-body--preset-large ids-typeset-body--preset-large-strong",small:"ids-typeset-body ids-typeset-body--preset-medium ids-typeset-body--preset-medium-strong"},Q={medium:"ids-typeset-body ids-typeset-body--preset-medium",small:"ids-typeset-body ids-typeset-body--preset-small"},G={medium:"ids-typeset-body ids-typeset-body--preset-large",small:"ids-typeset-body ids-typeset-body--preset-medium"},Y={medium:"ids-typeset-body ids-typeset-body--preset-large ids-typeset-body--preset-large-strong",small:"ids-typeset-body ids-typeset-body--preset-medium ids-typeset-body--preset-medium-strong"},H=(e,t,n)=>({id:"".concat(e.title,"-").concat(t),title:e.title,items:e.links.map(e=>({id:e.id,content:(0,i.jsx)(D.uT,{preset:Q[n],children:(0,i.jsx)(g.r,{href:e.url,target:e.target||void 0,plain:!0,children:e.name})})}))}),P=e=>{let{upperFooter:t,size:n,showSponsors:a}=e,{columns:l,contact:d}=t,[c,u]=(0,r.useState)(!1),p=(0,r.useMemo)(()=>l.map((e,t)=>H(e,t,n)),[l,n]),m=(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(N,{style:{height:"medium"===n?30:50},children:(0,i.jsx)(S,{})}),(0,i.jsx)(N,{style:{height:"medium"===n?30:50},children:(0,i.jsx)(A,{})}),(0,i.jsx)(N,{style:{height:"medium"===n?30:50},children:(0,i.jsx)(z,{})}),(0,i.jsx)(N,{style:{height:"medium"===n?30:50},children:(0,i.jsx)(T,{})}),(0,i.jsx)(N,{style:{height:"medium"===n?30:50},children:(0,i.jsx)(O,{})}),(0,i.jsx)(N,{style:{height:"medium"===n?30:50},children:(0,i.jsx)(E,{})}),(0,i.jsx)(N,{style:{height:"medium"===n?30:50},children:(0,i.jsx)(_,{})})]}),h=async()=>{u(!1),await (0,s.Vs)(1),u(!0)};return(0,k.Y)(()=>void h(),5e3,!0),(0,i.jsxs)(i.Fragment,{children:[a&&(0,i.jsxs)(y,{paddingHorizontal:!0,paddingTop:!0,paddingBottom:!1,marginBottom:!1,width:"medium"===n?"auto":"full",children:[(0,i.jsx)(I,{direction:"row",wrap:"nowrap",colSpan:12,className:(0,s.c)("small"===n&&"ids-footer-list-section__logos",c&&"small"===n&&"ids-footer-list-section__logos--autorotate"),style:{"--footer-list-section-logos-time":"".concat(5,"s")},children:(0,i.jsxs)(w,{justify:"space-around",children:["small"===n&&m,m]})}),(0,i.jsx)(I,{colSpan:12,children:(0,i.jsx)(v,{children:(0,i.jsx)(N,{colSpan:12,style:{height:30},children:(0,i.jsx)(o.iz,{})})})})]}),(0,i.jsx)(y,{paddingHorizontal:!0,paddingTop:!0,paddingBottom:!0,marginBottom:!1,width:"medium"===n?"auto":"full",children:(0,i.jsxs)(I,{direction:"medium"===n?"row":"column",wrap:"nowrap",colSpan:12,children:[p.map(e=>(0,i.jsxs)(w,{direction:"column",children:[(0,i.jsx)(N,{children:(0,i.jsx)(D.uT,{component:"p",preset:B[n],children:e.title})}),(0,i.jsx)(N,{children:(0,i.jsx)(M.a.Unorder,{items:e.items,marker:"asset",asset:(0,i.jsx)("span",{role:"img","aria-label":"liść",children:"\uD83C\uDF3F"})})})]},e.id)),(0,i.jsxs)(w,{direction:"column",children:[(0,i.jsx)(N,{children:(0,i.jsxs)(D.uT,{component:"p",preset:G[n],children:[d.name,(0,i.jsx)("br",{}),d.address,(0,i.jsx)("br",{}),d.zipCity]})}),(0,i.jsx)(N,{children:(0,i.jsx)(D.uT,{component:"p",preset:Y[n],children:(0,i.jsx)(g.r,{href:"tel:".concat(d.phone),plain:!0,children:d.phone})})}),(0,i.jsx)(N,{children:(0,i.jsx)(D.uT,{component:"p",preset:Y[n],children:(0,i.jsx)(g.r,{href:"mailto:".concat(d.email),children:d.email})})}),(0,i.jsx)(N,{children:(0,i.jsx)(j.h,{children:d.socialMedia.map(e=>(0,i.jsx)(j.r,{icon:U[e.type],type:"link",href:e.url,target:"_blank",rel:"nofollow"},e.type))})})]})]})})]})},V=e=>{let{modalProps:t,title:n,children:r,className:a}=e,{modal:o,uuid:s}=(0,l.ContactUsModal)({url:t.url,size:t.size});return(0,i.jsx)(p,{className:a,type:"button",size:"small",title:n,triggerProps:{"aria-label":o.toggled?"close dialog":"open dialog","aria-haspopup":"dialog","aria-expanded":o.toggled,"aria-controls":s,onClick:o.toggle},children:r})},F=()=>{if(document.getElementById("onetrust-pc-sdk")){var e;null===(e=window.OneTrust)||void 0===e||e.ToggleInfoDisplay(),window.scrollTo({top:0})}},R=e=>{let t=new RegExp(/([0-9]{4})-[0-9]{4}/g);return e.replace(t,(e,t)=>{let n=new Date().getFullYear();return"".concat(t,"-").concat(n)})},Z=e=>{let{copyrightBarContent:t,navigationList:n,withDivider:l=!1,surface:c=!1,description:u,linksBlock:g,nestedDivider:h=!0,showBlockLinks:x=!1,variant:M="center",upperFooter:j,showSponsors:f}=e,C=(0,a.hU)(),y=(0,d.e)("meta"),N="desktop"===C?"medium":"small",v="halo-tu-polsat"===y.theme,I=(0,r.useRef)(null);return(0,r.useEffect)(()=>{let e=window.location.hash.replace("#",""),t=()=>{window.OneTrust?(window.OneTrust.IsAlertBoxClosed()&&"rodo-modal"===e&&F(),window.OneTrust.OnConsentChanged(()=>{window.history.replaceState(window.history.state,document.title,window.location.pathname)})):setTimeout(t,300)};t()},[]),"string"==typeof t&&(t=R(t)),(0,i.jsxs)("footer",{className:(0,s.c)("ids-footer","ids-footer--".concat(N),"ids-footer--".concat(c?"surface":"no-surface")),children:[j&&(0,i.jsx)(P,{upperFooter:j,size:N,showSponsors:f||!1}),l&&!c&&(0,i.jsx)(o.iz,{}),(0,i.jsxs)("div",{className:(0,s.c)("ids-footer__content","ids-footer__content--".concat(N),"ids-footer__content--".concat(M)),children:[(x||v)&&(0,i.jsx)(b,{size:N,description:u,nestedDivider:h}),!!n&&(0,i.jsxs)("nav",{ref:I,"aria-label":"footer-site-navigation",children:[(x||v)&&(0,i.jsx)("span",{className:"ids-footer__htp__label",children:"halo tu polsat"}),n.map(e=>{var t,n,r;let a="ustawienia cookies"===e.name.toLowerCase()&&"#rodo-modal"===e.url;return e.url.includes("@")?(0,i.jsx)(V,{className:"ids-footer__menu-item",title:null!==(t=e.alt)&&void 0!==t?t:"contact us dialog button",modalProps:{url:e.url,size:"desktop"===C?"medium":"small"},children:e.name},e.id):(0,i.jsx)(p,{className:"ids-footer__menu-item",type:"link",size:"small",title:null!==(n=e.alt)&&void 0!==n?n:"",triggerProps:{href:e.url,target:null!==(r=e.target)&&void 0!==r?r:"",...a&&{onClick:F}},children:e.name},e.id)})]}),"string"==typeof t?(0,i.jsx)(m,{className:"ids-footer__copyright",dangerouslySetInnerHTML:{__html:t},"aria-label":"copyright-info"}):(0,i.jsx)(m,{className:"ids-footer__copyright","aria-label":"copyright-info",children:t})]})]})}},87162:function(e,t,n){"use strict";n.d(t,{C:function(){return a}});var i=n(53197),r=n(33648);let a=e=>{let{children:t}=e,n=(0,r.pZ)("HeadAdapter");return n?(0,i.jsx)(n,{children:t}):(console.warn("HeadAdapter is undefined, HeadInjector will be no-op."),null)}},67515:function(e,t,n){"use strict";n.r(t),n.d(t,{AntywebLogoIcon:function(){return ed},ArticleHeader:function(){return c},ArticleSubheader:function(){return m},AuthorHeader:function(){return ea},BlockHeader:function(){return j},BlockSubheader:function(){return C},HeaderSizeEnum:function(){return r},PageHeader:function(){return x},RaportHeader:function(){return U}});var i,r,a=n(53197),o=n(4759),l=n(43618),s=n(81893);(i=r||(r={})).SMALL="small",i.MEDIUM="medium";let d=o.ZP.h1.withConfig({componentId:"sc-857a13c8-0"})(["color:",";",""],l.HD,e=>{let{$size:t}=e;return[{[r.SMALL]:(0,o.iv)(["",""],(0,s.d)(l.Yf6)),[r.MEDIUM]:(0,o.iv)(["",""],(0,s.d)(l.Wge))}[t]]}),c=e=>{let{size:t,children:n}=e;return(0,a.jsx)(d,{$size:t,children:n})};var u=n(81984),p=n(81034);let g=o.ZP.div.withConfig({componentId:"sc-a4da8810-0"})(["color:",";",""],l.woW,e=>{let{$size:t}=e;return[{[r.SMALL]:(0,o.iv)([""," h1,h2{margin:-"," 0 0;padding-top:",";}> h1:not(:only-child),> h2:not(:only-child){padding-bottom:",";}"],(0,s.d)(l.r_D),l.vJi.height,l.vJi.height,l.r_D.gap),[r.MEDIUM]:(0,o.iv)([""," h1,h2{margin:-"," 0 0;padding-top:",";}> h1:not(:only-child),> h2:not(:only-child){padding-bottom:",";}"],(0,s.d)(l.UKb),l.zn6.height,l.zn6.height,l.UKb.gap)}[t]]}),m=e=>{let{children:t,size:n,showDivider:i=!0,...r}=e,{id:o}=r,l="halo-tu-polsat"===(0,p.e)("meta").theme&&"halo-tu-polsat"===o;return(0,a.jsxs)(g,{$size:n,children:[(0,a.jsx)(l?"h1":"h2",{...r,children:t}),i&&(0,a.jsx)(u.iz,{$variants:"with_accented",$accentPosition:"start"})]})},h=o.ZP.div.withConfig({componentId:"sc-9de8dd00-0"})(["width:fit-content;color:",";overflow:hidden;",""],l.b6h,e=>{let{$size:t}=e;return[{[r.SMALL]:(0,o.iv)([""," > h1:not(:only-child){padding-bottom:",";}"],(0,s.d)(l.GoF),l.GoF.gap),[r.MEDIUM]:(0,o.iv)([""," > h1:not(:only-child){padding-bottom:",";}"],(0,s.d)(l.R8x),l.R8x.gap)}[t]]}),x=e=>{let{children:t,size:n,showDivider:i=!0,headerTag:r="h2",...o}=e;return(0,a.jsxs)(h,{$size:n,...o,children:[(0,a.jsx)(r,{children:t}),i&&(0,a.jsx)(u.iz,{$variants:"only_accented",$thickness:"large"})]})};var b=n(28355);let M=o.ZP.div.withConfig({componentId:"sc-871c5ddb-0"})(["color:",";> h1,> h2,> h3,> h4,> div > h1,> div > h2,> div > h3,> div > h4,> div > a > h1,> div > a > h2,> div > a > h3,> div > a > h4{","}> a > h1,> a > h2,> a > h3,> a > h4{","}> div > a,> div > a:hover,> div > a:visited{color:",";}> a,> a:hover,> a:visited{color:",";}> a > h1:not(.show-divider),> a > h2:not(.show-divider),> a > h3:not(.show-divider),> a > h4:not(.show-divider){margin-top:0;margin-bottom:0;font-size:inherit;font-weight:inherit;","}> a > h1.show-divider,> a > h2.show-divider,> a > h3.show-divider,> a > h4.show-divider{margin-top:0;margin-bottom:0;padding-bottom:20px;","}",""],l.BiO,e=>{let{$usedLogo:t}=e;return t&&"line-height: 0;"},e=>{let{$usedLogo:t}=e;return t&&"line-height: 0;"},l.BiO,l.BiO,e=>{let{$usedLogo:t}=e;return t&&"line-height: 0;"},e=>{let{$usedLogo:t}=e;return t&&"line-height: 0;"},e=>{let{$size:t,$usedHeaderTag:n}=e;return[{[r.SMALL]:(0,o.iv)([""," > ",".show-divider{padding-bottom:",";}> div{padding-top:",";}"],(0,s.d)(l.By6),n||"h3",l.By6.gap,l.By6.gap),[r.MEDIUM]:(0,o.iv)([""," > div:first-child{display:flex;justify-content:space-between;align-items:center;gap:",";}> div:first-child:not(:only-child){padding-bottom:",";}> div:last-child:not(:only-child){padding-top:",";}"],(0,s.d)(l.fFA),l.fFA.gap,l.fFA.gap,l.fFA.gap)}[t]]}),j=e=>{let{children:t,size:n,additionalContent:i,additionalContentPosition:o="right",showDivider:l=!0,dividerVariant:s="with_accented",dividerPosition:d="start",dividerThickness:c,headerTag:p="h2",headerUrl:g,usedLogo:m,className:h}=e;switch(n){case r.SMALL:return(0,a.jsxs)(M,{className:h,$size:n,$usedHeaderTag:p,$usedLogo:m,children:[g?(0,a.jsx)(b.r,{href:g,children:(0,a.jsx)(p,{className:l?"show-divider":"",children:t})}):(0,a.jsx)(p,{className:l?"show-divider":"",children:t}),l&&"default"!==s?(0,a.jsx)(u.iz,{$variants:s,$accentPosition:d,$thickness:c}):l&&(0,a.jsx)(u.iz,{$variants:s}),i&&(0,a.jsx)("div",{children:i})]});case r.MEDIUM:return(0,a.jsxs)(M,{className:h,$size:n,$usedLogo:m,children:[(0,a.jsxs)("div",{children:[g?(0,a.jsx)(b.r,{href:g,plain:!0,children:(0,a.jsx)(p,{children:t})}):(0,a.jsx)(p,{children:t}),i&&"right"===o&&(0,a.jsx)("div",{children:i})]}),l&&"default"!==s?(0,a.jsx)(u.iz,{$variants:s,$accentPosition:d,$thickness:c}):l&&(0,a.jsx)(u.iz,{$variants:s}),i&&"bottom"===o&&(0,a.jsx)("div",{children:i})]});default:throw Error("Wrong props provided into BlockHeader component")}},f=o.ZP.div.withConfig({componentId:"sc-b3d49438-0"})(["color:",";> * > a,> * > a:hover,> * > a:visited{color:",";}",""],l.A6o,l.A6o,e=>{let{$size:t}=e;return[{[r.SMALL]:(0,o.iv)([""," > h2:not(:only-child),> h3:not(:only-child),> h4:not(:only-child){padding-bottom:",";}"],(0,s.d)(l.Eu2),l.Eu2.gap),[r.MEDIUM]:(0,o.iv)([""," > h2:not(:only-child),> h3:not(:only-child),> h4:not(:only-child){padding-bottom:",";}"],(0,s.d)(l.MSe),l.MSe.gap)}[t]]}),C=e=>{let{size:t,showDivider:n=!0,headerLevel:i="h3",subHeaderText:r,subHeaderUrl:o,className:l}=e;return(0,a.jsxs)(f,{$size:t,className:l,children:[(0,a.jsx)(i,{children:o?(0,a.jsx)(b.r,{href:o,children:r}):r}),n&&(0,a.jsx)(u.iz,{$variants:"with_accented",$accentPosition:"start"})]})};var y=n(33648),N=n(82678),v=n(36672);let I=(0,o.iv)(["color:",";"],e=>{let{$variant:t}=e;switch(t){case"default":case"light":return l.rMj;case"dark":return l.o2d;default:return null}}),w=(0,o.iv)(["padding:",";max-width:768px;"],l.i_l),L=(0,o.iv)(["padding:0 "," 32px;min-width:1262px;@media (min-width:1366px){padding:0 "," 32px;}@media (min-width:1438px){padding:0 "," 32px;}body.screening--fixed &{@media (min-width:1280px) AND (max-width:1919px){padding:0 "," 32px;}}"],v.vy,v.aF,v.Fv,v.vy),D=e=>{let{$textLength:t,$size:n}=e,i="long"===t?"medium"===n?l.X_B:l.aOO:"medium"===n?l.Z8Q:l.mUG;return(0,o.iv)(["",";text-shadow:",";"],i.typography,i.boxShadow)},k=o.ZP.div.withConfig({componentId:"sc-bed675fb-0"})([""," background-color:#ffffff;"],e=>{let{$size:t}=e;return({medium:(0,o.iv)(["display:flex;justify-content:center;align-items:center;flex-direction:column;min-width:1262px;max-width:1420px;width:100%;max-width:100%;padding:",";",";"],l.ZTf,L),small:(0,o.iv)(["max-width:768px;margin:0 auto;",""],w)})[t]});o.ZP.div.withConfig({componentId:"sc-bed675fb-1"})(["max-width:768px;margin:0 auto;background-color:#ffffff;",""],w);let S=e=>{let{$size:t}=e,n="medium"===t?l.lQ1:l.oR3;return(0,o.iv)(["",";left:",";top:",";"],n.typography,n.x,n.y)},A=o.ZP.div.withConfig({componentId:"sc-bed675fb-2"})(["position:absolute;color:",";white-space:nowrap;",""],l.BrB,e=>{let{$size:t}=e;return S({$size:t})}),z=o.ZP.div.withConfig({componentId:"sc-bed675fb-3"})(["& div,h1,h2,h3,h4,h5,h6{","}"," width:100%;display:flex;justify-content:center;align-items:center;text-align:center;white-space:normal;z-index:10;"],e=>{let{$textLength:t,$size:n}=e;return D({$textLength:t,$size:n})},()=>I),T=o.ZP.div.withConfig({componentId:"sc-bed675fb-4"})(["",""],e=>{let{$size:t}=e;return({small:(0,o.iv)(["text-align:-webkit-center;padding:",";"],l.bjp.padding),medium:(0,o.iv)(["padding:",";margin-bottom:",";"],l.TZ6.padding,l.TZ6.gap)})[t]}),O=o.ZP.div.withConfig({componentId:"sc-bed675fb-5"})(["height:",";"],l.bjp.gap),E=o.ZP.div.withConfig({componentId:"sc-bed675fb-6"})([""," position:relative;overflow:hidden;width:100%;background-image:",";background-size:cover;display:flex;padding:",";"],e=>{let{$variant:t,$size:n}=e;return({small:{default:(0,o.iv)(["height:",";background-color:",";"],l._Nd,l.h81),light:(0,o.iv)(["aspect-ratio:9 / 4;"]),dark:(0,o.iv)(["aspect-ratio:9 / 4;"]),background:(0,o.iv)(["aspect-ratio:9 / 4;"])},medium:{default:(0,o.iv)(["height:",";background-color:",";"],l.V_A,l.h81),light:(0,o.iv)(["aspect-ratio:343 / 45;"]),dark:(0,o.iv)(["aspect-ratio:343 / 45;"]),background:(0,o.iv)(["aspect-ratio:343 / 45;"])}})[n][t]},e=>{let{$img:t,$variant:n}=e;return"default"!==n&&t?"url(".concat(t,")"):null},e=>{let{$size:t}=e;return({small:l.NYp,medium:l.hc5})[t]}),_=o.ZP.span.withConfig({componentId:"sc-bed675fb-7"})(["display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:",";text-overflow:ellipsis;overflow:hidden;padding:",";"],e=>{let{$lineClamp:t}=e;return t},e=>{let{$size:t}=e;return"small"!==t?"10px 0":"4px 0"}),U=e=>{let{data:t,size:n,headerLevel:i="h1",variant:r}=e,o=(0,y.hU)(),{banner:l,menu:s}=t,d=l[0].name,c=d.length>18?"long":"short",p=r||t.skin,g="default"===p,m=l[0].src,h=l[0].url,x="mobile"===o||"small"===n?"small":"medium";return(0,a.jsxs)(k,{$size:x,children:[(0,a.jsx)(b.r,{href:h,style:{minWidth:"100%",textDecoration:"none"},children:(0,a.jsxs)(E,{$variant:p,$img:m,$size:x,children:[g&&(0,a.jsx)(A,{$size:x,children:d}),"background"!==p&&(0,a.jsx)(z,{$textLength:c,$variant:p,$size:x,children:(0,a.jsx)(i,{children:(0,a.jsx)(_,{$lineClamp:"mobile"===o||"small"===n?3:2,$size:x,children:d})})})]})}),(null==s?void 0:s.length)>1&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)(T,{$size:x,children:[(0,a.jsx)(N.c,{type:"multiLine",items:s,mobile:"mobile"===o,selectExact:!0}),"small"===x&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(O,{}),(0,a.jsx)(u.iz,{})]})]}),"medium"===x&&(0,a.jsx)(u.iz,{})]})]})};var B=n(46275),Q=n(89765),G=n(46269),Y=n(79779),H=n.n(Y),P=n(19514),V=n(59657),F=n(41371),R=n(2361),Z=n.n(R);let W=e=>{let{text:t}=e,n=(0,V.useRef)(null),[i,r]=(0,V.useState)(0),[o,l]=(0,V.useState)(0),[s,d]=(0,V.useState)("hide");(0,V.useEffect)(()=>{var e,t;r((null==n?void 0:null===(e=n.current)||void 0===e?void 0:e.clientHeight)?n.current.clientHeight:0),l((null==n?void 0:null===(t=n.current)||void 0===t?void 0:t.scrollHeight)?n.current.scrollHeight:0)},[]);let c=()=>{d("hide"===s?"show":"hide")};return(0,a.jsxs)("div",{className:"".concat(Z().styledDescriptionSmall),children:[(0,a.jsx)("div",{ref:n,className:"".concat("hide"===s?Z().textWrapperHide:""),children:t}),o>i&&(0,a.jsx)(F.Button,{variant:"tertiary",icon:"hide"===s?Q.DropdownIcon:Q.DropupIcon,size:"small",onClick:()=>c()})]})};var $=n(97716),J=n.n($);let K=e=>{let{description:t,size:n}=e,i=(0,v.Xl)(t);return(0,a.jsx)("div",{"data-testid":"AuthorHeaderDescription",className:"".concat(J().styledAuthorHeaderDescription),children:"small"===n?(0,a.jsx)(W,{text:i}):(0,a.jsx)(P.Paragraph,{variant:"default",size:"medium",children:i})})};var X=function(e){let{fill:t,...n}=e;return(0,a.jsx)("svg",{viewBox:"0 0 180 203",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:(0,a.jsx)("path",{d:"M0 .5h180l-26.782 108.471L129.998 203H0V.5z",fill:t})})},q=function(e){let{fill:t,...n}=e;return(0,a.jsx)("svg",{viewBox:"0 0 300 225",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:(0,a.jsx)("path",{d:"M250.044 225L252.008 201.392C252.008 184.433 242.021 169.066 226.524 162.177L187.507 144.837C179.76 141.393 172.8 133.71 172.8 125.23V120.282C185.065 108.135 191.93 85.0125 191.93 64.2555C191.93 40.5552 179.057 15.0864 149.018 15.0864C118.979 15.0864 106.105 40.5552 106.105 64.2555C106.105 85.0007 112.966 108.131 125.235 120.282V125.23C125.235 133.71 118.275 141.393 110.528 144.837L73.4759 162.177C57.9789 169.064 47.9915 184.433 47.9915 201.392L49.9563 225H250.044Z",fill:t})})};let ee=e=>{let{data:t}=e;if(!t)return null;let{name:n,description:i,cover:r,socials:o,rola:s}=t[0],d=null==o?void 0:o.find(e=>"facebook"===e.type),c=null==o?void 0:o.find(e=>"twitter"===e.type),p=null==o?void 0:o.find(e=>"instagram"===e.type),g=null==o?void 0:o.find(e=>"mailto"===e.type);return(0,a.jsx)("div",{className:"".concat(H().styledAuthorHeaderMedium),children:(0,a.jsxs)("div",{className:"".concat(H().headerLayoutMedium),children:[(0,a.jsxs)("div",{className:"".concat(H().firstWrapper),children:[(0,a.jsxs)("div",{className:"".concat(H().overlayMedium),children:[(0,a.jsx)("div",{className:"".concat(H().authorHeaderDecorationWrapperMedium),children:(0,a.jsx)(X,{fill:l.Gnf})}),(0,a.jsx)("div",{className:"".concat(H().imageWrapperMedium),children:r?(0,a.jsx)(G.dD,{height:"100%",width:"auto",host:r.host,alt:n,attachmentId:r.attachmentId,frameClass:"C464"}):(0,a.jsx)(q,{})})]}),(0,a.jsxs)("div",{className:"".concat(H().personMedium),children:[(0,a.jsx)("div",{className:"".concat(H().nameMedium),children:n}),s&&(0,a.jsx)("div",{className:"".concat(H().roleMedium),children:s})]})]}),(0,a.jsxs)("div",{className:"".concat(H().detailsMedium),children:[i&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(u.iz,{$isVertical:!0}),(0,a.jsx)(K,{description:i,size:"medium"})]}),(d||c||p||g)&&(0,a.jsx)("div",{className:"".concat(H().contactMedium),children:(0,a.jsxs)(B.h,{vertical:!0,children:[d&&(0,a.jsx)(B.r,{icon:Q.SocialFacebookIcon,variant:"ghost","aria-label":"".concat(d.type),onClick:()=>{window.open(d.url,"_blank")}}),c&&(0,a.jsx)(B.r,{icon:Q.SocialTwitterIcon,variant:"ghost","aria-label":"".concat(c.type),onClick:()=>{window.open(c.url,"_blank")}}),p&&(0,a.jsx)(B.r,{icon:Q.SocialInstagramIcon,variant:"ghost","aria-label":"".concat(p.type),onClick:()=>{window.open(p.url,"_blank")}}),(d||c||p)&&g&&(0,a.jsxs)("div",{children:[(0,a.jsx)(u.iz,{}),(0,a.jsx)(B.r,{icon:Q.MailIcon,variant:"ghost","aria-label":"".concat(g.type),onClick:()=>{let e="mailto:".concat(g.url,"?subject=").concat(window.document.title,"&body=Link do artykułu: ").concat(window.location.href);window.open(e,"_blank")}})]}),!d&&!c&&!p&&g&&(0,a.jsx)(B.r,{icon:Q.MailIcon,variant:"ghost","aria-label":"".concat(g.type),onClick:()=>{let e="mailto:".concat(g.url,"?subject=").concat(window.document.title,"&body=Link do artykułu: ").concat(window.location.href);window.open(e,"_blank")}})]})})]})]})})};var et=n(87811),en=n.n(et),ei=function(e){let{fill:t,...n}=e;return(0,a.jsx)("svg",{viewBox:"0 0 300 169",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:(0,a.jsx)("path",{d:"M223.555 168.211L225 150.854C225 138.385 217.657 127.086 206.263 122.021L177.577 109.272C171.881 106.74 166.764 101.091 166.764 94.8563V91.2187C175.781 82.2879 180.829 65.2874 180.829 50.0262C180.829 32.6009 171.363 13.8755 149.278 13.8755C127.192 13.8755 117.727 32.6009 117.727 50.0262C117.727 65.2787 122.771 82.285 131.792 91.2187V94.8563C131.792 101.091 126.675 106.74 120.979 109.272L93.737 122.021C82.3431 127.085 75 138.385 75 150.854L76.4446 168.211H223.555Z",fill:t})})};let er=e=>{let{data:t}=e;if(!t)return null;let{name:n,description:i,cover:r,socials:o,rola:s}=t[0],d=null==o?void 0:o.find(e=>"facebook"===e.type),c=null==o?void 0:o.find(e=>"twitter"===e.type),p=null==o?void 0:o.find(e=>"instagram"===e.type),g=null==o?void 0:o.find(e=>"mailto"===e.type);return(0,a.jsx)("div",{className:"".concat(en().styledAuthorHeaderSmall),children:(0,a.jsxs)("div",{className:"".concat(en().headerLayoutSmall),children:[(0,a.jsxs)("div",{className:"".concat(en().headerOverlaySmall),children:[(0,a.jsx)("div",{className:"".concat(en().authorHeaderDecorationWrapperSmall),children:(0,a.jsx)(X,{fill:l.Gnf})}),(0,a.jsx)("div",{className:"".concat(en().imageWrapperSmall),children:r?(0,a.jsx)(G.dD,{height:"100%",width:"auto",host:r.host,alt:n,attachmentId:r.attachmentId,frameClass:"C122"}):(0,a.jsx)(ei,{})})]}),(0,a.jsxs)("div",{className:"".concat(en().personSmall),children:[(0,a.jsx)("div",{className:"".concat(en().nameSmall),children:n}),s&&(0,a.jsx)("div",{className:"".concat(en().roleSmall),children:s})]}),(o||i)&&(0,a.jsxs)("div",{className:"".concat(en().detailsSmall),children:[(0,a.jsx)(u.iz,{}),(0,a.jsxs)(B.h,{children:[d&&(0,a.jsx)(B.r,{icon:Q.SocialFacebookIcon,variant:"ghost",size:"small","aria-label":"".concat(d.type),onClick:()=>{window.open(d.url,"_blank")}}),c&&(0,a.jsx)(B.r,{icon:Q.SocialTwitterIcon,variant:"ghost",size:"small","aria-label":"".concat(c.type),onClick:()=>{window.open(c.url,"_blank")}}),p&&(0,a.jsx)(B.r,{icon:Q.SocialInstagramIcon,variant:"ghost",size:"small","aria-label":"".concat(p.type),onClick:()=>{window.open(p.url,"_blank")}}),(d||c||p)&&g&&(0,a.jsxs)("div",{className:en().dividerWrapperSmall,children:[(0,a.jsx)(u.iz,{$isVertical:!0}),(0,a.jsx)(B.r,{icon:Q.MailIcon,variant:"ghost",size:"small","aria-label":"".concat(g.type),onClick:()=>{window.location.href="mailto:".concat(g.url,"?subject=").concat(window.document.title,"&body=Link do artykułu: ").concat(window.location.href)}})]}),!d&&!c&&!p&&g&&(0,a.jsx)(B.r,{icon:Q.MailIcon,variant:"ghost",size:"small","aria-label":"".concat(g.type),onClick:()=>{window.location.href="mailto:".concat(g.url,"?subject=").concat(window.document.title,"&body=Link do artykułu: ").concat(window.location.href)}})]}),(0,a.jsx)(K,{description:i,size:"small"})]})]})})},ea=e=>{let{size:t,data:n}=e,i=(0,y.hU)(),r=t||("mobile"===i?"small":"medium");return n&&r?"medium"===r?(0,a.jsx)(ee,{data:n}):(0,a.jsx)(er,{data:n}):(n?console.log("brak danych: componentSize"):console.log("brak danych: data"),null)};var eo=n(30707),el=n.n(eo);let es={ssr:{small:el()(()=>n.e(9472).then(n.bind(n,89472)),{loadableGenerated:{webpack:()=>[89472]},ssr:!0}),medium:el()(()=>Promise.all([n.e(7153),n.e(9318)]).then(n.bind(n,69318)),{loadableGenerated:{webpack:()=>[69318]},ssr:!0})},noSsr:{small:el()(()=>n.e(9472).then(n.bind(n,89472)),{loadableGenerated:{webpack:()=>[89472]},ssr:!1}),medium:el()(()=>Promise.all([n.e(7153),n.e(9318)]).then(n.bind(n,69318)),{loadableGenerated:{webpack:()=>[69318]},ssr:!1})}};var ed=e=>{let{size:t="medium",ssr:n=!1,...i}=e,r=n?es.ssr[t]:es.noSsr[t];return(0,a.jsx)(r,{...i})}},97349:function(e,t,n){"use strict";n.r(t),n.d(t,{HoroscopeBar:function(){return E},HoroscopeIcon:function(){return A}});var i=n(53197),r=n(59657),a=n(81984),o=n(36672),l=n(4759),s=n(43618),d=n(66278);let c={small:(0,l.iv)(["min-height:64px;"]),medium:(0,l.iv)(["min-height:80px;"])},u={small:(0,l.iv)(["padding:",";"],s.$S0),medium:(0,l.iv)(["padding:",";"],s.bdA)},p={small:(0,l.iv)(["margin:10px 0;"]),medium:(0,l.iv)(["margin:",";"],s.bdA)},g=l.ZP.div.withConfig({componentId:"sc-fd08cb5a-0"})([""," "," overflow-x:auto;display:flex;justify-content:space-between;width:100%;"],e=>{let{$size:t="medium"}=e;return[c[t]]},d.E),m=l.ZP.ul.withConfig({componentId:"sc-fd08cb5a-1"})([""," align-items:center;display:flex;gap:",";list-style-type:none;@media (min-width:1280px){gap:",";> div{width:55px;}}@media (min-width:1366px){gap:",";}"],e=>{let{$size:t="medium"}=e;return[u[t]]},s.wRi,s.OEt,s.MSc),h=l.ZP.div.withConfig({componentId:"sc-fd08cb5a-2"})(["background-color:",";display:flex;& + hr{"," height:auto;margin-inline:20px;.screening--fixed &{margin-inline:10px;}}&:last-of-type + hr{display:none;}"],s.L48,e=>{let{$size:t="medium"}=e;return[p[t]]});var x=n(33342),b=n(53589);let M={small:(0,l.iv)(["gap:",";min-width:",";"],s.FZT,s.cd0),medium:(0,l.iv)(["gap:",";min-width:",";"],s.$e6,s.fUL)},j={small:(0,l.iv)(["height:auto;width:",";"],s.Jhi),medium:(0,l.iv)(["height:auto;width:",";"],s.ISS)},f={small:(0,l.iv)(["color:rgb(133,65,153);path{stroke-width:1px;}"]),medium:(0,l.iv)(["color:rgb(133,65,153);path{stroke-width:1px;}"])},C={small:(0,l.iv)(["color:rgb(184,112,204);path{stroke-width:1px;}"]),medium:(0,l.iv)(["color:rgb(184,112,204);path{stroke-width:1px;}"])},y={small:(0,l.iv)(["color:rgb(241,237,246);path{stroke-width:1px;}"]),medium:(0,l.iv)(["color:rgb(241,237,246);path{stroke-width:1px;}"])},N={small:(0,l.iv)(["",""],s.LsX),medium:(0,l.iv)(["",""],s.e82)},v=l.ZP.div.withConfig({componentId:"sc-cad82d3-0"})([""," align-items:center;background-color:",";display:flex;flex-direction:column;svg{"," color:#9d4cb4;}&:hover{background-color:",";span{color:",";}svg{","}}&:active{background-color:",";span{color:",";}svg{","}}&:disabled{background-color:",";span{color:",";}svg{","}}"],e=>{let{$size:t="medium"}=e;return[M[t]]},s.a5N,e=>{let{$size:t="medium"}=e;return[j[t]]},s.bCt,s.Z3k,e=>{let{$size:t="medium"}=e;return[f[t]]},s.ohp,s.tSO,e=>{let{$size:t="medium"}=e;return[C[t]]},s.DfM,s.QSH,e=>{let{$size:t="medium"}=e;return[y[t]]}),I=l.ZP.span.withConfig({componentId:"sc-cad82d3-1"})([""," color:",";text-align:center;text-transform:capitalize;"],e=>{let{$size:t="medium"}=e;return[N[t]]},s.ZHk);var w=n(30707),L=n.n(w);let D=l.ZP.div.withConfig({componentId:"sc-7e4bd1e2-0"})([""," flex-shrink:0;aspect-ratio:1;"],e=>{let{$size:t}=e;return t&&"width: ".concat(t,"; height: ").concat(t,";")}),k={A:"letterA",B:"letterB",Baran:"aries",Bawół:"ox",Byk:"taurus",Bliźnięta:"gemini",C:"letterC",Ć:"letterCx",D:"letterD",E:"letterE",F:"letterF",G:"letterG",H:"letterH",I:"letterI",J:"letterJ",K:"letterK",Kogut:"rooster",Koń:"horse",Koza:"goat",Koziorożec:"capricorn",Królik:"rabbit",L:"letterL",Lew:"leo",Ł:"letterLx",M:"letterM",Małpa:"monkey",Miesięczny:"monthly-horoscope",N:"letterN",O:"letterO",Ó:"letterOx",P:"letterP",Panna:"virgo",Partnerski:"partnership-horoscope",Pies:"dog",Q:"letterQ",R:"letterR",Rak:"cancer",Ryby:"pisces",S:"letterS",Sennik:"dream-book",Skorpion:"scorpio",Smok:"dragon",Strzelec:"sagittatius",Świnia:"pig",Szczur:"rat",Ś:"letterSx",T:"letterT",Tygodniowy:"weekly-horoscope",Tygrys:"tiger",U:"letterU",V:"letterV",W:"letterW",Waga:"libra",Wąż:"snake",Wodnik:"aquarius",X:"letterX",Y:"letterY",Z:"letterZ",Ź:"letterZx",Ż:"letterZz","|":null},S=e=>{let t=k[e];return"string"!=typeof t?null:L()(()=>n(27231)("./".concat(t,".tsx")),{ssr:!1})},A=e=>{let{name:t,size:n}=e,a=(0,r.useMemo)(()=>S(t),[t]);return(0,i.jsx)(D,{$size:n,children:a&&(0,i.jsx)(a,{})})},z=e=>{let{url:t,children:n}=e;return t?(0,i.jsx)(x.wv,{href:t,children:n}):n},T=e=>{let{name:t,url:n,size:r}=e;return(0,i.jsx)("li",{children:(0,i.jsx)(z,{url:n,children:(0,i.jsx)(v,{$size:r,children:(0,i.jsx)(b.UnwrappedTile,{asset:(0,i.jsx)(A,{name:t,size:"medium"===r?s.ISS:s.Jhi}),title:"|"!==t?(0,i.jsx)(I,{$size:r,children:t}):void 0})})})})},O=e=>{let{widgetBarItems:t,size:n="medium"}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h,{$size:n,children:(0,i.jsx)(m,{$size:n,children:t.map(e=>(0,i.jsx)(T,{name:e.name,url:e.url,size:n},e.id))})}),(0,i.jsx)(a.iz,{$isVertical:!0})]})},E=e=>{let{widgetBarItems:t,size:n="medium"}=e,a=(0,r.useMemo)(()=>(0,o.fM)(t,"|"),[t]);return(0,i.jsx)(g,{$size:n,children:a.map(e=>{var t;return(0,i.jsx)(O,{widgetBarItems:e,size:n},"horoscope-array-".concat(null!==(t=e[0].id)&&void 0!==t?t:"id","-").concat(e[0].name))})})}},93059:function(e,t,n){"use strict";n.d(t,{K:function(){return H}});var i=n(53197),r=n(9528),a=n(59657),o=n(44581),l=n(89765),s=n(33648),d=n(4759),c=n(43618);let u={small:(0,d.iv)(["& > input[type='date']{position:absolute;inset:0;min-width:100%;width:100%;z-index:1;opacity:0;}"]),medium:(0,d.iv)(["& > input[type='date']{position:absolute;inset:0;width:100%;z-index:-1;opacity:0;}"])},p=d.ZP.div.withConfig({componentId:"sc-d1bd57b7-0"})(["position:relative;",""],e=>{let{$size:t}=e;return u[t]}),g=e=>{let t=new RegExp(/\d{2}\/\d{2}\/\d{4}/g);if(!e||"string"!=typeof e||!e.match(t))return new Date().toISOString().split("T")[0];let[n,i,r]=e.toString().split("/");return"".concat(r,"-").concat(i,"-").concat(n)},m=e=>e.length<=10?e:e.substring(0,10),h=e=>!e.length||e[e.length-1].match(/[0-9]/g)?e:e.substring(0,e.length-1),x=(e,t)=>t.length>e.length||![2,5].includes(e.length)?e:e+"/",b=e=>{let{size:t,value:n,onChange:r,...d}=e,c=(0,s.hU)(),u=(0,a.useRef)(null),b=g(n),M="mobile"===c,j=(0,a.useCallback)(()=>{var e;let t=u.current;t&&(null==t||null===(e=t.showPicker)||void 0===e||e.call(t))},[]),f=(0,a.useCallback)(e=>{null==r||r({...e,target:{...e.target,value:e.target.value?new Date(e.target.value).toLocaleDateString("en-GB"):""}})},[r]),C=(0,a.useCallback)(e=>{if(M)return;let t=e.target.value;t=m(t=x(t=h(t),(null==n?void 0:n.toString())||"")),null==r||r({...e,target:{...e.target,value:t}})},[M,r,n]);return(0,i.jsxs)(p,{$size:M?"small":"medium",children:[(0,i.jsx)(o.oi,{icon:l.CalendarIcon,type:"text",placeholder:"DD/MM/RRRR",pattern:"[0-9]{2}/[0-9]{2}/[0-9]{4}",size:t,...d,value:n,onChange:C,onIconClick:j}),(0,i.jsx)("input",{ref:u,...d,value:b,type:"date",onChange:f,onClick:j})]})};var M=n(41701),j=n(23016),f=n(36672),C=n(41371);let y=d.ZP.div.withConfig({componentId:"sc-c54bd6e-0"})([""]),N=(e,t)=>{let n=e.split(" "),i=n[0],r=n[1]||i;return"calc(".concat(t," + ").concat(r," * 2)")},v={small:(0,d.iv)(["gap:",";height:",";& > select{"," padding:",";padding-right:",";border-radius:",";}& > svg{margin:",";}"],c.fOD,c.Ye1,c.TO7,c.WF$,N(c.WF$,"24px"),c.p0n,c.WF$),medium:(0,d.iv)(["gap:",";height:",";& > select{"," padding:",";padding-right:",";border-radius:",";}& > svg{margin:",";}"],c.h_K,c.zM$,c.Vqi,c.cEx,N(c.cEx,"32px"),c.$1l,c.cEx)},I=d.ZP.div.withConfig({componentId:"sc-c54bd6e-1"})(["display:flex;justify-content:flex-start;align-items:center;position:relative;border:",";background-color:",";& > select{appearance:none;background-color:transparent;border:none;padding:0 1em 0 0;width:100%;&::-ms-expand{display:none;}}& > select{text-overflow:ellipsis;height:100%;cursor:pointer;color:",";&[placeholder]{color:",";}option{color:",";&[disabled],:disabled{color:",";}}&[disabled],:disabled{color:",";cursor:not-allowed;&[placeholder]{color:",";}}}& > svg{position:absolute;right:0;top:50%;transform:translateY(-50%);pointer-events:none;color:",";}&:has(select:hover){border:",";background-color:",";}&:has(input:focus),&:has(input:focus-visible){border:",";background-color:",";}&:has(select:active){border:",";background-color:",";}&:has(select[aria-invalid='true']){border:",";background-color:",";&:has(select:hover){background-color:",";}}&:has(select[disabled]),&:has(select:disabled){border:",";background-color:",";& > svg{color:",";}}",""],c.xhM.border,c.xhM.fill,c.kyU,c.qRf,c.kyU,c.TS9,c.$8h,c.TS9,c.kc1,c.Aps.border,c.Aps.fill,c.Aps.border,c.xhM.fill,c.lwP.border,c.lwP.fill,c.rBA.border,c.rBA.fill,c.Aps.fill,c.q5_.border,c.q5_.fill,c.DOJ,e=>{let{$size:t}=e;return v[t]}),w={small:(0,d.iv)(["gap:",";& > label{"," & > span{margin-left:",";}}& > ","{","}"],c.Svd,c.DVD,c.RW0,y,c.GXw),medium:(0,d.iv)(["gap:",";& > label{"," & > span{margin-left:",";}}& > ","{","}"],c.KGS,c.aX0,c.YiM,y,c.od4)},L={hint:(0,d.iv)(["color:",";"],c.tL9),error:(0,d.iv)(["color:",";"],c._wr)},D=d.ZP.div.withConfig({componentId:"sc-c54bd6e-2"})(["display:flex;flex-direction:column;position:relative;width:100%;& > label{pointer-events:none;color:",";}& > label > span:last-child{color:",";}& > ","{","}&:has(select:disabled),&:has(select[disabled]){& > label{color:",";}& > label > span:last-child{color:",";}& > div{color:",";}}",""],c.qNr,c.hQ_,y,e=>{let{$feedbackType:t="hint"}=e;return L[t]},c.LRt,c.zWi,c.JEV,e=>{let{$size:t}=e;return w[t]}),k=e=>{let{size:t,name:n,label:r,feedback:o,feedbackType:s="hint",options:d,placeholder:c,required:u,value:p,...g}=e,m=(0,a.useId)(),h=(0,a.useId)(),x=!!o&&"error"===s,b=(0,a.useMemo)(()=>{if(c)return(0,i.jsx)("option",{value:"",disabled:u,children:c})},[c,u]),M=(0,a.useMemo)(()=>null==d?void 0:d.map(e=>{let{value:t,label:n}=e;return(0,i.jsx)("option",{value:t,children:n},"".concat(t,"-").concat(n))}),[d]);return(0,i.jsxs)(D,{$size:t,$feedbackType:s,children:[!!r&&(0,i.jsxs)("label",{htmlFor:m,children:[r,u&&(0,i.jsx)("span",{children:"*"})]}),(0,i.jsxs)(I,{$size:t,children:[(0,i.jsxs)("select",{id:m,name:n,value:p,placeholder:p?void 0:c,required:u,"aria-label":n,"aria-invalid":x,"aria-errormessage":x?h:void 0,...g,children:[b,M]}),(0,i.jsx)(l.DropdownIcon,{size:"medium"===t?"large":"medium"})]}),!!o&&(0,i.jsx)(y,{id:h,children:o})]})};var S=n(1753),A=n(84194),z=n(88102),T=n.n(z);n(47120);let O=e=>Array.from({length:e},(e,t)=>({value:t+1,label:t+1})),E=e=>{let t=new RegExp(/\d{2}\/\d{2}\/\d{4}/g);return!!(e&&"string"==typeof e&&e.match(t))},_=e=>new Date(e.year,e.month,e.day).toLocaleDateString("en-GB"),U=e=>{if(!E(e))return;let[t,n,i]=e.toString().split("/");return{day:parseInt(t),month:parseInt(n)-1,year:parseInt(i)}},B=e=>e.includes("chinski")?"chinese":e.includes("numerologia")?"numerologic":"zodiac",Q=(e,t,n,i,r,a)=>{if("zodiac"===e){let i="medium"===r?(0,f.tJ)(n,t):G(e,a);if(!i)return;return i}if("chinese"===e){let o="medium"===r?(0,f.tP)(i,n,t):G(e,a);if(!o)return;return o}let o="medium"===r?(0,f.it)(t+n+1+i):G(e,a);if(o)return o},G=(e,t)=>{let n=U(t);if(n)return"zodiac"===e?(0,f.tJ)(n.month,n.day):"chinese"===e?(0,f.tP)(n.year,n.month,n.day):(0,f.it)(n.day+n.month+1+n.year)},Y=(e,t)=>{var n;return null===(n=e.find(e=>e.name===t||e.title===t||e.symbol.includes(t)))||void 0===n?void 0:n.url},H=e=>{let{columns:t,items:n,size:o,hasSidebarAd:l=!1,variant:s="date"}=e,d=(0,r.useRouter)(),c={day:new Date().getDate(),month:new Date().getMonth(),year:new Date().getFullYear()},[u,p]=(0,a.useState)(c),[g,m]=(0,a.useState)(_(c)),[h,x]=(0,a.useState)((0,f.NC)(u.year,u.month)),y="small"===o&&!E(g);(0,a.useEffect)(()=>{let e=(0,f.NC)(u.year,u.month);return u.day>e?p({day:e,month:u.month,year:u.year}):x(e)},[u]);let N=()=>{var e;let t=null===(e=n.find(e=>e.url))||void 0===e?void 0:e.url;if(!t)return;let i=Q(B(t),u.day,u.month,u.year,o,g);if(!i)return;let r=Y(n,i);r&&((0,S.dm)({ec0:"horoskop",ec1:"",ec2:"klik",ec3:"sprawdz"}),d.push(r))};return(0,i.jsxs)("div",{className:(0,f.c)("horoscope-picker","horoscope-picker--".concat(o),l&&"horoscope-picker--has-sidebar-ad"),"data-component":"horoscope-picker",children:[(0,i.jsxs)("div",{className:"horoscope-picker__content",children:["date"===s&&(0,i.jsxs)("div",{className:"horoscope-picker__content-inner",children:["medium"===o&&(0,i.jsx)(A.xv,{preset:T().variant,component:"div",className:"horoscope-picker__title",children:"Wyszukaj po dacie urodzenia"}),(0,i.jsxs)("div",{className:"horoscope-picker__search",children:[(0,i.jsx)("div",{className:"horoscope-picker__search-inputs",children:"medium"===o?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(k,{size:o,value:u.day,options:O(h),onChange:e=>{p({day:Number(e.target.value),month:u.month,year:u.year})},onClick:()=>(0,S.dm)({ec0:"horoskop",ec1:"",ec2:"klik",ec3:"data",ec4:"dzien"})}),(0,i.jsx)(k,{size:o,value:u.month,options:f.Fz,onChange:e=>{p({day:u.day,month:Number(e.target.value),year:u.year})},onClick:()=>(0,S.dm)({ec0:"horoskop",ec1:"",ec2:"klik",ec3:"data",ec4:"miesiac"})}),(0,i.jsx)(k,{size:o,value:u.year,options:O(new Date().getFullYear()),onChange:e=>{p({day:u.day,month:u.month,year:Number(e.target.value)})},onClick:()=>(0,S.dm)({ec0:"horoskop",ec1:"",ec2:"klik",ec3:"data",ec4:"rok"})})]}):(0,i.jsx)(b,{value:g,size:"medium",label:"Wyszukaj po dacie urodzenia",onChange:e=>{m(e.target.value)}})}),(0,i.jsx)(C.Button,{size:o,className:"horoscope-picker__btn",variant:"primary",disabled:y,onClick:()=>N(),children:"Sprawdź horoskop"})]})]}),(0,i.jsx)(M.rG,{columns:t,items:n,size:o})]}),"medium"===o&&l&&(0,i.jsx)("aside",{className:"horoscope-picker__sidebar-ad",children:(0,i.jsx)(j.Ad,{size:o,type:"box300x250",divider:"none",floating:52})})]})}},89765:function(e,t,n){"use strict";n.r(t),n.d(t,{AccountIcon:function(){return f},ActionInfoIcon:function(){return eC},AddIcon:function(){return x},ArrowFacedDownIcon:function(){return i.default},ArrowFacedLeftIcon:function(){return r.default},ArrowFacedRightIcon:function(){return a.default},ArrowFacedUpIcon:function(){return o.default},ArrowHeadLeftIcon:function(){return s.default},ArrowHeadRightIcon:function(){return d.default},BulletCircleIcon:function(){return C.default},BulletLineIcon:function(){return y.default},CalendarIcon:function(){return N.default},CameraIcon:function(){return v.default},CheckIcon:function(){return I.default},CloseIcon:function(){return w.default},DesktopIcon:function(){return S},DragNDropIcon:function(){return z},DropdownIcon:function(){return l.default},DropupIcon:function(){return c.default},DurationTimeIcon:function(){return O},EditIcon:function(){return _},EmotionAngryIcon:function(){return eN},EmotionLaughIcon:function(){return eI},EmotionLikeIcon:function(){return eL},EmotionNoLikeIcon:function(){return ek},EmotionSadIcon:function(){return eA},EmotionShockIcon:function(){return eT},EmotionSuperIcon:function(){return eE},EyeClosedIcon:function(){return B},EyeOpenedIcon:function(){return G},FileIcon:function(){return H},FilterIcon:function(){return V},GridIcon:function(){return F.default},HamburgerMenuIcon:function(){return R.default},HomeIcon:function(){return W},InfoIcon:function(){return J},KeyIcon:function(){return K.default},MagnifierZoomInIcon:function(){return X.default},MagnifierZoomOutIcon:function(){return q.default},MailIcon:function(){return ee.default},MailSignedInIcon:function(){return et.default},MinusIcon:function(){return M},MobilePhoneIcon:function(){return ei},MotoFuelIcon:function(){return eY.default},MotoLpgIcon:function(){return eH.default},MotoPowerIcon:function(){return eP.default},MotoRpmIcon:function(){return eV.default},MotoSizingIcon:function(){return eF.default},MotoSpeedIcon:function(){return eR.default},MotoTyresIcon:function(){return eZ.default},NewTabIcon:function(){return ea},PeopleIcon:function(){return el},PersonIcon:function(){return es.default},SearchIcon:function(){return ed.default},ShareIcon:function(){return ec.default},SocialFacebookIcon:function(){return e_.default},SocialInstagramIcon:function(){return eU.default},SocialTiktokIcon:function(){return eB.default},SocialTwitterIcon:function(){return eQ.default},SocialYoutubeIcon:function(){return eG.default},SortIcon:function(){return ep},StarIcon:function(){return em},TrashIcon:function(){return D},UploadIcon:function(){return ex},VideoPlayIcon:function(){return eb.default},WarningIcon:function(){return ej},iconLoader:function(){return e$}});var i=n(1217),r=n(45961),a=n(13830),o=n(65941),l=n(60126),s=n(27467),d=n(56634),c=n(72243),u=n(53197),p=n(30707),g=n.n(p),m=n(74111);let h={ssr:{small:g()(()=>n.e(3681).then(n.bind(n,93681)),{loadableGenerated:{webpack:()=>[93681]},ssr:!0}),medium:g()(()=>n.e(3155).then(n.bind(n,73155)),{loadableGenerated:{webpack:()=>[73155]},ssr:!0}),large:g()(()=>n.e(1315).then(n.bind(n,81315)),{loadableGenerated:{webpack:()=>[81315]},ssr:!0})},noSsr:{small:g()(()=>n.e(3681).then(n.bind(n,93681)),{loadableGenerated:{webpack:()=>[93681]},ssr:!1}),medium:g()(()=>n.e(3155).then(n.bind(n,73155)),{loadableGenerated:{webpack:()=>[73155]},ssr:!1}),large:g()(()=>n.e(1315).then(n.bind(n,81315)),{loadableGenerated:{webpack:()=>[81315]},ssr:!1})}};var x=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?h.ssr[n]:h.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let b={ssr:{small:g()(()=>n.e(9953).then(n.bind(n,29953)),{loadableGenerated:{webpack:()=>[29953]},ssr:!0}),medium:g()(()=>n.e(929).then(n.bind(n,10929)),{loadableGenerated:{webpack:()=>[10929]},ssr:!0}),large:g()(()=>n.e(2961).then(n.bind(n,2961)),{loadableGenerated:{webpack:()=>[2961]},ssr:!0})},noSsr:{small:g()(()=>n.e(9953).then(n.bind(n,29953)),{loadableGenerated:{webpack:()=>[29953]},ssr:!1}),medium:g()(()=>n.e(929).then(n.bind(n,10929)),{loadableGenerated:{webpack:()=>[10929]},ssr:!1}),large:g()(()=>n.e(2961).then(n.bind(n,2961)),{loadableGenerated:{webpack:()=>[2961]},ssr:!1})}};var M=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?b.ssr[n]:b.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let j={ssr:{small:g()(()=>n.e(2315).then(n.bind(n,92315)),{loadableGenerated:{webpack:()=>[92315]},ssr:!0}),medium:g()(()=>n.e(5653).then(n.bind(n,25653)),{loadableGenerated:{webpack:()=>[25653]},ssr:!0}),large:g()(()=>n.e(8239).then(n.bind(n,28239)),{loadableGenerated:{webpack:()=>[28239]},ssr:!0})},noSsr:{small:g()(()=>n.e(2315).then(n.bind(n,92315)),{loadableGenerated:{webpack:()=>[92315]},ssr:!1}),medium:g()(()=>n.e(5653).then(n.bind(n,25653)),{loadableGenerated:{webpack:()=>[25653]},ssr:!1}),large:g()(()=>n.e(8239).then(n.bind(n,28239)),{loadableGenerated:{webpack:()=>[28239]},ssr:!1})}};var f=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?j.ssr[n]:j.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})},C=n(8941),y=n(52702),N=n(59158),v=n(3510),I=n(87835),w=n(50580);let L={ssr:{small:g()(()=>n.e(8264).then(n.bind(n,78264)),{loadableGenerated:{webpack:()=>[78264]},ssr:!0}),medium:g()(()=>n.e(8141).then(n.bind(n,38141)),{loadableGenerated:{webpack:()=>[38141]},ssr:!0}),large:g()(()=>n.e(2222).then(n.bind(n,2222)),{loadableGenerated:{webpack:()=>[2222]},ssr:!0})},noSsr:{small:g()(()=>n.e(8264).then(n.bind(n,78264)),{loadableGenerated:{webpack:()=>[78264]},ssr:!1}),medium:g()(()=>n.e(8141).then(n.bind(n,38141)),{loadableGenerated:{webpack:()=>[38141]},ssr:!1}),large:g()(()=>n.e(2222).then(n.bind(n,2222)),{loadableGenerated:{webpack:()=>[2222]},ssr:!1})}};var D=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?L.ssr[n]:L.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let k={ssr:{small:g()(()=>n.e(1240).then(n.bind(n,1240)),{loadableGenerated:{webpack:()=>[1240]},ssr:!0}),medium:g()(()=>n.e(9249).then(n.bind(n,59249)),{loadableGenerated:{webpack:()=>[59249]},ssr:!0}),large:g()(()=>n.e(3278).then(n.bind(n,73278)),{loadableGenerated:{webpack:()=>[73278]},ssr:!0})},noSsr:{small:g()(()=>n.e(1240).then(n.bind(n,1240)),{loadableGenerated:{webpack:()=>[1240]},ssr:!1}),medium:g()(()=>n.e(9249).then(n.bind(n,59249)),{loadableGenerated:{webpack:()=>[59249]},ssr:!1}),large:g()(()=>n.e(3278).then(n.bind(n,73278)),{loadableGenerated:{webpack:()=>[73278]},ssr:!1})}};var S=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?k.ssr[n]:k.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let A={ssr:{small:g()(()=>n.e(7802).then(n.bind(n,97802)),{loadableGenerated:{webpack:()=>[97802]},ssr:!0}),medium:g()(()=>n.e(9109).then(n.bind(n,79109)),{loadableGenerated:{webpack:()=>[79109]},ssr:!0}),large:g()(()=>n.e(3439).then(n.bind(n,23439)),{loadableGenerated:{webpack:()=>[23439]},ssr:!0})},noSsr:{small:g()(()=>n.e(7802).then(n.bind(n,97802)),{loadableGenerated:{webpack:()=>[97802]},ssr:!1}),medium:g()(()=>n.e(9109).then(n.bind(n,79109)),{loadableGenerated:{webpack:()=>[79109]},ssr:!1}),large:g()(()=>n.e(3439).then(n.bind(n,23439)),{loadableGenerated:{webpack:()=>[23439]},ssr:!1})}};var z=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?A.ssr[n]:A.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let T={ssr:{small:g()(()=>n.e(8887).then(n.bind(n,78887)),{loadableGenerated:{webpack:()=>[78887]},ssr:!0}),medium:g()(()=>n.e(4621).then(n.bind(n,71709)),{loadableGenerated:{webpack:()=>[71709]},ssr:!0}),large:g()(()=>n.e(6368).then(n.bind(n,6368)),{loadableGenerated:{webpack:()=>[6368]},ssr:!0})},noSsr:{small:g()(()=>n.e(8887).then(n.bind(n,78887)),{loadableGenerated:{webpack:()=>[78887]},ssr:!1}),medium:g()(()=>n.e(4621).then(n.bind(n,71709)),{loadableGenerated:{webpack:()=>[71709]},ssr:!1}),large:g()(()=>n.e(6368).then(n.bind(n,6368)),{loadableGenerated:{webpack:()=>[6368]},ssr:!1})}};var O=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?T.ssr[n]:T.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let E={ssr:{small:g()(()=>n.e(9911).then(n.bind(n,29911)),{loadableGenerated:{webpack:()=>[29911]},ssr:!0}),medium:g()(()=>n.e(6643).then(n.bind(n,16643)),{loadableGenerated:{webpack:()=>[16643]},ssr:!0}),large:g()(()=>n.e(2022).then(n.bind(n,32022)),{loadableGenerated:{webpack:()=>[32022]},ssr:!0})},noSsr:{small:g()(()=>n.e(9911).then(n.bind(n,29911)),{loadableGenerated:{webpack:()=>[29911]},ssr:!1}),medium:g()(()=>n.e(6643).then(n.bind(n,16643)),{loadableGenerated:{webpack:()=>[16643]},ssr:!1}),large:g()(()=>n.e(2022).then(n.bind(n,32022)),{loadableGenerated:{webpack:()=>[32022]},ssr:!1})}};var _=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?E.ssr[n]:E.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let U={ssr:{small:g()(()=>n.e(7938).then(n.bind(n,67938)),{loadableGenerated:{webpack:()=>[67938]},ssr:!0}),medium:g()(()=>n.e(6836).then(n.bind(n,26836)),{loadableGenerated:{webpack:()=>[26836]},ssr:!0}),large:g()(()=>n.e(4964).then(n.bind(n,14964)),{loadableGenerated:{webpack:()=>[14964]},ssr:!0})},noSsr:{small:g()(()=>n.e(7938).then(n.bind(n,67938)),{loadableGenerated:{webpack:()=>[67938]},ssr:!1}),medium:g()(()=>n.e(6836).then(n.bind(n,26836)),{loadableGenerated:{webpack:()=>[26836]},ssr:!1}),large:g()(()=>n.e(4964).then(n.bind(n,14964)),{loadableGenerated:{webpack:()=>[14964]},ssr:!1})}};var B=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?U.ssr[n]:U.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let Q={ssr:{small:g()(()=>n.e(7664).then(n.bind(n,97664)),{loadableGenerated:{webpack:()=>[97664]},ssr:!0}),medium:g()(()=>n.e(5639).then(n.bind(n,85639)),{loadableGenerated:{webpack:()=>[85639]},ssr:!0}),large:g()(()=>n.e(4629).then(n.bind(n,14629)),{loadableGenerated:{webpack:()=>[14629]},ssr:!0})},noSsr:{small:g()(()=>n.e(7664).then(n.bind(n,97664)),{loadableGenerated:{webpack:()=>[97664]},ssr:!1}),medium:g()(()=>n.e(5639).then(n.bind(n,85639)),{loadableGenerated:{webpack:()=>[85639]},ssr:!1}),large:g()(()=>n.e(4629).then(n.bind(n,14629)),{loadableGenerated:{webpack:()=>[14629]},ssr:!1})}};var G=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?Q.ssr[n]:Q.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let Y={ssr:{small:g()(()=>n.e(169).then(n.bind(n,10169)),{loadableGenerated:{webpack:()=>[10169]},ssr:!0}),medium:g()(()=>n.e(7752).then(n.bind(n,97752)),{loadableGenerated:{webpack:()=>[97752]},ssr:!0}),large:g()(()=>n.e(5822).then(n.bind(n,35822)),{loadableGenerated:{webpack:()=>[35822]},ssr:!0})},noSsr:{small:g()(()=>n.e(169).then(n.bind(n,10169)),{loadableGenerated:{webpack:()=>[10169]},ssr:!1}),medium:g()(()=>n.e(7752).then(n.bind(n,97752)),{loadableGenerated:{webpack:()=>[97752]},ssr:!1}),large:g()(()=>n.e(5822).then(n.bind(n,35822)),{loadableGenerated:{webpack:()=>[35822]},ssr:!1})}};var H=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?Y.ssr[n]:Y.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let P={ssr:{small:g()(()=>n.e(7256).then(n.bind(n,67256)),{loadableGenerated:{webpack:()=>[67256]},ssr:!0}),medium:g()(()=>n.e(7158).then(n.bind(n,67158)),{loadableGenerated:{webpack:()=>[67158]},ssr:!0}),large:g()(()=>n.e(2873).then(n.bind(n,42873)),{loadableGenerated:{webpack:()=>[42873]},ssr:!0})},noSsr:{small:g()(()=>n.e(7256).then(n.bind(n,67256)),{loadableGenerated:{webpack:()=>[67256]},ssr:!1}),medium:g()(()=>n.e(7158).then(n.bind(n,67158)),{loadableGenerated:{webpack:()=>[67158]},ssr:!1}),large:g()(()=>n.e(2873).then(n.bind(n,42873)),{loadableGenerated:{webpack:()=>[42873]},ssr:!1})}};var V=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?P.ssr[n]:P.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})},F=n(84450),R=n(80344);let Z={ssr:{small:g()(()=>n.e(8114).then(n.bind(n,18114)),{loadableGenerated:{webpack:()=>[18114]},ssr:!0}),medium:g()(()=>n.e(8464).then(n.bind(n,58464)),{loadableGenerated:{webpack:()=>[58464]},ssr:!0}),large:g()(()=>n.e(4979).then(n.bind(n,4979)),{loadableGenerated:{webpack:()=>[4979]},ssr:!0})},noSsr:{small:g()(()=>n.e(8114).then(n.bind(n,18114)),{loadableGenerated:{webpack:()=>[18114]},ssr:!1}),medium:g()(()=>n.e(8464).then(n.bind(n,58464)),{loadableGenerated:{webpack:()=>[58464]},ssr:!1}),large:g()(()=>n.e(4979).then(n.bind(n,4979)),{loadableGenerated:{webpack:()=>[4979]},ssr:!1})}};var W=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?Z.ssr[n]:Z.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let $={ssr:{small:g()(()=>n.e(9957).then(n.bind(n,59957)),{loadableGenerated:{webpack:()=>[59957]},ssr:!0}),medium:g()(()=>n.e(5747).then(n.bind(n,65747)),{loadableGenerated:{webpack:()=>[65747]},ssr:!0}),large:g()(()=>n.e(3788).then(n.bind(n,23788)),{loadableGenerated:{webpack:()=>[23788]},ssr:!0})},noSsr:{small:g()(()=>n.e(9957).then(n.bind(n,59957)),{loadableGenerated:{webpack:()=>[59957]},ssr:!1}),medium:g()(()=>n.e(5747).then(n.bind(n,65747)),{loadableGenerated:{webpack:()=>[65747]},ssr:!1}),large:g()(()=>n.e(3788).then(n.bind(n,23788)),{loadableGenerated:{webpack:()=>[23788]},ssr:!1})}};var J=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?$.ssr[n]:$.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})},K=n(28850),X=n(67265),q=n(16977),ee=n(12507),et=n(32970);let en={ssr:{small:g()(()=>n.e(9888).then(n.bind(n,79888)),{loadableGenerated:{webpack:()=>[79888]},ssr:!0}),medium:g()(()=>n.e(4186).then(n.bind(n,14186)),{loadableGenerated:{webpack:()=>[14186]},ssr:!0}),large:g()(()=>n.e(7170).then(n.bind(n,57170)),{loadableGenerated:{webpack:()=>[57170]},ssr:!0})},noSsr:{small:g()(()=>n.e(9888).then(n.bind(n,79888)),{loadableGenerated:{webpack:()=>[79888]},ssr:!1}),medium:g()(()=>n.e(4186).then(n.bind(n,14186)),{loadableGenerated:{webpack:()=>[14186]},ssr:!1}),large:g()(()=>n.e(7170).then(n.bind(n,57170)),{loadableGenerated:{webpack:()=>[57170]},ssr:!1})}};var ei=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?en.ssr[n]:en.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let er={ssr:{small:g()(()=>n.e(8813).then(n.bind(n,38813)),{loadableGenerated:{webpack:()=>[38813]},ssr:!0}),medium:g()(()=>n.e(1173).then(n.bind(n,21173)),{loadableGenerated:{webpack:()=>[21173]},ssr:!0}),large:g()(()=>n.e(4350).then(n.bind(n,94350)),{loadableGenerated:{webpack:()=>[94350]},ssr:!0})},noSsr:{small:g()(()=>n.e(8813).then(n.bind(n,38813)),{loadableGenerated:{webpack:()=>[38813]},ssr:!1}),medium:g()(()=>n.e(1173).then(n.bind(n,21173)),{loadableGenerated:{webpack:()=>[21173]},ssr:!1}),large:g()(()=>n.e(4350).then(n.bind(n,94350)),{loadableGenerated:{webpack:()=>[94350]},ssr:!1})}};var ea=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?er.ssr[n]:er.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let eo={ssr:{small:g()(()=>n.e(5477).then(n.bind(n,85477)),{loadableGenerated:{webpack:()=>[85477]},ssr:!0}),medium:g()(()=>n.e(5933).then(n.bind(n,45933)),{loadableGenerated:{webpack:()=>[45933]},ssr:!0}),large:g()(()=>n.e(2007).then(n.bind(n,22007)),{loadableGenerated:{webpack:()=>[22007]},ssr:!0})},noSsr:{small:g()(()=>n.e(5477).then(n.bind(n,85477)),{loadableGenerated:{webpack:()=>[85477]},ssr:!1}),medium:g()(()=>n.e(5933).then(n.bind(n,45933)),{loadableGenerated:{webpack:()=>[45933]},ssr:!1}),large:g()(()=>n.e(2007).then(n.bind(n,22007)),{loadableGenerated:{webpack:()=>[22007]},ssr:!1})}};var el=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?eo.ssr[n]:eo.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})},es=n(34948),ed=n(84825),ec=n(42124);let eu={ssr:{small:g()(()=>n.e(1179).then(n.bind(n,11179)),{loadableGenerated:{webpack:()=>[11179]},ssr:!0}),medium:g()(()=>n.e(6426).then(n.bind(n,86426)),{loadableGenerated:{webpack:()=>[86426]},ssr:!0}),large:g()(()=>n.e(5018).then(n.bind(n,95018)),{loadableGenerated:{webpack:()=>[95018]},ssr:!0})},noSsr:{small:g()(()=>n.e(1179).then(n.bind(n,11179)),{loadableGenerated:{webpack:()=>[11179]},ssr:!1}),medium:g()(()=>n.e(6426).then(n.bind(n,86426)),{loadableGenerated:{webpack:()=>[86426]},ssr:!1}),large:g()(()=>n.e(5018).then(n.bind(n,95018)),{loadableGenerated:{webpack:()=>[95018]},ssr:!1})}};var ep=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?eu.ssr[n]:eu.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let eg={ssr:{small:g()(()=>n.e(2824).then(n.bind(n,82824)),{loadableGenerated:{webpack:()=>[82824]},ssr:!0}),medium:g()(()=>n.e(5064).then(n.bind(n,65064)),{loadableGenerated:{webpack:()=>[65064]},ssr:!0}),large:g()(()=>n.e(228).then(n.bind(n,228)),{loadableGenerated:{webpack:()=>[228]},ssr:!0})},noSsr:{small:g()(()=>n.e(2824).then(n.bind(n,82824)),{loadableGenerated:{webpack:()=>[82824]},ssr:!1}),medium:g()(()=>n.e(5064).then(n.bind(n,65064)),{loadableGenerated:{webpack:()=>[65064]},ssr:!1}),large:g()(()=>n.e(228).then(n.bind(n,228)),{loadableGenerated:{webpack:()=>[228]},ssr:!1})}};var em=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?eg.ssr[n]:eg.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let eh={ssr:{small:g()(()=>n.e(7024).then(n.bind(n,37024)),{loadableGenerated:{webpack:()=>[37024]},ssr:!0}),medium:g()(()=>n.e(486).then(n.bind(n,70486)),{loadableGenerated:{webpack:()=>[70486]},ssr:!0}),large:g()(()=>n.e(9734).then(n.bind(n,79734)),{loadableGenerated:{webpack:()=>[79734]},ssr:!0})},noSsr:{small:g()(()=>n.e(7024).then(n.bind(n,37024)),{loadableGenerated:{webpack:()=>[37024]},ssr:!1}),medium:g()(()=>n.e(486).then(n.bind(n,70486)),{loadableGenerated:{webpack:()=>[70486]},ssr:!1}),large:g()(()=>n.e(9734).then(n.bind(n,79734)),{loadableGenerated:{webpack:()=>[79734]},ssr:!1})}};var ex=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?eh.ssr[n]:eh.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})},eb=n(86377);let eM={ssr:{small:g()(()=>n.e(1401).then(n.bind(n,31401)),{loadableGenerated:{webpack:()=>[31401]},ssr:!0}),medium:g()(()=>n.e(5973).then(n.bind(n,35973)),{loadableGenerated:{webpack:()=>[35973]},ssr:!0}),large:g()(()=>n.e(3855).then(n.bind(n,63855)),{loadableGenerated:{webpack:()=>[63855]},ssr:!0})},noSsr:{small:g()(()=>n.e(1401).then(n.bind(n,31401)),{loadableGenerated:{webpack:()=>[31401]},ssr:!1}),medium:g()(()=>n.e(5973).then(n.bind(n,35973)),{loadableGenerated:{webpack:()=>[35973]},ssr:!1}),large:g()(()=>n.e(3855).then(n.bind(n,63855)),{loadableGenerated:{webpack:()=>[63855]},ssr:!1})}};var ej=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?eM.ssr[n]:eM.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let ef={ssr:{small:g()(()=>n.e(6783).then(n.bind(n,46783)),{loadableGenerated:{webpack:()=>[46783]},ssr:!0}),medium:g()(()=>n.e(5961).then(n.bind(n,55961)),{loadableGenerated:{webpack:()=>[55961]},ssr:!0}),large:g()(()=>n.e(8315).then(n.bind(n,18315)),{loadableGenerated:{webpack:()=>[18315]},ssr:!0})},noSsr:{small:g()(()=>n.e(6783).then(n.bind(n,46783)),{loadableGenerated:{webpack:()=>[46783]},ssr:!1}),medium:g()(()=>n.e(5961).then(n.bind(n,55961)),{loadableGenerated:{webpack:()=>[55961]},ssr:!1}),large:g()(()=>n.e(8315).then(n.bind(n,18315)),{loadableGenerated:{webpack:()=>[18315]},ssr:!1})}};var eC=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?ef.ssr[n]:ef.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,children:(0,u.jsx)(a,{})})};let ey={ssr:{small:g()(()=>n.e(4642).then(n.bind(n,14642)),{loadableGenerated:{webpack:()=>[14642]},ssr:!0}),medium:g()(()=>n.e(4642).then(n.bind(n,14642)),{loadableGenerated:{webpack:()=>[14642]},ssr:!0}),large:g()(()=>n.e(4642).then(n.bind(n,14642)),{loadableGenerated:{webpack:()=>[14642]},ssr:!0})},noSsr:{small:g()(()=>n.e(4642).then(n.bind(n,14642)),{loadableGenerated:{webpack:()=>[14642]},ssr:!1}),medium:g()(()=>n.e(4642).then(n.bind(n,14642)),{loadableGenerated:{webpack:()=>[14642]},ssr:!1}),large:g()(()=>n.e(4642).then(n.bind(n,14642)),{loadableGenerated:{webpack:()=>[14642]},ssr:!1})}};var eN=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?ey.ssr[n]:ey.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,viewBox:"0 0 16 16",children:(0,u.jsx)(a,{})})};let ev={ssr:{small:g()(()=>n.e(8523).then(n.bind(n,38523)),{loadableGenerated:{webpack:()=>[38523]},ssr:!0}),medium:g()(()=>n.e(8523).then(n.bind(n,38523)),{loadableGenerated:{webpack:()=>[38523]},ssr:!0}),large:g()(()=>n.e(8523).then(n.bind(n,38523)),{loadableGenerated:{webpack:()=>[38523]},ssr:!0})},noSsr:{small:g()(()=>n.e(8523).then(n.bind(n,38523)),{loadableGenerated:{webpack:()=>[38523]},ssr:!1}),medium:g()(()=>n.e(8523).then(n.bind(n,38523)),{loadableGenerated:{webpack:()=>[38523]},ssr:!1}),large:g()(()=>n.e(8523).then(n.bind(n,38523)),{loadableGenerated:{webpack:()=>[38523]},ssr:!1})}};var eI=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?ev.ssr[n]:ev.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,viewBox:"0 0 16 16",children:(0,u.jsx)(a,{})})};let ew={ssr:{small:g()(()=>n.e(6047).then(n.bind(n,56047)),{loadableGenerated:{webpack:()=>[56047]},ssr:!0}),medium:g()(()=>n.e(6047).then(n.bind(n,56047)),{loadableGenerated:{webpack:()=>[56047]},ssr:!0}),large:g()(()=>n.e(6047).then(n.bind(n,56047)),{loadableGenerated:{webpack:()=>[56047]},ssr:!0})},noSsr:{small:g()(()=>n.e(6047).then(n.bind(n,56047)),{loadableGenerated:{webpack:()=>[56047]},ssr:!1}),medium:g()(()=>n.e(6047).then(n.bind(n,56047)),{loadableGenerated:{webpack:()=>[56047]},ssr:!1}),large:g()(()=>n.e(6047).then(n.bind(n,56047)),{loadableGenerated:{webpack:()=>[56047]},ssr:!1})}};var eL=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?ew.ssr[n]:ew.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,viewBox:"0 0 16 16",children:(0,u.jsx)(a,{})})};let eD={ssr:{small:g()(()=>n.e(7318).then(n.bind(n,27318)),{loadableGenerated:{webpack:()=>[27318]},ssr:!0}),medium:g()(()=>n.e(7318).then(n.bind(n,27318)),{loadableGenerated:{webpack:()=>[27318]},ssr:!0}),large:g()(()=>n.e(7318).then(n.bind(n,27318)),{loadableGenerated:{webpack:()=>[27318]},ssr:!0})},noSsr:{small:g()(()=>n.e(7318).then(n.bind(n,27318)),{loadableGenerated:{webpack:()=>[27318]},ssr:!1}),medium:g()(()=>n.e(7318).then(n.bind(n,27318)),{loadableGenerated:{webpack:()=>[27318]},ssr:!1}),large:g()(()=>n.e(7318).then(n.bind(n,27318)),{loadableGenerated:{webpack:()=>[27318]},ssr:!1})}};var ek=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?eD.ssr[n]:eD.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,viewBox:"0 0 16 16",children:(0,u.jsx)(a,{})})};let eS={ssr:{small:g()(()=>n.e(980).then(n.bind(n,50980)),{loadableGenerated:{webpack:()=>[50980]},ssr:!0}),medium:g()(()=>n.e(980).then(n.bind(n,50980)),{loadableGenerated:{webpack:()=>[50980]},ssr:!0}),large:g()(()=>n.e(980).then(n.bind(n,50980)),{loadableGenerated:{webpack:()=>[50980]},ssr:!0})},noSsr:{small:g()(()=>n.e(980).then(n.bind(n,50980)),{loadableGenerated:{webpack:()=>[50980]},ssr:!1}),medium:g()(()=>n.e(980).then(n.bind(n,50980)),{loadableGenerated:{webpack:()=>[50980]},ssr:!1}),large:g()(()=>n.e(980).then(n.bind(n,50980)),{loadableGenerated:{webpack:()=>[50980]},ssr:!1})}};var eA=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?eS.ssr[n]:eS.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,viewBox:"0 0 16 16",children:(0,u.jsx)(a,{})})};let ez={ssr:{small:g()(()=>n.e(6394).then(n.bind(n,86394)),{loadableGenerated:{webpack:()=>[86394]},ssr:!0}),medium:g()(()=>n.e(6394).then(n.bind(n,86394)),{loadableGenerated:{webpack:()=>[86394]},ssr:!0}),large:g()(()=>n.e(6394).then(n.bind(n,86394)),{loadableGenerated:{webpack:()=>[86394]},ssr:!0})},noSsr:{small:g()(()=>n.e(6394).then(n.bind(n,86394)),{loadableGenerated:{webpack:()=>[86394]},ssr:!1}),medium:g()(()=>n.e(6394).then(n.bind(n,86394)),{loadableGenerated:{webpack:()=>[86394]},ssr:!1}),large:g()(()=>n.e(6394).then(n.bind(n,86394)),{loadableGenerated:{webpack:()=>[86394]},ssr:!1})}};var eT=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?ez.ssr[n]:ez.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,viewBox:"0 0 16 16",children:(0,u.jsx)(a,{})})};let eO={ssr:{small:g()(()=>n.e(9545).then(n.bind(n,59545)),{loadableGenerated:{webpack:()=>[59545]},ssr:!0}),medium:g()(()=>n.e(9545).then(n.bind(n,59545)),{loadableGenerated:{webpack:()=>[59545]},ssr:!0}),large:g()(()=>n.e(9545).then(n.bind(n,59545)),{loadableGenerated:{webpack:()=>[59545]},ssr:!0})},noSsr:{small:g()(()=>n.e(9545).then(n.bind(n,59545)),{loadableGenerated:{webpack:()=>[59545]},ssr:!1}),medium:g()(()=>n.e(9545).then(n.bind(n,59545)),{loadableGenerated:{webpack:()=>[59545]},ssr:!1}),large:g()(()=>n.e(9545).then(n.bind(n,59545)),{loadableGenerated:{webpack:()=>[59545]},ssr:!1})}};var eE=e=>{let{innerRef:t,size:n="medium",ssr:i=!1,...r}=e,a=i?eO.ssr[n]:eO.noSsr[n];return(0,u.jsx)(m.Z,{ref:t,size:n,...r,viewBox:"0 0 16 16",children:(0,u.jsx)(a,{})})},e_=n(83397),eU=n(35146),eB=n(17450),eQ=n(36473),eG=n(3610),eY=n(35814),eH=n(60809),eP=n(52888),eV=n(4310),eF=n(11342),eR=n(62824),eZ=n(7786);let eW={"arrow-faced-down":g()(()=>Promise.resolve().then(n.bind(n,1217)),{loadableGenerated:{webpack:()=>[1217]},ssr:!1}),"arrow-faced-left":g()(()=>Promise.resolve().then(n.bind(n,45961)),{loadableGenerated:{webpack:()=>[45961]},ssr:!1}),"arrow-faced-right":g()(()=>Promise.resolve().then(n.bind(n,13830)),{loadableGenerated:{webpack:()=>[13830]},ssr:!1}),"arrow-faced-up":g()(()=>Promise.resolve().then(n.bind(n,65941)),{loadableGenerated:{webpack:()=>[65941]},ssr:!1}),"arrow-head-left":g()(()=>Promise.resolve().then(n.bind(n,27467)),{loadableGenerated:{webpack:()=>[27467]},ssr:!1}),"arrow-head-right":g()(()=>Promise.resolve().then(n.bind(n,56634)),{loadableGenerated:{webpack:()=>[56634]},ssr:!1}),calendar:g()(()=>Promise.resolve().then(n.bind(n,59158)),{loadableGenerated:{webpack:()=>[59158]},ssr:!1}),camera:g()(()=>Promise.resolve().then(n.bind(n,3510)),{loadableGenerated:{webpack:()=>[3510]},ssr:!1}),check:g()(()=>Promise.resolve().then(n.bind(n,87835)),{loadableGenerated:{webpack:()=>[87835]},ssr:!1}),close:g()(()=>Promise.resolve().then(n.bind(n,50580)),{loadableGenerated:{webpack:()=>[50580]},ssr:!1}),dropdown:g()(()=>Promise.resolve().then(n.bind(n,60126)),{loadableGenerated:{webpack:()=>[60126]},ssr:!1}),dropup:g()(()=>Promise.resolve().then(n.bind(n,72243)),{loadableGenerated:{webpack:()=>[72243]},ssr:!1}),grid:g()(()=>Promise.resolve().then(n.bind(n,84450)),{loadableGenerated:{webpack:()=>[84450]},ssr:!1}),"hamburger-menu":g()(()=>Promise.resolve().then(n.bind(n,80344)),{loadableGenerated:{webpack:()=>[80344]},ssr:!1}),key:g()(()=>Promise.resolve().then(n.bind(n,28850)),{loadableGenerated:{webpack:()=>[28850]},ssr:!1}),"magnifier-zoom-in":g()(()=>Promise.resolve().then(n.bind(n,67265)),{loadableGenerated:{webpack:()=>[67265]},ssr:!1}),"magnifier-zoom-out":g()(()=>Promise.resolve().then(n.bind(n,16977)),{loadableGenerated:{webpack:()=>[16977]},ssr:!1}),"mail-signed-in":g()(()=>Promise.resolve().then(n.bind(n,32970)),{loadableGenerated:{webpack:()=>[32970]},ssr:!1}),mail:g()(()=>Promise.resolve().then(n.bind(n,12507)),{loadableGenerated:{webpack:()=>[12507]},ssr:!1}),person:g()(()=>Promise.resolve().then(n.bind(n,34948)),{loadableGenerated:{webpack:()=>[34948]},ssr:!1}),"placeholder-bullet-circle":g()(()=>Promise.resolve().then(n.bind(n,8941)),{loadableGenerated:{webpack:()=>[8941]},ssr:!1}),"placeholder-bullet-line":g()(()=>Promise.resolve().then(n.bind(n,52702)),{loadableGenerated:{webpack:()=>[52702]},ssr:!1}),search:g()(()=>Promise.resolve().then(n.bind(n,84825)),{loadableGenerated:{webpack:()=>[84825]},ssr:!1}),share:g()(()=>Promise.resolve().then(n.bind(n,42124)),{loadableGenerated:{webpack:()=>[42124]},ssr:!1}),"video-play":g()(()=>Promise.resolve().then(n.bind(n,86377)),{loadableGenerated:{webpack:()=>[86377]},ssr:!1}),"social-facebook":g()(()=>Promise.resolve().then(n.bind(n,83397)),{loadableGenerated:{webpack:()=>[83397]},ssr:!1}),"social-instagram":g()(()=>Promise.resolve().then(n.bind(n,35146)),{loadableGenerated:{webpack:()=>[35146]},ssr:!1}),"social-twitter":g()(()=>Promise.resolve().then(n.bind(n,36473)),{loadableGenerated:{webpack:()=>[36473]},ssr:!1}),"social-tiktok":g()(()=>Promise.resolve().then(n.bind(n,17450)),{loadableGenerated:{webpack:()=>[17450]},ssr:!1}),"social-youtube":g()(()=>Promise.resolve().then(n.bind(n,3610)),{loadableGenerated:{webpack:()=>[3610]},ssr:!1}),"moto-fuel":g()(()=>Promise.resolve().then(n.bind(n,35814)),{loadableGenerated:{webpack:()=>[35814]},ssr:!1}),"moto-lpg":g()(()=>Promise.resolve().then(n.bind(n,60809)),{loadableGenerated:{webpack:()=>[60809]},ssr:!1}),"moto-power":g()(()=>Promise.resolve().then(n.bind(n,52888)),{loadableGenerated:{webpack:()=>[52888]},ssr:!1}),"moto-rpm":g()(()=>Promise.resolve().then(n.bind(n,4310)),{loadableGenerated:{webpack:()=>[4310]},ssr:!1}),"moto-sizing":g()(()=>Promise.resolve().then(n.bind(n,11342)),{loadableGenerated:{webpack:()=>[11342]},ssr:!1}),"moto-speed":g()(()=>Promise.resolve().then(n.bind(n,62824)),{loadableGenerated:{webpack:()=>[62824]},ssr:!1}),"moto-tires":g()(()=>Promise.resolve().then(n.bind(n,7786)),{loadableGenerated:{webpack:()=>[7786]},ssr:!1})},e$=e=>eW[e]||(console.error("Icon::iconLoader unable to locate icon ".concat(e)),null)},1217:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(6079).then(n.bind(n,36079)),{loadableGenerated:{webpack:()=>[36079]},ssr:!0}),medium:a()(()=>n.e(7577).then(n.bind(n,17577)),{loadableGenerated:{webpack:()=>[17577]},ssr:!0}),large:a()(()=>n.e(766).then(n.bind(n,70766)),{loadableGenerated:{webpack:()=>[70766]},ssr:!0})},noSsr:{small:a()(()=>n.e(6079).then(n.bind(n,36079)),{loadableGenerated:{webpack:()=>[36079]},ssr:!1}),medium:a()(()=>n.e(7577).then(n.bind(n,17577)),{loadableGenerated:{webpack:()=>[17577]},ssr:!1}),large:a()(()=>n.e(766).then(n.bind(n,70766)),{loadableGenerated:{webpack:()=>[70766]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},45961:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(4217).then(n.bind(n,14217)),{loadableGenerated:{webpack:()=>[14217]},ssr:!0}),medium:a()(()=>n.e(8800).then(n.bind(n,18800)),{loadableGenerated:{webpack:()=>[18800]},ssr:!0}),large:a()(()=>n.e(2549).then(n.bind(n,32549)),{loadableGenerated:{webpack:()=>[32549]},ssr:!0})},noSsr:{small:a()(()=>n.e(4217).then(n.bind(n,14217)),{loadableGenerated:{webpack:()=>[14217]},ssr:!1}),medium:a()(()=>n.e(8800).then(n.bind(n,18800)),{loadableGenerated:{webpack:()=>[18800]},ssr:!1}),large:a()(()=>n.e(2549).then(n.bind(n,32549)),{loadableGenerated:{webpack:()=>[32549]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},13830:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(7526).then(n.bind(n,7526)),{loadableGenerated:{webpack:()=>[7526]},ssr:!0}),medium:a()(()=>n.e(6112).then(n.bind(n,86112)),{loadableGenerated:{webpack:()=>[86112]},ssr:!0}),large:a()(()=>n.e(6344).then(n.bind(n,56344)),{loadableGenerated:{webpack:()=>[56344]},ssr:!0})},noSsr:{small:a()(()=>n.e(7526).then(n.bind(n,7526)),{loadableGenerated:{webpack:()=>[7526]},ssr:!1}),medium:a()(()=>n.e(6112).then(n.bind(n,86112)),{loadableGenerated:{webpack:()=>[86112]},ssr:!1}),large:a()(()=>n.e(6344).then(n.bind(n,56344)),{loadableGenerated:{webpack:()=>[56344]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},65941:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(4514).then(n.bind(n,4514)),{loadableGenerated:{webpack:()=>[4514]},ssr:!0}),medium:a()(()=>n.e(7935).then(n.bind(n,77935)),{loadableGenerated:{webpack:()=>[77935]},ssr:!0}),large:a()(()=>n.e(4249).then(n.bind(n,44249)),{loadableGenerated:{webpack:()=>[44249]},ssr:!0})},noSsr:{small:a()(()=>n.e(4514).then(n.bind(n,4514)),{loadableGenerated:{webpack:()=>[4514]},ssr:!1}),medium:a()(()=>n.e(7935).then(n.bind(n,77935)),{loadableGenerated:{webpack:()=>[77935]},ssr:!1}),large:a()(()=>n.e(4249).then(n.bind(n,44249)),{loadableGenerated:{webpack:()=>[44249]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},27467:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(6872).then(n.bind(n,16872)),{loadableGenerated:{webpack:()=>[16872]},ssr:!0}),medium:a()(()=>n.e(8266).then(n.bind(n,38266)),{loadableGenerated:{webpack:()=>[38266]},ssr:!0}),large:a()(()=>n.e(8898).then(n.bind(n,78898)),{loadableGenerated:{webpack:()=>[78898]},ssr:!0})},noSsr:{small:a()(()=>n.e(6872).then(n.bind(n,16872)),{loadableGenerated:{webpack:()=>[16872]},ssr:!1}),medium:a()(()=>n.e(8266).then(n.bind(n,38266)),{loadableGenerated:{webpack:()=>[38266]},ssr:!1}),large:a()(()=>n.e(8898).then(n.bind(n,78898)),{loadableGenerated:{webpack:()=>[78898]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},56634:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(1551).then(n.bind(n,51551)),{loadableGenerated:{webpack:()=>[51551]},ssr:!0}),medium:a()(()=>n.e(1620).then(n.bind(n,81620)),{loadableGenerated:{webpack:()=>[81620]},ssr:!0}),large:a()(()=>n.e(2736).then(n.bind(n,12736)),{loadableGenerated:{webpack:()=>[12736]},ssr:!0})},noSsr:{small:a()(()=>n.e(1551).then(n.bind(n,51551)),{loadableGenerated:{webpack:()=>[51551]},ssr:!1}),medium:a()(()=>n.e(1620).then(n.bind(n,81620)),{loadableGenerated:{webpack:()=>[81620]},ssr:!1}),large:a()(()=>n.e(2736).then(n.bind(n,12736)),{loadableGenerated:{webpack:()=>[12736]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},59158:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(9522).then(n.bind(n,29522)),{loadableGenerated:{webpack:()=>[29522]},ssr:!0}),medium:a()(()=>n.e(1226).then(n.bind(n,81226)),{loadableGenerated:{webpack:()=>[81226]},ssr:!0}),large:a()(()=>n.e(5769).then(n.bind(n,85769)),{loadableGenerated:{webpack:()=>[85769]},ssr:!0})},noSsr:{small:a()(()=>n.e(9522).then(n.bind(n,29522)),{loadableGenerated:{webpack:()=>[29522]},ssr:!1}),medium:a()(()=>n.e(1226).then(n.bind(n,81226)),{loadableGenerated:{webpack:()=>[81226]},ssr:!1}),large:a()(()=>n.e(5769).then(n.bind(n,85769)),{loadableGenerated:{webpack:()=>[85769]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},3510:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(6252).then(n.bind(n,86252)),{loadableGenerated:{webpack:()=>[86252]},ssr:!0}),medium:a()(()=>n.e(4786).then(n.bind(n,64786)),{loadableGenerated:{webpack:()=>[64786]},ssr:!0}),large:a()(()=>n.e(4604).then(n.bind(n,74604)),{loadableGenerated:{webpack:()=>[74604]},ssr:!0})},noSsr:{small:a()(()=>n.e(6252).then(n.bind(n,86252)),{loadableGenerated:{webpack:()=>[86252]},ssr:!1}),medium:a()(()=>n.e(4786).then(n.bind(n,64786)),{loadableGenerated:{webpack:()=>[64786]},ssr:!1}),large:a()(()=>n.e(4604).then(n.bind(n,74604)),{loadableGenerated:{webpack:()=>[74604]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},87835:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(554).then(n.bind(n,50554)),{loadableGenerated:{webpack:()=>[50554]},ssr:!0}),medium:a()(()=>n.e(4374).then(n.bind(n,4374)),{loadableGenerated:{webpack:()=>[4374]},ssr:!0}),large:a()(()=>n.e(6666).then(n.bind(n,76666)),{loadableGenerated:{webpack:()=>[76666]},ssr:!0})},noSsr:{small:a()(()=>n.e(554).then(n.bind(n,50554)),{loadableGenerated:{webpack:()=>[50554]},ssr:!1}),medium:a()(()=>n.e(4374).then(n.bind(n,4374)),{loadableGenerated:{webpack:()=>[4374]},ssr:!1}),large:a()(()=>n.e(6666).then(n.bind(n,76666)),{loadableGenerated:{webpack:()=>[76666]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},50580:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(3247).then(n.bind(n,3247)),{loadableGenerated:{webpack:()=>[3247]},ssr:!0}),medium:a()(()=>n.e(1106).then(n.bind(n,31106)),{loadableGenerated:{webpack:()=>[31106]},ssr:!0}),large:a()(()=>n.e(5833).then(n.bind(n,70629)),{loadableGenerated:{webpack:()=>[70629]},ssr:!0})},noSsr:{small:a()(()=>n.e(3247).then(n.bind(n,3247)),{loadableGenerated:{webpack:()=>[3247]},ssr:!1}),medium:a()(()=>n.e(1106).then(n.bind(n,31106)),{loadableGenerated:{webpack:()=>[31106]},ssr:!1}),large:a()(()=>n.e(5833).then(n.bind(n,70629)),{loadableGenerated:{webpack:()=>[70629]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},60126:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(2387).then(n.bind(n,12387)),{loadableGenerated:{webpack:()=>[12387]},ssr:!0}),medium:a()(()=>n.e(1714).then(n.bind(n,31714)),{loadableGenerated:{webpack:()=>[31714]},ssr:!0}),large:a()(()=>n.e(9487).then(n.bind(n,19487)),{loadableGenerated:{webpack:()=>[19487]},ssr:!0})},noSsr:{small:a()(()=>n.e(2387).then(n.bind(n,12387)),{loadableGenerated:{webpack:()=>[12387]},ssr:!1}),medium:a()(()=>n.e(1714).then(n.bind(n,31714)),{loadableGenerated:{webpack:()=>[31714]},ssr:!1}),large:a()(()=>n.e(9487).then(n.bind(n,19487)),{loadableGenerated:{webpack:()=>[19487]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},72243:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(6060).then(n.bind(n,16060)),{loadableGenerated:{webpack:()=>[16060]},ssr:!0}),medium:a()(()=>n.e(4392).then(n.bind(n,94392)),{loadableGenerated:{webpack:()=>[94392]},ssr:!0}),large:a()(()=>n.e(2846).then(n.bind(n,42846)),{loadableGenerated:{webpack:()=>[42846]},ssr:!0})},noSsr:{small:a()(()=>n.e(6060).then(n.bind(n,16060)),{loadableGenerated:{webpack:()=>[16060]},ssr:!1}),medium:a()(()=>n.e(4392).then(n.bind(n,94392)),{loadableGenerated:{webpack:()=>[94392]},ssr:!1}),large:a()(()=>n.e(2846).then(n.bind(n,42846)),{loadableGenerated:{webpack:()=>[42846]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},84450:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(1217).then(n.bind(n,35535)),{loadableGenerated:{webpack:()=>[35535]},ssr:!0}),medium:a()(()=>n.e(5149).then(n.bind(n,35149)),{loadableGenerated:{webpack:()=>[35149]},ssr:!0}),large:a()(()=>n.e(4482).then(n.bind(n,44482)),{loadableGenerated:{webpack:()=>[44482]},ssr:!0})},noSsr:{small:a()(()=>n.e(1217).then(n.bind(n,35535)),{loadableGenerated:{webpack:()=>[35535]},ssr:!1}),medium:a()(()=>n.e(5149).then(n.bind(n,35149)),{loadableGenerated:{webpack:()=>[35149]},ssr:!1}),large:a()(()=>n.e(4482).then(n.bind(n,44482)),{loadableGenerated:{webpack:()=>[44482]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},80344:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(8959).then(n.bind(n,88959)),{loadableGenerated:{webpack:()=>[88959]},ssr:!0}),medium:a()(()=>n.e(3860).then(n.bind(n,73860)),{loadableGenerated:{webpack:()=>[73860]},ssr:!0}),large:a()(()=>n.e(6789).then(n.bind(n,46789)),{loadableGenerated:{webpack:()=>[46789]},ssr:!0})},noSsr:{small:a()(()=>n.e(8959).then(n.bind(n,88959)),{loadableGenerated:{webpack:()=>[88959]},ssr:!1}),medium:a()(()=>n.e(3860).then(n.bind(n,73860)),{loadableGenerated:{webpack:()=>[73860]},ssr:!1}),large:a()(()=>n.e(6789).then(n.bind(n,46789)),{loadableGenerated:{webpack:()=>[46789]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},28850:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(943).then(n.bind(n,10943)),{loadableGenerated:{webpack:()=>[10943]},ssr:!0}),medium:a()(()=>n.e(2451).then(n.bind(n,62451)),{loadableGenerated:{webpack:()=>[62451]},ssr:!0}),large:a()(()=>n.e(5438).then(n.bind(n,5438)),{loadableGenerated:{webpack:()=>[5438]},ssr:!0})},noSsr:{small:a()(()=>n.e(943).then(n.bind(n,10943)),{loadableGenerated:{webpack:()=>[10943]},ssr:!1}),medium:a()(()=>n.e(2451).then(n.bind(n,62451)),{loadableGenerated:{webpack:()=>[62451]},ssr:!1}),large:a()(()=>n.e(5438).then(n.bind(n,5438)),{loadableGenerated:{webpack:()=>[5438]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},67265:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(7109).then(n.bind(n,47109)),{loadableGenerated:{webpack:()=>[47109]},ssr:!0}),medium:a()(()=>n.e(6322).then(n.bind(n,6322)),{loadableGenerated:{webpack:()=>[6322]},ssr:!0}),large:a()(()=>n.e(12).then(n.bind(n,70012)),{loadableGenerated:{webpack:()=>[70012]},ssr:!0})},noSsr:{small:a()(()=>n.e(7109).then(n.bind(n,47109)),{loadableGenerated:{webpack:()=>[47109]},ssr:!1}),medium:a()(()=>n.e(6322).then(n.bind(n,6322)),{loadableGenerated:{webpack:()=>[6322]},ssr:!1}),large:a()(()=>n.e(12).then(n.bind(n,70012)),{loadableGenerated:{webpack:()=>[70012]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},16977:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(9309).then(n.bind(n,29309)),{loadableGenerated:{webpack:()=>[29309]},ssr:!0}),medium:a()(()=>n.e(9092).then(n.bind(n,49092)),{loadableGenerated:{webpack:()=>[49092]},ssr:!0}),large:a()(()=>n.e(7733).then(n.bind(n,47733)),{loadableGenerated:{webpack:()=>[47733]},ssr:!0})},noSsr:{small:a()(()=>n.e(9309).then(n.bind(n,29309)),{loadableGenerated:{webpack:()=>[29309]},ssr:!1}),medium:a()(()=>n.e(9092).then(n.bind(n,49092)),{loadableGenerated:{webpack:()=>[49092]},ssr:!1}),large:a()(()=>n.e(7733).then(n.bind(n,47733)),{loadableGenerated:{webpack:()=>[47733]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},32970:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(695).then(n.bind(n,90695)),{loadableGenerated:{webpack:()=>[90695]},ssr:!0}),medium:a()(()=>n.e(8330).then(n.bind(n,38330)),{loadableGenerated:{webpack:()=>[38330]},ssr:!0}),large:a()(()=>n.e(89).then(n.bind(n,10089)),{loadableGenerated:{webpack:()=>[10089]},ssr:!0})},noSsr:{small:a()(()=>n.e(695).then(n.bind(n,90695)),{loadableGenerated:{webpack:()=>[90695]},ssr:!1}),medium:a()(()=>n.e(8330).then(n.bind(n,38330)),{loadableGenerated:{webpack:()=>[38330]},ssr:!1}),large:a()(()=>n.e(89).then(n.bind(n,10089)),{loadableGenerated:{webpack:()=>[10089]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},12507:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(4797).then(n.bind(n,64797)),{loadableGenerated:{webpack:()=>[64797]},ssr:!0}),medium:a()(()=>n.e(7484).then(n.bind(n,47484)),{loadableGenerated:{webpack:()=>[47484]},ssr:!0}),large:a()(()=>n.e(2038).then(n.bind(n,92038)),{loadableGenerated:{webpack:()=>[92038]},ssr:!0})},noSsr:{small:a()(()=>n.e(4797).then(n.bind(n,64797)),{loadableGenerated:{webpack:()=>[64797]},ssr:!1}),medium:a()(()=>n.e(7484).then(n.bind(n,47484)),{loadableGenerated:{webpack:()=>[47484]},ssr:!1}),large:a()(()=>n.e(2038).then(n.bind(n,92038)),{loadableGenerated:{webpack:()=>[92038]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},34948:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(7822).then(n.bind(n,47822)),{loadableGenerated:{webpack:()=>[47822]},ssr:!0}),medium:a()(()=>n.e(7822).then(n.bind(n,47822)),{loadableGenerated:{webpack:()=>[47822]},ssr:!0}),large:a()(()=>n.e(7822).then(n.bind(n,47822)),{loadableGenerated:{webpack:()=>[47822]},ssr:!0})},noSsr:{small:a()(()=>n.e(7822).then(n.bind(n,47822)),{loadableGenerated:{webpack:()=>[47822]},ssr:!1}),medium:a()(()=>n.e(7822).then(n.bind(n,47822)),{loadableGenerated:{webpack:()=>[47822]},ssr:!1}),large:a()(()=>n.e(7822).then(n.bind(n,47822)),{loadableGenerated:{webpack:()=>[47822]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,viewBox:"0 0 16 16",children:(0,i.jsx)(s,{})})}},8941:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(3151).then(n.bind(n,53151)),{loadableGenerated:{webpack:()=>[53151]},ssr:!0}),medium:a()(()=>n.e(3195).then(n.bind(n,63195)),{loadableGenerated:{webpack:()=>[63195]},ssr:!0}),large:a()(()=>n.e(7124).then(n.bind(n,77124)),{loadableGenerated:{webpack:()=>[77124]},ssr:!0})},noSsr:{small:a()(()=>n.e(3151).then(n.bind(n,53151)),{loadableGenerated:{webpack:()=>[53151]},ssr:!1}),medium:a()(()=>n.e(3195).then(n.bind(n,63195)),{loadableGenerated:{webpack:()=>[63195]},ssr:!1}),large:a()(()=>n.e(7124).then(n.bind(n,77124)),{loadableGenerated:{webpack:()=>[77124]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},52702:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(342).then(n.bind(n,342)),{loadableGenerated:{webpack:()=>[342]},ssr:!0}),medium:a()(()=>n.e(8190).then(n.bind(n,98190)),{loadableGenerated:{webpack:()=>[98190]},ssr:!0}),large:a()(()=>n.e(9840).then(n.bind(n,59840)),{loadableGenerated:{webpack:()=>[59840]},ssr:!0})},noSsr:{small:a()(()=>n.e(342).then(n.bind(n,342)),{loadableGenerated:{webpack:()=>[342]},ssr:!1}),medium:a()(()=>n.e(8190).then(n.bind(n,98190)),{loadableGenerated:{webpack:()=>[98190]},ssr:!1}),large:a()(()=>n.e(9840).then(n.bind(n,59840)),{loadableGenerated:{webpack:()=>[59840]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},84825:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(5993).then(n.bind(n,45993)),{loadableGenerated:{webpack:()=>[45993]},ssr:!0}),medium:a()(()=>n.e(9950).then(n.bind(n,89950)),{loadableGenerated:{webpack:()=>[89950]},ssr:!0}),large:a()(()=>n.e(3357).then(n.bind(n,73357)),{loadableGenerated:{webpack:()=>[73357]},ssr:!0})},noSsr:{small:a()(()=>n.e(5993).then(n.bind(n,45993)),{loadableGenerated:{webpack:()=>[45993]},ssr:!1}),medium:a()(()=>n.e(9950).then(n.bind(n,89950)),{loadableGenerated:{webpack:()=>[89950]},ssr:!1}),large:a()(()=>n.e(3357).then(n.bind(n,73357)),{loadableGenerated:{webpack:()=>[73357]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},42124:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(677).then(n.bind(n,40677)),{loadableGenerated:{webpack:()=>[40677]},ssr:!0}),medium:a()(()=>n.e(814).then(n.bind(n,20814)),{loadableGenerated:{webpack:()=>[20814]},ssr:!0}),large:a()(()=>n.e(3978).then(n.bind(n,73978)),{loadableGenerated:{webpack:()=>[73978]},ssr:!0})},noSsr:{small:a()(()=>n.e(677).then(n.bind(n,40677)),{loadableGenerated:{webpack:()=>[40677]},ssr:!1}),medium:a()(()=>n.e(814).then(n.bind(n,20814)),{loadableGenerated:{webpack:()=>[20814]},ssr:!1}),large:a()(()=>n.e(3978).then(n.bind(n,73978)),{loadableGenerated:{webpack:()=>[73978]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},86377:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(4099).then(n.bind(n,74099)),{loadableGenerated:{webpack:()=>[74099]},ssr:!0}),medium:a()(()=>n.e(7773).then(n.bind(n,47773)),{loadableGenerated:{webpack:()=>[47773]},ssr:!0}),large:a()(()=>n.e(9001).then(n.bind(n,29001)),{loadableGenerated:{webpack:()=>[29001]},ssr:!0})},noSsr:{small:a()(()=>n.e(4099).then(n.bind(n,74099)),{loadableGenerated:{webpack:()=>[74099]},ssr:!1}),medium:a()(()=>n.e(7773).then(n.bind(n,47773)),{loadableGenerated:{webpack:()=>[47773]},ssr:!1}),large:a()(()=>n.e(9001).then(n.bind(n,29001)),{loadableGenerated:{webpack:()=>[29001]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},35814:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{large:a()(()=>n.e(3178).then(n.bind(n,43178)),{loadableGenerated:{webpack:()=>[43178]},ssr:!0})},noSsr:{large:a()(()=>n.e(3178).then(n.bind(n,43178)),{loadableGenerated:{webpack:()=>[43178]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr.large:l.noSsr.large;return(0,i.jsx)(o.Z,{ref:t,viewBox:"0 0 32 32",size:n,...a,children:(0,i.jsx)(s,{})})}},60809:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{large:a()(()=>n.e(8696).then(n.bind(n,78696)),{loadableGenerated:{webpack:()=>[78696]},ssr:!0})},noSsr:{large:a()(()=>n.e(8696).then(n.bind(n,78696)),{loadableGenerated:{webpack:()=>[78696]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr.large:l.noSsr.large;return(0,i.jsx)(o.Z,{ref:t,viewBox:"0 0 32 32",size:n,...a,children:(0,i.jsx)(s,{})})}},52888:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{large:a()(()=>n.e(2577).then(n.bind(n,52577)),{loadableGenerated:{webpack:()=>[52577]},ssr:!0})},noSsr:{large:a()(()=>n.e(2577).then(n.bind(n,52577)),{loadableGenerated:{webpack:()=>[52577]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr.large:l.noSsr.large;return(0,i.jsx)(o.Z,{ref:t,viewBox:"0 0 32 32",size:n,...a,children:(0,i.jsx)(s,{})})}},4310:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{large:a()(()=>n.e(5359).then(n.bind(n,15359)),{loadableGenerated:{webpack:()=>[15359]},ssr:!0})},noSsr:{large:a()(()=>n.e(5359).then(n.bind(n,15359)),{loadableGenerated:{webpack:()=>[15359]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr.large:l.noSsr.large;return(0,i.jsx)(o.Z,{ref:t,viewBox:"0 0 32 32",size:n,...a,children:(0,i.jsx)(s,{})})}},11342:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{large:a()(()=>n.e(1808).then(n.bind(n,41808)),{loadableGenerated:{webpack:()=>[41808]},ssr:!0})},noSsr:{large:a()(()=>n.e(1808).then(n.bind(n,41808)),{loadableGenerated:{webpack:()=>[41808]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr.large:l.noSsr.large;return(0,i.jsx)(o.Z,{ref:t,viewBox:"0 0 32 32",size:n,...a,children:(0,i.jsx)(s,{})})}},62824:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{large:a()(()=>n.e(2510).then(n.bind(n,42510)),{loadableGenerated:{webpack:()=>[42510]},ssr:!0})},noSsr:{large:a()(()=>n.e(2510).then(n.bind(n,42510)),{loadableGenerated:{webpack:()=>[42510]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr.large:l.noSsr.large;return(0,i.jsx)(o.Z,{ref:t,viewBox:"0 0 32 32",size:n,...a,children:(0,i.jsx)(s,{})})}},7786:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{large:a()(()=>n.e(3349).then(n.bind(n,3349)),{loadableGenerated:{webpack:()=>[3349]},ssr:!0})},noSsr:{large:a()(()=>n.e(3349).then(n.bind(n,3349)),{loadableGenerated:{webpack:()=>[3349]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr.large:l.noSsr.large;return(0,i.jsx)(o.Z,{ref:t,viewBox:"0 0 32 32",size:n,...a,children:(0,i.jsx)(s,{})})}},83397:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(1651).then(n.bind(n,1651)),{loadableGenerated:{webpack:()=>[1651]},ssr:!0}),medium:a()(()=>n.e(3751).then(n.bind(n,63751)),{loadableGenerated:{webpack:()=>[63751]},ssr:!0}),large:a()(()=>n.e(2406).then(n.bind(n,52406)),{loadableGenerated:{webpack:()=>[52406]},ssr:!0})},noSsr:{small:a()(()=>n.e(1651).then(n.bind(n,1651)),{loadableGenerated:{webpack:()=>[1651]},ssr:!1}),medium:a()(()=>n.e(3751).then(n.bind(n,63751)),{loadableGenerated:{webpack:()=>[63751]},ssr:!1}),large:a()(()=>n.e(2406).then(n.bind(n,52406)),{loadableGenerated:{webpack:()=>[52406]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},35146:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(2528).then(n.bind(n,72528)),{loadableGenerated:{webpack:()=>[72528]},ssr:!0}),medium:a()(()=>n.e(5784).then(n.bind(n,15784)),{loadableGenerated:{webpack:()=>[15784]},ssr:!0}),large:a()(()=>n.e(6824).then(n.bind(n,26824)),{loadableGenerated:{webpack:()=>[26824]},ssr:!0})},noSsr:{small:a()(()=>n.e(2528).then(n.bind(n,72528)),{loadableGenerated:{webpack:()=>[72528]},ssr:!1}),medium:a()(()=>n.e(5784).then(n.bind(n,15784)),{loadableGenerated:{webpack:()=>[15784]},ssr:!1}),large:a()(()=>n.e(6824).then(n.bind(n,26824)),{loadableGenerated:{webpack:()=>[26824]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},17450:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{large:a()(()=>n.e(4961).then(n.bind(n,24961)),{loadableGenerated:{webpack:()=>[24961]},ssr:!0})},noSsr:{large:a()(()=>n.e(4961).then(n.bind(n,24961)),{loadableGenerated:{webpack:()=>[24961]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr.large:l.noSsr.large;return(0,i.jsx)(o.Z,{ref:t,viewBox:"0 0 32 32",size:n,...a,children:(0,i.jsx)(s,{})})}},36473:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(1187).then(n.bind(n,31187)),{loadableGenerated:{webpack:()=>[31187]},ssr:!0}),medium:a()(()=>n.e(8044).then(n.bind(n,58044)),{loadableGenerated:{webpack:()=>[58044]},ssr:!0}),large:a()(()=>n.e(8151).then(n.bind(n,98151)),{loadableGenerated:{webpack:()=>[98151]},ssr:!0})},noSsr:{small:a()(()=>n.e(1187).then(n.bind(n,31187)),{loadableGenerated:{webpack:()=>[31187]},ssr:!1}),medium:a()(()=>n.e(8044).then(n.bind(n,58044)),{loadableGenerated:{webpack:()=>[58044]},ssr:!1}),large:a()(()=>n.e(8151).then(n.bind(n,98151)),{loadableGenerated:{webpack:()=>[98151]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,children:(0,i.jsx)(s,{})})}},3610:function(e,t,n){"use strict";n.r(t);var i=n(53197),r=n(30707),a=n.n(r),o=n(74111);let l={ssr:{small:a()(()=>n.e(5720).then(n.bind(n,35720)),{loadableGenerated:{webpack:()=>[35720]},ssr:!0}),medium:a()(()=>n.e(5720).then(n.bind(n,35720)),{loadableGenerated:{webpack:()=>[35720]},ssr:!0}),large:a()(()=>n.e(6657).then(n.bind(n,56657)),{loadableGenerated:{webpack:()=>[56657]},ssr:!0})},noSsr:{small:a()(()=>n.e(5720).then(n.bind(n,35720)),{loadableGenerated:{webpack:()=>[35720]},ssr:!1}),medium:a()(()=>n.e(5720).then(n.bind(n,35720)),{loadableGenerated:{webpack:()=>[35720]},ssr:!1}),large:a()(()=>n.e(6657).then(n.bind(n,56657)),{loadableGenerated:{webpack:()=>[56657]},ssr:!1})}};t.default=e=>{let{innerRef:t,size:n="medium",ssr:r=!1,...a}=e,s=r?l.ssr[n]:l.noSsr[n];return(0,i.jsx)(o.Z,{ref:t,size:n,...a,viewBox:"large"===n?"0 0 35 32":"0 0 29 24",children:(0,i.jsx)(s,{})})}},74111:function(e,t,n){"use strict";var i=n(53197),r=n(59657),a=n(36672);n(56669);let o={small:"0 0 16 16",medium:"0 0 24 24",large:"0 0 32 32"},l=(0,r.forwardRef)((e,t)=>{let{size:n="medium",children:r,fill:l,className:s,viewBox:d,...c}=e;return(0,i.jsx)("svg",{ref:t,className:(0,a.c)("ids-icons-svg","ids-icons-svg--".concat(n),s),fill:l||"currentColor",viewBox:d||o[n],...c,xmlns:"http://www.w3.org/2000/svg",children:r})});l.displayName="Svg",t.Z=l},46269:function(e,t,n){"use strict";n.d(t,{zJ:function(){return d},dD:function(){return p},qK:function(){return c}});var i=n(53197),r=n(59657),a=n(36672),o=n(87162),l=n(4759);let s=l.ZP.picture.withConfig({componentId:"sc-80763008-0"})(["& img{display:block;max-width:100%;max-height:100%;object-position:center;object-fit:cover;}",""],e=>{let{$width:t,$height:n}=e;return t&&n?(0,l.iv)(["max-width:","px;aspect-ratio:"," / ",";"],t,t,n):""}),d="https://i.iplsc.com",c=e=>{let{host:t,attachmentId:n,frameClass:i,filter:r,extension:o}=e;return"".concat(t,"/").concat(n,"-").concat(i).concat((0,a.yT)(r),".").concat(o)},u=e=>{let{host:t,attachmentId:n,slug:r,frameClass:l,filter:s,extension:d,loaderFn:c,responsiveData:u,defaultSrc:p,MIMEtype:g}=e;if(!(0,a.xb)(u)){let e=u.map((e,a,o)=>{let{breakpoint:l,frameClass:u}=e,p="(max-width: ".concat(l,"px)");return 0!==a&&(p="(min-width: ".concat(o[a-1].breakpoint+.1,"px) and ")+p),(0,i.jsx)("link",{rel:"preload",href:c({host:t,attachmentId:n,slug:r,frameClass:u,filter:s,extension:d}),as:"image",type:g,fetchpriority:"high",media:p},"".concat(n,"-").concat(u,"-").concat(l))}),a=u[u.length-1].breakpoint;return e.push((0,i.jsx)("link",{rel:"preload",href:c({host:t,attachmentId:n,slug:r,frameClass:l,filter:s,extension:d}),as:"image",type:g,fetchpriority:"high",media:"(min-width: ".concat(a+.1,"px)")},"".concat(n,"-").concat(l,"-").concat(a+.1))),(0,i.jsx)(o.C,{children:e})}return(0,i.jsx)(o.C,{children:(0,i.jsx)("link",{rel:"preload",href:p,as:"image",type:g,fetchpriority:"high"})})},p=(0,r.memo)(e=>{let{host:t=d,attachmentId:n,slug:r,frameClass:o,filter:l,extension:p="webp",loaderFn:g=c,responsiveData:m,src:h,alt:x,loading:b="lazy",preload:M=!1,groupeIdentifier:j,...f}=e;if(!n&&!h)return(0,i.jsx)(s,{});let C=h||g({host:t,attachmentId:n,slug:r,frameClass:o,filter:l,extension:p}),y="image/".concat(p),N=[];return h||(0,a.xb)(m)||(N=m.map(e=>{let{breakpoint:a,frameClass:o}=e;return(0,i.jsx)("source",{media:"(max-width: ".concat(a,"px)"),srcSet:g({host:t,attachmentId:n,slug:r,frameClass:o,filter:l,extension:p}),type:y},a)})),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(s,{$width:f.width,$height:f.height,className:f.className,"data-img":j,children:[N,(0,i.jsx)("img",{...f,loading:"lazy"!==b||M?void 0:b,alt:x,className:"tile-image",src:C})]}),M&&(0,i.jsx)(u,{host:t,attachmentId:n,slug:r,frameClass:o,filter:l,extension:p,loaderFn:g,responsiveData:m,src:h,defaultSrc:C,MIMEtype:y})]})});p.displayName="ImageHolder"},42720:function(e,t,n){"use strict";n.d(t,{q:function(){return r},e:function(){return p}});var i,r,a=n(53197),o=n(89765),l=n(36672),s=n(84194);n(80949);var d=n(18194),c=n.n(d);(i=r||(r={})).ARTICLE="ARTICLE",i.VIDEO="VIDEO",i.GALLERY="GALLERY";let u=e=>{let{articleType:t,size:n}=e;switch(t){case r.VIDEO:return(0,a.jsx)(o.VideoPlayIcon,{size:n});case r.GALLERY:return(0,a.jsx)(o.CameraIcon,{size:n});default:return null}},p=e=>{let{articleType:t=r.ARTICLE,isSponsored:n=!1,card:i=!1,size:o}=e;return n?(0,a.jsx)(s.NV,{component:"span",preset:c()[null!=o?o:"medium"],className:(0,l.c)("inline-article-label","ids-inline-article-label"),children:"art. sponsorowany"}):t===r.ARTICLE?null:i?(0,a.jsx)("div",{className:(0,l.c)("inline-article-label","ids-inline-article-label","ids-inline-article-label--card-icon"),children:(0,a.jsx)(u,{articleType:t,size:o})}):(0,a.jsx)("span",{className:(0,l.c)("inline-article-label","ids-inline-article-label","ids-inline-article-label--icon--".concat(null!=o?o:"small")),children:(0,a.jsx)(u,{articleType:t})})}},52820:function(e,t,n){"use strict";n.d(t,{_K:function(){return a},IS:function(){return o}});var i=n(53197),r=n(36672);n(88581);let a={ARROW:"\\203A",LINE:"\\2758"},o=e=>function(t){let{className:n,style:o,...l}=t;return(0,i.jsx)(e,{className:(0,r.c)("ids-with-intext-divider",n),style:{"--intext-divider-item":'"'.concat(a.LINE,'"'),...o},...l})}},32808:function(e,t,n){"use strict";n.r(t),n.d(t,{ContactUsModal:function(){return O},ContactUsPopup:function(){return E},JoinAndWrite:function(){return G},StyledJoinAndWrite:function(){return H}});var i=n(53197),r=n(59657),a=n(89765),o=n(84194),l=n(36672),s=n(91794),d=n.n(s);n(24373);let c=(0,r.memo)(e=>{let{label:t,highlighted:n,withoutLabels:s,onMouseEnter:c,onMouseLeave:u,onClick:p,onKeyDown:g}=e,m=(0,r.useCallback)(()=>c(t),[c,t]),h=(0,r.useCallback)(()=>p(t),[p,t]),x=(0,r.useCallback)(e=>g(e,t),[g,t]);return(0,i.jsxs)("button",{className:(0,l.c)("rating-selector__item",n&&"rating-selector__item--highlighted"),"aria-label":"Ocena ".concat(t),title:"Ocena ".concat(t),onMouseEnter:m,onMouseLeave:u,onClick:h,onKeyDown:x,children:[(0,i.jsx)(a.StarIcon,{size:"large"}),!s&&(0,i.jsx)(o.xv,{component:"span",preset:d().item,children:t},t)]})});c.displayName="RatingSelectorItem";let u=e=>{let{initial:t=0,max:n=10,withoutLabels:a=!1,onChange:o}=e,l=Math.min(n,10),[s,d]=(0,r.useState)(t),[u,p]=(0,r.useState)(0),g=(0,r.useCallback)(e=>{p(e)},[]),m=(0,r.useCallback)(()=>{p(0)},[]),h=(0,r.useCallback)(e=>{d(e),o&&o(e)},[o]),x=(0,r.useCallback)((e,t)=>{("Enter"===e.key||" "===e.key)&&h(t)},[h]),b=(0,r.useMemo)(()=>Array.from({length:l},(e,t)=>{let n=t+1,r=u?n<=u:n<=s;return(0,i.jsx)(c,{label:n,highlighted:r,withoutLabels:a,onMouseEnter:g,onMouseLeave:m,onClick:h,onKeyDown:x},n)}),[l,u,s,a,g,m,h,x]);return(0,i.jsx)("div",{className:"rating-selector",children:b})};var p=n(46275),g=n(61670),m=n.n(g);n(79230);let h={facebook:{icon:a.SocialFacebookIcon,callToAction:"Dołącz do nas na facebooku"},instagram:{icon:a.SocialInstagramIcon,callToAction:"Obserwuj nas na insta"},twitter:{icon:a.SocialTwitterIcon,callToAction:"Śledź nas na"},youtube:{icon:a.SocialYoutubeIcon,callToAction:"Oglądaj nas na YouTube"},tiktok:{icon:a.SocialTiktokIcon,callToAction:"Oglądaj nas na TikToku"}},x=e=>{let{direction:t="horizontal",compact:n,socials:r}=e,a=[];for(let e=0;e span{padding:0;border:0;background:transparent;}",""],e=>{let{$size:t}=e;return[{small:(()=>{let e=(0,L.d)(D.VkE);return(0,w.iv)(["text-align:center;> span{color:",";",";}> button{",";}"],D.VkE.fill,e,A(e))})(),medium:(()=>{let e=(0,L.d)(D.rdO);return(0,w.iv)(["text-align:left;padding-right:24px;> span{color:",";",";}> button{",";}"],D.rdO.fill,e,A(e))})()}[t]]});let S=w.ZP.button.withConfig({componentId:"sc-775d66d5-1"})(["all:unset;",""],k.v);function A(e){return Object.keys(e).filter(e=>!["color","text-decoration","font-weight"].includes(e)).reduce((t,n)=>({...t,[n]:e[n]}),{})}var z=n(10702),T=n.n(z);let O=e=>{let{url:t,size:n,uuid:r="contact-us-modal"}=e;return{modal:(0,N.dd)({renderModalContent:e=>{let{onClose:a}=e;return(0,i.jsx)(v.u,{isOpen:!0,uuid:r,closeFn:()=>void a(!1),modalContent:(0,i.jsx)(I.Paragraph,{variant:"default",size:n,children:"Przesyłając do redakcji jakiekolwiek materiały mające cechy utwor\xf3w oświadczasz, że posiadasz prawa do korzystania z tych materiał\xf3w a ich dalsze rozpowszechnianie nie będzie naruszać praw os\xf3b trzecich (w tym praw do wizerunku) oraz w ramach tych praw udzielasz na rzecz INTERIA.PL zgodę na nieodpłatne rozpowszechnianie utwor\xf3w, w tym publiczne wykonanie, wystawienie, wyświetlenie, odtworzenie oraz nadawanie i reemitowanie, a także publiczne udostępnianie utwor\xf3w w taki spos\xf3b, aby każdy m\xf3gł mieć do nich dostęp w miejscu i w czasie przez siebie wybranym. Jednocześnie udzielasz zgody na rzecz INTERIA.PL na korzystanie i rozporządzanie z opracowań przesłanych utwor\xf3w."}),modalFooter:(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(y.Button,{"aria-label":"accept-modal",role:"dialog",variant:"primary",onClick:()=>window.location.href="mailto:".concat(t,"?subject=").concat(window.document.title,"&body=Link do artykułu: ").concat(window.location.href),children:"Napisz do nas"}),(0,i.jsx)(y.Button,{"aria-label":"cancel-modal",role:"dialog",variant:"ghost",onClick:()=>void a(!1),children:"Anuluj"})]}),modalTitle:"Informacja prawna",size:n})}}),uuid:r}},E=e=>{let{size:t,url:n}=e,{flags:r}=(0,C.e)("meta"),{modal:a,uuid:l}=O({url:n,size:t});return(null==r?void 0:r.isContactUsPopupInactive)?(0,i.jsx)(S,{onClick:()=>window.location.href="mailto:".concat(n,"?subject=").concat(window.document.title,"&body=Link do artykułu: ").concat(window.location.href),children:"Napisz do nas"}):(0,i.jsx)(S,{title:"contact us dialog button","aria-label":a.toggled?"close dialog":"open dialog","aria-haspopup":"dialog","aria-expanded":a.toggled,"aria-controls":l,onClick:a.toggle,children:(0,i.jsx)(o.xv,{component:"span",preset:T().content,children:"Napisz do nas"})})};n(13610);let _=e=>{let{size:t,email:n}=e;return(0,i.jsxs)("div",{className:"contact-us contact-us--".concat(t),children:[(0,i.jsxs)(o.xv,{component:"span",preset:T().content,children:["Masz sugestie, uwagi albo widzisz błąd?"," "]}),(0,i.jsx)(E,{url:n.url,size:t})]})};n(27712);let U=[{id:2,text:"Sp\xf3jność treści z nagł\xf3wkiem"},{id:3,text:"Przydatność zawartych informacji"},{id:4,text:"Jakość treści"}],B=e=>{let{updateResponse:t}=e,n=(0,r.useCallback)((e,n)=>{t("p".concat(e.id),n)},[t]);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.iz,{}),(0,i.jsx)("div",{className:"join-and-write__questions",children:U.map(e=>(0,i.jsxs)("div",{className:"join-and-write__question",children:[(0,i.jsx)(o.xv,{preset:T()["questions-question"],children:e.text}),(0,i.jsx)(u,{max:5,withoutLabels:!0,onChange:t=>n(e,t)})]},e.id))})]})},Q=e=>{let{withQuestions:t=!1}=e,[n,s]=(0,r.useState)(!1),[d,c]=(0,r.useState)({}),[p,g]=(0,r.useState)(!1),{observe:m}=(0,j.S)(e=>{e.isIntersecting&&!p&&g(!0)}),h=(0,r.useCallback)((e,t)=>{c(n=>{let i={...n,[e]:t},r=(i.p1-1)/4,a=Object.entries(i).map(e=>{let[t,n]=e;return"".concat(t,"=").concat(n)}).join("&");return(0,M.dm)({ec0:"ankieta_wjt",ec1:e,ec2:"klik",ec3:t,ec4:(0,l.NM)(r,2),ec5:a}),i})},[]),x=(0,r.useCallback)(e=>{s(!0),h("p1",e)},[h]);return(0,f.G)(()=>{p&&(0,M.dm)({ec0:"ankieta_wjt",ec1:"",ec2:"view"})},[p]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)("div",{ref:m,className:"join-and-write__rate",children:[(0,i.jsx)(o.xv,{preset:T().rate,children:"Oceń artykuł"}),(0,i.jsx)(u,{max:5,withoutLabels:!0,onChange:x})]}),n&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)("div",{className:"join-and-write__message",children:[(0,i.jsx)(a.CheckIcon,{className:"join-and-write__message-icon"}),(0,i.jsxs)("div",{className:"join-and-write__message-content",children:[(0,i.jsx)(o.xv,{preset:T()["message-content-heading"],className:"join-and-write__message-content-heading",children:"Dziękujemy!"}),t&&(0,i.jsx)(o.xv,{preset:T()["message-content"],children:"Możesz uzupełnić swoją ocenę."})]})]}),t&&(0,i.jsx)(B,{updateResponse:h})]})]})},G=e=>{let{size:t="medium",socials:n,withRate:r,className:a=""}=e,o=(0,C.e)("meta");if((0,l.xb)(n))return null;let s=n.find(e=>"mailto"===e.type),d="kobieta"===o.theme;return(0,i.jsxs)("div",{className:(0,l.c)("join-and-write","join-and-write--".concat(t),a),children:[r&&d&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Q,{withQuestions:"questions"===r}),(0,i.jsx)(b.iz,{})]}),s&&(0,i.jsx)(_,{email:s,size:t}),"small"===t&&(0,i.jsx)(b.iz,{}),(0,i.jsx)(x,{..."medium"===t?{direction:"horizontal",compact:!0}:{direction:"vertical"},socials:n})]})},Y={small:(0,w.iv)([""," flex-direction:column;background-color:",";"],D.n6,D.n6.fill),medium:(0,w.iv)([""," background-color:",";"],D.TcJ,D.TcJ.fill)},H=w.ZP.div.withConfig({componentId:"sc-99f13e12-0"})(["display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;width:100%;",""],e=>{let{$size:t="medium"}=e;return Y[t]})},25771:function(e,t,n){"use strict";n.d(t,{V:function(){return r}});var i=n(53197);let r=e=>(0,i.jsx)("script",{dangerouslySetInnerHTML:{__html:JSON.stringify({"@context":"https://schema.org/",...e.json})},type:"application/ld+json"})},63248:function(e,t,n){"use strict";n.d(t,{_:function(){return o}});var i,r,a=n(53197);(i=r||(r={})).DEFAULT="default",i.SPONSORED="sponsored",i.SPONSORED_MARK="sponsored_mark",i.HIDDEN_SPONSORED="hidden_sponsored",i.LIVE="live",i.BREAKING_NEWS="breaking_news",i.EVENT_ANNOUNCEMENT="event_announcement",i.REVIEWED_BY="reviewed_by",n(52906);let o=e=>{let{variant:t=r.DEFAULT,size:n,children:i,className:o,...l}=e;return(0,a.jsx)("div",{...l,className:"ids-card-label ids-label ids-label--".concat(n," ids-label--").concat(t).concat(o?" ".concat(o):""),children:i})}},79377:function(e,t,n){"use strict";n.r(t),n.d(t,{Container:function(){return p},Section:function(){return g},SectionGroup:function(){return m},Slot:function(){return x},SlotGroup:function(){return h}});var i=n(53197),r=n(36672),a=n(44060),o=n.n(a);let l=e=>e.replace(/[A-Z]+(?![a-z])|[A-Z]/g,(e,t)=>(t?"-":"")+e.toLowerCase()),s=e=>{if(!e)return"";let t="";for(let[n,i]of Object.entries(e))!1!==i&&(t+=(t?" ":"")+("boolean"==typeof i?l(n):"".concat(l(n),"-").concat(i)));return t},d=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"desktop",n=(null==e?void 0:e.gaps)||0;return(null==e?void 0:e.fill)?"auto":(null==e?void 0:e.width)?"calc((100% - ".concat(n," * ").concat(o()["gaps-".concat(t)],") / (12 / ").concat(null==e?void 0:e.width,"))"):void 0};n(32125),n(13095),n(62752);let c=(e,t)=>(0,r.c)((null==e?void 0:e.top)&&"border-top",(null==e?void 0:e.bottom)&&"border-bottom",(null==e?void 0:e.left)&&"border-left",(null==e?void 0:e.right)&&"border-right",(null==t?void 0:t.all)&&"rounded",(null==t?void 0:t.size)&&"rounded-".concat(null==t?void 0:t.size),(null==t?void 0:t.top)&&"rounded-top",(null==t?void 0:t.bottom)&&"rounded-bottom",(null==t?void 0:t.left)&&"rounded-left",(null==t?void 0:t.right)&&"rounded-right",(null==t?void 0:t.topLeft)&&"rounded-tl",(null==t?void 0:t.topRight)&&"rounded-tr",(null==t?void 0:t.bottomRight)&&"rounded-br",(null==t?void 0:t.bottomLeft)&&"rounded-bl"),u={paddingTop:!0,paddingBottom:!0,paddingHorizontal:!0,marginBottom:!0,gaps:!0},p=e=>{let{children:t,mode:n,layout:a=u,className:o,styles:l}=e;return(0,i.jsx)("div",{className:(0,r.c)("container","ids-container-wrapper",!n&&a.marginBottom&&"margin-bottom",n&&a.marginBottom&&"margin-bottom-inverted",a.gaps&&"gaps",a.width&&"width-".concat(null==a?void 0:a.width),a.backgroundVariant&&"background-".concat(a.backgroundVariant),!n&&a.boxShadow&&"box-shadow-".concat(a.boxShadow),!n&&c(a.border,a.borderRadius),o),children:(0,i.jsx)("div",{className:(0,r.c)("container","ids-container",n&&"container--".concat(n),n&&"container--with-mode",a.paddingTop&&"padding-top",a.paddingBottom&&"padding-bottom",a.paddingHorizontal&&"padding-horizontal",a.gaps&&"gaps",a.width&&"width-".concat(a.width),a.backgroundVariant&&"background-".concat(a.backgroundVariant),n&&a.boxShadow&&"box-shadow-".concat(a.boxShadow),n&&c(a.border,a.borderRadius)),style:l,children:t})})},g=e=>{let{children:t,layout:n,grid:r,styles:a}=e;return(0,i.jsx)("section",{className:"section ".concat(s(n)),style:{...r,...a},children:t})},m=e=>{let{children:t,layout:n,grid:r,styles:a}=e;return(0,i.jsx)("article",{className:"section-group ".concat(s(n)),style:{...r,...a},children:t})},h=e=>{let{children:t,layout:n,grid:a,styles:o,deviceType:l,className:c}=e,u=d(n,l);return(0,i.jsx)("div",{className:(0,r.c)("slot-group",s(n),c),style:{width:u,flexBasis:u,...a,...o},children:t})},x=e=>{let{children:t,layout:n,grid:r,styles:a,deviceType:o}=e,l=d(n,o);return(0,i.jsx)("div",{className:"slot",style:{width:l,flexBasis:l,...r,...a},children:t})}},28355:function(e,t,n){"use strict";n.d(t,{v:function(){return d},r:function(){return o}});var i=n(53197),r=n(36672),a=n(33342);n(71881);let o=e=>{let{href:t,strong:n,plain:o,children:l,className:s,...d}=e;return(0,i.jsx)(a.wv,{href:t,className:(0,r.c)("link","ids-link",n&&"ids-link--bold",o&&"ids-link--plain",s),...d,children:l})};var l=n(4759),s=n(43618);let d=(0,l.iv)(["color:",";text-decoration:",";:visited{color:",";text-decoration:",";}:hover{color:",";text-decoration:",";cursor:pointer;}:active{color:",";text-decoration:",";}:focus,:focus-visible{outline:1px auto ",";color:",";text-decoration:",";}"],s.ern.fill,s.ern.textDecoration,s.fB1.fill,s.fB1.textDecoration,s.jWv.fill,s.jWv.textDecoration,s.dBT.fill,s.dBT.textDecoration,s.dBT.fill,s.dBT.fill,s.dBT.textDecoration)},846:function(e,t,n){"use strict";n.d(t,{a:function(){return d}});var i=n(53197),r=n(89765),a=n(36672),o=n(84194),l=n(57761),s=n.n(l);n(42997);var d={Order:n(9137).F,Unorder:e=>{let{size:t="medium",marker:n,customMarkerIcon:l,asset:d,items:c=[],className:u="",listItemClassName:p}=e,g="large"===t?"medium":t;return(0,i.jsx)(o.uT,{component:"ul",preset:s()[t],className:(0,a.c)("list","list--unordered","list--size-".concat(t),"icon"===n&&"list--marker-icon","asset"===n&&"list--marker-asset",u),datatype:n,children:!(0,a.xb)(c)&&c.map(e=>(0,i.jsxs)("li",{className:(0,a.c)("list-item"," ".concat(null!=p?p:"")),children:[(0,i.jsx)("span",{className:(0,a.c)("list-item__icon","asset"===n&&"list-item__asset"),children:"asset"===n&&d?d:"icon"===n&&l?(0,i.jsx)(l,{size:g}):(0,i.jsx)(r.BulletCircleIcon,{size:g})}),"string"==typeof e.content?(0,i.jsx)("div",{dangerouslySetInnerHTML:{__html:e.content}}):e.content]},e.id))})}}},9137:function(e,t,n){"use strict";n.d(t,{F:function(){return s}});var i=n(53197),r=n(36672),a=n(84194),o=n(57761),l=n.n(o);n(42997);let s=e=>{let{size:t="medium",marker:n="decimal",items:o=[],className:s="",listItemClassName:d}=e;return(0,i.jsx)(a.uT,{component:"ol",preset:l()[t],className:(0,r.c)("list","list--ordered","list--size-".concat(t),"list--marker-".concat(n),s),style:"decimalLeadingZero"===n||"time"===n?{counterReset:"list-counter"}:{},children:!(0,r.xb)(o)&&o.map(e=>(0,i.jsx)("li",{className:(0,r.c)("list-item"," ".concat(null!=d?d:"")),"data-marker":"time"===n?e.customMarker:void 0,children:"string"==typeof e.content?(0,i.jsx)("div",{dangerouslySetInnerHTML:{__html:e.content},className:"list-item__content"}):(0,i.jsx)("div",{className:"list-item__content",children:e.content})},e.id))})}},90623:function(e,t,n){"use strict";n.d(t,{F:function(){return g}});var i,r,a,o,l=n(53197),s=n(46269),d=n(33342),c=n(51094),u=n(36672);(i=a||(a={})).LANDSCAPE="landscape",i.PORTRAIT="portrait",(r=o||(o={}))["1:1"]="1:1",r["4:3"]="4:3",r["16:9"]="16:9",n(57985);let p={"16:9":[16,9],"4:3":[4,3],"1:1":[1,1]},g=e=>{let{type:t,mediaProps:n,withLink:i,orientation:r=a.LANDSCAPE,aspect:g=o["16:9"],width:m="inherit",children:h,...x}=e,b=null;switch(t){case"image":b=(0,l.jsx)(s.dD,{...n});break;case"video":b=(0,l.jsx)(c.y,{...n})}i&&(b=(0,l.jsx)(d.wv,{...i,children:b}));let M=r===a.LANDSCAPE?p[g].join("/"):Array.from(p[g]).reverse().join("/");return(0,l.jsxs)("div",{className:(0,u.c)("media-box"),style:{"--media-box-width":m,"--media-box-aspect-ratio":M},...x,"data-testid":"media-box",children:[h&&h,(0,l.jsx)("span",{className:(0,u.c)("media-box__category-label"),children:b})]})}},39580:function(e,t,n){"use strict";n.d(t,{s:function(){return I}});var i=n(53197),r=n(89765),a=n(33342),o=n(36672),l=n(59657),s=n(81034);let d=e=>e.split(",")[0],c=(e,t)=>{let n=(0,s.e)("breadcrumbs"),i=(0,s.e)("meta"),r=(0,l.useCallback)(()=>Array.isArray(n)?n:[],[n])(),a=(0,s.e)("layout"),c=(0,l.useCallback)(t=>{if((0,o.kK)(t)||(0,o.kK)(e))return!1;let n=(0,o.D5)(t),i=(0,o.D5)(e);return n===i||"".concat(window.location.origin,"/").concat(n)===i},[e]),u=(0,l.useCallback)(()=>{let e=r[r.length-1];return c(null==e?void 0:e.url)},[c,r]),p=(0,l.useCallback)(()=>{let e=r.length;if(e<1)return!1;if(1===e)return u();let t=r[e-2],n=r[e-1];return c(t.url)||c(n.url)},[c,u,r]),g=(0,l.useCallback)(()=>("article"===a.site?p():u())||!!r.find(e=>c(e.url)),[c,u,p,a.site,r]),m=(0,l.useCallback)(()=>{var e,t;let n=(null===(e=window.location)||void 0===e?void 0:e.pathname)||"",r=e=>e.some(e=>n.includes(e)),a=r(["/horoskop-","/horoskopy/sennik","/horoskopy/imiennik"]);if(null==i?void 0:null===(t=i.themes)||void 0===t?void 0:t.slug){let e=i.themes.slug;if(r(["/".concat(e,"-"),"/".concat(e,"/")]))return"/".concat(e,"/a")}return a?"/horoskopy":n},[i]),h=(0,l.useCallback)(()=>!!e&&(t?c(d(window.location.pathname)):c(window.location.pathname)||g()||c(m())),[c,m,g,e,t]),[x,b]=(0,l.useState)(!1);return(0,l.useEffect)(()=>{b(h())},[h]),x};var u=n(4759),p=n(43618);let g={small:p.WvF,medium:p.ARj,large:p.bTY},m={small:p.sHo,medium:p.guv,large:p.kdp},h={nested:p.gLW,default:p.O$B},x=(0,u.iv)([":hover{color:",";}:active,&[data-selected='true']{color:",";}:focus{color:",";}&[disabled],:disabled{color:",";}"],p.X7C,p.dym,p.X7$,p.QHH),b={nested:(0,u.iv)([":active,&[data-selected='true']{color:",";}:hover{color:",";}:focus{color:",";}&[disabled],:disabled{color:",";}"],p.EH8,p.Xoi,p.l_F,p.TM7),default:x},M={nested:p.D2g,default:p.L6y},j=(0,u.iv)(["background-color:",";:active,&[data-selected='true']{background-color:",";}:hover{background-color:",";}:focus{background-color:",";}&[disabled],:disabled{background-color:",";}"],p.LMg,p.dke,p.p$$,p._bJ,p.FWy),f={nested:(0,u.iv)(["background-color:",";:active,&[data-selected='true']{background-color:",";}:hover{background-color:",";}:focus{background-color:",";}&[disabled],:disabled{background-color:",";}"],p.hgZ,p.NBG,p.k5P,p.uD0,p.iDk),default:j},C={small:(0,u.iv)(["width:",";height:",";top:",";"],p.bel.width,p.bel.height,p.bel.y),medium:(0,u.iv)(["width:",";height:",";top:",";"],p.sSz.width,p.sSz.height,p.sSz.y),large:(0,u.iv)(["width:",";height:",";top:",";"],p.p56.width,p.p56.height,p.p56.y)},y=(0,u.ZP)(a.wv).withConfig({componentId:"sc-6a5d6045-0"})(["width:100%;border:none;background-color:transparent;position:relative;align-self:stretch;& > *{pointer-events:none;}& > span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}& > svg{flex:0 0 auto;}&[disabled],:disabled{cursor:not-allowed;}:before{position:absolute;left:50%;transition:",";transform:",";background-color:",";}&[data-selected='true']:before,:focus:before,:focus-visible:before,:active:before,:hover:before{transform:",";}&[disabled]:before,&:disabled:before{transform:",";}",""],p.oVx,p.bW0,p.k1x,((e,t)=>{let n=e.indexOf("scaleX(");if(-1===n)return e;let i=e.indexOf(")",n),r=n+7;return e.substring(0,r)+t+e.substring(i)})(p.bW0,"1"),p.bW0,e=>{var t;let{$size:n="medium",$variant:i="default",$indicator:r}=e;return(0,u.iv)(["",";gap:",";cursor:pointer;display:flex;align-items:center;color:",";padding:",";",";",";& img{height:",";vertical-align:bottom;}:before{"," ","}"],null===(t=g[n])||void 0===t?void 0:t.typography,g[n].gap,h[i],M[i],b[i],f[i],g[n].typography.lineHeight,r&&"content: '';",C[n])}),N=u.ZP.button.withConfig({componentId:"sc-6a5d6045-1"})(["display:flex;border:none;:disabled{cursor:not-allowed;}",""],e=>{let{$size:t="medium",$variant:n="default"}=e;return[(0,u.iv)(["padding:",";",";& svg{color:",";transition:transform 150ms ease-in-out;}&:active svg,&[data-selected='true'] svg{color:",";transform:rotate(180deg);transition:transform 150ms ease-in-out;}:hover svg{color:",";}:focus svg{color:",";}:disabled svg{color:",";}"],m[t],f[n],p.bkj,p._gT,p.zYf,p.gQd,p.Mb8)]}),v=u.ZP.div.withConfig({componentId:"sc-6a5d6045-2"})(["display:flex;align-items:center;& svg{display:flex;}"]),I=e=>{let{type:t="link",variant:n="default",size:l="medium",triggerProps:s,icon:d,iconPosition:u="leading",selected:p,selectExact:g,indicator:m,disabled:h,children:x,expandedButtonProps:b,...M}=e,j="button"===t?"button":h?"span":a.wv,f=c("link"!==t||h?void 0:s.href,g);return(0,i.jsxs)(v,{...M,children:[(0,i.jsxs)(y,{as:j,$size:l,$variant:n,$indicator:m,"data-selected":p||f,disabled:h,...!(h&&"link"===t)&&{...s},children:[!!d&&(0,i.jsx)(d,{size:l,style:{order:"leading"===u?0:1}}),(0,i.jsx)("span",{children:x})]}),!(0,o.xb)(b)&&(0,i.jsx)(N,{$size:l,$variant:n,title:"Expand","data-selected":b.selected||void 0,disabled:b.disabled,onClick:b.onClick,children:(0,i.jsx)(r.DropdownIcon,{size:"large"===l?"medium":"small"})})]})}},82298:function(e,t,n){"use strict";n.d(t,{u:function(){return N}});var i=n(53197),r=n(59657),a=n(14267),o=n(41371),l=n(89765),s=n(34741),d=n(23182),c=n(42880),u=n(4759),p=n(43618),g=n(23257),m=n(66278);let h={small:(0,u.iv)(["gap:",";padding:",";"],p.Ov0,p.$eQ),medium:(0,u.iv)(["gap:",";padding:",";"],p.P9b,p.j9D)},x={small:(0,u.iv)(["border-radius:",";bottom:0px;max-height:calc(100vh - 20px);width:100%;"],p.z5x),medium:(0,u.iv)(["border-radius:",";left:50%;top:50%;max-height:calc(100vh - 80px);transform:translate(-50%,-50%);width:",";"],p.w$L,p.yvH)},b={small:(0,u.iv)(["box-shadow:",";margin:0;padding:",";"],p.mo8,p.nxA),medium:(0,u.iv)(["box-shadow:",";margin:",";padding:0 16px 0 0;"],p.lGU,p.a0$)},M=u.ZP.dialog.withConfig({componentId:"sc-27e75a02-0"})([""," ",";background-color:",";border:",";box-shadow:0px 16px 32px rgba(0,0,0,0.16),0px 0px 16px rgba(0,0,0,0.08);display:flex;flex-flow:column nowrap;position:fixed;z-index:1000000;& > header{"," align-items:flex-start;display:flex;& h2{"," align-items:center;align-self:center;color:",";display:flex;min-height:48px;width:100%;}}"],e=>{let{$size:t="medium"}=e;return[x[t]]},e=>{let{$isOpen:t}=e;return g.oQ.fade[t?"in":"out"]},p.hbA,p.Iqk,e=>{let{$size:t="medium"}=e;return[h[t]]},e=>{let{$size:t="medium"}=e;return"small"===t?p.SDJ:p.LbR},p.Fs_),j=u.ZP.div.withConfig({componentId:"sc-27e75a02-1"})([""," "," height:fit-content;overflow-y:auto;overscroll-behavior:contain;"],e=>{let{$size:t="medium"}=e;return[b[t]]},m.E),f={small:(0,u.iv)(["padding:",";flex-direction:column;gap:",";"],p.qLH,p.Oo0),medium:(0,u.iv)(["padding:",";flex-direction:row;gap:",";"],p.XHk,p.shT)},C=u.ZP.footer.withConfig({componentId:"sc-27e75a02-2"})(["width:100%;display:flex;justify-content:end;& > button[rel='prev']{margin-right:auto;}",";"],e=>{let{$size:t="medium",$multiStep:n}=e;return[f[t],!n&&"medium"===t&&(0,u.iv)(["flex-direction:row-reverse;"])]}),y=u.ZP.div.withConfig({componentId:"sc-27e75a02-3"})(["",";box-shadow:0 0 0 100vmax ",";position:fixed;top:0;z-index:1000000;"],e=>{let{$isOpen:t}=e;return g.oQ.fade[t?"in":"out"]},p.ZP5),N=e=>{let{closeFn:t,modalContent:n,modalFooter:u,modalTitle:p,preventDismissAction:g=!p,isOpen:m,size:h,uuid:x,...b}=e,f=(0,r.useRef)(null);return(0,s.O)(f,e=>{m&&!g&&(e.stopPropagation(),t())}),(0,d.e)(e=>{m&&!g&&(e.stopPropagation(),t())}),(0,c.t)(),(0,i.jsxs)("div",{role:"presentation",children:[(0,i.jsx)(y,{$isOpen:m}),(0,a.createPortal)((0,i.jsxs)(M,{ref:f,$isOpen:m,$size:h,id:x,onClose:t,...b,children:[p&&(0,i.jsxs)("header",{children:[(0,i.jsx)("h2",{children:p}),!g&&(0,i.jsx)(o.Button,{"aria-label":"close modal",role:"dialog",variant:"ghost",icon:l.CloseIcon,onClick:t})]}),(0,i.jsx)(j,{$size:h,children:"function"==typeof n?n():n}),(0,i.jsx)(C,{$size:h,children:"function"==typeof u?u():u})]}),document.body)]})}},19514:function(e,t,n){"use strict";n.r(t),n.d(t,{Paragraph:function(){return g},ParagraphSizeEnum:function(){return a},ParagraphVariantEnum:function(){return o},ParagraphWrapper:function(){return b}});var i,r,a,o,l=n(53197),s=n(4759),d=n(28355),c=n(43618),u=n(81893);(i=a||(a={})).SMALL="small",i.MEDIUM="medium",(r=o||(o={})).DEFAULT="default",r.LEAD="lead";let p=s.ZP.p.withConfig({componentId:"sc-bf72a589-0"})(["color:",";"," & a{","}"],e=>{let{$variant:t}=e;return[{[o.DEFAULT]:c.zlo,[o.LEAD]:c.U_0}[t]]},e=>{let{$variant:t,$size:n}=e;return[{[a.SMALL]:(0,s.iv)([""," ",""],t===o.DEFAULT&&(0,u.d)(c.tis),t===o.LEAD&&(0,u.d)(c.x5n)),[a.MEDIUM]:(0,s.iv)([""," ",""],t===o.DEFAULT&&(0,u.d)(c.eI2),t===o.LEAD&&(0,u.d)(c.FXh))}[n]]},d.v),g=e=>{let{variant:t,size:n,children:i}=e;return(0,l.jsx)(p,{$variant:t,$size:n,children:i})};var m=n(846),h=n(36672);let x=s.ZP.div.withConfig({componentId:"sc-5962e352-0"})(["ol{padding-left:",";}"],e=>{let{$count:t=1}=e;return t<10?"15px":t<100?"25px":"35px"}),b=e=>{var t;let{content:n,variant:i,size:r}=e,a=null===(t=n.props)||void 0===t?void 0:t.dangerouslySetInnerHTML.__html;if(null==a?void 0:a.includes("
    ")){let e=(0,h.XY)(a,"ol");return(0,l.jsx)(x,{$count:e.length,children:(0,l.jsx)(m.a.Order,{items:e,marker:"decimal",size:"small"===r?"medium":"large"})})}if(null==a?void 0:a.includes("{let{items:t,type:n,surface:o=!1,mobile:s=!1,hideOnMobile:d=!1,itemComponent:c=r.LinkWithDropdown,moreComponent:u=r.MoreButtonDropdown,breakpointsSize:p="normal",selectExact:g}=e,m=(0,a.e)("meta"),h=d&&s,x=s?"small":"medium",b="motoryzacja"===m.theme||"wydarzenia";return(0,i.jsxs)("ol",{className:"".concat(l().resizableMenu," ").concat(l()[b?"medium":p]," ").concat(l()[n]),"data-items-count":null==t?void 0:t.length,children:[null==t?void 0:t.map(e=>(0,i.jsx)(c,{data:e,surface:o,hidden:h,size:x,selectExact:g},"".concat(e.id,"-").concat(e.name))),"oneLine"===n&&!h&&(0,i.jsx)(u,{data:t,surface:o,size:x})]})}},4872:function(e,t,n){"use strict";n.d(t,{$0:function(){return x},Y4:function(){return b},nG:function(){return M},_X:function(){return f},ln:function(){return j}});var i=n(53197),r=n(81034),a=n(23016),o=n(33648),l=n(67515),s=n(47989);let d=e=>{let{children:t}=e;return(0,i.jsx)(d,{children:t})};var c=n(47498),u=n(1753),p=n(36672);let g=e=>{let{tags:t,sectionHeadline:n,deviceType:r}=e,{trackingEventHander:a,urlAppendix:o}=(0,u.fg)(n);return(0,i.jsx)(c.Tags,{tags:o?t.map(e=>({...e,url:"".concat(e.url).concat(o)})):t,trackingEventHander:a,size:p.An[r]})},m={mobile:l.HeaderSizeEnum.SMALL,desktop:l.HeaderSizeEnum.MEDIUM},h={frontPage:"frontpage",category:"category",article:"article",video:"video",sennik:"sennik",imiennik:"imiennik"},x=e=>{var t,n;let{children:c,header:u,headerLevel:p="h2",footer:x,background:b="transparent",backgroundImg:M,site:j,id:f,tags:C,className:y,isFirstDisplayed:N,hideDivider:v=!1}=e,I=(0,r.e)("meta"),w=(0,a.useIsExpected)(null==I?void 0:null===(t=I.flags)||void 0===t?void 0:t.isSitebrandingActive),L=(0,o.hU)(),D=(null==u?void 0:null===(n=u.logo)||void 0===n?void 0:n.sectionId)==="antyweb16867",k=!v&&!M&&(!b||"transparent"===b),S=(null==C?void 0:C.length)?(0,i.jsx)(g,{tags:C,sectionHeadline:null==u?void 0:u.headline,deviceType:L}):void 0,A=j===h.frontPage?null==u?void 0:u.url:null,z=D?(0,i.jsx)(l.AntywebLogoIcon,{size:"mobile"===L?"small":"medium"}):null==u?void 0:u.headline;return"mobile"===L?(0,i.jsx)(s.Gi,{$isSitebrandingExpected:w,id:f,className:y,children:(0,i.jsxs)(s.Ec,{$backgroundImg:M,$background:b,$isFirstDisplayed:!!N,children:[u&&[h.frontPage,h.article,h.video,h.sennik,h.imiennik].includes(j)&&(0,i.jsx)(l.BlockHeader,{headerTag:p,headerUrl:A,size:"small",additionalContent:S,additionalContentPosition:"bottom",showDivider:k,usedLogo:D,children:z}),u&&j===h.category&&(0,i.jsx)(l.PageHeader,{headerTag:p,size:m[L],style:{margin:"0 auto"},children:u.headline}),(0,i.jsx)(s.ZG,{id:"SectionContent",$deviceType:L,$isHeader:!!u,$isFooter:!!x,children:c}),x&&(0,i.jsx)(d,{children:"Section Footer"})]})}):(0,i.jsx)(s.vE,{$isSitebrandingExpected:w,id:f,className:y,children:(0,i.jsxs)(s.oo,{$backgroundImg:M,$background:b,$isFirstDisplayed:!!N,children:[u&&[h.frontPage,h.article,h.video,h.sennik,h.imiennik].includes(j)&&(0,i.jsx)(l.BlockHeader,{headerTag:p,headerUrl:A,size:m[L],additionalContent:S,additionalContentPosition:"bottom",showDivider:k,usedLogo:D,children:z}),u&&j===h.category&&(0,i.jsx)(l.PageHeader,{headerTag:p,size:m[L],children:u.headline}),(0,i.jsx)(s.ZG,{$deviceType:L,$isHeader:!!u,$isFooter:!!x,children:c}),x&&(0,i.jsx)(d,{children:"Section Footer"})]})})};function b(e){return e.kind&&"blocks"===e.kind.type&&"carousel"!==e.kind.mode||e.kind&&"widget"===e.kind.type&&"calculators"===e.type}function M(e){return e.kind&&"tabs"===e.kind.type}function j(e){return e.kind&&"widget"===e.kind.type&&"hero"===e.kind.mode}function f(e){return e.kind&&"widget"===e.kind.type&&"carousel"===e.kind.mode}},47989:function(e,t,n){"use strict";n.d(t,{Cd:function(){return u},Ec:function(){return p},Gi:function(){return d},Qz:function(){return b},ZG:function(){return M},bv:function(){return x},oo:function(){return m},vE:function(){return s},yN:function(){return c}});var i=n(4759),r=n(43618),a=n(56437);let o=(0,i.iv)(["display:flex;justify-content:center;align-items:center;"]),l=i.ZP.section.withConfig({componentId:"sc-d0b57e6d-0"})(["background-color:",";",""],r.XE7,e=>{let{$isSitebrandingExpected:t}=e;return(0,i.iv)(["scroll-margin-top:","px;"],t?a.sitebrandingHeights.small+a.serviceHeaderHeights.small:a.serviceHeaderHeights.small)}),s=(0,i.ZP)(l).withConfig({componentId:"sc-d0b57e6d-1"})(["padding:",";min-width:1262px;max-width:1420px;width:100%;"],r.Rhq),d=(0,i.ZP)(l).withConfig({componentId:"sc-d0b57e6d-2"})(["padding:",";max-width:768px;margin:0 auto;"],r.Z3W),c=(0,i.ZP)(s).withConfig({componentId:"sc-d0b57e6d-3"})(["padding-bottom:",";",";",";",";"],r.UEQ,o,e=>{let{$isPaddingTop:t}=e;return t?(0,i.iv)(["padding-top:",";"],r.UEQ):null},e=>{let{$isAutoWidth:t}=e;return t?(0,i.iv)(["min-width:auto;max-width:none;"]):null}),u=(0,i.ZP)(d).withConfig({componentId:"sc-d0b57e6d-4"})(["padding-bottom:",";",";",";",";"],r.Tt6,o,e=>{let{$isPaddingTop:t}=e;return t?(0,i.iv)(["padding-top:",";"],r.UEQ):null},e=>{let{$isAutoWidth:t}=e;return t?(0,i.iv)(["min-width:auto;max-width:none;"]):null}),p=i.ZP.div.withConfig({componentId:"sc-d0b57e6d-5"})(["background-color:",";padding:",";background-size:cover;",";"],r.u$n,r.BZT,e=>{let{$backgroundImg:t,$isFirstDisplayed:n,$background:r}=e;return t?(0,i.iv)(["background-image:url(",");"],t):r?(0,i.iv)(["background-color:",";"],r):n&&!(t||r)?(0,i.iv)(["padding-top:0;"]):null}),g=e=>{let{$isFirstDisplayed:t,$backgroundImg:n,$background:r}=e;return t&&!(n||r)?(0,i.iv)(["padding-top:0;"]):""},m=i.ZP.div.withConfig({componentId:"sc-d0b57e6d-6"})(["background-color:",";padding:",";",";@media (min-width:1366px){padding:",";",";}body.screening--fixed &{@media (min-width:1280px) AND (max-width:1919px){padding:",";",";}}"],r.u$n,r.jyi,e=>{let{$backgroundImg:t,$isFirstDisplayed:n,$background:r}=e;return t?(0,i.iv)(["background-image:url(",");"],t):r?(0,i.iv)(["background-color:",";"],r):g({$isFirstDisplayed:n,$backgroundImg:t,$background:r})},r.gDR,e=>{let{$isFirstDisplayed:t,$backgroundImg:n,$background:i}=e;return g({$isFirstDisplayed:t,$backgroundImg:n,$background:i})},r.jyi,e=>{let{$isFirstDisplayed:t,$backgroundImg:n,$background:i}=e;return g({$isFirstDisplayed:t,$backgroundImg:n,$background:i})}),h=(0,i.iv)(["padding-top:0;padding-bottom:0;"]),x=(0,i.ZP)(p).withConfig({componentId:"sc-d0b57e6d-7"})([""," ",""],e=>{let{$isMultiscreeningEnabled:t}=e;return t&&(0,i.iv)(["background-color:transparent;"])},h),b=(0,i.ZP)(m).withConfig({componentId:"sc-d0b57e6d-8"})([""," ",""],e=>{let{$isMultiscreeningEnabled:t}=e;return t&&(0,i.iv)(["background-color:transparent;"])},h),M=i.ZP.div.withConfig({componentId:"sc-d0b57e6d-9"})(["@media (max-width:1279px){padding-top:",";padding-bottom:",";}@media (min-width:1280px){padding-top:",";padding-bottom:",";}"],e=>"".concat(e.$isHeader?r.b9B:0),e=>"".concat(e.$isFooter?r.b9B:0),e=>"".concat(e.$isHeader?r.J8q:0),e=>"".concat(e.$isFooter?r.J8q:0))},63771:function(e,t,n){"use strict";n.r(t),n.d(t,{LinkWithDropdown:function(){return el},MoreButtonDropdown:function(){return ed},ServiceHeader:function(){return ec},ServiceHeaderWidget:function(){return ei},useServiceHeaderWidgetData:function(){return en}});var i=n(53197),r=n(59657),a=n(9528),o=n(65817),l=n(53239),s=n(36672),d=n(81984),c=n(4759),u=n(33342),p=n(43618);let g=(0,c.ZP)(u.wv).withConfig({componentId:"sc-ace1a5af-0"})(["display:inline-block;width:auto;height:100%;& > img{width:inherit;height:100%;","}:hover img{filter:brightness(0.8);}"],e=>{let{$width:t,$height:n}=e;return t&&n?(0,c.iv)(["aspect-ratio:auto "," / ",";"],t,n):""}),m={small:(0,c.iv)(["height:",";& > :nth-child(2){margin-left:",";}& > hr{margin-block:0;margin-inline:",";}"],p.P8r,p.LVY,p.PEo),medium:(0,c.iv)(["height:",";& > :nth-child(2){margin-left:",";}& > hr{margin-block:0;margin-inline:",";}"],p.Rdy,p.gC_,p.Ac)},h=c.ZP.div.withConfig({componentId:"sc-ace1a5af-1"})(["display:block;white-space:nowrap;width:auto;height:100%;& > hr{display:inline-block;}",""],e=>{let{$size:t="medium"}=e;return m[t]}),x=e=>{let{id:t,images:n,url:r="https://www.interia.pl/",alt:a,name:o,target:l,size:s="medium",service:d}=e,c="medium"===s?n.desktop:n.mobile;return c?(0,i.jsx)(g,{href:"".concat(r,"#").concat(d?"utm_source=".concat(d):"","&utm_medium=logo&utm_campaign=powrot_z_wew&iwa_source=logo"),target:l||"_blank",title:o,$width:c.width,$height:c.height,children:(0,i.jsx)("img",{src:c.url,alt:a||o})},"logo-".concat(t)):null},b=e=>{let{id:t,images:n,url:r="/",alt:a,name:o,target:l,size:s="medium"}=e,d="medium"===s?n.desktop:n.mobile;return d?(0,i.jsx)(g,{href:"".concat(r,"#iwa_source=logo"),target:l||"_self",title:o,$width:d.width,$height:d.height,children:(0,i.jsx)("img",{src:d.url,alt:a||o})},"logo-".concat(t)):null},M=e=>{let{id:t,images:n,url:r,alt:a,name:o,target:l,size:s="medium"}=e,d="medium"===s?n.desktop:n.mobile;return(0,i.jsx)(g,{href:"".concat(r,"#iwa_source=logo"),target:l||"_self",title:o,$width:d.width,$height:d.height,children:(0,i.jsx)("img",{src:d.url,alt:a||o})},"logo-".concat(t))},j=(e,t)=>{var n;return null===(n=e["small"===t?"mobile":"desktop"])||void 0===n?void 0:n.height},f=(0,r.forwardRef)((e,t)=>{let{size:n="medium",main:r,service:a,partner:o}=e;return(0,i.jsxs)(h,{ref:t,id:"portal-logo",$size:n,style:{height:j(r.images,n)},children:[(0,i.jsx)(x,{id:r.id,images:r.images,size:n,url:r.url,alt:r.alt,name:r.name,target:r.target,service:null==a?void 0:a.name}),!!a&&(0,i.jsx)(b,{id:a.id,images:a.images,size:n,url:a.url,alt:a.alt,name:a.name,target:a.target}),!!o&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(d.iz,{$isVertical:!0}),(0,i.jsx)(M,{id:o.id,images:o.images,size:n,url:o.url,alt:o.alt,name:o.name,target:o.target})]})]})});f.displayName="PortalLogo";var C=n(39580),y=n(62437),N=n.n(y);let v=e=>{var t,n;let{header:a,list:o,defaultToggleState:l=!1,nested:d=!1,size:c="medium",menuItemComponent:u=C.s,menuItemStyles:p}=e,[g,m]=(0,r.useState)(l),h=(0,s.xb)(o);return(0,i.jsxs)("div",{className:N().menuGroup,"aria-haspopup":"menu","aria-expanded":g,children:[(0,i.jsx)(u,{className:null!==(t=null==p?void 0:p.menuItem)&&void 0!==t?t:"",size:c,icon:a.icon,expandedButtonProps:{onClick:()=>m(e=>!e),selected:g,disabled:h},title:a.title,disabled:a.disabled,...a.typeProps,children:a.name}),!h&&(0,i.jsx)("menu",{className:null!==(n=null==p?void 0:p.content)&&void 0!==n?n:"",style:{display:g?"block":"none"},children:o.map(e=>{var t;let{name:n,id:r,typeProps:a,...o}=e;return(0,i.jsx)("li",{...d?{"data-nested":!0}:{},children:(0,i.jsx)(u,{className:"".concat(null!==(t=null==p?void 0:p.menuItem)&&void 0!==t?t:""," ").concat(d&&(null==p?void 0:p.nested)?p.nested:""),size:c,variant:d?"nested":"default",...o,...a,children:n})},"".concat(r,"-").concat(n))})})]})};var I=n(46275),w=n(89765),L=n(99701),D=n(82678),k=n(8321),S=n.n(k),A=n(1753),z=n(15546);let T=(e,t)=>e.map(e=>{var n,i;return{id:e.id,name:e.name,title:null!==(n=e.alt)&&void 0!==n?n:void 0,typeProps:{type:"link",triggerProps:{href:e.url,target:null!==(i=e.target)&&void 0!==i?i:"_self",...!(0,s.xb)(t)&&{onClick:()=>{(0,A.dm)({...t,ec5:e.name})}}}}}});var O=n(89318),E=n.n(O);let _=()=>(0,i.jsx)("ul",{className:E().searchButton,children:(0,i.jsx)("li",{children:(0,i.jsx)(C.s,{type:"link",size:"large",icon:w.SearchIcon,triggerProps:{href:"https://szukaj.interia.pl/interia"},children:"Szukaj w serwisie"})})}),U=e=>{let{data:t,mobile:n,isSearchHidden:r}=e;return(0,i.jsxs)("nav",{className:E().serviceMenuContent,role:"navigation",children:[!r&&n&&(0,i.jsx)(_,{}),t.map((e,t)=>(0,i.jsx)("ol",{className:E()["serviceMenuGroup".concat(t+1)],children:e.children.map(e=>{var t,n;let{children:r,...a}=e,o={ec0:"nawigacja",ec1:"pasek_gorny",ec2:"klik",ec3:"hamburger",ec4:a.name};return(0,i.jsx)("li",{children:r?(0,i.jsx)(v,{nested:!0,size:"large",header:{name:a.name,title:a.alt||void 0,typeProps:{type:"link",triggerProps:{href:a.url,target:null!==(t=a.target)&&void 0!==t?t:"_self",onClick:()=>(0,A.dm)(o)}}},list:T(r,o)}):(0,i.jsx)(C.s,{type:"link",size:"large",title:a.alt||"",triggerProps:{href:a.url,target:null!==(n=a.target)&&void 0!==n?n:"_self",onClick:()=>(0,A.dm)(o)},children:a.asset?(0,i.jsx)("img",{src:(0,s.lV)(a.asset.url,"dark"),alt:a.name}):a.name})},a.id)})},e.name))]})},B=e=>{let{sideMenuData:t,mobile:n,isSearchHidden:r,...a}=e;return(0,i.jsx)(z.d,{...a,className:E().serviceMenu,position:"right",dimension:{width:"356px",height:"min(calc(100vh - (100vh - 100%)), 100vh); height: min(calc(100dvh - (100dvh - 100%)), 100dvh)"},modalContent:(0,i.jsx)(U,{data:t,mobile:n,isSearchHidden:r},"service-menu-drawer")})};var Q=n(55754),G=n.n(Q),Y=n(635),H=n.n(Y),P=n(2299),V=n.n(P),F=n(51751),R=n.n(F),Z=n(33648),W=n(81034),$=n(28355),J=n(97794);n(95707);let K=e=>{let{displayUpTo:t,presenters:n,firstLabel:a="Od piątku do niedzieli",fullWidth:o=!1,secondLabel:l="od 8:00",size:d}=e,[c,u]=n.reduce((e,a,o)=>{var l,s;return e[0].push({id:a.id,avatar:a.cover?{host:null!==(l=a.cover.host)&&void 0!==l?l:void 0,attachmentId:a.cover.attachmentId,alt:a.cover.alt||a.name,extension:null!==(s=a.cover.extension)&&void 0!==s?s:void 0}:w.PersonIcon,withLink:a.url?{href:a.url}:null}),0===t||(t&&t>e[1].length||!t)&&e[1].push((0,i.jsx)(r.Fragment,{children:(0,i.jsxs)("span",{children:[a.url?(0,i.jsx)($.r,{href:a.url,children:a.name}):(0,i.jsx)("span",{children:a.name}),t?o+1{let t=e-new Date().getTime();return{days:Math.floor(t/864e5),hours:Math.floor(t%864e5/36e5),minutes:Math.floor(t%36e5/6e4),seconds:Math.floor(t%6e4/1e3)}};n(26019);let q=e=>{let{label:t,time:n}=e;return(0,i.jsxs)("div",{className:"ids-timer__circle",children:[(0,i.jsx)("div",{className:"ids-timer__time",children:isNaN(n)||n<0?"00":n}),(0,i.jsx)("div",{className:"ids-timer__label",children:t})]})},ee=e=>{let{countdown:t,variant:n}=e;return(0,i.jsxs)("div",{className:"ids-timer__countdown",children:[(0,i.jsx)(q,{time:t.days,label:"dni"}),(0,i.jsx)(q,{time:t.hours,label:"godz."}),(0,i.jsx)(q,{time:t.minutes,label:"min."}),"second"===n&&(0,i.jsx)(q,{time:t.seconds,label:"sek."})]})},et=e=>{let{date:t,variant:n="minute",prefix:a,size:o="medium",fullWidth:l=!1}=e,d=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"second",[n,i]=(0,r.useState)(X(e));return(0,r.useEffect)(()=>{let n=setInterval(()=>{i(X(e))},"second"===t?1e3:6e4);return()=>{clearInterval(n)}},[e,t]),n}(new Date(t).getTime(),n),c=(0,s.yF)()?(0,i.jsx)("div",{className:"ids-timer__countdown-placeholder"}):(0,i.jsx)(ee,{countdown:d,variant:n});return new Date(t).getTime(){let e=(0,W.e)("menu"),t=(0,Z.hU)(),[n,i]=(0,r.useState)(null),a=(0,r.useRef)(!1);return(0,r.useEffect)(()=>{var r,o;if(a.current||n)return;a.current=!0;let l=null==e?void 0:null===(o=e.serviceHeaderConfig)||void 0===o?void 0:null===(r=o[t])||void 0===r?void 0:r.fetchPresenters;if(!l)return;let s=e=>e.startsWith("https://")?e:"/api/v1/proxy".concat(e);(async()=>{try{let e=await fetch(s(l));if(!e.ok)throw Error("HTTP status ".concat(e.status," getting ").concat(l));let t=(await e.json()).presenterList;i(t||null)}catch(e){console.error("Error fetching data:",e)}})()},[t,null==e?void 0:e.serviceHeaderConfig,n,a]),(0,r.useMemo)(()=>{var i,r;let a=null==e?void 0:null===(r=e.serviceHeaderConfig)||void 0===r?void 0:null===(i=r[t])||void 0===i?void 0:i.haloTimer;return{enabled:n&&n.length>0||(null==a?void 0:a.enabled),presentersData:n,polsatTimerData:a}},[null==e?void 0:e.serviceHeaderConfig,t,n])},ei=()=>{let e=(0,Z.hU)(),{enabled:t,presentersData:n,polsatTimerData:r}=en();return t?(null==n?void 0:n.length)?(0,i.jsx)(K,{size:"desktop"===e?"medium":"small",presenters:n,fullWidth:"mobile"===e,displayUpTo:2}):(null==r?void 0:r.enabled)?(0,i.jsx)(et,{variant:"minute",date:r.startDate,size:"desktop"===e?"medium":"small",fullWidth:"mobile"===e,prefix:"desktop"===e?"Start za:":"Start programu za:"}):null:null},er="main-service-menu-drawer",ea={Szukaj:w.SearchIcon,Poczta:w.MailIcon,Instagram:w.SocialInstagramIcon,Facebook:w.SocialFacebookIcon,"Tweeter / X":w.SocialTwitterIcon,TikTok:w.SocialTiktokIcon,Youtube:w.SocialYoutubeIcon},eo={Szukaj:"large",Poczta:"large",Instagram:"large",Facebook:"large","Tweeter / X":"large",TikTok:"large",Youtube:"medium"},el=e=>{let{data:t,surface:n,hidden:r,size:o,selectExact:l}=e,d=(0,i.jsx)(C.s,{className:"".concat(H().serviceHeaderMenuItem," ").concat(n?H().surface:H().noSurface),type:"link",title:t.alt||void 0,triggerProps:{href:t.url},indicator:!0,selectExact:l,size:o,onClick:()=>(0,A.dm)({ec0:"nawigacja",ec1:"pasek_gorny",ec2:"klik",ec3:"pasek_gorny",ec4:null==t?void 0:t.name}),children:t.asset?(0,i.jsx)("img",{src:(0,s.lV)(t.asset.url,"light"),alt:t.name}):t.name}),c=(0,a.usePathname)();return t.children?(0,i.jsx)(L.L,{className:G().serviceHeaderDropdown,tagName:"li",triggerComponent:d,hidden:r,children:(0,i.jsx)("menu",{className:G().content,children:t.children.map(e=>(0,i.jsx)("li",{children:(0,i.jsx)(C.s,{className:G().menuItem,type:"link",size:o,title:e.alt||void 0,selectExact:l,triggerProps:{href:e.url},onClick:()=>(0,A.dm)({ec0:"nawigacja",ec1:"pasek_gorny",ec2:"klik",ec3:"pasek_gorny",ec4:t.name,ec5:e.name}),children:e.asset?(0,i.jsx)("img",{src:(0,s.lV)(e.asset.url,"dark"),alt:e.name}):e.name})},"".concat(e.id,"-").concat(e.name)))})},c):(0,i.jsx)("li",{hidden:r,children:d})},es=e=>{var t,n;let{item:r,size:a}=e,o={ec0:"nawigacja",ec1:"pasek_gorny",ec2:"klik",ec3:"wiecej",ec4:r.name};return r.children?(0,i.jsx)("li",{children:(0,i.jsx)(v,{nested:!0,header:{name:r.name,title:r.alt||void 0,typeProps:{type:"link",triggerProps:{href:r.url,target:null!==(t=r.target)&&void 0!==t?t:"_self",onClick:()=>(0,A.dm)(o)}}},list:T(r.children,o),menuItemComponent:C.s,menuItemStyles:G(),size:a})},r.id):(0,i.jsx)("li",{children:(0,i.jsx)(C.s,{className:G().menuItem,type:"link",title:r.alt||void 0,size:a,triggerProps:{href:r.url,target:null!==(n=r.target)&&void 0!==n?n:"_self",onClick:()=>(0,A.dm)(o)},children:r.asset?(0,i.jsx)("img",{src:(0,s.lV)(r.asset.url,"dark"),alt:r.name}):r.name})},r.id)},ed=e=>{let{data:t,surface:n,size:r}=e,o=(0,a.usePathname)();if(t)return(0,i.jsx)(L.L,{className:G().serviceHeaderDropdown,tagName:"li",tagClassName:S().moreButton,clickActivation:!0,triggerComponent:e=>{let{active:t,toggle:a}=e;return(0,i.jsx)(C.s,{className:"".concat(H().serviceHeaderMenuItem," ").concat(n?H().surface:H().noSurface),type:"button",icon:w.DropdownIcon,iconPosition:"trailing",triggerProps:{onClick:a},selected:t,size:r,children:"Więcej"})},children:(0,i.jsx)("menu",{className:G().content,children:t.map(e=>(0,i.jsx)(es,{item:e,size:r},"".concat(e.id,"-").concat(e.name)))})},o)},ec=e=>{let{title:t,logoData:n,navigationLinks:d,toolbar:c,sideMenuData:u,height:p,surface:g=!1,mobile:m=!1,isSearchHidden:h}=e,x=(0,r.useRef)((0,s.I8)().document),b=(0,r.useRef)(null),{enabled:M}=en(),[j,C]=(0,r.useState)(!1),y=(0,a.useRouter)(),N=!m&&M,v=(0,r.useCallback)(function(e){let{name:t,url:n,target:i}=e,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return{item:{name:t,icon:t?ea[t]:w.GridIcon,size:eo[t]||"large",onClick:()=>{(0,A.dm)({ec0:"naglowek",ec1:t,ec2:"klik"}),n&&("_blank"===i?window.open(n):y.push(n))}},alwaysVisible:r}},[y]);(0,l.R)(x,e=>{let{y:t}=e;return!(j&&t>0)&&C(t>0)});let L=(0,o.p3)({closeAnimDuration:300,renderModalContent:e=>{let{hiding:n,onAnimatedClose:r}=e;return(0,i.jsx)(B,{uuid:er,title:t,show:!n,closeFn:()=>void r(),sideMenuData:u||[],size:m?"small":"medium",mobile:m,isSearchHidden:h,onClickCapture:e=>"A"===e.target.tagName&&void r()})}}),k=(0,r.useMemo)(()=>u?(0,i.jsx)(I.r,{className:"".concat(V().serviceHeaderButtonGroupItem," ").concat(g?V().surface:V().noSurface),title:"Menu button","aria-label":L.toggled?"close navigation":"open navigation","aria-haspopup":"dialog","aria-expanded":L.toggled,"aria-controls":er,compact:!0,size:"medium",variant:"ghost",icon:w.HamburgerMenuIcon,ssr:!0,onClick:()=>{(0,A.dm)({ec0:"nawigacja",ec1:"pasek_gorny",ec2:"klik",ec3:"pasek_gorny",ec4:"hamburger"}),L.toggle()}},"toolbar-menu"):null,[L,u,g]),S=(0,r.useMemo)(()=>!c||c.find(e=>!e.name)?[v({id:"0",name:"Szukaj",url:"https://szukaj.interia.pl/interia#gsc.tab=0",target:"_blank",asset:null}),v({id:"1",name:"Poczta",url:"https://poczta.interia.pl/logowanie/",target:"_blank",asset:null},!0)]:c.map(e=>v(e,!0)),[v,c]),z=(0,r.useMemo)(()=>!(0,s.xb)(S)&&S.map(e=>{var t,n,r,a,o;return(!m||e.alwaysVisible)&&(0,i.jsx)(I.r,{ssr:!0,className:"".concat(V().serviceHeaderButtonGroupItem," ").concat(g?V().surface:V().noSurface),title:null===(t=e.item)||void 0===t?void 0:t.name,compact:!0,size:"medium",variant:"ghost",icon:null===(n=e.item)||void 0===n?void 0:n.icon,iconSize:null===(r=e.item)||void 0===r?void 0:r.size,onClick:null===(a=e.item)||void 0===a?void 0:a.onClick},"toolbar-".concat(null===(o=e.item)||void 0===o?void 0:o.name))}),[S,g,m]);return(0,r.useEffect)(()=>{let e=x.current.body,t="body__common-header--".concat(j?"fixed":"normal");return e.classList.add("is-new-react-header","header-main-page",t),()=>{e.classList.remove("is-new-react-header","header-main-page",t)}},[j]),(0,i.jsxs)("header",{className:"".concat(R().styledServiceHeader," ").concat(g?R().surface:""," ").concat(j?R().fixed:""," ").concat(m?R().mobile:""),style:{height:j?null==p?void 0:p.fixed:null==p?void 0:p.noFixed},role:"banner",children:[(0,i.jsxs)("div",{className:R()["styledServiceHeader__right-group"],children:[(0,i.jsx)(f,{ref:b,size:j||m?"small":"medium",main:n.main,service:n.service,partner:m&&n.service?void 0:n.partner}),N&&(0,i.jsx)(ei,{})]}),(0,i.jsx)(D.c,{type:"oneLine",breakpointsSize:N?"small":"normal",items:d,mobile:m,hideOnMobile:!0,surface:g}),(0,i.jsxs)(I.h,{compact:!0,children:[z,k]})]})}},47498:function(e,t,n){"use strict";n.r(t),n.d(t,{Tags:function(){return h}});var i=n(53197),r=n(59657),a=n(60539),o=n(30707),l=n.n(o),s=n(33648),d=n(41371),c=n(79377),u=n(36672);n(35969);let p=()=>null,g=e=>l()(()=>Promise.resolve().then(n.bind(n,89765)).then(t=>e&&t[e]?t[e]:p).catch(()=>p),{loadableGenerated:{webpack:()=>[89765]},ssr:!0}),m=e=>{let{tag:t,size:n,fixed:o}=e,l=g(null==t?void 0:t.icon),s=(0,a.useRouter)(),[c,u]=(0,r.useState)(!1);return(0,r.useEffect)(()=>{u(t.url===s.asPath)},[t.url,s.asPath]),(0,i.jsx)(d.Button,{fixed:o,size:n,type:t.type||"link",variant:t.variant||"secondary",icon:l,iconPosition:t.iconPosition||"trailing",href:t.url,selected:c,children:t.name})},h=e=>{let{size:t,tags:n,fixed:r=!1,trackingEventHander:a}=e,o=(0,s.hU)();return(0,i.jsx)(c.SlotGroup,{className:(0,u.c)("tag-group","tags--".concat(o)),deviceType:o,layout:{wrap:"wrap",align:"start",justify:"left"},grid:{},children:null==n?void 0:n.map(e=>(0,i.jsx)("div",{onClick:a?()=>a("tag","tag",e.name):void 0,children:(0,i.jsx)(m,{size:t,tag:e,fixed:r})},e.id))})}},44581:function(e,t,n){"use strict";n.d(t,{oi:function(){return j}});var i,r,a,o,l=n(53197),s=n(59657),d=n(89765),c=n(4759),u=n(43618);let p=c.ZP.div.withConfig({componentId:"sc-ad6cdce0-0"})([""]),g=(e,t,n)=>{let i="medium"===e?u.bG5:u.qk_,r="medium"===e?u.a17:u.WEZ,a=i.split(" "),o=a[1]||a[0],l=a[3]||o,s=t?"padding-left: calc(".concat(l," + ").concat("medium"===e?"32px":"24px"," + ").concat(r,");"):"",d=n?"padding-right: calc(".concat(r," + 24px + ").concat(o,");"):"";return(0,c.iv)([""," ",""],s,d)},m={small:(0,c.iv)(["gap:",";height:",";& > input{"," padding:",";border-radius:",";}& > svg{margin:",";}"],u.WEZ,u.i9O,u.MZi,u.qk_,u.WT1,u.qk_),medium:(0,c.iv)(["gap:",";height:",";& > input{"," padding:",";border-radius:",";}& > svg{margin:",";}"],u.a17,u.LLC,u.upm,u.bG5,u.Hf$,u.bG5)},h=c.ZP.div.withConfig({componentId:"sc-ad6cdce0-1"})(["display:flex;justify-content:flex-start;align-items:center;position:relative;border:",";background-color:",";& > input{appearance:none;background-color:transparent;border:none;padding:0 1em 0 0;width:100%;}& > input::-webkit-outer-spin-button,& > input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}& > input[type='number']{appearance:textfield;-moz-appearance:textfield;}input[value='']:not(:focus){color:transparent;}& > input{height:100%;color:",";&::placeholder{color:",";}&[disabled],:disabled{color:",";cursor:not-allowed;&::placeholder{color:",";}}}& > svg{position:absolute;top:50%;transform:translateY(-50%);color:",";}& > svg:first-child{left:0;","}& > svg:last-child{right:0;cursor:pointer;}&:has(input:hover),&:has(svg:hover){border:",";background-color:",";}&:has(input:focus),&:has(input:focus-visible){border:",";background-color:",";}&:has(input:active){border:",";background-color:",";}&:has(input[aria-invalid='true']){border:",";background-color:",";&:has(input:hover){background-color:",";}&:has(input:focus),&:has(input:focus-visible){background-color:",";}}&:has(input[disabled]),&:has(input:disabled){border:",";background-color:",";& > svg{color:",";}}"," & > input{","}"],u.GGu.border,u.GGu.fill,u.aRT,u.VuO,u.sJK,u.wig,u.s0I,e=>{let{$clickableIcon:t}=e;return t&&"cursor: pointer;"},u.CLX.border,u.CLX.fill,u.CLX.border,u.GGu.fill,u.tY1.border,u.tY1.fill,u.Td2.border,u.Td2.fill,u.CLX.fill,u.Td2.fill,u.nOo.border,u.nOo.fill,u.ZN$,e=>{let{$size:t}=e;return m[t]},e=>{let{$size:t,$hasLeftIcon:n,$hasRightIcon:i}=e;return g(t,n,i)}),x={small:(0,c.iv)(["gap:",";& > label{"," & > span{margin-left:",";}}& > ","{","}"],u.jHT,u.iRu,u.hSN,p,u.cnA),medium:(0,c.iv)(["gap:",";& > label{"," & > span{margin-left:",";}}& > ","{","}"],u.amA,u.QlM,u.Q$G,p,u.zGd)},b={hint:(0,c.iv)(["color:",";"],u.jvY),error:(0,c.iv)(["color:",";"],u.KMp)},M=c.ZP.div.withConfig({componentId:"sc-ad6cdce0-2"})(["display:flex;flex-direction:column;position:relative;width:100%;& > label{pointer-events:none;color:",";}& > label > span:last-child{color:",";}& > ","{","}&:has(input:disabled),&:has(input[disabled]){& > label{color:",";}& > label > span:last-child{color:",";}& > div{color:",";}}",""],u.FZJ,u.rGB,p,e=>{let{$feedbackType:t="hint"}=e;return b[t]},u.Ums,u.Dbt,u.z76,e=>{let{$size:t}=e;return x[t]}),j=s.forwardRef((e,t)=>{let{size:n="medium",name:i,label:r,feedback:a,feedbackType:o="hint",placeholder:c,required:u,value:g,type:m="text",clearable:x,onClear:b,onIconClick:j,disabled:f,icon:C,className:y,...N}=e,v=(0,s.useId)(),I=(0,s.useId)(),w=!!a&&"error"===o,L=(0,s.useMemo)(()=>{if(C)return(0,l.jsx)(C,{size:"medium"===n?"large":"medium",onClick:j})},[C,n,j]),D=(0,s.useMemo)(()=>{if(x&&!f&&g)return(0,l.jsx)(d.CloseIcon,{size:"medium",onClick:b})},[x,f,b,g]);return(0,l.jsxs)(M,{ref:t,$size:n,$feedbackType:o,className:y,children:[!!r&&(0,l.jsxs)("label",{htmlFor:v,children:[r,u&&(0,l.jsx)("span",{children:"*"})]}),(0,l.jsxs)(h,{$size:n,$hasLeftIcon:!!C,$hasRightIcon:x&&!f,children:[L,(0,l.jsx)("input",{id:v,name:i,value:g,type:m,disabled:f,required:u,placeholder:g?void 0:c,"aria-label":i,"aria-invalid":w,"aria-errormessage":w?I:void 0,...N}),D]}),!!a&&(0,l.jsx)(p,{id:I,children:a})]})});j.displayName="TextInput",(i=a||(a={})).SMALL="small",i.MEDIUM="medium",(r=o||(o={})).HINT="hint",r.ERROR="error"},41701:function(e,t,n){"use strict";n.d(t,{rG:function(){return j},gg:function(){return f},$I:function(){return C}});var i=n(53197),r=n(9528),a=n(53589),o=n(97349),l=n(36672),s=n(67515),d=n(41371),c=n(43618),u=n(4759),p=n(66278);let g={small:(0,u.iv)(["grid-column-gap:",";grid-row-gap:",";overflow-x:auto;"],c.hYI,c.hYI),medium:(0,u.iv)(["grid-column-gap:",";grid-row-gap:",";"],c.E5r,c.E5r)},m=u.ZP.div.withConfig({componentId:"sc-d088f5f9-0"})([""," ",";display:grid;grid-template-columns:",";width:100%;> div{> a,> div{height:100%;}}"],e=>{let{$size:t="medium"}=e;return[g[t]]},p.E,e=>{let{$columns:t=3}=e;return"repeat(".concat(t,", 1fr)")}),h=u.ZP.div.withConfig({componentId:"sc-d088f5f9-1"})(["& div > a > div > span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}& div{grid-column-gap:16px;grid-row-gap:16px;}"]),x=u.ZP.div.withConfig({componentId:"sc-d088f5f9-2"})(["display:flex;flex-direction:column;gap:24px;"]),b=(e,t)=>"medium"===e?t.title||t.subtitle?"large":"medium":t.title||t.subtitle?"medium":"small",M=(e,t,n)=>{let i=b(e,t);return({small:{vertical:c.uTV,horizontal:c.jm8,assetOnly:c.roQ},medium:{vertical:c.Bj5,horizontal:c.DMg,assetOnly:c.zmj},large:{vertical:c.m5K,horizontal:c.lKx,assetOnly:c.AB5}})[i][n]},j=e=>{let{items:t,columns:n=4,size:r,tileVariant:l="vertical"}=e;return(0,i.jsx)(m,{$columns:n,$size:r,children:t.map(e=>{var t;return(0,i.jsx)(a.Tile,{asset:(0,i.jsx)(o.HoroscopeIcon,{name:e.symbol,size:M(r,e,e.title||e.subtitle?l:"assetOnly")}),title:e.title,subtitle:e.subtitle,size:b(r,e),url:null===(t=e.url)||void 0===t?void 0:t.toLowerCase(),variant:e.title||e.subtitle?l:"assetOnly"},e.id)})})},f=e=>{let{words:t,columns:n=3,size:r,mode:o}=e;return(0,i.jsx)(h,{children:(0,i.jsx)(m,{$columns:n,$size:r,children:t.map(e=>{let t=(0,l.kg)((0,l.Ue)(e.name));return(0,i.jsx)(a.Tile,{title:(0,l.kC)(e.name.toLowerCase()),subtitle:e.definitions[0],size:"small"===r?"medium":"large",url:"/horoskopy/".concat("sennik"===o?"sennik/sen-":"imiennik/imie-").concat(t,",id,").concat(e.id),variant:"horizontal"},e.id)})})})},C=e=>{let{size:t,word:n,mode:a}=e,o=(0,r.useRouter)(),l="sennik"===a?'Więcej sn\xf3w na literę "'.concat(n.letter,'"'):'Więcej imion na literę "'.concat(n.letter,'"'),c=()=>{o.push("/horoskopy/".concat(a,",letter,").concat(n.letter.toLowerCase()))};return(0,i.jsxs)(x,{children:[(0,i.jsx)(s.BlockHeader,{headerTag:"h2",size:t,additionalContent:"medium"===t&&(0,i.jsx)(d.Button,{variant:"tertiary",onClick:c,children:l}),children:"sennik"===a?'Sny na literę "'.concat(n.letter,'"'):'Imiona na literę "'.concat(n.letter,'"')}),(0,i.jsx)(f,{columns:"medium"===t?3:1,words:n.words.words,size:t,mode:a}),"small"===t&&(0,i.jsx)(d.Button,{variant:"tertiary",onClick:c,children:l})]})}},53589:function(e,t,n){"use strict";n.r(t),n.d(t,{CalculatorIcon:function(){return M},LayoutGridTile:function(){return y},Tile:function(){return g},TileCalculator:function(){return j},TileContainer:function(){return u},UnwrappedTile:function(){return p},normalizeVariant:function(){return c}});var i=n(53197),r=n(33342),a=n(1753),o=n(36672),l=n(84194),s=n(56411),d=n.n(s);n(28746);let c=e=>"assetOnly"===e?"asset-only":e,u=e=>{let{url:t,className:n,children:a}=e;return t?(0,i.jsx)(r.wv,{href:t,className:n,children:a}):(0,i.jsx)("div",{className:n,children:a})},p=e=>{let{asset:t,title:n,subtitle:r,size:a="medium",variant:s="vertical"}=e,c="assetOnly"!==s;if(!c)return!!t&&t;let u="vertical"===s&&["medium","large"].includes(null!=a?a:"")||"horizontal"===s&&["small","medium","large"].includes(null!=a?a:"");return(0,i.jsxs)(i.Fragment,{children:[!!t&&t,(n||r)&&(0,i.jsxs)(l.xv,{className:(0,o.c)("tile","ids-tile__container__wrapper"),component:"div",preset:c?d()["".concat(s,"-").concat(a,"-label")]:void 0,children:[n&&"string"==typeof n?(0,i.jsx)("div",{children:n}):n,r&&"string"==typeof r?(0,i.jsx)(l.xv,{component:"span",preset:c?d()["".concat(s,"-").concat(a,"-").concat(u?"details":"label")]:void 0,dangerouslySetInnerHTML:{__html:r}}):r]})]})},g=e=>{let{asset:t,title:n,size:r="medium",subtitle:l,url:s,variant:d="vertical"}=e;return(0,i.jsx)("div",{className:(0,o.c)("tile","ids-tile","ids-tile--".concat(c(d)),"ids-tile--".concat(r),!!t&&"ids-tile--asset"),role:"presentation",onClick:()=>(0,a.dm)({ec0:"horoskop",ec1:"",ec2:"klik",ec3:"horoskop",ec4:null==n?void 0:n.toString().toLowerCase()}),children:(0,i.jsx)(u,{url:s,className:(0,o.c)("tile","ids-tile__container"),children:(0,i.jsx)(p,{asset:t,title:n,subtitle:l,size:r,variant:d})})})};var m=n(30707),h=n.n(m);let x={predkosc:"predkosc",paliwo:"paliwo"},b=e=>{let t=x[e];return"string"!=typeof t?null:h()(()=>n(22635)("./".concat(t,".tsx")),{ssr:!1})},M=e=>{let{name:t}=e,n=b(t);return n&&(0,i.jsx)(n,{})},j=e=>{let{name:t,title:n,url:r}=e;return(0,i.jsx)(g,{asset:(0,i.jsx)(M,{name:t}),title:n,url:r,variant:"horizontal"})};var f=n(59657),C=n(89765);let y=e=>{let t,{asset:n,title:a,subtitle:l,url:s,size:d="medium",variant:u="vertical",...g}=e;if(n){let e=(0,C.iconLoader)(n);t=e?(0,i.jsx)(e,{size:"xsmall"===d?"small":d}):void 0}let m=(0,f.useMemo)(()=>{let e=(0,i.jsx)(p,{asset:t,title:a,subtitle:l,size:d,variant:u});return s?(0,i.jsx)(r.wv,{href:s,children:e}):(0,i.jsx)("div",{children:e})},[t,l,a,s,d,u]);return(0,i.jsx)("div",{className:(0,o.c)("tile","ids-tile","ids-tile--".concat(c(u)),"ids-tile--".concat(d),!!n&&"ids-tile--asset"),...g,children:m})}},84194:function(e,t,n){"use strict";n.d(t,{uT:function(){return s},NV:function(){return o},xv:function(){return a},Dx:function(){return l}});var i=n(53197),r=n(36672);n(3772),n(64454),n(8910),n(94154);let a=e=>{let{component:t="span",children:n,className:a,style:o,preset:l,size:s="medium",weight:d="medium",spacing:c="normal",underline:u,block:p,transform:g,truncate:m,...h}=e,x=l||(0,r.c)(s&&"ids-typeset-text--".concat(s),d&&"ids-typeset-text--weight-".concat(d),c&&"ids-typeset-text--".concat(c));return(0,i.jsx)(t,{className:(0,r.c)("ids-typeset-text",x,u&&"ids-typeset-text--underline",p&&"ids-typeset-text--block",g&&"ids-typeset-text--".concat(g),m&&"ids-typeset-text--truncate",a),style:o,...h,children:n})};n(92674);let o=e=>{let{component:t="span",children:n,className:a,style:o,preset:l,...s}=e;return(0,i.jsx)(t,{style:o,className:(0,r.c)("ids-typeset-label",l,a),...s,children:n})};n(1677);let l=e=>{let{component:t="span",children:n,className:a,style:o,preset:l,...s}=e;return(0,i.jsx)(t,{style:o,className:(0,r.c)("ids-typeset-title",l,a),...s,children:n})};n(68624);let s=e=>{let{component:t="span",children:n,className:a,style:o,preset:l,...s}=e;return(0,i.jsx)(t,{style:o,className:(0,r.c)("ids-typeset-body",l,a),...s,children:n})};n(58359)},65319:function(e,t,n){"use strict";n.d(t,{O:function(){return o}});var i=n(53197),r=n(36672),a=n(33342);n(59995);let o=e=>{let{type:t="button",selected:n,disabled:o,children:l,className:s,...d}=e,c="button"===t?"button":o?"span":a.wv;return(0,i.jsx)(c,{className:(0,r.c)("ids-undecorated-button",s),type:t,"data-selected":n||void 0,disabled:o,...o&&"link"===t?(0,r.CE)(["href","hrefLang","download","media"],d):d,children:l})}},33342:function(e,t,n){"use strict";n.d(t,{wv:function(){return d}});var i=n(53197),r=n(59657),a=n(36672),o=n(33648);n(9492);let l=e=>!!e&&e.startsWith("http"),s=e=>!!e&&e.startsWith("#"),d=e=>{let{href:t,external:n=!1,children:d,className:c,...u}=e,p=(0,o.pZ)("LinkAdapter")||"a",g=(0,r.useMemo)(()=>t?n||l(t)||s(t)?"a":p:"span",[t,n]);return(0,i.jsx)(g,{className:(0,a.c)("ids-undecorated-link",c),href:t||void 0,...u,children:d})}},51094:function(e,t,n){"use strict";n.d(t,{y:function(){return v}});var i,r,a,o,l=n(53197),s=n(59657),d=n(81789),c=n(37022),u=n(23016),p=n(33648),g=n(81034),m=n(46269),h=n(33457),x=n(87162);let b=e=>{let t=(0,h.bv)("inpl.videoplayer",!0);if(t)return"core"===e?t.replace(/\/\d+\.\d+\.\d+\//,"/latest//")+"inpl.videoplayer.core.js":t.slice(0,-1)+"/inpl.videoplayer.js"},M={interia:{videoPlayer:b("player"),videoPlayerCore:b("core")},livestream:{videoPlayer:b("player"),videoPlayerCore:b("core")}};(i=a||(a={})).MEDIUM="medium",i.SMALL="small",(r=o||(o={}))["16x9"]="16x9",r["1x1"]="1x1";let j=e=>{var t;let n;if(!(null==e?void 0:null===(t=e.params)||void 0===t?void 0:t.url))return"";try{n=new URL(e.params.url).searchParams.get("href")}catch(e){return""}if(!n)return"";let i=-1,r=-1;return(["reel/","videos/"].forEach(e=>{var t;let a=(null==n?void 0:null===(t=n.indexOf)||void 0===t?void 0:t.call(n,e))||-1;-1!==a&&(i=a,r=e.length)}),-1===i||-1===r)?"":n.substring(i+r).split("/")[0]||""},f=e=>{let t="youtube",n="",i="";switch(e.type){case"VIDEO":case"VIDEOAUTOEMBED":var r;t="INTERIA_ATTACHMENT"===e.params.attachmentType?"interia":e.params.attachmentType.toLowerCase(),n=e.params.id.toString(),i=(null===(r=e.params.ads)||void 0===r?void 0:r.slot)||"";break;case"VIDEOEMBED":t=e.params.type.toLowerCase(),n=e.params.id.toString();break;case"DWVIDEO":t="dw",n=e.id.toString();break;case"FACEBOOK_VIDEO":t="facebook",n=j(e);break;case"LIVESTREAM":t="livestream",n=e.id.toString()}return{type:t,id:n,slot:i}},C=(e,t)=>"FACEBOOK_VIDEO"!==e.type?o["16x9"]:parseInt(e.params.height)>=parseInt(e.params.width)&&t===a.SMALL?o["1x1"]:o["16x9"],y={default:"bI6Q0tAsY7Q2dLE0B2oydZaF7zbR7NsY2HoyR_gYSU..o7"},N=e=>y[e]||y.default;n(49890);let v=e=>{let{data:t,size:n=a.MEDIUM,preloadPlayer:i=!1}=e,r=(0,s.useRef)(null),{flags:o,serviceUrl:h,theme:b}=(0,g.e)("meta"),{register:j,unregister:y}=(0,d.dT)(),v=(0,p.hU)(),{type:I,id:w,slot:L}=f(t),D="video-player-".concat(w),k=C(t,n),S=function(e){let{type:t,isPreload:n}=e;if(!n)return null;let i=M[t];if(!i)return null;let r=Object.entries(i).filter(e=>{let[t,n]=e;return void 0!==n});return 0===r.length?null:(0,l.jsx)(x.C,{children:r.map(e=>{let[t,n]=e;return(0,l.jsx)("link",{rel:"preload",href:n,as:"script"},t)})})}({type:I,isPreload:i});(0,c.b)(()=>{let e=r.current;if(e&&!e.childElementCount&&w&&j)return j({id:w,type:I,wrapper:e,params:{...t.params,id:w,gemiusID:(null==o?void 0:o.videoGemiusID)||N("default")},size:n,serviceUrl:h,theme:b}),()=>{y(w)}});let A=["ids-video-holder",v,"dw"===I?"ids-video-holder--dw":"","16x9"===k?"ids-video-holder--16x9":"","1x1"===k?"ids-video-holder--1x1":""],z=((null==t?void 0:t.type)==="VIDEO"||(null==t?void 0:t.type)==="VIDEOAUTOEMBED")&&("interia"===I||"livestream"===I)&&i;return(0,l.jsxs)(l.Fragment,{children:[i&&S,"video"===L&&(0,l.jsx)(u.Ad,{className:"ids-video-holder-ad",size:n,playerId:D,type:"video"}),"dw"===I?(0,l.jsx)("div",{className:"ids-video-holder-wrapper-dw",children:(0,l.jsx)("div",{ref:r,className:A.join(" "),id:D})}):z?(0,l.jsxs)("div",{className:"ids-video-holder-wrapper-interia",children:[(0,l.jsx)("div",{ref:r,className:A.join(" "),id:D}),(0,l.jsx)(m.dD,{height:"100%",width:"100%",loading:"eager",attachmentId:t.params.attachmentId,responsiveData:[{breakpoint:768,frameClass:"C321"},{breakpoint:1280,frameClass:"C322"}],frameClass:"C322",className:"ids-video-holder__image",alt:t.params.title||"",preload:!0})]}):(0,l.jsx)("div",{ref:r,id:D,className:A.join(" ")})]})}},9632:function(e,t,n){"use strict";n.r(t),n.d(t,{WidgetBar:function(){return h}});var i=n(53197),r=n(4759),a=n(43618),o=n(36672);let l={small:(0,r.iv)(["background:",";"],a.W5w),medium:(0,r.iv)(["background:",";min-width:1262px;"],a.W5w)},s={small:(0,r.iv)(["& > div > div{padding:",";}"],a.r7x),medium:(0,r.iv)(["& > div > div{padding:",";}"],a.wfS)},d={small:(0,r.iv)(["max-width:768px;margin:0 auto;"]),medium:(0,r.iv)(["max-width:1420px;"])},c={small:(0,r.iv)(["font-size:16px;letter-spacing:-0.4px;"]),medium:(0,r.iv)(["font-size:18px;letter-spacing:-0.45px;"])},u=r.ZP.div.withConfig({componentId:"sc-4965932d-0"})([""," cursor:default;"],e=>{let{$size:t="medium"}=e;return[l[t]]}),p=r.ZP.div.withConfig({componentId:"sc-4965932d-1"})([""," body.screening--fixed &{max-width:1262px;","{max-width:1420px;}}max-width:1420px;min-width:320px;margin:0 auto;"],e=>{let{$size:t="medium"}=e;return[s[t]]},(0,o.Lj)("xxl")),g=r.ZP.div.withConfig({componentId:"sc-4965932d-2"})([""," display:flex;justify-content:space-between;@media (min-width:1280px){","}"],e=>{let{$size:t="medium"}=e;return[d[t]]},e=>{let{$size:t="medium"}=e;return[d[t]]}),m=r.ZP.div.withConfig({componentId:"sc-4965932d-3"})([""," background:#f1f3f8;color:#515172;font-family:Open Sans,sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial;line-height:160%;padding-block:18px;text-align:center;width:1420px;"],e=>{let{$size:t="medium"}=e;return[c[t]]}),h=e=>{let{children:t,size:n="medium"}=e;return(0,i.jsx)(u,{$size:n,id:"service-widget-bar",children:(0,i.jsx)(p,{$size:n,children:t?(0,i.jsx)(g,{$size:n,children:t}):(0,i.jsx)(m,{$size:n,children:(0,i.jsx)("div",{children:"Widget component placeholder"})})})})}},43618:function(e,t){"use strict";t.xbV={padding:"8px 16px 8px 16px",gap:"8px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"24px",fontSize:"14px",letterSpacing:"0rem",textDecoration:"none","text-transform":"none",fontStyle:"normal"},borderRadius:"0px"},t.DAN={padding:"8px 16px 8px 16px",gap:"8px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"32px",fontSize:"16px",letterSpacing:"0rem",textDecoration:"none","text-transform":"none",fontStyle:"normal"},borderRadius:"0px"},t.z04={padding:"8px 8px 8px 8px",borderRadius:"0px"},t.jL$={padding:"8px 8px 8px 8px",borderRadius:"0px"},t.PDR="rgb(157, 76, 180)",t.bc6="rgb(133, 65, 153)",t.J8F="rgb(184, 112, 204)",t.DRU="rgb(250, 246, 255)",t.u5g="rgb(250, 229, 255)",t.VmO="rgb(244, 204, 255)",t._8J="rgb(250, 229, 255)",t._v0="rgb(250, 246, 255)",t.uHG="transparent",t.oxe="rgb(250, 229, 255)",t.qH4="rgb(253, 245, 255)",t.mI4="rgb(250, 246, 255)",t.mEb="transparent",t.JfM="rgb(250, 229, 255)",t.D_P="rgb(253, 245, 255)",t.CM2="transparent",t.mqk="rgb(255,255,255)",t.kb3="rgb(244, 204, 255)",t.Bvv="rgb(212, 149, 229)",t.UAe="rgb(223, 215, 234)",t.qnm="rgb(5, 5, 5)",t.cbj="rgb(111, 54, 128)",t.Krj="rgb(157, 76, 180)",t.F1P="rgb(223, 215, 234)",t.Nz="rgb(5, 5, 5)",t.kJp="rgb(111, 54, 128)",t.dNw="rgb(157, 76, 180)",t.SpO="rgb(223, 215, 234)",t.pOm="rgb(5, 5, 5)",t.FOb="rgb(111, 54, 128)",t.agF="rgb(157, 76, 180)",t.xK9="rgb(223, 215, 234)",t.tlX="rgb(255,255,255)",t.ag1="rgb(244, 204, 255)",t.Hmw="rgb(212, 149, 229)",t.e3_="rgb(223, 215, 234)",t.WqJ="rgb(5, 5, 5)",t.Lwq="rgb(111, 54, 128)",t.bpH="rgb(157, 76, 180)",t.Tw8="rgb(223, 215, 234)",t.EJT="rgb(5, 5, 5)",t.NQ6="rgb(111, 54, 128)",t.ew3="rgb(157, 76, 180)",t.I0D="rgb(223, 215, 234)",t.Pix="rgb(5, 5, 5)",t.L7Q="rgb(111, 54, 128)",t.Ka1="rgb(157, 76, 180)",t.P7H="rgb(223, 215, 234)",t.OfJ="none",t.jUd="none",t.N$W="none",t.TXf="none",t.mJb="none",t.lbB="none",t.Grl="none",t.M7X="none",t.Hnk="1px rgb(244, 204, 255) solid",t.kAU="1px solid rgb(244, 204, 255)",t.hKD="1px solid rgb(244, 204, 255)",t.X4p="1px solid rgb(241, 237, 246)",t.EtQ="none",t.o8R="none",t.XT="none",t.JgQ="none",t.uTV="24px",t.Bj5="32px",t.m5K="64px",t.jm8="32px",t.DMg="48px",t.lKx="64px",t.roQ="24px",t.zmj="48px",t.AB5="64px",t.XfZ="rgb(250, 229, 255)",t.BQK="rgb(184, 112, 204)",t.Q1D="64px",t.qFe="96px",t.D_$="128px",t.tS5="1px solid transparent",t.UDK="2px solid transparent",t.CrZ="solid 4px transparent",t.zv7="rgb(53, 48, 57)",t.gLS={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:400,lineHeight:"15px",fontSize:"10px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.QzF={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:400,lineHeight:"18px",fontSize:"12px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.y$K="rgb(113, 104, 123)",t.h3E="rgb(113, 104, 123)",t.RoB="rgb(157, 76, 180)",t.pz2={gap:"8px",padding:"8px 8px 8px 8px"},t.I$J={gap:"8px",padding:"16px 16px 16px 16px"},t.t88="4px",t._RB="4px",t.l4Z={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:400,lineHeight:"15px",fontSize:"10px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.j1c={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:400,lineHeight:"18px",fontSize:"12px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.Qoz="4px",t._57="4px",t.DM3="rgb(255,255,255)",t.ZfO={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:400,lineHeight:"15px",fontSize:"10px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.MnG={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:400,lineHeight:"18px",fontSize:"12px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.Iwk="4px",t.r_w="4px",t.dmN="rgb(53, 48, 57)",t.ejD={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"26px",fontSize:"16px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.ujo={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:400,lineHeight:"29px",fontSize:"18px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.qrQ="rgb(113, 104, 123)",t.d7E="rgb(113, 104, 123)",t.VNt="rgb(157, 76, 180)",t.JeS={gap:"8px",padding:"16px 20px 16px 20px"},t.Osw={gap:"8px",padding:"24px 32px 24px 32px"},t.UXv="rgb(255,255,255)",t.CsX="none",t.eHm="none",t.LKc="rgb(255,255,255)",t.i4d="none",t.p_="none",t.yZK={padding:"8px 8px 24px 40px",gap:"24px",borderBottom:"none",boxShadow:"0px 4px 8px rgba(0, 0, 0, 0.12), 0px 0px 4px rgba(0, 0, 0, 0.06)"},t.nHu={padding:"8px 8px 32px 40px",gap:"24px",borderBottom:"none",boxShadow:"0px 4px 8px rgba(0, 0, 0, 0.12), 0px 0px 4px rgba(0, 0, 0, 0.06)"},t.T9D={padding:"20px 0 0 0",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"32px",fontSize:"20px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"}},t.w25={padding:"32px 0 0 0",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"38px",fontSize:"24px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"}},t.BYs="rgb(53, 48, 57)",t.GJZ="rgb(250, 246, 255)",t.yfU="rgba(12.9%, 11.8%, 13.7%, 0.7)",t.ern={fill:"rgb(157, 76, 180)",textDecoration:"none"},t.jWv={fill:"rgb(184, 112, 204)",textDecoration:"underline"},t.dBT={fill:"rgb(157, 76, 180)",textDecoration:"underline"},t.fB1={fill:"rgb(157, 76, 180)",textDecoration:"none",opacity:"0.6"},t.Tt6="24px",t.UEQ="32px",t.rdO={fill:"rgb(53, 48, 57)",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"18px",fontSize:"14px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"}},t.VkE={fill:"rgb(53, 48, 57)",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"18px",fontSize:"14px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"}},t.n6={gap:"16px",border:"none",borderRadius:"0px",boxShadow:"none",fill:"rgb(250, 246, 255)",padding:"24px 24px 24px 24px"},t.TcJ={border:"none",borderRadius:"0px",boxShadow:"none",fill:"rgb(250, 246, 255)",padding:"16px 24px 16px 24px"},t.F1S="rgb(255,255,255)",t.a0V="rgb(250, 246, 255)",t.USh="rgb(244, 204, 255)",t.HFp={borderRadius:"4px",border:"rgb(255,255,255) 2px solid"},t.OSL="8px",t.P8r="24px",t.Rdy="32px",t.LVY="4px",t.gC_="8px",t.PEo="4px",t.Ac="12px",t.HD="rgb(53, 48, 57)",t.Yf6={padding:"8px 0 0 0",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"34px",fontSize:"24px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"}},t.Wge={padding:"24px 0 0 0",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"52px",fontSize:"40px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"}},t.woW="rgb(53, 48, 57)",t.r_D={padding:"24px 0 0 0",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"30px",fontSize:"20px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},gap:"24px"},t.UKb={padding:"32px 0 0 0",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"40px",fontSize:"32px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},gap:"32px"},t.b6h="rgb(53, 48, 57)",t.GoF={padding:"0px 0px 0px 0px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"38px",fontSize:"24px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},gap:"16px"},t.R8x={padding:"0 0 8px 0",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"AUTO",fontSize:"32px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},gap:"16px"},t.BiO="rgb(53, 48, 57)",t.By6={padding:"0px 0px 0px 0px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"32px",fontSize:"20px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},gap:"20px"},t.fFA={padding:"0px 0px 0px 0px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"AUTO",fontSize:"32px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},gap:"24px"},t.A6o="rgb(53, 48, 57)",t.Eu2={padding:"0px 0px 0px 0px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"32px",fontSize:"20px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},gap:"12px"},t.MSe={padding:"0px 0px 0px 0px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"32px",fontSize:"20px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},gap:"20px"},t.tis={padding:"0px 0px 0px 0px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"26px",fontSize:"16px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"}},t.eI2={padding:"0px 0px 0px 0px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:400,lineHeight:"29px",fontSize:"18px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"}},t.zlo="rgb(53, 48, 57)",t.x5n={padding:"0px 0px 0px 0px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"26px",fontSize:"16px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"}},t.FXh={padding:"0px 0px 0px 0px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"29px",fontSize:"18px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"}},t.U_0="rgb(53, 48, 57)",t.LMg="rgb(250, 229, 255)",t.p$$="rgb(244, 204, 255)",t.dke="rgb(250, 229, 255)",t._bJ="rgb(244, 204, 255)",t.FWy="rgb(250, 246, 255)",t.O$B="rgb(5, 5, 5)",t.X7C="rgb(111, 54, 128)",t.dym="rgb(157, 76, 180)",t.X7$="rgb(111, 54, 128)",t.QHH="rgb(223, 215, 234)",t.L6y="8px 24px 8px 24px",t.WvF={gap:"12px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"24px",fontSize:"14px",letterSpacing:"0rem",textDecoration:"none","text-transform":"none",fontStyle:"normal"}},t.ARj={gap:"12px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"32px",fontSize:"16px",letterSpacing:"0rem",textDecoration:"none","text-transform":"none",fontStyle:"normal"}},t.bTY={gap:"12px",typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"40px",fontSize:"18px",letterSpacing:"0rem",textDecoration:"none","text-transform":"none",fontStyle:"normal"}},t.hgZ="rgb(250, 229, 255)",t.k5P="rgb(244, 204, 255)",t.NBG="rgb(250, 229, 255)",t.uD0="rgb(244, 204, 255)",t.iDk="rgb(250, 246, 255)",t.gLW="rgb(5, 5, 5)",t.Xoi="rgb(111, 54, 128)",t.EH8="rgb(157, 76, 180)",t.l_F="rgb(111, 54, 128)",t.TM7="rgb(223, 215, 234)",t.D2g="12px 24px 12px 64px",t.bel={width:"32px",height:"1px",y:"40px"},t.sSz={width:"48px",height:"1px",y:"48px"},t.p56={width:"64px",height:"2px",y:"56px"},t.k1x="rgb(157, 76, 180)",t.bW0="translate(-50%, 0px) scaleX(0)",t.oVx="transform 0.3s ease 0s",t.bkj="rgb(5, 5, 5)",t.zYf="rgb(111, 54, 128)",t._gT="rgb(157, 76, 180)",t.gQd="rgb(111, 54, 128)",t.Mb8="rgb(223, 215, 234)",t.sHo="14px 14px 14px 14px",t.guv="16px 16px 16px 16px",t.kdp="16px 16px 16px 16px",t.ZS6={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"30px",fontSize:"20px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},padding:"24px 24px 24px 24px"},t.Cnz={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"40px",fontSize:"32px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},padding:"32px 32px 32px 32px"},t.Lit="rgb(53, 48, 57)",t.JCK={padding:"0px 0px 0px 0px",fill:"rgb(255,255,255)"},t.VVA={padding:"0px 0px 0px 0px",fill:"rgb(255,255,255)"},t.dF_="1px",t.iFB="1px",t.HsH="0 0 24px 0",t.fUJ="0 0 32px 0",t.ck9="rgba(12.9%, 11.8%, 13.7%, 0.2)",t.o98="rgb(253, 245, 255)",t.$Bv="rgb(253, 245, 255)",t.Tbo={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"18px",fontSize:"14px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},gap:"4px"},t.xNz={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"20px",fontSize:"16px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},gap:"4px"},t.jeO="rgb(250, 246, 255)",t.fCh="rgb(93, 86, 101)",t.pET={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"22px",fontSize:"14px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.nXC={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"26px",fontSize:"16px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.ph6="rgba(12.9%, 11.8%, 13.7%, 0.3)",t.xTc="rgb(253, 245, 255)",t.Z3W="0 0 20px 0",t.Rhq="0 0 24px 0",t.BZT="20px 20px 20px 20px",t.jyi="24px 13px 24px 13px",t.gDR="24px 24px 24px 24px",t.b9B="24px",t.J8q="24px",t.OYj="24px",t.u$n="rgb(255,255,255)",t.XE7="rgb(255,255,255)",t.mHv="20px 0 0 0",t.c0="0px 0px 0px 0px",t.fFz="12px",t.FDl="20px",t.U_m="8px",t.RRd="32px",t.UQz="32px",t.Wxt="32px",t.ngz="20px",t.lu="20px",t.A8w="20px",t.Kmw="48px",t.i54="40px",t.LHe="rgb(184, 112, 204)",t.b7S="rgb(184, 112, 204)",t.yhu="rgb(184, 112, 204)",t.Aq0="rgb(241, 237, 246)",t.hYE="32px",t.n5G="24px",t.N9b="8px 8px 8px 8px",t.WFT="8px 8px 8px 8px",t.x9="8px",t.zfu="8px",t.GFO="8px 16px 8px 16px",t._Vy="8px 16px 8px 16px",t.CPW="0px",t.tY="0px",t.QkX="8px 16px 8px 16px",t.zVu="8px 16px 8px 16px",t.OK0="rgb(5, 5, 5)",t.XEZ="rgb(111, 54, 128)",t.RaT="rgb(157, 76, 180)",t.iWf="rgb(223, 215, 234)",t.KbY={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"32px",fontSize:"16px",letterSpacing:"0rem",textDecoration:"none","text-transform":"none",fontStyle:"normal"},t.g9w={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"24px",fontSize:"14px",letterSpacing:"0rem",textDecoration:"none","text-transform":"none",fontStyle:"normal"},t.fyc="rgb(5, 5, 5)",t.FYc="rgb(111, 54, 128)",t.aYR="rgb(157, 76, 180)",t.Kwr="rgb(223, 215, 234)",t.AB="8px 16px 8px 16px",t.aEK="8px 16px 8px 16px",t.vzW="transparent",t.Okg="rgb(250, 229, 255)",t.blO="rgb(253, 245, 255)",t.CD6="rgb(250, 246, 255)",t.alm="rgb(250, 229, 255) 1px solid",t.hyE="rgb(250, 229, 255) 1px solid",t.vG3="rgb(253, 245, 255) 1px solid",t.wfi="rgb(250, 246, 255) 1px solid",t.$eQ="8px 8px 8px 20px",t.j9D="48px 32px 24px 48px",t.Ov0="8px",t.P9b="24px",t.nxA="0px 20px 0px 20px",t.a0$="0px 48px 0px 48px",t.qLH="16px 20px 16px 20px",t.XHk="24px 48px 48px 48px",t.Oo0="8px",t.shT="16px",t.hbA="rgb(255,255,255)",t.Iqk="none",t.z5x="0px",t.w$L="0px",t.mo8="none",t.lGU="none",t.yvH="768px",t.ZP5="rgba(12.9%, 11.8%, 13.7%, 0.7)",t.SDJ={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"32px",fontSize:"20px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.LbR={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"38px",fontSize:"24px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.Fs_="rgb(53, 48, 57)",t.pqo="rgb(255,255,255)",t.Uwl="1px 4px 1px 4px",t.vyD="1px 4px 1px 4px",t._5q="4px 0px 0px 4px",t.aux="4px 0px 0px 4px",t.XIf="3px 0px 3px 0px",t.ROF="7px 0px 7px 0px",t.D32={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"16px",fontSize:"10px",letterSpacing:"0rem",textDecoration:"none","text-transform":"uppercase",fontStyle:"normal"},fill:"rgb(113, 104, 123)"},t.lOd="rgb(255,255,255)",t.i_H="0px 0px 0px 0px",t.vEm="1px 4px 1px 4px",t.nyA="1px 10px 0px 0px",t.Okj="4px 0px 0px 4px",t.mvz={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"10px",letterSpacing:"0rem",textDecoration:"none","text-transform":"uppercase",fontSize:"8px",fontStyle:"normal"},fill:"rgb(113, 104, 123)"},t.MlP={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"16px",fontSize:"10px",letterSpacing:"0rem",textDecoration:"none","text-transform":"uppercase",fontStyle:"normal"},fill:"rgb(113, 104, 123)"},t.A_b="80px",t.Fvd="10px",t.Seg="rgb(255,255,255)",t.$P8="0px 0px 24px 0px",t.Rrr="0px 0px 32px 0px",t.Z07="24px",t.mwx="32px",t.Cf8={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"16px",fontSize:"10px",letterSpacing:"0rem",textDecoration:"none","text-transform":"uppercase",fontStyle:"normal"},fill:"rgb(113, 104, 123)"},t.v7j="2px 0px 2px 0px",t.Lxn="rgb(255,255,255)",t.VuF="0 20px 20px 20px",t.pNE="0px 8px 16px rgba(0, 0, 0, 0.12), 0px 0px 8px rgba(0, 0, 0, 0.06)",t.cd0="48px",t.fUL="48px",t.Jhi="16px",t.ISS="24px",t.FZT="4px",t.$e6="8px",t.a5N="transparent",t.bCt="transparent",t.ohp="transparent",t.DfM="transparent",t.ZHk="rgb(53, 48, 57)",t.Z3k="rgb(157, 76, 180)",t.tSO="rgb(157, 76, 180)",t.QSH="rgb(223, 215, 234)",t.LsX={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"15px",fontSize:"12px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.e82={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"15px",fontSize:"12px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.$S0="4px 0px 0px 0px",t.bdA="12px 0px 12px 0px",t.wRi="16px",t.OEt="20px",t.MSc="24px",t.L48="transparent",t.W5w="rgb(250, 246, 255)",t.r7x="0px 20px 0px 20px",t.wfS="0px 24px 0px 24px",t.KMp="rgb(222, 28, 34)",t.jvY="rgb(93, 86, 101)",t.z76="rgb(113, 104, 123)",t.cnA={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"18px",fontSize:"14px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.zGd={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"20px",fontSize:"16px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.FZJ="rgb(53, 48, 57)",t.Ums="rgb(113, 104, 123)",t.iRu={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"20px",fontSize:"16px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.QlM={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"23px",fontSize:"18px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.VuO="rgb(93, 86, 101)",t.wig="rgb(113, 104, 123)",t.aRT="rgb(53, 48, 57)",t.sJK="rgb(113, 104, 123)",t.MZi={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"20px",fontSize:"16px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.upm={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"23px",fontSize:"18px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.rGB="rgb(222, 28, 34)",t.Dbt="rgb(113, 104, 123)",t.jHT="4px",t.amA="4px",t.hSN="4px",t.Q$G="4px",t.WEZ="8px",t.a17="8px",t.GGu={fill:"transparent",border:"1px rgb(184, 112, 204) solid"},t.CLX={fill:"rgb(250, 229, 255)",border:"1px rgb(184, 112, 204) solid"},t.tY1={fill:"rgb(253, 245, 255)",border:"1px rgb(184, 112, 204) solid"},t.Td2={fill:"transparent",border:"1px rgb(222, 28, 34) solid"},t.nOo={fill:"transparent",border:"1px rgb(250, 229, 255) solid"},t.WT1="0px",t.Hf$="0px",t.i9O="40px",t.LLC="48px",t.qk_="0px 8px 0px 8px",t.bG5="0px 8px 0px 8px",t.s0I="rgb(53, 48, 57)",t.ZN$="rgb(113, 104, 123)",t.rt1="rgb(250, 246, 255)",t.k73="48px 48px 48px 48px",t.PJp="24px 24px 24px 24px",t.Ye1="40px",t.zM$="48px",t.fOD="8px",t.h_K="8px",t.WF$="0px 8px 0px 8px",t.cEx="0px 8px 0px 8px",t.p0n="0px",t.$1l="0px",t.xhM={fill:"transparent",border:"1px rgb(184, 112, 204) solid"},t.Aps={fill:"rgb(250, 229, 255)",border:"1px rgb(184, 112, 204) solid"},t.lwP={fill:"rgb(253, 245, 255)",border:"1px rgb(184, 112, 204) solid"},t.rBA={fill:"transparent",border:"1px rgb(222, 28, 34) solid"},t.q5_={fill:"transparent",border:"1px rgb(250, 229, 255) solid"},t.Svd="4px",t.KGS="4px",t.RW0="4px",t.YiM="4px",t._wr="rgb(222, 28, 34)",t.tL9="rgb(93, 86, 101)",t.JEV="rgb(113, 104, 123)",t.GXw={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"18px",fontSize:"14px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.od4={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"20px",fontSize:"16px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.qNr="rgb(53, 48, 57)",t.LRt="rgb(113, 104, 123)",t.DVD={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"20px",fontSize:"16px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.aX0={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"23px",fontSize:"18px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.qRf="rgb(93, 86, 101)",t.TS9="rgb(113, 104, 123)",t.kyU="rgb(53, 48, 57)",t.$8h="rgb(113, 104, 123)",t.TO7={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"20px",fontSize:"16px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.Vqi={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:600,lineHeight:"23px",fontSize:"18px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.hQ_="rgb(222, 28, 34)",t.zWi="rgb(113, 104, 123)",t.kc1="rgb(53, 48, 57)",t.DOJ="rgb(113, 104, 123)",t._Nd="160px",t.V_A="180px",t.oR3={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:800,fontSize:"260px",lineHeight:"140%",letterSpacing:"-0.025rem",textDecoration:"none","text-transform":"uppercase",fontStyle:"normal"},x:"-40px",y:"-110px"},t.lQ1={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:800,fontSize:"280px",lineHeight:"140%",letterSpacing:"-0.025rem",textDecoration:"none","text-transform":"uppercase",fontStyle:"normal"},x:"-40px",y:"-115px"},t.BrB="rgb(250, 246, 255)",t.h81="rgb(255,255,255)",t.rMj="rgb(157, 76, 180)",t.o2d="rgb(255,255,255)",t.aOO={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:800,lineHeight:"34px",fontSize:"32px",letterSpacing:"-0.025rem",paragraphIndent:"","text-transform":"uppercase",textDecoration:"none",fontStyle:"normal"},boxShadow:"0px 2px 4px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.06)"},t.X_B={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:800,lineHeight:"70px",fontSize:"64px",letterSpacing:"-0.025rem",paragraphIndent:"","text-transform":"uppercase",textDecoration:"none",fontStyle:"normal"},boxShadow:"0px 4px 8px rgba(0, 0, 0, 0.12), 0px 0px 4px rgba(0, 0, 0, 0.06)"},t.mUG={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:800,lineHeight:"45px",fontSize:"40px",letterSpacing:"-0.025rem",paragraphIndent:"","text-transform":"uppercase",textDecoration:"none",fontStyle:"normal"},boxShadow:"0px 2px 4px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.06)"},t.Z8Q={typography:{fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:800,lineHeight:"106px",fontSize:"96px",letterSpacing:"-0.025rem",paragraphIndent:"","text-transform":"uppercase",textDecoration:"none",fontStyle:"normal"},boxShadow:"0px 4px 8px rgba(0, 0, 0, 0.12), 0px 0px 4px rgba(0, 0, 0, 0.06)"},t.NYp="8px 20px",t.hc5="8px 32px",t.bjp={padding:"12px 20px 0px 20px",gap:"12px"},t.TZ6={padding:"20px 0px 0px 0px",gap:"20px"},t.i_l="0px 0px 24px 0px",t.ZTf="0px 0px 32px 0px",t.Gnf="rgb(157, 76, 180)",t.hYI="8px",t.E5r="16px",t.zn6={boxShadow:"0px 4px 8px rgba(0, 0, 0, 0.12), 0px 0px 4px rgba(0, 0, 0, 0.06)",borderBottom:"none",height:"48px",padding:"0 16px 0 24px",gap:"24px"},t.vJi={boxShadow:"0px 4px 8px rgba(0, 0, 0, 0.12), 0px 0px 4px rgba(0, 0, 0, 0.06)",borderBottom:"none",height:"48px",padding:"0 12px 0 20px",gap:"0px"},t.RLL="rgb(244, 204, 255)",t.zFG="24px",t.$oe="32px",t.UHz="0 0 24px 0",t.MOU="8px 0 32px 0",t.gIe="24px",t.DQU="32px",t.xg5="24px 0 24px 0",t.wTt="32px 0 32px 0",t.MSD="16px",t.gW2="24px",t.qPK={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"26px",fontSize:"16px",letterSpacing:"-0.01rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.PCm={fontFamily:"Open Sans, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial",fontWeight:700,lineHeight:"29px",fontSize:"18px",letterSpacing:"0rem",paragraphIndent:"","text-transform":"none",textDecoration:"none",fontStyle:"normal"},t.vqu="rgb(5, 5, 5)",t.ujO="rgb(111, 54, 128)",t.pKA="rgb(111, 54, 128)",t.c_5="rgb(5, 5, 5)",t.ZFw="8px 8px 8px 8px",t.ICt="16px 16px 16px 16px",t.P03="0px",t.vSk="8px",t.nPF="transparent",t.Alr="transparent",t.ORq="transparent",t.$Zg="transparent",t.Hc9="rgb(255,255,255)",t.s9c="rgb(244, 204, 255)",t.nYt="rgb(212, 149, 229)",t.qHE="rgb(223, 215, 234)",t.H$F="rgb(255,255,255)",t.mGx="rgb(244, 204, 255)",t.tYT="rgb(244, 204, 255)",t.eHc="rgb(212, 149, 229)",t.kDM="rgb(223, 215, 234)",t.pyT="transparent",t.sAB="transparent",t.GJl="transparent",t.x5y="transparent",t.m$k="transparent",t.V7r="rgba(91%, 92.5%, 94.5%, 0.3)",t.$mv="24px",t.pJd="rgba(12.9%, 11.8%, 13.7%, 0.15)",t.t1M="rgba(12.9%, 11.8%, 13.7%, 0.8)",t.IGB="rgb(253, 245, 255)",t.hYT="rgb(253, 245, 255)",t.aLC="rgb(157, 76, 180)",t.gpd="rgba(12.9%, 11.8%, 13.7%, 0.7)",t.T9A="24px",t.IPw="32px",t.$6G="24px 0 24px 0",t.PZK="32px 0 32px 0",t.D8i="rgb(33, 30, 35)",t.XcF="rgb(255,255,255)",t.jm7="rgb(33, 30, 35)",t.LeO="rgb(255,255,255)",t.jTM="rgb(244, 204, 255)",t.Ghh="rgb(212, 149, 229)",t.E1W="rgb(223, 215, 234)",t.S2x="transparent",t.CKd="transparent",t.uV3="transparent",t.ulS="transparent",t.oEW="8px 8px 24px 20px",t.ZXS="8px 8px 32px 24px",t.zCe="rgb(253, 245, 255)",t.EbG="rgb(244, 204, 255)",t.AA_="rgb(33, 30, 35)",t.JF7="rgb(253, 245, 255)",t.iLD="rgba(100%, 100%, 100%, 0.1)",t._dS="rgb(113, 104, 123)",t.kxw="rgba(12.9%, 11.8%, 13.7%, 0.3)",t.wEt="rgb(253, 245, 255)",t.L8s="rgb(184, 112, 204)",t.vut="rgb(253, 245, 255)",t.Bw6="rgb(253, 245, 255)",t.sE0="rgb(253, 245, 255)",t.HXc="rgb(157, 76, 180)",t.rTy="transparent",t.W8I="rgba(91%, 92.5%, 94.5%, 0.1)",t.fE1="rgba(100%, 100%, 100%, 0.1)",t.ETD="rgb(232, 236, 241)",t.JzW="rgba(91%, 92.5%, 94.5%, 0.1)",t.CzD="rgb(113, 104, 123)",t.bo1="rgb(253, 245, 255)",t.zI6="rgb(255,255,255)",t.MIj="rgb(250, 246, 255)",t.VOR="rgb(244, 204, 255)",t.uTb={padding:"0px 0px 0px 0px",gap:"-1px",fill:"transparent"},t.hLF={padding:"0px 0px 0px 0px",gap:"-1px",fill:"transparent"},t._FV="rgb(255,255,255)",t.mgl="16px",t._US="rgb(111, 54, 128)",t.am1="rgb(157, 76, 180)",t.SQd="rgb(53, 48, 57)",t.UxK="rgb(250, 229, 255) 1px solid",t.r8m="16px"},36672:function(e,t,n){"use strict";n.d(t,{lV:function(){return u},c:function(){return eu},kC:function(){return r},uZ:function(){return m},Ds:function(){return a},hr:function(){return R},Fv:function(){return F},rj:function(){return et},An:function(){return Z},p6:function(){return k},l_:function(){return em},tP:function(){return er},z1:function(){return w},NC:function(){return S},r_:function(){return p},Yc:function(){return W},Lj:function(){return B},it:function(){return eo},I8:function(){return v},tJ:function(){return ei},xb:function(){return b},A5:function(){return ep},kK:function(){return M},yF:function(){return j},lU:function(){return I},pv:function(){return E},W8:function(){return G},dN:function(){return Q},Fz:function(){return es},Ue:function(){return $},D5:function(){return _},Oi:function(){return ec},CE:function(){return f},Kk:function(){return T},yT:function(){return O},DY:function(){return x},ei:function(){return C},CH:function(){return eh},DE:function(){return l},Xl:function(){return K},kg:function(){return J},Qj:function(){return z},NM:function(){return h},Ot:function(){return D},Qh:function(){return A},r0:function(){return H},vy:function(){return Y},fM:function(){return s},UE:function(){return V},aF:function(){return P},P2:function(){return o},Vs:function(){return g},xM:function(){return L},Zp:function(){return N},Nq:function(){return c},XY:function(){return d}});var i=void 0;let r=e=>e.charAt(0).toUpperCase()+e.substring(1),a=function(e){let t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:300;return function(){for(var r=arguments.length,a=Array(r),o=0;o{e.apply(i,a)},n)}},o=function(e){let t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:300;return function(){for(var r=arguments.length,a=Array(r),o=0;o{t&&clearTimeout(t),t=null,e.apply(i,a)},n))}},l=e=>{let t;var n=void 0;return function(){for(var i=arguments.length,r=Array(i),a=0;a(n.name===t?e.push([]):e[e.length-1].push(n),e),[[]])}let d=(e,t)=>e.replace("<".concat(t,">
  1. "),"").replace("
  2. "),"").split("
  3. ").map((e,t)=>({content:e,id:t})),c=e=>{let t=e.split(" ");return"".concat(t[0]," ").concat(t[2])},u=(e,t)=>e&&e.replace(RegExp("\\.(\\w+)$","s"),"-".concat(t,".$1")),p=(e,t,n,i)=>{if(!e||!e.includes("i.iplsc.com"))return null;let r=e.lastIndexOf("/"),a=e.indexOf("-",r);return -1===r||-1===a?null:{alt:t||"",frameClass:n,attachmentId:e.substring(r+1,a),filter:i}};function g(e){return new Promise(t=>setTimeout(t,e))}let m=(e,t,n)=>Math.min(Math.max(n,e),t),h=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return Math.sign(e)*Math.round(Math.abs(e)*+"1e".concat(t))/+"1e".concat(t)},x=(e,t)=>Math.ceil(100*e/t)/100,b=e=>null==e||!(Object.keys(e)||e).length,M=e=>null==e,j=()=>!1,f=(e,t)=>{let n={};for(let i in t)e.includes(i)||(n[i]=t[i]);return n},C=(e,t)=>{let n={};for(let i in t)e.includes(i)&&(n[i]=t[i]);return n},y=e=>!!e&&(Array.isArray(e)||e.entries instanceof Function);function N(e){return y(e)?Array.from(e.entries()):Object.entries(e)}let v=()=>window,I=e=>1>Math.abs(e.scrollHeight-e.scrollTop-e.clientHeight),w=(e,t)=>t.getTime()-e.getTime(),L=e=>e/6e4,D=e=>e instanceof Date?e:new Date(e),k=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{day:"2-digit",month:"2-digit",year:"numeric"},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"pl";if(!e)return null;let i=e instanceof Date?e:new Date(e),r=new Intl.DateTimeFormat(n,t);try{return r.format(i)}catch(e){return console.error("failed formatting Date: %s \n",i,e),null}},S=(e,t)=>new Date(e,t+1,0).getDate(),A=e=>{let t="P",n=e;return[["D",86400],["T",86400],["H",3600],["M",60],["S",1]].forEach(e=>{let[i,r]=e,a=Math.floor(n/r);n%=r,"T"===i&&(t+=i),a&&"T"!==i&&(t+="".concat(a).concat(i))}),"PT"===t&&(t="PT0S"),t},z=e=>e.replace(/\/$/,""),T=e=>t=>t?e.concat(t):"";T("/");let O=T("-"),E=function(){for(var e=arguments.length,t=Array(e),n=0;ne.trim().toLowerCase().replace(/^\/|\/$/g,""),U={xs:320,sm:768,md:1262,lg:1366,xl:1420,xxl:1920},B=e=>"@media screen and (min-width: ".concat(U[e],"px)"),Q="20px",G="20px",Y="13px",H="12px",P="24px",V="20px",F="24px",R="20px",Z={mobile:"small",desktop:"medium"},W=e=>Z[e],$=e=>e.replaceAll(" ","-").replace(/\u0142/g,"l").normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase(),J=e=>{let t={ą:"a",ć:"c",ę:"e",ł:"l",ń:"n",ó:"o",ś:"s",ż:"z",ź:"z"};return e.split("").map(e=>{var n;return null!==(n=t[e])&&void 0!==n?n:e}).join("")},K=e=>e.replace(/(\s)([\S]{1,2})[\s]+/g,"$1$2\xa0"),X={0:"Koziorożec",1:"Wodnik",2:"Ryby",3:"Baran",4:"Byk",5:"Bliźnięta",6:"Rak",7:"Lew",8:"Panna",9:"Waga",10:"Skorpion",11:"Strzelec"},q={0:"Małpa",1:"Kogut",2:"Pies",3:"Świnia",4:"Szczur",5:"Baw\xf3ł",6:"Tygrys",7:"Kr\xf3lik",8:"Smok",9:"Wąż",10:"Koń",11:"Koza"},ee=["koziorozec","wodnik","ryby","baran","byk","bliznieta","rak","lew","panna","waga","skorpion","strzelec","1","11","2","22","3","33","4","5","6","7","8","9","bawol","kogut","kon","koza","krolik","malpa","pies","smok","swinia","szczur","tygrys","waz"],et=e=>{if(ee.includes(e))return e},en=[20,19,21,20,23,22,23,24,23,23,22,22],ei=(e,t)=>t{let i=[1924,1936,1948,1960,1972,1984,1996,2008],r=[1,2,2,2,2,2,2,1],a=0;for(let t=0;t=i[t])a=t;else break;return t>r[a]||t===r[a]&&n>=[21,20,19,17,15,5,4,4][a]?ea(e):ea(e-1)},ea=e=>q[e%12],eo=e=>e<10?e.toString():eo(el(Array.from(String(e),Number))),el=e=>{let t=0;return e.map(e=>t+=e),t},es=Array.from(["Stycznia","Lutego","Marca","Kwietnia","Maja","Czerwca","Lipca","Sierpnia","Września","Października","Listopada","Grudnia"],(e,t)=>({value:t,label:e})),ed="abcdefghijklmnoprstuwxyz",ec=e=>e<0||e>=ed.length?"":ed.charAt(e);function eu(){let e="";for(let t=0;t{var t;return!!(e.livestreamUrl||["PLUSCDN","PLUS_CDN"].includes(null===(t=e.player)||void 0===t?void 0:t.attachmentType))},eg=e=>new Date(Date.now()+e).toISOString(),em=e=>eg(864e5*e),eh=(e,t)=>Object.keys(e).reduce((n,i)=>(n[i]={...e[i],expire:t},n),{})},1681:function(e,t,n){"use strict";n.d(t,{H0:function(){return r},QU:function(){return a},dU:function(){return i}});let i=()=>"prod",r=()=>!0,a=e=>{let t;let n=i();try{t=new URL(e)}catch(t){throw Error("".concat(e," is not a valid URL"))}return"itg"===n?t.host+=".itg.inpl.work":"rc"===n&&(t.host+=".rc.inpl.work"),t.href}},81893:function(e,t,n){"use strict";function i(e){let{typography:t,gap:n,...i}=e;return{...t,...i}}n.d(t,{d:function(){return i}})},23182:function(e,t,n){"use strict";n.d(t,{e:function(){return s}});var i=n(59657),r=n(36672);let a=e=>{e.preventDefault(),e.stopPropagation(),"nativeEvent"in e&&e.nativeEvent.stopImmediatePropagation()};var o=n(74758),l=n(28622);let s=e=>{let t=(0,i.useRef)((0,r.I8)().document),n=(0,o.I)(t=>{"Escape"===t.key&&(a(t),e(t))});(0,l.d)("keydown",n,t)}},37767:function(e,t,n){"use strict";n.d(t,{S:function(){return r}});var i=n(59657);let r=function(e){let{root:t=null,rootMargin:n="0px",threshold:r=0}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=(0,i.useRef)(null),[o,l]=(0,i.useState)(null),s=(0,i.useCallback)(e=>{l(e)},[l]);return(0,i.useEffect)(()=>{if(o)return a.current=new IntersectionObserver(t=>{let[n]=t;return e(n)},{root:t,rootMargin:n,threshold:r}),a.current.observe(o),()=>{a.current&&a.current.disconnect()}},[o,t,n,r,e]),{observe:s}}},67125:function(e,t,n){"use strict";n.d(t,{Y:function(){return a}});var i=n(59657),r=n(12085);function a(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=(0,i.useRef)(e),o=(0,i.useRef)();(0,r.G)(()=>{a.current=e},[e]),(0,i.useEffect)(()=>{if(t||0===t)return n&&a.current(),o.current=setInterval(()=>a.current(),t),()=>clearInterval(o.current)},[t,n])}},65817:function(e,t,n){"use strict";n.d(t,{pM:function(){return s},p3:function(){return u},dd:function(){return d}});var i=n(53197),r=n(59657),a=n(74758),o=n(36672);let l=r.createContext(void 0),s=e=>{let{children:t}=e,[n,a]=(0,r.useState)({}),s=(0,r.useRef)(0),d=(e,t)=>{let i=n[e];i&&(a((0,o.CE)([e],n)),i.onClose&&i.onClose(t))};return(0,i.jsxs)(l.Provider,{value:{modals:n,showModal:e=>{let t="modal-".concat(s.current++);return a(n=>({...n,[t]:e})),{uuid:t,unmount:()=>{d(t)}}},hideModal:d},children:[t,(0,o.Zp)(n).map(e=>{let[t,n]=e;return r.cloneElement(n.renderModalContent({showProps:n.showProps,onClose:e=>d(t,e)}),{key:t})})]})};function d(e){let t=(0,r.useContext)(l),n=(0,r.useRef)(),[i,o]=(0,r.useState)(null),s=i?null==t?void 0:t.modals[i]:null;t||console.error("useModal has missing modalsContext, make sure ModalsContextProvider is added to root of application"),n.current=t;let d=t=>new Promise(r=>{requestAnimationFrame(()=>{var a;if(!n.current||(null===(a=n.current)||void 0===a?void 0:a.modals[i]))return;let{uuid:l}=n.current.showModal({...e,showProps:t,onClose(t){var n;o(null),null===(n=e.onClose)||void 0===n||n.call(e,t),r(t)}});o(l)})}),c=(0,a.I)(()=>{s&&i&&n.current.hideModal(i)}),u=(0,a.I)(()=>{s?c():d()});return(0,r.useEffect)(()=>{let e=e=>{e.state&&s&&i&&n.current&&n.current.hideModal(i)};return window.addEventListener("popstate",e),()=>{window.removeEventListener("popstate",e)}},[s,i]),{toggled:!!s,show:d,close:c,toggle:u}}function c(e){let{closeAnimDuration:t,onClose:n,children:a}=e,[l,s]=(0,r.useState)(!1),d=async e=>{s(!0),await (0,o.Vs)(t),s(!1),n(e)};return(0,i.jsx)(i.Fragment,{children:a({hiding:!!l,performCloseAnim:d})})}function u(e){let{closeAnimDuration:t=300,renderModalContent:n,...r}=e;return d({...r,renderModalContent:e=>{let{onClose:r,...a}=e;return(0,i.jsx)(c,{closeAnimDuration:t,onClose:r,children:e=>{let{hiding:t,performCloseAnim:i}=e;return n({...a,hiding:t,onInstantClose:r,onAnimatedClose:i})}})}})}},37022:function(e,t,n){"use strict";n.d(t,{b:function(){return r}});var i=n(59657);function r(e){(0,i.useEffect)(e,[])}},34741:function(e,t,n){"use strict";n.d(t,{O:function(){return l}});var i=n(59657),r=n(36672),a=n(28622),o=n(74758);let l=(e,t)=>{let n=(0,i.useRef)((0,r.I8)().document),l=(0,o.I)(n=>{e.current&&!e.current.contains(n.target)&&t(n)});(0,a.d)("click",l,n,!0)}},42880:function(e,t,n){"use strict";n.d(t,{t:function(){return l}});var i=n(59657),r=n(36672);let a=(e,t)=>e.target.documentElement.scrollTo(t.x,t.y);var o=n(28622);let l=function(){let e=!(arguments.length>0)||void 0===arguments[0]||arguments[0],t=(0,i.useRef)((0,r.I8)().document),n=(0,i.useRef)({x:0,y:0});(0,i.useEffect)(()=>{n.current={x:t.current.documentElement.scrollLeft,y:t.current.documentElement.scrollTop}},[]),(0,o.d)("scroll",t=>e&&a(t,n.current),t,{passive:!0,capture:!1})}},74758:function(e,t,n){"use strict";n.d(t,{I:function(){return r}});var i=n(59657);let r=e=>{let t=(0,i.useRef)();return t.current=e,(0,i.useCallback)(function(){for(var e=arguments.length,n=Array(e),i=0;i{o.current=t},[t]),(0,i.useEffect)(()=>{var t;let i=null!==(t=null==n?void 0:n.current)&&void 0!==t?t:window;if(!(i&&i.addEventListener))return;let r=e=>o.current(e);return i.addEventListener(e,r,a),()=>{i.removeEventListener(e,r,a)}},[e,n,a])}},12085:function(e,t,n){"use strict";n.d(t,{G:function(){return r}});var i=n(59657);let r=(0,n(36672).yF)()?i.useEffect:i.useLayoutEffect},53239:function(e,t,n){"use strict";n.d(t,{R:function(){return s}});var i=n(28622),r=n(74758),a=n(37022),o=n(36672);let l=e=>{let t=e.current instanceof Document?e.current.documentElement:e.current;if(t)return{x:(0,o.NM)(t.scrollLeft/(t.scrollWidth-t.clientWidth)||0,2),xc:(0,o.NM)((t.scrollWidth-t.clientWidth-t.scrollLeft)/(t.scrollWidth-t.clientWidth)||0,2),y:(0,o.NM)(t.scrollTop/(t.scrollHeight-t.clientHeight)||0,2),yc:(0,o.NM)((t.scrollHeight-t.clientHeight-t.scrollTop)/(t.scrollHeight-t.clientHeight)||0,2),target:t}};function s(e,t){let n=(0,r.I)(()=>{let n=l(e);n&&t((0,o.CE)(["target"],n),n.target)});(0,a.b)(n),(0,i.d)("scroll",n,e,{capture:!1,passive:!0})}},81789:function(e,t,n){"use strict";n.d(t,{ZE:function(){return g},dT:function(){return m}});var i=n(53197),r=n(59657),a=n(74758),o=n(33457),l=n(36672),s=n(79246);let d={youtube:()=>n.e(8267).then(n.bind(n,78267)).then(e=>e.YtPlayer),facebook:()=>n.e(1632).then(n.bind(n,61632)).then(e=>e.FbPlayer),pluscdn:()=>n.e(2322).then(n.bind(n,12322)).then(e=>e.IplaPlayer),plus_cdn:()=>n.e(2322).then(n.bind(n,12322)).then(e=>e.IplaPlayer),interia:()=>Promise.resolve().then(n.bind(n,79246)).then(e=>e.InteriaPlayer),interiatv:()=>n.e(9110).then(n.bind(n,79110)).then(e=>e.InteriaTvPlayer),dw:()=>n.e(7811).then(n.bind(n,51266)).then(e=>e.DwPlayer),livestream:()=>n.e(9026).then(n.bind(n,99026)).then(e=>e.LivestreamPlayer)};class c{constructor(){this.players={},this.libraries={youtube:!1,facebook:!1,pluscdn:!1,plus_cdn:!1,interia:!1,interiatv:!1,dw:!1,livestream:!1},this.playersToLoad={youtube:[],facebook:[],pluscdn:[],plus_cdn:[],interia:[],interiatv:[],dw:[],livestream:[]},this.pairedLibs={interia:["livestream"],livestream:["interia"],youtube:null,facebook:null,pluscdn:null,plus_cdn:null,interiatv:null,dw:null},this.loadingTimeout=1e3,this.register=async e=>{var t;let{id:n,type:i,wrapper:r,params:a,size:o,serviceUrl:l,theme:s}=e,c=await (null===(t=d[i])||void 0===t?void 0:t.call(d));if(!c||this.players[n])return;let u=new c(n,i,r,a,o,l,s);return u.onReady=()=>this.onLoad(u),this.loadPlayer(u),u},this.unregister=e=>{var t;let n=this.players[e];n&&(null==n||null===(t=n.unregister)||void 0===t||t.call(n),this.removePlayer(e))},this.addPlayer=e=>{this.players[e.instanceId]||(this.players[e.instanceId]=e)},this.removePlayer=e=>{this.players[e]&&(this.players=(0,l.CE)([e],this.players))},this.onLibLoad=e=>{var t;this.libraries[e]||(this.libraries[e]=!0,this.playersToLoad[e].forEach(e=>void e.load(this.players)),this.playersToLoad[e]=[],null===(t=this.pairedLibs[e])||void 0===t||t.forEach(e=>this.onLibLoad(e)))},this.loadPlayer=e=>{if(this.libraries[e.type])return void e.load(this.players);this.playersToLoad[e.type].push(e)},this.onLoad=e=>{this.addPlayer(e),this.onAllLoad()},this.onAllLoad=(0,l.Ds)(()=>{Object.values(this.players).forEach(e=>!e.videoPlace&&this.removePlayer(e.instanceId)),this.observer&&(this.observer.disconnect(),Object.values(this.players).forEach(e=>{var t;return null===(t=this.observer)||void 0===t?void 0:t.observe(e.wrapper)}))},this.loadingTimeout),this.initObserver=()=>{this.observer=new IntersectionObserver(this.onIntersection),this.onAllLoad()},this.onIntersection=e=>{e.forEach(e=>{var t;let n=null===(t=e.target.id)||void 0===t?void 0:t.split("-")[2];if(!n)return;let i=this.players[n];i&&(i.isInViewport=e.isIntersecting,i.top=e.boundingClientRect.top,i.left=e.boundingClientRect.left)}),this.decideWhatToPlay()},this.decideWhatToPlay=()=>{let e=Object.values(this.players),t=e.find(e=>"pluscdn"===e.type);if(t)return this.startPlayer(t,e,!0);let n=e.find(e=>"livestream"===e.type);if(n)return this.startPlayer(n,e,!0);let i=e.filter(e=>e.wasPlayed),r=e.filter(e=>e.isInViewport),a=e.filter(e=>"interia"===e.type);if(!i.length){if(r.length){a.forEach(e=>e.startFixedMonitor());let t=r.filter(e=>"interia"===e.type);if(a.length);else if(t.length){let n=this.findFirstPlayer(t);if(!n)return;this.startPlayer(n,e)}else{let t=this.findFirstPlayer(r);if(!t)return;this.startPlayer(t,e)}}else a.length;return}let o=e.find(e=>"play"===e.stage);if(o){if(o.hasFixedMonitor||o.isInViewport)return;if(r.length){let t=this.findFirstPlayer(r);if(!t)return;this.startPlayer(t,e)}return}if(r.length){let t=this.findFirstPlayer(r);if(!t)return;this.startPlayer(t,e)}},this.startPlayer=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];t.forEach(t=>{t.instanceId===e.instanceId||"livestream"===t.type||"play"!==t.stage||t instanceof s.InteriaPlayer&&!1===t.params.autoplay||t.pause()}),!n&&(e instanceof s.InteriaPlayer&&!1===e.params.autoplay||(e.mute(),e.play()))},this.findFirstPlayer=e=>{let t=null;return e.forEach(e=>{if(!e.wasPlayed&&(!t||e.topnew Promise(()=>void 0),unregister:()=>void 0,getInstance:()=>void 0}),p={interia:"inpl.videoplayer",interiatv:"",pluscdn:"",plus_cdn:"",youtube:"youtube.videoplayer",facebook:"facebook.videoplayer",dw:"",livestream:"inpl.videoplayer"},g=e=>{let{children:t}=e,[n]=(0,r.useState)(new c),[l,s]=(0,r.useState)([]),[d,g]=(0,r.useState)(!1);(0,r.useEffect)(()=>{n.initObserver()},[n]);let m=(0,a.I)(e=>{let t=e.target;t&&requestAnimationFrame(()=>{t.style.opacity="0",requestAnimationFrame(()=>{t.style.opacity="1"})})}),h=(0,a.I)(async e=>{if(await n.register(e)){if("youtube"===e.type&&!d){var t;g(!0),null===(t=document)||void 0===t||t.addEventListener("fullscreenchange",m)}s(t=>{let i=p[e.type];return(i||n.onLibLoad(e.type),t.find(e=>e.name===i))?t:[...t,{name:i,onLoad:()=>{n.onLibLoad(e.type)}}]})}}),x=(0,a.I)(e=>{if(n.unregister(e),!Object.keys(n.players).find(e=>"youtube"===n.players[e].type)){var t;null===(t=document)||void 0===t||t.removeEventListener("fullscreenchange",m),g(!1)}});return(0,i.jsxs)(u.Provider,{value:{register:h,unregister:x,getInstance:e=>{let t="";if("string"==typeof e&&(t=e),e instanceof HTMLDivElement&&e.id&&(t=e.id),e instanceof HTMLVideoElement){let n=e.closest(".ids-video-holder");(null==n?void 0:n.id)&&(t=n.id.substring(13))}if(t)return n.players[t]}},children:[l.map(e=>(0,i.jsx)(o.w2,{libraryName:e.name,isInpl:"inpl.videoplayer"===e.name,onLoad:e.onLoad},e.name)),t]})};function m(){let{register:e,unregister:t,getInstance:n}=(0,r.useContext)(u);return{register:e,unregister:t,getInstance:n}}},76502:function(e,t,n){"use strict";var i,r;n.d(t,{y:function(){return u},Y:function(){return i}});let a="ids-interia-tv--fixed-slide-down",o="ids-interia-tv--fixed",l="ids-interia-tv--fixed-slide-up",s="ids-interia-tv--hidden",d=(e,t)=>Math.max(0,Math.min(e.x+e.w,t.x+t.w)-Math.max(e.x,t.x))*Math.max(0,Math.min(e.y+e.h,t.y+t.h)-Math.max(e.y,t.y)),c=e=>{let t=e.getBoundingClientRect(),n={x:t.x,y:t.y,w:t.width,h:t.height},i={x:0,y:0,w:window.innerWidth,h:window.innerHeight},r=n.w*n.h;return d(n,i)/r};(r=i||(i={})).MEDIUM="medium",r.SMALL="small";class u{componentDidMount(){this.isIntersection=!1}createVideoPlace(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"div",n=arguments.length>2?arguments[2]:void 0;if(this.wrapper.childElementCount)return null;if(!n){let n=document.createElement(t);return n.classList.add("video-place"),n.id=e||"video-place-".concat(Math.floor(1e4*Math.random())),n.style.width="100%",this.videoPlace=n,this.wrapper.appendChild(n),n}let i=this.wrapper;0!==c(i)?this.isIntersection=!1:this.isIntersection=!0;let r=document.createElement(t),d=e||"video-place-".concat(Math.floor(1e4*Math.random()));if(r.classList.add("video-place"),this.wrapper.classList.contains("mobile"))return r.id=d,this.videoPlace=r,this.wrapper.appendChild(r),r;r.classList.add("ids-interia-tv");let u=document.createElement("div");u.classList.add("ids-interia-tv--close"),u.classList.add(s);let p=new IntersectionObserver(()=>{this.isIntersection=!this.isIntersection,!0===this.isIntersection?(null==u||u.classList.add(s),r.classList.add(a),r.classList.remove(l),setTimeout(()=>{r.classList.remove(o)},300)):setTimeout(()=>{r.classList.add(a),r.classList.add(o),r.classList.add(l),setTimeout(()=>{null==u||u.classList.remove(s),r.classList.remove(l),r.classList.remove(a)},200)},300)});return p.observe(i),u.addEventListener("click",()=>{this.isCloseButtonClicked=!0,p.disconnect(),r.classList.remove(l),null==u||u.classList.add(s),r.classList.add(a),setTimeout(()=>{r.classList.remove(o)},300)}),r.id=d,this.videoPlace=r,this.wrapper.appendChild(r),this.wrapper.appendChild(u),r}constructor(e,t,n,i,r,a,o){this.isMuted=!1,this.stage="start",this.wasPlayed=!1,this.isInViewport=!1,this.hasFixedMonitor=!1,this.top=0,this.left=0,this.wrapper=n,this.params=i,this.instanceId=e,this.type=t,this.size=r,this.isIntersection=!0,this.isCloseButtonClicked=!1,this.serviceUrl=a,this.theme=o}}},79246:function(e,t,n){"use strict";n.r(t),n.d(t,{InteriaPlayer:function(){return o}});var i=n(33457),r=n(36672),a=n(76502);class o extends a.y{load(){var e,t,n,a,o,l,s,d,c,u;let p=window;if(!p||(this.createVideoPlace(this.params.attachmentId),!this.videoPlace))return;let g=new URL(this.params.src.hi);this.id=this.params.attachmentId,this.path=g.pathname,this.title=this.params.title||this.params.headline;let m=this.imgUrl(this.id,"C0-K"),h=this.params.noLogo||(null===(e=this.params.params)||void 0===e?void 0:e.NO_LOGO),x=this.params.withLogo||(null===(t=this.params.params)||void 0===t?void 0:t.WITH_LOGO),b=(null===(n=this.params.params)||void 0===n?void 0:n.WITH_LOGO_POLSAT)===null,M=(null===(a=this.params.params)||void 0===a?void 0:a.WITH_LOGO_POLSATNEWS)===null,j={elId:this.videoPlace.id,isEmbed:1,width:625,height:352,recomendationsHost:(0,r.pv)("/api/v1/proxy/api/video/",this.serviceUrl,"recommendations"),videoInfoHost:(0,r.pv)("/api/v1/proxy/api/video/",this.serviceUrl,"details"),tracks:[{src:{hi:[{type:"video/mp4",src:this.params.src.hi}],lo:[{type:"video/mp4",src:this.params.src.lo}]},data:{title:this.title,url:this.path,nsp:"ATTACHMENTS",mid:this.params.attachmentId,orig:!0===this.params.isSocial?"social":"editor",id:this.params.vId,gemiusStreamParams:{typologyId:this.params.typologyId,kaf:this.params.kaf},srcsign:this.params.srcSignature,checkForeign:"false",checkAb:"false",categories:(null===(o=this.params.ads)||void 0===o?void 0:o.categories)||"",tags:(null===(l=this.params.ads)||void 0===l?void 0:l.tags)||"",noLogo:(0,r.kK)(h)?0:Number(h),withLogo:x?Number(x):null===x?1:0},plugins:{stillwatching:{time:420,duration:1200},foreign:{countryBlockList:this.params.geoBlackList&&this.params.geoBlackList.length>0?this.params.geoBlackList.split(","):null,countryUnBlockList:this.params.geoWhiteList&&this.params.geoWhiteList.length>0?this.params.geoWhiteList.split(","):null},watermark:{src:M||b?"".concat((0,i.bv)("interia.videoplayer")||"","theme/").concat(b?"polsat":"polsatnews","/logo.svg"):"",className:M||b?"polsat":""},thumb:{src:m},title:[]}}],autoplay:1,muteOn:1,duration:null!==(d=this.params.videoTime)&&void 0!==d?d:null,plugins:{tooltip:{},stats:{id:this.params.gemiusID||"bI6Q0tAsY7Q2dLE0B2oydZaF7zbR7NsY2HoyR_gYSU..o7",brand:2},ad:{},fixedmonitor:{},scrollplay:{multi:!0},next:{},subtitles:{label:"polski",srclang:"pl"}},preload:"none",theme:this.theme,lang:"pl",noAdvert:this.params.adsDisabled?1:0,foreign:{beforePlay:"true"},hasFixedTitle:"true",cdnSource:"plus",basepath:(0,i.bv)("interia.videoplayer"),useDefaultAds:!0,useDefaultCDN:!0,isResizable:1};this.params.noFixedMonitor&&delete j.plugins.fixedmonitor;let f=null;null===(s=this.onReady)||void 0===s||s.call(this);let C=()=>{var e,t;if(null===(t=p.Inpl.Video)||void 0===t?void 0:t.playerInstances[(null===(e=this.videoPlace)||void 0===e?void 0:e.id)||""]){p.removeEventListener("playerLoaded",C);return}f=p.Inpl.Video.createInstance(j),p.removeEventListener("playerLoaded",C)};if(p.Inpl.Video)f=p.Inpl.Video.createInstance(j);else{if(null===(u=p.Inpl.Video)||void 0===u?void 0:u.playerInstances[(null===(c=this.videoPlace)||void 0===c?void 0:c.id)||""])return;p.addEventListener("playerLoaded",C)}let y=()=>{var e,t,n,i,r,a;(null===(e=this.wrapper.parentElement)||void 0===e?void 0:e.parentElement)&&f&&f.instance&&(this.wrapper.parentElement.parentElement.classList.add("video"),this.player=(null==f?void 0:null===(t=f.instance)||void 0===t?void 0:t.instance)||(null==f?void 0:f.instance),null===(n=this.player)||void 0===n||n.on("videoplayed",()=>{var e,t;null===(e=this.player)||void 0===e||e.getCurrentTrack().on("stillwatching_board",()=>{p.localStorage.setItem("stop_autorefresh","true")}),null===(t=this.onPlay)||void 0===t||t.call(this),this.stage="play",this.wasPlayed=!0}),null===(i=this.player)||void 0===i||i.on("videopaused",()=>{var e;null===(e=this.onPause)||void 0===e||e.call(this),this.stage="pause"}),null===(r=this.player)||void 0===r||r.on("intentionalPause",()=>{var e;null===(e=this.onPause)||void 0===e||e.call(this),this.stage="pause"}),null===(a=this.player)||void 0===a||a.on("ended",()=>{var e;null===(e=this.onPause)||void 0===e||e.call(this),this.stage="end"}),p.removeEventListener("playerLoaded",y))};p.Inpl&&p.Inpl.Video&&f&&f.instance?y():p.addEventListener("playerLoaded",y)}constructor(...e){super(...e),this.hasFixedMonitor=!0,this.imgUrl=(e,t)=>{let n=new URL(this.params.src.hi);if(!n)return"";let i=n.origin.replace("v.iplsc.com","i.iplsc.com");return"".concat(i,"/").concat(this.params.slug,"/").concat(e,"-").concat(t,".jpg")},this.unregister=()=>{let e=window;e.Inpl.Video&&e.Inpl.Video.playerInstances&&this.id&&(delete e.Inpl.Video.playerInstances[this.id],delete this.player)},this.fixPlayerInstance=()=>{if(!this.player&&this.id){var e,t,n;let i=window;this.player=null===(n=i.Inpl)||void 0===n?void 0:null===(t=n.Video)||void 0===t?void 0:null===(e=t.playerInstances)||void 0===e?void 0:e[this.id]}},this.waitForApi=e=>{let t=window;if(t.Inpl&&t.Inpl.Video)e();else{let n=()=>{e(),t.removeEventListener("playerLoaded",n)};t.addEventListener("playerLoaded",n)}},this.play=()=>{this.waitForApi(()=>{var e;this.fixPlayerInstance(),null===(e=this.player)||void 0===e||e.playVideo()})},this.pause=()=>{this.waitForApi(()=>{var e;this.fixPlayerInstance(),null===(e=this.player)||void 0===e||e.pauseVideo()})},this.mute=()=>{this.waitForApi(()=>{var e;this.fixPlayerInstance(),null===(e=this.player)||void 0===e||e.muted(!0)})},this.startFixedMonitor=()=>{var e,t;this.fixPlayerInstance(),this.params.noFixedMonitor||null===(t=this.player)||void 0===t||null===(e=t.fixedmonitorObject)||void 0===e||e.onAppear(!0)},this.clearFixedMonitor=()=>{var e,t;this.fixPlayerInstance(),this.params.noFixedMonitor||null===(t=this.player)||void 0===t||null===(e=t.fixedmonitorObject)||void 0===e||e.clear()}}}},1753:function(e,t,n){"use strict";n.d(t,{dm:function(){return g},f6:function(){return u},fg:function(){return p},h7:function(){return c}});var i=n(59657);let r="Zobacz także pod reklamą",a="autor",o={"Więcej na ten temat":{view:{ec0:"temat_wiecej",ec1:"",ec2:"view",ec3:""},tag:{ec0:"temat_wiecej",ec1:"",ec2:"klik",ec3:"",ec4:{}},link:{ec0:"temat_wiecej",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"parametr",value:"temat_wiecej"}},"Zobacz także":{view:{ec0:"spiderman",ec1:"see_also",ec2:"view",ec3:""},link:{ec0:"spiderman",ec1:"see_also",ec2:"klik",ec3:"",ec4:{}},tag:{ec0:"",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"parametr",value:"zobacz_takze"}},[r]:{view:{ec0:"spiderman",ec1:"see_also_below_ad",ec2:"view",ec3:""},link:{ec0:"spiderman",ec1:"see_also_below_ad",ec2:"klik",ec3:"",ec4:{}},tag:{ec0:"",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"parametr",value:"zobacz_takze"}},Polecane:{view:{ec0:"spiderman",ec1:"polecane",ec2:"view",ec3:""},link:{ec0:"spiderman",ec1:"polecane",ec2:"klik",ec3:"",ec4:{}},tag:{ec0:"polecane",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"parametr",value:"polecamy"}},"Dziś w Interii":{view:{ec0:"spiderman",ec1:"dzis_w_interii",ec2:"view",ec3:""},link:{ec0:"spiderman",ec1:"dzis_w_interii",ec2:"klik",ec3:"",ec4:{}},tag:{ec0:"dzis_w_interii",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"parametr",value:"dzis_w_interii"}},Rekomendacje:{view:{ec0:"spiderman",ec1:"rekomendacje",ec2:"view",ec3:""},link:{ec0:"spiderman",ec1:"rekomendacje",ec2:"klik",ec3:"",ec4:{}},tag:{ec0:"rekomendacje",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"iwa_source",value:"rekomendacje"}},Dziennikarze:{view:{ec0:"Redakcja",ec1:"dziennikarze",ec2:"view",ec3:"-"},link:{ec0:"Redakcja",ec1:"dziennikarze",ec2:"klik",ec3:""},tag:{ec0:"",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"iwa_source",value:"redakcja"}},Wydawcy:{view:{ec0:"Redakcja",ec1:"wydawcy",ec2:"view",ec3:"-"},link:{ec0:"Redakcja",ec1:"wydawcy",ec2:"klik",ec3:""},tag:{ec0:"",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"iwa_source",value:"redakcja"}},"SEO i social media":{view:{ec0:"Redakcja",ec1:"seo_i_social_media",ec2:"view",ec3:"-"},link:{ec0:"Redakcja",ec1:"seo_i_social_media",ec2:"klik",ec3:""},tag:{ec0:"",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"iwa_source",value:"redakcja"}},Najnowsze:{view:{ec0:"najnowsze",ec1:"",ec2:"view",ec3:"-"},link:{ec0:"najnowsze",ec1:"",ec2:"klik",ec3:""},tag:{ec0:"",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"parametr",value:"najnowsze"}},[a]:{view:{ec0:"Autor",ec1:"autor",ec2:"view",ec3:"-"},link:{ec0:"Autor",ec1:"autor",ec2:"klik",ec3:""},tag:{ec0:"",ec1:"",ec2:"klik",ec3:"",ec4:{}},param:{key:"iwa_source",value:"autor"}},articleFooterTags:{view:{ec0:"tagi",ec1:"",ec2:"view",ec3:""},link:{ec0:"tagi",ec1:"",ec2:"klik",ec3:""},tag:{ec0:"tagi",ec1:"",ec2:"klik",ec3:""},param:{key:"",value:""}}},l=e=>{let t={dynamicSeeAlso:r,dynamicSuggestions:r},n=Object.keys(t).find(t=>e.startsWith(t));return n?t[n]:void 0},s=e=>({authorMainPage:a,authorSubPage:a})[e],d=!0;function c(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2?arguments[2]:void 0;(0,i.useEffect)(()=>{let t=window;if(d)t.iwa3&&iwa3("send","pageview"),d=!1;else if(t.iwa3&&(e&&iwa3("setCustomVar","type","".concat(e.toLowerCase()),"page"),r&&iwa3("setCustomVar","id",r,"page"),iwa3("send","ppv")),e&&r){var i,a;(null===(a=t.Inpl)||void 0===a?void 0:null===(i=a.WebTr)||void 0===i?void 0:i.gemius)&&(null==t?void 0:t.gemius_event)&&gemius_event("_view_",t.Inpl.WebTr.gemius.identifier,"page_type=".concat(e,";page_id=").concat(r))}return()=>{var e,i;(null===(i=t.Inpl)||void 0===i?void 0:null===(e=i.WebTr)||void 0===e?void 0:e.gemius)&&(null==t?void 0:t.gemius_cmd)&&gemius_cmd("referrer_override",t.location.href),n.g.__iwa=[]}},[e,r,t])}function u(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1?arguments[1]:void 0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",d=(0,i.useRef)(null),c=t||l(a);c||(c=s(r));let u=c?null===(e=o[c])||void 0===e?void 0:e.view:n;return(0,i.useEffect)(()=>{let e=new IntersectionObserver((e,t)=>{e.forEach(e=>{if(e.isIntersecting){let n=window;u&&n&&n.iwa3&&setTimeout(()=>{let t=e.target.querySelectorAll(".advContainer");iwa3("trackEvent",...Object.values(u),t.length>0?"ilosc_contentstream=".concat(t.length):"")},3e3),t.unobserve(e.target)}})},{root:null,rootMargin:"0px",threshold:0});return d.current&&e.observe(d.current),()=>{e.disconnect()}},[u,n]),d}function p(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",i=e||l(n);i||(i=s(t));let r=o[i];return r?{trackingEventHander:(e,t,n)=>{let i=window,a=r[e];a&&i.iwa3&&iwa3("trackEvent",...Object.values({...a,ec3:t,ec4:n}))},urlAppendix:r.param?"#".concat(r.param.key,"=").concat(r.param.value):void 0}:{trackingEventHander:()=>{},urlAppendix:void 0}}function g(e){if(window.iwa3)try{let t=Object.values(e);iwa3("trackEvent",...t)}catch(e){console.error("Failed to track event: ",e)}else console.error("iwa3 is not available")}},95526:function(e,t,n){"use strict";n.d(t,{v:function(){return o}});var i=n(59657),r=n(81034);function a(e,t){if(!t)return e;let n=e;return t.adMourning&&(n+=",zaloba"),n}function o(e,t,n){let{serviceId:o}=(0,r.e)("meta");(0,i.useEffect)(()=>{var i;let r=null===(i=window.Inpl)||void 0===i?void 0:i.Ad;if(r&&(r.exSettings={},r.exSettings.designSystem=!0,r.exSettings.keywords={},r.exSettings.keywords.ADOCEAN="odslonads",r.exSettings.keywords.DFP=a("odslonads",n),r.settings=r.settings||{},r.settings.serviceId=o,e&&t)){let{dfpKw:i,dfpKat:o,adoceanKeywords:l}=e||{},{vp:s}=n||{};r.exSettings.customParams={},r.exSettings.customParams.DFP={},o&&(r.exSettings.customParams.DFP["".concat(t,"_kat")]=o),i&&(r.exSettings.customParams.DFP["".concat(t,"_kw")]=i),s&&(r.exSettings.customParams.DFP.vp="1"),l&&(r.exSettings.keywords.ADOCEAN=a("".concat(r.exSettings.keywords.ADOCEAN,",").concat(l),n))}},[e,n,t,o])}},56437:function(e,t,n){"use strict";n.r(t),n.d(t,{FloatingHeaders:function(){return d},Main:function(){return a},VerticalAlign:function(){return c},serviceHeaderHeights:function(){return o},sitebrandingHeights:function(){return l}});var i=n(4759),r=n(36672);let a=i.ZP.main.withConfig({componentId:"sc-60b6f398-0"})(["margin:0 auto;min-width:320px;max-width:1420px;body.screening--fixed &{max-width:1262px;","{max-width:1420px;}}"],(0,r.Lj)("xxl")),o={small:48,medium:80},l={small:60,medium:150},s=(0,i.iv)([".body__ad-spons--mobile & > *:not(:first-child),.body__ad-spons--desktop & > *:not(:first-child){position:fixed;top:0;}.body__ad-spons--mobile.body__ad-spons--sticky & > *:not(:first-child),.sitebranding_desktop--expected--has_scrolled & > *:not(:first-child),.body__ad-spons--transitioned & > *:not(:first-child){transition:transform 300ms ease;}.body__ad-spons--desktop:not(.body__ad-spons--hidden) & > *:not(:first-child){transform:translateY(","px);}.body__ad-spons--desktop.body__ad-spons--sticky:not(.body__ad-spons--hidden) & > *:not(:first-child){transform:translateY(75px);}.body__ad-spons--desktop.body__ad-spons--expanded & > *:not(:first-child){transform:translateY(500px);}.body__ad-spons--mobile:not(.body__ad-spons--hidden) & > *:not(:first-child){transform:translateY(","px);}.body__ad-spons--mobile.body__ad-spons--expanded & > *:not(:first-child){transform:translateY(300px);}"],l.medium,l.small),d=i.ZP.div.withConfig({componentId:"sc-60b6f398-1"})(["top:0;position:fixed;width:100%;z-index:999;",""],()=>s),c=i.ZP.div.withConfig({componentId:"sc-60b6f398-2"})(["> *:nth-child(2),.body__ad-spons--desktop:not(.body__ad-spons--hidden) & > *:nth-child(2),.body__ad-spons--mobile:not(.body__ad-spons--hidden) & > *:nth-child(2){position:relative;padding-top:","px;::before{content:' ';width:100%;position:absolute;background-color:#fff;top:0;height:","px;}}.body__ad-spons--desktop.body__ad-spons--expanded & > *:nth-child(2){padding-top:","px;}.body__ad-spons--mobile.body__ad-spons--expanded & > *:nth-child(2){padding-top:","px;}"],e=>{let{$size:t,$isSitebrandingExpected:n,$headerHeight:i}=e;return i?n?i+l[t]:i:n?({medium:l.medium+o.medium,small:l.small+o.small})[t]:({medium:o.medium,small:o.small})[t]},e=>{let{$size:t,$isSitebrandingExpected:n,$headerHeight:i}=e;return i?n?i+l[t]:i:n?({medium:l.medium+o.medium,small:l.small+o.small})[t]:({medium:o.medium,small:o.small})[t]},e=>{let{$headerHeight:t}=e;return 500+(t||o.medium)},e=>{let{$headerHeight:t}=e;return 300+(t||o.small)})},19150:function(e,t,n){"use strict";n.d(t,{Z:function(){return u},Q:function(){return p}});var i=n(53197),r=n(59657),a=n(36672),o=n(12085),l=n(74758);let s=(e,t)=>JSON.stringify(e)===JSON.stringify(t),d={adult:{value:null,expire:null}},c=e=>(t,n)=>{let{type:i,payload:r,options:o={}}=n;switch(i){case"adult_flag":{let n={...t,adult:{...r,expire:(0,a.l_)(30)}};return e(n),n}case"overwrite_all":{let t=o.refreshExpireForOverwriteAllAction?(0,a.CH)(r,(0,a.l_)(30)):r;return e(t),t}}},u=r.createContext({state:d,dispatch:()=>{console.error("ContentWarningProvider::dispatch: initialization error, cannot access provider or lost reference. Check if current scope are descendant of ContentWarningProvider")}}),p=e=>{let{children:t}=e,n=function(e){let{serializer:t=JSON.stringify,deserializer:n=JSON.parse,storage:i="localStorage"}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=(0,r.useRef)((0,a.I8)()).current[i],l=(0,r.useCallback)(()=>{if((0,a.yF)()){console.warn("UseBrowserStorage::get(".concat(e,"): attempted to access ").concat(i," on server environment"));return}try{let t=o.getItem(e);return t?n(t):null}catch(t){console.error('UseBrowserStorage::get: deserialization or access error when trying to access key "'.concat(e,'" in ').concat(i),t);return}},[e,n,o,i]),s=(0,r.useCallback)(n=>{if((0,a.yF)())return console.warn("UseBrowserStorage::set(".concat(e,"): attempted to access ").concat(i," on server environment")),!1;try{return o.setItem(e,t(n)),!0}catch(t){return console.error('UseBrowserStorage::set: serialization or access error when trying to access key "'.concat(e,'" in ').concat(i),t),!1}},[e,t,o,i]),d=(0,r.useCallback)(()=>{if((0,a.yF)())return console.warn("UseBrowserStorage::remove(".concat(e,"): attempted to access ").concat(i," on server environment")),!1;try{return o.removeItem(e),!0}catch(t){return console.error('UseBrowserStorage::remove: action or access error when trying to remove key "'.concat(e,'" in ').concat(i),t),!1}},[e,o,i]);return(0,r.useMemo)(()=>({get:l,set:s,remove:d}),[l,s,d])}("int_content_warning_consent"),p=(0,l.I)(()=>c(e=>n.set(e))),[g,m]=(0,r.useReducer)(p(),d);(0,o.G)(()=>{let e=n.get();if(!e){n.set(d);return}if(!s(e,d)){m({type:"overwrite_all",payload:e,options:{refreshExpireForOverwriteAllAction:!1}});return}},[]);let h=(0,r.useMemo)(()=>({state:g,dispatch:m}),[g]);return(0,i.jsx)(u.Provider,{value:h,children:t})}},81034:function(e,t,n){"use strict";n.d(t,{F:function(){return l},e:function(){return o}});var i=n(53197),r=n(59657);let a=r.createContext({}),o=e=>{let t=(0,r.useContext)(a);return t&&e&&t.hasOwnProperty(e)?t[e]:t},l=e=>{let{data:t,children:n}=e;return(0,i.jsx)(a.Provider,{value:t,children:n})}},33648:function(e,t,n){"use strict";n.d(t,{fn:function(){return s},hU:function(){return l},pZ:function(){return o}});var i=n(53197),r=n(59657);let a=(0,r.createContext)(void 0),o=e=>{let t=(0,r.useContext)(a);if(!t)throw Error("useFrameworkAdapter must be used within a FrameworkAdapterProvider");if(!e)throw Error("You must specify a resource");if(!t.implementations[e])throw Error("Resource does not exist");return t.implementations[e]},l=()=>{let e=(0,r.useContext)(a);if(!e)throw Error("useDeviceType must be used within a FrameworkAdapterProvider");return e.deviceType},s=e=>{let{implementations:t,deviceType:n,children:r}=e;return(0,i.jsx)(a.Provider,{value:{implementations:t,deviceType:n},children:r})}},33457:function(e,t,n){"use strict";n.d(t,{w2:function(){return M},rt:function(){return l},bv:function(){return b}});var i=n(53197),r=n(59657);let a=(0,r.createContext)(void 0),o=()=>{let e=(0,r.useContext)(a);if(!e)throw Error("useLibrary must be used within a LibraryProvider");return e},l=e=>{let{children:t}=e,[n,o]=(0,r.useState)({});return(0,i.jsx)(a.Provider,{value:{loadedLibraries:n,setLoadedLibrary:(e,t)=>{o(n=>({...n,[e]:t}))}},children:t})};var s=n(1681),d=JSON.parse('{"youtube.videoplayer":{"basePath":{"prod":"https://www.youtube.com/iframe_api","rc":"https://www.youtube.com/iframe_api","pv":"https://www.youtube.com/iframe_api","dev":"https://www.youtube.com/iframe_api"}},"facebook.videoplayer":{"basePath":{"prod":"https://connect.facebook.net/en_US/sdk.js","rc":"https://connect.facebook.net/en_US/sdk.js","pv":"https://connect.facebook.net/en_US/sdk.js","dev":"https://connect.facebook.net/en_US/sdk.js"}},"interia.videoplayer":{"basePath":{"prod":"https://js.iplsc.com/inpl.videoplayer/latest/","rc":"https://js.iplsc.com.rc.inpl.work/inpl.videoplayer/latest/","pv":"https://js.iplsc.com/inpl.videoplayer/latest/","dev":"https://js.iplsc.com.itg.inpl.work/inpl.videoplayer/latest/"},"version":{"default":"v1"}},"twitter":{"basePath":{"prod":"https://platform.twitter.com/widgets.js","rc":"https://platform.twitter.com/widgets.js","pv":"https://platform.twitter.com/widgets.js","dev":"https://platform.twitter.com/widgets.js"}},"tiktok":{"basePath":{"prod":"https://www.tiktok.com/embed.js","rc":"https://www.tiktok.com/embed.js","pv":"https://www.tiktok.com/embed.js","dev":"https://www.tiktok.com/embed.js"}},"instagram":{"basePath":{"prod":"https://www.instagram.com/embed.js","rc":"https://www.instagram.com/embed.js","pv":"https://www.instagram.com/embed.js","dev":"https://www.instagram.com/embed.js"}},"emotion":{"basePath":{"prod":"https://emotion-api.interia.pl/{version}/emotion","rc":"https://emotion-api.interia.pl.rc.inpl.work/{version}/emotion","pv":"https://emotion-api.interia.pl/{version}/emotion","dev":"https://emotion-api.interia.pl.itg.inpl.work/{version}/emotion"},"version":{"default":"v1"}},"light-quiz":{"basePath":{"prod":"https://ds-quiz-api.interia.pl","rc":"https://ds-quiz-api.interia.pl.rc.inpl.work","pv":"https://ds-quiz-api.interia.pl","dev":"https://ds-quiz-api.interia.pl.itg.inpl.work"},"version":{"default":"v1"}},"poll":{"basePath":{"prod":"https://ds-quiz-api.interia.pl","rc":"https://ds-quiz-api.interia.pl.rc.inpl.work","pv":"https://ds-quiz-api.interia.pl","dev":" https://ds-quiz-api.interia.pl.itg.inpl.work"},"version":{"default":"v1"}}}'),c=JSON.parse('{"inpl-javascript":{"host.production":"//js.iplsc.com","host.preview":"//js.iplsc.com","host.pre-production":"//js.iplsc.com.rc.inpl.work","host.integration":"//js.iplsc.com.itg.inpl.work","host.development":"//js.iplsc.com.itg.inpl.work","path.production":"/{library}/{version}/","path.preview":"/{library}/{version}/","path.pre-production":"/{library}/{version}/","path.integration":"/{library}/{version}/","path.development":"/{library}/{version}/","file.production":"{library}.js","file.preview":"{library}.js","file.pre-production":"{library}.js","file.integration":"{library}.js","file.development":"{library}.js"},"inpl":{"log : inpl-javascript":{"version.default":"1.0.18","version.1.0":"1.0.18"},"sponsor : inpl-javascript":{"version.default":"1.1.3","version.1.0":"1.1.3","version.1.1":"1.1.3","version.ds":"1.1.11"},"sponsor":{"mixer":{"tile : inpl-javascript":{"version.default":"1.0.15","version.1.0":"1.0.1","require":"inpl.sponsor"},"tile":{"treeitems : inpl-javascript":{"version.default":"1.0.6","version.1.0":"1.0.6","require":"inpl.sponsor"},"groups : inpl-javascript":{"version.default":"1.1.3","version.1.0":"1.1.3","version.ds":"1.1.10","require":"inpl.sponsor"}}}},"videoplayer : inpl-javascript":{"version.default":"4.1.311","version.2.0":"2.0.102","version.3.0":"3.0.59","version.4.0":"4.0.206","host.development":"anglika.pomorska.js","version.4.1":"4.1.311","file.development":"{library}.js","file.integration":"{library}.js","file.pre-production":"{library}.js","file.production":"{library}.js"},"uanc : inpl-javascript":{"version.default":"1.3.204","version.ds":"1.3.214-spa-3","js_async":"1"},"webpush : inpl-javascript":{"version.default":"1.0.60","version.1.0":"1.0.60"},"magazine : inpl-javascript":{"version.default":"1.0.38","version.1.0":"1.0.31"}}}');let u=e=>{if(!e.includes("inpl."))return c[e+" : inpl-javascript"];{let t=e.split("."),n=c;for(let e=0;e{let e=(0,s.dU)();return"itg"===e?"integration":"rc"===e?"pre-production":"production"},g=function(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return i&&(e=e.replace(/{resource}/g,i)),e.replace(/{library}/g,t).replace(/{version}/g,n)},m=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=c["inpl-javascript"],r=u(e);if(!r)return null;let a=p(),o=r["file."+a]?r["file."+a]:i["file."+a]||"";n&&(o="{resource}.js");let l=r[t?"version."+t:"version.default"];return g("".concat(i["host."+a]||"").concat(i["path."+a]||"").concat(o),e,l||"",n)},h=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=c["inpl-javascript"],i=u(e);if(!i)return null;let r=p();return g("".concat(n["host."+r]||"").concat(n["path."+r]||""),e,i[t?"version."+t:"version.default"]||"")},x=(0,s.dU)(),b=function(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(t)return h(e);let n="prod";switch(x){case"itg":default:n="dev";break;case"pv":n="pv";break;case"rc":n="rc";break;case"prod":n="prod"}let i=d[e];if(!i||!i.version||!i||!i.version)return null;let r=i.version.default;return"".concat(i.basePath[n],"/").replace("{version}",r)},M=e=>{let{libraryName:t,resourceName:n,onLoad:i,isInpl:a=!1,isAsync:l=!0,version:s=null,crossOrigin:c=null}=e,{loadedLibraries:u,setLoadedLibrary:p}=o(),g=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;if(n)return m(e,i,r);let a=d[e];if(!a)return null;let o="prod";switch(t){case"itg":default:o="dev";break;case"pv":o="pv";break;case"rc":o="rc";break;case"prod":o="prod"}let l=a.version?a.version.default:"";return(a.fileName?"".concat(a.basePath[o],"/").concat(a.fileName):a.basePath[o]).replace("{version}",l)}(t,x,a,s,n),h=r.useRef(!1);return(0,r.useEffect)(()=>{if(g&&!u[g]&&!h.current){h.current=!0;let e=document.createElement("script");e.src=g,e.async=l,e.crossOrigin=c,e.onload=()=>{p(g,!0),"function"==typeof i&&i&&i()},document.body.appendChild(e)}},[g,u,p,i,l]),null}},3e3:function(e,t,n){"use strict";n.d(t,{X:function(){return l},t:function(){return o}});var i=n(53197),r=n(59657);let a=(0,r.createContext)(void 0),o=()=>{let e=(0,r.useContext)(a);if(!e)throw Error("useRenderTracking must be used within a RenderTrackingProvider");return e},l=e=>{let{children:t}=e,n=(0,r.useRef)([]),o=e=>n.current.includes(e);return(0,i.jsx)(a.Provider,{value:{isComponentRendered:o,markComponentAsRendered:e=>{o(e)||n.current.push(e)}},children:t})}},92701:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return eo}});var i={};n.r(i),n.d(i,{HeadAdapter:function(){return ei},LinkAdapter:function(){return en},useRouter:function(){return et.useRouter}});var r=n(53197),a=n(59657),o=n(52097),l=n.n(o),s=n(23016),d=n(95620),c=n.n(d);let u=e=>{let{env:t,serviceName:n,data:i,code:a,pathname:o,hostname:d}=e,{metaTags:u,theme:p}=i.meta;return(0,r.jsxs)(l(),{children:[(0,r.jsx)("meta",{charSet:u.charset},"charset"),(0,r.jsx)("meta",{name:"viewport",content:u.viewport||"width=device-width, initial-scale=1"},"viewport"),(0,r.jsx)("title",{children:u.title},"title"),(0,r.jsx)("link",{rel:"preconnect",href:"https://js.iplsc.com"},"js.iplsc"),(0,r.jsx)("link",{rel:"preconnect",href:"https://i.iplsc.com"},"i.iplsc"),(0,r.jsx)("link",{rel:"preconnect",href:"https://js.iplsc.com",crossOrigin:"anonymous"},"js.iplsc-anonymous"),(0,r.jsx)("link",{rel:"preconnect",href:"https://www.interia.pl",crossOrigin:"anonymous"},"www.interia.pl"),(0,r.jsx)("link",{rel:"preconnect",href:"https://iwa3.hit.interia.pl"},"iwa3.hit.interia.pl"),(0,r.jsx)("link",{rel:"preconnect",href:"https://www.googletagmanager.com"},"googletagmanager.com"),(0,r.jsx)("link",{rel:"preconnect",href:"https://interia.hit.gemius.pl"},"interia.hit.gemius.pl"),(0,r.jsx)("link",{rel:"preconnect",href:"https://ls.hit.gemius.pl"},"ls.hit.gemius.pl"),(0,r.jsx)("link",{rel:"preconnect",href:"https://stats.g.doubleclick.net"},"stats.g.doubleclick.net"),(0,r.jsx)("link",{rel:"preconnect",href:"https://e.hub.com.pl"},"e.hub.com.pl"),(0,r.jsx)("link",{rel:"preconnect",href:"https://hub.com.pl"},"hub.com.pl"),(0,r.jsx)("script",{dangerouslySetInnerHTML:{__html:function(e){var t,n,i,r;let a,o;let l=(null==e?void 0:null===(t=e.layout)||void 0===t?void 0:t.site)||void 0;if("article"===l&&!e.isLayoutGrid){let t=null==e?void 0:e.layout.sections.find(e=>"article"===e.kind.type);a=null==t?void 0:null===(n=t.article)||void 0===n?void 0:n.id,o=null==t?void 0:null===(i=t.article)||void 0===i?void 0:i.classification}return"category"!==l||e.isLayoutGrid||(a=null===(r=(null==e?void 0:e.layout.sections)[0])||void 0===r?void 0:r.categoryId),"\n window.iwaAppType = 'SPA';\n __iwa = [];\n ".concat(l?"__iwa.push(['setCustomVar', 'type', '".concat(l,"', 'page'])"):"",";\n ").concat(a?"__iwa.push(['setCustomVar', 'id', ".concat(a,", 'page'])"):"",";\n ").concat(o?"__iwa.push(['setCustomVar', 'class', '".concat(o.toLowerCase(),"', 'page'])"):"",";\n ")}(i)}}),(0,r.jsx)(s.UancConfigUrl,{hostname:d,path:"/"===o?"":"/".concat(o)}),(0,r.jsx)("script",{dangerouslySetInnerHTML:{__html:a},title:"webtrack"}),(0,r.jsx)("script",{dangerouslySetInnerHTML:{__html:'\n (function() {\n if (!globalThis.window || !globalThis.window.Inpl) {\n return\n }\n if (!window.Inpl.React) {\n window.Inpl.React = {}\n }\n window.Inpl.env = "'.concat(t,'"\n window.Inpl.React.ssrEnabled = true\n })();\n ')}}),"halo-tu-polsat"===p&&(0,r.jsx)("script",{dangerouslySetInnerHTML:{__html:"\n (() => {\n if (!globalThis.window) return;\n\n const allowedDays = [5, 6, 0] // Friday, Saturday, Sunday\n\n const now = Date.now();\n const date = new Date();\n const day = date.getDay();\n\n if (!allowedDays.includes(day)) return;\n\n date.setUTCHours(11, 0, 0, 0);\n const time = date.getTime();\n\n if (time <= now) return;\n\n setTimeout(() => {\n window.location.reload()\n }, time - now)\n })()\n "}}),u.rel&&(0,r.jsx)("link",{rel:"canonical",href:u.rel.canonical},"canonical"),u.og&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("meta",{property:"og:title",content:u.og.title},"og-title"),(0,r.jsx)("meta",{property:"og:description",content:u.og.description},"og-description"),(0,r.jsx)("meta",{property:"og:type",content:u.og.type},"og-type"),(0,r.jsx)("meta",{property:"og:url",content:u.og.url},"og-url"),(0,r.jsx)("meta",{property:"og:image",content:u.og.image},"og-image"),(0,r.jsx)("meta",{property:"og:image:alt",content:u.og.image_alt},"og-image-alt"),(0,r.jsx)("meta",{property:"og:image:width",content:u.og.image_width},"og-image-width"),(0,r.jsx)("meta",{property:"og:image:height",content:u.og.image_height},"og-image-height"),(0,r.jsx)("meta",{property:"og:locale",content:"pl_PL"},"og-locale")]}),u.twitter&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("meta",{property:"twitter:card",content:u.twitter.card},"twitter-card"),(0,r.jsx)("meta",{property:"twitter:title",content:u.twitter.title},"twitter-title"),(0,r.jsx)("meta",{property:"twitter:description",content:u.twitter.description},"twitter-description"),(0,r.jsx)("meta",{property:"twitter:image",content:u.twitter.image},"twitter-image"),(0,r.jsx)("meta",{property:"twitter:image:alt",content:u.twitter.image_alt},"twitter-image-alt"),u.twitter.user&&(0,r.jsx)("meta",{property:"twitter:site",content:u.twitter.user},"twitter-site")]}),u.dc&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("meta",{name:"dc.language",content:u.dc.language},"dc-language"),(0,r.jsx)("meta",{name:"dc.source",content:u.dc.source},"dc-source"),(0,r.jsx)("meta",{name:"dc.publisher",content:u.dc.publisher},"dc-publisher"),(0,r.jsx)("meta",{name:"dc.rights",content:u.dc.rights},"dc-rights")]}),u.geo&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("meta",{name:"geo.region",content:u.geo.region},"geo-region"),(0,r.jsx)("meta",{name:"geo.placename",content:u.geo.placename},"geo-placename"),(0,r.jsx)("meta",{name:"geo.position",content:u.geo.position},"geo-position")]}),(0,r.jsx)("meta",{name:"description",content:u.description},"description"),(0,r.jsx)("meta",{name:"theme-color",content:(null===c()||void 0===c()?void 0:c()["theme-color"])||u.themeColor},"theme-color"),(0,r.jsx)("meta",{name:"robots",content:u.robots},"robots"),(0,r.jsx)("link",{rel:"manifest",href:"/manifest.json"}),(0,r.jsx)("link",{rel:"icon",type:"image/png",sizes:"48x48",href:"/images/app-icons/".concat(n,"-app-icon-48x48.png")}),(0,r.jsx)("link",{rel:"icon",type:"image/png",sizes:"96x96",href:"/images/app-icons/".concat(n,"-app-icon-96x96.png")}),(0,r.jsx)("link",{rel:"icon",type:"image/png",sizes:"128x128",href:"/images/app-icons/".concat(n,"-app-icon-128x128.png")}),(0,r.jsx)("link",{rel:"icon",type:"image/png",sizes:"192x192",href:"/images/app-icons/".concat(n,"-app-icon-192x192.png")}),(0,r.jsx)("link",{rel:"icon",type:"image/png",sizes:"512x512",href:"/images/app-icons/".concat(n,"-app-icon-512x512.png")}),(0,r.jsx)("link",{rel:"apple-touch-icon",type:"image/png",sizes:"512x512",href:"/images/app-icons/".concat(n,"-app-icon-512x512.png")})]})};var p=n(30707),g=n.n(p);let m=n(4759).ZP.div.withConfig({componentId:"sc-341589be-0"})(["width:100%;height:100vh;"]),h={CONTENT:g()(()=>Promise.all([n.e(8073),n.e(4193),n.e(7011),n.e(6070),n.e(7413),n.e(7299),n.e(4486),n.e(6441),n.e(1396),n.e(1874),n.e(5637),n.e(1531),n.e(5684),n.e(7153),n.e(3287),n.e(2703),n.e(3812),n.e(151),n.e(5268),n.e(2443),n.e(602),n.e(6902)]).then(n.bind(n,6902)).then(e=>e.ContentContainer),{loadableGenerated:{webpack:()=>[6902]},ssr:!0,loading:m}),ARTICLE:g()(()=>Promise.all([n.e(8073),n.e(4193),n.e(7011),n.e(6070),n.e(7413),n.e(7299),n.e(4486),n.e(6441),n.e(1396),n.e(1874),n.e(5637),n.e(1531),n.e(5684),n.e(7153),n.e(3287),n.e(2703),n.e(3812),n.e(151),n.e(5268),n.e(2443),n.e(602),n.e(6902)]).then(n.bind(n,6902)).then(e=>e.ContentContainer),{loadableGenerated:{webpack:()=>[6902]},ssr:!0,loading:m}),VIDEO:g()(()=>Promise.all([n.e(8073),n.e(4193),n.e(7011),n.e(6070),n.e(7413),n.e(7299),n.e(4486),n.e(6441),n.e(1396),n.e(1874),n.e(5637),n.e(1531),n.e(5684),n.e(7153),n.e(3287),n.e(2703),n.e(3812),n.e(151),n.e(5268),n.e(2443),n.e(602),n.e(6902)]).then(n.bind(n,6902)).then(e=>e.ContentContainer),{loadableGenerated:{webpack:()=>[6902]},ssr:!0,loading:m}),CATEGORY:g()(()=>Promise.all([n.e(1874),n.e(5637),n.e(1531),n.e(5684),n.e(7011),n.e(7153),n.e(3287),n.e(2703),n.e(4884)]).then(n.bind(n,4884)).then(e=>e.CategoryContainer),{loadableGenerated:{webpack:()=>[4884]},ssr:!0,loading:m}),FRONTPAGE:g()(()=>Promise.all([n.e(1874),n.e(5637),n.e(1531),n.e(5684),n.e(7011),n.e(7153),n.e(3287),n.e(2703),n.e(5982)]).then(n.bind(n,95982)).then(e=>e.MainContainer),{loadableGenerated:{webpack:()=>[95982]},ssr:!0,loading:m}),IMIENNIK:g()(()=>Promise.all([n.e(7011),n.e(6070),n.e(7413),n.e(7299),n.e(4486),n.e(6441),n.e(1531),n.e(1874),n.e(5637),n.e(5684),n.e(7153),n.e(3287),n.e(2703),n.e(3812),n.e(151),n.e(5268),n.e(2443),n.e(6438)]).then(n.bind(n,16438)).then(e=>e.SennikImiennikContainer),{loadableGenerated:{webpack:()=>[16438]},ssr:!0,loading:m}),SENNIK:g()(()=>Promise.all([n.e(7011),n.e(6070),n.e(7413),n.e(7299),n.e(4486),n.e(6441),n.e(1531),n.e(1874),n.e(5637),n.e(5684),n.e(7153),n.e(3287),n.e(2703),n.e(3812),n.e(151),n.e(5268),n.e(2443),n.e(6438)]).then(n.bind(n,16438)).then(e=>e.SennikImiennikContainer),{loadableGenerated:{webpack:()=>[16438]},ssr:!0,loading:m}),LIVENEWS:g()(()=>Promise.all([n.e(9963),n.e(3901),n.e(7153),n.e(4294)]).then(n.bind(n,64294)).then(e=>e.LiveNewsContainer),{loadableGenerated:{webpack:()=>[64294]},ssr:!1,loading:m})};var x=n(65817),b=n(3e3),M=n(33457);let j=()=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(M.w2,{libraryName:"inpl.sponsor",isInpl:!0,version:"ds"}),(0,r.jsx)(M.w2,{libraryName:"inpl.sponsor.mixer.tile.groups",isInpl:!0,version:"ds"}),(0,r.jsx)(M.w2,{libraryName:"inpl.uanc",isInpl:!0,version:"ds"})]});var f=n(81034),C=n(63771),y=n(97349),N=n(22103),v=n(9632),I=n(17042),w=n(33648),L=n(36672),D=n(77324),k=n(56437),S=n(39781),A=n.n(S),z=n(74758),T=n(28622),O=n(1681);let E=()=>{let[e,t]=(0,a.useState)(!1),n=(0,a.useRef)((0,L.I8)().document),{serviceId:i,theme:o}=(0,f.e)("meta"),l=(0,z.I)(()=>{e||t(!0)});return(0,T.d)("scroll",l,n,{once:!0}),e?(0,r.jsx)(A(),{src:(0,O.QU)("https://js.iplsc.com/inpl.webpush/1.0.60/inpl.webpush.js"),strategy:"lazyOnload",onLoad:()=>{let e=window.Inpl;e&&e.Webpush&&e.Webpush.init({project:{id:"wydarzenia"===o?"2050":"".concat(i),name:o}})}}):null};var _=n(87162);let U=()=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(_.C,{children:(0,r.jsx)("script",{dangerouslySetInnerHTML:{__html:"\n (function(l) {\n l.Inpl = l.Inpl || {};\n l.Inpl.Log = l.Inpl.Log || {};\n const Log = l.Inpl.Log;\n\n Log.NOTICE = 'notice';\n Log.WARN = 'warn';\n Log.ERROR = 'error';\n Log.INFO = 'info';\n Log.__queue = [];\n\n const methods = ['init', 'onError', 'log'];\n methods.forEach(method => {\n Log[method] = function(...args) {\n args.unshift(method);\n Log.__queue.push(args);\n };\n });\n\n l.onerror = function(...args) {\n l.Inpl.Log.onError.apply(Log, args);\n };\n\n l.addEventListener('error', function (e) {\n l.Inpl.Log.onError(e.message, e.filename, e.lineno, e.colno);\n });\n })(window);\n "}})}),(0,r.jsx)(M.w2,{libraryName:"inpl.log",isInpl:!0,onLoad:()=>{!function(e){e.Inpl.Log.init()}(window)}})]}),B=e=>{var t,n,i,o,l,d,c,u,p,g,m,h;let{children:x}=e,b=(0,f.e)("meta"),M=(0,f.e)("menu"),j=(0,f.e)("layout"),S=(0,w.hU)(),{enabled:A}=(0,C.useServiceHeaderWidgetData)(),z=null==j?void 0:null===(n=j.sections)||void 0===n?void 0:null===(t=n.find)||void 0===t?void 0:t.call(n,e=>"article"===e.kind.type),T=(0,s.useIsExpected)(b.flags.isSitebrandingActive&&!(null==z?void 0:z.article.noAdvert)),O=null==j?void 0:null===(o=j.sections)||void 0===o?void 0:null===(i=o.find)||void 0===i?void 0:i.call(o,e=>"toolbarHoroscope"===e.kind.mode),_=null==j?void 0:null===(d=j.sections)||void 0===d?void 0:null===(l=d.find)||void 0===l?void 0:l.call(d,e=>"blocks"===e.kind.type&&"carousel"===e.kind.mode),B=null==_?void 0:null===(c=_.articles)||void 0===c?void 0:c.find(L.A5),Q=_?B?[B]:_.articles:[];return null==Q||Q.forEach(e=>{(null==e?void 0:e.player)&&(e.player.noFixedMonitor=!0)}),(0,a.useEffect)(()=>{b.isAv&&document.body.classList.replace("inpl-tout-body","inpl-tout-hidden")},[b]),(0,r.jsxs)(r.Fragment,{children:[!b.isAv&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(s.Ad,{type:"1x1",size:"mobile"===S?"small":"medium"}),(0,r.jsx)(s.Ad,{type:"1x1_2",size:"mobile"===S?"small":"medium"}),(0,r.jsx)(s.Ad,{type:"watermark",size:"mobile"===S?"small":"medium"}),(0,r.jsx)(s.Ad,{type:"interstitial",size:"mobile"===S?"small":"medium"}),"FRONTPAGE"===b.viewType&&(0,r.jsx)(s.ArtSpons,{})]}),(0,r.jsxs)(k.VerticalAlign,{$size:"mobile"===S?"small":"medium",$isSitebrandingExpected:T,$headerHeight:M&&(null===(u=M.serviceHeaderConfig)||void 0===u?void 0:u[S])?parseInt(M.serviceHeaderConfig[S].height.noFixed):void 0,id:"portal-container",children:[!b.isAv&&(0,r.jsxs)(r.Fragment,{children:[M&&M.sideMenu&&(0,r.jsxs)(k.FloatingHeaders,{children:[(0,r.jsx)(s.Ad,{type:"sitebranding",isExpected:T,size:"mobile"===S?"small":"medium"}),(0,r.jsx)(C.ServiceHeader,{height:null===(g=M.serviceHeaderConfig)||void 0===g?void 0:null===(p=g[S])||void 0===p?void 0:p.height,title:b.publisher.name,logoData:M.logos,navigationLinks:M.mainMenu,toolbar:null==M?void 0:M.sideMenu.toolbar,sideMenuData:M.sideMenu.sideMenuLink,mobile:"mobile"===S,isSearchHidden:M.sideMenu.isSearchHidden,"data-google-interstitial":"false"})]}),(null==O?void 0:O.items)&&(null==O?void 0:O.items.length)>0&&(0,r.jsx)(v.WidgetBar,{size:"mobile"===S?"small":"medium","data-google-interstitial":"false",children:(0,r.jsx)(y.HoroscopeBar,{size:"mobile"===S?"small":"medium",widgetBarItems:O.items})}),A&&"mobile"===S&&(0,r.jsx)(v.WidgetBar,{size:"mobile"===S?"small":"medium","data-google-interstitial":"false",children:(0,r.jsx)(C.ServiceHeaderWidget,{})}),_&&(null===(m=_.articles)||void 0===m?void 0:m.length)?(0,r.jsx)(I.K,{size:"mobile"===S?"small":"medium",preload:!0,children:(0,r.jsx)(I.l,{size:"mobile"===S?"small":"medium",shadow:!0,inverted:!0,length:1,step:1,items:(null==Q?void 0:null===(h=Q.map)||void 0===h?void 0:h.call(Q,(e,t)=>({id:e.id,content:(0,r.jsx)(D.default,{data:e,variant:"overlay",size:"mobile"===S?"small":"xlarge",...0===t?{preload:!0}:{},...0===t?{loading:"eager"}:{}},e.id)})))||[]})}):null]}),(0,r.jsx)(k.Main,{meta:b,className:"page",children:x}),M&&(0,r.jsx)(N.Footer,{showBlockLinks:M.footer.showBlockLinks,copyrightBarContent:M.footer.copyrightText,navigationList:M.footer.navLink,upperFooter:M.footer.upperFooter,withDivider:!0,"data-google-interstitial":"false",showSponsors:"FRONTPAGE"===b.viewType})]}),!b.isAv&&(0,r.jsx)(s.Ad,{type:"scroll_footer",size:"mobile"===S?"small":"medium"}),b.flags.isWebpushLoaderInactive?null:(0,r.jsx)(E,{}),(0,r.jsx)(U,{})]})};var Q=n(13381),G=n(67515),Y=n(4872),H=n(93059);let P=e=>{var t,n,i,a,o,l;let{children:s}=e,d=(0,f.e)("breadcrumbs"),{envUrl:c,isAv:u}=(0,f.e)("meta"),p=(0,f.e)("layout"),g=null==p?void 0:null===(n=p.sections)||void 0===n?void 0:null===(t=n.find)||void 0===t?void 0:t.call(n,e=>"reportBanner"===e.kind.mode),m=null==p?void 0:null===(a=p.sections)||void 0===a?void 0:null===(i=a.find)||void 0===i?void 0:i.call(a,e=>{var t;return((null==e?void 0:null===(t=e.kind)||void 0===t?void 0:t.mode)||"").startsWith("horoscopeGrid")}),h=null==p?void 0:null===(l=p.sections)||void 0===l?void 0:null===(o=l.find)||void 0===o?void 0:o.call(l,e=>"authorHeader"===e.kind.mode),x="article"===p.site||"video"===p.site?"div":"h1",M=(0,w.hU)();return(0,r.jsxs)(b.X,{children:[!!d&&(0,r.jsx)(Q.BreadcrumbWrapper,{deviceType:M,children:(0,r.jsx)(Q.Breadcrumbs,{items:d,serviceUrl:c,"data-google-interstitial":"false"})}),g&&g.data&&!u&&(0,r.jsx)(G.RaportHeader,{data:g.data,headerLevel:x}),m&&(0,r.jsx)(Y.$0,{header:m.header,headerLevel:"h1",background:m.background,footer:m.footer,site:"category",tags:m.tags,children:(0,r.jsx)(H.K,{columns:m.kind.columns,items:m.items,size:"mobile"===M?"small":"medium",hasSidebarAd:m.kind.hasSidebarAd,variant:"date"})}),h&&h.data&&(0,r.jsx)(G.AuthorHeader,{data:h.data}),s]})},V=e=>{let{compName:t}=e;return(0,r.jsx)("div",{"data-comp-error":"LayoutGenerator::Render: Component ".concat(t," do not exist")})},F={ad:g()(()=>Promise.resolve().then(n.bind(n,23016)).then(e=>e.Ad),{loadableGenerated:{webpack:()=>[23016]},ssr:!0}),"article-cover":g()(()=>Promise.all([n.e(7413),n.e(7299),n.e(4486),n.e(6441),n.e(1396),n.e(7011),n.e(6070),n.e(7153),n.e(3812),n.e(151),n.e(5268),n.e(602),n.e(8258)]).then(n.bind(n,70602)).then(e=>e.ArticleCover),{loadableGenerated:{webpack:()=>[70602]},ssr:!0}),"article-embed":g()(()=>Promise.all([n.e(7011),n.e(6070),n.e(7153),n.e(3812),n.e(5268),n.e(3615)]).then(n.bind(n,5268)).then(e=>e.ArticleEmbed),{loadableGenerated:{webpack:()=>[5268]},ssr:!0}),"article-header":g()(()=>Promise.resolve().then(n.bind(n,67515)).then(e=>e.ArticleHeader),{loadableGenerated:{webpack:()=>[67515]},ssr:!0}),"article-json-ld":g()(()=>n.e(4697).then(n.bind(n,44697)).then(e=>e.ArticleJsonLd),{loadableGenerated:{webpack:()=>[44697]},ssr:!0}),"article-list-section-wrapper":g()(()=>Promise.all([n.e(7153),n.e(6573)]).then(n.bind(n,53615)).then(e=>e.ArticleListSectionWrapper),{loadableGenerated:{webpack:()=>[53615]},ssr:!0}),"article-list":g()(()=>Promise.all([n.e(7153),n.e(6573)]).then(n.bind(n,53615)).then(e=>e.ArticleList),{loadableGenerated:{webpack:()=>[53615]},ssr:!0}),"article-subheader":g()(()=>Promise.resolve().then(n.bind(n,67515)).then(e=>e.ArticleSubheader),{loadableGenerated:{webpack:()=>[67515]},ssr:!0}),"author-card":g()(()=>Promise.all([n.e(1874),n.e(3287)]).then(n.bind(n,33287)).then(e=>e.AuthorCard),{loadableGenerated:{webpack:()=>[33287]},ssr:!0}),"author-imprint":g()(()=>Promise.all([n.e(7413),n.e(6563)]).then(n.bind(n,86563)).then(e=>e.AuthorImprint),{loadableGenerated:{webpack:()=>[86563]},ssr:!0}),"block-header":g()(()=>Promise.resolve().then(n.bind(n,67515)).then(e=>e.BlockHeader),{loadableGenerated:{webpack:()=>[67515]},ssr:!0}),"block-newest-list":g()(()=>Promise.all([n.e(1874),n.e(7153),n.e(3287),n.e(1293)]).then(n.bind(n,21293)).then(e=>e.BlockNewestList),{loadableGenerated:{webpack:()=>[21293]},ssr:!0}),"block-subheader":g()(()=>Promise.resolve().then(n.bind(n,67515)).then(e=>e.BlockSubheader),{loadableGenerated:{webpack:()=>[67515]},ssr:!0}),"breadcrumbs-wrapper":g()(()=>Promise.resolve().then(n.bind(n,13381)).then(e=>e.BreadcrumbGridWrapper),{loadableGenerated:{webpack:()=>[13381]},ssr:!0}),breadcrumbs:g()(()=>Promise.resolve().then(n.bind(n,13381)).then(e=>e.Breadcrumbs),{loadableGenerated:{webpack:()=>[13381]},ssr:!0}),button:g()(()=>Promise.resolve().then(n.bind(n,41371)).then(e=>e.Button),{loadableGenerated:{webpack:()=>[41371]},ssr:!0}),card:g()(()=>Promise.resolve().then(n.bind(n,77324)),{loadableGenerated:{webpack:()=>[77324]},ssr:!0}),container:g()(()=>Promise.resolve().then(n.bind(n,79377)).then(e=>e.Container),{loadableGenerated:{webpack:()=>[79377]},ssr:!0}),converter:g()(()=>Promise.all([n.e(238),n.e(8213)]).then(n.bind(n,78213)).then(e=>e.Converter),{loadableGenerated:{webpack:()=>[78213]},ssr:!0}),decoration:g()(()=>n.e(4623).then(n.bind(n,94623)).then(e=>e.Decoration),{loadableGenerated:{webpack:()=>[94623]},ssr:!0}),"description-list":g()(()=>Promise.all([n.e(6037),n.e(9274)]).then(n.bind(n,59274)).then(e=>e.DescriptionList),{loadableGenerated:{webpack:()=>[59274]},ssr:!0}),"floating-headers":g()(()=>Promise.resolve().then(n.bind(n,56437)).then(e=>e.FloatingHeaders),{loadableGenerated:{webpack:()=>[56437]},ssr:!0}),footer:g()(()=>Promise.resolve().then(n.bind(n,22103)).then(e=>e.Footer),{loadableGenerated:{webpack:()=>[22103]},ssr:!0}),"horoscope-bar":g()(()=>Promise.resolve().then(n.bind(n,97349)).then(e=>e.HoroscopeBar),{loadableGenerated:{webpack:()=>[97349]},ssr:!0}),"join-and-write":g()(()=>Promise.resolve().then(n.bind(n,32808)).then(e=>e.JoinAndWrite),{loadableGenerated:{webpack:()=>[32808]},ssr:!0}),"layout-grid-button":g()(()=>Promise.resolve().then(n.bind(n,41371)).then(e=>e.LayoutGridButton),{loadableGenerated:{webpack:()=>[41371]},ssr:!0}),"page-header":g()(()=>Promise.resolve().then(n.bind(n,67515)).then(e=>e.PageHeader),{loadableGenerated:{webpack:()=>[67515]},ssr:!0}),"page-info":g()(()=>Promise.all([n.e(7413),n.e(7299),n.e(4486),n.e(6441),n.e(151)]).then(n.bind(n,70151)).then(e=>e.PageInfo),{loadableGenerated:{webpack:()=>[70151]},ssr:!0}),"paginated-content":g()(()=>Promise.all([n.e(1531),n.e(1874),n.e(5637),n.e(7153),n.e(3287),n.e(2703)]).then(n.bind(n,92703)).then(e=>e.PaginatedContent),{loadableGenerated:{webpack:()=>[92703]},ssr:!0}),pagination:g()(()=>Promise.all([n.e(1531),n.e(5590)]).then(n.bind(n,45590)).then(e=>e.Pagination),{loadableGenerated:{webpack:()=>[45590]},ssr:!0}),paragraph:g()(()=>Promise.resolve().then(n.bind(n,19514)).then(e=>e.Paragraph),{loadableGenerated:{webpack:()=>[19514]},ssr:!0}),"picture-item":g()(()=>n.e(3812).then(n.bind(n,23812)).then(e=>e.PictureItem),{loadableGenerated:{webpack:()=>[23812]},ssr:!0}),"section-group":g()(()=>Promise.resolve().then(n.bind(n,79377)).then(e=>e.SectionGroup),{loadableGenerated:{webpack:()=>[79377]},ssr:!0}),section:g()(()=>Promise.resolve().then(n.bind(n,79377)).then(e=>e.Section),{loadableGenerated:{webpack:()=>[79377]},ssr:!0}),"service-header-widget":g()(()=>Promise.resolve().then(n.bind(n,63771)).then(e=>e.ServiceHeaderWidget),{loadableGenerated:{webpack:()=>[63771]},ssr:!0}),"service-header":g()(()=>Promise.resolve().then(n.bind(n,63771)).then(e=>e.ServiceHeader),{loadableGenerated:{webpack:()=>[63771]},ssr:!0}),"slot-group":g()(()=>Promise.resolve().then(n.bind(n,79377)).then(e=>e.SlotGroup),{loadableGenerated:{webpack:()=>[79377]},ssr:!0}),slot:g()(()=>Promise.resolve().then(n.bind(n,79377)).then(e=>e.Slot),{loadableGenerated:{webpack:()=>[79377]},ssr:!0}),"tabs-with-content":g()(()=>Promise.all([n.e(1531),n.e(1874),n.e(5637),n.e(7153),n.e(3287),n.e(2703)]).then(n.bind(n,92703)).then(e=>e.TabsWithContent),{loadableGenerated:{webpack:()=>[92703]},ssr:!0}),tags:g()(()=>Promise.resolve().then(n.bind(n,47498)).then(e=>e.Tags),{loadableGenerated:{webpack:()=>[47498]},ssr:!0}),tile:g()(()=>Promise.resolve().then(n.bind(n,53589)).then(e=>e.LayoutGridTile),{loadableGenerated:{webpack:()=>[53589]},ssr:!0}),"vertical-align":g()(()=>Promise.resolve().then(n.bind(n,56437)).then(e=>e.VerticalAlign),{loadableGenerated:{webpack:()=>[56437]},ssr:!0}),"widget-bar":g()(()=>Promise.resolve().then(n.bind(n,9632)).then(e=>e.WidgetBar),{loadableGenerated:{webpack:()=>[9632]},ssr:!0})},R=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"desktop",{component:t,props:n,id:i,reactNodes:o}=arguments.length>1?arguments[1]:void 0;o&&o.forEach(t=>{let i=n[t];i&&(n[t]=Array.isArray(i)?i.map(t=>R(e,t)):i)});let l=null;(null==n?void 0:n.children)&&(l=Array.isArray(n.children)?n.children.map(t=>R(e,t)):n.children),n&&(n.deviceType=e,n.key=i);let s=F[t];return s?(0,a.createElement)(s,n,l):(console.error("LayoutGenerator::Render: Component ".concat(t," do not exist")),(0,r.jsx)(V,{compName:t}))};var Z=n(95526),W=()=>{(0,Z.v)();let e=(0,w.hU)(),{viewType:t,flags:n}=(0,f.e)("meta"),i=(0,f.e)("domSchema");return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(s.Ad,{type:"1x1",size:"mobile"===e?"small":"medium"}),(0,r.jsx)(s.Ad,{type:"1x1_2",size:"mobile"===e?"small":"medium"}),(0,r.jsx)(s.Ad,{type:"watermark",size:"mobile"===e?"small":"medium"}),(0,r.jsx)(s.Ad,{type:"interstitial",size:"mobile"===e?"small":"medium"}),"FRONTPAGE"===t&&(0,r.jsx)(s.ArtSpons,{}),(0,r.jsx)("div",{className:e,children:null==i?void 0:i.map(t=>R(e,t))}),(0,r.jsx)(s.Ad,{type:"scroll_footer",size:"mobile"===e?"small":"medium"}),n.isWebpushLoaderInactive?null:(0,r.jsx)(E,{}),(0,r.jsx)(U,{})]})},$=n(81789),J=n(19150);n(4528);let K=(0,a.createContext)({theme:"library",font:"open-sans"}),X=e=>{let{children:t,theme:n="library",font:i="open-sans"}=e,o=(0,a.useMemo)(()=>({theme:n,font:i}),[n,i]);return(0,r.jsx)(K.Provider,{value:o,children:t})};var q=n(4645),ee=n.n(q),et=n(60539);let en=e=>{let{children:t,href:n,...i}=e;return n?(0,r.jsx)(ee(),{href:n,...i,children:t}):null},ei=e=>{let{children:t}=e;return(0,r.jsx)(l(),{children:t})};function er(e){let{feedUrls:t}=e;return Array.isArray(t)&&0!==t.length?(0,r.jsx)(l(),{children:t.map((e,t)=>e.url&&e.title?(0,r.jsx)("link",{href:e.url,rel:"alternate",type:"application/rss+xml",title:e.title},e.url):null)}):null}var ea=n(89283);function eo(e){var t;let{env:n,serviceName:o,data:l,deviceType:d,code:c,pathname:p,hostname:g}=e;(0,a.useEffect)(()=>{s.AdsHandler.getInstance().reloadAds()},[p]);let m=h[l.meta.view_type?l.meta.view_type.toUpperCase():l.meta.viewType],C=p.replace(/\//g," ");return(0,r.jsxs)(w.fn,{implementations:i,deviceType:d,children:[(0,r.jsx)(u,{env:n,serviceName:o,data:l,code:c,pathname:p,hostname:g}),(0,r.jsx)(f.F,{data:l,children:(0,r.jsx)(X,{theme:ea.env.THEME_NAME,children:(0,r.jsxs)(M.rt,{children:[(0,r.jsx)(j,{}),(0,r.jsx)(J.Q,{children:(0,r.jsx)($.ZE,{children:(0,r.jsx)(x.pM,{children:l.isLayoutGrid?(0,r.jsx)(b.X,{children:(0,r.jsx)(W,{})}):(0,r.jsx)(B,{children:(0,r.jsxs)(P,{children:[(0,r.jsx)(er,{feedUrls:null===(t=l.meta.metaTags)||void 0===t?void 0:t.feedUrls}),(0,r.jsx)(m,{categoryName:C})]})})})})})]})})})]})}},23257:function(e,t,n){"use strict";n.d(t,{oQ:function(){return l}});var i=n(4759);let r="cubic-bezier(0.16, 1, 0.3, 1)",a="cubic-bezier(0.16, 1, 0.3, 1)",o={fadeIn:(0,i.F4)(["0%{opacity:0;}100%{opacity:1;}"]),fadeOut:(0,i.F4)(["0%{opacity:1;}100%{opacity:0;}"]),fromDown:(0,i.F4)(["0%{transform:translateY(48px);}100%{transform:translateY(0px);}"]),fromDownOut:(0,i.F4)(["0%{transform:translateY(0px);}100%{transform:translateY(48px);}"]),fullFromDownIn:(0,i.F4)(["0%{transform:translateY(100%);}100%{transform:translateY(0px);}"]),fullFromDownOut:(0,i.F4)(["0%{transform:translateY(0px);}100%{transform:translateY(100%);}"]),fullFromUpIn:(0,i.F4)(["0%{transform:translateY(-100%);}100%{transform:translateY(0px);}"]),fullFromUpOut:(0,i.F4)(["0%{transform:translateY(0px);}100%{transform:translateY(-100%);}"]),FullFromRightIn:(0,i.F4)(["0%{transform:translateX(100%);}100%{transform:translateX(0px);}"]),FullFromRightOut:(0,i.F4)(["0%{transform:translateX(0px);}100%{transform:translateX(100%);}"]),FullFromLeftIn:(0,i.F4)(["0%{transform:translateX(-100%);}100%{transform:translateX(0px);}"]),FullFromLeftOut:(0,i.F4)(["0%{transform:translateX(0px);}100%{transform:translateX(-100%);}"])},l={fade:{in:(0,i.iv)(["animation:"," 300ms ease-in forwards;"],o.fadeIn),out:(0,i.iv)(["animation:"," 300ms ease-out forwards;"],o.fadeOut)},appear:{in:(0,i.iv)(["animation:"," 200ms ease-in forwards,"," 650ms "," forwards;"],o.fadeIn,o.fromDown,r),out:(0,i.iv)(["animation:"," 150ms ease-out forwards,"," 300ms "," forwards;"],o.fadeOut,o.fromDownOut,a)},slide:{fromDown:{in:(0,i.iv)(["animation:"," 300ms "," forwards;"],o.fullFromDownIn,r),out:(0,i.iv)(["animation:"," 300ms "," forwards;"],o.fullFromDownOut,a)},fromUp:{in:(0,i.iv)(["animation:"," 300ms "," forwards;"],o.fullFromUpIn,r),out:(0,i.iv)(["animation:"," 300ms "," forwards;"],o.fullFromUpOut,a)},fromRight:{in:(0,i.iv)(["animation:"," 300ms "," forwards;"],o.FullFromRightIn,r),out:(0,i.iv)(["animation:"," 300ms "," forwards;"],o.FullFromRightOut,a)},fromLeft:{in:(0,i.iv)(["animation:"," 300ms "," forwards;"],o.FullFromLeftIn,r),out:(0,i.iv)(["animation:"," 300ms "," forwards;"],o.FullFromLeftOut,a)}}}},66278:function(e,t,n){"use strict";n.d(t,{E:function(){return a}});var i=n(4759),r=n(43618);let a=(0,i.iv)(["@supports not selector(::-webkit-scrollbar){scrollbar-gutter:auto;scrollbar-color:var(--scrollbar-thumb,",") var(--scrollbar-track,",");scrollbar-width:auto;}::-webkit-scrollbar{width:",";height:",";}::-webkit-scrollbar-track{background:var(--scrollbar-track,",");}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,",");border-radius:",";border:",";border-color:var(--scrollbar-track,",");background-clip:content-box;cursor:pointer;&:hover{background:var(--scrollbar-thumb-hover,",");}}"],r.a0V,r.F1S,r.OSL,r.OSL,r.F1S,r.a0V,r.HFp.borderRadius,r.HFp.border,r.F1S,r.USh)},51321:function(e){e.exports={small:"ids-typeset-text--preset-2xsmall",medium:"ids-typeset-text--preset-xsmall",large:"ids-typeset-text--preset-small"}},9987:function(e){e.exports={xsmall:"ids-typeset-text--preset-xsmall",small:"ids-typeset-text--preset-small",medium:"ids-typeset-text--preset-medium",large:"ids-typeset-text--preset-large",xlarge:"ids-typeset-text--preset-xlarge",_2xlarge:"ids-typeset-text--preset-2xlarge",_3xlarge:"ids-typeset-text--preset-3xlarge",_4xlarge:"ids-typeset-text--preset-3xlarge"}},58115:function(e){e.exports={text:"ids-typeset-text--preset-2xsmall"}},92699:function(e){e.exports={small:"ids-typeset-text--preset-medium ids-typeset-text--preset-medium-loose",medium:"ids-typeset-text--preset-large ids-typeset-text--preset-large-loose"}},97716:function(e){e.exports={styledAuthorHeaderDescription:"author-header-description_styledAuthorHeaderDescription__kovEh"}},79779:function(e){e.exports={styledAuthorHeaderMedium:"author-header-medium_styledAuthorHeaderMedium__wwG0A","screening--fixed":"author-header-medium_screening--fixed__6Yc1n",headerLayoutMedium:"author-header-medium_headerLayoutMedium__1XEBC",firstWrapper:"author-header-medium_firstWrapper__EtezO",overlayMedium:"author-header-medium_overlayMedium__Ja10X",authorHeaderDecorationWrapperMedium:"author-header-medium_authorHeaderDecorationWrapperMedium___wnKg",imageWrapperMedium:"author-header-medium_imageWrapperMedium__2yzQv",personMedium:"author-header-medium_personMedium__56bTo",nameMedium:"author-header-medium_nameMedium__6_Ofp",roleMedium:"author-header-medium_roleMedium__I7P8k",detailsMedium:"author-header-medium_detailsMedium__9Qjmy",contactMedium:"author-header-medium_contactMedium__ZhDfV"}},87811:function(e){e.exports={styledAuthorHeaderSmall:"author-header-small_styledAuthorHeaderSmall__A_Rg6",headerLayoutSmall:"author-header-small_headerLayoutSmall__rdzUJ",headerOverlaySmall:"author-header-small_headerOverlaySmall__VlYPK",authorHeaderDecorationWrapperSmall:"author-header-small_authorHeaderDecorationWrapperSmall__jcMBf",imageWrapperSmall:"author-header-small_imageWrapperSmall__31XsM",personSmall:"author-header-small_personSmall__5eJPM",nameSmall:"author-header-small_nameSmall__BwjEM",roleSmall:"author-header-small_roleSmall__8yLmc",detailsSmall:"author-header-small_detailsSmall__2ZgPT",dividerWrapperSmall:"author-header-small_dividerWrapperSmall__hngvN"}},2361:function(e){e.exports={styledDescriptionSmall:"description-small_styledDescriptionSmall__1IJRh",textWrapperHide:"description-small_textWrapperHide__PX_Xw"}},88102:function(e){e.exports={variant:"ids-typeset-text--preset-xlarge"}},18194:function(e){e.exports={small:"ids-typeset-label--preset-small",medium:"ids-typeset-label--preset-medium",large:"ids-typeset-label--preset-medium"}},10702:function(e){e.exports={rate:"ids-typeset-heading--preset-small","questions-question":"ids-typeset-text--preset-medium",content:"ids-typeset-text--preset-small","message-content-heading":"ids-typeset-heading--preset-small","message-content":"ids-typeset-text--preset-medium"}},44060:function(e){e.exports={"gaps-desktop":"16px","gaps-desktop-small":"12px","gaps-mobile":"12px"}},57761:function(e){e.exports={small:"ids-typeset-body--preset-small",medium:"ids-typeset-body--preset-medium",large:"ids-typeset-body--preset-large"}},62437:function(e){e.exports={menuGroup:"menu-group_menuGroup__dKyoc"}},91794:function(e){e.exports={item:"ids-typeset-text--preset-small"}},8321:function(e){e.exports={resizableMenu:"resizable-menu_resizableMenu__tCD3X",multiLine:"resizable-menu_multiLine__nU1B6",oneLine:"resizable-menu_oneLine__DlPxa",small:"resizable-menu_small__y5VTF",moreButton:"resizable-menu_moreButton__ea6bo",normal:"resizable-menu_normal__dCViv",medium:"resizable-menu_medium__G828Y"}},89318:function(e){e.exports={serviceMenu:"service-menu_serviceMenu__4u77O",serviceMenuContent:"service-menu_serviceMenuContent__E23XN",searchButton:"service-menu_searchButton__w52np"}},2299:function(e){e.exports={serviceHeaderButtonGroupItem:"service-header-button-group-item_serviceHeaderButtonGroupItem__s1ctc",noSurface:"service-header-button-group-item_noSurface__Au4Xs",surface:"service-header-button-group-item_surface__t7_P0"}},55754:function(e){e.exports={serviceHeaderDropdown:"service-header-dropdown_serviceHeaderDropdown__72rjg",content:"service-header-dropdown_content__VQyjU",menuItem:"service-header-dropdown_menuItem__9NkZp",nested:"service-header-dropdown_nested__S9naB"}},635:function(e){e.exports={serviceHeaderMenuItem:"service-header-menu-item_serviceHeaderMenuItem__flZjo",noSurface:"service-header-menu-item_noSurface__SDC6l",surface:"service-header-menu-item_surface__pmyxh"}},51751:function(e){e.exports={styledServiceHeader:"service-header_styledServiceHeader__opNrQ",mobile:"service-header_mobile__WTjHI","sitebranding_desktop--expected--init":"service-header_sitebranding_desktop--expected--init__pJqcL","sitebranding_mobile--expected--init":"service-header_sitebranding_mobile--expected--init__vAsZV","sitebranding_desktop--expected--scrolled":"service-header_sitebranding_desktop--expected--scrolled__RgBOH","body__ad-spons--hidden":"service-header_body__ad-spons--hidden__lKN0_",surface:"service-header_surface__kAz8D",fixed:"service-header_fixed___jip_","styledServiceHeader__right-group":"service-header_styledServiceHeader__right-group__E_yMo"}},61670:function(e){e.exports={variant:"ids-typeset-text--preset-small"}},56411:function(e){e.exports={"vertical-xsmall-label":"ids-typeset-text--preset-xsmall","vertical-xsmall-details":"ids-typeset-text--preset-xsmall","vertical-small-label":"ids-typeset-text--preset-xsmall","vertical-small-details":"ids-typeset-text--preset-xsmall","vertical-medium-label":"ids-typeset-text--preset-small","vertical-medium-details":"ids-typeset-text--preset-xsmall","vertical-large-label":"ids-typeset-text--preset-medium","vertical-large-details":"ids-typeset-text--preset-small","horizontal-xsmall-label":"ids-typeset-text--preset-xsmall","horizontal-xsmall-details":"ids-typeset-text--preset-xsmall","horizontal-small-label":"ids-typeset-text--preset-xsmall","horizontal-small-details":"ids-typeset-text--preset-xsmall","horizontal-medium-label":"ids-typeset-text--preset-medium","horizontal-medium-details":"ids-typeset-text--preset-small","horizontal-large-label":"ids-typeset-text--preset-large","horizontal-large-details":"ids-typeset-text--preset-medium"}},95620:function(e){e.exports={"theme-color":"#211e23"}},22897:function(){},95707:function(){},86469:function(){},22042:function(){},82628:function(){},63192:function(){},35972:function(){},14695:function(){},57809:function(){},93330:function(){},77978:function(){},94049:function(){},1453:function(){},95008:function(){},47120:function(){},56669:function(){},80949:function(){},88581:function(){},13610:function(){},27712:function(){},52906:function(){},93207:function(){},17633:function(){},48930:function(){},79441:function(){},32125:function(){},13095:function(){},62752:function(){},71881:function(){},42997:function(){},57985:function(){},24373:function(){},79230:function(){},35969:function(){},28746:function(){},26019:function(){},68624:function(){},58359:function(){},1677:function(){},64454:function(){},3772:function(){},92674:function(){},94154:function(){},8910:function(){},59995:function(){},9492:function(){},49890:function(){},4528:function(){},27231:function(e,t,n){var i={"./aquarius.tsx":[83737,3737],"./aries.tsx":[83386,3386],"./cancer.tsx":[57925,7925],"./capricorn.tsx":[6550,6550],"./dog.tsx":[44258,4258],"./dragon.tsx":[57796,7796],"./dream-book.tsx":[48904,8904],"./gemini.tsx":[57741,7741],"./goat.tsx":[36811,6811],"./horse.tsx":[14656,4656],"./leo.tsx":[19220,9220],"./letterA.tsx":[28234,8234],"./letterB.tsx":[40861,861],"./letterC.tsx":[20100,100],"./letterCx.tsx":[71873,1873],"./letterD.tsx":[9923,9923],"./letterE.tsx":[55813,5813],"./letterF.tsx":[66161,6161],"./letterG.tsx":[13594,3594],"./letterH.tsx":[26775,6775],"./letterI.tsx":[91316,1316],"./letterJ.tsx":[66379,6379],"./letterK.tsx":[57412,7412],"./letterL.tsx":[82754,2754],"./letterLx.tsx":[90199,199],"./letterM.tsx":[90599,599],"./letterN.tsx":[85283,5283],"./letterO.tsx":[71217,6453],"./letterOx.tsx":[55330,5330],"./letterP.tsx":[37134,7134],"./letterQ.tsx":[6931,6931],"./letterR.tsx":[73157,3157],"./letterS.tsx":[70105,105],"./letterSx.tsx":[35778,5778],"./letterT.tsx":[10200,200],"./letterU.tsx":[92844,2844],"./letterV.tsx":[99586,9586],"./letterW.tsx":[74512,4512],"./letterX.tsx":[62339,2339],"./letterY.tsx":[89555,9555],"./letterZ.tsx":[22574,2574],"./letterZx.tsx":[47940,7940],"./letterZz.tsx":[56168,6168],"./libra.tsx":[95904,5904],"./monkey.tsx":[62768,2768],"./monthly-horoscope.tsx":[44859,4859],"./numerologic-1.tsx":[59175,9175],"./numerologic-11.tsx":[4339,4339],"./numerologic-2.tsx":[79435,9435],"./numerologic-22.tsx":[49998,9998],"./numerologic-3.tsx":[99574,9574],"./numerologic-33.tsx":[32666,2666],"./numerologic-4.tsx":[70863,863],"./numerologic-5.tsx":[35047,5047],"./numerologic-6.tsx":[72192,2192],"./numerologic-7.tsx":[85688,5688],"./numerologic-8.tsx":[88357,8357],"./numerologic-9.tsx":[52703,458],"./ox.tsx":[51414,1414],"./partnership-horoscope.tsx":[26631,6631],"./pig.tsx":[19244,9244],"./pisces.tsx":[73238,3238],"./rabbit.tsx":[63273,3273],"./rat.tsx":[33509,3509],"./rooster.tsx":[11845,1845],"./sagittatius.tsx":[74140,4140],"./scorpio.tsx":[25647,5647],"./snake.tsx":[3837,3837],"./taurus.tsx":[81045,1045],"./tiger.tsx":[79337,9337],"./virgo.tsx":[80687,687],"./weekly-horoscope.tsx":[23965,3965]};function r(e){if(!n.o(i,e))return Promise.resolve().then(function(){var t=Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t});var t=i[e],r=t[0];return n.e(t[1]).then(function(){return n(r)})}r.keys=function(){return Object.keys(i)},r.id=27231,e.exports=r},22635:function(e,t,n){var i={"./paliwo.tsx":[96741,6741],"./predkosc.tsx":[11784,1784]};function r(e){if(!n.o(i,e))return Promise.resolve().then(function(){var t=Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t});var t=i[e],r=t[0];return n.e(t[1]).then(function(){return n(r)})}r.keys=function(){return Object.keys(i)},r.id=22635,e.exports=r}}]);