var Lo=Object.defineProperty;var po=(D1,Z1,D2)=>Z1 in D1?Lo(D1,Z1,{enumerable:!0,configurable:!0,writable:!0,value:D2}):D1[Z1]=D2;var y3=(D1,Z1,D2)=>po(D1,typeof Z1!="symbol"?Z1+"":Z1,D2);(function(){"use strict";(function(){const t=[].slice.call(document.querySelectorAll(".has-lazy-background"));t.length>0&&n();function n(){const r=new IntersectionObserver((i,s)=>{i.forEach(o=>{o.isIntersecting&&(o.target.classList.add("has-visible-background"),s.unobserve(o.target))})});t.forEach(i=>{r.observe(i)})}})();class D1{constructor(t){Object.assign(this,t),this.init(),this.track("page_view",{id:this.getPageID(),id_en:0})}init(){this.locale=this.getLocale(),this.siteID=1,this.pageID=0,this.pageViewID=this.getPageViewID(),this.eventPropMapping={splitCurrentUrl:["page_view","banner_displayed","experiment_started","cta_clicked"],lang:["page_view","banner_displayed","experiment_started","product_selected","payment_selection_expanded","account_created","login_attempt","survey_answer","installer_downloaded","logout"]}}static generatePageViewID(){const r=(a,u,c)=>parseInt(`${a}`,u).toString(c),i=()=>Math.floor(Math.random()*2147483648)+0,s=r(Date.now(),10,36).toUpperCase(),o=r(i(),10,36).substring(0,5).toUpperCase();return`p_${s}${o}`}getPageID(){return this.pageID}getPageViewID(){return this.pageViewID||`${this.siteID}|${D1.generatePageViewID()}`}getLocale(){var t;return this.locale||((t=this.document.querySelector("html"))==null?void 0:t.getAttribute("lang"))}getDefaultProps(t){let n={};return this.eventPropMapping.splitCurrentUrl.includes(t)&&(n={...n,splitCurrentUrl:{host:`${window.location.protocol}//${window.location.host}${window.location.pathname}`,params:Object.fromEntries(new URLSearchParams(window.location.search))}}),this.eventPropMapping.lang.includes(t)&&(n={...n,lang:this.getLocale()}),n={...n,page_view_id:this.getPageViewID()},n}track(t,n={}){if(window.alooma){const r={...this.getDefaultProps(t),...n};window.alooma.iknowlogy.track(t,r)}}}class Z1{constructor(t){Object.assign(this,t),this.root=this.document.querySelector(".three-col-carousel-block"),this.root&&(this.bindFunctions(),this.initElements(),this.setUpObservers(),this.addIntialyHtmlData(),this.setUpView(),this.setUpListener(),this.synchronize())}initElements(){this.headingContainer=this.document.querySelector(".js-carousel-heading-container"),this.cardsWrapper=this.document.querySelector(".js-carousel-cards"),this.controlsWrapper=this.document.querySelector(".js-carousel-controls"),this.dotsWrapper=this.document.querySelector(".js-dots"),this.rootMargin="0px -90% 0px -10%",this.currentIndex=0,this.swiped=!1,this.scrolled=!1,this.current=void 0,this.isDesktopSize=!1,this.isFirstRun=!0,this.isRunning=!1,this.carouselObserver=null,this.genericObserver=null}bindFunctions(){this.addIntialyHtmlData=this.addIntialyHtmlData.bind(this),this.setUpView=this.setUpView.bind(this),this.adjustBreathingSpace=this.adjustBreathingSpace.bind(this),this.setUpObservers=this.setUpObservers.bind(this),this.setUpGenericObserver=this.setUpGenericObserver.bind(this),this.synchronize=this.synchronize.bind(this)}addIntialyHtmlData(){var t,n,r;this.cards=this.cardsWrapper.querySelectorAll(".carousel-card"),this.cardsWrapper.setAttribute("data-length",((t=this.cards)==null?void 0:t.length)??0),this.controlsWrapper.setAttribute("data-length",((n=this.cards)==null?void 0:n.length)??0);for(let i=0;i<((r=this.cards)==null?void 0:r.length);i++){const s=document.createElement("span");s.className="dot js-dot",s.key=`dot_${i}`,s.setAttribute("data-index",i),this.dotsWrapper.appendChild(s)}}setUpView(){this.adjustBreathingSpace(),this.controlButtons=this.document.querySelectorAll(".js-carousel-controls button"),[this.prevButton,this.nextButton]=this.controlButtons,this.current=this.cardsWrapper.dataset.start==="first"?this.cardsWrapper.firstElementChild:this.cardsWrapper.lastElementChild,this.cards.forEach((t,n)=>{var r;t.setAttribute("aria-label",`${n+1} of ${(r=this.cards)==null?void 0:r.length}`),t.setAttribute("aria-roledescription","item"),t.setAttribute("data-index",n)}),this.isFirstRun&&(this.cardsWrapper.scrollRight=this.current.offsetRight,this.dotsWrapper.firstElementChild.classList.add("dot-active"),setTimeout(()=>{this.updateControls(),this.setUpGenericObserver(),this.addGenericObserverListener()},500)),this.isFirstRun=!1}setUpListener(){this.cards.forEach(t=>{this.carouselObserver.observe(t)}),this.cardsWrapper.addEventListener("scroll",this.onScroll.bind(this)),window.addEventListener("resize",this.onResize.bind(this)),this.prevButton.addEventListener("click",this.isLtr()?this.goPrevious.bind(this):this.goNext.bind(this)),this.nextButton.addEventListener("click",this.isLtr()?this.goNext.bind(this):this.goPrevious.bind(this)),this.root.addEventListener("keydown",this.handleKeydown.bind(this)),this.cardsWrapper.addEventListener("touchend",this.handleTouchEnd.bind(this))}setUpGenericObserver(){const{lastElementChild:t,firstElementChild:n}=this.cardsWrapper,r=n.classList.contains("is-in-view"),i=t.classList.contains("is-in-view");r?this.rootMargin=this.isLtr()?"0px -80% 0px -20%":"0px -20% 0px -80%":i?this.rootMargin=this.isLtr()?"0px -20% 0px -80%":"0px -80% 0px -20%":this.rootMargin="0px -50% 0px -50%",this.genericObserver=new IntersectionObserver(s=>{s.forEach(o=>{o.target.classList.toggle("card-active",o.isIntersecting),o.target.toggleAttribute("inert",!o.isIntersecting),this.updateDots()})},{root:this.cardsWrapper,rootMargin:this.rootMargin,threshold:0})}removeListeners(){this.cards.forEach(t=>{this.carouselObserver.unobserve(t)}),window.removeEventListener("resize",this.onResize),this.prevButton.removeEventListener("click",this.goPrevious),this.nextButton.removeEventListener("click",this.goNext),this.root.removeEventListener("keydown",this.handleKeydown),this.cardsWrapper.removeEventListener("touchend",this.handleTouchEnd.bind(this))}setUpObservers(){this.carouselObserver=new IntersectionObserver(t=>{t.forEach(n=>{n.target.classList.toggle("is-in-view",n.isIntersecting),n.target.toggleAttribute("inert",!n.isIntersecting)})},{root:this.cardsWrapper,threshold:.95})}synchronize(){setTimeout(()=>{this.updateControls()},500),this.isRunning=!1}adjustBreathingSpace(){var n;this.isDesktopSize=((n=this.application)==null?void 0:n.width())>=1260;const t=this.isDesktopSize?this.headingContainer.offsetLeft:0;this.cardsWrapper.style.setProperty("--breathing-space",`${t}px`)}goPrevious(){if(this.isRunning)return;[this.current]=this.cardsWrapper.querySelectorAll(".is-in-view");const t=this.current.previousElementSibling;this.current!==t&&t&&(this.goToElement({element:t,direction:-1}),this.current=t)}goNext(){if(this.isRunning)return;const t=this.cardsWrapper.querySelectorAll(".is-in-view");this.current=t[t.length-1];const n=this.current.nextElementSibling;this.current!==n&&n&&(this.goToElement({element:n,direction:1}),this.current=n)}onScroll(){setTimeout(()=>{this.removeGenericObserver(),this.setUpGenericObserver(),this.addGenericObserverListener(),this.updateDots()},300)}addGenericObserverListener(){this.cards.forEach(t=>{this.genericObserver.observe(t)})}removeGenericObserver(){this.genericObserver?this.cards.forEach(t=>{this.genericObserver.unobserve(t)}):this.genericObserver=null}updateDots(){var n;this.dots=this.dotsWrapper.querySelectorAll(".js-dot");const t=this.cardsWrapper.querySelector(".card-active");if(t&&((n=t==null?void 0:t.dataset)!=null&&n.index)){const r=parseInt(t.dataset.index,10);this.dots[this.currentIndex].classList.remove("dot-active"),this.currentIndex=r,this.dots[this.currentIndex].classList.add("dot-active")}}goToElement({element:t,direction:n}){this.isRunning=!0;const r=parseInt(getComputedStyle(t,null).paddingLeft,10)||0,i=parseInt(getComputedStyle(t,null).paddingRight,10)||0,s=t.clientWidth+r+i;let o;this.isLtr()?o=n<0?this.cardsWrapper.scrollLeft-s:this.cardsWrapper.scrollLeft+s:o=n<0?this.cardsWrapper.scrollLeft*-1-s:this.cardsWrapper.scrollLeft*-1+s,this.cardsWrapper.scrollTo(this.isLtr()?o:o*-1,0),this.synchronize()}updateControls(){const{lastElementChild:t,firstElementChild:n}=this.cardsWrapper,r=this.cardsWrapper.querySelector(".carousel-card:last-of-type").classList.contains("is-in-view");let i,s;this.isLtr()?(i=this.current===t||r,s=this.current===n):(i=this.current===n,s=this.current===t),document.activeElement===this.nextButton&&i?this.prevButton.focus():document.activeElement===this.prevButton&&s&&this.nextButton.focus(),this.nextButton.toggleAttribute("disabled",i),this.nextButton.setAttribute("aria-disabled",`${i}`),this.prevButton.toggleAttribute("disabled",s),this.prevButton.setAttribute("aria-disabled",`${s}`)}onResize(){window.requestAnimationFrame(this.adjustBreathingSpace)}handleTouchEnd(t=".carousel-card.is-in-view"){setTimeout(()=>{const{lastElementChild:n,firstElementChild:r}=this.cardsWrapper,i=r.classList.contains("is-in-view"),s=n.classList.contains("is-in-view");if(i||s){this.current=i?r:n,this.synchronize();return}const o=this.cardsWrapper.querySelectorAll(t);o.length===1?[this.current]=o:this.current=o[1],this.synchronize()},250)}handleKeydown(t){const n=this.isLtr()?this.nextButton:this.prevButton,r=this.isLtr()?this.prevButton:this.nextButton;switch(t.key){case"ArrowRight":t.preventDefault(),document.activeElement===n&&this.keypressAnimation(n),n.focus(),this.isLtr()?this.goNext():this.goPrevious();break;case"ArrowLeft":t.preventDefault(),document.activeElement===r&&this.keypressAnimation(r),r.focus(),this.isLtr()?this.goPrevious():this.goNext();break}}keypressAnimation(t){t.style.animation="animate-keypress 200ms ease-in-out",t.addEventListener("animationend",()=>this.removeAnimationStyle(t),{once:!0})}isLtr(){return window.getComputedStyle(document.body).direction==="ltr"}removeAnimationStyle(t){t.style.animation=null}getWindowWidth(){const t=window.innerWidth-document.documentElement.clientWidth;return window.innerWidth-t}getLastCardForGroup(t){return Array.from(this.cards).findLast(n=>n.dataset.timelineGroup===t)}}class D2{constructor(t){Object.assign(this,t),this.button=this.document.querySelector('a[href$="/#seopenchat"]'),this.cloneButton=this.document.querySelector(".snap-engage-btn"),this.openChatLinks=this.document.querySelector('a[href="#open-chat"]'),this.loaded=!1,this.init()}init(){this.button&&this.button.addEventListener("click",t=>this.onButtonClick(t)),this.cloneButton&&this.cloneButton.addEventListener("click",t=>this.onButtonClick(t)),this.openChatLinks&&this.openChatLinks.addEventListener("click",t=>this.onButtonClick(t)),this.openChatOnLoad()}setButtonClicked(t){const n=document.querySelector(".snap-engage-btn");n&&(t?n.style.display="none":n.style.display="block")}setChatLoading(t){var n,r;t?(n=document.querySelector(".snap-engage-btn"))==null||n.classList.add("spin"):(r=document.querySelector(".snap-engage-btn"))==null||r.classList.remove("spin")}onButtonClick(t){t.preventDefault(),window.kpSupportChat.SupportChat.openSupportChat({setDummyButtonClicked:this.setButtonClicked,setChatLoading:this.setChatLoading,analytics:window.kpAnalytics.Analytics})}openChatOnLoad(){window.location.hash==="#open-chat"&&this.cloneButton.dispatchEvent(new MouseEvent("click"))}}class At{constructor(t){Object.assign(this,t),this.buttonClickCount=0,this.fetchElements(),this.setUpListeners()}fetchElements(){this.buttons=this.application.document.querySelectorAll('[data-category="button"]'),this.footerItems=this.application.document.querySelectorAll('[data-category="footer-item"]'),this.headerItems=this.application.document.querySelectorAll('[data-category="header-item"]')}setUpListeners(){this.buttons.forEach(t=>{t.addEventListener("click",n=>this.onButtonClick(n))}),this.footerItems.forEach(t=>{t.addEventListener("click",n=>this.onFooterItemClick(n))}),this.headerItems.forEach(t=>{t.addEventListener("click",n=>this.onHeaderItemClick(n))})}onButtonClick(t){var o;const n=t.currentTarget,r="Button",i=n.dataset.unlocalizedSection,s=n.dataset.description;(o=window.kpAnalytics)==null||o.Analytics.track("website_object_clicked",{object:n.dataset.object||`${s}|${i}`}),this.application.eventBus.triggerEvent(this.application.eventBus.events.button.clicked,r,i,s),this.trackOrderCta(n,n.dataset.unlocalizedSection)}onFooterItemClick(t){var o;const n=t.currentTarget,r="Footer",i=n.dataset.section,s=n.dataset.description;(o=window.kpAnalytics)==null||o.Analytics.track("website_object_clicked",{object:`${s}|${i}`}),this.application.eventBus.triggerEvent(this.application.eventBus.events.footer.clicked,r,i,s),this.trackOrderCta(n,i)}onHeaderItemClick(t){var o;const n=t.currentTarget,r="Header",i=n.dataset.section,s=n.dataset.description||window.location.pathname;(o=window.kpAnalytics)==null||o.Analytics.track("website_object_clicked",{object:`${s}|${i}`}),this.application.eventBus.triggerEvent(this.application.eventBus.events.header.clicked,r,i,s)}async trackOrderCta(t,n){t.href.includes("/order")&&(this.buttonClickCount+=1,await this.application.aloomaTracker.track("cta_clicked",{event:"cta_clicked",cta_clicked_id:`${this.application.aloomaTracker.getPageViewID()}|${this.buttonClickCount}`,btnName:`${n}Btn_${this.application.aloomaTracker.getPageID()}`,product_id:0,destination_link:t.href}))}}window.downloadableAssetsAllText="All";class Rt{constructor(t){Object.assign(this,t),document.addEventListener("DOMContentLoaded",()=>{document.querySelector(".downloadable-assets-block")&&(this.block=document.querySelector(".downloadable-assets-block"),this.generateCategoryMenuItems(this.block),this.helpers={},this.mainCategoriesMenu=Array.prototype.slice.call(this.document.querySelectorAll(".downloadable-assets .tab__block li"),0),this.cardsContainer=Array.prototype.slice.call(this.document.querySelectorAll(".downloadable-assets .tab-pane"),0),this.activeCardsContainer=!1,this.secondLvlCat=!1,this.activeSecondLvlMenuLinks=[],this.displayedCards=[],this.isAllTabSelected=!1,this.binderSecondLvlCatActiveState=this.toggleSecondLvlCatActiveState.bind(this),this.setUpView())})}generateCategoryMenuItems(t){const n=t.querySelectorAll(".tab-pane"),r=t.querySelector(".tab__block"),i=t.querySelector("#js-downloadable-asset-overflow-snd-lvl");n.forEach(s=>{const o=s.getAttribute("data-category-id"),a=s.getAttribute("data-category-name"),u=s.getAttribute("data-has-subcategory"),c=this.createListItem(o,a,!1,!1);if(r.appendChild(c),u==="true"){const h=document.createElement("ul"),g=s.getAttribute("data-show-all-cards"),f=s.getAttribute("data-subcategory-names").split(", "),x=s.getAttribute("data-subcategory-ids").split(", ");if(h.classList.add("tab-subcategory"),h.id=`menu-sub-${o}`,h.role="tablist",g==="true"){const w=this.createListItem("all",window.downloadableAssetsAllText,!0,!0,o);h.appendChild(w)}f.forEach((w,y)=>{const L=`${o}-${x[y]}`,d=this.createListItem(L,w,!0,!1);h.appendChild(d)}),i.appendChild(h)}})}createListItem(t,n,r,i,s){const o=document.createElement("li"),a=document.createElement("a");return o.dataset.label=t,o.role="category",a.setAttribute("aria-controls",n),a.setAttribute("data-toggle","tab"),a.role="tab",a.textContent=n,r&&(a.dataset.label=t),i&&(a.dataset.idx=s),o.appendChild(a),o}setUpView(){this.getHelpers(),this.switchMainCategory(this.mainCategoriesMenu[0]),this.mainCategoriesMenu.length>1&&this.mainCategoriesMenu.forEach(t=>t.addEventListener("click",()=>this.switchMainCategory(t)))}switchMainCategory(t){if(this.reset(),t){t.classList.add("active");const n=t.dataset.label;this.activeCardsContainer=this.document.getElementById(`cards-${n}`),this.secondLvlCat=this.document.getElementById(`menu-sub-${n}`),this.activeCardsContainer&&this.activeCardsContainer.classList.add("active"),this.checkIfSecondLvlMenu(this.secondLvlCat,n)}}checkIfSecondLvlMenu(t,n){if(t)t.classList.add("active"),this.getSecondLvlMenu();else{const r=`div[data-label='card-${n}']`;this.toggleCards(r)}}getSecondLvlMenu(){this.activeSecondLvlMenuLinks=Array.prototype.slice.call(this.secondLvlCat.getElementsByTagName("a"));const t=this.activeSecondLvlMenuLinks[0];this.isAllTabClicked(t),this.helpers.toggleActiveClass(t);const n=this.getCardsSelector(t);this.toggleCards(n),this.secondLvlCat.addEventListener("click",this.binderSecondLvlCatActiveState)}toggleSecondLvlCatActiveState(t){const n=t.target;n.tagName==="A"&&(this.isAllTabClicked(n),this.showCategoriesCard(n))}showCategoriesCard(t){const n=this.getCardsSelector(t);this.isAllTabSelected?(this.activeSecondLvlMenuLinks.forEach(i=>i.classList.remove("active")),Array.prototype.slice.call(this.activeCardsContainer.querySelectorAll(".active")).forEach(i=>this.removeCardEvtListener(i)),this.toggleCategory(t,n)):(this.manageAllTab(t),this.helpers.toggleActiveClass(t),this.toggleCards(n))}manageAllTab(t){const n=this.getAllTabElement(t);this.deactivateAllSelectedTab(n)}getAllTabElement(t){const n=this.helpers.findClosest(t,"ul"),r=n?Array.prototype.slice.call(n.children).filter(i=>i.dataset.label==="all")[0]:null;return r?r.children[0]:null}deactivateAllSelectedTab(t){t&&t.classList.contains("active")&&(this.displayedCards.forEach(n=>this.removeCardEvtListener(n)),t.classList.remove("active"))}getCardsSelector(t){return this.isAllTabSelected?`.all-${t.dataset.idx}`:`div[data-label='card-${t.dataset.label}']`}isAllTabClicked(t){return this.isAllTabSelected=t.dataset.label==="all",this.isAllTabSelected}toggleCategory(t,n){this.helpers.toggleActiveClass(t),this.toggleCards(n)}toggleCards(t){this.displayedCards=Array.prototype.slice.call(this.activeCardsContainer.querySelectorAll(t)),this.displayedCards.forEach(n=>{n.classList.contains("active")?this.removeCardEvtListener(n):this.addCardsEvtListener(n)})}reset(){this.resetArrayElements(),this.removeEvtListeners()}resetArrayElements(){const t=[];this.cardsContainer.forEach(r=>{r.children&&t.push(Array.prototype.slice.call(r.children[0].children))}),t.forEach(r=>r.forEach(i=>i.classList.remove("active"))),[this.mainCategoriesMenu,this.activeSecondLvlMenuLinks,this.displayedCards,this.cardsContainer].forEach(r=>r.forEach(i=>i.classList.remove("active")))}addCardsEvtListener(t){t.classList.add("active"),t.children[0]}removeCardEvtListener(t){t.classList.remove("active"),t.children[0]}removeEvtListeners(){this.displayedCards.forEach(t=>this.removeCardEvtListener(t)),this.secondLvlCat&&(this.secondLvlCat.removeEventListener("click",this.binderSecondLvlCatActiveState),this.secondLvlCat.classList.remove("active"),this.secondLvlCat=!1)}getHelpers(){this.helpers={findClosest:(t,n)=>{const r=this.helpers.defineElementMatches();let i=t;do{if(r.call(i,n))return i;i=i.parentElement||i.parentNode}while(i!==null&&i.nodeType===1);return null},defineElementMatches:()=>{const t=Element.prototype;return t.matches||t.msMatchesSelector||t.webkitMatchesSelector},toggleActiveClass:t=>t.classList.contains("active")?t.classList.remove("active"):t.classList.add("active")}}}class Bt{constructor(t){Object.assign(this,t),this.body=this.document.querySelector("body"),this.button=this.document.querySelector(".js-dropdown-btn"),this.menu=this.document.querySelector(".js-dropdown"),this.subMenuButton=this.document.querySelector(".js-dropdown-mobile-btn"),this.subMenu=this.document.querySelector(".js-dropdown-mobile"),this.mobileCTA=null,this.mobileAircoveCTA=null,this.isLoggedIn()?(this.mobileCTA=this.document.querySelector(".js-mobile-cta.js-cta-setup"),this.mobileAircoveCTA=this.document.querySelector(".js-mobile-cta.js-cta-aircove")):this.mobileCTA=this.document.querySelector(".js-mobile-cta.js-cta-get-started"),this.button&&this.setUpEventListener()}setUpEventListener(){this.button.addEventListener("click",this.onButtonClick.bind(this)),window.addEventListener("resize",()=>this.updateHeaderBackgroundWhenResize())}hide(){var t,n;this.body.classList.remove("js-overlay-on"),this.button.classList.remove("active"),this.mobileCTA.classList.add("header-menu__cta--hidden"),(n=(t=this.mobileAircoveCTA)==null?void 0:t.classList)==null||n.add("header-menu__cta--hidden")}show(t,n){var r,i;t.classList.toggle("active"),n.classList.toggle("active"),this.body.classList.toggle("js-overlay-on"),this.mobileCTA.classList.toggle("header-menu__cta--hidden"),(i=(r=this.mobileAircoveCTA)==null?void 0:r.classList)==null||i.toggle("header-menu__cta--hidden")}resetMobileDropdown(){this.subMenu.style.display="none",this.subMenuButton.classList.remove("active"),this.mobileCTA.classList.remove("hide"),window.innerWidth>1023&&this.hide()}onButtonClick(t){if(window.innerWidth<1024){t.preventDefault();const r=t.target,i=t.target.nextElementSibling;this.resetMobileDropdown(),this.show(r,i)}}updateHeaderBackgroundWhenResize(){this.body.classList.contains("js-overlay-on")&&(window.scrollY===0&&window.innerWidth>=1024?this.body.classList.remove("js-overlay-on"):this.body.classList.add("js-overlay-on"))}isLoggedIn(){const t="xv_ue=1";return this.document.cookie.split(";").map(r=>r.trim()).some(r=>r===t)}}class Ot{constructor(t){Object.assign(this,t),this.mobileCTA=this.document.querySelector(".js-mobile-cta"),this.menuButton=this.document.querySelector(".header-menu__hamburger .js-dropdown"),this.submenuButtons=this.document.querySelectorAll(".js-dropdown-mobile-btn"),this.activeButton=null,this.activeDropdown=null,this.menuButton&&this.submenuButtons.length&&this.setUpEventListener()}setUpEventListener(){this.submenuButtons.forEach(t=>t.addEventListener("click",this.onButtonClick.bind(this))),this.menuButton.addEventListener("scroll",this.onScroll.bind(this))}onButtonClick(t){if(this.activeButton=t.target,this.activeDropdown=t.target.nextElementSibling,this.activeButton.classList.contains("active"))this.activeDropdown.style.height="0",this.activeDropdown.style.paddingTop="0",this.activeDropdown.style.paddingBottom="0",this.activeDropdown.addEventListener("transitionend",()=>{this.activeButton.classList.remove("active"),this.activeDropdown.style.display="none"},{once:!0});else{this.activeButton.classList.add("active"),this.activeDropdown.style.display="block",this.activeDropdown.style.height="auto",this.activeDropdown.style.paddingTop="1.5rem",this.activeDropdown.style.paddingBottom="1.5rem";const n=`${this.activeDropdown.clientHeight}px`;this.activeDropdown.style.height="0",setTimeout(()=>{this.activeDropdown.style.height=n},0)}}onScroll(){const t=window.innerWidth,n=this.menuButton.scrollTop,r=Math.round(window.innerHeight*.25);t<768&&(n>r&&n>this.lastScrollTop?(this.mobileCTA.classList.remove("show"),this.mobileCTA.classList.add("hide")):(n+15{t(...i)},n)}}checkHeroAlignment(){const t=this.document.querySelector(".hero-home.hero-home-center")||this.hero.classList.contains("txt-center");this.heroAlignment=t?"center":"left"}setUpListeners(){window.addEventListener("resize",this.debounce(()=>{this.onResize()},250))}updateStyling(t,n,r){this.footnote.forEach(i=>{t==="addClass"&&i.classList.add(n),t==="removeClass"&&i.classList.remove(n),i.style.width=r})}isLeftAlignedHeroWithOneCTAAndDesktopView(){return this.heroAlignment==="left"&&this.noOfCTA===1&&!this.isMobile()}onResize(){this.isLeftAlignedHeroWithOneCTAAndDesktopView()&&this.primaryButton?this.updateStyling("addClass","txt-center",`${this.primaryButton.offsetWidth}px`):this.isMobile()||this.heroAlignment==="center"?this.updateStyling("addClass","txt-center","auto"):this.updateStyling("removeClass","txt-center","auto")}}class Nt{constructor(t){Object.assign(this,t),this.fetchElements(),this.setUpListeners()}fetchElements(){this.languageSelector=this.application.document.querySelector(".language-selector"),this.languageSelectorModal=this.application.document.querySelector(".language-selector .modal"),this.languageSelectorCloseElements=this.application.document.querySelectorAll(".language-selector-close"),this.languageSelectorShowElements=this.application.document.querySelectorAll(".language-selector-show")}setUpListeners(){this.languageSelectorCloseElements.forEach(t=>{t.addEventListener("click",()=>this.hideLanguageSelector())}),this.languageSelectorShowElements.forEach(t=>{t.addEventListener("click",n=>{n.preventDefault(),this.showLanguageSelector()})})}hideLanguageSelector(){this.languageSelector.style.display="none"}showLanguageSelector(){this.languageSelector.style.display="flex",this.languageSelectorModal.focus()}}class f5{constructor(t){Object.assign(this,t),this.initialize()}initialize(){this.scrollContainerId=this.container||"js-overflow-container",this.outerContainerId=this.outer||"js-outer-overflow-container",this.outerContainers=this.document.querySelectorAll(`#${this.outerContainerId}, .${this.outerContainerId}`),this.outerContainers&&this.attachEventListeners()}attachEventListeners(){this.outerContainers.forEach(t=>{const n=t.querySelectorAll(`#${this.scrollContainerId}, .${this.scrollContainerId}`);n.length>0&&n.forEach(r=>{r.addEventListener("scroll",()=>this.handleScrollEvent(t,r)),window.addEventListener("resize",()=>this.handleScrollEvent(t,r)),this.handleScrollEvent(t,r)})})}handleScrollEvent(t,n){this.removeOverflowClasses(t),this.canScrollHorizontally(n)&&this.addOverflowClasses(t,n)}removeOverflowClasses(t){t.classList.remove("overflow-right","overflow-left")}canScrollHorizontally(t){return t.scrollWidth>t.clientWidth}addOverflowClasses(t,n){const r=window.getComputedStyle(document.body).direction==="rtl",i=this.getScrollableContentWidth(n,r),s=this.getScrollPosition(n);s===0?t.classList.add(r?"overflow-left":"overflow-right"):s===i?t.classList.add(r?"overflow-right":"overflow-left"):t.classList.add("overflow-left","overflow-right")}getScrollableContentWidth(t,n){const r=t.scrollWidth-t.clientWidth;return n?-r:r}getScrollPosition(t){return Math.round(t.scrollLeft)}}class It{constructor(t){var i,s;Object.assign(this,t),this.generateTabListMarkup();const n=".tab__block li, .tab-block li",r=".tab-pane";this.tabCategories=Array.prototype.slice.call(this.parent.querySelectorAll(n),0),this.tabPanel=this.parent.querySelector(r),this.tabSmallprintContainer=(i=this.tabPanel)==null?void 0:i.querySelector(".tab-smallprint"),this.smallprints=(s=this.tabPanel)==null?void 0:s.querySelectorAll(".smallprint-container"),this.tabSmallprintContainer&&(this.smallprints.length?this.appendToTabSmallprintContainer():this.removeTabSmallprintContainer()),this.swipeDirection=null,this.isMobileSize=!1,this.isRTL=!1,this.margin=0,this.thresholdX=10,this.swipeDirectionMultiplier=3,this.mobileTabMargin=1.4,this.bindFunctions(),this.setUpView(),window.addEventListener("resize",this.setUpView),this.tabCategories.length>1&&this.tabCategories.forEach(o=>o.addEventListener("click",()=>this.switchPanels(o)))}generateTabListMarkup(){const t=this.parent.querySelectorAll(".js-tab-name-reference"),n=[];t.forEach((s,o)=>{const{tabName:a,tabId:u}=s.dataset,c=`
  • ${a}
  • `;n.push(c)});const r=n.join(` `),i=this.parent.querySelector(".js-tab-list");i&&(i.innerHTML=r,t.forEach(s=>s.remove()))}bindFunctions(){this.startTouch=this.startTouch.bind(this),this.endTouch=this.endTouch.bind(this),this.setUpView=this.setUpView.bind(this)}async setUpView(){this.isRTL=window.getComputedStyle(document.body).direction==="rtl",this.tabPanel&&(this.cardContainer=this.tabPanel.querySelector(".cards"),this.cards=Array.prototype.slice.call(this.tabPanel.querySelectorAll('.cards-col, .cards__col, [data-block-name="review-content-card"]')),this.reset(),this.isMobileSize=this.application.width()<768,this.margin=this.isMobileSize?30:0,await this.loadImages(),this.cards.forEach(t=>{t.style.setProperty("opacity","1","important")}),this.enableSlider())}async loadImages(){const t=[],n=[],r=[];return this.cards.forEach(s=>{s.querySelector(".home-card-img img")&&n.push(s.querySelector(".home-card-img img"))}),n.map(s=>s.src).forEach(s=>{t.push(new Promise(o=>{const a=new Image;a.onload=o(),a.src=s,r.push(a)}))}),await Promise.all(t),r}reset(){this.cardContainer.removeAttribute("style"),this.removeEvtListeners(),this.removeAllActiveClasses(),this.switchPanels(this.tabCategories[0])}removeEvtListeners(){this.cardContainer.removeEventListener("pointerdown",this.startTouch,!1),this.cardContainer.removeEventListener("pointerup",this.endTouch,!1),this.cardContainer.removeEventListener("touchstart",this.startTouch,!1),this.cardContainer.removeEventListener("touchend",this.endTouch,!1)}enableSlider(){const t=this.isMobileSize?this.cards.length:this.cards.length/3;this.cardContainer.style.width=`${100*t}%`,this.cardContainer.style.transform="translateX(0%)",this.tabSmallprintContainer&&(this.tabSmallprintContainer.style.width=this.isMobileSize?"300%":`${100*t}%`),this.cards.forEach(n=>{n.style.width=`calc(100% / ${t})`}),this.currentSlide=0,window.PointerEvent?(this.cardContainer.addEventListener("pointerdown",this.startTouch),this.cardContainer.addEventListener("pointerup",this.endTouch)):(this.cardContainer.addEventListener("touchstart",this.startTouch),this.cardContainer.addEventListener("touchend",this.endTouch))}appendToTabSmallprintContainer(){this.smallprints.forEach(t=>{this.tabSmallprintContainer.appendChild(t)})}removeTabSmallprintContainer(){this.tabSmallprintContainer.style.display="none"}startTouch(t){this.initialX=t.clientX}endTouch(t){const n=t.clientX,r=this.initialX-n;if(Math.abs(r)>this.thresholdX){this.swipeDirection=r>0?"left":"right";const i=this.cards[0].getBoundingClientRect();return this.isRTL?this.swipeDirection==="left"?this.swipeRight(i.width):this.swipeLeft(i.width):this.swipeDirection==="left"?this.swipeLeft(i.width):this.swipeRight(i.width)}return this.swipeDirection}swipeLeft(t){const n=this.getMaxLength();this.currentSlide=this.getNextSlideIndex(),this.currentSlide<=n&&(this.updateTransform(t),this.checkActiveTab())}swipeRight(t){this.currentSlide>0&&(this.currentSlide=this.getPreviousSlideIndex(),this.updateTransform(t),this.checkActiveTab())}swipeTo(t){const n=this.cards.find(s=>s.dataset.label===t),r=this.cards.indexOf(n);this.currentSlide=r;const i=this.cards[0].getBoundingClientRect();this.updateTransform(i.width)}getMaxLength(){return this.isMobileSize?this.cards.length-1:this.cards.length-3}getNextSlideIndex(){return this.isMobileSize?this.currentSlide+1:this.currentSlide+3}getPreviousSlideIndex(){return this.isMobileSize?this.currentSlide-1:this.currentSlide-3}getDirection(){return this.isRTL?"+":"-"}updateTransform(t){this.cardContainer.style.transform=`translateX(${this.getDirection()}${(t-this.margin)*this.currentSlide}px)`,this.tabSmallprintContainer&&(this.tabSmallprintContainer.style.transform=this.getTabSmallprintTranslateX(t))}getTabSmallprintTranslateX(t){const n=this.getDirection();if(!this.isMobileSize)return`translateX(${n}${(t-this.margin)*this.currentSlide}px)`;if(this.isMobileSize&&(this.currentSlide+1)%3===0)return`translateX(calc(${n}${t*(this.currentSlide-2)/this.swipeDirectionMultiplier}px - ${(this.currentSlide-2)*this.mobileTabMargin}rem))`;if(this.isMobileSize&&this.currentSlide%3===0)return`translateX(calc(${n}${t*this.currentSlide/this.swipeDirectionMultiplier}px - ${this.currentSlide*this.mobileTabMargin}rem)`}checkActiveTab(){const t=this.cards[this.currentSlide],r=this.tabCategories.filter(i=>i.classList.contains("active"))[0].dataset.label;if(t.dataset.label!==r){const i=t.dataset.label,s=this.tabCategories.filter(o=>o.dataset.label===i)[0];this.removeAllActiveClasses(),s.classList.add("active")}return r}switchPanels(t){const n=t.dataset.label;this.swipeTo(n),this.removeAllActiveClasses(),t.classList.add("active")}removeAllActiveClasses(){this.tabCategories.forEach(t=>t.classList.remove("active"))}}class Pt{constructor(t){Object.assign(this,t);const n=t.document.querySelectorAll(".testimonials-home");n.length&&(this.allBlocks=[],n.forEach(r=>this.allBlocks.push(new It({application:this.application,document:this.document,parent:r}))))}}class Ft{constructor(t){Object.assign(this,t),this.root=this.document.querySelector(".timeline"),this.headingContainer=this.document.querySelector(".js-timeline-heading-container"),this.indicatorsWrapper=this.document.querySelector(".js-timeline-indicators"),this.cardsWrapper=this.document.querySelector(".js-timeline-cards"),this.controlsWrapper=this.document.querySelector(".js-timeline-controls"),this.current=void 0,this.isDesktopSize=!1,this.isFirstRun=!0,this.isRunning=!1,this.carouselObserver=null,this.root&&(this.setUpCMS(),this.setUpObservers(),this.setUpView(),this.setUpListener(),this.bindFunctions(),this.synchronize())}bindFunctions(){this.setUpView=this.setUpView.bind(this),this.adjustBreathingSpace=this.adjustBreathingSpace.bind(this),this.setUpObservers=this.setUpObservers.bind(this),this.synchronize=this.synchronize.bind(this)}setUpCMS(){const t=()=>{let n=[];document.querySelectorAll(".timeline-card").forEach(r=>{n.push(r.getAttribute("data-timeline-group"))}),n=[...new Set(n)],n.forEach(r=>{const i=document.querySelector(".js-timeline-indicators ol"),s=document.createElement("li"),o=document.createElement("button");o.setAttribute("data-timeline-title",r),o.setAttribute("class",""),o.innerText=r,s.appendChild(o),i.appendChild(s)})};this.isFirstRun&&t()}setUpView(){if(this.adjustBreathingSpace(),this.cards=this.document.querySelectorAll(".js-timeline-cards .timeline-card"),this.indicators=this.document.querySelectorAll(".js-timeline-indicators li"),this.controlButtons=this.document.querySelectorAll(".js-timeline-controls button"),[this.prevButton,this.nextButton]=this.controlButtons,this.current=this.cardsWrapper.lastElementChild,this.cards.forEach((t,n)=>{t.setAttribute("aria-label",`${n+1} of ${this.cards.length}`),t.setAttribute("aria-roledescription","item")}),this.isFirstRun){const t=this.indicators[this.indicators.length-1];t.querySelector("button").classList.add("active"),this.indicatorsWrapper.scrollLeft=t.offsetLeft,this.cardsWrapper.scrollLeft=this.current.offsetLeft,this.cardsWrapper.style.setProperty("--scroll-behavior","smooth"),setTimeout(()=>{this.updateControls()},500)}this.isFirstRun=!1}setUpListener(){this.cards.forEach(t=>{this.carouselObserver.observe(t)}),window.addEventListener("resize",this.onResize.bind(this)),this.indicators.forEach(t=>{const n=t.querySelector("button"),r=n.dataset.timelineTitle;n.addEventListener("click",()=>this.slideToGroup(r))}),this.prevButton.addEventListener("click",this.goPrevious.bind(this)),this.nextButton.addEventListener("click",this.goNext.bind(this)),this.root.addEventListener("keydown",this.handleKeydown.bind(this)),this.cardsWrapper.addEventListener("touchend",this.handleTouchEnd.bind(this))}removeListeners(){this.cards.forEach(t=>{this.carouselObserver.unobserve(t)}),window.removeEventListener("resize",this.onResize),this.indicators.forEach(t=>{const n=t.querySelector("button"),r=n.dataset.timelineTitle;n.removeEventListener("click",()=>this.slideToGroup(r))}),this.prevButton.removeEventListener("click",this.goPrevious),this.nextButton.removeEventListener("click",this.goNext),this.root.removeEventListener("keydown",this.handleKeydown),this.cardsWrapper.removeEventListener("touchend",this.handleTouchEnd.bind(this))}setUpObservers(){this.carouselObserver=new IntersectionObserver(t=>{t.forEach(n=>{n.target.classList.toggle("is-in-view",n.isIntersecting),n.target.toggleAttribute("inert",!n.isIntersecting)})},{root:this.cardsWrapper,threshold:.95})}synchronize(){setTimeout(()=>{this.updateIndicators(),this.updateControls()},500),this.isRunning=!1}adjustBreathingSpace(){this.isDesktopSize=this.application.width()>=1260;const t=this.isDesktopSize?this.headingContainer.offsetLeft:0;this.cardsWrapper.style.setProperty("--breathing-space",`${t}px`)}goPrevious(){if(this.isRunning)return;[this.current]=this.cardsWrapper.querySelectorAll(".is-in-view");const t=this.current.previousElementSibling;this.current!==t&&t&&(this.goToElement({element:t,direction:-1}),this.current=t)}goNext(){if(this.isRunning)return;const t=this.cardsWrapper.querySelectorAll(".is-in-view");this.current=t[t.length-1];const n=this.current.nextElementSibling;this.current!==n&&n&&(this.goToElement({element:n,direction:1}),this.current=n)}goToElement({element:t,direction:n}){this.isRunning=!0;const r=parseInt(getComputedStyle(t,null).paddingLeft,10)||0,i=parseInt(getComputedStyle(t,null).paddingRight,10)||0,s=t.clientWidth+r+i,o=n<0?this.cardsWrapper.scrollLeft-s:this.cardsWrapper.scrollLeft+s;this.cardsWrapper.scrollTo(this.isLtr()?o:o*-1,0),this.synchronize()}slideToGroup(t){this.isRunning=!0;const n=this.getActiveIndicator();this.current=this.getLastCardForGroup(t);const r=this.current.offsetLeft-this.getWindowWidth()/2+this.current.clientWidth/2;n.dataset.timelineTitle!==t&&(n.classList.remove("active"),this.indicatorsWrapper.querySelector(`button[data-timeline-title="${t}"`).classList.add("active")),this.cardsWrapper.scrollLeft=r,this.synchronize()}updateIndicators(){const{timelineGroup:t}=this.current.dataset,n=this.getActiveIndicator();n.dataset.timelineTitle!==t&&(n.classList.remove("active"),this.indicatorsWrapper.querySelector(`button[data-timeline-title="${t}"`).classList.add("active"))}updateControls(){const{lastElementChild:t,firstElementChild:n}=this.cardsWrapper,r=this.cardsWrapper.querySelector(".timeline-card:last-of-type").classList.contains("is-in-view"),i=this.current===t||r,s=this.current===n;document.activeElement===this.nextButton&&i?this.prevButton.focus():document.activeElement===this.prevButton&&s&&this.nextButton.focus(),this.nextButton.toggleAttribute("disabled",i),this.nextButton.setAttribute("aria-disabled",`${i}`),this.prevButton.toggleAttribute("disabled",s),this.prevButton.setAttribute("aria-disabled",`${s}`)}onResize(){window.requestAnimationFrame(this.adjustBreathingSpace)}handleTouchEnd(){setTimeout(()=>{const{lastElementChild:t,firstElementChild:n}=this.cardsWrapper,r=n.classList.contains("is-in-view"),i=t.classList.contains("is-in-view");if(r||i){this.current=r?n:t,this.synchronize();return}const s=this.cardsWrapper.querySelectorAll(".timeline-card.is-in-view");s.length===1?[this.current]=s:this.current=s[1],this.synchronize()},250)}handleKeydown(t){const n=this.isLtr()?this.nextButton:this.prevButton,r=this.isLtr()?this.prevButton:this.nextButton;switch(t.key){case"ArrowRight":t.preventDefault(),document.activeElement===n&&this.keypressAnimation(n),n.focus(),this.isLtr()?this.goNext():this.goPrevious();break;case"ArrowLeft":t.preventDefault(),document.activeElement===r&&this.keypressAnimation(r),r.focus(),this.isLtr()?this.goPrevious():this.goNext();break}}keypressAnimation(t){t.style.animation="animate-keypress 200ms ease-in-out",t.addEventListener("animationend",()=>this.removeAnimationStyle(t),{once:!0})}isLtr(){return window.getComputedStyle(document.body).direction==="ltr"}removeAnimationStyle(t){t.style.animation=null}getActiveIndicator(){return this.indicatorsWrapper.querySelector("li button.active")}getWindowWidth(){const t=window.innerWidth-document.documentElement.clientWidth;return window.innerWidth-t}getLastCardForGroup(t){return Array.from(this.cards).findLast(n=>n.dataset.timelineGroup===t)}}class Ut{constructor(t){Object.assign(this,t),this.accordionButtons=this.document.querySelectorAll(".js-table-accordion-btn"),this.currentRow=null,this.accordionButtons.length&&this.setUpEventListener()}setUpEventListener(){this.accordionButtons.forEach(t=>t.addEventListener("click",this.onRowClick.bind(this)))}hideOthers(){this.accordionButtons.forEach(t=>{t!==this.currentRow&&(t.classList.contains("active")&&t.classList.remove("active"),t.classList.contains("collapsed")||t.classList.add("collapsed"))})}toggleAccordion(){this.currentRow.classList.toggle("active"),this.currentRow.classList.contains("active")?this.currentRow.classList.remove("collapsed"):this.currentRow.classList.add("collapsed")}onRowClick(t){this.currentRow=t.currentTarget,this.hideOthers(),this.toggleAccordion()}}class zt{constructor(t){Object.assign(this,t),this.body=this.document.querySelector("body"),this.mobileToggleButton=this.document.querySelector("#js-tabs-mobile-toggle"),this.tabMenuDropdown=this.document.querySelector("#js-tabs-menu-wrapper"),this.ticking=!1,this.documentHeight=0,this.viewportHeight=0,this.headerOffset=0,this.hash=window.location.hash,this.hasIntersectionObserver=typeof IntersectionObserver<"u";let n=0;this.document.querySelectorAll('a[class^="nav-link"]').forEach((i,s)=>{i.getAttribute("href").length>1&&(i.setAttribute("id",`button-t-${n}`),n++)});const r=Array.prototype.slice.call(this.document.querySelectorAll('a[class^="nav-link"]')).map(i=>decodeURI(i.href.split("#")[1]));this.anchors=Array.prototype.slice.call(this.document.querySelectorAll(":is(h2[id], h3[id], .wp-block-xv-blocks-container[id], .wp-block-xv-blocks-xv-wrapper[id])")).filter(i=>r.includes(i.id)?i.parentNode.nodeName==="SECTION"?i.parentNode:i:!1),this.mobileList=this.document.querySelector(".tabs-menu"),this.document.querySelectorAll('a[class^="nav-link"]').forEach((i,s)=>{const o=i.cloneNode(!0),a=document.createElement("li");o.setAttribute("id",`button-mobile-t-${s}`),a.appendChild(o),this.mobileList.appendChild(a)}),this.setUpView()}setUpView(){this.anchors.length&&(this.getViewportDimensions(),this.setButtonToHighlight(0),this.setUpIntersectionObserver(),this.onMobileLinkClick(),this.onLinkClickScrollBehaviour(),this.mobileToggleButton.addEventListener("click",()=>this.toggleMobileMenu()),window.addEventListener("resize",()=>this.getViewportDimensions()),window.addEventListener("orientationchange",()=>this.setScrollObserver()),window.addEventListener("scroll",()=>this.setScrollObserver()))}setUpIntersectionObserver(){this.hasIntersectionObserver&&this.hash.length&&new IntersectionObserver(()=>window.dispatchEvent(new Event("scroll"))).observe(this.document.querySelector(decodeURI(this.hash)))}getViewportDimensions(){const t=this.document.getElementsByTagName("nav")[0],n=this.document.getElementById("tabmenu");this.headerOffset=window.innerWidth>1023?30:60,this.headerOffset+=t?t.offsetHeight:0,this.headerOffset+=n?n.offsetHeight:0,this.documentHeight=document.body.scrollHeight,this.viewportHeight=window.innerHeight}getLastKnownScrollPosition(){return Math.max(window.pageYOffset,this.document.documentElement.scrollTop,this.document.body.scrollTop)}setScrollObserver(){const t=this.getLastKnownScrollPosition();this.ticking||(window.requestAnimationFrame(()=>{this.setButtonToHighlight(t),this.ticking=!1}),this.ticking=!0)}getSectionForHighlight(t){const n=this.anchors.map(s=>this.getOffset(s));let r=0,i=-1;return t=this.documentHeight?n.length:(r=n.find(s=>s>t),i=r>0?n.indexOf(r):n.length,this.lastSecIndex=i,i)}setButtonToHighlight(t){this.highlightButton(this.getSectionForHighlight(t)),this.highlightButton(this.getSectionForHighlight(t),!0)}highlightButton(t,n=!1){let r,i;n?(r=`button-mobile-t-${t-1}`,i=".tabs-menu-title"):(r=`button-t-${t-1}`,i=".nav-link");const s=this.document.getElementById(r);this.document.querySelectorAll(i).forEach(o=>o.classList.remove("active")),s&&s.classList.add("active")}onMobileLinkClick(){this.document.querySelectorAll(".nav-link").forEach(t=>{t.addEventListener("click",()=>{this.hideMobileMenu()})})}getOffset(t){let n,r,i=!1,s=!1;if(t.classList.length>0&&(i=t.classList.contains("wp-block-xv-blocks-container"),s=t.classList.contains("wp-block-xv-blocks-xv-wrapper")),i||s?(n=t,r=t):(n=t.closest("section"),r=n==null?void 0:n.closest(".block-group")),n){let o=r&&r!=n?n.offsetTop:t.offsetTop,a=o-180;return o==0&&(o=n.offsetTop,a=o-80),a}return 0}onLinkClickScrollBehaviour(){this.document.querySelectorAll(".nav-link").forEach(t=>{t.addEventListener("click",n=>{if(n.preventDefault(),n.target.tagName.toLowerCase()==="a"){const r=n.target.getAttribute("href").substring(1),i=document.getElementById(r);if(i){this.document.location.hash=r;const s=this.getOffset(i);window.scrollTo({top:s,behavior:"smooth"})}}})})}showMobileMenu(){this.body.classList.add("js-overlay-on"),this.body.classList.add("js-tabs-menu-on"),this.mobileToggleButton.classList.add("expanded"),this.tabMenuDropdown.classList.add("active")}hideMobileMenu(){this.body.classList.remove("js-overlay-on"),this.body.classList.remove("js-tabs-menu-on"),this.body.classList.remove("js-allow-overflow"),this.mobileToggleButton.classList.remove("expanded"),this.tabMenuDropdown.classList.remove("active")}toggleMobileMenu(){const t=this.getLastKnownScrollPosition(),n=this.document.getElementsByTagName("header")[0],i=this.document.getElementById("tabmenu").offsetTop,s=n?n.offsetHeight:0;let o;t+s{this.tabMenuDropdown.classList.contains("active")?this.hideMobileMenu():this.showMobileMenu()},o)}}class Wt{constructor(t){Object.assign(this,t),this.isIE11=!!window.MSInputMethodContext&&!!document.documentMode,this.scrollDownCta=this.document.querySelector(".js-arrow-next-section"),this.scrollDownCtaWrapper=this.document.querySelector(".js-arrow-next-section-wrapper"),this.init()}init(){if(this.scrollDownCta){this.ancestor=this.document.querySelector(".js-hero-section");const r=this.ancestor&&this.ancestor.scrollHeight+50=1260;window.addEventListener("scroll",()=>{const i=window.pageYOffset/50,s=r?-1*i*20:-1*i*70;this.scrollDownCtaWrapper.style.transform=`translate(-50%, ${s}px)`,this.scrollDownCtaWrapper.style.opacity=1-i},!1),this.scrollDownCta.addEventListener("click",i=>this.scrollNextComponent(i)),r&&this.scrollDownCtaWrapper.classList.add("scrolldown-arrow-wrapper-xl")}}scrollNextComponent(t){t.preventDefault();const n=this.ancestor?this.ancestor.clientHeight:0,r=this.isIE11?[0,n]:[{top:n,behavior:"smooth"}];window.scrollTo(...r)}}class Vt{constructor(t){Object.assign(this,t),this.setUpViews(),this.setUpListeners()}setUpViews(){this.hero=this.document.querySelector(".hero")}setUpListeners(){this.document.addEventListener("scroll",()=>this.onScroll())}isBelowTheFold(){return this.hero?this.hero.getBoundingClientRect().bottom<=window.innerHeight/4:!1}onScroll(){this.isBelowTheFold()?this.document.body.classList.add("is-below-the-fold"):this.document.body.classList.remove("is-below-the-fold")}}class Ht{constructor(t){Object.assign(this,t);const n=this.document.querySelector(".js-mobile-bg-on"),r=this.document.querySelector("nav");this.mobileWidth=768,this.init(n,r)}isMobile(){return window.innerWidththis.onResize())}onResize(){const t=this.isMobile()?this.color.mobile:this.color.desktop;this.hero.classList.contains(t)||(this.isMobile()?(this.hero.classList.remove(this.color.desktop),this.hero.classList.remove(`hero-${this.theme.desktop}`),this.hero.classList.remove(`bg-${this.theme.desktop}`),this.nav.classList.remove(`bg-${this.theme.desktop}`),this.hero.classList.add(this.color.mobile),this.hero.classList.add(`hero-${this.theme.mobile}`),this.nav.classList.add(`bg-${this.theme.mobile}`)):(this.hero.classList.remove(this.color.mobile),this.hero.classList.remove(`hero-${this.theme.mobile}`),this.hero.classList.remove(`bg-${this.theme.mobile}`),this.nav.classList.remove(`bg-${this.theme.mobile}`),this.hero.classList.add(this.color.desktop),this.hero.classList.add(`hero-${this.theme.desktop}`),this.nav.classList.add(`bg-${this.theme.desktop}`)))}storeCSSValues(){this.color={desktop:"",mobile:""},this.theme={desktop:"",mobile:""};const t=this.hero.classList.contains("js-mobile-bg-light"),n=this.hero.classList.contains("hero-light");this.theme.mobile=t?"light":"dark",this.theme.desktop=n?"light":"dark";for(let r=0;r!==this.hero.classList.length;r+=1)if(/^hero-bkg-.*/.test(this.hero.classList[r])){this.color.desktop=this.hero.classList[r];break}for(let r=0;r!==this.hero.classList.length;r+=1)if(/^js-mobile-hero-bkg-.*/.test(this.hero.classList[r])){this.color.mobile=this.hero.classList[r].replace("js-mobile-","");break}}}class qt{constructor(t){Object.assign(this,t),this.vwo=window.VWO||[],window.addEventListener("load",this.sendEventData())}sendEventData(){this.vwoExp=window._vwo_exp,this.vwoExp&&this.vwo.push(["onVariationApplied",t=>setTimeout(()=>this.onVariationApplied(t),2e3)])}onVariationApplied(t){var o,a;if(!t)return;const n=t[1],r=t[2],i=this.vwoExp[n],s=["VISUAL_AB","VISUAL","SPLIT_URL"].includes(i==null?void 0:i.type);(o=i==null?void 0:i.comb_n)!=null&&o[r]&&s&&(i.isFirst&&((a=window.kpAnalytics)==null||a.Analytics.track("experiment_started",{experiment_name:i.name,variation_name:i.comb_n[r]})),this.application.eventBus.triggerEvent(this.application.eventBus.events.vwo.campaignStarted,"VWO",i.name,i.comb_n[r]),this.application.aloomaTracker.track("experiment_started",{event:"experiment_started",experimentID:n,chosenVariation:r}))}}function h2(e){for(var t=e+"=",n=document.cookie.split(";"),r=0;rthis.setExperimentCookies()),window.addEventListener("load",()=>setTimeout(this.sendEventData(),2e3))}setExperimentCookies(){const t=h2("experiment_started");if(t){const n=t.split(":")[0],r=t.split(":")[1];g8("kexn",n,";"),g8("kvarn",r,";"),v5("experiment_started","",-1,window.cookieDomain),this.experiment_found=!0}}sendEventData(){var r;if(this.experiment_found==!1)return;const t=h2("kexn"),n=h2("kvarn");t&&n&&((r=window.kpAnalytics)==null||r.Analytics.track("experiment_started",{experiment_name:t,variation_name:n}),this.application.eventBus.triggerEvent(this.application.eventBus.events.cms.campaignStarted,"Campaign",t,n),this.application.aloomaTracker.track("experiment_started",{event:"experiment_started",experimentID:t,experimentName:t,chosenVariation:n}))}}class F7{constructor(t){Object.assign(this,t),this.youTubeScriptReady=!1,this.containers=this.document.querySelectorAll(".js-video[data-video-id]"),this.init()}init(){this.containers.length&&this.initContainers()}initContainers(){this.containers.forEach(t=>{const n=t.querySelector("img"),r=t.querySelector(".play-button"),i=t.getAttribute("data-video-id"),s=t.getAttribute("data-video-loading"),o=t.getAttribute("data-locale");i&&(t.addEventListener("play-video",()=>this.handleImageClick(i,t,s,o)),t.addEventListener("stop-video",()=>F7.handleStopVideo(t)),n.addEventListener("click",()=>this.handleImageClick(i,t,s,o),{once:!0}),r.addEventListener("click",()=>this.handleImageClick(i,t,s,o),{once:!0}))})}async handleImageClick(t,n,r,i="en-US"){n.classList.add("loading");let s;try{const o=i.substring(0,2);s=await this.fetchVideoUrl(t),s&&(s.includes("youtube")?this.renderYouTubeIframe(t,o,n):this.renderDacastIframe(s,o,n,r))}catch{n.classList.remove("loading")}}async fetchVideoUrl(t){const n=new XMLHttpRequest;return new Promise((r,i)=>{n.onload=()=>{n.readyState===4&&(n.status===200?r(JSON.parse(n.responseText).data.url):i(new Error("Failed to load video url")))},n.open("GET",`/frtr/api/v1/videos/${t}`),n.send()})}renderDacastIframe(t,n,r,i){const s=`autoplay=1&cc_lang_pref=${n}&cc_load_policy=1`,o=t.concat(t.indexOf("?")===-1?`?${s}`:`&${s}`),a=document.createElement("iframe");a.src=o,a.frameborder=0,a.SameSite="Secure",a.allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",a.allowfullscreen="allowfullscreen",a.loading=i,a.addEventListener("load",()=>{r.classList.toggle("loading"),r.classList.toggle("loaded")}),r.prepend(a)}loadYouTubeScript(){if(this.document.getElementById("youtube-script"))return;const t=this.document.createElement("script"),n=this.document.getElementsByTagName("script")[0];t.id="youtube-script",t.async=!0,t.src="https://www.youtube.com/iframe_api",n.parentNode.insertBefore(t,n),this.youTubeScriptReady=!0}setupYouTubePlayer(t,n,r){this.player=new YT.Player(`player-${t}`,{videoId:t,playerVars:{cc_lang_pref:n,cc_load_policy:1},events:{onReady:i=>{r.classList.toggle("loading"),r.classList.toggle("loaded"),i.target.playVideo()}}})}renderYouTubeIframe(t,n,r){this.youTubeScriptReady?this.setupYouTubePlayer(t,n,r):(this.loadYouTubeScript(),window.onYouTubeIframeAPIReady=()=>{this.setupYouTubePlayer(t,n,r)}),window.stopVid=()=>{this.player.destroy()}}static handleStopVideo(t){const n=t.querySelector("iframe");if(n){const r=n.getAttribute("src");if(!r)return;t.classList.remove("loaded"),r.includes("youtube")?window.stopVid():n.remove()}}}const w8="download_agree";class Yt{constructor(t){Object.assign(this,t),this.understandCheckbox=this.document.querySelector("#checkbox-understand"),this.agreeAndDownloadCta=this.document.querySelector(".download-btn a"),this.setup()}setup(){this.understandCheckbox&&(this.year=this.understandCheckbox.getAttribute("data-year"),this.buttonDisabled=!0,this.agreeAndDownloadCta.classList.add("disabled"),this.understandCheckbox.addEventListener("change",()=>this.toggleDisableClasses(),!1),this.agreeAndDownloadCta.addEventListener("click",t=>this.onDownloadClick(t),!1))}toggleDisableClasses(){this.understandCheckbox.checked?(this.buttonDisabled=!1,this.agreeAndDownloadCta.classList.remove("disabled")):(this.buttonDisabled=!0,this.agreeAndDownloadCta.classList.add("disabled")),this.toggleTokenToCookie()}toggleTokenToCookie(){if(!this.understandCheckbox.checked)this.document.cookie=`${w8}= ; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/`;else{const t=btoa(Math.random());this.document.cookie=`${w8}=${t}; path=/`}}onDownloadClick(t){if(t.preventDefault(),this.buttonDisabled)return!1;const n=this.document.createElement("form");n.name="myForm",n.method="POST",n.action="/blog/wp-admin/admin-ajax.php",this.document.body.appendChild(n);let r=this.document.createElement("input");r.type="hidden",r.name="action",r.value="download-pdf",n.appendChild(r),r=this.document.createElement("input"),r.type="hidden",r.name="year",r.value=this.year,n.appendChild(r),n.submit()}}function Gt(){let e="";return navigator.appVersion.indexOf("Win")!=-1&&(e="Windows"),navigator.appVersion.indexOf("Mac")!=-1&&(e="MacOS"),navigator.appVersion.indexOf("X11")!=-1&&(e="UNIX"),navigator.appVersion.indexOf("Linux")!=-1&&(e="Linux"),navigator.platform.indexOf("iPhone")!=-1&&(e="iPhone"),navigator.platform.indexOf("iPad")!=-1&&(e="iPad"),navigator.platform.indexOf("Android")!=-1&&(e="Android"),navigator.platform.indexOf("BlackBerry")!=-1&&(e="BlackBerry"),navigator.platform.indexOf("iPod")!=-1&&(e=" iPod Touch"),e}function Qt(){let e=this,t=function(r,i){const s=arguments.length;if(s===0)r=0,i=2147483647;else{if(s===1)throw new Error("Warning: mt_rand() expects exactly 2 parameters, 1 given");r=parseInt(r,10),i=parseInt(i,10)}return Math.floor(Math.random()*(i-r+1))+r},n=function(r,i){return("0000"+t(r,i).toString(16)).slice(-4).toUpperCase()};e.getCookiesToObject=function(){return document.cookie.split(";").reduce((r,i)=>{const[s,o]=i.trim().split("=").map(decodeURIComponent);try{return Object.assign(r,{[s]:JSON.parse(o)})}catch{return Object.assign(r,{[s]:o})}},{})},e.getQueryToObject=function(){const r=new URL(window.location.href).searchParams;let i={};for(let s of r.keys())i[s]=r.get(s);return i},e.getKeyByValue=function(r,i,s){return Object.keys(r).find(o=>r[o][s]===i)||!1},e.cleanObjectByValue=function(r,i){for(let s in r)(r[s][i]===""||r[s][i]===null||r[s][i]===void 0)&&delete r[s]},e.getCookie=function(r){for(var i=r+"=",s=document.cookie.split(";"),o=0;o1?s:"0"+s;var o=r.getDate().toString();o=o.length>1?o:"0"+o;var a=r.getHours().toString();a=a.length>1?a:"0"+a;var u=r.getMinutes().toString();u=u.length>1?u:"0"+u;var c=o+"/"+s+"/"+i+" "+a+":"+u;return c},e.isSearchEngineReferer=function(){const r=["1blink","2020search","4anything","4arabs","7metasearch","7search","abacho","abcitaly","abcnews","abcsearch","about","accufind","achla","acoon","adelphiapowerpage","admaiora","ajkids","alberta","alexa","allesklar","alltheinternet","allthesites","alltheweb","altavista","ameinfo","americaonline","anywho","anzwers","aol","aolrecherche","apollo7","arabianlist","arianna","aroob","ask","askjack","askjeeves","atlas","atomica","att","attbi","austria","austronaut","avana","avantfind","babieca","babylon","baidu","bannerservers","beebuzz","bellsouth","bessybug","bestoftheweb","bestsearchonearth","bigsearch","bing","blingo","blowsearch","bluewin","blueyonder","bol","brightgate","brint","browserdirect","btinternet","buscamelo","business","buydomains","bytedog","bytesearch","cade","caloga","caloweb","camia","canada","catcha","centrum","ceoexpress","chemedia","chemweb","chopstix","ciao","clix","comcast","cometsystems","completeplanet","compuserve","copernic","cox","curryguide","datamonster","daum","debriefing","directhit","docomo","dogpile","dotzup","dreamx","dtcc","duckduckgo","dunco","dxmhanafos","earthlink","ecosia","education-world","eircom","elcomsoft","elevonsearch","elmundo","elsitio","empas","engine54","eniro","ensino","entireweb","eresmas","esearchandfind","espotting","euroseek","evisum","evreka","excite","family-source","fincont","find-and-buy","findia","findology","findtarget","findwhat","firehunt","foxnews","france","freeserve","froogle","gigablast","gnet","go.mail","go2net","godado","goeureka","gogo","gohip","goliat","goo","goodsearch","google","goto","guidebeam","haku","halebot","hananet","heureka","highbeam","highway61","hispavista","homepageware","hotbot","howstuffworks","icq","icqit","idexer","ifind","iguide","ilor","ilse","imdb","incywincy","indiainfo","indiatimes","infind","infinit","infoseek","infospace","infotiger","infozoid","intelliseek","interfree","inwind","iol","ipoinc","iraqsearch","isearch","isleuth","israel","istarthere","ithaki","iwon","ixquick","jethomepage","jewish","job","jumpforce","jumpy","jyxo","kanoodle","kataweb","kazaa","kolumbus","korridor","krstarica","kvasir","latimes","latinguia","lineone","linksynergy","live","look","looksmart","lookupanything","lop","lukol","lycos","lycosasia","mamma","manufacturing","master","maximumedge","mciworld","medkatalog","megaspider","meta360","metacrawler","metaeureka","metagopher","metamission","metor","mirago","monkeysweat","monstercrawler","moreshet","mosaicfx","msn","multimania","munky","musicrobot","musicsearch","mweb","mybc","mygo","mynet","mysearch","mytelus","myway","mywebsearch","najdi","nana","naver","nbci","net2day","netbul","netex","netmadeira","netscape","netscapeonline","netster","nifty","ninemsn","nomade","northernlight","ntlworld","nypost","nytimes","oingo","one2seek","only","opasia","openfind","openhere","overture","ozu","pageseeker","pandia","paraguaysearch","parseek","passagen","peoplepc","plussearch","popularsites","portelo","pregunta","profusion","qsrch","qwant","radaruol","rakuten","rapidseek","rdn","real","realcities","rechercher","redbox","rediff","reference","rembler","resultsondemand","rogers","samsclub","sanook","sapo","savvy","savvysearch","scirus","sciseek","scrubtheweb","search","search1-1","search123","search4science","searchalot","searchandclick","searchboss","searchbug","searchcactus","searchengine","searchesdirect","searcheurope","searchfuel","searchhippo","searchopolis","searchpower","searchwho","searchy","secondpower","sharelook","shinyseek","shop-uk-online","shopguide","shopnav","sify","sina","sirsearch","snap","snoopa","sok.start","sol","sosig","spinneweb","spray","starmedia","start","startingpage","startium","startnow","startpage","startseite","suche","sucheaol","suchen","suchmaschine","suchpilot","suomi24","supanet","superonline","sureseeker","surfwax","sympatico","szukaj","t-online","t1msn","tapuz","tdconline","techtarget","teoma","terix","terra","terravista","thebighub","theking","theuseful","theyellowpages","thunderstone","tiscali","tiscalinet","toile","topsearcher","torpedo","toxiclemon","turkmeta","ubbi","ucs","ukmax","ukplus","ukr","uol","usonline","usseek","vachercher","verden","verisign","viewpoint","vindex","vindin","virtualfish","vivisimo","vizsla","voila","vonna","walla","weather","web-agri","webcrawler","webfast","webhelp","websearch","webseek","webtop","whatsfind","wisenut","wish7","work","worldnet","wunderground","wwwijzer","xtramsn","ya","yahoo","yandex","yarrawongasc","yeah","yo","your","yoursearchfinder","yucom","yupimsn","zindiana","zip","zoek","zoeken","zoekhond","zooloo","zoznam","zworks"];if(document.referrer!=""){const i=new URL(document.referrer);for(let s=0;si.startsWith("utm_"));if(t.length===0)return;const n={};t.forEach(i=>{n[i]=this.parsedQueryParams[i]}),JSON.stringify(n).length<1e3&&this.helper.setCookie("utm",JSON.stringify(n),y8)}}class m5{constructor(t){Object.assign(this,t),this.init()}init(){this.containers=this.document.querySelectorAll(".video-lightbox-container"),this.containers.length&&this.initContainers()}initContainers(){const t="Escape";this.containers.forEach(n=>{const r=n.querySelector(".video-preview"),i=n.querySelector(".video-lightbox"),s=n.querySelector(".js-video[data-video-id]");!i&&!s||(r.addEventListener("click",()=>m5.showLightboxVideo(n,i,s)),i.addEventListener("click",()=>m5.hideLightboxVideo(i,s)),this.document.addEventListener("keydown",({key:o})=>{o===t&&m5.hideLightboxVideo(i,s)}))})}static showLightboxVideo(t,n,r){n.classList.remove("hidden"),n.classList.add("visible"),r.dispatchEvent(new Event("play-video"))}static hideLightboxVideo(t,n){t&&t.classList.remove("visible"),setTimeout(()=>{n.dispatchEvent(new Event("stop-video")),t&&t.classList.add("hidden")},200)}}class Jt{constructor(t){Object.assign(this,t),this.noNavHeader=0,this.noNavBarCTA=0,this.headerLogo=0,this.heroBlock=0,this.heroBlockCTA=0,this.heroBlockCTABottom=300,this.scrolledNavHeight=68,this.setUpView()}setUpView(){this.noNavHeader=this.document.querySelector("header.no-nav-header"),this.headerLogo=this.document.querySelector("header.no-nav-header a.nav-logo"),this.noNavHeader&&(this.setUpListener(),this.getHeroBlock())}setUpListener(){window.addEventListener("scroll",()=>{this.onPageScrolling(),this.getNavCTAWidth()}),window.addEventListener("resize",()=>{this.getHeroBlock()}),this.headerLogo.addEventListener("click",t=>{this.onHeaderLogoClicked(t)}),this.getNavCTAWidth()}getNavCTAWidth(){if(this.noNavBarCTA=this.document.querySelector(".no-nav-header .nav-menu-cta"),!this.noNavBarCTA)return;const t=this.noNavBarCTA.offsetWidth;this.noNavBarCTA.style["--button-width"]=`-${t}px`}getHeroBlock(){const t=this.document.querySelectorAll("div.main > *"),n=[];let r={};for(let i=0;ithis.scrolledNavHeight?this.noNavHeader.classList.add("white-bg"):t>0?(this.noNavHeader.classList.add("scrolled"),this.noNavHeader.classList.remove("white-bg")):(this.noNavHeader.classList.remove("scrolled"),this.noNavHeader.classList.remove("white-bg")),t>=this.heroBlockCTABottom?this.noNavHeader.classList.add("show-cta"):this.noNavHeader.classList.remove("show-cta")}}const en="h1, h2, h3, h4, h5, small, p, span, a, img, button, ul, .accordion-item, .press-logos";class tn{constructor(t){Object.assign(this,t),this.generateSelectors();const n=this.document.querySelector(".js-div-scroll-animation"),r=this.document.querySelectorAll(this.selectors);this.init(n,r)}init(t,n){t&&(this.animation=t,this.animatedElements=n,this.setUpListeners(),window.scrollY===0&&this.fadeInAnimation(!0))}generateSelectors(){const t=en.split(", "),n=t.map(i=>`.js-div-scroll-animation section ${i}`).join(", "),r=t.map(i=>`.js-div-scroll-animation .hero ${i}`).join(", ");this.selectors=r.concat(n)}setUpListeners(){window.addEventListener("scroll",()=>this.onScroll())}onScroll(){this.fadeInAnimation()}fadeInAnimation(t=!1){let n=0,r=0;const i=window.innerHeight,s=t?0:150;this.animatedElements.forEach(o=>{const a=o.getBoundingClientRect().top;a{o.classList.add("is-active")},n)):o.classList.add("is-active"))})}}class nn{constructor(t){Object.assign(this,t),this.getStartedButton=this.document.querySelector(".nav-menu-cta .js-cta-get-started"),this.aircoveButton=this.document.querySelector(".nav-menu-cta .js-cta-aircove"),this.setupButton=this.document.querySelector(".nav-menu-cta .js-cta-setup"),this.languagePickerText=this.document.querySelector(".language-picker"),this.languagePickerGlobe=this.document.querySelector(".language-picker-globe"),this.accountNavText=this.document.querySelector(".account-nav-text"),this.accountNavIcon=this.document.querySelector(".account-nav-icon"),this.init()}init(){var n,r,i,s,o,a,u,c,h,g,f,x,w,y,L,d;const t="header-menu__cta--hidden";this.isLoggedIn()?((r=(n=this.aircoveButton)==null?void 0:n.classList)==null||r.remove(t),(s=(i=this.setupButton)==null?void 0:i.classList)==null||s.remove(t),(a=(o=this.accountNavIcon)==null?void 0:o.classList)==null||a.remove(t),this.document.querySelector(".no-nav-header")?(c=(u=this.languagePickerText)==null?void 0:u.classList)==null||c.remove(t):(g=(h=this.languagePickerGlobe)==null?void 0:h.classList)==null||g.add("logged-in")):((x=(f=this.getStartedButton)==null?void 0:f.classList)==null||x.remove(t),(y=(w=this.accountNavText)==null?void 0:w.classList)==null||y.remove(t),(d=(L=this.languagePickerText)==null?void 0:L.classList)==null||d.remove(t))}isLoggedIn(){const t="xv_ue=1";return this.document.cookie.split(";").map(r=>r.trim()).some(r=>r===t)}}class rn{constructor(t){Object.assign(this,t),this.initialize()}initialize(){this.root=this.document.querySelector(".on-page-icon-nav-bar"),this.root&&(this.fetchElements(),this.setActiveNavigationItem())}fetchElements(){this.windowURL=new URL(window.location.href),this.navigationItems=Array.from(this.root.querySelectorAll(".icon-nav-bar-list li"))}setActiveNavigationItem(){this.navigationItems.length!==0&&this.navigationItems.forEach(t=>{const n=t.querySelector("a");!n||!n.href||this.isURLMatch(n.href)&&n.classList.add("active")})}isURLMatch(t){const r=t.startsWith("/")||!t.includes("://")?new URL(t,this.windowURL.origin):new URL(t);return this.windowURL.href===r.href}}class sn{constructor(t){Object.assign(this,t),this.initialize()}initialize(){this.root=this.document.querySelector(".on-page-icon-nav-bar"),this.root&&(this.fetchElements(),this.attachEventListeners())}fetchElements(){var t;this.scrollContainer=this.root.querySelector("#js-overflow-container"),this.navItemElement=(t=this.scrollContainer)==null?void 0:t.querySelector(".icon-nav-bar-list li"),this.navItemElement&&(this.navItemWidth=this.navItemElement.offsetWidth,this.scrollRightButton=this.root.querySelector("#js-scroll-button-right"),this.scrollLeftButton=this.root.querySelector("#js-scroll-button-left"))}attachEventListeners(){var t,n;(t=this.scrollRightButton)==null||t.addEventListener("click",()=>this.scrollHandler("right")),(n=this.scrollLeftButton)==null||n.addEventListener("click",()=>this.scrollHandler("left"))}scrollHandler(t){var r;const n=t==="right"?this.navItemWidth:-this.navItemWidth;(r=this.scrollContainer)==null||r.scrollTo({left:this.scrollContainer.scrollLeft+n,behavior:"smooth"})}}const x8="active",on="special-offer";class ln{constructor(t){Object.assign(this,t),this.referralBar=this.document.querySelector(".referral-bar"),this.referralCampaignBarText=this.document.querySelector(".js-referral-campaign"),this.referralCampaignBarSpecialOfferText=this.document.querySelector(".js-referral-campaign-special-offer"),this.closeButton=this.document.querySelector(".referral-bar .xv-icon-close"),this.referralBar&&this.init()}init(){this.setUpListeners(),this.showBanner()}setUpListeners(){window.addEventListener("scroll",()=>this.updateBannerOnScroll()),this.closeButton.addEventListener("click",()=>this.onClose())}showBanner(){const t="referrer_id",n="has_special_offer",r="show_referral_notification=0",i="referee_bonus_days",s=this.document.cookie.split(";").map(f=>f.trim()),[o]=s.filter(f=>f.startsWith(t)),[a]=s.filter(f=>f.startsWith(n)),[u]=s.filter(f=>f.startsWith(r)),c=window.location.search,h=new URLSearchParams(c),g=(()=>{const f=parseInt(h.get(i),10);return Number.isNaN(f)?30:f})();if(o&&!u&&(g?v5(i,g,45):h2(i)||v5(i,30,45),this.referralCampaignBarText.innerHTML=this.referralCampaignBarText.innerHTML.replace(/{{bonus_days}}/g,h2(i)),this.referralBar.classList.add(x8),a)){const f=(parseInt(h2(i),10)+90)/30;this.referralCampaignBarSpecialOfferText.innerHTML=this.referralCampaignBarSpecialOfferText.innerHTML.replace(/{{bonus_months}}/g,f),this.referralBar.classList.add(on)}}hideBanner(){this.referralBar.classList.remove(x8)}updateBannerOnScroll(){window.pageYOffset===0?this.showBanner():this.hideBanner()}resetCookies(){const n=new Date;n.setDate(n.getDate()+45),this.document.cookie=`show_referral_notification=0; expires=${n.toUTCString()}`}onClose(){this.resetCookies(),this.hideBanner()}}class an{constructor(t){Object.assign(this,t),document.addEventListener("DOMContentLoaded",()=>{document.querySelector(".pre-footer")&&(this.body=this.document.querySelector("body"),this.prefooterPages=this.document.querySelector(".footer-pages"),this.prefooterPagesTrigger=this.document.querySelector(".footer-pages__trigger-area"),this.setUpView())})}setUpView(){this.prefooterPages&&this.prefooterPagesTrigger&&this.prefooterPagesTrigger.addEventListener("click",this.toggleAccordion.bind(this))}toggleAccordion(){console.log("Prefooter > toggleItemsList()"),this.prefooterPages.classList.toggle("is-collapsed")}}const un=2;class cn{constructor(t){Object.assign(this,t),this.nav=this.document.querySelector("nav"),this.header=this.document.querySelector("header"),this.init()}init(){this.version=un,this.aloomaTracker=new D1({document:this.document}),this.carousel=new Z1({document:this.document}),this.contentBlockEventTracking=new At({application:this}),this.downloadableAssets=new Rt({document:this.document}),this.dropdown=new Bt({document:this.document}),this.dropdownMobile=new Ot({document:this.document}),this.downloadableAssetsMainCategory=new f5({document:this.document,outer:"js-downloadable-asset-outer-main-lvl",container:"js-downloadable-asset-overflow-main-lvl"}),this.downloadableAssetsSecondLvlCategory=new f5({document:this.document,outer:"js-downloadable-asset-outer-snd-lvl",container:"js-downloadable-asset-overflow-snd-lvl"}),this.downloadableAssetsThirdLvlCategory=new f5({document:this.document,outer:"js-downloadable-asset-outer-third-lvl",container:"js-downloadable-asset-overflow-third-lvl"}),this.eventBus=new Dt({document:this.document}),this.footnoteAlignment=new Zt({document:this.document}),this.languageSelector=new Nt({application:this}),this.overflowContainer=new f5({document:this.document}),this.allTestimonials=new Pt({application:this,document:this.document}),this.timelineCarousel=new Ft({application:this,document:this.document}),this.dropdownTableAccordion=new Ut({document:this.document}),this.ScrollNextSection=new Wt({document:this.document}),this.ScrollDetector=new Vt({document:this.document}),this.MobileHeroSuperClasses=new Ht({document:this.document}),this.vwoDetector=new qt({application:this}),this.CMSExperimentDetector=new $t({application:this}),this.Video=new F7({document:this.document}),this.videoLightbox=new m5({document:this.document}),this.TabMenu=new zt({document:this.document}),this.document.querySelector("#js-tabs-overflow-container")&&(this.tabsOverflow=new f5({document:this.document,outer:"tabmenu",container:"js-tabs-overflow-container"})),this.chatWrapper=new D2({application:this,document:this.document}),this.trackingCookies=new Xt({document:this.document}),this.referralNotification=new ln({document:this.document}),this.NoNavHeader=new Jt({document:this.document}),this.termsAndConditions=new Yt({application:this,document:this.document}),this.pageScrollAnimation=new tn({document:this.document}),this.HeaderCta=new nn({document:this.document}),this.IconNavBarActiveState=new rn({document:this.document}),this.IconNavBarScrollButton=new sn({document:this.document}),this.PreFooter=new an({document:this.document}),window.addEventListener("scroll",this.onScroll.bind(this)),window.addEventListener("DOMContentLoaded",this.onDOMContentLoaded.bind(this))}setHeaderClass(t){this.header.classList.contains("no-nav-header")||this.nav.classList.toggle("white",t!==0)}width(){return window.innerWidth}height(){return window.innerHeight}onScroll(t){const{scrollTop:n}=t.target.documentElement;this.setHeaderClass(n)}onDOMContentLoaded(){this.document.querySelector(".sticky-cta")&&this.document.body.classList.add("has-sticky-cta")}}if((async()=>window.application=new cn({document}))(),document.querySelector(".one-col-flag")){const e=document.querySelector(".one-col-flag"),t=e.querySelector(".main-slider"),n=e.querySelector(".flag-slider-container"),r=()=>{t.classList.add("flags-scrolling"),t.querySelectorAll(".flag-slider-container").length<2&&t.appendChild(n.cloneNode(!0)),t.addEventListener("mouseenter",s),t.addEventListener("mouseleave",o)},i=()=>{t.classList.remove("flags-scrolling");const u=t.querySelectorAll(".flag-slider-container");if(u.length>1)for(let c=1;ct.classList.add("paused"),o=()=>t.classList.remove("paused"),a=()=>{window.innerWidth<=n.clientWidth?r():i()};window.addEventListener("resize",a,!0),a()}function x3(e,t,n){e.setAttribute(t,n)}function S8(e,t){e.classList.toggle(t)}function dn(e){const t=e.closest(".accordion-item"),n=t.querySelector(".accordion-header"),r=n.querySelector("a"),i=t.querySelector(".accordion-content"),s=i.querySelectorAll("a"),o=r.getAttribute("aria-expanded")==="true",a=i.getAttribute("aria-hidden")==="true";x3(r,"aria-expanded",o?"false":"true"),x3(i,"aria-hidden",a?"false":"true"),s.forEach(u=>{x3(u,"tabindex",a?"":"-1")}),S8(n,"active"),S8(i,"collapsed")}function k8(e){(e.type==="click"||e.type==="keydown"&&(e.key==="Enter"||e.key===" "))&&(e.preventDefault(),dn(e.target))}const E8=document.querySelectorAll(".accordion-content");if(E8){E8.forEach(t=>{const n=t.getAttribute("aria-hidden")==="true";t.querySelectorAll("a").forEach(i=>{x3(i,"tabindex",n?"-1":"")})});const e=document.querySelectorAll(".js-accordion-btn");e&&e.forEach(t=>{t.addEventListener("click",k8),t.addEventListener("keydown",k8)})}class Cn{constructor(t){Object.assign(this,t),this.contentBlockDefMap=[{block:".one-col-cards-block",target:".press-card-wrapper",chunk:5},{block:".four-column-image-block",target:".image-grid-items-column",chunk:20}],this.contentBlocks=this.contentBlockDefMap.flatMap(n=>[...this.document.querySelectorAll(n.block)].map(r=>({loadMoreCta:r.querySelector("button.btn.js-load-more"),itemsLoaded:[...r.querySelectorAll(n.target)],chunk:n.chunk,splittedItems:[],currentContentBlockItemsIndex:0})))}init(){this.contentBlocks.length>0&&this.contentBlocks.forEach(t=>{var n;this.splitItems(t),this.showItemsInit(t),this.manageCta(t),this.blurItemAfterClick(t),(n=t.loadMoreCta)==null||n.addEventListener("click",r=>this.addCtaEvent(t,r))})}splitItems(t){const{chunk:n,itemsLoaded:r,splittedItems:i}=t;for(let s=0,o=r.length;s1&&ithis.hide(r)),this.showItems(t)}showItems(t){const{splittedItems:n,currentContentBlockItemsIndex:r}=t;n[r].map(i=>this.show(i))}blurItemAfterClick(t){const{itemsLoaded:n}=t;n.map(i=>i.querySelector("a")).filter(i=>i).map(i=>i.addEventListener("click",this.blur))}blur(){this.blur()}setFocusOnItem(t){const{splittedItems:n,currentContentBlockItemsIndex:r}=t;document.activeElement.blur();const i=n[r];if(i&&i[0]){const s=i[0].querySelector("a");setTimeout(()=>s.focus(),0)}}addCtaEvent(t,n){n.preventDefault(),t.currentContentBlockItemsIndex+=1,this.showItems(t),this.setFocusOnItem(t),this.manageCta(t)}}if(new Cn({document}).init(),document.querySelector(".with-or-without-vpn")){let f=function(){i&&i.addEventListener("click",()=>x())},x=function(){i.className="vpn-card-button",i.disabled=!0,w(),C(),c=!c,i.className=c?"vpn-card-button tooltip-hover":"vpn-card-button",i.disabled=!1},w=function(){c?y(t,r):y(r,t)},y=function(v,_){v.style.opacity=0,n.style.opacity=1,L("#CCD2D5"),v===t&&d(),setTimeout(()=>{n.style.opacity=0,_.style.opacity=1,L(v===t?"#0F866C":"#A4115E")},g)},L=function(v){s.style.stroke=v},d=function(){h<=0?(h=340,u.style.strokeDashoffset=h):(u.style.strokeDashoffset=h,h-=5.5,window.requestAnimationFrame(d))},C=function(){const v="with-or-without-vpn",_=c?"vpn-on":"vpn-off";setTimeout(()=>{e.className=`${v} ${_}`},g)},p=function(){if(!a)return;a.getAttribute("src").split(".").pop().toLowerCase()==="gif"&&(o.className="image-off auto",a.className="image-on auto")};const e=document.querySelector(".with-or-without-vpn"),t=document.querySelector(".with-or-without-vpn .vpn-bg-off"),n=document.querySelector(".with-or-without-vpn .vpn-bg-loading"),r=document.querySelector(".with-or-without-vpn .vpn-bg-on"),i=document.querySelector(".with-or-without-vpn .vpn-card-button"),s=document.querySelector(".with-or-without-vpn .vpn-card-button path"),o=document.querySelector(".with-or-without-vpn .image-off"),a=document.querySelector(".with-or-without-vpn .image-on"),u=document.querySelector(".with-or-without-vpn #progress__value");let c=!0,h=340,g=1e3;(function(){f(),p()})()}const M8=document.querySelectorAll(".tile");if(M8){const e={enter:new Event("mouseenter"),leave:new Event("mouseleave")},t=(n,r)=>{var s;const i=(s=n.querySelector("lottie-player"))==null?void 0:s.shadowRoot;if(i){const o=i.querySelector(".animation");o.hover=r,o.dispatchEvent(r===!0?e.enter:e.leave)}};M8.forEach(n=>{n.addEventListener("mouseenter",()=>t(n,!0)),n.addEventListener("mouseleave",()=>t(n,!1))})}if(document.querySelector(".map__dotted-map-servers g path")){const e=document.querySelectorAll(".map__dotted-map-servers g path"),t=2e3,n=2,r=1500,i=()=>{const o="pulsing",a=Math.floor(Math.random()*e.length),u=e[a];(u.getAttribute("class")||"").indexOf(o)>=0?i():(u.setAttribute("class",o),setTimeout(()=>{u.setAttribute("class","")},t*n))};(()=>{!e||e.length<=0||(i(),setInterval(()=>{i()},r))})()}document.addEventListener("DOMContentLoaded",()=>{let e;const t=document.querySelectorAll(".review-cards-container"),n=o=>{const u=o.querySelectorAll(".review-card").length;u>0&&o.classList.add(`is-${u}-card`)},r=o=>{const a=o.querySelectorAll(".review-card-top > h5");if(a.length>1){let u=0;a.forEach(c=>{c.removeAttribute("style");const h=getComputedStyle(c),g=parseInt(h.height,10);g>u&&(u=g)}),a.forEach(c=>{c.setAttribute("style",`height: ${u}px`)})}},i=(o,a)=>{clearTimeout(e),e=setTimeout(o,a)},s=()=>{t.forEach(o=>{r(o)})};t.length>0&&(t.forEach(o=>{n(o),r(o)}),window.addEventListener("resize",()=>{i(s,300)}))});function U7(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var j8={exports:{}},g5={};/* object-assign (c) Sindre Sorhus @license MIT */var _8=Object.getOwnPropertySymbols,hn=Object.prototype.hasOwnProperty,Ln=Object.prototype.propertyIsEnumerable;function pn(e){if(e==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function fn(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de",Object.getOwnPropertyNames(e)[0]==="5")return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(t).map(function(s){return t[s]});if(r.join("")!=="0123456789")return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach(function(s){i[s]=s}),Object.keys(Object.assign({},i)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}var b8=fn()?Object.assign:function(e,t){for(var n,r=pn(e),i,s=1;s"u"||typeof MessageChannel!="function"){var u=null,c=null,h=function(){if(u!==null)try{var E=e.unstable_now();u(!0,E),u=null}catch(R){throw setTimeout(h,0),R}};t=function(E){u!==null?setTimeout(t,0,E):(u=E,setTimeout(h,0))},n=function(E,R){c=setTimeout(E,R)},r=function(){clearTimeout(c)},e.unstable_shouldYield=function(){return!1},i=e.unstable_forceFrameRate=function(){}}else{var g=window.setTimeout,f=window.clearTimeout;if(typeof console<"u"){var x=window.cancelAnimationFrame;typeof window.requestAnimationFrame!="function"&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),typeof x!="function"&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills")}var w=!1,y=null,L=-1,d=5,C=0;e.unstable_shouldYield=function(){return e.unstable_now()>=C},i=function(){},e.unstable_forceFrameRate=function(E){0>E||125>>1,e1=E[V];if(e1!==void 0&&0T(O2,O))p5!==void 0&&0>T(p5,O2)?(E[V]=p5,E[w3]=O,V=w3):(E[V]=O2,E[B2]=O,V=B2);else if(p5!==void 0&&0>T(p5,O))E[V]=p5,E[w3]=O,V=w3;else break e}}return R}return null}function T(E,R){var O=E.sortIndex-R.sortIndex;return O!==0?O:E.id-R.id}var b=[],H=[],p8=1,S1=null,o1=3,P7=!1,R2=!1,g3=!1;function f8(E){for(var R=k(H);R!==null;){if(R.callback===null)j(H);else if(R.startTime<=E)j(H),R.sortIndex=R.expirationTime,_(b,R);else break;R=k(H)}}function v8(E){if(g3=!1,f8(E),!R2)if(k(b)!==null)R2=!0,t(m8);else{var R=k(H);R!==null&&n(v8,R.startTime-E)}}function m8(E,R){R2=!1,g3&&(g3=!1,r()),P7=!0;var O=o1;try{for(f8(R),S1=k(b);S1!==null&&(!(S1.expirationTime>R)||E&&!e.unstable_shouldYield());){var V=S1.callback;if(typeof V=="function"){S1.callback=null,o1=S1.priorityLevel;var e1=V(S1.expirationTime<=R);R=e.unstable_now(),typeof e1=="function"?S1.callback=e1:S1===k(b)&&j(b),f8(R)}else j(b);S1=k(b)}if(S1!==null)var B2=!0;else{var O2=k(H);O2!==null&&n(v8,O2.startTime-R),B2=!1}return B2}finally{S1=null,o1=O,P7=!1}}var ho=i;e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(E){E.callback=null},e.unstable_continueExecution=function(){R2||P7||(R2=!0,t(m8))},e.unstable_getCurrentPriorityLevel=function(){return o1},e.unstable_getFirstCallbackNode=function(){return k(b)},e.unstable_next=function(E){switch(o1){case 1:case 2:case 3:var R=3;break;default:R=o1}var O=o1;o1=R;try{return E()}finally{o1=O}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=ho,e.unstable_runWithPriority=function(E,R){switch(E){case 1:case 2:case 3:case 4:case 5:break;default:E=3}var O=o1;o1=E;try{return R()}finally{o1=O}},e.unstable_scheduleCallback=function(E,R,O){var V=e.unstable_now();switch(typeof O=="object"&&O!==null?(O=O.delay,O=typeof O=="number"&&0V?(E.sortIndex=O,_(H,E),k(b)===null&&E===k(H)&&(g3?r():g3=!0,n(v8,O-V))):(E.sortIndex=e1,_(b,E),R2||P7||(R2=!0,t(m8))),E},e.unstable_wrapCallback=function(E){var R=o1;return function(){var O=o1;o1=R;try{return E.apply(this,arguments)}finally{o1=O}}}})(K8),Q8.exports=K8;var Mn=Q8.exports;/** @license React v17.0.2 * react-dom.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */var E3=Y7,P=b8,Y=Mn;function S(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),jn=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,J8=Object.prototype.hasOwnProperty,e9={},t9={};function _n(e){return J8.call(t9,e)?!0:J8.call(e9,e)?!1:jn.test(e)?t9[e]=!0:(e9[e]=!0,!1)}function bn(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function Tn(e,t,n,r){if(t===null||typeof t>"u"||bn(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function l1(e,t,n,r,i,s,o){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=i,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=s,this.removeEmptyString=o}var Q={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Q[e]=new l1(e,0,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Q[t]=new l1(t,1,!1,e[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){Q[e]=new l1(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Q[e]=new l1(e,2,!1,e,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){Q[e]=new l1(e,3,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){Q[e]=new l1(e,3,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){Q[e]=new l1(e,4,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){Q[e]=new l1(e,6,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){Q[e]=new l1(e,5,!1,e.toLowerCase(),null,!1,!1)});var Q7=/[\-:]([a-z])/g;function K7(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(Q7,K7);Q[t]=new l1(t,1,!1,e,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(Q7,K7);Q[t]=new l1(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(Q7,K7);Q[t]=new l1(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){Q[e]=new l1(e,1,!1,e.toLowerCase(),null,!1,!1)}),Q.xlinkHref=new l1("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){Q[e]=new l1(e,1,!1,e.toLowerCase(),null,!0,!0)});function X7(e,t,n,r){var i=Q.hasOwnProperty(t)?Q[t]:null,s=i!==null?i.type===0:r?!1:!(!(2a||i[o]!==s[a])return` `+i[o].replace(" at new "," at ");while(1<=o&&0<=a);break}}}finally{a6=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?M5(e):""}function An(e){switch(e.tag){case 5:return M5(e.type);case 16:return M5("Lazy");case 13:return M5("Suspense");case 19:return M5("SuspenseList");case 0:case 2:case 15:return e=b3(e.type,!1),e;case 11:return e=b3(e.type.render,!1),e;case 22:return e=b3(e.type._render,!1),e;case 1:return e=b3(e.type,!0),e;default:return""}}function P2(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case H1:return"Fragment";case f2:return"Portal";case S5:return"Profiler";case J7:return"StrictMode";case k5:return"Suspense";case j3:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case t6:return(e.displayName||"Context")+".Consumer";case e6:return(e._context.displayName||"Context")+".Provider";case M3:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(t!==""?"ForwardRef("+t+")":"ForwardRef");case _3:return P2(e.type);case r6:return P2(e._render);case n6:t=e._payload,e=e._init;try{return P2(e(t))}catch{}}return null}function q1(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function i9(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Rn(e){var t=i9(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var i=n.get,s=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return i.call(this)},set:function(o){r=""+o,s.call(this,o)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(o){r=""+o},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function T3(e){e._valueTracker||(e._valueTracker=Rn(e))}function s9(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=i9(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function A3(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function u6(e,t){var n=t.checked;return P({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function o9(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=q1(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function l9(e,t){t=t.checked,t!=null&&X7(e,"checked",t,!1)}function c6(e,t){l9(e,t);var n=q1(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?d6(e,t.type,n):t.hasOwnProperty("defaultValue")&&d6(e,t.type,q1(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function a9(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!(r!=="submit"&&r!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}n=e.name,n!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,n!==""&&(e.name=n)}function d6(e,t,n){(t!=="number"||A3(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}function Bn(e){var t="";return E3.Children.forEach(e,function(n){n!=null&&(t+=n)}),t}function C6(e,t){return e=P({children:void 0},t),(t=Bn(t.children))&&(e.children=t),e}function F2(e,t,n,r){if(e=e.options,t){t={};for(var i=0;i=n.length))throw Error(S(93));n=n[0]}t=n}t==null&&(t=""),n=t}e._wrapperState={initialValue:q1(n)}}function c9(e,t){var n=q1(t.value),r=q1(t.defaultValue);n!=null&&(n=""+n,n!==e.value&&(e.value=n),t.defaultValue==null&&e.defaultValue!==n&&(e.defaultValue=n)),r!=null&&(e.defaultValue=""+r)}function d9(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}var L6={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function C9(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function p6(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?C9(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var R3,h9=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,n,r,i){MSApp.execUnsafeLocalFunction(function(){return e(t,n,r,i)})}:e}(function(e,t){if(e.namespaceURI!==L6.svg||"innerHTML"in e)e.innerHTML=t;else{for(R3=R3||document.createElement("div"),R3.innerHTML=""+t.valueOf().toString()+"",t=R3.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function j5(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var _5={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},On=["Webkit","ms","Moz","O"];Object.keys(_5).forEach(function(e){On.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),_5[t]=_5[e]})});function L9(e,t,n){return t==null||typeof t=="boolean"||t===""?"":n||typeof t!="number"||t===0||_5.hasOwnProperty(e)&&_5[e]?(""+t).trim():t+"px"}function p9(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,i=L9(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,i):e[n]=i}}var Dn=P({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function f6(e,t){if(t){if(Dn[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(S(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(S(60));if(!(typeof t.dangerouslySetInnerHTML=="object"&&"__html"in t.dangerouslySetInnerHTML))throw Error(S(61))}if(t.style!=null&&typeof t.style!="object")throw Error(S(62))}}function v6(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function m6(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var g6=null,U2=null,z2=null;function f9(e){if(e=$5(e)){if(typeof g6!="function")throw Error(S(280));var t=e.stateNode;t&&(t=Q3(t),g6(e.stateNode,e.type,t))}}function v9(e){U2?z2?z2.push(e):z2=[e]:U2=e}function m9(){if(U2){var e=U2,t=z2;if(z2=U2=null,f9(e),t)for(e=0;er?0:1<n;n++)t.push(e);return t}function P3(e,t,n){e.pendingLanes|=t;var r=t-1;e.suspendedLanes&=r,e.pingedLanes&=r,e=e.eventTimes,t=31-Q1(t),e[t]=n}var Q1=Math.clz32?Math.clz32:Kn,Gn=Math.log,Qn=Math.LN2;function Kn(e){return e===0?32:31-(Gn(e)/Qn|0)|0}var Xn=Y.unstable_UserBlockingPriority,Jn=Y.unstable_runWithPriority,F3=!0;function er(e,t,n,r){v2||y6();var i=B6,s=v2;v2=!0;try{g9(i,e,t,n,r)}finally{(v2=s)||S6()}}function tr(e,t,n,r){Jn(Xn,B6.bind(null,e,t,n,r))}function B6(e,t,n,r){if(F3){var i;if((i=(t&4)===0)&&0=F5),H9=" ",q9=!1;function $9(e,t){switch(e){case"keyup":return kr.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Y9(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var $2=!1;function Mr(e,t){switch(e){case"compositionend":return Y9(t);case"keypress":return t.which!==32?null:(q9=!0,H9);case"textInput":return e=t.data,e===H9&&q9?null:e;default:return null}}function jr(e,t){if($2)return e==="compositionend"||!U6&&$9(e,t)?(e=P9(),U3=D6=K1=null,$2=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=t0(n)}}function r0(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?r0(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function i0(){for(var e=window,t=A3();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=A3(e.document)}return t}function V6(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}var Nr=I1&&"documentMode"in document&&11>=document.documentMode,Y2=null,H6=null,V5=null,q6=!1;function s0(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;q6||Y2==null||Y2!==A3(r)||(r=Y2,"selectionStart"in r&&V6(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),V5&&W5(V5,r)||(V5=r,r=q3(H6,"onSelect"),0J2||(e.current=J6[J2],J6[J2]=null,J2--)}function F(e,t){J2++,J6[J2]=e.current,e.current=t}var e2={},t1=J1(e2),u1=J1(!1),w2=e2;function e5(e,t){var n=e.type.contextTypes;if(!n)return e2;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var i={},s;for(s in n)i[s]=t[s];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function c1(e){return e=e.childContextTypes,e!=null}function K3(){I(u1),I(t1)}function w0(e,t,n){if(t1.current!==e2)throw Error(S(168));F(t1,t),F(u1,n)}function y0(e,t,n){var r=e.stateNode;if(e=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var i in r)if(!(i in e))throw Error(S(108,P2(t)||"Unknown",i));return P({},n,r)}function X3(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||e2,w2=t1.current,F(t1,e),F(u1,u1.current),!0}function x0(e,t,n){var r=e.stateNode;if(!r)throw Error(S(169));n?(e=y0(e,t,w2),r.__reactInternalMemoizedMergedChildContext=e,I(u1),I(t1),F(t1,e)):I(u1),F(u1,n)}var e4=null,y2=null,Ur=Y.unstable_runWithPriority,t4=Y.unstable_scheduleCallback,n4=Y.unstable_cancelCallback,zr=Y.unstable_shouldYield,S0=Y.unstable_requestPaint,r4=Y.unstable_now,Wr=Y.unstable_getCurrentPriorityLevel,J3=Y.unstable_ImmediatePriority,k0=Y.unstable_UserBlockingPriority,E0=Y.unstable_NormalPriority,M0=Y.unstable_LowPriority,j0=Y.unstable_IdlePriority,i4={},Vr=S0!==void 0?S0:function(){},P1=null,e7=null,s4=!1,_0=r4(),n1=1e4>_0?r4:function(){return r4()-_0};function t5(){switch(Wr()){case J3:return 99;case k0:return 98;case E0:return 97;case M0:return 96;case j0:return 95;default:throw Error(S(332))}}function b0(e){switch(e){case 99:return J3;case 98:return k0;case 97:return E0;case 96:return M0;case 95:return j0;default:throw Error(S(332))}}function x2(e,t){return e=b0(e),Ur(e,t)}function Y5(e,t,n){return e=b0(e),t4(e,t,n)}function T1(){if(e7!==null){var e=e7;e7=null,n4(e)}T0()}function T0(){if(!s4&&P1!==null){s4=!0;var e=0;try{var t=P1;x2(99,function(){for(;ej?(T=k,k=null):T=k.sibling;var b=f(L,k,C[j],p);if(b===null){k===null&&(k=T);break}e&&k&&b.alternate===null&&t(L,k),d=s(b,d,j),_===null?v=b:_.sibling=b,_=b,k=T}if(j===C.length)return n(L,k),v;if(k===null){for(;jj?(T=k,k=null):T=k.sibling;var H=f(L,k,b.value,p);if(H===null){k===null&&(k=T);break}e&&k&&H.alternate===null&&t(L,k),d=s(H,d,j),_===null?v=H:_.sibling=H,_=H,k=T}if(b.done)return n(L,k),v;if(k===null){for(;!b.done;j++,b=C.next())b=g(L,b.value,p),b!==null&&(d=s(b,d,j),_===null?v=b:_.sibling=b,_=b);return v}for(k=r(L,k);!b.done;j++,b=C.next())b=x(k,L,j,b.value,p),b!==null&&(e&&b.alternate!==null&&k.delete(b.key===null?j:b.key),d=s(b,d,j),_===null?v=b:_.sibling=b,_=b);return e&&k.forEach(function(p8){return t(L,p8)}),v}return function(L,d,C,p){var v=typeof C=="object"&&C!==null&&C.type===H1&&C.key===null;v&&(C=C.props.children);var _=typeof C=="object"&&C!==null;if(_)switch(C.$$typeof){case x5:e:{for(_=C.key,v=d;v!==null;){if(v.key===_){switch(v.tag){case 7:if(C.type===H1){n(L,v.sibling),d=i(v,C.props.children),d.return=L,L=d;break e}break;default:if(v.elementType===C.type){n(L,v.sibling),d=i(v,C.props),d.ref=Q5(L,v,C),d.return=L,L=d;break e}}n(L,v);break}else t(L,v);v=v.sibling}C.type===H1?(d=d5(C.props.children,L.mode,p,C.key),d.return=L,L=d):(p=E7(C.type,C.key,C.props,null,L.mode,p),p.ref=Q5(L,d,C),p.return=L,L=p)}return o(L);case f2:e:{for(v=C.key;d!==null;){if(d.key===v)if(d.tag===4&&d.stateNode.containerInfo===C.containerInfo&&d.stateNode.implementation===C.implementation){n(L,d.sibling),d=i(d,C.children||[]),d.return=L,L=d;break e}else{n(L,d);break}else t(L,d);d=d.sibling}d=q4(C,L.mode,p),d.return=L,L=d}return o(L)}if(typeof C=="string"||typeof C=="number")return C=""+C,d!==null&&d.tag===6?(n(L,d.sibling),d=i(d,C),d.return=L,L=d):(n(L,d),d=H4(C,L.mode,p),d.return=L,L=d),o(L);if(o7(C))return w(L,d,C,p);if(E5(C))return y(L,d,C,p);if(_&&l7(L,C),typeof C>"u"&&!v)switch(L.tag){case 1:case 22:case 0:case 11:case 15:throw Error(S(152,P2(L.type)||"Component"))}return n(L,d)}}var a7=P0(!0),F0=P0(!1),K5={},A1=J1(K5),X5=J1(K5),J5=J1(K5);function S2(e){if(e===K5)throw Error(S(174));return e}function c4(e,t){switch(F(J5,t),F(X5,e),F(A1,K5),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:p6(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=p6(t,e)}I(A1),F(A1,t)}function i5(){I(A1),I(X5),I(J5)}function U0(e){S2(J5.current);var t=S2(A1.current),n=p6(t,e.type);t!==n&&(F(X5,e),F(A1,n))}function d4(e){X5.current===e&&(I(A1),I(X5))}var U=J1(0);function u7(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&64)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var F1=null,i2=null,R1=!1;function z0(e,t){var n=y1(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.flags=8,e.lastEffect!==null?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function W0(e,t){switch(e.tag){case 5:var n=e.type;return t=t.nodeType!==1||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,!0):!1;case 13:return!1;default:return!1}}function C4(e){if(R1){var t=i2;if(t){var n=t;if(!W0(e,t)){if(t=Q2(n.nextSibling),!t||!W0(e,t)){e.flags=e.flags&-1025|2,R1=!1,F1=e;return}z0(F1,n)}F1=e,i2=Q2(t.firstChild)}else e.flags=e.flags&-1025|2,R1=!1,F1=e}}function V0(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;F1=e}function c7(e){if(e!==F1)return!1;if(!R1)return V0(e),R1=!0,!1;var t=e.type;if(e.tag!==5||t!=="head"&&t!=="body"&&!Q6(t,e.memoizedProps))for(t=i2;t;)z0(e,t),t=Q2(t.nextSibling);if(V0(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(S(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="/$"){if(t===0){i2=Q2(e.nextSibling);break e}t--}else n!=="$"&&n!=="$!"&&n!=="$?"||t++}e=e.nextSibling}i2=null}}else i2=F1?Q2(e.stateNode.nextSibling):null;return!0}function h4(){i2=F1=null,R1=!1}var s5=[];function L4(){for(var e=0;es))throw Error(S(301));s+=1,K=r1=null,t.updateQueue=null,e3.current=Gr,e=n(r,i)}while(n3)}if(e3.current=p7,t=r1!==null&&r1.next!==null,t3=0,K=r1=z=null,d7=!1,t)throw Error(S(300));return e}function k2(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return K===null?z.memoizedState=K=e:K=K.next=e,K}function E2(){if(r1===null){var e=z.alternate;e=e!==null?e.memoizedState:null}else e=r1.next;var t=K===null?z.memoizedState:K.next;if(t!==null)K=t,r1=e;else{if(e===null)throw Error(S(310));r1=e,e={memoizedState:r1.memoizedState,baseState:r1.baseState,baseQueue:r1.baseQueue,queue:r1.queue,next:null},K===null?z.memoizedState=K=e:K=K.next=e}return K}function B1(e,t){return typeof t=="function"?t(e):t}function r3(e){var t=E2(),n=t.queue;if(n===null)throw Error(S(311));n.lastRenderedReducer=e;var r=r1,i=r.baseQueue,s=n.pending;if(s!==null){if(i!==null){var o=i.next;i.next=s.next,s.next=o}r.baseQueue=i=s,n.pending=null}if(i!==null){i=i.next,r=r.baseState;var a=o=s=null,u=i;do{var c=u.lane;if((t3&c)===c)a!==null&&(a=a.next={lane:0,action:u.action,eagerReducer:u.eagerReducer,eagerState:u.eagerState,next:null}),r=u.eagerReducer===e?u.eagerState:e(r,u.action);else{var h={lane:c,action:u.action,eagerReducer:u.eagerReducer,eagerState:u.eagerState,next:null};a===null?(o=a=h,s=r):a=a.next=h,z.lanes|=c,l3|=c}u=u.next}while(u!==null&&u!==i);a===null?s=r:a.next=o,v1(r,t.memoizedState)||(M1=!0),t.memoizedState=r,t.baseState=s,t.baseQueue=a,n.lastRenderedState=r}return[t.memoizedState,n.dispatch]}function i3(e){var t=E2(),n=t.queue;if(n===null)throw Error(S(311));n.lastRenderedReducer=e;var r=n.dispatch,i=n.pending,s=t.memoizedState;if(i!==null){n.pending=null;var o=i=i.next;do s=e(s,o.action),o=o.next;while(o!==i);v1(s,t.memoizedState)||(M1=!0),t.memoizedState=s,t.baseQueue===null&&(t.baseState=s),n.lastRenderedState=s}return[s,r]}function H0(e,t,n){var r=t._getVersion;r=r(t._source);var i=t._workInProgressVersionPrimary;if(i!==null?e=i===r:(e=e.mutableReadLanes,(e=(t3&e)===e)&&(t._workInProgressVersionPrimary=r,s5.push(t))),e)return n(t._source);throw s5.push(t),Error(S(350))}function q0(e,t,n,r){var i=a1;if(i===null)throw Error(S(349));var s=t._getVersion,o=s(t._source),a=e3.current,u=a.useState(function(){return H0(i,t,n)}),c=u[1],h=u[0];u=K;var g=e.memoizedState,f=g.refs,x=f.getSnapshot,w=g.source;g=g.subscribe;var y=z;return e.memoizedState={refs:f,source:t,subscribe:r},a.useEffect(function(){f.getSnapshot=n,f.setSnapshot=c;var L=s(t._source);if(!v1(o,L)){L=n(t._source),v1(h,L)||(c(L),L=o2(y),i.mutableReadLanes|=L&i.pendingLanes),L=i.mutableReadLanes,i.entangledLanes|=L;for(var d=i.entanglements,C=L;0n?98:n,function(){e(!0)}),x2(97<\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=o.createElement(n,{is:r.is}):(e=o.createElement(n),n==="select"&&(o=e,r.multiple?o.multiple=!0:r.size&&(o.size=r.size))):e=o.createElementNS(e,n),e[X1]=t,e[G3]=r,he(e,t,!1,!1),t.stateNode=e,o=v6(n,r),n){case"dialog":N("cancel",e),N("close",e),i=r;break;case"iframe":case"object":case"embed":N("load",e),i=r;break;case"video":case"audio":for(i=0;iZ4&&(t.flags|=64,s=!0,o3(r,!1),t.lanes=33554432)}else{if(!s)if(e=u7(o),e!==null){if(t.flags|=64,s=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),o3(r,!0),r.tail===null&&r.tailMode==="hidden"&&!o.alternate&&!R1)return t=t.lastEffect=r.lastEffect,t!==null&&(t.nextEffect=null),null}else 2*n1()-r.renderingStartTime>Z4&&n!==1073741824&&(t.flags|=64,s=!0,o3(r,!1),t.lanes=33554432);r.isBackwards?(o.sibling=t.child,t.child=o):(n=r.last,n!==null?n.sibling=o:t.child=o,r.last=o)}return r.tail!==null?(n=r.tail,r.rendering=n,r.tail=n.sibling,r.lastEffect=t.lastEffect,r.renderingStartTime=n1(),n.sibling=null,t=U.current,F(U,s?t&1|2:t&1),n):null;case 23:case 24:return z4(),e!==null&&e.memoizedState!==null!=(t.memoizedState!==null)&&r.mode!=="unstable-defer-without-hiding"&&(t.flags|=4),null}throw Error(S(156,t.tag))}function Xr(e){switch(e.tag){case 1:c1(e.type)&&K3();var t=e.flags;return t&4096?(e.flags=t&-4097|64,e):null;case 3:if(i5(),I(u1),I(t1),L4(),t=e.flags,t&64)throw Error(S(285));return e.flags=t&-4097|64,e;case 5:return d4(e),null;case 13:return I(U),t=e.flags,t&4096?(e.flags=t&-4097|64,e):null;case 19:return I(U),null;case 4:return i5(),null;case 10:return l4(e),null;case 23:case 24:return z4(),null;default:return null}}function M4(e,t){try{var n="",r=t;do n+=An(r),r=r.return;while(r);var i=n}catch(s){i=` Error generating stack: `+s.message+` `+s.stack}return{value:e,source:t,stack:i}}function j4(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var Jr=typeof WeakMap=="function"?WeakMap:Map;function fe(e,t,n){n=n2(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){g7||(g7=!0,N4=r),j4(e,t)},n}function ve(e,t,n){n=n2(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var i=t.value;n.payload=function(){return j4(e,t),r(i)}}var s=e.stateNode;return s!==null&&typeof s.componentDidCatch=="function"&&(n.callback=function(){typeof r!="function"&&(O1===null?O1=new Set([this]):O1.add(this),j4(e,t));var o=t.stack;this.componentDidCatch(t.value,{componentStack:o!==null?o:""})}),n}var ei=typeof WeakSet=="function"?WeakSet:Set;function me(e){var t=e.ref;if(t!==null)if(typeof t=="function")try{t(null)}catch(n){u2(e,n)}else t.current=null}function ti(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;case 1:if(t.flags&256&&e!==null){var n=e.memoizedProps,r=e.memoizedState;e=t.stateNode,t=e.getSnapshotBeforeUpdate(t.elementType===t.type?n:E1(t.type,n),r),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:t.flags&256&&K6(t.stateNode.containerInfo);return;case 5:case 6:case 4:case 17:return}throw Error(S(163))}function ni(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:if(t=n.updateQueue,t=t!==null?t.lastEffect:null,t!==null){e=t=t.next;do{if((e.tag&3)===3){var r=e.create;e.destroy=r()}e=e.next}while(e!==t)}if(t=n.updateQueue,t=t!==null?t.lastEffect:null,t!==null){e=t=t.next;do{var i=e;r=i.next,i=i.tag,i&4&&i&1&&(Be(n,e),ci(n,e)),e=r}while(e!==t)}return;case 1:e=n.stateNode,n.flags&4&&(t===null?e.componentDidMount():(r=n.elementType===n.type?t.memoizedProps:E1(n.type,t.memoizedProps),e.componentDidUpdate(r,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate))),t=n.updateQueue,t!==null&&O0(n,t,e);return;case 3:if(t=n.updateQueue,t!==null){if(e=null,n.child!==null)switch(n.child.tag){case 5:e=n.child.stateNode;break;case 1:e=n.child.stateNode}O0(n,t,e)}return;case 5:e=n.stateNode,t===null&&n.flags&4&&p0(n.type,n.memoizedProps)&&e.focus();return;case 6:return;case 4:return;case 12:return;case 13:n.memoizedState===null&&(n=n.alternate,n!==null&&(n=n.memoizedState,n!==null&&(n=n.dehydrated,n!==null&&A9(n))));return;case 19:case 17:case 20:case 21:case 23:case 24:return}throw Error(S(163))}function ge(e,t){for(var n=e;;){if(n.tag===5){var r=n.stateNode;if(t)r=r.style,typeof r.setProperty=="function"?r.setProperty("display","none","important"):r.display="none";else{r=n.stateNode;var i=n.memoizedProps.style;i=i!=null&&i.hasOwnProperty("display")?i.display:null,r.style.display=L9("display",i)}}else if(n.tag===6)n.stateNode.nodeValue=t?"":n.memoizedProps;else if((n.tag!==23&&n.tag!==24||n.memoizedState===null||n===e)&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===e)break;for(;n.sibling===null;){if(n.return===null||n.return===e)return;n=n.return}n.sibling.return=n.return,n=n.sibling}}function we(e,t){if(y2&&typeof y2.onCommitFiberUnmount=="function")try{y2.onCommitFiberUnmount(e4,t)}catch{}switch(t.tag){case 0:case 11:case 14:case 15:case 22:if(e=t.updateQueue,e!==null&&(e=e.lastEffect,e!==null)){var n=e=e.next;do{var r=n,i=r.destroy;if(r=r.tag,i!==void 0)if(r&4)Be(t,n);else{r=t;try{i()}catch(s){u2(r,s)}}n=n.next}while(n!==e)}break;case 1:if(me(t),e=t.stateNode,typeof e.componentWillUnmount=="function")try{e.props=t.memoizedProps,e.state=t.memoizedState,e.componentWillUnmount()}catch(s){u2(t,s)}break;case 5:me(t);break;case 4:ke(e,t)}}function ye(e){e.alternate=null,e.child=null,e.dependencies=null,e.firstEffect=null,e.lastEffect=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.return=null,e.updateQueue=null}function xe(e){return e.tag===5||e.tag===3||e.tag===4}function Se(e){e:{for(var t=e.return;t!==null;){if(xe(t))break e;t=t.return}throw Error(S(160))}var n=t;switch(t=n.stateNode,n.tag){case 5:var r=!1;break;case 3:t=t.containerInfo,r=!0;break;case 4:t=t.containerInfo,r=!0;break;default:throw Error(S(161))}n.flags&16&&(j5(t,""),n.flags&=-17);e:t:for(n=e;;){for(;n.sibling===null;){if(n.return===null||xe(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.flags&2||n.child===null||n.tag===4)continue t;n.child.return=n,n=n.child}if(!(n.flags&2)){n=n.stateNode;break e}}r?_4(e,n,t):b4(e,n,t)}function _4(e,t,n){var r=e.tag,i=r===5||r===6;if(i)e=i?e.stateNode:e.stateNode.instance,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=$3));else if(r!==4&&(e=e.child,e!==null))for(_4(e,t,n),e=e.sibling;e!==null;)_4(e,t,n),e=e.sibling}function b4(e,t,n){var r=e.tag,i=r===5||r===6;if(i)e=i?e.stateNode:e.stateNode.instance,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(b4(e,t,n),e=e.sibling;e!==null;)b4(e,t,n),e=e.sibling}function ke(e,t){for(var n=t,r=!1,i,s;;){if(!r){r=n.return;e:for(;;){if(r===null)throw Error(S(160));switch(i=r.stateNode,r.tag){case 5:s=!1;break e;case 3:i=i.containerInfo,s=!0;break e;case 4:i=i.containerInfo,s=!0;break e}r=r.return}r=!0}if(n.tag===5||n.tag===6){e:for(var o=e,a=n,u=a;;)if(we(o,u),u.child!==null&&u.tag!==4)u.child.return=u,u=u.child;else{if(u===a)break e;for(;u.sibling===null;){if(u.return===null||u.return===a)break e;u=u.return}u.sibling.return=u.return,u=u.sibling}s?(o=i,a=n.stateNode,o.nodeType===8?o.parentNode.removeChild(a):o.removeChild(a)):i.removeChild(n.stateNode)}else if(n.tag===4){if(n.child!==null){i=n.stateNode.containerInfo,s=!0,n.child.return=n,n=n.child;continue}}else if(we(e,n),n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return,n.tag===4&&(r=!1)}n.sibling.return=n.return,n=n.sibling}}function T4(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:var n=t.updateQueue;if(n=n!==null?n.lastEffect:null,n!==null){var r=n=n.next;do(r.tag&3)===3&&(e=r.destroy,r.destroy=void 0,e!==void 0&&e()),r=r.next;while(r!==n)}return;case 1:return;case 5:if(n=t.stateNode,n!=null){r=t.memoizedProps;var i=e!==null?e.memoizedProps:r;e=t.type;var s=t.updateQueue;if(t.updateQueue=null,s!==null){for(n[G3]=r,e==="input"&&r.type==="radio"&&r.name!=null&&l9(n,r),v6(e,i),t=v6(e,r),i=0;ii&&(i=o),n&=~s}if(n=i,n=n1()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*ii(n/1960))-n,10 component higher in the tree to provide a loading indicator or placeholder to display.`)}X!==5&&(X=2),u=M4(u,a),f=o;do{switch(f.tag){case 3:s=u,f.flags|=4096,t&=-t,f.lanes|=t;var _=fe(f,s,t);B0(f,_);break e;case 1:s=u;var k=f.type,j=f.stateNode;if(!(f.flags&64)&&(typeof k.getDerivedStateFromError=="function"||j!==null&&typeof j.componentDidCatch=="function"&&(O1===null||!O1.has(j)))){f.flags|=4096,t&=-t,f.lanes|=t;var T=ve(f,s,t);B0(f,T);break e}}f=f.return}while(f!==null)}Re(n)}catch(b){t=b,q===n&&n!==null&&(q=n=n.return);continue}break}while(!0)}function Te(){var e=v7.current;return v7.current=p7,e===null?p7:e}function C3(e,t){var n=A;A|=16;var r=Te();a1===e&&i1===t||c5(e,t);do try{oi();break}catch(i){be(e,i)}while(!0);if(o4(),A=n,v7.current=r,q!==null)throw Error(S(261));return a1=null,i1=0,X}function oi(){for(;q!==null;)Ae(q)}function li(){for(;q!==null&&!zr();)Ae(q)}function Ae(e){var t=De(e.alternate,e,M2);e.memoizedProps=e.pendingProps,t===null?Re(e):q=t,A4.current=null}function Re(e){var t=e;do{var n=t.alternate;if(e=t.return,t.flags&2048){if(n=Xr(t),n!==null){n.flags&=2047,q=n;return}e!==null&&(e.firstEffect=e.lastEffect=null,e.flags|=2048)}else{if(n=Kr(n,t,M2),n!==null){q=n;return}if(n=t,n.tag!==24&&n.tag!==23||n.memoizedState===null||M2&1073741824||!(n.mode&4)){for(var r=0,i=n.child;i!==null;)r|=i.lanes|i.childLanes,i=i.sibling;n.childLanes=r}e!==null&&!(e.flags&2048)&&(e.firstEffect===null&&(e.firstEffect=t.firstEffect),t.lastEffect!==null&&(e.lastEffect!==null&&(e.lastEffect.nextEffect=t.firstEffect),e.lastEffect=t.lastEffect),1o&&(a=o,o=_,_=a),a=n0(C,_),s=n0(C,o),a&&s&&(v.rangeCount!==1||v.anchorNode!==a.node||v.anchorOffset!==a.offset||v.focusNode!==s.node||v.focusOffset!==s.offset)&&(p=p.createRange(),p.setStart(a.node,a.offset),v.removeAllRanges(),_>o?(v.addRange(p),v.extend(s.node,s.offset)):(p.setEnd(s.node,s.offset),v.addRange(p)))))),p=[],v=C;v=v.parentNode;)v.nodeType===1&&p.push({element:v,left:v.scrollLeft,top:v.scrollTop});for(typeof C.focus=="function"&&C.focus(),C=0;Cn1()-D4?c5(e,0):B4|=n),w1(e,t)}function hi(e,t){var n=e.stateNode;n!==null&&n.delete(t),t=0,t===0&&(t=e.mode,t&2?t&4?(W1===0&&(W1=o5),t=H2(62914560&~W1),t===0&&(t=4194304)):t=t5()===99?1:2:t=1),n=p1(),e=S7(e,t),e!==null&&(P3(e,t,n),w1(e,n))}var De;De=function(e,t,n){var r=t.lanes;if(e!==null)if(e.memoizedProps!==t.pendingProps||u1.current)M1=!0;else if(n&r)M1=!!(e.flags&16384);else{switch(M1=!1,t.tag){case 3:oe(t),h4();break;case 5:U0(t);break;case 1:c1(t.type)&&X3(t);break;case 4:c4(t,t.stateNode.containerInfo);break;case 10:r=t.memoizedProps.value;var i=t.type._context;F(t7,i._currentValue),i._currentValue=r;break;case 13:if(t.memoizedState!==null)return n&t.child.childLanes?le(e,t,n):(F(U,U.current&1),t=U1(e,t,n),t!==null?t.sibling:null);F(U,U.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&64){if(r)return Ce(e,t,n);t.flags|=64}if(i=t.memoizedState,i!==null&&(i.rendering=null,i.tail=null,i.lastEffect=null),F(U,U.current),r)break;return null;case 23:case 24:return t.lanes=0,y4(e,t,n)}return U1(e,t,n)}else M1=!1;switch(t.lanes=0,t.tag){case 2:if(r=t.type,e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2),e=t.pendingProps,i=e5(t,t1.current),r5(t,n),i=f4(null,t,r,e,i,n),t.flags|=1,typeof i=="object"&&i!==null&&typeof i.render=="function"&&i.$$typeof===void 0){if(t.tag=1,t.memoizedState=null,t.updateQueue=null,c1(r)){var s=!0;X3(t)}else s=!1;t.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,a4(t);var o=r.getDerivedStateFromProps;typeof o=="function"&&i7(t,r,o,e),i.updater=s7,t.stateNode=i,i._reactInternals=t,u4(t,r,e,n),t=S4(null,t,r,!0,s,n)}else t.tag=0,C1(null,t,i,n),t=t.child;return t;case 16:i=t.elementType;e:{switch(e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2),e=t.pendingProps,s=i._init,i=s(i._payload),t.type=i,s=t.tag=pi(i),e=E1(i,e),s){case 0:t=x4(null,t,i,e,n);break e;case 1:t=se(null,t,i,e,n);break e;case 11:t=te(null,t,i,e,n);break e;case 14:t=ne(null,t,i,E1(i.type,e),r,n);break e}throw Error(S(306,i,""))}return t;case 0:return r=t.type,i=t.pendingProps,i=t.elementType===r?i:E1(r,i),x4(e,t,r,i,n);case 1:return r=t.type,i=t.pendingProps,i=t.elementType===r?i:E1(r,i),se(e,t,r,i,n);case 3:if(oe(t),r=t.updateQueue,e===null||r===null)throw Error(S(282));if(r=t.pendingProps,i=t.memoizedState,i=i!==null?i.element:null,R0(e,t),G5(t,r,null,n),r=t.memoizedState.element,r===i)h4(),t=U1(e,t,n);else{if(i=t.stateNode,(s=i.hydrate)&&(i2=Q2(t.stateNode.containerInfo.firstChild),F1=t,s=R1=!0),s){if(e=i.mutableSourceEagerHydrationData,e!=null)for(i=0;i"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(Ie)}catch(e){console.error(e)}}Ie(),G8.exports=f1;var xi=G8.exports;const Si=U7(xi);function ki(e={}){const t=document.querySelectorAll(e.selector),n=new IntersectionObserver((r,i)=>{r.forEach(s=>{if(s.isIntersecting)e.onIntersect(s.target),i.unobserve(s.target);else return})},e.options);t.forEach(r=>{n.observe(r)})}function Pe(e,t){return function(){return e.apply(t,arguments)}}const{toString:Ei}=Object.prototype,{getPrototypeOf:Q4}=Object,b7=(e=>t=>{const n=Ei.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),j1=e=>(e=e.toLowerCase(),t=>b7(t)===e),T7=e=>t=>typeof t===e,{isArray:C5}=Array,p3=T7("undefined");function Mi(e){return e!==null&&!p3(e)&&e.constructor!==null&&!p3(e.constructor)&&x1(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Fe=j1("ArrayBuffer");function ji(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Fe(e.buffer),t}const _i=T7("string"),x1=T7("function"),Ue=T7("number"),A7=e=>e!==null&&typeof e=="object",bi=e=>e===!0||e===!1,R7=e=>{if(b7(e)!=="object")return!1;const t=Q4(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Ti=j1("Date"),Ai=j1("File"),Ri=j1("Blob"),Bi=j1("FileList"),Oi=e=>A7(e)&&x1(e.pipe),Di=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||x1(e.append)&&((t=b7(e))==="formdata"||t==="object"&&x1(e.toString)&&e.toString()==="[object FormData]"))},Zi=j1("URLSearchParams"),[Ni,Ii,Pi,Fi]=["ReadableStream","Request","Response","Headers"].map(j1),Ui=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function f3(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,i;if(typeof e!="object"&&(e=[e]),C5(e))for(r=0,i=e.length;r0;)if(i=n[r],t===i.toLowerCase())return i;return null}const We=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Ve=e=>!p3(e)&&e!==We;function K4(){const{caseless:e}=Ve(this)&&this||{},t={},n=(r,i)=>{const s=e&&ze(t,i)||i;R7(t[s])&&R7(r)?t[s]=K4(t[s],r):R7(r)?t[s]=K4({},r):C5(r)?t[s]=r.slice():t[s]=r};for(let r=0,i=arguments.length;r(f3(t,(i,s)=>{n&&x1(i)?e[s]=Pe(i,n):e[s]=i},{allOwnKeys:r}),e),Wi=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Vi=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},Hi=(e,t,n,r)=>{let i,s,o;const a={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),s=i.length;s-- >0;)o=i[s],(!r||r(o,e,t))&&!a[o]&&(t[o]=e[o],a[o]=!0);e=n!==!1&&Q4(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},qi=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},$i=e=>{if(!e)return null;if(C5(e))return e;let t=e.length;if(!Ue(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Yi=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Q4(Uint8Array)),Gi=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let i;for(;(i=r.next())&&!i.done;){const s=i.value;t.call(e,s[0],s[1])}},Qi=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},Ki=j1("HTMLFormElement"),Xi=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,i){return r.toUpperCase()+i}),He=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Ji=j1("RegExp"),qe=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};f3(n,(i,s)=>{let o;(o=t(i,s,e))!==!1&&(r[s]=o||i)}),Object.defineProperties(e,r)},es=e=>{qe(e,(t,n)=>{if(x1(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(x1(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},ts=(e,t)=>{const n={},r=i=>{i.forEach(s=>{n[s]=!0})};return C5(e)?r(e):r(String(e).split(t)),n},ns=()=>{},rs=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,X4="abcdefghijklmnopqrstuvwxyz",$e="0123456789",Ye={DIGIT:$e,ALPHA:X4,ALPHA_DIGIT:X4+X4.toUpperCase()+$e},is=(e=16,t=Ye.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function ss(e){return!!(e&&x1(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const os=e=>{const t=new Array(10),n=(r,i)=>{if(A7(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[i]=r;const s=C5(r)?[]:{};return f3(r,(o,a)=>{const u=n(o,i+1);!p3(u)&&(s[a]=u)}),t[i]=void 0,s}}return r};return n(e,0)},ls=j1("AsyncFunction"),m={isArray:C5,isArrayBuffer:Fe,isBuffer:Mi,isFormData:Di,isArrayBufferView:ji,isString:_i,isNumber:Ue,isBoolean:bi,isObject:A7,isPlainObject:R7,isReadableStream:Ni,isRequest:Ii,isResponse:Pi,isHeaders:Fi,isUndefined:p3,isDate:Ti,isFile:Ai,isBlob:Ri,isRegExp:Ji,isFunction:x1,isStream:Oi,isURLSearchParams:Zi,isTypedArray:Yi,isFileList:Bi,forEach:f3,merge:K4,extend:zi,trim:Ui,stripBOM:Wi,inherits:Vi,toFlatObject:Hi,kindOf:b7,kindOfTest:j1,endsWith:qi,toArray:$i,forEachEntry:Gi,matchAll:Qi,isHTMLForm:Ki,hasOwnProperty:He,hasOwnProp:He,reduceDescriptors:qe,freezeMethods:es,toObjectSet:ts,toCamelCase:Xi,noop:ns,toFiniteNumber:rs,findKey:ze,global:We,isContextDefined:Ve,ALPHABET:Ye,generateString:is,isSpecCompliantForm:ss,toJSONObject:os,isAsyncFn:ls,isThenable:e=>e&&(A7(e)||x1(e))&&x1(e.then)&&x1(e.catch)};function B(e,t,n,r,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),i&&(this.response=i)}m.inherits(B,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:m.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Ge=B.prototype,Qe={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Qe[e]={value:e}}),Object.defineProperties(B,Qe),Object.defineProperty(Ge,"isAxiosError",{value:!0}),B.from=(e,t,n,r,i,s)=>{const o=Object.create(Ge);return m.toFlatObject(e,o,function(u){return u!==Error.prototype},a=>a!=="isAxiosError"),B.call(o,e.message,t,n,r,i),o.cause=e,o.name=e.name,s&&Object.assign(o,s),o};const as=null;function J4(e){return m.isPlainObject(e)||m.isArray(e)}function Ke(e){return m.endsWith(e,"[]")?e.slice(0,-2):e}function Xe(e,t,n){return e?e.concat(t).map(function(i,s){return i=Ke(i),!n&&s?"["+i+"]":i}).join(n?".":""):t}function us(e){return m.isArray(e)&&!e.some(J4)}const cs=m.toFlatObject(m,{},null,function(t){return/^is[A-Z]/.test(t)});function B7(e,t,n){if(!m.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=m.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(y,L){return!m.isUndefined(L[y])});const r=n.metaTokens,i=n.visitor||h,s=n.dots,o=n.indexes,u=(n.Blob||typeof Blob<"u"&&Blob)&&m.isSpecCompliantForm(t);if(!m.isFunction(i))throw new TypeError("visitor must be a function");function c(w){if(w===null)return"";if(m.isDate(w))return w.toISOString();if(!u&&m.isBlob(w))throw new B("Blob is not supported. Use a Buffer instead.");return m.isArrayBuffer(w)||m.isTypedArray(w)?u&&typeof Blob=="function"?new Blob([w]):Buffer.from(w):w}function h(w,y,L){let d=w;if(w&&!L&&typeof w=="object"){if(m.endsWith(y,"{}"))y=r?y:y.slice(0,-2),w=JSON.stringify(w);else if(m.isArray(w)&&us(w)||(m.isFileList(w)||m.endsWith(y,"[]"))&&(d=m.toArray(w)))return y=Ke(y),d.forEach(function(p,v){!(m.isUndefined(p)||p===null)&&t.append(o===!0?Xe([y],v,s):o===null?y:y+"[]",c(p))}),!1}return J4(w)?!0:(t.append(Xe(L,y,s),c(w)),!1)}const g=[],f=Object.assign(cs,{defaultVisitor:h,convertValue:c,isVisitable:J4});function x(w,y){if(!m.isUndefined(w)){if(g.indexOf(w)!==-1)throw Error("Circular reference detected in "+y.join("."));g.push(w),m.forEach(w,function(d,C){(!(m.isUndefined(d)||d===null)&&i.call(t,d,m.isString(C)?C.trim():C,y,f))===!0&&x(d,y?y.concat(C):[C])}),g.pop()}}if(!m.isObject(e))throw new TypeError("data must be an object");return x(e),t}function Je(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function e8(e,t){this._pairs=[],e&&B7(e,this,t)}const et=e8.prototype;et.append=function(t,n){this._pairs.push([t,n])},et.toString=function(t){const n=t?function(r){return t.call(this,r,Je)}:Je;return this._pairs.map(function(i){return n(i[0])+"="+n(i[1])},"").join("&")};function ds(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function tt(e,t,n){if(!t)return e;const r=n&&n.encode||ds,i=n&&n.serialize;let s;if(i?s=i(t,n):s=m.isURLSearchParams(t)?t.toString():new e8(t,n).toString(r),s){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class nt{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){m.forEach(this.handlers,function(r){r!==null&&t(r)})}}const rt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Cs={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:e8,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},t8=typeof window<"u"&&typeof document<"u",hs=(e=>t8&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),Ls=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",ps=t8&&window.location.href||"http://localhost",_1={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:t8,hasStandardBrowserEnv:hs,hasStandardBrowserWebWorkerEnv:Ls,origin:ps},Symbol.toStringTag,{value:"Module"})),...Cs};function fs(e,t){return B7(e,new _1.classes.URLSearchParams,Object.assign({visitor:function(n,r,i,s){return _1.isNode&&m.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function vs(e){return m.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function ms(e){const t={},n=Object.keys(e);let r;const i=n.length;let s;for(r=0;r=n.length;return o=!o&&m.isArray(i)?i.length:o,u?(m.hasOwnProp(i,o)?i[o]=[i[o],r]:i[o]=r,!a):((!i[o]||!m.isObject(i[o]))&&(i[o]=[]),t(n,r,i[o],s)&&m.isArray(i[o])&&(i[o]=ms(i[o])),!a)}if(m.isFormData(e)&&m.isFunction(e.entries)){const n={};return m.forEachEntry(e,(r,i)=>{t(vs(r),i,n,0)}),n}return null}function gs(e,t,n){if(m.isString(e))try{return(t||JSON.parse)(e),m.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const v3={transitional:rt,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",i=r.indexOf("application/json")>-1,s=m.isObject(t);if(s&&m.isHTMLForm(t)&&(t=new FormData(t)),m.isFormData(t))return i?JSON.stringify(it(t)):t;if(m.isArrayBuffer(t)||m.isBuffer(t)||m.isStream(t)||m.isFile(t)||m.isBlob(t)||m.isReadableStream(t))return t;if(m.isArrayBufferView(t))return t.buffer;if(m.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(s){if(r.indexOf("application/x-www-form-urlencoded")>-1)return fs(t,this.formSerializer).toString();if((a=m.isFileList(t))||r.indexOf("multipart/form-data")>-1){const u=this.env&&this.env.FormData;return B7(a?{"files[]":t}:t,u&&new u,this.formSerializer)}}return s||i?(n.setContentType("application/json",!1),gs(t)):t}],transformResponse:[function(t){const n=this.transitional||v3.transitional,r=n&&n.forcedJSONParsing,i=this.responseType==="json";if(m.isResponse(t)||m.isReadableStream(t))return t;if(t&&m.isString(t)&&(r&&!this.responseType||i)){const o=!(n&&n.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(a){if(o)throw a.name==="SyntaxError"?B.from(a,B.ERR_BAD_RESPONSE,this,null,this.response):a}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:_1.classes.FormData,Blob:_1.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};m.forEach(["delete","get","head","post","put","patch"],e=>{v3.headers[e]={}});const ws=m.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),ys=e=>{const t={};let n,r,i;return e&&e.split(` `).forEach(function(o){i=o.indexOf(":"),n=o.substring(0,i).trim().toLowerCase(),r=o.substring(i+1).trim(),!(!n||t[n]&&ws[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},st=Symbol("internals");function m3(e){return e&&String(e).trim().toLowerCase()}function O7(e){return e===!1||e==null?e:m.isArray(e)?e.map(O7):String(e)}function xs(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const Ss=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function n8(e,t,n,r,i){if(m.isFunction(r))return r.call(this,t,n);if(i&&(t=n),!!m.isString(t)){if(m.isString(r))return t.indexOf(r)!==-1;if(m.isRegExp(r))return r.test(t)}}function ks(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function Es(e,t){const n=m.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(i,s,o){return this[r].call(this,t,i,s,o)},configurable:!0})})}class h1{constructor(t){t&&this.set(t)}set(t,n,r){const i=this;function s(a,u,c){const h=m3(u);if(!h)throw new Error("header name must be a non-empty string");const g=m.findKey(i,h);(!g||i[g]===void 0||c===!0||c===void 0&&i[g]!==!1)&&(i[g||u]=O7(a))}const o=(a,u)=>m.forEach(a,(c,h)=>s(c,h,u));if(m.isPlainObject(t)||t instanceof this.constructor)o(t,n);else if(m.isString(t)&&(t=t.trim())&&!Ss(t))o(ys(t),n);else if(m.isHeaders(t))for(const[a,u]of t.entries())s(u,a,r);else t!=null&&s(n,t,r);return this}get(t,n){if(t=m3(t),t){const r=m.findKey(this,t);if(r){const i=this[r];if(!n)return i;if(n===!0)return xs(i);if(m.isFunction(n))return n.call(this,i,r);if(m.isRegExp(n))return n.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=m3(t),t){const r=m.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||n8(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let i=!1;function s(o){if(o=m3(o),o){const a=m.findKey(r,o);a&&(!n||n8(r,r[a],a,n))&&(delete r[a],i=!0)}}return m.isArray(t)?t.forEach(s):s(t),i}clear(t){const n=Object.keys(this);let r=n.length,i=!1;for(;r--;){const s=n[r];(!t||n8(this,this[s],s,t,!0))&&(delete this[s],i=!0)}return i}normalize(t){const n=this,r={};return m.forEach(this,(i,s)=>{const o=m.findKey(r,s);if(o){n[o]=O7(i),delete n[s];return}const a=t?ks(s):String(s).trim();a!==s&&delete n[s],n[a]=O7(i),r[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return m.forEach(this,(r,i)=>{r!=null&&r!==!1&&(n[i]=t&&m.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(` `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(i=>r.set(i)),r}static accessor(t){const r=(this[st]=this[st]={accessors:{}}).accessors,i=this.prototype;function s(o){const a=m3(o);r[a]||(Es(i,o),r[a]=!0)}return m.isArray(t)?t.forEach(s):s(t),this}}h1.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),m.reduceDescriptors(h1.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}}),m.freezeMethods(h1);function r8(e,t){const n=this||v3,r=t||n,i=h1.from(r.headers);let s=r.data;return m.forEach(e,function(a){s=a.call(n,s,i.normalize(),t?t.status:void 0)}),i.normalize(),s}function ot(e){return!!(e&&e.__CANCEL__)}function h5(e,t,n){B.call(this,e??"canceled",B.ERR_CANCELED,t,n),this.name="CanceledError"}m.inherits(h5,B,{__CANCEL__:!0});function lt(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new B("Request failed with status code "+n.status,[B.ERR_BAD_REQUEST,B.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function Ms(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function js(e,t){e=e||10;const n=new Array(e),r=new Array(e);let i=0,s=0,o;return t=t!==void 0?t:1e3,function(u){const c=Date.now(),h=r[s];o||(o=c),n[i]=u,r[i]=c;let g=s,f=0;for(;g!==i;)f+=n[g++],g=g%e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),c-or)return i&&(clearTimeout(i),i=null),n=a,e.apply(null,arguments);i||(i=setTimeout(()=>(i=null,n=Date.now(),e.apply(null,arguments)),r-(a-n)))}}const D7=(e,t,n=3)=>{let r=0;const i=js(50,250);return _s(s=>{const o=s.loaded,a=s.lengthComputable?s.total:void 0,u=o-r,c=i(u),h=o<=a;r=o;const g={loaded:o,total:a,progress:a?o/a:void 0,bytes:u,rate:c||void 0,estimated:c&&a&&h?(a-o)/c:void 0,event:s,lengthComputable:a!=null};g[t?"download":"upload"]=!0,e(g)},n)},bs=_1.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function i(s){let o=s;return t&&(n.setAttribute("href",o),o=n.href),n.setAttribute("href",o),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=i(window.location.href),function(o){const a=m.isString(o)?i(o):o;return a.protocol===r.protocol&&a.host===r.host}}():function(){return function(){return!0}}(),Ts=_1.hasStandardBrowserEnv?{write(e,t,n,r,i,s){const o=[e+"="+encodeURIComponent(t)];m.isNumber(n)&&o.push("expires="+new Date(n).toGMTString()),m.isString(r)&&o.push("path="+r),m.isString(i)&&o.push("domain="+i),s===!0&&o.push("secure"),document.cookie=o.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function As(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Rs(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function at(e,t){return e&&!As(t)?Rs(e,t):t}const ut=e=>e instanceof h1?{...e}:e;function _2(e,t){t=t||{};const n={};function r(c,h,g){return m.isPlainObject(c)&&m.isPlainObject(h)?m.merge.call({caseless:g},c,h):m.isPlainObject(h)?m.merge({},h):m.isArray(h)?h.slice():h}function i(c,h,g){if(m.isUndefined(h)){if(!m.isUndefined(c))return r(void 0,c,g)}else return r(c,h,g)}function s(c,h){if(!m.isUndefined(h))return r(void 0,h)}function o(c,h){if(m.isUndefined(h)){if(!m.isUndefined(c))return r(void 0,c)}else return r(void 0,h)}function a(c,h,g){if(g in t)return r(c,h);if(g in e)return r(void 0,c)}const u={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:a,headers:(c,h)=>i(ut(c),ut(h),!0)};return m.forEach(Object.keys(Object.assign({},e,t)),function(h){const g=u[h]||i,f=g(e[h],t[h],h);m.isUndefined(f)&&g!==a||(n[h]=f)}),n}const ct=e=>{const t=_2({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:i,xsrfCookieName:s,headers:o,auth:a}=t;t.headers=o=h1.from(o),t.url=tt(at(t.baseURL,t.url),e.params,e.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let u;if(m.isFormData(n)){if(_1.hasStandardBrowserEnv||_1.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((u=o.getContentType())!==!1){const[c,...h]=u?u.split(";").map(g=>g.trim()).filter(Boolean):[];o.setContentType([c||"multipart/form-data",...h].join("; "))}}if(_1.hasStandardBrowserEnv&&(r&&m.isFunction(r)&&(r=r(t)),r||r!==!1&&bs(t.url))){const c=i&&s&&Ts.read(s);c&&o.set(i,c)}return t},Bs=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,r){const i=ct(e);let s=i.data;const o=h1.from(i.headers).normalize();let{responseType:a}=i,u;function c(){i.cancelToken&&i.cancelToken.unsubscribe(u),i.signal&&i.signal.removeEventListener("abort",u)}let h=new XMLHttpRequest;h.open(i.method.toUpperCase(),i.url,!0),h.timeout=i.timeout;function g(){if(!h)return;const x=h1.from("getAllResponseHeaders"in h&&h.getAllResponseHeaders()),y={data:!a||a==="text"||a==="json"?h.responseText:h.response,status:h.status,statusText:h.statusText,headers:x,config:e,request:h};lt(function(d){n(d),c()},function(d){r(d),c()},y),h=null}"onloadend"in h?h.onloadend=g:h.onreadystatechange=function(){!h||h.readyState!==4||h.status===0&&!(h.responseURL&&h.responseURL.indexOf("file:")===0)||setTimeout(g)},h.onabort=function(){h&&(r(new B("Request aborted",B.ECONNABORTED,i,h)),h=null)},h.onerror=function(){r(new B("Network Error",B.ERR_NETWORK,i,h)),h=null},h.ontimeout=function(){let w=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const y=i.transitional||rt;i.timeoutErrorMessage&&(w=i.timeoutErrorMessage),r(new B(w,y.clarifyTimeoutError?B.ETIMEDOUT:B.ECONNABORTED,i,h)),h=null},s===void 0&&o.setContentType(null),"setRequestHeader"in h&&m.forEach(o.toJSON(),function(w,y){h.setRequestHeader(y,w)}),m.isUndefined(i.withCredentials)||(h.withCredentials=!!i.withCredentials),a&&a!=="json"&&(h.responseType=i.responseType),typeof i.onDownloadProgress=="function"&&h.addEventListener("progress",D7(i.onDownloadProgress,!0)),typeof i.onUploadProgress=="function"&&h.upload&&h.upload.addEventListener("progress",D7(i.onUploadProgress)),(i.cancelToken||i.signal)&&(u=x=>{h&&(r(!x||x.type?new h5(null,e,h):x),h.abort(),h=null)},i.cancelToken&&i.cancelToken.subscribe(u),i.signal&&(i.signal.aborted?u():i.signal.addEventListener("abort",u)));const f=Ms(i.url);if(f&&_1.protocols.indexOf(f)===-1){r(new B("Unsupported protocol "+f+":",B.ERR_BAD_REQUEST,e));return}h.send(s||null)})},Os=(e,t)=>{let n=new AbortController,r;const i=function(u){if(!r){r=!0,o();const c=u instanceof Error?u:this.reason;n.abort(c instanceof B?c:new h5(c instanceof Error?c.message:c))}};let s=t&&setTimeout(()=>{i(new B(`timeout ${t} of ms exceeded`,B.ETIMEDOUT))},t);const o=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach(u=>{u&&(u.removeEventListener?u.removeEventListener("abort",i):u.unsubscribe(i))}),e=null)};e.forEach(u=>u&&u.addEventListener&&u.addEventListener("abort",i));const{signal:a}=n;return a.unsubscribe=o,[a,()=>{s&&clearTimeout(s),s=null}]},Ds=function*(e,t){let n=e.byteLength;if(!t||n{const s=Zs(e,t,i);let o=0;return new ReadableStream({type:"bytes",async pull(a){const{done:u,value:c}=await s.next();if(u){a.close(),r();return}let h=c.byteLength;n&&n(o+=h),a.enqueue(new Uint8Array(c))},cancel(a){return r(a),s.return()}},{highWaterMark:2})},Ct=(e,t)=>{const n=e!=null;return r=>setTimeout(()=>t({lengthComputable:n,total:e,loaded:r}))},Z7=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",ht=Z7&&typeof ReadableStream=="function",i8=Z7&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Ns=ht&&(()=>{let e=!1;const t=new Request(_1.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})(),Lt=64*1024,s8=ht&&!!(()=>{try{return m.isReadableStream(new Response("").body)}catch{}})(),N7={stream:s8&&(e=>e.body)};Z7&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!N7[t]&&(N7[t]=m.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new B(`Response type '${t}' is not supported`,B.ERR_NOT_SUPPORT,r)})})})(new Response);const Is=async e=>{if(e==null)return 0;if(m.isBlob(e))return e.size;if(m.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(m.isArrayBufferView(e))return e.byteLength;if(m.isURLSearchParams(e)&&(e=e+""),m.isString(e))return(await i8(e)).byteLength},Ps=async(e,t)=>{const n=m.toFiniteNumber(e.getContentLength());return n??Is(t)},o8={http:as,xhr:Bs,fetch:Z7&&(async e=>{let{url:t,method:n,data:r,signal:i,cancelToken:s,timeout:o,onDownloadProgress:a,onUploadProgress:u,responseType:c,headers:h,withCredentials:g="same-origin",fetchOptions:f}=ct(e);c=c?(c+"").toLowerCase():"text";let[x,w]=i||s||o?Os([i,s],o):[],y,L;const d=()=>{!y&&setTimeout(()=>{x&&x.unsubscribe()}),y=!0};let C;try{if(u&&Ns&&n!=="get"&&n!=="head"&&(C=await Ps(h,r))!==0){let k=new Request(t,{method:"POST",body:r,duplex:"half"}),j;m.isFormData(r)&&(j=k.headers.get("content-type"))&&h.setContentType(j),k.body&&(r=dt(k.body,Lt,Ct(C,D7(u)),null,i8))}m.isString(g)||(g=g?"cors":"omit"),L=new Request(t,{...f,signal:x,method:n.toUpperCase(),headers:h.normalize().toJSON(),body:r,duplex:"half",withCredentials:g});let p=await fetch(L);const v=s8&&(c==="stream"||c==="response");if(s8&&(a||v)){const k={};["status","statusText","headers"].forEach(T=>{k[T]=p[T]});const j=m.toFiniteNumber(p.headers.get("content-length"));p=new Response(dt(p.body,Lt,a&&Ct(j,D7(a,!0)),v&&d,i8),k)}c=c||"text";let _=await N7[m.findKey(N7,c)||"text"](p,e);return!v&&d(),w&&w(),await new Promise((k,j)=>{lt(k,j,{data:_,headers:h1.from(p.headers),status:p.status,statusText:p.statusText,config:e,request:L})})}catch(p){throw d(),p&&p.name==="TypeError"&&/fetch/i.test(p.message)?Object.assign(new B("Network Error",B.ERR_NETWORK,e,L),{cause:p.cause||p}):B.from(p,p&&p.code,e,L)}})};m.forEach(o8,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const pt=e=>`- ${e}`,Fs=e=>m.isFunction(e)||e===null||e===!1,ft={getAdapter:e=>{e=m.isArray(e)?e:[e];const{length:t}=e;let n,r;const i={};for(let s=0;s`adapter ${a} `+(u===!1?"is not supported by the environment":"is not available in the build"));let o=t?s.length>1?`since : `+s.map(pt).join(` `):" "+pt(s[0]):"as no adapter specified";throw new B("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return r},adapters:o8};function l8(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new h5(null,e)}function vt(e){return l8(e),e.headers=h1.from(e.headers),e.data=r8.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),ft.getAdapter(e.adapter||v3.adapter)(e).then(function(r){return l8(e),r.data=r8.call(e,e.transformResponse,r),r.headers=h1.from(r.headers),r},function(r){return ot(r)||(l8(e),r&&r.response&&(r.response.data=r8.call(e,e.transformResponse,r.response),r.response.headers=h1.from(r.response.headers))),Promise.reject(r)})}const mt="1.7.2",a8={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{a8[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const gt={};a8.transitional=function(t,n,r){function i(s,o){return"[Axios v"+mt+"] Transitional option '"+s+"'"+o+(r?". "+r:"")}return(s,o,a)=>{if(t===!1)throw new B(i(o," has been removed"+(n?" in "+n:"")),B.ERR_DEPRECATED);return n&&!gt[o]&&(gt[o]=!0,console.warn(i(o," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(s,o,a):!0}};function Us(e,t,n){if(typeof e!="object")throw new B("options must be an object",B.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let i=r.length;for(;i-- >0;){const s=r[i],o=t[s];if(o){const a=e[s],u=a===void 0||o(a,s,e);if(u!==!0)throw new B("option "+s+" must be "+u,B.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new B("Unknown option "+s,B.ERR_BAD_OPTION)}}const u8={assertOptions:Us,validators:a8},d2=u8.validators;class b2{constructor(t){this.defaults=t,this.interceptors={request:new nt,response:new nt}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let i;Error.captureStackTrace?Error.captureStackTrace(i={}):i=new Error;const s=i.stack?i.stack.replace(/^.+\n/,""):"";try{r.stack?s&&!String(r.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(r.stack+=` `+s):r.stack=s}catch{}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=_2(this.defaults,n);const{transitional:r,paramsSerializer:i,headers:s}=n;r!==void 0&&u8.assertOptions(r,{silentJSONParsing:d2.transitional(d2.boolean),forcedJSONParsing:d2.transitional(d2.boolean),clarifyTimeoutError:d2.transitional(d2.boolean)},!1),i!=null&&(m.isFunction(i)?n.paramsSerializer={serialize:i}:u8.assertOptions(i,{encode:d2.function,serialize:d2.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let o=s&&m.merge(s.common,s[n.method]);s&&m.forEach(["delete","get","head","post","put","patch","common"],w=>{delete s[w]}),n.headers=h1.concat(o,s);const a=[];let u=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(n)===!1||(u=u&&y.synchronous,a.unshift(y.fulfilled,y.rejected))});const c=[];this.interceptors.response.forEach(function(y){c.push(y.fulfilled,y.rejected)});let h,g=0,f;if(!u){const w=[vt.bind(this),void 0];for(w.unshift.apply(w,a),w.push.apply(w,c),f=w.length,h=Promise.resolve(n);g{if(!r._listeners)return;let s=r._listeners.length;for(;s-- >0;)r._listeners[s](i);r._listeners=null}),this.promise.then=i=>{let s;const o=new Promise(a=>{r.subscribe(a),s=a}).then(i);return o.cancel=function(){r.unsubscribe(s)},o},t(function(s,o,a){r.reason||(r.reason=new h5(s,o,a),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new c8(function(i){t=i}),cancel:t}}}function zs(e){return function(n){return e.apply(null,n)}}function Ws(e){return m.isObject(e)&&e.isAxiosError===!0}const d8={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(d8).forEach(([e,t])=>{d8[t]=e});function wt(e){const t=new b2(e),n=Pe(b2.prototype.request,t);return m.extend(n,b2.prototype,t,{allOwnKeys:!0}),m.extend(n,t,null,{allOwnKeys:!0}),n.create=function(i){return wt(_2(e,i))},n}const W=wt(v3);W.Axios=b2,W.CanceledError=h5,W.CancelToken=c8,W.isCancel=ot,W.VERSION=mt,W.toFormData=B7,W.AxiosError=B,W.Cancel=W.CanceledError,W.all=function(t){return Promise.all(t)},W.spread=zs,W.isAxiosError=Ws,W.mergeConfig=_2,W.AxiosHeaders=h1,W.formToJSON=e=>it(m.isHTMLForm(e)?new FormData(e):e),W.getAdapter=ft.getAdapter,W.HttpStatusCode=d8,W.default=W;const Vs={"/vpn-server/albania-vpn":"albania_vpn","/vpn-server/algeria-vpn":"algeria_vpn","/vpn-server/andorra-vpn":"andorra_vpn","/vpn-server/argentina-vpn":"argentina_vpn","/vpn-server/armenia-vpn":"armenia_vpn","/vpn-server/australia-vpn":"australia_vpn","/vpn-server/australia-vpn/adelaide-vpn":"australia_adelaide_vpn","/vpn-server/australia-vpn/brisbane-vpn":"australia_brisbane_vpn","/vpn-server/australia-vpn/melbourne-vpn":"australia_melbourne_vpn","/vpn-server/australia-vpn/perth-vpn":"australia_perth_vpn","/vpn-server/australia-vpn/sydney-vpn":"australia_sydney_vpn","/vpn-server/austria-vpn":"austria_vpn","/vpn-server/bahamas-vpn":"bahamas_vpn","/vpn-server/bangladesh-vpn":"bangladesh_vpn","/vpn-server/belarus-vpn":"belarus_vpn","/vpn-server/belgium-vpn":"belgium_vpn","/vpn-server/bermuda-vpn":"bermuda_vpn","/vpn-server/bhutan-vpn":"bhutan_vpn","/vpn-server/bolivia-vpn":"bolivia_vpn","/vpn-server/bosnia-herzegovina-vpn":"bosnia_herzegovina_vpn","/vpn-server/brazil-vpn":"brazil_vpn","/vpn-server/brunei-vpn":"brunei_vpn","/vpn-server/bulgaria-vpn":"bulgaria_vpn","/vpn-server/cambodia-vpn":"cambodia_vpn","/vpn-server/canada-vpn":"canada_vpn","/vpn-server/canada-vpn/toronto-vpn":"canada_toronto_vpn","/vpn-server/canada-vpn/vancouver-vpn":"canada_vancouver_vpn","/vpn-server/canada-vpn/montreal-vpn":"canada_montreal_vpn","/vpn-server/cayman-islands-vpn":"cayman_islands_vpn","/vpn-server/chile-vpn":"chile_vpn","/vpn-server/colombia-vpn":"colombia_vpn","/vpn-server/costa-rica-vpn":"costa_rica_vpn","/vpn-server/croatia-vpn":"croatia_vpn","/vpn-server/cuba-vpn":"cuba_vpn","/vpn-server/cyprus-vpn":"cyprus_vpn","/vpn-server/czech-republic-vpn":"czech_republic_vpn","/vpn-server/denmark-vpn":"denmark_vpn","/vpn-server/dominican-republic-vpn":"dominican_republic_vpn","/vpn-server/ecuador-vpn":"ecuador_vpn","/vpn-server/egypt-vpn":"egypt_vpn","/vpn-server/estonia-vpn":"estonia_vpn","/vpn-server/finland-vpn":"finland_vpn","/vpn-server/france-vpn":"france_vpn","/vpn-server/france-vpn/alsace-vpn":"france_alsace_vpn","/vpn-server/france-vpn/marseille-vpn":"france_marseille_vpn","/vpn-server/france-vpn/paris-vpn":"france_paris_vpn","/vpn-server/france-vpn/strasbourg-vpn":"france_strasbourg_vpn","/vpn-server/georgia-vpn":"georgia_vpn","/vpn-server/germany-vpn":"germany_vpn","/vpn-server/germany-vpn/frankfurt-vpn":"germany_frankfurt_vpn","/vpn-server/ghana-vpn":"ghana_vpn","/vpn-server/greece-vpn":"greece_vpn","/vpn-server/guam-vpn":"guam_vpn","/vpn-server/guatemala-vpn":"guatemala_vpn","/vpn-server/hk-vpn":"hong_kong_vpn","/vpn-server/honduras-vpn":"honduras_vpn","/vpn-server/hungary-vpn":"hungary_vpn","/vpn-server/iceland-vpn":"iceland_vpn","/vpn-server/india-vpn":"india_vpn","/vpn-server/indonesia-vpn":"indonesia_vpn","/vpn-server/ireland-vpn":"ireland_vpn","/vpn-server/isle-of-man-vpn":"isle_of_man_vpn","/vpn-server/israel-vpn":"israel_vpn","/vpn-server/italy-vpn":"italy_vpn","/vpn-server/italy-vpn/milan-vpn":"italy_milan_vpn","/vpn-server/italy-vpn/naples-vpn":"italy_naples_vpn","/vpn-server/jamaica-vpn":"jamaica_vpn","/vpn-server/japan-vpn":"japan_vpn","/vpn-server/japan-vpn/osaka-vpn":"japan_osaka_vpn","/vpn-server/japan-vpn/tokyo-vpn":"japan_tokyo_vpn","/vpn-server/japan-vpn/yokohama-vpn":"japan_yokohama_vpn","/vpn-server/jersey-vpn":"jersey_vpn","/vpn-server/kazakhstan-vpn":"kazakhstan_vpn","/vpn-server/kenya-vpn":"kenya_vpn","/vpn-server/laos-vpn":"laos_vpn","/vpn-server/latvia-vpn":"latvia_vpn","/vpn-server/lebanon-vpn":"lebanon_vpn","/vpn-server/liechtenstein-vpn":"liechtenstein_vpn","/vpn-server/lithuania-vpn":"lithuania_vpn","/vpn-server/luxembourg-vpn":"luxembourg_vpn","/vpn-server/macau-vpn":"macau_vpn","/vpn-server/malaysia-vpn":"malaysia_vpn","/vpn-server/malta-vpn":"malta_vpn","/vpn-server/mexico-vpn":"mexico_vpn","/vpn-server/moldova-vpn":"moldova_vpn","/vpn-server/monaco-vpn":"monaco-vpn","/vpn-server/mongolia-vpn":"mongolia_vpn","/vpn-server/morocco-vpn":"morocco_vpn","/vpn-server/montenegro-vpn":"montenegro_vpn","/vpn-server/myanmar-vpn":"myanmar_vpn","/vpn-server/nepal-vpn":"nepal_vpn","/vpn-server/netherlands-vpn":"netherlands_vpn","/vpn-server/netherlands-vpn/amsterdam-vpn":"netherlands_amsterdam_vpn","/vpn-server/netherlands-vpn/rotterdam-vpn":"netherlands_rotterdam_vpn","/vpn-server/netherlands-vpn/the-hague-vpn":"netherlands_the_hague_vpn","/vpn-server/new-zealand-vpn":"new_zealand_vpn","/vpn-server/north-macedonia-vpn":"north_macedonia_vpn","/vpn-server/norway-vpn":"norway_vpn","/vpn-server/pakistan-vpn":"pakistan_vpn","/vpn-server/panama-vpn":"panama_vpn","/vpn-server/peru-vpn":"peru_vpn","/vpn-server/philippines-vpn":"philippines_vpn","/vpn-server/poland-vpn":"poland_vpn","/vpn-server/portugal-vpn":"portugal_vpn","/vpn-server/puerto-rico-vpn":"puerto_rico_vpn","/vpn-server/romania-vpn":"romania_vpn","/vpn-server/russia-vpn":"russia_vpn","/vpn-server/serbia-vpn":"serbia_vpn","/vpn-server/singapore-vpn":"singapore_vpn","/vpn-server/slovakia-vpn":"slovakia_vpn","/vpn-server/slovenia-vpn":"slovenia_vpn","/vpn-server/south-africa-vpn":"south_africa_vpn","/vpn-server/south-korea-vpn":"south_korea_vpn","/vpn-server/spain-vpn":"spain_vpn","/vpn-server/spain-vpn/barcelona-vpn":"spain_barcelona_vpn","/vpn-server/spain-vpn/madrid-vpn":"spain_madrid_vpn","/vpn-server/sri-lanka-vpn":"sri_lanka_vpn","/vpn-server/sweden-vpn":"sweden_vpn","/vpn-server/switzerland-vpn":"switzerland_vpn","/vpn-server/taiwan-vpn":"taiwan_vpn","/vpn-server/thailand-vpn":"thailand_vpn","/vpn-server/trinidad-and-tobago-vpn":"trinidad_and_tobago_vpn","/vpn-server/turkey-vpn":"turkey_vpn","/vpn-server/uk-vpn":"uk_vpn","/vpn-server/uk-vpn/london-vpn":"uk_london_vpn","/vpn-server/uk-vpn/midlands-vpn":"uk_midlands_vpn","/vpn-server/ukraine-vpn":"ukraine_vpn","/vpn-server/uruguay-vpn":"uruguay_vpn","/vpn-server/us-vpn":"us_vpn","/vpn-server/us-vpn/albuquerque-vpn":"us_albuquerque_vpn","/vpn-server/us-vpn/atlanta-vpn":"us_atlanta_vpn","/vpn-server/us-vpn/chicago-vpn":"us_chicago_vpn","/vpn-server/us-vpn/dallas-vpn":"us_dallas_vpn","/vpn-server/us-vpn/denver-vpn":"us_denver_vpn","/vpn-server/us-vpn/houston-vpn":"us_houston_vpn","/vpn-server/us-vpn/los-angeles-vpn":"us_los_angeles_vpn","/vpn-server/us-vpn/miami-vpn":"us_miami_vpn","/vpn-server/us-vpn/new-jersey-vpn":"us_new_jersey_vpn","/vpn-server/us-vpn/new-york-vpn":"us_new_york_vpn","/vpn-server/us-vpn/phoenix-vpn":"us_phoenix_vpn","/vpn-server/us-vpn/salt-lake-city-vpn":"us_salt_lake_city_vpn","/vpn-server/us-vpn/san-francisco-vpn":"us_san_francisco_vpn","/vpn-server/us-vpn/seattle-vpn":"us_seattle_vpn","/vpn-server/us-vpn/tampa-vpn":"us_tampa_vpn","/vpn-server/us-vpn/washington-dc-vpn":"us_washington_dc_vpn","/vpn-server/uzbekistan-vpn":"uzbekistan_vpn","/vpn-server/venezuela-vpn":"venezuela_vpn","/vpn-server/vietnam-vpn":"vietnam_vpn","/vpn-server/uae-vpn":"united_arab_emirates_vpn"},yt={"united-states":"us",usa:"us","united-kingdom":"uk","korea,-republic-of":"south-korea","hong-kong":"hk","bosnia-and-herzegovina":"bosnia-herzegovina","brunei-darussalam":"brunei","united-arab-emirates":"uae"},xt={shibuya:"tokyo",docklands:"london","east-london":"london",wembley:"london","lincoln-park":"chicago","santa-monica":"los-angeles",woolloomooloo:"sydney"},s1={AVAILABLE:"AVAILABLE",TEMP_UNAVAILABLE:"TEMP_UNAVAILABLE",LIMITED_AVAILABILITY:"LIMITED_AVAILABILITY",NOT_SUPPORT:"NOT_SUPPORT",WARNING:"WARNING"},V1={AVAILABLE:"AVAILABLE",TEMP_UNAVAILABLE:"TEMP_UNAVAILABLE",LIMITED_AVAILABILITY:"LIMITED_AVAILABILITY",NOT_SUPPORT:"NOT_SUPPORT",WARNING:"WARNING"},$={AVAILABLE:"#0f866c",TEMP_UNAVAILABLE:"#cf1369",LIMITED_AVAILABILITY:"#f4a377",NOT_SUPPORT:"#ccd2d5"},St={Americas:"americas",Europe:"europe","Asia Pacific":"asia","Middle East and Africa":"africa"},I7=(e,t=!1)=>{let[n,r]=e.split(" - ").slice(0,2).map(s=>s.toLowerCase().replace(/ /g,"-"));if(t||(r=""),t&&!r)return null;n in yt&&(n=yt[n]),r in xt&&(r=xt[r]);let i=`/vpn-server/${n}-vpn`;return r&&(i+=`/${r}-vpn`),Vs[i]?i:null},C2=e=>{const t=Object.values(e.protocol_status);return t.every(n=>n<0)?s1.NOT_SUPPORT:t.every(n=>n==0||n<0)?s1.TEMP_UNAVAILABLE:t.some(n=>n==0)?s1.LIMITED_AVAILABILITY:t.every(n=>n>0||n<0)?s1.AVAILABLE:s1.WARNING},Hs=({clusters:e})=>e.every(t=>C2(t)===s1.NOT_SUPPORT)?V1.NOT_SUPPORT:e.every(t=>C2(t)===s1.AVAILABLE||C2(t)===s1.NOT_SUPPORT)?V1.AVAILABLE:e.every(t=>C2(t)===s1.TEMP_UNAVAILABLE||C2(t)===s1.NOT_SUPPORT)?V1.TEMP_UNAVAILABLE:e.some(t=>C2(t)===s1.TEMP_UNAVAILABLE||C2(t)===s1.LIMITED_AVAILABILITY)?V1.LIMITED_AVAILABILITY:V1.WARNING,C8=(e,t,n)=>t.clusters.every(r=>n.length===1&&n.includes("notSupported")?r.protocol_status[e]<0:n.includes("notSupported")&&n.includes("tempUnavailable")?r.protocol_status[e]<0||r.protocol_status[e]===0:n.includes("notSupported")&&n.includes("available")?r.protocol_status[e]<0||r.protocol_status[e]>0:null),qs=(e,t,n)=>t.clusters.some(r=>n.includes("tempUnavailable")?r.protocol_status[e]===0:null),kt=typeof window.transparencyReportVariables<"u"?JSON.parse(window.transparencyReportVariables):null,T2=({isChild:e,countryCode:t,countryName:n,clusterName:r})=>!e&&t?kt?kt[t]:n:r,$s={android:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M18.4542181,6.83698985 C18.5367977,6.68968989 18.4826521,6.50232676 18.3329197,6.41888691 C18.181675,6.33906178 17.9950391,6.39328263 17.9148795,6.54148626 L16.349497,9.38898412 C15.0324583,8.8052064 13.5584275,8.47807398 11.9987923,8.47958013 C10.4433919,8.47807398 8.96996616,8.80430271 7.65837224,9.38476695 L6.09117479,6.54449853 C6.00980515,6.39478876 5.82226174,6.34056792 5.67434443,6.42220041 C5.52370472,6.50323044 5.46834916,6.6908948 5.55213872,6.83789353 L7.10239677,9.65406379 C4.05632875,11.2183351 1.99819105,14.1974691 2.00000119,17.6179005 L22.0000012,17.6154907 C22.000906,14.1962642 19.9463981,11.2231547 16.9045649,9.65496747 L18.4542181,6.83698985 Z M6.61417892,13.175105 C6.61417892,12.7163364 6.98866076,12.3392004 7.45086453,12.3395012 C7.91458074,12.3392004 8.28966757,12.7163364 8.29027291,13.175105 C8.29057503,13.6353797 7.91458074,14.0095035 7.44995706,14.0098047 C6.98987071,14.008901 6.61417892,13.6359822 6.61417892,13.175105 Z M16.5570047,14.0079988 C16.0948009,14.0085998 15.7185041,13.6353797 15.7185041,13.1732976 C15.7203191,12.7154328 16.0941959,12.3382967 16.5573071,12.3364893 C17.0173935,12.3379954 17.3945978,12.7154328 17.3942966,13.1735989 C17.3949003,13.6347772 17.018906,14.0082986 16.5570047,14.0079988"})})},apple:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M14.8808153,7.41184486 L15.1487668,7.42532052 C15.7495574,7.44933008 17.4365571,7.65474642 18.5178547,9.15530578 C18.4309518,9.2056681 16.505342,10.2684317 16.5275963,12.4735621 C16.5529602,15.1121779 18.9729892,15.9916577 19,16.0009469 C18.9787118,16.0627636 18.6131128,17.2530297 17.7252514,18.4826287 C16.9572061,19.5441368 16.160009,20.6025609 14.9062262,20.6239261 C13.6704273,20.6459249 13.2743674,19.9326644 11.864118,19.9326644 C10.4550084,19.9326644 10.0150941,20.6025603 8.84671746,20.6459249 C7.6354881,20.689007 6.71178898,19.4964152 5.93898177,18.4392251 C4.35558163,16.2742341 3.14694392,12.3219096 4.77061668,9.65323006 C5.57632219,8.3282173 7.01784194,7.48884907 8.58275047,7.4682511 C9.77124093,7.44608448 10.8955881,8.22565954 11.6217386,8.22565954 C12.349867,8.22565954 13.7146156,7.2890066 15.1487668,7.42532052 Z M14.5697729,3 C14.6816384,4.1199284 14.2733471,5.24309021 13.664855,6.05248574 C13.0560538,6.86032368 12.0579954,7.48769166 11.0809628,7.40431911 C10.9471364,6.30783801 11.4406752,5.16448261 12.0046122,4.44847736 C12.6319816,3.64160813 13.6939362,3.03818578 14.5697729,3 Z"})})},arrowDown:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,4 C12.5128358,4 12.9355072,4.38604019 12.9932723,4.88337887 L13,5 L13,16.585 L18.2928932,11.2928932 C18.6533772,10.9324093 19.2206082,10.9046797 19.6128994,11.2097046 L19.7071068,11.2928932 C20.0675907,11.6533772 20.0953203,12.2206082 19.7902954,12.6128994 L19.7071068,12.7071068 L12.7071068,19.7071068 C12.6786405,19.7355731 12.6484659,19.7623312 12.6167501,19.787214 L12.7071068,19.7071068 C12.6717127,19.7425008 12.6343256,19.774687 12.5953066,19.8036654 C12.5711307,19.8215099 12.546275,19.8382813 12.5206602,19.8539326 C12.5086131,19.8613931 12.4963944,19.8685012 12.4840621,19.8753288 C12.4642939,19.8862061 12.4438914,19.8966234 12.4230991,19.9063462 C12.4060985,19.914321 12.3887956,19.9218036 12.371336,19.9287745 C12.3515792,19.9366843 12.3317977,19.9438775 12.3117364,19.9504533 C12.2968513,19.9552713 12.2814633,19.9599023 12.265993,19.9641549 C12.2444365,19.9701664 12.2227461,19.9753602 12.2007941,19.9798348 C12.1833753,19.9832978 12.165949,19.9863719 12.1484669,19.9889822 C12.1281144,19.9920941 12.1070574,19.994564 12.085811,19.9963697 C12.0679231,19.997855 12.050591,19.9988772 12.0332468,19.9994506 C12.0224019,19.9998151 12.0112225,20 12,20 L11.9677454,19.9994829 C11.9497336,19.9989053 11.9317345,19.9978436 11.9137692,19.9962979 L12,20 C11.9493797,20 11.8996379,19.9962388 11.8510388,19.9889807 C11.834051,19.9863719 11.8166247,19.9832978 11.7992742,19.9797599 C11.7772539,19.9753602 11.7555635,19.9701664 11.7341604,19.964279 C11.7185367,19.9599023 11.7031487,19.9552713 11.6878575,19.9502619 C11.6682023,19.9438775 11.6484208,19.9366843 11.6289415,19.928896 C11.6112044,19.9218036 11.5939015,19.914321 11.5767785,19.9063266 C11.5561086,19.8966234 11.5357061,19.8862061 11.515723,19.8751242 C11.5036056,19.8685012 11.4913869,19.8613931 11.4792912,19.8540045 C11.453725,19.8382813 11.4288693,19.8215099 11.4048407,19.8036865 C11.3987914,19.7992821 11.3929267,19.7948255 11.3871006,19.7902954 C11.3515341,19.7623312 11.3213595,19.7355731 11.2928932,19.7071068 L4.29289322,12.7071068 C3.90236893,12.3165825 3.90236893,11.6834175 4.29289322,11.2928932 C4.65337718,10.9324093 5.22060824,10.9046797 5.61289944,11.2097046 L5.70710678,11.2928932 L11,16.585 L11,5 C11,4.44771525 11.4477153,4 12,4 Z"})}),arrowRight:e=>l.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:l.jsx("g",{id:"Icon right",children:l.jsx("path",{id:"Combined-Shape",fillRule:"evenodd","clip-rule":"evenodd",d:"M4 12C4 11.4872 4.38604 11.0645 4.88338 11.0067L5 11H16.585L11.2929 5.70711C10.9324 5.34662 10.9047 4.77939 11.2097 4.3871L11.2929 4.29289C11.6534 3.93241 12.2206 3.90468 12.6129 4.20971L12.7071 4.29289L19.7071 11.2929C19.7356 11.3214 19.7623 11.3515 19.7872 11.3833L19.7071 11.2929C19.7425 11.3283 19.7747 11.3657 19.8037 11.4047C19.8215 11.4289 19.8383 11.4537 19.8539 11.4793C19.8614 11.4914 19.8685 11.5036 19.8753 11.5159C19.8862 11.5357 19.8966 11.5561 19.9063 11.5769C19.9143 11.5939 19.9218 11.6112 19.9288 11.6287C19.9367 11.6484 19.9439 11.6682 19.9505 11.6883C19.9553 11.7031 19.9599 11.7185 19.9642 11.734C19.9702 11.7556 19.9754 11.7773 19.9798 11.7992C19.9833 11.8166 19.9864 11.8341 19.989 11.8515C19.9921 11.8719 19.9946 11.8929 19.9964 11.9142C19.9979 11.9321 19.9989 11.9494 19.9995 11.9668C19.9998 11.9776 20 11.9888 20 12L19.9995 12.0323C19.9989 12.0503 19.9978 12.0683 19.9963 12.0862L20 12C20 12.0506 19.9962 12.1004 19.989 12.149C19.9864 12.1659 19.9833 12.1834 19.9798 12.2007C19.9754 12.2227 19.9702 12.2444 19.9643 12.2658C19.9599 12.2815 19.9553 12.2969 19.9503 12.3121C19.9439 12.3318 19.9367 12.3516 19.9289 12.3711C19.9218 12.3888 19.9143 12.4061 19.9063 12.4232C19.8966 12.4439 19.8862 12.4643 19.8751 12.4843C19.8685 12.4964 19.8614 12.5086 19.854 12.5207C19.8383 12.5463 19.8215 12.5711 19.8037 12.5952C19.7993 12.6012 19.7948 12.6071 19.7903 12.6129C19.7623 12.6485 19.7356 12.6786 19.7071 12.7071L12.7071 19.7071C12.3166 20.0976 11.6834 20.0976 11.2929 19.7071C10.9324 19.3466 10.9047 18.7794 11.2097 18.3871L11.2929 18.2929L16.585 13H5C4.44772 13 4 12.5523 4 12Z",fill:"currentColor"})})}),calendar:e=>l.jsx("svg",{width:"16px",height:"18px",viewBox:"0 0 16 18",...e,children:l.jsx("g",{id:"Symbols",stroke:"none","stroke-width":"1",fill:"none",fillRule:"evenodd",children:l.jsx("g",{id:"6-Content-block/1-Col-Paginated-Cards/Tablet-web",transform:"translate(-74.000000, -325.000000)",fill:"#001D2F",children:l.jsx("g",{id:"Card-1",transform:"translate(30.000000, 288.000000)",children:l.jsx("g",{id:"Combined-Shape",transform:"translate(40.000000, 34.000000)",children:l.jsx("path",{d:"M15.5,3 C16.0128358,3 16.4355072,3.38604019 16.4932723,3.88337887 L16.5,4 L16.5,4.542 L16.8833333,4.54259259 C18.4810142,4.54259259 19.7869942,5.79151256 19.8782406,7.3663198 L19.8833333,7.54259259 L19.8845454,10.1056591 C19.8846674,10.1120914 19.8847287,10.1185385 19.8847287,10.125 L19.883,10.144 L19.8833333,17.4259259 C19.8833333,19.0236068 18.6344134,20.3295868 17.0596061,20.4208332 L16.8833333,20.4259259 L7,20.4259259 C5.34314575,20.4259259 4,19.0827802 4,17.4259259 L4,17.4259259 L4,7.54259259 C4,5.88573834 5.34314575,4.54259259 7,4.54259259 L7,4.54259259 L7.5,4.542 L7.5,4 C7.5,3.44771525 7.94771525,3 8.5,3 C9.01283584,3 9.43550716,3.38604019 9.49327227,3.88337887 L9.5,4 L9.5,4.542 L14.5,4.542 L14.5,4 C14.5,3.44771525 14.9477153,3 15.5,3 Z M17.883,11.124 L5.999,11.124 L6,17.4259259 C6,17.9387618 6.38604019,18.3614331 6.88337887,18.4191982 L7,18.4259259 L16.8833333,18.4259259 C17.4356181,18.4259259 17.8833333,17.9782107 17.8833333,17.4259259 L17.8833333,17.4259259 L17.883,11.124 Z M14.5,6.542 L9.5,6.542 L9.5,7.08518519 C9.5,7.63746994 9.05228475,8.08518519 8.5,8.08518519 C7.98716416,8.08518519 7.56449284,7.69914499 7.50672773,7.20180631 L7.5,7.08518519 L7.5,6.542 L7,6.54259259 C6.48716416,6.54259259 6.06449284,6.92863278 6.00672773,7.42597147 L6,7.54259259 L5.999,9.124 L17.883,9.124 L17.8833333,7.54259259 C17.8833333,7.02975675 17.4972931,6.60708543 16.9999545,6.54932032 L16.8833333,6.54259259 L16.5,6.542 L16.5,7.08518519 C16.5,7.63746994 16.0522847,8.08518519 15.5,8.08518519 C14.9871642,8.08518519 14.5644928,7.69914499 14.5067277,7.20180631 L14.5,7.08518519 L14.5,6.542 Z"})})})})})}),chevronDown:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M5.29289322,8.29289322 C5.65337718,7.93240926 6.22060824,7.90467972 6.61289944,8.20970461 L6.70710678,8.29289322 L12,13.585 L17.2928932,8.29289322 C17.6533772,7.93240926 18.2206082,7.90467972 18.6128994,8.20970461 L18.7071068,8.29289322 C19.0675907,8.65337718 19.0953203,9.22060824 18.7902954,9.61289944 L18.7071068,9.70710678 L12.7071068,15.7071068 C12.3466228,16.0675907 11.7793918,16.0953203 11.3871006,15.7902954 L11.2928932,15.7071068 L5.29289322,9.70710678 C4.90236893,9.31658249 4.90236893,8.68341751 5.29289322,8.29289322 Z"})}),chevronLeft:e=>l.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001d2f",fillRule:"evenodd",transform:"rotate(90 11 12)",d:"M4.29289322 8.29289322C4.65337718 7.93240926 5.22060824 7.90467972 5.61289944 8.20970461L5.70710678 8.29289322 11 13.585l5.2928932-5.29210678C16.6533772 7.93240926 17.2206082 7.90467972 17.6128994 8.20970461L17.7071068 8.29289322C18.0675907 8.65337718 18.0953203 9.22060824 17.7902954 9.61289944L17.7071068 9.70710678l-6 6.00000002C11.3466228 16.0675907 10.7793918 16.0953203 10.3871006 15.7902954L10.2928932 15.7071068 4.29289322 9.70710678c-.39052429-.39052429-.39052429-1.02368927.0-1.41421356z"})}),chevronRight:e=>l.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001d2f",fillRule:"evenodd",transform:"matrix(0 1 1 0 0 0)",d:"M5.29289322 8.29289322C5.65337718 7.93240926 6.22060824 7.90467972 6.61289944 8.20970461L6.70710678 8.29289322 12 13.585l5.2928932-5.29210678C17.6533772 7.93240926 18.2206082 7.90467972 18.6128994 8.20970461L18.7071068 8.29289322C19.0675907 8.65337718 19.0953203 9.22060824 18.7902954 9.61289944L18.7071068 9.70710678l-6 6.00000002C12.3466228 16.0675907 11.7793918 16.0953203 11.3871006 15.7902954L11.2928932 15.7071068 5.29289322 9.70710678c-.39052429-.39052429-.39052429-1.02368927.0-1.41421356z"})}),externalLink:e=>l.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.1111111,5.66666667 C11.6633959,5.66666667 12.1111111,6.11438192 12.1111111,6.66666667 C12.1111111,7.17950251 11.7250709,7.60217383 11.2277322,7.65993894 L11.1111111,7.66666667 L5.77777778,7.66666667 C5.38401921,7.66666667 5.05860197,7.95927069 5.00710019,8.33890461 L5,8.44444444 L5,18.2222222 C5,18.6159808 5.29260403,18.941398 5.67223794,18.9928998 L5.77777778,19 L15.5555556,19 C15.9493141,19 16.2747314,18.707396 16.3262331,18.3277621 L16.3333333,18.2222222 L16.3333333,12.8888889 C16.3333333,12.3366041 16.7810486,11.8888889 17.3333333,11.8888889 C17.8461692,11.8888889 18.2688405,12.2749291 18.3266056,12.7722678 L18.3333333,12.8888889 L18.3333333,18.2222222 C18.3333333,19.6995271 17.1800964,20.9074791 15.72477,20.9949305 L15.5555556,21 L5.77777778,21 C4.30047289,21 3.09252093,19.846763 3.00506949,18.3914367 L3,18.2222222 L3,8.44444444 C3,6.96713956 4.15323697,5.7591876 5.6085633,5.67173616 L5.77777778,5.66666667 L11.1111111,5.66666667 Z M20,3 L20.0183621,3.00016755 C20.0420198,3.00059932 20.0656651,3.0018656 20.0892501,3.00396641 L20,3 C20.0506203,3 20.1003621,3.00376119 20.1489612,3.01101934 C20.165949,3.01362808 20.1833753,3.01670217 20.2007258,3.02024007 C20.2227461,3.0246398 20.2444365,3.02983363 20.2658396,3.03572097 C20.2814633,3.04009773 20.2968513,3.04472872 20.3121425,3.04973809 C20.3317977,3.05612249 20.3515792,3.06331574 20.3710585,3.07110396 C20.3887956,3.07819642 20.4060985,3.08567905 20.4232215,3.09367336 C20.4438914,3.10337664 20.4642939,3.11379392 20.484277,3.12487577 C20.4963944,3.13149883 20.5086131,3.13860692 20.5207088,3.14599545 C20.546275,3.1617187 20.5711307,3.17849009 20.5951593,3.19631351 C20.602603,3.20175344 20.6098424,3.20728448 20.6170223,3.21292769 C20.6801818,3.26255171 20.7374483,3.31981825 20.787214,3.38324992 L20.7071068,3.29289322 C20.7425008,3.32828727 20.774687,3.36567442 20.8036654,3.40469339 C20.8215099,3.42886931 20.8382813,3.45372505 20.8539326,3.47933981 C20.8613931,3.49138689 20.8685012,3.50360556 20.8753288,3.5159379 C20.8862061,3.53570605 20.8966234,3.5561086 20.9063462,3.57690085 C20.914321,3.5939015 20.9218036,3.61120435 20.9287745,3.62866398 C20.9366843,3.6484208 20.9438775,3.66820232 20.9504533,3.68826359 C20.9552713,3.70314866 20.9599023,3.71853672 20.9641549,3.73400703 C20.9701664,3.75556352 20.9753602,3.77725392 20.9798348,3.7992059 C20.9832978,3.81662474 20.9863719,3.83405099 20.9889822,3.85153313 C20.9905825,3.86176411 20.9920139,3.87254508 20.9932723,3.88337887 L20.9960336,3.91074993 C20.9981344,3.93433491 20.9994007,3.95798023 20.9998325,3.98163795 L21,4 L21,9.33333333 C21,9.88561808 20.5522847,10.3333333 20,10.3333333 C19.4871642,10.3333333 19.0644928,9.94729314 19.0067277,9.44995446 L19,9.33333333 L18.999,6.415 L10.929329,14.4848846 C10.5388047,14.8754089 9.90563973,14.8754089 9.51511544,14.4848846 C9.15463148,14.1244006 9.12690194,13.5571695 9.43192683,13.1648783 L9.51511544,13.070671 L17.584,5 L14.6666667,5 C14.1538308,5 13.7311595,4.61395981 13.6733944,4.11662113 L13.6666667,4 C13.6666667,3.48716416 14.0527069,3.06449284 14.5500455,3.00672773 L14.6666667,3 L20,3 Z"})}),facebook:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M16,4 L13.5454545,4 C11.2861078,4 9.45454545,5.790861 9.45454545,8 L9.45454545,10.4 L7,10.4 L7,13.6 L9.45454545,13.6 L9.45454545,20 L12.7272727,20 L12.7272727,13.6 L15.1818182,13.6 L16,10.4 L12.7272727,10.4 L12.7272727,8 C12.7272727,7.5581722 13.0935852,7.2 13.5454545,7.2 L16,7.2 L16,4 Z"})})},facebookColored:e=>l.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsxs("g",{"clip-path":"url(#clip0_8601_18680)",children:[l.jsx("path",{d:"M10.02 23.88C4.32 22.86 0 17.94 0 12C0 5.4 5.4 0 12 0C18.6 0 24 5.4 24 12C24 17.94 19.68 22.86 13.98 23.88L13.32 23.34H10.68L10.02 23.88Z",fill:"url(#paint0_linear_8601_18680)"}),l.jsx("path",{d:"M16.682 15.36L17.222 12H14.042V9.65999C14.042 8.69999 14.402 7.97999 15.842 7.97999H17.402V4.91999C16.562 4.79999 15.602 4.67999 14.762 4.67999C12.002 4.67999 10.082 6.35999 10.082 9.35999V12H7.08203V15.36H10.082V23.82C10.742 23.94 11.402 24 12.062 24C12.722 24 13.382 23.94 14.042 23.82V15.36H16.682Z",fill:"white"})]}),l.jsxs("defs",{children:[l.jsxs("linearGradient",{id:"paint0_linear_8601_18680",x1:"12.0006",y1:"23.1654",x2:"12.0006",y2:"-0.00442066",gradientUnits:"userSpaceOnUse",children:[l.jsx("stop",{"stop-color":"#0062E0"}),l.jsx("stop",{offset:"1","stop-color":"#19AFFF"})]}),l.jsx("clipPath",{id:"clip0_8601_18680",children:l.jsx("rect",{width:"24",height:"24",fill:"white"})})]})]}),aircove:e=>l.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:l.jsx("path",{fillRule:"evenodd","clip-rule":"evenodd",d:"M8.47427 4.94853C8.47427 4.39218 8.92528 3.94118 9.48162 3.94118C10.038 3.94118 10.489 4.39218 10.489 4.94853V13.511L13.511 13.511V4.94853C13.511 4.39218 13.962 3.94118 14.5184 3.94118C15.0747 3.94118 15.5257 4.39218 15.5257 4.94853V13.511L16.5331 13.511H18.0441V5.45221C18.0441 4.89586 18.4951 4.44485 19.0515 4.44485C19.6078 4.44485 20.0588 4.89586 20.0588 5.45221V13.7806C20.661 14.1289 21.0662 14.78 21.0662 15.5257V17.4538C21.0662 18.1044 20.7519 18.715 20.2225 19.0932L19.396 19.6835C19.0543 19.9276 18.6449 20.0588 18.225 20.0588H5.77503C5.35512 20.0588 4.9457 19.9276 4.604 19.6835L3.7775 19.0932C3.24805 18.715 2.93382 18.1044 2.93382 17.4538V15.5257C2.93382 14.78 3.33898 14.1289 3.94118 13.7806V5.45221C3.94118 4.89586 4.39218 4.44485 4.94853 4.44485C5.50487 4.44485 5.95588 4.89586 5.95588 5.45221V13.511H7.46692H8.47427V4.94853ZM15.1228 15.5257H8.87721L9.93493 17.0368H14.0651L15.1228 15.5257ZM16.0798 17.0368L17.1375 15.5257H19.0515V17.0368H16.0798ZM4.94853 15.5257H6.8625L7.92023 17.0368H4.94853V15.5257Z",fill:"#001D2F"})}),amazon:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#1B1D22",fillRule:"evenodd",d:"M10.9797138,20.839108 C7.74647003,20.8039443 4.81309569,19.8650317 2.20360936,17.9430354 C2.15498064,17.9072349 2.10425929,17.8724805 2.06263599,17.8294009 C1.99945044,17.7640774 1.9792074,17.6833786 2.0245154,17.6002685 C2.06727596,17.5218889 2.14624651,17.5115175 2.22317006,17.5268474 C2.28885753,17.5399029 2.35327135,17.5652413 2.41454632,17.5932171 C4.57823084,18.5815325 6.84868042,19.1441065 9.21989044,19.315604 C12.9299588,19.5839942 16.4281355,18.8387781 19.7288452,17.1369986 C19.762458,17.1196671 19.7944829,17.0990597 19.8288764,17.0835476 C20.0037392,17.0048503 20.1786954,16.9931139 20.2950126,17.1684324 C20.4102356,17.3421129 20.3113453,17.4819945 20.1761,17.6015422 C19.5257337,18.1763077 18.8098564,18.6575003 18.0428526,19.0590402 C15.9517246,20.1537104 13.7320366,20.7674158 11.3645134,20.8158626 C11.2361401,20.8184555 11.1079937,20.8311017 10.9797138,20.839108 L10.9797138,20.839108 Z M21.655812,15.54177 C21.8441386,15.5840762 21.9658734,15.6852003 21.9826998,15.8921341 C22.079642,17.0849714 21.7719024,18.1514837 20.990474,19.068607 C20.9199191,19.1513988 20.8247583,19.2594376 20.7032037,19.1788749 C20.5938519,19.1064091 20.6603103,18.9870435 20.6890594,18.88833 C20.8476829,18.3442251 21.0000281,17.7993008 21.0880033,17.2373634 C21.2084637,16.4675821 21.0003484,16.2449087 20.209506,16.3157365 C19.6589374,16.3650022 19.1163817,16.462396 18.575594,16.57371 C18.4727873,16.5948632 18.333679,16.6731968 18.2742728,16.5269009 C18.2185427,16.389612 18.345188,16.3119609 18.4398083,16.2389494 C18.9627621,15.8353625 19.5679132,15.6360707 20.2106402,15.5331272 C20.4499666,15.4947794 20.6910142,15.4718522 20.9340234,15.4794034 C21.1769859,15.4724894 21.418127,15.4884104 21.655812,15.54177 Z M14.634746,3.62200359 C16.0279706,4.22674773 16.719549,5.35057598 16.8363667,6.84988321 C16.9243018,7.97803483 16.8493768,9.10759421 16.8785862,10.0290382 C16.8785862,11.1231167 16.888594,12.0103073 16.8755371,12.8971311 C16.8643885,13.652359 17.0806502,14.325337 17.5306405,14.9278514 C17.6573725,15.0975288 17.7896088,15.2642953 17.9017427,15.4434348 C18.082797,15.7326599 18.0410779,15.9374554 17.7857458,16.1578089 C17.1838705,16.6770772 16.5825357,17.1969819 15.9837962,17.719889 C15.5990434,18.0558772 15.3800062,18.0547404 14.996621,17.728896 C14.5237529,17.3271286 14.1428163,16.849893 13.8199316,16.3250298 C13.7273129,16.1745039 13.6729506,16.1711833 13.5470392,16.2996467 C12.8898409,16.9703054 12.168466,17.5563524 11.2456075,17.8190569 C10.2334996,18.1071445 9.20524571,18.1684195 8.1777191,17.9065343 C6.91469048,17.5846017 6.06348247,16.7956695 5.66958515,15.5537933 C5.29142674,14.3615011 5.3218144,13.1652065 5.81001247,12.0071716 C6.35298051,10.7191688 7.36777054,9.93878797 8.65763872,9.48584201 C9.64072474,9.14061992 10.6676576,9.0097447 11.6962316,8.89360762 C12.147176,8.84270799 12.5990278,8.79898729 13.0508329,8.75609389 C13.1202469,8.74949542 13.1660559,8.74035497 13.163554,8.65642296 C13.1477283,8.12773804 13.2104105,7.59519011 13.0882687,7.07173593 C12.9170487,6.33798469 12.4193413,5.95345867 11.7052854,5.86011266 C10.959338,5.76262343 10.2751253,5.92707146 9.73557191,6.49833619 C9.48969382,6.7586722 9.36132055,7.07724021 9.28125822,7.42146153 C9.20010838,7.7705066 9.00636421,7.91757443 8.66782799,7.88136624 C7.89313421,7.79852841 7.11889479,7.71159407 6.34529253,7.61925551 C5.95166808,7.57225893 5.80164262,7.34562916 5.88729997,6.95182257 C6.24389559,5.31186584 7.19804774,4.16001578 8.76326829,3.56605337 C10.7186973,2.82397565 12.6950559,2.7800281 14.634746,3.62200359 Z M13.0711167,10.8579705 L13.0152986,10.8581103 C12.5712729,10.897461 12.124058,10.8950925 11.6833083,10.9787042 C11.0831143,11.0925662 10.49948,11.256694 10.0369332,11.6754733 C9.29085236,12.3508658 9.15156392,13.2158993 9.37018745,14.148125 C9.61756004,15.20272 10.5588395,15.6679455 11.5572101,15.251121 C12.1707811,14.9949216 12.5537125,14.5059049 12.8236027,13.9184929 C13.1351185,13.2406452 13.1756501,12.5179492 13.1632804,11.8986004 C13.1632804,11.5299067 13.1592773,11.2720659 13.1651419,11.0144587 C13.1676905,10.9025516 13.1435784,10.8467348 13.0152986,10.8581103 Z"})}),androidPhone:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#1B1D22",fillRule:"evenodd",d:"M16,1 L8,1 C6.34,1 5,2.34 5,4 L5,20 C5,21.66 6.34,23 8,23 L16,23 C17.66,23 19,21.66 19,20 L19,4 C19,2.34 17.66,1 16,1 Z M14,21 L10,21 L10,20 L14,20 L14,21 Z M17.25,18 L6.75,18 L6.75,4 L17.25,4 L17.25,18 Z"})}),androidTablet:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#1B1D22",fillRule:"evenodd",d:"M18,0 L6,0 C4.34,0 3,1.34 3,3 L3,21 C3,22.66 4.34,24 6,24 L18,24 C19.66,24 21,22.66 21,21 L21,3 C21,1.34 19.66,0 18,0 Z M14,22 L10,22 L10,21 L14,21 L14,22 Z M19.25,19 L4.75,19 L4.75,3 L19.25,3 L19.25,19 Z"})}),androidTvVpn:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18.4542181,6.83698985 C18.5367977,6.68968989 18.4826521,6.50232676 18.3329197,6.41888691 C18.181675,6.33906178 17.9950391,6.39328263 17.9148795,6.54148626 L16.349497,9.38898412 C15.0324583,8.8052064 13.5584275,8.47807398 11.9987923,8.47958013 C10.4433919,8.47807398 8.96996616,8.80430271 7.65837224,9.38476695 L6.09117479,6.54449853 C6.00980515,6.39478876 5.82226174,6.34056792 5.67434443,6.42220041 C5.52370472,6.50323044 5.46834916,6.6908948 5.55213872,6.83789353 L7.10239677,9.65406379 C4.05632875,11.2183351 1.99819105,14.1974691 2.00000119,17.6179005 L22.0000012,17.6154907 C22.000906,14.1962642 19.9463981,11.2231547 16.9045649,9.65496747 L18.4542181,6.83698985 Z M6.61417892,13.175105 C6.61417892,12.7163364 6.98866076,12.3392004 7.45086453,12.3395012 C7.91458074,12.3392004 8.28966757,12.7163364 8.29027291,13.175105 C8.29057503,13.6353797 7.91458074,14.0095035 7.44995706,14.0098047 C6.98987071,14.008901 6.61417892,13.6359822 6.61417892,13.175105 Z M16.5570047,14.0079988 C16.0948009,14.0085998 15.7185041,13.6353797 15.7185041,13.1732976 C15.7203191,12.7154328 16.0941959,12.3382967 16.5573071,12.3364893 C17.0173935,12.3379954 17.3945978,12.7154328 17.3942966,13.1735989 C17.3949003,13.6347772 17.018906,14.0082986 16.5570047,14.0079988"})}),appleTv:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M8.090625,8.96875 C9.24375,8.96875 9.69375,9.784375 9.69375,9.784375 C9.69375,9.784375 8.821875,10.234375 8.821875,11.33125 C8.821875,12.56875 9.890625,12.9625 9.890625,12.9625 C9.890625,12.9625 9.13125,15.128125 8.090625,15.128125 C7.6125,15.128125 7.246875,14.81875 6.740625,14.81875 C6.234375,14.81875 5.728125,15.15625 5.390625,15.15625 C4.4625,15.15625 3.253125,13.103125 3.253125,11.44375 C3.253125,9.8125 4.265625,8.96875 5.221875,8.96875 C5.840625,8.96875 6.31875,9.334375 6.628125,9.334375 C6.909375,9.334375 7.415625,8.96875 8.090625,8.96875 Z M13.29375,7.478125 L13.29375,9.334375 L14.503125,9.334375 L14.503125,10.459375 L13.29375,10.459375 L13.29375,13.24375 C13.29375,13.6375 13.51875,13.80625 13.828125,13.80625 C14.1375,13.80625 14.53125,13.6375 14.615625,13.609375 L14.615625,13.609375 L14.953125,14.7625 C14.75625,14.846875 14.503125,14.93125 14.221875,15.015625 C13.940625,15.1 13.63125,15.15625 13.321875,15.15625 C12.3375,15.15625 11.83125,14.621875 11.83125,13.75 L11.83125,13.75 L11.83125,10.459375 L11.071875,10.459375 L11.071875,9.334375 L11.83125,9.334375 L11.83125,7.478125 L13.29375,7.478125 Z M16.6125,9.334375 L18.046875,13.8625 L19.509375,9.334375 L20.8875,9.334375 L18.778125,15.04375 L17.203125,15.04375 L15.09375,9.334375 L16.6125,9.334375 Z M8.23125,7 C8.23125,7 8.34375,7.675 7.78125,8.29375 C7.21875,8.96875 6.571875,8.85625 6.571875,8.85625 L6.56754167,8.82881667 C6.552375,8.71225 6.523125,8.239375 6.9375,7.703125 C7.471875,7 8.23125,7 8.23125,7 Z"})}),brave:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M20,6.6 L18.872381,5.016 C18.407619,4.528 17.6990476,4.408 17.112381,4.716 L16.5714286,5 L14.6666667,3 L9.33333333,3 L7.42857143,5 L6.88761905,4.716 C6.30095238,4.408 5.59238095,4.528 5.12761905,5.016 L4,6.6 L4.76190476,7.8 L4,9.4 L6.19809524,16.388 C6.49904762,17.3 7.1047619,18.064 7.90095238,18.54 L12,21 L16.0990476,18.54 C16.8952381,18.064 17.5009524,17.3 17.8019048,16.388 L20,9.4 L19.2380952,7.8 L20,6.6 Z M12,18.2 L9.71428571,15.8 C9.71428571,15.8 11.6190476,14.6 12,14.6 C12.3809524,14.6 14.2857143,15.8 14.2857143,15.8 L12,18.2 Z M17.2114286,9.704 L15.4285714,12.2 L15.6457143,12.54 C15.8019048,12.784 15.8780952,13.068 15.8780952,13.348 C15.8780952,13.66 15.7866667,13.968 15.6,14.224 C15.4019048,14.504 15.1085714,14.728 14.8228571,14.86 C14.6285714,14.952 14.4380952,15 14.2857143,15 C13.9428571,15 13.2887619,14.3516 12.3809524,13.6676 L12.3809524,13.2268 L14.1009524,12.1432 C14.2415238,12.0548 14.312381,11.8816 14.2769524,11.7136 L13.7211429,9.0872 C13.7874286,8.9248 13.8902857,8.7896 14.0430476,8.7016 L16.1904762,7.8 L15.047619,7.4 L14.2857143,7.4 L14.280381,7.4056 C14.2422857,7.4064 14.2034286,7.4072 14.1649524,7.4208 L13.0220952,7.8208 C12.8369524,7.8856 12.728381,8.0872 12.7706667,8.2872 L13.4731429,11.6056 L12,12.5336 L10.5264762,11.6052 L11.2289524,8.2868 C11.2712381,8.0868 11.1626667,7.8856 10.9775238,7.8204 L9.83466667,7.4204 C9.79619048,7.4068 9.75771429,7.406 9.7192381,7.4052 L9.71428571,7.4 L8.95238095,7.4 L7.80952381,7.8 L9.95733333,8.7012 C10.1100952,8.7892 10.2129524,8.9244 10.2792381,9.0868 L9.72342857,11.7132 C9.688,11.8812 9.75847619,12.0544 9.89904762,12.1428 L11.6190476,13.2264 L11.6190476,13.6768 C10.6868571,14.3744 10.0510476,15 9.71428571,15 C9.56190476,15 9.37142857,14.952 9.17714286,14.86 C8.89142857,14.728 8.59809524,14.504 8.4,14.224 C8.04571429,13.732 8.02666667,13.056 8.35428571,12.54 L8.57142857,12.2 L6.78857143,9.704 C6.48761905,9.284 6.48380952,8.712 6.77333333,8.284 L8.19047619,5.8 L9.23047619,6.02 C9.3752381,6.052 9.52380952,6.064 9.67238095,6.064 C10.0838095,6.064 10.4952381,5.948 10.8533333,5.724 C11.207619,5.5 11.6038095,5.388 12,5.388 C12.3961905,5.388 12.792381,5.5 13.1466667,5.724 C13.6342857,6.028 14.2133333,6.136 14.7695238,6.02 L15.8095238,5.8 L17.2266667,8.284 C17.5161905,8.712 17.512381,9.284 17.2114286,9.704 Z"})}),chrome:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C15.6705575,3 18.8278986,5.19734038 20.2283666,8.34836435 C20.2453794,8.38172625 20.2606607,8.41659743 20.2739464,8.45243744 C20.7412001,9.54105592 21,10.740305 21,12 C21,16.9705627 16.9705627,21 12,21 C11.6802582,21 11.3644108,20.9833263 11.0532797,20.9508009 C11.0202307,20.9492699 10.9872738,20.9459811 10.9544143,20.9410199 C10.9513938,20.9395652 10.9483898,20.9392161 10.9453863,20.9388655 C10.9378331,20.9384034 10.930203,20.9370886 10.9225802,20.9356829 C6.45981813,20.4036206 3,16.6058522 3,12 C3,10.0254234 3.63588889,8.19936667 4.71405728,6.71543909 C4.74121981,6.67115792 4.77217278,6.62944744 4.80651527,6.59012081 C6.44884131,4.40992687 9.05976762,3 12,3 Z M18.6470412,9.7992264 L15.5774592,9.79847202 C15.9722347,10.4386139 16.2,11.1927082 16.2,12 C16.2,12.8072918 15.9722347,13.5613861 15.5774592,14.201528 L12.8370815,18.9504664 C16.3084419,18.5367952 19,15.5827211 19,12 C19,11.2311609 18.8760494,10.4912721 18.6470412,9.7992264 Z M5.56121555,9.24914036 C5.19997741,10.0935752 5,11.023434 5,12 C5,15.3799056 7.3954488,18.2003242 10.5812279,18.8561372 L12.115,16.197 L12,16.2 C10.3809292,16.2 8.97583251,15.2838677 8.27481422,13.9417074 Z M12,9.8 C10.7849736,9.8 9.8,10.7849736 9.8,12 C9.8,12.3626945 9.88776775,12.7048897 10.0432231,13.0065055 L10.0977496,13.0995226 L10.1161088,13.136833 C10.5014623,13.774049 11.200988,14.2 12,14.2 C12.7782354,14.2 13.4620912,13.7959128 13.8531969,13.186109 L13.9017781,13.1003405 L13.9233245,13.0689158 C14.0995836,12.7524465 14.2,12.38795 14.2,12 C14.2,10.7849736 13.2150264,9.8 12,9.8 Z M12,5 C9.92105237,5 8.05377897,5.90628511 6.77170855,7.34532657 L8.30596086,9.99979229 C9.01689826,8.68958207 10.4045626,7.8 12,7.8 L11.971,7.801 L12,7.8 L17.5996286,7.79882332 C16.3224856,6.09926722 14.2896166,5 12,5 Z"})}),desktop:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,3 C19.6568542,3 21,4.34314575 21,6 L21,6 L21,14 C21,15.6568542 19.6568542,17 18,17 L18,17 L12.996,17 L12.996,18.998 L15.9901335,18.9972992 C16.5424182,18.9971124 16.9902849,19.4446761 16.9904719,19.9969608 C16.9906454,20.5097966 16.6047482,20.9325985 16.1074291,20.9905319 L15.9908103,20.9972992 L8.00924218,21 C7.45695746,21.0001868 7.00909074,20.5526231 7.0089038,20.0003384 C7.00873032,19.4875026 7.39462747,19.0647006 7.89194658,19.0067673 L8.00856542,19.0000001 L10.996,18.999 L10.996,17 L6,17 C4.40231912,17 3.09633912,15.75108 3.00509269,14.1762728 L3,14 L3,6 C3,4.34314575 4.34314575,3 6,3 L6,3 Z M18,5 L6,5 C5.44771525,5 5,5.44771525 5,6 L5,6 L5,14 C5,14.5522847 5.44771525,15 6,15 L6,15 L18,15 C18.5522847,15 19,14.5522847 19,14 L19,14 L19,6 C19,5.44771525 18.5522847,5 18,5 L18,5 Z"})}),devices:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18.5,11 C19.8807119,11 21,12.1192881 21,13.5 L21,13.5 L21,18.5 C21,19.8807119 19.8807119,21 18.5,21 L18.5,21 L16.5,21 C15.1192881,21 14,19.8807119 14,18.5 L14,18.5 L14,13.5 C14,12.1192881 15.1192881,11 16.5,11 L16.5,11 Z M16.5,3 C17.9451289,3 19.0798404,4.21633666 19.1619107,5.70238928 L19.1666667,5.875 L19.1666667,8.73409742 C19.1666667,9.28638217 18.7189514,9.73409742 18.1666667,9.73409742 C17.6538308,9.73409742 17.2311595,9.34805723 17.1733944,8.85071854 L17.1666667,8.73409742 L17.1666667,5.875 C17.1666667,5.40954587 16.8923762,5.06218126 16.584591,5.00751947 L16.5,5 L6.5,5 C6.18811485,5 5.88783396,5.30857677 5.83995301,5.75111699 L5.83333333,5.875 L5.83333333,12.4375 C5.83333333,12.9452681 6.15976165,13.3125 6.5,13.3125 L8.97803833,13.3125 L9.09567358,13.3194386 C9.32869684,13.347034 9.54603703,13.4559849 9.70810134,13.6291202 C10.1138929,14.0626322 10.4401054,14.239716 10.6860965,14.239716 L10.6860965,14.239716 L11.7264755,14.239716 L11.8430966,14.2464437 C12.3404353,14.3042089 12.7264755,14.7268802 12.7264755,15.239716 C12.7264755,15.7920008 12.2787603,16.239716 11.7264755,16.239716 L11.7264755,16.239716 L10.6860965,16.239716 L10.4854563,16.2319227 C9.82030426,16.1800873 9.1916271,15.8708811 8.59913251,15.3404189 L8.59913251,15.3404189 L8.569,15.313 L5.875,15.3125 L5.76524186,15.3193175 C5.33379954,15.3733108 5,15.7414239 5,16.1875 C5,16.6707492 5.39175084,17.0625 5.875,17.0625 L5.875,17.0625 L11.7264755,17.0625 L11.8430966,17.0692277 C12.3404353,17.1269928 12.7264755,17.5496642 12.7264755,18.0625 C12.7264755,18.6147847 12.2787603,19.0625 11.7264755,19.0625 L11.7264755,19.0625 L5.875,19.0625 L5.70607191,19.0576195 C4.19688163,18.970175 3,17.7186108 3,16.1875 C3,15.2320184 3.46610372,14.3854012 4.18333975,13.8626198 C3.98501645,13.4878226 3.86301289,13.0614039 3.83808928,12.6101107 L3.83333333,12.4375 L3.83333333,5.875 C3.83333333,4.36960032 4.91452147,3.09750812 6.33467418,3.00534409 L6.5,3 L16.5,3 Z M18.5,13 L16.5,13 C16.2238576,13 16,13.2238576 16,13.5 L16,13.5 L16,18.5 C16,18.7761424 16.2238576,19 16.5,19 L16.5,19 L18.5,19 C18.7761424,19 19,18.7761424 19,18.5 L19,18.5 L19,13.5 C19,13.2238576 18.7761424,13 18.5,13 L18.5,13 Z"})}),dns:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M17,13 C18.6568542,13 20,14.3431458 20,16 L20,16 L20,17 C20,18.6568542 18.6568542,20 17,20 L17,20 L7,20 C5.34314575,20 4,18.6568542 4,17 L4,17 L4,16 C4,14.3431458 5.34314575,13 7,13 L7,13 Z M17,15 L7,15 C6.44771525,15 6,15.4477153 6,16 L6,16 L6,17 C6,17.5522847 6.44771525,18 7,18 L7,18 L17,18 C17.5522847,18 18,17.5522847 18,17 L18,17 L18,16 C18,15.4477153 17.5522847,15 17,15 L17,15 Z M7.81647451,15.5297705 C8.36875926,15.5297705 8.81647451,15.9774857 8.81647451,16.5297705 C8.81647451,17.0426063 8.43043432,17.4652777 7.93309564,17.5230428 L7.81647451,17.5297705 C7.25718976,17.5297705 6.80947451,17.0820552 6.80947451,16.5297705 C6.80947451,16.0169347 7.1955147,15.5942633 7.69285338,15.5364982 L7.81647451,15.5297705 Z M17,5 C18.6568542,5 20,6.34314575 20,8 L20,8 L20,9 C20,10.6568542 18.6568542,12 17,12 L17,12 L7,12 C5.34314575,12 4,10.6568542 4,9 L4,9 L4,8 C4,6.34314575 5.34314575,5 7,5 L7,5 Z M17,7 L7,7 C6.44771525,7 6,7.44771525 6,8 L6,8 L6,9 C6,9.55228475 6.44771525,10 7,10 L7,10 L17,10 C17.5522847,10 18,9.55228475 18,9 L18,9 L18,8 C18,7.44771525 17.5522847,7 17,7 L17,7 Z M7.81647451,7.5297705 C8.36875926,7.5297705 8.81647451,7.97748575 8.81647451,8.5297705 C8.81647451,9.04260634 8.43043432,9.46527766 7.93309564,9.52304277 L7.81647451,9.5297705 C7.25718976,9.5297705 6.80947451,9.08205525 6.80947451,8.5297705 C6.80947451,8.01693466 7.1955147,7.59426334 7.69285338,7.53649823 L7.81647451,7.5297705 Z"})}),edge:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M7.6656,7.71272727 C9.13832727,7.71665455 10.7013818,8.34501818 11.8049455,9.28756364 C11.7499636,9.27970909 11.6989091,9.27970909 11.6439273,9.27970909 C11.1726545,9.27970909 10.7131636,9.42109091 10.3361455,9.66850909 L10.3322182,9.66458182 C7.8384,11.3611636 6.77410909,14.1416727 7.6224,16.7454545 C8.13294545,18.3124364 9.24436364,19.5181091 10.7053091,20.2093091 C9.05192727,20.0129455 7.86589091,19.416 7.4928,19.2078545 C4.9008,17.7626182 2.72116364,14.5344 3.03141818,10.9370182 C3.97396364,8.85556364 5.61163636,7.71272727 7.65381818,7.71272727 L7.6656,7.71272727 Z M9.28363636,11.7067636 C9.27970909,12.1544727 9.37789091,12.5668364 9.5232,12.8888727 C10.6974545,15.4808727 12.9477818,16.1602909 13.6861091,16.3802182 C14.2084364,16.5373091 14.8721455,16.6237091 15.5515636,16.6237091 C16.3605818,16.6237091 17.1146182,16.5058909 17.6212364,16.2977455 C17.7547636,16.2427636 17.8568727,16.2034909 17.9472,16.1720727 C18.0336,16.1406545 18.1042909,16.1170909 18.1828364,16.0817455 L18.3713455,15.9953455 C18.5323636,15.9246545 18.7208727,15.9717818 18.8347636,16.1053091 C18.9447273,16.2427636 18.9525818,16.4352 18.8544,16.5805091 L18.8190545,16.6276364 C17.3816727,18.4852364 15.6654545,19.6359273 13.6939636,20.0757818 C11.1608727,20.0679273 9.08334545,18.6855273 8.37250909,16.5019636 C7.83447273,14.8485818 8.19185455,13.1088 9.28363636,11.7067636 Z M11.7578182,3 C12.3194182,3 12.8849455,3.05498182 13.4347636,3.16101818 C17.9629091,4.02501818 19.5770182,7.69309091 19.9658182,8.79665455 C20.1936,9.44858182 20.8141091,11.6949818 19.2039273,13.3051636 C18.2456727,14.2673455 17.2245818,14.3890909 16.4430545,14.3890909 C15.4219636,14.3890909 14.2948364,14.0670545 13.7960727,13.7528727 L13.6939636,13.6900364 C13.6350545,13.6507636 13.5918545,13.6193455 13.5643636,13.5957818 C13.4112,13.4544 13.3915636,13.2187636 13.5211636,13.0577455 L13.5565091,13.0106182 C13.6232727,12.9242182 13.8,12.7082182 13.9178182,12.2487273 C14.0199273,11.8442182 14.0945455,11.2040727 13.7764364,10.5835636 L13.7803636,10.5835636 C12.8928,8.53745455 10.2065455,6.9312 7.6656,6.92727273 L7.65381818,6.92727273 C6.01614545,6.92727273 4.60625455,7.55170909 3.54196364,8.72203636 C4.84581818,5.23069091 8.02298182,3 11.7578182,3 Z"})}),firefox:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M20.55,9.39 C19.74,7.05 17.94,5.52 17.94,4.44 C17.76,4.8 17.58,5.07 17.58,5.34 C17.49,5.25 17.4,5.16 17.4,5.16 C15.42,3.54 15.42,3 15.42,3 C14.97,3.63 14.578329,4.38134205 14.2574177,5.28134205 C14.0622806,5.86994649 14.0508834,6.51067584 14.128431,7.21767442 C14.1672536,7.5716191 14.4091201,8.15076562 14.8540305,8.95511399 C15.2459912,9.51719746 15.9809873,10.3885496 16.2186546,11.2488611 C16.4563218,12.1091727 16.4151472,13.6232439 15.9312866,14.4705278 C15.2029671,15.7458811 13.9822757,16.5 12.45,16.5 C11.37,16.5 10.02,15.87 9.48,14.97 C10.38,15.24 11.28,15.15 11.91,14.79 C12.54,14.43 12.99,14.16 13.26,14.25 C13.62,14.34 13.8,14.07 13.62,13.71 C13.44,13.44 12.81,12.99 12,13.08 C11.37,13.17 10.74,13.62 9.84,13.17 C9.75,13.17 8.67,12.54 8.67,11.55 C8.67,11.37 8.87612386,10.9804137 9.05612386,10.8904137 C9.14612386,10.8904137 9.84,11.3974166 9.84,11.3974166 C10.2,11.1274166 10.0412837,10.3539265 9.95128375,9.99392648 C10.3112837,9.72392648 11.2956994,9.35548712 11.4204311,9.26548712 C11.5451628,9.17548712 11.6468888,9.0847326 11.8127119,8.89411663 C11.91,8.76985824 11.9693064,8.6484948 12,8.55009421 C12.0306936,8.45169361 12.1423415,8.19279496 11.853784,8.07330857 C11.5543671,7.96877289 10.9054733,7.91259155 10.5635101,7.84214172 C10.2215469,7.77169189 10.096259,7.75135581 9.91245697,7.59908427 C9.7286549,7.44681274 9.74902496,7.1786911 9.76910248,7.0555481 C9.96932533,5.8275055 11.1192629,5.40885713 11.1192629,5.40885713 C11.1192629,5.40885713 9.64813064,5.01758887 8.56813064,6.18758887 C8.43296764,6.18758887 8.10169275,6.03519597 7.48832269,5.96799616 C6.87495262,5.90079635 6.43677499,6.03399473 6.43677499,6.03399473 C6.17246311,5.62954069 5.88435563,5.28134205 5.59162801,4.181384 C5.50162801,4.181384 4.45717853,5.05178192 4.36717853,7.30178192 C3.37717853,8.47178192 3,10.38 3,12 C3,16.95 7.08466129,21.0092691 12.1397984,21.0092691 C14.2574177,21.0092691 16.9068457,19.9639993 18.5549061,18.1703044 C20.0289534,16.5659996 21,14.337054 21,12 C21,10.83 20.82,10.02 20.55,9.39 Z"})}),gaming:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.4481601,2.99591864 L11.691755,2.99911319 L14.6666667,2.99909445 C15.2189514,2.99909445 15.6666667,3.4468097 15.6666667,3.99909445 C15.6666667,4.5513792 15.2189514,4.99909445 14.6666667,4.99909445 L11.559,4.997 L12.2631599,6.31680897 L12.753,7.24491864 L14.3111111,7.24555025 C14.2682206,7.24555025 14.3007698,7.22327516 14.4052697,7.17445629 L14.4765758,7.14194557 L15.2079239,6.82593414 L15.5443968,6.69285533 C15.9865649,6.52808392 16.3472697,6.44023159 16.6995444,6.44023159 C18.7620152,6.44023159 20.2361993,7.98209398 20.4531808,10.1786176 C20.7447802,11.9361569 20.9475167,14.2978436 20.9911834,15.7769599 L20.9911834,15.7769599 L21,16.3180118 C21,16.6565826 20.9983255,16.8671945 20.991311,17.0642091 L20.991311,17.0642091 L20.9800958,17.3014191 C20.883099,18.9715633 20.322727,20.1413504 18.8795126,20.7262477 C17.4875434,21.2569708 16.0588544,20.4753899 14.787445,18.9502352 C14.7199695,18.8692931 14.6482082,18.7812434 14.5658471,18.6783167 L14.5658471,18.6783167 L13.335,17.108 L10.693,17.108 L10.4373295,17.4318006 L9.64401765,18.4174842 L9.19223552,18.9600167 C7.85759033,20.5199793 6.74744164,21.1605665 5.19693593,20.7600845 L5.19693593,20.7600845 L5.06882704,20.7175872 C3.45283958,20.0573983 3.01627688,18.8611203 3.00084042,16.7658242 L3.00084042,16.7658242 L3,16.422849 C3,15.3545755 3.19866114,12.9173715 3.4519983,10.9745966 L3.4519983,10.9745966 L3.53827155,10.3478732 C3.76533638,8.07153609 5.25601447,6.44023159 7.31117014,6.44023159 C7.71510061,6.44023159 8.12759526,6.55656087 8.64621472,6.76886045 C8.76327328,6.81677898 8.88363235,6.86887374 9.02093253,6.93044945 L9.02093253,6.93044945 L9.64982651,7.21299249 C9.6988127,7.23365798 9.72043489,7.24555025 9.62932956,7.24555025 L9.62932956,7.24555025 L10.488,7.24491864 L9.88310934,6.10234774 C9.63630448,5.64274577 9.45513476,5.31199392 9.34036833,5.11145801 C8.96404378,4.45389126 9.17193116,3.73043489 9.77252688,3.35232019 C10.0602797,3.17116078 10.3925303,3.08345403 10.7938643,3.03515554 C11.0164741,3.00836561 11.2394598,2.99711062 11.4481601,2.99591864 Z M16.6995444,8.44023159 C16.619488,8.44023159 16.3888477,8.50551381 16.0642798,8.63641992 L16.0642798,8.63641992 L15.9733056,8.67369061 L15.1121043,9.04560623 C14.7802405,9.18102051 14.5705414,9.24555025 14.3111111,9.24555025 L14.3111111,9.24555025 L9.62932956,9.24555025 C9.36668875,9.24555025 9.1646628,9.18027502 8.83472005,9.03987307 L8.83472005,9.03987307 L7.98541614,8.66023069 L7.7679307,8.57198668 C7.53755266,8.48382967 7.37398386,8.44023159 7.31117014,8.44023159 C6.37425069,8.44023159 5.66057996,9.22122803 5.52295552,10.5908246 C5.26455252,12.3704502 5.0456476,14.8190999 5.00629297,16.0680451 L5.00629297,16.0680451 L4.99999698,16.4203898 L5.00081022,16.7559923 C5.01085169,18.1179243 5.18905485,18.6062402 5.82521241,18.8661334 L5.761,18.8369186 L5.80201894,18.8464233 C6.28707718,18.9310372 6.71533631,18.7072014 7.37487621,17.9953167 L7.51985119,17.8352344 L7.6725361,17.6598192 C7.75936612,17.5583303 7.86198023,17.4356731 7.9782114,17.2946377 L7.9782114,17.2946377 L8.63859617,16.4794818 L9.42167889,15.4914625 C9.61123427,15.2496118 9.90145673,15.1083375 10.20874,15.1083375 L10.20874,15.1083375 L13.7777778,15.1083375 C14.1554701,15.1844122 14.2310085,15.1996271 14.3060446,15.2502598 L14.3060446,15.2502598 L14.4180012,15.3352078 C14.4569841,15.365134 14.4660896,15.3735492 14.5025113,15.4072096 L14.5025113,15.4072096 L14.5709562,15.4751998 L14.6992982,15.618482 L14.9120597,15.8770639 L15.9497771,17.2045091 C16.107412,17.4049508 16.2236912,17.5496729 16.3236661,17.6696007 L16.3236661,17.6696007 L16.4695034,17.8392623 C17.193294,18.6551574 17.8309226,18.9856237 18.1475232,18.8651314 C18.6997417,18.6412413 18.9263912,18.1681061 18.9834602,17.1854607 C18.9893076,17.0847769 18.9931809,16.991072 18.9956981,16.8825688 L18.9956981,16.8825688 L18.999997,16.3180118 C18.999997,15.1867814 18.835811,12.9604406 18.5741616,11.1134926 L18.5741616,11.1134926 L18.4716049,10.441551 C18.3424587,9.14685399 17.6668528,8.44023159 16.6995444,8.44023159 Z M8.08888889,10.2 C8.60172473,10.2 9.02439605,10.5860402 9.08216116,11.0833789 L9.08888889,11.2 L9.088,11.5329186 L9.33333333,11.5333333 C9.88561808,11.5333333 10.3333333,11.9810486 10.3333333,12.5333333 C10.3333333,13.0461692 9.94729314,13.4688405 9.44995446,13.5266056 L9.33333333,13.5333333 L9.088,13.5329186 L9.08888889,13.7777778 C9.08888889,14.3300625 8.64117364,14.7777778 8.08888889,14.7777778 C7.57605305,14.7777778 7.15338173,14.3917376 7.09561662,13.8943989 L7.08888889,13.7777778 L7.088,13.5329186 L6.75555556,13.5333333 C6.20327081,13.5333333 5.75555556,13.0856181 5.75555556,12.5333333 C5.75555556,12.0204975 6.14159575,11.5978262 6.63893443,11.5400611 L6.75555556,11.5333333 L7.088,11.5329186 L7.08888889,11.2 C7.08888889,10.6477153 7.53660414,10.2 8.08888889,10.2 Z M14.6666667,12.8888889 C15.1575864,12.8888889 15.5555556,13.286858 15.5555556,13.7777778 C15.5555556,14.2686976 15.1575864,14.6666667 14.6666667,14.6666667 C14.1757469,14.6666667 13.7777778,14.2686976 13.7777778,13.7777778 C13.7777778,13.286858 14.1757469,12.8888889 14.6666667,12.8888889 Z M16.8888889,12.8888889 C17.3798087,12.8888889 17.7777778,13.286858 17.7777778,13.7777778 C17.7777778,14.2686976 17.3798087,14.6666667 16.8888889,14.6666667 C16.3979691,14.6666667 16,14.2686976 16,13.7777778 C16,13.286858 16.3979691,12.8888889 16.8888889,12.8888889 Z M14.6666667,10.6666667 C15.1575864,10.6666667 15.5555556,11.0646358 15.5555556,11.5555556 C15.5555556,12.0464753 15.1575864,12.4444444 14.6666667,12.4444444 C14.1757469,12.4444444 13.7777778,12.0464753 13.7777778,11.5555556 C13.7777778,11.0646358 14.1757469,10.6666667 14.6666667,10.6666667 Z M16.8888889,10.6666667 C17.3798087,10.6666667 17.7777778,11.0646358 17.7777778,11.5555556 C17.7777778,12.0464753 17.3798087,12.4444444 16.8888889,12.4444444 C16.3979691,12.4444444 16,12.0464753 16,11.5555556 C16,11.0646358 16.3979691,10.6666667 16.8888889,10.6666667 Z"})}),google:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.9618313,3 C14.3814914,3 16.4029318,3.88622935 17.9562701,5.33007613 L17.9562701,5.33007613 L15.4270498,7.79957378 C14.7797798,7.19211882 13.6446373,6.46521854 11.9618313,6.46521854 C9.59194004,6.46521854 7.58052205,8.02857929 6.85355313,10.1893726 C6.6743165,10.74699 6.56482496,11.3444225 6.56482496,11.9618313 C6.56482496,12.5791714 6.6743165,13.1766725 6.8635069,13.73429 C7.58052205,15.8950833 9.59194004,17.4583754 11.9618313,17.4583754 C13.2961179,17.4583754 14.311815,17.0899483 15.0685766,16.5621922 L15.0685766,16.5621922 L15.2849783,16.4007857 C16.3290124,15.5718462 16.8074413,14.4294411 16.9007579,13.6545911 L16.9007579,13.6545911 L11.9618313,13.6545911 L11.9618313,10.3287941 L20.3759989,10.3287941 C20.505398,10.8864115 20.5651893,11.4241214 20.5651893,12.1609755 C20.5651893,14.8893399 19.5893073,17.1895547 17.8965475,18.7529155 C16.4128169,20.1270172 14.3814914,20.9236626 11.9618313,20.9236626 C8.45672898,20.9236626 5.4296139,18.9121759 3.95590579,15.9846672 L3.95590579,15.9846672 L3.80950415,15.6778867 C3.29285317,14.5419145 3,13.2853575 3,11.9618313 C3,10.5179845 3.34851947,9.15376793 3.95590579,7.93892665 L3.95590579,7.93892665 L4.08994283,7.68302233 C5.60809297,4.89483926 8.55982022,3 11.9618313,3 Z"})}),ios:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M3.74859725,8 C3.31723342,8 3,8.30802936 3,8.71178099 C3,9.11062379 3.31723342,9.41803954 3.74859725,9.41803954 C4.17996107,9.41803954 4.49903531,9.11123739 4.49903531,8.71239459 C4.49903531,8.30741575 4.17996107,8.0006136 3.74859725,8.0006136 L3.74859725,8 Z M10.1435813,8.34975445 C7.91067522,8.34975445 6.50858939,9.91444542 6.50858939,12.427155 C6.50858939,14.9349558 7.88367663,16.5094644 10.1435813,16.5094644 C12.3979635,16.5094644 13.7675283,14.9294334 13.7675283,12.427155 C13.7675283,9.91935425 12.3869186,8.35098166 10.1435813,8.35036806 L10.1435813,8.34975445 Z M18.0774849,8.34975445 C16.3790282,8.34975445 15.245701,9.27200172 15.245701,10.6581338 C15.245701,11.8012786 15.8869175,12.4817658 17.2951394,12.8106577 L18.2977688,13.0542586 C19.3286241,13.2966323 19.781464,13.6519092 19.781464,14.2452646 C19.781464,14.9355694 19.069683,15.4368841 18.098961,15.4368841 C17.0589017,15.4368841 16.3360759,14.9680904 16.2329904,14.2299245 L15.0346212,14.2299245 C15.1205258,15.621579 16.2802379,16.5106917 18.0056932,16.5106917 C19.8501877,16.5106917 21.0037638,15.5780131 21.0037638,14.0894091 C21.0037638,12.9192657 20.34598,12.2719131 18.7499952,11.9000689 L17.89279,11.6889891 C16.8791157,11.4515242 16.469228,11.1336772 16.469228,10.5783653 C16.469228,9.87701556 17.1055357,9.41865314 18.060304,9.41865314 C18.9665975,9.41865314 19.5912467,9.86535708 19.7047635,10.5826605 L20.8804293,10.5826605 C20.8104784,9.27200172 19.657516,8.35036806 18.0774849,8.35036806 L18.0774849,8.34975445 Z M10.1435813,9.47694555 C11.6223676,9.47694555 12.53357,10.620704 12.53357,12.427155 C12.53357,14.2225612 11.6211404,15.382887 10.1435813,15.382887 C8.6500684,15.382887 7.74438846,14.2231748 7.74438846,12.427155 C7.74438846,10.620704 8.67706699,9.47755916 10.1435813,9.47694555 Z M3.17242281,10.4488948 L3.17242281,16.3210879 L4.32599889,16.3210879 L4.32599889,10.4488948 L3.17242281,10.4488948 Z"})}),iot:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.3860594,3.21064778 C11.7471699,2.92978407 12.2528301,2.92978407 12.6139406,3.21064778 L12.6139406,3.21064778 L19.6139406,8.65509223 C19.8575272,8.84454843 20,9.13585401 20,9.44444444 L20,9.44444444 L20,18 C20,19.4113944 18.8558388,20.5555556 17.4444444,20.5555556 L17.4444444,20.5555556 L6.55555556,20.5555556 C5.14416119,20.5555556 4,19.4113944 4,18 L4,18 L4,9.44444444 C4,9.13585401 4.14247284,8.84454843 4.38605939,8.65509223 L4.38605939,8.65509223 Z M12,5.266 L6,9.932 L6,18 C6,18.2761424 6.20147186,18.5052285 6.46544156,18.5482843 L6.46544156,18.5482843 L6.55555556,18.5555556 L11,18.555 L11,17 C11,16.4477153 11.4477153,16 12,16 C12.5128358,16 12.9355072,16.3860402 12.9932723,16.8833789 L13,17 L13,18.555 L17.4444444,18.5555556 C17.7205868,18.5555556 17.9496729,18.3540837 17.9927287,18.090114 L18,18 L18,9.933 L12,5.266 Z M12.0057963,12.0320456 C13.0770349,12.0320456 14.0956243,12.5057637 14.8339598,13.3350258 C15.2012149,13.7475087 15.1645505,14.3796112 14.7520676,14.7468663 C14.3713142,15.0858711 13.8034292,15.0807077 13.4294592,14.7534784 L13.3402271,14.6649742 C12.9749999,14.254769 12.4960998,14.0320456 12.0057963,14.0320456 C11.569971,14.0320456 11.1431557,14.2080246 10.7971777,14.5352312 L10.6713655,14.6649742 C10.3041104,15.0774571 9.67200783,15.1141214 9.25952494,14.7468663 C8.84704204,14.3796112 8.81037768,13.7475087 9.17763278,13.3350258 C9.91596824,12.5057637 10.9345577,12.0320456 12.0057963,12.0320456 Z M12,9 C13.7910145,9 15.4998556,9.79473526 16.7468663,11.1953165 C17.1141214,11.6077993 17.0774571,12.2399019 16.6649742,12.607157 C16.2524913,12.9744121 15.6203888,12.9377477 15.2531337,12.5252648 C14.3792312,11.5437405 13.2100794,11 12,11 C10.7899206,11 9.62076877,11.5437405 8.74686634,12.5252648 C8.37961124,12.9377477 7.74750871,12.9744121 7.33502581,12.607157 C6.92254292,12.2399019 6.88587856,11.6077993 7.25313366,11.1953165 C8.50014438,9.79473526 10.2089855,9 12,9 Z"})}),ipad:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#1B1D22",fillRule:"evenodd",d:"M17.8076923,0 L6.19230769,0 C4.42924484,0 3,1.42924484 3,3.19230769 L3,20.8076923 C3,22.5707552 4.42924484,24 6.19230769,24 L17.8076923,24 C19.5707552,24 21,22.5707552 21,20.8076923 L21,3.19230769 C21,1.42924484 19.5707552,0 17.8076923,0 Z M19.5,3.5 L19.5,20.5 C19.5,21.6045695 18.6045695,22.5 17.5,22.5 L6.5,22.5 C5.3954305,22.5 4.5,21.6045695 4.5,20.5 L4.5,3.5 C4.5,2.3954305 5.3954305,1.5 6.5,1.5 L17.5,1.5 C18.6045695,1.5 19.5,2.3954305 19.5,3.5 Z"})}),iphone:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15,3 C16.6568542,3 18,4.34314575 18,6 L18,6 L18,18 C18,19.6568542 16.6568542,21 15,21 L15,21 L9,21 C7.34314575,21 6,19.6568542 6,18 L6,18 L6,6 C6,4.34314575 7.34314575,3 9,3 L9,3 Z M15,5 L9,5 C8.44771525,5 8,5.44771525 8,6 L8,6 L8,18 C8,18.5522847 8.44771525,19 9,19 L9,19 L15,19 C15.5522847,19 16,18.5522847 16,18 L16,18 L16,6 C16,5.44771525 15.5522847,5 15,5 L15,5 Z M12,16 C12.5522847,16 13,16.4477153 13,17 C13,17.5522847 12.5522847,18 12,18 C11.4477153,18 11,17.5522847 11,17 C11,16.4477153 11.4477153,16 12,16 Z"})}),kodi:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.6302521,14.1054865 L15.4586793,16.9339137 C15.7320463,17.2072807 15.7320463,17.6504961 15.4586793,17.9238631 L12.6302521,20.7522903 C12.3568851,21.0256573 11.9136697,21.0256573 11.6403026,20.7522903 L8.81187552,17.9238631 C8.53850852,17.6504961 8.53850852,17.2072807 8.81187552,16.9339137 L11.6403026,14.1054865 C11.9136697,13.8321195 12.3568851,13.8321195 12.6302521,14.1054865 Z M17.9333348,8.74667217 L20.761762,11.5750993 C21.035129,11.8484663 21.035129,12.2916818 20.761762,12.5650488 L17.9333348,15.3934759 C17.6599678,15.6668429 17.2167523,15.6668429 16.9433853,15.3934759 L14.1149582,12.5650488 C13.8415912,12.2916818 13.8415912,11.8484663 14.1149582,11.5750993 L16.9433853,8.74667217 C17.2167523,8.47330516 17.6599678,8.47330516 17.9333348,8.74667217 Z M6.25168053,8.74232945 C6.35051581,8.78186356 6.39004992,8.87081531 6.40981697,8.97953411 C6.4197005,9.03883527 6.42958403,9.10801997 6.42958403,9.16732113 C6.4197005,10.1457903 6.4197005,11.1242596 6.4197005,12.0928453 L6.4197005,15.0084859 L6.4197005,15.0084859 C6.4197005,15.0974376 6.39993344,15.1962729 6.37028286,15.2852246 C6.30109817,15.4532446 6.18249584,15.4730116 6.05400998,15.3445258 C5.60925125,14.8997671 5.16449251,14.4550083 4.71973378,14.0003661 C4.20579035,13.4864226 3.69184692,12.9724792 3.17790349,12.4486522 C2.96046589,12.2312146 2.96046589,11.9347088 3.17790349,11.7271547 L6.0243594,8.85104825 L6.0243594,8.85104825 C6.08366057,8.79174709 6.14296173,8.70279534 6.25168053,8.74232945 Z M12.6265557,3.25697171 L15.4730116,6.10342762 L15.4730116,6.10342762 C15.7991681,6.42958403 15.7991681,6.78539101 15.4730116,7.11154742 C14.356173,8.23826955 13.2294509,9.35510815 12.1126123,10.4818303 C11.1242596,11.470183 10.1359068,12.4684193 9.13767055,13.456772 C8.94988353,13.6445591 8.79174709,13.5951414 8.7225624,13.3480532 C8.70279534,13.268985 8.70279534,13.1800333 8.70279534,13.1009651 C8.68302829,12.0038935 8.69291181,10.906822 8.69291181,9.79986689 C8.69291181,8.74232945 8.70279534,7.68479201 8.68302829,6.62725458 C8.68302829,6.32086522 8.75221298,6.08366057 8.98941764,5.87610649 C9.17720466,5.71797005 9.34522463,5.53018303 9.52312812,5.35227953 L11.6184359,3.25697171 L11.6184359,3.25697171 C11.9445923,2.93081531 12.3003993,2.93081531 12.6265557,3.25697171 Z"})}),laptop:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M17.3333333,4 C18.8396207,4 20.0238335,5.27171887 20.1064988,6.82616995 L20.1111111,7 L20.1111111,14 C20.1111111,14.5595757 19.968246,15.0880482 19.7175372,15.540983 C20.4924795,16.0815918 21,16.981527 21,18 C21,19.6568542 19.6568542,21 18,21 L6,21 C4.34314575,21 3,19.6568542 3,18 C3,16.981959 3.50709008,16.0823551 4.28246555,15.5399932 C4.05789654,15.1353143 3.91982955,14.6689121 3.89350121,14.17383 L3.88888889,14 L3.88888889,7 C3.88888889,5.42596243 5.01930566,4.09802793 6.50066641,4.00518317 L6.66666667,4 L17.3333333,4 Z M8.899,17 L6,17 C5.44771525,17 5,17.4477153 5,18 C5,18.5522847 5.44771525,19 6,19 L18,19 C18.5522847,19 19,18.5522847 19,18 L18.9932723,17.8833789 C18.9355072,17.3860402 18.5128358,17 18,17 L15.086,17 L15.0571627,17.0265509 C14.3632879,17.6512301 13.6458275,17.9890304 12.8931101,17.9890304 L11.1318363,17.9890304 L10.9374442,17.981993 C10.2280994,17.9304916 9.55643027,17.5974814 8.92212537,17.0214492 L8.899,17 Z M17.3333333,6 L6.66666667,6 C6.29595591,6 5.94691235,6.36059327 5.89540689,6.86974091 L5.88888889,7 L5.88888889,14 C5.88888889,14.5768037 6.26506335,15 6.66666667,15 L9.30990755,15 C9.58658389,15 9.85089554,15.114629 10.0399706,15.3166202 C10.4843366,15.7913418 10.8485059,15.9890304 11.1318363,15.9890304 L12.8931101,15.9890304 C13.1369946,15.9890304 13.4973361,15.7894606 13.9556012,15.3094595 C14.1442927,15.111818 14.4056429,15 14.6788949,15 L17.3333333,15 L17.3333333,15 C17.7040441,15 18.0530877,14.6394067 18.1045931,14.1302591 L18.1111111,14 L18.1111111,7 C18.1111111,6.46756578 17.7905838,6.06601604 17.4254,6.00738965 L17.3333333,6 Z"})}),linux:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.72875,3 C14.1072822,3 15.3172917,4.82252384 15.3172917,7.215625 L15.3126478,7.45000484 C15.3104275,7.50425271 15.3073109,7.56295053 15.3030893,7.6321136 L15.2869017,7.87701388 C15.2210119,8.83076199 15.2828161,9.21739932 15.7046818,9.68977016 L15.8006774,9.79254264 C16.5434119,10.5565785 17.1458853,11.5906244 17.536041,12.7424232 L17.6097282,12.9721145 C17.7160141,13.0175961 17.8180271,13.0813181 17.9239162,13.1688704 C18.0860684,13.3029428 18.2049567,13.4608734 18.3237749,13.6614 C18.3982679,13.7871201 18.4707168,13.9284532 18.5455964,14.0890788 C18.5891538,14.1825149 18.6317772,14.2786713 18.6779892,14.3865007 L18.6779892,14.3865007 L18.7714978,14.6073022 C18.7753612,14.6163881 18.7798202,14.6244021 18.7895256,14.6363834 L18.7895256,14.6363834 L18.8390318,14.6892678 C18.8358724,14.686095 18.897592,14.7438852 18.9790407,14.8217021 L18.9790407,14.8217021 L19.2887703,15.127436 C20.2954015,16.2039052 19.3230493,17.8094652 17.9405209,18.3430465 C17.6421132,18.4581682 17.3604651,18.6637714 17.0528802,18.9766474 C16.9068822,19.125157 16.4177475,19.6801156 16.4574304,19.6366116 L16.4574304,19.6366116 L16.3378587,19.7599473 C15.3972485,20.6709298 14.0753305,20.6206291 13.3287014,19.8759422 L10.6194046,19.8756885 C10.0335944,20.5381997 8.99895559,20.8291919 7.98504316,20.3675454 C6.95164072,19.8974341 6.48045763,19.8077758 5.99545006,19.8391261 L5.99545006,19.8391261 L5.84977615,19.8481002 L5.60551498,19.8450736 C4.29258937,19.7581163 3.61732735,18.5204799 4.22113261,17.3873112 L4.22113261,17.3873112 L4.23871921,17.3441397 C4.25518864,17.2884245 4.25930539,17.2165915 4.24816679,17.0968661 L4.24816679,17.0968661 L4.19045152,16.6589353 C4.10203699,15.7544812 4.47340113,15.0438135 5.36320528,14.6541186 C5.49414437,14.5985297 5.59346747,14.5555553 5.67222657,14.5178344 C5.79310189,13.3486109 6.23743992,12.299675 7.16213243,11.0882745 L7.36705708,10.826887 C7.79444579,10.2953937 7.989556,9.92488524 8.06626559,9.56664422 L8.10014193,9.36672938 C8.11912564,9.20689325 8.12132171,9.02036463 8.1095045,8.69129414 L8.08680774,8.18054069 C8.05784661,7.59368341 8.04775896,7.19747734 8.05802499,6.70501082 C8.09854932,4.73958124 9.36243271,3 11.72875,3 Z M7.334,15.776 L7.28642049,15.8243202 C7.00949477,16.0821264 6.68958884,16.263764 6.15521385,16.4905807 L6.1770691,16.48 L6.18836072,16.5215838 L6.22702706,16.7918162 C6.27885392,17.2124794 6.2695013,17.5294165 6.15667846,17.9110897 L6.1760691,17.833 L6.35960962,17.8381299 C6.90923272,17.8638707 7.49835901,18.0004825 8.28485792,18.3191554 L8.55455088,18.4322204 L8.81350659,18.5472025 C8.9828252,18.6242953 9.05993162,18.6166726 9.08774006,18.6074188 L9.08774006,18.6074188 L9.10070525,18.6006984 C9.04963576,18.4057245 8.950128,18.253908 8.64868127,17.9036964 L8.64868127,17.9036964 L8.45400605,17.6752327 C8.18929127,17.3576686 8.03460965,17.1326692 7.88517972,16.8202248 L7.88517972,16.8202248 L7.69680067,16.4348853 C7.57849842,16.1995493 7.47412959,16.0064148 7.37988921,15.8500066 L7.37988921,15.8500066 L7.334,15.776 Z M15.382,14.704 L15.3426513,14.9735348 L15.2112935,16.080707 C15.190449,16.2337802 15.1703062,16.3560093 15.1449254,16.4858062 L15.1449254,16.4858062 L15.0977014,16.7091448 C15.0642447,16.8565582 15.0264365,17.0032595 14.9818566,17.1627232 L14.9818566,17.1627232 L14.9488851,17.2752371 L14.8056379,17.7930232 L14.7636437,17.9981987 C14.7388206,18.1583974 14.7378259,18.3004489 14.7629012,18.4726912 C14.7701416,18.4803082 14.7947384,18.4742898 14.8673082,18.4053471 L14.8673082,18.4053471 L14.9727653,18.2962185 C14.9772411,18.2899917 15.1185707,18.1295636 15.274933,17.9557054 L15.274933,17.9557054 L15.6266584,17.574545 C16.1173234,17.0754393 16.6190427,16.7091842 17.2205297,16.4771384 C17.3350778,16.4329291 17.4429593,16.3634121 17.5288458,16.2853005 L17.5288458,16.2853005 L17.57,16.242 L17.4218203,16.1004771 C17.2056947,15.8834323 17.0497554,15.6692558 16.9309752,15.389911 L16.9309752,15.389911 L16.7844227,15.0474882 L16.708,14.884 L16.5372524,14.9005072 L16.3327061,14.927305 C16.16394,14.9539619 15.9911584,14.9369328 15.8308435,14.8778422 L15.8308435,14.8778422 L15.382,14.704 Z M11.72875,5 C10.6250916,5 10.0780814,5.75289282 10.0575953,6.74646658 C10.0515272,7.03755512 10.0535189,7.29225555 10.0634769,7.59092826 L10.1103498,8.67457625 C10.1315603,9.29285995 10.1115613,9.56683771 10.0219334,9.98540831 L9.97756618,10.1703232 C9.95416817,10.4546297 9.84884391,10.7823914 9.61929116,11.3483541 L8.92995344,12.9875176 C8.88971127,13.0879931 8.86218311,13.1614026 8.8473283,13.2076272 L8.80561301,13.3457932 C8.76528202,13.5037098 8.79329575,13.5745536 8.97589916,13.7760867 L9.58544412,14.4183855 C9.74741139,14.5884467 9.86102788,14.7114311 9.96973803,14.8362457 C10.1148798,15.0028888 10.2422264,15.1634157 10.3657746,15.3375031 C10.4442479,15.448077 10.521001,15.563929 10.598234,15.688445 C10.6801359,15.8204882 10.7373404,15.9355093 10.7755057,16.0854305 C10.8616859,16.4239646 10.7846618,16.8080327 10.5408724,17.0678356 C10.7387031,17.3363547 10.8712598,17.5799616 10.9701984,17.8744181 L12.7632773,17.8754085 C12.7803459,17.7131194 12.8086097,17.550243 12.8473649,17.3818381 C12.8753334,17.2603054 12.9069904,17.141542 12.9514841,16.9862624 L12.9514841,16.9862624 L13.1049988,16.4409437 C13.135096,16.3236877 13.160056,16.2143898 13.1822053,16.1014499 C13.2002993,16.0089177 13.2158078,15.9129431 13.2330322,15.7840619 L13.2330322,15.7840619 L13.3448572,14.8294158 C13.3722159,14.6061128 13.3965895,14.4375804 13.4249891,14.2840787 L13.4249891,14.2840787 L13.4714844,14.0601314 C13.5948449,13.5244882 13.7653189,13.1415787 14.1501548,12.9105547 L14.1501548,12.9105547 L14.249,12.857 L14.2629815,12.8489748 C14.346988,12.7957421 14.4325274,12.7526507 14.5196883,12.7187788 L13.6248213,10.1917409 C13.6235048,10.18802 13.6222094,10.1843034 13.620935,10.1805914 C13.3066375,9.555543 13.2323496,8.88605437 13.2767312,7.98914618 L13.3150724,7.34405525 C13.3166568,7.29853069 13.3172917,7.25820383 13.3172917,7.215625 C13.3172917,5.79589013 12.7888845,5 11.72875,5 Z M12.4375,6.625 C12.6791246,6.625 12.875,7.01675084 12.875,7.5 C12.875,7.84506517 12.7751289,8.14347803 12.6300437,8.28592434 C12.8191079,8.39827786 12.9375,8.55635915 12.9375,8.81716903 C12.9375,9.05944772 12.8169371,9.21763077 12.6426104,9.3405154 C12.5688926,9.39247985 12.5006917,9.42847139 12.3855058,9.4828627 L12.3855058,9.4828627 L12.254891,9.54675332 L11.9439951,9.73313567 C11.7871419,9.81518771 11.6305291,9.85886395 11.449458,9.85886395 C11.3579418,9.85886395 11.2704088,9.84204598 11.1863188,9.81116928 C11.1036623,9.78081896 11.0335152,9.74163863 10.9517215,9.68669648 C10.9219815,9.66671967 10.8198267,9.59447859 10.7982245,9.57976765 L10.7982245,9.57976765 L10.5369342,9.41400771 C10.3201458,9.26342515 10.1831452,9.08827956 10.1875184,8.81716903 C10.1875184,8.55824427 10.3214771,8.39611686 10.5137176,8.28192417 L10.499954,8.29075239 C10.3521696,8.15030059 10.25,7.84901328 10.25,7.5 C10.25,7.01675084 10.4458754,6.625 10.6875,6.625 C10.9291246,6.625 11.125,7.01675084 11.125,7.5 C11.125,7.66844437 11.1012014,7.82577184 11.0599622,7.95926663 C11.1852845,7.89349982 11.3172116,7.85886395 11.4712911,7.85886395 C11.6126488,7.85886395 11.7352295,7.88501494 11.8576369,7.93704795 L11.8576369,7.93704795 L12.0990561,8.05452078 C12.0371525,7.9035705 12,7.71046268 12,7.5 C12,7.01675084 12.1958754,6.625 12.4375,6.625 Z"})}),mediastreamer:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18.1854358,5.293 C21.6988732,8.80749866 21.6988732,14.5045013 18.1854358,18.019 C17.7949705,18.4095833 17.1618055,18.4096789 16.7712222,18.0192135 C16.380639,17.6287482 16.3805434,16.9955833 16.7710087,16.605 C19.5036822,13.871501 19.5036822,9.44049896 16.7710087,6.707 C16.3805434,6.31641674 16.380639,5.68325177 16.7712222,5.29278645 C17.1618055,4.90232114 17.7949705,4.90241674 18.1854358,5.293 Z M15.9209356,7.5565 C17.0100424,8.64439589 17.6219982,10.1206264 17.6219982,11.66 C17.6219982,13.1993736 17.0100424,14.6756041 15.9209356,15.7635 C15.5301941,16.153807 14.8970292,16.1534548 14.5067222,15.7627133 C14.1164152,15.3719719 14.1167674,14.738807 14.5075089,14.3485 C15.2210616,13.6357406 15.6219982,12.6685551 15.6219982,11.66 C15.6219982,10.6514449 15.2210616,9.68425938 14.5075089,8.9715 C14.1167674,8.581193 14.1164152,7.94802812 14.5067222,7.55728666 C14.8970292,7.1665452 15.5301941,7.166193 15.9209356,7.5565 Z M10.8888889,7.98933333 C12.5457431,7.98933333 13.8888889,9.33247908 13.8888889,10.9893333 L13.8888889,10.9893333 L13.8888889,12.3226667 C13.8888889,13.9795209 12.5457431,15.3226667 10.8888889,15.3226667 L10.8888889,15.3226667 L6,15.3226667 C4.34314575,15.3226667 3,13.9795209 3,12.3226667 L3,12.3226667 L3,10.9893333 C3,9.33247908 4.34314575,7.98933333 6,7.98933333 L6,7.98933333 Z M10.8888889,9.98933333 L6,9.98933333 C5.44771525,9.98933333 5,10.4370486 5,10.9893333 L5,10.9893333 L5,12.3226667 C5,12.8749514 5.44771525,13.3226667 6,13.3226667 L6,13.3226667 L10.8888889,13.3226667 C11.4411736,13.3226667 11.8888889,12.8749514 11.8888889,12.3226667 L11.8888889,12.3226667 L11.8888889,10.9893333 C11.8888889,10.4370486 11.4411736,9.98933333 10.8888889,9.98933333 L10.8888889,9.98933333 Z",transform:"rotate(-90 11.91 11.656)"})}),networkLock:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M9.94935736,13.8782617 L10.0435647,13.9614503 L12.0034579,15.9215571 L13.9626845,13.9614503 C14.3532088,13.570926 14.9863737,13.570926 15.376898,13.9614503 C15.737382,14.3219342 15.7651115,14.8891653 15.4600866,15.2814565 L15.376898,15.3756638 L13.4174579,17.3355571 L15.376898,19.2947836 C15.7674223,19.6853079 15.7674223,20.3184729 15.376898,20.7089972 C15.0164141,21.0694811 14.449183,21.0972107 14.0568918,20.7921858 L13.9626845,20.7089972 L12.0034579,18.7495571 L10.0435647,20.7089972 C9.6530404,21.0995215 9.01987542,21.0995215 8.62935113,20.7089972 C8.26886717,20.3485132 8.24113763,19.7812822 8.54616253,19.3889909 L8.62935113,19.2947836 L10.5894579,17.3355571 L8.62935113,15.3756638 C8.23882684,14.9851395 8.23882684,14.3519746 8.62935113,13.9614503 C8.98983509,13.6009663 9.55706615,13.5732368 9.94935736,13.8782617 Z M20,16.3333333 C20.5522847,16.3333333 21,16.7810486 21,17.3333333 C21,17.8461692 20.6139598,18.2688405 20.1166211,18.3266056 L20,18.3333333 L16.4444444,18.3333333 C15.8921597,18.3333333 15.4444444,17.8856181 15.4444444,17.3333333 C15.4444444,16.8204975 15.8304846,16.3978262 16.3278233,16.3400611 L16.4444444,16.3333333 L20,16.3333333 Z M7.55555556,16.3333333 C8.10784031,16.3333333 8.55555556,16.7810486 8.55555556,17.3333333 C8.55555556,17.8461692 8.16951537,18.2688405 7.67217668,18.3266056 L7.55555556,18.3333333 L4,18.3333333 C3.44771525,18.3333333 3,17.8856181 3,17.3333333 C3,16.8204975 3.38604019,16.3978262 3.88337887,16.3400611 L4,16.3333333 L7.55555556,16.3333333 Z M12,10.8611111 C12.628991,10.8611111 13.1388889,11.371009 13.1388889,12 C13.1388889,12.628991 12.628991,13.1388889 12,13.1388889 C11.371009,13.1388889 10.8611111,12.628991 10.8611111,12 C10.8611111,11.371009 11.371009,10.8611111 12,10.8611111 Z M12.0118835,6.69751533 C13.3237337,6.69751533 14.5801099,7.23196266 15.5033299,8.180398 C15.888558,8.5761476 15.8800287,9.20925512 15.4842791,9.59448324 C15.0885295,9.97971136 14.455422,9.97118202 14.0701938,9.57543242 C13.5220949,9.01236361 12.7819511,8.69751533 12.0118835,8.69751533 C11.241816,8.69751533 10.5016722,9.01236361 9.95357323,9.57543242 C9.56834512,9.97118202 8.93523759,9.97971136 8.53948799,9.59448324 C8.1437384,9.20925512 8.13520905,8.5761476 8.52043717,8.180398 C9.44365722,7.23196266 10.7000334,6.69751533 12.0118835,6.69751533 Z M12.0041557,3 C14.2756432,3 16.4522938,3.92592096 18.0537024,5.57106779 C18.4389305,5.96681739 18.4304012,6.59992492 18.0346516,6.98515303 C17.638902,7.37038115 17.0057944,7.36185181 16.6205663,6.96610221 C15.3942788,5.70632191 13.7338607,5 12.0041557,5 C10.2744507,5 8.61403257,5.70632191 7.38774504,6.96610221 C7.00251692,7.36185181 6.36940939,7.37038115 5.9736598,6.98515303 C5.5779102,6.59992492 5.56938086,5.96681739 5.95460898,5.57106779 C7.55601761,3.92592096 9.73266812,3 12.0041557,3 Z"})}),nintendoSwitch:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.1407785,3 C16.433175,3 16.8342912,3.01112192 17.0943115,3.05568231 C19.0329427,3.38992154 20.5073608,4.84951038 20.8750385,6.78443423 C20.9194074,7.01589718 20.9313235,7.51259731 20.9338609,10.303017 L20.9340246,14.0991026 C20.9313192,16.6989667 20.9131833,17.1280982 20.7963854,17.52843 C20.7715973,17.6134073 20.742375,17.6970762 20.7079188,17.7999358 C20.6447492,17.9818846 20.52219,18.2752708 20.4293619,18.4498777 C19.7051285,19.8128585 18.3755862,20.7301627 16.8677296,20.9010623 C16.5111738,20.9381354 13.6292146,20.9530373 13.5288992,20.9158915 C13.4804017,20.8964546 13.4713317,20.2713238 13.4697985,14.7586093 L13.4697681,10.6866507 C13.4715167,6.37900601 13.4819562,3.03615069 13.4955335,3.02595115 C13.5066554,3.01112192 14.2494254,3 15.1407785,3 Z M10.7696781,3.00364415 C11.5833816,3.00726923 11.6231769,3.02279423 11.6496577,3.07051154 C11.6756815,3.12255923 11.6868035,5.95995808 11.6868035,11.9838969 L11.6867907,12.7356213 C11.6865157,20.1547935 11.6813285,20.8284681 11.6274138,20.8824531 C11.5717315,20.9381354 11.3562715,20.9418427 9.27647192,20.9270135 C7.26725654,20.9158915 6.95533385,20.9046969 6.71021538,20.8490146 C4.83097385,20.4107527 3.50877346,19.0849177 3.09653538,17.2242127 C3.02231654,16.8788515 3.01853654,16.7748288 3.00741462,12.3033069 C2.98887808,7.43437615 3,7.06669846 3.16341231,6.43907308 C3.61650346,4.70092731 5.05377577,3.37879962 6.84018923,3.05938962 C7.07418577,3.01853654 7.60527577,3.00741462 9.37308,3.00370731 L10.7696781,3.00364415 Z M10.2012635,4.44839423 L8.76399115,4.45210154 C7.17442846,4.45580885 6.94791923,4.47812538 6.45768231,4.67490346 C5.48091577,5.06489769 4.75668231,5.93022692 4.53380769,6.97387038 C4.45588154,7.34154808 4.45588154,16.5817581 4.53758769,16.9568504 C4.78641346,18.1564188 5.67398654,19.0775031 6.86992038,19.3857185 C7.14840462,19.4563027 7.29698769,19.4637173 8.68969962,19.4785465 L10.2012635,19.4971558 L10.2012635,4.44839423 Z M15.3637069,12.5390773 C15.2765172,12.8095414 15.2730351,13.253347 15.3497784,13.5168884 C15.6044515,14.3768762 16.5323355,14.9004975 17.4044371,14.6750994 C17.9416403,14.5329106 18.3601781,14.1480167 18.5729974,13.6000977 C18.6881123,13.3019423 18.6915944,12.823387 18.5764795,12.4974726 C18.3950676,11.9703899 17.9486045,11.5577369 17.4044371,11.4155481 C16.5323355,11.19015 15.6253443,11.6894736 15.3637069,12.5390773 Z M7.16149994,6.71755731 C8.0987446,6.53190115 9.00621583,7.17064846 9.16614798,8.12517115 C9.30373186,8.92733077 8.81651023,9.71095385 8.00942428,9.98209615 C7.81236631,10.0489731 7.70819566,10.060095 7.4143922,10.0489731 C7.09081531,10.0377785 7.02755584,10.0229492 6.77837615,9.90039 C6.41767345,9.72214846 6.15357064,9.45842077 5.97878816,9.09815769 C5.85976719,8.86052654 5.84113149,8.78252769 5.82628117,8.48914154 C5.79650772,7.92461308 5.9899259,7.44549808 6.38047485,7.10755154 C6.57010765,6.94043192 6.92717057,6.76211769 7.16149994,6.71755731 Z"})}),nvidiaShield:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M9.36747897,8.8989513 L9.36747897,7.71845892 C9.48183783,7.71035517 9.59754316,7.70405369 9.71550575,7.70044996 C12.9436179,7.59914947 15.0610202,10.4742846 15.0610202,10.4742846 C15.0610202,10.4742846 12.7738813,13.6510733 10.321506,13.6510733 C9.96852908,13.6510733 9.65202463,13.5938941 9.36747897,13.4984449 L9.36747897,9.91960782 C10.6240558,10.0713355 10.8766334,10.6264629 11.632109,11.8857423 L13.3123514,10.4688839 C13.3123514,10.4688839 12.0859359,8.86023119 10.0185057,8.86023119 C9.7933917,8.86023119 9.57818774,8.87598732 9.36747897,8.8989513 M9.36747897,5.00000161 L9.36747897,6.76308498 C9.48318913,6.75363033 9.59934502,6.74642772 9.71550575,6.74237343 C14.2046944,6.59109632 17.1289054,10.4234117 17.1289054,10.4234117 C17.1289054,10.4234117 13.7697772,14.5082999 10.2701826,14.5082999 C9.94961939,14.5082999 9.64932204,14.4785843 9.36747897,14.4286121 L9.36747897,15.5186055 C9.6083495,15.5492174 9.85867467,15.5672264 10.1193556,15.5672264 C13.3758325,15.5672264 15.7309567,13.9040966 18.0117937,11.9357145 C18.3948826,12.1687236 19.792066,13.0327475 20.2561675,13.2976458 C18.0874324,15.1129537 13.034112,16.5761807 10.1693326,16.5761807 C9.89334089,16.5761807 9.62770935,16.5595234 9.36747897,16.5343118 L9.36747897,17.9990997 L22,17.9990997 L22,5.00000161 L9.36747897,5.00000161 Z M9.36747897,13.4984449 L9.36747897,14.4286121 C6.35502579,13.8919438 5.5189613,10.7606273 5.5189613,10.7606273 C5.5189613,10.7606273 6.96553095,9.15828095 9.36747897,8.8989513 L9.36747897,9.91960782 C9.36523137,9.91960782 9.36433064,9.91915725 9.36252878,9.91915725 C8.10234819,9.76788498 7.11725862,10.9452194 7.11725862,10.9452194 C7.11725862,10.9452194 7.66923285,12.9280115 9.36747897,13.4984449 M4.01746001,10.6251116 C4.01746001,10.6251116 5.80260139,7.99084694 9.36747897,7.71845892 L9.36747897,6.76308498 C5.41900767,7.07959426 2.00000161,10.4234117 2.00000161,10.4234117 C2.00000161,10.4234117 3.9364205,16.021954 9.36747897,16.5343118 L9.36747897,15.5186055 C5.38208902,15.017054 4.01746001,10.6251116 4.01746001,10.6251116"})}),playstation:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M14.6815836,7.62377095 L14.6815836,12.9662997 C16.939666,14.0518001 18.7166335,12.964932 18.7166335,10.0975059 C18.7166335,7.15576397 17.6762697,5.84999486 14.6089205,4.80119646 C13.402999,4.39610713 10.8829307,3.72287692 9.29933234,3.43792382 L9.29933234,19.3897696 L13.2411456,20.5351101 L13.2411456,7.1562199 C13.2411456,6.52915209 13.5221094,6.11049899 13.9749569,6.2550842 C14.5660636,6.4191032 14.6815266,6.99624722 14.6815266,7.62377095 L14.6815836,7.62377095 Z M19.7148536,14.4501543 C18.5438389,13.9869197 17.0517756,13.827837 15.8337459,13.9682041 C14.6150119,14.10894 13.7488897,14.4284884 13.7488897,14.4284884 L13.5760615,14.4893372 L13.5760615,16.2432577 L16.5740988,15.1416179 C17.085496,14.9503129 17.8357537,14.9092861 18.2501717,15.0511283 C18.6646337,15.1929706 18.5866717,15.4626414 18.0759788,15.6535775 L13.5760615,17.3264584 L13.5760615,19.0162572 L19.690906,16.7247468 C19.690906,16.7247468 20.5127866,16.4099004 20.8485382,15.9683778 C21.1836735,15.5264404 21.034749,14.8854536 19.7148536,14.4501543 Z M3.33941745,15.4590035 C2.69285288,15.9368509 2.94795685,16.7043755 4.34794015,17.1641527 C5.86985154,17.6639887 7.32934681,17.9680944 8.71914254,17.7234085 C8.8093094,17.7074126 8.9080043,17.6903565 8.99605067,17.6736231 L8.99605067,16.1021107 L7.70439666,16.483983 C7.16966481,16.6756567 6.38328631,16.7156233 5.94927766,16.5741499 C5.5153151,16.4323076 5.597,16.1626368 6.13177795,15.9717007 L8.99605067,14.9973363 L8.99605067,13.2409726 L4.95407715,14.6853479 C4.95407715,14.6853479 3.93744126,15.0173426 3.33941745,15.4589574 L3.33941745,15.4590035 Z"})}),raspberryPi:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.1475456,3.22039512 L15.2727567,3.2527481 L15.355,3.287 L15.3830862,3.2809696 C15.6049169,3.23304656 15.8128504,3.2388048 16.0078885,3.31414209 L16.1233719,3.36782114 L16.156,3.388 L16.2273488,3.38808041 C16.3584401,3.39427983 16.4743839,3.41961543 16.5777351,3.46357336 L16.6769832,3.51371969 L16.719,3.542 L16.8422287,3.54737436 L16.9079933,3.55370364 L16.9739858,3.56311585 L17.1086221,3.59223617 C17.1930836,3.61468003 17.2737262,3.64498215 17.3493559,3.68371646 L17.4588917,3.74821382 L17.526,3.799 L17.6152714,3.80871121 C18.1618156,3.88751579 18.4871575,4.32072791 18.4275348,4.8179639 L18.4088065,4.9253886 L18.401,4.951 L18.432906,5.02678816 C18.5068485,5.23006862 18.5086383,5.43054885 18.4174693,5.64612741 L18.36,5.761 L18.3624764,5.77244827 C18.3783275,5.9494896 18.3368475,6.12599295 18.246518,6.29872805 L18.1697441,6.42752234 L18.148,6.456 C18.1420346,6.6742918 18.0692824,6.86663669 17.9417386,7.03193765 L17.852,7.133 L17.8286891,7.23343451 C17.7904074,7.35443881 17.7282822,7.46521736 17.647447,7.5665934 L17.5605653,7.66486577 L17.4623511,7.75705276 L17.358,7.839 L17.3504434,7.86240051 C17.2624371,8.08048181 17.1161636,8.25140745 16.8934917,8.37506406 L16.7757052,8.43295276 L16.753,8.44 L16.723,8.49 L16.7548515,8.51545063 C17.3110617,8.98644053 17.6432193,9.55831133 17.7616686,10.3565517 L17.7886822,10.5799603 L17.8051453,10.8151596 L17.807,10.914 L17.822526,10.9246925 C19.058855,11.7789153 19.5163998,13.6682737 18.5016449,15.1157874 L18.3872558,15.2691201 L18.354,15.308 L18.3491596,15.3337186 C18.3162308,15.4874687 18.277354,15.6283911 18.2237778,15.7919653 L18.1649779,15.9644042 L18.02,16.363 L17.9966168,16.5063675 C17.7687549,17.6504404 16.9328681,18.5386869 16.1666618,18.8610934 L16.0239801,18.914838 L15.999,18.921 L15.8397178,19.0394867 C15.4711298,19.3041787 15.1343496,19.508971 14.7721697,19.6769139 L14.4948785,19.7963219 L14.359,19.846 L14.2631237,19.9391511 C13.7746607,20.3811828 13.2369906,20.6565531 12.6539729,20.7727899 L12.4332231,20.808934 L12.2082673,20.8302475 L11.9846137,20.8360727 C11.1561425,20.8397351 10.3917788,20.5433138 9.71907968,19.9257627 L9.638,19.847 L9.50554604,19.7983366 C9.12843308,19.6493409 8.7916638,19.4684699 8.4339338,19.2308765 L8.16074829,19.0416577 L7.997,18.921 L7.97317019,18.9147263 C7.21546927,18.6637761 6.34875414,17.829965 6.04971246,16.7173606 L6.00045978,16.5055544 L5.977,16.361 L5.78939037,15.8311241 C5.75713935,15.7348147 5.73027379,15.6485348 5.70683538,15.5646651 L5.643,15.308 L5.61033174,15.2687374 C4.53203538,13.9063938 4.83568721,12.0953934 5.94402415,11.1112651 L6.07045483,11.0053851 L6.183,10.921 L6.18539948,10.8216679 C6.22157682,9.92136824 6.48590432,9.2720554 6.98459576,8.74964751 L7.12641786,8.61022582 L7.261,8.492 L7.25145674,8.47899474 L7.226,8.43 L7.1892127,8.41570135 C6.96792972,8.31281138 6.81140361,8.17129719 6.70677114,7.99155866 L6.65011599,7.87913182 L6.635,7.838 L6.52872592,7.75372775 C6.39072567,7.63478737 6.27990332,7.50010717 6.20842737,7.3477357 L6.16238799,7.23010949 L6.138,7.131 C5.98199663,6.9710584 5.88348761,6.78613243 5.85197519,6.57976926 L5.841,6.448 L5.8065807,6.39758953 C5.70766295,6.24163964 5.64726051,6.08334074 5.6315146,5.9239344 L5.62817423,5.8041914 L5.633,5.76 L5.62635051,5.74861661 C5.50472607,5.52686121 5.47924015,5.32398979 5.52918588,5.12113192 L5.56034885,5.01961675 L5.589,4.95 L5.58230264,4.92486813 C5.46530343,4.42157853 5.74485087,3.96030604 6.25871921,3.82988531 L6.37236127,3.80710733 L6.463,3.797 L6.53251379,3.74469519 L6.64218774,3.68020455 L6.75937408,3.62841935 L6.88316486,3.58892204 L7.02103738,3.5595793 L7.15628246,3.54419589 L7.272,3.541 L7.30909103,3.51520803 C7.40472326,3.45795403 7.51248098,3.4196565 7.63467348,3.40058883 L7.7617631,3.38794123 L7.837,3.388 L7.87117195,3.36670128 C8.06116786,3.2638125 8.26275074,3.23310392 8.47806465,3.25896219 L8.60891787,3.28114027 L8.644,3.29 L8.72049807,3.2606127 L8.85108877,3.22463214 L8.98468826,3.2109375 L9.01786327,3.21103335 C9.15195919,3.20840727 9.25943893,3.23182535 9.3707741,3.27857109 L9.48,3.33 L9.53473392,3.32033098 C9.69668969,3.29939691 9.83642574,3.31793461 9.97532215,3.37021802 L10.0796711,3.41566842 L10.142,3.45 L10.2283913,3.44316239 C10.4388589,3.43743933 10.6078887,3.48874859 10.7696741,3.59442437 L10.8661496,3.66433249 L10.947,3.734 L11.0756987,3.75314828 L11.1273393,3.76935745 L11.25,3.828 L11.4051835,3.92835998 C11.5653207,4.04253591 11.7089791,4.17720237 11.8364915,4.32674114 L11.9586342,4.48102927 L11.991,4.528 L12.0816277,4.40578895 C12.1424416,4.32944088 12.2074233,4.25595227 12.2766426,4.18600659 L12.3836585,4.08383069 L12.5562151,3.94165263 L12.7128063,3.83715756 L12.8143722,3.78504758 L12.9174765,3.74945386 L12.9845742,3.73575651 L13.033,3.731 L13.0685186,3.69914679 C13.2340429,3.55939611 13.4085246,3.47478997 13.6146907,3.4516497 L13.7423742,3.44519201 L13.833,3.45 L13.9011986,3.41469598 C14.0407153,3.34659881 14.1761169,3.31013451 14.3285083,3.31069362 L14.4463172,3.31813906 L14.523,3.331 L14.626074,3.28975869 C14.8132305,3.22049235 14.9807888,3.19188184 15.1475456,3.22039512 Z M12.229,18.548 L12.0837558,18.5515095 C11.7619257,18.5444709 11.3374931,18.6112146 11.006545,18.7219588 L10.8970896,18.7616273 L10.795,18.805 L10.8496964,18.8552479 L10.936361,18.9243112 L11.0322929,18.9921973 C11.3508434,19.2045828 11.7119587,19.3274738 12.0524028,19.3139092 C12.3553855,19.3183268 12.7159854,19.1861325 13.0269287,18.9678247 C13.1001967,18.9163845 13.1647391,18.8625773 13.21828,18.8146425 L13.296,18.743 L13.2249727,18.7163019 C13.0356738,18.6456498 12.7884023,18.5917367 12.543806,18.566037 L12.361808,18.5522317 L12.229,18.548 Z M15.369769,15.7371486 L15.245507,15.8652811 L15.1255206,15.9965915 C14.6641577,16.5338676 14.4460781,17.4884205 14.5659723,17.6041804 C14.8506912,17.8213193 15.6376175,17.6159846 16.2025688,16.8387931 C16.5699469,16.3700862 16.5310999,15.3848646 16.3477857,15.1964137 C16.2119417,15.0921171 15.8561428,15.2518854 15.369769,15.7371486 Z M7.67789021,15.4317904 L7.60838791,15.4437147 L7.581,15.455 L7.56983106,15.4691456 C7.46594523,15.6286521 7.48002043,16.1689758 7.72517898,16.6828939 L7.79134832,16.8105876 C8.293445,17.5276908 9.03651516,17.7584653 9.30106468,17.6038493 C9.43836811,17.5017513 9.29281705,16.6860442 8.88514595,16.1987088 C8.43263598,15.6787733 7.952129,15.413858 7.67789021,15.4317904 Z M12.0317422,14.5084718 C11.3320274,14.5128852 10.7624842,14.962517 10.6523287,15.5227746 L10.6365203,15.636202 L10.6315185,15.7789639 C10.6338369,16.4530299 11.2585926,17.0179579 12.0452648,17.012996 C12.7449796,17.0085826 13.3145227,16.5589508 13.4246783,15.9986932 L13.4404867,15.8852658 L13.4454885,15.7425039 C13.4431701,15.0684379 12.8184143,14.5035099 12.0317422,14.5084718 Z M6.991,12.311 L6.96705837,12.3345714 C6.5075147,12.8170391 6.4343825,13.5496858 6.68432846,14.0585043 L6.721,14.124 L6.76579879,14.0040892 C6.81388605,13.8621541 6.85802825,13.6963906 6.89482007,13.5179347 L6.92903565,13.3356603 C6.97987371,13.0361153 7.00467171,12.7372403 7.00041981,12.487644 L6.991,12.311 Z M17.01,12.258 C16.9855489,12.5412953 17.0084089,12.9146797 17.0719564,13.289111 C17.113974,13.5366847 17.1710769,13.7682931 17.2351933,13.9575398 L17.278,14.075 L17.3248682,13.9870328 C17.5590559,13.4774339 17.4874296,12.7543998 17.044577,12.2905259 L17.01,12.258 Z M8.84201909,11.7989894 C8.42865379,12.4183108 8.45823071,13.1573763 8.83153535,13.5483761 L8.91675419,13.6266637 L8.99338125,13.6851681 L9.09945207,13.7471123 C9.64699776,14.0277465 10.4266224,13.7670396 10.8723947,13.0991648 C11.34165,12.3961066 11.2381667,11.549009 10.6990143,11.1995071 C10.1549758,10.8468378 9.31393328,11.0919477 8.84201909,11.7989894 Z M13.3746877,11.1097333 C12.8355353,11.4592352 12.732052,12.3063328 13.2013073,13.0093909 C13.5911394,13.5934538 14.2414071,13.8702672 14.7490784,13.743229 L14.8635186,13.7066996 L14.9523489,13.6692621 L15.0376268,13.6230242 L15.1369085,13.5521377 C15.608986,13.1737942 15.6745743,12.3727742 15.231222,11.7085237 C14.7602364,11.0003258 13.9200312,10.756218 13.3746877,11.1097333 Z M14.959,9.297 L15.0007431,9.33774886 C15.1490677,9.48118135 15.3172656,9.63357416 15.4935985,9.78361781 C15.6725685,9.93590528 15.8502643,10.0775825 16.0147614,10.1996374 L16.11,10.268 L16.0810027,10.1876849 C15.8889447,9.72459271 15.5036131,9.41371237 14.9955641,9.30350198 L14.959,9.297 Z M9.109,9.249 L9.07152784,9.25695258 C8.56347884,9.36716297 8.17814734,9.67804331 7.98608927,10.1411355 L7.956,10.222 L8.05338342,10.1529511 C8.16313453,10.0715785 8.27874228,9.98149127 8.39666427,9.88536391 L8.57484015,9.73697712 C8.69247718,9.63693562 8.80646827,9.5358642 8.91333612,9.43711211 L9.109,9.249 Z M12.0349823,8.88593917 L12.0172023,8.88585039 C11.4663966,8.87330399 10.806649,9.30979561 10.806649,9.42351678 C10.805552,9.58160447 11.3024317,9.87812954 12.0416473,9.88761383 C12.8231986,9.89252803 13.2726586,9.65682654 13.2736258,9.51646531 C13.2736258,9.31116284 12.5907133,8.87883212 12.0349823,8.88593917 Z M15.747,4.935 L15.7114554,4.94783655 C15.6822136,4.95932814 15.6523088,4.9679158 15.6221227,4.97366769 L15.543,4.981 L15.5921218,4.9932457 C15.9413805,5.10749065 16.0831114,5.623508 15.7363403,5.87325375 L15.6603895,5.91945467 C14.7749735,6.37222882 14.3948103,6.65920232 14.0230904,7.09594055 L13.792,7.379 L13.8347628,7.43706381 C14.0100821,7.64368341 14.3177141,7.7705832 14.6915148,7.82212777 L14.731,7.826 L14.7436061,7.81153647 L14.8147763,7.74979371 C14.9480128,7.65455389 15.0339432,7.63022819 15.2366719,7.61336034 L15.31,7.608 L15.333224,7.56751182 C15.3787837,7.49850217 15.4418904,7.44005006 15.5198001,7.39994928 L15.6025425,7.36625428 L15.73,7.327 L15.7476087,7.27031272 C15.7783005,7.19214895 15.8291352,7.12069357 15.8997291,7.06466217 L15.9768952,7.01409489 L16.144,6.927 L16.148296,6.86614105 C16.1655524,6.75513943 16.2198694,6.64989928 16.3080539,6.57096058 L16.3804925,6.51700901 L16.437,6.479 L16.433211,6.42210597 C16.4341591,6.32845989 16.4612127,6.23466083 16.515364,6.15268475 L16.5785846,6.07509321 L16.623,6.03 L16.6055974,5.97549265 C16.5865079,5.89580386 16.5869456,5.81143734 16.608733,5.73000099 L16.6377045,5.64982315 C16.6642716,5.59214777 16.6967412,5.54198423 16.7348982,5.49576428 L16.757,5.47 L16.7391996,5.39593486 C16.7345353,5.3640068 16.7329502,5.33155919 16.7345556,5.29904378 L16.747,5.216 L16.7075737,5.21125442 L16.6200579,5.19112285 C16.5874918,5.18230125 16.5712088,5.17789045 16.5432393,5.16022596 L16.3963016,5.04980698 L16.388,5.031 L16.2586065,5.06969007 C16.1335687,5.10853789 15.9996534,5.09646204 15.8849781,5.03858613 L15.8030184,4.98667175 L15.747,4.935 Z M8.808,4.876 L8.76653268,4.90761008 C8.66121361,4.97098547 8.53596866,4.99335028 8.4152243,4.97034273 L8.289,4.932 L8.2343285,4.98334685 C8.13148896,5.06344544 8.00258624,5.09943636 7.87536864,5.0862043 L7.78070497,5.06697102 L7.649,5.028 L7.64104509,5.04648239 L7.52700847,5.13416454 C7.47518416,5.1721151 7.46071039,5.17603581 7.41728906,5.18779792 L7.32070538,5.20930127 L7.29,5.212 L7.30279143,5.29571896 C7.30439687,5.32823441 7.30281176,5.36068205 7.29814748,5.39261015 L7.279,5.468 L7.30244882,5.49243931 L7.35539187,5.56517296 L7.39964256,5.64649819 C7.44793991,5.75134826 7.45720231,5.86591595 7.4317497,5.97216765 L7.413,6.027 L7.45876247,6.07176832 C7.5551979,6.1687862 7.60287186,6.29391953 7.60413604,6.4187809 L7.599,6.476 L7.65685448,6.51368404 C7.78800285,6.59431434 7.8674806,6.7240641 7.88905109,6.86281617 L7.893,6.926 L8.06478303,7.01643892 C8.17518677,7.07689505 8.25082617,7.16930864 8.29090507,7.27331176 L8.306,7.327 L8.4348045,7.36625427 C8.55143592,7.40225504 8.64337678,7.47549894 8.70412302,7.56751182 L8.726,7.608 L8.80067518,7.61336034 C8.96961571,7.62741688 9.05744638,7.64665248 9.15913493,7.70778953 L9.22257074,7.74979371 C9.2485442,7.76835999 9.27230691,7.78906655 9.29374092,7.81153644 L9.305,7.826 L9.34583229,7.82212777 C9.71963294,7.7705832 10.027265,7.64368341 10.2025842,7.43706381 L10.243,7.38 L10.0580831,7.160498 C9.70360496,6.75074856 9.2990543,6.44839502 8.36809208,5.97232997 C7.81722086,5.6906316 8.16809814,4.85638588 8.75471116,5.05310458 C9.02675432,5.14433334 9.25732719,5.2300667 9.46207307,5.31643075 C9.84319299,5.47719131 10.1459766,5.64451425 10.4570031,5.86277321 L10.6704166,6.01781421 C10.741738,6.07195153 10.8199922,6.13384999 10.9254272,6.21942211 L11.102,6.364 L11.110126,6.35202933 C11.1521787,6.27379177 11.1598684,6.17909578 11.138849,6.05892826 L11.1177898,5.96388589 C11.0825944,5.8297537 11.0180551,5.68347044 10.9361987,5.5412315 L10.857,5.412 L10.8345556,5.41682356 C10.7169329,5.42510875 10.5978745,5.39173791 10.5005235,5.31916398 L10.431942,5.25742128 L10.324,5.138 L10.2672337,5.15406381 C10.1144152,5.18178753 9.95445793,5.13687715 9.83814587,5.0290659 L9.82,5.008 L9.74242056,5.03223551 C9.62546374,5.05603885 9.50070514,5.03810258 9.39270712,4.97566522 L9.305,4.911 L9.28100803,4.92483862 C9.16495548,4.97263107 9.03359642,4.97551214 8.91416542,4.93046887 L8.808,4.876 Z M15.228,4.879 L15.2171945,4.88658113 C15.0703868,4.97747068 14.9014047,4.98790414 14.756339,4.92816358 L14.732,4.915 L14.722112,4.92377506 C14.5995088,5.02985069 14.4411225,5.06531465 14.2949265,5.03556046 L14.217,5.012 L14.1992012,5.03239085 C14.0828891,5.14020211 13.9229318,5.18511249 13.7701134,5.15738877 L13.712,5.14 L13.605405,5.26074623 C13.4990916,5.37577394 13.3498199,5.43050499 13.2027915,5.42014853 L13.18,5.416 L13.1011483,5.54455646 C13.0465774,5.63938242 12.999703,5.73600586 12.9640885,5.82962813 L12.9195573,5.96721085 C12.8757814,6.13404409 12.8746552,6.25755733 12.927221,6.35535429 L12.933,6.364 L13.125617,6.20403147 C13.303183,6.05622468 13.4362905,5.94969387 13.5683681,5.85140757 C13.9362078,5.57767754 14.2864259,5.37990557 14.7536205,5.19091947 L15.0891767,5.06392524 C15.1487244,5.04275846 15.2101981,5.02154803 15.2737704,5.00022928 C15.3031011,4.99039335 15.3318424,4.98313482 15.3599111,4.97825577 L15.43,4.971 L15.353158,4.95070893 C15.3247192,4.94005955 15.297144,4.92677886 15.2708143,4.91093501 L15.228,4.879 Z"})}),roku:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.9817645,9.17603743 C12.9817645,7.73725502 11.8242494,6.57857384 10.4088383,6.57857384 L9.13289484,6.57857384 L9.13289484,11.7505352 L10.4088383,11.7505352 C11.8242494,11.7505352 12.9817645,10.5910429 12.9817645,9.17603743 M18.7858675,19.4865002 L14.102068,19.4865002 L10.3835405,14.3260977 L9.13289484,14.3260977 L9.13289484,19.4753468 L5.00508996,19.4753468 L5.00508996,4.00564763 L10.9183944,4.00564763 C14.3273657,4.00564763 17.1098736,6.32382114 17.1098736,9.17603743 C17.1098736,10.9155548 16.0431568,12.4692674 14.4197358,13.4199386 L18.7858675,19.4865002"})}),router:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M17.8884104,7.22595177 C18.277028,6.91626001 18.8445499,6.93720805 19.2093166,7.29335777 C19.6044806,7.67918664 19.6120481,8.31230639 19.2262193,8.70747032 L19.2262193,8.70747032 L16.012,11.999 L18,12 C19.5976809,12 20.9036609,13.24892 20.9949073,14.8237272 L21,15 L21,18 C21,19.6568542 19.6568542,21 18,21 L18,21 L6,21 C4.34314575,21 3,19.6568542 3,18 L3,18 L3,15 C3,13.3431458 4.34314575,12 6,12 L6,12 L7.822,11.999 L4.77494852,8.68588003 C4.40104363,8.27941529 4.42743861,7.64680072 4.83390335,7.27289584 C5.20910158,6.92775287 5.77699551,6.92369381 6.15623002,7.24480713 L6.24688755,7.33185068 L10.54,11.999 L13.224,11.999 L13.2844924,11.9301079 L17.7952041,7.31026039 Z M18,14 L6,14 C5.44771525,14 5,14.4477153 5,15 L5,15 L5,18 C5,18.5522847 5.44771525,19 6,19 L6,19 L18,19 C18.5522847,19 19,18.5522847 19,18 L19,18 L19,15 C19,14.4477153 18.5522847,14 18,14 L18,14 Z M10.0020878,15.5288113 C10.5543725,15.5288113 11.0020878,15.9765266 11.0020878,16.5288113 C11.0020878,17.0416471 10.6160476,17.4643185 10.1187089,17.5220836 L10.0020878,17.5288113 L7.47577201,17.5288113 C6.92348726,17.5288113 6.47577201,17.0810961 6.47577201,16.5288113 C6.47577201,16.0159755 6.8618122,15.5933041 7.35915088,15.535539 L7.47577201,15.5288113 L10.0020878,15.5288113 Z M15.8968246,15.5288113 C16.4491094,15.5288113 16.8968246,15.9765266 16.8968246,16.5288113 C16.8968246,17.0416471 16.5107844,17.4643185 16.0134458,17.5220836 L15.8968246,17.5288113 C15.3361188,17.5288113 14.8884036,17.0810961 14.8884036,16.5288113 C14.8884036,16.0159755 15.2744438,15.5933041 15.7717825,15.535539 L15.8968246,15.5288113 Z M14.4260199,6.80943346 C14.8449702,7.16929324 14.8928726,7.80064358 14.5330128,8.21959392 C14.173153,8.63854426 13.5418027,8.68644662 13.1228523,8.32658684 C12.4260276,7.72804531 11.4410233,7.69283699 10.7102951,8.22096187 L10.5763958,8.32658684 C10.1574455,8.68644662 9.52609512,8.63854426 9.16623534,8.21959392 C8.80637556,7.80064358 8.85427793,7.16929324 9.27322826,6.80943346 C10.763114,5.52968759 12.9361341,5.52968759 14.4260199,6.80943346 Z M16.3303725,4.75186712 C16.7390449,5.12335774 16.7691867,5.75580486 16.3976961,6.1644773 C16.0262055,6.57314974 15.3937584,6.60329156 14.9850859,6.23180095 C13.1782997,4.58939968 10.4794295,4.58939968 8.67264327,6.23180095 C8.26397083,6.60329156 7.6315237,6.57314974 7.26003309,6.1644773 C6.88854247,5.75580486 6.91868429,5.12335774 7.32735673,4.75186712 C9.89696783,2.41604429 13.7607614,2.41604429 16.3303725,4.75186712 Z"})}),safari:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M15.0757722,7.6593167 C15.8575303,7.39873069 16.6012693,8.14246974 16.3406833,8.92422777 L16.3406833,8.92422777 L14.6446833,14.0122278 C14.5451483,14.3108328 14.3108328,14.5451483 14.0122278,14.6446833 L14.0122278,14.6446833 L8.92422777,16.3406833 C8.14246974,16.6012693 7.39873069,15.8575303 7.6593167,15.0757722 L7.6593167,15.0757722 L9.3553167,9.98777223 C9.4548517,9.68916724 9.68916724,9.4548517 9.98777223,9.3553167 L9.98777223,9.3553167 Z M13.81,10.189 L11.094,11.094 L10.188,13.811 L12.905,12.905 L13.81,10.189 Z"})}),tv:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,4 C19.6568542,4 21,5.34314575 21,7 L21,7 L21,15 C21,16.5274341 19.8584905,17.7882545 18.3820274,17.9759051 L19.6886307,19.2954645 L19.7713307,19.390101 C20.0743215,19.7839654 20.0436572,20.3510454 19.6813127,20.7096591 C19.2887728,21.0981574 18.6556163,21.094881 18.267118,20.7023411 L18.267118,20.7023411 L15.593,18 L8.394,18 L5.72060497,20.7023411 C5.33210673,21.094881 4.69895023,21.0981574 4.30641035,20.7096591 C3.94406584,20.3510454 3.91340146,19.7839654 4.21639231,19.390101 L4.29909231,19.2954645 L5.60694045,17.9744822 C4.13582711,17.7819687 3,16.5236277 3,15 L3,15 L3,7 C3,5.34314575 4.34314575,4 6,4 L6,4 Z M18,6 L6,6 C5.44771525,6 5,6.44771525 5,7 L5,7 L5,15 C5,15.5522847 5.44771525,16 6,16 L6,16 L18,16 C18.5522847,16 19,15.5522847 19,15 L19,15 L19,7 C19,6.44771525 18.5522847,6 18,6 L18,6 Z"})}),vivaldi:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.1739597,3.00005363 C15.7347644,3.00160889 17.7366667,3.04826667 19.148,4.448 C20.5032,5.80693333 20.5935467,7.72337778 20.5995698,11.0624047 L20.5995698,12.5368462 C20.5935467,15.8726044 20.5032,17.7888 19.148,19.144 C17.7853333,20.5029333 15.8721244,20.5935289 12.5367976,20.5995686 L11.0632024,20.599571 C7.72787556,20.5935644 5.81466667,20.5034667 4.452,19.152 C3,17.696 3,15.6 3,11.8 L3.00005378,11.4260276 C3.00161333,7.86498222 3.0484,5.8596 4.452,4.456 C5.912,3 8.004,3 11.8,3 Z M11.8,5.4 C10.164,5.4 8.528,6.024 7.276,7.276 C4.784,9.776 4.784,13.828 7.276,16.324 C8.524,17.576 10.16,18.2 11.796,18.2 C13.432,18.2 15.072,17.576 16.32,16.324 C18.816,13.824 18.816,9.772 16.32,7.276 C15.072,6.024 13.436,5.4 11.8,5.4 Z M10.008,8.912 C10.172,9.192 10.296,9.408 10.428,9.636 L10.828,10.328 C11.416,11.324 11.732,11.8 12.6,11.8 C13.016,11.8 13.8,11.632 13.8,11 C13.8,10.704 13.684,10.468 13.58,10.264 C13.368,9.848 13.36,9.392 13.548,9.004 C13.732,8.612 14.088,8.332 14.528,8.236 C14.896,8.156 15.288,8.236 15.608,8.46 C15.928,8.684 16.136,9.028 16.184,9.4 C16.232,9.712 16.172,10.024 16,10.316 L13.036,15.46 C12.784,15.904 12.392,16.16 11.908,16.196 C11.868,16.2 11.832,16.2 11.792,16.2 C11.28,16.2 10.86,15.956 10.592,15.504 C10.064,14.6 9.544,13.692 9.02,12.784 L8.296,11.528 C8.064,11.12 7.828,10.712 7.592,10.304 C7.344,9.872 7.336,9.352 7.572,8.924 C7.804,8.496 8.236,8.228 8.728,8.2 C9.272,8.168 9.724,8.424 10.008,8.912 Z"})}),wifi:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.0081818,17.2727273 C12.5604666,17.2727273 13.0081818,17.7204425 13.0081818,18.2727273 C13.0081818,18.7855631 12.6221416,19.2082344 12.1248029,19.2659995 L12.0081818,19.2727273 C11.4477153,19.2727273 11,18.825012 11,18.2727273 C11,17.7598914 11.3860402,17.3372201 11.8833789,17.279455 L12.0081818,17.2727273 Z M15.4264394,14.2747908 C15.876667,14.5946558 15.9823468,15.2189391 15.6624819,15.6691667 C15.342617,16.1193943 14.7183336,16.2250741 14.2681061,15.9052092 C12.9124159,14.9420569 11.0957659,14.9420569 9.74007576,15.9052092 C9.28984817,16.2250741 8.66556485,16.1193943 8.34569993,15.6691667 C8.02583501,15.2189391 8.13151484,14.5946558 8.58174242,14.2747908 C10.6310415,12.818863 13.3771403,12.818863 15.4264394,14.2747908 Z M18.4327273,11.4088978 C18.857089,11.7623601 18.9145644,12.392911 18.5611022,12.8172727 C18.2076399,13.2416345 17.577089,13.2991099 17.1527273,12.9456476 C14.1864788,10.47498 9.87897575,10.47498 6.91272727,12.9456476 C6.48836553,13.2991099 5.8578146,13.2416345 5.50435236,12.8172727 C5.15089012,12.392911 5.20836553,11.7623601 5.63272727,11.4088978 C9.34053787,8.32056327 14.7249167,8.32056327 18.4327273,11.4088978 Z M21.3176136,8.52256167 C21.7319187,8.88775996 21.7717275,9.51967225 21.4065292,9.93397727 C21.041331,10.3482823 20.4094187,10.3880912 19.9951136,10.0228929 C15.4259009,5.99525963 8.57409913,5.99525963 4.00488636,10.0228929 C3.59058134,10.3880912 2.95866905,10.3482823 2.59347076,9.93397727 C2.22827247,9.51967225 2.26808134,8.88775996 2.68238636,8.52256167 C8.00740876,3.82870337 15.9925912,3.82870337 21.3176136,8.52256167 Z"})}),xbox:e=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...e,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.9824344,4 C10.4898802,4 9.06724059,4.4173913 7.88738886,5.14782609 C7.81086545,5.17356522 7.67938433,5.27373913 7.55972956,5.37982609 C8.61888302,4.53808696 11.0683276,6.22365217 11.7834736,6.72556522 C11.903824,6.81008696 12.0617405,6.81008696 12.1820909,6.72556522 C12.8972369,6.22365217 15.3466814,4.53773913 16.4058349,5.37947826 C16.2861801,5.27373913 16.1540033,5.17356522 16.0781756,5.14817391 C14.897976,4.4173913 13.4749886,4 11.9824344,4 Z M7.11276332,6.08695652 C6.55727298,6.08695652 6.15135112,6.53913043 6.15135112,6.53913043 C4.83236592,7.96521739 4,9.87826087 4,12 C3.99965217,16.4173913 7.57468641,20 11.9824344,20 C14.3077023,20 16.4249658,18.9913043 17.8827366,17.3913043 C17.8827366,17.3913043 17.7091676,16.3478261 16.6333181,14.8173913 C15.4301615,13.0027826 12.9928911,10.7172174 12.2127003,10.0156522 C12.0808982,9.89590063 11.8794097,9.89680686 11.7486902,10.0177391 C11.1608513,10.5558261 9.64429662,12.061913 9.30968065,12.4525217 C8.51140242,13.2873043 6.29048458,15.9304348 6.15135112,17.426087 C6.15135112,17.426087 5.66542751,16.2434783 6.74127698,13.5304348 C7.41085676,11.9005217 9.49020631,9.47756522 10.4985761,8.42052174 C10.563281,8.35380095 10.5985914,8.26396001 10.596631,8.17103869 C10.5946706,8.07811738 10.5556025,7.98984557 10.488141,7.92591304 C10.1542207,7.61321739 9.3754212,7.0653913 8.67384074,6.64347826 C8.18826496,6.33043478 7.63347029,6.12173913 7.11276332,6.08695652 Z M16.744277,6.08695652 C16.5167938,6.08695652 15.0412835,6.55408696 13.4885541,7.93008696 C13.4186167,7.99289679 13.3773331,8.0815209 13.3742473,8.17547076 C13.3711616,8.26942061 13.4065408,8.3605626 13.4722059,8.42782609 C14.0346529,9.00904348 15.5731212,10.4977391 16.4948803,11.9652174 C17.6402965,13.8434783 18.3342247,15.3391304 17.9175199,17.3913043 C19.2013739,15.9652174 20,14.0869565 20,12 C19.9652166,9.91304348 19.1665906,8 17.8476054,6.57391304 L17.7436031,6.46956522 C17.4663797,6.15652174 17.0562838,6.08695652 16.744277,6.08695652 Z"})}),googlePlay:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M4.74348911,3.52744483 C5.87373293,2.84571046 7.25904987,2.82428651 8.41707751,3.46565705 L8.41707751,3.46565705 L18.2498302,8.89155623 C19.3991669,9.53007661 20.1040135,10.7020366 20.1040135,12.0012079 C20.1040135,13.3005028 19.3990594,14.472399 18.2485799,15.1115535 L18.2485799,15.1115535 L16.2784766,16.2040581 L8.45106669,20.5175006 C7.90182405,20.8364157 7.27297581,21 6.62843177,21 C5.95274704,21 5.29371618,20.8194444 4.77951206,20.496148 C4.51719109,20.3458954 4.27210293,20.1600477 4.08808628,19.9756337 C3.38781718,19.313217 3,18.3983859 3,17.4251825 L3,17.4251825 L3,6.57723328 C3,5.60237696 3.39165544,4.68544161 4.06912538,4.04473402 C4.25976695,3.85409245 4.4685666,3.69652705 4.74348911,3.52744483 Z M13.341,13.327896 L7.05600575,18.9461857 C7.19811757,18.9091454 7.33521775,18.8528525 7.46626928,18.7769049 L7.46626928,18.7769049 L14.881,14.688896 L13.341,13.327896 Z M5.09259265,6.0438929 C5.03190594,6.21062081 5,6.39045994 5,6.57723328 L5,6.57723328 L5,17.4251825 C5,17.6270637 5.03669505,17.820173 5.1088707,17.9994654 L11.831,11.994896 Z M16.705,10.322896 L14.843,11.986896 L16.738,13.660896 L17.2779705,13.3628635 C17.7518429,13.0996012 18.0468093,12.6569382 18.0965232,12.1538336 L18.1040135,12.0012079 C18.1040135,11.4358554 17.7992785,10.9291675 17.2810466,10.6412563 L17.2810466,10.6412563 L16.705,10.322896 Z M6.97693372,5.03733555 L13.333,10.652896 L14.849,9.29889599 L7.44943703,5.21599115 C7.29742921,5.13180221 7.13845882,5.07228706 6.97693372,5.03733555 Z"})})},playStoreColored:e=>{const{fill:t,...n}=e;return l.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:[l.jsx("mask",{id:"mask0_8415_8111",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"3",y:"2",width:"18",height:"20",children:l.jsx("path",{d:"M19.8041 9.98242C21.3572 10.8791 21.3572 13.1209 19.8041 14.0176L6.52482 21.6844C4.97168 22.5811 3.03027 21.4602 3.03027 19.6668L3.03027 4.33318C3.03027 2.53977 4.97169 1.41889 6.52482 2.3156L19.8041 9.98242Z",fill:"#D9D9D9"})}),l.jsxs("g",{mask:"url(#mask0_8415_8111)",children:[l.jsx("path",{d:"M19.8041 9.98242C21.3572 10.8791 21.3572 13.1209 19.8041 14.0176L6.52482 21.6844C4.97168 22.5811 3.03027 21.4602 3.03027 19.6668L3.03027 4.33318C3.03027 2.53977 4.97169 1.41889 6.52482 2.3156L19.8041 9.98242Z",fill:"#D9D9D9"}),l.jsx("path",{d:"M22.5532 11.3481L16.0301 7.52734L11.4639 12.0936L15.8437 16.4734L20.969 14.3301L22.5532 11.3481Z",fill:"#FBBC04"}),l.jsx("path",{d:"M2.9834 20.5734L5.40628 23.6486L15.8433 16.4731L11.4635 12.0933L2.9834 20.5734Z",fill:"#EA4335"}),l.jsx("path",{d:"M11.4635 12.0934L2.9834 20.5735V3.61328L11.4635 12.0934Z",fill:"#4285F4"}),l.jsx("path",{d:"M11.4635 12.0933L16.0297 7.52708L4.84715 1.00391L2.9834 3.61318L11.4635 12.0933Z",fill:"#34A853"})]})]})},instagram:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M15,3 C18.3137085,3 21,5.6862915 21,9 L21,9 L21,15 C21,18.3137085 18.3137085,21 15,21 L15,21 L9,21 C5.6862915,21 3,18.3137085 3,15 L3,15 L3,9 C3,5.6862915 5.6862915,3 9,3 L9,3 Z M15,5 L9,5 C6.790861,5 5,6.790861 5,9 L5,9 L5,15 C5,17.209139 6.790861,19 9,19 L9,19 L15,19 C17.209139,19 19,17.209139 19,15 L19,15 L19,9 C19,6.790861 17.209139,5 15,5 L15,5 Z M8.28302594,10.0771087 C9.09764673,8.45863938 10.8583633,7.54503796 12.6506835,7.81081652 C14.4808091,8.08220115 15.9177989,9.51919092 16.1891835,11.3493165 C16.454962,13.1416367 15.5413606,14.9023533 13.9228913,15.7169741 C12.3044221,16.5315948 10.3459845,16.2164557 9.06476438,14.9352356 C7.78354429,13.6540155 7.46840515,11.6955779 8.28302594,10.0771087 Z M12.3573165,9.78918348 C11.4184821,9.64996614 10.496202,10.1285193 10.0694959,10.9762889 C9.64278978,11.8240585 9.80786266,12.8499068 10.4789779,13.5210221 C11.1500932,14.1921373 12.1759415,14.3572102 13.0237111,13.9305041 C13.8714807,13.503798 14.3500339,12.5815179 14.2108165,11.6426835 C14.0686627,10.6840463 13.3159537,9.93133733 12.3573165,9.78918348 Z M16.408,6.6 C16.9602847,6.6 17.408,7.04771525 17.408,7.6 C17.408,8.11283584 17.0219598,8.53550716 16.5246211,8.59327227 L16.408,8.6 C15.8477153,8.6 15.4,8.15228475 15.4,7.6 C15.4,7.08716416 15.7860402,6.66449284 16.2833789,6.60672773 L16.408,6.6 Z"})})},instagramColored:e=>{const{fill:t,...n}=e;return l.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:[l.jsxs("g",{"clip-path":"url(#clip0_8415_8559)",children:[l.jsx("path",{d:"M12.0046 2.15186C7.89232 2.15186 6.68963 2.1561 6.45585 2.17549C5.61194 2.24564 5.0868 2.37852 4.5147 2.66336C4.0738 2.88229 3.72608 3.13607 3.38291 3.49181C2.75793 4.14058 2.37915 4.93874 2.24204 5.8875C2.17537 6.34809 2.15598 6.44203 2.15204 8.79468C2.15053 9.5789 2.15204 10.611 2.15204 11.9953C2.15204 16.1043 2.15659 17.3058 2.17628 17.5391C2.24446 18.3603 2.37325 18.877 2.64597 19.4421C3.16716 20.5239 4.16259 21.336 5.33528 21.639C5.74133 21.7435 6.1898 21.8011 6.76554 21.8284C7.00947 21.839 9.49576 21.8466 11.9836 21.8466C14.4714 21.8466 16.9592 21.8435 17.197 21.8314C17.8637 21.8001 18.2508 21.7481 18.6788 21.6375C19.8591 21.3329 20.8363 20.533 21.3681 19.436C21.6355 18.8845 21.7711 18.3482 21.8325 17.5699C21.8458 17.4002 21.8514 14.6947 21.8514 11.9928C21.8514 9.29043 21.8454 6.5899 21.8321 6.42021C21.7699 5.62933 21.6343 5.09752 21.3583 4.53542C21.1318 4.07528 20.8803 3.73166 20.5151 3.3803C19.8635 2.7579 19.0665 2.37912 18.1169 2.24216C17.6567 2.17564 17.5651 2.15595 15.2106 2.15186H12.0046Z",fill:"url(#paint0_radial_8415_8559)"}),l.jsx("path",{d:"M12.0046 2.15186C7.89232 2.15186 6.68963 2.1561 6.45585 2.17549C5.61194 2.24564 5.0868 2.37852 4.5147 2.66336C4.0738 2.88229 3.72608 3.13607 3.38291 3.49181C2.75793 4.14058 2.37915 4.93874 2.24204 5.8875C2.17537 6.34809 2.15598 6.44203 2.15204 8.79468C2.15053 9.5789 2.15204 10.611 2.15204 11.9953C2.15204 16.1043 2.15659 17.3058 2.17628 17.5391C2.24446 18.3603 2.37325 18.877 2.64597 19.4421C3.16716 20.5239 4.16259 21.336 5.33528 21.639C5.74133 21.7435 6.1898 21.8011 6.76554 21.8284C7.00947 21.839 9.49576 21.8466 11.9836 21.8466C14.4714 21.8466 16.9592 21.8435 17.197 21.8314C17.8637 21.8001 18.2508 21.7481 18.6788 21.6375C19.8591 21.3329 20.8363 20.533 21.3681 19.436C21.6355 18.8845 21.7711 18.3482 21.8325 17.5699C21.8458 17.4002 21.8514 14.6947 21.8514 11.9928C21.8514 9.29043 21.8454 6.5899 21.8321 6.42021C21.7699 5.62933 21.6343 5.09752 21.3583 4.53542C21.1318 4.07528 20.8803 3.73166 20.5151 3.3803C19.8635 2.7579 19.0665 2.37912 18.1169 2.24216C17.6567 2.17564 17.5651 2.15595 15.2106 2.15186H12.0046Z",fill:"url(#paint1_radial_8415_8559)"}),l.jsx("path",{d:"M12.0007 4.72754C10.0256 4.72754 9.77769 4.73618 9.00196 4.77148C8.22774 4.80693 7.69927 4.9295 7.23686 5.10935C6.75854 5.2951 6.35279 5.54358 5.94856 5.94796C5.54403 6.35219 5.29555 6.75793 5.10919 7.2361C4.9289 7.69866 4.80617 8.22728 4.77133 9.0012C4.73663 9.77693 4.72754 10.025 4.72754 12C4.72754 13.9751 4.73633 14.2223 4.77148 14.998C4.80708 15.7722 4.92965 16.3007 5.10935 16.7631C5.29525 17.2414 5.54373 17.6471 5.94811 18.0514C6.35219 18.4559 6.75793 18.705 7.23595 18.8907C7.69866 19.0706 8.22728 19.1932 9.00135 19.2286C9.77708 19.2639 10.0248 19.2726 11.9997 19.2726C13.975 19.2726 14.2221 19.2639 14.9978 19.2286C15.7721 19.1932 16.3011 19.0706 16.7638 18.8907C17.242 18.705 17.6471 18.4559 18.0512 18.0514C18.4558 17.6471 18.7042 17.2414 18.8906 16.7632C19.0694 16.3007 19.1921 15.7721 19.2285 14.9981C19.2633 14.2224 19.2724 13.9751 19.2724 12C19.2724 10.025 19.2633 9.77708 19.2285 9.00135C19.1921 8.22713 19.0694 7.69866 18.8906 7.23625C18.7042 6.75793 18.4558 6.35219 18.0512 5.94796C17.6467 5.54342 17.2422 5.29495 16.7634 5.10935C16.2998 4.9295 15.771 4.80693 14.9968 4.77148C14.221 4.73618 13.9741 4.72754 11.9984 4.72754H12.0007ZM11.3482 6.03811C11.5419 6.0378 11.7579 6.03811 12.0007 6.03811C13.9424 6.03811 14.1726 6.04508 14.9394 6.07992C15.6484 6.11235 16.0333 6.23083 16.2896 6.33037C16.629 6.46218 16.871 6.61975 17.1253 6.87429C17.3799 7.12883 17.5375 7.37125 17.6696 7.71063C17.7691 7.96668 17.8877 8.35152 17.92 9.06059C17.9549 9.82723 17.9624 10.0575 17.9624 11.9984C17.9624 13.9392 17.9549 14.1695 17.92 14.9362C17.8876 15.6452 17.7691 16.0301 17.6696 16.2861C17.5378 16.6255 17.3799 16.8672 17.1253 17.1216C16.8708 17.3761 16.6291 17.5337 16.2896 17.6655C16.0336 17.7655 15.6484 17.8837 14.9394 17.9161C14.1727 17.9509 13.9424 17.9585 12.0007 17.9585C10.0587 17.9585 9.8286 17.9509 9.06195 17.9161C8.35288 17.8834 7.96805 17.7649 7.71154 17.6653C7.37216 17.5335 7.12974 17.3759 6.8752 17.1214C6.62066 16.8669 6.46309 16.6251 6.33098 16.2855C6.23143 16.0295 6.1128 15.6446 6.08053 14.9356C6.04568 14.1689 6.03871 13.9386 6.03871 11.9966C6.03871 10.0545 6.04568 9.82542 6.08053 9.05877C6.11295 8.3497 6.23143 7.96487 6.33098 7.70851C6.46279 7.36913 6.62066 7.12671 6.8752 6.87217C7.12974 6.61763 7.37216 6.46006 7.71154 6.32795C7.9679 6.22795 8.35288 6.10977 9.06195 6.0772C9.73284 6.04689 9.99283 6.0378 11.3482 6.03629V6.03811ZM15.8827 7.24564C15.4009 7.24564 15.01 7.63609 15.01 8.11804C15.01 8.59985 15.4009 8.99074 15.8827 8.99074C16.3645 8.99074 16.7554 8.59985 16.7554 8.11804C16.7554 7.63624 16.3645 7.24534 15.8827 7.24534V7.24564ZM12.0007 8.26531C9.93814 8.26531 8.26592 9.93753 8.26592 12C8.26592 14.0626 9.93814 15.734 12.0007 15.734C14.0632 15.734 15.7348 14.0626 15.7348 12C15.7348 9.93753 14.0632 8.26531 12.0007 8.26531ZM12.0007 9.57588C13.3394 9.57588 14.4248 10.6611 14.4248 12C14.4248 13.3388 13.3394 14.4242 12.0007 14.4242C10.6618 14.4242 9.57648 13.3388 9.57648 12C9.57648 10.6611 10.6618 9.57588 12.0007 9.57588Z",fill:"white"})]}),l.jsxs("defs",{children:[l.jsxs("radialGradient",{id:"paint0_radial_8415_8559",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(7.38423 23.3635) rotate(-90) scale(19.5189 18.1591)",children:[l.jsx("stop",{"stop-color":"#FFDD55"}),l.jsx("stop",{offset:"0.1","stop-color":"#FFDD55"}),l.jsx("stop",{offset:"0.5","stop-color":"#FF543E"}),l.jsx("stop",{offset:"1","stop-color":"#C837AB"})]}),l.jsxs("radialGradient",{id:"paint1_radial_8415_8559",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(-1.1485 3.57063) rotate(78.6776) scale(8.72512 35.9744)",children:[l.jsx("stop",{"stop-color":"#3771C8"}),l.jsx("stop",{offset:"0.128","stop-color":"#3771C8"}),l.jsx("stop",{offset:"1","stop-color":"#6600FF","stop-opacity":"0"})]}),l.jsx("clipPath",{id:"clip0_8415_8559",children:l.jsx("rect",{width:"20",height:"19.9994",fill:"white",transform:"translate(2 2.00024)"})})]})]})},threads:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"25",viewBox:"0 0 24 25",...n,children:l.jsx("g",{id:"Icon / threads",children:l.jsx("path",{id:"Vector",d:"M21 8.66912C20.4045 8.8277 19.8272 8.98049 19.2384 9.13741C19.2276 9.10437 19.2161 9.07546 19.2078 9.04573C19.0245 8.41144 18.7833 7.80028 18.4587 7.2238C17.6287 5.75288 16.3931 4.79154 14.7826 4.30261C14.2301 4.13495 13.6644 4.03419 13.0887 3.98051C12.4445 3.92022 11.8003 3.92104 11.1561 3.98629C10.2889 4.07301 9.44983 4.26957 8.6578 4.64122C7.62295 5.12603 6.80283 5.85529 6.19084 6.81994C5.75642 7.50378 5.45497 8.24461 5.24271 9.02343C5.06432 9.67919 4.95117 10.3465 4.88593 11.0221C4.82729 11.6291 4.79673 12.237 4.81407 12.8465C4.84298 13.8591 4.95117 14.8617 5.20555 15.8453C5.3889 16.5556 5.6441 17.2378 6.00502 17.8787C6.77475 19.2456 7.90706 20.1697 9.39532 20.6595C9.95363 20.8437 10.5268 20.956 11.1115 21.0171C11.6855 21.0774 12.2612 21.089 12.8368 21.0518C13.619 21.0022 14.3862 20.8792 15.1221 20.5984C16.0075 20.2598 16.7557 19.7254 17.3727 19.0085C17.831 18.4766 18.135 17.8647 18.2522 17.1693C18.3893 16.3557 18.2968 15.5736 17.8872 14.846C17.6237 14.3777 17.2438 14.0168 16.797 13.7228C16.7532 13.6939 16.7095 13.6666 16.6492 13.6286C16.6393 13.6881 16.6302 13.7343 16.6227 13.7814C16.5311 14.3827 16.3791 14.9674 16.1239 15.5216C15.8538 16.1063 15.4871 16.6192 14.9891 17.033C14.4961 17.4426 13.9303 17.7069 13.3068 17.8448C12.3611 18.0538 11.4237 18.0298 10.5045 17.7094C9.86443 17.4864 9.30778 17.1346 8.8684 16.6118C8.45958 16.1253 8.21925 15.5637 8.14492 14.9319C8.07058 14.2993 8.1507 13.6906 8.42407 13.1124C8.68257 12.5657 9.07653 12.1354 9.57207 11.796C10.1353 11.4103 10.763 11.184 11.4295 11.0584C12.0473 10.9412 12.6725 10.9288 13.2985 10.9387C13.799 10.9469 14.2978 10.9882 14.7917 11.0717C14.8041 11.0741 14.8182 11.0733 14.8372 11.0741C14.8388 11.0543 14.8446 11.0353 14.8413 11.018C14.7752 10.6496 14.6712 10.2945 14.4928 9.9633C14.2293 9.47437 13.8378 9.13245 13.3101 8.96067C12.5684 8.7195 11.821 8.7129 11.0802 8.96397C10.5954 9.12832 10.2055 9.4273 9.90655 9.84437C9.88921 9.86833 9.87104 9.89145 9.84544 9.92531C9.34742 9.58587 8.85188 9.24725 8.35056 8.90533C8.37369 8.86982 8.39103 8.83926 8.41168 8.81035C9.04349 7.91343 9.89747 7.34356 10.962 7.08671C11.5732 6.93887 12.1918 6.91657 12.8154 6.98264C13.3464 7.0388 13.8576 7.16682 14.3408 7.39807C15.1163 7.76972 15.6928 8.3462 16.0925 9.10355C16.3783 9.64451 16.5492 10.2235 16.6409 10.8255C16.6806 11.0857 16.7045 11.3475 16.7367 11.6225C16.7631 11.6349 16.8011 11.6539 16.8391 11.6713C17.5923 12.0091 18.2663 12.46 18.8262 13.0728C19.3788 13.6782 19.7537 14.3785 19.9503 15.1747C20.1105 15.823 20.1576 16.4788 20.0841 17.1437C19.9486 18.366 19.4514 19.4248 18.6346 20.3341C17.9673 21.0774 17.1852 21.6712 16.2792 22.0982C15.5962 22.4203 14.8776 22.6284 14.1335 22.7515C13.3811 22.8762 12.6229 22.9274 11.8615 22.9068C10.8332 22.8787 9.82314 22.7358 8.8428 22.4145C7.08116 21.838 5.69365 20.7743 4.68936 19.2142C4.1484 18.3742 3.77179 17.4616 3.50585 16.5011C3.33572 15.885 3.21514 15.2581 3.13502 14.6247C3.06648 14.0854 3.02848 13.5444 3.00866 13.001C2.99049 12.4972 3.00206 11.9934 3.03261 11.4912C3.1119 10.1979 3.32168 8.92928 3.7594 7.70448C4.1228 6.6878 4.62907 5.75206 5.33026 4.92699C6.30069 3.78394 7.51393 3.01173 8.93943 2.56409C9.58858 2.3601 10.2526 2.23374 10.929 2.16436C11.4964 2.10572 12.0654 2.08673 12.6345 2.11068C13.619 2.15197 14.5853 2.30146 15.5235 2.61034C17.0836 3.12405 18.3753 4.02098 19.3779 5.32672C19.9668 6.09315 20.4078 6.93887 20.7299 7.84818C20.8241 8.11412 20.9058 8.38502 20.9983 8.6716L21 8.66912ZM14.8974 12.9646C14.3895 12.8523 13.8932 12.7928 13.3927 12.7813C13.0342 12.773 12.675 12.7829 12.3165 12.797C11.9672 12.811 11.6228 12.8696 11.2883 12.9762C10.9488 13.0844 10.6366 13.2405 10.3757 13.4899C9.7612 14.0763 9.77193 15.0525 10.4269 15.6042C10.6598 15.8007 10.9274 15.9321 11.2173 16.0163C11.7764 16.1798 12.3413 16.1774 12.907 16.0576C13.3712 15.9593 13.7693 15.7405 14.0839 15.3804C14.3102 15.1219 14.4688 14.8237 14.5869 14.5033C14.7314 14.1118 14.8132 13.7063 14.8628 13.2941C14.876 13.1876 14.8842 13.0802 14.8958 12.9663L14.8974 12.9646Z",fill:"#001D2F"})})})},linkedin:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M15.2,8.8 C17.8509668,8.8 20,10.9490332 20,13.6 L20,19.2 L16.8,19.2 L16.8,13.6 C16.8,12.7163444 16.0836556,12 15.2,12 C14.3163444,12 13.6,12.7163444 13.6,13.6 L13.6,19.2 L10.4,19.2 L10.4,13.6 C10.4,10.9490332 12.5490332,8.8 15.2,8.8 Z M7.2,9.6 L7.2,19.2 L4,19.2 L4,9.6 L7.2,9.6 Z M5.6,5 C6.4836556,5 7.2,5.7163444 7.2,6.6 C7.2,7.4836556 6.4836556,8.2 5.6,8.2 C4.7163444,8.2 4,7.4836556 4,6.6 C4,5.7163444 4.7163444,5 5.6,5 Z"})})},linkedinColored:e=>{const{fill:t,...n}=e;return l.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...n,children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.22222 22H19.7778C21.0051 22 22 21.0051 22 19.7778V4.22222C22 2.99492 21.0051 2 19.7778 2H4.22222C2.99492 2 2 2.99492 2 4.22222V19.7778C2 21.0051 2.99492 22 4.22222 22Z",fill:"#007EBB"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.2218 19.2222H16.2539V14.1673C16.2539 12.7813 15.7273 12.0068 14.6303 12.0068C13.437 12.0068 12.8135 12.8128 12.8135 14.1673V19.2222H9.95327V9.5926H12.8135V10.8897C12.8135 10.8897 13.6735 9.2984 15.7169 9.2984C17.7595 9.2984 19.2218 10.5457 19.2218 13.1253V19.2222ZM6.54105 8.33168C5.5668 8.33168 4.77734 7.53602 4.77734 6.55473C4.77734 5.57344 5.5668 4.77779 6.54105 4.77779C7.5153 4.77779 8.30429 5.57344 8.30429 6.55473C8.30429 7.53602 7.5153 8.33168 6.54105 8.33168ZM5.06416 19.2222H8.04662V9.5926H5.06416V19.2222Z",fill:"white"})]})},spinner:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M11.8699779 17.9014309c.3918006.0.726165.138871899999998 1.003404.4161109C13.1506209 18.5947808 13.289221 18.9291064 13.289221 19.320907 13.289221 19.7127075 13.1506209 20.047072 12.8733819 20.3242721 12.5961429 20.6015111 12.2617785 20.7402665 11.8699779 20.7402665 11.4780609 20.7402665 11.1436964 20.6015111 10.8663409 20.3242721 10.5891019 20.047072 10.4506184 19.7127075 10.4506184 19.320907c0-.3918006.1386389-.7261262.415722500000001-1.0033652C11.1436964 18.0403028 11.4782162 17.9014309 11.8699779 17.9014309zM6.90282136 15.5952483c.43614948.0.81117357.155493 1.12542178.465663600000001C8.34237484 16.371898 8.49938244 16.7485143 8.49938244 17.19212 8.49938244 17.6357646 8.342336 18.013041 8.02824314 18.323367 7.71403376 18.6338094 7.33897084 18.7890306 6.90282136 18.7890306c-.44348919.0-.820455-.1552212-1.13105277-.465663599999999C5.46128733 18.0126527 5.30610494 17.6357646 5.30610494 17.19212c0-.443605699999999.15529889-.820493799999998.46566365-1.1312081C6.08224986 15.7504695 6.45921567 15.5952483 6.90282136 15.5952483zm9.93435194.3549855C17.1771299 15.9502338 17.469126 16.0720574 17.7130839 16.316093 17.9570806 16.5601285 18.0789819 16.8519304 18.0789819 17.1921589 18.0789819 17.5322708 17.9570806 17.8242669 17.7130839 18.0682636 17.4690872 18.3119885 17.1771299 18.4339674 16.8371733 18.4339674 16.4969837 18.4339674 16.2049877 18.3122215 15.9609909 18.0682636 15.7172661 17.8242281 15.5952483 17.5321155 15.5952483 17.1921589c0-.340228499999999.1220178-.632341.365742600000001-.8760659C16.2049877 16.0720962 16.4969449 15.9502338 16.8371733 15.9502338zM4.77399559 10.4506572c.487838099999999.0.90554123.1736676 1.25295404.521080400000001C6.37440127 11.3194611 6.54803001 11.73697 6.54803001 12.2248081c0 .4877605-.17362874.905424799999999-.52108038 1.2527211-.34741281.347529300000002-.76511594.5212357-1.25295404.5212357-.487876940000001.0-.9055024-.173706399999999-1.25295405-.5212357C3.17362874 13.1299998 3 12.7125686 3 12.2248081c0-.487993400000001.17366757-.9056189.52104154-1.2530705C3.86849319 10.6243636 4.28611865 10.4506572 4.77399559 10.4506572zm14.19208121.709738C19.2616456 11.1603952 19.5129432 11.2637725 19.7198531 11.47076 19.9270736 11.677864 20.030179 11.9292781 20.030179 12.2249635 20.030179 12.5204935 19.9269183 12.7719852 19.7198531 12.9787397 19.5130986 13.1858049 19.2616456 13.2891822 18.9660768 13.2891822 18.6702361 13.2891822 18.419055 13.1858049 18.2120287 12.9787397 18.0052353 12.7722182 17.9018581 12.5204935 17.9018581 12.2249635 17.9018581 11.9291228 18.0052353 11.6777475 18.2120287 11.47076 18.4189385 11.2637725 18.6702361 11.1603952 18.9660768 11.1603952zM6.90293786 5.30629912c.539565570000001.0.99971473.19036637 1.38033098.57098262C8.66388508 6.25789798 8.85425146 6.71804714 8.85425146 7.25761271 8.85425146 7.79725595 8.66388508 8.25732744 8.28326884 8.63809902 7.90265259 9.01871527 7.44250343 9.20915931 6.90293786 9.20915931c-.53956556.0-.99967589-.19032754-1.38048631-.57106029C5.1417188 8.25732744 4.95146893 7.79737245 4.95146893 7.25761271c0-.53956557.19024987-.99971473.570982620000001-1.38033097.38069392-.38061625.84080424-.57098262 1.38048631-.57098262zM16.8371733 6.3705955C17.0808982 6.3705955 17.289944 6.45742928 17.4635339 6.63121336 17.6372403 6.80488093 17.7242682 7.01361599 17.7242682 7.25761271 17.7242682 7.50149293 17.6372403 7.71038333 17.4635339 7.8841674 17.2900605 8.05779614 17.0808982 8.14478526 16.8371733 8.14478526 16.5931766 8.14478526 16.3842474 8.05795147 16.210541 7.8841674 16.0369511 7.71038333 15.9500785 7.50160943 15.9500785 7.25761271S16.0369511 6.80491976 16.210541 6.63121336c.1737064-.17362874.3826356-.26061786.626632300000001-.26061786zM11.8699779 3C12.461504 3 12.9640215 3.20698751 13.3778412 3.62080719 13.7916609 4.03493755 13.9986095 4.53757158 13.9986095 5.12882577c0 .59133186-.2069486 1.09404356-.6207683 1.50786324C12.9640215 7.05066403 12.461504 7.25753504 11.8699779 7.25753504 11.2786072 7.25753504 10.7758567 7.05054753 10.3618817 6.63668901 9.9479455 6.22267516 9.7410745 5.72015763 9.7410745 5.12882577c0-.59129303.206948670000001-1.09404355.6208072-1.50801858C10.7758567 3.20687101 11.2787237 3 11.8699779 3z"})})},trustpilot:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M11.0560002,3.68643566 C11.3585106,2.77034327 12.6547776,2.77147912 12.9556822,3.68810024 L12.9556822,3.68810024 L14.611,8.73158824 L20,8.73206442 C20.9336165,8.73206442 21.3398288,9.88185689 20.6709939,10.4743907 L20.6709939,10.4743907 L20.5817507,10.5454316 L16.235,13.6535882 L17.8881804,18.6881002 C18.1782555,19.5717324 17.2196889,20.3169555 16.4468756,19.8717219 L16.4468756,19.8717219 L16.3551214,19.8125123 L11.994,16.6835882 L7.6337443,19.8125123 C6.87738951,20.3551656 5.87800518,19.6630729 6.07211894,18.791783 L6.07211894,18.791783 L6.10123332,18.6864357 L7.763,13.6515882 L3.41705598,10.5335958 C2.65835025,9.98925576 2.99883134,8.81802836 3.88785172,8.72674705 L3.88785172,8.72674705 L4.00179641,8.72108507 L9.39,8.73058824 Z M14.4500773,14.629 L13.1580773,15.057 L15.032,16.4015882 L14.4500773,14.629 Z M12.002,7.19758824 L11.0623018,10.0456288 C10.9268028,10.4559605 10.5430629,10.7328391 10.1109385,10.7320628 L10.1109385,10.7320628 L7.117,10.7265882 L9.52657659,12.4554233 C9.84627932,12.6847968 9.99852328,13.0771529 9.92583763,13.4559708 L9.92583763,13.4559708 L9.89319952,13.5814999 L8.963,16.3965882 L11.4114888,14.6406356 C11.4292329,14.6279049 11.4472898,14.6158226 11.4656275,14.6043886 L16.8300773,10.731 L13.8872651,10.7320644 C13.5380862,10.7320644 13.220824,10.5508277 13.040791,10.2646245 L12.979917,10.152527 L12.9371501,10.0439642 L12.002,7.19758824 Z"})})},twitter:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M21,4.81818182 C20.2164968,5.37084515 19.3489974,5.79354393 18.4309091,6.07 C17.4215669,4.90944001 15.79503,4.50245716 14.3580667,5.05091645 C12.9211033,5.59937573 11.979382,6.9866098 12,8.52454545 L12,9.34272727 C9.07963486,9.41845196 6.31529344,8.02706678 4.63636364,5.63636364 C4.63636364,5.63636364 1.36363636,13 8.72727273,16.2727273 C7.04224982,17.4165179 5.03494656,17.9900331 3,17.9090909 C10.3636364,22 19.3636364,17.9090909 19.3636364,8.5 C19.3628829,8.27209843 19.3409707,8.04475905 19.2981818,7.82090909 C20.1332208,6.99740343 20.7224951,5.9576741 21,4.81818182 Z"})})},twitterX:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M21.4698 20.2982L14.185 10.5803L20.5428 3.71006C20.6311 3.61491 20.5632 3.45996 20.4334 3.45996H19.2943C19.2094 3.45996 19.1278 3.4953 19.07 3.55783L13.4639 9.61661L8.93968 3.58229C8.88191 3.5055 8.79152 3.45996 8.69502 3.45996H3.64886C3.52653 3.45996 3.45653 3.59996 3.52993 3.69783L10.4267 12.8985L3.59109 20.2859C3.50274 20.3811 3.5707 20.536 3.70051 20.536H4.83955C4.9245 20.536 5.00605 20.5007 5.06382 20.4382L11.1491 13.8622L16.0607 20.4137C16.1185 20.4905 16.2089 20.536 16.3054 20.536H21.3508C21.4732 20.536 21.5439 20.396 21.4698 20.2982ZM8.23424 4.68667L19.1958 19.3093H16.8994L5.93781 4.68667H8.23424Z"})})},windows:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M10.4613908,5.36552619 L10.46417,11.5980323 L4.00586725,11.6347798 L4,6.24549078 L10.4613908,5.36552619 Z M10.4583027,12.2118082 L10.4632436,18.4497493 L4.00500261,17.5618176 L4.00463204,12.1699963 L10.458241,12.2118082 L10.4583027,12.2118082 Z M19.704477,4 L19.704477,11.5187317 L11.1372978,11.5866684 L11.1372978,5.25040449 L19.704477,4 Z M19.7064533,12.2704808 L19.7044152,19.7553059 L11.1372361,18.5461575 L11.1252545,12.2564611 L19.7064533,12.2704808 Z"})})},youtube:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:e.fill||"#001D2F",fillRule:"evenodd",d:"M12.2861349,5.00096459 C13.2340422,5.00600615 14.2968823,5.02399248 15.3048855,5.0615208 C16.8419888,5.11874771 17.9291207,5.20779121 18.5436058,5.36869172 C19.5885921,5.6842257 20.3829939,6.55828916 20.6514713,7.71174946 C20.8918236,9.13387076 21.0084831,10.5765312 20.9999943,12.0121568 C21.0047868,13.4354372 20.8881418,14.8562671 20.6390393,16.3188822 C20.3829939,17.410663 19.5885921,18.2847264 18.5290163,18.604545 C17.9432478,18.7717425 16.8525839,18.8695832 15.3084231,18.932548 L15.3084231,18.932548 L14.756218,18.952762 C14.1962671,18.971055 13.6154194,18.9836873 13.0347411,18.9915799 L13.0347411,18.9915799 L12.5208156,18.9972664 L11.4791844,18.9972664 L10.3853044,18.9820733 C9.80685384,18.9709186 9.23525593,18.9547171 8.69157686,18.932548 C7.14741605,18.8695832 6.05675218,18.7717425 5.46513804,18.6028572 C4.44146526,18.3039197 3.65072439,17.4686857 3.34852873,16.3192984 C3.10817643,14.8971771 2.99151688,13.4545166 3.00001072,12.0201536 C2.99337135,10.586075 3.1100236,9.15433087 3.3609607,7.6811178 C3.61700606,6.58933702 4.41140791,5.71527357 5.4709837,5.39545503 C6.0721302,5.22386812 7.20811541,5.12486821 8.81607373,5.06250028 L8.81607373,5.06250028 L9.33167473,5.04436149 C9.84837279,5.02796949 10.3657598,5.01670731 10.8604155,5.00957989 L10.8604155,5.00957989 L11.8124792,5.00054324 Z M9.35168563,9.60870538 L9.35168563,14.365069 C9.35168563,15.1319764 10.1793872,15.613452 10.8460327,15.2343337 L15.0278508,12.8561518 C15.7020548,12.472735 15.7020548,11.5010394 15.0278508,11.1176226 L10.8460327,8.73944073 C10.1793872,8.36032235 9.35168563,8.84179798 9.35168563,9.60870538 Z"})})},play:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M6,4 L6,19.4285714 C6,20.2197372 6.87524596,20.6975788 7.54075759,20.2697499 L19.5407576,12.5554642 C20.1530808,12.1618278 20.1530808,11.2667436 19.5407576,10.8731072 L7.54075759,3.15882152 C6.87524596,2.73099262 6,3.20883421 6,4 Z M8,5.831 L17.151,11.714 L8,17.597 L8,5.831 Z"})})},playCircle:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M9.4,8.8 C9.4,8.00130462 10.2901455,7.52491322 10.9547002,7.96794971 L10.9547002,7.96794971 L15.7547002,11.1679497 C16.3484333,11.5637718 16.3484333,12.4362282 15.7547002,12.8320503 L15.7547002,12.8320503 L10.9547002,16.0320503 C10.2901455,16.4750868 9.4,15.9986954 9.4,15.2 L9.4,15.2 Z M11.399,10.668 L11.399,13.331 L13.396,12 L11.399,10.668 Z"})})},onePassword:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,5.66666667 C15.4978034,5.66666667 18.3333333,8.50219658 18.3333333,12 C18.3333333,15.4978034 15.4978034,18.3333333 12,18.3333333 C8.50219658,18.3333333 5.66666667,15.4978034 5.66666667,12 C5.66666667,8.50219658 8.50219658,5.66666667 12,5.66666667 Z M12,7.66666667 C9.60676608,7.66666667 7.66666667,9.60676608 7.66666667,12 C7.66666667,14.3932339 9.60676608,16.3333333 12,16.3333333 C14.3932339,16.3333333 16.3333333,14.3932339 16.3333333,12 C16.3333333,9.60676608 14.3932339,7.66666667 12,7.66666667 Z M13.3340931,8.75745489 L13.3340931,11.868566 L12.7118708,12.4907882 L13.3340931,13.1130104 L13.3340931,14.9796771 L10.8452042,14.9796771 L10.8452042,11.868566 L11.4674264,11.2463438 L10.8452042,10.6241216 L10.8452042,8.75745489 L13.3340931,8.75745489 Z"})}),account:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.7544696,14.2670011 C18.3049512,14.2670011 20.3859393,16.2771423 20.4995817,18.7995731 L20.5044696,19.0170011 L20.5044696,19.9863928 C20.5044696,20.5386776 20.0567543,20.9863928 19.5044696,20.9863928 C18.9916338,20.9863928 18.5689624,20.6003526 18.5111973,20.1030139 L18.5044696,19.9863928 L18.5044696,19.0170011 C18.5044696,17.5544692 17.362765,16.3585968 15.9219919,16.2720198 L15.7544696,16.2670011 L8.25446959,16.2670011 C6.79193775,16.2670011 5.59606531,17.4087056 5.50948839,18.8494787 L5.50446959,19.0170011 L5.50446959,19.9863928 C5.50446959,20.5386776 5.05675434,20.9863928 4.50446959,20.9863928 C3.99163375,20.9863928 3.56896243,20.6003526 3.51119732,20.1030139 L3.50446959,19.9863928 L3.50446959,19.0170011 C3.50446959,16.4665194 5.51461088,14.3855314 8.03704159,14.2718889 L8.25446959,14.2670011 L15.7544696,14.2670011 Z M12.0044696,3.01700105 C14.6278222,3.01700105 16.7544696,5.14364849 16.7544696,7.76700105 C16.7544696,10.3903536 14.6278222,12.5170011 12.0044696,12.5170011 C9.38111703,12.5170011 7.25446959,10.3903536 7.25446959,7.76700105 C7.25446959,5.14364849 9.38111703,3.01700105 12.0044696,3.01700105 Z M12.0044696,5.01700105 C10.4856865,5.01700105 9.25446959,6.24821799 9.25446959,7.76700105 C9.25446959,9.28578411 10.4856865,10.5170011 12.0044696,10.5170011 C13.5232527,10.5170011 14.7544696,9.28578411 14.7544696,7.76700105 C14.7544696,6.24821799 13.5232527,5.01700105 12.0044696,5.01700105 Z"})}),acknowledge:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C15.3137085,3 18,5.6862915 18,9 C18,10.7712699 17.2324724,12.3632741 16.0118596,13.4615701 L17.1492058,19.8252081 C17.2808414,20.5616231 16.5920324,21.162137 15.8964637,20.9648159 L15.7921795,20.9291512 L12,19.406 L8.20751587,20.9291599 C7.51276173,21.2081188 6.78429574,20.6548982 6.8369035,19.9332762 L6.85075457,19.8238529 L7.99513168,13.467851 C6.77045911,12.3693481 6,10.7746492 6,9 C6,5.6862915 8.6862915,3 12,3 Z M14.1821445,14.5908467 C13.5058387,14.8550099 12.7698515,15 12,15 C11.2328111,15 10.4992525,14.856011 9.82487463,14.5935833 L9.139,18.399 L11.6273923,17.4008072 C11.8266712,17.3207925 12.0452803,17.3074588 12.2510012,17.360806 L12.3726295,17.400816 L14.862,18.4 Z M12,5 C9.790861,5 8,6.790861 8,9 C8,11.209139 9.790861,13 12,13 C14.209139,13 16,11.209139 16,9 C16,6.790861 14.209139,5 12,5 Z"})}),add:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,7.8 C12.5128358,7.8 12.9355072,8.18604019 12.9932723,8.68337887 L13,8.8 L13,11 L15.2,11 C15.7522847,11 16.2,11.4477153 16.2,12 C16.2,12.5128358 15.8139598,12.9355072 15.3166211,12.9932723 L15.2,13 L13,13 L13,15.2 C13,15.7522847 12.5522847,16.2 12,16.2 C11.4871642,16.2 11.0644928,15.8139598 11.0067277,15.3166211 L11,15.2 L11,13 L8.8,13 C8.24771525,13 7.8,12.5522847 7.8,12 C7.8,11.4871642 8.18604019,11.0644928 8.68337887,11.0067277 L8.8,11 L11,11 L11,8.8 C11,8.24771525 11.4477153,7.8 12,7.8 Z"})}),analytics:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M4.88154496,4 C5.3943808,4 5.81705212,4.38604019 5.87481722,4.88337887 L5.88154496,5 L5.88054496,12.659 L8.78592359,9.45940382 L8.87272647,9.37458916 L8.92066453,9.33562072 L9.00560178,9.27754207 C9.067233,9.23995826 9.13202787,9.20961724 9.19882543,9.18653234 L9.31688673,9.15367905 L9.33329377,9.15032163 C9.39905837,9.1374424 9.46591201,9.13117971 9.53279784,9.1315892 L9.64032705,9.13808099 L9.78583394,9.16562326 L9.8867096,9.19848916 C9.98512776,9.23646788 10.0790258,9.29074956 10.1642937,9.36149992 L13.389,12.262 L18.2474233,6.70991644 C18.6111054,6.29427981 19.242868,6.25216231 19.6585046,6.61584436 C20.0421692,6.95155087 20.107569,7.51568106 19.8293145,7.92739335 L19.7525767,8.02692566 L14.2169784,14.3531753 C14.1720285,14.4031196 14.1231881,14.44748 14.0713301,14.4862108 L13.992121,14.539635 L13.8798413,14.5982858 L13.767908,14.6401058 L13.6776845,14.66325 L13.5731533,14.6792581 L13.4811873,14.6841931 L13.3261517,14.6733778 C13.2572646,14.6631684 13.1893422,14.6457857 13.1233731,14.6211329 L13.0411912,14.5861311 L12.9664738,14.5462603 L12.9031689,14.5056269 L12.8047195,14.4275047 L9.597,11.54 L5.88054496,15.635 L5.88054496,18.117 L19,18.1172369 C19.5522847,18.1172369 20,18.5649522 20,19.1172369 C20,19.6300728 19.6139598,20.0527441 19.1166211,20.1105092 L19,20.1172369 L4.88154496,20.1172369 L4.88154496,20.1172369 C4.36870912,20.1172369 3.9460378,19.7311967 3.88827269,19.233858 L3.88154496,19.1172369 L3.88154496,5 C3.88154496,4.44771525 4.32926021,4 4.88154496,4 Z"})}),arrowInCircle:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,7.34285714 C12.5128358,7.34285714 12.9355072,7.72889733 12.9932723,8.22623602 L13,8.34285714 L12.999,13.243 L14.9500361,11.2928932 C15.31052,10.9324093 15.8777511,10.9046797 16.2700423,11.2097046 L16.3642496,11.2928932 C16.7247336,11.6533772 16.7524631,12.2206082 16.4474382,12.6128994 L16.3642496,12.7071068 L12.7071068,16.3642496 C12.6786405,16.3927159 12.6484659,16.419474 12.6167501,16.4443569 L12.7071068,16.3642496 C12.6717127,16.3996437 12.6343256,16.4318299 12.5953066,16.4608083 C12.5711307,16.4786528 12.546275,16.4954242 12.5206602,16.5110754 C12.5086131,16.5185359 12.4963944,16.525644 12.4840621,16.5324717 C12.4642939,16.5433489 12.4438914,16.5537662 12.4230991,16.5634891 C12.4060985,16.5714638 12.3887956,16.5789464 12.371336,16.5859174 C12.3515792,16.5938271 12.3317977,16.6010204 12.3117364,16.6075962 C12.2968513,16.6124141 12.2814633,16.6170451 12.265993,16.6212977 C12.2444365,16.6273092 12.2227461,16.6325031 12.2007941,16.6369777 C12.1833753,16.6404407 12.165949,16.6435148 12.1484669,16.6461251 C12.1285247,16.6491757 12.107886,16.6516094 12.087065,16.6534052 C12.0682655,16.6549865 12.0502664,16.6560481 12.0322546,16.6566258 C12.0222108,16.6569611 12.0111266,16.6571429 12,16.6571429 L11.9667532,16.6565935 C11.949409,16.6560201 11.9320769,16.6549979 11.9147758,16.6535269 L12,16.6571429 C11.9493797,16.6571429 11.8996379,16.6533817 11.8510388,16.6461235 C11.834051,16.6435148 11.8166247,16.6404407 11.7992742,16.6369028 C11.7772539,16.6325031 11.7555635,16.6273092 11.7341604,16.6214219 C11.7185367,16.6170451 11.7031487,16.6124141 11.6878575,16.6074048 C11.6682023,16.6010204 11.6484208,16.5938271 11.6289415,16.5860389 C11.6112044,16.5789464 11.5939015,16.5714638 11.5767785,16.5634695 C11.5561086,16.5537662 11.5357061,16.5433489 11.515723,16.5322671 C11.5036056,16.525644 11.4913869,16.5185359 11.4792912,16.5111474 C11.453725,16.4954242 11.4288693,16.4786528 11.4048407,16.4608294 C11.3987914,16.456425 11.3929267,16.4519683 11.3871006,16.4474382 C11.3515341,16.419474 11.3213595,16.3927159 11.2928932,16.3642496 L7.63575036,12.7071068 C7.24522607,12.3165825 7.24522607,11.6834175 7.63575036,11.2928932 C7.99623432,10.9324093 8.56346538,10.9046797 8.95575659,11.2097046 L9.04996392,11.2928932 L10.999,13.241 L11,8.34285714 C11,7.79057239 11.4477153,7.34285714 12,7.34285714 Z",transform:"rotate(-90 12 12)"})}),arrow:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.7071068,4.29289322 C13.0675907,4.65337718 13.0953203,5.22060824 12.7902954,5.61289944 L12.7071068,5.70710678 L7.415,11 L19,11 C19.5522847,11 20,11.4477153 20,12 C20,12.5128358 19.6139598,12.9355072 19.1166211,12.9932723 L19,13 L7.415,13 L12.7071068,18.2928932 C13.0675907,18.6533772 13.0953203,19.2206082 12.7902954,19.6128994 L12.7071068,19.7071068 C12.3466228,20.0675907 11.7793918,20.0953203 11.3871006,19.7902954 L11.2928932,19.7071068 L4.29289322,12.7071068 L4.21968877,12.625449 C4.2173721,12.6225624 4.21507113,12.6196628 4.21278596,12.6167501 L4.29289322,12.7071068 C4.25749917,12.6717127 4.22531295,12.6343256 4.19633458,12.5953066 C4.17849009,12.5711307 4.1617187,12.546275 4.14606743,12.5206602 C4.13860692,12.5086131 4.13149883,12.4963944 4.12467117,12.4840621 C4.11379392,12.4642939 4.10337664,12.4438914 4.09365378,12.4230991 C4.08567905,12.4060985 4.07819642,12.3887956 4.07122549,12.371336 C4.06331574,12.3515792 4.05612249,12.3317977 4.04954668,12.3117364 C4.04472872,12.2968513 4.04009773,12.2814633 4.03584514,12.265993 C4.02983363,12.2444365 4.0246398,12.2227461 4.02016515,12.2007941 C4.01670217,12.1833753 4.01362808,12.165949 4.0110178,12.1484669 C4.00810098,12.1294204 4.00574796,12.1096949 4.00397748,12.0898018 C4.00189498,12.0659949 4.00063489,12.042681 4.00018615,12.0193545 C4.00006128,12.0129086 4,12.0064615 4,12 L4.00016755,11.9816379 C4.00059932,11.9579802 4.0018656,11.9343349 4.00396641,11.9107499 L4,12 C4,11.9493797 4.00376119,11.8996379 4.01101934,11.8510388 C4.01362808,11.834051 4.01670217,11.8166247 4.02024007,11.7992742 C4.0246398,11.7772539 4.02983363,11.7555635 4.03572097,11.7341604 C4.04009773,11.7185367 4.04472872,11.7031487 4.04973809,11.6878575 C4.05612249,11.6682023 4.06331574,11.6484208 4.07110396,11.6289415 C4.07819642,11.6112044 4.08567905,11.5939015 4.09367336,11.5767785 C4.10337664,11.5561086 4.11379392,11.5357061 4.12487577,11.515723 C4.13149883,11.5036056 4.13860692,11.4913869 4.14599545,11.4792912 C4.1617187,11.453725 4.17849009,11.4288693 4.19631351,11.4048407 C4.20071786,11.3987914 4.20517454,11.3929267 4.20970461,11.3871006 C4.23766884,11.3515341 4.26442691,11.3213595 4.29289322,11.2928932 L11.2928932,4.29289322 C11.6834175,3.90236893 12.3165825,3.90236893 12.7071068,4.29289322 Z",transform:"rotate(90 12 12)"})}),assist:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M9.82255578,15.5922001 L7.80879437,17.6071076 C8.97720873,18.4818819 10.4280979,19 12,19 C13.5719021,19 15.0227913,18.4818819 16.1912056,17.6071076 L14.1774442,15.5922001 C13.5425058,15.9778991 12.7971901,16.2 12,16.2 C11.2028099,16.2 10.4574942,15.9778991 9.82255578,15.5922001 Z M6.39289239,7.80879437 C5.51811807,8.97720873 5,10.4280979 5,12 C5,13.5719021 5.51811807,15.0227913 6.39289239,16.1912056 L8.40779989,14.1774442 C8.02210089,13.5425058 7.8,12.7971901 7.8,12 C7.8,11.2028099 8.02210089,10.4574942 8.40779989,9.82255578 Z M17.6071076,7.80879437 L15.5922001,9.82255578 C15.9778991,10.4574942 16.2,11.2028099 16.2,12 C16.2,12.7971901 15.9778991,13.5425058 15.5922001,14.1774442 L17.6071076,16.1912056 C18.4818819,15.0227913 19,13.5719021 19,12 C19,10.4280979 18.4818819,8.97720873 17.6071076,7.80879437 Z M12,9.8 C10.7849736,9.8 9.8,10.7849736 9.8,12 C9.8,13.2150264 10.7849736,14.2 12,14.2 C13.2150264,14.2 14.2,13.2150264 14.2,12 C14.2,10.7849736 13.2150264,9.8 12,9.8 Z M12,5 C10.4280979,5 8.97720873,5.51811807 7.80879437,6.39289239 L9.82255578,8.40779989 C10.4574942,8.02210089 11.2028099,7.8 12,7.8 C12.7971901,7.8 13.5425058,8.02210089 14.1774442,8.40779989 L16.1912056,6.39289239 C15.0227913,5.51811807 13.5719021,5 12,5 Z"})}),attach:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.5053932,4.46289321 C13.0681419,2.90014457 15.6018581,2.90014459 17.1646067,4.46289325 C18.6752638,5.97355029 18.725619,8.39152253 17.3153251,9.96301451 L17.1642222,10.1224912 L10.2646068,17.0146068 C9.2879703,17.9912433 7.7045297,17.9912433 6.72789322,17.0146068 C5.79371919,16.0804328 5.75310293,14.5910731 6.6064092,13.6082575 L6.72831002,13.4774767 L13.09581,7.11747666 C13.4865644,6.72718256 14.1197292,6.72755567 14.5100233,7.11831002 C14.8702948,7.47900635 14.8976901,8.04625364 14.5924341,8.43836504 L14.50919,8.53252334 L8.14210678,14.8921068 C7.94651888,15.0876947 7.94651888,15.4048053 8.14210678,15.6003932 C8.31596269,15.7742491 8.58583657,15.7935665 8.78129993,15.6580752 L8.85077783,15.6000088 L15.7503932,8.70789323 C16.5320933,7.92619314 16.5320933,6.65880689 15.7503932,5.87710681 C15.0098352,5.13654884 13.8333706,5.0975721 13.0469277,5.76017658 L12.9196068,5.87710678 L6.02710678,12.7696068 C4.6592945,14.1374191 4.6592945,16.3550809 6.02710678,17.7228932 C7.34606862,19.0418551 9.45526051,19.0889608 10.8306674,17.8642106 L10.9803932,17.7228932 L17.8728932,10.8303932 C18.2634175,10.4398689 18.8965825,10.4398689 19.2871068,10.8303932 C19.6475907,11.1908772 19.6753203,11.7581082 19.3702954,12.1503994 L19.2871068,12.2446068 L12.3946068,19.1371068 C10.2457459,21.2859676 6.76175408,21.2859676 4.61289322,19.1371068 C2.52372293,17.0479365 2.46569043,13.696779 4.4387957,11.5374983 L4.61289322,11.3553932 L11.5053932,4.46289321 Z"})}),back:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.7071068,4.29289322 C13.0675907,4.65337718 13.0953203,5.22060824 12.7902954,5.61289944 L12.7071068,5.70710678 L7.415,11 L19,11 C19.5522847,11 20,11.4477153 20,12 C20,12.5128358 19.6139598,12.9355072 19.1166211,12.9932723 L19,13 L7.415,13 L12.7071068,18.2928932 C13.0675907,18.6533772 13.0953203,19.2206082 12.7902954,19.6128994 L12.7071068,19.7071068 C12.3466228,20.0675907 11.7793918,20.0953203 11.3871006,19.7902954 L11.2928932,19.7071068 L4.29289322,12.7071068 L4.21968877,12.625449 C4.2173721,12.6225624 4.21507113,12.6196628 4.21278596,12.6167501 L4.29289322,12.7071068 C4.25749917,12.6717127 4.22531295,12.6343256 4.19633458,12.5953066 C4.17849009,12.5711307 4.1617187,12.546275 4.14606743,12.5206602 C4.13860692,12.5086131 4.13149883,12.4963944 4.12467117,12.4840621 C4.11379392,12.4642939 4.10337664,12.4438914 4.09365378,12.4230991 C4.08567905,12.4060985 4.07819642,12.3887956 4.07122549,12.371336 C4.06331574,12.3515792 4.05612249,12.3317977 4.04954668,12.3117364 C4.04472872,12.2968513 4.04009773,12.2814633 4.03584514,12.265993 C4.02983363,12.2444365 4.0246398,12.2227461 4.02016515,12.2007941 C4.01670217,12.1833753 4.01362808,12.165949 4.0110178,12.1484669 C4.00810098,12.1294204 4.00574796,12.1096949 4.00397748,12.0898018 C4.00189498,12.0659949 4.00063489,12.042681 4.00018615,12.0193545 C4.00006128,12.0129086 4,12.0064615 4,12 L4.00016755,11.9816379 C4.00059932,11.9579802 4.0018656,11.9343349 4.00396641,11.9107499 L4,12 C4,11.9493797 4.00376119,11.8996379 4.01101934,11.8510388 C4.01362808,11.834051 4.01670217,11.8166247 4.02024007,11.7992742 C4.0246398,11.7772539 4.02983363,11.7555635 4.03572097,11.7341604 C4.04009773,11.7185367 4.04472872,11.7031487 4.04973809,11.6878575 C4.05612249,11.6682023 4.06331574,11.6484208 4.07110396,11.6289415 C4.07819642,11.6112044 4.08567905,11.5939015 4.09367336,11.5767785 C4.10337664,11.5561086 4.11379392,11.5357061 4.12487577,11.515723 C4.13149883,11.5036056 4.13860692,11.4913869 4.14599545,11.4792912 C4.1617187,11.453725 4.17849009,11.4288693 4.19631351,11.4048407 C4.20071786,11.3987914 4.20517454,11.3929267 4.20970461,11.3871006 C4.23766884,11.3515341 4.26442691,11.3213595 4.29289322,11.2928932 L11.2928932,4.29289322 C11.6834175,3.90236893 12.3165825,3.90236893 12.7071068,4.29289322 Z"})}),badgeLogo:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M14.0387482,8 C15.4363671,8 16.469522,8.96211792 16.469522,10.217967 C16.469522,11.7067019 15.1021737,12.9017056 13.5223228,12.9017056 L8.84331145,12.9017056 C8.70138955,13.1955889 8.86354254,13.4284746 9.20777541,13.4284746 L12.9348605,13.4284746 C13.5525934,13.4284746 14.0285566,13.8638235 14.0285566,14.4210153 C14.0285566,15.0589793 13.4109758,15.6160189 12.7120142,15.6160189 L9.46104439,15.6160189 C8.39761888,15.6160189 7.71904054,15.018365 7.71904054,14.1878253 C7.71904054,13.9144773 7.80011703,13.5802839 8.11407931,12.9017056 L7,12.9017056 L8.0228112,10.7140091 L15.1426359,10.7140091 C15.3047889,10.7140091 15.416136,10.5926226 15.416136,10.4508528 C15.416136,10.309083 15.3047889,10.1875443 15.1426359,10.1875443 L9.38012001,10.1875443 L9.88635375,9.10403982 C10.200316,8.43550096 10.8788944,8 11.618166,8 L14.0387482,8 Z"})}),block:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M20,3.94117647 C20.5522847,3.94117647 21,4.38889172 21,4.94117647 C21,5.45401231 20.6139598,5.87668363 20.1166211,5.93444874 L20,5.94117647 L18,5.94117647 L18,8.64617647 L20,8.64705882 C20.5522847,8.64705882 21,9.09477407 21,9.64705882 C21,10.1598947 20.6139598,10.582566 20.1166211,10.6403311 L20,10.6470588 L13,10.6461765 L13,13.3521765 L20,13.3529412 C20.5522847,13.3529412 21,13.8006564 21,14.3529412 C21,14.865777 20.6139598,15.2884483 20.1166211,15.3462134 L20,15.3529412 L18,15.3521765 L18,18.0581765 L20,18.0588235 C20.5522847,18.0588235 21,18.5065388 21,19.0588235 C21,19.5716594 20.6139598,19.9943307 20.1166211,20.0520958 L20,20.0588235 L4,20.0588235 C3.44771525,20.0588235 3,19.6111083 3,19.0588235 C3,18.5459877 3.38604019,18.1233164 3.88337887,18.0655513 L4,18.0588235 L7,18.0581765 L7,15.3521765 L4,15.3529412 C3.44771525,15.3529412 3,14.9052259 3,14.3529412 C3,13.8401053 3.38604019,13.417434 3.88337887,13.3596689 L4,13.3529412 L11,13.3521765 L11,10.6461765 L4,10.6470588 C3.44771525,10.6470588 3,10.1993436 3,9.64705882 C3,9.13422298 3.38604019,8.71155166 3.88337887,8.65378655 L4,8.64705882 L7,8.64617647 L7,5.94117647 L4,5.94117647 C3.44771525,5.94117647 3,5.49346122 3,4.94117647 C3,4.42834063 3.38604019,4.00566931 3.88337887,3.9479042 L4,3.94117647 L20,3.94117647 Z M16,15.3521765 L9,15.3521765 L9,18.0581765 L16,18.0581765 L16,15.3521765 Z M16,5.94117647 L9,5.94117647 L9,8.64617647 L16,8.64617647 L16,5.94117647 Z"})}),blog:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M13,3.125 C13.5522847,3.125 14,3.57271525 14,4.125 C14,4.63783584 13.6139598,5.06050716 13.1166211,5.11827227 L13,5.125 L5.75,5.125 C5.37030423,5.125 5.05650904,5.40715388 5.00684662,5.77322944 L5,5.875 L5,18.125 C5,18.5046958 5.28215388,18.818491 5.64822944,18.8681534 L5.75,18.875 L18,18.875 C18.3796958,18.875 18.693491,18.5928461 18.7431534,18.2267706 L18.75,18.125 L18.75,12 C18.75,11.4477153 19.1977153,11 19.75,11 C20.2628358,11 20.6855072,11.3860402 20.7432723,11.8833789 L20.75,12 L20.75,18.125 C20.75,19.5875318 19.6082954,20.7834043 18.1675223,20.8699812 L18,20.875 L5.75,20.875 C4.28746816,20.875 3.09159572,19.7332954 3.00501879,18.2925223 L3,18.125 L3,5.875 C3,4.41246816 4.1417046,3.21659572 5.58247767,3.13001879 L5.75,3.125 L13,3.125 Z M16.375,15.5 C16.9272847,15.5 17.375,15.9477153 17.375,16.5 C17.375,17.0128358 16.9889598,17.4355072 16.4916211,17.4932723 L16.375,17.5 L7.375,17.5 C6.82271525,17.5 6.375,17.0522847 6.375,16.5 C6.375,15.9871642 6.76104019,15.5644928 7.25837887,15.5067277 L7.375,15.5 L16.375,15.5 Z M17.8534443,3.64088503 C18.4061942,3.08813514 19.2118447,2.87226173 19.9669151,3.07458224 C20.7219855,3.27690274 21.3117626,3.86667985 21.5140831,4.62175025 C21.7164036,5.37682065 21.5005302,6.18247117 20.9477803,6.73522106 L20.9477803,6.73522106 L13.9472701,13.7357313 C13.8191112,13.8638902 13.6585314,13.9548089 13.4826989,13.998767 L13.4826989,13.998767 L11.2425356,14.5588079 C10.5101552,14.741903 9.84676238,14.0785102 10.0298575,13.3461297 L10.0298575,13.3461297 L10.5898983,11.1059665 C10.6338564,10.930134 10.7247752,10.7695541 10.852934,10.6413953 L10.852934,10.6413953 Z M19.449277,5.00643389 C19.3843908,4.98904766 19.3151579,5.00759855 19.2676579,5.0550986 L19.2676579,5.0550986 L12.463,11.859 L12.374,12.214 L12.729,12.125 L19.5335668,5.3210075 C19.5691918,5.28538246 19.5885329,5.23753273 19.5886421,5.18846054 L19.5886421,5.18846054 L19.5822315,5.13938834 C19.5648453,5.07450206 19.5141633,5.02382011 19.449277,5.00643389 Z"})}),boxChecked:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.5555556,3 C16.1078403,3 16.5555556,3.44771525 16.5555556,4 C16.5555556,4.51283584 16.1695154,4.93550716 15.6721767,4.99327227 L15.5555556,5 L5.77777778,5 C5.38401921,5 5.05860197,5.29260403 5.00710019,5.67223794 L5,5.77777778 L5,18.2222222 C5,18.6159808 5.29260403,18.941398 5.67223794,18.9928998 L5.77777778,19 L18.2222222,19 C18.6159808,19 18.941398,18.707396 18.9928998,18.3277621 L19,18.2222222 L19,12 C19,11.4477153 19.4477153,11 20,11 C20.5128358,11 20.9355072,11.3860402 20.9932723,11.8833789 L21,12 L21,18.2222222 C21,19.6995271 19.846763,20.9074791 18.3914367,20.9949305 L18.2222222,21 L5.77777778,21 C4.30047289,21 3.09252093,19.846763 3.00506949,18.3914367 L3,18.2222222 L3,5.77777778 C3,4.30047289 4.15323697,3.09252093 5.6085633,3.00506949 L5.77777778,3 L15.5555556,3 Z M20.7071068,5.13499848 C21.0675907,5.49548244 21.0953203,6.0627135 20.7902954,6.45500471 L20.7071068,6.54921204 L12.2860541,14.9702647 C11.9255702,15.3307486 11.3583391,15.3584782 10.9660479,15.0534533 L10.8718406,14.9702647 L8.3455248,12.4439489 C7.95500051,12.0534246 7.95500051,11.4202596 8.3455248,11.0297353 C8.70600876,10.6692514 9.27323982,10.6415218 9.66553102,10.9465467 L9.75973836,11.0297353 L11.578,12.848 L19.2928932,5.13499848 C19.6834175,4.74447419 20.3165825,4.74447419 20.7071068,5.13499848 Z"})}),boxIndeterminate:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,3 C19.6568542,3 21,4.34314575 21,6 L21,6 L21,18 C21,19.6568542 19.6568542,21 18,21 L18,21 L6,21 C4.34314575,21 3,19.6568542 3,18 L3,18 L3,6 C3,4.34314575 4.34314575,3 6,3 L6,3 Z M18,5 L6,5 C5.44771525,5 5,5.44771525 5,6 L5,6 L5,18 C5,18.5522847 5.44771525,19 6,19 L6,19 L18,19 C18.5522847,19 19,18.5522847 19,18 L19,18 L19,6 C19,5.44771525 18.5522847,5 18,5 L18,5 Z M16.0634921,11 C16.6157768,11 17.0634921,11.4477153 17.0634921,12 C17.0634921,12.5128358 16.6774519,12.9355072 16.1801132,12.9932723 L16.0634921,13 L7.93650794,13 C7.38422319,13 6.93650794,12.5522847 6.93650794,12 C6.93650794,11.4871642 7.32254813,11.0644928 7.81988681,11.0067277 L7.93650794,11 L16.0634921,11 Z"})}),boxUnchecked:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,3 L6,3 C4.34314575,3 3,4.34314575 3,6 L3,18 C3,19.6568542 4.34314575,21 6,21 L18,21 C19.6568542,21 21,19.6568542 21,18 L21,6 C21,4.34314575 19.6568542,3 18,3 Z M6,5 L18,5 C18.5522847,5 19,5.44771525 19,6 L19,18 C19,18.5522847 18.5522847,19 18,19 L6,19 C5.44771525,19 5,18.5522847 5,18 L5,6 C5,5.44771525 5.44771525,5 6,5 Z"})}),bugs:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,4 C14.0124071,4 15.7078933,5.49071207 16.6726034,7.69402504 L17.614,7.472 L19.2766445,5.73174648 C19.6579837,5.33224824 20.2909775,5.31752745 20.6904757,5.69886668 C21.0592433,6.05087212 21.1001532,6.61730515 20.8043314,7.016582 L20.7233555,7.11269797 L18.8566889,9.06825352 L18.8485514,9.07686032 C18.7949003,9.13185368 18.7346507,9.18094197 18.6686546,9.22274879 C18.6553541,9.23114738 18.6418408,9.23927718 18.6281805,9.24706052 C18.6111482,9.25674946 18.593567,9.26606957 18.5756444,9.27488632 C18.5499442,9.28761718 18.5236097,9.29920027 18.4969117,9.3095971 C18.4894817,9.31236523 18.4819422,9.31519305 18.4743528,9.31793523 C18.446538,9.32791086 18.4262386,9.33434145 18.4057881,9.34011053 L18.3623727,9.35119495 L17.283152,9.60568529 C17.3931781,10.1183159 17.4686338,10.6516409 17.5060747,11.1991843 L20,11.2 C20.5522847,11.2 21,11.6477153 21,12.2 C21,12.7128358 20.6139598,13.1355072 20.1166211,13.1932723 L20,13.2 L17.4718244,13.1999885 C17.4156903,13.7431003 17.3219821,14.2702387 17.1942002,14.7748226 L18.3623727,15.0488051 L18.3916334,15.0559857 C18.4131164,15.0617071 18.434446,15.0681557 18.4555833,15.0753314 L18.3623727,15.0488051 C18.4102815,15.0600777 18.4565677,15.0746213 18.5010503,15.0921436 C18.5209515,15.0998575 18.5410035,15.1085328 18.5608115,15.1178952 C18.5791255,15.1266095 18.5968941,15.1356615 18.6143114,15.1452008 C18.6289496,15.1532262 18.6435794,15.1617458 18.6580314,15.1706675 C18.6789862,15.1835201 18.6994241,15.1971871 18.7192684,15.2115424 C18.7281933,15.2181456 18.7372588,15.2249491 18.7462328,15.2319268 L18.7566379,15.2399428 C18.7798057,15.2584283 18.8020725,15.2778884 18.8233905,15.298246 L18.8404401,15.3151154 L20.7071068,17.1817821 C21.0976311,17.5723064 21.0976311,18.2054714 20.7071068,18.5959957 C20.3466228,18.9564796 19.7793918,18.9842092 19.3871006,18.6791843 L19.2928932,18.5959957 L17.627,16.93 L16.5052421,16.6662202 C15.5527925,18.6008792 14.0118867,19.9071755 12.1962532,19.9952516 L12,20 C10.0993168,20 8.48134192,18.6702146 7.49475793,16.6662202 L6.372,16.93 L4.70710678,18.5959957 C4.31658249,18.98652 3.68341751,18.98652 3.29289322,18.5959957 C2.93240926,18.2355117 2.90467972,17.6682807 3.20970461,17.2759894 L3.29289322,17.1817821 L5.15955989,15.3151154 L5.17660954,15.298246 C5.19792746,15.2778884 5.22019427,15.2584283 5.2433621,15.2399428 L5.15955989,15.3151154 C5.19784658,15.2768287 5.23846546,15.2422956 5.28095924,15.2115161 C5.30057591,15.1971871 5.32101384,15.1835201 5.34201865,15.1705844 C5.35642055,15.1617458 5.3710504,15.1532262 5.38584209,15.1451089 C5.40310587,15.1356615 5.42087453,15.1266095 5.4389809,15.1180668 C5.45899647,15.1085328 5.47904848,15.0998575 5.49930869,15.0918694 C5.5077783,15.0886659 5.51667796,15.0853055 5.52564724,15.0820648 L5.5444167,15.0753314 C5.56555395,15.0681557 5.5868836,15.0617071 5.60836663,15.0559857 L5.63762733,15.0488051 L6.80579978,14.7748226 C6.67801789,14.2702387 6.5843097,13.7431003 6.52817556,13.1999885 L4,13.2 C3.44771525,13.2 3,12.7522847 3,12.2 C3,11.6871642 3.38604019,11.2644928 3.88337887,11.2067277 L4,11.2 L6.49392532,11.1991843 C6.53136623,10.6516409 6.60682191,10.1183159 6.71684798,9.60568529 L5.63762733,9.35119495 L5.62710548,9.34874492 C5.6103183,9.3446185 5.59362349,9.34005446 5.57703956,9.33505408 L5.63762733,9.35119495 C5.59703279,9.34164329 5.55760331,9.32974327 5.51944888,9.31567255 C5.49853203,9.3080474 5.47758147,9.29950388 5.45689475,9.29022956 C5.44130721,9.28318555 5.42612343,9.2759115 5.41118379,9.26828486 C5.39799452,9.26157426 5.38523078,9.25469052 5.3725963,9.24751314 C5.34909811,9.2341655 5.32623197,9.219918 5.30406148,9.20482967 C5.29552669,9.19899109 5.28673635,9.19279747 5.27802948,9.18644771 C5.25462226,9.16942984 5.23232824,9.15164789 5.21088822,9.13299895 C5.20733637,9.1298033 5.2037843,9.12666625 5.20025026,9.12350004 L5.18254635,9.10737712 C5.16148068,9.0875876 5.14132229,9.0669292 5.12211627,9.04547476 L5.11206114,9.03395649 L3.33428337,6.98951205 C2.97188587,6.57275493 3.01595305,5.94112531 3.43271017,5.57872781 C3.81740906,5.24420704 4.38519456,5.25602305 4.7553053,5.58761107 L4.84349441,5.67715462 L6.41,7.478 L7.3273966,7.69402504 C8.26058213,5.56271141 9.87756387,4.09818721 11.8037468,4.00474836 Z M12,6 C10.1756831,6 8.46666667,8.63713933 8.46666667,12 C8.46666667,15.3628607 10.1756831,18 12,18 C13.8243169,18 15.5333333,15.3628607 15.5333333,12 C15.5333333,8.63713933 13.8243169,6 12,6 Z M12.008,14.2 C12.5602847,14.2 13.008,14.6477153 13.008,15.2 C13.008,15.7128358 12.6219598,16.1355072 12.1246211,16.1932723 L12.008,16.2 C11.4477153,16.2 11,15.7522847 11,15.2 C11,14.6871642 11.3860402,14.2644928 11.8833789,14.2067277 L12.008,14.2 Z M12,7.8 C12.5128358,7.8 12.9355072,8.18604019 12.9932723,8.68337887 L13,8.8 L13,12 C13,12.5522847 12.5522847,13 12,13 C11.4871642,13 11.0644928,12.6139598 11.0067277,12.1166211 L11,12 L11,8.8 C11,8.24771525 11.4477153,7.8 12,7.8 Z"})}),cancel:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M10.2128994,8.80970461 L10.3071068,8.89289322 L12,10.585 L13.6928932,8.89289322 C14.0834175,8.50236893 14.7165825,8.50236893 15.1071068,8.89289322 C15.4675907,9.25337718 15.4953203,9.82060824 15.1902954,10.2128994 L15.1071068,10.3071068 L13.415,12 L15.1071068,13.6928932 C15.4976311,14.0834175 15.4976311,14.7165825 15.1071068,15.1071068 C14.7466228,15.4675907 14.1793918,15.4953203 13.7871006,15.1902954 L13.6928932,15.1071068 L12,13.415 L10.3071068,15.1071068 C9.91658249,15.4976311 9.28341751,15.4976311 8.89289322,15.1071068 C8.53240926,14.7466228 8.50467972,14.1793918 8.80970461,13.7871006 L8.89289322,13.6928932 L10.585,12 L8.89289322,10.3071068 C8.50236893,9.91658249 8.50236893,9.28341751 8.89289322,8.89289322 C9.25337718,8.53240926 9.82060824,8.50467972 10.2128994,8.80970461 Z"})}),cellular:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,9 C12.5128358,9 12.9355072,9.38604019 12.9932723,9.88337887 L13,10 L13,20 C13,20.5522847 12.5522847,21 12,21 C11.4871642,21 11.0644928,20.6139598 11.0067277,20.1166211 L11,20 L11,10 C11,9.44771525 11.4477153,9 12,9 Z M18,3 C18.5128358,3 18.9355072,3.38604019 18.9932723,3.88337887 L19,4 L19,20 C19,20.5522847 18.5522847,21 18,21 C17.4871642,21 17.0644928,20.6139598 17.0067277,20.1166211 L17,20 L17,4 C17,3.44771525 17.4477153,3 18,3 Z M6,15 C6.51283584,15 6.93550716,15.3860402 6.99327227,15.8833789 L7,16 L7,20 C7,20.5522847 6.55228475,21 6,21 C5.48716416,21 5.06449284,20.6139598 5.00672773,20.1166211 L5,20 L5,16 C5,15.4477153 5.44771525,15 6,15 Z"})}),check:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M19.2928932,6.29289322 C19.6834175,5.90236893 20.3165825,5.90236893 20.7071068,6.29289322 C21.0675907,6.65337718 21.0953203,7.22060824 20.7902954,7.61289944 L20.7071068,7.70710678 L9.70710678,18.7071068 C9.34662282,19.0675907 8.77939176,19.0953203 8.38710056,18.7902954 L8.29289322,18.7071068 L3.29289322,13.7071068 C2.90236893,13.3165825 2.90236893,12.6834175 3.29289322,12.2928932 C3.65337718,11.9324093 4.22060824,11.9046797 4.61289944,12.2097046 L4.70710678,12.2928932 L9,16.585 L19.2928932,6.29289322 Z"})}),chevronUp:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M5.29289322,8.29289322 C5.65337718,7.93240926 6.22060824,7.90467972 6.61289944,8.20970461 L6.70710678,8.29289322 L12,13.585 L17.2928932,8.29289322 C17.6533772,7.93240926 18.2206082,7.90467972 18.6128994,8.20970461 L18.7071068,8.29289322 C19.0675907,8.65337718 19.0953203,9.22060824 18.7902954,9.61289944 L18.7071068,9.70710678 L12.7071068,15.7071068 C12.3466228,16.0675907 11.7793918,16.0953203 11.3871006,15.7902954 L11.2928932,15.7071068 L5.29289322,9.70710678 C4.90236893,9.31658249 4.90236893,8.68341751 5.29289322,8.29289322 Z",transform:"matrix(1 0 0 -1 0 24)"})}),close:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M6.61289944,5.20970461 L6.70710678,5.29289322 L12,10.585 L17.2928932,5.29289322 C17.6834175,4.90236893 18.3165825,4.90236893 18.7071068,5.29289322 C19.0675907,5.65337718 19.0953203,6.22060824 18.7902954,6.61289944 L18.7071068,6.70710678 L13.415,12 L18.7071068,17.2928932 C19.0976311,17.6834175 19.0976311,18.3165825 18.7071068,18.7071068 C18.3466228,19.0675907 17.7793918,19.0953203 17.3871006,18.7902954 L17.2928932,18.7071068 L12,13.415 L6.70710678,18.7071068 C6.31658249,19.0976311 5.68341751,19.0976311 5.29289322,18.7071068 C4.93240926,18.3466228 4.90467972,17.7793918 5.20970461,17.3871006 L5.29289322,17.2928932 L10.585,12 L5.29289322,6.70710678 C4.90236893,6.31658249 4.90236893,5.68341751 5.29289322,5.29289322 C5.65337718,4.93240926 6.22060824,4.90467972 6.61289944,5.20970461 Z"})}),closedQuote:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M8.03524763,4.72083755 C10.2926179,4.72083755 12.1225781,6.55079775 12.1225781,8.80816806 C12.1225781,9.63682299 11.8759836,10.4078827 11.452174,11.0519676 L7.46413053,19.4497455 C7.239681,19.9223749 6.67458685,20.1235645 6.20195742,19.8991149 C5.76308724,19.6906975 5.5582647,19.188561 5.71095033,18.739477 L5.75258797,18.6369418 L8.49182911,12.870283 C8.34193218,12.886944 8.18958892,12.8954986 8.03524763,12.8954986 C5.77787732,12.8954986 3.94791712,11.0655384 3.94791712,8.80816806 C3.94791712,6.55079775 5.77787732,4.72083755 8.03524763,4.72083755 Z M17.0631114,4.72083755 C19.3204817,4.72083755 21.1504419,6.55079775 21.1504419,8.80816806 C21.1504419,9.63682299 20.9038474,10.4078827 20.4800378,11.0519676 L16.4919943,19.4497455 C16.2675448,19.9223749 15.7024506,20.1235645 15.2298212,19.8991149 C14.790951,19.6906975 14.5861285,19.188561 14.7388141,18.739477 L14.7804517,18.6369418 L17.5196929,12.870283 C17.369796,12.886944 17.2174527,12.8954986 17.0631114,12.8954986 C14.8057411,12.8954986 12.9757809,11.0655384 12.9757809,8.80816806 C12.9757809,6.55079775 14.8057411,4.72083755 17.0631114,4.72083755 Z"})}),collapse:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,7.34285714 C12.5128358,7.34285714 12.9355072,7.72889733 12.9932723,8.22623602 L13,8.34285714 L13,13.242 L14.9500361,11.2928932 C15.31052,10.9324093 15.8777511,10.9046797 16.2700423,11.2097046 L16.3642496,11.2928932 C16.7247336,11.6533772 16.7524631,12.2206082 16.4474382,12.6128994 L16.3642496,12.7071068 L12.7071068,16.3642496 C12.6786405,16.3927159 12.6484659,16.419474 12.6167501,16.4443569 L12.7071068,16.3642496 C12.6717127,16.3996437 12.6343256,16.4318299 12.5953066,16.4608083 C12.5711307,16.4786528 12.546275,16.4954242 12.5206602,16.5110754 C12.5086131,16.5185359 12.4963944,16.525644 12.4840621,16.5324717 C12.4642939,16.5433489 12.4438914,16.5537662 12.4230991,16.5634891 C12.4060985,16.5714638 12.3887956,16.5789464 12.371336,16.5859174 C12.3515792,16.5938271 12.3317977,16.6010204 12.3117364,16.6075962 C12.2968513,16.6124141 12.2814633,16.6170451 12.265993,16.6212977 C12.2444365,16.6273092 12.2227461,16.6325031 12.2007941,16.6369777 C12.1833753,16.6404407 12.165949,16.6435148 12.1484669,16.6461251 C12.1281144,16.6492369 12.1070574,16.6517069 12.085811,16.6535126 C12.0679231,16.6549979 12.050591,16.6560201 12.0332468,16.6565935 C12.0224019,16.656958 12.0112225,16.6571429 12,16.6571429 L11.9677454,16.6566258 C11.9497336,16.6560481 11.9317345,16.6549865 11.9137692,16.6534408 L12,16.6571429 C11.9493797,16.6571429 11.8996379,16.6533817 11.8510388,16.6461235 C11.834051,16.6435148 11.8166247,16.6404407 11.7992742,16.6369028 C11.7772539,16.6325031 11.7555635,16.6273092 11.7341604,16.6214219 C11.7185367,16.6170451 11.7031487,16.6124141 11.6878575,16.6074048 C11.6682023,16.6010204 11.6484208,16.5938271 11.6289415,16.5860389 C11.6112044,16.5789464 11.5939015,16.5714638 11.5767785,16.5634695 C11.5561086,16.5537662 11.5357061,16.5433489 11.515723,16.5322671 C11.5036056,16.525644 11.4913869,16.5185359 11.4792912,16.5111474 C11.453725,16.4954242 11.4288693,16.4786528 11.4048407,16.4608294 C11.3987914,16.456425 11.3929267,16.4519683 11.3871006,16.4474382 C11.3515341,16.419474 11.3213595,16.3927159 11.2928932,16.3642496 L7.63575036,12.7071068 C7.24522607,12.3165825 7.24522607,11.6834175 7.63575036,11.2928932 C7.99623432,10.9324093 8.56346538,10.9046797 8.95575659,11.2097046 L9.04996392,11.2928932 L11,13.242 L11,8.34285714 C11,7.79057239 11.4477153,7.34285714 12,7.34285714 Z"})}),confirm:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:t||"#001D2F",fillRule:"evenodd",d:"M15.6662751,3.7773056 C16.1707476,4.00208541 16.3974833,4.59326119 16.1727035,5.09773367 C15.9479237,5.60220615 15.3567479,5.82894187 14.8522755,5.60416206 C12.0205743,4.34242976 8.69625492,5.09351578 6.68206739,7.45011257 C4.66787987,9.80670935 4.44363709,13.2074364 6.13094402,15.8081085 C7.81825094,18.4087806 11.0151631,19.5898743 13.9880221,18.7108927 C16.8759424,17.8570249 18.884135,15.2567125 18.9981561,12.2674657 L19.0032753,12.0027338 L19.0032753,11.2667338 C19.0032753,10.7144491 19.4509905,10.2667338 20.0032753,10.2667338 C20.5161111,10.2667338 20.9387825,10.652774 20.9965476,11.1501127 L21.0032753,11.2667338 L21.0032753,12.0033056 C21.0009962,15.9891229 18.3773397,19.4986973 14.5550923,20.6288165 C10.7328449,21.7589357 6.62252932,20.2403865 4.45313471,16.8966653 C2.28374009,13.5529441 2.57205223,9.18058068 5.1617219,6.15067053 C7.75139158,3.12076038 12.0255165,2.15507836 15.6662751,3.7773056 Z M20.7100286,4.89527376 C21.0706927,5.25557753 21.0987057,5.82279466 20.7938769,6.21523825 L20.7107354,6.30948715 L12.7107354,14.3174871 C12.3503043,14.6782787 11.782845,14.7061667 11.3904099,14.4010559 L11.2961685,14.3178406 L8.89616851,11.9178406 C8.50564422,11.5273163 8.50564422,10.8941513 8.89616851,10.5036271 C9.25665247,10.1431431 9.82388353,10.1154136 10.2161747,10.4204384 L10.3103821,10.5036271 L12.0032753,12.1957338 L19.2958152,4.89598052 C19.6861443,4.50526111 20.3193092,4.50494469 20.7100286,4.89527376 Z"})})},connect:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18.4577079,8.22289188 C20.7816334,11.3977569 20.4648,15.8333038 17.6619798,18.6469938 C14.5367581,21.7843354 9.46847908,21.7843354 6.34325742,18.6469938 C3.54287063,15.8357467 3.22392745,11.4050937 5.54200658,8.23044605 C5.86769376,7.78441208 6.49329736,7.68685173 6.93933133,8.01253891 C7.38536531,8.33822609 7.48292566,8.9638297 7.15723847,9.40986367 C5.41725615,11.7927982 5.65707121,15.1242295 7.76020527,17.2355198 C10.103757,19.5881601 13.9014802,19.5881601 16.2450319,17.2355198 C18.3499933,15.122395 18.5882217,11.787288 16.843854,9.40419442 C16.5176463,8.95854098 16.6144763,8.33282391 17.0601297,8.00661622 C17.5057831,7.68040853 18.1315002,7.77723844 18.4577079,8.22289188 Z M11.9996727,3 C12.5125085,2.99983219 12.9353061,3.38573401 12.993234,3.88305376 L13,3.99967268 L13.0026186,11.9996727 C13.0027993,12.5519574 12.5552306,12.9998192 12.0029459,13 C11.4901101,13.0001678 11.0673124,12.614266 11.0093845,12.1169462 L11.0026186,12.0003273 L11,4.00032732 C10.9998193,3.4480426 11.447388,3.00018083 11.9996727,3 Z"})}),contactSupport:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18.4,5 C19.8183744,5 21,6.10777398 21,7.5 L21,7.5 L21,16.5 C21,17.892226 19.8183744,19 18.4,19 L18.4,19 L5.6,19 C4.18162558,19 3,17.892226 3,16.5 L3,16.5 L3,7.5 C3,6.10777398 4.18162558,5 5.6,5 L5.6,5 Z M19,9.52 L12.5734623,14.0192319 C12.2674,14.2334756 11.8712918,14.2572804 11.5452193,14.0906465 L11.4265377,14.0192319 L5,9.521 L5,16.5 C5,16.7319966 5.20928328,16.9513993 5.50018498,16.9929599 L5.6,17 L18.4,17 C18.7416256,17 19,16.757774 19,16.5 L19,16.5 L19,9.52 Z M18.4,7 L5.6,7 C5.4135535,7 5.25190393,7.0721487 5.1435192,7.17959749 L12,11.979 L18.8564808,7.17959749 C18.7480961,7.0721487 18.5864465,7 18.4,7 L18.4,7 Z"})}),copy:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,8.6 C19.6568542,8.6 21,9.94314575 21,11.6 L21,11.6 L21,18 C21,19.6568542 19.6568542,21 18,21 L18,21 L11.6,21 C9.94314575,21 8.6,19.6568542 8.6,18 L8.6,18 L8.6,11.6 C8.6,9.94314575 9.94314575,8.6 11.6,8.6 L11.6,8.6 Z M18,10.6 L11.6,10.6 C11.0477153,10.6 10.6,11.0477153 10.6,11.6 L10.6,11.6 L10.6,18 C10.6,18.5522847 11.0477153,19 11.6,19 L11.6,19 L18,19 C18.5522847,19 19,18.5522847 19,18 L19,18 L19,11.6 C19,11.0477153 18.5522847,10.6 18,10.6 L18,10.6 Z M12.8,3 C14.1807119,3 15.3100548,4.07623858 15.3948848,5.43557191 L15.4,5.6 L15.4,6.4 C15.4,6.95228475 14.9522847,7.4 14.4,7.4 C13.8871642,7.4 13.4644928,7.01395981 13.4067277,6.51662113 L13.4,6.4 L13.4,5.6 C13.4,5.30176624 13.1824104,5.05435325 12.8973231,5.00785299 L12.8,5 L5.6,5 C5.30176624,5 5.05435325,5.21758961 5.00785299,5.50267688 L5,5.6 L5,12.8 C5,13.0982338 5.21758961,13.3456468 5.50267688,13.392147 L5.6,13.4 L6.4,13.4 C6.95228475,13.4 7.4,13.8477153 7.4,14.4 C7.4,14.9128358 7.01395981,15.3355072 6.51662113,15.3932723 L6.4,15.4 L5.6,15.4 C4.21928813,15.4 3.08994524,14.3237614 3.00511518,12.9644281 L3,12.8 L3,5.6 C3,4.21928813 4.07623858,3.08994524 5.43557191,3.00511518 L5.6,3 L12.8,3 Z"})}),creditCard:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,5 C19.6568542,5 21,6.34314575 21,8 L21,8 L21,16.4444444 C21,18.1012987 19.6568542,19.4444444 18,19.4444444 L18,19.4444444 L6,19.4444444 C4.34314575,19.4444444 3,18.1012987 3,16.4444444 L3,16.4444444 L3,8 C3,6.34314575 4.34314575,5 6,5 L6,5 Z M19,11.444 L5,11.444 L5,16.4444444 C5,16.9572803 5.38604019,17.3799516 5.88337887,17.4377167 L6,17.4444444 L18,17.4444444 C18.5522847,17.4444444 19,16.9967292 19,16.4444444 L19,16.4444444 L19,11.444 Z M18,7 L6,7 C5.44771525,7 5,7.44771525 5,8 L5,8 L5,9.444 L19,9.444 L19,8 C19,7.48716416 18.6139598,7.06449284 18.1166211,7.00672773 L18,7 Z"})}),cursor:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M3.07690698,4.38457676 C2.73352485,3.56036249 3.56036249,2.73352485 4.38457676,3.07690698 L4.38457676,3.07690698 L18.3563418,8.89778963 C19.2071727,9.25226073 19.1661196,10.4713288 18.2933691,10.7677569 L18.2933691,10.7677569 L13.7311516,12.3171516 L19.7071068,18.2928932 C20.0976311,18.6834175 20.0976311,19.3165825 19.7071068,19.7071068 C19.3466228,20.0675907 18.7793918,20.0953203 18.3871006,19.7902954 L18.2928932,19.7071068 L12.3171516,13.7311516 L10.7677569,18.2933691 C10.4989505,19.0847951 9.47143954,19.1923004 9.01795589,18.5710041 L8.95131783,18.4668416 L8.89778963,18.3563418 Z M5.856,5.856 L9.725,15.143 L10.9405453,11.5658154 C11.0279964,11.3083399 11.2158394,11.0992438 11.4585634,10.9840381 L11.4585634,10.9840381 L11.5658154,10.9405453 L15.143,9.725 L5.856,5.856 Z"})}),dashboard:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,3 C19.6568542,3 21,4.34314575 21,6 L21,6 L21,18 C21,19.6568542 19.6568542,21 18,21 L18,21 L6,21 C4.34314575,21 3,19.6568542 3,18 L3,18 L3,6 C3,4.34314575 4.34314575,3 6,3 L6,3 Z M8.333,10.333 L5,10.333 L5,18 C5,18.5128358 5.38604019,18.9355072 5.88337887,18.9932723 L6,19 L8.333,19 L8.333,10.333 Z M19,10.333 L10.333,10.333 L10.333,19 L18,19 C18.5128358,19 18.9355072,18.6139598 18.9932723,18.1166211 L19,18 L19,10.333 Z M18,5 L6,5 C5.44771525,5 5,5.44771525 5,6 L5,6 L5,8.333 L19,8.333 L19,6 C19,5.48716416 18.6139598,5.06449284 18.1166211,5.00672773 L18,5 Z"})}),delete:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18.4545455,5 C19.8603612,5 21,6.13963882 21,7.54545455 L21,7.54545455 L21,16.8181818 C21,18.2239975 19.8603612,19.3636364 18.4545455,19.3636364 L18.4545455,19.3636364 L8.40909091,19.3636364 C8.12072833,19.3636364 7.8464023,19.2391559 7.65651421,19.022141 L7.65651421,19.022141 L2.24742331,12.8403228 C1.91752556,12.4632968 1.91752556,11.9003396 2.24742331,11.5233136 L2.24742331,11.5233136 L7.65651421,5.34149539 C7.8464023,5.12448043 8.12072833,5 8.40909091,5 L8.40909091,5 Z M18.4545455,7 L8.862,7 L4.328,12.182 L8.862,17.363 L18.4545455,17.3636364 C18.7256671,17.3636364 18.950588,17.1658276 18.9928609,16.9066574 L18.9928609,16.9066574 L19,16.8181818 L19,7.54545455 C19,7.24420832 18.7557917,7 18.4545455,7 L18.4545455,7 Z M12.1128994,9.07334098 L12.2071068,9.15652958 L13.818,10.767 L15.4292569,9.15652958 C15.8197811,8.76600529 16.4529461,8.76600529 16.8434704,9.15652958 C17.2039544,9.51701354 17.2316839,10.0842446 16.926659,10.4765358 L16.8434704,10.5707431 L15.232,12.181 L16.8434704,13.7928932 C17.2339947,14.1834175 17.2339947,14.8165825 16.8434704,15.2071068 C16.4829865,15.5675907 15.9157554,15.5953203 15.5234642,15.2902954 L15.4292569,15.2071068 L13.818,13.596 L12.2071068,15.2071068 C11.8165825,15.5976311 11.1834175,15.5976311 10.7928932,15.2071068 C10.4324093,14.8466228 10.4046797,14.2793918 10.7097046,13.8871006 L10.7928932,13.7928932 L12.403,12.181 L10.7928932,10.5707431 C10.4023689,10.1802189 10.4023689,9.54705387 10.7928932,9.15652958 C11.1533772,8.79604562 11.7206082,8.76831609 12.1128994,9.07334098 Z"})}),down:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.7071068,4.29289322 C13.0675907,4.65337718 13.0953203,5.22060824 12.7902954,5.61289944 L12.7071068,5.70710678 L7.415,11 L19,11 C19.5522847,11 20,11.4477153 20,12 C20,12.5128358 19.6139598,12.9355072 19.1166211,12.9932723 L19,13 L7.415,13 L12.7071068,18.2928932 C13.0675907,18.6533772 13.0953203,19.2206082 12.7902954,19.6128994 L12.7071068,19.7071068 C12.3466228,20.0675907 11.7793918,20.0953203 11.3871006,19.7902954 L11.2928932,19.7071068 L4.29289322,12.7071068 L4.21968877,12.625449 C4.2173721,12.6225624 4.21507113,12.6196628 4.21278596,12.6167501 L4.29289322,12.7071068 C4.25749917,12.6717127 4.22531295,12.6343256 4.19633458,12.5953066 C4.17849009,12.5711307 4.1617187,12.546275 4.14606743,12.5206602 C4.13860692,12.5086131 4.13149883,12.4963944 4.12467117,12.4840621 C4.11379392,12.4642939 4.10337664,12.4438914 4.09365378,12.4230991 C4.08567905,12.4060985 4.07819642,12.3887956 4.07122549,12.371336 C4.06331574,12.3515792 4.05612249,12.3317977 4.04954668,12.3117364 C4.04472872,12.2968513 4.04009773,12.2814633 4.03584514,12.265993 C4.02983363,12.2444365 4.0246398,12.2227461 4.02016515,12.2007941 C4.01670217,12.1833753 4.01362808,12.165949 4.0110178,12.1484669 C4.00810098,12.1294204 4.00574796,12.1096949 4.00397748,12.0898018 C4.00189498,12.0659949 4.00063489,12.042681 4.00018615,12.0193545 C4.00006128,12.0129086 4,12.0064615 4,12 L4.00016755,11.9816379 C4.00059932,11.9579802 4.0018656,11.9343349 4.00396641,11.9107499 L4,12 C4,11.9493797 4.00376119,11.8996379 4.01101934,11.8510388 C4.01362808,11.834051 4.01670217,11.8166247 4.02024007,11.7992742 C4.0246398,11.7772539 4.02983363,11.7555635 4.03572097,11.7341604 C4.04009773,11.7185367 4.04472872,11.7031487 4.04973809,11.6878575 C4.05612249,11.6682023 4.06331574,11.6484208 4.07110396,11.6289415 C4.07819642,11.6112044 4.08567905,11.5939015 4.09367336,11.5767785 C4.10337664,11.5561086 4.11379392,11.5357061 4.12487577,11.515723 C4.13149883,11.5036056 4.13860692,11.4913869 4.14599545,11.4792912 C4.1617187,11.453725 4.17849009,11.4288693 4.19631351,11.4048407 C4.20071786,11.3987914 4.20517454,11.3929267 4.20970461,11.3871006 C4.23766884,11.3515341 4.26442691,11.3213595 4.29289322,11.2928932 L11.2928932,4.29289322 C11.6834175,3.90236893 12.3165825,3.90236893 12.7071068,4.29289322 Z",transform:"rotate(-90 12 12)"})}),download:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M9.33333333,3 L9.44995446,3.00672773 C9.94729314,3.06449284 10.3333333,3.48716416 10.3333333,4 C10.3333333,4.55228475 9.88561808,5 9.33333333,5 L9.33333333,5 L5.77777778,5 L5.67223794,5.00710019 C5.29260403,5.05860197 5,5.38401921 5,5.77777778 L5,5.77777778 L5,18.2222222 L5.00710019,18.3277621 C5.05860197,18.707396 5.38401921,19 5.77777778,19 L5.77777778,19 L9.33333333,19 L9.44995446,19.0067277 C9.94729314,19.0644928 10.3333333,19.4871642 10.3333333,20 C10.3333333,20.5522847 9.88561808,21 9.33333333,21 L9.33333333,21 L5.77777778,21 L5.6085633,20.9949305 C4.15323697,20.9074791 3,19.6995271 3,18.2222222 L3,18.2222222 L3,5.77777778 L3.00506949,5.6085633 C3.09252093,4.15323697 4.30047289,3 5.77777778,3 L5.77777778,3 L9.33333333,3 Z M14.4848846,6.84844877 C14.8453685,7.20893274 14.8730981,7.77616379 14.5680732,8.168455 L14.4848846,8.26266234 L11.747,11 L20,11 C20.5522847,11 21,11.4477153 21,12 C21,12.5128358 20.6139598,12.9355072 20.1166211,12.9932723 L20,13 L11.748,13 L14.4848846,15.7373377 C14.8453685,16.0978216 14.8730981,16.6650527 14.5680732,17.0573439 L14.4848846,17.1515512 C14.1244006,17.5120352 13.5571695,17.5397647 13.1648783,17.2347398 L13.070671,17.1515512 L8.62622655,12.7071068 L8.5530221,12.625449 C8.55070544,12.6225624 8.54840446,12.6196628 8.5461193,12.6167501 L8.62622655,12.7071068 C8.5887505,12.6696307 8.55487077,12.6299202 8.52458738,12.588404 C8.50971543,12.5678626 8.49565247,12.5469517 8.48237789,12.5255016 C8.47317212,12.5108013 8.4642857,12.4955509 8.45583635,12.4801249 C8.44400762,12.4584122 8.43280176,12.4360409 8.42242896,12.4132109 C8.41830547,12.4041764 8.4144015,12.3952127 8.41063516,12.3862049 C8.4000418,12.3609199 8.39044696,12.3350848 8.38191337,12.3087717 C8.37745063,12.2948138 8.37314957,12.2804392 8.36917848,12.265993 C8.3635202,12.2457207 8.35859888,12.2253479 8.35431168,12.2047426 C8.34989581,12.1831038 8.34610974,12.1613214 8.34304761,12.139457 C8.34076756,12.1236539 8.33888377,12.107284 8.33740004,12.0907989 C8.33568075,12.0712843 8.3345117,12.0522728 8.33388272,12.0332468 C8.3335182,12.0224019 8.33333333,12.0112225 8.33333333,12 L8.33385041,11.9677454 C8.33447122,11.9483881 8.33565105,11.9290455 8.33738988,11.9097437 L8.33333333,12 C8.33333333,11.9525217 8.3366421,11.9058161 8.34304164,11.8601014 C8.34610974,11.8386786 8.34989581,11.8168962 8.35440581,11.7952345 C8.35859888,11.7746521 8.3635202,11.7542793 8.3690543,11.7341604 C8.37314957,11.7195608 8.37745063,11.7051862 8.38208163,11.6908953 C8.39044696,11.6649152 8.4000418,11.6390801 8.41064739,11.6137735 C8.4144015,11.6047873 8.41830547,11.5958236 8.42234707,11.5869069 C8.43280176,11.5639591 8.44400762,11.5415878 8.45600769,11.5197141 C8.4642857,11.5044491 8.47317212,11.4891987 8.48249562,11.4741422 C8.49565247,11.4530483 8.50971543,11.4321374 8.52452635,11.4118064 C8.53059599,11.4033586 8.53674618,11.3951924 8.54303795,11.3871006 C8.57100217,11.3515341 8.59776024,11.3213595 8.62622655,11.2928932 L13.070671,6.84844877 C13.4611953,6.45792448 14.0943603,6.45792448 14.4848846,6.84844877 Z",transform:"rotate(-90 12 12)"})}),dropdown:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,3 C19.6568542,3 21,4.34314575 21,6 L21,6 L21,18 C21,19.6305273 19.6030076,20.9091208 17.8980847,20.9953609 L17.7142857,21 L6.28571429,21 C4.56018549,21 3.10369209,19.7776316 3.00529602,18.1733144 L3,18 L3,6 C3,4.34314575 4.34314575,3 6,3 L6,3 Z M19.0009007,12.8289758 C18.6878673,12.9397302 18.350972,13 18,13 L18,13 L6,13 C5.64939781,13 5.31284272,12.9398572 5.00008893,12.8293257 L5,18 C5,18.4856866 5.47748982,18.9358693 6.1408313,18.9937351 L6.28571429,19 L17.7142857,19 C18.4026895,19 18.9260729,18.5821964 18.9927978,18.1034022 L19,18 Z M16,15 C16.5522847,15 17,15.4477153 17,16 C17,16.5128358 16.6139598,16.9355072 16.1166211,16.9932723 L16,17 L8,17 C7.44771525,17 7,16.5522847 7,16 C7,15.4871642 7.38604019,15.0644928 7.88337887,15.0067277 L8,15 L16,15 Z M18,5 L6,5 C5.44771525,5 5,5.44771525 5,6 L5,6 L5,10 C5,10.5522847 5.44771525,11 6,11 L6,11 L18,11 C18.5522847,11 19,10.5522847 19,10 L19,10 L19,6 C19,5.44771525 18.5522847,5 18,5 L18,5 Z M13.3916493,6.48564537 C13.7839405,6.18062048 14.3511716,6.20835002 14.7116555,6.56883398 L14.7116555,6.56883398 L15.504,7.36188152 L16.297442,6.56883398 L16.3916493,6.48564537 C16.7839405,6.18062048 17.3511716,6.20835002 17.7116555,6.56883398 C18.1021798,6.95935827 18.1021798,7.59252325 17.7116555,7.98304754 L17.7116555,7.98304754 L16.2116555,9.48304754 L16.1174482,9.56623615 C15.725157,9.87126104 15.1579259,9.8435315 14.797442,9.48304754 L14.797442,9.48304754 L13.297442,7.98304754 L13.2142534,7.8888402 C12.9092285,7.496549 12.936958,6.92931794 13.297442,6.56883398 L13.297442,6.56883398 Z"})}),edit:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.2928932,4.09289323 L4.49289322,14.8928932 C4.36983759,15.0159488 4.2810257,15.1689877 4.23523618,15.3368826 L3.03523618,19.7368826 C2.83164557,20.4833815 3.51661849,21.1683544 4.26311741,20.9647638 L8.66311741,19.7647638 C8.8310123,19.7189743 8.98405115,19.6301624 9.10710678,19.5071068 L19.9071068,8.70710678 C20.7313567,7.88285693 21.0532629,6.68148657 20.7515665,5.5555403 C20.4498701,4.42959403 19.570406,3.55012989 18.4444597,3.2484335 C17.3185134,2.94673711 16.1171431,3.26864334 15.2928932,4.09289323 Z M17.9268216,5.18028515 C18.3625838,5.29704727 18.7029527,5.63741624 18.8197148,6.07317838 L18.8497612,6.21927331 C18.9063915,6.61046145 18.7764488,7.00933763 18.4928932,7.29289321 L7.879,17.905 L5.424,18.575 L6.094,16.12 L16.7071068,5.50710678 C16.9906624,5.22355119 17.3895385,5.09360851 17.7807267,5.15023881 L17.9268216,5.18028515 Z"})}),error:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12.0091429,14.6571429 C12.5614276,14.6571429 13.0091429,15.1048581 13.0091429,15.6571429 C13.0091429,16.1699787 12.6231027,16.59265 12.125764,16.6504151 L12.0091429,16.6571429 C11.4477153,16.6571429 11,16.2094276 11,15.6571429 C11,15.144307 11.3860402,14.7216357 11.8833789,14.6638706 L12.0091429,14.6571429 Z M12,7.34285714 C12.5128358,7.34285714 12.9355072,7.72889733 12.9932723,8.22623602 L13,8.34285714 L13,12 C13,12.5522847 12.5522847,13 12,13 C11.4871642,13 11.0644928,12.6139598 11.0067277,12.1166211 L11,12 L11,8.34285714 C11,7.79057239 11.4477153,7.34285714 12,7.34285714 Z"})}),evCircle:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M14.0387482,8 C15.4363671,8 16.469522,8.96211792 16.469522,10.217967 C16.469522,11.7067019 15.1021737,12.9017056 13.5223228,12.9017056 L8.84331145,12.9017056 C8.70138955,13.1955889 8.86354254,13.4284746 9.20777541,13.4284746 L12.9348605,13.4284746 C13.5525934,13.4284746 14.0285566,13.8638235 14.0285566,14.4210153 C14.0285566,15.0589793 13.4109758,15.6160189 12.7120142,15.6160189 L9.46104439,15.6160189 C8.39761888,15.6160189 7.71904054,15.018365 7.71904054,14.1878253 C7.71904054,13.9144773 7.80011703,13.5802839 8.11407931,12.9017056 L7,12.9017056 L8.0228112,10.7140091 L15.1426359,10.7140091 C15.3047889,10.7140091 15.416136,10.5926226 15.416136,10.4508528 C15.416136,10.309083 15.3047889,10.1875443 15.1426359,10.1875443 L9.38012001,10.1875443 L9.88635375,9.10403982 C10.200316,8.43550096 10.8788944,8 11.618166,8 L14.0387482,8 Z"})}),expand:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,7.34285714 C12.5128358,7.34285714 12.9355072,7.72889733 12.9932723,8.22623602 L13,8.34285714 L13,13.242 L14.9500361,11.2928932 C15.31052,10.9324093 15.8777511,10.9046797 16.2700423,11.2097046 L16.3642496,11.2928932 C16.7247336,11.6533772 16.7524631,12.2206082 16.4474382,12.6128994 L16.3642496,12.7071068 L12.7071068,16.3642496 C12.6786405,16.3927159 12.6484659,16.419474 12.6167501,16.4443569 L12.7071068,16.3642496 C12.6717127,16.3996437 12.6343256,16.4318299 12.5953066,16.4608083 C12.5711307,16.4786528 12.546275,16.4954242 12.5206602,16.5110754 C12.5086131,16.5185359 12.4963944,16.525644 12.4840621,16.5324717 C12.4642939,16.5433489 12.4438914,16.5537662 12.4230991,16.5634891 C12.4060985,16.5714638 12.3887956,16.5789464 12.371336,16.5859174 C12.3515792,16.5938271 12.3317977,16.6010204 12.3117364,16.6075962 C12.2968513,16.6124141 12.2814633,16.6170451 12.265993,16.6212977 C12.2444365,16.6273092 12.2227461,16.6325031 12.2007941,16.6369777 C12.1833753,16.6404407 12.165949,16.6435148 12.1484669,16.6461251 C12.1281144,16.6492369 12.1070574,16.6517069 12.085811,16.6535126 C12.0679231,16.6549979 12.050591,16.6560201 12.0332468,16.6565935 C12.0224019,16.656958 12.0112225,16.6571429 12,16.6571429 L11.9677454,16.6566258 C11.9497336,16.6560481 11.9317345,16.6549865 11.9137692,16.6534408 L12,16.6571429 C11.9493797,16.6571429 11.8996379,16.6533817 11.8510388,16.6461235 C11.834051,16.6435148 11.8166247,16.6404407 11.7992742,16.6369028 C11.7772539,16.6325031 11.7555635,16.6273092 11.7341604,16.6214219 C11.7185367,16.6170451 11.7031487,16.6124141 11.6878575,16.6074048 C11.6682023,16.6010204 11.6484208,16.5938271 11.6289415,16.5860389 C11.6112044,16.5789464 11.5939015,16.5714638 11.5767785,16.5634695 C11.5561086,16.5537662 11.5357061,16.5433489 11.515723,16.5322671 C11.5036056,16.525644 11.4913869,16.5185359 11.4792912,16.5111474 C11.453725,16.4954242 11.4288693,16.4786528 11.4048407,16.4608294 C11.3987914,16.456425 11.3929267,16.4519683 11.3871006,16.4474382 C11.3515341,16.419474 11.3213595,16.3927159 11.2928932,16.3642496 L7.63575036,12.7071068 C7.24522607,12.3165825 7.24522607,11.6834175 7.63575036,11.2928932 C7.99623432,10.9324093 8.56346538,10.9046797 8.95575659,11.2097046 L9.04996392,11.2928932 L11,13.242 L11,8.34285714 C11,7.79057239 11.4477153,7.34285714 12,7.34285714 Z"})}),expiry:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.5,3 C16.0128358,3 16.4355072,3.38604019 16.4932723,3.88337887 L16.5,4 L16.5,4.542 L16.8833333,4.54259259 C18.4810142,4.54259259 19.7869942,5.79151256 19.8782406,7.3663198 L19.8833333,7.54259259 L19.8845454,10.1056591 C19.8846674,10.1120914 19.8847287,10.1185385 19.8847287,10.125 L19.883,10.144 L19.8833333,17.4259259 C19.8833333,19.0236068 18.6344134,20.3295868 17.0596061,20.4208332 L16.8833333,20.4259259 L7,20.4259259 C5.34314575,20.4259259 4,19.0827802 4,17.4259259 L4,17.4259259 L4,7.54259259 C4,5.88573834 5.34314575,4.54259259 7,4.54259259 L7,4.54259259 L7.5,4.542 L7.5,4 C7.5,3.44771525 7.94771525,3 8.5,3 C9.01283584,3 9.43550716,3.38604019 9.49327227,3.88337887 L9.5,4 L9.5,4.542 L14.5,4.542 L14.5,4 C14.5,3.44771525 14.9477153,3 15.5,3 Z M17.883,11.124 L5.999,11.124 L6,17.4259259 C6,17.9387618 6.38604019,18.3614331 6.88337887,18.4191982 L7,18.4259259 L16.8833333,18.4259259 C17.4356181,18.4259259 17.8833333,17.9782107 17.8833333,17.4259259 L17.8833333,17.4259259 L17.883,11.124 Z M14.5,6.542 L9.5,6.542 L9.5,7.08518519 C9.5,7.63746994 9.05228475,8.08518519 8.5,8.08518519 C7.98716416,8.08518519 7.56449284,7.69914499 7.50672773,7.20180631 L7.5,7.08518519 L7.5,6.542 L7,6.54259259 C6.48716416,6.54259259 6.06449284,6.92863278 6.00672773,7.42597147 L6,7.54259259 L5.999,9.124 L17.883,9.124 L17.8833333,7.54259259 C17.8833333,7.02975675 17.4972931,6.60708543 16.9999545,6.54932032 L16.8833333,6.54259259 L16.5,6.542 L16.5,7.08518519 C16.5,7.63746994 16.0522847,8.08518519 15.5,8.08518519 C14.9871642,8.08518519 14.5644928,7.69914499 14.5067277,7.20180631 L14.5,7.08518519 L14.5,6.542 Z"})}),favourite:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.33551,4.00566598 C14.1053803,4.07078017 12.938869,4.58832469 12.0636364,5.46396829 L12,5.527 L11.9361977,5.46380231 C9.98320961,3.51081429 6.81679039,3.51081432 4.86380235,5.46380235 C2.91081432,7.41679039 2.91081429,10.5832096 4.8638023,12.5361977 L11.2928932,18.9652886 C11.6834175,19.3558129 12.3165825,19.3558129 12.7071068,18.9652886 L19.1361977,12.5361977 C20.0742213,11.5986144 20.6013277,10.3264891 20.6013277,9 C20.6013277,7.67351088 20.0742213,6.40138564 19.1360317,5.46363636 C18.1986144,4.52577872 16.9264891,3.99867228 15.6,3.99867228 L15.33551,4.00566598 Z M15.6,5.99867228 C16.3958935,5.99867228 17.1591686,6.31493614 17.7218182,6.87784989 C18.2850639,7.44083138 18.6013277,8.20410653 18.6013277,9 L18.5947792,9.19819659 C18.5469042,9.92171276 18.2381544,10.6060561 17.7221501,11.1218182 L12,16.844 L6.27801587,11.1219841 C5.10607644,9.95004466 5.10607645,8.04995538 6.27801591,6.87801591 C7.44995538,5.70607645 9.35004466,5.70607644 10.5219841,6.87801588 L11.2928932,7.64892496 C11.6834175,8.03944925 12.3165825,8.03944925 12.7071068,7.64892496 L13.4780159,6.87801587 C14.0408314,6.31493614 14.8041065,5.99867228 15.6,5.99867228 Z"})}),forward:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.7071068,4.29289322 C13.0675907,4.65337718 13.0953203,5.22060824 12.7902954,5.61289944 L12.7071068,5.70710678 L7.415,11 L19,11 C19.5522847,11 20,11.4477153 20,12 C20,12.5128358 19.6139598,12.9355072 19.1166211,12.9932723 L19,13 L7.415,13 L12.7071068,18.2928932 C13.0675907,18.6533772 13.0953203,19.2206082 12.7902954,19.6128994 L12.7071068,19.7071068 C12.3466228,20.0675907 11.7793918,20.0953203 11.3871006,19.7902954 L11.2928932,19.7071068 L4.29289322,12.7071068 L4.21968877,12.625449 C4.2173721,12.6225624 4.21507113,12.6196628 4.21278596,12.6167501 L4.29289322,12.7071068 C4.25749917,12.6717127 4.22531295,12.6343256 4.19633458,12.5953066 C4.17849009,12.5711307 4.1617187,12.546275 4.14606743,12.5206602 C4.13860692,12.5086131 4.13149883,12.4963944 4.12467117,12.4840621 C4.11379392,12.4642939 4.10337664,12.4438914 4.09365378,12.4230991 C4.08567905,12.4060985 4.07819642,12.3887956 4.07122549,12.371336 C4.06331574,12.3515792 4.05612249,12.3317977 4.04954668,12.3117364 C4.04472872,12.2968513 4.04009773,12.2814633 4.03584514,12.265993 C4.02983363,12.2444365 4.0246398,12.2227461 4.02016515,12.2007941 C4.01670217,12.1833753 4.01362808,12.165949 4.0110178,12.1484669 C4.00810098,12.1294204 4.00574796,12.1096949 4.00397748,12.0898018 C4.00189498,12.0659949 4.00063489,12.042681 4.00018615,12.0193545 C4.00006128,12.0129086 4,12.0064615 4,12 L4.00016755,11.9816379 C4.00059932,11.9579802 4.0018656,11.9343349 4.00396641,11.9107499 L4,12 C4,11.9493797 4.00376119,11.8996379 4.01101934,11.8510388 C4.01362808,11.834051 4.01670217,11.8166247 4.02024007,11.7992742 C4.0246398,11.7772539 4.02983363,11.7555635 4.03572097,11.7341604 C4.04009773,11.7185367 4.04472872,11.7031487 4.04973809,11.6878575 C4.05612249,11.6682023 4.06331574,11.6484208 4.07110396,11.6289415 C4.07819642,11.6112044 4.08567905,11.5939015 4.09367336,11.5767785 C4.10337664,11.5561086 4.11379392,11.5357061 4.12487577,11.515723 C4.13149883,11.5036056 4.13860692,11.4913869 4.14599545,11.4792912 C4.1617187,11.453725 4.17849009,11.4288693 4.19631351,11.4048407 C4.20071786,11.3987914 4.20517454,11.3929267 4.20970461,11.3871006 C4.23766884,11.3515341 4.26442691,11.3213595 4.29289322,11.2928932 L11.2928932,4.29289322 C11.6834175,3.90236893 12.3165825,3.90236893 12.7071068,4.29289322 Z",transform:"matrix(-1 0 0 1 24 0)"})}),getPaid:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M16.0111283,19 C16.5634131,19 17.0111283,19.4477153 17.0111283,20 C17.0111283,20.5128358 16.6250881,20.9355072 16.1277495,20.9932723 L16.0111283,21 L7.999784,21 C7.44749925,21 6.999784,20.5522847 6.999784,20 C6.999784,19.4871642 7.38582419,19.0644928 7.88316288,19.0067277 L7.999784,19 L16.0111283,19 Z M12,3.39879522 C16.6221814,3.39879522 20.3691998,7.14581363 20.3691998,11.7679951 C20.3691998,13.2809012 19.9657881,14.7337275 19.2212413,16.0011286 L20,16 C20.5522847,16 21,16.4477153 21,17 C21,17.5128358 20.6139598,17.9355072 20.1166211,17.9932723 L20,18 L4,18 C3.44771525,18 3,17.5522847 3,17 C3,16.4871642 3.38604019,16.0644928 3.88337887,16.0067277 L4,16 L4.77876519,16.0011508 C4.03429209,14.7338753 3.63080015,13.2810239 3.63080015,11.7679951 C3.63080015,7.14581363 7.37781856,3.39879522 12,3.39879522 Z M12,5.39879522 C8.48238806,5.39879522 5.63080015,8.25038313 5.63080015,11.7679951 C5.63080015,13.2463386 6.13477499,14.6448082 7.04477128,15.769942 C7.10293145,15.8418522 7.14948545,15.9193778 7.18467286,16.0002524 L16.8233587,15.9998615 C16.8589902,15.9127875 16.9076075,15.8293163 16.9695132,15.7522162 C17.8706222,14.6299357 18.3691998,13.2384469 18.3691998,11.7679951 C18.3691998,8.25038313 15.5176119,5.39879522 12,5.39879522 Z M12.0032251,6.48944198 C12.5160609,6.48944198 12.9387322,6.87548217 12.9964973,7.37282086 L13.0032251,7.48944198 L13.6698917,7.48944198 C14.2221765,7.48944198 14.6698917,7.93715723 14.6698917,8.48944198 C14.6698917,9.00227782 14.2838516,9.42494914 13.7865129,9.48271425 L13.6698917,9.48944198 L11.1698917,9.48944198 C11.0778443,9.48944198 11.0032251,9.56406119 11.0032251,9.65610866 C11.0032251,9.72974663 11.0509814,9.79223052 11.1172122,9.81427855 L11.1698917,9.82277533 L12.8365584,9.82277533 C14.0331754,9.82277536 15.0032251,10.7928251 15.0032251,11.989442 C15.0032251,13.1302421 14.1215617,14.0651187 13.0024546,14.1498522 L13.0032251,14.2666012 C13.0032251,14.8188859 12.5555098,15.2666012 12.0032251,15.2666012 C11.4903892,15.2666012 11.0677179,14.880561 11.0099528,14.3832223 L11.0032251,14.2666012 L11.0022251,14.155442 L10.0032251,14.1561087 C9.45094031,14.1561087 9.00322506,13.7083934 9.00322506,13.1561087 C9.00322506,12.6432728 9.38926525,12.2206015 9.88660393,12.1628364 L10.0032251,12.1561087 L12.8365584,12.1561087 C12.9286058,12.1561087 13.0032251,12.0814895 13.0032251,11.989442 C13.0032251,11.915804 12.9554688,11.8533201 12.889238,11.8312721 L12.8365584,11.8227753 L11.1698917,11.8227753 C9.97327477,11.8227753 9.00322506,10.8527256 9.00322506,9.65610866 C9.00322506,8.5156531 9.88435592,7.58099668 11.0029816,7.49577546 L11.0032251,7.48944198 C11.0032251,6.93715723 11.4509403,6.48944198 12.0032251,6.48944198 Z"})}),globe:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M7.8598837,13.0007938 L5.07103341,13.0010101 C5.44693557,15.6262509 7.27948558,17.7814536 9.72359635,18.6215309 C8.693539,16.9250637 8.05363468,15.0081836 7.8598837,13.0007938 Z M18.9289666,13.0010101 L16.1430308,13.0003738 C15.9528576,14.9976517 15.3117495,16.9189691 14.2766431,18.6219846 C16.7200182,17.7820371 18.5530135,15.6266063 18.9289666,13.0010101 Z M14.1354916,13.0003351 L9.86771791,13.0010476 C10.0793225,14.8832278 10.763194,16.6798642 11.8526286,18.2241971 L11.8526286,18.2241971 L11.999,18.425 L12.1473714,18.2244162 C13.2423775,16.6730722 13.9276618,14.8704263 14.1354916,13.0003351 Z M9.72547565,5.37699176 L9.70078462,5.38635414 C7.26777783,6.23207954 5.44530014,8.38247159 5.07089004,10.9999918 L7.85689464,11.0005755 C8.04675785,9.0059028 8.68697938,7.08501509 9.72547565,5.37699176 Z M11.999,5.573 L11.859421,5.76606901 C10.7596897,7.32094247 10.0726371,9.12823294 9.86451113,11.0001988 L14.132392,10.9999296 C13.9209106,9.11736826 13.2369779,7.3205016 12.1474388,5.77646306 L12.1474388,5.77646306 L11.999,5.573 Z M14.2764036,5.37846906 C15.3075668,7.0781186 15.9467083,8.99389882 16.1402074,11.0001505 L18.92911,10.9999918 C18.5535306,8.37429741 16.7208253,6.21865331 14.2764036,5.37846906 Z"})}),grid:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M9.375,12.75 C10.4105339,12.75 11.25,13.5894661 11.25,14.625 L11.25,14.625 L11.25,18.125 C11.25,19.1605339 10.4105339,20 9.375,20 L9.375,20 L5.875,20 C4.83946609,20 4,19.1605339 4,18.125 L4,18.125 L4,14.625 C4,13.5894661 4.83946609,12.75 5.875,12.75 L5.875,12.75 Z M18.125,12.75 C19.1605339,12.75 20,13.5894661 20,14.625 L20,14.625 L20,18.125 C20,19.1605339 19.1605339,20 18.125,20 L18.125,20 L14.625,20 C13.5894661,20 12.75,19.1605339 12.75,18.125 L12.75,18.125 L12.75,14.625 C12.75,13.5894661 13.5894661,12.75 14.625,12.75 L14.625,12.75 Z M9.25,14.75 L6,14.75 L6,18 L9.25,18 L9.25,14.75 Z M18,14.75 L14.75,14.75 L14.75,18 L18,18 L18,14.75 Z M9.375,4 C10.4105339,4 11.25,4.83946609 11.25,5.875 L11.25,5.875 L11.25,9.375 C11.25,10.4105339 10.4105339,11.25 9.375,11.25 L9.375,11.25 L5.875,11.25 C4.83946609,11.25 4,10.4105339 4,9.375 L4,9.375 L4,5.875 C4,4.83946609 4.83946609,4 5.875,4 L5.875,4 Z M18.125,4 C19.1605339,4 20,4.83946609 20,5.875 L20,5.875 L20,9.375 C20,10.4105339 19.1605339,11.25 18.125,11.25 L18.125,11.25 L14.625,11.25 C13.5894661,11.25 12.75,10.4105339 12.75,9.375 L12.75,9.375 L12.75,5.875 C12.75,4.83946609 13.5894661,4 14.625,4 L14.625,4 Z M9.25,6 L6,6 L6,9.25 L9.25,9.25 L9.25,6 Z M18,6 L14.75,6 L14.75,9.25 L18,9.25 L18,6 Z"})}),help:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12.008,15 C12.5602847,15 13.008,15.4477153 13.008,16 C13.008,16.5128358 12.6219598,16.9355072 12.1246211,16.9932723 L12.008,17 C11.4477153,17 11,16.5522847 11,16 C11,15.4871642 11.3860402,15.0644928 11.8833789,15.0067277 L12.008,15 Z M12.5107987,7.04536352 C14.1448294,7.32564322 15.3384677,8.74359483 15.3360065,10.4 C15.3360065,11.5047252 14.6903137,12.3656429 13.6907011,13.0320506 C13.1542817,13.3896631 12.6292584,13.6230066 12.2522274,13.7486834 C11.7282841,13.923331 11.1619642,13.6401708 10.9873166,13.1162274 C10.8251438,12.6297086 11.0577135,12.1066508 11.5112635,11.8945779 L11.8269083,11.7701223 C11.8513601,11.7597089 11.8773977,11.7483948 11.9048623,11.7361883 C12.137653,11.6327259 12.3700702,11.5087702 12.5813016,11.3679494 C13.0816907,11.0343571 13.3360027,10.6952748 13.3360038,10.3985125 C13.3370193,9.7158489 12.8455201,9.13198523 12.1726834,9.01657584 C11.5447026,8.90886044 10.9296677,9.23853615 10.666271,9.80655064 L10.6153344,9.93184353 C10.4320623,10.4528328 9.8611457,10.7266066 9.34015647,10.5433344 C8.81916724,10.3600623 8.54539344,9.7891457 8.72866556,9.26815647 C9.27882735,7.70420683 10.876767,6.76508364 12.5107987,7.04536352 Z"})}),hide:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M4.61289944,3.20970461 L4.70710678,3.29289322 L20.7071068,19.2928932 C21.0976311,19.6834175 21.0976311,20.3165825 20.7071068,20.7071068 C20.3466228,21.0675907 19.7793918,21.0953203 19.3871006,20.7902954 L19.2928932,20.7071068 L16.1962019,17.6127732 C14.9385171,18.3752358 13.4943568,18.7938612 11.9999999,18.8181818 C9.45542483,18.8181818 7.23801228,17.5947818 5.36137189,15.593032 C4.72075699,14.9097095 4.16508856,14.180964 3.69405153,13.4516163 L3.49671767,13.1382652 C3.31604448,12.8435682 3.1854307,12.6069294 3.10557281,12.4472136 C2.9602612,12.1565904 2.96521048,11.8134847 3.11884433,11.5271737 C3.91118877,10.0505663 4.9534619,8.72599431 6.19668144,7.61095874 L3.29289322,4.70710678 C2.90236893,4.31658249 2.90236893,3.68341751 3.29289322,3.29289322 C3.65337718,2.93240926 4.22060824,2.90467972 4.61289944,3.20970461 Z M5.2902898,11.7670375 L5.148,12.004 L5.27496147,12.2108657 L5.37413029,12.3665655 C5.78377507,13.0008542 6.26787937,13.6357451 6.8204463,14.2251498 C8.35289681,15.8597637 10.0900297,16.8181818 11.9836527,16.8183154 C12.9424007,16.8026404 13.8797167,16.5693259 14.7270555,16.1421436 L13.4456927,14.8604927 C12.7552287,15.2295018 11.9405554,15.3370808 11.1582642,15.1372973 C10.0309105,14.849391 9.15060904,13.9690895 8.86270269,12.8417358 C8.66291922,12.0594446 8.77049815,11.2447713 9.13950729,10.5543073 L7.6126573,9.02818115 C6.71001661,9.82371623 5.92767032,10.7463224 5.2902898,11.7670375 Z M12,5.18175973 C14.544576,5.18175973 16.7619888,6.40520388 18.6386292,8.40695995 C19.279244,9.09028455 19.8349123,9.81903219 20.3059492,10.548382 L20.5032831,10.861734 C20.6839562,11.1564319 20.8145699,11.3930713 20.8944278,11.5527875 C21.0394855,11.8429039 21.0348202,12.1853551 20.881913,12.4714122 C20.4076317,13.3586927 19.8420103,14.1940316 19.1942471,14.9638447 C18.8386615,15.3864288 18.2078304,15.4407418 17.7852462,15.0851562 C17.3626621,14.7295706 17.3083491,14.0987395 17.6639347,13.6761553 C18.0360251,13.2339566 18.3766593,12.7666649 18.6834891,12.2777481 L18.853,11.997 L18.7250378,11.7891308 L18.6258689,11.6334305 C18.2162241,10.9991396 17.7321197,10.3642466 17.1795526,9.77483992 C15.6471021,8.1402209 13.9099695,7.18179987 11.9976857,7.18179719 C11.5610307,7.18078663 11.1257602,7.23053573 10.7006405,7.33004509 C10.1628911,7.45591808 9.62491882,7.12202627 9.49904582,6.58427685 C9.37317283,6.04652744 9.70706464,5.50855518 10.2448141,5.38268219 C10.8208665,5.24784346 11.4106594,5.18043326 12,5.18175973 Z M10.8005087,12.3468542 C10.9074453,12.7655855 11.2344145,13.0925547 11.6531458,13.1994913 C11.705941,13.2129742 11.7591332,13.2226882 11.8123736,13.2287355 L10.7712645,12.1876264 C10.7773118,12.2408668 10.7870258,12.294059 10.8005087,12.3468542 Z"})}),home:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.3860594,3.21064778 C11.7471699,2.92978407 12.2528301,2.92978407 12.6139406,3.21064778 L12.6139406,3.21064778 L19.6139406,8.65509223 C19.8575272,8.84454843 20,9.13585401 20,9.44444444 L20,9.44444444 L20,18 C20,19.4113944 18.8558388,20.5555556 17.4444444,20.5555556 L17.4444444,20.5555556 L6.55555556,20.5555556 C5.14416119,20.5555556 4,19.4113944 4,18 L4,18 L4,9.44444444 C4,9.13585401 4.14247284,8.84454843 4.38605939,8.65509223 L4.38605939,8.65509223 Z M12,5.266 L6,9.932 L6,18 C6,18.2761424 6.20147186,18.5052285 6.46544156,18.5482843 L6.46544156,18.5482843 L6.55555556,18.5555556 L8.668,18.555 L8.66898835,11.0005763 C8.66898835,10.4877405 9.05502854,10.0650692 9.55236722,10.0073041 L9.66898835,10.0005763 L14.335655,10.0005763 C14.8484909,10.0005763 15.2711622,10.3866165 15.3289273,10.8839552 L15.335655,11.0005763 L15.335,18.555 L17.4444444,18.5555556 C17.7205868,18.5555556 17.9496729,18.3540837 17.9927287,18.090114 L18,18 L18,9.933 L12,5.266 Z M13.3353217,11.9997986 L10.6683217,11.9997986 L10.668,18.555 L13.335,18.555 L13.3353217,11.9997986 Z"})}),infinity:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M21.0487563,9.91250335 C22.2104192,12.0972734 21.3810269,14.8100934 19.1962568,15.9717562 C17.7019271,16.7663054 15.9109341,16.6456433 14.5436342,15.701119 C14.0892286,15.3872178 13.9753273,14.764382 14.2892285,14.3099764 C14.6031297,13.8555708 15.2259655,13.7416695 15.6803711,14.0555707 C16.4384789,14.579268 17.4294711,14.6460328 18.2573137,14.205861 C19.4668068,13.5627621 19.92596,12.0609396 19.2828612,10.8514465 C18.667013,9.69320447 17.271113,9.20627337 16.1431708,9.71549703 L16.1799386,9.6974446 C15.9536833,9.80921923 15.7012448,9.96950488 15.4144836,10.1873281 C15.0150617,10.4970957 14.5075825,10.9417742 13.9409833,11.4744177 C13.8488769,11.5619847 13.7521331,11.6551766 13.6513983,11.7529258 L12.5116265,12.8820773 C12.4612238,12.9326663 12.4094201,12.984677 12.3568643,13.0374495 C12.2314423,13.166198 12.1056974,13.2967659 11.9796823,13.4288372 L10.9912383,14.3997241 L10.8903697,14.4967009 C10.608785,14.7663392 10.1923052,15.1118614 9.63278651,15.5424418 C9.59602958,15.5707283 9.55793138,15.5960626 9.51877693,15.6184818 C9.33310508,15.7534514 9.16594452,15.8642047 9.01800935,15.9484786 C6.86613428,17.1743313 4.10500753,16.3137931 2.93324323,14.110025 C1.77158037,11.9252549 2.60097265,9.21243499 4.78574274,8.05077212 C6.28007248,7.25622291 8.07106547,7.37688503 9.4383654,8.32140934 C9.89277101,8.63531058 10.0066723,9.25814634 9.69277107,9.71255194 C9.37886983,10.1669576 8.75603407,10.2808588 8.30162846,9.96695761 C7.54352067,9.44326035 6.55252848,9.37649558 5.72468587,9.81666731 C4.51519275,10.4597662 4.05603952,11.9615888 4.69913842,13.1710819 C5.34992836,14.3950397 6.8717977,14.8693485 8.02803975,14.2106753 C8.32130446,14.043612 8.85670874,13.6138493 9.49503575,13.0408751 L9.87670059,12.6915784 L10.8869233,11.6803682 L11.0343181,11.5283553 C11.5831371,10.9656451 12.1179708,10.4393379 12.6181573,9.97114556 L12.4612723,10.1216597 C13.010025,9.59406599 13.4347257,9.20887896 13.7216786,8.98482542 C13.9233237,8.81223539 14.1205761,8.65474584 14.3138,8.51241603 C14.5578863,8.32912209 14.776271,8.18098731 14.9639902,8.0740498 C15.0661031,8.0158794 15.169588,7.96240712 15.2742098,7.91355353 C15.2808529,7.91088433 15.2874788,7.90759265 15.2941002,7.90432156 L15.3153812,7.89459305 C17.4076606,6.94443427 19.9398793,7.82700901 21.0487563,9.91250335 Z"})}),information:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,11 C12.5128358,11 12.9355072,11.3860402 12.9932723,11.8833789 L13,12 L13,15.2 C13,15.7522847 12.5522847,16.2 12,16.2 C11.4871642,16.2 11.0644928,15.8139598 11.0067277,15.3166211 L11,15.2 L11,12 C11,11.4477153 11.4477153,11 12,11 Z M12.008,7.8 C12.5602847,7.8 13.008,8.24771525 13.008,8.8 C13.008,9.31283584 12.6219598,9.73550716 12.1246211,9.79327227 L12.008,9.8 C11.4477153,9.8 11,9.35228475 11,8.8 C11,8.28716416 11.3860402,7.86449284 11.8833789,7.80672773 L12.008,7.8 Z"})}),invertColor:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.2883617,3.2935187 C11.6787845,2.90240487 12.3124317,2.90212475 12.7032002,3.29289322 L12.7032002,3.29289322 L17.3906525,7.98034562 C19.5726244,10.1608877 20.2259633,13.4412302 19.0459425,16.2913733 C17.8659217,19.1415165 15.0849979,21 12.0002345,21 C8.91547111,21 6.13454728,19.1415165 4.95452647,16.2913733 C3.77450565,13.4412302 4.42784459,10.1608877 6.60895974,7.98120281 L6.60895974,7.98120281 Z M11.996,5.415 L8.02356645,9.3950226 C6.4138624,11.0036719 5.93187528,13.4236758 6.80241092,15.5263093 C7.67294657,17.6289427 9.7245149,19 12.0002345,19 C12.0015724,19 12.0029102,18.9999995 12.0042479,18.9999986 L11.9992781,5.419 L11.996,5.415 Z"})}),kindle:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.854215,4.02230175 C12.2722998,3.95207306 12.4220577,4.0550463 12.9103741,4.22841207 C13.2949951,4.36496311 13.5997464,4.44054826 13.833855,4.70135061 C14.0071074,4.89435763 14.328125,5.27937531 14.4596253,5.59070579 C14.6383664,6.01388023 14.6431576,6.43864249 14.6431576,6.72511594 C14.6431576,6.85673789 14.6369506,7.04544549 14.6517101,7.23863075 C14.6664847,7.33388936 14.6812519,7.45980936 14.7083419,7.58472427 C14.7688786,7.81457188 14.8486684,7.9262116 14.8486684,7.9262116 C14.8486684,7.92698069 14.8486644,7.92774628 14.8486565,7.92850837 C15.0027181,8.13834138 15.3196733,8.35336684 15.5135516,8.43761706 C15.7442423,8.53786415 16.1558417,8.6343614 16.8186642,9.33752411 C18.3066827,10.9161056 19.0279198,13.5565887 19.1257859,14.1884208 C19.1677309,14.4592215 19.2100065,14.7556213 19.2489852,15.0567851 C20.164225,13.9671017 21,12.8895996 21,13.2098464 L21,20.5448397 L3,20.5448397 L3,19.1369736 C3.28881203,19.2104318 4.02359917,19.2626483 5.20436143,19.293623 C5.18378882,19.1473957 5.21491849,19.0026176 5.3683662,18.9308501 C5.68714595,18.7817568 6.12214273,18.7817568 6.42199635,18.7452996 C6.82287056,18.69656 6.85117066,18.7233346 7.11465779,18.5572155 C7.2341492,18.4818804 7.39577912,18.3416559 7.39577912,18.3416559 C7.39577912,18.3416559 7.2341492,18.2509112 7.11465779,18.1885877 C6.99516638,18.1262643 6.92202831,18.0948398 6.97663879,17.9839816 C7.13753974,17.6573556 8.33505572,15.6599051 8.54237509,15.3158878 C8.7791174,14.9230473 9.04774334,14.4273914 9.3473025,13.9707438 C9.08484512,13.7933542 8.82050941,13.6321039 8.31726898,13.2966403 C8.25542866,13.2554171 7.89674634,13.2728563 7.60585518,13.1941248 C7.38697017,13.1348823 7.14403567,12.9660628 7.02840098,12.8359867 C6.89636403,12.6874599 6.80646343,12.4116198 6.75867322,12.1491361 L6.774,12.224 L4.62846371,10.4166527 C4.58622249,10.3810738 4.58082168,10.317988 4.61640066,10.2757468 C4.62157468,10.2696039 4.6274699,10.2641068 4.63395889,10.2593741 L6.07201801,9.21054267 C6.10932885,9.18333045 6.16042091,9.1852061 6.19563602,9.21508082 L8.69788915,11.3378659 C8.74000418,11.3735942 8.74518168,11.4366986 8.70945341,11.4788137 C8.70881967,11.4795607 8.70817498,11.4802984 8.70751955,11.4810265 L8.14467987,12.1067507 C8.22428023,12.1466298 8.30079765,12.1876094 8.37204029,12.2290734 C8.64226526,12.3863473 8.43044431,12.5575406 8.7361182,12.6381215 C9.0417921,12.7187024 9.58302435,12.743346 10.0022748,12.7277444 C10.3640741,12.7142807 10.6486568,12.7039397 10.8739031,12.6968179 C10.9125651,12.600166 11.0087646,12.4428772 11.1221956,12.2227357 C11.2067086,12.0587168 11.3221855,11.8395031 11.3869827,11.6898645 C11.3976212,11.6652964 11.2580246,11.6624896 11.2786035,11.6169361 C11.5520427,11.0116528 12.1511636,10.3077033 12.3704877,10.0831754 C12.6198898,9.82785606 13.3272098,9.28235624 13.3272098,9.16416037 C13.3272098,9.03244364 13.2600483,9.02249707 13.1653845,8.9797877 C13.1099813,8.95479148 13.048243,8.93869123 12.9901213,8.92260925 C12.8889685,9.02382346 12.7992793,9.10610622 12.7555778,9.12492836 C12.6785568,9.15810115 12.5536891,9.19346469 12.4183319,9.12492836 C12.3628777,9.09684984 12.3100388,9.02435641 12.2667618,8.95506007 C12.231447,8.89851315 12.2243667,8.79747928 12.116445,8.79747928 C12.0152316,8.79747928 11.9197153,8.85351665 11.854215,8.79747928 C11.7493044,8.70772539 11.7493044,8.53262453 11.6321276,8.51374381 C11.4246584,8.48031428 11.3246841,8.56665217 11.2061511,8.51374381 C11.0775499,8.45634143 11.1203696,8.2854133 11.111139,8.08642362 C11.1046408,7.94633813 11.0337182,7.74075413 10.9768734,7.64777678 C10.8562882,7.45054326 10.549236,7.23089069 10.4013745,7.10256531 C10.1232794,6.86121325 9.91252817,6.72937233 9.91252817,6.36070713 C9.91252817,6.02724255 10.177404,5.84456833 10.4647075,5.3423208 C10.752011,4.84007326 11.3601457,4.10529409 11.854215,4.02230175 Z M11.6009377,16.2199986 C11.4161032,16.2199986 11.0286787,16.670748 10.6378519,17.1657301 C10.105573,17.8398611 9.65467186,18.3610944 9.41078339,18.6597232 C9.25720825,18.8477679 9.11238368,19.0735251 8.98984251,19.0214795 C8.86730133,18.9694339 8.66113146,18.8477679 8.66113146,18.8674458 L8.66113146,18.8674458 L8.661,19.323 C9.47115707,19.2815007 10.799904,18.958771 12.1942986,18.615216 C12.9365147,18.4323467 13.6352989,18.1740166 14.2862416,17.9180056 C14.1505979,17.840024 14.0153007,17.7566502 13.8814548,17.6700914 C13.3236985,17.3093876 12.821198,16.9546508 12.4005759,16.6631501 C12.0665883,16.4316891 11.7775613,16.2199986 11.6009377,16.2199986 Z M13.4737781,12.3455215 C13.3734804,12.360861 13.2120632,12.6733928 13.0965085,12.8404621 C13.0781552,12.8669973 13.0189783,12.7611403 12.9979702,12.791831 C12.6401685,13.3145434 12.6885594,13.2322512 12.5848808,13.3945515 C12.7128635,13.4655201 12.8521571,13.5405253 12.9996783,13.6187066 C13.5854072,13.879067 14.509033,14.3450267 14.4535643,14.1884208 C14.3623559,13.9309103 14.0793007,13.440279 13.9591073,13.1858831 C13.7742337,12.7945882 13.5858245,12.3283851 13.4737781,12.3455215 Z"})}),language:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.1357143,18 C15.762952,18 16.2714286,18.5084766 16.2714286,19.1357143 C16.2714286,19.762952 15.762952,20.2714286 15.1357143,20.2714286 C14.5084766,20.2714286 14,19.762952 14,19.1357143 C14,18.5084766 14.5084766,18 15.1357143,18 Z M19.1357143,18 C19.762952,18 20.2714286,18.5084766 20.2714286,19.1357143 C20.2714286,19.762952 19.762952,20.2714286 19.1357143,20.2714286 C18.5084766,20.2714286 18,19.762952 18,19.1357143 C18,18.5084766 18.5084766,18 19.1357143,18 Z M11.1357143,18 C11.762952,18 12.2714286,18.5084766 12.2714286,19.1357143 C12.2714286,19.762952 11.762952,20.2714286 11.1357143,20.2714286 C10.5084766,20.2714286 10,19.762952 10,19.1357143 C10,18.5084766 10.5084766,18 11.1357143,18 Z M18.3333333,3 C19.8060927,3 21,4.19390733 21,5.66666667 L21,5.66666667 L21,14 C21,15.4727593 19.8060927,16.6666667 18.3333333,16.6666667 L18.3333333,16.6666667 L8.747,16.666 L5.70710678,19.7071068 C5.1045317,20.3096819 4.09281919,19.9276677 4.00598327,19.1136309 L4.00598327,19.1136309 L4,19 L4,5.66666667 C4,4.19390733 5.19390733,3 6.66666667,3 L6.66666667,3 Z M18.3333333,5 L6.66666667,5 C6.29847683,5 6,5.29847683 6,5.66666667 L6,5.66666667 L6,16.585 L7.62622655,14.9595599 C7.78250687,14.8032796 7.98518825,14.7040684 8.20188935,14.6753391 L8.20188935,14.6753391 L8.33333333,14.6666667 L18.3333333,14.6666667 C18.7015232,14.6666667 19,14.3681898 19,14 L19,14 L19,5.66666667 C19,5.29847683 18.7015232,5 18.3333333,5 L18.3333333,5 Z M12.4790909,5.9878085 L12.5178801,5.99030182 C12.5396565,5.99215826 12.5613215,5.99483701 12.5828285,5.99832187 C12.6331559,6.00629075 12.6840199,6.01920486 12.7341833,6.03704254 L12.7823695,6.05578529 L12.7823695,6.05578529 C12.7844301,6.05666984 12.7867458,6.05766141 12.7890596,6.05866388 L12.8067681,6.06654542 L12.842,6.084 L12.805,6.066 L12.871,6.1 L12.9203488,6.12940608 L12.9203488,6.12940608 C12.9345,6.13869765 12.9484355,6.14843513 12.9620957,6.15859638 C12.9758416,6.16878725 12.989651,6.17972475 13.0030654,6.19103305 L13.0436601,6.22752498 L13.0436601,6.22752498 C13.0548909,6.23828476 13.0658351,6.24935903 13.0764487,6.26069578 C13.0913271,6.27656993 13.1056125,6.29302839 13.119319,6.31010251 C13.1252506,6.3175124 13.1311431,6.32510667 13.1369023,6.33279007 L13.1828389,6.40055615 L13.1828389,6.40055615 L13.1894503,6.4115299 L13.1894503,6.4115299 L13.204,6.44 L13.206,6.443 L13.2228544,6.47371201 L15.7098688,11.5827868 L15.7487828,11.676022 C15.892125,12.0846358 15.7095729,12.5448315 15.3107744,12.7389601 C14.9143357,12.9319401 14.4427774,12.7945361 14.2081431,12.4344611 L14.1546011,12.3398658 L13.681823,11.3701852 L11.429823,11.3701852 L11.0555045,12.2352016 C10.8656075,12.673488 10.3563642,12.8748473 9.91807789,12.6849503 C9.51109772,12.5086173 9.30840666,12.0569297 9.4335694,11.642386 L9.46832925,11.5475237 L11.651633,6.50841253 L11.692,6.426 L11.7221446,6.37747511 L11.7221446,6.37747511 C11.7310469,6.36388146 11.7407259,6.34999087 11.7508255,6.33637273 C11.7629978,6.31995349 11.7753701,6.30445256 11.7882093,6.28945418 C11.7975392,6.27854171 11.8078205,6.2671304 11.8184293,6.25597546 C11.8319067,6.2418476 11.844967,6.22901209 11.8583874,6.21663528 C11.8709098,6.20506617 11.8838613,6.19381144 11.8971958,6.18291263 C11.9104382,6.17209737 11.924311,6.16143681 11.9384721,6.1512207 L11.992,6.115 L11.9809532,6.12244968 C12.0000693,6.11031321 12.0196334,6.09894336 12.039594,6.08836059 L12.0666811,6.07461765 L12.0802735,6.06813652 C12.1214568,6.04898682 12.1641044,6.03307873 12.2077953,6.02057877 C12.2969157,5.99495124 12.3874363,5.98446211 12.4766025,5.98777632 L12.4790909,5.9878085 Z M12.489823,8.92118517 L12.178823,9.64018517 L12.839823,9.64018517 L12.489823,8.92118517 Z"})}),launch:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M7.30181089,4.06666667 C7.85409564,4.06666667 8.30181089,4.51438192 8.30181089,5.06666667 C8.30181089,5.57950251 7.9157707,6.00217383 7.41843202,6.05993894 L7.30181089,6.06666667 L5.65925926,6.06666667 C5.32826032,6.06666667 5.05423527,6.3106009 5.00714806,6.62850542 L5,6.72592593 L5,18.3407407 C5,18.6717397 5.24393423,18.9457647 5.56183876,18.9928519 L5.65925926,19 L17.2740741,19 C17.605073,19 17.8790981,18.7560658 17.9261853,18.4381612 L17.9333333,18.3407407 L17.9333333,16.6921415 C17.9333333,16.1398567 18.3810486,15.6921415 18.9333333,15.6921415 C19.4461692,15.6921415 19.8688405,16.0781817 19.9266056,16.5755203 L19.9333333,16.6921415 L19.9333333,18.3407407 C19.9333333,19.7529218 18.8325651,20.9080047 17.4422498,20.9947682 L17.2740741,21 L5.65925926,21 C4.24707817,21 3.09199527,19.8992318 3.00523177,18.5089165 L3,18.3407407 L3,6.72592593 C3,5.31374483 4.10076824,4.15866194 5.49108352,4.07189844 L5.65925926,4.06666667 L7.30181089,4.06666667 Z M20,3 L20.0183621,3.00016755 C20.0420198,3.00059932 20.0656651,3.0018656 20.0892501,3.00396641 L20,3 C20.0506203,3 20.1003621,3.00376119 20.1489612,3.01101934 C20.165949,3.01362808 20.1833753,3.01670217 20.2007258,3.02024007 C20.2227461,3.0246398 20.2444365,3.02983363 20.2658396,3.03572097 C20.2814633,3.04009773 20.2968513,3.04472872 20.3121425,3.04973809 C20.3317977,3.05612249 20.3515792,3.06331574 20.3710585,3.07110396 C20.3887956,3.07819642 20.4060985,3.08567905 20.4232215,3.09367336 C20.4438914,3.10337664 20.4642939,3.11379392 20.484277,3.12487577 C20.4963944,3.13149883 20.5086131,3.13860692 20.5207088,3.14599545 C20.546275,3.1617187 20.5711307,3.17849009 20.5951593,3.19631351 C20.602603,3.20175344 20.6098424,3.20728448 20.6170223,3.21292769 C20.6801818,3.26255171 20.7374483,3.31981825 20.787214,3.38324992 L20.7071068,3.29289322 C20.7425008,3.32828727 20.774687,3.36567442 20.8036654,3.40469339 C20.8215099,3.42886931 20.8382813,3.45372505 20.8539326,3.47933981 C20.8613931,3.49138689 20.8685012,3.50360556 20.8753288,3.5159379 C20.8862061,3.53570605 20.8966234,3.5561086 20.9063462,3.57690085 C20.914321,3.5939015 20.9218036,3.61120435 20.9287745,3.62866398 C20.9366843,3.6484208 20.9438775,3.66820232 20.9504533,3.68826359 C20.9552713,3.70314866 20.9599023,3.71853672 20.9641549,3.73400703 C20.9701664,3.75556352 20.9753602,3.77725392 20.9798348,3.7992059 C20.9832978,3.81662474 20.9863719,3.83405099 20.9889822,3.85153313 C20.9905825,3.86176411 20.9920139,3.87254508 20.9932723,3.88337887 L20.9960336,3.91074993 C20.9981344,3.93433491 20.9994007,3.95798023 20.9998325,3.98163795 L21,4 L21,11.9644444 C21,12.5167292 20.5522847,12.9644444 20,12.9644444 C19.4871642,12.9644444 19.0644928,12.5784043 19.0067277,12.0810656 L19,11.9644444 L18.998,6.416 L12.7426623,12.6715512 C12.352138,13.0620755 11.7189731,13.0620755 11.3284488,12.6715512 C10.9679648,12.3110673 10.9402353,11.7438362 11.2452602,11.351545 L11.3284488,11.2573377 L17.584,5 L12.0355556,5 C11.5227197,5 11.1000484,4.61395981 11.0422833,4.11662113 L11.0355556,4 C11.0355556,3.48716416 11.4215957,3.06449284 11.9189344,3.00672773 L12.0355556,3 L20,3 Z"})}),launcher:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M4.94264584,15.2232129 C6.00925364,14.2926594 7.63288084,14.3347292 8.64939303,15.3503986 C9.70946158,16.4104672 9.70946158,18.133239 8.64939303,19.1933076 C8.24330972,19.5993909 7.49696132,19.9538497 6.3878567,20.3638794 C5.96669813,20.5195793 5.5497833,20.6612402 5.17165284,20.7824401 L5.17165284,20.7824401 L4.63786301,20.9480914 C4.52114831,20.9821331 4.40028008,20.9997598 4.27785109,20.9997598 C3.93976895,20.9997598 3.61488392,20.8660233 3.37132346,20.6224523 C3.0418319,20.2904065 2.91868879,19.8034959 3.05382583,19.3547414 C3.2004002,18.8658623 3.40236243,18.2436728 3.63591231,17.611935 C4.04594194,16.5028303 4.40040076,15.7564819 4.80648408,15.3503986 L4.80648408,15.3503986 Z M19.7181715,3.00164304 C20.4153711,3.0198293 20.9790039,3.57981692 20.9975575,4.2814641 C21.067637,7.27453167 19.6200041,10.61275 17.314831,12.9169773 L17.314831,12.9169773 L17.123,13.102 L17.1106171,13.283231 C16.9345653,15.2325019 16.1066175,17.093406 14.7668665,18.5256507 L14.7668665,18.5256507 L14.5510941,18.7481827 C14.3023826,18.9931627 13.960121,19.1359044 13.6073893,19.1359044 C13.4736021,19.1359044 13.3396155,19.1156637 13.2016106,19.0708544 C12.7461192,18.9189474 12.3812554,18.5400184 12.3069095,18.024967 L12.3069095,18.024967 L12.2991783,17.8110587 L12.394,16.474 L12.2901265,16.5127483 C11.9865199,16.6044872 11.6479437,16.5487587 11.3869214,16.3457107 L11.3869214,16.3457107 L11.2928932,16.2626623 L7.73733766,12.7071068 C7.43599621,12.4057653 7.36728598,11.9601459 7.531,11.591 L7.531,11.591 L6.09914856,11.6671959 L5.90444297,11.6585596 C5.41185827,11.5881735 5.00181804,11.245772 4.84351973,10.7706343 C4.68736374,10.296634 4.81429908,9.77457063 5.16552075,9.43034003 C6.64343751,7.95989276 8.60519061,7.05430703 10.6676533,6.86954639 L10.6676533,6.86954639 L10.854,6.856 L11.0399899,6.66686711 C13.2626632,4.46496737 16.457651,3.05132356 19.3857488,3.00137121 L19.3857488,3.00137121 Z M7.23547281,16.7649054 C6.95607193,16.4857362 6.49973324,16.4858083 6.22040405,16.7649057 C6.10234124,16.8829686 5.81062511,17.497206 5.51182257,18.3054483 L5.51182257,18.3054483 L5.407,18.591 L5.87727957,18.4192161 C6.53441035,18.1681382 7.0360124,17.9312915 7.19920124,17.8094087 L7.19920124,17.8094087 L7.23517947,17.779094 C7.51419944,17.5000741 7.51419944,17.0436322 7.23547281,16.7649054 Z M14.6679204,6.40714926 C13.6880951,6.97045307 12.7873107,7.68188752 12.0530395,8.50252562 C11.8676939,8.70967195 11.6044929,8.83032764 11.3265805,8.83554639 C10.3422023,8.85403141 9.37414785,9.08635728 8.49121557,9.50499942 L8.49121557,9.50499942 L8.418,9.541 L9.94713632,9.45915299 C10.8265888,9.41225453 11.315297,10.4304518 10.7800409,11.0847883 L10.7800409,11.0847883 L10.7043659,11.1679556 L9.861,12.002 L12.001,14.142 L12.8686158,13.2809926 C13.4966106,12.6562942 14.5450353,13.0985574 14.5735198,13.9479546 L14.5735198,13.9479546 L14.5713326,14.0610002 L14.472,15.448 L14.6113691,15.1392226 C14.9059763,14.4367362 15.0847714,13.6848953 15.1327993,12.9194025 L15.1327993,12.9194025 L15.1447391,12.6271989 C15.1500396,12.3477786 15.2720254,12.0833255 15.4811382,11.8979188 C16.338182,11.138034 17.0765972,10.20286 17.6525476,9.18925231 Z M18.979,5.022 L18.8143804,5.03500601 C18.0982881,5.10242023 17.3640197,5.26570766 16.6405644,5.51196754 L18.51757,7.26181587 C18.7509658,6.56713035 18.9050657,5.86442631 18.9679849,5.17996273 L18.9679849,5.17996273 L18.979,5.022 Z"})}),leakProtection:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M20.8804902,15.2279325 C21.1236074,15.6794794 20.9840762,16.2346452 20.5735587,16.5212774 L20.4740643,16.582487 L12.4740643,20.889763 C12.2151014,21.0291911 11.9100051,21.0466196 11.6395089,20.9420486 L11.5259357,20.889763 L3.52593569,16.582487 C3.03965437,16.3206685 2.85769129,15.7142138 3.11950978,15.2279325 C3.36262694,14.7763855 3.90290494,14.5872354 4.36819117,14.7721443 L4.47406431,14.8215065 L11.999,18.873 L19.5259357,14.8215065 C20.012217,14.5596881 20.6186717,14.7416511 20.8804902,15.2279325 Z M11.2857448,3.29785408 C11.6771258,2.90096184 12.3174581,2.90067878 12.7091899,3.29722485 L12.7091899,3.29722485 L15.2244414,5.84338805 C16.2228238,6.85337802 16.6834038,8.25264613 16.5250014,9.62490305 L20.4860436,11.8280622 C21.1383147,12.1908264 21.1684878,13.0991064 20.5836531,13.5145085 L20.4740643,13.582487 L12.4740643,17.889763 C12.2151014,18.0291911 11.9100051,18.0466196 11.6395089,17.9420486 L11.5259357,17.889763 L3.52593569,13.582487 C2.86877172,13.2286637 2.82619845,12.3208803 3.40530607,11.8975308 L3.51395641,11.8280622 L7.474988,9.62491378 C7.31655053,8.25269242 7.77697896,6.85357782 8.77470723,5.84425038 L8.77470723,5.84425038 Z M8.14368485,11.5408865 L6.083,12.687 L11.9999995,15.873 L17.916,12.687 L15.8556928,11.5418856 C15.0321946,12.8635876 13.5839427,13.691358 12,13.691358 C10.4156582,13.691358 8.96707567,12.8631704 8.14368485,11.5408865 Z M11.998,5.423 L10.197922,7.24940456 C9.46270267,7.99317183 9.24185694,9.11564107 9.64054634,10.0904433 C10.0375207,11.0610522 10.9692224,11.691358 12,11.691358 C13.0307776,11.691358 13.9624793,11.0610522 14.3594537,10.0904433 C14.7581431,9.11564107 14.5372973,7.99317183 13.8018477,7.24917146 L13.8018477,7.24917146 L11.998,5.423 Z"})}),lgSmartTv:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.0044376,3 C16.9733029,3 21.0088752,7.02741818 21.0088752,11.9993122 C21.0088752,16.9709732 16.9733029,20.9946638 12.0044376,20.9946638 C7.02788413,20.9946638 3,16.9709732 3,11.9993122 C3,7.02741818 7.02788413,3 12.0044376,3 Z M12.0067673,4.45818305 C7.85051464,4.45818305 4.46796795,7.84189461 4.46796795,11.9955846 C4.46796795,14.0131378 5.25192481,15.9041861 6.67190015,17.3262582 C8.09769985,18.7450687 9.98968012,19.5290256 12.0067673,19.5290256 C14.0161664,19.5290256 15.9076807,18.7450687 17.3309177,17.3262582 C18.7543877,15.9041861 19.5420721,14.0131378 19.5420721,11.9955846 L19.5420721,11.6603353 L14.1589794,11.6603353 L14.1589794,12.3541313 L18.8240468,12.3541313 C18.8240468,12.3692746 18.8240468,12.4428943 18.8207852,12.4619982 C18.5836179,16.0129849 15.6178613,18.8254447 12.0067673,18.8254447 C10.1788549,18.8254447 8.46486656,18.1146416 7.1748906,16.8237337 C5.88072111,15.5381843 5.16758829,13.8255938 5.16758829,11.9953516 C5.16758829,10.1755932 5.88072111,8.45414977 7.1748906,7.16463975 C8.46486656,5.87629461 10.1788549,5.16549153 12.0067673,5.16549153 C12.0855125,5.16549153 12.2770169,5.16549153 12.365314,5.170151 L12.365314,4.46866687 C12.2711926,4.4640074 12.0922687,4.45818305 12.0067673,4.45818305 Z M12.365547,8.04994022 L11.6421633,8.04994022 L11.6421633,15.9447236 L14.1519901,15.9447236 L14.1519901,15.2348524 L12.365547,15.2348524 L12.365547,8.04994022 Z M9.12907488,8.04481479 C8.53196302,8.04481479 8.05063914,8.53219599 8.05063914,9.12558028 C8.05063914,9.71896456 8.53196302,10.204016 9.12907488,10.204016 C9.72618675,10.204016 10.2075106,9.71849861 10.2075106,9.12558028 C10.2075106,8.53219599 9.72618675,8.04481479 9.12907488,8.04481479 Z"})}),line:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.0506,18.6316 C13.6562667,19.5809333 12.3746667,20.3285333 11.9,20.5243333 C11.7101333,20.6014667 11.5677333,20.6370667 11.455,20.6370667 C11.0634,20.6370667 11.099,20.2217333 11.1286667,20.0496667 C11.1524,19.9191333 11.2592,19.3020667 11.2592,19.3020667 C11.2888667,19.0825333 11.3185333,18.7324667 11.2295333,18.5129333 C11.1286667,18.2696667 10.7311333,18.1450667 10.4404,18.0857333 C6.1684,17.528 3,14.591 3,11.0903333 C3,7.18026667 6.99313333,4 11.9,4 C16.8068667,4 20.8,7.18026667 20.8,11.0903333 C20.8,12.6508 20.1829333,14.0629333 18.8894667,15.4513333 C17.9579333,16.5074667 16.4449333,17.6704 15.0506,18.6316 Z M7.74666667,13.4933333 L5.96666667,13.4933333 C5.63914667,13.4933333 5.37333333,13.22752 5.37333333,12.9 L5.37333333,9.34 C5.37333333,9.01248 5.63914667,8.74666667 5.96666667,8.74666667 C6.29418667,8.74666667 6.56,9.01248 6.56,9.34 L6.56,12.3066667 L7.74666667,12.3066667 C8.07418667,12.3066667 8.34,12.57248 8.34,12.9 C8.34,13.22752 8.07418667,13.4933333 7.74666667,13.4933333 Z M10.12,12.9 C10.12,13.22752 9.85418667,13.4933333 9.52666667,13.4933333 C9.19914667,13.4933333 8.93333333,13.22752 8.93333333,12.9 L8.93333333,9.34 C8.93333333,9.01248 9.19914667,8.74666667 9.52666667,8.74666667 C9.85418667,8.74666667 10.12,9.01248 10.12,9.34 L10.12,12.9 Z M14.2733333,12.9 C14.2733333,13.4773133 13.5328533,13.7146467 13.1970267,13.2447267 L11.9,11.1917933 L11.9,12.9 C11.9,13.22752 11.6341867,13.4933333 11.3066667,13.4933333 C10.9791467,13.4933333 10.7133333,13.22752 10.7133333,12.9 L10.7133333,9.34 C10.7133333,8.76268667 11.4538133,8.52535333 11.78964,8.99527333 L13.0866667,11.12 L13.0866667,9.34 C13.0866667,9.01248 13.35248,8.74666667 13.68,8.74666667 C14.00752,8.74666667 14.2733333,9.01248 14.2733333,9.34 L14.2733333,12.9 Z M17.24,10.5266667 C17.5681133,10.5266667 17.8333333,10.79248 17.8333333,11.12 C17.8333333,11.44752 17.5681133,11.7133333 17.24,11.7133333 L16.0533333,11.7133333 L16.0533333,12.3066667 L17.24,12.3066667 C17.56752,12.3066667 17.8333333,12.57248 17.8333333,12.9 C17.8333333,13.22752 17.56752,13.4933333 17.24,13.4933333 L15.46,13.4933333 C15.13248,13.4933333 14.8666667,13.22752 14.8666667,12.9 L14.8666667,9.34 C14.8666667,9.01248 15.13248,8.74666667 15.46,8.74666667 L17.24,8.74666667 C17.56752,8.74666667 17.8333333,9.01248 17.8333333,9.34 C17.8333333,9.66752 17.56752,9.93333333 17.24,9.93333333 L16.0533333,9.93333333 L16.0533333,10.5266667 L17.24,10.5266667 Z"})}),link:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M16.3636364,8 C17.5932765,8 18.7725537,8.48847262 19.6420405,9.35795947 C20.5115274,10.2274463 21,11.4067235 21,12.6363636 C21,15.125829 19.0379482,17.1570326 16.5758627,17.2679563 L16.3636364,17.2727273 L14.1818182,17.2727273 C13.6295334,17.2727273 13.1818182,16.825012 13.1818182,16.2727273 C13.1818182,15.7598914 13.5678584,15.3372201 14.0651971,15.279455 L14.1818182,15.2727273 L16.3636364,15.2727273 C17.8196598,15.2727273 19,14.0923871 19,12.6363636 C19,11.9371565 18.7222411,11.2665871 18.227827,10.772173 C17.7828543,10.3272004 17.1951958,10.0577183 16.5723918,10.0082717 L16.3636364,10 L14.1818182,10 C13.6295334,10 13.1818182,9.55228475 13.1818182,9 C13.1818182,8.48716416 13.5678584,8.06449284 14.0651971,8.00672773 L14.1818182,8 L16.3636364,8 Z M9.81818182,8 C10.3704666,8 10.8181818,8.44771525 10.8181818,9 C10.8181818,9.51283584 10.4321416,9.93550716 9.93480294,9.99327227 L9.81818182,10 L7.63636364,10 C6.1803402,10 5,11.1803402 5,12.6363636 C5,13.3355707 5.27775894,14.0061402 5.77217303,14.5005542 C6.21714571,14.9455269 6.8048042,15.2150089 7.42760815,15.2644556 L7.63636364,15.2727273 L9.81818182,15.2727273 C10.3704666,15.2727273 10.8181818,15.7204425 10.8181818,16.2727273 C10.8181818,16.7855631 10.4321416,17.2082344 9.93480294,17.2659995 L9.81818182,17.2727273 L7.63636364,17.2727273 C6.40672355,17.2727273 5.22744631,16.7842546 4.35795947,15.9147678 C3.48847262,15.045281 3,13.8660037 3,12.6363636 C3,10.1468983 4.96205179,8.11569469 7.42413727,8.00477093 L7.63636364,8 L9.81818182,8 Z M14.9090909,11.6363636 C15.4613757,11.6363636 15.9090909,12.0840789 15.9090909,12.6363636 C15.9090909,13.1491995 15.5230507,13.5718708 15.025712,13.6296359 L14.9090909,13.6363636 L9.09090909,13.6363636 C8.53862434,13.6363636 8.09090909,13.1886484 8.09090909,12.6363636 C8.09090909,12.1235278 8.47694928,11.7008565 8.97428797,11.6430914 L9.09090909,11.6363636 L14.9090909,11.6363636 Z"})}),list:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M20,17 C20.5522847,17 21,17.4477153 21,18 C21,18.5128358 20.6139598,18.9355072 20.1166211,18.9932723 L20,19 L9,19 C8.44771525,19 8,18.5522847 8,18 C8,17.4871642 8.38604019,17.0644928 8.88337887,17.0067277 L9,17 L20,17 Z M4.01,17 C4.56228475,17 5.01,17.4477153 5.01,18 C5.01,18.5128358 4.62395981,18.9355072 4.12662113,18.9932723 L4.01,19 C3.44771525,19 3,18.5522847 3,18 C3,17.4871642 3.38604019,17.0644928 3.88337887,17.0067277 L4.01,17 Z M4.01,11 C4.56228475,11 5.01,11.4477153 5.01,12 C5.01,12.5128358 4.62395981,12.9355072 4.12662113,12.9932723 L4.01,13 C3.44771525,13 3,12.5522847 3,12 C3,11.4871642 3.38604019,11.0644928 3.88337887,11.0067277 L4.01,11 Z M20,11 C20.5522847,11 21,11.4477153 21,12 C21,12.5128358 20.6139598,12.9355072 20.1166211,12.9932723 L20,13 L9,13 C8.44771525,13 8,12.5522847 8,12 C8,11.4871642 8.38604019,11.0644928 8.88337887,11.0067277 L9,11 L20,11 Z M20,5 C20.5522847,5 21,5.44771525 21,6 C21,6.51283584 20.6139598,6.93550716 20.1166211,6.99327227 L20,7 L9,7 C8.44771525,7 8,6.55228475 8,6 C8,5.48716416 8.38604019,5.06449284 8.88337887,5.00672773 L9,5 L20,5 Z M4.01,5 C4.56228475,5 5.01,5.44771525 5.01,6 C5.01,6.51283584 4.62395981,6.93550716 4.12662113,6.99327227 L4.01,7 C3.44771525,7 3,6.55228475 3,6 C3,5.48716416 3.38604019,5.06449284 3.88337887,5.00672773 L4.01,5 Z"})}),liveChat:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18.3333333,4 L6.66666667,4 C5.19390733,4 4,5.19390733 4,6.66666667 L4,20 L4.00598327,20.1136309 C4.09281919,20.9276677 5.1045317,21.3096819 5.70710678,20.7071068 L8.747,17.666 L18.3333333,17.6666667 C19.8060927,17.6666667 21,16.4727593 21,15 L21,6.66666667 C21,5.19390733 19.8060927,4 18.3333333,4 Z M6.66666667,6 L18.3333333,6 C18.7015232,6 19,6.29847683 19,6.66666667 L19,15 C19,15.3681898 18.7015232,15.6666667 18.3333333,15.6666667 L8.33333333,15.6666667 L8.20188935,15.6753391 C7.98518825,15.7040684 7.78250687,15.8032796 7.62622655,15.9595599 L6,17.585 L6,6.66666667 C6,6.29847683 6.29847683,6 6.66666667,6 Z"})}),loading:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,15.8 C12.5128358,15.8 12.9355072,16.1860402 12.9932723,16.6833789 L13,16.8 L13,20 C13,20.5522847 12.5522847,21 12,21 C11.4871642,21 11.0644928,20.6139598 11.0067277,20.1166211 L11,20 L11,16.8 C11,16.2477153 11.4477153,15.8 12,15.8 Z M16.0048994,14.6017046 L16.0991068,14.6848932 L18.3631068,16.9488932 C18.7536311,17.3394175 18.7536311,17.9725825 18.3631068,18.3631068 C18.0026228,18.7235907 17.4353918,18.7513203 17.0431006,18.4462954 L16.9488932,18.3631068 L14.6848932,16.0991068 C14.2943689,15.7085825 14.2943689,15.0754175 14.6848932,14.6848932 C15.0453772,14.3244093 15.6126082,14.2966797 16.0048994,14.6017046 Z M9.31510678,14.6848932 C9.67559074,15.0453772 9.70332028,15.6126082 9.39829539,16.0048994 L9.31510678,16.0991068 L7.05110678,18.3631068 C6.66058249,18.7536311 6.02741751,18.7536311 5.63689322,18.3631068 C5.27640926,18.0026228 5.24867972,17.4353918 5.55370461,17.0431006 L5.63689322,16.9488932 L7.90089322,14.6848932 C8.29141751,14.2943689 8.92458249,14.2943689 9.31510678,14.6848932 Z M7.2,11 C7.75228475,11 8.2,11.4477153 8.2,12 C8.2,12.5128358 7.81395981,12.9355072 7.31662113,12.9932723 L7.2,13 L4,13 C3.44771525,13 3,12.5522847 3,12 C3,11.4871642 3.38604019,11.0644928 3.88337887,11.0067277 L4,11 L7.2,11 Z M20,11 C20.5522847,11 21,11.4477153 21,12 C21,12.5128358 20.6139598,12.9355072 20.1166211,12.9932723 L20,13 L16.8,13 C16.2477153,13 15.8,12.5522847 15.8,12 C15.8,11.4871642 16.1860402,11.0644928 16.6833789,11.0067277 L16.8,11 L20,11 Z M6.95689944,5.55370461 L7.05110678,5.63689322 L9.31510678,7.90089322 C9.70563107,8.29141751 9.70563107,8.92458249 9.31510678,9.31510678 C8.95462282,9.67559074 8.38739176,9.70332028 7.99510056,9.39829539 L7.90089322,9.31510678 L5.63689322,7.05110678 C5.24636893,6.66058249 5.24636893,6.02741751 5.63689322,5.63689322 C5.99737718,5.27640926 6.56460824,5.24867972 6.95689944,5.55370461 Z M18.3631068,5.63689322 C18.7235907,5.99737718 18.7513203,6.56460824 18.4462954,6.95689944 L18.3631068,7.05110678 L16.0991068,9.31510678 C15.7085825,9.70563107 15.0754175,9.70563107 14.6848932,9.31510678 C14.3244093,8.95462282 14.2966797,8.38739176 14.6017046,7.99510056 L14.6848932,7.90089322 L16.9488932,5.63689322 C17.3394175,5.24636893 17.9725825,5.24636893 18.3631068,5.63689322 Z M12,3 C12.5128358,3 12.9355072,3.38604019 12.9932723,3.88337887 L13,4 L13,7.2 C13,7.75228475 12.5522847,8.2 12,8.2 C11.4871642,8.2 11.0644928,7.81395981 11.0067277,7.31662113 L11,7.2 L11,4 C11,3.44771525 11.4477153,3 12,3 Z"})}),location:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C15.8863552,3 19,6.39670336 19,10.5454545 C19,13.059859 17.7730869,15.5136853 15.7550331,17.8375048 C15.0658087,18.6311572 14.3298067,19.3537773 13.593301,19.9935701 C13.2595989,20.2834528 12.9790162,20.5112594 12.7711176,20.6713822 L12.7711176,20.6713822 L12.5881717,20.8087361 C12.2375212,21.0637546 11.7624788,21.0637546 11.4118283,20.8087361 C11.2545596,20.6943589 11.0180853,20.5104286 10.72197,20.2625531 L10.72197,20.2625531 L10.406699,19.9935701 C9.67019326,19.3537773 8.93419129,18.6311572 8.24496688,17.8375048 C6.22691314,15.5136853 5,13.059859 5,10.5454545 C5,6.39670336 8.11364479,3 12,3 Z M12,5 C9.25893825,5 7,7.46429624 7,10.5454545 C7,12.4855954 8.02308686,14.5317691 9.75503312,16.5261315 C10.3783087,17.2438428 11.0485567,17.9019045 11.718301,18.4837026 L11.718301,18.4837026 L11.9992214,18.7235087 L12.281699,18.4837026 C12.9514433,17.9019045 13.6216913,17.2438428 14.2449669,16.5261315 C15.9769131,14.5317691 17,12.4855954 17,10.5454545 C17,7.46429624 14.7410618,5 12,5 Z M12,7 C13.6568542,7 15,8.34314575 15,10 C15,11.6568542 13.6568542,13 12,13 C10.3431458,13 9,11.6568542 9,10 C9,8.34314575 10.3431458,7 12,7 Z M12,9 C11.4477153,9 11,9.44771525 11,10 C11,10.5522847 11.4477153,11 12,11 C12.5522847,11 13,10.5522847 13,10 C13,9.44771525 12.5522847,9 12,9 Z"})}),locked:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C14.6270842,3 16.7702003,5.07211382 16.8841254,7.67111862 L16.8888889,7.88888889 L16.888,10 L17,10 C18.5976809,10 19.9036609,11.24892 19.9949073,12.8237272 L20,13 L20,17.5555556 C20,19.2124098 18.6568542,20.5555556 17,20.5555556 L17,20.5555556 L7,20.5555556 C5.34314575,20.5555556 4,19.2124098 4,17.5555556 L4,17.5555556 L4,13 C4,11.3431458 5.34314575,10 7,10 L7,10 L7.111,10 L7.11111111,7.88888889 C7.11111111,5.18883011 9.29994122,3 12,3 Z M17,12 L7,12 C6.44771525,12 6,12.4477153 6,13 L6,13 L6,17.5555556 C6,18.1078403 6.44771525,18.5555556 7,18.5555556 L7,18.5555556 L17,18.5555556 C17.5522847,18.5555556 18,18.1078403 18,17.5555556 L18,17.5555556 L18,13 C18,12.4477153 17.5522847,12 17,12 L17,12 Z M12,5 C10.4614925,5 9.20388212,6.20266367 9.11601519,7.71914472 L9.11111111,7.88888889 L9.111,10 L14.888,10 L14.8888889,7.88888889 C14.8888889,6.29339961 13.5954893,5 12,5 Z"})}),logs:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M14,3 C14.9066283,3 15.6723578,3.60325977 15.9176835,4.43027445 L16.5026822,4.43077902 C17.8361345,4.43077902 18.9133584,5.49258645 18.9974027,6.81918791 L19.0026822,6.98633457 L19.0026822,17.8752235 C19.0026822,19.2225074 17.9787964,20.3382062 16.6679759,20.4253064 L16.5026822,20.430779 L7.50268217,20.430779 C6.16922982,20.430779 5.09200599,19.3689716 5.0079616,18.0423701 L5.00268217,17.8752235 L5.00268217,6.98633457 C5.00268217,5.63905065 6.02656791,4.52335186 7.33738846,4.43625161 L7.50268217,4.43077902 L8.08231647,4.43027445 C8.3276422,3.60325977 9.09337167,3 10,3 L10,3 Z M15.9535386,6.43056243 C15.7566004,7.32818846 14.9567552,8 14,8 L14,8 L10,8 C9.04324479,8 8.24339958,7.32818846 8.0464614,6.43056243 L7.50268217,6.43077902 C7.26460095,6.43077902 7.05471351,6.62100684 7.01101113,6.88437272 L7.00268217,6.98633457 L7.00268217,17.8752235 C7.00268217,18.1550443 7.18611615,18.3763634 7.41499281,18.4220908 L7.50268217,18.430779 L16.5026822,18.430779 C16.7407634,18.430779 16.9506508,18.2405512 16.9943532,17.9771853 L17.0026822,17.8752235 L17.0026822,6.98633457 C17.0026822,6.70651372 16.8192482,6.48519469 16.5903715,6.43946726 L16.5026822,6.43077902 Z M14,5 L10,5 L10.001419,5.38007488 C10.0022578,5.39687046 10.0026822,5.41377518 10.0026822,5.43077902 L9.99968217,5.48 L10,6 L14,6 L14,5 Z"})}),menu:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M20,16.0035858 C20.5522847,16.0035858 21,16.4513011 21,17.0035858 C21,17.5164217 20.6139598,17.939093 20.1166211,17.9968581 L20,18.0035858 L4,18.0035858 C3.44771525,18.0035858 3,17.5558706 3,17.0035858 C3,16.49075 3.38604019,16.0680787 3.88337887,16.0103135 L4,16.0035858 L20,16.0035858 Z M20,11 C20.5522847,11 21,11.4477153 21,12 C21,12.5128358 20.6139598,12.9355072 20.1166211,12.9932723 L20,13 L4,13 C3.44771525,13 3,12.5522847 3,12 C3,11.4871642 3.38604019,11.0644928 3.88337887,11.0067277 L4,11 L20,11 Z M20,6.00236935 C20.5522847,6.00236935 21,6.4500846 21,7.00236935 C21,7.51520519 20.6139598,7.93787651 20.1166211,7.99564162 L20,8.00236935 L4,8.00236935 C3.44771525,8.00236935 3,7.5546541 3,7.00236935 C3,6.48953351 3.38604019,6.06686219 3.88337887,6.00909708 L4,6.00236935 L20,6.00236935 Z"})}),moreCircle:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,10.6111111 C12.7670622,10.6111111 13.3888889,11.2329378 13.3888889,12 C13.3888889,12.7670622 12.7670622,13.3888889 12,13.3888889 C11.2329378,13.3888889 10.6111111,12.7670622 10.6111111,12 C10.6111111,11.2329378 11.2329378,10.6111111 12,10.6111111 Z M16.4444444,10.6111111 C17.2115066,10.6111111 17.8333333,11.2329378 17.8333333,12 C17.8333333,12.7670622 17.2115066,13.3888889 16.4444444,13.3888889 C15.6773823,13.3888889 15.0555556,12.7670622 15.0555556,12 C15.0555556,11.2329378 15.6773823,10.6111111 16.4444444,10.6111111 Z M7.55555556,10.6111111 C8.32261771,10.6111111 8.94444444,11.2329378 8.94444444,12 C8.94444444,12.7670622 8.32261771,13.3888889 7.55555556,13.3888889 C6.7884934,13.3888889 6.16666667,12.7670622 6.16666667,12 C6.16666667,11.2329378 6.7884934,10.6111111 7.55555556,10.6111111 Z"})}),more:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,10 C13.1045695,10 14,10.8954305 14,12 C14,13.1045695 13.1045695,14 12,14 C10.8954305,14 10,13.1045695 10,12 C10,10.8954305 10.8954305,10 12,10 Z M19,10 C20.1045695,10 21,10.8954305 21,12 C21,13.1045695 20.1045695,14 19,14 C17.8954305,14 17,13.1045695 17,12 C17,10.8954305 17.8954305,10 19,10 Z M5,10 C6.1045695,10 7,10.8954305 7,12 C7,13.1045695 6.1045695,14 5,14 C3.8954305,14 3,13.1045695 3,12 C3,10.8954305 3.8954305,10 5,10 Z"})}),noLogs:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M14,3 C14.9319128,3 15.7149582,3.63737692 15.9369863,4.49998077 L16.5,4.5 C17.8334524,4.5 18.9106762,5.56180743 18.9947206,6.88840889 L19,7.05555556 L19,17.9444444 C19,19.2917284 17.9761143,20.4074272 16.6652937,20.4945274 L16.5,20.5 L7.5,20.5 C6.16654764,20.5 5.08932381,19.4381926 5.00527943,18.1115911 L5,17.9444444 L5,7.05555556 C5,5.70827163 6.02388574,4.59257284 7.33470629,4.50547259 L7.5,4.5 L8.06301369,4.49998077 C8.28504178,3.63737692 9.06808721,3 10,3 L10,3 Z M8.06327212,6.50102216 L7.5,6.5 C7.26191877,6.5 7.05203133,6.69022782 7.00832895,6.9535937 L7,7.05555556 L7,17.9444444 C7,18.2242653 7.18343397,18.4455843 7.41231064,18.4913118 L7.5,18.5 L16.5,18.5 C16.7380812,18.5 16.9479687,18.3097722 16.991671,18.0464063 L17,17.9444444 L17,7.05555556 C17,6.7757347 16.816566,6.55441567 16.5876894,6.50868824 L16.5,6.5 L15.9367279,6.50102216 C15.7143512,7.36311708 14.9315516,8 14,8 L14,8 L10,8 C9.06844842,8 8.28564881,7.36311708 8.06327212,6.50102216 Z M10.6128994,11.2097046 L10.7071068,11.2928932 L12,12.585 L13.2928932,11.2928932 C13.6834175,10.9023689 14.3165825,10.9023689 14.7071068,11.2928932 C15.0675907,11.6533772 15.0953203,12.2206082 14.7902954,12.6128994 L14.7071068,12.7071068 L13.414,14 L14.7071068,15.2928932 C15.0976311,15.6834175 15.0976311,16.3165825 14.7071068,16.7071068 C14.3466228,17.0675907 13.7793918,17.0953203 13.3871006,16.7902954 L13.2928932,16.7071068 L12,15.414 L10.7071068,16.7071068 C10.3165825,17.0976311 9.68341751,17.0976311 9.29289322,16.7071068 C8.93240926,16.3466228 8.90467972,15.7793918 9.20970461,15.3871006 L9.29289322,15.2928932 L10.585,14 L9.29289322,12.7071068 C8.90236893,12.3165825 8.90236893,11.6834175 9.29289322,11.2928932 C9.65337718,10.9324093 10.2206082,10.9046797 10.6128994,11.2097046 Z M14,5 L10,5 L10,6 L14,6 L14,5 Z"})}),nook:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M16.8838668,11.8617997 C16.877714,9.17067976 14.6986925,7.12370585 12.0028397,7.12370585 C9.35715553,7.12370585 7.12417914,9.22700112 7.12417914,11.8551736 L7.12417914,19.6483464 L4.00473289,19.6483464 L4,11.7089274 C4,7.62681181 7.68076673,4 12.0028397,4 C16.3230196,4 20,7.62065905 20,11.7089274 L20,19.6478732 L16.8838668,19.6478732 L16.8838668,11.8617997 Z"})}),notification:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M13.8473274,17.9127778 C14.3250537,18.1898987 14.4876765,18.8018233 14.2105556,19.2795496 C13.7533695,20.0676885 12.9111432,20.5527993 12,20.5527993 C11.0888568,20.5527993 10.2466305,20.0676885 9.78944444,19.2795496 C9.5123235,18.8018233 9.67494628,18.1898987 10.1526726,17.9127778 C10.6303989,17.6356568 11.2423235,17.7982796 11.5194444,18.2760059 C11.6188327,18.4473405 11.8019254,18.5527993 12,18.5527993 C12.1980746,18.5527993 12.3811673,18.4473405 12.4805556,18.2760059 C12.7576765,17.7982796 13.3696011,17.6356568 13.8473274,17.9127778 Z M12,3 C15.0568319,3 17.5483437,5.42042274 17.6625748,8.44930742 L17.6666667,8.66666667 C17.6666667,10.885865 18.0646319,12.5440533 18.7112289,13.7294812 C19.0357057,14.3243552 19.3338416,14.6619971 19.5067,14.7993592 L19.5547002,14.8346164 C20.3450079,15.3614882 20.0185515,16.5651837 19.1158056,16.6606363 L19,16.6666667 L5,16.6666667 C4.05016836,16.6666667 3.65410638,15.484046 4.35228872,14.9038713 L4.4452998,14.8346164 C4.60679457,14.7269532 4.93184667,14.3838426 5.28877109,13.7294812 C5.89733303,12.6137843 6.28565358,11.0793101 6.3292326,9.05248423 L6.33333333,8.66666667 C6.33333333,5.53705308 8.87038642,3 12,3 Z M12,5 C9.97495592,5 8.33333333,6.64162258 8.33333333,8.66666667 C8.33333333,11.0616695 7.91076962,12.9632342 7.18430644,14.4193685 L7.055,14.666 L16.944,14.666 L16.8156936,14.4193685 C16.1346343,13.0542426 15.7206742,11.2976252 15.6715896,9.10995895 L15.6666667,8.66666667 L15.6615842,8.47193384 C15.5603566,6.53741969 13.9597201,5 12,5 Z"})}),numberActive:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,3 C19.6568542,3 21,4.34314575 21,6 L21,6 L21,18 C21,19.6568542 19.6568542,21 18,21 L18,21 L6,21 C4.34314575,21 3,19.6568542 3,18 L3,18 L3,6 C3,4.34314575 4.34314575,3 6,3 L6,3 Z M18,5 L6,5 C5.44771525,5 5,5.44771525 5,6 L5,6 L5,18 C5,18.5522847 5.44771525,19 6,19 L6,19 L18,19 C18.5522847,19 19,18.5522847 19,18 L19,18 L19,6 C19,5.44771525 18.5522847,5 18,5 L18,5 Z M13.1086967,7.56055556 L13.1443888,7.58037205 C13.4173657,7.73359329 13.611138,8.01119452 13.6489075,8.33637751 L13.6556352,8.45299863 L13.6556352,15.5555556 C13.6556352,16.1078403 13.20792,16.5555556 12.6556352,16.5555556 C12.1427994,16.5555556 11.7201281,16.1695154 11.662363,15.6721767 L11.6556352,15.5555556 L11.6552222,10.1564444 L10.7175028,10.6920124 C10.2377148,10.9655483 9.62702507,10.7983479 9.35348915,10.3185599 C9.09949152,9.87304243 9.2255165,9.31465566 9.62896112,9.01815101 L9.72694164,8.95454622 L12.1454484,7.57571138 C12.4538835,7.39986686 12.8164158,7.40616336 13.1086967,7.56055556 Z"})}),numberInactive:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M4,14.5555556 C4.51283584,14.5555556 4.93550716,14.9415957 4.99327227,15.4389344 L5,15.5555556 L5,18.2241557 C5,18.6179143 5.29260403,18.9433315 5.67223794,18.9948333 L5.77777778,19.0019335 L8.44865206,19.0019335 C9.0009368,19.0019335 9.44865206,19.4496488 9.44865206,20.0019335 C9.44865206,20.5147693 9.06261186,20.9374407 8.56527318,20.9952058 L8.44865206,21.0019335 L5.77777778,21.0019335 C4.30047289,21.0019335 3.09252093,19.8486965 3.00506949,18.3933702 L3,18.2241557 L3,15.5555556 C3,15.0032708 3.44771525,14.5555556 4,14.5555556 Z M20.0042076,14.5555556 C20.5170434,14.5555556 20.9397148,14.9415957 20.9974799,15.4389344 L21.0042076,15.5555556 L21.0042076,18.2241557 C21.0042076,19.7014606 19.8509706,20.9094126 18.3956443,20.996864 L18.2264298,21.0019335 L15.5555556,21.0019335 C15.0032708,21.0019335 14.5555556,20.5542183 14.5555556,20.0019335 C14.5555556,19.4890977 14.9415957,19.0664263 15.4389344,19.0086612 L15.5555556,19.0019335 L18.2264298,19.0019335 C18.6201884,19.0019335 18.9456056,18.7093295 18.9971074,18.3296956 L19.0042076,18.2241557 L19.0042076,15.5555556 C19.0042076,15.0032708 19.4519229,14.5555556 20.0042076,14.5555556 Z M13.1086967,7.56055556 L13.1443888,7.58037205 C13.4173657,7.73359329 13.611138,8.01119452 13.6489075,8.33637751 L13.6556352,8.45299863 L13.6556352,15.5555556 C13.6556352,16.1078403 13.20792,16.5555556 12.6556352,16.5555556 C12.1427994,16.5555556 11.7201281,16.1695154 11.662363,15.6721767 L11.6556352,15.5555556 L11.655,10.157 L10.7175028,10.6920124 C10.2377148,10.9655483 9.62702507,10.7983479 9.35348915,10.3185599 C9.09949152,9.87304243 9.2255165,9.31465566 9.62896112,9.01815101 L9.72694164,8.95454622 L12.1454484,7.57571138 C12.4538835,7.39986686 12.8164158,7.40616336 13.1086967,7.56055556 Z M8.44865206,3 C9.0009368,3 9.44865206,3.44771525 9.44865206,4 C9.44865206,4.51283584 9.06261186,4.93550716 8.56527318,4.99327227 L8.44865206,5 L5.77777778,5 C5.38401921,5 5.05860197,5.29260403 5.00710019,5.67223794 L5,5.77777778 L5,8.44637794 C5,8.99866269 4.55228475,9.44637794 4,9.44637794 C3.48716416,9.44637794 3.06449284,9.06033775 3.00672773,8.56299907 L3,8.44637794 L3,5.77777778 C3,4.30047289 4.15323697,3.09252093 5.6085633,3.00506949 L5.77777778,3 L8.44865206,3 Z M18.2264298,3 C19.7037347,3 20.9116867,4.15323697 20.9991381,5.6085633 L21.0042076,5.77777778 L21.0042076,8.44637794 C21.0042076,8.99866269 20.5564924,9.44637794 20.0042076,9.44637794 C19.4913718,9.44637794 19.0687004,9.06033775 19.0109353,8.56299907 L19.0042076,8.44637794 L19.0042076,5.77777778 C19.0042076,5.38401921 18.7116036,5.05860197 18.3319697,5.00710019 L18.2264298,5 L15.5555556,5 C15.0032708,5 14.5555556,4.55228475 14.5555556,4 C14.5555556,3.48716416 14.9415957,3.06449284 15.4389344,3.00672773 L15.5555556,3 L18.2264298,3 Z"})}),openQuote:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M7.08733051,4 C9.34470083,4 11.174661,5.8299602 11.174661,8.08733051 C11.174661,8.91598544 10.9280665,9.68704512 10.5042569,10.3311301 L6.51621341,18.7289079 C6.29176388,19.2015374 5.72666973,19.4027269 5.25404031,19.1782774 C4.81517013,18.96986 4.61034759,18.4677235 4.76303321,18.0186395 L4.80467085,17.9161043 L7.543912,12.1494455 C7.39401506,12.1661064 7.24167181,12.174661 7.08733051,12.174661 C4.8299602,12.174661 3,10.3447008 3,8.08733051 C3,5.8299602 4.8299602,4 7.08733051,4 Z M16.1151943,4 C18.3725646,4 20.2025248,5.8299602 20.2025248,8.08733051 C20.2025248,8.91598544 19.9559303,9.68704512 19.5321207,10.3311301 L15.5440772,18.7289079 C15.3196277,19.2015374 14.7545335,19.4027269 14.2819041,19.1782774 C13.8430339,18.96986 13.6382114,18.4677235 13.790897,18.0186395 L13.8325346,17.9161043 L16.5717758,12.1494455 C16.4218788,12.1661064 16.2695356,12.174661 16.1151943,12.174661 C13.857824,12.174661 12.0278638,10.3447008 12.0278638,8.08733051 C12.0278638,5.8299602 13.857824,4 16.1151943,4 Z",transform:"rotate(180 11.601 11.635)"})}),password:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M17.5428932,4.29289322 C17.9334175,3.90236893 18.5665825,3.90236893 18.9571068,4.29289322 C19.3175907,4.65337718 19.3453203,5.22060824 19.0402954,5.61289944 L18.9571068,5.70710678 L18.1650627,6.5 L19.7071068,8.04289322 C20.0675907,8.40337718 20.0953203,8.97060824 19.7902954,9.36289944 L19.7071068,9.45710678 L17.0821068,12.0821068 C16.7216228,12.4425907 16.1543918,12.4703203 15.7621006,12.1652954 L15.6678932,12.0821068 L14.1240627,10.539 L12.3911512,12.2733281 C13.1197025,13.3508647 13.4151541,14.6733652 13.2034404,15.9692703 L13.1545933,16.2267235 L13.0986132,16.4591813 C12.6265706,18.2367392 11.2382392,19.6250706 9.4606813,20.0971132 C7.68312341,20.5691559 5.7889163,20.0525252 4.48971179,18.7357118 C2.54747922,16.72477 2.57525588,13.5282773 4.5521416,11.5513916 C6.29098356,9.81254963 8.97340176,9.58167953 10.9626579,10.8730041 L13.4178932,8.41789322 L17.5428932,4.29289322 Z M10.3470382,12.9275382 C9.12085418,11.7432501 7.17177328,11.760187 5.96635516,12.9656052 C4.76093704,14.1710233 4.74400005,16.1201042 5.92082866,17.3386468 C6.70847803,18.1369224 7.86348236,18.4519412 8.94735913,18.1641103 C10.0312359,17.8762794 10.8777794,17.0297359 11.1656103,15.9458591 C11.4534412,14.8619824 11.1384224,13.706978 10.3401468,12.9193287 L10.3401468,12.9193287 Z M16.7490627,7.915 L15.5390627,9.125 L16.375,9.96 L17.585,8.75 L16.7490627,7.915 Z"})}),phishing:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18.2231634,4 C18.9665454,4 19.4500412,4.7823125 19.1175906,5.4472136 L19.1175906,5.4472136 L16.5675733,10.546 L16.567382,12.9183695 L16.5616542,13.4923227 C16.5582143,13.7583332 16.5532963,13.9848295 16.5455581,14.2047327 C16.4466869,17.0144399 15.8128933,18.824476 13.9530042,19.8554294 C11.3389101,21.3044454 8.04510852,20.359963 6.5960925,17.7458689 C5.18241834,15.1955332 6.04691042,11.9982421 8.51736797,10.4982385 L8.70565297,10.3889572 L8.7123427,10.4007918 C8.77574742,10.3725806 8.84307011,10.3505799 8.91371863,10.3356978 C9.41554158,10.2299892 9.90870906,10.5206159 10.067748,10.9953677 L10.0983698,11.1080976 L10.7677173,14.2856423 C10.8815574,14.826067 10.5357422,15.3564534 9.99531747,15.4702935 C9.49349452,15.5760022 9.00032704,15.2853754 8.84128813,14.8106237 L8.81066626,14.6978937 L8.49776639,13.2176402 C7.80670864,14.246864 7.70301687,15.6174826 8.34533192,16.7762496 C9.25884202,18.4242655 11.3353691,19.0197 12.9833849,18.1061899 C14.0461888,17.5170681 14.4703927,16.3055943 14.5467952,14.134398 L14.5682445,12.8155839 L14.5675733,10.513 L12.0346186,5.4472136 C11.7196654,4.8173073 12.1370297,4.08202345 12.8139105,4.00637004 L12.9290458,4 Z M16.6052092,6.00011765 L14.5482092,6.00011765 L15.5762092,8.05811765 L16.6052092,6.00011765 Z"})}),phoneAndTablet:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M19.0018081,9.66920883 C20.1123938,9.66920883 21.0018081,10.5915644 21.0018081,11.7062459 L21.0018081,11.7062459 L21.0018081,18.9655051 C21.0018081,20.0801866 20.1123938,21.0025422 19.0018081,21.0025422 L19.0018081,21.0025422 L15.0018081,21.0025422 C13.8912223,21.0025422 13.0018081,20.0801866 13.0018081,18.9655051 L13.0018081,18.9655051 L13.0018081,11.7062459 C13.0018081,10.5915644 13.8912223,9.66920883 15.0018081,9.66920883 L15.0018081,9.66920883 Z M13.9047619,3 C15.30921,3 16.4636041,4.08381165 16.5503261,5.45950846 L16.5555556,5.62594244 L16.5555556,7.78817083 C16.5555556,8.34045558 16.1078403,8.78817083 15.5555556,8.78817083 C15.0427197,8.78817083 14.6200484,8.40213064 14.5622833,7.90479195 L14.5555556,7.78817083 L14.5555556,5.62594244 C14.5555556,5.31478365 14.3175362,5.05206031 14.0016903,5.00686399 L13.9047619,5 L5.65079365,5 C5.32098434,5 5.05298233,5.23443618 5.00698039,5.53421696 L5,5.62594244 L5,16.6010539 C5,16.9122127 5.23801934,17.1749361 5.55386527,17.2201324 L5.65079365,17.2269964 L11.1133898,17.2269964 C11.6656745,17.2269964 12.1133898,17.6747116 12.1133898,18.2269964 C12.1133898,18.7398322 11.7273496,19.1625035 11.2300109,19.2202687 L11.1133898,19.2269964 L5.65079365,19.2269964 C4.24634551,19.2269964 3.09195144,18.1431847 3.00522948,16.7674879 L3,16.6010539 L3,5.62594244 C3,4.22816191 4.10037683,3.09058946 5.48351246,3.00515161 L5.65079365,3 L13.9047619,3 Z M19.0018081,11.6692088 L18.745,11.669 L18.348606,12.1520455 C18.1857875,12.3499307 17.9543991,12.4764769 17.7033394,12.5085945 L17.5763966,12.5166773 L16.4222635,12.5166773 C16.1655387,12.5166773 15.9203998,12.418044 15.7359865,12.2440274 L15.6490677,12.1508448 L15.256,11.673 L15.0065128,11.6730201 L15.0018081,11.7062459 L15.0018081,18.9655051 C15.0018081,18.9915644 15.0123938,19.0025422 15.0018081,19.0025422 L15.0018081,19.0025422 L18.9971033,18.9987309 L19.0018081,18.9655051 L19.0018081,11.7062459 C19.0018081,11.6801866 18.9912223,11.6692088 19.0018081,11.6692088 L19.0018081,11.6692088 Z M9.785,13.6666667 C10.3372847,13.6666667 10.785,14.1143819 10.785,14.6666667 C10.785,15.1795025 10.3989598,15.6021738 9.90162113,15.6599389 L9.785,15.6666667 C9.22549303,15.6666667 8.77777778,15.2189514 8.77777778,14.6666667 C8.77777778,14.1538308 9.16381797,13.7311595 9.66115665,13.6733944 L9.785,13.6666667 Z"})}),pinOff:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M4.61289944,3.20970461 L4.70710678,3.29289322 L7.571,6.156 L7.59046303,6.16980083 C7.6650199,6.22728666 7.72955739,6.29380339 7.78345092,6.36684453 L9.60573056,8.19210525 C10.1534077,7.46792935 11.0220585,7 12,7 C13.6568542,7 15,8.34314575 15,10 C15,10.9779415 14.5320706,11.8465923 13.8078948,12.3942694 L16.5484947,15.1325741 C16.552063,15.13507 16.5556205,15.1375924 16.5591669,15.1401414 C16.6530567,15.2076237 16.7317717,15.2883659 16.7945928,15.3779732 L20.7071068,19.2928932 C21.0976311,19.6834175 21.0976311,20.3165825 20.7071068,20.7071068 C20.3466228,21.0675907 19.7793918,21.0953203 19.3871006,20.7902954 L19.2928932,20.7071068 L16.0616637,17.4756317 C15.961326,17.5970566 15.8590854,17.717687 15.7550331,17.8375048 C15.0658087,18.6311572 14.3298067,19.3537773 13.593301,19.9935701 L13.27803,20.2625531 C12.9819147,20.5104286 12.7454404,20.6943589 12.5881717,20.8087361 C12.2375212,21.0637546 11.7624788,21.0637546 11.4118283,20.8087361 L11.2288824,20.6713822 C11.0209838,20.5112594 10.7404011,20.2834528 10.406699,19.9935701 C9.67019326,19.3537773 8.93419129,18.6311572 8.24496688,17.8375048 C6.22691314,15.5136853 5,13.059859 5,10.5454545 C5,9.35242893 5.25774455,8.19828293 5.74271387,7.15863857 L3.29289322,4.70710678 C2.90236893,4.31658249 2.90236893,3.68341751 3.29289322,3.29289322 C3.65337718,2.93240926 4.22060824,2.90467972 4.61289944,3.20970461 Z M7,10.5454545 C7,12.4855954 8.02308686,14.5317691 9.75503312,16.5261315 C10.3783087,17.2438428 11.0485567,17.9019045 11.718301,18.4837026 L12,18.723 L12.281699,18.4837026 C12.9514433,17.9019045 13.6216913,17.2438428 14.2449669,16.5261315 C14.3805971,16.3699513 14.5125361,16.2125399 14.6405054,16.0540113 L7.28393198,8.69901123 C7.09759531,9.28392233 7,9.90605639 7,10.5454545 Z M12,3 C15.8863552,3 19,6.39670336 19,10.5454545 C19,11.4844244 18.8237785,12.42715 18.4909504,13.3678372 C18.3067351,13.8884937 17.7353235,14.1612331 17.2146671,13.9770177 C16.6940106,13.7928023 16.4212713,13.2213908 16.6054867,12.7007343 C16.8655288,11.9657653 17,11.2463896 17,10.5454545 C17,7.46429624 14.7410618,5 12,5 C11.1819342,5 10.3933646,5.21765505 9.68398758,5.63024762 C9.20658144,5.90791976 8.59446955,5.74600334 8.31679741,5.2685972 C8.03912528,4.79119105 8.20104169,4.17907916 8.67844784,3.90140702 C9.6897321,3.31321716 10.8245255,3 12,3 Z M12,9 C11.5710898,9 11.205248,9.27002785 11.0632014,9.64935664 L12.3506434,10.9367986 C12.7299721,10.794752 13,10.4289102 13,10 C13,9.44771525 12.5522847,9 12,9 Z"})}),pinOn:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C15.8863552,3 19,6.39670336 19,10.5454545 C19,13.059859 17.7730869,15.5136853 15.7550331,17.8375048 C15.0658087,18.6311572 14.3298067,19.3537773 13.593301,19.9935701 C13.2595989,20.2834528 12.9790162,20.5112594 12.7711176,20.6713822 L12.7711176,20.6713822 L12.5881717,20.8087361 C12.2375212,21.0637546 11.7624788,21.0637546 11.4118283,20.8087361 C11.2545596,20.6943589 11.0180853,20.5104286 10.72197,20.2625531 L10.72197,20.2625531 L10.406699,19.9935701 C9.67019326,19.3537773 8.93419129,18.6311572 8.24496688,17.8375048 C6.22691314,15.5136853 5,13.059859 5,10.5454545 C5,6.39670336 8.11364479,3 12,3 Z M12,5 C9.25893825,5 7,7.46429624 7,10.5454545 C7,12.4855954 8.02308686,14.5317691 9.75503312,16.5261315 C10.3783087,17.2438428 11.0485567,17.9019045 11.718301,18.4837026 L11.718301,18.4837026 L11.9992214,18.7235087 L12.281699,18.4837026 C12.9514433,17.9019045 13.6216913,17.2438428 14.2449669,16.5261315 C15.9769131,14.5317691 17,12.4855954 17,10.5454545 C17,7.46429624 14.7410618,5 12,5 Z M12,7 C13.6568542,7 15,8.34314575 15,10 C15,11.6568542 13.6568542,13 12,13 C10.3431458,13 9,11.6568542 9,10 C9,8.34314575 10.3431458,7 12,7 Z M12,9 C11.4477153,9 11,9.44771525 11,10 C11,10.5522847 11.4477153,11 12,11 C12.5522847,11 13,10.5522847 13,10 C13,9.44771525 12.5522847,9 12,9 Z"})}),privacy:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,3 C19.5976809,3 20.9036609,4.24891996 20.9949073,5.82372721 L21,6 L21,10.6830028 C21,11.2352876 20.5522847,11.6830028 20,11.6830028 C19.4871642,11.6830028 19.0644928,11.2969626 19.0067277,10.7996239 L19,10.6830028 L19,6 C19,5.48716416 18.6139598,5.06449284 18.1166211,5.00672773 L18,5 L6,5 C5.48716416,5 5.06449284,5.38604019 5.00672773,5.88337887 L5,6 L5,18 C5,18.5128358 5.38604019,18.9355072 5.88337887,18.9932723 L6,19 L6,17 C6,15.1314366 7.4642776,13.6048736 9.3079648,13.5051789 L9.5,13.5 L14.2198749,13.4993682 C14.3299227,13.3621048 14.4765616,13.2532889 14.6488766,13.1886708 L14.6488766,13.1886708 L17.6488766,12.0636708 C17.8752617,11.9787764 18.1247383,11.9787764 18.3511234,12.0636708 L18.3511234,12.0636708 L21.3511234,13.1886708 C21.7414272,13.3350347 22,13.7081554 22,14.125 L22,14.125 L22,16.75 C22,18.0788235 21.2917403,19.2297454 20.1585046,20.2213267 C19.5219707,20.7782939 18.8919326,21.1720677 18.4472136,21.3944272 C18.1656861,21.5351909 17.8343139,21.5351909 17.5527864,21.3944272 C17.1080674,21.1720677 16.4780293,20.7782939 15.8414954,20.2213267 C14.7082597,19.2297454 14,18.0788235 14,16.75 L14,16.75 L14,15.5 L9.5,15.5 C8.72030388,15.5 8.07955132,16.0948881 8.00686658,16.85554 L8,17 L8,19 L13.1949645,19 C13.7472493,19 14.1949645,19.4477153 14.1949645,20 C14.1949645,20.5128358 13.8089244,20.9355072 13.3115857,20.9932723 L13.1949645,21 L6,21 C4.40231912,21 3.09633912,19.75108 3.00509269,18.1762728 L3,18 L3,6 C3,4.40231912 4.24891996,3.09633912 5.82372721,3.00509269 L6,3 L18,3 Z M18,14.068 L16,14.818 L16,16.75 C16,17.3407014 16.3550924,17.9631651 16.9931396,18.5659239 L16.9931396,18.5659239 L17.1585046,18.7161733 C17.443185,18.9652686 17.7523034,19.1893795 18.0612489,19.3824704 L18,19.342 L18.1701081,19.2319303 C18.323855,19.1278184 18.4761069,19.0163288 18.6237875,18.8982159 L18.6237875,18.8982159 L18.8414954,18.7161733 C19.5832597,18.0671296 20,17.3899265 20,16.75 L20,16.75 L20,14.818 L18,14.068 Z M12,6 C13.9329966,6 15.5,7.56700338 15.5,9.5 C15.5,11.4329966 13.9329966,13 12,13 C10.0670034,13 8.5,11.4329966 8.5,9.5 C8.5,7.56700338 10.0670034,6 12,6 Z M12,8 C11.1715729,8 10.5,8.67157288 10.5,9.5 C10.5,10.3284271 11.1715729,11 12,11 C12.8284271,11 13.5,10.3284271 13.5,9.5 C13.5,8.67157288 12.8284271,8 12,8 Z"})}),protocol:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18,3 C19.6568542,3 21,4.34314575 21,6 L21,6 L21,18 C21,19.6568542 19.6568542,21 18,21 L18,21 L6,21 C4.34314575,21 3,19.6568542 3,18 L3,18 L3,6 C3,4.34314575 4.34314575,3 6,3 L6,3 Z M18,5 L6,5 C5.44771525,5 5,5.44771525 5,6 L5,6 L5,18 C5,18.5522847 5.44771525,19 6,19 L6,19 L18,19 C18.5522847,19 19,18.5522847 19,18 L19,18 L19,6 C19,5.44771525 18.5522847,5 18,5 L18,5 Z M14.8625592,11.2854686 C15.3753951,11.2854686 15.7980664,11.6715088 15.8558315,12.1688475 L15.8625592,12.2854686 L15.8626617,14.1681239 L15.8715549,14.1587314 C16.2320389,13.7982474 16.79927,13.7705179 17.1915612,14.0755428 L17.2857685,14.1587314 C17.6462525,14.5192154 17.673982,15.0864464 17.3689571,15.4787376 L17.2857685,15.572945 L15.5714828,17.2872307 C15.2109988,17.6477146 14.6437678,17.6754442 14.2514766,17.3704193 L14.1572692,17.2872307 L12.4429835,15.572945 C12.0524592,15.1824207 12.0524592,14.5492557 12.4429835,14.1587314 C12.8034675,13.7982474 13.3706985,13.7705179 13.7629897,14.0755428 L13.8571971,14.1587314 L13.8626617,14.1641239 L13.8625592,12.2854686 C13.8625592,11.7331839 14.3102745,11.2854686 14.8625592,11.2854686 Z M9.75575659,6.63827604 L9.84996392,6.72146465 L11.5642496,8.43575036 L11.6474382,8.5299577 C11.9270444,8.88955797 11.9270444,9.39615631 11.6474382,9.75575659 L11.5642496,9.84996392 L11.4700423,9.93315253 C11.110442,10.2127587 10.6038437,10.2127587 10.2442434,9.93315253 L10.1500361,9.84996392 L10.1411429,9.84057143 L10.1410404,11.7232267 L10.1343126,11.8398478 C10.0765475,12.3371865 9.6538762,12.7232267 9.14104036,12.7232267 C8.62820452,12.7232267 8.2055332,12.3371865 8.14776809,11.8398478 L8.14104036,11.7232267 L8.14114286,9.84457143 L8.13567821,9.84996392 L8.04147087,9.93315253 C7.64917966,10.2381774 7.08194861,10.2104479 6.72146465,9.84996392 C6.36098069,9.48947996 6.33325115,8.92224891 6.63827604,8.5299577 L6.72146465,8.43575036 L8.43575036,6.72146465 L8.5299577,6.63827604 C8.88955797,6.35866989 9.39615631,6.35866989 9.75575659,6.63827604 Z"})}),qrCode:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M4,14.5555556 C4.51283584,14.5555556 4.93550716,14.9415957 4.99327227,15.4389344 L5,15.5555556 L5,18.2241557 C5,18.6179143 5.29260403,18.9433315 5.67223794,18.9948333 L5.77777778,19.0019335 L8.44865206,19.0019335 C9.0009368,19.0019335 9.44865206,19.4496488 9.44865206,20.0019335 C9.44865206,20.5147693 9.06261186,20.9374407 8.56527318,20.9952058 L8.44865206,21.0019335 L5.77777778,21.0019335 C4.30047289,21.0019335 3.09252093,19.8486965 3.00506949,18.3933702 L3,18.2241557 L3,15.5555556 C3,15.0032708 3.44771525,14.5555556 4,14.5555556 Z M20.0042076,14.5555556 C20.5170434,14.5555556 20.9397148,14.9415957 20.9974799,15.4389344 L21.0042076,15.5555556 L21.0042076,18.2241557 C21.0042076,19.7014606 19.8509706,20.9094126 18.3956443,20.996864 L18.2264298,21.0019335 L15.5555556,21.0019335 C15.0032708,21.0019335 14.5555556,20.5542183 14.5555556,20.0019335 C14.5555556,19.4890977 14.9415957,19.0664263 15.4389344,19.0086612 L15.5555556,19.0019335 L18.2264298,19.0019335 C18.6201884,19.0019335 18.9456056,18.7093295 18.9971074,18.3296956 L19.0042076,18.2241557 L19.0042076,15.5555556 C19.0042076,15.0032708 19.4519229,14.5555556 20.0042076,14.5555556 Z M16.4444444,12.7777778 C16.9572803,12.7777778 17.3799516,13.163818 17.4377167,13.6611567 L17.4444444,13.7777778 L17.4444444,16.4444444 C17.4444444,16.9572803 17.0584043,17.3799516 16.5610656,17.4377167 L16.4444444,17.4444444 L13.7777778,17.4444444 C13.225493,17.4444444 12.7777778,16.9967292 12.7777778,16.4444444 C12.7777778,15.9316086 13.163818,15.5089373 13.6611567,15.4511722 L13.7777778,15.4444444 L15.444,15.444 L15.4444444,13.7777778 C15.4444444,13.2649419 15.8304846,12.8422706 16.3278233,12.7845055 L16.4444444,12.7777778 Z M10.2222222,12.7777778 C10.774507,12.7777778 11.2222222,13.225493 11.2222222,13.7777778 L11.2222222,13.7777778 L11.2222222,16.4444444 C11.2222222,16.9967292 10.774507,17.4444444 10.2222222,17.4444444 L10.2222222,17.4444444 L7.55555556,17.4444444 C7.00327081,17.4444444 6.55555556,16.9967292 6.55555556,16.4444444 L6.55555556,16.4444444 L6.55555556,13.7777778 C6.55555556,13.225493 7.00327081,12.7777778 7.55555556,12.7777778 L7.55555556,12.7777778 Z M9.222,14.777 L8.555,14.777 L8.555,15.444 L9.222,15.444 L9.222,14.777 Z M13.7817373,12.7505233 C14.2945731,12.7505233 14.7172444,13.1365635 14.7750095,13.6339022 L14.7817373,13.7777778 C14.7817373,14.3300625 14.334022,14.7777778 13.7817373,14.7777778 C13.2689014,14.7777778 12.8462301,14.3917376 12.788465,13.8943989 L12.7817373,13.7505233 C12.7817373,13.1982386 13.2294525,12.7505233 13.7817373,12.7505233 Z M10.2222222,6.55555556 C10.774507,6.55555556 11.2222222,7.00327081 11.2222222,7.55555556 L11.2222222,7.55555556 L11.2222222,10.2222222 C11.2222222,10.774507 10.774507,11.2222222 10.2222222,11.2222222 L10.2222222,11.2222222 L7.55555556,11.2222222 C7.00327081,11.2222222 6.55555556,10.774507 6.55555556,10.2222222 L6.55555556,10.2222222 L6.55555556,7.55555556 C6.55555556,7.00327081 7.00327081,6.55555556 7.55555556,6.55555556 L7.55555556,6.55555556 Z M16.4444444,6.55555556 C16.9967292,6.55555556 17.4444444,7.00327081 17.4444444,7.55555556 L17.4444444,7.55555556 L17.4444444,10.2222222 C17.4444444,10.774507 16.9967292,11.2222222 16.4444444,11.2222222 L16.4444444,11.2222222 L13.7777778,11.2222222 C13.225493,11.2222222 12.7777778,10.774507 12.7777778,10.2222222 L12.7777778,10.2222222 L12.7777778,7.55555556 C12.7777778,7.00327081 13.225493,6.55555556 13.7777778,6.55555556 L13.7777778,6.55555556 Z M8.44865206,3 C9.0009368,3 9.44865206,3.44771525 9.44865206,4 C9.44865206,4.51283584 9.06261186,4.93550716 8.56527318,4.99327227 L8.44865206,5 L5.77777778,5 C5.38401921,5 5.05860197,5.29260403 5.00710019,5.67223794 L5,5.77777778 L5,8.44637794 C5,8.99866269 4.55228475,9.44637794 4,9.44637794 C3.48716416,9.44637794 3.06449284,9.06033775 3.00672773,8.56299907 L3,8.44637794 L3,5.77777778 C3,4.30047289 4.15323697,3.09252093 5.6085633,3.00506949 L5.77777778,3 L8.44865206,3 Z M18.2264298,3 C19.7037347,3 20.9116867,4.15323697 20.9991381,5.6085633 L21.0042076,5.77777778 L21.0042076,8.44637794 C21.0042076,8.99866269 20.5564924,9.44637794 20.0042076,9.44637794 C19.4913718,9.44637794 19.0687004,9.06033775 19.0109353,8.56299907 L19.0042076,8.44637794 L19.0042076,5.77777778 C19.0042076,5.38401921 18.7116036,5.05860197 18.3319697,5.00710019 L18.2264298,5 L15.5555556,5 C15.0032708,5 14.5555556,4.55228475 14.5555556,4 C14.5555556,3.48716416 14.9415957,3.06449284 15.4389344,3.00672773 L15.5555556,3 L18.2264298,3 Z M9.222,8.555 L8.555,8.555 L8.555,9.222 L9.222,9.222 L9.222,8.555 Z M15.444,8.555 L14.777,8.555 L14.777,9.222 L15.444,9.222 L15.444,8.555 Z"})}),radioChecked:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,7.11111111 C14.7000588,7.11111111 16.8888889,9.29994122 16.8888889,12 C16.8888889,14.7000588 14.7000588,16.8888889 12,16.8888889 C9.29994122,16.8888889 7.11111111,14.7000588 7.11111111,12 C7.11111111,9.29994122 9.29994122,7.11111111 12,7.11111111 Z M12,9.11111111 C10.4045107,9.11111111 9.11111111,10.4045107 9.11111111,12 C9.11111111,13.5954893 10.4045107,14.8888889 12,14.8888889 C13.5954893,14.8888889 14.8888889,13.5954893 14.8888889,12 C14.8888889,10.4045107 13.5954893,9.11111111 12,9.11111111 Z"})}),radioUnchecked:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C7.02943725,3 3,7.02943725 3,12 C3,16.9705627 7.02943725,21 12,21 C16.9705627,21 21,16.9705627 21,12 C21,7.02943725 16.9705627,3 12,3 Z M12,5 C15.8659932,5 19,8.13400675 19,12 C19,15.8659932 15.8659932,19 12,19 C8.13400675,19 5,15.8659932 5,12 C5,8.13400675 8.13400675,5 12,5 Z"})}),ranking:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.4567901,13.6666667 C16.4292414,13.6666667 17.3478933,14.1886842 17.4373273,15.1104184 L17.4444444,15.2592593 L17.444,15.479 L19.0123457,15.4797387 C20.0978394,15.4797387 20.9253086,16.3978403 20.9952105,17.4916738 L21,17.6418524 L21,20.0352943 C21,20.587579 20.5522847,21.0352943 20,21.0352943 C19.4871642,21.0352943 19.0644928,20.6492541 19.0067277,20.1519154 L19,20.0352943 L19,17.6418524 C19,17.5461135 18.9769159,17.4998041 18.9924705,17.4851099 L19.0123457,17.4797387 L17.444,17.479 L17.4444444,19.9919885 C17.4444444,20.5442732 16.9967292,20.9919885 16.4444444,20.9919885 C15.9316086,20.9919885 15.5089373,20.6059483 15.4511722,20.1086096 L15.4444444,19.9919885 L15.444,15.666 L8.555,15.666 L8.55555556,19.9919885 C8.55555556,20.5048243 8.16951537,20.9274956 7.67217668,20.9852608 L7.55555556,20.9919885 C7.04271972,20.9919885 6.62004839,20.6059483 6.56228329,20.1086096 L6.55555556,19.9919885 L6.555,17.479 L4.98765432,17.4797387 L5.00752946,17.4851099 C5.02308408,17.4998041 5,17.5461135 5,17.6418524 L5,17.6418524 L5,20.0352943 L4.99327227,20.1519154 C4.93550716,20.6492541 4.51283584,21.0352943 4,21.0352943 C3.44771525,21.0352943 3,20.587579 3,20.0352943 L3,20.0352943 L3,17.6418524 L3.00478949,17.4916738 C3.07469137,16.3978403 3.90216064,15.4797387 4.98765432,15.4797387 L4.98765432,15.4797387 L6.555,15.479 L6.55555556,15.2592593 C6.55555556,14.2957885 7.42558485,13.7255974 8.39022507,13.6709869 L8.54320988,13.6666667 L15.4567901,13.6666667 Z M11.1032639,3.55743429 C11.4700776,2.81418857 12.5299224,2.81418857 12.8967361,3.55743429 L12.8967361,3.55743429 L13.969,5.733 L16.3707162,6.08142857 C17.1518784,6.19493808 17.4861379,7.11460387 17.0034984,7.70169494 L17.0034984,7.70169494 L16.9249295,7.78712194 L15.188,9.48 L15.5979872,11.8710305 C15.7317289,12.6508045 14.9565525,13.2538642 14.2477399,12.9716257 L14.2477399,12.9716257 L14.1470378,12.925207 L12,11.796 L9.85296223,12.925207 C9.15268155,13.2933663 8.33959502,12.7424854 8.38898462,11.9811481 L8.38898462,11.9811481 L8.40201278,11.8710305 L8.811,9.48 L7.07507046,7.78712194 C6.50981615,7.23613517 6.77996055,6.29563714 7.51550752,6.10435882 L7.51550752,6.10435882 L7.62928383,6.08142857 L10.03,5.733 Z M12,6.259 L11.5905466,7.08919461 C11.4448846,7.38433809 11.163319,7.58890746 10.8376089,7.63623592 L10.8376089,7.63623592 L9.922,7.769 L10.5845528,8.41506251 C10.7907781,8.61608252 10.8988981,8.89463205 10.8854327,9.17844718 L10.8854327,9.17844718 L10.8721494,9.30019394 L10.716,10.211 L11.5346589,9.78153524 C11.7895674,9.6475219 12.0878946,9.63077024 12.3536579,9.73128024 L12.3536579,9.73128024 L12.4653411,9.78153524 L13.283,10.211 L13.1278506,9.30019394 C13.0791674,9.01634913 13.1554238,8.7274465 13.3331399,8.50574997 L13.3331399,8.50574997 L13.4154472,8.41506251 L14.077,7.769 L13.1623911,7.63623592 C12.8773947,7.59482352 12.6261965,7.43302354 12.4702679,7.19549755 L12.4702679,7.19549755 L12.4094534,7.08919461 L12,6.259 Z"})}),rate:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M5.6,21 C4.21928813,21 3.08994524,19.9237614 3.00511518,18.5644281 L3,18.4 L3,12.8 C3,11.4192881 4.07623858,10.2899452 5.43557191,10.2051152 L5.6,10.2 L7.35,10.2 L10.2861885,3.59386153 C10.4288563,3.27285886 10.7276685,3.05330368 11.0698635,3.00847663 L11.2,3 C13.0777681,3 14.6,4.52223185 14.6,6.4 L14.6,6.4 L14.6,8.599 L18.1166763,8.60006412 C18.8158887,8.59214591 19.4859531,8.86606689 19.978326,9.3551592 L19.978326,9.3551592 L20.1080923,9.49383276 C20.6086426,10.0694656 20.8311491,10.835876 20.7164478,11.591562 L20.7164478,11.591562 L19.6126957,18.7899361 C19.4183028,20.0717847 18.3092513,21.0145289 17.024,21.000267 L17.024,21.000267 L5.6,21 Z M6.999,19 L6.999,12.2 L5.6,12.2 C5.30176624,12.2 5.05435325,12.4175896 5.00785299,12.7026769 L5,12.8 L5,18.4 C5,18.6982338 5.21758961,18.9456468 5.50267688,18.992147 L5.6,19 L6.999,19 Z M11.791,5.131 L9,11.41 L9,19 L17.0351743,19.0002042 C17.3011914,19.0031389 17.533018,18.8315312 17.6129343,18.5844414 L17.6129343,18.5844414 L17.6355522,18.488438 L18.7393237,11.2899359 C18.7657405,11.1158925 18.7143929,10.9390285 18.5988813,10.8061902 C18.4833697,10.6733518 18.3153492,10.5979425 18.128,10.6 L18.128,10.6 L13.6,10.6 C13.0477153,10.6 12.6,10.1522847 12.6,9.6 L12.6,9.6 L12.6,6.4 C12.6,5.85421272 12.2876838,5.3813708 11.8320189,5.15044193 L11.8320189,5.15044193 L11.791,5.131 Z"})}),recent:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,5.51428571 C12.5128358,5.51428571 12.9355072,5.9003259 12.9932723,6.39766459 L13,6.51428571 L13,11.382 L16.1043565,12.9341442 C16.5630508,13.1634914 16.7684571,13.6978006 16.5977071,14.1684672 L16.55157,14.275785 C16.3222229,14.7344793 15.7879137,14.9398856 15.3172471,14.7691357 L15.2099293,14.7229986 L11.5527864,12.8944272 C11.251645,12.7438565 11.0490966,12.4535358 11.0078036,12.1248553 L11,12 L11,6.51428571 C11,5.96200096 11.4477153,5.51428571 12,5.51428571 Z"})}),reconnect:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M8.36363636,12 C8.91592111,12 9.36363636,12.4477153 9.36363636,13 C9.36363636,13.5128358 8.97759617,13.9355072 8.48025749,13.9932723 L8.36363636,14 L6.523,13.9993487 L8.0818294,15.4639795 C9.4278709,16.8106958 11.3707114,17.3726644 13.2278346,16.9524669 C15.0849577,16.5322693 16.5966397,15.1886713 17.2318294,13.3936765 C17.4160695,12.8730288 17.987494,12.6003166 18.5081417,12.7845567 C19.0287894,12.9687968 19.3015016,13.5402213 19.1172615,14.060869 C18.252987,16.503239 16.1961082,18.3314133 13.6692029,18.9031575 C11.2325443,19.4544823 8.68743591,18.7631689 6.88673949,17.0896388 L6.68976887,16.8996622 L5,15.3123487 L5,17.3636364 C5,17.8764722 4.61395981,18.2991435 4.11662113,18.3569086 L4,18.3636364 C3.48716416,18.3636364 3.06449284,17.9775962 3.00672773,17.4802575 L3,17.3636364 L3,13 L3.00005439,12.989057 C3.00027188,12.9687012 3.00110725,12.9483472 3.00256145,12.9280255 L3,13 C3,12.9549654 3.00297693,12.9106261 3.00874473,12.8671682 C3.01233803,12.8402638 3.01720705,12.8124637 3.02325912,12.7848625 C3.02565698,12.7736756 3.02819254,12.7629877 3.03089806,12.7523677 C3.03587507,12.7329949 3.04156604,12.7131709 3.04788373,12.6934992 C3.05290496,12.6777895 3.05823342,12.6625354 3.06391586,12.6474547 C3.07078627,12.6292163 3.07821075,12.6111095 3.08619133,12.5931847 C3.0948625,12.573781 3.10422565,12.5544794 3.11417864,12.5355362 C3.1215475,12.5214035 3.12915731,12.5077135 3.13711499,12.494167 C3.15003595,12.472283 3.16377868,12.450815 3.17829745,12.429927 C3.18534852,12.4196979 3.19303688,12.4090796 3.20096079,12.3985789 C3.21767365,12.3764946 3.23469722,12.3557399 3.25251399,12.3357064 C3.25817182,12.3293372 3.26464883,12.3222453 3.27124694,12.3152234 L3.27977575,12.3062571 C3.2961717,12.2892393 3.31316515,12.2728011 3.33072233,12.2569763 L3.27124694,12.3152234 C3.30324777,12.2811675 3.33707196,12.2498522 3.37242565,12.2212868 C3.42984428,12.1750646 3.4924468,12.1349746 3.55924975,12.1021203 C3.57462419,12.0945315 3.58984902,12.0875421 3.60520855,12.0809534 C3.62787136,12.0711885 3.65146135,12.06207 3.67546356,12.053839 C3.68403207,12.0509843 3.69259634,12.0481843 3.70119049,12.0455025 C3.72810237,12.0369902 3.75555558,12.0296683 3.78344603,12.0235108 C3.80062293,12.0198281 3.81836257,12.0164023 3.83616947,12.0134586 C3.85166855,12.0107976 3.86746675,12.0085759 3.88337887,12.0067277 L3.8947474,12.0055375 C3.91375714,12.0035341 3.93281652,12.0020735 3.9519003,12.0011566 L4,12 L8.36363636,12 Z M17.1132605,6.00127033 L17.3102311,6.19124694 L18.998,7.77734875 L19,5.72727273 C19,5.21443689 19.3860402,4.79176557 19.8833789,4.73400046 L20,4.72727273 C20.5128358,4.72727273 20.9355072,5.11331292 20.9932723,5.6106516 L21,5.72727273 L21,10.0909091 L20.9999456,10.101852 C20.9998137,10.114199 20.9994544,10.1265453 20.9988677,10.1388841 L21,10.0909091 C21,10.1359936 20.9970165,10.1803812 20.9912361,10.2238853 C20.9895669,10.2361271 20.9876821,10.2485093 20.985564,10.2608608 C20.9813469,10.2857222 20.9762874,10.3097583 20.9703822,10.3334598 C20.9650664,10.3546184 20.958959,10.3761035 20.9521163,10.3974099 C20.947095,10.4131196 20.9417666,10.4283737 20.9360841,10.4434544 C20.9292137,10.4616928 20.9217893,10.4797995 20.9138087,10.4977244 C20.9051375,10.5171281 20.8957743,10.5364297 20.8858214,10.5553729 C20.8784525,10.5695056 20.8708427,10.5831956 20.862885,10.5967421 C20.8492127,10.6199053 20.8346208,10.6425881 20.8191628,10.6646188 C20.8137585,10.672395 20.8080064,10.6803414 20.8021224,10.6882225 C20.7830152,10.7137774 20.7628765,10.7382544 20.7416398,10.761719 C20.7376942,10.7660778 20.7332518,10.7708981 20.7287531,10.7756857 L20.7213233,10.7835095 C20.704588,10.8009343 20.6872275,10.8177542 20.6692777,10.8339328 L20.7287531,10.7756857 C20.6967522,10.8097416 20.662928,10.8410569 20.6275743,10.8696223 C20.5819153,10.906355 20.5329938,10.9392412 20.4812847,10.967686 C20.4529798,10.9833219 20.4241314,10.99737 20.3947915,11.0099557 C20.3718132,11.0198565 20.3478954,11.0290876 20.3235546,11.0374062 C20.3182302,11.0391442 20.3129642,11.04089 20.3076865,11.0425911 C20.2779612,11.0522861 20.2475272,11.0605602 20.216554,11.0673983 C20.1963846,11.0717434 20.17562,11.0756546 20.1547682,11.0789061 C20.1422769,11.0809487 20.1294863,11.0826871 20.1166211,11.0841814 C20.0829501,11.0877698 20.0585387,11.0894942 20.0340975,11.0903276 L20,11.0909091 L15.6363636,11.0909091 C15.0840789,11.0909091 14.6363636,10.6431938 14.6363636,10.0909091 C14.6363636,9.57807325 15.0224038,9.15540193 15.5197425,9.09763682 L15.6363636,9.09090909 L17.475,9.08934875 L15.9181706,7.62692957 C14.5721291,6.2802133 12.6292886,5.71824467 10.7721654,6.13844224 C8.91504228,6.5586398 7.40336029,7.90223776 6.7681706,9.6972326 C6.58393048,10.2178803 6.01250601,10.4905925 5.49185831,10.3063524 C4.97121061,10.1221123 4.69849838,9.55068783 4.88273849,9.03004013 C5.747013,6.5876701 7.80389177,4.75949583 10.3307971,4.1877516 C12.7674557,3.63642681 15.3125641,4.32774024 17.1132605,6.00127033 Z"})}),reddit:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M13.4911352,3.3431193 L13.5344372,3.34449815 C13.5430485,3.34497089 13.5516692,3.34555663 13.5602974,3.34625637 C13.5673481,3.34690299 13.5750026,3.34760961 13.5826641,3.34840626 L13.6141379,3.35210072 C13.634768,3.35490899 13.655419,3.35837745 13.6760659,3.36251974 L13.6979569,3.36720319 L16.2373256,3.93302776 L16.3383308,3.96079925 C16.6149477,3.76098813 16.9547547,3.64323841 17.3220637,3.64323841 C18.2509063,3.64323841 19.0038819,4.39621406 19.0038819,5.3250566 C19.0038819,6.25389913 18.2509063,7.00687478 17.3220637,7.00687478 C16.5839886,7.00687478 15.956959,6.53143243 15.7305313,5.87010406 L14.1756396,5.52305102 L13.8260524,6.71646097 C15.8208885,7.09621588 17.5527113,8.08538048 18.717572,9.45121235 C19.0374699,9.34691566 19.3921605,9.33149989 19.7433074,9.42558941 C20.7132457,9.68548361 21.2888503,10.6824599 21.028956,11.6523983 C20.9029734,12.1225718 20.6037924,12.5000853 20.2184499,12.7346881 C20.2542779,12.9999872 20.2727273,13.2706842 20.2727273,13.5454545 C20.2727273,17.4585153 16.5309828,20.5454545 12,20.5454545 C7.46901723,20.5454545 3.72727273,17.4585153 3.72727273,13.5454545 C3.72727273,13.2706842 3.74572206,12.9999872 3.78159848,12.7341463 C3.39620759,12.5000853 3.09702657,12.1225718 2.97104395,11.6523983 C2.71114975,10.6824599 3.28675428,9.68548361 4.25669265,9.42558941 C4.60747487,9.33159759 4.96179348,9.34688376 5.28350401,9.45057989 C6.79087855,7.68251164 9.25008349,6.54545455 12,6.54545455 L11.7916396,6.54705102 L12.520886,4.06184237 L12.5276396,4.04205102 L12.5363367,4.01341262 C12.5402773,4.00208843 12.5444082,3.99087205 12.548725,3.97976635 L12.520886,4.06184237 C12.5341647,4.01656539 12.5503645,3.97294047 12.5692196,3.93111273 C12.5779583,3.91155375 12.5873338,3.89244661 12.5972691,3.87373248 C12.605278,3.85874834 12.6135469,3.84407791 12.6221528,3.82967323 C12.6344267,3.80909484 12.6474691,3.78898931 12.6611736,3.7694387 C12.6686245,3.75876529 12.6766812,3.747737 12.6849451,3.73689984 C12.6968015,3.7214134 12.7090405,3.70632031 12.7216858,3.69162186 C12.7341734,3.67702192 12.7471154,3.66282579 12.760431,3.64903849 C12.7712981,3.637883 12.7821297,3.62717883 12.7931897,3.61673533 C12.8088629,3.60185599 12.8249146,3.58765516 12.841384,3.5739982 C12.8531181,3.56433307 12.8650836,3.55485781 12.8772542,3.54566267 C12.8934296,3.53339075 12.910161,3.52154026 12.9272301,3.51021697 C12.9409498,3.50114049 12.9545733,3.49256573 12.9683963,3.4843216 C12.9859524,3.47385232 13.0040618,3.46379957 13.0224666,3.4543136 C13.0377538,3.4463987 13.0533815,3.43883914 13.069206,3.43168523 C13.0852329,3.42449376 13.101298,3.41773646 13.1175383,3.41139804 C13.1394736,3.40276921 13.1619135,3.39490707 13.1846494,3.38784435 C13.1943898,3.38488063 13.2044492,3.38192471 13.21456,3.37912583 C13.2390165,3.37230575 13.2633875,3.36654538 13.288017,3.36170292 C13.3015252,3.35908727 13.3152515,3.35667879 13.3290439,3.35455709 C13.3484557,3.35154571 13.3681339,3.34912147 13.3879332,3.34728637 C13.4089917,3.34532205 13.4303753,3.34401605 13.4518555,3.34340577 C13.4651571,3.34307134 13.4781289,3.34296749 13.4911352,3.3431193 Z M12,8.54545455 C8.49775005,8.54545455 5.72727273,10.8310983 5.72727273,13.5454545 C5.72727273,16.2598108 8.49775005,18.5454545 12,18.5454545 C15.50225,18.5454545 18.2727273,16.2598108 18.2727273,13.5454545 C18.2727273,10.8310983 15.50225,8.54545455 12,8.54545455 Z M15.6148066,15.6478868 C15.8521761,16.1465592 15.6403482,16.7432391 15.1416758,16.9806086 C13.9606273,17.5427911 12.9188085,17.8329355 12,17.8329355 C11.08207,17.8329355 10.0371684,17.5432921 8.84838939,16.9819337 C8.34898511,16.7461079 8.13531256,16.1500862 8.37113838,15.6506819 C8.6069642,15.1512776 9.20298596,14.9376051 9.70239023,15.1734309 C10.6461268,15.6190768 11.417632,15.8329355 12,15.8329355 C12.5814896,15.8329355 13.3475909,15.6195778 14.2820848,15.174756 C14.7807572,14.9373865 15.3774371,15.1492144 15.6148066,15.6478868 Z M9.04545455,11.0909091 C9.97429708,11.0909091 10.7272727,11.8438847 10.7272727,12.7727273 C10.7272727,13.7015698 9.97429708,14.4545455 9.04545455,14.4545455 C8.11661201,14.4545455 7.36363636,13.7015698 7.36363636,12.7727273 C7.36363636,11.8438847 8.11661201,11.0909091 9.04545455,11.0909091 Z M14.9545455,11.0909091 C15.883388,11.0909091 16.6363636,11.8438847 16.6363636,12.7727273 C16.6363636,13.7015698 15.883388,14.4545455 14.9545455,14.4545455 C14.0257029,14.4545455 13.2727273,13.7015698 13.2727273,12.7727273 C13.2727273,11.8438847 14.0257029,11.0909091 14.9545455,11.0909091 Z M9.04545455,12.4545455 C8.86972758,12.4545455 8.72727273,12.5970003 8.72727273,12.7727273 C8.72727273,12.9484542 8.86972758,13.0909091 9.04545455,13.0909091 C9.22118151,13.0909091 9.36363636,12.9484542 9.36363636,12.7727273 C9.36363636,12.5970003 9.22118151,12.4545455 9.04545455,12.4545455 Z M14.9545455,12.4545455 C14.7788185,12.4545455 14.6363636,12.5970003 14.6363636,12.7727273 C14.6363636,12.9484542 14.7788185,13.0909091 14.9545455,13.0909091 C15.1302724,13.0909091 15.2727273,12.9484542 15.2727273,12.7727273 C15.2727273,12.5970003 15.1302724,12.4545455 14.9545455,12.4545455 Z M17.3220637,5.00687478 C17.1463368,5.00687478 17.0038819,5.14932963 17.0038819,5.3250566 C17.0038819,5.50078356 17.1463368,5.64323841 17.3220637,5.64323841 C17.4977907,5.64323841 17.6402456,5.50078356 17.6402456,5.3250566 C17.6402456,5.14932963 17.4977907,5.00687478 17.3220637,5.00687478 Z"})}),refer:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.6,3 C17.2568542,3 18.6,4.34314575 18.6,6 C18.6,6.35097203 18.5397302,6.6878673 18.4289758,7.00090072 L20,7 C20.5522847,7 21,7.44771525 21,8 L21,8 L21,12 C21,12.5522847 20.5522847,13 20,13 L20,13 L19.4,13 L19.4,20 C19.4,20.5128358 19.0139598,20.9355072 18.5166211,20.9932723 L18.4,21 L5.6,21 C5.08716416,21 4.66449284,20.6139598 4.60672773,20.1166211 L4.6,20 L4.599,13 L4,13 C3.48716416,13 3.06449284,12.6139598 3.00672773,12.1166211 L3,12 L3,8 C3,7.44771525 3.44771525,7 4,7 L4,7 L5.57102423,7.00090072 C5.46026977,6.6878673 5.4,6.35097203 5.4,6 C5.4,4.34314575 6.74314575,3 8.4,3 C9.97410523,3 11.1604661,3.8878216 12.0001113,5.29772464 C12.8395339,3.8878216 14.0258948,3 15.6,3 Z M11,13 L6.599,13 L6.599,19 L11,19 L11,13 Z M17.399,13 L13,13 L13,19 L17.399,19 L17.399,13 Z M11,9 L5,9 L5,11 L11,11 L11,9 Z M19,9 L13,9 L13,11 L19,11 L19,9 Z M8.4,5 C7.84771525,5 7.4,5.44771525 7.4,6 C7.4,6.55228475 7.84771525,7 8.4,7 L8.4,7 L10.624,7 L10.5212727,6.76909242 L10.3737841,6.48191875 C9.84420586,5.51904924 9.19539431,5 8.4,5 Z M15.6,5 C14.8046057,5 14.1557941,5.51904924 13.6262159,6.48191875 C13.5746629,6.57565149 13.5255015,6.67155262 13.4787273,6.76909242 L13.4787273,6.76909242 L13.375,7 L15.6,7 C16.1128358,7 16.5355072,6.61395981 16.5932723,6.11662113 L16.5932723,6.11662113 L16.6,6 C16.6,5.44771525 16.1522847,5 15.6,5 Z"})}),remove:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:t||"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M15.2,11 C15.7522847,11 16.2,11.4477153 16.2,12 C16.2,12.5128358 15.8139598,12.9355072 15.3166211,12.9932723 L15.2,13 L8.8,13 C8.24771525,13 7.8,12.5522847 7.8,12 C7.8,11.4871642 8.18604019,11.0644928 8.68337887,11.0067277 L8.8,11 L15.2,11 Z"})})},reorder:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M20,16.5555556 C20.5522847,16.5555556 21,17.0032708 21,17.5555556 C21,18.0683914 20.6139598,18.4910627 20.1166211,18.5488278 L20,18.5555556 L4,18.5555556 C3.44771525,18.5555556 3,18.1078403 3,17.5555556 C3,17.0427197 3.38604019,16.6200484 3.88337887,16.5622833 L4,16.5555556 L20,16.5555556 Z M20,13 C20.5522847,13 21,13.4477153 21,14 C21,14.5128358 20.6139598,14.9355072 20.1166211,14.9932723 L20,15 L4,15 C3.44771525,15 3,14.5522847 3,14 C3,13.4871642 3.38604019,13.0644928 3.88337887,13.0067277 L4,13 L20,13 Z M20,9.44444444 C20.5522847,9.44444444 21,9.89215969 21,10.4444444 C21,10.9572803 20.6139598,11.3799516 20.1166211,11.4377167 L20,11.4444444 L4,11.4444444 C3.44771525,11.4444444 3,10.9967292 3,10.4444444 C3,9.93160861 3.38604019,9.50893728 3.88337887,9.45117218 L4,9.44444444 L20,9.44444444 Z M20,5.88888889 C20.5522847,5.88888889 21,6.33660414 21,6.88888889 C21,7.40172473 20.6139598,7.82439605 20.1166211,7.88216116 L20,7.88888889 L4,7.88888889 C3.44771525,7.88888889 3,7.44117364 3,6.88888889 C3,6.37605305 3.38604019,5.95338173 3.88337887,5.89561662 L4,5.88888889 L20,5.88888889 Z"})}),replay:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M4,11.6 L3.94690151,11.5985908 C3.93219991,11.5978111 3.91751412,11.5967086 3.90285567,11.5952838 L4,11.6 C3.93995387,11.6 3.88114383,11.5947077 3.82401088,11.5845641 C3.81068495,11.5820845 3.79730638,11.5794229 3.78397799,11.5764869 C3.75311622,11.5698259 3.72235402,11.5614788 3.69221749,11.5517402 C3.68703584,11.5499809 3.68176984,11.5482351 3.6765161,11.5464444 C3.56277668,11.5076502 3.45833263,11.4489029 3.3672689,11.3744108 C3.35932958,11.3680216 3.35113035,11.3610902 3.34302035,11.3540067 C3.32049265,11.3342653 3.29911821,11.3138842 3.27867671,11.2926004 C3.2763736,11.2902026 3.27380445,11.2874983 3.27124694,11.2847766 L3.25836017,11.2708099 C3.23712348,11.2473453 3.21698479,11.2228684 3.19802516,11.19746 L3.27124694,11.2847766 C3.23763618,11.2490073 3.20716799,11.2114185 3.17983179,11.1723505 C3.16625158,11.1528697 3.15306908,11.1325033 3.14062435,11.1116457 C3.12981648,11.0936212 3.11995762,11.075847 3.11068378,11.0578558 C3.10353076,11.0439042 3.09642007,11.0292754 3.08966077,11.0144525 C3.07962003,10.9924339 3.07066952,10.9707178 3.06251837,10.9487793 C3.05772616,10.935969 3.05296375,10.922302 3.04849315,10.9085036 C3.04166539,10.8872553 3.03563426,10.8662305 3.03030686,10.8450702 C3.02512518,10.8247012 3.02069174,10.8044355 3.01688277,10.7839502 C3.01384788,10.7673527 3.01116746,10.7506017 3.00891444,10.7338069 C3.00811357,10.7281171 3.00739622,10.7223766 3.00672773,10.7166211 L3.00249043,10.670975 C3.00108003,10.6509854 3.00026831,10.6309651 3.00005439,10.610943 L3,10.6 L3,5.8 C3,5.24771525 3.44771525,4.8 4,4.8 C4.51283584,4.8 4.93550716,5.18604019 4.99327227,5.68337887 L5,5.8 L4.999,8.28826917 L7.00549137,6.40429558 C9.59016077,3.82399341 13.5697699,3.26408453 16.7660737,5.03103591 C19.9623775,6.79798729 21.6048363,10.4658362 20.7944478,14.0269801 C19.9840593,17.588124 16.9161855,20.1840703 13.2700319,20.393924 C9.62387819,20.6037777 6.27843053,18.3769488 5.0648247,14.9322956 C4.88130292,14.4113942 5.15480309,13.8403465 5.67570442,13.6568247 C6.19660576,13.4733029 6.76765352,13.7468031 6.9511753,14.2677044 C7.86877971,16.8721984 10.3982645,18.5558982 13.1551124,18.3972284 C15.9119603,18.2385585 18.2315722,16.2757698 18.844305,13.5831976 C19.4570377,10.8906254 18.2151787,8.11737377 15.7984611,6.78138614 C13.4597023,5.48849489 10.5662819,5.84326235 8.59117198,7.65475511 L8.39677659,7.84075306 L6.524,9.59926917 L8.8,9.6 C9.31283584,9.6 9.73550716,9.98604019 9.79327227,10.4833789 L9.8,10.6 C9.8,11.1128358 9.41395981,11.5355072 8.91662113,11.5932723 L8.8,11.6 L4,11.6 Z"})}),samsungSmarttv:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,2 L19.9950627,5.38977051 L19.9929756,5.39 L19.9950627,5.39033171 L19.9950627,16.6026764 L19.9971497,16.6058026 L16.3751899,19.0965214 L12.0043411,22.1560686 L7.61697564,19.091 L7.61493547,19.0965214 L3.99297564,16.6058026 L3.99506269,16.6026764 L3.99506269,5.39033171 L4.00197564,5.39 L4,5.38977051 L12,2 Z M4.99497564,5.962 L4.99497564,16.081 L6.99797564,17.458 L6.99876045,9.64422266 L12.0043411,12.5 L16.999,9.64422266 L16.9989756,17.453 L18.9949756,16.08 L18.9949756,5.965 L11.9988802,9.992569 L4.99497564,5.962 Z"})}),search:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.1111111,3 C15.5907541,3 19.2222222,6.63146814 19.2222222,11.1111111 C19.2222222,12.9905484 18.5830011,14.7206877 17.5101063,16.0959813 L20.7071068,19.2928932 C21.0976311,19.6834175 21.0976311,20.3165825 20.7071068,20.7071068 C20.3466228,21.0675907 19.7793918,21.0953203 19.3871006,20.7902954 L19.2928932,20.7071068 L16.0959813,17.5101063 C14.7206877,18.5830011 12.9905484,19.2222222 11.1111111,19.2222222 C6.63146814,19.2222222 3,15.5907541 3,11.1111111 C3,6.63146814 6.63146814,3 11.1111111,3 Z M11.1111111,5 C7.73603764,5 5,7.73603764 5,11.1111111 C5,14.4861846 7.73603764,17.2222222 11.1111111,17.2222222 C12.7591733,17.2222222 14.2548632,16.569839 15.3540235,15.5092299 C15.3749782,15.4803959 15.3997016,15.4527515 15.4262266,15.4262266 L15.5092299,15.3540235 C16.569839,14.2548632 17.2222222,12.7591733 17.2222222,11.1111111 C17.2222222,7.73603764 14.4861846,5 11.1111111,5 Z"})}),security:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.6286093,3.07152331 L5.62860932,5.47152331 C5.24895094,5.62338666 5,5.99109541 5,6.4 L5,12 C5,14.4269688 6.25947937,16.6100664 8.31768175,18.5310553 C9.01672462,19.1834953 9.76208297,19.7599057 10.5077998,20.2570503 L10.8273803,20.4654191 C11.1277314,20.6566831 11.3682311,20.7963899 11.5294118,20.8823529 C11.8235294,21.0392157 12.1764706,21.0392157 12.4705882,20.8823529 L12.6574876,20.7785563 C12.8693845,20.6570071 13.1541113,20.4824429 13.4922002,20.2570503 C14.237917,19.7599057 14.9832754,19.1834953 15.6823183,18.5310553 C17.7405206,16.6100664 19,14.4269688 19,12 L19,6.4 C19,5.99109541 18.7510491,5.62338666 18.3713907,5.47152331 L12.3713907,3.07152331 C12.1329796,2.9761589 11.8670204,2.9761589 11.6286093,3.07152331 Z M12,5.077 L17,7.077 L17,12 C17,13.7730312 16.0094794,15.4899336 14.3176817,17.0689447 C13.7042246,17.6415047 13.043333,18.1525943 12.3827998,18.5929497 L12.1061889,18.7734481 L12,18.84 L11.8938111,18.7734481 C11.807893,18.7186481 11.7154414,18.6584438 11.6172002,18.5929497 C10.956667,18.1525943 10.2957754,17.6415047 9.68231825,17.0689447 L9.4454347,16.8424425 C7.89843141,15.3262918 7,13.6886011 7,12 L7,7.076 L12,5.077 Z"})}),send:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M18.8317073,4.01348223 C19.032813,3.97767906 19.2273225,4.00590916 19.3981121,4.08104886 C19.4017131,4.08393264 19.4053756,4.08554638 19.4090302,4.08718317 C19.5138336,4.1335501 19.6094579,4.19890725 19.6918744,4.2779736 C19.6969472,4.28283992 19.7020474,4.28783379 19.7071068,4.29289322 L19.7220264,4.30812557 C19.7995997,4.38898574 19.8639766,4.48255957 19.9113525,4.58504238 C19.9136513,4.59276563 19.9167359,4.59976274 19.9197364,4.6067872 C20.0143794,4.82136868 20.0334926,5.07425267 19.9438584,5.33035042 L19.9630499,5.26998041 C19.9591986,5.28376691 19.9550463,5.29748697 19.9505929,5.31113021 L19.9438584,5.33035042 L14.6938584,20.3303504 C14.3946647,21.1851894 13.2040222,21.2337645 12.8361885,20.4061385 L12.8361885,20.4061385 L9.992,14.007 L3.59386153,11.1638115 C2.80564627,10.8134937 2.81217124,9.71686403 3.55302206,9.35476277 L3.55302206,9.35476277 L3.66964958,9.30614164 L18.6696496,4.05614164 C18.676326,4.0538049 18.6830002,4.05154207 18.6896716,4.04935254 C18.702513,4.04495369 18.7162331,4.04080138 18.7300196,4.03695013 C18.7587589,4.02882248 18.7867855,4.02212274 18.8146947,4.01666114 C18.8174856,4.01669709 18.820526,4.0161404 18.8235685,4.01559786 Z M16.6079698,8.8060713 L11.9419698,13.4720713 L13.639,17.289 L16.6079698,8.8060713 Z M15.1949698,7.3890713 L6.71,10.36 L10.5269698,12.0570713 L15.1949698,7.3890713 Z"})}),settings:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C13.355608,3 14.4545455,4.09893743 14.4545455,5.45454545 L14.4545455,5.45454545 L14.4545375,5.51601169 C14.4548554,5.59572598 14.5024805,5.66763978 14.5855835,5.70331923 C14.6603823,5.73633093 14.7477427,5.72049086 14.7983478,5.67107504 L14.7983478,5.67107504 L14.8415909,5.62783211 C15.3019857,5.16692482 15.9267228,4.90794668 16.5781818,4.90794668 C17.2296409,4.90794668 17.8543779,5.16692482 18.3139861,5.62704545 C18.7748934,6.08744027 19.0338715,6.7121773 19.0338715,7.36363636 C19.0338715,8.01509543 18.7748934,8.63983246 18.3143795,9.09983405 L18.3143795,9.09983405 L18.2784989,9.1356286 C18.2213273,9.19407547 18.2054873,9.28143586 18.2384989,9.35623466 L18.2384989,9.35623466 L18.284,9.484 L18.3156758,9.51221216 C18.3313605,9.52276398 18.3484304,9.53103583 18.3663119,9.5366891 L18.3663119,9.5366891 L18.4218182,9.54545455 L18.5454545,9.54545455 C19.9010626,9.54545455 21,10.644392 21,12 C21,13.355608 19.9010626,14.4545455 18.5454545,14.4545455 L18.5454545,14.4545455 L18.4839883,14.4545375 C18.404274,14.4548554 18.3323602,14.5024805 18.2966808,14.5855835 C18.2636691,14.6603823 18.2795091,14.7477427 18.328925,14.7983478 L18.328925,14.7983478 L18.3721679,14.8415909 C18.8330752,15.3019857 19.0920533,15.9267228 19.0920533,16.5781818 C19.0920533,17.2296409 18.8330752,17.8543779 18.3729545,18.3139861 C17.9125597,18.7748934 17.2878227,19.0338715 16.6363636,19.0338715 C15.9849046,19.0338715 15.3601675,18.7748934 14.9001659,18.3143795 L14.9001659,18.3143795 L14.8643714,18.2784989 C14.8059245,18.2213273 14.7185641,18.2054873 14.6339314,18.2427762 C14.5606623,18.2741784 14.5130372,18.3460922 14.5127273,18.4218182 L14.5127273,18.4218182 L14.5127273,18.5454545 C14.5127273,19.9010626 13.4137898,21 12.0581818,21 C10.7025738,21 9.60363636,19.9010626 9.60363636,18.5454545 L9.60363636,18.5454545 L9.60390982,18.5033846 C9.60198941,18.4212841 9.5500761,18.3487016 9.41441648,18.2966808 C9.33961768,18.2636691 9.25225729,18.2795091 9.20165224,18.328925 L9.20165224,18.328925 L9.15840909,18.3721679 C8.69801428,18.8330752 8.07327725,19.0920533 7.42181818,19.0920533 C6.77035912,19.0920533 6.14562209,18.8330752 5.68601393,18.3729545 C5.22510664,17.9125597 4.9661285,17.2878227 4.9661285,16.6363636 C4.9661285,15.9849046 5.22510664,15.3601675 5.68562049,14.9001659 L5.68562049,14.9001659 L5.72150105,14.8643714 C5.77867267,14.8059245 5.79451274,14.7185641 5.75722381,14.6339314 C5.72582159,14.5606623 5.6539078,14.5130372 5.57818182,14.5127273 L5.57818182,14.5127273 L5.45454545,14.5127273 C4.09893743,14.5127273 3,13.4137898 3,12.0581818 C3,10.7025738 4.09893743,9.60363636 5.45454545,9.60363636 L5.45454545,9.60363636 L5.49661541,9.60390982 C5.57871592,9.60198941 5.65129842,9.5500761 5.70331923,9.41441648 C5.73633093,9.33961768 5.72049086,9.25225729 5.67107504,9.20165224 L5.67107504,9.20165224 L5.62783211,9.15840909 C5.16692482,8.69801428 4.90794668,8.07327725 4.90794668,7.42181818 C4.90794668,6.77035912 5.16692482,6.14562209 5.62704545,5.68601393 C6.08744027,5.22510664 6.7121773,4.9661285 7.36363636,4.9661285 C8.01509543,4.9661285 8.63983246,5.22510664 9.09983405,5.68562049 L9.09983405,5.68562049 L9.1356286,5.72150105 C9.19407547,5.77867267 9.28143586,5.79451274 9.35623466,5.76150105 L9.35623466,5.76150105 L9.484,5.715 L9.51221216,5.68432423 C9.52276398,5.66863949 9.53103583,5.65156964 9.5366891,5.63368809 L9.5366891,5.63368809 L9.54545455,5.57818182 L9.54545455,5.45454545 C9.54545455,4.09893743 10.644392,3 12,3 Z M12,5 C11.7489615,5 11.5454545,5.20350693 11.5454545,5.45454545 L11.5454545,5.45454545 L11.5454466,5.58217013 C11.5419494,6.45902736 11.0180741,7.25007908 10.2121133,7.59550346 C10.1706198,7.613287 10.1280665,7.62819931 10.0847542,7.6401786 L10.0847542,7.6401786 L9.979,7.662 L9.82834401,7.70799566 C9.14701375,7.88492594 8.41551203,7.72433695 7.86341158,7.26461156 L7.86341158,7.26461156 L7.72925686,7.14347042 L7.68522727,7.09944062 C7.59996897,7.01408741 7.48427693,6.9661285 7.36363636,6.9661285 C7.2429958,6.9661285 7.12730375,7.01408741 7.0412588,7.10022727 C6.9559056,7.18548557 6.90794668,7.30117761 6.90794668,7.42181818 C6.90794668,7.54245875 6.9559056,7.65815079 7.04165224,7.74380231 L7.04165224,7.74380231 L7.0930444,7.79528049 C7.72193224,8.43819614 7.89617301,9.3991604 7.55671792,10.1633629 L7.55671792,10.1633629 L7.49263696,10.3190207 C7.14459642,11.0804257 6.38858452,11.5835758 5.52,11.6036364 L5.52,11.6036364 L5.45454545,11.6036364 C5.20350693,11.6036364 5,11.8071433 5,12.0581818 C5,12.3092203 5.20350693,12.5127273 5.45454545,12.5127273 L5.45454545,12.5127273 L5.58217013,12.5127352 C6.45902736,12.5162324 7.25007908,13.0401077 7.59122622,13.8362347 C7.95435483,14.6590214 7.78011406,15.6199857 7.14347042,16.2707431 L7.14347042,16.2707431 L7.09944062,16.3147727 C7.01408741,16.400031 6.9661285,16.5157231 6.9661285,16.6363636 C6.9661285,16.7570042 7.01408741,16.8726962 7.10022727,16.9587412 C7.18548557,17.0440944 7.30117761,17.0920533 7.42181818,17.0920533 C7.54245875,17.0920533 7.65815079,17.0440944 7.74380231,16.9583478 L7.74380231,16.9583478 L7.79528049,16.9069556 C8.43819614,16.2780678 9.3991604,16.103827 10.1633629,16.4432821 L10.1633629,16.4432821 L10.3190207,16.507363 C11.0804257,16.8554036 11.5835758,17.6114155 11.6036364,18.48 L11.6036364,18.48 L11.6036364,18.5454545 C11.6036364,18.7964931 11.8071433,19 12.0581818,19 C12.3092203,19 12.5127273,18.7964931 12.5127273,18.5454545 L12.5127273,18.5454545 L12.5127352,18.4178299 C12.5162324,17.5409726 13.0401077,16.7499209 13.8362347,16.4087738 C14.6590214,16.0456452 15.6199857,16.2198859 16.2707431,16.8565296 L16.2707431,16.8565296 L16.3147727,16.9005594 C16.400031,16.9859126 16.5157231,17.0338715 16.6363636,17.0338715 C16.7570042,17.0338715 16.8726962,16.9859126 16.9587412,16.8997727 C17.0440944,16.8145144 17.0920533,16.6988224 17.0920533,16.5781818 C17.0920533,16.4575413 17.0440944,16.3418492 16.9583478,16.2561977 L16.9583478,16.2561977 L16.9069556,16.2047195 C16.2780678,15.5618039 16.103827,14.6008396 16.4626784,13.7878867 C16.8081027,12.9819259 17.5991545,12.4580506 18.48,12.4545455 L18.48,12.4545455 L18.5454545,12.4545455 C18.7964931,12.4545455 19,12.2510385 19,12 C19,11.7489615 18.7964931,11.5454545 18.5454545,11.5454545 L18.5454545,11.5454545 L18.4178299,11.5454466 C17.5409726,11.5419494 16.7499209,11.0180741 16.4044965,10.2121133 C16.386713,10.1706198 16.3718007,10.1280665 16.3598214,10.0847542 L16.3598214,10.0847542 L16.337,9.979 L16.2920043,9.82834401 C16.1150741,9.14701375 16.275663,8.41551203 16.7353884,7.86341158 L16.7353884,7.86341158 L16.8565296,7.72925686 L16.9005594,7.68522727 C16.9859126,7.59996897 17.0338715,7.48427693 17.0338715,7.36363636 C17.0338715,7.2429958 16.9859126,7.12730375 16.8997727,7.0412588 C16.8145144,6.9559056 16.6988224,6.90794668 16.5781818,6.90794668 C16.4575413,6.90794668 16.3418492,6.9559056 16.2561977,7.04165224 L16.2561977,7.04165224 L16.2047195,7.0930444 C15.5618039,7.72193224 14.6008396,7.89617301 13.7878867,7.53732164 C12.9819259,7.19189727 12.4580506,6.40084554 12.4545455,5.52 L12.4545455,5.52 L12.4545455,5.45454545 C12.4545455,5.20350693 12.2510385,5 12,5 Z M12,8.81818182 C13.7572697,8.81818182 15.1818182,10.2427303 15.1818182,12 C15.1818182,13.7572697 13.7572697,15.1818182 12,15.1818182 C10.2427303,15.1818182 8.81818182,13.7572697 8.81818182,12 C8.81818182,10.2427303 10.2427303,8.81818182 12,8.81818182 Z M12,10.8181818 C11.3472998,10.8181818 10.8181818,11.3472998 10.8181818,12 C10.8181818,12.6527002 11.3472998,13.1818182 12,13.1818182 C12.6527002,13.1818182 13.1818182,12.6527002 13.1818182,12 C13.1818182,11.3472998 12.6527002,10.8181818 12,10.8181818 Z"})}),share:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M9.33333333,3 L9.44995446,3.00672773 C9.94729314,3.06449284 10.3333333,3.48716416 10.3333333,4 C10.3333333,4.55228475 9.88561808,5 9.33333333,5 L9.33333333,5 L5.77777778,5 L5.67223794,5.00710019 C5.29260403,5.05860197 5,5.38401921 5,5.77777778 L5,5.77777778 L5,18.2222222 L5.00710019,18.3277621 C5.05860197,18.707396 5.38401921,19 5.77777778,19 L5.77777778,19 L9.33333333,19 L9.44995446,19.0067277 C9.94729314,19.0644928 10.3333333,19.4871642 10.3333333,20 C10.3333333,20.5522847 9.88561808,21 9.33333333,21 L9.33333333,21 L5.77777778,21 L5.6085633,20.9949305 C4.15323697,20.9074791 3,19.6995271 3,18.2222222 L3,18.2222222 L3,5.77777778 L3.00506949,5.6085633 C3.09252093,4.15323697 4.30047289,3 5.77777778,3 L5.77777778,3 L9.33333333,3 Z M16.168455,6.76526017 L16.2626623,6.84844877 L20.7071068,11.2928932 C20.7355731,11.3213595 20.7623312,11.3515341 20.787214,11.3832499 L20.7071068,11.2928932 C20.7425008,11.3282873 20.774687,11.3656744 20.8036654,11.4046934 C20.8215099,11.4288693 20.8382813,11.453725 20.8539326,11.4793398 C20.8613931,11.4913869 20.8685012,11.5036056 20.8753288,11.5159379 C20.8862061,11.5357061 20.8966234,11.5561086 20.9063462,11.5769009 C20.914321,11.5939015 20.9218036,11.6112044 20.9287745,11.628664 C20.9366843,11.6484208 20.9438775,11.6682023 20.9504533,11.6882636 C20.9552713,11.7031487 20.9599023,11.7185367 20.9641549,11.734007 C20.9701664,11.7555635 20.9753602,11.7772539 20.9798348,11.7992059 C20.9832978,11.8166247 20.9863719,11.834051 20.9889822,11.8515331 C20.9918878,11.8705042 20.9942339,11.890153 20.996002,11.909968 C20.9981344,11.9343349 20.9994007,11.9579802 20.9998325,11.9816379 C20.9999398,11.9872016 21,11.9935938 21,12 L20.9998139,12.0193545 C20.9993651,12.042681 20.998105,12.0659949 20.9960336,12.0892501 L21,12 C21,12.0506203 20.9962388,12.1003621 20.9889807,12.1489612 C20.9863719,12.165949 20.9832978,12.1833753 20.9797599,12.2007258 C20.9753602,12.2227461 20.9701664,12.2444365 20.964279,12.2658396 C20.9599023,12.2814633 20.9552713,12.2968513 20.9502619,12.3121425 C20.9438775,12.3317977 20.9366843,12.3515792 20.928896,12.3710585 C20.9218036,12.3887956 20.914321,12.4060985 20.9063266,12.4232215 C20.8966234,12.4438914 20.8862061,12.4642939 20.8751242,12.484277 C20.8685012,12.4963944 20.8613931,12.5086131 20.8540045,12.5207088 C20.8382813,12.546275 20.8215099,12.5711307 20.8036865,12.5951593 C20.7992821,12.6012086 20.7948255,12.6070733 20.7902954,12.6128994 C20.7849289,12.6196628 20.7826279,12.6225624 20.7803112,12.625449 L20.7071068,12.7071068 L16.2626623,17.1515512 C15.872138,17.5420755 15.2389731,17.5420755 14.8484488,17.1515512 C14.4879648,16.7910673 14.4602353,16.2238362 14.7652602,15.831545 L14.8484488,15.7373377 L17.585,13 L9.33333333,13 C8.78104858,13 8.33333333,12.5522847 8.33333333,12 C8.33333333,11.4871642 8.71937352,11.0644928 9.21671221,11.0067277 L9.33333333,11 L17.585,11 L14.8484488,8.26266234 C14.4879648,7.90217838 14.4602353,7.33494732 14.7652602,6.94265611 L14.8484488,6.84844877 C15.2089327,6.48796481 15.7761638,6.46023528 16.168455,6.76526017 Z",transform:"rotate(-90 12 12)"})}),show:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,5 C14.5445752,5 16.7619877,6.22340003 18.6386281,8.22514978 C19.279243,8.90847233 19.8349114,9.63721781 20.3059485,10.3665655 C20.5199172,10.6978719 20.6840587,10.9774084 20.7976765,11.1863101 L20.7976765,11.1863101 L20.8944272,11.3709682 C21.0351909,11.6524957 21.0351909,11.9838679 20.8944272,12.2653954 C20.8145693,12.4251112 20.6839555,12.66175 20.5032823,12.9564471 L20.5032823,12.9564471 L20.3059485,13.2697982 C19.8349114,13.9991458 19.279243,14.7278913 18.6386281,15.4112139 C16.7619877,17.4129636 14.5445752,18.6363636 12,18.6363636 C9.45542483,18.6363636 7.23801228,17.4129636 5.36137189,15.4112139 C4.72075699,14.7278913 4.16508856,13.9991458 3.69405153,13.2697982 C3.48008279,12.9384917 3.3159413,12.6589552 3.20232353,12.4500535 L3.20232353,12.4500535 L3.10557281,12.2653954 C2.96480906,11.9838679 2.96480906,11.6524957 3.10557281,11.3709682 C3.1854307,11.2112524 3.31604448,10.9746136 3.49671767,10.6799166 L3.49671767,10.6799166 L3.69405153,10.3665655 C4.16508856,9.63721781 4.72075699,8.90847233 5.36137189,8.22514978 C7.23801228,6.22340003 9.45542483,5 12,5 Z M12,7 C10.0900297,7 8.35289681,7.95841816 6.8204463,9.59303204 C6.26787937,10.1824368 5.78377507,10.8173276 5.37413029,11.4516163 C5.30466816,11.5591706 5.24188953,11.6593957 5.1858884,11.7512141 L5.1858884,11.7512141 L5.145,11.818 L5.27496147,12.0290475 L5.37413029,12.1847473 C5.78377507,12.819036 6.26787937,13.4539269 6.8204463,14.0433316 C8.35289681,15.6779455 10.0900297,16.6363636 12,16.6363636 C13.9099703,16.6363636 15.6471032,15.6779455 17.1795537,14.0433316 C17.7321206,13.4539269 18.2162249,12.819036 18.6258697,12.1847473 C18.6953318,12.077193 18.7581105,11.976968 18.8141116,11.8851495 L18.8141116,11.8851495 L18.854,11.818 L18.8141116,11.7512141 L18.6258697,11.4516163 C18.2162249,10.8173276 17.7321206,10.1824368 17.1795537,9.59303204 C15.6471032,7.95841816 13.9099703,7 12,7 Z M12,8.63636364 C13.7572697,8.63636364 15.1818182,10.0609122 15.1818182,11.8181818 C15.1818182,13.5754515 13.7572697,15 12,15 C10.2427303,15 8.81818182,13.5754515 8.81818182,11.8181818 C8.81818182,10.0609122 10.2427303,8.63636364 12,8.63636364 Z M12,10.6363636 C11.3472998,10.6363636 10.8181818,11.1654817 10.8181818,11.8181818 C10.8181818,12.470882 11.3472998,13 12,13 C12.6527002,13 13.1818182,12.470882 13.1818182,11.8181818 C13.1818182,11.1654817 12.6527002,10.6363636 12,10.6363636 Z"})}),signOut:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M9.33333333,3 L9.44995446,3.00672773 C9.94729314,3.06449284 10.3333333,3.48716416 10.3333333,4 C10.3333333,4.55228475 9.88561808,5 9.33333333,5 L9.33333333,5 L5.77777778,5 L5.67223794,5.00710019 C5.29260403,5.05860197 5,5.38401921 5,5.77777778 L5,5.77777778 L5,18.2222222 L5.00710019,18.3277621 C5.05860197,18.707396 5.38401921,19 5.77777778,19 L5.77777778,19 L9.33333333,19 L9.44995446,19.0067277 C9.94729314,19.0644928 10.3333333,19.4871642 10.3333333,20 C10.3333333,20.5522847 9.88561808,21 9.33333333,21 L9.33333333,21 L5.77777778,21 L5.6085633,20.9949305 C4.15323697,20.9074791 3,19.6995271 3,18.2222222 L3,18.2222222 L3,5.77777778 L3.00506949,5.6085633 C3.09252093,4.15323697 4.30047289,3 5.77777778,3 L5.77777778,3 L9.33333333,3 Z M16.168455,6.76526017 L16.2626623,6.84844877 L20.7071068,11.2928932 C20.7355731,11.3213595 20.7623312,11.3515341 20.787214,11.3832499 L20.7071068,11.2928932 C20.7425008,11.3282873 20.774687,11.3656744 20.8036654,11.4046934 C20.8215099,11.4288693 20.8382813,11.453725 20.8539326,11.4793398 C20.8613931,11.4913869 20.8685012,11.5036056 20.8753288,11.5159379 C20.8862061,11.5357061 20.8966234,11.5561086 20.9063462,11.5769009 C20.914321,11.5939015 20.9218036,11.6112044 20.9287745,11.628664 C20.9366843,11.6484208 20.9438775,11.6682023 20.9504533,11.6882636 C20.9552713,11.7031487 20.9599023,11.7185367 20.9641549,11.734007 C20.9701664,11.7555635 20.9753602,11.7772539 20.9798348,11.7992059 C20.9832978,11.8166247 20.9863719,11.834051 20.9889822,11.8515331 C20.9920328,11.8714753 20.9944666,11.892114 20.9962623,11.912935 C20.9978436,11.9317345 20.9989053,11.9497336 20.9994829,11.9677454 C20.9998183,11.9777892 21,11.9888734 21,12 L20.9994506,12.0332468 C20.9988772,12.050591 20.997855,12.0679231 20.996384,12.0852242 L21,12 C21,12.0506203 20.9962388,12.1003621 20.9889807,12.1489612 C20.9863719,12.165949 20.9832978,12.1833753 20.9797599,12.2007258 C20.9753602,12.2227461 20.9701664,12.2444365 20.964279,12.2658396 C20.9599023,12.2814633 20.9552713,12.2968513 20.9502619,12.3121425 C20.9438775,12.3317977 20.9366843,12.3515792 20.928896,12.3710585 C20.9218036,12.3887956 20.914321,12.4060985 20.9063266,12.4232215 C20.8966234,12.4438914 20.8862061,12.4642939 20.8751242,12.484277 C20.8685012,12.4963944 20.8613931,12.5086131 20.8540045,12.5207088 C20.8382813,12.546275 20.8215099,12.5711307 20.8036865,12.5951593 C20.7992821,12.6012086 20.7948255,12.6070733 20.7902954,12.6128994 C20.7849289,12.6196628 20.7826279,12.6225624 20.7803112,12.625449 L20.7071068,12.7071068 L16.2626623,17.1515512 C15.872138,17.5420755 15.2389731,17.5420755 14.8484488,17.1515512 C14.4879648,16.7910673 14.4602353,16.2238362 14.7652602,15.831545 L14.8484488,15.7373377 L17.585,13 L9.33333333,13 C8.78104858,13 8.33333333,12.5522847 8.33333333,12 C8.33333333,11.4871642 8.71937352,11.0644928 9.21671221,11.0067277 L9.33333333,11 L17.585,11 L14.8484488,8.26266234 C14.4879648,7.90217838 14.4602353,7.33494732 14.7652602,6.94265611 L14.8484488,6.84844877 C15.2089327,6.48796481 15.7761638,6.46023528 16.168455,6.76526017 Z"})}),siriShortcuts:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M19.1475368,12.887839 C20.2386897,13.7053069 20.2823358,15.1506053 19.2784752,16.0182997 L19.1475368,16.123666 L13.6909053,20.2116554 C12.7860267,20.8895708 11.4284793,20.9272328 10.4733041,20.3246413 L10.3090947,20.2116554 L4.85246316,16.123666 C3.71584561,15.2721368 3.71584561,13.7393681 4.85246316,12.887839 C5.29446525,12.5567007 5.9212194,12.6465735 6.25235774,13.0885756 C6.55802389,13.4965775 6.50495864,14.0620013 6.14733947,14.4070247 L6.05162116,14.4884702 L6.02,14.505 L6.05162116,14.5230348 L11.5082527,18.6110243 C11.7281095,18.7757362 12.1387636,18.7940376 12.4010199,18.6659283 L12.4917473,18.6110243 L17.9483788,14.5230348 L17.979,14.505 L17.9483788,14.4884702 C17.5403769,14.182804 17.4324141,13.6252522 17.6786679,13.193637 L17.7476423,13.0885756 C18.0787806,12.6465735 18.7055348,12.5567007 19.1475368,12.887839 Z M10.3086737,3.53903162 C11.2669521,2.82032279 12.7330479,2.82032279 13.6913263,3.53903162 L13.6913263,3.53903162 L19.1479578,7.63150527 C20.2840141,8.48354743 20.2840141,10.0164526 19.1479578,10.8684947 L19.1479578,10.8684947 L13.6913263,14.9609684 C12.7330479,15.6796772 11.2669521,15.6796772 10.3086737,14.9609684 L10.3086737,14.9609684 L4.85204216,10.8684947 C3.71598595,10.0164526 3.71598595,8.48354743 4.85204216,7.63150527 L4.85204216,7.63150527 Z M12.4913263,5.13903162 C12.244159,4.95365613 11.755841,4.95365613 11.5086737,5.13903162 L11.5086737,5.13903162 L6.05204216,9.23150527 L6.019,9.25 L6.05204216,9.26849473 L11.5086737,13.3609684 C11.755841,13.5463439 12.244159,13.5463439 12.4913263,13.3609684 L12.4913263,13.3609684 L17.9479578,9.26849473 L17.98,9.25 L17.9479578,9.23150527 Z"})}),slash:e=>{const{fill:t,...n}=e;return l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",...n,children:l.jsx("path",{fill:t||"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M6.39289239,7.80879437 C5.51811807,8.97720873 5,10.4280979 5,12 C5,15.8659932 8.13400675,19 12,19 C13.5719021,19 15.0227913,18.4818819 16.1912056,17.6071076 Z M12,5 C10.4280979,5 8.97720873,5.51811807 7.80879437,6.39289239 L17.6071076,16.1912056 C18.4818819,15.0227913 19,13.5719021 19,12 C19,8.13400675 15.8659932,5 12,5 Z"})})},smartLocation:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M4.23177872,12.6931489 L4.16394105,12.7839338 C3.73190618,13.4323289 4.19070043,14.3333333 5,14.3333333 L10.866,14.333 L10.2299443,19.4315208 C10.1060901,20.4223549 11.3511906,20.9628435 11.9904435,20.19574 L19.7682213,10.8624066 L19.836059,10.7716217 C20.2680938,10.1232267 19.8092996,9.22222222 19,9.22222222 L13.133,9.222 L13.7700557,4.12403473 C13.8939099,3.13320062 12.6488094,2.59271208 12.0095565,3.3598156 L4.23177872,12.6931489 Z M11.362,7.26 L11.0077221,10.0981875 L10.999881,10.2164936 C10.995772,10.7629885 11.4386019,11.2222222 12,11.2222222 L16.864,11.222 L12.637,16.295 L12.9922779,13.4573681 L13.000119,13.339062 C13.004228,12.7925671 12.5613981,12.3333333 12,12.3333333 L7.135,12.333 L11.362,7.26 Z"})}),socialShare:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M16.6666667,3 C18.5076158,3 20,4.49238417 20,6.33333333 C20,8.1742825 18.5076158,9.66666667 16.6666667,9.66666667 C15.8031031,9.66666667 15.0162385,9.33827992 14.4241359,8.79956972 L10.5848518,11.0405 C10.6384013,11.2776699 10.6666667,11.524423 10.6666667,11.7777778 C10.6666667,12.0314914 10.6383211,12.2785846 10.5846241,12.5160633 L14.4261725,14.7541344 C15.0180423,14.2165233 15.8040929,13.8888889 16.6666667,13.8888889 C18.5076158,13.8888889 20,15.3812731 20,17.2222222 C20,19.0631714 18.5076158,20.5555556 16.6666667,20.5555556 C14.8257175,20.5555556 13.3333333,19.0631714 13.3333333,17.2222222 C13.3333333,16.9670731 13.3620005,16.7186196 13.4162897,16.4799069 L9.57688186,14.2430878 C8.98466337,14.7823479 8.19739173,15.1111111 7.33333333,15.1111111 C5.49238417,15.1111111 4,13.6187269 4,11.7777778 C4,9.93682861 5.49238417,8.44444444 7.33333333,8.44444444 C8.19689685,8.44444444 8.98376154,8.77283119 9.57586411,9.31154139 L13.4153759,7.07161886 C13.3616789,6.83414019 13.3333333,6.58704699 13.3333333,6.33333333 C13.3333333,4.49238417 14.8257175,3 16.6666667,3 Z M16.6666667,15.8888889 C16.2046245,15.8888889 15.7974737,16.1239064 15.5582345,16.4809211 C15.5497292,16.5050607 15.5373766,16.5283142 15.5240082,16.5512555 L15.4726736,16.6281334 C15.3834949,16.8070174 15.3333333,17.0087619 15.3333333,17.2222222 C15.3333333,17.9586019 15.930287,18.5555556 16.6666667,18.5555556 C17.4030463,18.5555556 18,17.9586019 18,17.2222222 C18,16.4858426 17.4030463,15.8888889 16.6666667,15.8888889 Z M7.33333333,10.4444444 C6.59695367,10.4444444 6,11.0413981 6,11.7777778 C6,12.5141574 6.59695367,13.1111111 7.33333333,13.1111111 C7.81798721,13.1111111 8.24224573,12.8525278 8.47567,12.4658002 C8.47733624,12.4599058 8.48052294,12.454316 8.48376956,12.4487445 L8.49074517,12.4401828 C8.60267328,12.2450333 8.66666667,12.0188788 8.66666667,11.7777778 C8.66666667,11.0413981 8.069713,10.4444444 7.33333333,10.4444444 Z M16.6666667,5 C15.930287,5 15.3333333,5.59695367 15.3333333,6.33333333 C15.3333333,7.069713 15.930287,7.66666667 16.6666667,7.66666667 C17.4030463,7.66666667 18,7.069713 18,6.33333333 C18,5.59695367 17.4030463,5 16.6666667,5 Z"})}),sortAlpha:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M19.1578947,13.1052632 L19.1982783,13.106038 C19.2216747,13.1069681 19.2450567,13.1087168 19.268378,13.1112878 L19.1578947,13.1052632 C19.3564543,13.1052632 19.5414974,13.1631337 19.6970778,13.2629283 C19.7082649,13.2701021 19.7197035,13.277773 19.7310226,13.2857088 C19.7544666,13.3021418 19.7766265,13.3191159 19.798029,13.3369676 C19.8015746,13.3399532 19.805138,13.3429653 19.8086861,13.3460066 L19.8327115,13.3672694 C19.8492963,13.3824429 19.865368,13.398168 19.8808975,13.4144156 L19.8086861,13.3460066 C19.8479979,13.3797024 19.884051,13.4157878 19.9168148,13.453864 C19.9310334,13.470562 19.945515,13.488599 19.9593688,13.5071326 C19.9696712,13.520678 19.9789231,13.5337262 19.9878295,13.5469495 C20.0000563,13.5653287 20.0121989,13.5847082 20.0236811,13.6045181 C20.0319809,13.6186657 20.0396642,13.6327402 20.0469884,13.6469613 C20.0574884,13.6674072 20.0673779,13.6882918 20.0765506,13.7095582 C20.0827814,13.7241283 20.0887002,13.7388592 20.0942578,13.7537021 C20.1037808,13.7788159 20.1122219,13.8043774 20.1196376,13.8303712 C20.1222101,13.8399482 20.1247405,13.8493577 20.1271323,13.8587974 C20.1429825,13.9206555 20.1529166,13.984975 20.1564473,14.0509948 C20.1570919,14.0633303 20.1575298,14.0754405 20.1577487,14.0875571 L20.1578947,14.1052632 L20.1578947,14.1052632 C20.1578947,14.1661976 20.1524447,14.2258592 20.1420054,14.2837869 C20.1326806,14.3355428 20.1190881,14.3872198 20.1012586,14.4378326 C20.0601683,14.5526004 20.0019876,14.6537531 19.9289039,14.7421301 L19.9171513,14.7560545 L16.2790526,18.9997825 L19.1578947,19 C19.7101795,19 20.1578947,19.4477153 20.1578947,20 C20.1578947,20.5128358 19.7718545,20.9355072 19.2745159,20.9932723 L19.1578947,21 L14.1052632,21 L14.0648796,20.9992251 C14.0414831,20.9982951 14.0181012,20.9965464 13.9947799,20.9939754 L14.1052632,21 C14.0515009,21 13.9987296,20.9957574 13.9472657,20.9875888 C13.9275111,20.9844478 13.9075327,20.9806515 13.8876526,20.9762381 L13.8759723,20.9735893 C13.8599512,20.9698307 13.8440784,20.9656868 13.8283643,20.961168 C13.8096478,20.9557718 13.7911004,20.9498481 13.7726937,20.9433639 C13.696589,20.9161219 13.6289305,20.8826493 13.5660801,20.8423349 C13.5507202,20.8324852 13.5352038,20.821913 13.5199141,20.8108495 C13.5009567,20.7971522 13.482785,20.7830225 13.4651289,20.7682955 C13.4615832,20.7653099 13.4580199,20.7622979 13.4544718,20.7592566 L13.4334497,20.7407303 C13.4138188,20.7229151 13.394899,20.7043303 13.3767381,20.6850235 L13.4544718,20.7592566 C13.4167834,20.7269523 13.3820901,20.6924517 13.3504189,20.6561061 C13.3338252,20.636864 13.3176797,20.6168141 13.302313,20.5961507 C13.2926058,20.5833413 13.2838105,20.5709069 13.2753284,20.5583137 C13.2638158,20.5409924 13.252319,20.522721 13.2414093,20.5040644 C13.2313698,20.4870537 13.2222627,20.4703294 13.2136623,20.4534005 C13.2053854,20.4370818 13.1971811,20.4198064 13.1894659,20.4022673 C13.1820146,20.3851927 13.1752235,20.3684494 13.1689001,20.3515611 C13.1594084,20.3265419 13.1509498,20.3009339 13.1435203,20.2748919 C13.1409478,20.2653149 13.1384174,20.2559055 13.1360256,20.2464657 C13.1201324,20.1844379 13.1101869,20.119936 13.1066818,20.0537262 C13.1060585,20.0417276 13.1056262,20.02972 13.1054092,20.0177061 L13.1052632,20 L13.1052632,20 C13.1052632,19.9385574 13.1108045,19.8784091 13.1214147,19.8200276 C13.1388428,19.7241737 13.1705272,19.629909 13.2166885,19.5407767 C13.2322763,19.5107256 13.2492444,19.4816867 13.2675845,19.4536258 C13.2681593,19.4527494 13.2692212,19.451133 13.2702884,19.4495188 L13.2826054,19.4313037 C13.2996705,19.4066646 13.317814,19.3828291 13.3369676,19.3598657 L13.3460066,19.3492086 L16.9830526,15.1047825 L14.1052632,15.1052632 C13.5529784,15.1052632 13.1052632,14.6575479 13.1052632,14.1052632 C13.1052632,13.5924273 13.4913033,13.169756 13.988642,13.1119909 L14.1052632,13.1052632 L19.1578947,13.1052632 Z M6.94736842,13.1052632 C7.49965317,13.1052632 7.94736842,13.5529784 7.94736842,14.1052632 L7.94736842,14.1052632 L7.94705263,17.5847825 L8.76657743,16.7665774 L8.86078477,16.6833888 C9.25307597,16.3783639 9.82030703,16.4060935 10.180791,16.7665774 C10.5713153,17.1571017 10.5713153,17.7902667 10.180791,18.180791 L10.180791,18.180791 L7.6544752,20.7071068 C7.62746125,20.7341207 7.59890893,20.7595963 7.56896091,20.7833908 L7.56026786,20.7902954 C7.55129388,20.7972731 7.54222835,20.8040766 7.53307585,20.8107061 C7.51197163,20.8259073 7.48972983,20.8407135 7.46688623,20.8546295 C7.45644702,20.8610888 7.44583672,20.8672827 7.43513988,20.8732648 C7.4140797,20.8849663 7.39257207,20.8960049 7.37063028,20.9062701 C7.35196348,20.9150274 7.33294052,20.9231947 7.31373105,20.9307447 C7.29760487,20.9371193 7.28092114,20.9431898 7.26403703,20.9488223 C7.24570736,20.954859 7.22772327,20.9602745 7.20962845,20.9651732 C7.19008326,20.9705665 7.16973194,20.9754159 7.14915018,20.979633 C7.13127435,20.9832041 7.11358362,20.9863322 7.09583529,20.9889822 C7.04773052,20.9962388 6.9979887,21 6.94736842,21 L7.03259265,20.996384 C7.01521883,20.9978612 6.99781376,20.9988858 6.98039659,20.9994578 L6.94736842,21 C6.93624181,21 6.92515763,20.9998183 6.91411871,20.9994576 C6.8969972,20.9988882 6.87966614,20.9978699 6.86236599,20.9964029 C6.84103731,20.994641 6.81998094,20.9921867 6.79913448,20.989089 C6.78124222,20.9863595 6.76288988,20.9831099 6.74462242,20.9793458 C6.72454267,20.9752836 6.70544727,20.9707372 6.68657276,20.9656522 C6.66850759,20.9607234 6.64977081,20.9551054 6.63117947,20.9489267 C6.61381571,20.9431898 6.59713197,20.9371193 6.5806621,20.9306242 C6.5615133,20.9230835 6.54221285,20.9147866 6.52313631,20.9058541 C6.50466737,20.8971507 6.48651228,20.8879406 6.46868626,20.8782035 C6.45381965,20.8701866 6.43859812,20.8613648 6.42356842,20.8521085 C6.40167012,20.8384932 6.3809151,20.8245831 6.36072896,20.8099369 C6.31870944,20.7795372 6.27833255,20.7451777 6.24026164,20.7071068 L6.33052126,20.7871379 C6.29884092,20.7622766 6.2686989,20.735544 6.24026164,20.7071068 L3.71394585,18.180791 L3.63075724,18.0865837 C3.32573235,17.6942924 3.35346189,17.1270614 3.71394585,16.7665774 L3.71394585,16.7665774 L3.80815319,16.6833888 C4.2004444,16.3783639 4.76767545,16.4060935 5.12815941,16.7665774 L5.12815941,16.7665774 L5.94705263,17.5847825 L5.94736842,14.1052632 L5.95409615,13.988642 C6.01186126,13.4913033 6.43453258,13.1052632 6.94736842,13.1052632 Z M6.95539552,3.42961892 C7.4051254,3.36920108 7.8536835,3.62268303 8.02220703,4.0650573 L8.02220703,4.0650573 L10.2678211,9.95979415 L10.3030507,10.0711702 C10.4261201,10.5564912 10.1685675,11.06771 9.68932866,11.2502772 C9.17322534,11.446888 8.59545639,11.1878881 8.3988456,10.6717848 L8.3988456,10.6717848 L8.00205263,9.63078248 L5.89205263,9.63078248 L5.49589124,10.6717848 C5.29928045,11.1878881 4.72151151,11.446888 4.20540818,11.2502772 C3.72616938,11.06771 3.46861672,10.5564912 3.59168618,10.0711702 L3.62691577,9.95979415 L5.87252981,4.0650573 C6.04205646,3.62004985 6.49496134,3.36619013 6.94737227,3.4307312 Z M17.0526316,3.42105263 L17.0916626,3.4218099 C17.1040007,3.42228885 17.1163316,3.422995 17.1286486,3.42392835 L17.0526316,3.42105263 C17.1044083,3.42105263 17.1552659,3.42498763 17.2049217,3.43257488 C17.2213943,3.43516272 17.2384225,3.43821316 17.2553776,3.44170681 C17.2754573,3.44576908 17.2945527,3.45031545 17.3134272,3.45540044 C17.330467,3.46005416 17.3481909,3.46533786 17.3657861,3.47112286 C17.3894092,3.4788633 17.4121046,3.48729472 17.4343943,3.49650872 C17.4449376,3.50085129 17.4559213,3.50560752 17.4668342,3.51057009 C17.4938402,3.52291433 17.5199643,3.53626016 17.5453938,3.55068826 C17.5543732,3.55568715 17.5633337,3.5609526 17.5722278,3.5663695 C17.5968939,3.58149716 17.6209322,3.59761563 17.6442032,3.61471728 C17.6513725,3.6198998 17.65848,3.62527477 17.665531,3.63075724 C17.6723588,3.63617489 17.6752261,3.63845048 17.6780806,3.6407414 L17.7597384,3.71394585 L20.2860541,6.24026164 C20.6765784,6.63078593 20.6765784,7.26395091 20.2860541,7.6544752 C19.9255702,8.01495916 19.3583391,8.0426887 18.9660479,7.73766381 L18.8718406,7.6544752 L18.0520526,6.83478248 L18.0526316,10.3157895 C18.0526316,10.8680742 17.6049163,11.3157895 17.0526316,11.3157895 C16.5397957,11.3157895 16.1171244,10.9297493 16.0593593,10.4324106 L16.0526316,10.3157895 L16.0520526,6.83478248 L15.2334226,7.6544752 C14.8729386,8.01495916 14.3057076,8.0426887 13.9134163,7.73766381 L13.819209,7.6544752 C13.458725,7.29399124 13.4309955,6.72676018 13.7360204,6.33446898 L13.819209,6.24026164 L16.3455248,3.71394585 L16.3715154,3.68887177 C16.3906714,3.6710438 16.4105279,3.65395853 16.4310391,3.63766182 L16.3455248,3.71394585 C16.3849895,3.6744811 16.4269322,3.6390045 16.470852,3.60751603 C16.4907782,3.5933197 16.5116811,3.57947962 16.5331138,3.56642309 C16.5419295,3.5609526 16.5508899,3.55568715 16.5599129,3.55057313 C16.5852989,3.53626016 16.611423,3.52291433 16.638179,3.5107134 C16.6493419,3.50560752 16.6603256,3.50085129 16.6713743,3.49630138 C16.6931586,3.48729472 16.715854,3.4788633 16.7389209,3.47124873 C16.7563303,3.46558181 16.7733016,3.46050066 16.7903715,3.45587941 C16.8103214,3.45037615 16.8310877,3.44544167 16.8520933,3.44116568 C16.8677412,3.43806724 16.8834289,3.43526056 16.8991635,3.43283006 C16.9247382,3.42882096 16.9504635,3.42586819 16.9764664,3.42390985 C16.9888347,3.42300055 17.001214,3.42229073 17.0136006,3.4218099 C17.0263916,3.42130644 17.0394819,3.42105263 17.0526316,3.42105263 Z M6.94705263,6.86078248 L6.65405263,7.63078248 L7.24005263,7.63078248 L6.94705263,6.86078248 Z"})}),speedTest:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C16.9705627,3 21,7.02943725 21,12 C21,13.1566515 20.5851421,14.8327395 20.0569552,16.0907045 L20.9703737,19.7583909 C21.1182218,20.352193 20.7041332,20.9280836 20.1128485,20.9937808 L20,21 L4,21 C3.3873468,21 2.92839768,20.4578413 3.00862233,19.8676843 L3.030077,19.756588 L3.95330831,16.0788904 C3.43959068,14.7945881 3,13.0731164 3,12 C3,7.02943725 7.02943725,3 12,3 Z M13.6841489,16.9869443 L13.6555638,17.0076794 C13.1891205,17.3417954 12.6175272,17.5384615 12,17.5384615 C11.3783982,17.5384615 10.8033385,17.3391915 10.3352169,17.0010477 L5.78350434,17 L5.281,19 L18.72,19 L18.2225043,17 L13.8461538,17 C13.7909952,17 13.7368796,16.9955342 13.6841489,16.9869443 Z M12,13.8461538 C11.5326821,13.8461538 11.1538462,14.2249898 11.1538462,14.6923077 C11.1538462,15.1596256 11.5326821,15.5384615 12,15.5384615 C12.4673179,15.5384615 12.8461538,15.1596256 12.8461538,14.6923077 C12.8461538,14.2249898 12.4673179,13.8461538 12,13.8461538 Z M13.0000082,5.07089004 L13,5.53846154 C13,6.09074629 12.5522847,6.53846154 12,6.53846154 C11.4871642,6.53846154 11.0644928,6.15242135 11.0067277,5.65508266 L11,5.53846154 L10.9999918,5.07089004 C9.81428107,5.2404941 8.72442507,5.70724167 7.80827598,6.39328053 L8.09172217,6.6775086 C8.48224646,7.0680329 8.48224646,7.70119787 8.09172217,8.09172217 C7.72909247,8.45435187 7.15724707,8.48025399 6.76472942,8.16942853 L6.6775086,8.09172217 L6.3936395,7.80779665 C5.70740448,8.72404492 5.24052368,9.81407427 5.07089004,10.9999918 L5.53846154,11 C6.09074629,11 6.53846154,11.4477153 6.53846154,12 C6.53846154,12.5128358 6.15242135,12.9355072 5.65508266,12.9932723 L5.53846154,13 L5.12053446,12.9994631 C5.2341997,13.5781757 5.41783409,14.2422122 5.62586202,14.8400586 L5.683,15 L9.17033266,15.0004431 C9.15943625,14.8992261 9.15384615,14.7964197 9.15384615,14.6923077 C9.15384615,13.3340304 10.1053144,12.1979804 11.3781095,11.9142992 L11.940813,8.96634285 C12.0443682,8.42385344 12.5680908,8.06802697 13.1105802,8.17158218 C13.6143204,8.26774059 13.9571114,8.72618623 13.9205993,9.22553525 L13.9053409,9.34134946 L13.3613682,12.1922403 C14.2460003,12.6749728 14.8461538,13.6135535 14.8461538,14.6923077 C14.8461538,14.7964197 14.8405638,14.8992261 14.8296673,15.0004431 L18.337,15 L18.416694,14.7857115 C18.6195123,14.210592 18.7909776,13.5737392 18.8944547,13.0003879 L18.4615385,13 C17.9092537,13 17.4615385,12.5522847 17.4615385,12 C17.4615385,11.4871642 17.8475787,11.0644928 18.3449173,11.0067277 L18.4615385,11 L18.92911,10.9999918 C18.7594763,9.81407427 18.2925955,8.72404492 17.6063605,7.80779665 L17.3224914,8.09172217 L17.2352706,8.16942853 C16.8427529,8.48025399 16.2709075,8.45435187 15.9082778,8.09172217 C15.5177535,7.70119787 15.5177535,7.0680329 15.9082778,6.6775086 L15.9082778,6.6775086 L16.191724,6.39328053 C15.2755749,5.70724167 14.1857189,5.2404941 13.0000082,5.07089004 Z"})}),splitTunnelling:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M7.27956611,3.20970461 L7.37377345,3.29289322 L10.0404401,5.95955989 C10.4309644,6.35008418 10.4309644,6.98324916 10.0404401,7.37377345 C9.67995615,7.73425741 9.1127251,7.76198694 8.72043389,7.45696205 L8.62622655,7.37377345 L7.68249748,6.43091494 C7.87299182,9.01082337 9.75805345,11 12,11 C14.2420187,11 16.1271295,9.01069537 16.3175209,6.43066592 L15.3737734,7.37377345 C15.0132895,7.73425741 14.4460584,7.76198694 14.0537672,7.45696205 L13.9595599,7.37377345 C13.5990759,7.01328949 13.5713464,6.44605843 13.8763713,6.05376722 L13.9595599,5.95955989 L16.6262266,3.29289322 C16.9867105,2.93240926 17.5539416,2.90467972 17.9462328,3.20970461 L18.0404401,3.29289322 L20.7071068,5.95955989 C21.0976311,6.35008418 21.0976311,6.98324916 20.7071068,7.37377345 C20.3466228,7.73425741 19.7793918,7.76198694 19.3871006,7.45696205 L19.2928932,7.37377345 L18.3229556,6.40364813 C18.1533629,9.69380253 15.9236914,12.40357 13.000632,12.9136602 L13,20 C13,20.5522847 12.5522847,21 12,21 C11.4871642,21 11.0644928,20.6139598 11.0067277,20.1166211 L11,20 L11.0003678,12.9138346 C8.07681701,12.4041878 5.84665647,9.69417762 5.67704435,6.40364813 L4.70710678,7.37377345 C4.34662282,7.73425741 3.77939176,7.76198694 3.38710056,7.45696205 L3.29289322,7.37377345 C2.93240926,7.01328949 2.90467972,6.44605843 3.20970461,6.05376722 L3.29289322,5.95955989 L5.95955989,3.29289322 C6.32004385,2.93240926 6.8872749,2.90467972 7.27956611,3.20970461 Z"})}),sports:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M17.5,18 C18.3284271,18 19,18.6715729 19,19.5 C19,20.3284271 18.3284271,21 17.5,21 C16.6715729,21 16,20.3284271 16,19.5 C16,18.6715729 16.6715729,18 17.5,18 Z M12.0160055,6.21306067 C12.1980367,6.26525729 12.3625172,6.34892623 12.5052319,6.4564633 C12.5124397,6.46016248 12.5189505,6.4648524 12.5254177,6.46963054 L12.6216416,6.55047816 L15.0036926,8.818 L18.5058998,8.12429271 C19.0476342,8.0168579 19.5738899,8.36892732 19.6813247,8.91066176 C19.7810856,9.41370089 19.4846413,9.90339351 19.0080402,10.0568014 L18.8949556,10.0860867 L14.8938717,10.8796156 C14.8918624,10.8800316 14.889852,10.8804414 14.8878406,10.880845 L14.8847685,10.8813724 C14.727776,10.9125066 14.5720835,10.9050508 14.4275073,10.8655723 C14.405979,10.8596899 14.3851505,10.8532902 14.3645038,10.846193 C14.3514697,10.8416145 14.3379376,10.8366178 14.3245317,10.8313364 C14.3040738,10.8234401 14.2846306,10.8150682 14.2654106,10.8060483 C14.2487505,10.7979992 14.2318042,10.7894473 14.2151216,10.7804277 C14.1991538,10.7720425 14.1836908,10.763133 14.1684208,10.7537742 C14.1502414,10.7424155 14.1322572,10.7306046 14.1146675,10.7182279 C14.10863,10.7141278 14.1027742,10.7098989 14.0969537,10.7055986 L14.0775657,10.6908294 C14.0554831,10.6737262 14.0341013,10.6556937 14.0134854,10.6367758 L14.0007299,10.624751 L12.6726926,9.361 L11.6966926,12.765 L14.5887737,14.8710295 L14.5906926,14.873 L14.6021069,14.8807928 C14.6595392,14.9239855 14.7111975,14.9725096 14.7567906,15.0252538 C14.7705324,15.0411886 14.7839705,15.0577551 14.796817,15.0746707 C14.8338469,15.1235474 14.8659018,15.1751476 14.8929932,15.2289942 C14.9015823,15.245866 14.9094993,15.2627774 14.9169274,15.2798722 C14.9253164,15.2993949 14.9332021,15.3192416 14.940445,15.3393081 C14.945771,15.3538469 14.9507656,15.3687839 14.9554037,15.3838204 C14.961749,15.4045766 14.9673526,15.4250148 14.9723064,15.4456119 C14.9765393,15.4631183 14.9804251,15.4815164 14.9837925,15.5000064 C14.9873686,15.5195163 14.9903206,15.538876 14.9927053,15.55832 C14.9948636,15.5764128 14.9965759,15.5944998 14.9977973,15.612628 C14.9990862,15.6305274 14.9998222,15.6485649 15.0000687,15.6666327 C15.0002698,15.688341 14.9998601,15.7100102 14.9987451,15.7316716 C14.9978984,15.7500096 14.9964126,15.7687115 14.9943926,15.7873976 C14.9925211,15.804032 14.9903048,15.8206698 14.9876642,15.8372681 C14.9836939,15.8624395 14.978756,15.8872418 14.9728443,15.9119275 C14.969929,15.9241546 14.9666471,15.9368246 14.9631082,15.9494486 C14.956324,15.9734221 14.948823,15.9967344 14.9404154,16.0198693 C14.9352002,16.034518 14.9293748,16.0494683 14.9231677,16.0643171 C14.920821,16.0696348 14.9185762,16.074871 14.9162832,16.0800958 L14.8980292,16.1196393 C14.8886132,16.1387864 14.8785338,16.1577293 14.8677864,16.1764374 L14.8632164,16.1841614 L12.364928,20.455988 C12.0861159,20.9327293 11.4736188,21.0931826 10.9968775,20.8143704 C10.5541892,20.5554734 10.3842186,20.0088583 10.5854283,19.5503856 L10.6384952,19.4463199 L12.6796926,15.955 L9.96969259,13.98 L6.37758358,20.4372965 C6.10909446,20.9199269 5.50019184,21.0935226 5.0175615,20.8250335 C4.56940477,20.5757222 4.38771152,20.032891 4.57900928,19.5701949 L4.62982455,19.4650114 L8.80969259,11.95 L9.79969259,8.497 L7.59869259,8.906 L5.83972098,11.5533924 C5.53409079,12.0134018 4.91341729,12.1385509 4.4534079,11.8329207 C4.02625633,11.5491212 3.88783636,10.9936773 4.11494606,10.5474668 L4.17387964,10.4466076 L6.16707933,7.44660759 C6.18780594,7.41598233 6.20396675,7.39412888 6.2209956,7.37295361 L6.16707933,7.44660759 C6.18969912,7.41256215 6.21404457,7.38035091 6.23992283,7.35001276 C6.27356487,7.31066964 6.31080644,7.2733404 6.35093371,7.23904838 C6.4250405,7.17571592 6.50676398,7.12470595 6.59342219,7.08624521 C6.63170213,7.06931642 6.66746686,7.05597072 6.70427273,7.044628 L6.75190911,7.03125469 C6.7715462,7.02623237 6.7913294,7.02180501 6.81122919,7.01797857 L6.81771354,7.01675453 L11.3064112,6.18415928 C11.5345392,6.1380293 11.776821,6.14447563 12.0160055,6.21306067 Z M12.5,3 C13.3284271,3 14,3.67157288 14,4.5 C14,5.32842712 13.3284271,6 12.5,6 C11.6715729,6 11,5.32842712 11,4.5 C11,3.67157288 11.6715729,3 12.5,3 Z"})}),store:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M17.7815098,2.99480211 L17.8300928,3.02080461 C17.8444738,3.0290519 17.8586304,3.03764627 17.8725511,3.04657629 C17.8925043,3.0592103 17.9120505,3.07270207 17.9311452,3.08692474 C17.9417679,3.09511707 17.9519185,3.10301334 17.9619101,3.11109824 C17.9774466,3.12332749 17.9930143,3.13670088 18.0082052,3.15059816 C18.0210484,3.1627085 18.033253,3.1744672 18.0451534,3.18652683 C18.0994739,3.24120538 18.1487665,3.30429347 18.1908263,3.37439313 L18.1529139,3.31577508 C18.164677,3.33256558 18.1759371,3.34973416 18.1866726,3.36725898 L18.1908263,3.37439313 L20.8574929,7.81883758 L20.911725,7.92230076 C20.9866154,8.08786695 21.0127462,8.26559187 20.9946225,8.43745491 C20.9976342,8.47581388 21,8.51540843 21,8.55555556 C21,9.77483833 20.2726166,10.8242316 19.2281107,11.2934743 L19.2273355,17.7222222 C19.2273355,19.4031686 18.1702528,20.8384633 16.6686437,20.9388403 L16.5,20.9444444 L7.55555556,20.9444444 C6.02297832,20.9444444 4.86317759,19.5631122 4.7822895,17.9072773 L4.77777778,17.7222222 L4.77689413,11.2957172 C3.72970772,10.8275817 3,9.77678483 3,8.55555556 C3,8.51540843 3.00236584,8.47581388 3.0069657,8.43690371 C2.98725378,8.26559187 3.01338456,8.08786695 3.08827498,7.92230076 L3.14250707,7.81883758 L5.80917374,3.37439313 C5.82406286,3.34973416 5.83532304,3.33256558 5.84708606,3.31577508 L5.80917374,3.37439313 C5.85123354,3.30429347 5.90052613,3.24120538 5.95552466,3.18551057 C5.96674698,3.1744672 5.97895156,3.1627085 5.99144791,3.15126317 C6.00698569,3.13670088 6.02255342,3.12332749 6.03846968,3.11048506 C6.04808153,3.10301334 6.05823209,3.09511707 6.06853614,3.08741484 C6.08794948,3.07270207 6.10749571,3.0592103 6.12744828,3.04646075 C6.14136957,3.03764627 6.15552616,3.0290519 6.16990723,3.02080461 C6.1858473,3.01169144 6.20206544,3.00301588 6.21849017,2.99480211 C6.27481854,2.96702425 6.32490189,2.94724073 6.37676515,2.93155636 C6.39509186,2.92628022 6.41352908,2.92127089 6.43209468,2.91678992 C6.45250223,2.91165216 6.47297614,2.90740729 6.49366859,2.90379849 C6.50808323,2.90142226 6.52190564,2.89929353 6.53577266,2.89745361 C6.53990047,2.89683435 6.5449672,2.89620646 6.55004554,2.89561662 L6.59838709,2.89113525 C6.61268642,2.89014412 6.6270174,2.88945892 6.6413698,2.8890822 L17.3586302,2.8890822 C17.3729826,2.88945892 17.3873136,2.89014412 17.4016129,2.89113525 L17.3333333,2.88888889 C17.3780188,2.88888889 17.4220198,2.89181984 17.4651544,2.89749999 C17.4780944,2.89929353 17.4919168,2.90142226 17.505685,2.90383738 C17.5270239,2.90740729 17.5474978,2.91165216 17.5677322,2.91651223 C17.5864709,2.92127089 17.6049081,2.92628022 17.6231925,2.93181179 C17.6750981,2.94724073 17.7251815,2.96702425 17.773108,2.99053004 L17.7815098,2.99480211 Z M16.0000983,10.7917501 C15.4700206,11.2663816 14.7687804,11.5555556 14,11.5555556 C13.231693,11.5555556 12.5308431,11.2667377 12.0000983,10.7917501 C11.4700206,11.2663816 10.7687804,11.5555556 10,11.5555556 C9.23169302,11.5555556 8.53084306,11.2667377 8.00009834,10.7917501 C7.65567221,11.1001492 7.23898219,11.330249 6.77845471,11.4535973 L6.77777778,17.7222222 C6.77777778,18.3922853 7.12921712,18.8762553 7.48042779,18.9378066 L7.55555556,18.9444444 L8.333,18.9438889 L8.33333333,15.2679218 L8.33695155,15.1105997 C8.38992262,13.9621613 9.02240565,12.94287 10.0949252,12.94287 L10.0949252,12.94287 L13.9266841,12.94287 L14.0773801,12.9496378 C15.1096801,13.0437315 15.6666667,14.1051888 15.6666667,15.2679218 L15.6666667,15.2679218 L15.666,18.9438889 L16.5,18.9444444 C16.8286546,18.9444444 17.1740919,18.5255729 17.2217633,17.8761067 L17.2273355,17.7222222 L17.2269611,11.4550143 C16.7646465,11.3320721 16.3462037,11.1014955 16.0000983,10.7917501 Z M13.627,14.9430734 L10.377,14.9430734 L10.3698235,14.9674933 C10.3475311,15.0513188 10.3333333,15.1549209 10.3333333,15.2679218 L10.3333333,15.2679218 L10.333,18.9438889 L13.666,18.9438889 L13.6666667,15.2679218 L13.6622568,15.1536106 C13.6565276,15.080278 13.6455213,15.0132248 13.6310454,14.9556285 L13.6310454,14.9556285 L13.627,14.9430734 Z M16.767,4.88888889 L7.232,4.88888889 L5.003,8.60388889 L5.00672773,8.67217668 C5.06449284,9.16951537 5.48716416,9.55555556 6,9.55555556 C6.51283584,9.55555556 6.93550716,9.16951537 6.99327227,8.67217668 L7,8.55555556 C7,8.00327081 7.44771525,7.55555556 8,7.55555556 C8.51283584,7.55555556 8.93550716,7.94159575 8.99327227,8.43893443 L9,8.55555556 C9,9.10784031 9.44771525,9.55555556 10,9.55555556 C10.5128358,9.55555556 10.9355072,9.16951537 10.9932723,8.67217668 L11,8.55555556 C11,8.00327081 11.4477153,7.55555556 12,7.55555556 C12.5128358,7.55555556 12.9355072,7.94159575 12.9932723,8.43893443 L13,8.55555556 C13,9.10784031 13.4477153,9.55555556 14,9.55555556 C14.5128358,9.55555556 14.9355072,9.16951537 14.9932723,8.67217668 L15,8.55555556 C15,8.00327081 15.4477153,7.55555556 16,7.55555556 C16.5128358,7.55555556 16.9355072,7.94159575 16.9932723,8.43893443 L17,8.55555556 C17,9.10784031 17.4477153,9.55555556 18,9.55555556 C18.5128358,9.55555556 18.9355072,9.16951537 18.9932723,8.67217668 L18.997,8.60488889 L16.767,4.88888889 Z"})}),telegram:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M19.1552434,3.66890565 C20.0869699,3.29419103 21.0905317,3.99665301 20.9981035,5.00254118 L20.9807572,5.12980158 L18.5093344,19.0280337 C18.3425539,19.9524444 17.3199947,20.429098 16.517839,19.9757725 L16.4099213,19.9081458 L12.557,17.246 L10.4039739,18.9080785 C9.72505311,19.4321279 8.77218296,19.1920696 8.38894184,18.4772355 L8.33048732,18.35375 L8.28551671,18.2285662 L6.914,13.759 L3.78643981,12.3058276 C3.36877004,12.1116811 3.10810019,11.750286 3.02711841,11.3357271 L3.00681073,11.1957283 L3,11.0527304 C3,10.5374618 3.28210377,10.0908341 3.72655932,9.86010616 L3.85286154,9.80218143 L19.1552434,3.66890565 Z M18.801,5.965 L5.961,11.111 L7.96,12.04 L15.2743654,8.12377607 C16.2998512,7.57470998 17.2469057,8.90712637 16.4727463,9.69429722 L16.3895321,9.77110694 L10.823,14.446 L10.495,16.31 L11.7122611,15.3718884 C12.099956,15.0726612 12.6105317,15.0109085 13.0498418,15.1920315 L13.1793027,15.25366 L13.3033227,15.3298935 L16.716,17.688 L18.801,5.965 Z"})}),thanks:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.33551,4.00566598 C14.1053803,4.07078017 12.938869,4.58832469 12.0636364,5.46396829 L12,5.527 L11.9361977,5.46380231 C9.98320961,3.51081429 6.81679039,3.51081432 4.86380235,5.46380235 C2.91081432,7.41679039 2.91081429,10.5832096 4.8638023,12.5361977 L11.2928932,18.9652886 C11.6834175,19.3558129 12.3165825,19.3558129 12.7071068,18.9652886 L19.1361977,12.5361977 C20.0742213,11.5986144 20.6013277,10.3264891 20.6013277,9 C20.6013277,7.67351088 20.0742213,6.40138564 19.1360317,5.46363636 C18.1986144,4.52577872 16.9264891,3.99867228 15.6,3.99867228 L15.33551,4.00566598 Z M15.6,5.99867228 C16.3958935,5.99867228 17.1591686,6.31493614 17.7218182,6.87784989 C18.2850639,7.44083138 18.6013277,8.20410653 18.6013277,9 L18.5947792,9.19819659 C18.5469042,9.92171276 18.2381544,10.6060561 17.7221501,11.1218182 L12,16.844 L6.27801587,11.1219841 C5.10607644,9.95004466 5.10607645,8.04995538 6.27801591,6.87801591 C7.44995538,5.70607645 9.35004466,5.70607644 10.5219841,6.87801588 L11.2928932,7.64892496 C11.6834175,8.03944925 12.3165825,8.03944925 12.7071068,7.64892496 L13.4780159,6.87801587 C14.0408314,6.31493614 14.8041065,5.99867228 15.6,5.99867228 Z"})}),threat:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.4312357,5.08094335 C12.644033,3.91706127 13.8087062,3.45167824 15.211068,4.04384383 C16.8937132,4.75436275 17.1696842,6.50835036 16.3551448,9.00040475 L17.1410295,9.27256779 C17.9617082,9.55515011 18.3745356,10.4150291 18.166156,11.2295401 L18.1256375,11.364765 L17.5539479,13.025326 C18.6934628,14.4937911 19.0930287,16.4900765 18.4427139,18.3787279 C17.4180822,21.3544743 14.1751351,22.9361653 11.1993888,21.9115336 C8.2236424,20.886902 6.6419514,17.6439549 7.66658305,14.6682085 C8.29124241,12.854066 9.74037069,11.5580443 11.4507933,11.0548219 L12.0631949,9.27729864 C12.34267,8.465644 13.18792,7.99552385 14.0077599,8.20020986 L14.1440633,8.24062954 L14.4661365,8.35008652 C14.9808736,6.80082428 14.8737439,6.07240049 14.4330601,5.88631599 C13.9458193,5.68057223 13.5158529,5.85237932 12.8160496,6.52395772 C12.7474763,6.58976525 12.6844451,6.65204038 12.6087946,6.7289561 L12.6087946,6.7289561 L12.0058141,7.35267157 C11.9173192,7.44248138 11.8434192,7.51520031 11.7733738,7.58099991 L11.7733738,7.58099991 L11.5640614,7.76781227 C10.9831612,8.26171714 10.2385915,8.69794009 9.33057341,9.08459304 C8.82243893,9.30096723 8.2351086,9.06444879 8.0187344,8.55631431 C7.80236021,8.04817982 8.03887865,7.46084949 8.54701313,7.2444753 C9.28136644,6.93177244 9.85513894,6.59561488 10.2685517,6.24411454 C10.3665457,6.16079608 10.4576984,6.0745839 10.6065151,5.92300971 L10.6065151,5.92300971 L11.1911138,5.3181191 Z M14.2587719,13.02644 C12.3274165,12.361421 10.2226392,13.3879895 9.5576202,15.3193448 C8.89260121,17.2507002 9.91916969,19.3554775 11.8505251,20.0204965 C13.7818804,20.6855155 15.8866577,19.658947 16.5516767,17.7275916 C17.2166957,15.7962362 16.1901272,13.691459 14.2587719,13.02644 Z M8.36872677,9.90062769 L8.39174714,10.024181 L8.47426534,10.6962378 C8.54157192,11.2444059 8.15175663,11.7433467 7.60358853,11.8106533 C7.0975872,11.8727825 6.63353103,11.5454113 6.51219341,11.0635299 L6.48917304,10.9399765 L6.40665484,10.2679197 C6.33934826,9.71975162 6.72916354,9.22081081 7.27733165,9.15350423 C7.78333297,9.09137508 8.24738915,9.41874622 8.36872677,9.90062769 Z M13.842316,10.2513152 L13.6354937,10.8533375 C14.060948,10.8972959 14.4881123,10.9901669 14.9099082,11.1354028 C15.2706743,11.2596246 15.6109506,11.4164512 15.9285768,11.6014538 L16.1229068,11.0365856 L13.842316,10.2513152 Z M6.48690549,8.46190947 C6.54903464,8.96791079 6.2216635,9.43196697 5.73978203,9.55330459 L5.61622868,9.57632496 L4.9441719,9.65884316 C4.39600379,9.72614974 3.89706298,9.33633445 3.8297564,8.78816635 C3.76762725,8.28216503 4.09499839,7.81810885 4.57687987,7.69677123 L4.70043321,7.67375086 L5.37249,7.59123266 C5.9206581,7.52392608 6.41959891,7.91374136 6.48690549,8.46190947 Z M7.85167893,5.68961101 L7.87469931,5.81316435 L7.9572175,6.48522114 C8.02452408,7.03338924 7.6347088,7.53233005 7.0865407,7.59963663 C6.58053937,7.66176578 6.11648319,7.33439465 5.99514558,6.85251317 L5.9721252,6.72895982 L5.889607,6.05690304 C5.82230042,5.50873493 6.21211571,5.00979412 6.76028381,4.94248754 C7.26628514,4.88035839 7.73034132,5.20772953 7.85167893,5.68961101 Z",transform:"rotate(-38 11.288 13.005)"})}),timer:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.5555556,2.88888889 C16.1078403,2.88888889 16.5555556,3.33660414 16.5555556,3.88888889 C16.5555556,4.40172473 16.1695154,4.82439605 15.6721767,4.88216116 L15.5555556,4.88888889 L14.777,4.88888889 L14.7774028,6.51306284 C18.2146195,6.98896307 20.8788409,9.88377881 20.9959809,13.4234238 L21,13.6666667 C21,17.6553899 17.766501,20.8888889 13.7777778,20.8888889 C11.5166485,20.8888889 9.49821315,19.8497928 8.17393654,18.2230654 L5.77777778,18.2222222 C5.22549303,18.2222222 4.77777778,17.774507 4.77777778,17.2222222 C4.77777778,16.7093864 5.16381797,16.2867151 5.66115665,16.22895 L5.77777778,16.2222222 L7.02094698,16.2228279 C6.83352628,15.7276702 6.69897253,15.2065287 6.62417395,14.6662917 L4,14.6666667 C3.44771525,14.6666667 3,14.2189514 3,13.6666667 C3,13.1538308 3.38604019,12.7311595 3.88337887,12.6733944 L4,12.6666667 L6.6242895,12.6662074 C6.69906028,12.1266346 6.83344021,11.6061152 7.02056569,11.111513 L5.77777778,11.1111111 C5.22549303,11.1111111 4.77777778,10.6633959 4.77777778,10.1111111 C4.77777778,9.59827527 5.16381797,9.17560395 5.66115665,9.11783884 L5.77777778,9.11111111 L8.1732978,9.11105266 C9.29878248,7.72812546 10.9258844,6.76973906 12.7773185,6.51317839 L12.777,4.88888889 L12,4.88888889 C11.4477153,4.88888889 11,4.44117364 11,3.88888889 C11,3.37605305 11.3860402,2.95338173 11.8833789,2.89561662 L12,2.88888889 L15.5555556,2.88888889 Z M13.7777778,8.44444444 C10.8936241,8.44444444 8.55555556,10.782513 8.55555556,13.6666667 L8.56027829,13.4996598 C8.56940887,13.5539684 8.57416183,13.6097625 8.57416183,13.6666667 C8.57416183,13.7235708 8.56940887,13.7793649 8.56027829,13.8336735 C8.64614324,16.6403305 10.949371,18.8888889 13.7777778,18.8888889 C16.6619315,18.8888889 19,16.5508204 19,13.6666667 C19,10.782513 16.6619315,8.44444444 13.7777778,8.44444444 Z M13.7777778,8.93333333 C14.2906136,8.93333333 14.7132849,9.31937352 14.77105,9.81671221 L14.7777778,9.93333333 L14.777,13.048 L16.7138803,14.0166839 C17.1725746,14.2460311 17.3779809,14.7803403 17.2072309,15.2510069 L17.1610939,15.3583247 C16.9317467,15.817019 16.3974375,16.0224253 15.9267709,15.8516754 L15.8194531,15.8055383 L13.3305642,14.5610939 C13.0294228,14.4105232 12.8268744,14.1202025 12.7855814,13.791522 L12.7777778,13.6666667 L12.7777778,9.93333333 C12.7777778,9.38104858 13.225493,8.93333333 13.7777778,8.93333333 Z"})}),tips:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M14.0027771,19 C14.5550618,19 15.0027771,19.4477153 15.0027771,20 C15.0027771,20.5128358 14.6167369,20.9355072 14.1193982,20.9932723 L14.0027771,21 L10,21 C9.44771525,21 9,20.5522847 9,20 C9,19.4871642 9.38604019,19.0644928 9.88337887,19.0067277 L10,19 L14.0027771,19 Z M16.187398,4.81260203 C18.4302535,7.05545751 18.4979285,10.6497969 16.3904231,12.9742106 L14.9521158,17.3160247 L14.9482628,17.3282688 C14.9414589,17.3479754 14.9340562,17.3674028 14.9260765,17.3865294 L14.9090802,17.4246235 C14.9077938,17.4273896 14.9064958,17.4301475 14.9051864,17.4328972 C14.8974822,17.4492907 14.8891663,17.4655087 14.880428,17.4814625 C14.8529472,17.5318439 14.8215251,17.5791386 14.7866657,17.6231095 C14.7744002,17.6382098 14.7614431,17.6535846 14.7480416,17.6685533 C14.7381455,17.6799667 14.7278962,17.690899 14.7174227,17.7015786 C14.7016869,17.7170738 14.6933482,17.7251291 14.684872,17.7330389 C14.6407626,17.7743743 14.5928685,17.8114333 14.5421474,17.8438773 C14.5364919,17.8476127 14.530952,17.8510904 14.525376,17.8545149 C14.4999798,17.869928 14.4737822,17.8844062 14.4469913,17.8976907 C14.3654822,17.9384963 14.2768658,17.9684157 14.1837445,17.9854372 C14.1638263,17.9891266 14.1440149,17.992173 14.1240854,17.9946218 C14.1227825,17.9946448 14.121091,17.9948457 14.1193982,17.9950423 L14.0972234,17.9975527 C14.0690533,18.0002397 14.040672,18.0017333 14.0121498,18.0019982 L14.0027771,18.00177 L10,18.00177 C9.95842825,18.0017223 9.92572805,17.9998067 9.89332346,17.9963118 L10,18.00177 C9.95984664,18.00177 9.92024603,17.9994034 9.88133003,17.9948022 C9.85741972,17.9920734 9.83361689,17.9883301 9.81002765,17.9837442 C9.79160191,17.9801936 9.77392571,17.9762763 9.75643215,17.9718983 C9.74941069,17.9700236 9.74167191,17.9679798 9.73396229,17.9658447 C9.70508847,17.9580199 9.67751908,17.9490758 9.65050266,17.9389969 C9.6462246,17.9371531 9.64114516,17.9352127 9.63608253,17.9332315 C9.57319104,17.908846 9.51409982,17.8784701 9.458758,17.8427807 C9.44202472,17.831921 9.42551877,17.8206042 9.40935143,17.8087923 C9.39503839,17.7982912 9.38095571,17.7873795 9.36717935,17.7761075 C9.31684192,17.7351849 9.27021583,17.688983 9.22826822,17.6381396 C9.22459254,17.6333067 9.22097885,17.6288492 9.21740296,17.6243603 C9.1758307,17.5725202 9.13913249,17.5156306 9.10819451,17.4545004 C9.10573734,17.4498235 9.10367531,17.4456922 9.10164115,17.4415447 L9.09231544,17.4216498 L9.09231544,17.4216498 L9.07299549,17.3775247 C9.06615909,17.3606757 9.05976872,17.343598 9.05383902,17.3263065 L9.04963609,17.3129106 L7.63864065,13.005125 C5.50156754,10.6784136 5.56082483,7.06437923 7.81260203,4.81260203 C10.1252381,2.49996599 13.8747619,2.49996599 16.187398,4.81260203 Z M9.22681559,6.22681559 C7.69555414,7.75807704 7.69522821,10.2405399 9.22583778,11.7722063 C9.2746988,11.8205826 9.31855248,11.8742301 9.35674733,11.9326928 C9.39743476,11.9948753 9.43041751,12.0602873 9.455823,12.1278981 L9.47007273,12.1691507 L10.7236406,16.001125 L10.9996406,16.001125 L10.9996406,11.005125 L10.9956207,11.0056763 C10.443336,11.0056763 9.99562073,10.557961 9.99562073,10.0056763 C9.99562073,9.49284043 10.3816609,9.07016911 10.8789996,9.012404 L10.9956207,9.00567627 L13.0037842,9.00567627 C13.5560689,9.00567627 14.0037842,9.45339152 14.0037842,10.0056763 C14.0037842,10.5185121 13.617744,10.9411834 13.1204053,10.9989485 L13.0037842,11.0056763 L12.9996406,11.005125 L12.9996406,16.001125 L13.2796406,16.001125 L14.4897727,12.3425065 C14.5185836,12.1342406 14.6130542,11.9333146 14.7731844,11.7731844 C16.3047719,10.241597 16.3047719,7.75840305 14.7731844,6.22681559 C13.241597,4.69522814 10.758403,4.69522814 9.22681559,6.22681559 Z"})}),troubleshoot:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M10.1236972,4.87554511 C8.78406085,6.33465553 8.29337226,8.36384089 8.78163466,10.2495907 L8.86,10.524 L3.78889322,15.5968932 C2.73562723,16.6501592 2.73562723,18.3578408 3.78889322,19.4111068 L3.9238652,19.5372793 C4.98332987,20.4625442 6.59372687,20.4204867 7.60310678,19.4111068 L12.675,14.339 L12.705314,14.3491165 C14.7367632,14.9716345 16.9736708,14.4345883 18.5041295,12.9041295 C20.2111797,11.1970794 20.6823423,8.61114841 19.6870604,6.41172704 L19.630707,6.30442004 C19.301766,5.75928976 18.534033,5.65175346 18.0688932,6.11689322 L15.2,8.985 L14.215,8 L17.0831068,5.13110678 C17.5773178,4.63689578 17.4250312,3.8010854 16.788273,3.51293962 C14.5888516,2.51765767 12.0029206,2.98882031 10.2958705,4.69587047 L10.1236972,4.87554511 Z M14.3311359,4.99756915 L14.387,4.998 L12.6528932,6.73289322 C11.9598,7.43991832 11.9598,8.56008168 12.6458572,9.26 L13.9328932,10.5471068 L14.0617814,10.662224 C14.7702481,11.2378261 15.8012533,11.1998437 16.46,10.5541428 L18.201,8.812 L18.2024308,8.86886412 C18.1854467,9.83329961 17.8016328,10.7781991 17.089916,11.489916 C15.9715038,12.6083281 14.2772732,12.9170209 12.836273,12.2649396 C12.4570624,12.0933393 12.0112122,12.1745742 11.7168932,12.4688932 L6.18889322,17.9968932 C5.91667581,18.2691106 5.47532419,18.2691106 5.20310678,17.9968932 C4.93088937,17.7246758 4.93088937,17.2833242 5.20310678,17.0111068 L10.7311068,11.4831068 C11.0254258,11.1887878 11.1066607,10.7429376 10.9350604,10.363727 C10.2829791,8.92272684 10.5916719,7.22849621 11.710084,6.11008404 C12.4218009,5.3983672 13.3667004,5.01455326 14.3311359,4.99756915 Z"})}),trustedServer:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M11.6490405,3.37994282 C11.8754257,3.29504839 12.1249023,3.29504839 12.3512874,3.37994282 L12.3512874,3.37994282 L16.7957319,5.04660948 C17.1860356,5.19297338 17.4446084,5.5660941 17.4446084,5.98293866 L17.4446084,5.98293866 L17.4446084,9.87182755 C17.4446084,10.9964592 17.0635793,12.0386829 16.3922118,13.000265 L18,13 C19.5976809,13 20.9036609,14.24892 20.9949073,15.8237272 L21,16 L21,18 C21,19.5976809 19.75108,20.9036609 18.1762728,20.9949073 L18,21 L6,21 C4.40231912,21 3.09633912,19.75108 3.00509269,18.1762728 L3,18 L3,16 C3,14.4023191 4.24891996,13.0963391 5.82372721,13.0050927 L6,13 L7.60811621,13.000265 C6.93674871,12.0386829 6.55571954,10.9964592 6.55571954,9.87182755 L6.55571954,9.87182755 L6.55571954,5.98293866 C6.55571954,5.5660941 6.81429237,5.19297338 7.20459609,5.04660948 L7.20459609,5.04660948 Z M14.4717875,14.9925396 L14.2313846,15.1817437 C13.9006855,15.433249 13.5626775,15.664782 13.2246074,15.8760759 C12.9972227,16.0181913 12.8012566,16.1320864 12.6467612,16.2167841 L12.6467612,16.2167841 L12.4473776,16.3218103 C12.1658501,16.462574 11.8344779,16.462574 11.5529504,16.3218103 C11.4424387,16.2665545 11.2854302,16.1816125 11.0919772,16.0679616 L11.0919772,16.0679616 L10.7757206,15.8760759 C10.356225,15.6138911 9.9368252,15.3205439 9.53136622,14.9965436 L9.44571673,15 L6,15 C5.48716416,15 5.06449284,15.3860402 5.00672773,15.8833789 L5,16 L5,18 C5,18.5128358 5.38604019,18.9355072 5.88337887,18.9932723 L6,19 L18,19 C18.5128358,19 18.9355072,18.6139598 18.9932723,18.1166211 L19,18 L19,16 C19,15.4871642 18.6139598,15.0644928 18.1166211,15.0067277 L18,15 L14.5945514,15 C14.5529891,15 14.5120191,14.9974644 14.4717875,14.9925396 Z M7.20816398,16.116272 C7.76044873,16.116272 8.20816398,16.5639872 8.20816398,17.116272 C8.20816398,17.6291078 7.82212379,18.0517792 7.32478511,18.1095443 L7.20816398,18.116272 C6.64787923,18.116272 6.20016398,17.6685567 6.20016398,17.116272 C6.20016398,16.6034362 6.58620417,16.1807648 7.08354285,16.1229997 L7.20816398,16.116272 Z M12,5.384 L8.555,6.676 L8.55571954,9.87182755 C8.55571954,10.9201898 9.16478133,11.9715835 10.2311752,12.9620465 L10.2311752,12.9620465 L10.4364464,13.1470286 C10.8791128,13.5343618 11.3575021,13.881194 11.8357185,14.1800792 L11.8357185,14.1800792 L12,14.28 L12.1646095,14.1800792 C12.6428259,13.881194 13.1212151,13.5343618 13.5638816,13.1470286 C14.7570348,12.1030196 15.4446084,10.9857124 15.4446084,9.87182755 L15.4446084,9.87182755 L15.444,6.676 L12,5.384 Z M14.3696304,7.06566098 C14.7806152,7.36730463 14.8940495,7.92376905 14.6520473,8.35778229 L14.5841083,8.46351621 L12.3047408,11.5691189 C11.943489,12.0613189 11.239232,12.1114264 10.8108635,11.7037052 L10.7235185,11.6093231 L9.44733047,10.0439994 C9.09834567,9.61594794 9.16244186,8.98603559 9.59049333,8.63705079 C9.98561776,8.31491098 10.552742,8.34474551 10.9121399,8.68791565 L10.9974419,8.78021366 L11.456,9.343 L12.9717752,7.28013889 C13.2985558,6.83490539 13.9243969,6.73888036 14.3696304,7.06566098 Z"})}),tutorial:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M6.5,21 C5.13606399,21 4.08369131,19.8149172 4.00475723,18.3938253 L4,18.2222222 L4,5.77777778 C4,4.3393237 4.9999136,3.09891576 6.33786554,3.00562766 L6.5,3 L19,3 C19.5128358,3 19.9355072,3.38604019 19.9932723,3.88337887 L20,4 L20,20 C20,20.5128358 19.6139598,20.9355072 19.1166211,20.9932723 L19,21 L6.5,21 Z M7.012,17 L6,17 L6,18.2222222 C6,18.6400071 6.22189541,18.9409747 6.43617433,18.9922433 L6.5,19 L7.012,19 L7.012,17 Z M18,17 L9.012,17 L9.012,19 L18,19 L18,17 Z M18,5 L6.5,5 C6.2895395,5 6.04851131,5.26298716 6.00642735,5.65607973 L6,5.77777778 L6,15 L18,15 L18,5 Z M9.00082397,6.9977417 C9.00082397,6.20269753 9.88373635,5.7255838 10.5487908,6.16124166 L10.5487908,6.16124166 L15.131895,9.16349996 C15.7346067,9.55831887 15.7346056,10.4416838 15.131893,10.8365013 L15.131893,10.8365013 L10.5487889,13.8387444 C9.88373427,14.2744001 9.00082397,13.7972862 9.00082397,13.002243 L9.00082397,13.002243 Z M11,8.848 L11,11.151 L12.758,10 L11,8.848 Z"})}),undo:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M16.8481936,3.20970461 L16.9424009,3.29289322 L20.7071068,7.0575991 C21.0675907,7.41808306 21.0953203,7.98531412 20.7902954,8.37760533 L20.7071068,8.47181266 L16.9424009,12.2365185 C16.5518766,12.6270428 15.9187116,12.6270428 15.5281873,12.2365185 C15.1677034,11.8760346 15.1399738,11.3088035 15.4449987,10.9165123 L15.5281873,10.822305 L17.585,8.764 L5.77777778,8.76470588 C5.50328076,8.76470588 5.257353,8.83845585 5.09890542,8.9503012 L5.00230185,9.02400587 L5,9.01960784 L5,17.8039216 C5,17.7883749 5.01573553,17.8145201 5.09890542,17.8732282 C5.23094507,17.9664327 5.42373485,18.033182 5.64318278,18.0528428 L5.77777778,18.0588235 L18.2222222,18.0588235 C18.774507,18.0588235 19.2222222,18.5065388 19.2222222,19.0588235 C19.2222222,19.5716594 18.836182,19.9943307 18.3388433,20.0520958 L18.2222222,20.0588235 L5.77777778,20.0588235 C4.36618823,20.0588235 3.10485061,19.2083242 3.00620215,17.9617707 L3,17.8039216 L3,9.01960784 C3,7.74083875 4.20487403,6.83918867 5.60218488,6.76910269 L5.77777778,6.76470588 L17.586,6.764 L15.5281873,4.70710678 C15.1677034,4.34662282 15.1399738,3.77939176 15.4449987,3.38710056 L15.5281873,3.29289322 C15.8886713,2.93240926 16.4559024,2.90467972 16.8481936,3.20970461 Z",transform:"matrix(-1 0 0 1 24 0)"})}),unfavourite:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M8.864,8.094 L3.85537179,8.82651393 L3.74164189,8.84953286 C3.0064219,9.04136729 2.73694003,9.98172945 3.3022672,10.5323581 L6.925,14.061 L6.07039138,19.0469567 L6.05736287,19.1570816 C6.00797581,19.9184677 6.82116851,20.4693452 7.52145128,20.1010735 L11.999,17.746 L16.4785487,20.1010735 L16.5792519,20.1475075 C17.288076,20.4298481 18.0633581,19.8267842 17.9296086,19.0469567 L17.074,14.061 L20.6977328,10.5323581 L20.7763169,10.4469831 C21.2590859,9.86022673 20.9254993,8.94064994 20.1446282,8.82651393 L15.135,8.094 L12.8967073,3.55737608 C12.529872,2.81420797 11.470128,2.81420797 11.1032927,3.55737608 L8.864,8.094 Z M12,6.258 L13.5752927,9.45062392 L13.6360498,9.55682487 C13.7918188,9.79413461 14.0426869,9.9558751 14.3273718,9.99748607 L17.851,10.512 L15.3022672,12.9956419 L15.219893,13.0863365 C15.0420297,13.3080625 14.9656884,13.5970802 15.0143914,13.8810433 L15.615,17.387 L12.4654513,15.7309265 L12.3537441,15.6806462 C12.087921,15.5800855 11.7895087,15.5968456 11.5345487,15.7309265 L8.384,17.387 L8.98560862,13.8810433 L8.99889413,13.7592463 C9.01235021,13.4753155 8.90412232,13.1966653 8.6977328,12.9956419 L6.148,10.512 L9.67262821,9.99748607 C9.9979824,9.94993068 10.2791676,9.74547141 10.4247073,9.45062392 L12,6.258 Z"})}),unlocked:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12,3 C14.7000588,3 16.8888889,5.18883011 16.8888889,7.88888889 C16.8888889,8.44117364 16.4411736,8.88888889 15.8888889,8.88888889 C15.3366041,8.88888889 14.8888889,8.44117364 14.8888889,7.88888889 C14.8888889,6.29339961 13.5954893,5 12,5 C10.4614925,5 9.20388212,6.20266367 9.11601519,7.71914472 L9.11111111,7.88888889 L9.111,10 L17,10 C18.5976809,10 19.9036609,11.24892 19.9949073,12.8237272 L20,13 L20,17.5555556 C20,19.2124098 18.6568542,20.5555556 17,20.5555556 L17,20.5555556 L7,20.5555556 C5.34314575,20.5555556 4,19.2124098 4,17.5555556 L4,17.5555556 L4,13 C4,11.3431458 5.34314575,10 7,10 L7,10 L7.111,10 L7.11111111,7.88888889 C7.11111111,5.18883011 9.29994122,3 12,3 Z M17,12 L7,12 C6.44771525,12 6,12.4477153 6,13 L6,13 L6,17.5555556 C6,18.1078403 6.44771525,18.5555556 7,18.5555556 L7,18.5555556 L17,18.5555556 C17.5522847,18.5555556 18,18.1078403 18,17.5555556 L18,17.5555556 L18,13 C18,12.4477153 17.5522847,12 17,12 L17,12 Z"})}),up:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.7071068,4.29289322 C13.0675907,4.65337718 13.0953203,5.22060824 12.7902954,5.61289944 L12.7071068,5.70710678 L7.415,11 L19,11 C19.5522847,11 20,11.4477153 20,12 C20,12.5128358 19.6139598,12.9355072 19.1166211,12.9932723 L19,13 L7.415,13 L12.7071068,18.2928932 C13.0675907,18.6533772 13.0953203,19.2206082 12.7902954,19.6128994 L12.7071068,19.7071068 C12.3466228,20.0675907 11.7793918,20.0953203 11.3871006,19.7902954 L11.2928932,19.7071068 L4.29289322,12.7071068 L4.21968877,12.625449 C4.2173721,12.6225624 4.21507113,12.6196628 4.21278596,12.6167501 L4.29289322,12.7071068 C4.25749917,12.6717127 4.22531295,12.6343256 4.19633458,12.5953066 C4.17849009,12.5711307 4.1617187,12.546275 4.14606743,12.5206602 C4.13860692,12.5086131 4.13149883,12.4963944 4.12467117,12.4840621 C4.11379392,12.4642939 4.10337664,12.4438914 4.09365378,12.4230991 C4.08567905,12.4060985 4.07819642,12.3887956 4.07122549,12.371336 C4.06331574,12.3515792 4.05612249,12.3317977 4.04954668,12.3117364 C4.04472872,12.2968513 4.04009773,12.2814633 4.03584514,12.265993 C4.02983363,12.2444365 4.0246398,12.2227461 4.02016515,12.2007941 C4.01670217,12.1833753 4.01362808,12.165949 4.0110178,12.1484669 C4.00810098,12.1294204 4.00574796,12.1096949 4.00397748,12.0898018 C4.00189498,12.0659949 4.00063489,12.042681 4.00018615,12.0193545 C4.00006128,12.0129086 4,12.0064615 4,12 L4.00016755,11.9816379 C4.00059932,11.9579802 4.0018656,11.9343349 4.00396641,11.9107499 L4,12 C4,11.9493797 4.00376119,11.8996379 4.01101934,11.8510388 C4.01362808,11.834051 4.01670217,11.8166247 4.02024007,11.7992742 C4.0246398,11.7772539 4.02983363,11.7555635 4.03572097,11.7341604 C4.04009773,11.7185367 4.04472872,11.7031487 4.04973809,11.6878575 C4.05612249,11.6682023 4.06331574,11.6484208 4.07110396,11.6289415 C4.07819642,11.6112044 4.08567905,11.5939015 4.09367336,11.5767785 C4.10337664,11.5561086 4.11379392,11.5357061 4.12487577,11.515723 C4.13149883,11.5036056 4.13860692,11.4913869 4.14599545,11.4792912 C4.1617187,11.453725 4.17849009,11.4288693 4.19631351,11.4048407 C4.20071786,11.3987914 4.20517454,11.3929267 4.20970461,11.3871006 C4.23766884,11.3515341 4.26442691,11.3213595 4.29289322,11.2928932 L11.2928932,4.29289322 C11.6834175,3.90236893 12.3165825,3.90236893 12.7071068,4.29289322 Z",transform:"rotate(90 12 12)"})}),usb:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M15.3333333,3 C16.336656,3 17.2857143,3.55361733 17.2857143,4.55555556 L17.2857143,4.55555556 L17.28581,8.28874452 C18.2993072,8.77024863 19,9.80329653 19,11 L19,11 L19,18 C19,19.6568542 17.6568542,21 16,21 L16,21 L8,21 C6.34314575,21 5,19.6568542 5,18 L5,18 L5,11 C5,9.80329653 5.70069276,8.77024863 6.71419004,8.28874452 L6.71428571,4.55555556 C6.71428571,3.55361733 7.663344,3 8.66666667,3 L8.66666667,3 Z M16,10 L8,10 C7.44771525,10 7,10.4477153 7,11 L7,11 L7,18 C7,18.5522847 7.44771525,19 8,19 L8,19 L10.995,19 L10.9951479,18.999334 L10.996,17.146 L9.11196234,16.5173689 C8.74091957,16.3935222 8.47971414,16.066526 8.43528871,15.6848181 L8.42857143,15.5688128 L8.42857143,13.8571429 C8.42857143,13.3048581 8.87628668,12.8571429 9.42857143,12.8571429 C9.94140727,12.8571429 10.3640786,13.243183 10.4218437,13.7405217 L10.4285714,13.8571429 L10.428,14.848 L10.998,15.038 L11.0000002,11.7136197 C11.000368,11.1613351 11.4483814,10.7139181 12.000666,10.7142857 C12.5135017,10.7146275 12.9359159,11.1009491 12.9933497,11.5983261 L12.9999998,11.7149517 L12.997,14.556 L13.566,14.178 L13.5665763,13 C13.5665763,12.4871642 13.9526165,12.0644928 14.4499552,12.0067277 L14.5665763,12 C15.0794121,12 15.5020834,12.3860402 15.5598485,12.8833789 L15.5665763,13 L15.5665763,14.7142857 C15.5665763,15.0071025 15.4384154,15.2829363 15.2197363,15.4715214 L15.1205844,15.546797 L12.996,16.959 L12.9951479,19.000666 L16,19 C16.5522847,19 17,18.5522847 17,18 L17,18 L17,11 C17,10.4477153 16.5522847,10 16,10 L16,10 Z M15.285,5 L8.714,5 L8.714,8 L15.285,8 L15.285,5 Z M10.2857143,5.71428571 C10.7591012,5.71428571 11.1428571,6.09804164 11.1428571,6.57142857 C11.1428571,7.0448155 10.7591012,7.42857143 10.2857143,7.42857143 C9.81232736,7.42857143 9.42857143,7.0448155 9.42857143,6.57142857 C9.42857143,6.09804164 9.81232736,5.71428571 10.2857143,5.71428571 Z M13.7142857,5.71428571 C14.1876726,5.71428571 14.5714286,6.09804164 14.5714286,6.57142857 C14.5714286,7.0448155 14.1876726,7.42857143 13.7142857,7.42857143 C13.2408988,7.42857143 12.8571429,7.0448155 12.8571429,6.57142857 C12.8571429,6.09804164 13.2408988,5.71428571 13.7142857,5.71428571 Z"})}),wechat:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.6755036,10.3879402 C15.9565952,8.68293697 20.2482131,9.93549058 21.5922547,12.9936842 C22.4530734,14.9232489 21.9424042,17.2711631 19.6136192,18.9304224 C19.8132294,19.5117869 20.0003639,20.0956465 20.1758545,20.6861598 C19.49718,20.3584665 18.8733983,19.9176608 18.1730994,19.645692 C10.6586095,21.8197791 6.65226771,13.4918778 12.6755036,10.3879402 Z M2.16852502,11.5124107 C0.827810266,6.33252762 7.76592593,1.9402729 13.3383756,5.08912281 L13.3383756,5.08912281 L13.3383756,5.08995452 L13.3159194,5.08995452 C14.8861858,5.95909032 16.1337492,7.46531514 16.4963743,9.24849903 C11.6500065,8.90333983 8.36891488,12.7907472 9.64808317,16.4602469 C8.61260559,16.494347 7.57712801,16.3413125 6.60402859,16.0277583 C5.7922807,16.4602469 4.98136452,16.9052112 4.17044834,17.3310461 C4.39500975,16.6166082 4.63204678,15.9071605 4.88155945,15.1977128 C3.59157895,14.3377258 2.52865497,13.0494087 2.16852502,11.5124107 Z M18.0414045,12.3195516 L17.9443795,12.325822 C17.5202079,12.3441196 17.2573879,12.7408447 17.1708902,13.1234308 C17.2324366,13.3330214 17.2831709,13.5733853 17.4569981,13.7330734 C17.8179597,14.111501 18.5531904,13.9967251 18.7669396,13.508512 L18.7669396,13.508512 L18.7552956,13.508512 C19.0555426,12.9712281 18.5307342,12.2443145 17.9443795,12.325822 Z M14.7797271,13.4303314 C15.0475374,12.8181936 14.3422482,12.1104094 13.7317739,12.3682391 C13.1795192,12.5395712 13.0156725,13.3405068 13.4365172,13.7239246 C13.8182716,14.1381157 14.6058999,13.9751007 14.7797271,13.4303314 Z M12.7763537,8.08059497 C12.8269353,7.3961798 12.0698438,6.86079705 11.4294163,7.11674402 C10.7139322,7.33543289 10.540976,8.39404902 11.150402,8.82980685 C11.7378005,9.35951989 12.7845121,8.8719247 12.7779854,8.09031448 L12.7779854,8.09031448 Z M7.7388178,8.28679715 C7.95405238,7.5532598 7.14529212,6.83347121 6.43355048,7.10682913 C5.70713376,7.32600071 5.53347858,8.40244858 6.15227802,8.83674798 C6.68628807,9.29207492 7.5985892,8.96453067 7.7388178,8.28679715 Z"})}),welcome:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M16,3 C17.6568542,3 19,4.34314575 19,6 L19,6 L19,17.4285714 C19,19.0854257 17.6568542,20.4285714 16,20.4285714 L16,20.4285714 L8,20.4285714 C7.94182957,20.4285714 7.88404583,20.4269158 7.82669334,20.4236491 C7.66699712,20.4400036 7.5085617,20.4169385 7.36372241,20.360479 C6.01257268,20.0692445 5,18.8671575 5,17.4285714 L5,17.4285714 L5,6 C5,4.55999665 6.01456888,3.35695856 7.36787663,3.06671573 C7.51151498,3.01120643 7.66848661,2.98871924 7.826818,3.00481929 L8,3 Z M16,5 L13.662,4.99972943 L13.7765904,5.03553127 C14.7454665,5.37159791 15.4892313,6.30755401 15.5650523,7.31409335 L15.5714286,7.48293527 L15.5714286,15.9456362 C15.5714286,17.0179728 14.7949253,18.0442473 13.828648,18.3774846 L13.6745864,18.4242474 L13.662,18.4277294 L16,18.4285714 C16.5128358,18.4285714 16.9355072,18.0425312 16.9932723,17.5451926 L17,17.4285714 L17,6 C17,5.44771525 16.5522847,5 16,5 L16,5 Z M7.69518763,5.04730517 C7.29196422,5.17620819 7,5.55400815 7,6 L7,6 L7,17.4285714 C7,17.8752938 7.29292148,18.2536007 7.69716997,18.3818977 L13.0905119,16.5128838 C13.3081675,16.4551403 13.5188634,16.2150973 13.5629975,16.0173641 L13.5714286,15.9456362 L13.5714286,7.48293527 C13.5714286,7.29928914 13.3849167,7.04525689 13.1214742,6.93016274 L13.0192912,6.893924 Z M10.8986137,9.20970461 L10.9928211,9.29289322 L12.7071068,11.0071789 C13.0675907,11.3676629 13.0953203,11.934894 12.7902954,12.3271852 L12.7071068,12.4213925 L10.9928211,14.1356782 C10.6022968,14.5262025 9.9691318,14.5262025 9.5786075,14.1356782 C9.21812354,13.7751942 9.19039401,13.2079632 9.4954189,12.815672 L9.5786075,12.7214646 L9.586,12.714 L8.57142857,12.7142857 C8.01914382,12.7142857 7.57142857,12.2665705 7.57142857,11.7142857 C7.57142857,11.2014499 7.95746876,10.7787786 8.45480745,10.7210134 L8.57142857,10.7142857 L9.586,10.714 L9.5786075,10.7071068 C9.21812354,10.3466228 9.19039401,9.77939176 9.4954189,9.38710056 L9.5786075,9.29289322 C9.93909147,8.93240926 10.5063225,8.90467972 10.8986137,9.20970461 Z"})}),whatsapp:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:l.jsx("path",{fill:"#001D2F",fillRule:"evenodd",d:"M12.6370119,3 C17.2542811,3 21,6.7166616 21,11.3054444 C21,15.8939087 17.254126,19.6108889 12.6370119,19.6108889 C11.426312,19.6108889 10.2510396,19.3541076 9.17440629,18.8671292 L9.17440629,18.8671292 L8.96683333,18.7684444 L5.23039334,19.9556714 C4.52594643,20.1794602 3.86430267,19.5477614 4.02184176,18.8520571 L4.02184176,18.8520571 L4.05000385,18.7523208 L5.25233333,15.2031667 L5.16369123,15.0356264 C4.63133181,13.9856636 4.32768032,12.8303501 4.28076868,11.6329916 L4.28076868,11.6329916 L4.27436111,11.3054444 C4.27436111,6.71678538 8.02015769,3 12.6370119,3 Z M12.6370119,4.88888889 C9.06008876,4.88888889 6.16325,7.76329163 6.16325,11.3054444 C6.16325,12.4892092 6.48657652,13.6240673 7.09000888,14.6152848 C7.23535722,14.8540387 7.26748123,15.144912 7.17773623,15.4096296 L7.17773623,15.4096296 L6.43855556,17.5897778 L8.7656146,16.8506897 C8.97078778,16.7855103 9.19074744,16.7927382 9.38943874,16.8688622 L9.38943874,16.8688622 L9.50581287,16.9227761 C10.4566632,17.4444038 11.5258438,17.722 12.6370119,17.722 C16.2141817,17.722 19.1111111,14.847416 19.1111111,11.3054444 C19.1111111,7.76317321 16.2143553,4.88888889 12.6370119,4.88888889 Z M10.251278,7.48669533 L10.432898,7.49461293 C10.5750304,7.51073988 10.6836655,7.56512085 10.7929643,7.7038274 C10.8347929,7.75691041 10.8726119,7.82025629 10.9071149,7.89500838 L10.9564692,8.01583411 L11.5161579,9.55986432 C11.5545274,9.68204133 11.5587998,9.80193077 11.5171881,9.92369597 L11.4771919,10.0154366 L11.3857422,10.1853439 L11.3572423,10.2315903 L11.3050682,10.305623 L11.3050682,10.305623 L11.245593,10.3772908 L11.0412306,10.6112333 L10.9848545,10.6723211 L10.9848545,10.6723211 L10.9336689,10.7236082 L10.8736945,10.7824081 C10.8646212,10.7942371 10.8650785,10.8014759 10.8709041,10.8136668 L10.8831484,10.8368602 L11.0061708,11.0616314 C11.2236337,11.4395734 11.5031411,11.829733 11.843432,12.1661199 C12.1385639,12.4579359 12.433289,12.6827835 12.7345537,12.8635469 C12.7689663,12.884195 12.8125281,12.908767 12.8599829,12.9347435 L12.9334278,12.9744467 L13.3528255,13.1919868 C13.366983,13.1972276 13.3741628,13.194844 13.3838732,13.1855864 L13.4015255,13.1666383 L13.5758015,12.9723755 C13.7547257,12.7697931 13.9355164,12.5556558 14.0094738,12.4506018 C14.2029379,12.1748921 14.4140742,12.1580748 14.7234582,12.2870748 C14.822079,12.3283807 15.1598873,12.5083732 15.5105239,12.7005344 L15.6421718,12.7729181 L16.2294884,13.0995057 L16.3150826,13.1546437 C16.3801591,13.2016104 16.4296596,13.2524987 16.464633,13.3177586 C16.5643455,13.5045253 16.5058676,13.9895934 16.3324207,14.4354815 C16.1540314,14.8938623 15.429174,15.3623325 14.9260069,15.4485896 L14.8141763,15.4615316 L14.7489398,15.4693741 L14.6098571,15.495736 C14.1908832,15.5603496 13.7104367,15.4338616 12.4512741,14.8669112 C11.7576297,14.5544753 11.1195592,14.0706517 10.5366207,13.4612229 C10.1854628,13.0941075 9.87458976,12.7029518 9.59941112,12.302844 L9.55723135,12.2406781 L9.55723135,12.2406781 L9.51229273,12.1730284 L9.13604103,11.5814096 C9.0459369,11.4387102 8.95839551,11.2835096 8.86501318,11.0894253 C8.6139863,10.5676952 8.46933225,10.0419254 8.48762407,9.5379212 C8.50746095,8.99493165 8.66477241,8.55649095 8.92220976,8.19190615 L9.02051654,8.06222643 L9.02051654,8.06222643 L9.12635211,7.93983642 L9.24324304,7.81756669 L9.36215019,7.70405651 C9.50569839,7.58506999 9.66499671,7.52104772 9.8299094,7.49839342 L9.95448825,7.48894675 L10.251278,7.48669533 Z"})}),evFullCircle:()=>l.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("title",{children:"line/iot"}),l.jsx("g",{id:"Components",stroke:"none","stroke-width":"1",fill:"none",fillRule:"evenodd",children:l.jsx("g",{id:"Get-router",transform:"translate(-990.000000, -775.000000)",fill:"#000",children:l.jsx("g",{id:"line/iot",transform:"translate(988.000000, 773.000000)",children:l.jsx("path",{d:"M10 2.5c4.1421356.0 7.5 3.35786438 7.5 7.5.0 4.1421356-3.3578644 7.5-7.5 7.5-4.14213562.0-7.5-3.3578644-7.5-7.5.0-4.14213562 3.35786438-7.5 7.5-7.5zm1.6989568 4.16666667H9.681805c-.61605969.0-1.18154165.36291747-1.44317688.92003318L7.81676667 8.48962026H12.6188632C12.7539907 8.48962026 12.84678 8.5909025 12.84678 8.70904399 12.84678 8.82718548 12.7539907 8.92834096 12.6188632 8.92834096H6.685676L5.83333333 10.7514213h.92839943C6.50009753 11.3169033 6.43253378 11.5953977 6.43253378 11.8231877c0 .692116499999999.56548195 1.1901614 1.45166988 1.1901614H10.5933452c.582467899999999.0 1.0971186-.4641997 1.0971186-.9958364.0-.464326499999999-.3966359-.8271172-.911413400000001-.8271172H7.67314617C7.38628545 11.1903955 7.25115796 10.9963241 7.36942621 10.7514213H11.2686024c1.3165424.0 2.4559993-.9958364 2.4559993-2.23644879.0-1.04654091-.860962499999999-1.84830584-2.0256449-1.84830584z",id:"Oval"})})})})]}),iconTabs:()=>l.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("title",{children:"Icon/Tabs"}),l.jsx("g",{id:"Components",stroke:"none","stroke-width":"1",fill:"none",fillRule:"evenodd",children:l.jsx("g",{id:"Get-router",transform:"translate(-988.000000, -805.000000)",children:l.jsx("g",{id:"Group-18",transform:"translate(988.000000, 803.000000)",children:l.jsxs("g",{id:"Icon/Tabs",transform:"translate(0.000000, 2.000000)",children:[l.jsx("rect",{id:"Rectangle",x:"0",y:"0",width:"20",height:"20"}),l.jsx("path",{d:"M10.4166667 2.5C10.6008448 2.5 10.7787367 2.56097039 10.9233579 2.67173386L11.0059223 2.74407768l6.0863338 6.08633899C17.9230924 9.66621121 17.962656 10.9915724 17.2094349 11.8755089L17.0905057 12.0046723l-5.0784224 5.0784222C11.5900548 17.5055928 11.0173791 17.7429894 10.4202083 17.7429894 9.88938984 17.7429894 9.37792557 17.5554168 8.97488724 17.2174711l-.14588294-.1337057-6.08458333-6.0775c-.13040858-.1302568-.21320631-.2992639-.2371831-.4799802L2.5 10.4166667V3.33333333c0-.42483442.31790432-.77541831.72880177-.82684048L3.33333333 2.5H10.4166667zm-3.41031868 3-.18688742.0100916C6.07660969 5.59673926 5.5 6.23074624 5.5 7c0 .82842712.66873077 1.5 1.50634802 1.5L7.1805394 8.4899084C7.92339031 8.40326074 8.5 7.76925376 8.5 7c0-.82842712-.66873077-1.5-1.49365198-1.5z",id:"Combined-Shape",fill:"#000"})]})})})})]}),checkmarkNoCircle:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",children:l.jsx("path",{"clip-rule":"evenodd",d:"m19.2929 6.29289c.3905-.39052 1.0237-.39052 1.4142 0 .3605.36049.3882.92772.0832 1.32001l-.0832.09421-10.99999 10.99999c-.36049.3605-.92772.3882-1.32001.0832l-.09421-.0832-5-5c-.39052-.3905-.39052-1.0237 0-1.4142.36049-.3605.92772-.3882 1.32001-.0832l.09421.0832 4.29289 4.2921z",fill:"currentColor","fill-rule":"evenodd"})}),exclamationCircle:()=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",children:l.jsx("path",{"clip-rule":"evenodd",d:"m12 3c4.9706 0 9 4.02944 9 9 0 4.9706-4.0294 9-9 9-4.97056 0-9-4.0294-9-9 0-4.97056 4.02944-9 9-9zm0 2c-3.86599 0-7 3.13401-7 7 0 3.866 3.13401 7 7 7 3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7zm.0091 9.6571c.5523 0 1 .4478 1 1 0 .5129-.386.9356-.8833.9933l-.1167.0067c-.5614 0-1.0091-.4477-1.0091-1 0-.5128.386-.9355.8834-.9932zm-.0091-7.31424c.5128 0 .9355.38604.9933.88338l.0067.11662v3.65714c0 .5523-.4477 1-1 1-.5128 0-.9355-.386-.9933-.8834l-.0067-.1166v-3.65714c0-.55229.4477-1 1-1z",fill:"currentColor","fill-rule":"evenodd"})})};var Et={exports:{}};/*! Copyright (c) 2018 Jed Watson. Licensed under the MIT License (MIT), see http://jedwatson.github.io/classnames */(function(e){(function(){var t={}.hasOwnProperty;function n(){for(var s="",o=0;oo.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();return l.jsx("span",{className:Mt("xv-icon",`xv-icon-${s(e)}`,n),children:l.jsx(i,{...r})})}const Gs=({labels:e,setAttributes:t,RichText:n})=>l.jsxs("div",{className:"availability-icons",children:[l.jsxs("div",{className:"availability-icon",children:[l.jsx(J,{name:"confirm",fill:$.AVAILABLE}),n?l.jsx(n,{tagName:"span",value:e.statusAvailableText,placeholder:"Text...",onChange:r=>t({statusAvailableText:r})}):l.jsx("span",{children:e.statusAvailableText})]}),l.jsxs("div",{className:"availability-icon",children:[l.jsx(J,{name:"confirm",fill:$.LIMITED_AVAILABILITY}),n?l.jsx(n,{tagName:"span",value:e.statusLimitedText,placeholder:"Text...",onChange:r=>t({statusLimitedText:r})}):l.jsx("span",{children:e.statusLimitedText})]}),l.jsxs("div",{className:"availability-icon",children:[l.jsx(J,{name:"remove",fill:$.TEMP_UNAVAILABLE}),n?l.jsx(n,{tagName:"span",value:e.statusUnavailableText,placeholder:"Text...",onChange:r=>t({statusUnavailableText:r})}):l.jsx("span",{children:e.statusUnavailableText})]}),l.jsxs("div",{className:"availability-icon",children:[l.jsx(J,{name:"slash",fill:$.NOT_SUPPORT}),n?l.jsx(n,{tagName:"span",value:e.statusNotSupportedText,placeholder:"Text...",onChange:r=>t({statusNotSupportedText:r})}):l.jsx("span",{children:e.statusNotSupportedText})]})]}),Qs=e=>{const t=new Map;return e.forEach(n=>{n.forEach(r=>{r.clusters.forEach(i=>{t.set(i.name,{label:i.name,country:r.country})}),t.set(r.country,{label:T2({countryCode:r.country_code,countryName:r.country}),country:r.country})})}),Array.from(t.values())},Ks=({locations:e,labels:t,useState:n,useEffect:r,useRef:i,setAttributes:s,RichText:o})=>{const[a,u]=n(""),[c,h]=n(!1),g=i(null);r(()=>{const C=p=>{g.current&&!g.current.contains(p.target)&&h(!1)};return document.addEventListener("click",C,!0),()=>{document.removeEventListener("click",C,!0)}},[]);const f=Object.values(e),x=Qs(f).sort((C,p)=>C.labelp.label?1:0),w=C=>{const p=window.innerWidth<1024,v=document.querySelector(`[data-server-location='${C.country}']${p?'[data-is-mobile="true"]':""}`),_=80,k=v.getBoundingClientRect().top,j=p?0:38,T=k+window.pageYOffset-_-j;setTimeout(()=>{window.scrollTo({top:T,behavior:"smooth"})},100);const b=500,H=2e3;v.style.backgroundColor="rgba(15,134,108,0.2)",setTimeout(()=>{v.style.transition=H+"ms",v.style.backgroundColor="transparent"},b),setTimeout(()=>{v.style.transition="",v.style.backgroundColor=""},b+H)};let y=0;const L=C=>!a||C.toLowerCase().includes(a.toLowerCase())?(y++,!0):!1,d=C=>{h(!1),u(C.label),w(C)};return l.jsxs("div",{className:"top-section",children:[o?l.jsx(o,{tagName:"h2",value:t.headingText,placeholder:"H2 heading",className:"mb-40 text-center",onChange:C=>s({headingText:C})}):l.jsx("h2",{className:"mb-40 text-center",children:t.headingText}),o?l.jsx(o,{tagName:"p",value:t.lastUpdatedText,placeholder:"Text...",onChange:C=>s({lastUpdatedText:C})}):l.jsx("p",{children:t.lastUpdatedText}),l.jsxs("div",{className:c?"search-container active":"search-container",ref:g,children:[l.jsx("input",{type:"text",autoComplete:"off",id:"searchServers",placeholder:"Search by country or city",value:a,onChange:C=>{u(C.target.value),c||h(!0)}}),o?l.jsx(o,{tagName:"span",value:t.inputText,placeholder:"Input placeholder...",onChange:C=>s({inputText:C})}):l.jsx("label",{htmlFor:"searchServers","data-content":t.inputText,children:l.jsx("span",{className:"sr-only",children:t.inputText})}),l.jsx("button",{"aria-label":"Search"}),l.jsx("div",{className:"search-results","aria-labelledby":"searchTitle",children:l.jsxs("div",{className:"search-results-list",children:[l.jsx("p",{className:"sr-only",id:"searchTitle",children:"Search Query Suggestions"}),l.jsxs("ul",{className:"pb-5",children:[x.map((C,p)=>l.jsx("li",{className:"search-results-item",style:{display:L(C.label)?"block":"none"},children:l.jsx("a",{role:"button",tabIndex:"0",onClick:v=>d(C),onKeyUp:v=>{v.keyCode===13&&d(C)},children:C.label})},p)),l.jsx("li",{className:"empty-results",style:{display:y?"none":"block"},children:"No options"})]})]})})]}),l.jsx(Gs,{labels:t,setAttributes:s,RichText:o})]})},jt=({className:e,icon:t,children:n})=>(typeof t=="string"&&(t={name:t}),l.jsxs("div",{className:Mt("tooltip-container",e),children:[l.jsx("div",{className:"tooltip-icon",children:l.jsx(J,{...t})}),l.jsx("div",{className:"tooltip-message",children:n})]})),Xs=()=>l.jsx(jt,{className:"helper-tooltip",icon:"help",children:"Only available on iOS, Mac, Windows, and router apps"}),A2=({icon:e,children:t})=>l.jsx(jt,{className:"table-tooltip",icon:e,children:t}),Js=({location:e})=>{const t=Hs(e);return t===V1.NOT_SUPPORT?l.jsx(J,{name:"slash",fill:$.NOT_SUPPORT}):t===V1.AVAILABLE?l.jsx(J,{name:"confirm",fill:$.AVAILABLE}):t===V1.TEMP_UNAVAILABLE?l.jsx(J,{name:"remove",fill:$.TEMP_UNAVAILABLE}):t===V1.LIMITED_AVAILABILITY?l.jsx(J,{name:"confirm",fill:$.LIMITED_AVAILABILITY}):null},eo=({cluster:e})=>{const t=C2(e);return t===s1.NOT_SUPPORT?l.jsx(J,{name:"slash",fill:$.NOT_SUPPORT}):t===s1.AVAILABLE?l.jsx(J,{name:"confirm",fill:$.AVAILABLE}):t===s1.TEMP_UNAVAILABLE?l.jsx(J,{name:"remove",fill:$.TEMP_UNAVAILABLE}):t===s1.LIMITED_AVAILABILITY?l.jsx(J,{name:"confirm",fill:$.LIMITED_AVAILABILITY}):null},to=(e,t)=>{if(C8(e,t,["notSupported"]))return l.jsx(A2,{icon:{name:"slash",fill:$.NOT_SUPPORT},children:"Not supported"});if(C8(e,t,["notSupported","tempUnavailable"]))return l.jsx(A2,{icon:{name:"remove",fill:$.TEMP_UNAVAILABLE},children:"Temporarily Unavailable"});if(qs(e,t,["tempUnavailable"]))return l.jsx(A2,{icon:{name:"confirm",fill:$.LIMITED_AVAILABILITY},children:"Limited Availability"});if(C8(e,t,["available","notSupported"]))return l.jsx(A2,{icon:{name:"confirm",fill:$.AVAILABLE},children:"Available"})},L5=({location:e,clusterName:t})=>e.protocol_status[t]>0?l.jsx(A2,{icon:{name:"confirm",fill:$.AVAILABLE},children:"Available"}):e.protocol_status[t]===0?l.jsx(A2,{icon:{name:"remove",fill:$.TEMP_UNAVAILABLE},children:"Temporarily Unavailable"}):l.jsx(A2,{icon:{name:"slash",fill:$.NOT_SUPPORT},children:"Not supported"}),h8=({countryCode:e})=>l.jsx("div",{className:"country-flag",style:{backgroundPosition:no[e.toLowerCase()]}}),no={white:"-0 -0",ae:"-29px -0",ag:"-0 -29px",al:"-29px -29px",at:"-58px -0",am:"-58px -29px",az:"-0 -58px",au:"-29px -58px",ba:"-58px -58px",bd:"-87px -0",ar:"-87px -29px",be:"-87px -58px",bg:"-0 -87px",bm:"-29px -87px",bn:"-58px -87px",bo:"-87px -87px",br:"-116px -0",bs:"-116px -29px",bt:"-116px -58px",ad:"-116px -87px",ch:"-0 -116px",ca:"-29px -116px",by:"-58px -116px",cr:"-87px -116px",de:"-116px -116px",cz:"-145px -0",dk:"-145px -29px",eu:"-145px -58px",gb:"-145px -87px",fr:"-145px -116px",ge:"-0 -145px",gr:"-29px -145px",ec:"-58px -145px",eg:"-87px -145px",gu:"-116px -145px",fi:"-145px -145px",hn:"-174px -0",id:"-174px -29px",ie:"-174px -58px",in:"-174px -87px",il:"-174px -116px",hu:"-174px -145px",it:"-0 -174px",is:"-29px -174px",ee:"-58px -174px",jm:"-87px -174px",jp:"-116px -174px",cy:"-145px -174px",kn:"-174px -174px",kr:"-203px -0",gh:"-203px -29px",kg:"-203px -58px",es:"-203px -87px",la:"-203px -116px",lt:"-203px -145px",lb:"-203px -174px",lu:"-0 -203px",mc:"-29px -203px",mk:"-58px -203px",ma:"-87px -203px",ke:"-116px -203px",lv:"-145px -203px",dz:"-174px -203px",mo:"-203px -203px",im:"-232px -0",je:"-232px -29px",kz:"-232px -58px",ky:"-232px -87px",my:"-232px -116px",no:"-232px -145px",nz:"-232px -174px",cl:"-232px -203px",pa:"-0 -232px",np:"-29px -232px",ph:"-58px -232px",pk:"-87px -232px",md:"-116px -232px",pl:"-145px -232px",pr:"-174px -232px",kh:"-203px -232px",ng:"-232px -232px",co:"-261px -0",pt:"-261px -29px",lk:"-261px -58px",mt:"-261px -87px",bz:"-261px -116px",ro:"-261px -145px",li:"-261px -174px",gt:"-261px -203px",nl:"-261px -232px",mm:"-0 -261px",hk:"-29px -261px",cu:"-58px -261px",do:"-87px -261px",mn:"-116px -261px",pe:"-145px -261px",me:"-174px -261px",mx:"-203px -261px",hr:"-232px -261px",rs:"-261px -261px",ru:"-290px -0",se:"-290px -29px",sg:"-290px -58px",si:"-290px -87px",sk:"-290px -116px",sl:"-290px -145px",th:"-290px -174px",tm:"-290px -203px",tn:"-290px -232px",tr:"-290px -261px",tt:"-0 -290px",tw:"-29px -290px",ua:"-58px -290px",us:"-87px -290px",uy:"-116px -290px",uz:"-145px -290px",ve:"-174px -290px",vg:"-203px -290px",vn:"-232px -290px",xv:"-261px -290px",za:"-290px -290px"},ro=({countries:e,heading:t,useState:n,setAttributes:r,RichText:i})=>{const[s,o]=n(null);return l.jsx("div",{className:"table-container",children:l.jsx("div",{className:"table-container-overflow",children:l.jsxs("table",{className:"table",children:[l.jsx("thead",{children:l.jsxs("tr",{children:[l.jsx("th",{children:i?l.jsx(i,{tagName:"span",value:t,placeholder:"Text...",onChange:a=>r({tableHeadLocationText:a})}):t}),l.jsx("th",{children:"LIGHTWAY UDP"}),l.jsx("th",{children:"LIGHTWAY TCP"}),l.jsx("th",{children:"OPENVPN UDP"}),l.jsx("th",{children:"OPENVPN TCP"}),l.jsx("th",{children:l.jsxs("div",{className:"flex-center",children:[l.jsx("span",{style:{marginRight:"3px"},children:"IKEV2"}),l.jsx(Xs,{})]})})]})}),l.jsx("tbody",{children:!i&&e.map((a,u)=>a.clusters.length>1?l.jsx(io,{location:a,hoveredColumn:s,setHoveredColumn:c=>o(c),useState:n},u):l.jsx(bt,{hoveredColumn:s,setHoveredColumn:c=>o(c),cluster:a.clusters[0],countryCode:a.country_code,countryName:a.country},u))})]})})})},_t=["helium-udp","helium-tcp","openvpn-udp","openvpn-tcp","cisco-ipsec"],io=({location:e,setHoveredColumn:t,hoveredColumn:n,useState:r})=>{const i=I7(e.country),[s,o]=r(!1);return l.jsxs(l.Fragment,{children:[l.jsxs("tr",{className:"multiple-cluster","data-server-location":e.country,onClick:()=>o(!s),children:[l.jsx("td",{children:l.jsxs("div",{className:"flex-center",children:[l.jsx(h8,{countryCode:e.country_code}),l.jsxs("div",{className:"dropdown-label",children:[l.jsx("p",{children:i?l.jsx("a",{href:i,children:T2({countryCode:e.country_code,countryName:e.country})}):T2({countryCode:e.country_code,countryName:e.country})}),l.jsx(J,{name:"chevronDown",style:{transform:s?"rotate(180deg)":""}})]})]})}),_t.map((a,u)=>l.jsx("td",{className:n===a?"hovered":"",style:{background:n===a?"linear-gradient(-90deg, transparent 0%, rgba(0,29,47,0.03) 2%, rgba(0,29,47,0.03) 49%, rgba(0,29,47,0.03) 98%, transparent 100%)":""},onMouseEnter:()=>t(a),onMouseLeave:()=>t(null),children:to(a,e)},u))]}),e.clusters.map((a,u)=>l.jsx(bt,{isOpen:s,hoveredColumn:n,countryCode:e.country_code,countryName:e.country,cluster:a,isChild:!0,setHoveredColumn:t},u))]})},bt=({cluster:e,isChild:t,countryCode:n,countryName:r,hoveredColumn:i,setHoveredColumn:s,isOpen:o=!0})=>{const a=I7(e.name,t);return l.jsxs("tr",{className:"single-cluster",style:{display:o?"table-row":"none",background:t?"linear-gradient(-90deg, transparent 0%, rgba(0,29,47,0.03) 2%, rgba(0,29,47,0.03) 49%, rgba(0,29,47,0.03) 98%, transparent 100%)":""},"data-server-location":e.name,children:[l.jsx("td",{children:l.jsxs("div",{className:"flex-center",children:[t?l.jsx("div",{className:"box"}):l.jsx(h8,{countryCode:n}),l.jsx("p",{children:a?l.jsx("a",{href:a,children:T2({isChild:t,clusterName:e.name,countryCode:n,countryName:r})}):T2({isChild:t,clusterName:e.name,countryCode:n,countryName:r})})]})}),_t.map((u,c)=>l.jsx("td",{className:i===u?"hovered":"",style:{background:i===u&&!t?"linear-gradient(-90deg, transparent 0%, rgba(0,29,47,0.03) 2%, rgba(0,29,47,0.03) 49%, rgba(0,29,47,0.03) 98%, transparent 100%)":""},onMouseEnter:()=>s(u),onMouseLeave:()=>s(null),children:l.jsx(L5,{location:e,clusterName:u})},c))]})},so=({heading:e,paragraph:t,countries:n,useState:r})=>{const[i,s]=r(!0);return l.jsxs("div",{className:"table-mobile",children:[l.jsxs("div",{className:"continent-dropdown",children:[l.jsx("h5",{style:{marginBottom:0},children:e==null?void 0:e.toUpperCase()}),l.jsx(J,{name:"chevronDown",style:{transform:i?"rotate(180deg)":""},onClick:()=>s(!i)})]}),t?l.jsx("div",{className:"continent-text",children:l.jsx("p",{dangerouslySetInnerHTML:{__html:t}})}):"",n.map((o,a)=>l.jsx(oo,{isCountryOpen:i,location:o,useState:r},a))]})},oo=({location:e,isCountryOpen:t,useState:n})=>{const[r,i]=n(!1),s=I7(e.country);return l.jsxs("div",{style:{display:t?"flex":"none",flexDirection:"column"},"data-server-location":e.country,"data-is-mobile":"true",children:[l.jsxs("div",{className:"mobile-cluster",children:[l.jsx(h8,{countryCode:e.country_code}),l.jsxs("div",{className:"country-name",children:[l.jsx("p",{children:s?l.jsx("a",{href:s,children:T2({countryCode:e.country_code,countryName:e.country})}):T2({countryCode:e.country_code,countryName:e.country})}),l.jsxs("div",{className:"cluster-status-icons",children:[l.jsx(Js,{location:e}),l.jsx(J,{name:"chevronDown",style:{transform:r?"rotate(180deg)":""},onClick:()=>i(!r)})]})]})]}),e.clusters.length>1&&l.jsx("div",{style:{display:r?"flex":"none",flexDirection:"column"},children:e.clusters.map((o,a)=>l.jsx(lo,{cluster:o,useState:n},a))}),e.clusters.length===1&&l.jsx(Tt,{isOpen:r,location:e.clusters[0]})]})},lo=({cluster:e,useState:t})=>{const[n,r]=t(!1),i=I7(e.name,!0);return l.jsxs("div",{className:"mobile-multiple-clusters",children:[l.jsxs("div",{className:"cluster-name",children:[l.jsx("p",{children:i?l.jsx("a",{href:i,children:e.name}):e.name}),l.jsxs("div",{className:"cluster-status-icons",children:[l.jsx(eo,{cluster:e}),l.jsx(J,{name:"chevronDown",style:{transform:n?"rotate(180deg)":""},onClick:()=>r(!n)})]})]}),l.jsx(Tt,{isOpen:n,location:e})]})},Tt=({location:e,isOpen:t})=>l.jsxs("div",{style:{display:t?"block":"none"},children:[l.jsxs("div",{className:"cluster-status",children:[l.jsx("span",{children:"Lightway UDP"}),l.jsx(L5,{location:e,clusterName:"helium-udp"})]}),l.jsxs("div",{className:"cluster-status",children:[l.jsx("span",{children:"Lightway TCP"}),l.jsx(L5,{location:e,clusterName:"helium-tcp"})]}),l.jsxs("div",{className:"cluster-status",children:[l.jsx("span",{children:"OpenVPN UDP"}),l.jsx(L5,{location:e,clusterName:"openvpn-udp"})]}),l.jsxs("div",{className:"cluster-status",children:[l.jsx("span",{children:"OpenVPN TCP"}),l.jsx(L5,{location:e,clusterName:"openvpn-tcp"})]}),l.jsxs("div",{className:"cluster-status",children:[l.jsx("span",{children:"IKEv2"}),l.jsx(L5,{location:e,clusterName:"cisco-ipsec"})]})]}),ao=({continent:e,labels:t,useState:n,setAttributes:r,RichText:i})=>{const s=e[0],o=e[1].sort((c,h)=>c.countryh.country?1:0);o.forEach(c=>{c.clusters.sort((h,g)=>h.nameg.name?1:0)});const a=`${St[s]}HeadingText`,u=`${St[s]}Text`;return l.jsxs(l.Fragment,{children:[l.jsxs("div",{className:"table-desktop",children:[i?l.jsx(i,{tagName:"h3",value:t[a],placeholder:"Continent name (required)",onChange:c=>r({[a]:c})}):l.jsx("h3",{children:t[a]}),i?l.jsx(i,{tagName:"p",value:t[u],placeholder:"Continent description (optional)",onChange:c=>r({[u]:c})}):t[u]?l.jsx("p",{dangerouslySetInnerHTML:{__html:t[u]}}):"",l.jsx(ro,{countries:o,heading:t.tableHeadLocationText,useState:n,setAttributes:r,RichText:i})]}),i?"":l.jsx(so,{heading:t[a],paragraph:t[u],countries:o,useState:n})]})};async function uo(){let e={data:{}};try{e=await W.get("/wap/api/v1/vpn-servers")}catch(t){t.response.status===404&&(e=await W.get(`${window.resourcesUrl}/servers/xv/export.json`))}return e.data}const co=({locations:e,labels:t,edit:n,setAttributes:r,RichText:i})=>{const s=n?wp.element.useState:G7.useState,o=n?wp.element.useEffect:G7.useEffect,a=n?wp.element.useRef:G7.useRef,[u,c]=s(e??{});return o(()=>{uo().then(h=>{c(h),r&&r({locations:h})}).catch(h=>console.log("err ",h))},[]),l.jsxs(l.Fragment,{children:[l.jsx(Ks,{locations:u,labels:t,useState:s,useEffect:o,useRef:a,setAttributes:r,RichText:i}),Object.entries(u).map((h,g)=>l.jsx(ao,{continent:h,labels:t,useState:s,setAttributes:r,RichText:i},g))]})};new ki({selector:".vpn-server-locations .container",options:{threshold:0,rootMargin:"0px 0px 300px 0px"},onIntersect:e=>{try{if(e){const n=e.closest(".vpn-server-locations").querySelector(".dataset"),{locations:r,...i}=JSON.parse(n.innerText);Si.hydrate(l.jsx(co,{locations:r,labels:i}),e)}}catch(t){console.log("VPN servers locations error: ",t)}}}),document.addEventListener("DOMContentLoaded",()=>{const e=document.querySelectorAll(".wp-block-xv-blocks-two-col-links-list");e&&e.forEach(t=>{Array.from(t.childNodes).forEach(r=>{const i=r.nodeType===Node.ELEMENT_NODE&&r.tagName==="A",s=r.nodeType===Node.ELEMENT_NODE&&r.classList.contains("list-item-wrapper");i||s||t.removeChild(r)})})});var L8=!1,Co=setInterval(function(){const e=document.querySelector(".exit-intent"),t=document.querySelector(".exit-intent-container");function n(r){var i;e.style.display="none",document.body.classList.remove("noscroll"),(i=window.kpAnalytics)==null||i.Analytics.track("website_object_clicked",{object:r}),L8=!1}e&&(ouibounce(e,{cookieName:exitIntentCookieName,cookieDomain:window.cookieDomain,sitewide:!0,cookieExpire:23,callback:function(){var r;(r=window.kpAnalytics)==null||r.Analytics.track("banner_displayed",{banner:window.exitIntentModalEvents.on_display_event}),e.querySelector(".wp-block-button__link").addEventListener("click",function(){var i;(i=window.kpAnalytics)==null||i.Analytics.track("website_object_clicked",{object:window.exitIntentModalEvents.on_cta_click_event})}),e.style.display="flex",document.body.classList.add("noscroll"),L8=!0,e.classList.add(window.language)}}),clearInterval(Co),e.querySelector(".close-btn").addEventListener("click",function(){n(window.exitIntentModalEvents.modal_close_event)}),document.body.addEventListener("click",function(r){!t.contains(r.target)&&L8===!0&&n(window.exitIntentModalEvents.on_dismiss_event?window.exitIntentModalEvents.on_dismiss_event:window.exitIntentModalEvents.modal_close_event)}))},1e3)})();