"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1550],{44458:function(e,t,a){a(90116);var i=a(17674),o=a(8151),s=a.n(o),n=a(67294),r=a(50650),l=a(85893);t.Z=function(e){var t=n.useRef(null),a=n.useRef(null),o=n.useState(""),c=(0,i.Z)(o,2),d=c[0],m=c[1],u=n.useState(!1),x=(0,i.Z)(u,2),p=x[0],h=x[1];function b(e){h("on"===e)}function f(e){Array.from(a.current.querySelectorAll("li > *")).forEach(function(e){e.classList.remove("active")})}n.useEffect(function(){document.addEventListener("click",function(e){var t,a,i=e.target;(null==i||null===(t=i.parentNode)||void 0===t||null===(t=t.className)||void 0===t||null===(a=t.indexOf)||void 0===a?void 0:a.call(t,"autocomplete"))<0&&b("off")})});var j=e.filterAlgo,g=e.listItemRender,v=e.nothingFoundRender,w=e.placeholderResultRender,y=e.placeholder,k=e.dataList,_=e.maxResults,N=d?j(k,d):[],C="48px",P="16px";return(0,l.jsxs)("div",{className:"jsx-1682165890 "+"autocomplete".concat(p?" autocomplete--active":"").concat(e.disabled?" autocomplete--disabled":""),children:[(0,l.jsxs)("div",{className:"jsx-1682165890 autocomplete__input",children:[(0,l.jsx)("input",{type:"text",placeholder:y,value:d,onChange:function(e){var t=e.target.value;b("on"),m(t)},onFocus:function(t){b("on"),e.handleInputFocus&&e.handleInputFocus(t)},onKeyDown:function(e){27===e.which&&(d||p)&&b("off"),13===e.which&&a.current.querySelector(".active")&&a.current.querySelector(".active").click()},ref:t,autoCorrect:"off",autoComplete:"off",autoCapitalize:"off",spellCheck:"false",disabled:e.disabled,className:"jsx-1682165890"}),(0,l.jsx)("button",{title:"Clear",onClick:d?function(e){m(""),t.current.focus()}:null,className:"jsx-1682165890 autocomplete__action",children:d?(0,l.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,className:"jsx-1682165890",children:(0,l.jsx)("path",{d:"M18.3 5.7a1 1 0 0 0-1.4 0L12 10.6 7.1 5.7a1 1 0 0 0-1.4 0 1 1 0 0 0 0 1.4l4.9 4.9-4.9 4.9a1 1 0 0 0 0 1.4c.4.4 1 .4 1.4 0l4.9-4.9 4.9 4.9c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L13.4 12l4.9-4.9c.4-.4.4-1 0-1.4z",className:"jsx-1682165890"})}):(0,l.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,className:"jsx-1682165890",children:(0,l.jsx)("path",{d:"M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z",className:"jsx-1682165890"})})})]}),(0,l.jsx)("div",{className:"jsx-1682165890 autocomplete__results",children:Array.isArray(N)&&N.length>0?(0,l.jsx)("ol",{ref:a,className:"jsx-1682165890 autocomplete__list",children:N.filter(function(e,t){return!_||t<_}).map(function(e,t){return(0,l.jsx)("li",{onMouseOver:f,onClick:function(e){m(""),h(!1)},className:"jsx-1682165890",children:g(e,d,t)},t)})}):d?((0,r.K)({eventName:"autocomplete_search_nothingfound",eventParameters:{search_term:d,source:e.source}}),v()):w()}),(0,l.jsx)(s(),{id:"1682165890",children:[".autocomplete.jsx-1682165890{max-width:420px;margin:0 auto;position:relative;-webkit-filter:drop-shadow(0 0 1px rgba(0,0,0,0.2));filter:drop-shadow(0 0 1px rgba(0,0,0,0.2));}",".autocomplete--active.jsx-1682165890{background:none;z-index:10;}",".autocomplete--disabled.jsx-1682165890{-webkit-filter:none;filter:none;}",".autocomplete--disabled.jsx-1682165890 input.jsx-1682165890{color:var(--grey-60);background-color:var(--grey-05);}",".autocomplete--disabled.jsx-1682165890 ::-webkit-input-placeholder,.autocomplete--disabled.jsx-1682165890 -webkit-input-placeholder{opacity:0.2;}",".autocomplete--disabled.jsx-1682165890 ::-moz-placeholder,.autocomplete--disabled.jsx-1682165890 -webkit-input-placeholder{opacity:0.2;}",".autocomplete--disabled.jsx-1682165890 :-ms-input-placeholder,.autocomplete--disabled.jsx-1682165890 -webkit-input-placeholder{opacity:0.2;}",".autocomplete--disabled.jsx-1682165890 ::placeholder,.autocomplete--disabled.jsx-1682165890 -webkit-input-placeholder{opacity:0.2;}",".autocomplete--disabled.jsx-1682165890 .autocomplete__action.jsx-1682165890 svg.jsx-1682165890{opacity:0.2;}",".autocomplete__list.jsx-1682165890{padding:calc(var(--base-unit) * 4) 0;}",".autocomplete__list.jsx-1682165890 li.jsx-1682165890:not(:last-of-type){margin-bottom:calc(var(--base-unit) * 2);}","@media screen and (min-width:768px){.autocomplete__list.jsx-1682165890 li.jsx-1682165890:not(:last-of-type){margin-bottom:calc(var(--base-unit) * 1);}}",".autocomplete__results.jsx-1682165890{background:white;opacity:0;margin:0;width:100%;height:auto;max-height:54vh;position:absolute;left:0;border-top:1px solid var(--grey-05);border-radius:0 0 24px 24px;overflow:scroll;-webkit-transition:all 250ms;transition:all 250ms;z-index:-1;pointer-events:none;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px);}",".autocomplete--active.jsx-1682165890 .autocomplete__results.jsx-1682165890{-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto;}",".autocomplete__input.jsx-1682165890{background:white;border-radius:24px;position:relative;-webkit-transition:all 250ms;transition:all 250ms;}",".autocomplete--active.jsx-1682165890 .autocomplete__input.jsx-1682165890{margin:0;border-radius:24px 24px 0 0;}",".autocomplete__input.jsx-1682165890 input.jsx-1682165890{border:none;outline:none;font-size:1.25rem;background:transparent;padding:12px ".concat(P,";font-family:var(--font-calibre);width:calc(100% - ").concat(C," + ").concat(P,");}"),".autocomplete__input.jsx-1682165890 .autocomplete__action.jsx-1682165890{position:absolute;top:0;right:0;width:".concat(C,";height:").concat(C,";background:none;border:none;font-size:1.25rem;outline:none;box-sizing:content-box;padding:2px 0 0;}")]})]})}},93854:function(e,t,a){var i=a(8151),o=a.n(i),s=a(85893);t.Z=function(e){var t;return(0,s.jsxs)("p",{className:"jsx-3817181649 simple-nf",children:[null!==(t=e.text)&&void 0!==t?t:"Nothing found",(0,s.jsx)(o(),{id:"3817181649",children:[".simple-nf.jsx-3817181649{font-size:1.25rem;font-family:var(--font-calibre);color:var(--grey-40);padding:12px 16px;}"]})]})}},18337:function(e,t,a){var i=a(8151),o=a.n(i),s=a(85893);t.Z=function(e){return(0,s.jsxs)("p",{className:"jsx-719174508 simple-ph",children:[e.copy||"Search for the best VPN Services by location, device, OS, or use, e.g. Netflix, USA, Windows",(0,s.jsx)(o(),{id:"719174508",children:[".simple-ph.jsx-719174508{font-size:1.25rem;font-family:var(--font-calibre);color:var(--grey-40);padding:calc(var(--base-unit) * 3) calc(var(--base-unit) * 4);margin-bottom:0;}","@media screen and (min-width:768px){.simple-ph.jsx-719174508{font-size:1.125rem;}}"]})]})}},41316:function(e,t){t.Z=function(e,t){return e.filter(function(e){var a=t.toLowerCase(),i=e.term.toLowerCase(),o=e.aliases;return i.indexOf(a.trim())>=0||(null==o?void 0:o.some(function(e){return e.indexOf(a.trim())>=0}))})}},33511:function(e,t,a){var i=a(8151),o=a.n(i),s=a(50650),n=a(25675),r=a.n(n);a(67294);var l=a(85893);t.Z=function(e){return(0,l.jsxs)("div",{onClick:function(t){(0,s.K)({eventName:"autocomplete_search",eventParameters:{search_term:e.result.slug,source:e.source}}),e.handleOnClick?e.handleOnClick(t,e.result.slug):window.location.href=e.result.url},className:"jsx-3262157408 with-logo",children:[(0,l.jsxs)("a",{href:e.result.url,className:"jsx-3262157408 "+((e.result.selected?"selected":null)||""),children:[(0,l.jsx)("div",{className:"jsx-3262157408 image-wrapper",children:(0,l.jsx)(r(),{src:e.result.logo,alt:e.result.term,width:48,height:48})}),(0,l.jsx)("span",{className:"jsx-3262157408 term",children:e.result.term}),void 0!==e.result.selected&&(0,l.jsx)("span",{className:"jsx-3262157408 selected-label",children:e.result.selected?(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:32,height:32,className:"jsx-3262157408 icon-tick",children:(0,l.jsx)("use",{xlinkHref:"#svg-tick",className:"jsx-3262157408"})}),e.addedLabel]}):""})]}),(0,l.jsx)(o(),{id:"3262157408",children:[".with-logo.jsx-3262157408{font-size:1.25rem;font-family:var(--font-calibre);}",".with-logo.active.jsx-3262157408 a.jsx-3262157408{-webkit-text-decoration:none;text-decoration:none;background:var(--grey-05);color:var(--blue-60);}",".with-logo.jsx-3262157408 .term.jsx-3262157408{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;color:var(--grey-100);}",".with-logo.jsx-3262157408 a.jsx-3262157408{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:calc(var(--base-unit) * 1) calc(var(--base-unit) * 4);color:var(--grey-100);-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}",".with-logo.jsx-3262157408 a.jsx-3262157408:hover{-webkit-text-decoration:none;text-decoration:none;background:var(--grey-05);color:var(--blue-60);}",".with-logo.jsx-3262157408 a.selected.jsx-3262157408{background:var(--green-10);color:var(--grey-50);}",".selected-label.jsx-3262157408{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1rem;color:var(--green-70);line-height:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}",".selected-label.jsx-3262157408 svg.jsx-3262157408{width:16px;height:16px;fill:var(--green-70);margin-right:calc(var(--base-unit) * 1);}",".image-wrapper.jsx-3262157408{position:relative;width:calc(var(--base-unit) * 8);height:calc(var(--base-unit) * 8);margin-right:calc(var(--base-unit) * 3);}",".image-wrapper.jsx-3262157408 img{max-width:100%;height:auto;}","@media screen and (min-width:768px){.image-wrapper.jsx-3262157408{width:calc(var(--base-unit) * 12);height:calc(var(--base-unit) * 12);}}",".with-logo b{font-weight:600;color:var(--grey-100);}",".with-logo a:hover b,.with-logo a:hover p,.with-logo.active a b,.with-logo.active a p{color:var(--blue-60);}"]})]})}},80531:function(e,t,a){var i=a(8151),o=a.n(i);a(67294);var s=a(50650),n=a(41664),r=a.n(n),l=a(11163),c=a(85893);t.Z=function(e){var t,a,i,n=(0,l.useRouter)(),d="".concat("https://www.top10vpn.com").concat(n.locale!==n.defaultLocale?"/".concat(n.locale):""),m=function(e){var t;(0,s.K)({eventName:"breadcrumbs",eventParameters:{internal_link_text:null===(t=e.currentTarget)||void 0===t||null===(t=t.firstElementChild)||void 0===t?void 0:t.innerText}})},u=(null===(t=e.page_name||e.h1)||void 0===t?void 0:t.length)||0,x=null===(a=e.path)||void 0===a?void 0:a.reduce(function(e,t){return e+t.name.length},0);return(0,c.jsxs)("div",{className:"jsx-912259115 breadcrumbs",children:[(0,c.jsxs)("ol",{itemScope:!0,itemType:"https://schema.org/BreadcrumbList",className:"jsx-912259115 "+((u+x>45?"long":"")||""),children:[(0,c.jsxs)("li",{itemProp:"itemListElement",itemScope:!0,itemType:"https://schema.org/ListItem",className:"jsx-912259115",children:[(0,c.jsx)("meta",{itemProp:"position",content:"1",className:"jsx-912259115"}),(0,c.jsxs)(r(),{href:"".concat(d,"/"),prefetch:!1,itemProp:"item",onClick:function(){(0,s.K)({eventName:"breadcrumbs",eventParameters:{internal_link_text:"Top10VPN logo"}})},className:"bc-logo",children:[(0,c.jsx)("meta",{itemProp:"name",content:"Home",className:"jsx-912259115"}),(0,c.jsx)("img",{src:"/static/images/logo-simplified-dark-1x1_ratio.svg",width:16,height:16,alt:"Top10VPN",className:"jsx-912259115"})]})]}),u+x>45&&(0,c.jsx)("li",{"aria-hidden":!0,onClick:function(e){e.currentTarget.parentElement.classList.toggle("long")},className:"jsx-912259115 trigger",children:"..."}),null===(i=e.path)||void 0===i?void 0:i.map(function(e,t){var a;return(0,c.jsxs)("li",{itemProp:"itemListElement",itemScope:!0,itemType:"https://schema.org/ListItem",className:"jsx-912259115 inner-slice",children:[(0,c.jsx)("meta",{itemProp:"position",content:(t+2).toString(),className:"jsx-912259115"}),(0,c.jsx)("a",{href:"".concat(d).concat((a=e.url,n.defaultLocale===n.locale?a:0===a.indexOf("/".concat(n.locale,"/"))?a.replace("/".concat(n.locale),""):a)),itemProp:"item",onClick:m,className:"jsx-912259115",children:(0,c.jsx)("span",{itemProp:"name",dangerouslySetInnerHTML:{__html:e.name},className:"jsx-912259115"})})]},"bc-".concat(t))}),(0,c.jsxs)("li",{itemProp:"itemListElement",itemScope:!0,itemType:"https://schema.org/ListItem",className:"jsx-912259115",children:[(0,c.jsx)(r(),{href:"".concat(d).concat(n.asPath.replace("/topic/","/")),prefetch:!1,itemProp:"item",onClick:m,children:(0,c.jsx)("span",{itemProp:"name",dangerouslySetInnerHTML:{__html:e.page_name||e.h1},className:"jsx-912259115"})}),(0,c.jsx)("meta",{itemProp:"position",content:(e.path?e.path.length+2:2).toString(),className:"jsx-912259115"})]})]}),(0,c.jsx)(o(),{id:"912259115",children:[".breadcrumbs.jsx-912259115{padding:calc(var(--base-unit) * 3) 0 calc(var(--base-unit) * 7);}","@media screen and (min-width:768px){.breadcrumbs.jsx-912259115{padding-top:calc(var(--base-unit) * 5);}}","@media screen and (min-width:1024px){.breadcrumbs.jsx-912259115{padding-bottom:calc(var(--base-unit) * 10);}}",".breadcrumbs.jsx-912259115 ol.jsx-912259115{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}",".breadcrumbs.jsx-912259115 li.jsx-912259115{font-size:1rem;line-height:20px;}",".breadcrumbs.jsx-912259115 li.jsx-912259115:last-of-type{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}",".breadcrumbs.jsx-912259115 li.jsx-912259115:last-of-type a,.breadcrumbs.jsx-912259115 li.jsx-912259115:last-of-type a:hover{-webkit-text-decoration:none;text-decoration:none;cursor:default;}",".breadcrumbs.jsx-912259115 .trigger.jsx-912259115{display:none;cursor:pointer;}","@media screen and (max-width:767px){.breadcrumbs.jsx-912259115 .long.jsx-912259115 .trigger.jsx-912259115{display:block;}}","@media screen and (max-width:767px){.breadcrumbs.jsx-912259115 .long.jsx-912259115 .inner-slice.jsx-912259115{display:block;width:0;height:0;opacity:0;overflow:hidden;}}",'.breadcrumbs.jsx-912259115 li.jsx-912259115:not(:last-of-type):after{content:"/";padding:0 calc(var(--base-unit) * 1);}',".breadcrumbs.jsx-912259115 li.jsx-912259115,.breadcrumbs.jsx-912259115 a{color:var(--grey-70);}",".breadcrumbs.jsx-912259115 a{font-family:var(--font-calibre);}",".breadcrumbs.jsx-912259115 img{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);}",".bc-logo.jsx-912259115{display:inline-block;width:16px;height:16px;}"]})]})}},91418:function(e,t,a){a.d(t,{Eu:function(){return o},_P:function(){return s},sF:function(){return i}});var i={chrome:"Chrome",firefox:"Firefox",edge:"Edge",opera:"Opera"},o={netflix:"Netflix","bbc-iplayer":"BBC iPlayer",primevideo:"Amazon Prime Video",disneyplus:"Disney+",hulu:"Hulu",hbomax:"HBO Max",itvhub:"ITV Hub",all4:"All 4"},s={windows:"Microsoft Windows",mac:"macOS",ios:"iOS",android:"Android",linux:"Linux",amazon_firetv:"Amazon Fire TV",chromecast:"Chromecast",router:"Router",roku:"Roku",appletv:"Apple TV",playstation:"PlayStation",nintendo:"Nintendo",androidtv:"Android TV",smarttv:"Smart TV",xbox:"Xbox"}},79096:function(e,t,a){a.d(t,{I:function(){return i}});var i={add:function(e){var t=(document.body.getAttribute("data-overlays")||"").split(" ");t.includes(e)||(t.push(e),document.body.setAttribute("data-overlays",t.join(" ").trim()))},remove:function(e){var t=document.body.getAttribute("data-overlays")||"";document.body.setAttribute("data-overlays",t.replace(e,""))}}}}]);