diff --git a/public/common/baijiahao.svg b/public/common/baijiahao.svg new file mode 100644 index 0000000..5a76d4e --- /dev/null +++ b/public/common/baijiahao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/common/douyin.svg b/public/common/douyin.svg new file mode 100644 index 0000000..7374bb7 --- /dev/null +++ b/public/common/douyin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/common/toutiaohao.svg b/public/common/toutiaohao.svg new file mode 100644 index 0000000..31b4827 --- /dev/null +++ b/public/common/toutiaohao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/common/weibo.svg b/public/common/weibo.svg new file mode 100644 index 0000000..61d19e5 --- /dev/null +++ b/public/common/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/book.svg b/public/template_3/book.svg new file mode 100644 index 0000000..f806180 --- /dev/null +++ b/public/template_3/book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/client/1plus.svg b/public/template_3/client/1plus.svg new file mode 100644 index 0000000..d09229c --- /dev/null +++ b/public/template_3/client/1plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/client/huawei.svg b/public/template_3/client/huawei.svg new file mode 100644 index 0000000..4360262 --- /dev/null +++ b/public/template_3/client/huawei.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/client/meizu.svg b/public/template_3/client/meizu.svg new file mode 100644 index 0000000..52c2a08 --- /dev/null +++ b/public/template_3/client/meizu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/client/oppo.svg b/public/template_3/client/oppo.svg new file mode 100644 index 0000000..6a46933 --- /dev/null +++ b/public/template_3/client/oppo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/client/vivo.svg b/public/template_3/client/vivo.svg new file mode 100644 index 0000000..d2933e4 --- /dev/null +++ b/public/template_3/client/vivo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/client/xiaomi.svg b/public/template_3/client/xiaomi.svg new file mode 100644 index 0000000..0bbebec --- /dev/null +++ b/public/template_3/client/xiaomi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/download.svg b/public/template_3/download.svg new file mode 100644 index 0000000..10cb665 --- /dev/null +++ b/public/template_3/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/feature-iphone.jpg b/public/template_3/feature-iphone.jpg new file mode 100644 index 0000000..567e234 Binary files /dev/null and b/public/template_3/feature-iphone.jpg differ diff --git a/public/template_3/feature-iphone.png b/public/template_3/feature-iphone.png new file mode 100644 index 0000000..eb5f3d7 Binary files /dev/null and b/public/template_3/feature-iphone.png differ diff --git a/public/template_3/feature-iphone_bak.png b/public/template_3/feature-iphone_bak.png new file mode 100644 index 0000000..08684d8 Binary files /dev/null and b/public/template_3/feature-iphone_bak.png differ diff --git a/public/template_3/feature.jpg b/public/template_3/feature.jpg new file mode 100644 index 0000000..5088212 Binary files /dev/null and b/public/template_3/feature.jpg differ diff --git a/public/template_3/feature_bak.jpg b/public/template_3/feature_bak.jpg new file mode 100644 index 0000000..51e8e08 Binary files /dev/null and b/public/template_3/feature_bak.jpg differ diff --git a/public/template_3/furniture.png b/public/template_3/furniture.png new file mode 100644 index 0000000..b3eeeed Binary files /dev/null and b/public/template_3/furniture.png differ diff --git a/public/template_3/furniture_1.png b/public/template_3/furniture_1.png new file mode 100644 index 0000000..34a526a Binary files /dev/null and b/public/template_3/furniture_1.png differ diff --git a/public/template_3/google.png b/public/template_3/google.png new file mode 100644 index 0000000..5f0964f Binary files /dev/null and b/public/template_3/google.png differ diff --git a/public/template_3/home/bg-1.png b/public/template_3/home/bg-1.png new file mode 100644 index 0000000..2f19fec Binary files /dev/null and b/public/template_3/home/bg-1.png differ diff --git a/public/template_3/home/parallax.png b/public/template_3/home/parallax.png new file mode 100644 index 0000000..9e6c167 Binary files /dev/null and b/public/template_3/home/parallax.png differ diff --git a/public/template_3/js/app.js b/public/template_3/js/app.js new file mode 100644 index 0000000..ee921ad --- /dev/null +++ b/public/template_3/js/app.js @@ -0,0 +1,258 @@ +/* Template Name: Evea - Responsive App Landing Tailwind CSS Template + Author: Zoyothemes + Email: zoyothemes@gmail.com + Website: https://zoyothemes.com + Version: 1.0.0 + Created: March 2024 + File Description: Main JS file of the template +*/ + +/*********************************/ +/* INDEX */ +/*================================ + * 01. Sticky Navbar * + * 02. Navbar active * + * 03. Back to top * + * 04. Accordions * + * 05. Lucide Icons * + ================================*/ + +/*********************/ +/* Sticky Navbar */ +/*********************/ +function windowScroll() { + const navbar = document.getElementById("navbar"); + if (navbar) { + if ( + document.body.scrollTop >= 50 || + document.documentElement.scrollTop >= 50 + ) { + navbar.classList.add("is-sticky"); + } else { + navbar.classList.remove("is-sticky"); + } + } +} +window.addEventListener("scroll", (ev) => { + ev.preventDefault(); + windowScroll(); +}); + + +/*********************/ +/* Navbar Active */ +/*********************/ +try { + var spy = new Gumshoe("#navbar-navlist a", { + // Active classes + // navClass: 'active', // applied to the nav list item + // contentClass: 'active', // applied to the content + offset: 80, + }); +} catch (error) {} + +// Smooth scroll +try { + var scroll = new SmoothScroll("#navbar-navlist a", { + speed: 800, + offset: 80, + }); +} catch (error) {} + + +/*********************/ +/* Menu Collapse */ +/*********************/ +const toggleCollapse = (elementId, show = true) => { + const collapseEl = document.getElementById(elementId); + if (show) { + collapseEl.classList.remove("hidden"); + } else { + collapseEl.classList.add("hidden"); + } +}; + +document.addEventListener("DOMContentLoaded", () => { + // Toggle target elements using [data-collapse] + document + .querySelectorAll("[data-collapse]") + .forEach(function (collapseToggleEl) { + var collapseId = collapseToggleEl.getAttribute("data-collapse"); + + collapseToggleEl.addEventListener("click", function () { + toggleCollapse( + collapseId, + document.getElementById(collapseId).classList.contains("hidden") + ); + }); + }); +}); + +window.toggleCollapse = toggleCollapse; + +/*********************/ +/* Back To Top */ +/*********************/ +var mybutton = document.getElementById("back-to-top"); +window.onscroll = function () { + scrollFunction(); +}; + +function scrollFunction() { + if(mybutton!=null){ + if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { + mybutton.style.display = "inline-flex"; + } else { + mybutton.style.display = "none"; + } + } +} + +function topFunction() { + document.body.scrollTop = 0; + document.documentElement.scrollTop = 0; +} + +/*********************/ +/* Accordions */ +/*********************/ +try { + const Default = { + alwaysOpen: false, + activeClasses: 'bg-white text-black rounded-xl', + inactiveClasses: 'text-dark', + onOpen: () => { }, + onClose: () => { }, + onToggle: () => { } + } + + class Accordion { + constructor(items = [], options = {}) { + this._items = items + this._options = { ...Default, ...options } + this._init() + } + + _init() { + if (this._items.length) { + // show accordion item based on click + this._items.map(item => { + + if (item.active) { + this.open(item.id) + } + + item.triggerEl.addEventListener('click', () => { + this.toggle(item.id) + }) + }) + } + } + + getItem(id) { + return this._items.filter(item => item.id === id)[0] + } + + open(id) { + const item = this.getItem(id) + + // don't hide other accordions if always open + if (!this._options.alwaysOpen) { + this._items.map(i => { + if (i !== item) { + i.triggerEl.classList.remove(...this._options.activeClasses.split(" ")) + i.triggerEl.classList.add(...this._options.inactiveClasses.split(" ")) + i.targetEl.classList.add('hidden') + i.triggerEl.setAttribute('aria-expanded', false) + i.active = false + + // rotate icon if set + if (i.iconEl) { + i.iconEl.classList.remove('rotate-180') + } + } + }) + } + + // show active item + item.triggerEl.classList.add(...this._options.activeClasses.split(" ")) + item.triggerEl.classList.remove(...this._options.inactiveClasses.split(" ")) + item.triggerEl.setAttribute('aria-expanded', true) + item.targetEl.classList.remove('hidden') + item.active = true + + // rotate icon if set + if (item.iconEl) { + item.iconEl.classList.add('rotate-180') + } + + // callback function + this._options.onOpen(this, item) + } + + toggle(id) { + const item = this.getItem(id) + + if (item.active) { + this.close(id) + } else { + this.open(id) + } + + // callback function + this._options.onToggle(this, item) + } + + close(id) { + const item = this.getItem(id) + + item.triggerEl.classList.remove(...this._options.activeClasses.split(" ")) + item.triggerEl.classList.add(...this._options.inactiveClasses.split(" ")) + item.targetEl.classList.add('hidden') + item.triggerEl.setAttribute('aria-expanded', false) + item.active = false + + // rotate icon if set + if (item.iconEl) { + item.iconEl.classList.remove('rotate-180') + } + + // callback function + this._options.onClose(this, item) + } + } + + window.Accordion = Accordion; + + document.addEventListener('DOMContentLoaded', () => { + document.querySelectorAll('[data-accordion]').forEach(accordionEl => { + const alwaysOpen = accordionEl.getAttribute('data-accordion') + const activeClasses = accordionEl.getAttribute('data-active-classes') + const inactiveClasses = accordionEl.getAttribute('data-inactive-classes') + + const items = [] + accordionEl.querySelectorAll('[data-accordion-target]').forEach(el => { + const item = { + id: el.getAttribute('data-accordion-target'), + triggerEl: el, + targetEl: document.querySelector(el.getAttribute('data-accordion-target')), + iconEl: el.querySelector('[data-accordion-icon]'), + active: el.getAttribute('aria-expanded') === 'true' ? true : false + } + items.push(item) + }) + + new Accordion(items, { + alwaysOpen: alwaysOpen === 'open' ? true : false, + activeClasses: activeClasses ? activeClasses : Default.activeClasses, + inactiveClasses: inactiveClasses ? inactiveClasses : Default.inactiveClasses + }) + }) + }) +} catch (error) { } + + +/*********************/ +/* Lucide Icons */ +/*********************/ +// lucide.createIcons(); \ No newline at end of file diff --git a/public/template_3/js/swiper.js b/public/template_3/js/swiper.js new file mode 100644 index 0000000..9d68017 --- /dev/null +++ b/public/template_3/js/swiper.js @@ -0,0 +1,28 @@ +var swiper = new Swiper('.testi-swiper', { + // slidesPerView: 5, + centeredSlides: true, + spaceBetween: 24, + loop: true, + autoplay: { + delay: 3000, + disableOnInteraction: false, + }, + navigation: { + nextEl: ".testi-button-next", + prevEl: ".testi-button-prev", + }, + breakpoints: { + 0: { + slidesPerView: 1, + }, + 768: { + slidesPerView: 2, + }, + 991: { + slidesPerView: 2.5, + }, + 1024: { + slidesPerView: 3, + }, + } + }); \ No newline at end of file diff --git a/public/template_3/kefu.svg b/public/template_3/kefu.svg new file mode 100644 index 0000000..c38302d --- /dev/null +++ b/public/template_3/kefu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/libs/gumshoejs/gumshoe.polyfills.min.js b/public/template_3/libs/gumshoejs/gumshoe.polyfills.min.js new file mode 100644 index 0000000..2ae80f0 --- /dev/null +++ b/public/template_3/libs/gumshoejs/gumshoe.polyfills.min.js @@ -0,0 +1,2 @@ +/*! gumshoejs v5.1.2 | (c) 2019 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/gumshoe */ +Element.prototype.closest||(Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector),Element.prototype.closest=function(t){var e=this;if(!document.documentElement.contains(this))return null;do{if(e.matches(t))return e;e=e.parentElement}while(null!==e);return null}),(function(){if("function"==typeof window.CustomEvent)return!1;function t(t,e){e=e||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),n}t.prototype=window.Event.prototype,window.CustomEvent=t})(),(function(t,e){"function"==typeof define&&define.amd?define([],(function(){return e(t)})):"object"==typeof exports?module.exports=e(t):t.Gumshoe=e(t)})("undefined"!=typeof global?global:"undefined"!=typeof window?window:this,(function(t){"use strict";var e={navClass:"active",contentClass:"active",nested:!1,nestedClass:"active",offset:0,reflow:!1,events:!0},n=function(t,e,n){if(n.settings.events){var o=new CustomEvent(t,{bubbles:!0,cancelable:!0,detail:n});e.dispatchEvent(o)}},o=function(t){var e=0;if(t.offsetParent)for(;t;)e+=t.offsetTop,t=t.offsetParent;return e>=0?e:0},s=function(t){t&&t.sort((function(t,e){return o(t.content)=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)},i=function(t,e){var n=t[t.length-1];if(function(t,e){return!(!c()||!r(t.content,e,!0))}(n,e))return n;for(var o=t.length-1;o>=0;o--)if(r(t[o].content,e))return t[o]},l=function(t,e){if(e.nested&&t.parentNode){var n=t.parentNode.closest("li");n&&(n.classList.remove(e.nestedClass),l(n,e))}},a=function(t,e){if(t){var o=t.nav.closest("li");o&&(o.classList.remove(e.navClass),t.content.classList.remove(e.contentClass),l(o,e),n("gumshoeDeactivate",o,{link:t.nav,content:t.content,settings:e}))}},u=function(t,e){if(e.nested){var n=t.parentNode.closest("li");n&&(n.classList.add(e.nestedClass),u(n,e))}};return function(o,r){var c,l,f,d,m,v={};v.setup=function(){c=document.querySelectorAll(o),l=[],Array.prototype.forEach.call(c,(function(t){var e=document.getElementById(decodeURIComponent(t.hash.substr(1)));e&&l.push({nav:t,content:e})})),s(l)},v.detect=function(){var t=i(l,m);t?f&&t.content===f.content||(a(f,m),(function(t,e){if(t){var o=t.nav.closest("li");o&&(o.classList.add(e.navClass),t.content.classList.add(e.contentClass),u(o,e),n("gumshoeActivate",o,{link:t.nav,content:t.content,settings:e}))}})(t,m),f=t):f&&(a(f,m),f=null)};var p=function(e){d&&t.cancelAnimationFrame(d),d=t.requestAnimationFrame(v.detect)},h=function(e){d&&t.cancelAnimationFrame(d),d=t.requestAnimationFrame((function(){s(l),v.detect()}))};v.destroy=function(){f&&a(f,m),t.removeEventListener("scroll",p,!1),m.reflow&&t.removeEventListener("resize",h,!1),l=null,c=null,f=null,d=null,m=null};return m=(function(){var t={};return Array.prototype.forEach.call(arguments,(function(e){for(var n in e){if(!e.hasOwnProperty(n))return;t[n]=e[n]}})),t})(e,r||{}),v.setup(),v.detect(),t.addEventListener("scroll",p,!1),m.reflow&&t.addEventListener("resize",h,!1),v}})); \ No newline at end of file diff --git a/public/template_3/libs/jarallax/jarallax.min.css b/public/template_3/libs/jarallax/jarallax.min.css new file mode 100644 index 0000000..9e4c6e4 --- /dev/null +++ b/public/template_3/libs/jarallax/jarallax.min.css @@ -0,0 +1 @@ +.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img,picture.jarallax-img img{position:absolute;object-fit:cover;top:0;left:0;width:100%;height:100%;z-index:-1} \ No newline at end of file diff --git a/public/template_3/libs/jarallax/jarallax.min.js b/public/template_3/libs/jarallax/jarallax.min.js new file mode 100644 index 0000000..cbc2470 --- /dev/null +++ b/public/template_3/libs/jarallax/jarallax.min.js @@ -0,0 +1,6 @@ +/*! + * Jarallax v2.2.0 (https://github.com/nk-o/jarallax) + * Copyright 2024 nK + * Licensed under MIT (https://github.com/nk-o/jarallax/blob/master/LICENSE) + */ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).jarallax=t()}(this,(function(){"use strict";function e(e){"complete"===document.readyState||"interactive"===document.readyState?e():document.addEventListener("DOMContentLoaded",e,{capture:!0,once:!0,passive:!0})}let t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var i=t,o={type:"scroll",speed:.5,containerClass:"jarallax-container",imgSrc:null,imgElement:".jarallax-img",imgSize:"cover",imgPosition:"50% 50%",imgRepeat:"no-repeat",keepImg:!1,elementInViewport:null,zIndex:-100,disableParallax:!1,onScroll:null,onInit:null,onDestroy:null,onCoverImage:null,videoClass:"jarallax-video",videoSrc:null,videoStartTime:0,videoEndTime:0,videoVolume:0,videoLoop:!0,videoPlayOnlyVisible:!0,videoLazyLoading:!0,disableVideo:!1,onVideoInsert:null,onVideoWorkerInit:null};const{navigator:n}=i,a=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(n.userAgent);let s,l,r;function c(){s=i.innerWidth||document.documentElement.clientWidth,a?(!r&&document.body&&(r=document.createElement("div"),r.style.cssText="position: fixed; top: -9999px; left: 0; height: 100vh; width: 0;",document.body.appendChild(r)),l=(r?r.clientHeight:0)||i.innerHeight||document.documentElement.clientHeight):l=i.innerHeight||document.documentElement.clientHeight}function m(){return{width:s,height:l}}c(),i.addEventListener("resize",c),i.addEventListener("orientationchange",c),i.addEventListener("load",c),e((()=>{c()}));const p=[];function d(){if(!p.length)return;const{width:e,height:t}=m();p.forEach(((i,o)=>{const{instance:n,oldData:a}=i;if(!n.isVisible())return;const s=n.$item.getBoundingClientRect(),l={width:s.width,height:s.height,top:s.top,bottom:s.bottom,wndW:e,wndH:t},r=!a||a.wndW!==l.wndW||a.wndH!==l.wndH||a.width!==l.width||a.height!==l.height,c=r||!a||a.top!==l.top||a.bottom!==l.bottom;p[o].oldData=l,r&&n.onResize(),c&&n.onScroll()})),i.requestAnimationFrame(d)}const g=new i.IntersectionObserver((e=>{e.forEach((e=>{e.target.jarallax.isElementInViewport=e.isIntersecting}))}),{rootMargin:"50px"});const{navigator:u}=i;let f=0;class h{constructor(e,t){const i=this;i.instanceID=f,f+=1,i.$item=e,i.defaults={...o};const n=i.$item.dataset||{},a={};if(Object.keys(n).forEach((e=>{const t=e.substr(0,1).toLowerCase()+e.substr(1);t&&void 0!==i.defaults[t]&&(a[t]=n[e])})),i.options=i.extend({},i.defaults,a,t),i.pureOptions=i.extend({},i.options),Object.keys(i.options).forEach((e=>{"true"===i.options[e]?i.options[e]=!0:"false"===i.options[e]&&(i.options[e]=!1)})),i.options.speed=Math.min(2,Math.max(-1,parseFloat(i.options.speed))),"string"==typeof i.options.disableParallax&&(i.options.disableParallax=new RegExp(i.options.disableParallax)),i.options.disableParallax instanceof RegExp){const e=i.options.disableParallax;i.options.disableParallax=()=>e.test(u.userAgent)}if("function"!=typeof i.options.disableParallax&&(i.options.disableParallax=()=>!1),"string"==typeof i.options.disableVideo&&(i.options.disableVideo=new RegExp(i.options.disableVideo)),i.options.disableVideo instanceof RegExp){const e=i.options.disableVideo;i.options.disableVideo=()=>e.test(u.userAgent)}"function"!=typeof i.options.disableVideo&&(i.options.disableVideo=()=>!1);let s=i.options.elementInViewport;s&&"object"==typeof s&&void 0!==s.length&&([s]=s),s instanceof Element||(s=null),i.options.elementInViewport=s,i.image={src:i.options.imgSrc||null,$container:null,useImgTag:!1,position:"fixed"},i.initImg()&&i.canInitParallax()&&i.init()}css(e,t){return function(e,t){return"string"==typeof t?i.getComputedStyle(e).getPropertyValue(t):(Object.keys(t).forEach((i=>{e.style[i]=t[i]})),e)}(e,t)}extend(e,...t){return function(e,...t){return e=e||{},Object.keys(t).forEach((i=>{t[i]&&Object.keys(t[i]).forEach((o=>{e[o]=t[i][o]}))})),e}(e,...t)}getWindowData(){const{width:e,height:t}=m();return{width:e,height:t,y:document.documentElement.scrollTop}}initImg(){const e=this;let t=e.options.imgElement;return t&&"string"==typeof t&&(t=e.$item.querySelector(t)),t instanceof Element||(e.options.imgSrc?(t=new Image,t.src=e.options.imgSrc):t=null),t&&(e.options.keepImg?e.image.$item=t.cloneNode(!0):(e.image.$item=t,e.image.$itemParent=t.parentNode),e.image.useImgTag=!0),!!e.image.$item||(null===e.image.src&&(e.image.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",e.image.bgImage=e.css(e.$item,"background-image")),!(!e.image.bgImage||"none"===e.image.bgImage))}canInitParallax(){return!this.options.disableParallax()}init(){const e=this,t={position:"absolute",top:0,left:0,width:"100%",height:"100%",overflow:"hidden"};let o={pointerEvents:"none",transformStyle:"preserve-3d",backfaceVisibility:"hidden"};if(!e.options.keepImg){const t=e.$item.getAttribute("style");if(t&&e.$item.setAttribute("data-jarallax-original-styles",t),e.image.useImgTag){const t=e.image.$item.getAttribute("style");t&&e.image.$item.setAttribute("data-jarallax-original-styles",t)}}if("static"===e.css(e.$item,"position")&&e.css(e.$item,{position:"relative"}),"auto"===e.css(e.$item,"z-index")&&e.css(e.$item,{zIndex:0}),e.image.$container=document.createElement("div"),e.css(e.image.$container,t),e.css(e.image.$container,{"z-index":e.options.zIndex}),"fixed"===this.image.position&&e.css(e.image.$container,{"-webkit-clip-path":"polygon(0 0, 100% 0, 100% 100%, 0 100%)","clip-path":"polygon(0 0, 100% 0, 100% 100%, 0 100%)"}),e.image.$container.setAttribute("id",`jarallax-container-${e.instanceID}`),e.options.containerClass&&e.image.$container.setAttribute("class",e.options.containerClass),e.$item.appendChild(e.image.$container),e.image.useImgTag?o=e.extend({"object-fit":e.options.imgSize,"object-position":e.options.imgPosition,"max-width":"none"},t,o):(e.image.$item=document.createElement("div"),e.image.src&&(o=e.extend({"background-position":e.options.imgPosition,"background-size":e.options.imgSize,"background-repeat":e.options.imgRepeat,"background-image":e.image.bgImage||`url("${e.image.src}")`},t,o))),"opacity"!==e.options.type&&"scale"!==e.options.type&&"scale-opacity"!==e.options.type&&1!==e.options.speed||(e.image.position="absolute"),"fixed"===e.image.position){const t=function(e){const t=[];for(;null!==e.parentElement;)1===(e=e.parentElement).nodeType&&t.push(e);return t}(e.$item).filter((e=>{const t=i.getComputedStyle(e),o=t["-webkit-transform"]||t["-moz-transform"]||t.transform;return o&&"none"!==o||/(auto|scroll)/.test(t.overflow+t["overflow-y"]+t["overflow-x"])}));e.image.position=t.length?"absolute":"fixed"}var n;o.position=e.image.position,e.css(e.image.$item,o),e.image.$container.appendChild(e.image.$item),e.onResize(),e.onScroll(!0),e.options.onInit&&e.options.onInit.call(e),"none"!==e.css(e.$item,"background-image")&&e.css(e.$item,{"background-image":"none"}),n=e,p.push({instance:n}),1===p.length&&i.requestAnimationFrame(d),g.observe(n.options.elementInViewport||n.$item)}destroy(){const e=this;var t;t=e,p.forEach(((e,i)=>{e.instance.instanceID===t.instanceID&&p.splice(i,1)})),g.unobserve(t.options.elementInViewport||t.$item);const i=e.$item.getAttribute("data-jarallax-original-styles");if(e.$item.removeAttribute("data-jarallax-original-styles"),i?e.$item.setAttribute("style",i):e.$item.removeAttribute("style"),e.image.useImgTag){const t=e.image.$item.getAttribute("data-jarallax-original-styles");e.image.$item.removeAttribute("data-jarallax-original-styles"),t?e.image.$item.setAttribute("style",i):e.image.$item.removeAttribute("style"),e.image.$itemParent&&e.image.$itemParent.appendChild(e.image.$item)}e.image.$container&&e.image.$container.parentNode.removeChild(e.image.$container),e.options.onDestroy&&e.options.onDestroy.call(e),delete e.$item.jarallax}coverImage(){const e=this,{height:t}=m(),i=e.image.$container.getBoundingClientRect(),o=i.height,{speed:n}=e.options,a="scroll"===e.options.type||"scroll-opacity"===e.options.type;let s=0,l=o,r=0;return a&&(n<0?(s=n*Math.max(o,t),t1?l=Math.abs(s-t):n<0?l=s/n+Math.abs(s):l+=(t-o)*(1-n),s/=2),e.parallaxScrollDistance=s,r=a?(t-l)/2:(o-l)/2,e.css(e.image.$item,{height:`${l}px`,marginTop:`${r}px`,left:"fixed"===e.image.position?`${i.left}px`:"0",width:`${i.width}px`}),e.options.onCoverImage&&e.options.onCoverImage.call(e),{image:{height:l,marginTop:r},container:i}}isVisible(){return this.isElementInViewport||!1}onScroll(e){const t=this;if(!e&&!t.isVisible())return;const{height:i}=m(),o=t.$item.getBoundingClientRect(),n=o.top,a=o.height,s={},l=Math.max(0,n),r=Math.max(0,a+n),c=Math.max(0,-n),p=Math.max(0,n+a-i),d=Math.max(0,a-(n+a-i)),g=Math.max(0,-n+i-a),u=1-(i-n)/(i+a)*2;let f=1;if(a{b(document.querySelectorAll("[data-jarallax]"))})),b}));//# sourceMappingURL=jarallax.min.js.map diff --git a/public/template_3/libs/lucide/umd/lucide.min.js b/public/template_3/libs/lucide/umd/lucide.min.js new file mode 100644 index 0000000..2f080d9 --- /dev/null +++ b/public/template_3/libs/lucide/umd/lucide.min.js @@ -0,0 +1,12 @@ +/** + * @license lucide v0.320.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */ + +(function(a,n){typeof exports=="object"&&typeof module<"u"?n(exports):typeof define=="function"&&define.amd?define(["exports"],n):(a=typeof globalThis<"u"?globalThis:a||self,n(a.lucide={}))})(this,function(a){"use strict";const n=(t,d,c=[])=>{const p=document.createElementNS("http://www.w3.org/2000/svg",t);return Object.keys(d).forEach(M=>{p.setAttribute(M,String(d[M]))}),c.length&&c.forEach(M=>{const i=n(...M);p.appendChild(i)}),p};var L1=([t,d,c])=>n(t,d,c);const Dr=t=>Array.from(t.attributes).reduce((d,c)=>(d[c.name]=c.value,d),{}),Rr=t=>typeof t=="string"?t:!t||!t.class?"":t.class&&typeof t.class=="string"?t.class.split(" "):t.class&&Array.isArray(t.class)?t.class:"",Tr=t=>t.flatMap(Rr).map(d=>d.trim()).filter(Boolean).filter((d,c,p)=>p.indexOf(d)===c).join(" "),br=t=>t.replace(/(\w)(\w*)(_|-|\s*)/g,(d,c,p)=>c.toUpperCase()+p.toLowerCase()),f1=(t,{nameAttr:d,icons:c,attrs:p})=>{const M=t.getAttribute(d);if(M==null)return;const i=br(M),Zr=c[i];if(!Zr)return console.warn(`${t.outerHTML} icon name was not found in the provided icons object.`);const Pr=Dr(t),[Ur,qr,Or]=Zr,Fr={...qr,"data-lucide":M,...p,...Pr},Br=Tr(["lucide",`lucide-${M}`,Pr,p]);Br&&Object.assign(Fr,{class:Br});const Gr=L1([Ur,Fr,Or]);return t.parentNode?.replaceChild(Gr,t)},h={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"},x1=["svg",h,[["path",{d:"M3.5 13h6"}],["path",{d:"m2 16 4.5-9 4.5 9"}],["path",{d:"M18 7v9"}],["path",{d:"m14 12 4 4 4-4"}]]],k1=["svg",h,[["path",{d:"M3.5 13h6"}],["path",{d:"m2 16 4.5-9 4.5 9"}],["path",{d:"M18 16V7"}],["path",{d:"m14 11 4-4 4 4"}]]],Z1=["svg",h,[["path",{d:"M21 14h-5"}],["path",{d:"M16 16v-3.5a2.5 2.5 0 0 1 5 0V16"}],["path",{d:"M4.5 13h6"}],["path",{d:"m3 16 4.5-9 4.5 9"}]]],P1=["svg",h,[["circle",{cx:"16",cy:"4",r:"1"}],["path",{d:"m18 19 1-7-6 1"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6"}]]],F1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]]],B1=["svg",h,[["path",{d:"M22 12h-4l-3 9L9 3l-3 9H2"}]]],D1=["svg",h,[["path",{d:"M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}],["path",{d:"M6 8h12"}],["path",{d:"M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12"}],["path",{d:"M6.6 15.6A2 2 0 1 0 10 17v-5"}]]],R1=["svg",h,[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"}],["polygon",{points:"12 15 17 21 7 21 12 15"}]]],o=["svg",h,[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"m9 13 2 2 4-4"}]]],s=["svg",h,[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"M9 13h6"}]]],T1=["svg",h,[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.26 18.67 4 21"}],["path",{d:"m2 2 20 20"}],["path",{d:"M4 4 2 6"}]]],g=["svg",h,[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"M12 10v6"}],["path",{d:"M9 13h6"}]]],b1=["svg",h,[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M12 9v4l2 2"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}]]],z1=["svg",h,[["path",{d:"M4 8a2 2 0 0 1-2-2V3h20v3a2 2 0 0 1-2 2Z"}],["path",{d:"m19 8-.8 3c-.1.6-.6 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L5 8"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5"}],["path",{d:"M11 21c0-2.5 2-2.5 2-5"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5"}]]],U1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3"}]]],q1=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]]],O1=["svg",h,[["polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]]],G1=["svg",h,[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]]],W1=["svg",h,[["path",{d:"M2 12h20"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1"}]]],E1=["svg",h,[["path",{d:"M12 2v20"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1"}]]],I1=["svg",h,[["line",{x1:"21",x2:"3",y1:"6",y2:"6"}],["line",{x1:"17",x2:"7",y1:"12",y2:"12"}],["line",{x1:"19",x2:"5",y1:"18",y2:"18"}]]],X1=["svg",h,[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2"}],["path",{d:"M22 22H2"}]]],N1=["svg",h,[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2"}],["path",{d:"M22 22V2"}]]],K1=["svg",h,[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M17 22v-5"}],["path",{d:"M17 7V2"}],["path",{d:"M7 22v-3"}],["path",{d:"M7 5V2"}]]],J1=["svg",h,[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M10 2v20"}],["path",{d:"M20 2v20"}]]],Q1=["svg",h,[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M4 2v20"}],["path",{d:"M14 2v20"}]]],j1=["svg",h,[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2"}],["path",{d:"M12 2v20"}]]],Y1=["svg",h,[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2"}],["path",{d:"M22 2v20"}]]],_1=["svg",h,[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2"}],["path",{d:"M2 2v20"}]]],a2=["svg",h,[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]]],h2=["svg",h,[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2"}],["path",{d:"M3 2v20"}],["path",{d:"M21 2v20"}]]],t2=["svg",h,[["line",{x1:"3",x2:"21",y1:"6",y2:"6"}],["line",{x1:"3",x2:"21",y1:"12",y2:"12"}],["line",{x1:"3",x2:"21",y1:"18",y2:"18"}]]],d2=["svg",h,[["line",{x1:"21",x2:"3",y1:"6",y2:"6"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12"}],["line",{x1:"17",x2:"3",y1:"18",y2:"18"}]]],c2=["svg",h,[["line",{x1:"21",x2:"3",y1:"6",y2:"6"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12"}],["line",{x1:"21",x2:"7",y1:"18",y2:"18"}]]],M2=["svg",h,[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2"}],["path",{d:"M22 2H2"}]]],p2=["svg",h,[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2"}],["path",{d:"M2 2v20"}]]],n2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M22 7h-5"}],["path",{d:"M7 7H1"}],["path",{d:"M22 17h-3"}],["path",{d:"M5 17H2"}]]],e2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M2 20h20"}],["path",{d:"M2 10h20"}]]],i2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M2 4h20"}]]],l2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2"}],["path",{d:"M2 12h20"}]]],v2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2"}],["path",{d:"M2 22h20"}]]],o2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2"}],["path",{d:"M2 2h20"}]]],s2=["svg",h,[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]]],g2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2"}],["path",{d:"M2 21h20"}],["path",{d:"M2 3h20"}]]],r2=["svg",h,[["path",{d:"M10 10H6"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14"}],["path",{d:"M8 8v4"}],["path",{d:"M9 18h6"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]]],y2=["svg",h,[["path",{d:"M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13"}],["path",{d:"M16 12h3"}]]],$2=["svg",h,[["path",{d:"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5"}],["path",{d:"M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5"}]]],m2=["svg",h,[["circle",{cx:"12",cy:"5",r:"3"}],["line",{x1:"12",x2:"12",y1:"22",y2:"8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}]]],H2=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}],["path",{d:"M7.5 8 10 9"}],["path",{d:"m14 9 2.5-1"}],["path",{d:"M9 10h0"}],["path",{d:"M15 10h0"}]]],u2=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]]],C2=["svg",h,[["path",{d:"M2 12 7 2"}],["path",{d:"m7 12 5-10"}],["path",{d:"m12 12 5-10"}],["path",{d:"m17 12 5-10"}],["path",{d:"M4.5 7h15"}],["path",{d:"M12 16v6"}]]],V2=["svg",h,[["path",{d:"M7 10c-2.8 0-5-2.2-5-5h5"}],["path",{d:"M7 4v8h7a8 8 0 0 0 8-8Z"}],["path",{d:"M9 12v5"}],["path",{d:"M15 12v5"}],["path",{d:"M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v1H5Z"}]]],w2=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14.31 8 5.74 9.94"}],["path",{d:"M9.69 8h11.48"}],["path",{d:"m7.38 12 5.74-9.94"}],["path",{d:"M9.69 16 3.95 6.06"}],["path",{d:"M14.31 16H2.83"}],["path",{d:"m16.62 12-5.74 9.94"}]]],S2=["svg",h,[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]]],A2=["svg",h,[["path",{d:"M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z"}],["path",{d:"M10 2c1 .5 2 2 2 5"}]]],L2=["svg",h,[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2"}],["path",{d:"m9 15 3-3 3 3"}],["path",{d:"M12 12v9"}]]],f2=["svg",h,[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"}],["path",{d:"m9.5 17 5-5"}],["path",{d:"m9.5 12 5 5"}]]],x2=["svg",h,[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"}],["path",{d:"M10 12h4"}]]],k2=["svg",h,[["path",{d:"M3 3v18h18"}],["path",{d:"M7 12v5h12V8l-5 5-4-4Z"}]]],Z2=["svg",h,[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3"}],["path",{d:"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H7v-2a2 2 0 0 0-4 0Z"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]]],P2=["svg",h,[["path",{d:"M15 5H9"}],["path",{d:"M15 9v3h4l-7 7-7-7h4V9h6z"}]]],F2=["svg",h,[["path",{d:"M15 6v6h4l-7 7-7-7h4V6h6z"}]]],B2=["svg",h,[["path",{d:"M19 15V9"}],["path",{d:"M15 15h-3v4l-7-7 7-7v4h3v6z"}]]],D2=["svg",h,[["path",{d:"M18 15h-6v4l-7-7 7-7v4h6v6z"}]]],R2=["svg",h,[["path",{d:"M5 9v6"}],["path",{d:"M9 9h3V5l7 7-7 7v-4H9V9z"}]]],T2=["svg",h,[["path",{d:"M6 9h6V5l7 7-7 7v-4H6V9z"}]]],b2=["svg",h,[["path",{d:"M9 19h6"}],["path",{d:"M9 15v-3H5l7-7 7 7h-4v3H9z"}]]],z2=["svg",h,[["path",{d:"M9 18v-6H5l7-7 7 7h-4v6H9z"}]]],U2=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2"}],["path",{d:"M17 20v-6h-2"}],["path",{d:"M15 20h4"}]]],q2=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M17 10V4h-2"}],["path",{d:"M15 10h4"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2"}]]],r=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M20 8h-5"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10"}],["path",{d:"M15 14h5l-5 6h5"}]]],O2=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]]],G2=["svg",h,[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]]],W2=["svg",h,[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]]],E2=["svg",h,[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6"}],["path",{d:"m3 21 9-9"}],["path",{d:"M9 21H3v-6"}]]],I2=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]]],X2=["svg",h,[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]]],N2=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M11 4h4"}],["path",{d:"M11 8h7"}],["path",{d:"M11 12h10"}]]],K2=["svg",h,[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]]],J2=["svg",h,[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],["path",{d:"m21 21-9-9"}],["path",{d:"M21 15v6h-6"}]]],Q2=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]]],j2=["svg",h,[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]]],Y2=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]]],_2=["svg",h,[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]]],a0=["svg",h,[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]]],h0=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"m21 8-4-4-4 4"}],["path",{d:"M17 4v16"}]]],y=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M11 4h10"}],["path",{d:"M11 8h7"}],["path",{d:"M11 12h4"}]]],$=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 4v16"}],["path",{d:"M15 4h5l-5 6h5"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20"}],["path",{d:"M20 18h-5"}]]],t0=["svg",h,[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]]],d0=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 12H8"}],["path",{d:"m12 8-4 4 4 4"}]]],c0=["svg",h,[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]]],M0=["svg",h,[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]]],p0=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]]],n0=["svg",h,[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]]],e0=["svg",h,[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]]],i0=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]]],l0=["svg",h,[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]]],v0=["svg",h,[["path",{d:"m16 3 4 4-4 4"}],["path",{d:"M20 7H4"}],["path",{d:"m8 21-4-4 4-4"}],["path",{d:"M4 17h16"}]]],o0=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]]],s0=["svg",h,[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]]],g0=["svg",h,[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]]],r0=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2"}],["path",{d:"M17 20v-6h-2"}],["path",{d:"M15 20h4"}]]],y0=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M17 10V4h-2"}],["path",{d:"M15 10h4"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2"}]]],m=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M20 8h-5"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10"}],["path",{d:"M15 14h5l-5 6h5"}]]],$0=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]]],m0=["svg",h,[["path",{d:"m21 16-4 4-4-4"}],["path",{d:"M17 20V4"}],["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}]]],H0=["svg",h,[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]]],u0=["svg",h,[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]]],C0=["svg",h,[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]]],V0=["svg",h,[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6"}],["path",{d:"m3 3 9 9"}],["path",{d:"M3 9V3h6"}]]],w0=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]]],S0=["svg",h,[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]]],H=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M11 12h4"}],["path",{d:"M11 16h7"}],["path",{d:"M11 20h10"}]]],A0=["svg",h,[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]]],L0=["svg",h,[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"}],["path",{d:"m21 3-9 9"}],["path",{d:"M15 3h6v6"}]]],f0=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]]],x0=["svg",h,[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]]],k0=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]]],Z0=["svg",h,[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]]],P0=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M11 12h10"}],["path",{d:"M11 16h7"}],["path",{d:"M11 20h4"}]]],u=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M15 4h5l-5 6h5"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20"}],["path",{d:"M20 18h-5"}]]],F0=["svg",h,[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]]],B0=["svg",h,[["path",{d:"m4 6 3-3 3 3"}],["path",{d:"M7 17V3"}],["path",{d:"m14 6 3-3 3 3"}],["path",{d:"M17 17V3"}],["path",{d:"M4 21h16"}]]],C=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8.5 14 7-4"}],["path",{d:"m8.5 10 7 4"}]]],D0=["svg",h,[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]]],R0=["svg",h,[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"}]]],T0=["svg",h,[["circle",{cx:"12",cy:"12",r:"1"}],["path",{d:"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z"}],["path",{d:"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z"}]]],b0=["svg",h,[["path",{d:"M2 10v3"}],["path",{d:"M6 6v11"}],["path",{d:"M10 3v18"}],["path",{d:"M14 8v7"}],["path",{d:"M18 5v13"}],["path",{d:"M22 10v3"}]]],z0=["svg",h,[["path",{d:"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2"}]]],U0=["svg",h,[["circle",{cx:"12",cy:"8",r:"6"}],["path",{d:"M15.477 12.89 17 22l-5-3-5 3 1.523-9.11"}]]],q0=["svg",h,[["path",{d:"m14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9"}],["path",{d:"M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z"}]]],V=["svg",h,[["path",{d:"M4 4v16h16"}],["path",{d:"m4 20 7-7"}]]],O0=["svg",h,[["path",{d:"M9 12h.01"}],["path",{d:"M15 12h.01"}],["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5"}],["path",{d:"M19 6.3a9 9 0 0 1 1.8 3.9 2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1"}]]],G0=["svg",h,[["path",{d:"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"}],["path",{d:"M8 21v-5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5"}],["path",{d:"M8 10h8"}],["path",{d:"M8 18h8"}]]],W0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]]],E0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M12 7v10"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4"}]]],w=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"m9 12 2 2 4-4"}]]],I0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]]],X0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M7 12h5"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]]],N0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17"}]]],K0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M8 8h8"}],["path",{d:"M8 12h8"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8"}]]],J0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8"}]]],Q0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"m9 8 3 3v7"}],["path",{d:"m12 11 3-3"}],["path",{d:"M9 12h6"}],["path",{d:"M9 16h6"}]]],j0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]]],Y0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]]],_0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]]],aa=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M8 12h4"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 16h7"}]]],ha=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M9 16h5"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9"}]]],ta=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M11 17V8h4"}],["path",{d:"M11 12h3"}],["path",{d:"M9 16h4"}]]],da=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]]],ca=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}]]],Ma=["svg",h,[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1"}],["circle",{cx:"18",cy:"20",r:"2"}],["circle",{cx:"9",cy:"20",r:"2"}]]],pa=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m4.9 4.9 14.2 14.2"}]]],na=["svg",h,[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5"}],["path",{d:"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z"}]]],ea=["svg",h,[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M6 12h.01M18 12h.01"}]]],ia=["svg",h,[["line",{x1:"18",x2:"18",y1:"20",y2:"10"}],["line",{x1:"12",x2:"12",y1:"20",y2:"4"}],["line",{x1:"6",x2:"6",y1:"20",y2:"14"}]]],la=["svg",h,[["path",{d:"M3 3v18h18"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]]],va=["svg",h,[["path",{d:"M3 3v18h18"}],["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M8 17v-3"}]]],oa=["svg",h,[["path",{d:"M3 3v18h18"}],["rect",{width:"4",height:"7",x:"7",y:"10",rx:"1"}],["rect",{width:"4",height:"12",x:"15",y:"5",rx:"1"}]]],sa=["svg",h,[["path",{d:"M3 3v18h18"}],["rect",{width:"12",height:"4",x:"7",y:"5",rx:"1"}],["rect",{width:"7",height:"4",x:"7",y:"13",rx:"1"}]]],ga=["svg",h,[["path",{d:"M3 3v18h18"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]]],ra=["svg",h,[["line",{x1:"12",x2:"12",y1:"20",y2:"10"}],["line",{x1:"18",x2:"18",y1:"20",y2:"4"}],["line",{x1:"6",x2:"6",y1:"20",y2:"16"}]]],ya=["svg",h,[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]]],$a=["svg",h,[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]]],ma=["svg",h,[["path",{d:"M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5"}],["line",{x1:"10",x2:"8",y1:"5",y2:"7"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12"}],["line",{x1:"7",x2:"7",y1:"19",y2:"21"}],["line",{x1:"17",x2:"17",y1:"19",y2:"21"}]]],Ha=["svg",h,[["path",{d:"M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1"}],["path",{d:"m11 7-3 5h4l-3 5"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}]]],ua=["svg",h,[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13"}],["line",{x1:"14",x2:"14",y1:"11",y2:"13"}]]],Ca=["svg",h,[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13"}]]],Va=["svg",h,[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13"}]]],wa=["svg",h,[["path",{d:"M14 7h2a2 2 0 0 1 2 2v6c0 1-1 2-2 2h-2"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6c0 1 1 2 2 2h2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}],["line",{x1:"10",x2:"10",y1:"7",y2:"13"}],["line",{x1:"10",x2:"10",y1:"17",y2:"17.01"}]]],Sa=["svg",h,[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}]]],Aa=["svg",h,[["path",{d:"M4.5 3h15"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3"}],["path",{d:"M6 14h12"}]]],La=["svg",h,[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],fa=["svg",h,[["path",{d:"M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28"}]]],xa=["svg",h,[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M12 4v6"}],["path",{d:"M2 18h20"}]]],ka=["svg",h,[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4"}],["path",{d:"M3 18h18"}]]],Za=["svg",h,[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]]],Pa=["svg",h,[["circle",{cx:"12.5",cy:"8.5",r:"2.5"}],["path",{d:"M12.5 2a6.5 6.5 0 0 0-6.22 4.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3A6.5 6.5 0 0 0 12.5 2Z"}],["path",{d:"m18.5 6 2.19 4.5a6.48 6.48 0 0 1 .31 2 6.49 6.49 0 0 1-2.6 5.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5"}]]],Fa=["svg",h,[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1"}],["path",{d:"M9 12v6"}],["path",{d:"M13 12v6"}],["path",{d:"M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"}]]],Ba=["svg",h,[["path",{d:"M19.4 14.9C20.2 16.4 21 17 21 17H3s3-2 3-9c0-3.3 2.7-6 6-6 .7 0 1.3.1 1.9.3"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}],["circle",{cx:"18",cy:"8",r:"3"}]]],Da=["svg",h,[["path",{d:"M18.8 4A6.3 8.7 0 0 1 20 9"}],["path",{d:"M9 9h.01"}],["circle",{cx:"9",cy:"9",r:"7"}],["rect",{width:"10",height:"6",x:"4",y:"16",rx:"2"}],["path",{d:"M14 19c3 0 4.6-1.6 4.6-1.6"}],["circle",{cx:"20",cy:"16",r:"2"}]]],Ra=["svg",h,[["path",{d:"M18.4 12c.8 3.8 2.6 5 2.6 5H3s3-2 3-9c0-3.3 2.7-6 6-6 1.8 0 3.4.8 4.5 2"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}],["path",{d:"M15 8h6"}]]],Ta=["svg",h,[["path",{d:"M8.7 3A6 6 0 0 1 18 8a21.3 21.3 0 0 0 .6 5"}],["path",{d:"M17 17H3s3-2 3-9a4.67 4.67 0 0 1 .3-1.7"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}],["path",{d:"m2 2 20 20"}]]],ba=["svg",h,[["path",{d:"M19.3 14.8C20.1 16.4 21 17 21 17H3s3-2 3-9c0-3.3 2.7-6 6-6 1 0 1.9.2 2.8.7"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}],["path",{d:"M15 8h6"}],["path",{d:"M18 5v6"}]]],za=["svg",h,[["path",{d:"M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6"}]]],Ua=["svg",h,[["path",{d:"M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}]]],S=["svg",h,[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1"}],["path",{d:"m22 15-3-3 3-3"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1"}]]],A=["svg",h,[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1"}],["path",{d:"m2 9 3 3-3 3"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1"}]]],qa=["svg",h,[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1"}],["path",{d:"m9 22 3-3 3 3"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1"}]]],Oa=["svg",h,[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1"}],["path",{d:"m15 2-3 3-3-3"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1"}]]],Ga=["svg",h,[["circle",{cx:"18.5",cy:"17.5",r:"3.5"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5"}],["circle",{cx:"15",cy:"5",r:"1"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2"}]]],Wa=["svg",h,[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2"}],["path",{d:"M6 20h4"}],["path",{d:"M14 10h4"}],["path",{d:"M6 14h2v6"}],["path",{d:"M14 4h2v6"}]]],Ea=["svg",h,[["circle",{cx:"12",cy:"11.9",r:"2"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6"}],["path",{d:"m8.9 10.1 1.4.8"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5"}],["path",{d:"m15.1 10.1-1.4.8"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2"}],["path",{d:"M12 13.9v1.6"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5"}]]],Ia=["svg",h,[["path",{d:"M16 7h.01"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20"}],["path",{d:"m20 7 2 .5-2 .5"}],["path",{d:"M10 18v3"}],["path",{d:"M14 17.75V21"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61"}]]],Xa=["svg",h,[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727"}]]],Na=["svg",h,[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]]],Ka=["svg",h,[["path",{d:"M3 3h18"}],["path",{d:"M20 7H8"}],["path",{d:"M20 11H8"}],["path",{d:"M10 19h10"}],["path",{d:"M8 15h12"}],["path",{d:"M4 3v14"}],["circle",{cx:"4",cy:"19",r:"2"}]]],Ja=["svg",h,[["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1"}],["path",{d:"M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3"}]]],Qa=["svg",h,[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12"}]]],ja=["svg",h,[["path",{d:"m17 17-5 5V12l-5 5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5"}]]],Ya=["svg",h,[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66"}],["path",{d:"M18 12h.01"}]]],_a=["svg",h,[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]]],ah=["svg",h,[["path",{d:"M14 12a4 4 0 0 0 0-8H6v8"}],["path",{d:"M15 20a4 4 0 0 0 0-8H6v8Z"}]]],hh=["svg",h,[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}],["circle",{cx:"12",cy:"12",r:"4"}]]],th=["svg",h,[["circle",{cx:"11",cy:"13",r:"9"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95"}],["path",{d:"m22 2-1.5 1.5"}]]],dh=["svg",h,[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z"}]]],ch=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"m8 13 4-7 4 7"}],["path",{d:"M9.1 11h5.7"}]]],Mh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M8 8v3"}],["path",{d:"M12 6v7"}],["path",{d:"M16 8v3"}]]],ph=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"m9 9.5 2 2 4-4"}]]],nh=["svg",h,[["path",{d:"M2 16V4a2 2 0 0 1 2-2h11"}],["path",{d:"M5 14H4a2 2 0 1 0 0 4h1"}],["path",{d:"M22 18H11a2 2 0 1 0 0 4h11V6H11a2 2 0 0 0-2 2v12"}]]],L=["svg",h,[["path",{d:"M20 22h-2"}],["path",{d:"M20 15v2h-2"}],["path",{d:"M4 19.5V15"}],["path",{d:"M20 8v3"}],["path",{d:"M18 2h2v2"}],["path",{d:"M4 11V9"}],["path",{d:"M12 2h2"}],["path",{d:"M12 22h2"}],["path",{d:"M12 17h2"}],["path",{d:"M8 22H6.5a2.5 2.5 0 0 1 0-5H8"}],["path",{d:"M4 5v-.5A2.5 2.5 0 0 1 6.5 2H8"}]]],eh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M12 13V7"}],["path",{d:"m9 10 3 3 3-3"}]]],ih=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["circle",{cx:"9",cy:"12",r:"1"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2"}],["circle",{cx:"15",cy:"12",r:"1"}]]],lh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M16 8.2C16 7 15 6 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9C9 6 8 7 8 8.2c0 .6.3 1.2.7 1.6h0C10 11.1 12 13 12 13s2-1.9 3.3-3.1h0c.4-.4.7-1 .7-1.7z"}]]],vh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["circle",{cx:"10",cy:"8",r:"2"}],["path",{d:"m20 13.7-2.1-2.1c-.8-.8-2-.8-2.8 0L9.7 17"}]]],oh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14"}],["path",{d:"M20 8v14H6.5a2.5 2.5 0 0 1 0-5H20"}],["circle",{cx:"14",cy:"8",r:"2"}],["path",{d:"m20 2-4.5 4.5"}],["path",{d:"m19 3 1 1"}]]],sh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10"}],["path",{d:"M20 15v7H6.5a2.5 2.5 0 0 1 0-5H20"}],["rect",{width:"8",height:"5",x:"12",y:"6",rx:"1"}],["path",{d:"M18 6V4a2 2 0 1 0-4 0v2"}]]],gh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["polyline",{points:"10 2 10 10 13 7 16 10 16 2"}]]],rh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M9 10h6"}]]],yh=["svg",h,[["path",{d:"M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z"}],["path",{d:"m16 12 2 2 4-4"}],["path",{d:"M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3"}]]],$h=["svg",h,[["path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}],["path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}],["path",{d:"M6 8h2"}],["path",{d:"M6 12h2"}],["path",{d:"M16 8h2"}],["path",{d:"M16 12h2"}]]],mh=["svg",h,[["path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}],["path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}]]],Hh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M9 10h6"}],["path",{d:"M12 7v6"}]]],uh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M8 7h6"}],["path",{d:"M8 11h8"}]]],Ch=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M16 8V6H8v2"}],["path",{d:"M12 6v7"}],["path",{d:"M10 13h4"}]]],Vh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2"}],["path",{d:"M18 2h2v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M12 13V7"}],["path",{d:"m9 10 3-3 3 3"}],["path",{d:"m9 5 3-3 3 3"}]]],wh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M12 13V7"}],["path",{d:"m9 10 3-3 3 3"}]]],Sh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["circle",{cx:"12",cy:"8",r:"2"}],["path",{d:"M15 13a3 3 0 1 0-6 0"}]]],Ah=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"m14.5 7-5 5"}],["path",{d:"m9.5 7 5 5"}]]],Lh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}]]],fh=["svg",h,[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m9 10 2 2 4-4"}]]],xh=["svg",h,[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]]],kh=["svg",h,[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]]],Zh=["svg",h,[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m14.5 7.5-5 5"}],["path",{d:"m9.5 7.5 5 5"}]]],Ph=["svg",h,[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]]],Fh=["svg",h,[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M8 8v1"}],["path",{d:"M12 8v1"}],["path",{d:"M16 8v1"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2"}],["circle",{cx:"8",cy:"15",r:"2"}],["circle",{cx:"16",cy:"15",r:"2"}]]],Bh=["svg",h,[["path",{d:"M12 8V4H8"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2"}],["path",{d:"M2 14h2"}],["path",{d:"M20 14h2"}],["path",{d:"M15 13v2"}],["path",{d:"M9 13v2"}]]],Dh=["svg",h,[["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 3h1"}],["path",{d:"M9 21h1"}],["path",{d:"M14 3h1"}],["path",{d:"M14 21h1"}],["path",{d:"M3 9v1"}],["path",{d:"M21 9v1"}],["path",{d:"M3 14v1"}],["path",{d:"M21 14v1"}]]],Rh=["svg",h,[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z"}],["path",{d:"m3.3 7 8.7 5 8.7-5"}],["path",{d:"M12 22V12"}]]],Th=["svg",h,[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z"}],["path",{d:"m7 16.5-4.74-2.85"}],["path",{d:"m7 16.5 5-3"}],["path",{d:"M7 16.5v5.17"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z"}],["path",{d:"m17 16.5-5-3"}],["path",{d:"m17 16.5 4.74-2.85"}],["path",{d:"M17 16.5v5.17"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z"}],["path",{d:"M12 8 7.26 5.15"}],["path",{d:"m12 8 4.74-2.85"}],["path",{d:"M12 13.5V8"}]]],f=["svg",h,[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1"}]]],bh=["svg",h,[["path",{d:"M16 3h3v18h-3"}],["path",{d:"M8 21H5V3h3"}]]],zh=["svg",h,[["path",{d:"M12 4.5a2.5 2.5 0 0 0-4.96-.46 2.5 2.5 0 0 0-1.98 3 2.5 2.5 0 0 0-1.32 4.24 3 3 0 0 0 .34 5.58 2.5 2.5 0 0 0 2.96 3.08 2.5 2.5 0 0 0 4.91.05L12 20V4.5Z"}],["path",{d:"M16 8V5c0-1.1.9-2 2-2"}],["path",{d:"M12 13h4"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1"}],["path",{d:"M12 8h8"}],["path",{d:"M20.5 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"}],["path",{d:"M16.5 13a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"}],["path",{d:"M20.5 21a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"}],["path",{d:"M18.5 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"}]]],Uh=["svg",h,[["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 4.5a2.5 2.5 0 0 0-4.96-.46 2.5 2.5 0 0 0-1.98 3 2.5 2.5 0 0 0-1.32 4.24 3 3 0 0 0 .34 5.58 2.5 2.5 0 0 0 2.96 3.08A2.5 2.5 0 0 0 12 19.5a2.5 2.5 0 0 0 4.96.44 2.5 2.5 0 0 0 2.96-3.08 3 3 0 0 0 .34-5.58 2.5 2.5 0 0 0-1.32-4.24 2.5 2.5 0 0 0-1.98-3A2.5 2.5 0 0 0 12 4.5"}],["path",{d:"m15.7 10.4-.9.4"}],["path",{d:"m9.2 13.2-.9.4"}],["path",{d:"m13.6 15.7-.4-.9"}],["path",{d:"m10.8 9.2-.4-.9"}],["path",{d:"m15.7 13.5-.9-.4"}],["path",{d:"m9.2 10.9-.9-.4"}],["path",{d:"m10.5 15.7.4-.9"}],["path",{d:"m13.1 9.2.4-.9"}]]],qh=["svg",h,[["path",{d:"M9.5 2A2.5 2.5 0 0 1 12 4.5v15a2.5 2.5 0 0 1-4.96.44 2.5 2.5 0 0 1-2.96-3.08 3 3 0 0 1-.34-5.58 2.5 2.5 0 0 1 1.32-4.24 2.5 2.5 0 0 1 1.98-3A2.5 2.5 0 0 1 9.5 2Z"}],["path",{d:"M14.5 2A2.5 2.5 0 0 0 12 4.5v15a2.5 2.5 0 0 0 4.96.44 2.5 2.5 0 0 0 2.96-3.08 3 3 0 0 0 .34-5.58 2.5 2.5 0 0 0-1.32-4.24 2.5 2.5 0 0 0-1.98-3A2.5 2.5 0 0 0 14.5 2Z"}]]],Oh=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 9v6"}],["path",{d:"M16 15v6"}],["path",{d:"M16 3v6"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["path",{d:"M8 15v6"}],["path",{d:"M8 3v6"}]]],Gh=["svg",h,[["rect",{width:"20",height:"14",x:"2",y:"7",rx:"2",ry:"2"}],["path",{d:"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"}]]],Wh=["svg",h,[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2"}]]],Eh=["svg",h,[["path",{d:"m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08"}],["path",{d:"M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z"}]]],Ih=["svg",h,[["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M22 13h-4v-2a4 4 0 0 0-4-4h-1.3"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4"}],["path",{d:"m2 2 20 20"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13"}],["path",{d:"M12 20v-8"}],["path",{d:"M6 13H2"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4"}]]],Xh=["svg",h,[["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"}],["path",{d:"M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5"}],["path",{d:"M6 13H2"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4"}],["path",{d:"m12 12 8 5-8 5Z"}]]],Nh=["svg",h,[["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"}],["path",{d:"M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"}],["path",{d:"M12 20v-9"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5"}],["path",{d:"M6 13H2"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4"}],["path",{d:"M22 13h-4"}],["path",{d:"M17.2 17c2.1.1 3.8 1.9 3.8 4"}]]],Kh=["svg",h,[["path",{d:"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z"}],["path",{d:"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2"}],["path",{d:"M10 6h4"}],["path",{d:"M10 10h4"}],["path",{d:"M10 14h4"}],["path",{d:"M10 18h4"}]]],Jh=["svg",h,[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["path",{d:"M9 22v-4h6v4"}],["path",{d:"M8 6h.01"}],["path",{d:"M16 6h.01"}],["path",{d:"M12 6h.01"}],["path",{d:"M12 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 10h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M8 14h.01"}]]],Qh=["svg",h,[["path",{d:"M4 6 2 7"}],["path",{d:"M10 6h4"}],["path",{d:"m22 7-2-1"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2"}],["path",{d:"M4 11h16"}],["path",{d:"M8 15h.01"}],["path",{d:"M16 15h.01"}],["path",{d:"M6 19v2"}],["path",{d:"M18 21v-2"}]]],jh=["svg",h,[["path",{d:"M8 6v6"}],["path",{d:"M15 6v6"}],["path",{d:"M2 12h19.6"}],["path",{d:"M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3"}],["circle",{cx:"7",cy:"18",r:"2"}],["path",{d:"M9 18h5"}],["circle",{cx:"16",cy:"18",r:"2"}]]],Yh=["svg",h,[["path",{d:"M10 3h.01"}],["path",{d:"M14 2h.01"}],["path",{d:"m2 9 20-5"}],["path",{d:"M12 12V6.5"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3"}],["path",{d:"M9 12v5"}],["path",{d:"M15 12v5"}],["path",{d:"M4 17h16"}]]],_h=["svg",h,[["path",{d:"M4 9a2 2 0 0 1-2-2V5h6v2a2 2 0 0 1-2 2Z"}],["path",{d:"M3 5V3"}],["path",{d:"M7 5V3"}],["path",{d:"M19 15V6.5a3.5 3.5 0 0 0-7 0v11a3.5 3.5 0 0 1-7 0V9"}],["path",{d:"M17 21v-2"}],["path",{d:"M21 21v-2"}],["path",{d:"M22 19h-6v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2Z"}]]],at=["svg",h,[["circle",{cx:"9",cy:"7",r:"2"}],["path",{d:"M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6"}],["path",{d:"M16 13H3"}],["path",{d:"M16 17H3"}]]],ht=["svg",h,[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8"}],["path",{d:"M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1"}],["path",{d:"M2 21h20"}],["path",{d:"M7 8v3"}],["path",{d:"M12 8v3"}],["path",{d:"M17 8v3"}],["path",{d:"M7 4h0.01"}],["path",{d:"M12 4h0.01"}],["path",{d:"M17 4h0.01"}]]],tt=["svg",h,[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18"}],["path",{d:"M16 10h.01"}],["path",{d:"M12 10h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M8 18h.01"}]]],dt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"m16 20 2 2 4-4"}]]],ct=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m9 16 2 2 4-4"}]]],Mt=["svg",h,[["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5"}],["path",{d:"M16 2v4"}],["path",{d:"M8 2v4"}],["path",{d:"M3 10h5"}],["path",{d:"M17.5 17.5 16 16.3V14"}],["circle",{cx:"16",cy:"16",r:"6"}]]],pt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 18h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M16 18h.01"}]]],nt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z"}],["path",{d:"M3 10h18"}],["path",{d:"M15 22v-4a2 2 0 0 1 2-2h4"}]]],et=["svg",h,[["path",{d:"M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7"}],["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z"}]]],it=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}]]],lt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"M16 19h6"}]]],vt=["svg",h,[["path",{d:"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h7"}],["path",{d:"M21 10h-5.5"}],["path",{d:"m2 2 20 20"}]]],ot=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}],["path",{d:"M12 14v4"}]]],st=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"M16 19h6"}],["path",{d:"M19 16v6"}]]],gt=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}],["path",{d:"M17 14h-6"}],["path",{d:"M13 18H7"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 18h.01"}]]],rt=["svg",h,[["path",{d:"M21 12V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.5"}],["path",{d:"M16 2v4"}],["path",{d:"M8 2v4"}],["path",{d:"M3 10h18"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m22 22-1.5-1.5"}]]],yt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"m17 22 5-5"}],["path",{d:"m17 17 5 5"}]]],$t=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m14 14-4 4"}],["path",{d:"m10 14 4 4"}]]],mt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]]],Ht=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16"}],["path",{d:"M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5"}],["path",{d:"M14.121 15.121A3 3 0 1 1 9.88 10.88"}]]],ut=["svg",h,[["path",{d:"M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z"}],["circle",{cx:"12",cy:"13",r:"3"}]]],Ct=["svg",h,[["path",{d:"M9 5v4"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1"}],["path",{d:"M9 15v2"}],["path",{d:"M17 3v2"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1"}],["path",{d:"M17 13v3"}],["path",{d:"M3 3v18h18"}]]],Vt=["svg",h,[["path",{d:"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z"}],["path",{d:"M17.75 7 15 2.1"}],["path",{d:"M10.9 4.8 13 9"}],["path",{d:"m7.9 9.7 2 4.4"}],["path",{d:"M4.9 14.7 7 18.9"}]]],wt=["svg",h,[["path",{d:"m8.5 8.5-1 1a4.95 4.95 0 0 0 7 7l1-1"}],["path",{d:"M11.843 6.187A4.947 4.947 0 0 1 16.5 7.5a4.947 4.947 0 0 1 1.313 4.657"}],["path",{d:"M14 16.5V14"}],["path",{d:"M14 6.5v1.843"}],["path",{d:"M10 10v7.5"}],["path",{d:"m16 7 1-5 1.367.683A3 3 0 0 0 19.708 3H21v1.292a3 3 0 0 0 .317 1.341L22 7l-5 1"}],["path",{d:"m8 17-1 5-1.367-.683A3 3 0 0 0 4.292 21H3v-1.292a3 3 0 0 0-.317-1.341L2 17l5-1"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],St=["svg",h,[["path",{d:"m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z"}],["path",{d:"M14 6.5v10"}],["path",{d:"M10 7.5v10"}],["path",{d:"m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1"}],["path",{d:"m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1"}]]],At=["svg",h,[["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 14h.01"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]]],Lt=["svg",h,[["path",{d:"M10 2h4"}],["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 14h.01"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]]],ft=["svg",h,[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2"}],["circle",{cx:"7",cy:"17",r:"2"}],["path",{d:"M9 17h6"}],["circle",{cx:"17",cy:"17",r:"2"}]]],xt=["svg",h,[["rect",{width:"4",height:"4",x:"2",y:"9"}],["rect",{width:"4",height:"10",x:"10",y:"9"}],["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2"}],["circle",{cx:"8",cy:"19",r:"2"}],["path",{d:"M10 19h12v-2"}]]],kt=["svg",h,[["path",{d:"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z"}]]],Zt=["svg",h,[["circle",{cx:"7",cy:"12",r:"3"}],["path",{d:"M10 9v6"}],["circle",{cx:"17",cy:"12",r:"3"}],["path",{d:"M14 7v8"}]]],Pt=["svg",h,[["path",{d:"m3 15 4-8 4 8"}],["path",{d:"M4 13h6"}],["circle",{cx:"18",cy:"12",r:"3"}],["path",{d:"M21 9v6"}]]],Ft=["svg",h,[["path",{d:"m3 15 4-8 4 8"}],["path",{d:"M4 13h6"}],["path",{d:"M15 11h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4"}]]],Bt=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["circle",{cx:"8",cy:"10",r:"2"}],["path",{d:"M8 12h8"}],["circle",{cx:"16",cy:"10",r:"2"}],["path",{d:"m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3"}]]],Dt=["svg",h,[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"}],["path",{d:"M2 12a9 9 0 0 1 8 8"}],["path",{d:"M2 16a5 5 0 0 1 4 4"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20"}]]],Rt=["svg",h,[["path",{d:"M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z"}],["path",{d:"M18 11V4H6v7"}],["path",{d:"M15 22v-4a3 3 0 0 0-3-3v0a3 3 0 0 0-3 3v4"}],["path",{d:"M22 11V9"}],["path",{d:"M2 11V9"}],["path",{d:"M6 4V2"}],["path",{d:"M18 4V2"}],["path",{d:"M10 4V2"}],["path",{d:"M14 4V2"}]]],Tt=["svg",h,[["path",{d:"M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z"}],["path",{d:"M8 14v.5"}],["path",{d:"M16 14v.5"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z"}]]],bt=["svg",h,[["path",{d:"M7 9h.01"}],["path",{d:"M16.75 12H22l-3.5 7-3.09-4.32"}],["path",{d:"M18 9.5l-4 8-10.39-5.2a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3Z"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15"}],["path",{d:"M2 21v-4"}]]],zt=["svg",h,[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]]],Ut=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]]],qt=["svg",h,[["path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}],["path",{d:"m9 11 3 3L22 4"}]]],Ot=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]]],Gt=["svg",h,[["path",{d:"m9 11 3 3L22 4"}],["path",{d:"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"}]]],Wt=["svg",h,[["path",{d:"M20 6 9 17l-5-5"}]]],Et=["svg",h,[["path",{d:"M6 13.87A4 4 0 0 1 7.41 6a5.11 5.11 0 0 1 1.05-1.54 5 5 0 0 1 7.08 0A5.11 5.11 0 0 1 16.59 6 4 4 0 0 1 18 13.87V21H6Z"}],["line",{x1:"6",x2:"18",y1:"17",y2:"17"}]]],It=["svg",h,[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z"}]]],Xt=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]]],Nt=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]]],Kt=["svg",h,[["path",{d:"m6 9 6 6 6-6"}]]],Jt=["svg",h,[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]]],Qt=["svg",h,[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]]],jt=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]]],Yt=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]]],_t=["svg",h,[["path",{d:"m15 18-6-6 6-6"}]]],a4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]]],h4=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]]],t4=["svg",h,[["path",{d:"m9 18 6-6-6-6"}]]],d4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]]],c4=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]]],M4=["svg",h,[["path",{d:"m18 15-6-6-6 6"}]]],p4=["svg",h,[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]]],n4=["svg",h,[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]]],e4=["svg",h,[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]]],i4=["svg",h,[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]]],l4=["svg",h,[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]]],v4=["svg",h,[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]]],o4=["svg",h,[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]]],s4=["svg",h,[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]]],g4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["line",{x1:"21.17",x2:"12",y1:"8",y2:"8"}],["line",{x1:"3.95",x2:"8.54",y1:"6.06",y2:"14"}],["line",{x1:"10.88",x2:"15.46",y1:"21.94",y2:"14"}]]],r4=["svg",h,[["path",{d:"m18 7 4 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9l4-2"}],["path",{d:"M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4"}],["path",{d:"M18 22V5l-6-3-6 3v17"}],["path",{d:"M12 7v5"}],["path",{d:"M10 9h4"}]]],y4=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M12 12H2v4h14"}],["path",{d:"M22 12v4"}],["path",{d:"M18 12h-.5"}],["path",{d:"M7 12v4"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5"}]]],$4=["svg",h,[["path",{d:"M18 12H2v4h16"}],["path",{d:"M22 12v4"}],["path",{d:"M7 12v4"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5"}]]],m4=["svg",h,[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69"}]]],H4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]]],u4=["svg",h,[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69"}],["circle",{cx:"12",cy:"12",r:"1"}]]],C4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]]],V4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]]],w4=["svg",h,[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]]],S4=["svg",h,[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75"}],["path",{d:"M12 8v8"}],["path",{d:"M16 12H8"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38"}]]],A4=["svg",h,[["path",{d:"m2 2 20 20"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92"}]]],x=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M22 2 2 22"}]]],L4=["svg",h,[["line",{x1:"9",x2:"15",y1:"15",y2:"9"}],["circle",{cx:"12",cy:"12",r:"10"}]]],k=["svg",h,[["path",{d:"M18 20a6 6 0 0 0-12 0"}],["circle",{cx:"12",cy:"10",r:"4"}],["circle",{cx:"12",cy:"12",r:"10"}]]],Z=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662"}]]],f4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}]]],x4=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4"}],["circle",{cx:"15",cy:"15",r:"2"}]]],k4=["svg",h,[["path",{d:"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34"}],["path",{d:"m14 10-5.5 5.5"}],["path",{d:"M14 17.85V10H6.15"}]]],Z4=["svg",h,[["path",{d:"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z"}],["path",{d:"m6.2 5.3 3.1 3.9"}],["path",{d:"m12.4 3.4 3.1 4"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z"}]]],P4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"m9 14 2 2 4-4"}]]],F4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4"}],["path",{d:"M21 14H11"}],["path",{d:"m15 10-4 4 4 4"}]]],B4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"M12 11h4"}],["path",{d:"M12 16h4"}],["path",{d:"M8 11h.01"}],["path",{d:"M8 16h.01"}]]],D4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"M9 14h6"}]]],R4=["svg",h,[["path",{d:"M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10"}],["path",{d:"m17 10 4 4-4 4"}]]],P=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1"}],["path",{d:"M8 18h1"}],["path",{d:"M18.4 9.6a2 2 0 0 1 3 3L17 17l-4 1 1-4Z"}]]],F=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1"}],["path",{d:"M10.4 12.6a2 2 0 0 1 3 3L8 21l-4 1 1-4Z"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2"}]]],T4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"M9 14h6"}],["path",{d:"M12 17v-6"}]]],b4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"M9 12v-1h6v1"}],["path",{d:"M11 17h2"}],["path",{d:"M12 11v6"}]]],z4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"m15 11-6 6"}],["path",{d:"m9 11 6 6"}]]],U4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}]]],q4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 14.5 8"}]]],O4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 8 10"}]]],G4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 9.5 8"}]]],W4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12"}]]],E4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 16 10"}]]],I4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 16.5 12"}]]],X4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 16 14"}]]],N4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 14.5 16"}]]],K4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 12 16.5"}]]],J4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 9.5 16"}]]],Q4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 8 14"}]]],j4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 7.5 12"}]]],Y4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 16 14"}]]],_4=["svg",h,[["circle",{cx:"12",cy:"17",r:"3"}],["path",{d:"M4.2 15.1A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2"}],["path",{d:"m15.7 18.4-.9-.3"}],["path",{d:"m9.2 15.9-.9-.3"}],["path",{d:"m10.6 20.7.3-.9"}],["path",{d:"m13.1 14.2.3-.9"}],["path",{d:"m13.6 20.7-.4-1"}],["path",{d:"m10.8 14.3-.4-1"}],["path",{d:"m8.3 18.6 1-.4"}],["path",{d:"m14.7 15.8 1-.4"}]]],a5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 19v1"}],["path",{d:"M8 14v1"}],["path",{d:"M16 19v1"}],["path",{d:"M16 14v1"}],["path",{d:"M12 21v1"}],["path",{d:"M12 16v1"}]]],h5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 17H7"}],["path",{d:"M17 21H9"}]]],t5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v2"}],["path",{d:"M8 14v2"}],["path",{d:"M16 20h.01"}],["path",{d:"M8 20h.01"}],["path",{d:"M12 16v2"}],["path",{d:"M12 22h.01"}]]],d5=["svg",h,[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973"}],["path",{d:"m13 12-3 5h4l-3 5"}]]],c5=["svg",h,[["path",{d:"M10.083 9A6.002 6.002 0 0 1 16 4a4.243 4.243 0 0 0 6 6c0 2.22-1.206 4.16-3 5.197"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24"}],["path",{d:"M11 20v2"}],["path",{d:"M7 19v2"}]]],M5=["svg",h,[["path",{d:"M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z"}],["path",{d:"M10.1 9A6 6 0 0 1 16 4a4.24 4.24 0 0 0 6 6 6 6 0 0 1-3 5.197"}]]],p5=["svg",h,[["path",{d:"m2 2 20 20"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193"}],["path",{d:"M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07"}]]],n5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"m9.2 22 3-7"}],["path",{d:"m9 13-3 7"}],["path",{d:"m17 13-3 7"}]]],e5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v6"}],["path",{d:"M8 14v6"}],["path",{d:"M12 16v6"}]]],i5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 15h.01"}],["path",{d:"M8 19h.01"}],["path",{d:"M12 17h.01"}],["path",{d:"M12 21h.01"}],["path",{d:"M16 15h.01"}],["path",{d:"M16 19h.01"}]]],l5=["svg",h,[["path",{d:"M12 2v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"M20 12h2"}],["path",{d:"m19.07 4.93-1.41 1.41"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24"}],["path",{d:"M11 20v2"}],["path",{d:"M7 19v2"}]]],v5=["svg",h,[["path",{d:"M12 2v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"M20 12h2"}],["path",{d:"m19.07 4.93-1.41 1.41"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z"}]]],o5=["svg",h,[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]]],s5=["svg",h,[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5"}]]],g5=["svg",h,[["path",{d:"M16.2 3.8a2.7 2.7 0 0 0-3.81 0l-.4.38-.4-.4a2.7 2.7 0 0 0-3.82 0C6.73 4.85 6.67 6.64 8 8l4 4 4-4c1.33-1.36 1.27-3.15.2-4.2z"}],["path",{d:"M8 8c-1.36-1.33-3.15-1.27-4.2-.2a2.7 2.7 0 0 0 0 3.81l.38.4-.4.4a2.7 2.7 0 0 0 0 3.82C4.85 17.27 6.64 17.33 8 16"}],["path",{d:"M16 16c1.36 1.33 3.15 1.27 4.2.2a2.7 2.7 0 0 0 0-3.81l-.38-.4.4-.4a2.7 2.7 0 0 0 0-3.82C19.15 6.73 17.36 6.67 16 8"}],["path",{d:"M7.8 20.2a2.7 2.7 0 0 0 3.81 0l.4-.38.4.4a2.7 2.7 0 0 0 3.82 0c1.06-1.06 1.12-2.85-.21-4.21l-4-4-4 4c-1.33 1.36-1.27 3.15-.2 4.2z"}],["path",{d:"m7 17-5 5"}]]],r5=["svg",h,[["path",{d:"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z"}],["path",{d:"M12 17.66L12 22"}]]],y5=["svg",h,[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]]],B=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 10-2 2 2 2"}],["path",{d:"m14 14 2-2-2-2"}]]],$5=["svg",h,[["polyline",{points:"16 18 22 12 16 6"}],["polyline",{points:"8 6 2 12 8 18"}]]],m5=["svg",h,[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5"}],["polyline",{points:"22 8.5 12 15.5 2 8.5"}],["polyline",{points:"2 15.5 12 8.5 22 15.5"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5"}]]],H5=["svg",h,[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12"}]]],u5=["svg",h,[["path",{d:"M17 8h1a4 4 0 1 1 0 8h-1"}],["path",{d:"M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4Z"}],["line",{x1:"6",x2:"6",y1:"2",y2:"4"}],["line",{x1:"10",x2:"10",y1:"2",y2:"4"}],["line",{x1:"14",x2:"14",y1:"2",y2:"4"}]]],C5=["svg",h,[["path",{d:"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z"}],["path",{d:"M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"}],["path",{d:"M12 2v2"}],["path",{d:"M12 22v-2"}],["path",{d:"m17 20.66-1-1.73"}],["path",{d:"M11 10.27 7 3.34"}],["path",{d:"m20.66 17-1.73-1"}],["path",{d:"m3.34 7 1.73 1"}],["path",{d:"M14 12h8"}],["path",{d:"M2 12h2"}],["path",{d:"m20.66 7-1.73 1"}],["path",{d:"m3.34 17 1.73-1"}],["path",{d:"m17 3.34-1 1.73"}],["path",{d:"m11 13.73-4 6.93"}]]],V5=["svg",h,[["circle",{cx:"8",cy:"8",r:"6"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18"}],["path",{d:"M7 6h1v4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82"}]]],D=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]]],R=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]]],w5=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7.5 3v18"}],["path",{d:"M12 3v18"}],["path",{d:"M16.5 3v18"}]]],S5=["svg",h,[["rect",{width:"8",height:"8",x:"2",y:"2",rx:"2"}],["path",{d:"M14 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2"}],["path",{d:"M20 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2"}],["path",{d:"M10 18H5c-1.7 0-3-1.3-3-3v-1"}],["polyline",{points:"7 21 10 18 7 15"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2"}]]],A5=["svg",h,[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3"}]]],L5=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"}]]],f5=["svg",h,[["path",{d:"M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z"}],["path",{d:"m12 2 3.5 3.5L12 9 8.5 5.5 12 2Z"}],["path",{d:"M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z"}],["path",{d:"m12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z"}]]],x5=["svg",h,[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h2"}],["path",{d:"M12 18h6"}]]],k5=["svg",h,[["path",{d:"M2 18a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2v-2Z"}],["path",{d:"M20 16a8 8 0 1 0-16 0"}],["path",{d:"M12 4v4"}],["path",{d:"M10 4h4"}]]],Z5=["svg",h,[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3"}]]],P5=["svg",h,[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1"}],["path",{d:"M17 14v7"}],["path",{d:"M7 14v7"}],["path",{d:"M17 3v3"}],["path",{d:"M7 3v3"}],["path",{d:"M10 14 2.3 6.3"}],["path",{d:"m14 6 7.7 7.7"}],["path",{d:"m8 6 8 8"}]]],F5=["svg",h,[["path",{d:"M16 18a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"11",r:"3"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["line",{x1:"8",x2:"8",y1:"2",y2:"4"}],["line",{x1:"16",x2:"16",y1:"2",y2:"4"}]]],B5=["svg",h,[["path",{d:"M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["circle",{cx:"12",cy:"10",r:"2"}],["line",{x1:"8",x2:"8",y1:"2",y2:"4"}],["line",{x1:"16",x2:"16",y1:"2",y2:"4"}]]],D5=["svg",h,[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z"}],["path",{d:"M10 21.9V14L2.1 9.1"}],["path",{d:"m10 14 11.9-6.9"}],["path",{d:"M14 19.8v-8.1"}],["path",{d:"M18 17.5V9.4"}]]],R5=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]]],T5=["svg",h,[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5"}],["path",{d:"M8.5 8.5v.01"}],["path",{d:"M16 15.5v.01"}],["path",{d:"M12 12v.01"}],["path",{d:"M11 17v.01"}],["path",{d:"M7 14v.01"}]]],b5=["svg",h,[["path",{d:"M2 12h20"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8"}],["path",{d:"m4 8 16-4"}],["path",{d:"m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8"}]]],z5=["svg",h,[["path",{d:"m12 15 2 2 4-4"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],U5=["svg",h,[["line",{x1:"12",x2:"18",y1:"15",y2:"15"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],q5=["svg",h,[["line",{x1:"15",x2:"15",y1:"12",y2:"18"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],O5=["svg",h,[["line",{x1:"12",x2:"18",y1:"18",y2:"12"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],G5=["svg",h,[["line",{x1:"12",x2:"18",y1:"12",y2:"18"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],W5=["svg",h,[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],E5=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]]],I5=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]]],X5=["svg",h,[["polyline",{points:"9 10 4 15 9 20"}],["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}]]],N5=["svg",h,[["polyline",{points:"15 10 20 15 15 20"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]]],K5=["svg",h,[["polyline",{points:"14 15 9 20 4 15"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]]],J5=["svg",h,[["polyline",{points:"14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]]],Q5=["svg",h,[["polyline",{points:"10 15 15 20 20 15"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]]],j5=["svg",h,[["polyline",{points:"10 9 15 4 20 9"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]]],Y5=["svg",h,[["polyline",{points:"9 14 4 9 9 4"}],["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}]]],_5=["svg",h,[["polyline",{points:"15 14 20 9 15 4"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]]],ad=["svg",h,[["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6"}],["path",{d:"M15 2v2"}],["path",{d:"M15 20v2"}],["path",{d:"M2 15h2"}],["path",{d:"M2 9h2"}],["path",{d:"M20 15h2"}],["path",{d:"M20 9h2"}],["path",{d:"M9 2v2"}],["path",{d:"M9 20v2"}]]],hd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1"}],["path",{d:"M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1"}]]],td=["svg",h,[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]]],dd=["svg",h,[["path",{d:"m4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z"}],["path",{d:"m10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83"}],["path",{d:"M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4"}],["path",{d:"m14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2"}],["path",{d:"M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5"}]]],cd=["svg",h,[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]]],Md=["svg",h,[["path",{d:"M11 2a2 2 0 0 0-2 2v5H4a2 2 0 0 0-2 2v2c0 1.1.9 2 2 2h5v5c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-5h5a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2z"}]]],pd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18"}]]],nd=["svg",h,[["path",{d:"m2 4 3 12h14l3-12-6 7-4-7-4 7-6-7zm3 16h14"}]]],ed=["svg",h,[["path",{d:"m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z"}],["path",{d:"M10 22v-8L2.25 9.15"}],["path",{d:"m10 14 11.77-6.87"}]]],id=["svg",h,[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8"}],["path",{d:"M5 8h14"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0"}],["path",{d:"m12 8 1-6h2"}]]],ld=["svg",h,[["circle",{cx:"12",cy:"12",r:"8"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18"}]]],vd=["svg",h,[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]]],od=["svg",h,[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69"}],["path",{d:"M21 9.3V5"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88"}],["path",{d:"M12 12v4h4"}],["path",{d:"M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16"}]]],sd=["svg",h,[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84"}],["path",{d:"M21 5V8"}],["path",{d:"M21 12L18 17H22L19 22"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87"}]]],gd=["svg",h,[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5"}],["path",{d:"M3 12A9 3 0 0 0 21 12"}]]],rd=["svg",h,[["path",{d:"M20 5H9l-7 7 7 7h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z"}],["line",{x1:"18",x2:"12",y1:"9",y2:"15"}],["line",{x1:"12",x2:"18",y1:"9",y2:"15"}]]],yd=["svg",h,[["circle",{cx:"12",cy:"4",r:"2"}],["path",{d:"M10.2 3.2C5.5 4 2 8.1 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4 0c0-4.9-3.5-9-8.2-9.8"}],["path",{d:"M3.2 14.8a9 9 0 0 0 17.6 0"}]]],$d=["svg",h,[["circle",{cx:"19",cy:"19",r:"2"}],["circle",{cx:"5",cy:"5",r:"2"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86"}],["path",{d:"m6.41 6.41 11.18 11.18"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86"}]]],md=["svg",h,[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z"}]]],Hd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]]],ud=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]]],Cd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M8 16h.01"}]]],Vd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}]]],wd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M12 12h.01"}]]],Sd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M16 12h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 12h.01"}],["path",{d:"M8 16h.01"}]]],Ad=["svg",h,[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2"}],["path",{d:"m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 14h.01"}],["path",{d:"M15 6h.01"}],["path",{d:"M18 9h.01"}]]],Ld=["svg",h,[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]]],fd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]]],xd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2"}]]],kd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]]],Zd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]]],Pd=["svg",h,[["line",{x1:"8",x2:"16",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8"}],["circle",{cx:"12",cy:"12",r:"10"}]]],Fd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8"}]]],Bd=["svg",h,[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]]],Dd=["svg",h,[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5M9 22c1.35-1.5 2.092-3 2.5-4.5"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3m10-3c-1.5 1.35-3 2.092-4.5 2.5"}],["path",{d:"m17 6-2.5-2.5"}],["path",{d:"m14 8-1.5-1.5"}],["path",{d:"m7 18 2.5 2.5"}],["path",{d:"m3.5 14.5.5.5"}],["path",{d:"m20 9 .5.5"}],["path",{d:"m6.5 12.5 1 1"}],["path",{d:"m16.5 10.5 1 1"}],["path",{d:"m10 16 1.5 1.5"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Rd=["svg",h,[["path",{d:"M2 15c6.667-6 13.333 0 20-6"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993"}],["path",{d:"m17 6-2.5-2.5"}],["path",{d:"m14 8-1-1"}],["path",{d:"m7 18 2.5 2.5"}],["path",{d:"m3.5 14.5.5.5"}],["path",{d:"m20 9 .5.5"}],["path",{d:"m6.5 12.5 1 1"}],["path",{d:"m16.5 10.5 1 1"}],["path",{d:"m10 16 1.5 1.5"}]]],Td=["svg",h,[["path",{d:"M10 5.172C10 3.782 8.423 2.679 6.5 3c-2.823.47-4.113 6.006-4 7 .08.703 1.725 1.722 3.656 1 1.261-.472 1.96-1.45 2.344-2.5"}],["path",{d:"M14.267 5.172c0-1.39 1.577-2.493 3.5-2.172 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5"}],["path",{d:"M8 14v.5"}],["path",{d:"M16 14v.5"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z"}],["path",{d:"M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444c0-1.061-.162-2.2-.493-3.309m-9.243-6.082A8.801 8.801 0 0 1 12 5c.78 0 1.5.108 2.161.306"}]]],bd=["svg",h,[["line",{x1:"12",x2:"12",y1:"2",y2:"22"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}]]],zd=["svg",h,[["path",{d:"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3"}],["circle",{cx:"12",cy:"12",r:"3"}]]],Ud=["svg",h,[["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14"}],["path",{d:"M2 20h20"}],["path",{d:"M14 12v.01"}]]],qd=["svg",h,[["path",{d:"M13 4h3a2 2 0 0 1 2 2v14"}],["path",{d:"M2 20h3"}],["path",{d:"M13 20h9"}],["path",{d:"M10 12v.01"}],["path",{d:"M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z"}]]],T=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]]],Od=["svg",h,[["circle",{cx:"12.1",cy:"12.1",r:"1"}]]],Gd=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M12 12v9"}],["path",{d:"m8 17 4 4 4-4"}]]],Wd=["svg",h,[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["polyline",{points:"7 10 12 15 17 10"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3"}]]],Ed=["svg",h,[["circle",{cx:"12",cy:"5",r:"2"}],["path",{d:"m3 21 8.02-14.26"}],["path",{d:"m12.99 6.74 1.93 3.44"}],["path",{d:"M19 12c-3.87 4-10.13 4-14 0"}],["path",{d:"m21 21-2.16-3.84"}]]],Id=["svg",h,[["path",{d:"M10 11h.01"}],["path",{d:"M14 6h.01"}],["path",{d:"M18 6h.01"}],["path",{d:"M6.5 13.1h.01"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0"}],["path",{d:"M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4"}]]],Xd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72"}]]],Nd=["svg",h,[["path",{d:"M14 9c0 .6-.4 1-1 1H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9c.6 0 1 .4 1 1Z"}],["path",{d:"M18 6h4"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3"}],["path",{d:"m5 10-2 8"}],["path",{d:"M12 10v3c0 .6-.4 1-1 1H8"}],["path",{d:"m7 18 2-8"}],["path",{d:"M5 22c-1.7 0-3-1.3-3-3 0-.6.4-1 1-1h7c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z"}]]],Kd=["svg",h,[["path",{d:"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z"}]]],Jd=["svg",h,[["path",{d:"M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z"}],["path",{d:"M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97"}]]],Qd=["svg",h,[["path",{d:"m2 2 8 8"}],["path",{d:"m22 2-8 8"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5"}],["path",{d:"M7 13.4v7.9"}],["path",{d:"M12 14v8"}],["path",{d:"M17 13.4v7.9"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9"}]]],jd=["svg",h,[["path",{d:"M15.45 15.4c-2.13.65-4.3.32-5.7-1.1-2.29-2.27-1.76-6.5 1.17-9.42 2.93-2.93 7.15-3.46 9.43-1.18 1.41 1.41 1.74 3.57 1.1 5.71-1.4-.51-3.26-.02-4.64 1.36-1.38 1.38-1.87 3.23-1.36 4.63z"}],["path",{d:"m11.25 15.6-2.16 2.16a2.5 2.5 0 1 1-4.56 1.73 2.49 2.49 0 0 1-1.41-4.24 2.5 2.5 0 0 1 3.14-.32l2.16-2.16"}]]],Yd=["svg",h,[["path",{d:"m6.5 6.5 11 11"}],["path",{d:"m21 21-1-1"}],["path",{d:"m3 3 1 1"}],["path",{d:"m18 22 4-4"}],["path",{d:"m2 6 4-4"}],["path",{d:"m3 10 7-7"}],["path",{d:"m14 21 7-7"}]]],_d=["svg",h,[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],a3=["svg",h,[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4"}]]],h3=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]]],t3=["svg",h,[["circle",{cx:"11.5",cy:"12.5",r:"3.5"}],["path",{d:"M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z"}]]],d3=["svg",h,[["path",{d:"M6.399 6.399C5.362 8.157 4.65 10.189 4.5 12c-.37 4.43 1.27 9.95 7.5 10 3.256-.026 5.259-1.547 6.375-3.625"}],["path",{d:"M19.532 13.875A14.07 14.07 0 0 0 19.5 12c-.36-4.34-3.95-9.96-7.5-10-1.04.012-2.082.502-3.046 1.297"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],c3=["svg",h,[["path",{d:"M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z"}]]],M3=["svg",h,[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19"}]]],b=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]]],p3=["svg",h,[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]]],n3=["svg",h,[["path",{d:"m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21"}],["path",{d:"M22 21H7"}],["path",{d:"m5 11 9 9"}]]],e3=["svg",h,[["path",{d:"M4 10h12"}],["path",{d:"M4 14h9"}],["path",{d:"M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2"}]]],i3=["svg",h,[["path",{d:"m21 21-6-6m6 6v-4.8m0 4.8h-4.8"}],["path",{d:"M3 16.2V21m0 0h4.8M3 21l6-6"}],["path",{d:"M21 7.8V3m0 0h-4.8M21 3l-6 6"}],["path",{d:"M3 7.8V3m0 0h4.8M3 3l6 6"}]]],l3=["svg",h,[["path",{d:"M15 3h6v6"}],["path",{d:"M10 14 21 3"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}]]],v3=["svg",h,[["path",{d:"M9.88 9.88a3 3 0 1 0 4.24 4.24"}],["path",{d:"M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68"}],["path",{d:"M6.61 6.61A13.526 13.526 0 0 0 2 12s3 7 10 7a9.74 9.74 0 0 0 5.39-1.61"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],o3=["svg",h,[["path",{d:"M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z"}],["circle",{cx:"12",cy:"12",r:"3"}]]],s3=["svg",h,[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]]],g3=["svg",h,[["path",{d:"M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M17 18h1"}],["path",{d:"M12 18h1"}],["path",{d:"M7 18h1"}]]],r3=["svg",h,[["path",{d:"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z"}],["path",{d:"M12 12v.01"}]]],y3=["svg",h,[["polygon",{points:"13 19 22 12 13 5 13 19"}],["polygon",{points:"2 19 11 12 2 5 2 19"}]]],$3=["svg",h,[["path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}],["line",{x1:"16",x2:"2",y1:"8",y2:"22"}],["line",{x1:"17.5",x2:"9",y1:"15",y2:"15"}]]],m3=["svg",h,[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}],["path",{d:"M6 8h4"}],["path",{d:"M6 18h4"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}],["path",{d:"M14 8h4"}],["path",{d:"M14 18h4"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}]]],H3=["svg",h,[["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M12 2v4"}],["path",{d:"m6.8 15-3.5 2"}],["path",{d:"m20.7 7-3.5 2"}],["path",{d:"M6.8 9 3.3 7"}],["path",{d:"m20.7 17-3.5-2"}],["path",{d:"m9 22 3-8 3 8"}],["path",{d:"M8 22h8"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0"}]]],u3=["svg",h,[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"}]]],C3=["svg",h,[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v18"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"10",cy:"20",r:"2"}],["path",{d:"M10 7V6"}],["path",{d:"M10 12v-1"}],["path",{d:"M10 18v-2"}]]],V3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"3",cy:"17",r:"1"}],["path",{d:"M2 17v-3a4 4 0 0 1 8 0v3"}],["circle",{cx:"9",cy:"17",r:"1"}]]],w3=["svg",h,[["path",{d:"M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0"}]]],z=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m8 18 4-4"}],["path",{d:"M8 10v8h8"}]]],S3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m14 12.5 1 5.5-3-1-3 1 1-5.5"}]]],A3=["svg",h,[["path",{d:"M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"}],["path",{d:"M7 16.5 8 22l-3-1-3 1 1-5.5"}]]],L3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 18v-1"}],["path",{d:"M12 18v-6"}],["path",{d:"M16 18v-3"}]]],f3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 18v-2"}],["path",{d:"M12 18v-4"}],["path",{d:"M16 18v-6"}]]],x3=["svg",h,[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z"}],["path",{d:"M7 17v5"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8"}]]],k3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m3 15 2 2 4-4"}]]],Z3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m9 15 2 2 4-4"}]]],P3=["svg",h,[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"8",cy:"16",r:"6"}],["path",{d:"M9.5 17.5 8 16.25V14"}]]],F3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m5 12-3 3 3 3"}],["path",{d:"m9 18 3-3-3-3"}]]],B3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m10 13-2 2 2 2"}],["path",{d:"m14 17 2-2-2-2"}]]],U=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"6",cy:"14",r:"3"}],["path",{d:"M6 10v1"}],["path",{d:"M6 17v1"}],["path",{d:"M10 14H9"}],["path",{d:"M3 14H2"}],["path",{d:"m9 11-.88.88"}],["path",{d:"M3.88 16.12 3 17"}],["path",{d:"m9 17-.88-.88"}],["path",{d:"M3.88 11.88 3 11"}]]],D3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M9 10h6"}],["path",{d:"M12 13V7"}],["path",{d:"M9 17h6"}]]],R3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["rect",{width:"4",height:"6",x:"2",y:"12",rx:"2"}],["path",{d:"M10 12h2v6"}],["path",{d:"M10 18h4"}]]],T3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M12 18v-6"}],["path",{d:"m9 15 3 3 3-3"}]]],b3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z"}]]],z3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"10",cy:"13",r:"2"}],["path",{d:"m20 17-1.1-1.1a2 2 0 0 0-2.81.01L10 22"}]]],U3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M2 15h10"}],["path",{d:"m9 18 3-3-3-3"}]]],q3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1"}],["path",{d:"M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1"}]]],O3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1"}],["path",{d:"M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1"}]]],G3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"4",cy:"16",r:"2"}],["path",{d:"m10 10-4.5 4.5"}],["path",{d:"m9 11 1 1"}]]],W3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["circle",{cx:"10",cy:"16",r:"2"}],["path",{d:"m16 10-4.5 4.5"}],["path",{d:"m15 11 1 1"}]]],E3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17"}]]],I3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["rect",{width:"8",height:"5",x:"2",y:"13",rx:"1"}],["path",{d:"M8 13v-2a2 2 0 1 0-4 0v2"}]]],X3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["rect",{width:"8",height:"6",x:"8",y:"12",rx:"1"}],["path",{d:"M10 12v-2a2 2 0 1 1 4 0v2"}]]],N3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M3 15h6"}]]],K3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M9 15h6"}]]],J3=["svg",h,[["circle",{cx:"14",cy:"16",r:"2"}],["circle",{cx:"6",cy:"18",r:"2"}],["path",{d:"M4 12.4V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-7.5"}],["path",{d:"M8 18v-7.7L16 9v7"}]]],Q3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M2 15h10"}],["path",{d:"m5 12-3 3 3 3"}]]],q=["svg",h,[["path",{d:"m18 5-3-3H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2"}],["path",{d:"M8 18h1"}],["path",{d:"M18.4 9.6a2 2 0 1 1 3 3L17 17l-4 1 1-4Z"}]]],O=["svg",h,[["path",{d:"M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v10"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M10.4 12.6a2 2 0 1 1 3 3L8 21l-4 1 1-4Z"}]]],j3=["svg",h,[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M4 11.5a6.02 6.02 0 1 0 8.5 8.5"}],["path",{d:"M14 16c0-3.3-2.7-6-6-6v6Z"}]]],Y3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M3 15h6"}],["path",{d:"M6 12v6"}]]],_3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M9 15h6"}],["path",{d:"M12 18v-6"}]]],ac=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M10 10.3c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2"}],["path",{d:"M12 17h.01"}]]],hc=["svg",h,[["path",{d:"M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M16 14a2 2 0 0 0-2 2"}],["path",{d:"M20 14a2 2 0 0 1 2 2"}],["path",{d:"M20 22a2 2 0 0 0 2-2"}],["path",{d:"M16 22a2 2 0 0 1-2-2"}]]],tc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5"}],["path",{d:"M13.3 16.3 15 18"}]]],dc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"5",cy:"14",r:"3"}],["path",{d:"m9 18-1.5-1.5"}]]],cc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 12h8"}],["path",{d:"M10 11v2"}],["path",{d:"M8 17h8"}],["path",{d:"M14 16v2"}]]],Mc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 13h2"}],["path",{d:"M14 13h2"}],["path",{d:"M8 17h2"}],["path",{d:"M14 17h2"}]]],pc=["svg",h,[["path",{d:"M21 7h-3a2 2 0 0 1-2-2V2"}],["path",{d:"M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z"}],["path",{d:"M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15"}],["path",{d:"M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11"}]]],nc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m10 18 3-3-3-3"}],["path",{d:"M4 18v-1a2 2 0 0 1 2-2h6"}]]],ec=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m8 16 2-2-2-2"}],["path",{d:"M12 18h4"}]]],ic=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]]],lc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M2 13v-1h6v1"}],["path",{d:"M5 12v6"}],["path",{d:"M4 18h2"}]]],vc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M9 13v-1h6v1"}],["path",{d:"M12 12v6"}],["path",{d:"M11 18h2"}]]],oc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M12 12v6"}],["path",{d:"m15 15-3-3-3 3"}]]],sc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["rect",{width:"8",height:"6",x:"2",y:"12",rx:"1"}],["path",{d:"m10 15.5 4 2.5v-6l-4 2.5"}]]],gc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m10 11 5 3-5 3v-6Z"}]]],rc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 15h.01"}],["path",{d:"M11.5 13.5a2.5 2.5 0 0 1 0 3"}],["path",{d:"M15 12a5 5 0 0 1 0 6"}]]],yc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m7 10-3 2H2v4h2l3 2Z"}],["path",{d:"M11 11a5 5 0 0 1 0 6"}]]],$c=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]]],mc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m8 12.5-5 5"}],["path",{d:"m3 12.5 5 5"}]]],Hc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m14.5 12.5-5 5"}],["path",{d:"m9.5 12.5 5 5"}]]],uc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}]]],Cc=["svg",h,[["path",{d:"M20 7h-3a2 2 0 0 1-2-2V2"}],["path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z"}],["path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8"}]]],Vc=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 3v18"}],["path",{d:"M3 7.5h4"}],["path",{d:"M3 12h18"}],["path",{d:"M3 16.5h4"}],["path",{d:"M17 3v18"}],["path",{d:"M17 7.5h4"}],["path",{d:"M17 16.5h4"}]]],wc=["svg",h,[["path",{d:"M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055"}],["path",{d:"m22 3-5 5"}],["path",{d:"m17 3 5 5"}]]],Sc=["svg",h,[["polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}]]],Ac=["svg",h,[["path",{d:"M2 12C2 6.5 6.5 2 12 2a10 10 0 0 1 8 4"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12c0-.7.12-1.37.34-2"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02"}],["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88"}],["path",{d:"M2 16h.01"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2c0 .47 0 1.17-.02 2"}]]],Lc=["svg",h,[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5"}],["path",{d:"M9 18h8"}],["path",{d:"M18 3h-3"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11"}],["path",{d:"M5 13h4"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z"}]]],fc=["svg",h,[["path",{d:"M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20"}]]],xc=["svg",h,[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]]],kc=["svg",h,[["path",{d:"M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z"}],["path",{d:"M18 12v.5"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33"}],["path",{d:"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98"}]]],Zc=["svg",h,[["path",{d:"M8 2c3 0 5 2 8 2s4-1 4-1v11"}],["path",{d:"M4 22V4"}],["path",{d:"M4 15s1-1 4-1 5 2 8 2"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Pc=["svg",h,[["path",{d:"M17 22V2L7 7l10 5"}]]],Fc=["svg",h,[["path",{d:"M7 22V2l10 5-10 5"}]]],Bc=["svg",h,[["path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}],["line",{x1:"4",x2:"4",y1:"22",y2:"15"}]]],Dc=["svg",h,[["path",{d:"M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z"}],["path",{d:"m5 22 14-4"}],["path",{d:"m5 18 14 4"}]]],Rc=["svg",h,[["path",{d:"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"}]]],Tc=["svg",h,[["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4"}],["path",{d:"M7 2h11v4c0 2-2 2-2 4v1"}],["line",{x1:"11",x2:"18",y1:"6",y2:"6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],bc=["svg",h,[["path",{d:"M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z"}],["line",{x1:"6",x2:"18",y1:"6",y2:"6"}],["line",{x1:"12",x2:"12",y1:"12",y2:"12"}]]],zc=["svg",h,[["path",{d:"M10 10 4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-1.272-2.542"}],["path",{d:"M10 2v2.343"}],["path",{d:"M14 2v6.343"}],["path",{d:"M8.5 2h7"}],["path",{d:"M7 16h9"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Uc=["svg",h,[["path",{d:"M10 2v7.527a2 2 0 0 1-.211.896L4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-5.069-10.127A2 2 0 0 1 14 9.527V2"}],["path",{d:"M8.5 2h7"}],["path",{d:"M7 16h10"}]]],qc=["svg",h,[["path",{d:"M10 2v7.31"}],["path",{d:"M14 9.3V1.99"}],["path",{d:"M8.5 2h7"}],["path",{d:"M14 9.3a6.5 6.5 0 1 1-4 0"}],["path",{d:"M5.52 16h12.96"}]]],Oc=["svg",h,[["path",{d:"m3 7 5 5-5 5V7"}],["path",{d:"m21 7-5 5 5 5V7"}],["path",{d:"M12 20v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 2v2"}]]],Gc=["svg",h,[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3"}],["path",{d:"M12 20v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 2v2"}]]],Wc=["svg",h,[["path",{d:"m17 3-5 5-5-5h10"}],["path",{d:"m17 21-5-5-5 5h10"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]]],Ec=["svg",h,[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]]],Ic=["svg",h,[["path",{d:"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1"}],["circle",{cx:"12",cy:"8",r:"2"}],["path",{d:"M12 10v12"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z"}]]],Xc=["svg",h,[["path",{d:"M12 7.5a4.5 4.5 0 1 1 4.5 4.5M12 7.5A4.5 4.5 0 1 0 7.5 12M12 7.5V9m-4.5 3a4.5 4.5 0 1 0 4.5 4.5M7.5 12H9m7.5 0a4.5 4.5 0 1 1-4.5 4.5m4.5-4.5H15m-3 4.5V15"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m8 16 1.5-1.5"}],["path",{d:"M14.5 9.5 16 8"}],["path",{d:"m8 8 1.5 1.5"}],["path",{d:"M14.5 14.5 16 16"}]]],Nc=["svg",h,[["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}]]],Kc=["svg",h,[["path",{d:"M2 12h6"}],["path",{d:"M22 12h-6"}],["path",{d:"M12 2v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 20v2"}],["path",{d:"m19 9-3 3 3 3"}],["path",{d:"m5 15 3-3-3-3"}]]],Jc=["svg",h,[["path",{d:"M12 22v-6"}],["path",{d:"M12 8V2"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}],["path",{d:"m15 19-3-3-3 3"}],["path",{d:"m15 5-3 3-3-3"}]]],Qc=["svg",h,[["circle",{cx:"15",cy:"19",r:"2"}],["path",{d:"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1"}],["path",{d:"M15 11v-1"}],["path",{d:"M15 17v-2"}]]],jc=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"m9 13 2 2 4-4"}]]],Yc=["svg",h,[["circle",{cx:"16",cy:"16",r:"6"}],["path",{d:"M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2"}],["path",{d:"M16 14v2l1 1"}]]],_c=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"M2 10h20"}]]],G=["svg",h,[["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.3"}],["path",{d:"m21.7 19.4-.9-.3"}],["path",{d:"m15.2 16.9-.9-.3"}],["path",{d:"m16.6 21.7.3-.9"}],["path",{d:"m19.1 15.2.3-.9"}],["path",{d:"m19.6 21.7-.4-1"}],["path",{d:"m16.8 15.3-.4-1"}],["path",{d:"m14.3 19.6 1-.4"}],["path",{d:"m20.7 16.8 1-.4"}]]],a6=["svg",h,[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z"}],["circle",{cx:"12",cy:"13",r:"1"}]]],h6=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"M12 10v6"}],["path",{d:"m15 13-3 3-3-3"}]]],t6=["svg",h,[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5"}],["circle",{cx:"13",cy:"12",r:"2"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8"}],["circle",{cx:"20",cy:"19",r:"2"}]]],d6=["svg",h,[["circle",{cx:"12",cy:"13",r:"2"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"M14 13h3"}],["path",{d:"M7 13h3"}]]],c6=["svg",h,[["path",{d:"M11 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.5"}],["path",{d:"M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01v0c.95.95 1 2.53-.2 3.74L17.5 21Z"}]]],M6=["svg",h,[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1"}],["path",{d:"M2 13h10"}],["path",{d:"m9 16 3-3-3-3"}]]],p6=["svg",h,[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z"}],["path",{d:"M8 10v4"}],["path",{d:"M12 10v2"}],["path",{d:"M16 10v6"}]]],n6=["svg",h,[["circle",{cx:"16",cy:"20",r:"2"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2"}],["path",{d:"m22 14-4.5 4.5"}],["path",{d:"m21 15 1 1"}]]],e6=["svg",h,[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2"}]]],i6=["svg",h,[["path",{d:"M9 13h6"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]]],l6=["svg",h,[["path",{d:"m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2"}],["circle",{cx:"14",cy:"15",r:"1"}]]],v6=["svg",h,[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"}]]],o6=["svg",h,[["path",{d:"M2 7.5V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2"}],["path",{d:"M2 13h10"}],["path",{d:"m5 10-3 3 3 3"}]]],W=["svg",h,[["path",{d:"M8.4 10.6a2 2 0 0 1 3 3L6 19l-4 1 1-4Z"}],["path",{d:"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5"}]]],s6=["svg",h,[["path",{d:"M12 10v6"}],["path",{d:"M9 13h6"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]]],g6=["svg",h,[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z"}],["circle",{cx:"12",cy:"13",r:"2"}],["path",{d:"M12 15v5"}]]],r6=["svg",h,[["circle",{cx:"11.5",cy:"12.5",r:"2.5"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"M13.3 14.3 15 16"}]]],y6=["svg",h,[["circle",{cx:"17",cy:"17",r:"3"}],["path",{d:"M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1"}],["path",{d:"m21 21-1.5-1.5"}]]],$6=["svg",h,[["path",{d:"M2 9V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2"}],["path",{d:"m8 16 3-3-3-3"}],["path",{d:"M2 16v-1a2 2 0 0 1 2-2h6"}]]],m6=["svg",h,[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5"}],["path",{d:"M12 10v4h4"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5"}],["path",{d:"M22 22v-4h-4"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5"}]]],H6=["svg",h,[["path",{d:"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z"}],["path",{d:"M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3"}]]],u6=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"M12 10v6"}],["path",{d:"m9 13 3-3 3 3"}]]],C6=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"m9.5 10.5 5 5"}],["path",{d:"m14.5 10.5-5 5"}]]],V6=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]]],w6=["svg",h,[["path",{d:"M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z"}],["path",{d:"M2 8v11a2 2 0 0 0 2 2h14"}]]],S6=["svg",h,[["path",{d:"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z"}],["path",{d:"M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z"}],["path",{d:"M16 17h4"}],["path",{d:"M4 13h4"}]]],A6=["svg",h,[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5"}],["circle",{cx:"13",cy:"19",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5"}]]],L6=["svg",h,[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}],["path",{d:"M12 12h.01"}],["path",{d:"M17 12h.01"}],["path",{d:"M7 12h.01"}]]],f6=["svg",h,[["polyline",{points:"15 17 20 12 15 7"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]]],x6=["svg",h,[["line",{x1:"22",x2:"2",y1:"6",y2:"6"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22"}]]],k6=["svg",h,[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]]],Z6=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]]],P6=["svg",h,[["line",{x1:"3",x2:"15",y1:"22",y2:"22"}],["line",{x1:"4",x2:"14",y1:"9",y2:"9"}],["path",{d:"M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18"}],["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2h0a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5"}]]],F6=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1"}]]],B6=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3"}],["path",{d:"M9 11.2h5.7"}]]],D6=["svg",h,[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]]],R6=["svg",h,[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]]],T6=["svg",h,[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2"}],["path",{d:"M4 21h1"}],["path",{d:"M9 21h1"}],["path",{d:"M14 21h1"}],["path",{d:"M19 21h1"}]]],b6=["svg",h,[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]]],z6=["svg",h,[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]]],U6=["svg",h,[["line",{x1:"6",x2:"10",y1:"11",y2:"11"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z"}]]],q6=["svg",h,[["line",{x1:"6",x2:"10",y1:"12",y2:"12"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]]],l=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]]],O6=["svg",h,[["path",{d:"M8 6h10"}],["path",{d:"M6 12h9"}],["path",{d:"M11 18h7"}]]],G6=["svg",h,[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M13.4 10.6 19 5"}]]],W6=["svg",h,[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]]],E6=["svg",h,[["path",{d:"m14.5 12.5-8 8a2.119 2.119 0 1 1-3-3l8-8"}],["path",{d:"m16 16 6-6"}],["path",{d:"m8 8 6-6"}],["path",{d:"m9 7 8 8"}],["path",{d:"m21 11-8-8"}]]],I6=["svg",h,[["path",{d:"M6 3h12l4 6-10 13L2 9Z"}],["path",{d:"M11 3 8 9l4 13 4-13-3-6"}],["path",{d:"M2 9h20"}]]],X6=["svg",h,[["path",{d:"M9 10h.01"}],["path",{d:"M15 10h.01"}],["path",{d:"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z"}]]],N6=["svg",h,[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1"}],["path",{d:"M12 8v13"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5"}]]],K6=["svg",h,[["path",{d:"M6 3v12"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"}],["path",{d:"M15 6a9 9 0 0 0-9 9"}],["path",{d:"M18 15v6"}],["path",{d:"M21 18h-6"}]]],J6=["svg",h,[["line",{x1:"6",x2:"6",y1:"3",y2:"15"}],["circle",{cx:"18",cy:"6",r:"3"}],["circle",{cx:"6",cy:"18",r:"3"}],["path",{d:"M18 9a9 9 0 0 1-9 9"}]]],E=["svg",h,[["circle",{cx:"12",cy:"12",r:"3"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12"}]]],Q6=["svg",h,[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]]],j6=["svg",h,[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7"}],["path",{d:"m15 9-3-3 3-3"}],["circle",{cx:"19",cy:"18",r:"3"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9"}],["path",{d:"m9 15 3 3-3 3"}]]],Y6=["svg",h,[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9"}]]],_6=["svg",h,[["circle",{cx:"12",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["circle",{cx:"18",cy:"6",r:"3"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"}],["path",{d:"M12 12v3"}]]],a8=["svg",h,[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v6"}],["circle",{cx:"5",cy:"18",r:"3"}],["path",{d:"M12 3v18"}],["circle",{cx:"19",cy:"6",r:"3"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9"}]]],h8=["svg",h,[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9"}]]],t8=["svg",h,[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v12"}],["circle",{cx:"19",cy:"18",r:"3"}],["path",{d:"m15 9-3-3 3-3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7"}]]],d8=["svg",h,[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 9v12"}],["path",{d:"m21 3-6 6"}],["path",{d:"m21 9-6-6"}],["path",{d:"M18 11.5V15"}],["circle",{cx:"18",cy:"18",r:"3"}]]],c8=["svg",h,[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v12"}],["path",{d:"m15 9-3-3 3-3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3"}],["path",{d:"M19 15v6"}],["path",{d:"M22 18h-6"}]]],M8=["svg",h,[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 9v12"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3"}],["path",{d:"M18 15v6"}],["path",{d:"M21 18h-6"}]]],p8=["svg",h,[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M18 6V5"}],["path",{d:"M18 11v-1"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]]],n8=["svg",h,[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]]],e8=["svg",h,[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"}],["path",{d:"M9 18c-4.51 2-5-2-7-2"}]]],i8=["svg",h,[["path",{d:"m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z"}]]],l8=["svg",h,[["path",{d:"M15.2 22H8.8a2 2 0 0 1-2-1.79L5 3h14l-1.81 17.21A2 2 0 0 1 15.2 22Z"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0"}]]],v8=["svg",h,[["circle",{cx:"6",cy:"15",r:"4"}],["circle",{cx:"18",cy:"15",r:"4"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2"}]]],o8=["svg",h,[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54"}],["path",{d:"M7 3.34V5a3 3 0 0 0 3 3v0a2 2 0 0 1 2 2v0c0 1.1.9 2 2 2v0a2 2 0 0 0 2-2v0c0-1.1.9-2 2-2h3.17"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2v0a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05"}],["circle",{cx:"12",cy:"12",r:"10"}]]],s8=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"}],["path",{d:"M2 12h20"}]]],g8=["svg",h,[["path",{d:"M12 13V2l8 4-8 4"}],["path",{d:"M20.55 10.23A9 9 0 1 1 8 4.94"}],["path",{d:"M8 10a5 5 0 1 0 8.9 2.02"}]]],r8=["svg",h,[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1.4"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v2"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v5"}],["path",{d:"M6 14v0a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0"}],["path",{d:"M18 11v0a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0"}]]],y8=["svg",h,[["path",{d:"M22 10v6M2 10l10-5 10 5-10 5z"}],["path",{d:"M6 12v5c3 3 9 3 12 0v-5"}]]],$8=["svg",h,[["path",{d:"M22 5V2l-5.89 5.89"}],["circle",{cx:"16.6",cy:"15.89",r:"3"}],["circle",{cx:"8.11",cy:"7.4",r:"3"}],["circle",{cx:"12.35",cy:"11.65",r:"3"}],["circle",{cx:"13.91",cy:"5.85",r:"3"}],["circle",{cx:"18.15",cy:"10.09",r:"3"}],["circle",{cx:"6.56",cy:"13.2",r:"3"}],["circle",{cx:"10.8",cy:"17.44",r:"3"}],["circle",{cx:"5",cy:"19",r:"3"}]]],I=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}],["path",{d:"M12 3v18"}]]],v=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]]],m8=["svg",h,[["circle",{cx:"12",cy:"9",r:"1"}],["circle",{cx:"19",cy:"9",r:"1"}],["circle",{cx:"5",cy:"9",r:"1"}],["circle",{cx:"12",cy:"15",r:"1"}],["circle",{cx:"19",cy:"15",r:"1"}],["circle",{cx:"5",cy:"15",r:"1"}]]],H8=["svg",h,[["circle",{cx:"9",cy:"12",r:"1"}],["circle",{cx:"9",cy:"5",r:"1"}],["circle",{cx:"9",cy:"19",r:"1"}],["circle",{cx:"15",cy:"12",r:"1"}],["circle",{cx:"15",cy:"5",r:"1"}],["circle",{cx:"15",cy:"19",r:"1"}]]],u8=["svg",h,[["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"19",cy:"5",r:"1"}],["circle",{cx:"5",cy:"5",r:"1"}],["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}],["circle",{cx:"19",cy:"19",r:"1"}],["circle",{cx:"5",cy:"19",r:"1"}]]],C8=["svg",h,[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1"}]]],V8=["svg",h,[["path",{d:"m20 7 1.7-1.7a1 1 0 0 0 0-1.4l-1.6-1.6a1 1 0 0 0-1.4 0L17 4v3Z"}],["path",{d:"m17 7-5.1 5.1"}],["circle",{cx:"11.5",cy:"12.5",r:".5",fill:"currentColor"}],["path",{d:"M6 12a2 2 0 0 0 1.8-1.2l.4-.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4"}],["path",{d:"m6 16 2 2"}]]],w8=["svg",h,[["path",{d:"m15 12-8.5 8.5c-.83.83-2.17.83-3 0 0 0 0 0 0 0a2.12 2.12 0 0 1 0-3L12 9"}],["path",{d:"M17.64 15 22 10.64"}],["path",{d:"m20.91 11.7-1.25-1.25c-.6-.6-.93-1.4-.93-2.25v-.86L16.01 4.6a5.56 5.56 0 0 0-3.94-1.64H9l.92.82A6.18 6.18 0 0 1 12 8.4v1.56l2 2h2.47l2.26 1.91"}]]],S8=["svg",h,[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17"}],["path",{d:"m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9"}],["path",{d:"m2 16 6 6"}],["circle",{cx:"16",cy:"9",r:"2.9"}],["circle",{cx:"6",cy:"5",r:"3"}]]],A8=["svg",h,[["path",{d:"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16"}],["path",{d:"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9"}],["path",{d:"m2 15 6 6"}],["path",{d:"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z"}]]],X=["svg",h,[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14"}],["path",{d:"m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9"}],["path",{d:"m2 13 6 6"}]]],L8=["svg",h,[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1.4"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9"}],["path",{d:"m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5"}]]],f8=["svg",h,[["path",{d:"M12 3V2"}],["path",{d:"M5 10a7.1 7.1 0 0 1 14 0"}],["path",{d:"M4 10h16"}],["path",{d:"M2 14h12a2 2 0 1 1 0 4h-2"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 0 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2L5 18"}],["path",{d:"M5 14v7H2"}]]],x8=["svg",h,[["path",{d:"M18 11V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v2"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v8"}],["path",{d:"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15"}]]],k8=["svg",h,[["path",{d:"M12 2v8"}],["path",{d:"m16 6-4 4-4-4"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 18h.01"}]]],Z8=["svg",h,[["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M12 2v8"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 18h.01"}]]],P8=["svg",h,[["line",{x1:"22",x2:"2",y1:"12",y2:"12"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16"}]]],F8=["svg",h,[["path",{d:"M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z"}],["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6h0"}],["path",{d:"M14 6h0a6 6 0 0 1 6 6v3"}]]],B8=["svg",h,[["line",{x1:"4",x2:"20",y1:"9",y2:"9"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21"}]]],D8=["svg",h,[["path",{d:"m5.2 6.2 1.4 1.4"}],["path",{d:"M2 13h2"}],["path",{d:"M20 13h2"}],["path",{d:"m17.4 7.6 1.4-1.4"}],["path",{d:"M22 17H2"}],["path",{d:"M22 21H2"}],["path",{d:"M16 13a4 4 0 0 0-8 0"}],["path",{d:"M12 5V2.5"}]]],R8=["svg",h,[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z"}],["path",{d:"M7.5 12h9"}]]],T8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]]],b8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"}]]],z8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2"}]]],U8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17 10v4h4"}],["path",{d:"M21 10v8"}]]],q8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17 13v-3h4"}],["path",{d:"M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17"}]]],O8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["circle",{cx:"19",cy:"16",r:"2"}],["path",{d:"M20 10c-2 2-3 3.5-3 6"}]]],G8=["svg",h,[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]]],W8=["svg",h,[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3"}]]],E8=["svg",h,[["path",{d:"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5"}]]],I8=["svg",h,[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"}],["path",{d:"m12 13-1-1 2-2-3-3 2-2"}]]],X8=["svg",h,[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"}],["path",{d:"M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08v0c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66"}],["path",{d:"m18 15-2-2"}],["path",{d:"m15 18-2-2"}]]],N8=["svg",h,[["line",{x1:"2",y1:"2",x2:"22",y2:"22"}],["path",{d:"M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35"}],["path",{d:"M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17"}]]],K8=["svg",h,[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"}],["path",{d:"M3.22 12H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27"}]]],J8=["svg",h,[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"}]]],Q8=["svg",h,[["path",{d:"M11 8c2-3-2-3 0-6"}],["path",{d:"M15.5 8c2-3-2-3 0-6"}],["path",{d:"M6 10h.01"}],["path",{d:"M6 14h.01"}],["path",{d:"M10 16v-4"}],["path",{d:"M14 16v-4"}],["path",{d:"M18 16v-4"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3"}],["path",{d:"M5 20v2"}],["path",{d:"M19 20v2"}]]],j8=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]]],Y8=["svg",h,[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}]]],_8=["svg",h,[["path",{d:"m9 11-6 6v3h9l3-3"}],["path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4"}]]],a7=["svg",h,[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M12 7v5l4 2"}]]],h7=["svg",h,[["path",{d:"m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}],["polyline",{points:"9 22 9 12 15 12 15 22"}]]],t7=["svg",h,[["path",{d:"M17.5 5.5C19 7 20.5 9 21 11c-1.323.265-2.646.39-4.118.226"}],["path",{d:"M5.5 17.5C7 19 9 20.5 11 21c.5-2.5.5-5-1-8.5"}],["path",{d:"M17.5 17.5c-2.5 0-4 0-6-1"}],["path",{d:"M20 11.5c1 1.5 2 3.5 2 4.5"}],["path",{d:"M11.5 20c1.5 1 3.5 2 4.5 2 .5-1.5 0-3-.5-4.5"}],["path",{d:"M22 22c-2 0-3.5-.5-5.5-1.5"}],["path",{d:"M4.783 4.782C1.073 8.492 1 14.5 5 18c1-1 2-4.5 1.5-6.5 1.5 1 4 1 5.5.5M8.227 2.57C11.578 1.335 15.453 2.089 18 5c-.88.88-3.7 1.761-5.726 1.618"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],d7=["svg",h,[["path",{d:"M17.5 5.5C19 7 20.5 9 21 11c-2.5.5-5 .5-8.5-1"}],["path",{d:"M5.5 17.5C7 19 9 20.5 11 21c.5-2.5.5-5-1-8.5"}],["path",{d:"M16.5 11.5c1 2 1 3.5 1 6-2.5 0-4 0-6-1"}],["path",{d:"M20 11.5c1 1.5 2 3.5 2 4.5-1.5.5-3 0-4.5-.5"}],["path",{d:"M11.5 20c1.5 1 3.5 2 4.5 2 .5-1.5 0-3-.5-4.5"}],["path",{d:"M20.5 16.5c1 2 1.5 3.5 1.5 5.5-2 0-3.5-.5-5.5-1.5"}],["path",{d:"M4.783 4.782C8.493 1.072 14.5 1 18 5c-1 1-4.5 2-6.5 1.5 1 1.5 1 4 .5 5.5-1.5.5-4 .5-5.5-.5C7 13.5 6 17 5 18c-4-3.5-3.927-9.508-.217-13.218Z"}],["path",{d:"M4.5 4.5 3 3c-.184-.185-.184-.816 0-1"}]]],c7=["svg",h,[["path",{d:"M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"}],["path",{d:"m9 16 .348-.24c1.465-1.013 3.84-1.013 5.304 0L15 16"}],["path",{d:"M8 7h.01"}],["path",{d:"M16 7h.01"}],["path",{d:"M12 7h.01"}],["path",{d:"M12 11h.01"}],["path",{d:"M16 11h.01"}],["path",{d:"M8 11h.01"}],["path",{d:"M10 22v-6.5m4 0V22"}]]],M7=["svg",h,[["path",{d:"M5 22h14"}],["path",{d:"M5 2h14"}],["path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2"}]]],p7=["svg",h,[["path",{d:"M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6Zm-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0"}]]],n7=["svg",h,[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11"}],["path",{d:"M17 7A5 5 0 0 0 7 7"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4"}]]],e7=["svg",h,[["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10.8"}],["path",{d:"m21 15-3.1-3.1a2 2 0 0 0-2.814.014L6 21"}],["path",{d:"m14 19.5 3 3v-6"}],["path",{d:"m17 22.5 3-3"}]]],i7=["svg",h,[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]]],l7=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15"}],["path",{d:"M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9"}]]],v7=["svg",h,[["path",{d:"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5"}],["line",{x1:"19",x2:"19",y1:"2",y2:"8"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]]],o7=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]]],s7=["svg",h,[["path",{d:"M12 3v12"}],["path",{d:"m8 11 4 4 4-4"}],["path",{d:"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4"}]]],g7=["svg",h,[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}]]],r7=["svg",h,[["polyline",{points:"3 8 7 12 3 16"}],["line",{x1:"21",x2:"11",y1:"12",y2:"12"}],["line",{x1:"21",x2:"11",y1:"6",y2:"6"}],["line",{x1:"21",x2:"11",y1:"18",y2:"18"}]]],y7=["svg",h,[["path",{d:"M6 3h12"}],["path",{d:"M6 8h12"}],["path",{d:"m6 13 8.5 8"}],["path",{d:"M6 13h3"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10"}]]],$7=["svg",h,[["path",{d:"M12 12c-2-2.67-4-4-6-4a4 4 0 1 0 0 8c2 0 4-1.33 6-4Zm0 0c2 2.67 4 4 6 4a4 4 0 0 0 0-8c-2 0-4 1.33-6 4Z"}]]],m7=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]]],H7=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7h.01"}],["path",{d:"M17 7h.01"}],["path",{d:"M7 17h.01"}],["path",{d:"M17 17h.01"}]]],u7=["svg",h,[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5"}]]],C7=["svg",h,[["line",{x1:"19",x2:"10",y1:"4",y2:"4"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20"}]]],V7=["svg",h,[["path",{d:"M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8"}],["polyline",{points:"16 14 20 18 16 22"}]]],w7=["svg",h,[["path",{d:"M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4"}],["polyline",{points:"8 22 4 18 8 14"}]]],S7=["svg",h,[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]]],A7=["svg",h,[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z"}],["path",{d:"M6 15v-2"}],["path",{d:"M12 15V9"}],["circle",{cx:"12",cy:"6",r:"3"}]]],N=["svg",h,[["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}],["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M9 3h1"}],["path",{d:"M14 3h1"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 9v1"}],["path",{d:"M21 14v1"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M14 21h1"}],["path",{d:"M9 21h1"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M3 14v1"}],["path",{d:"M3 9v1"}]]],K=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]]],L7=["svg",h,[["path",{d:"M6 5v11"}],["path",{d:"M12 5v6"}],["path",{d:"M18 5v14"}]]],f7=["svg",h,[["path",{d:"M2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4a6.5 6.5 0 1 0-4-4Z"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"}]]],x7=["svg",h,[["path",{d:"M12.4 2.7c.9-.9 2.5-.9 3.4 0l5.5 5.5c.9.9.9 2.5 0 3.4l-3.7 3.7c-.9.9-2.5.9-3.4 0L8.7 9.8c-.9-.9-.9-2.5 0-3.4Z"}],["path",{d:"m14 7 3 3"}],["path",{d:"M9.4 10.6 2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4"}]]],k7=["svg",h,[["circle",{cx:"7.5",cy:"15.5",r:"5.5"}],["path",{d:"m21 2-9.6 9.6"}],["path",{d:"m15.5 7.5 3 3L22 7l-3-3"}]]],Z7=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 8h4"}],["path",{d:"M14 8h.01"}],["path",{d:"M18 8h.01"}],["path",{d:"M2 12h20"}],["path",{d:"M6 12v4"}],["path",{d:"M10 12v4"}],["path",{d:"M14 12v4"}],["path",{d:"M18 12v4"}]]],P7=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",ry:"2"}],["path",{d:"M6 8h.001"}],["path",{d:"M10 8h.001"}],["path",{d:"M14 8h.001"}],["path",{d:"M18 8h.001"}],["path",{d:"M8 12h.001"}],["path",{d:"M12 12h.001"}],["path",{d:"M16 12h.001"}],["path",{d:"M7 16h10"}]]],F7=["svg",h,[["path",{d:"M12 2v5"}],["path",{d:"M6 7h12l4 9H2l4-9Z"}],["path",{d:"M9.17 16a3 3 0 1 0 5.66 0"}]]],B7=["svg",h,[["path",{d:"m14 5-3 3 2 7 8-8-7-2Z"}],["path",{d:"m14 5-3 3-3-3 3-3 3 3Z"}],["path",{d:"M9.5 6.5 4 12l3 6"}],["path",{d:"M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z"}]]],D7=["svg",h,[["path",{d:"M9 2h6l3 7H6l3-7Z"}],["path",{d:"M12 9v13"}],["path",{d:"M9 22h6"}]]],R7=["svg",h,[["path",{d:"M11 13h6l3 7H8l3-7Z"}],["path",{d:"M14 13V8a2 2 0 0 0-2-2H8"}],["path",{d:"M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z"}]]],T7=["svg",h,[["path",{d:"M11 4h6l3 7H8l3-7Z"}],["path",{d:"M14 11v5a2 2 0 0 1-2 2H8"}],["path",{d:"M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z"}]]],b7=["svg",h,[["path",{d:"M8 2h8l4 10H4L8 2Z"}],["path",{d:"M12 12v6"}],["path",{d:"M8 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H8Z"}]]],z7=["svg",h,[["path",{d:"m12 8 6-3-6-3v10"}],["path",{d:"m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12"}],["path",{d:"m6.49 12.85 11.02 6.3"}],["path",{d:"M17.51 12.85 6.5 19.15"}]]],U7=["svg",h,[["line",{x1:"3",x2:"21",y1:"22",y2:"22"}],["line",{x1:"6",x2:"6",y1:"18",y2:"11"}],["line",{x1:"10",x2:"10",y1:"18",y2:"11"}],["line",{x1:"14",x2:"14",y1:"18",y2:"11"}],["line",{x1:"18",x2:"18",y1:"18",y2:"11"}],["polygon",{points:"12 2 20 7 4 7"}]]],q7=["svg",h,[["path",{d:"m5 8 6 6"}],["path",{d:"m4 14 6-6 2-3"}],["path",{d:"M2 5h12"}],["path",{d:"M7 2h1"}],["path",{d:"m22 22-5-10-5 10"}],["path",{d:"M14 18h6"}]]],O7=["svg",h,[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]]],G7=["svg",h,[["path",{d:"M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16"}]]],W7=["svg",h,[["path",{d:"M7 22a5 5 0 0 1-2-4"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91"}],["path",{d:"M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"}],["path",{d:"M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14v0z"}]]],E7=["svg",h,[["path",{d:"M7 22a5 5 0 0 1-2-4"}],["path",{d:"M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"}]]],I7=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]]],X7=["svg",h,[["path",{d:"m16.02 12 5.48 3.13a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74L7.98 12"}],["path",{d:"M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74Z"}]]],N7=["svg",h,[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z"}],["path",{d:"m6.08 9.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59"}],["path",{d:"m6.08 14.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59"}]]],K7=["svg",h,[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z"}],["path",{d:"m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65"}],["path",{d:"m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65"}]]],J7=["svg",h,[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1"}]]],Q7=["svg",h,[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}]]],j7=["svg",h,[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}],["path",{d:"M14 4h7"}],["path",{d:"M14 9h7"}],["path",{d:"M14 15h7"}],["path",{d:"M14 20h7"}]]],Y7=["svg",h,[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}]]],_7=["svg",h,[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}]]],aM=["svg",h,[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1"}]]],hM=["svg",h,[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12"}]]],tM=["svg",h,[["path",{d:"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22"}],["path",{d:"M2 22 17 7"}]]],dM=["svg",h,[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1"}],["path",{d:"M7 3v18"}],["path",{d:"M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z"}]]],cM=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7v10"}],["path",{d:"M11 7v10"}],["path",{d:"m15 7 2 10"}]]],MM=["svg",h,[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]]],pM=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m4.93 4.93 4.24 4.24"}],["path",{d:"m14.83 9.17 4.24-4.24"}],["path",{d:"m14.83 14.83 4.24 4.24"}],["path",{d:"m9.17 14.83-4.24 4.24"}],["circle",{cx:"12",cy:"12",r:"4"}]]],nM=["svg",h,[["path",{d:"M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2"}],["path",{d:"M6 12h4"}],["path",{d:"M14 12h2v8"}],["path",{d:"M6 20h4"}],["path",{d:"M14 20h4"}]]],eM=["svg",h,[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5"}],["path",{d:"M9 18h6"}],["path",{d:"M10 22h4"}]]],iM=["svg",h,[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5"}],["path",{d:"M9 18h6"}],["path",{d:"M10 22h4"}]]],lM=["svg",h,[["path",{d:"M3 3v18h18"}],["path",{d:"m19 9-5 5-4-4-3 3"}]]],vM=["svg",h,[["path",{d:"M9 17H7A5 5 0 0 1 7 7"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],oM=["svg",h,[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]]],sM=["svg",h,[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}]]],gM=["svg",h,[["path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}],["rect",{width:"4",height:"12",x:"2",y:"9"}],["circle",{cx:"4",cy:"4",r:"2"}]]],rM=["svg",h,[["path",{d:"m3 17 2 2 4-4"}],["path",{d:"m3 7 2 2 4-4"}],["path",{d:"M13 6h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 18h8"}]]],yM=["svg",h,[["path",{d:"m3 10 2.5-2.5L3 5"}],["path",{d:"m3 19 2.5-2.5L3 14"}],["path",{d:"M10 6h11"}],["path",{d:"M10 12h11"}],["path",{d:"M10 18h11"}]]],$M=["svg",h,[["path",{d:"M16 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M10 18H3"}],["path",{d:"M21 6v10a2 2 0 0 1-2 2h-5"}],["path",{d:"m16 16-2 2 2 2"}]]],mM=["svg",h,[["path",{d:"M3 6h18"}],["path",{d:"M7 12h10"}],["path",{d:"M10 18h4"}]]],HM=["svg",h,[["path",{d:"M11 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M16 18H3"}],["path",{d:"M21 12h-6"}]]],uM=["svg",h,[["path",{d:"M21 15V6"}],["path",{d:"M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"}],["path",{d:"M12 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M12 18H3"}]]],CM=["svg",h,[["line",{x1:"10",x2:"21",y1:"6",y2:"6"}],["line",{x1:"10",x2:"21",y1:"12",y2:"12"}],["line",{x1:"10",x2:"21",y1:"18",y2:"18"}],["path",{d:"M4 6h1v4"}],["path",{d:"M4 10h2"}],["path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1"}]]],VM=["svg",h,[["path",{d:"M11 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M16 18H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]]],wM=["svg",h,[["path",{d:"M21 6H3"}],["path",{d:"M7 12H3"}],["path",{d:"M7 18H3"}],["path",{d:"M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14"}],["path",{d:"M11 10v4h4"}]]],SM=["svg",h,[["path",{d:"M16 12H3"}],["path",{d:"M16 18H3"}],["path",{d:"M10 6H3"}],["path",{d:"M21 18V8a2 2 0 0 0-2-2h-5"}],["path",{d:"m16 8-2-2 2-2"}]]],AM=["svg",h,[["rect",{x:"3",y:"5",width:"6",height:"6",rx:"1"}],["path",{d:"m3 17 2 2 4-4"}],["path",{d:"M13 6h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 18h8"}]]],LM=["svg",h,[["path",{d:"M21 12h-8"}],["path",{d:"M21 6H8"}],["path",{d:"M21 18h-8"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3"}]]],fM=["svg",h,[["path",{d:"M12 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M12 18H3"}],["path",{d:"m16 12 5 3-5 3v-6Z"}]]],xM=["svg",h,[["path",{d:"M11 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M16 18H3"}],["path",{d:"m19 10-4 4"}],["path",{d:"m15 10 4 4"}]]],kM=["svg",h,[["line",{x1:"8",x2:"21",y1:"6",y2:"6"}],["line",{x1:"8",x2:"21",y1:"12",y2:"12"}],["line",{x1:"8",x2:"21",y1:"18",y2:"18"}],["line",{x1:"3",x2:"3.01",y1:"6",y2:"6"}],["line",{x1:"3",x2:"3.01",y1:"12",y2:"12"}],["line",{x1:"3",x2:"3.01",y1:"18",y2:"18"}]]],ZM=["svg",h,[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]]],PM=["svg",h,[["line",{x1:"12",x2:"12",y1:"2",y2:"6"}],["line",{x1:"12",x2:"12",y1:"18",y2:"22"}],["line",{x1:"4.93",x2:"7.76",y1:"4.93",y2:"7.76"}],["line",{x1:"16.24",x2:"19.07",y1:"16.24",y2:"19.07"}],["line",{x1:"2",x2:"6",y1:"12",y2:"12"}],["line",{x1:"18",x2:"22",y1:"12",y2:"12"}],["line",{x1:"4.93",x2:"7.76",y1:"19.07",y2:"16.24"}],["line",{x1:"16.24",x2:"19.07",y1:"7.76",y2:"4.93"}]]],FM=["svg",h,[["line",{x1:"2",x2:"5",y1:"12",y2:"12"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}],["circle",{cx:"12",cy:"12",r:"7"}],["circle",{cx:"12",cy:"12",r:"3"}]]],BM=["svg",h,[["line",{x1:"2",x2:"5",y1:"12",y2:"12"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}],["path",{d:"M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11"}],["path",{d:"M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],DM=["svg",h,[["line",{x1:"2",x2:"5",y1:"12",y2:"12"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}],["circle",{cx:"12",cy:"12",r:"7"}]]],RM=["svg",h,[["circle",{cx:"12",cy:"16",r:"1"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3"}]]],TM=["svg",h,[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]]],bM=["svg",h,[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}],["polyline",{points:"10 17 15 12 10 7"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12"}]]],zM=["svg",h,[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}],["polyline",{points:"16 17 21 12 16 7"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12"}]]],UM=["svg",h,[["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0"}]]],qM=["svg",h,[["path",{d:"M6 20h0a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h0"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14"}],["path",{d:"M10 20h4"}],["circle",{cx:"16",cy:"20",r:"2"}],["circle",{cx:"8",cy:"20",r:"2"}]]],OM=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8l4 4 4-4v8"}]]],GM=["svg",h,[["path",{d:"m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15"}],["path",{d:"m5 8 4 4"}],["path",{d:"m12 15 4 4"}]]],WM=["svg",h,[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"m16 19 2 2 4-4"}]]],EM=["svg",h,[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M16 19h6"}]]],IM=["svg",h,[["path",{d:"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10"}]]],XM=["svg",h,[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M19 16v6"}],["path",{d:"M16 19h6"}]]],NM=["svg",h,[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2"}],["path",{d:"M20 22v.01"}]]],KM=["svg",h,[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m22 22-1.5-1.5"}]]],JM=["svg",h,[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M20 14v4"}],["path",{d:"M20 22v.01"}]]],QM=["svg",h,[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"m17 17 4 4"}],["path",{d:"m21 17-4 4"}]]],jM=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}]]],YM=["svg",h,[["path",{d:"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z"}],["polyline",{points:"15,9 18,9 18,11"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2v0"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10"}]]],_M=["svg",h,[["rect",{width:"16",height:"13",x:"6",y:"4",rx:"2"}],["path",{d:"m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7"}],["path",{d:"M2 8v11c0 1.1.9 2 2 2h14"}]]],ap=["svg",h,[["path",{d:"M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5"}],["path",{d:"M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82"}],["path",{d:"M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13"}],["path",{d:"M14.9 9.25a3 3 0 0 0-2.15-2.16"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],hp=["svg",h,[["path",{d:"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z"}],["circle",{cx:"12",cy:"10",r:"3"}]]],tp=["svg",h,[["path",{d:"M18 8c0 4.5-6 9-6 9s-6-4.5-6-9a6 6 0 0 1 12 0"}],["circle",{cx:"12",cy:"8",r:"2"}],["path",{d:"M8.835 14H5a1 1 0 0 0-.9.7l-2 6c-.1.1-.1.2-.1.3 0 .6.4 1 1 1h18c.6 0 1-.4 1-1 0-.1 0-.2-.1-.3l-2-6a1 1 0 0 0-.9-.7h-3.835"}]]],dp=["svg",h,[["polygon",{points:"3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"}],["line",{x1:"9",x2:"9",y1:"3",y2:"18"}],["line",{x1:"15",x2:"15",y1:"6",y2:"21"}]]],cp=["svg",h,[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]]],Mp=["svg",h,[["polyline",{points:"15 3 21 3 21 9"}],["polyline",{points:"9 21 3 21 3 15"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14"}]]],pp=["svg",h,[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3"}]]],np=["svg",h,[["path",{d:"M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15"}],["path",{d:"M11 12 5.12 2.2"}],["path",{d:"m13 12 5.88-9.8"}],["path",{d:"M8 7h8"}],["circle",{cx:"12",cy:"17",r:"5"}],["path",{d:"M12 18v-2h-.5"}]]],ep=["svg",h,[["path",{d:"M9.26 9.26 3 11v3l14.14 3.14"}],["path",{d:"M21 15.34V6l-7.31 2.03"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],ip=["svg",h,[["path",{d:"m3 11 18-5v12L3 14v-3z"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6"}]]],lp=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]]],vp=["svg",h,[["path",{d:"M6 19v-3"}],["path",{d:"M10 19v-3"}],["path",{d:"M14 19v-3"}],["path",{d:"M18 19v-3"}],["path",{d:"M8 11V9"}],["path",{d:"M16 11V9"}],["path",{d:"M12 11V9"}],["path",{d:"M2 15h20"}],["path",{d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z"}]]],op=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]]],sp=["svg",h,[["line",{x1:"4",x2:"20",y1:"12",y2:"12"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18"}]]],gp=["svg",h,[["path",{d:"m8 6 4-4 4 4"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22"}],["path",{d:"m20 22-5-5"}]]],rp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"m10 10-2 2 2 2"}],["path",{d:"m14 10 2 2-2 2"}]]],yp=["svg",h,[["path",{d:"M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1"}],["path",{d:"M19.3 6.8a10.45 10.45 0 0 0-2.1-2.1"}],["path",{d:"M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5"}],["path",{d:"M17.2 19.3a10.45 10.45 0 0 0 2.1-2.1"}],["path",{d:"M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1"}],["path",{d:"M3.5 17.5 2 22l4.5-1.5"}],["path",{d:"M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5"}],["path",{d:"M6.8 4.7a10.45 10.45 0 0 0-2.1 2.1"}]]],$p=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7"}]]],mp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"M8 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}]]],Hp=["svg",h,[["path",{d:"M20.5 14.9A9 9 0 0 0 9.1 3.5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M5.6 5.6C3 8.3 2.2 12.5 4 16l-2 6 6-2c3.4 1.8 7.6 1.1 10.3-1.7"}]]],up=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]]],Cp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]]],Vp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"m10 15-3-3 3-3"}],["path",{d:"M7 12h7a2 2 0 0 1 2 2v1"}]]],wp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]]],Sp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]]],Ap=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}]]],Lp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"m10 8-2 2 2 2"}],["path",{d:"m14 8 2 2-2 2"}]]],fp=["svg",h,[["path",{d:"M3 6V5c0-1.1.9-2 2-2h2"}],["path",{d:"M11 3h3"}],["path",{d:"M18 3h1c1.1 0 2 .9 2 2"}],["path",{d:"M21 9v2"}],["path",{d:"M21 15c0 1.1-.9 2-2 2h-1"}],["path",{d:"M14 17h-3"}],["path",{d:"m7 17-4 4v-5"}],["path",{d:"M3 12v-2"}]]],xp=["svg",h,[["path",{d:"m5 19-2 2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2"}],["path",{d:"M9 10h6"}],["path",{d:"M12 7v6"}],["path",{d:"M9 17h6"}]]],kp=["svg",h,[["path",{d:"M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7"}],["circle",{cx:"18",cy:"6",r:"3"}]]],Zp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M14.8 7.5a1.84 1.84 0 0 0-2.6 0l-.2.3-.3-.3a1.84 1.84 0 1 0-2.4 2.8L12 13l2.7-2.7c.9-.9.8-2.1.1-2.8"}]]],Pp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M8 10h.01"}],["path",{d:"M12 10h.01"}],["path",{d:"M16 10h.01"}]]],Fp=["svg",h,[["path",{d:"M21 15V5a2 2 0 0 0-2-2H9"}],["path",{d:"m2 2 20 20"}],["path",{d:"M3.6 3.6c-.4.3-.6.8-.6 1.4v16l4-4h10"}]]],Bp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M12 7v6"}],["path",{d:"M9 10h6"}]]],Dp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M8 12a2 2 0 0 0 2-2V8H8"}],["path",{d:"M14 12a2 2 0 0 0 2-2V8h-2"}]]],Rp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"m10 7-3 3 3 3"}],["path",{d:"M17 13v-1a2 2 0 0 0-2-2H7"}]]],Tp=["svg",h,[["path",{d:"M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7"}],["path",{d:"M16 3h5v5"}],["path",{d:"m16 8 5-5"}]]],bp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M13 8H7"}],["path",{d:"M17 12H7"}]]],zp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M12 7v2"}],["path",{d:"M12 13h.01"}]]],Up=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"m14.5 7.5-5 5"}],["path",{d:"m9.5 7.5 5 5"}]]],qp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}]]],Op=["svg",h,[["path",{d:"M14 9a2 2 0 0 1-2 2H6l-4 4V4c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v5Z"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1"}]]],Gp=["svg",h,[["path",{d:"m12 8-9.04 9.06a2.82 2.82 0 1 0 3.98 3.98L16 12"}],["circle",{cx:"17",cy:"7",r:"5"}]]],Wp=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2"}],["path",{d:"M5 10v2a7 7 0 0 0 12 5"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}]]],Ep=["svg",h,[["path",{d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}]]],Ip=["svg",h,[["path",{d:"M6 18h8"}],["path",{d:"M3 22h18"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1"}],["path",{d:"M9 14h2"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"}]]],Xp=["svg",h,[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1"}],["path",{d:"M18 8v7"}],["path",{d:"M6 19v2"}],["path",{d:"M18 19v2"}]]],Np=["svg",h,[["path",{d:"M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z"}],["path",{d:"M12 13v8"}],["path",{d:"M12 3v3"}]]],Kp=["svg",h,[["path",{d:"M8 2h8"}],["path",{d:"M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Jp=["svg",h,[["path",{d:"M8 2h8"}],["path",{d:"M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0"}]]],Qp=["svg",h,[["polyline",{points:"4 14 10 14 10 20"}],["polyline",{points:"20 10 14 10 14 4"}],["line",{x1:"14",x2:"21",y1:"10",y2:"3"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14"}]]],jp=["svg",h,[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3"}]]],Yp=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]]],_p=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]]],an=["svg",h,[["path",{d:"M5 12h14"}]]],hn=["svg",h,[["path",{d:"m9 10 2 2 4-4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],tn=["svg",h,[["circle",{cx:"19",cy:"6",r:"3"}],["path",{d:"M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],dn=["svg",h,[["path",{d:"M12 13V7"}],["path",{d:"m15 10-3 3-3-3"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],cn=["svg",h,[["path",{d:"M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2"}],["path",{d:"M22 15V5a2 2 0 0 0-2-2H9"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m2 2 20 20"}]]],Mn=["svg",h,[["path",{d:"M10 13V7"}],["path",{d:"M14 13V7"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],pn=["svg",h,[["path",{d:"m10 7 5 3-5 3Z"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],nn=["svg",h,[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8"}],["path",{d:"M10 19v-3.96 3.15"}],["path",{d:"M7 19h5"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2"}]]],en=["svg",h,[["path",{d:"M5.5 20H8"}],["path",{d:"M17 9h.01"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4"}],["circle",{cx:"17",cy:"15",r:"1"}]]],ln=["svg",h,[["rect",{x:"9",y:"7",width:"6",height:"6"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],vn=["svg",h,[["path",{d:"m9 10 3-3 3 3"}],["path",{d:"M12 13V7"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],on=["svg",h,[["path",{d:"m14.5 12.5-5-5"}],["path",{d:"m9.5 12.5 5-5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],sn=["svg",h,[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21"}]]],gn=["svg",h,[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"}],["path",{d:"M19 3v4"}],["path",{d:"M21 5h-4"}]]],rn=["svg",h,[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"}]]],yn=["svg",h,[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]]],$n=["svg",h,[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]]],mn=["svg",h,[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}],["path",{d:"M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19"}]]],Hn=["svg",h,[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]]],un=["svg",h,[["path",{d:"m4 4 7.07 17 2.51-7.39L21 11.07z"}]]],Cn=["svg",h,[["path",{d:"m9 9 5 12 1.8-5.2L21 14Z"}],["path",{d:"M7.2 2.2 8 5.1"}],["path",{d:"m5.1 8-2.9-.8"}],["path",{d:"M14 4.1 12 6"}],["path",{d:"m6 12-1.9 2"}]]],Vn=["svg",h,[["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"m12 12 4 10 1.7-4.3L22 16Z"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 3h1"}],["path",{d:"M9 21h2"}],["path",{d:"M14 3h1"}],["path",{d:"M3 9v1"}],["path",{d:"M21 9v2"}],["path",{d:"M3 14v1"}]]],J=["svg",h,[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],["path",{d:"m12 12 4 10 1.7-4.3L22 16Z"}]]],wn=["svg",h,[["path",{d:"m3 3 7.07 16.97 2.51-7.39 7.39-2.51L3 3z"}],["path",{d:"m13 13 6 6"}]]],Sn=["svg",h,[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]]],Q=["svg",h,[["path",{d:"M5 3v16h16"}],["path",{d:"m5 19 6-6"}],["path",{d:"m2 6 3-3 3 3"}],["path",{d:"m18 16 3 3-3 3"}]]],An=["svg",h,[["polyline",{points:"5 11 5 5 11 5"}],["polyline",{points:"19 13 19 19 13 19"}],["line",{x1:"5",x2:"19",y1:"5",y2:"19"}]]],Ln=["svg",h,[["polyline",{points:"13 5 19 5 19 11"}],["polyline",{points:"11 19 5 19 5 13"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19"}]]],fn=["svg",h,[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]]],xn=["svg",h,[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]]],kn=["svg",h,[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]]],Zn=["svg",h,[["polyline",{points:"18 8 22 12 18 16"}],["polyline",{points:"6 8 2 12 6 16"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12"}]]],Pn=["svg",h,[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]]],Fn=["svg",h,[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]]],Bn=["svg",h,[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]]],Dn=["svg",h,[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]]],Rn=["svg",h,[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]]],Tn=["svg",h,[["polyline",{points:"8 18 12 22 16 18"}],["polyline",{points:"8 6 12 2 16 6"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22"}]]],bn=["svg",h,[["polyline",{points:"5 9 2 12 5 15"}],["polyline",{points:"9 5 12 2 15 5"}],["polyline",{points:"15 19 12 22 9 19"}],["polyline",{points:"19 9 22 12 19 15"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22"}]]],zn=["svg",h,[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]]],Un=["svg",h,[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]]],qn=["svg",h,[["path",{d:"M9 18V5l12-2v13"}],["path",{d:"m9 9 12-2"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]]],On=["svg",h,[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]]],Gn=["svg",h,[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Wn=["svg",h,[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]]],En=["svg",h,[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],In=["svg",h,[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]]],Xn=["svg",h,[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"}],["path",{d:"M12 12V8"}]]],Nn=["svg",h,[["path",{d:"M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2"}],["path",{d:"M18 14h-8"}],["path",{d:"M15 18h-5"}],["path",{d:"M10 6h8v4h-8V6Z"}]]],Kn=["svg",h,[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20"}]]],Jn=["svg",h,[["path",{d:"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4"}],["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["path",{d:"M18.4 2.6a2.17 2.17 0 0 1 3 3L16 11l-4 1 1-4Z"}]]],Qn=["svg",h,[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M15 2v20"}],["path",{d:"M15 7h5"}],["path",{d:"M15 12h5"}],["path",{d:"M15 17h5"}]]],jn=["svg",h,[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M9.5 8h5"}],["path",{d:"M9.5 12H16"}],["path",{d:"M9.5 16H14"}]]],Yn=["svg",h,[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M16 2v20"}]]],_n=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M12 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2"}],["path",{d:"M20 12v2"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1"}],["path",{d:"M13 22h-2"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2"}],["path",{d:"M4 14v-2"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2"}],["path",{d:"M8 10h6"}],["path",{d:"M8 14h8"}],["path",{d:"M8 18h5"}]]],ae=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M12 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2"}],["path",{d:"M8 10h6"}],["path",{d:"M8 14h8"}],["path",{d:"M8 18h5"}]]],he=["svg",h,[["path",{d:"M12 4V2"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939"}],["path",{d:"M19 10v3.343"}],["path",{d:"M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],te=["svg",h,[["path",{d:"M12 4V2"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4"}],["path",{d:"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z"}]]],de=["svg",h,[["polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}]]],ce=["svg",h,[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]]],Me=["svg",h,[["circle",{cx:"12",cy:"12",r:"3"}],["circle",{cx:"19",cy:"5",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}],["path",{d:"M10.4 21.9a10 10 0 0 0 9.941-15.416"}],["path",{d:"M13.5 2.1a10 10 0 0 0-9.841 15.416"}]]],pe=["svg",h,[["polyline",{points:"7 8 3 12 7 16"}],["line",{x1:"21",x2:"11",y1:"12",y2:"12"}],["line",{x1:"21",x2:"11",y1:"6",y2:"6"}],["line",{x1:"21",x2:"11",y1:"18",y2:"18"}]]],ne=["svg",h,[["path",{d:"M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z"}],["path",{d:"m3 9 2.45-4.9A2 2 0 0 1 7.24 3h9.52a2 2 0 0 1 1.8 1.1L21 9"}],["path",{d:"M12 3v6"}]]],ee=["svg",h,[["path",{d:"m16 16 2 2 4-4"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]]],ie=["svg",h,[["path",{d:"M16 16h6"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]]],le=["svg",h,[["path",{d:"M20.91 8.84 8.56 2.23a1.93 1.93 0 0 0-1.81 0L3.1 4.13a2.12 2.12 0 0 0-.05 3.69l12.22 6.93a2 2 0 0 0 1.94 0L21 12.51a2.12 2.12 0 0 0-.09-3.67Z"}],["path",{d:"m3.09 8.84 12.35-6.61a1.93 1.93 0 0 1 1.81 0l3.65 1.9a2.12 2.12 0 0 1 .1 3.69L8.73 14.75a2 2 0 0 1-1.94 0L3 12.51a2.12 2.12 0 0 1 .09-3.67Z"}],["line",{x1:"12",x2:"12",y1:"22",y2:"13"}],["path",{d:"M20 13.5v3.37a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13.5"}]]],ve=["svg",h,[["path",{d:"M16 16h6"}],["path",{d:"M19 13v6"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]]],oe=["svg",h,[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5"}],["path",{d:"M20.27 17.27 22 19"}]]],se=["svg",h,[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}],["path",{d:"m17 13 5 5m-5 0 5-5"}]]],ge=["svg",h,[["path",{d:"m7.5 4.27 9 5.15"}],["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z"}],["path",{d:"m3.3 7 8.7 5 8.7-5"}],["path",{d:"M12 22V12"}]]],re=["svg",h,[["path",{d:"m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z"}],["path",{d:"m5 2 5 5"}],["path",{d:"M2 13h15"}],["path",{d:"M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z"}]]],ye=["svg",h,[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1"}]]],$e=["svg",h,[["path",{d:"M14 19.9V16h3a2 2 0 0 0 2-2v-2H5v2c0 1.1.9 2 2 2h3v3.9a2 2 0 1 0 4 0Z"}],["path",{d:"M6 12V2h12v10"}],["path",{d:"M14 2v4"}],["path",{d:"M10 2v2"}]]],me=["svg",h,[["path",{d:"M18.37 2.63 14 7l-1.59-1.59a2 2 0 0 0-2.82 0L8 7l9 9 1.59-1.59a2 2 0 0 0 0-2.82L17 10l4.37-4.37a2.12 2.12 0 1 0-3-3Z"}],["path",{d:"M9 8c-2 3-4 3.5-7 4l8 10c2-1 6-5 6-7"}],["path",{d:"M14.5 17.5 4.5 15"}]]],He=["svg",h,[["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor"}],["path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z"}]]],ue=["svg",h,[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35z"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14"}]]],Ce=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]]],j=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M14 15h1"}],["path",{d:"M19 15h2"}],["path",{d:"M3 15h2"}],["path",{d:"M9 15h1"}]]],Ve=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]]],we=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]]],Y=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]]],_=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 14v1"}],["path",{d:"M9 19v2"}],["path",{d:"M9 3v2"}],["path",{d:"M9 9v1"}]]],a1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]]],h1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]]],Se=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]]],t1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 14v1"}],["path",{d:"M15 19v2"}],["path",{d:"M15 3v2"}],["path",{d:"M15 9v1"}]]],Ae=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]]],Le=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]]],fe=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]]],d1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M14 9h1"}],["path",{d:"M19 9h2"}],["path",{d:"M3 9h2"}],["path",{d:"M9 9h1"}]]],xe=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]]],ke=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]]],Ze=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]]],Pe=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]]],c1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]]],Fe=["svg",h,[["path",{d:"m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48"}]]],Be=["svg",h,[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]]],De=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m5 5 14 14"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2"}],["path",{d:"M9 17v-2.34"}]]],Re=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]]],Te=["svg",h,[["path",{d:"M9 9a3 3 0 1 1 6 0"}],["path",{d:"M12 12v3"}],["path",{d:"M11 15h2"}],["path",{d:"M19 9a7 7 0 1 0-13.6 2.3C6.4 14.4 8 19 8 19h8s1.6-4.6 2.6-7.7c.3-.8.4-1.5.4-2.3"}],["path",{d:"M12 19v3"}]]],be=["svg",h,[["path",{d:"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3"}],["path",{d:"m2 2 20 20"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2"}],["path",{d:"M9 17v-2.3"}]]],ze=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]]],Ue=["svg",h,[["path",{d:"M5.8 11.3 2 22l10.7-3.79"}],["path",{d:"M4 3h.01"}],["path",{d:"M22 8h.01"}],["path",{d:"M15 2h.01"}],["path",{d:"M22 20h.01"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12v0c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11v0c-.11.7-.72 1.22-1.43 1.22H17"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98v0C9.52 4.9 9 5.52 9 6.23V7"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z"}]]],qe=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9"}]]],Oe=["svg",h,[["path",{d:"M10 15V9"}],["path",{d:"M14 15V9"}],["path",{d:"M7.714 2h8.572L22 7.714v8.572L16.286 22H7.714L2 16.286V7.714L7.714 2z"}]]],Ge=["svg",h,[["rect",{width:"4",height:"16",x:"6",y:"4"}],["rect",{width:"4",height:"16",x:"14",y:"4"}]]],We=["svg",h,[["circle",{cx:"11",cy:"4",r:"2"}],["circle",{cx:"18",cy:"8",r:"2"}],["circle",{cx:"20",cy:"16",r:"2"}],["path",{d:"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z"}]]],Ee=["svg",h,[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2"}],["path",{d:"M15 14h.01"}],["path",{d:"M9 6h6"}],["path",{d:"M9 10h6"}]]],M1=["svg",h,[["path",{d:"M12 20h9"}],["path",{d:"M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z"}]]],Ie=["svg",h,[["path",{d:"m12 19 7-7 3 3-7 7-3-3z"}],["path",{d:"m18 13-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"}],["path",{d:"m2 2 7.586 7.586"}],["circle",{cx:"11",cy:"11",r:"2"}]]],p1=["svg",h,[["path",{d:"M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z"}]]],Xe=["svg",h,[["path",{d:"M12 20h9"}],["path",{d:"M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z"}],["path",{d:"m15 5 3 3"}]]],Ne=["svg",h,[["path",{d:"m15 5 4 4"}],["path",{d:"M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13"}],["path",{d:"m8 6 2-2"}],["path",{d:"m2 22 5.5-1.5L21.17 6.83a2.82 2.82 0 0 0-4-4L3.5 16.5Z"}],["path",{d:"m18 16 2-2"}],["path",{d:"m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17"}]]],Ke=["svg",h,[["path",{d:"M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z"}],["path",{d:"m15 5 4 4"}]]],Je=["svg",h,[["path",{d:"M3.5 8.7c-.7.5-1 1.4-.7 2.2l2.8 8.7c.3.8 1 1.4 1.9 1.4h9.1c.9 0 1.6-.6 1.9-1.4l2.8-8.7c.3-.8 0-1.7-.7-2.2l-7.4-5.3a2.1 2.1 0 0 0-2.4 0Z"}]]],Qe=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]]],je=["svg",h,[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z"}],["path",{d:"M9.2 9.2h.01"}],["path",{d:"m14.5 9.5-5 5"}],["path",{d:"M14.7 14.8h.01"}]]],Ye=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]]],_e=["svg",h,[["line",{x1:"19",x2:"5",y1:"5",y2:"19"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5"}]]],ai=["svg",h,[["circle",{cx:"12",cy:"5",r:"1"}],["path",{d:"m9 20 3-6 3 6"}],["path",{d:"m6 8 6 2 6-2"}],["path",{d:"M12 10v4"}]]],hi=["svg",h,[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}],["path",{d:"M14.05 2a9 9 0 0 1 8 7.94"}],["path",{d:"M14.05 6A5 5 0 0 1 18 10"}]]],ti=["svg",h,[["polyline",{points:"18 2 22 6 18 10"}],["line",{x1:"14",x2:"22",y1:"6",y2:"6"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}]]],di=["svg",h,[["polyline",{points:"16 2 16 8 22 8"}],["line",{x1:"22",x2:"16",y1:"2",y2:"8"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}]]],ci=["svg",h,[["line",{x1:"22",x2:"16",y1:"2",y2:"8"}],["line",{x1:"16",x2:"22",y1:"2",y2:"8"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}]]],Mi=["svg",h,[["path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"}],["line",{x1:"22",x2:"2",y1:"2",y2:"22"}]]],pi=["svg",h,[["polyline",{points:"22 8 22 2 16 2"}],["line",{x1:"16",x2:"22",y1:"8",y2:"2"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}]]],ni=["svg",h,[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}]]],ei=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7h10"}],["path",{d:"M10 7v10"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7"}]]],ii=["svg",h,[["line",{x1:"9",x2:"9",y1:"4",y2:"20"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4"}]]],li=["svg",h,[["path",{d:"M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8"}],["path",{d:"M2 14h20"}],["path",{d:"M6 14v4"}],["path",{d:"M10 14v4"}],["path",{d:"M14 14v4"}],["path",{d:"M18 14v4"}]]],vi=["svg",h,[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2"}]]],oi=["svg",h,[["path",{d:"M8 4.5v5H3m-1-6 6 6m13 0v-3c0-1.16-.84-2-2-2h-7m-9 9v2c0 1.05.95 2 2 2h3"}],["rect",{width:"10",height:"7",x:"12",y:"13.5",ry:"2"}]]],si=["svg",h,[["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}],["path",{d:"M22 12A10 10 0 0 0 12 2v10z"}]]],gi=["svg",h,[["path",{d:"M19 5c-1.5 0-2.8 1.4-3 2-3.5-1.5-11-.3-11 5 0 1.8 0 3 2 4.5V20h4v-2h3v2h4v-4c1-.5 1.7-1 2-2h2v-4h-2c0-1-.5-1.5-1-2h0V5z"}],["path",{d:"M2 9v1c0 1.1.9 2 2 2h1"}],["path",{d:"M16 11h0"}]]],ri=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17"}],["path",{d:"M12 7v10"}],["path",{d:"M16 7v10"}]]],yi=["svg",h,[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]]],$i=["svg",h,[["path",{d:"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z"}],["path",{d:"m8.5 8.5 7 7"}]]],mi=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["line",{x1:"12",x2:"12",y1:"17",y2:"22"}],["path",{d:"M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17h12"}],["path",{d:"M15 9.34V6h1a2 2 0 0 0 0-4H7.89"}]]],Hi=["svg",h,[["line",{x1:"12",x2:"12",y1:"17",y2:"22"}],["path",{d:"M5 17h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24Z"}]]],ui=["svg",h,[["path",{d:"m2 22 1-1h3l9-9"}],["path",{d:"M3 21v-3l9-9"}],["path",{d:"m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9l.4.4a2.1 2.1 0 1 1-3 3l-3.8-3.8a2.1 2.1 0 1 1 3-3l.4.4Z"}]]],Ci=["svg",h,[["path",{d:"M15 11h.01"}],["path",{d:"M11 15h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"m2 16 20 6-6-20A20 20 0 0 0 2 16"}],["path",{d:"M5.71 17.11a17.04 17.04 0 0 1 11.4-11.4"}]]],Vi=["svg",h,[["path",{d:"M2 22h20"}],["path",{d:"M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z"}]]],wi=["svg",h,[["path",{d:"M2 22h20"}],["path",{d:"M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z"}]]],Si=["svg",h,[["path",{d:"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z"}]]],Ai=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polygon",{points:"10 8 16 12 10 16 10 8"}]]],Li=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 8 6 4-6 4Z"}]]],fi=["svg",h,[["polygon",{points:"5 3 19 12 5 21 5 3"}]]],xi=["svg",h,[["path",{d:"M9 2v6"}],["path",{d:"M15 2v6"}],["path",{d:"M12 17v5"}],["path",{d:"M5 8h14"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0v0Z"}]]],ki=["svg",h,[["path",{d:"m13 2-2 2.5h3L12 7"}],["path",{d:"M10 14v-3"}],["path",{d:"M14 14v-3"}],["path",{d:"M11 19c-1.7 0-3-1.3-3-3v-2h8v2c0 1.7-1.3 3-3 3Z"}],["path",{d:"M12 22v-3"}]]],Zi=["svg",h,[["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z"}],["path",{d:"m2 22 3-3"}],["path",{d:"M7.5 13.5 10 11"}],["path",{d:"M10.5 16.5 13 14"}],["path",{d:"m18 3-4 4h6l-4 4"}]]],Pi=["svg",h,[["path",{d:"M12 22v-5"}],["path",{d:"M9 8V2"}],["path",{d:"M15 8V2"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z"}]]],Fi=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]]],Bi=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]]],Di=["svg",h,[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]]],Ri=["svg",h,[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2"}],["path",{d:"M18 6h.01"}],["path",{d:"M6 18h.01"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6"}]]],Ti=["svg",h,[["path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"}],["polyline",{points:"8 10 12 14 16 10"}]]],bi=["svg",h,[["circle",{cx:"12",cy:"11",r:"1"}],["path",{d:"M11 17a1 1 0 0 1 2 0c0 .5-.34 3-.5 4.5a.5.5 0 0 1-1 0c-.16-1.5-.5-4-.5-4.5Z"}],["path",{d:"M8 14a5 5 0 1 1 8 0"}],["path",{d:"M17 18.5a9 9 0 1 0-10 0"}]]],zi=["svg",h,[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295"}],["path",{d:"M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158"}],["path",{d:"m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343"}],["path",{d:"M6 6v8"}],["path",{d:"m2 2 20 20"}]]],Ui=["svg",h,[["path",{d:"M22 14a8 8 0 0 1-8 8"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v10"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15"}]]],qi=["svg",h,[["path",{d:"M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4"}],["path",{d:"M10 22 9 8"}],["path",{d:"m14 22 1-14"}],["path",{d:"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z"}]]],Oi=["svg",h,[["path",{d:"M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z"}],["path",{d:"m22 22-5.5-5.5"}]]],Gi=["svg",h,[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]]],Wi=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 12V6"}],["path",{d:"M8 7.5A6.1 6.1 0 0 0 12 18a6 6 0 0 0 4-10.5"}]]],Ei=["svg",h,[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68"}],["path",{d:"M12 2v4"}],["path",{d:"m2 2 20 20"}]]],Ii=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 7v5"}],["path",{d:"M8 9a5.14 5.14 0 0 0 4 8 4.95 4.95 0 0 0 4-8"}]]],Xi=["svg",h,[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]]],Ni=["svg",h,[["path",{d:"M2 3h20"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3"}],["path",{d:"m7 21 5-5 5 5"}]]],Ki=["svg",h,[["polyline",{points:"6 9 6 2 18 2 18 9"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}],["rect",{width:"12",height:"8",x:"6",y:"14"}]]],Ji=["svg",h,[["path",{d:"M5 7 3 5"}],["path",{d:"M9 6V3"}],["path",{d:"m13 7 2-2"}],["circle",{cx:"9",cy:"13",r:"3"}],["path",{d:"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17"}],["path",{d:"M16 16h2"}]]],Qi=["svg",h,[["path",{d:"M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z"}]]],ji=["svg",h,[["path",{d:"M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z"}],["path",{d:"M12 2v20"}]]],Yi=["svg",h,[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3"}],["path",{d:"M21 21v.01"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7"}],["path",{d:"M3 12h.01"}],["path",{d:"M12 3h.01"}],["path",{d:"M12 16v.01"}],["path",{d:"M16 12h1"}],["path",{d:"M21 12v.01"}],["path",{d:"M12 21v-1"}]]],_i=["svg",h,[["path",{d:"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z"}],["path",{d:"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z"}]]],a9=["svg",h,[["path",{d:"M13 16a3 3 0 0 1 2.24 5"}],["path",{d:"M18 12h.01"}],["path",{d:"M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3"}]]],h9=["svg",h,[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34"}],["path",{d:"M4 6h.01"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67"}],["path",{d:"M12 18h.01"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"m13.41 10.59 5.66-5.66"}]]],t9=["svg",h,[["path",{d:"M12 12h0.01"}],["path",{d:"M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z"}],["path",{d:"M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z"}],["path",{d:"M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z"}]]],d9=["svg",h,[["path",{d:"M5 16v2"}],["path",{d:"M19 16v2"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2"}],["path",{d:"M18 12h0"}]]],c9=["svg",h,[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5"}],["circle",{cx:"12",cy:"9",r:"2"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1"}],["path",{d:"M9.5 18h5"}],["path",{d:"m8 22 4-11 4 11"}]]],M9=["svg",h,[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19"}]]],p9=["svg",h,[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82"}],["circle",{cx:"19",cy:"19",r:"2"}],["path",{d:"m13.41 13.41 4.18 4.18"}],["circle",{cx:"12",cy:"12",r:"2"}]]],n9=["svg",h,[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]]],e9=["svg",h,[["path",{d:"M22 17a10 10 0 0 0-20 0"}],["path",{d:"M6 17a6 6 0 0 1 12 0"}],["path",{d:"M10 17a2 2 0 0 1 4 0"}]]],i9=["svg",h,[["path",{d:"M17 5c0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8.3 1.5.8 2H11c-3.9 0-7 3.1-7 7v0c0 2.2 1.8 4 4 4"}],["path",{d:"M16.8 3.9c.3-.3.6-.5 1-.7 1.5-.6 3.3.1 3.9 1.6.6 1.5-.1 3.3-1.6 3.9l1.6 2.8c.2.3.2.7.2 1-.2.8-.9 1.2-1.7 1.1 0 0-1.6-.3-2.7-.6H17c-1.7 0-3 1.3-3 3"}],["path",{d:"M13.2 18a3 3 0 0 0-2.2-5"}],["path",{d:"M13 22H4a2 2 0 0 1 0-4h12"}],["path",{d:"M16 9h.01"}]]],l9=["svg",h,[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]]],v9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M12 6.5v11"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]]],o9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M8 12h5"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2"}]]],s9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M8 7h8"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8"}],["path",{d:"M8 11h8"}]]],g9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"m12 10 3-3"}],["path",{d:"m9 7 3 3v7.5"}],["path",{d:"M9 11h6"}],["path",{d:"M9 15h6"}]]],r9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M8 13h5"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 17h7"}]]],y9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M8 15h5"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10"}]]],$9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M10 17V7h5"}],["path",{d:"M10 11h4"}],["path",{d:"M8 15h5"}]]],m9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M14 8H8"}],["path",{d:"M16 12H8"}],["path",{d:"M13 16H8"}]]],H9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 17.5v-11"}]]],u9=["svg",h,[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]]],C9=["svg",h,[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]]],V9=["svg",h,[["path",{d:"M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5"}],["path",{d:"M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12"}],["path",{d:"m14 16-3 3 3 3"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598"}],["path",{d:"m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096"}]]],w9=["svg",h,[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13"}]]],S9=["svg",h,[["circle",{cx:"12",cy:"17",r:"1"}],["path",{d:"M21 7v6h-6"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7"}]]],A9=["svg",h,[["path",{d:"M21 7v6h-6"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7"}]]],L9=["svg",h,[["path",{d:"M3 2v6h6"}],["path",{d:"M21 12A9 9 0 0 0 6 5.3L3 8"}],["path",{d:"M21 22v-6h-6"}],["path",{d:"M3 12a9 9 0 0 0 15 6.7l3-2.7"}],["circle",{cx:"12",cy:"12",r:"1"}]]],f9=["svg",h,[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16"}],["path",{d:"M16 16h5v5"}]]],x9=["svg",h,[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47"}],["path",{d:"M8 16H3v5"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64"}],["path",{d:"m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M22 22 2 2"}]]],k9=["svg",h,[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"}],["path",{d:"M8 16H3v5"}]]],Z9=["svg",h,[["path",{d:"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z"}],["path",{d:"M5 10h14"}],["path",{d:"M15 7v6"}]]],P9=["svg",h,[["path",{d:"M17 3v10"}],["path",{d:"m12.67 5.5 8.66 5"}],["path",{d:"m12.67 10.5 8.66-5"}],["path",{d:"M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z"}]]],F9=["svg",h,[["path",{d:"M4 7V4h16v3"}],["path",{d:"M5 20h6"}],["path",{d:"M13 4 8 20"}],["path",{d:"m15 15 5 5"}],["path",{d:"m20 15-5 5"}]]],B9=["svg",h,[["path",{d:"m17 2 4 4-4 4"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14"}],["path",{d:"m7 22-4-4 4-4"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3"}],["path",{d:"M11 10h1v4"}]]],D9=["svg",h,[["path",{d:"m2 9 3-3 3 3"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6"}],["path",{d:"m22 15-3 3-3-3"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10"}]]],R9=["svg",h,[["path",{d:"m17 2 4 4-4 4"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14"}],["path",{d:"m7 22-4-4 4-4"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3"}]]],T9=["svg",h,[["path",{d:"M14 4c0-1.1.9-2 2-2"}],["path",{d:"M20 2c1.1 0 2 .9 2 2"}],["path",{d:"M22 8c0 1.1-.9 2-2 2"}],["path",{d:"M16 10c-1.1 0-2-.9-2-2"}],["path",{d:"m3 7 3 3 3-3"}],["path",{d:"M6 10V5c0-1.7 1.3-3 3-3h1"}],["rect",{width:"8",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M14 14c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2"}],["path",{d:"M20 14c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2"}]]],b9=["svg",h,[["path",{d:"M14 4c0-1.1.9-2 2-2"}],["path",{d:"M20 2c1.1 0 2 .9 2 2"}],["path",{d:"M22 8c0 1.1-.9 2-2 2"}],["path",{d:"M16 10c-1.1 0-2-.9-2-2"}],["path",{d:"m3 7 3 3 3-3"}],["path",{d:"M6 10V5c0-1.7 1.3-3 3-3h1"}],["rect",{width:"8",height:"8",x:"2",y:"14",rx:"2"}]]],z9=["svg",h,[["polyline",{points:"7 17 2 12 7 7"}],["polyline",{points:"12 17 7 12 12 7"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7"}]]],U9=["svg",h,[["polyline",{points:"9 17 4 12 9 7"}],["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}]]],q9=["svg",h,[["polygon",{points:"11 19 2 12 11 5 11 19"}],["polygon",{points:"22 19 13 12 22 5 22 19"}]]],O9=["svg",h,[["path",{d:"M17.75 9.01c-.52 2.08-1.83 3.64-3.18 5.49l-2.6 3.54-2.97 4-3.5-2.54 3.85-4.97c-1.86-2.61-2.8-3.77-3.16-5.44"}],["path",{d:"M17.75 9.01A7 7 0 0 0 6.2 9.1C6.06 8.5 6 7.82 6 7c0-3.5 2.83-5 5.98-5C15.24 2 18 3.5 18 7c0 .73-.09 1.4-.25 2.01Z"}],["path",{d:"m9.35 14.53 2.64-3.31"}],["path",{d:"m11.97 18.04 2.99 4 3.54-2.54-3.93-5"}],["path",{d:"M14 8c0 1-1 2-2.01 3.22C11 10 10 9 10 8a2 2 0 1 1 4 0"}]]],G9=["svg",h,[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"}]]],W9=["svg",h,[["polyline",{points:"3.5 2 6.5 12.5 18 12.5"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0"}]]],E9=["svg",h,[["path",{d:"M6 19V5"}],["path",{d:"M10 19V6.8"}],["path",{d:"M14 19v-7.8"}],["path",{d:"M18 5v4"}],["path",{d:"M18 19v-6"}],["path",{d:"M22 19V9"}],["path",{d:"M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65"}]]],n1=["svg",h,[["path",{d:"M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814"}],["path",{d:"M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4"}]]],I9=["svg",h,[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}]]],X9=["svg",h,[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}]]],N9=["svg",h,[["circle",{cx:"6",cy:"19",r:"3"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12"}],["path",{d:"m2 2 20 20"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3"}],["path",{d:"M15 5h-4.3"}],["circle",{cx:"18",cy:"5",r:"3"}]]],K9=["svg",h,[["circle",{cx:"6",cy:"19",r:"3"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15"}],["circle",{cx:"18",cy:"5",r:"3"}]]],J9=["svg",h,[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6.01 18H6"}],["path",{d:"M10.01 18H10"}],["path",{d:"M15 10v4"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0"}]]],e1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]]],i1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]]],Q9=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 7.5H3"}],["path",{d:"M21 12H3"}],["path",{d:"M21 16.5H3"}]]],j9=["svg",h,[["path",{d:"M4 11a9 9 0 0 1 9 9"}],["path",{d:"M4 4a16 16 0 0 1 16 16"}],["circle",{cx:"5",cy:"19",r:"1"}]]],Y9=["svg",h,[["path",{d:"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z"}],["path",{d:"m14.5 12.5 2-2"}],["path",{d:"m11.5 9.5 2-2"}],["path",{d:"m8.5 6.5 2-2"}],["path",{d:"m17.5 15.5 2-2"}]]],_9=["svg",h,[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]]],al=["svg",h,[["path",{d:"M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z"}],["path",{d:"M21 14 10 2 3 14h18Z"}],["path",{d:"M10 2v16"}]]],hl=["svg",h,[["path",{d:"M7 21h10"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1"}],["path",{d:"m13 12 4-4"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2"}]]],tl=["svg",h,[["path",{d:"M3 11v3a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-3"}],["path",{d:"M12 19H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3.83"}],["path",{d:"m3 11 7.77-6.04a2 2 0 0 1 2.46 0L21 11H3Z"}],["path",{d:"M12.97 19.77 7 15h12.5l-3.75 4.5a2 2 0 0 1-2.78.27Z"}]]],dl=["svg",h,[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z"}],["path",{d:"m9 15 3-3"}],["path",{d:"M17 13a6 6 0 0 0-6-6"}],["path",{d:"M21 13A10 10 0 0 0 11 3"}]]],cl=["svg",h,[["path",{d:"M13 7 9 3 5 7l4 4"}],["path",{d:"m17 11 4 4-4 4-4-4"}],["path",{d:"m8 12 4 4 6-6-4-4Z"}],["path",{d:"m16 8 3-3"}],["path",{d:"M9 21a6 6 0 0 0-6-6"}]]],Ml=["svg",h,[["path",{d:"M6 4a2 2 0 0 1 2-2h10l4 4v10.2a2 2 0 0 1-2 1.8H8a2 2 0 0 1-2-2Z"}],["path",{d:"M10 2v4h6"}],["path",{d:"M18 18v-7h-8v7"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6"}]]],pl=["svg",h,[["path",{d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}],["polyline",{points:"17 21 17 13 7 13 7 21"}],["polyline",{points:"7 3 7 8 15 8"}]]],l1=["svg",h,[["circle",{cx:"19",cy:"19",r:"2"}],["circle",{cx:"5",cy:"5",r:"2"}],["path",{d:"M5 7v12h12"}],["path",{d:"m5 19 6-6"}]]],nl=["svg",h,[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"M7 21h10"}],["path",{d:"M12 3v18"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2"}]]],el=["svg",h,[["path",{d:"M21 3 9 15"}],["path",{d:"M12 3H3v18h18v-9"}],["path",{d:"M16 3h5v5"}],["path",{d:"M14 15H9v-5"}]]],il=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 7v10"}],["path",{d:"M12 7v10"}],["path",{d:"M17 7v10"}]]],ll=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["circle",{cx:"12",cy:"12",r:"1"}],["path",{d:"M5 12s2.5-5 7-5 7 5 7 5-2.5 5-7 5-7-5-7-5"}]]],vl=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 9h.01"}]]],ol=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7 12h10"}]]],sl=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m16 16-1.9-1.9"}]]],gl=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7 8h8"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h6"}]]],rl=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}]]],yl=["svg",h,[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor"}],["path",{d:"M3 3v18h18"}]]],$l=["svg",h,[["circle",{cx:"12",cy:"10",r:"1"}],["path",{d:"M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z"}],["path",{d:"M6 17v.01"}],["path",{d:"M6 13v.01"}],["path",{d:"M18 17v.01"}],["path",{d:"M18 13v.01"}],["path",{d:"M14 22v-5a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v5"}]]],ml=["svg",h,[["path",{d:"m4 6 8-4 8 4"}],["path",{d:"m18 10 4 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8l4-2"}],["path",{d:"M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4"}],["path",{d:"M18 5v17"}],["path",{d:"M6 5v17"}],["circle",{cx:"12",cy:"9",r:"2"}]]],Hl=["svg",h,[["path",{d:"M5.42 9.42 8 12"}],["circle",{cx:"4",cy:"8",r:"2"}],["path",{d:"m14 6-8.58 8.58"}],["circle",{cx:"4",cy:"16",r:"2"}],["path",{d:"M10.8 14.8 14 18"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]]],ul=["svg",h,[["path",{d:"M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2"}],["path",{d:"M10 22H8"}],["path",{d:"M16 22h-2"}],["circle",{cx:"8",cy:"8",r:"2"}],["path",{d:"M9.414 9.414 12 12"}],["path",{d:"M14.8 14.8 18 18"}],["circle",{cx:"8",cy:"16",r:"2"}],["path",{d:"m18 6-8.586 8.586"}]]],Cl=["svg",h,[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2"}],["circle",{cx:"8",cy:"8",r:"2"}],["path",{d:"M9.414 9.414 12 12"}],["path",{d:"M14.8 14.8 18 18"}],["circle",{cx:"8",cy:"16",r:"2"}],["path",{d:"m18 6-8.586 8.586"}]]],Vl=["svg",h,[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M8.12 8.12 12 12"}],["path",{d:"M20 4 8.12 15.88"}],["circle",{cx:"6",cy:"18",r:"3"}],["path",{d:"M14.8 14.8 20 20"}]]],wl=["svg",h,[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m22 3-5 5"}],["path",{d:"m17 3 5 5"}]]],Sl=["svg",h,[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m17 8 5-5"}],["path",{d:"M17 3h5v5"}]]],Al=["svg",h,[["path",{d:"M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4"}],["path",{d:"M15 8h-5"}],["path",{d:"M15 12h-5"}]]],Ll=["svg",h,[["path",{d:"M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4"}]]],fl=["svg",h,[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]]],xl=["svg",h,[["path",{d:"m9 9-2 2 2 2"}],["path",{d:"m13 13 2-2-2-2"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]]],kl=["svg",h,[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]]],Zl=["svg",h,[["path",{d:"m13.5 8.5-5 5"}],["path",{d:"m8.5 8.5 5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]]],Pl=["svg",h,[["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]]],v1=["svg",h,[["path",{d:"m3 3 3 9-3 9 19-9Z"}],["path",{d:"M6 12h16"}]]],Fl=["svg",h,[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1"}]]],Bl=["svg",h,[["path",{d:"m22 2-7 20-4-9-9-4Z"}],["path",{d:"M22 2 11 13"}]]],Dl=["svg",h,[["line",{x1:"3",x2:"21",y1:"12",y2:"12"}],["polyline",{points:"8 8 12 4 16 8"}],["polyline",{points:"16 16 12 20 8 16"}]]],Rl=["svg",h,[["line",{x1:"12",x2:"12",y1:"3",y2:"21"}],["polyline",{points:"8 8 4 12 8 16"}],["polyline",{points:"16 16 20 12 16 8"}]]],Tl=["svg",h,[["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5"}],["path",{d:"M4.5 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5"}],["path",{d:"M6 6h.01"}],["path",{d:"M6 18h.01"}],["path",{d:"m15.7 13.4-.9-.3"}],["path",{d:"m9.2 10.9-.9-.3"}],["path",{d:"m10.6 15.7.3-.9"}],["path",{d:"m13.6 15.7-.4-1"}],["path",{d:"m10.8 9.3-.4-1"}],["path",{d:"m8.3 13.6 1-.4"}],["path",{d:"m14.7 10.8 1-.4"}],["path",{d:"m13.4 8.3-.3.9"}]]],bl=["svg",h,[["path",{d:"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2"}],["path",{d:"M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2"}],["path",{d:"M6 6h.01"}],["path",{d:"M6 18h.01"}],["path",{d:"m13 6-4 6h6l-4 6"}]]],zl=["svg",h,[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z"}],["path",{d:"M6 18h.01"}],["path",{d:"m2 2 20 20"}]]],Ul=["svg",h,[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18"}]]],ql=["svg",h,[["path",{d:"M20 7h-9"}],["path",{d:"M14 17H5"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]]],Ol=["svg",h,[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"}],["circle",{cx:"12",cy:"12",r:"3"}]]],Gl=["svg",h,[["path",{d:"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5"}]]],Wl=["svg",h,[["circle",{cx:"18",cy:"5",r:"3"}],["circle",{cx:"6",cy:"12",r:"3"}],["circle",{cx:"18",cy:"19",r:"3"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49"}]]],El=["svg",h,[["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}],["polyline",{points:"16 6 12 2 8 6"}],["line",{x1:"12",x2:"12",y1:"2",y2:"15"}]]],Il=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21"}]]],Xl=["svg",h,[["path",{d:"M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44"}]]],Nl=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]]],Kl=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"m4 5 14 12"}]]],Jl=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"m9 12 2 2 4-4"}]]],Ql=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M8 11h.01"}],["path",{d:"M12 11h.01"}],["path",{d:"M16 11h.01"}]]],jl=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M12 22V2"}]]],Yl=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M8 11h8"}]]],_l=["svg",h,[["path",{d:"M19.7 14a6.9 6.9 0 0 0 .3-2V5l-8-3-3.2 1.2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M4.7 4.7 4 5v7c0 6 8 10 8 10a20.3 20.3 0 0 0 5.62-4.38"}]]],av=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M8 11h8"}],["path",{d:"M12 15V7"}]]],hv=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]]],o1=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"m14.5 9-5 5"}],["path",{d:"m9.5 9 5 5"}]]],tv=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}]]],dv=["svg",h,[["circle",{cx:"12",cy:"12",r:"8"}],["path",{d:"M12 2v7.5"}],["path",{d:"m19 5-5.23 5.23"}],["path",{d:"M22 12h-7.5"}],["path",{d:"m19 19-5.23-5.23"}],["path",{d:"M12 14.5V22"}],["path",{d:"M10.23 13.77 5 19"}],["path",{d:"M9.5 12H2"}],["path",{d:"M10.23 10.23 5 5"}],["circle",{cx:"12",cy:"12",r:"2.5"}]]],cv=["svg",h,[["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 .6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-9-4-9 4c0 2.9.94 5.34 2.81 7.76"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6"}],["path",{d:"M12 10v4"}],["path",{d:"M12 2v3"}]]],Mv=["svg",h,[["path",{d:"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z"}]]],pv=["svg",h,[["path",{d:"M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z"}],["path",{d:"M3 6h18"}],["path",{d:"M16 10a4 4 0 0 1-8 0"}]]],nv=["svg",h,[["path",{d:"m5 11 4-7"}],["path",{d:"m19 11-4-7"}],["path",{d:"M2 11h20"}],["path",{d:"m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8c.9 0 1.8-.7 2-1.6l1.7-7.4"}],["path",{d:"m9 11 1 9"}],["path",{d:"M4.5 15.5h15"}],["path",{d:"m15 11-1 9"}]]],ev=["svg",h,[["circle",{cx:"8",cy:"21",r:"1"}],["circle",{cx:"19",cy:"21",r:"1"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"}]]],iv=["svg",h,[["path",{d:"M2 22v-5l5-5 5 5-5 5z"}],["path",{d:"M9.5 14.5 16 8"}],["path",{d:"m17 2 5 5-.5.5a3.53 3.53 0 0 1-5 0s0 0 0 0a3.53 3.53 0 0 1 0-5L17 2"}]]],lv=["svg",h,[["path",{d:"m4 4 2.5 2.5"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7"}],["path",{d:"M15 5 5 15"}],["path",{d:"M14 17v.01"}],["path",{d:"M10 16v.01"}],["path",{d:"M13 13v.01"}],["path",{d:"M16 10v.01"}],["path",{d:"M11 20v.01"}],["path",{d:"M17 14v.01"}],["path",{d:"M20 11v.01"}]]],vv=["svg",h,[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3"}]]],ov=["svg",h,[["path",{d:"M12 22v-7l-2-2"}],["path",{d:"M17 8v.8A6 6 0 0 1 13.8 20v0H10v0A6.5 6.5 0 0 1 7 8h0a5 5 0 0 1 10 0Z"}],["path",{d:"m14 14-2 2"}]]],sv=["svg",h,[["path",{d:"M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22"}],["path",{d:"m18 2 4 4-4 4"}],["path",{d:"M2 6h1.9c1.5 0 2.9.9 3.6 2.2"}],["path",{d:"M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8"}],["path",{d:"m18 14 4 4-4 4"}]]],gv=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]]],rv=["svg",h,[["path",{d:"M18 7V4H6l6 8-6 8h12v-3"}]]],yv=["svg",h,[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]]],$v=["svg",h,[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]]],mv=["svg",h,[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]]],Hv=["svg",h,[["path",{d:"M2 20h.01"}]]],uv=["svg",h,[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]]],Cv=["svg",h,[["path",{d:"M10 9H4L2 7l2-2h6"}],["path",{d:"M14 5h6l2 2-2 2h-6"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18"}],["path",{d:"M8 22h8"}]]],Vv=["svg",h,[["path",{d:"M12 3v3"}],["path",{d:"M18.5 13h-13L2 9.5 5.5 6h13L22 9.5Z"}],["path",{d:"M12 13v8"}]]],wv=["svg",h,[["path",{d:"M7 12a5 5 0 0 1 5-5v0a5 5 0 0 1 5 5v6H7v-6Z"}],["path",{d:"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2H5v-2Z"}],["path",{d:"M21 12h1"}],["path",{d:"M18.5 4.5 18 5"}],["path",{d:"M2 12h1"}],["path",{d:"M12 2v1"}],["path",{d:"m4.929 4.929.707.707"}],["path",{d:"M12 12v6"}]]],Sv=["svg",h,[["polygon",{points:"19 20 9 12 19 4 19 20"}],["line",{x1:"5",x2:"5",y1:"19",y2:"5"}]]],Av=["svg",h,[["polygon",{points:"5 4 15 12 5 20 5 4"}],["line",{x1:"19",x2:"19",y1:"5",y2:"19"}]]],Lv=["svg",h,[["circle",{cx:"9",cy:"12",r:"1"}],["circle",{cx:"15",cy:"12",r:"1"}],["path",{d:"M8 20v2h8v-2"}],["path",{d:"m12.5 17-.5-1-.5 1h1z"}],["path",{d:"M16 20a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20"}]]],fv=["svg",h,[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5"}]]],s1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]]],xv=["svg",h,[["path",{d:"M22 2 2 22"}]]],kv=["svg",h,[["path",{d:"m8 14-6 6h9v-3"}],["path",{d:"M18.37 3.63 8 14l3 3L21.37 6.63a2.12 2.12 0 1 0-3-3Z"}]]],Zv=["svg",h,[["line",{x1:"21",x2:"14",y1:"4",y2:"4"}],["line",{x1:"10",x2:"3",y1:"4",y2:"4"}],["line",{x1:"21",x2:"12",y1:"12",y2:"12"}],["line",{x1:"8",x2:"3",y1:"12",y2:"12"}],["line",{x1:"21",x2:"16",y1:"20",y2:"20"}],["line",{x1:"12",x2:"3",y1:"20",y2:"20"}],["line",{x1:"14",x2:"14",y1:"2",y2:"6"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14"}],["line",{x1:"16",x2:"16",y1:"18",y2:"22"}]]],Pv=["svg",h,[["line",{x1:"4",x2:"4",y1:"21",y2:"14"}],["line",{x1:"4",x2:"4",y1:"10",y2:"3"}],["line",{x1:"12",x2:"12",y1:"21",y2:"12"}],["line",{x1:"12",x2:"12",y1:"8",y2:"3"}],["line",{x1:"20",x2:"20",y1:"21",y2:"16"}],["line",{x1:"20",x2:"20",y1:"12",y2:"3"}],["line",{x1:"2",x2:"6",y1:"14",y2:"14"}],["line",{x1:"10",x2:"14",y1:"8",y2:"8"}],["line",{x1:"18",x2:"22",y1:"16",y2:"16"}]]],Fv=["svg",h,[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]]],Bv=["svg",h,[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8"}]]],Dv=["svg",h,[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]]],Rv=["svg",h,[["path",{d:"M22 11v1a10 10 0 1 1-9-10"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}],["path",{d:"M16 5h6"}],["path",{d:"M19 2v6"}]]],Tv=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]]],bv=["svg",h,[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0"}],["circle",{cx:"10",cy:"13",r:"8"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6"}],["path",{d:"M18 3 19.1 5.2"}],["path",{d:"M22 3 20.9 5.2"}]]],zv=["svg",h,[["line",{x1:"2",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22"}],["path",{d:"m20 16-4-4 4-4"}],["path",{d:"m4 8 4 4-4 4"}],["path",{d:"m16 4-4 4-4-4"}],["path",{d:"m8 20 4-4 4 4"}]]],Uv=["svg",h,[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3"}],["path",{d:"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H6v-2a2 2 0 0 0-4 0Z"}],["path",{d:"M4 18v2"}],["path",{d:"M20 18v2"}],["path",{d:"M12 4v9"}]]],qv=["svg",h,[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z"}],["path",{d:"M7 21h10"}],["path",{d:"M19.5 12 22 6"}],["path",{d:"M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62"}],["path",{d:"M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62"}],["path",{d:"M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62"}]]],Ov=["svg",h,[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]]],Gv=["svg",h,[["path",{d:"M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z"}],["path",{d:"M12 18v4"}]]],Wv=["svg",h,[["path",{d:"m12 3-1.9 5.8a2 2 0 0 1-1.287 1.288L3 12l5.8 1.9a2 2 0 0 1 1.288 1.287L12 21l1.9-5.8a2 2 0 0 1 1.287-1.288L21 12l-5.8-1.9a2 2 0 0 1-1.288-1.287Z"}]]],g1=["svg",h,[["path",{d:"m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z"}],["path",{d:"M5 3v4"}],["path",{d:"M19 17v4"}],["path",{d:"M3 5h4"}],["path",{d:"M17 19h4"}]]],Ev=["svg",h,[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M12 6h.01"}],["circle",{cx:"12",cy:"14",r:"4"}],["path",{d:"M12 14h.01"}]]],Iv=["svg",h,[["path",{d:"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975"}]]],Xv=["svg",h,[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1"}]]],Nv=["svg",h,[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]]],Kv=["svg",h,[["circle",{cx:"19",cy:"5",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}],["path",{d:"M5 17A12 12 0 0 1 17 5"}]]],Jv=["svg",h,[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20"}]]],Qv=["svg",h,[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12"}]]],jv=["svg",h,[["path",{d:"M16 3h5v5"}],["path",{d:"M8 3H3v5"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3"}],["path",{d:"m15 9 6-6"}]]],Yv=["svg",h,[["path",{d:"M3 3h.01"}],["path",{d:"M7 5h.01"}],["path",{d:"M11 7h.01"}],["path",{d:"M3 7h.01"}],["path",{d:"M7 9h.01"}],["path",{d:"M3 11h.01"}],["rect",{width:"4",height:"4",x:"15",y:"5"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2"}],["path",{d:"m13 14 8-2"}],["path",{d:"m13 19 8-2"}]]],_v=["svg",h,[["path",{d:"M7 20h10"}],["path",{d:"M10 20c5.5-2.5.8-6.4 3-10"}],["path",{d:"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z"}],["path",{d:"M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z"}]]],ao=["svg",h,[["path",{d:"m10 10-2 2 2 2"}],["path",{d:"m14 14 2-2-2-2"}],["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2"}],["path",{d:"M9 21h1"}],["path",{d:"M14 21h1"}]]],ho=["svg",h,[["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2"}],["path",{d:"M9 21h1"}],["path",{d:"M14 21h1"}]]],e=["svg",h,[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}],["path",{d:"M18.375 2.625a2.121 2.121 0 1 1 3 3L12 15l-4 1 1-4Z"}]]],to=["svg",h,[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2"}]]],r1=["svg",h,[["path",{d:"M18 21a6 6 0 0 0-12 0"}],["circle",{cx:"12",cy:"11",r:"4"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]]],y1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2"}]]],co=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]]],Mo=["svg",h,[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9"}]]],po=["svg",h,[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4"}],["path",{d:"M18 13h.01"}],["path",{d:"M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10"}]]],no=["svg",h,[["path",{d:"M5 22h14"}],["path",{d:"M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z"}],["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13"}]]],eo=["svg",h,[["path",{d:"M12 17.8 5.8 21 7 14.1 2 9.3l7-1L12 2"}]]],io=["svg",h,[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],lo=["svg",h,[["polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"}]]],vo=["svg",h,[["line",{x1:"18",x2:"18",y1:"20",y2:"4"}],["polygon",{points:"14,20 4,12 14,4"}]]],oo=["svg",h,[["line",{x1:"6",x2:"6",y1:"4",y2:"20"}],["polygon",{points:"10,4 20,12 10,20"}]]],so=["svg",h,[["path",{d:"M4.8 2.3A.3.3 0 1 0 5 2H4a2 2 0 0 0-2 2v5a6 6 0 0 0 6 6v0a6 6 0 0 0 6-6V4a2 2 0 0 0-2-2h-1a.2.2 0 1 0 .3.3"}],["path",{d:"M8 15v1a6 6 0 0 0 6 6v0a6 6 0 0 0 6-6v-4"}],["circle",{cx:"20",cy:"10",r:"2"}]]],go=["svg",h,[["path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z"}],["path",{d:"M14 3v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 13h0"}],["path",{d:"M16 13h0"}],["path",{d:"M10 16s.8 1 2 1c1.3 0 2-1 2-1"}]]],ro=["svg",h,[["path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z"}],["path",{d:"M15 3v4a2 2 0 0 0 2 2h4"}]]],yo=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{width:"6",height:"6",x:"9",y:"9"}]]],$o=["svg",h,[["path",{d:"m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}],["path",{d:"M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4"}],["path",{d:"M2 7h20"}],["path",{d:"M22 7v3a2 2 0 0 1-2 2v0a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12v0a2 2 0 0 1-2-2V7"}]]],mo=["svg",h,[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]]],Ho=["svg",h,[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]]],uo=["svg",h,[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12"}]]],Co=["svg",h,[["path",{d:"m4 5 8 8"}],["path",{d:"m12 5-8 8"}],["path",{d:"M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07"}]]],Vo=["svg",h,[["path",{d:"M7 13h4"}],["path",{d:"M15 13h2"}],["path",{d:"M7 9h2"}],["path",{d:"M13 9h4"}],["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2Z"}]]],wo=["svg",h,[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 4h.01"}],["path",{d:"M20 12h.01"}],["path",{d:"M12 20h.01"}],["path",{d:"M4 12h.01"}],["path",{d:"M17.657 6.343h.01"}],["path",{d:"M17.657 17.657h.01"}],["path",{d:"M6.343 17.657h.01"}],["path",{d:"M6.343 6.343h.01"}]]],So=["svg",h,[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 3v1"}],["path",{d:"M12 20v1"}],["path",{d:"M3 12h1"}],["path",{d:"M20 12h1"}],["path",{d:"m18.364 5.636-.707.707"}],["path",{d:"m6.343 17.657-.707.707"}],["path",{d:"m5.636 5.636.707.707"}],["path",{d:"m17.657 17.657.707.707"}]]],Ao=["svg",h,[["path",{d:"M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.9 4.9 1.4 1.4"}],["path",{d:"m17.7 17.7 1.4 1.4"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.3 17.7-1.4 1.4"}],["path",{d:"m19.1 4.9-1.4 1.4"}]]],Lo=["svg",h,[["path",{d:"M10 9a3 3 0 1 0 0 6"}],["path",{d:"M2 12h1"}],["path",{d:"M14 21V3"}],["path",{d:"M10 4V3"}],["path",{d:"M10 21v-1"}],["path",{d:"m3.64 18.36.7-.7"}],["path",{d:"m4.34 6.34-.7-.7"}],["path",{d:"M14 12h8"}],["path",{d:"m17 4-3 3"}],["path",{d:"m14 17 3 3"}],["path",{d:"m21 15-3-3 3-3"}]]],fo=["svg",h,[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"m17.66 17.66 1.41 1.41"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.34 17.66-1.41 1.41"}],["path",{d:"m19.07 4.93-1.41 1.41"}]]],xo=["svg",h,[["path",{d:"M12 2v8"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m8 6 4-4 4 4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]]],ko=["svg",h,[["path",{d:"M12 10V2"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m16 6-4 4-4-4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]]],Zo=["svg",h,[["path",{d:"m4 19 8-8"}],["path",{d:"m12 19-8-8"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06"}]]],Po=["svg",h,[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7"}],["path",{d:"M 7 17h0.01"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8"}]]],Fo=["svg",h,[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]]],Bo=["svg",h,[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m18 22-3-3 3-3"}],["path",{d:"m6 2 3 3-3 3"}]]],Do=["svg",h,[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19"}]]],Ro=["svg",h,[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21"}]]],To=["svg",h,[["path",{d:"m18 2 4 4"}],["path",{d:"m17 7 3-3"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5"}],["path",{d:"m9 11 4 4"}],["path",{d:"m5 19-3 3"}],["path",{d:"m14 4 6 6"}]]],bo=["svg",h,[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"}]]],zo=["svg",h,[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]]],Uo=["svg",h,[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]]],qo=["svg",h,[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4"}],["path",{d:"M8 18h.01"}]]],Oo=["svg",h,[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]]],Go=["svg",h,[["circle",{cx:"7",cy:"7",r:"5"}],["circle",{cx:"17",cy:"17",r:"5"}],["path",{d:"M12 17h10"}],["path",{d:"m3.46 10.54 7.08-7.08"}]]],Wo=["svg",h,[["path",{d:"M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z"}],["path",{d:"M7 7h.01"}]]],Eo=["svg",h,[["path",{d:"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z"}],["path",{d:"M6 9.01V9"}],["path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19"}]]],Io=["svg",h,[["path",{d:"M4 4v16"}]]],Xo=["svg",h,[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]]],No=["svg",h,[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]]],Ko=["svg",h,[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]]],Jo=["svg",h,[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]]],Qo=["svg",h,[["circle",{cx:"17",cy:"4",r:"2"}],["path",{d:"M15.59 5.41 5.41 15.59"}],["circle",{cx:"4",cy:"17",r:"2"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12"}]]],jo=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]]],Yo=["svg",h,[["circle",{cx:"4",cy:"4",r:"2"}],["path",{d:"m14 5 3-3 3 3"}],["path",{d:"m14 10 3-3 3 3"}],["path",{d:"M17 14V2"}],["path",{d:"M17 14H7l-5 8h20Z"}],["path",{d:"M8 14v8"}],["path",{d:"m9 14 5 8"}]]],_o=["svg",h,[["path",{d:"M3.5 21 14 3"}],["path",{d:"M20.5 21 10 3"}],["path",{d:"M15.5 21 12 15l-3.5 6"}],["path",{d:"M2 21h20"}]]],as=["svg",h,[["path",{d:"m7 11 2-2-2-2"}],["path",{d:"M11 13h4"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}]]],hs=["svg",h,[["polyline",{points:"4 17 10 11 4 5"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19"}]]],ts=["svg",h,[["path",{d:"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01v0a2.83 2.83 0 0 1 0-4L17 3"}],["path",{d:"m16 2 6 6"}],["path",{d:"M12 16H4"}]]],ds=["svg",h,[["path",{d:"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5h0c-1.4 0-2.5-1.1-2.5-2.5V2"}],["path",{d:"M8.5 2h7"}],["path",{d:"M14.5 16h-5"}]]],cs=["svg",h,[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22v0A2.5 2.5 0 0 1 4 19.5V2"}],["path",{d:"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5v0a2.5 2.5 0 0 1-2.5-2.5V2"}],["path",{d:"M3 2h7"}],["path",{d:"M14 2h7"}],["path",{d:"M9 16H4"}],["path",{d:"M20 16h-5"}]]],Ms=["svg",h,[["path",{d:"M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1"}],["path",{d:"M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7"}],["path",{d:"M9 7v10"}]]],ps=["svg",h,[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1"}]]],ns=["svg",h,[["path",{d:"M17 6H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 18H8"}],["path",{d:"M3 12v6"}]]],es=["svg",h,[["path",{d:"M21 6H3"}],["path",{d:"M10 12H3"}],["path",{d:"M10 18H3"}],["circle",{cx:"17",cy:"15",r:"3"}],["path",{d:"m21 19-1.9-1.9"}]]],$1=["svg",h,[["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 3h1"}],["path",{d:"M9 21h1"}],["path",{d:"M14 3h1"}],["path",{d:"M14 21h1"}],["path",{d:"M3 9v1"}],["path",{d:"M21 9v1"}],["path",{d:"M3 14v1"}],["path",{d:"M21 14v1"}],["line",{x1:"7",x2:"15",y1:"8",y2:"8"}],["line",{x1:"7",x2:"17",y1:"12",y2:"12"}],["line",{x1:"7",x2:"13",y1:"16",y2:"16"}]]],is=["svg",h,[["path",{d:"M17 6.1H3"}],["path",{d:"M21 12.1H3"}],["path",{d:"M15.1 18H3"}]]],ls=["svg",h,[["path",{d:"M2 10s3-3 3-8"}],["path",{d:"M22 10s-3-3-3-8"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8"}],["path",{d:"M2 10s2 2 2 5"}],["path",{d:"M22 10s-2 2-2 5"}],["path",{d:"M8 15h8"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}]]],vs=["svg",h,[["path",{d:"M2 12h10"}],["path",{d:"M9 4v16"}],["path",{d:"m3 9 3 3-3 3"}],["path",{d:"M12 6 9 9 6 6"}],["path",{d:"m6 18 3-3 1.5 1.5"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]]],os=["svg",h,[["path",{d:"M12 9a4 4 0 0 0-2 7.5"}],["path",{d:"M12 3v2"}],["path",{d:"m6.6 18.4-1.4 1.4"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}],["path",{d:"M4 13H2"}],["path",{d:"M6.34 7.34 4.93 5.93"}]]],ss=["svg",h,[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]]],gs=["svg",h,[["path",{d:"M17 14V2"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22h0a3.13 3.13 0 0 1-3-3.88Z"}]]],rs=["svg",h,[["path",{d:"M7 10v12"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z"}]]],ys=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9 12 2 2 4-4"}]]],$s=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 12h6"}]]],ms=["svg",h,[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 9h.01"}],["path",{d:"m15 9-6 6"}],["path",{d:"M15 15h.01"}]]],Hs=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 12h6"}],["path",{d:"M12 9v6"}]]],us=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9.5 14.5 5-5"}]]],Cs=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9.5 14.5 5-5"}],["path",{d:"m9.5 9.5 5 5"}]]],Vs=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M13 5v2"}],["path",{d:"M13 17v2"}],["path",{d:"M13 11v2"}]]],ws=["svg",h,[["path",{d:"M10 2h4"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M12 12v-2"}]]],Ss=["svg",h,[["path",{d:"M10 2h4"}],["path",{d:"M12 14v-4"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6"}],["path",{d:"M9 17H4v5"}]]],As=["svg",h,[["line",{x1:"10",x2:"14",y1:"2",y2:"2"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11"}],["circle",{cx:"12",cy:"14",r:"8"}]]],Ls=["svg",h,[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6"}],["circle",{cx:"8",cy:"12",r:"2"}]]],fs=["svg",h,[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6"}],["circle",{cx:"16",cy:"12",r:"2"}]]],xs=["svg",h,[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]]],ks=["svg",h,[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]]],Zs=["svg",h,[["path",{d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16"}],["path",{d:"M2 14h12"}],["path",{d:"M22 14h-2"}],["path",{d:"M12 20v-6"}],["path",{d:"m2 2 20 20"}],["path",{d:"M22 16V6a2 2 0 0 0-2-2H10"}]]],Ps=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]]],Fs=["svg",h,[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z"}],["path",{d:"M8 13v9"}],["path",{d:"M16 22v-9"}],["path",{d:"m9 6 1 7"}],["path",{d:"m15 6-1 7"}],["path",{d:"M12 6V2"}],["path",{d:"M13 2h-2"}]]],Bs=["svg",h,[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3"}]]],Ds=["svg",h,[["path",{d:"M3 4h9l1 7"}],["path",{d:"M4 11V4"}],["path",{d:"M8 10V4"}],["path",{d:"M18 5c-.6 0-1 .4-1 1v5.6"}],["path",{d:"m10 11 11 .9c.6 0 .9.5.8 1.1l-.8 5h-1"}],["circle",{cx:"7",cy:"15",r:".5"}],["circle",{cx:"7",cy:"15",r:"5"}],["path",{d:"M16 18h-5"}],["circle",{cx:"18",cy:"18",r:"2"}]]],Rs=["svg",h,[["path",{d:"M9.3 6.2a4.55 4.55 0 0 0 5.4 0"}],["path",{d:"M7.9 10.7c.9.8 2.4 1.3 4.1 1.3s3.2-.5 4.1-1.3"}],["path",{d:"M13.9 3.5a1.93 1.93 0 0 0-3.8-.1l-3 10c-.1.2-.1.4-.1.6 0 1.7 2.2 3 5 3s5-1.3 5-3c0-.2 0-.4-.1-.5Z"}],["path",{d:"m7.5 12.2-4.7 2.7c-.5.3-.8.7-.8 1.1s.3.8.8 1.1l7.6 4.5c.9.5 2.1.5 3 0l7.6-4.5c.7-.3 1-.7 1-1.1s-.3-.8-.8-1.1l-4.7-2.8"}]]],Ts=["svg",h,[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8"}],["path",{d:"M10 15h.01"}],["path",{d:"M14 15h.01"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z"}],["path",{d:"m9 19-2 3"}],["path",{d:"m15 19 2 3"}]]],bs=["svg",h,[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1"}],["path",{d:"m9 15-1-1"}],["path",{d:"m15 15 1-1"}],["path",{d:"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z"}],["path",{d:"m8 19-2 3"}],["path",{d:"m16 19 2 3"}]]],zs=["svg",h,[["path",{d:"M2 17 17 2"}],["path",{d:"m2 14 8 8"}],["path",{d:"m5 11 8 8"}],["path",{d:"m8 8 8 8"}],["path",{d:"m11 5 8 8"}],["path",{d:"m14 2 8 8"}],["path",{d:"M7 22 22 7"}]]],m1=["svg",h,[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2"}],["path",{d:"M4 11h16"}],["path",{d:"M12 3v8"}],["path",{d:"m8 19-2 3"}],["path",{d:"m18 22-2-3"}],["path",{d:"M8 15h0"}],["path",{d:"M16 15h0"}]]],Us=["svg",h,[["path",{d:"M3 6h18"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17"}]]],qs=["svg",h,[["path",{d:"M3 6h18"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"}]]],Os=["svg",h,[["path",{d:"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z"}],["path",{d:"M12 19v3"}]]],Gs=["svg",h,[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z"}],["path",{d:"M12 22v-3"}]]],Ws=["svg",h,[["path",{d:"M10 10v.2A3 3 0 0 1 8.9 16v0H5v0h0a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z"}],["path",{d:"M7 16v6"}],["path",{d:"M13 19v3"}],["path",{d:"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5"}]]],Es=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["rect",{width:"3",height:"9",x:"7",y:"7"}],["rect",{width:"3",height:"5",x:"14",y:"7"}]]],Is=["svg",h,[["polyline",{points:"22 17 13.5 8.5 8.5 13.5 2 7"}],["polyline",{points:"16 17 22 17 22 11"}]]],Xs=["svg",h,[["polyline",{points:"22 7 13.5 15.5 8.5 10.5 2 17"}],["polyline",{points:"16 7 22 7 22 13"}]]],Ns=["svg",h,[["path",{d:"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z"}]]],Ks=["svg",h,[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"}]]],Js=["svg",h,[["path",{d:"M6 9H4.5a2.5 2.5 0 0 1 0-5H6"}],["path",{d:"M18 9h1.5a2.5 2.5 0 0 0 0-5H18"}],["path",{d:"M4 22h16"}],["path",{d:"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22"}],["path",{d:"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22"}],["path",{d:"M18 2H6v7a6 6 0 0 0 12 0V2Z"}]]],Qs=["svg",h,[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["path",{d:"M15 18H9"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]]],js=["svg",h,[["path",{d:"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z"}],["path",{d:"M4.82 7.9 8 10"}],["path",{d:"M15.18 7.9 12 10"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2"}]]],Ys=["svg",h,[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]]],_s=["svg",h,[["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",ry:"2"}],["polyline",{points:"17 2 12 7 7 2"}]]],ag=["svg",h,[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]]],hg=["svg",h,[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"}]]],tg=["svg",h,[["polyline",{points:"4 7 4 4 20 4 20 7"}],["line",{x1:"9",x2:"15",y1:"20",y2:"20"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20"}]]],dg=["svg",h,[["path",{d:"M12 2v1"}],["path",{d:"M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575"}],["path",{d:"M17.5 12H22A10 10 0 0 0 9.004 3.455"}],["path",{d:"m2 2 20 20"}]]],cg=["svg",h,[["path",{d:"M22 12a10.06 10.06 1 0 0-20 0Z"}],["path",{d:"M12 12v8a2 2 0 0 0 4 0"}],["path",{d:"M12 2v1"}]]],Mg=["svg",h,[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]]],pg=["svg",h,[["path",{d:"M9 14 4 9l5-5"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11"}]]],ng=["svg",h,[["circle",{cx:"12",cy:"17",r:"1"}],["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]]],eg=["svg",h,[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]]],ig=["svg",h,[["path",{d:"M16 12h6"}],["path",{d:"M8 12H2"}],["path",{d:"M12 2v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 20v2"}],["path",{d:"m19 15 3-3-3-3"}],["path",{d:"m5 9-3 3 3 3"}]]],lg=["svg",h,[["path",{d:"M12 22v-6"}],["path",{d:"M12 8V2"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}],["path",{d:"m15 19-3 3-3-3"}],["path",{d:"m15 5-3-3-3 3"}]]],vg=["svg",h,[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]]],og=["svg",h,[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]]],sg=["svg",h,[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16"}]]],gg=["svg",h,[["circle",{cx:"12",cy:"16",r:"1"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5"}]]],rg=["svg",h,[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1"}]]],yg=["svg",h,[["path",{d:"m19 5 3-3"}],["path",{d:"m2 22 3-3"}],["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z"}],["path",{d:"M7.5 13.5 10 11"}],["path",{d:"M10.5 16.5 13 14"}],["path",{d:"m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z"}]]],$g=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M12 12v9"}],["path",{d:"m16 16-4-4-4 4"}]]],mg=["svg",h,[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["polyline",{points:"17 8 12 3 7 8"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15"}]]],Hg=["svg",h,[["circle",{cx:"10",cy:"7",r:"1"}],["circle",{cx:"4",cy:"20",r:"1"}],["path",{d:"M4.7 19.3 19 5"}],["path",{d:"m21 3-3 1 2 2Z"}],["path",{d:"M9.26 7.68 5 12l2 5"}],["path",{d:"m10 14 5 2 3.5-3.5"}],["path",{d:"m18 12 1-1 1 1-1 1Z"}]]],ug=["svg",h,[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["polyline",{points:"16 11 18 13 22 9"}]]],Cg=["svg",h,[["circle",{cx:"18",cy:"15",r:"3"}],["circle",{cx:"9",cy:"7",r:"4"}],["path",{d:"M10 15H6a4 4 0 0 0-4 4v2"}],["path",{d:"m21.7 16.4-.9-.3"}],["path",{d:"m15.2 13.9-.9-.3"}],["path",{d:"m16.6 18.7.3-.9"}],["path",{d:"m19.1 12.2.3-.9"}],["path",{d:"m19.6 18.7-.4-1"}],["path",{d:"m16.8 12.3-.4-1"}],["path",{d:"m14.3 16.6 1-.4"}],["path",{d:"m20.7 13.8 1-.4"}]]],Vg=["svg",h,[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11"}]]],wg=["svg",h,[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11"}]]],H1=["svg",h,[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"m16 19 2 2 4-4"}]]],u1=["svg",h,[["path",{d:"M2 21a8 8 0 0 1 10.434-7.62"}],["circle",{cx:"10",cy:"8",r:"5"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m19.5 14.3-.4.9"}],["path",{d:"m16.9 20.8-.4.9"}],["path",{d:"m21.7 19.5-.9-.4"}],["path",{d:"m15.2 16.9-.9-.4"}],["path",{d:"m21.7 16.5-.9.4"}],["path",{d:"m15.2 19.1-.9.4"}],["path",{d:"m19.5 21.7-.4-.9"}],["path",{d:"m16.9 15.2-.4-.9"}]]],C1=["svg",h,[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]]],V1=["svg",h,[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M19 16v6"}],["path",{d:"M22 19h-6"}]]],Sg=["svg",h,[["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m22 22-1.9-1.9"}]]],w1=["svg",h,[["path",{d:"M2 21a8 8 0 0 1 11.873-7"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"m17 17 5 5"}],["path",{d:"m22 17-5 5"}]]],S1=["svg",h,[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]]],Ag=["svg",h,[["circle",{cx:"10",cy:"7",r:"4"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2"}],["circle",{cx:"17",cy:"17",r:"3"}],["path",{d:"m21 21-1.9-1.9"}]]],Lg=["svg",h,[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13"}]]],fg=["svg",h,[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}],["circle",{cx:"12",cy:"7",r:"4"}]]],A1=["svg",h,[["path",{d:"M18 21a8 8 0 0 0-16 0"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3"}]]],xg=["svg",h,[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75"}]]],kg=["svg",h,[["path",{d:"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8"}],["path",{d:"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7"}],["path",{d:"m2.1 21.8 6.4-6.3"}],["path",{d:"m19 5-7 7"}]]],Zg=["svg",h,[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2"}],["path",{d:"M7 2v20"}],["path",{d:"M21 15V2v0a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7"}]]],Pg=["svg",h,[["path",{d:"M12 2v20"}],["path",{d:"M2 5h20"}],["path",{d:"M3 3v2"}],["path",{d:"M7 3v2"}],["path",{d:"M17 3v2"}],["path",{d:"M21 3v2"}],["path",{d:"m19 5-7 7-7-7"}]]],Fg=["svg",h,[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]]],Bg=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}],["path",{d:"m7.9 7.9 2.7 2.7"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"}],["path",{d:"m13.4 10.6 2.7-2.7"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor"}],["path",{d:"m7.9 16.1 2.7-2.7"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor"}],["path",{d:"m13.4 13.4 2.7 2.7"}],["circle",{cx:"12",cy:"12",r:"2"}]]],Dg=["svg",h,[["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14"}],["path",{d:"M16 8c4 0 6-2 6-6-4 0-6 2-6 6"}],["path",{d:"M17.41 3.6a10 10 0 1 0 3 3"}]]],Rg=["svg",h,[["path",{d:"M2 12a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V7h-5a8 8 0 0 0-5 2 8 8 0 0 0-5-2H2Z"}],["path",{d:"M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2Z"}],["path",{d:"M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z"}]]],Tg=["svg",h,[["path",{d:"m2 8 2 2-2 2 2 2-2 2"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],bg=["svg",h,[["path",{d:"m2 8 2 2-2 2 2 2-2 2"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1"}]]],zg=["svg",h,[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.34l1 1L22 8v8"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2l10 10Z"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Ug=["svg",h,[["path",{d:"m22 8-6 4 6 4V8Z"}],["rect",{width:"14",height:"12",x:"2",y:"6",rx:"2",ry:"2"}]]],qg=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 8h20"}],["circle",{cx:"8",cy:"14",r:"2"}],["path",{d:"M8 12h8"}],["circle",{cx:"16",cy:"14",r:"2"}]]],Og=["svg",h,[["path",{d:"M5 12s2.545-5 7-5c4.454 0 7 5 7 5s-2.546 5-7 5c-4.455 0-7-5-7-5z"}],["path",{d:"M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2"}]]],Gg=["svg",h,[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]]],Wg=["svg",h,[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}],["path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}]]],Eg=["svg",h,[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}],["path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}],["path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"}]]],Ig=["svg",h,[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15"}]]],Xg=["svg",h,[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}]]],Ng=["svg",h,[["path",{d:"m9 12 2 2 4-4"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z"}],["path",{d:"M22 19H2"}]]],Kg=["svg",h,[["path",{d:"M17 14h.01"}],["path",{d:"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14"}]]],Jg=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2"}],["path",{d:"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21"}]]],Qg=["svg",h,[["path",{d:"M21 12V7H5a2 2 0 0 1 0-4h14v4"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h16v-5"}],["path",{d:"M18 12a2 2 0 0 0 0 4h4v-4Z"}]]],jg=["svg",h,[["circle",{cx:"8",cy:"9",r:"2"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}]]],Yg=["svg",h,[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72Z"}],["path",{d:"m14 7 3 3"}],["path",{d:"M5 6v4"}],["path",{d:"M19 14v4"}],["path",{d:"M10 2v2"}],["path",{d:"M7 8H3"}],["path",{d:"M21 16h-4"}],["path",{d:"M11 3H9"}]]],_g=["svg",h,[["path",{d:"M15 4V2"}],["path",{d:"M15 16v-2"}],["path",{d:"M8 9h2"}],["path",{d:"M20 9h2"}],["path",{d:"M17.8 11.8 19 13"}],["path",{d:"M15 9h0"}],["path",{d:"M17.8 6.2 19 5"}],["path",{d:"m3 21 9-9"}],["path",{d:"M12.2 6.2 11 5"}]]],ar=["svg",h,[["path",{d:"M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z"}],["path",{d:"M6 18h12"}],["path",{d:"M6 14h12"}],["rect",{width:"12",height:"12",x:"6",y:"10"}]]],hr=["svg",h,[["path",{d:"M3 6h3"}],["path",{d:"M17 6h.01"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2"}],["circle",{cx:"12",cy:"13",r:"5"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5"}]]],tr=["svg",h,[["circle",{cx:"12",cy:"12",r:"6"}],["polyline",{points:"12 10 12 12 13 13"}],["path",{d:"m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05"}],["path",{d:"m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05"}]]],dr=["svg",h,[["path",{d:"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}],["path",{d:"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}]]],cr=["svg",h,[["circle",{cx:"12",cy:"4.5",r:"2.5"}],["path",{d:"m10.2 6.3-3.9 3.9"}],["circle",{cx:"4.5",cy:"12",r:"2.5"}],["path",{d:"M7 12h10"}],["circle",{cx:"19.5",cy:"12",r:"2.5"}],["path",{d:"m13.8 17.7 3.9-3.9"}],["circle",{cx:"12",cy:"19.5",r:"2.5"}]]],Mr=["svg",h,[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]]],pr=["svg",h,[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414"}],["path",{d:"m12 6 .6 1"}],["path",{d:"m2 2 20 20"}]]],nr=["svg",h,[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8"}]]],er=["svg",h,[["circle",{cx:"12",cy:"5",r:"3"}],["path",{d:"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z"}]]],ir=["svg",h,[["path",{d:"m2 22 10-10"}],["path",{d:"m16 8-1.17 1.17"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z"}],["path",{d:"m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97"}],["path",{d:"M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z"}],["path",{d:"m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98"}],["path",{d:"M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],lr=["svg",h,[["path",{d:"M2 22 16 8"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z"}],["path",{d:"M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z"}],["path",{d:"M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z"}],["path",{d:"M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z"}],["path",{d:"M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z"}]]],vr=["svg",h,[["circle",{cx:"7",cy:"12",r:"3"}],["path",{d:"M10 9v6"}],["circle",{cx:"17",cy:"12",r:"3"}],["path",{d:"M14 7v8"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]]],or=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M8.5 16.5a5 5 0 0 1 7 0"}],["path",{d:"M2 8.82a15 15 0 0 1 4.17-2.65"}],["path",{d:"M10.66 5c4.01-.36 8.14.9 11.34 3.76"}],["path",{d:"M16.85 11.25a10 10 0 0 1 2.22 1.68"}],["path",{d:"M5 13a10 10 0 0 1 5.24-2.76"}],["line",{x1:"12",x2:"12.01",y1:"20",y2:"20"}]]],sr=["svg",h,[["path",{d:"M5 13a10 10 0 0 1 14 0"}],["path",{d:"M8.5 16.5a5 5 0 0 1 7 0"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0"}],["line",{x1:"12",x2:"12.01",y1:"20",y2:"20"}]]],gr=["svg",h,[["path",{d:"M17.7 7.7a2.5 2.5 0 1 1 1.8 4.3H2"}],["path",{d:"M9.6 4.6A2 2 0 1 1 11 8H2"}],["path",{d:"M12.6 19.4A2 2 0 1 0 14 16H2"}]]],rr=["svg",h,[["path",{d:"M8 22h8"}],["path",{d:"M7 10h3m7 0h-1.343"}],["path",{d:"M12 15v7"}],["path",{d:"M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],yr=["svg",h,[["path",{d:"M8 22h8"}],["path",{d:"M7 10h10"}],["path",{d:"M12 15v7"}],["path",{d:"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z"}]]],$r=["svg",h,[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2"}]]],mr=["svg",h,[["line",{x1:"3",x2:"21",y1:"6",y2:"6"}],["path",{d:"M3 12h15a3 3 0 1 1 0 6h-4"}],["polyline",{points:"16 16 14 18 16 20"}],["line",{x1:"3",x2:"10",y1:"18",y2:"18"}]]],Hr=["svg",h,[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"}]]],ur=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]]],Cr=["svg",h,[["polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]]],Vr=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]]],wr=["svg",h,[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]]],Sr=["svg",h,[["path",{d:"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17"}],["path",{d:"m10 15 5-3-5-3z"}]]],Ar=["svg",h,[["polyline",{points:"12.41 6.75 13 2 10.57 4.92"}],["polyline",{points:"18.57 12.91 21 10 15.66 10"}],["polyline",{points:"8 8 3 14 12 14 11 22 16 16"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Lr=["svg",h,[["polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"}]]],fr=["svg",h,[["circle",{cx:"11",cy:"11",r:"8"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11"}]]],xr=["svg",h,[["circle",{cx:"11",cy:"11",r:"8"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11"}]]];var kr=Object.freeze({__proto__:null,AArrowDown:x1,AArrowUp:k1,ALargeSmall:Z1,Accessibility:P1,Activity:B1,ActivitySquare:F1,AirVent:D1,Airplay:R1,AlarmCheck:o,AlarmClock:b1,AlarmClockCheck:o,AlarmClockMinus:s,AlarmClockOff:T1,AlarmClockPlus:g,AlarmMinus:s,AlarmPlus:g,AlarmSmoke:z1,Album:U1,AlertCircle:q1,AlertOctagon:O1,AlertTriangle:G1,AlignCenter:I1,AlignCenterHorizontal:W1,AlignCenterVertical:E1,AlignEndHorizontal:X1,AlignEndVertical:N1,AlignHorizontalDistributeCenter:K1,AlignHorizontalDistributeEnd:J1,AlignHorizontalDistributeStart:Q1,AlignHorizontalJustifyCenter:j1,AlignHorizontalJustifyEnd:Y1,AlignHorizontalJustifyStart:_1,AlignHorizontalSpaceAround:a2,AlignHorizontalSpaceBetween:h2,AlignJustify:t2,AlignLeft:d2,AlignRight:c2,AlignStartHorizontal:M2,AlignStartVertical:p2,AlignVerticalDistributeCenter:n2,AlignVerticalDistributeEnd:e2,AlignVerticalDistributeStart:i2,AlignVerticalJustifyCenter:l2,AlignVerticalJustifyEnd:v2,AlignVerticalJustifyStart:o2,AlignVerticalSpaceAround:s2,AlignVerticalSpaceBetween:g2,Ambulance:r2,Ampersand:y2,Ampersands:$2,Anchor:m2,Angry:H2,Annoyed:u2,Antenna:C2,Anvil:V2,Aperture:w2,AppWindow:S2,Apple:A2,Archive:x2,ArchiveRestore:L2,ArchiveX:f2,AreaChart:k2,Armchair:Z2,ArrowBigDown:F2,ArrowBigDownDash:P2,ArrowBigLeft:D2,ArrowBigLeftDash:B2,ArrowBigRight:T2,ArrowBigRightDash:R2,ArrowBigUp:z2,ArrowBigUpDash:b2,ArrowDown:t0,ArrowDown01:U2,ArrowDown10:q2,ArrowDownAZ:r,ArrowDownAz:r,ArrowDownCircle:O2,ArrowDownFromLine:G2,ArrowDownLeft:X2,ArrowDownLeftFromCircle:W2,ArrowDownLeftFromSquare:E2,ArrowDownLeftSquare:I2,ArrowDownNarrowWide:N2,ArrowDownRight:j2,ArrowDownRightFromCircle:K2,ArrowDownRightFromSquare:J2,ArrowDownRightSquare:Q2,ArrowDownSquare:Y2,ArrowDownToDot:_2,ArrowDownToLine:a0,ArrowDownUp:h0,ArrowDownWideNarrow:y,ArrowDownZA:$,ArrowDownZa:$,ArrowLeft:e0,ArrowLeftCircle:d0,ArrowLeftFromLine:c0,ArrowLeftRight:M0,ArrowLeftSquare:p0,ArrowLeftToLine:n0,ArrowRight:g0,ArrowRightCircle:i0,ArrowRightFromLine:l0,ArrowRightLeft:v0,ArrowRightSquare:o0,ArrowRightToLine:s0,ArrowUp:F0,ArrowUp01:r0,ArrowUp10:y0,ArrowUpAZ:m,ArrowUpAz:m,ArrowUpCircle:$0,ArrowUpDown:m0,ArrowUpFromDot:H0,ArrowUpFromLine:u0,ArrowUpLeft:S0,ArrowUpLeftFromCircle:C0,ArrowUpLeftFromSquare:V0,ArrowUpLeftSquare:w0,ArrowUpNarrowWide:H,ArrowUpRight:x0,ArrowUpRightFromCircle:A0,ArrowUpRightFromSquare:L0,ArrowUpRightSquare:f0,ArrowUpSquare:k0,ArrowUpToLine:Z0,ArrowUpWideNarrow:P0,ArrowUpZA:u,ArrowUpZa:u,ArrowsUpFromLine:B0,Asterisk:D0,AsteriskSquare:C,AtSign:R0,Atom:T0,AudioLines:b0,AudioWaveform:z0,Award:U0,Axe:q0,Axis3D:V,Axis3d:V,Baby:O0,Backpack:G0,Badge:ca,BadgeAlert:W0,BadgeCent:E0,BadgeCheck:w,BadgeDollarSign:I0,BadgeEuro:X0,BadgeHelp:N0,BadgeIndianRupee:K0,BadgeInfo:J0,BadgeJapaneseYen:Q0,BadgeMinus:j0,BadgePercent:Y0,BadgePlus:_0,BadgePoundSterling:aa,BadgeRussianRuble:ha,BadgeSwissFranc:ta,BadgeX:da,BaggageClaim:Ma,Ban:pa,Banana:na,Banknote:ea,BarChart:ra,BarChart2:ia,BarChart3:la,BarChart4:va,BarChartBig:oa,BarChartHorizontal:ga,BarChartHorizontalBig:sa,Barcode:ya,Baseline:$a,Bath:ma,Battery:Sa,BatteryCharging:Ha,BatteryFull:ua,BatteryLow:Ca,BatteryMedium:Va,BatteryWarning:wa,Beaker:Aa,Bean:fa,BeanOff:La,Bed:Za,BedDouble:xa,BedSingle:ka,Beef:Pa,Beer:Fa,Bell:Ua,BellDot:Ba,BellElectric:Da,BellMinus:Ra,BellOff:Ta,BellPlus:ba,BellRing:za,BetweenHorizonalEnd:S,BetweenHorizonalStart:A,BetweenHorizontalEnd:S,BetweenHorizontalStart:A,BetweenVerticalEnd:qa,BetweenVerticalStart:Oa,Bike:Ga,Binary:Wa,Biohazard:Ea,Bird:Ia,Bitcoin:Xa,Blend:Na,Blinds:Ka,Blocks:Ja,Bluetooth:_a,BluetoothConnected:Qa,BluetoothOff:ja,BluetoothSearching:Ya,Bold:ah,Bolt:hh,Bomb:th,Bone:dh,Book:Lh,BookA:ch,BookAudio:Mh,BookCheck:ph,BookCopy:nh,BookDashed:L,BookDown:eh,BookHeadphones:ih,BookHeart:lh,BookImage:vh,BookKey:oh,BookLock:sh,BookMarked:gh,BookMinus:rh,BookOpen:mh,BookOpenCheck:yh,BookOpenText:$h,BookPlus:Hh,BookTemplate:L,BookText:uh,BookType:Ch,BookUp:wh,BookUp2:Vh,BookUser:Sh,BookX:Ah,Bookmark:Ph,BookmarkCheck:fh,BookmarkMinus:xh,BookmarkPlus:kh,BookmarkX:Zh,BoomBox:Fh,Bot:Bh,Box:Rh,BoxSelect:Dh,Boxes:Th,Braces:f,Brackets:bh,Brain:qh,BrainCircuit:zh,BrainCog:Uh,BrickWall:Oh,Briefcase:Gh,BringToFront:Wh,Brush:Eh,Bug:Nh,BugOff:Ih,BugPlay:Xh,Building:Jh,Building2:Kh,Bus:jh,BusFront:Qh,Cable:_h,CableCar:Yh,Cake:ht,CakeSlice:at,Calculator:tt,Calendar:mt,CalendarCheck:ct,CalendarCheck2:dt,CalendarClock:Mt,CalendarDays:pt,CalendarFold:nt,CalendarHeart:et,CalendarMinus:lt,CalendarMinus2:it,CalendarOff:vt,CalendarPlus:st,CalendarPlus2:ot,CalendarRange:gt,CalendarSearch:rt,CalendarX:$t,CalendarX2:yt,Camera:ut,CameraOff:Ht,CandlestickChart:Ct,Candy:St,CandyCane:Vt,CandyOff:wt,Car:ft,CarFront:At,CarTaxiFront:Lt,Caravan:xt,Carrot:kt,CaseLower:Zt,CaseSensitive:Pt,CaseUpper:Ft,CassetteTape:Bt,Cast:Dt,Castle:Rt,Cat:Tt,Cctv:bt,Check:Wt,CheckCheck:zt,CheckCircle:qt,CheckCircle2:Ut,CheckSquare:Gt,CheckSquare2:Ot,ChefHat:Et,Cherry:It,ChevronDown:Kt,ChevronDownCircle:Xt,ChevronDownSquare:Nt,ChevronFirst:Jt,ChevronLast:Qt,ChevronLeft:_t,ChevronLeftCircle:jt,ChevronLeftSquare:Yt,ChevronRight:t4,ChevronRightCircle:a4,ChevronRightSquare:h4,ChevronUp:M4,ChevronUpCircle:d4,ChevronUpSquare:c4,ChevronsDown:n4,ChevronsDownUp:p4,ChevronsLeft:i4,ChevronsLeftRight:e4,ChevronsRight:v4,ChevronsRightLeft:l4,ChevronsUp:s4,ChevronsUpDown:o4,Chrome:g4,Church:r4,Cigarette:$4,CigaretteOff:y4,Circle:f4,CircleDashed:m4,CircleDollarSign:H4,CircleDot:C4,CircleDotDashed:u4,CircleEllipsis:V4,CircleEqual:w4,CircleFadingPlus:S4,CircleOff:A4,CircleSlash:L4,CircleSlash2:x,CircleSlashed:x,CircleUser:Z,CircleUserRound:k,CircuitBoard:x4,Citrus:k4,Clapperboard:Z4,Clipboard:U4,ClipboardCheck:P4,ClipboardCopy:F4,ClipboardEdit:F,ClipboardList:B4,ClipboardMinus:D4,ClipboardPaste:R4,ClipboardPen:F,ClipboardPenLine:P,ClipboardPlus:T4,ClipboardSignature:P,ClipboardType:b4,ClipboardX:z4,Clock:Y4,Clock1:q4,Clock10:O4,Clock11:G4,Clock12:W4,Clock2:E4,Clock3:I4,Clock4:X4,Clock5:N4,Clock6:K4,Clock7:J4,Clock8:Q4,Clock9:j4,Cloud:o5,CloudCog:_4,CloudDrizzle:a5,CloudFog:h5,CloudHail:t5,CloudLightning:d5,CloudMoon:M5,CloudMoonRain:c5,CloudOff:p5,CloudRain:e5,CloudRainWind:n5,CloudSnow:i5,CloudSun:v5,CloudSunRain:l5,Cloudy:s5,Clover:g5,Club:r5,Code:$5,Code2:y5,CodeSquare:B,Codepen:m5,Codesandbox:H5,Coffee:u5,Cog:C5,Coins:V5,Columns:D,Columns2:D,Columns3:R,Columns4:w5,Combine:S5,Command:A5,Compass:L5,Component:f5,Computer:x5,ConciergeBell:k5,Cone:Z5,Construction:P5,Contact:B5,Contact2:F5,Container:D5,Contrast:R5,Cookie:T5,CookingPot:b5,Copy:W5,CopyCheck:z5,CopyMinus:U5,CopyPlus:q5,CopySlash:O5,CopyX:G5,Copyleft:E5,Copyright:I5,CornerDownLeft:X5,CornerDownRight:N5,CornerLeftDown:K5,CornerLeftUp:J5,CornerRightDown:Q5,CornerRightUp:j5,CornerUpLeft:Y5,CornerUpRight:_5,Cpu:ad,CreativeCommons:hd,CreditCard:td,Croissant:dd,Crop:cd,Cross:Md,Crosshair:pd,Crown:nd,Cuboid:ed,CupSoda:id,CurlyBraces:f,Currency:ld,Cylinder:vd,Database:gd,DatabaseBackup:od,DatabaseZap:sd,Delete:rd,Dessert:yd,Diameter:$d,Diamond:md,Dice1:Hd,Dice2:ud,Dice3:Cd,Dice4:Vd,Dice5:wd,Dice6:Sd,Dices:Ad,Diff:Ld,Disc:Zd,Disc2:fd,Disc3:xd,DiscAlbum:kd,Divide:Bd,DivideCircle:Pd,DivideSquare:Fd,Dna:Rd,DnaOff:Dd,Dog:Td,DollarSign:bd,Donut:zd,DoorClosed:Ud,DoorOpen:qd,Dot:Od,DotSquare:T,Download:Wd,DownloadCloud:Gd,DraftingCompass:Ed,Drama:Id,Dribbble:Xd,Drill:Nd,Droplet:Kd,Droplets:Jd,Drum:Qd,Drumstick:jd,Dumbbell:Yd,Ear:a3,EarOff:_d,Eclipse:h3,Edit:e,Edit2:p1,Edit3:M1,Egg:c3,EggFried:t3,EggOff:d3,Equal:p3,EqualNot:M3,EqualSquare:b,Eraser:n3,Euro:e3,Expand:i3,ExternalLink:l3,Eye:o3,EyeOff:v3,Facebook:s3,Factory:g3,Fan:r3,FastForward:y3,Feather:$3,Fence:m3,FerrisWheel:H3,Figma:u3,File:uc,FileArchive:C3,FileAudio:w3,FileAudio2:V3,FileAxis3D:z,FileAxis3d:z,FileBadge:A3,FileBadge2:S3,FileBarChart:f3,FileBarChart2:L3,FileBox:x3,FileCheck:Z3,FileCheck2:k3,FileClock:P3,FileCode:B3,FileCode2:F3,FileCog:U,FileCog2:U,FileDiff:D3,FileDigit:R3,FileDown:T3,FileEdit:O,FileHeart:b3,FileImage:z3,FileInput:U3,FileJson:O3,FileJson2:q3,FileKey:W3,FileKey2:G3,FileLineChart:E3,FileLock:X3,FileLock2:I3,FileMinus:K3,FileMinus2:N3,FileMusic:J3,FileOutput:Q3,FilePen:O,FilePenLine:q,FilePieChart:j3,FilePlus:_3,FilePlus2:Y3,FileQuestion:ac,FileScan:hc,FileSearch:dc,FileSearch2:tc,FileSignature:q,FileSliders:cc,FileSpreadsheet:Mc,FileStack:pc,FileSymlink:nc,FileTerminal:ec,FileText:ic,FileType:vc,FileType2:lc,FileUp:oc,FileVideo:gc,FileVideo2:sc,FileVolume:yc,FileVolume2:rc,FileWarning:$c,FileX:Hc,FileX2:mc,Files:Cc,Film:Vc,Filter:Sc,FilterX:wc,Fingerprint:Ac,FireExtinguisher:Lc,Fish:kc,FishOff:fc,FishSymbol:xc,Flag:Bc,FlagOff:Zc,FlagTriangleLeft:Pc,FlagTriangleRight:Fc,Flame:Rc,FlameKindling:Dc,Flashlight:bc,FlashlightOff:Tc,FlaskConical:Uc,FlaskConicalOff:zc,FlaskRound:qc,FlipHorizontal:Gc,FlipHorizontal2:Oc,FlipVertical:Ec,FlipVertical2:Wc,Flower:Xc,Flower2:Ic,Focus:Nc,FoldHorizontal:Kc,FoldVertical:Jc,Folder:V6,FolderArchive:Qc,FolderCheck:jc,FolderClock:Yc,FolderClosed:_c,FolderCog:G,FolderCog2:G,FolderDot:a6,FolderDown:h6,FolderEdit:W,FolderGit:d6,FolderGit2:t6,FolderHeart:c6,FolderInput:M6,FolderKanban:p6,FolderKey:n6,FolderLock:e6,FolderMinus:i6,FolderOpen:v6,FolderOpenDot:l6,FolderOutput:o6,FolderPen:W,FolderPlus:s6,FolderRoot:g6,FolderSearch:y6,FolderSearch2:r6,FolderSymlink:$6,FolderSync:m6,FolderTree:H6,FolderUp:u6,FolderX:C6,Folders:w6,Footprints:S6,Forklift:A6,FormInput:L6,Forward:f6,Frame:x6,Framer:k6,Frown:Z6,Fuel:P6,Fullscreen:F6,FunctionSquare:B6,GalleryHorizontal:R6,GalleryHorizontalEnd:D6,GalleryThumbnails:T6,GalleryVertical:z6,GalleryVerticalEnd:b6,Gamepad:q6,Gamepad2:U6,GanttChart:O6,GanttChartSquare:l,GanttSquare:l,Gauge:W6,GaugeCircle:G6,Gavel:E6,Gem:I6,Ghost:X6,Gift:N6,GitBranch:J6,GitBranchPlus:K6,GitCommit:E,GitCommitHorizontal:E,GitCommitVertical:Q6,GitCompare:Y6,GitCompareArrows:j6,GitFork:_6,GitGraph:a8,GitMerge:h8,GitPullRequest:n8,GitPullRequestArrow:t8,GitPullRequestClosed:d8,GitPullRequestCreate:M8,GitPullRequestCreateArrow:c8,GitPullRequestDraft:p8,Github:e8,Gitlab:i8,GlassWater:l8,Glasses:v8,Globe:s8,Globe2:o8,Goal:g8,Grab:r8,GraduationCap:y8,Grape:$8,Grid:v,Grid2X2:I,Grid2x2:I,Grid3X3:v,Grid3x3:v,Grip:u8,GripHorizontal:m8,GripVertical:H8,Group:C8,Guitar:V8,Hammer:w8,Hand:x8,HandCoins:S8,HandHeart:A8,HandHelping:X,HandMetal:L8,HandPlatter:f8,HardDrive:P8,HardDriveDownload:k8,HardDriveUpload:Z8,HardHat:F8,Hash:B8,Haze:D8,HdmiPort:R8,Heading:G8,Heading1:T8,Heading2:b8,Heading3:z8,Heading4:U8,Heading5:q8,Heading6:O8,Headphones:W8,Headset:E8,Heart:J8,HeartCrack:I8,HeartHandshake:X8,HeartOff:N8,HeartPulse:K8,Heater:Q8,HelpCircle:j8,HelpingHand:X,Hexagon:Y8,Highlighter:_8,History:a7,Home:h7,Hop:d7,HopOff:t7,Hotel:c7,Hourglass:M7,IceCream:n7,IceCream2:p7,Image:o7,ImageDown:e7,ImageMinus:i7,ImageOff:l7,ImagePlus:v7,Import:s7,Inbox:g7,Indent:r7,IndianRupee:y7,Infinity:$7,Info:m7,Inspect:J,InspectionPanel:H7,Instagram:u7,Italic:C7,IterationCcw:V7,IterationCw:w7,JapaneseYen:S7,Joystick:A7,Kanban:L7,KanbanSquare:K,KanbanSquareDashed:N,Key:k7,KeyRound:f7,KeySquare:x7,Keyboard:P7,KeyboardMusic:Z7,Lamp:b7,LampCeiling:F7,LampDesk:B7,LampFloor:D7,LampWallDown:R7,LampWallUp:T7,LandPlot:z7,Landmark:U7,Languages:q7,Laptop:G7,Laptop2:O7,Lasso:E7,LassoSelect:W7,Laugh:I7,Layers:K7,Layers2:X7,Layers3:N7,Layout:c1,LayoutDashboard:J7,LayoutGrid:Q7,LayoutList:j7,LayoutPanelLeft:Y7,LayoutPanelTop:_7,LayoutTemplate:aM,Leaf:hM,LeafyGreen:tM,Library:MM,LibraryBig:dM,LibrarySquare:cM,LifeBuoy:pM,Ligature:nM,Lightbulb:iM,LightbulbOff:eM,LineChart:lM,Link:sM,Link2:oM,Link2Off:vM,Linkedin:gM,List:kM,ListChecks:rM,ListCollapse:yM,ListEnd:$M,ListFilter:mM,ListMinus:HM,ListMusic:uM,ListOrdered:CM,ListPlus:VM,ListRestart:wM,ListStart:SM,ListTodo:AM,ListTree:LM,ListVideo:fM,ListX:xM,Loader:PM,Loader2:ZM,Locate:DM,LocateFixed:FM,LocateOff:BM,Lock:TM,LockKeyhole:RM,LogIn:bM,LogOut:zM,Lollipop:UM,Luggage:qM,MSquare:OM,Magnet:GM,Mail:jM,MailCheck:WM,MailMinus:EM,MailOpen:IM,MailPlus:XM,MailQuestion:NM,MailSearch:KM,MailWarning:JM,MailX:QM,Mailbox:YM,Mails:_M,Map:dp,MapPin:hp,MapPinOff:ap,MapPinned:tp,Martini:cp,Maximize:pp,Maximize2:Mp,Medal:np,Megaphone:ip,MegaphoneOff:ep,Meh:lp,MemoryStick:vp,Menu:sp,MenuSquare:op,Merge:gp,MessageCircle:Ap,MessageCircleCode:rp,MessageCircleDashed:yp,MessageCircleHeart:$p,MessageCircleMore:mp,MessageCircleOff:Hp,MessageCirclePlus:up,MessageCircleQuestion:Cp,MessageCircleReply:Vp,MessageCircleWarning:wp,MessageCircleX:Sp,MessageSquare:qp,MessageSquareCode:Lp,MessageSquareDashed:fp,MessageSquareDiff:xp,MessageSquareDot:kp,MessageSquareHeart:Zp,MessageSquareMore:Pp,MessageSquareOff:Fp,MessageSquarePlus:Bp,MessageSquareQuote:Dp,MessageSquareReply:Rp,MessageSquareShare:Tp,MessageSquareText:bp,MessageSquareWarning:zp,MessageSquareX:Up,MessagesSquare:Op,Mic:Ep,Mic2:Gp,MicOff:Wp,Microscope:Ip,Microwave:Xp,Milestone:Np,Milk:Jp,MilkOff:Kp,Minimize:jp,Minimize2:Qp,Minus:an,MinusCircle:Yp,MinusSquare:_p,Monitor:sn,MonitorCheck:hn,MonitorDot:tn,MonitorDown:dn,MonitorOff:cn,MonitorPause:Mn,MonitorPlay:pn,MonitorSmartphone:nn,MonitorSpeaker:en,MonitorStop:ln,MonitorUp:vn,MonitorX:on,Moon:rn,MoonStar:gn,MoreHorizontal:yn,MoreVertical:$n,Mountain:Hn,MountainSnow:mn,Mouse:Sn,MousePointer:wn,MousePointer2:un,MousePointerClick:Cn,MousePointerSquare:J,MousePointerSquareDashed:Vn,Move:bn,Move3D:Q,Move3d:Q,MoveDiagonal:Ln,MoveDiagonal2:An,MoveDown:kn,MoveDownLeft:fn,MoveDownRight:xn,MoveHorizontal:Zn,MoveLeft:Pn,MoveRight:Fn,MoveUp:Rn,MoveUpLeft:Bn,MoveUpRight:Dn,MoveVertical:Tn,Music:On,Music2:zn,Music3:Un,Music4:qn,Navigation:In,Navigation2:Wn,Navigation2Off:Gn,NavigationOff:En,Network:Xn,Newspaper:Nn,Nfc:Kn,Notebook:Yn,NotebookPen:Jn,NotebookTabs:Qn,NotebookText:jn,NotepadText:ae,NotepadTextDashed:_n,Nut:te,NutOff:he,Octagon:de,Option:ce,Orbit:Me,Outdent:pe,Package:ge,Package2:ne,PackageCheck:ee,PackageMinus:ie,PackageOpen:le,PackagePlus:ve,PackageSearch:oe,PackageX:se,PaintBucket:re,PaintRoller:ye,Paintbrush:me,Paintbrush2:$e,Palette:He,Palmtree:ue,PanelBottom:we,PanelBottomClose:Ce,PanelBottomDashed:j,PanelBottomInactive:j,PanelBottomOpen:Ve,PanelLeft:h1,PanelLeftClose:Y,PanelLeftDashed:_,PanelLeftInactive:_,PanelLeftOpen:a1,PanelRight:Le,PanelRightClose:Se,PanelRightDashed:t1,PanelRightInactive:t1,PanelRightOpen:Ae,PanelTop:ke,PanelTopClose:fe,PanelTopDashed:d1,PanelTopInactive:d1,PanelTopOpen:xe,PanelsLeftBottom:Ze,PanelsLeftRight:R,PanelsRightBottom:Pe,PanelsTopBottom:i1,PanelsTopLeft:c1,Paperclip:Fe,Parentheses:Be,ParkingCircle:Re,ParkingCircleOff:De,ParkingMeter:Te,ParkingSquare:ze,ParkingSquareOff:be,PartyPopper:Ue,Pause:Ge,PauseCircle:qe,PauseOctagon:Oe,PawPrint:We,PcCase:Ee,Pen:p1,PenBox:e,PenLine:M1,PenSquare:e,PenTool:Ie,Pencil:Ke,PencilLine:Xe,PencilRuler:Ne,Pentagon:Je,Percent:_e,PercentCircle:Qe,PercentDiamond:je,PercentSquare:Ye,PersonStanding:ai,Phone:ni,PhoneCall:hi,PhoneForwarded:ti,PhoneIncoming:di,PhoneMissed:ci,PhoneOff:Mi,PhoneOutgoing:pi,Pi:ii,PiSquare:ei,Piano:li,PictureInPicture:oi,PictureInPicture2:vi,PieChart:si,PiggyBank:gi,Pilcrow:yi,PilcrowSquare:ri,Pill:$i,Pin:Hi,PinOff:mi,Pipette:ui,Pizza:Ci,Plane:Si,PlaneLanding:Vi,PlaneTakeoff:wi,Play:fi,PlayCircle:Ai,PlaySquare:Li,Plug:Pi,Plug2:xi,PlugZap:Zi,PlugZap2:ki,Plus:Di,PlusCircle:Fi,PlusSquare:Bi,Pocket:Ti,PocketKnife:Ri,Podcast:bi,Pointer:Ui,PointerOff:zi,Popcorn:qi,Popsicle:Oi,PoundSterling:Gi,Power:Xi,PowerCircle:Wi,PowerOff:Ei,PowerSquare:Ii,Presentation:Ni,Printer:Ki,Projector:Ji,Puzzle:Qi,Pyramid:ji,QrCode:Yi,Quote:_i,Rabbit:a9,Radar:h9,Radiation:t9,Radio:M9,RadioReceiver:d9,RadioTower:c9,Radius:p9,RailSymbol:n9,Rainbow:e9,Rat:i9,Ratio:l9,Receipt:H9,ReceiptCent:v9,ReceiptEuro:o9,ReceiptIndianRupee:s9,ReceiptJapaneseYen:g9,ReceiptPoundSterling:r9,ReceiptRussianRuble:y9,ReceiptSwissFranc:$9,ReceiptText:m9,RectangleHorizontal:u9,RectangleVertical:C9,Recycle:V9,Redo:A9,Redo2:w9,RedoDot:S9,RefreshCcw:f9,RefreshCcwDot:L9,RefreshCw:k9,RefreshCwOff:x9,Refrigerator:Z9,Regex:P9,RemoveFormatting:F9,Repeat:R9,Repeat1:B9,Repeat2:D9,Replace:b9,ReplaceAll:T9,Reply:U9,ReplyAll:z9,Rewind:q9,Ribbon:O9,Rocket:G9,RockingChair:W9,RollerCoaster:E9,Rotate3D:n1,Rotate3d:n1,RotateCcw:I9,RotateCw:X9,Route:K9,RouteOff:N9,Router:J9,Rows:e1,Rows2:e1,Rows3:i1,Rows4:Q9,Rss:j9,Ruler:Y9,RussianRuble:_9,Sailboat:al,Salad:hl,Sandwich:tl,Satellite:cl,SatelliteDish:dl,Save:pl,SaveAll:Ml,Scale:nl,Scale3D:l1,Scale3d:l1,Scaling:el,Scan:rl,ScanBarcode:il,ScanEye:ll,ScanFace:vl,ScanLine:ol,ScanSearch:sl,ScanText:gl,ScatterChart:yl,School:ml,School2:$l,Scissors:Vl,ScissorsLineDashed:Hl,ScissorsSquare:Cl,ScissorsSquareDashedBottom:ul,ScreenShare:Sl,ScreenShareOff:wl,Scroll:Ll,ScrollText:Al,Search:Pl,SearchCheck:fl,SearchCode:xl,SearchSlash:kl,SearchX:Zl,Send:Bl,SendHorizonal:v1,SendHorizontal:v1,SendToBack:Fl,SeparatorHorizontal:Dl,SeparatorVertical:Rl,Server:Ul,ServerCog:Tl,ServerCrash:bl,ServerOff:zl,Settings:Ol,Settings2:ql,Shapes:Gl,Share:El,Share2:Wl,Sheet:Il,Shell:Xl,Shield:tv,ShieldAlert:Nl,ShieldBan:Kl,ShieldCheck:Jl,ShieldClose:o1,ShieldEllipsis:Ql,ShieldHalf:jl,ShieldMinus:Yl,ShieldOff:_l,ShieldPlus:av,ShieldQuestion:hv,ShieldX:o1,Ship:cv,ShipWheel:dv,Shirt:Mv,ShoppingBag:pv,ShoppingBasket:nv,ShoppingCart:ev,Shovel:iv,ShowerHead:lv,Shrink:vv,Shrub:ov,Shuffle:sv,Sidebar:h1,SidebarClose:Y,SidebarOpen:a1,Sigma:rv,SigmaSquare:gv,Signal:uv,SignalHigh:yv,SignalLow:$v,SignalMedium:mv,SignalZero:Hv,Signpost:Vv,SignpostBig:Cv,Siren:wv,SkipBack:Sv,SkipForward:Av,Skull:Lv,Slack:fv,Slash:xv,SlashSquare:s1,Slice:kv,Sliders:Pv,SlidersHorizontal:Zv,Smartphone:Dv,SmartphoneCharging:Fv,SmartphoneNfc:Bv,Smile:Tv,SmilePlus:Rv,Snail:bv,Snowflake:zv,Sofa:Uv,SortAsc:H,SortDesc:y,Soup:qv,Space:Ov,Spade:Gv,Sparkle:Wv,Sparkles:g1,Speaker:Ev,Speech:Iv,SpellCheck:Nv,SpellCheck2:Xv,Spline:Kv,Split:jv,SplitSquareHorizontal:Jv,SplitSquareVertical:Qv,SprayCan:Yv,Sprout:_v,Square:co,SquareAsterisk:C,SquareCode:B,SquareDashedBottom:ho,SquareDashedBottomCode:ao,SquareDot:T,SquareEqual:b,SquareGantt:l,SquareKanban:K,SquareKanbanDashed:N,SquarePen:e,SquareSlash:s1,SquareStack:to,SquareUser:y1,SquareUserRound:r1,Squircle:Mo,Squirrel:po,Stamp:no,Star:lo,StarHalf:eo,StarOff:io,Stars:g1,StepBack:vo,StepForward:oo,Stethoscope:so,Sticker:go,StickyNote:ro,StopCircle:yo,Store:$o,StretchHorizontal:mo,StretchVertical:Ho,Strikethrough:uo,Subscript:Co,Subtitles:Vo,Sun:fo,SunDim:wo,SunMedium:So,SunMoon:Ao,SunSnow:Lo,Sunrise:xo,Sunset:ko,Superscript:Zo,SwatchBook:Po,SwissFranc:Fo,SwitchCamera:Bo,Sword:Do,Swords:Ro,Syringe:To,Table:Uo,Table2:bo,TableProperties:zo,Tablet:Oo,TabletSmartphone:qo,Tablets:Go,Tag:Wo,Tags:Eo,Tally1:Io,Tally2:Xo,Tally3:No,Tally4:Ko,Tally5:Jo,Tangent:Qo,Target:jo,Tent:_o,TentTree:Yo,Terminal:hs,TerminalSquare:as,TestTube:ds,TestTube2:ts,TestTubes:cs,Text:is,TextCursor:ps,TextCursorInput:Ms,TextQuote:ns,TextSearch:es,TextSelect:$1,TextSelection:$1,Theater:ls,Thermometer:ss,ThermometerSnowflake:vs,ThermometerSun:os,ThumbsDown:gs,ThumbsUp:rs,Ticket:Vs,TicketCheck:ys,TicketMinus:$s,TicketPercent:ms,TicketPlus:Hs,TicketSlash:us,TicketX:Cs,Timer:As,TimerOff:ws,TimerReset:Ss,ToggleLeft:Ls,ToggleRight:fs,Tornado:xs,Torus:ks,Touchpad:Ps,TouchpadOff:Zs,TowerControl:Fs,ToyBrick:Bs,Tractor:Ds,TrafficCone:Rs,Train:m1,TrainFront:bs,TrainFrontTunnel:Ts,TrainTrack:zs,TramFront:m1,Trash:qs,Trash2:Us,TreeDeciduous:Os,TreePine:Gs,Trees:Ws,Trello:Es,TrendingDown:Is,TrendingUp:Xs,Triangle:Ks,TriangleRight:Ns,Trophy:Js,Truck:Qs,Turtle:js,Tv:_s,Tv2:Ys,Twitch:ag,Twitter:hg,Type:tg,Umbrella:cg,UmbrellaOff:dg,Underline:Mg,Undo:eg,Undo2:pg,UndoDot:ng,UnfoldHorizontal:ig,UnfoldVertical:lg,Ungroup:vg,Unlink:sg,Unlink2:og,Unlock:rg,UnlockKeyhole:gg,Unplug:yg,Upload:mg,UploadCloud:$g,Usb:Hg,User:fg,User2:S1,UserCheck:ug,UserCheck2:H1,UserCircle:Z,UserCircle2:k,UserCog:Cg,UserCog2:u1,UserMinus:Vg,UserMinus2:C1,UserPlus:wg,UserPlus2:V1,UserRound:S1,UserRoundCheck:H1,UserRoundCog:u1,UserRoundMinus:C1,UserRoundPlus:V1,UserRoundSearch:Sg,UserRoundX:w1,UserSearch:Ag,UserSquare:y1,UserSquare2:r1,UserX:Lg,UserX2:w1,Users:xg,Users2:A1,UsersRound:A1,Utensils:Zg,UtensilsCrossed:kg,UtilityPole:Pg,Variable:Fg,Vault:Bg,Vegan:Dg,VenetianMask:Rg,Verified:w,Vibrate:bg,VibrateOff:Tg,Video:Ug,VideoOff:zg,Videotape:qg,View:Og,Voicemail:Gg,Volume:Xg,Volume1:Wg,Volume2:Eg,VolumeX:Ig,Vote:Ng,Wallet:Qg,Wallet2:Kg,WalletCards:Jg,Wallpaper:jg,Wand:_g,Wand2:Yg,Warehouse:ar,WashingMachine:hr,Watch:tr,Waves:dr,Waypoints:cr,Webcam:Mr,Webhook:nr,WebhookOff:pr,Weight:er,Wheat:lr,WheatOff:ir,WholeWord:vr,Wifi:sr,WifiOff:or,Wind:gr,Wine:yr,WineOff:rr,Workflow:$r,WrapText:mr,Wrench:Hr,X:wr,XCircle:ur,XOctagon:Cr,XSquare:Vr,Youtube:Sr,Zap:Lr,ZapOff:Ar,ZoomIn:fr,ZoomOut:xr});const zr=({icons:t=kr,nameAttr:d="data-lucide",attrs:c={}}={})=>{if(!Object.values(t).length)throw new Error(`Please provide an icons object. +If you want to use all the icons you can import it like: + \`import { createIcons, icons } from 'lucide'; +lucide.createIcons({icons});\``);if(typeof document>"u")throw new Error("`createIcons()` only works in a browser environment.");const p=document.querySelectorAll(`[${d}]`);if(Array.from(p).forEach(M=>f1(M,{nameAttr:d,icons:t,attrs:c})),d==="data-lucide"){const M=document.querySelectorAll("[icon-name]");M.length>0&&(console.warn("[Lucide] Some icons were found with the now deprecated icon-name attribute. These will still be replaced for backwards compatibility, but will no longer be supported in v1.0 and you should switch to data-lucide"),Array.from(M).forEach(i=>f1(i,{nameAttr:"icon-name",icons:t,attrs:c})))}};a.AArrowDown=x1,a.AArrowUp=k1,a.ALargeSmall=Z1,a.Accessibility=P1,a.Activity=B1,a.ActivitySquare=F1,a.AirVent=D1,a.Airplay=R1,a.AlarmClock=b1,a.AlarmClockCheck=o,a.AlarmClockMinus=s,a.AlarmClockOff=T1,a.AlarmClockPlus=g,a.AlarmSmoke=z1,a.Album=U1,a.AlertCircle=q1,a.AlertOctagon=O1,a.AlertTriangle=G1,a.AlignCenter=I1,a.AlignCenterHorizontal=W1,a.AlignCenterVertical=E1,a.AlignEndHorizontal=X1,a.AlignEndVertical=N1,a.AlignHorizontalDistributeCenter=K1,a.AlignHorizontalDistributeEnd=J1,a.AlignHorizontalDistributeStart=Q1,a.AlignHorizontalJustifyCenter=j1,a.AlignHorizontalJustifyEnd=Y1,a.AlignHorizontalJustifyStart=_1,a.AlignHorizontalSpaceAround=a2,a.AlignHorizontalSpaceBetween=h2,a.AlignJustify=t2,a.AlignLeft=d2,a.AlignRight=c2,a.AlignStartHorizontal=M2,a.AlignStartVertical=p2,a.AlignVerticalDistributeCenter=n2,a.AlignVerticalDistributeEnd=e2,a.AlignVerticalDistributeStart=i2,a.AlignVerticalJustifyCenter=l2,a.AlignVerticalJustifyEnd=v2,a.AlignVerticalJustifyStart=o2,a.AlignVerticalSpaceAround=s2,a.AlignVerticalSpaceBetween=g2,a.Ambulance=r2,a.Ampersand=y2,a.Ampersands=$2,a.Anchor=m2,a.Angry=H2,a.Annoyed=u2,a.Antenna=C2,a.Anvil=V2,a.Aperture=w2,a.AppWindow=S2,a.Apple=A2,a.Archive=x2,a.ArchiveRestore=L2,a.ArchiveX=f2,a.AreaChart=k2,a.Armchair=Z2,a.ArrowBigDown=F2,a.ArrowBigDownDash=P2,a.ArrowBigLeft=D2,a.ArrowBigLeftDash=B2,a.ArrowBigRight=T2,a.ArrowBigRightDash=R2,a.ArrowBigUp=z2,a.ArrowBigUpDash=b2,a.ArrowDown=t0,a.ArrowDown01=U2,a.ArrowDown10=q2,a.ArrowDownAZ=r,a.ArrowDownCircle=O2,a.ArrowDownFromLine=G2,a.ArrowDownLeft=X2,a.ArrowDownLeftFromCircle=W2,a.ArrowDownLeftFromSquare=E2,a.ArrowDownLeftSquare=I2,a.ArrowDownNarrowWide=N2,a.ArrowDownRight=j2,a.ArrowDownRightFromCircle=K2,a.ArrowDownRightFromSquare=J2,a.ArrowDownRightSquare=Q2,a.ArrowDownSquare=Y2,a.ArrowDownToDot=_2,a.ArrowDownToLine=a0,a.ArrowDownUp=h0,a.ArrowDownWideNarrow=y,a.ArrowDownZA=$,a.ArrowLeft=e0,a.ArrowLeftCircle=d0,a.ArrowLeftFromLine=c0,a.ArrowLeftRight=M0,a.ArrowLeftSquare=p0,a.ArrowLeftToLine=n0,a.ArrowRight=g0,a.ArrowRightCircle=i0,a.ArrowRightFromLine=l0,a.ArrowRightLeft=v0,a.ArrowRightSquare=o0,a.ArrowRightToLine=s0,a.ArrowUp=F0,a.ArrowUp01=r0,a.ArrowUp10=y0,a.ArrowUpAZ=m,a.ArrowUpCircle=$0,a.ArrowUpDown=m0,a.ArrowUpFromDot=H0,a.ArrowUpFromLine=u0,a.ArrowUpLeft=S0,a.ArrowUpLeftFromCircle=C0,a.ArrowUpLeftFromSquare=V0,a.ArrowUpLeftSquare=w0,a.ArrowUpNarrowWide=H,a.ArrowUpRight=x0,a.ArrowUpRightFromCircle=A0,a.ArrowUpRightFromSquare=L0,a.ArrowUpRightSquare=f0,a.ArrowUpSquare=k0,a.ArrowUpToLine=Z0,a.ArrowUpWideNarrow=P0,a.ArrowUpZA=u,a.ArrowsUpFromLine=B0,a.Asterisk=D0,a.AsteriskSquare=C,a.AtSign=R0,a.Atom=T0,a.AudioLines=b0,a.AudioWaveform=z0,a.Award=U0,a.Axe=q0,a.Axis3d=V,a.Baby=O0,a.Backpack=G0,a.Badge=ca,a.BadgeAlert=W0,a.BadgeCent=E0,a.BadgeCheck=w,a.BadgeDollarSign=I0,a.BadgeEuro=X0,a.BadgeHelp=N0,a.BadgeIndianRupee=K0,a.BadgeInfo=J0,a.BadgeJapaneseYen=Q0,a.BadgeMinus=j0,a.BadgePercent=Y0,a.BadgePlus=_0,a.BadgePoundSterling=aa,a.BadgeRussianRuble=ha,a.BadgeSwissFranc=ta,a.BadgeX=da,a.BaggageClaim=Ma,a.Ban=pa,a.Banana=na,a.Banknote=ea,a.BarChart=ra,a.BarChart2=ia,a.BarChart3=la,a.BarChart4=va,a.BarChartBig=oa,a.BarChartHorizontal=ga,a.BarChartHorizontalBig=sa,a.Barcode=ya,a.Baseline=$a,a.Bath=ma,a.Battery=Sa,a.BatteryCharging=Ha,a.BatteryFull=ua,a.BatteryLow=Ca,a.BatteryMedium=Va,a.BatteryWarning=wa,a.Beaker=Aa,a.Bean=fa,a.BeanOff=La,a.Bed=Za,a.BedDouble=xa,a.BedSingle=ka,a.Beef=Pa,a.Beer=Fa,a.Bell=Ua,a.BellDot=Ba,a.BellElectric=Da,a.BellMinus=Ra,a.BellOff=Ta,a.BellPlus=ba,a.BellRing=za,a.BetweenHorizontalEnd=S,a.BetweenHorizontalStart=A,a.BetweenVerticalEnd=qa,a.BetweenVerticalStart=Oa,a.Bike=Ga,a.Binary=Wa,a.Biohazard=Ea,a.Bird=Ia,a.Bitcoin=Xa,a.Blend=Na,a.Blinds=Ka,a.Blocks=Ja,a.Bluetooth=_a,a.BluetoothConnected=Qa,a.BluetoothOff=ja,a.BluetoothSearching=Ya,a.Bold=ah,a.Bolt=hh,a.Bomb=th,a.Bone=dh,a.Book=Lh,a.BookA=ch,a.BookAudio=Mh,a.BookCheck=ph,a.BookCopy=nh,a.BookDashed=L,a.BookDown=eh,a.BookHeadphones=ih,a.BookHeart=lh,a.BookImage=vh,a.BookKey=oh,a.BookLock=sh,a.BookMarked=gh,a.BookMinus=rh,a.BookOpen=mh,a.BookOpenCheck=yh,a.BookOpenText=$h,a.BookPlus=Hh,a.BookText=uh,a.BookType=Ch,a.BookUp=wh,a.BookUp2=Vh,a.BookUser=Sh,a.BookX=Ah,a.Bookmark=Ph,a.BookmarkCheck=fh,a.BookmarkMinus=xh,a.BookmarkPlus=kh,a.BookmarkX=Zh,a.BoomBox=Fh,a.Bot=Bh,a.Box=Rh,a.BoxSelect=Dh,a.Boxes=Th,a.Braces=f,a.Brackets=bh,a.Brain=qh,a.BrainCircuit=zh,a.BrainCog=Uh,a.BrickWall=Oh,a.Briefcase=Gh,a.BringToFront=Wh,a.Brush=Eh,a.Bug=Nh,a.BugOff=Ih,a.BugPlay=Xh,a.Building=Jh,a.Building2=Kh,a.Bus=jh,a.BusFront=Qh,a.Cable=_h,a.CableCar=Yh,a.Cake=ht,a.CakeSlice=at,a.Calculator=tt,a.Calendar=mt,a.CalendarCheck=ct,a.CalendarCheck2=dt,a.CalendarClock=Mt,a.CalendarDays=pt,a.CalendarFold=nt,a.CalendarHeart=et,a.CalendarMinus=lt,a.CalendarMinus2=it,a.CalendarOff=vt,a.CalendarPlus=st,a.CalendarPlus2=ot,a.CalendarRange=gt,a.CalendarSearch=rt,a.CalendarX=$t,a.CalendarX2=yt,a.Camera=ut,a.CameraOff=Ht,a.CandlestickChart=Ct,a.Candy=St,a.CandyCane=Vt,a.CandyOff=wt,a.Car=ft,a.CarFront=At,a.CarTaxiFront=Lt,a.Caravan=xt,a.Carrot=kt,a.CaseLower=Zt,a.CaseSensitive=Pt,a.CaseUpper=Ft,a.CassetteTape=Bt,a.Cast=Dt,a.Castle=Rt,a.Cat=Tt,a.Cctv=bt,a.Check=Wt,a.CheckCheck=zt,a.CheckCircle=qt,a.CheckCircle2=Ut,a.CheckSquare=Gt,a.CheckSquare2=Ot,a.ChefHat=Et,a.Cherry=It,a.ChevronDown=Kt,a.ChevronDownCircle=Xt,a.ChevronDownSquare=Nt,a.ChevronFirst=Jt,a.ChevronLast=Qt,a.ChevronLeft=_t,a.ChevronLeftCircle=jt,a.ChevronLeftSquare=Yt,a.ChevronRight=t4,a.ChevronRightCircle=a4,a.ChevronRightSquare=h4,a.ChevronUp=M4,a.ChevronUpCircle=d4,a.ChevronUpSquare=c4,a.ChevronsDown=n4,a.ChevronsDownUp=p4,a.ChevronsLeft=i4,a.ChevronsLeftRight=e4,a.ChevronsRight=v4,a.ChevronsRightLeft=l4,a.ChevronsUp=s4,a.ChevronsUpDown=o4,a.Chrome=g4,a.Church=r4,a.Cigarette=$4,a.CigaretteOff=y4,a.Circle=f4,a.CircleDashed=m4,a.CircleDollarSign=H4,a.CircleDot=C4,a.CircleDotDashed=u4,a.CircleEllipsis=V4,a.CircleEqual=w4,a.CircleFadingPlus=S4,a.CircleOff=A4,a.CircleSlash=L4,a.CircleSlash2=x,a.CircleUser=Z,a.CircleUserRound=k,a.CircuitBoard=x4,a.Citrus=k4,a.Clapperboard=Z4,a.Clipboard=U4,a.ClipboardCheck=P4,a.ClipboardCopy=F4,a.ClipboardList=B4,a.ClipboardMinus=D4,a.ClipboardPaste=R4,a.ClipboardPen=F,a.ClipboardPenLine=P,a.ClipboardPlus=T4,a.ClipboardType=b4,a.ClipboardX=z4,a.Clock=Y4,a.Clock1=q4,a.Clock10=O4,a.Clock11=G4,a.Clock12=W4,a.Clock2=E4,a.Clock3=I4,a.Clock4=X4,a.Clock5=N4,a.Clock6=K4,a.Clock7=J4,a.Clock8=Q4,a.Clock9=j4,a.Cloud=o5,a.CloudCog=_4,a.CloudDrizzle=a5,a.CloudFog=h5,a.CloudHail=t5,a.CloudLightning=d5,a.CloudMoon=M5,a.CloudMoonRain=c5,a.CloudOff=p5,a.CloudRain=e5,a.CloudRainWind=n5,a.CloudSnow=i5,a.CloudSun=v5,a.CloudSunRain=l5,a.Cloudy=s5,a.Clover=g5,a.Club=r5,a.Code=$5,a.Code2=y5,a.CodeSquare=B,a.Codepen=m5,a.Codesandbox=H5,a.Coffee=u5,a.Cog=C5,a.Coins=V5,a.Columns2=D,a.Columns3=R,a.Columns4=w5,a.Combine=S5,a.Command=A5,a.Compass=L5,a.Component=f5,a.Computer=x5,a.ConciergeBell=k5,a.Cone=Z5,a.Construction=P5,a.Contact=B5,a.Contact2=F5,a.Container=D5,a.Contrast=R5,a.Cookie=T5,a.CookingPot=b5,a.Copy=W5,a.CopyCheck=z5,a.CopyMinus=U5,a.CopyPlus=q5,a.CopySlash=O5,a.CopyX=G5,a.Copyleft=E5,a.Copyright=I5,a.CornerDownLeft=X5,a.CornerDownRight=N5,a.CornerLeftDown=K5,a.CornerLeftUp=J5,a.CornerRightDown=Q5,a.CornerRightUp=j5,a.CornerUpLeft=Y5,a.CornerUpRight=_5,a.Cpu=ad,a.CreativeCommons=hd,a.CreditCard=td,a.Croissant=dd,a.Crop=cd,a.Cross=Md,a.Crosshair=pd,a.Crown=nd,a.Cuboid=ed,a.CupSoda=id,a.Currency=ld,a.Cylinder=vd,a.Database=gd,a.DatabaseBackup=od,a.DatabaseZap=sd,a.Delete=rd,a.Dessert=yd,a.Diameter=$d,a.Diamond=md,a.Dice1=Hd,a.Dice2=ud,a.Dice3=Cd,a.Dice4=Vd,a.Dice5=wd,a.Dice6=Sd,a.Dices=Ad,a.Diff=Ld,a.Disc=Zd,a.Disc2=fd,a.Disc3=xd,a.DiscAlbum=kd,a.Divide=Bd,a.DivideCircle=Pd,a.DivideSquare=Fd,a.Dna=Rd,a.DnaOff=Dd,a.Dog=Td,a.DollarSign=bd,a.Donut=zd,a.DoorClosed=Ud,a.DoorOpen=qd,a.Dot=Od,a.DotSquare=T,a.Download=Wd,a.DownloadCloud=Gd,a.DraftingCompass=Ed,a.Drama=Id,a.Dribbble=Xd,a.Drill=Nd,a.Droplet=Kd,a.Droplets=Jd,a.Drum=Qd,a.Drumstick=jd,a.Dumbbell=Yd,a.Ear=a3,a.EarOff=_d,a.Eclipse=h3,a.Egg=c3,a.EggFried=t3,a.EggOff=d3,a.Equal=p3,a.EqualNot=M3,a.EqualSquare=b,a.Eraser=n3,a.Euro=e3,a.Expand=i3,a.ExternalLink=l3,a.Eye=o3,a.EyeOff=v3,a.Facebook=s3,a.Factory=g3,a.Fan=r3,a.FastForward=y3,a.Feather=$3,a.Fence=m3,a.FerrisWheel=H3,a.Figma=u3,a.File=uc,a.FileArchive=C3,a.FileAudio=w3,a.FileAudio2=V3,a.FileAxis3d=z,a.FileBadge=A3,a.FileBadge2=S3,a.FileBarChart=f3,a.FileBarChart2=L3,a.FileBox=x3,a.FileCheck=Z3,a.FileCheck2=k3,a.FileClock=P3,a.FileCode=B3,a.FileCode2=F3,a.FileCog=U,a.FileDiff=D3,a.FileDigit=R3,a.FileDown=T3,a.FileHeart=b3,a.FileImage=z3,a.FileInput=U3,a.FileJson=O3,a.FileJson2=q3,a.FileKey=W3,a.FileKey2=G3,a.FileLineChart=E3,a.FileLock=X3,a.FileLock2=I3,a.FileMinus=K3,a.FileMinus2=N3,a.FileMusic=J3,a.FileOutput=Q3,a.FilePen=O,a.FilePenLine=q,a.FilePieChart=j3,a.FilePlus=_3,a.FilePlus2=Y3,a.FileQuestion=ac,a.FileScan=hc,a.FileSearch=dc,a.FileSearch2=tc,a.FileSliders=cc,a.FileSpreadsheet=Mc,a.FileStack=pc,a.FileSymlink=nc,a.FileTerminal=ec,a.FileText=ic,a.FileType=vc,a.FileType2=lc,a.FileUp=oc,a.FileVideo=gc,a.FileVideo2=sc,a.FileVolume=yc,a.FileVolume2=rc,a.FileWarning=$c,a.FileX=Hc,a.FileX2=mc,a.Files=Cc,a.Film=Vc,a.Filter=Sc,a.FilterX=wc,a.Fingerprint=Ac,a.FireExtinguisher=Lc,a.Fish=kc,a.FishOff=fc,a.FishSymbol=xc,a.Flag=Bc,a.FlagOff=Zc,a.FlagTriangleLeft=Pc,a.FlagTriangleRight=Fc,a.Flame=Rc,a.FlameKindling=Dc,a.Flashlight=bc,a.FlashlightOff=Tc,a.FlaskConical=Uc,a.FlaskConicalOff=zc,a.FlaskRound=qc,a.FlipHorizontal=Gc,a.FlipHorizontal2=Oc,a.FlipVertical=Ec,a.FlipVertical2=Wc,a.Flower=Xc,a.Flower2=Ic,a.Focus=Nc,a.FoldHorizontal=Kc,a.FoldVertical=Jc,a.Folder=V6,a.FolderArchive=Qc,a.FolderCheck=jc,a.FolderClock=Yc,a.FolderClosed=_c,a.FolderCog=G,a.FolderDot=a6,a.FolderDown=h6,a.FolderGit=d6,a.FolderGit2=t6,a.FolderHeart=c6,a.FolderInput=M6,a.FolderKanban=p6,a.FolderKey=n6,a.FolderLock=e6,a.FolderMinus=i6,a.FolderOpen=v6,a.FolderOpenDot=l6,a.FolderOutput=o6,a.FolderPen=W,a.FolderPlus=s6,a.FolderRoot=g6,a.FolderSearch=y6,a.FolderSearch2=r6,a.FolderSymlink=$6,a.FolderSync=m6,a.FolderTree=H6,a.FolderUp=u6,a.FolderX=C6,a.Folders=w6,a.Footprints=S6,a.Forklift=A6,a.FormInput=L6,a.Forward=f6,a.Frame=x6,a.Framer=k6,a.Frown=Z6,a.Fuel=P6,a.Fullscreen=F6,a.FunctionSquare=B6,a.GalleryHorizontal=R6,a.GalleryHorizontalEnd=D6,a.GalleryThumbnails=T6,a.GalleryVertical=z6,a.GalleryVerticalEnd=b6,a.Gamepad=q6,a.Gamepad2=U6,a.GanttChart=O6,a.GanttChartSquare=l,a.Gauge=W6,a.GaugeCircle=G6,a.Gavel=E6,a.Gem=I6,a.Ghost=X6,a.Gift=N6,a.GitBranch=J6,a.GitBranchPlus=K6,a.GitCommitHorizontal=E,a.GitCommitVertical=Q6,a.GitCompare=Y6,a.GitCompareArrows=j6,a.GitFork=_6,a.GitGraph=a8,a.GitMerge=h8,a.GitPullRequest=n8,a.GitPullRequestArrow=t8,a.GitPullRequestClosed=d8,a.GitPullRequestCreate=M8,a.GitPullRequestCreateArrow=c8,a.GitPullRequestDraft=p8,a.Github=e8,a.Gitlab=i8,a.GlassWater=l8,a.Glasses=v8,a.Globe=s8,a.Globe2=o8,a.Goal=g8,a.Grab=r8,a.GraduationCap=y8,a.Grape=$8,a.Grid2x2=I,a.Grid3x3=v,a.Grip=u8,a.GripHorizontal=m8,a.GripVertical=H8,a.Group=C8,a.Guitar=V8,a.Hammer=w8,a.Hand=x8,a.HandCoins=S8,a.HandHeart=A8,a.HandHelping=X,a.HandMetal=L8,a.HandPlatter=f8,a.HardDrive=P8,a.HardDriveDownload=k8,a.HardDriveUpload=Z8,a.HardHat=F8,a.Hash=B8,a.Haze=D8,a.HdmiPort=R8,a.Heading=G8,a.Heading1=T8,a.Heading2=b8,a.Heading3=z8,a.Heading4=U8,a.Heading5=q8,a.Heading6=O8,a.Headphones=W8,a.Headset=E8,a.Heart=J8,a.HeartCrack=I8,a.HeartHandshake=X8,a.HeartOff=N8,a.HeartPulse=K8,a.Heater=Q8,a.HelpCircle=j8,a.Hexagon=Y8,a.Highlighter=_8,a.History=a7,a.Home=h7,a.Hop=d7,a.HopOff=t7,a.Hotel=c7,a.Hourglass=M7,a.IceCream=n7,a.IceCream2=p7,a.Image=o7,a.ImageDown=e7,a.ImageMinus=i7,a.ImageOff=l7,a.ImagePlus=v7,a.Import=s7,a.Inbox=g7,a.Indent=r7,a.IndianRupee=y7,a.Infinity=$7,a.Info=m7,a.InspectionPanel=H7,a.Instagram=u7,a.Italic=C7,a.IterationCcw=V7,a.IterationCw=w7,a.JapaneseYen=S7,a.Joystick=A7,a.Kanban=L7,a.KanbanSquare=K,a.KanbanSquareDashed=N,a.Key=k7,a.KeyRound=f7,a.KeySquare=x7,a.Keyboard=P7,a.KeyboardMusic=Z7,a.Lamp=b7,a.LampCeiling=F7,a.LampDesk=B7,a.LampFloor=D7,a.LampWallDown=R7,a.LampWallUp=T7,a.LandPlot=z7,a.Landmark=U7,a.Languages=q7,a.Laptop=G7,a.Laptop2=O7,a.Lasso=E7,a.LassoSelect=W7,a.Laugh=I7,a.Layers=K7,a.Layers2=X7,a.Layers3=N7,a.LayoutDashboard=J7,a.LayoutGrid=Q7,a.LayoutList=j7,a.LayoutPanelLeft=Y7,a.LayoutPanelTop=_7,a.LayoutTemplate=aM,a.Leaf=hM,a.LeafyGreen=tM,a.Library=MM,a.LibraryBig=dM,a.LibrarySquare=cM,a.LifeBuoy=pM,a.Ligature=nM,a.Lightbulb=iM,a.LightbulbOff=eM,a.LineChart=lM,a.Link=sM,a.Link2=oM,a.Link2Off=vM,a.Linkedin=gM,a.List=kM,a.ListChecks=rM,a.ListCollapse=yM,a.ListEnd=$M,a.ListFilter=mM,a.ListMinus=HM,a.ListMusic=uM,a.ListOrdered=CM,a.ListPlus=VM,a.ListRestart=wM,a.ListStart=SM,a.ListTodo=AM,a.ListTree=LM,a.ListVideo=fM,a.ListX=xM,a.Loader=PM,a.Loader2=ZM,a.Locate=DM,a.LocateFixed=FM,a.LocateOff=BM,a.Lock=TM,a.LockKeyhole=RM,a.LogIn=bM,a.LogOut=zM,a.Lollipop=UM,a.Luggage=qM,a.MSquare=OM,a.Magnet=GM,a.Mail=jM,a.MailCheck=WM,a.MailMinus=EM,a.MailOpen=IM,a.MailPlus=XM,a.MailQuestion=NM,a.MailSearch=KM,a.MailWarning=JM,a.MailX=QM,a.Mailbox=YM,a.Mails=_M,a.Map=dp,a.MapPin=hp,a.MapPinOff=ap,a.MapPinned=tp,a.Martini=cp,a.Maximize=pp,a.Maximize2=Mp,a.Medal=np,a.Megaphone=ip,a.MegaphoneOff=ep,a.Meh=lp,a.MemoryStick=vp,a.Menu=sp,a.MenuSquare=op,a.Merge=gp,a.MessageCircle=Ap,a.MessageCircleCode=rp,a.MessageCircleDashed=yp,a.MessageCircleHeart=$p,a.MessageCircleMore=mp,a.MessageCircleOff=Hp,a.MessageCirclePlus=up,a.MessageCircleQuestion=Cp,a.MessageCircleReply=Vp,a.MessageCircleWarning=wp,a.MessageCircleX=Sp,a.MessageSquare=qp,a.MessageSquareCode=Lp,a.MessageSquareDashed=fp,a.MessageSquareDiff=xp,a.MessageSquareDot=kp,a.MessageSquareHeart=Zp,a.MessageSquareMore=Pp,a.MessageSquareOff=Fp,a.MessageSquarePlus=Bp,a.MessageSquareQuote=Dp,a.MessageSquareReply=Rp,a.MessageSquareShare=Tp,a.MessageSquareText=bp,a.MessageSquareWarning=zp,a.MessageSquareX=Up,a.MessagesSquare=Op,a.Mic=Ep,a.Mic2=Gp,a.MicOff=Wp,a.Microscope=Ip,a.Microwave=Xp,a.Milestone=Np,a.Milk=Jp,a.MilkOff=Kp,a.Minimize=jp,a.Minimize2=Qp,a.Minus=an,a.MinusCircle=Yp,a.MinusSquare=_p,a.Monitor=sn,a.MonitorCheck=hn,a.MonitorDot=tn,a.MonitorDown=dn,a.MonitorOff=cn,a.MonitorPause=Mn,a.MonitorPlay=pn,a.MonitorSmartphone=nn,a.MonitorSpeaker=en,a.MonitorStop=ln,a.MonitorUp=vn,a.MonitorX=on,a.Moon=rn,a.MoonStar=gn,a.MoreHorizontal=yn,a.MoreVertical=$n,a.Mountain=Hn,a.MountainSnow=mn,a.Mouse=Sn,a.MousePointer=wn,a.MousePointer2=un,a.MousePointerClick=Cn,a.MousePointerSquare=J,a.MousePointerSquareDashed=Vn,a.Move=bn,a.Move3d=Q,a.MoveDiagonal=Ln,a.MoveDiagonal2=An,a.MoveDown=kn,a.MoveDownLeft=fn,a.MoveDownRight=xn,a.MoveHorizontal=Zn,a.MoveLeft=Pn,a.MoveRight=Fn,a.MoveUp=Rn,a.MoveUpLeft=Bn,a.MoveUpRight=Dn,a.MoveVertical=Tn,a.Music=On,a.Music2=zn,a.Music3=Un,a.Music4=qn,a.Navigation=In,a.Navigation2=Wn,a.Navigation2Off=Gn,a.NavigationOff=En,a.Network=Xn,a.Newspaper=Nn,a.Nfc=Kn,a.Notebook=Yn,a.NotebookPen=Jn,a.NotebookTabs=Qn,a.NotebookText=jn,a.NotepadText=ae,a.NotepadTextDashed=_n,a.Nut=te,a.NutOff=he,a.Octagon=de,a.Option=ce,a.Orbit=Me,a.Outdent=pe,a.Package=ge,a.Package2=ne,a.PackageCheck=ee,a.PackageMinus=ie,a.PackageOpen=le,a.PackagePlus=ve,a.PackageSearch=oe,a.PackageX=se,a.PaintBucket=re,a.PaintRoller=ye,a.Paintbrush=me,a.Paintbrush2=$e,a.Palette=He,a.Palmtree=ue,a.PanelBottom=we,a.PanelBottomClose=Ce,a.PanelBottomDashed=j,a.PanelBottomOpen=Ve,a.PanelLeft=h1,a.PanelLeftClose=Y,a.PanelLeftDashed=_,a.PanelLeftOpen=a1,a.PanelRight=Le,a.PanelRightClose=Se,a.PanelRightDashed=t1,a.PanelRightOpen=Ae,a.PanelTop=ke,a.PanelTopClose=fe,a.PanelTopDashed=d1,a.PanelTopOpen=xe,a.PanelsLeftBottom=Ze,a.PanelsRightBottom=Pe,a.PanelsTopLeft=c1,a.Paperclip=Fe,a.Parentheses=Be,a.ParkingCircle=Re,a.ParkingCircleOff=De,a.ParkingMeter=Te,a.ParkingSquare=ze,a.ParkingSquareOff=be,a.PartyPopper=Ue,a.Pause=Ge,a.PauseCircle=qe,a.PauseOctagon=Oe,a.PawPrint=We,a.PcCase=Ee,a.Pen=p1,a.PenLine=M1,a.PenTool=Ie,a.Pencil=Ke,a.PencilLine=Xe,a.PencilRuler=Ne,a.Pentagon=Je,a.Percent=_e,a.PercentCircle=Qe,a.PercentDiamond=je,a.PercentSquare=Ye,a.PersonStanding=ai,a.Phone=ni,a.PhoneCall=hi,a.PhoneForwarded=ti,a.PhoneIncoming=di,a.PhoneMissed=ci,a.PhoneOff=Mi,a.PhoneOutgoing=pi,a.Pi=ii,a.PiSquare=ei,a.Piano=li,a.PictureInPicture=oi,a.PictureInPicture2=vi,a.PieChart=si,a.PiggyBank=gi,a.Pilcrow=yi,a.PilcrowSquare=ri,a.Pill=$i,a.Pin=Hi,a.PinOff=mi,a.Pipette=ui,a.Pizza=Ci,a.Plane=Si,a.PlaneLanding=Vi,a.PlaneTakeoff=wi,a.Play=fi,a.PlayCircle=Ai,a.PlaySquare=Li,a.Plug=Pi,a.Plug2=xi,a.PlugZap=Zi,a.PlugZap2=ki,a.Plus=Di,a.PlusCircle=Fi,a.PlusSquare=Bi,a.Pocket=Ti,a.PocketKnife=Ri,a.Podcast=bi,a.Pointer=Ui,a.PointerOff=zi,a.Popcorn=qi,a.Popsicle=Oi,a.PoundSterling=Gi,a.Power=Xi,a.PowerCircle=Wi,a.PowerOff=Ei,a.PowerSquare=Ii,a.Presentation=Ni,a.Printer=Ki,a.Projector=Ji,a.Puzzle=Qi,a.Pyramid=ji,a.QrCode=Yi,a.Quote=_i,a.Rabbit=a9,a.Radar=h9,a.Radiation=t9,a.Radio=M9,a.RadioReceiver=d9,a.RadioTower=c9,a.Radius=p9,a.RailSymbol=n9,a.Rainbow=e9,a.Rat=i9,a.Ratio=l9,a.Receipt=H9,a.ReceiptCent=v9,a.ReceiptEuro=o9,a.ReceiptIndianRupee=s9,a.ReceiptJapaneseYen=g9,a.ReceiptPoundSterling=r9,a.ReceiptRussianRuble=y9,a.ReceiptSwissFranc=$9,a.ReceiptText=m9,a.RectangleHorizontal=u9,a.RectangleVertical=C9,a.Recycle=V9,a.Redo=A9,a.Redo2=w9,a.RedoDot=S9,a.RefreshCcw=f9,a.RefreshCcwDot=L9,a.RefreshCw=k9,a.RefreshCwOff=x9,a.Refrigerator=Z9,a.Regex=P9,a.RemoveFormatting=F9,a.Repeat=R9,a.Repeat1=B9,a.Repeat2=D9,a.Replace=b9,a.ReplaceAll=T9,a.Reply=U9,a.ReplyAll=z9,a.Rewind=q9,a.Ribbon=O9,a.Rocket=G9,a.RockingChair=W9,a.RollerCoaster=E9,a.Rotate3d=n1,a.RotateCcw=I9,a.RotateCw=X9,a.Route=K9,a.RouteOff=N9,a.Router=J9,a.Rows2=e1,a.Rows3=i1,a.Rows4=Q9,a.Rss=j9,a.Ruler=Y9,a.RussianRuble=_9,a.Sailboat=al,a.Salad=hl,a.Sandwich=tl,a.Satellite=cl,a.SatelliteDish=dl,a.Save=pl,a.SaveAll=Ml,a.Scale=nl,a.Scale3d=l1,a.Scaling=el,a.Scan=rl,a.ScanBarcode=il,a.ScanEye=ll,a.ScanFace=vl,a.ScanLine=ol,a.ScanSearch=sl,a.ScanText=gl,a.ScatterChart=yl,a.School=ml,a.School2=$l,a.Scissors=Vl,a.ScissorsLineDashed=Hl,a.ScissorsSquare=Cl,a.ScissorsSquareDashedBottom=ul,a.ScreenShare=Sl,a.ScreenShareOff=wl,a.Scroll=Ll,a.ScrollText=Al,a.Search=Pl,a.SearchCheck=fl,a.SearchCode=xl,a.SearchSlash=kl,a.SearchX=Zl,a.Send=Bl,a.SendHorizontal=v1,a.SendToBack=Fl,a.SeparatorHorizontal=Dl,a.SeparatorVertical=Rl,a.Server=Ul,a.ServerCog=Tl,a.ServerCrash=bl,a.ServerOff=zl,a.Settings=Ol,a.Settings2=ql,a.Shapes=Gl,a.Share=El,a.Share2=Wl,a.Sheet=Il,a.Shell=Xl,a.Shield=tv,a.ShieldAlert=Nl,a.ShieldBan=Kl,a.ShieldCheck=Jl,a.ShieldEllipsis=Ql,a.ShieldHalf=jl,a.ShieldMinus=Yl,a.ShieldOff=_l,a.ShieldPlus=av,a.ShieldQuestion=hv,a.ShieldX=o1,a.Ship=cv,a.ShipWheel=dv,a.Shirt=Mv,a.ShoppingBag=pv,a.ShoppingBasket=nv,a.ShoppingCart=ev,a.Shovel=iv,a.ShowerHead=lv,a.Shrink=vv,a.Shrub=ov,a.Shuffle=sv,a.Sigma=rv,a.SigmaSquare=gv,a.Signal=uv,a.SignalHigh=yv,a.SignalLow=$v,a.SignalMedium=mv,a.SignalZero=Hv,a.Signpost=Vv,a.SignpostBig=Cv,a.Siren=wv,a.SkipBack=Sv,a.SkipForward=Av,a.Skull=Lv,a.Slack=fv,a.Slash=xv,a.SlashSquare=s1,a.Slice=kv,a.Sliders=Pv,a.SlidersHorizontal=Zv,a.Smartphone=Dv,a.SmartphoneCharging=Fv,a.SmartphoneNfc=Bv,a.Smile=Tv,a.SmilePlus=Rv,a.Snail=bv,a.Snowflake=zv,a.Sofa=Uv,a.Soup=qv,a.Space=Ov,a.Spade=Gv,a.Sparkle=Wv,a.Sparkles=g1,a.Speaker=Ev,a.Speech=Iv,a.SpellCheck=Nv,a.SpellCheck2=Xv,a.Spline=Kv,a.Split=jv,a.SplitSquareHorizontal=Jv,a.SplitSquareVertical=Qv,a.SprayCan=Yv,a.Sprout=_v,a.Square=co,a.SquareDashedBottom=ho,a.SquareDashedBottomCode=ao,a.SquarePen=e,a.SquareStack=to,a.SquareUser=y1,a.SquareUserRound=r1,a.Squircle=Mo,a.Squirrel=po,a.Stamp=no,a.Star=lo,a.StarHalf=eo,a.StarOff=io,a.StepBack=vo,a.StepForward=oo,a.Stethoscope=so,a.Sticker=go,a.StickyNote=ro,a.StopCircle=yo,a.Store=$o,a.StretchHorizontal=mo,a.StretchVertical=Ho,a.Strikethrough=uo,a.Subscript=Co,a.Subtitles=Vo,a.Sun=fo,a.SunDim=wo,a.SunMedium=So,a.SunMoon=Ao,a.SunSnow=Lo,a.Sunrise=xo,a.Sunset=ko,a.Superscript=Zo,a.SwatchBook=Po,a.SwissFranc=Fo,a.SwitchCamera=Bo,a.Sword=Do,a.Swords=Ro,a.Syringe=To,a.Table=Uo,a.Table2=bo,a.TableProperties=zo,a.Tablet=Oo,a.TabletSmartphone=qo,a.Tablets=Go,a.Tag=Wo,a.Tags=Eo,a.Tally1=Io,a.Tally2=Xo,a.Tally3=No,a.Tally4=Ko,a.Tally5=Jo,a.Tangent=Qo,a.Target=jo,a.Tent=_o,a.TentTree=Yo,a.Terminal=hs,a.TerminalSquare=as,a.TestTube=ds,a.TestTube2=ts,a.TestTubes=cs,a.Text=is,a.TextCursor=ps,a.TextCursorInput=Ms,a.TextQuote=ns,a.TextSearch=es,a.TextSelect=$1,a.Theater=ls,a.Thermometer=ss,a.ThermometerSnowflake=vs,a.ThermometerSun=os,a.ThumbsDown=gs,a.ThumbsUp=rs,a.Ticket=Vs,a.TicketCheck=ys,a.TicketMinus=$s,a.TicketPercent=ms,a.TicketPlus=Hs,a.TicketSlash=us,a.TicketX=Cs,a.Timer=As,a.TimerOff=ws,a.TimerReset=Ss,a.ToggleLeft=Ls,a.ToggleRight=fs,a.Tornado=xs,a.Torus=ks,a.Touchpad=Ps,a.TouchpadOff=Zs,a.TowerControl=Fs,a.ToyBrick=Bs,a.Tractor=Ds,a.TrafficCone=Rs,a.TrainFront=bs,a.TrainFrontTunnel=Ts,a.TrainTrack=zs,a.TramFront=m1,a.Trash=qs,a.Trash2=Us,a.TreeDeciduous=Os,a.TreePine=Gs,a.Trees=Ws,a.Trello=Es,a.TrendingDown=Is,a.TrendingUp=Xs,a.Triangle=Ks,a.TriangleRight=Ns,a.Trophy=Js,a.Truck=Qs,a.Turtle=js,a.Tv=_s,a.Tv2=Ys,a.Twitch=ag,a.Twitter=hg,a.Type=tg,a.Umbrella=cg,a.UmbrellaOff=dg,a.Underline=Mg,a.Undo=eg,a.Undo2=pg,a.UndoDot=ng,a.UnfoldHorizontal=ig,a.UnfoldVertical=lg,a.Ungroup=vg,a.Unlink=sg,a.Unlink2=og,a.Unlock=rg,a.UnlockKeyhole=gg,a.Unplug=yg,a.Upload=mg,a.UploadCloud=$g,a.Usb=Hg,a.User=fg,a.UserCheck=ug,a.UserCog=Cg,a.UserMinus=Vg,a.UserPlus=wg,a.UserRound=S1,a.UserRoundCheck=H1,a.UserRoundCog=u1,a.UserRoundMinus=C1,a.UserRoundPlus=V1,a.UserRoundSearch=Sg,a.UserRoundX=w1,a.UserSearch=Ag,a.UserX=Lg,a.Users=xg,a.UsersRound=A1,a.Utensils=Zg,a.UtensilsCrossed=kg,a.UtilityPole=Pg,a.Variable=Fg,a.Vault=Bg,a.Vegan=Dg,a.VenetianMask=Rg,a.Vibrate=bg,a.VibrateOff=Tg,a.Video=Ug,a.VideoOff=zg,a.Videotape=qg,a.View=Og,a.Voicemail=Gg,a.Volume=Xg,a.Volume1=Wg,a.Volume2=Eg,a.VolumeX=Ig,a.Vote=Ng,a.Wallet=Qg,a.Wallet2=Kg,a.WalletCards=Jg,a.Wallpaper=jg,a.Wand=_g,a.Wand2=Yg,a.Warehouse=ar,a.WashingMachine=hr,a.Watch=tr,a.Waves=dr,a.Waypoints=cr,a.Webcam=Mr,a.Webhook=nr,a.WebhookOff=pr,a.Weight=er,a.Wheat=lr,a.WheatOff=ir,a.WholeWord=vr,a.Wifi=sr,a.WifiOff=or,a.Wind=gr,a.Wine=yr,a.WineOff=rr,a.Workflow=$r,a.WrapText=mr,a.Wrench=Hr,a.X=wr,a.XCircle=ur,a.XOctagon=Cr,a.XSquare=Vr,a.Youtube=Sr,a.Zap=Lr,a.ZapOff=Ar,a.ZoomIn=fr,a.ZoomOut=xr,a.createElement=L1,a.createIcons=zr,a.icons=kr}); +//# sourceMappingURL=lucide.min.js.map diff --git a/public/template_3/libs/preline/preline.js b/public/template_3/libs/preline/preline.js new file mode 100644 index 0000000..3b73d9b --- /dev/null +++ b/public/template_3/libs/preline/preline.js @@ -0,0 +1,161 @@ +!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n=e();for(var o in n)("object"==typeof exports?exports:t)[o]=n[o]}}(self,(()=>(()=>{"use strict";var t={492:(t,e,n)=>{n.r(e),n.d(e,{afterMain:()=>S,afterRead:()=>w,afterWrite:()=>x,applyStyles:()=>P,arrow:()=>G,auto:()=>l,basePlacements:()=>a,beforeMain:()=>b,beforeRead:()=>y,beforeWrite:()=>I,bottom:()=>i,clippingParents:()=>d,computeStyles:()=>nt,createPopper:()=>Pt,createPopperBase:()=>kt,createPopperLite:()=>Bt,detectOverflow:()=>gt,end:()=>u,eventListeners:()=>it,flip:()=>wt,hide:()=>St,left:()=>s,main:()=>C,modifierPhases:()=>E,offset:()=>It,placements:()=>m,popper:()=>h,popperGenerator:()=>_t,popperOffsets:()=>Tt,preventOverflow:()=>xt,read:()=>g,reference:()=>f,right:()=>r,start:()=>c,top:()=>o,variationPlacements:()=>v,viewport:()=>p,write:()=>T});var o="top",i="bottom",r="right",s="left",l="auto",a=[o,i,r,s],c="start",u="end",d="clippingParents",p="viewport",h="popper",f="reference",v=a.reduce((function(t,e){return t.concat([e+"-"+c,e+"-"+u])}),[]),m=[].concat(a,[l]).reduce((function(t,e){return t.concat([e,e+"-"+c,e+"-"+u])}),[]),y="beforeRead",g="read",w="afterRead",b="beforeMain",C="main",S="afterMain",I="beforeWrite",T="write",x="afterWrite",E=[y,g,w,b,C,S,I,T,x];function O(t){return t?(t.nodeName||"").toLowerCase():null}function L(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function A(t){return t instanceof L(t).Element||t instanceof Element}function _(t){return t instanceof L(t).HTMLElement||t instanceof HTMLElement}function k(t){return"undefined"!=typeof ShadowRoot&&(t instanceof L(t).ShadowRoot||t instanceof ShadowRoot)}const P={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var n=e.styles[t]||{},o=e.attributes[t]||{},i=e.elements[t];_(i)&&O(i)&&(Object.assign(i.style,n),Object.keys(o).forEach((function(t){var e=o[t];!1===e?i.removeAttribute(t):i.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,n.popper),e.styles=n,e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow),function(){Object.keys(e.elements).forEach((function(t){var o=e.elements[t],i=e.attributes[t]||{},r=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:n[t]).reduce((function(t,e){return t[e]="",t}),{});_(o)&&O(o)&&(Object.assign(o.style,r),Object.keys(i).forEach((function(t){o.removeAttribute(t)})))}))}},requires:["computeStyles"]};function B(t){return t.split("-")[0]}var q=Math.max,j=Math.min,N=Math.round;function D(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function $(){return!/^((?!chrome|android).)*safari/i.test(D())}function H(t,e,n){void 0===e&&(e=!1),void 0===n&&(n=!1);var o=t.getBoundingClientRect(),i=1,r=1;e&&_(t)&&(i=t.offsetWidth>0&&N(o.width)/t.offsetWidth||1,r=t.offsetHeight>0&&N(o.height)/t.offsetHeight||1);var s=(A(t)?L(t):window).visualViewport,l=!$()&&n,a=(o.left+(l&&s?s.offsetLeft:0))/i,c=(o.top+(l&&s?s.offsetTop:0))/r,u=o.width/i,d=o.height/r;return{width:u,height:d,top:c,right:a+u,bottom:c+d,left:a,x:a,y:c}}function M(t){var e=H(t),n=t.offsetWidth,o=t.offsetHeight;return Math.abs(e.width-n)<=1&&(n=e.width),Math.abs(e.height-o)<=1&&(o=e.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:o}}function R(t,e){var n=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(n&&k(n)){var o=e;do{if(o&&t.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function W(t){return L(t).getComputedStyle(t)}function V(t){return["table","td","th"].indexOf(O(t))>=0}function F(t){return((A(t)?t.ownerDocument:t.document)||window.document).documentElement}function U(t){return"html"===O(t)?t:t.assignedSlot||t.parentNode||(k(t)?t.host:null)||F(t)}function Y(t){return _(t)&&"fixed"!==W(t).position?t.offsetParent:null}function J(t){for(var e=L(t),n=Y(t);n&&V(n)&&"static"===W(n).position;)n=Y(n);return n&&("html"===O(n)||"body"===O(n)&&"static"===W(n).position)?e:n||function(t){var e=/firefox/i.test(D());if(/Trident/i.test(D())&&_(t)&&"fixed"===W(t).position)return null;var n=U(t);for(k(n)&&(n=n.host);_(n)&&["html","body"].indexOf(O(n))<0;){var o=W(n);if("none"!==o.transform||"none"!==o.perspective||"paint"===o.contain||-1!==["transform","perspective"].indexOf(o.willChange)||e&&"filter"===o.willChange||e&&o.filter&&"none"!==o.filter)return n;n=n.parentNode}return null}(t)||e}function K(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function z(t,e,n){return q(t,j(e,n))}function X(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function Z(t,e){return e.reduce((function(e,n){return e[n]=t,e}),{})}const G={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,n=t.state,l=t.name,c=t.options,u=n.elements.arrow,d=n.modifiersData.popperOffsets,p=B(n.placement),h=K(p),f=[s,r].indexOf(p)>=0?"height":"width";if(u&&d){var v=function(t,e){return X("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:Z(t,a))}(c.padding,n),m=M(u),y="y"===h?o:s,g="y"===h?i:r,w=n.rects.reference[f]+n.rects.reference[h]-d[h]-n.rects.popper[f],b=d[h]-n.rects.reference[h],C=J(u),S=C?"y"===h?C.clientHeight||0:C.clientWidth||0:0,I=w/2-b/2,T=v[y],x=S-m[f]-v[g],E=S/2-m[f]/2+I,O=z(T,E,x),L=h;n.modifiersData[l]=((e={})[L]=O,e.centerOffset=O-E,e)}},effect:function(t){var e=t.state,n=t.options.element,o=void 0===n?"[data-popper-arrow]":n;null!=o&&("string"!=typeof o||(o=e.elements.popper.querySelector(o)))&&R(e.elements.popper,o)&&(e.elements.arrow=o)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Q(t){return t.split("-")[1]}var tt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function et(t){var e,n=t.popper,l=t.popperRect,a=t.placement,c=t.variation,d=t.offsets,p=t.position,h=t.gpuAcceleration,f=t.adaptive,v=t.roundOffsets,m=t.isFixed,y=d.x,g=void 0===y?0:y,w=d.y,b=void 0===w?0:w,C="function"==typeof v?v({x:g,y:b}):{x:g,y:b};g=C.x,b=C.y;var S=d.hasOwnProperty("x"),I=d.hasOwnProperty("y"),T=s,x=o,E=window;if(f){var O=J(n),A="clientHeight",_="clientWidth";if(O===L(n)&&"static"!==W(O=F(n)).position&&"absolute"===p&&(A="scrollHeight",_="scrollWidth"),a===o||(a===s||a===r)&&c===u)x=i,b-=(m&&O===E&&E.visualViewport?E.visualViewport.height:O[A])-l.height,b*=h?1:-1;if(a===s||(a===o||a===i)&&c===u)T=r,g-=(m&&O===E&&E.visualViewport?E.visualViewport.width:O[_])-l.width,g*=h?1:-1}var k,P=Object.assign({position:p},f&&tt),B=!0===v?function(t,e){var n=t.x,o=t.y,i=e.devicePixelRatio||1;return{x:N(n*i)/i||0,y:N(o*i)/i||0}}({x:g,y:b},L(n)):{x:g,y:b};return g=B.x,b=B.y,h?Object.assign({},P,((k={})[x]=I?"0":"",k[T]=S?"0":"",k.transform=(E.devicePixelRatio||1)<=1?"translate("+g+"px, "+b+"px)":"translate3d("+g+"px, "+b+"px, 0)",k)):Object.assign({},P,((e={})[x]=I?b+"px":"",e[T]=S?g+"px":"",e.transform="",e))}const nt={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,n=t.options,o=n.gpuAcceleration,i=void 0===o||o,r=n.adaptive,s=void 0===r||r,l=n.roundOffsets,a=void 0===l||l,c={placement:B(e.placement),variation:Q(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:i,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,et(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:a})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,et(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};var ot={passive:!0};const it={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,n=t.instance,o=t.options,i=o.scroll,r=void 0===i||i,s=o.resize,l=void 0===s||s,a=L(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return r&&c.forEach((function(t){t.addEventListener("scroll",n.update,ot)})),l&&a.addEventListener("resize",n.update,ot),function(){r&&c.forEach((function(t){t.removeEventListener("scroll",n.update,ot)})),l&&a.removeEventListener("resize",n.update,ot)}},data:{}};var rt={left:"right",right:"left",bottom:"top",top:"bottom"};function st(t){return t.replace(/left|right|bottom|top/g,(function(t){return rt[t]}))}var lt={start:"end",end:"start"};function at(t){return t.replace(/start|end/g,(function(t){return lt[t]}))}function ct(t){var e=L(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function ut(t){return H(F(t)).left+ct(t).scrollLeft}function dt(t){var e=W(t),n=e.overflow,o=e.overflowX,i=e.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+o)}function pt(t){return["html","body","#document"].indexOf(O(t))>=0?t.ownerDocument.body:_(t)&&dt(t)?t:pt(U(t))}function ht(t,e){var n;void 0===e&&(e=[]);var o=pt(t),i=o===(null==(n=t.ownerDocument)?void 0:n.body),r=L(o),s=i?[r].concat(r.visualViewport||[],dt(o)?o:[]):o,l=e.concat(s);return i?l:l.concat(ht(U(s)))}function ft(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function vt(t,e,n){return e===p?ft(function(t,e){var n=L(t),o=F(t),i=n.visualViewport,r=o.clientWidth,s=o.clientHeight,l=0,a=0;if(i){r=i.width,s=i.height;var c=$();(c||!c&&"fixed"===e)&&(l=i.offsetLeft,a=i.offsetTop)}return{width:r,height:s,x:l+ut(t),y:a}}(t,n)):A(e)?function(t,e){var n=H(t,!1,"fixed"===e);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}(e,n):ft(function(t){var e,n=F(t),o=ct(t),i=null==(e=t.ownerDocument)?void 0:e.body,r=q(n.scrollWidth,n.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),s=q(n.scrollHeight,n.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),l=-o.scrollLeft+ut(t),a=-o.scrollTop;return"rtl"===W(i||n).direction&&(l+=q(n.clientWidth,i?i.clientWidth:0)-r),{width:r,height:s,x:l,y:a}}(F(t)))}function mt(t,e,n,o){var i="clippingParents"===e?function(t){var e=ht(U(t)),n=["absolute","fixed"].indexOf(W(t).position)>=0&&_(t)?J(t):t;return A(n)?e.filter((function(t){return A(t)&&R(t,n)&&"body"!==O(t)})):[]}(t):[].concat(e),r=[].concat(i,[n]),s=r[0],l=r.reduce((function(e,n){var i=vt(t,n,o);return e.top=q(i.top,e.top),e.right=j(i.right,e.right),e.bottom=j(i.bottom,e.bottom),e.left=q(i.left,e.left),e}),vt(t,s,o));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function yt(t){var e,n=t.reference,l=t.element,a=t.placement,d=a?B(a):null,p=a?Q(a):null,h=n.x+n.width/2-l.width/2,f=n.y+n.height/2-l.height/2;switch(d){case o:e={x:h,y:n.y-l.height};break;case i:e={x:h,y:n.y+n.height};break;case r:e={x:n.x+n.width,y:f};break;case s:e={x:n.x-l.width,y:f};break;default:e={x:n.x,y:n.y}}var v=d?K(d):null;if(null!=v){var m="y"===v?"height":"width";switch(p){case c:e[v]=e[v]-(n[m]/2-l[m]/2);break;case u:e[v]=e[v]+(n[m]/2-l[m]/2)}}return e}function gt(t,e){void 0===e&&(e={});var n=e,s=n.placement,l=void 0===s?t.placement:s,c=n.strategy,u=void 0===c?t.strategy:c,v=n.boundary,m=void 0===v?d:v,y=n.rootBoundary,g=void 0===y?p:y,w=n.elementContext,b=void 0===w?h:w,C=n.altBoundary,S=void 0!==C&&C,I=n.padding,T=void 0===I?0:I,x=X("number"!=typeof T?T:Z(T,a)),E=b===h?f:h,O=t.rects.popper,L=t.elements[S?E:b],_=mt(A(L)?L:L.contextElement||F(t.elements.popper),m,g,u),k=H(t.elements.reference),P=yt({reference:k,element:O,strategy:"absolute",placement:l}),B=ft(Object.assign({},O,P)),q=b===h?B:k,j={top:_.top-q.top+x.top,bottom:q.bottom-_.bottom+x.bottom,left:_.left-q.left+x.left,right:q.right-_.right+x.right},N=t.modifiersData.offset;if(b===h&&N){var D=N[l];Object.keys(j).forEach((function(t){var e=[r,i].indexOf(t)>=0?1:-1,n=[o,i].indexOf(t)>=0?"y":"x";j[t]+=D[n]*e}))}return j}const wt={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,u=t.name;if(!e.modifiersData[u]._skip){for(var d=n.mainAxis,p=void 0===d||d,h=n.altAxis,f=void 0===h||h,y=n.fallbackPlacements,g=n.padding,w=n.boundary,b=n.rootBoundary,C=n.altBoundary,S=n.flipVariations,I=void 0===S||S,T=n.allowedAutoPlacements,x=e.options.placement,E=B(x),O=y||(E===x||!I?[st(x)]:function(t){if(B(t)===l)return[];var e=st(t);return[at(t),e,at(e)]}(x)),L=[x].concat(O).reduce((function(t,n){return t.concat(B(n)===l?function(t,e){void 0===e&&(e={});var n=e,o=n.placement,i=n.boundary,r=n.rootBoundary,s=n.padding,l=n.flipVariations,c=n.allowedAutoPlacements,u=void 0===c?m:c,d=Q(o),p=d?l?v:v.filter((function(t){return Q(t)===d})):a,h=p.filter((function(t){return u.indexOf(t)>=0}));0===h.length&&(h=p);var f=h.reduce((function(e,n){return e[n]=gt(t,{placement:n,boundary:i,rootBoundary:r,padding:s})[B(n)],e}),{});return Object.keys(f).sort((function(t,e){return f[t]-f[e]}))}(e,{placement:n,boundary:w,rootBoundary:b,padding:g,flipVariations:I,allowedAutoPlacements:T}):n)}),[]),A=e.rects.reference,_=e.rects.popper,k=new Map,P=!0,q=L[0],j=0;j=0,M=H?"width":"height",R=gt(e,{placement:N,boundary:w,rootBoundary:b,altBoundary:C,padding:g}),W=H?$?r:s:$?i:o;A[M]>_[M]&&(W=st(W));var V=st(W),F=[];if(p&&F.push(R[D]<=0),f&&F.push(R[W]<=0,R[V]<=0),F.every((function(t){return t}))){q=N,P=!1;break}k.set(N,F)}if(P)for(var U=function(t){var e=L.find((function(e){var n=k.get(e);if(n)return n.slice(0,t).every((function(t){return t}))}));if(e)return q=e,"break"},Y=I?3:1;Y>0;Y--){if("break"===U(Y))break}e.placement!==q&&(e.modifiersData[u]._skip=!0,e.placement=q,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function bt(t,e,n){return void 0===n&&(n={x:0,y:0}),{top:t.top-e.height-n.y,right:t.right-e.width+n.x,bottom:t.bottom-e.height+n.y,left:t.left-e.width-n.x}}function Ct(t){return[o,r,i,s].some((function(e){return t[e]>=0}))}const St={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,n=t.name,o=e.rects.reference,i=e.rects.popper,r=e.modifiersData.preventOverflow,s=gt(e,{elementContext:"reference"}),l=gt(e,{altBoundary:!0}),a=bt(s,o),c=bt(l,i,r),u=Ct(a),d=Ct(c);e.modifiersData[n]={referenceClippingOffsets:a,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}};const It={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,n=t.options,i=t.name,l=n.offset,a=void 0===l?[0,0]:l,c=m.reduce((function(t,n){return t[n]=function(t,e,n){var i=B(t),l=[s,o].indexOf(i)>=0?-1:1,a="function"==typeof n?n(Object.assign({},e,{placement:t})):n,c=a[0],u=a[1];return c=c||0,u=(u||0)*l,[s,r].indexOf(i)>=0?{x:u,y:c}:{x:c,y:u}}(n,e.rects,a),t}),{}),u=c[e.placement],d=u.x,p=u.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=d,e.modifiersData.popperOffsets.y+=p),e.modifiersData[i]=c}};const Tt={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,n=t.name;e.modifiersData[n]=yt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}};const xt={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,l=t.name,a=n.mainAxis,u=void 0===a||a,d=n.altAxis,p=void 0!==d&&d,h=n.boundary,f=n.rootBoundary,v=n.altBoundary,m=n.padding,y=n.tether,g=void 0===y||y,w=n.tetherOffset,b=void 0===w?0:w,C=gt(e,{boundary:h,rootBoundary:f,padding:m,altBoundary:v}),S=B(e.placement),I=Q(e.placement),T=!I,x=K(S),E="x"===x?"y":"x",O=e.modifiersData.popperOffsets,L=e.rects.reference,A=e.rects.popper,_="function"==typeof b?b(Object.assign({},e.rects,{placement:e.placement})):b,k="number"==typeof _?{mainAxis:_,altAxis:_}:Object.assign({mainAxis:0,altAxis:0},_),P=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,N={x:0,y:0};if(O){if(u){var D,$="y"===x?o:s,H="y"===x?i:r,R="y"===x?"height":"width",W=O[x],V=W+C[$],F=W-C[H],U=g?-A[R]/2:0,Y=I===c?L[R]:A[R],X=I===c?-A[R]:-L[R],Z=e.elements.arrow,G=g&&Z?M(Z):{width:0,height:0},tt=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},et=tt[$],nt=tt[H],ot=z(0,L[R],G[R]),it=T?L[R]/2-U-ot-et-k.mainAxis:Y-ot-et-k.mainAxis,rt=T?-L[R]/2+U+ot+nt+k.mainAxis:X+ot+nt+k.mainAxis,st=e.elements.arrow&&J(e.elements.arrow),lt=st?"y"===x?st.clientTop||0:st.clientLeft||0:0,at=null!=(D=null==P?void 0:P[x])?D:0,ct=W+rt-at,ut=z(g?j(V,W+it-at-lt):V,W,g?q(F,ct):F);O[x]=ut,N[x]=ut-W}if(p){var dt,pt="x"===x?o:s,ht="x"===x?i:r,ft=O[E],vt="y"===E?"height":"width",mt=ft+C[pt],yt=ft-C[ht],wt=-1!==[o,s].indexOf(S),bt=null!=(dt=null==P?void 0:P[E])?dt:0,Ct=wt?mt:ft-L[vt]-A[vt]-bt+k.altAxis,St=wt?ft+L[vt]+A[vt]-bt-k.altAxis:yt,It=g&&wt?function(t,e,n){var o=z(t,e,n);return o>n?n:o}(Ct,ft,St):z(g?Ct:mt,ft,g?St:yt);O[E]=It,N[E]=It-ft}e.modifiersData[l]=N}},requiresIfExists:["offset"]};function Et(t,e,n){void 0===n&&(n=!1);var o,i,r=_(e),s=_(e)&&function(t){var e=t.getBoundingClientRect(),n=N(e.width)/t.offsetWidth||1,o=N(e.height)/t.offsetHeight||1;return 1!==n||1!==o}(e),l=F(e),a=H(t,s,n),c={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(r||!r&&!n)&&(("body"!==O(e)||dt(l))&&(c=(o=e)!==L(o)&&_(o)?{scrollLeft:(i=o).scrollLeft,scrollTop:i.scrollTop}:ct(o)),_(e)?((u=H(e,!0)).x+=e.clientLeft,u.y+=e.clientTop):l&&(u.x=ut(l))),{x:a.left+c.scrollLeft-u.x,y:a.top+c.scrollTop-u.y,width:a.width,height:a.height}}function Ot(t){var e=new Map,n=new Set,o=[];function i(t){n.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!n.has(t)){var o=e.get(t);o&&i(o)}})),o.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){n.has(t.name)||i(t)})),o}var Lt={placement:"bottom",modifiers:[],strategy:"absolute"};function At(){for(var t=arguments.length,e=new Array(t),n=0;n{Object.defineProperty(e,"__esModule",{value:!0}),e.COMBO_BOX_ACCESSIBILITY_KEY_SET=e.SELECT_ACCESSIBILITY_KEY_SET=e.TABS_ACCESSIBILITY_KEY_SET=e.OVERLAY_ACCESSIBILITY_KEY_SET=e.DROPDOWN_ACCESSIBILITY_KEY_SET=e.POSITIONS=void 0,e.POSITIONS={auto:"auto","auto-start":"auto-start","auto-end":"auto-end",top:"top","top-left":"top-start","top-right":"top-end",bottom:"bottom","bottom-left":"bottom-start","bottom-right":"bottom-end",right:"right","right-start":"right-start","right-end":"right-end",left:"left","left-start":"left-start","left-end":"left-end"},e.DROPDOWN_ACCESSIBILITY_KEY_SET=["Escape","ArrowUp","ArrowDown","Home","End","Enter"],e.OVERLAY_ACCESSIBILITY_KEY_SET=["Escape","Tab"],e.TABS_ACCESSIBILITY_KEY_SET=["ArrowUp","ArrowLeft","ArrowDown","ArrowRight","Home","End"],e.SELECT_ACCESSIBILITY_KEY_SET=["ArrowUp","ArrowLeft","ArrowDown","ArrowRight","Home","End","Escape","Enter","Tab"],e.COMBO_BOX_ACCESSIBILITY_KEY_SET=["ArrowUp","ArrowLeft","ArrowDown","ArrowRight","Home","End","Escape","Enter"]},460:function(t,e,n){ +/* + * HSAccordion + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r=n(969),s=function(t){function e(e,n,o){var i=t.call(this,e,n,o)||this;return i.toggle=i.el.querySelector(".hs-accordion-toggle")||null,i.content=i.el.querySelector(".hs-accordion-content")||null,i.group=i.el.closest(".hs-accordion-group")||null,i.isAlwaysOpened=i.group.hasAttribute("data-hs-accordion-always-open")||!1,i.toggle&&i.content&&i.init(),i}return i(e,t),e.prototype.init=function(){var t=this;this.createCollection(window.$hsAccordionCollection,this),this.toggle.addEventListener("click",(function(){t.el.classList.contains("active")?t.hide():t.show()}))},e.prototype.show=function(){var t=this;this.group&&!this.isAlwaysOpened&&this.group.querySelector(".hs-accordion.active")&&this.group.querySelector(".hs-accordion.active")!==this.el&&window.$hsAccordionCollection.find((function(e){return e.element.el===t.group.querySelector(".hs-accordion.active")})).element.hide();if(this.el.classList.contains("active"))return!1;this.el.classList.add("active"),this.content.style.display="block",this.content.style.height="0",setTimeout((function(){t.content.style.height="".concat(t.content.scrollHeight,"px")})),(0,r.afterTransition)(this.content,(function(){t.content.style.display="block",t.content.style.height="",t.fireEvent("open",t.el),(0,r.dispatch)("open.hs.accordion",t.el,t.el)}))},e.prototype.hide=function(){var t=this;if(!this.el.classList.contains("active"))return!1;this.el.classList.remove("active"),this.content.style.height="".concat(this.content.scrollHeight,"px"),setTimeout((function(){t.content.style.height="0"})),(0,r.afterTransition)(this.content,(function(){t.content.style.display="",t.content.style.height="0",t.fireEvent("close",t.el),(0,r.dispatch)("close.hs.accordion",t.el,t.el)}))},e.getInstance=function(t,e){var n=window.$hsAccordionCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element.el:null},e.show=function(t){var e=window.$hsAccordionCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));e&&"block"!==e.element.content.style.display&&e.element.show()},e.hide=function(t){var e=window.$hsAccordionCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));e&&"block"===e.element.content.style.display&&e.element.hide()},e.autoInit=function(){window.$hsAccordionCollection||(window.$hsAccordionCollection=[]),document.querySelectorAll(".hs-accordion:not(.--prevent-on-load-init)").forEach((function(t){window.$hsAccordionCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e.on=function(t,e,n){var o=window.$hsAccordionCollection.find((function(t){return t.element.el===("string"==typeof e?document.querySelector(e):e)}));o&&(o.element.events[t]=n)},e}(n(737).default);window.addEventListener("load",(function(){s.autoInit()})),"undefined"!=typeof window&&(window.HSAccordion=s),e.default=s},737:(t,e)=>{ +/* + * HSBasePlugin + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e,n){this.el=t,this.options=e,this.events=n,this.el=t,this.options=e,this.events={}}return t.prototype.createCollection=function(t,e){var n;t.push({id:(null===(n=null==e?void 0:e.el)||void 0===n?void 0:n.id)||t.length+1,element:e})},t.prototype.fireEvent=function(t,e){if(void 0===e&&(e=null),this.events.hasOwnProperty(t))return this.events[t](e)},t.prototype.on=function(t,e){this.events[t]=e},t}();e.default=n},629:function(t,e,n){ +/* + * HSCarousel + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n *")||null,l.sliderWidth=l.inner.parentElement.clientWidth,l.touchX={start:0,end:0},l.init(),l}return i(e,t),e.prototype.init=function(){var t,e,n=this;this.createCollection(window.$hsCarouselCollection,this),this.inner&&(this.calculateWidth(),this.loadingClassesRemove&&("string"==typeof this.loadingClassesRemove?this.inner.classList.remove(this.loadingClassesRemove):(t=this.inner.classList).remove.apply(t,this.loadingClassesRemove)),this.loadingClassesAdd&&("string"==typeof this.loadingClassesAdd?this.inner.classList.add(this.loadingClassesAdd):(e=this.inner.classList).add.apply(e,this.loadingClassesAdd))),this.prev&&this.prev.addEventListener("click",(function(){n.goToPrev(),n.isAutoPlay&&(n.resetTimer(),n.setTimer())})),this.next&&this.next.addEventListener("click",(function(){n.goToNext(),n.isAutoPlay&&(n.resetTimer(),n.setTimer())})),this.dots&&this.dots.forEach((function(t,e){return t.addEventListener("click",(function(){n.goTo(e),n.isAutoPlay&&(n.resetTimer(),n.setTimer())}))})),this.slides.length&&(this.addCurrentClass(),this.isInfiniteLoop||this.addDisabledClass(),this.isAutoPlay&&this.autoPlay()),this.inner&&this.afterLoadingClassesAdd&&setTimeout((function(){var t;"string"==typeof n.afterLoadingClassesAdd?n.inner.classList.add(n.afterLoadingClassesAdd):(t=n.inner.classList).add.apply(t,n.afterLoadingClassesAdd)})),this.el.classList.add("init"),this.el.addEventListener("touchstart",(function(t){n.touchX.start=t.changedTouches[0].screenX})),this.el.addEventListener("touchend",(function(t){n.touchX.end=t.changedTouches[0].screenX,n.detectDirection()})),this.observeResize()},e.prototype.observeResize=function(){var t=this;new ResizeObserver((function(){return t.recalculateWidth()})).observe(document.querySelector("body"))},e.prototype.calculateWidth=function(){var t=this;this.inner.style.width="".concat(this.sliderWidth*this.slides.length,"px"),this.inner.style.transform="translate(-".concat(this.currentIndex*this.sliderWidth,"px, 0px)"),this.slides.forEach((function(e){e.style.width="".concat(t.sliderWidth,"px")}))},e.prototype.addCurrentClass=function(){var t=this;this.slides.forEach((function(e,n){n===t.currentIndex?e.classList.add("active"):e.classList.remove("active")})),this.dots&&this.dots.forEach((function(e,n){n===t.currentIndex?e.classList.add("active"):e.classList.remove("active")}))},e.prototype.addDisabledClass=function(){if(!this.prev||!this.next)return!1;0===this.currentIndex?(this.next.classList.remove("disabled"),this.prev.classList.add("disabled")):this.currentIndex===this.slides.length-1?(this.prev.classList.remove("disabled"),this.next.classList.add("disabled")):(this.prev.classList.remove("disabled"),this.next.classList.remove("disabled"))},e.prototype.autoPlay=function(){this.setTimer()},e.prototype.setTimer=function(){var t=this;this.timer=setInterval((function(){t.currentIndex===t.slides.length-1?t.goTo(0):t.goToNext()}),this.speed)},e.prototype.resetTimer=function(){clearInterval(this.timer)},e.prototype.detectDirection=function(){var t=this.touchX,e=t.start,n=t.end;ne&&this.goToPrev()},e.prototype.recalculateWidth=function(){this.sliderWidth=this.inner.parentElement.clientWidth,this.calculateWidth()},e.prototype.goToPrev=function(){0===this.currentIndex&&this.isInfiniteLoop?(this.currentIndex=this.slides.length-1,this.inner.style.transform="translate(-".concat(this.currentIndex*this.sliderWidth,"px, 0px)"),this.addCurrentClass()):0!==this.currentIndex&&(this.currentIndex-=1,this.inner.style.transform="translate(-".concat(this.currentIndex*this.sliderWidth,"px, 0px)"),this.addCurrentClass(),this.addDisabledClass())},e.prototype.goToNext=function(){this.currentIndex===this.slides.length-1&&this.isInfiniteLoop?(this.currentIndex=0,this.inner.style.transform="translate(-".concat(this.currentIndex*this.sliderWidth,"px, 0px)"),this.addCurrentClass()):this.currentIndex=this.limit)return!1;this.el.hasAttribute("disabled")&&this.el.setAttribute("disabled","");var t=this.target.cloneNode(!0);this.addToItems(t),this.limit&&this.items.length>=this.limit&&this.el.setAttribute("disabled","disabled"),this.fireEvent("copy",t),(0,s.dispatch)("copy.hs.copyMarkup",t,t)},e.prototype.addPredefinedItems=function(){var t=this;Array.from(this.wrapper.children).filter((function(t){return!t.classList.contains("[--ignore-for-count]")})).forEach((function(e){t.addToItems(e)}))},e.prototype.setTarget=function(){var t="string"==typeof this.targetSelector?document.querySelector(this.targetSelector).cloneNode(!0):this.targetSelector.cloneNode(!0);t.removeAttribute("id"),this.target=t},e.prototype.setWrapper=function(){this.wrapper="string"==typeof this.wrapperSelector?document.querySelector(this.wrapperSelector):this.wrapperSelector},e.prototype.addToItems=function(t){var e=this,n=t.querySelector("[data-hs-copy-markup-delete-item]");this.wrapper?this.wrapper.append(t):this.el.before(t),n&&n.addEventListener("click",(function(){return e.delete(t)})),this.items.push(t)},e.prototype.delete=function(t){var e=this.items.indexOf(t);-1!==e&&this.items.splice(e,1),t.remove(),this.fireEvent("delete",t),(0,s.dispatch)("delete.hs.copyMarkup",t,t)},e.getInstance=function(t,e){var n=window.$hsCopyMarkupCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element:null},e.autoInit=function(){window.$hsCopyMarkupCollection||(window.$hsCopyMarkupCollection=[]),document.querySelectorAll("[data-hs-copy-markup]:not(.--prevent-on-load-init)").forEach((function(t){if(!window.$hsCopyMarkupCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))){var n=t.getAttribute("data-hs-copy-markup"),o=n?JSON.parse(n):{};new e(t,o)}}))},e}(n(737).default);window.addEventListener("load",(function(){l.autoInit()})),"undefined"!=typeof window&&(window.HSCopyMarkup=l),e.default=l},610:function(t,e,n){ +/* + * HSDropdown + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__spreadArray||function(t,e,n){if(n||2===arguments.length)for(var o,i=0,r=e.length;i .hs-dropdown-toggle")||i.el.children[0],i.menu=i.el.querySelector(":scope > .hs-dropdown-menu"),i.eventMode=(0,s.getClassProperty)(i.el,"--trigger","click"),i.closeMode=(0,s.getClassProperty)(i.el,"--auto-close","true"),i.animationInProcess=!1,i.toggle&&i.menu&&i.init(),i}return i(e,t),e.prototype.init=function(){var t=this;if(this.createCollection(window.$hsDropdownCollection,this),this.toggle.disabled)return!1;this.toggle.addEventListener("click",(function(){return t.onClickHandler()})),(0,s.isIOS)()||(0,s.isIpadOS)()||(this.el.addEventListener("mouseenter",(function(){return t.onMouseEnterHandler()})),this.el.addEventListener("mouseleave",(function(){return t.onMouseLeaveHandler()})))},e.prototype.resizeHandler=function(){this.eventMode=(0,s.getClassProperty)(this.el,"--trigger","click")},e.prototype.onClickHandler=function(){this.el.classList.contains("open")&&!this.menu.classList.contains("hidden")?this.close():this.open()},e.prototype.onMouseEnterHandler=function(){if("hover"!==this.eventMode)return!1;this.el._popper&&this.forceClearState(),!this.el.classList.contains("open")&&this.menu.classList.contains("hidden")&&this.open()},e.prototype.onMouseLeaveHandler=function(){if("hover"!==this.eventMode)return!1;this.el.classList.contains("open")&&!this.menu.classList.contains("hidden")&&this.close()},e.prototype.destroyPopper=function(){this.menu.classList.remove("block"),this.menu.classList.add("hidden"),this.menu.style.inset=null,this.menu.style.position=null,this.el&&this.el._popper&&this.el._popper.destroy(),this.animationInProcess=!1},e.prototype.absoluteStrategyModifiers=function(){var t=this;return[{name:"applyStyles",fn:function(e){var n=(window.getComputedStyle(t.el).getPropertyValue("--strategy")||"absolute").replace(" ",""),o=(window.getComputedStyle(t.el).getPropertyValue("--adaptive")||"adaptive").replace(" ","");e.state.elements.popper.style.position=n,e.state.elements.popper.style.transform="adaptive"===o?e.state.styles.popper.transform:null,e.state.elements.popper.style.top=null,e.state.elements.popper.style.bottom=null,e.state.elements.popper.style.left=null,e.state.elements.popper.style.right=null,e.state.elements.popper.style.margin=0}},{name:"computeStyles",options:{adaptive:!1}}]},e.prototype.open=function(){var t=this;if(this.el.classList.contains("open"))return!1;if(this.animationInProcess)return!1;this.animationInProcess=!0;var e=(window.getComputedStyle(this.el).getPropertyValue("--placement")||"").replace(" ",""),n=(window.getComputedStyle(this.el).getPropertyValue("--flip")||"true").replace(" ",""),o=(window.getComputedStyle(this.el).getPropertyValue("--strategy")||"fixed").replace(" ",""),i=parseInt((window.getComputedStyle(this.el).getPropertyValue("--offset")||"10").replace(" ",""));"static"!==o&&(this.el._popper=(0,l.createPopper)(this.el,this.menu,{placement:c.POSITIONS[e]||"bottom-start",strategy:o,modifiers:r(r([],"fixed"!==o?this.absoluteStrategyModifiers():[],!0),[{name:"flip",enabled:"true"===n},{name:"offset",options:{offset:[0,i]}}],!1)})),this.menu.style.margin=null,this.menu.classList.remove("hidden"),this.menu.classList.add("block"),setTimeout((function(){t.el.classList.add("open"),t.animationInProcess=!1})),this.fireEvent("open",this.el),(0,s.dispatch)("open.hs.dropdown",this.el,this.el)},e.prototype.close=function(t){var e=this;if(void 0===t&&(t=!0),this.animationInProcess||!this.el.classList.contains("open"))return!1;if(this.animationInProcess=!0,t){var n=this.el.querySelector("[data-hs-dropdown-transition]")||this.menu;(0,s.afterTransition)(n,(function(){return e.destroyPopper()}))}else this.destroyPopper();this.menu.style.margin=null,this.el.classList.remove("open"),this.fireEvent("close",this.el),(0,s.dispatch)("close.hs.dropdown",this.el,this.el)},e.prototype.forceClearState=function(){this.destroyPopper(),this.menu.style.margin=null,this.el.classList.remove("open")},e.getInstance=function(t,e){var n=window.$hsDropdownCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element.el:null},e.autoInit=function(){if(window.$hsDropdownCollection||(window.$hsDropdownCollection=[]),document.querySelectorAll(".hs-dropdown:not(.--prevent-on-load-init)").forEach((function(t){window.$hsDropdownCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)})),window.$hsDropdownCollection){document.addEventListener("keydown",(function(t){return e.accessibility(t)})),window.addEventListener("click",(function(t){var n=t.target;e.closeCurrentlyOpened(n)}));var t=window.innerWidth;window.addEventListener("resize",(function(){window.innerWidth!==t&&(t=innerWidth,e.closeCurrentlyOpened(null,!1))}))}},e.open=function(t){var e=window.$hsDropdownCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));e&&e.element.menu.classList.contains("hidden")&&e.element.open()},e.close=function(t){var e=window.$hsDropdownCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));e&&!e.element.menu.classList.contains("hidden")&&e.element.close()},e.accessibility=function(t){this.history=s.menuSearchHistory;var e=window.$hsDropdownCollection.find((function(t){return t.element.el.classList.contains("open")}));if(e&&(c.DROPDOWN_ACCESSIBILITY_KEY_SET.includes(t.code)||4===t.code.length&&t.code[t.code.length-1].match(/^[A-Z]*$/))&&!t.metaKey&&!e.element.menu.querySelector("input:focus"))switch(console.log("Key code:",t.code),t.code){case"Escape":e.element.menu.querySelector(".hs-select.active")||(t.preventDefault(),this.onEscape(t));break;case"Enter":e.element.menu.querySelector(".hs-select button:focus")||e.element.menu.querySelector(".hs-collapse-toggle:focus")||this.onEnter(t);break;case"ArrowUp":t.preventDefault(),this.onArrow();break;case"ArrowDown":t.preventDefault(),this.onArrow(!1);break;case"Home":t.preventDefault(),this.onStartEnd();break;case"End":t.preventDefault(),this.onStartEnd(!1);break;default:t.preventDefault(),this.onFirstLetter(t.key)}},e.onEscape=function(t){var e=t.target.closest(".hs-dropdown.open");if(window.$hsDropdownCollection.find((function(t){return t.element.el===e}))){var n=window.$hsDropdownCollection.find((function(t){return t.element.el===e}));n&&(n.element.close(),n.element.toggle.focus())}else this.closeCurrentlyOpened()},e.onEnter=function(t){var e=t.target.parentElement;if(window.$hsDropdownCollection.find((function(t){return t.element.el===e}))){t.preventDefault();var n=window.$hsDropdownCollection.find((function(t){return t.element.el===e}));n&&n.element.open()}},e.onArrow=function(t){void 0===t&&(t=!0);var e=window.$hsDropdownCollection.find((function(t){return t.element.el.classList.contains("open")}));if(e){var n=e.element.menu;if(!n)return!1;var o=(t?Array.from(n.querySelectorAll("a:not([hidden]), .hs-dropdown > button:not([hidden])")).reverse():Array.from(n.querySelectorAll("a:not([hidden]), .hs-dropdown > button:not([hidden])"))).filter((function(t){return!t.classList.contains("disabled")})),i=n.querySelector("a:focus, button:focus"),r=o.findIndex((function(t){return t===i}));r+1-1?e[(o+1)%e.length].focus():e[0].focus()},e.on=function(t,e,n){var o=window.$hsOverlayCollection.find((function(t){return t.element.el===("string"==typeof e?document.querySelector(e):e)||t.element.overlay===("string"==typeof e?document.querySelector(e):e)}));o&&(o.element.events[t]=n)},e}(n(737).default);window.addEventListener("load",(function(){l.autoInit()})),"undefined"!=typeof window&&(window.HSOverlay=l),e.default=l},659:function(t,e,n){ +/* + * HSPinInput + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n0&&this.items[e-1].focus()},e.prototype.onKeydown=function(t,e){"Backspace"===t.key&&e>0&&(""===this.items[e].value?(this.items[e-1].value="",this.items[e-1].focus()):this.items[e].value=""),this.setCurrentValue(),this.toggleCompleted()},e.prototype.onFocusIn=function(t){this.items[t].setAttribute("placeholder","")},e.prototype.onFocusOut=function(t){this.items[t].setAttribute("placeholder",this.placeholders[t])},e.prototype.onPaste=function(t){var e=this;t.preventDefault(),this.items.forEach((function(n){document.activeElement===n&&e.autoFillAll(t.clipboardData.getData("text"))}))},e.getInstance=function(t,e){var n=window.$hsPinInputCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element:null},e.autoInit=function(){window.$hsPinInputCollection||(window.$hsPinInputCollection=[]),document.querySelectorAll("[data-hs-pin-input]:not(.--prevent-on-load-init)").forEach((function(t){window.$hsPinInputCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e}(n(737).default);window.addEventListener("load",(function(){l.autoInit()})),"undefined"!=typeof window&&(window.HSPinInput=l),e.default=l},139:function(t,e,n){ +/* + * HSRemoveElement + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n0){if(this.activeSection===e)return!1;this.links.forEach((function(t){t.classList.remove("active")}));var a=this.el.querySelector('[href="#'.concat(e.getAttribute("id"),'"]'));if(a){a.classList.add("active");var c=a.closest("[data-hs-scrollspy-group]");if(c){var u=c.querySelector("[href]");u&&u.classList.add("active")}}this.activeSection=e}},e.prototype.scrollTo=function(t){var e=t.getAttribute("href"),n=document.querySelector(e),o=parseInt((0,r.getClassProperty)(this.el,"--scrollspy-offset","0")),i=parseInt((0,r.getClassProperty)(n,"--scrollspy-offset"))||o,s=this.scrollable===document?0:this.scrollable.offsetTop,l=n.offsetTop-i-s,a=this.scrollable===document?window:this.scrollable,c=function(){window.history.replaceState(null,null,t.getAttribute("href")),"scrollTo"in a&&a.scrollTo({top:l,left:0,behavior:"smooth"})},u=this.fireEvent("beforeScroll",this.el);(0,r.dispatch)("beforeScroll.hs.scrollspy",this.el,this.el),u instanceof Promise?u.then((function(){return c()})):c()},e.getInstance=function(t,e){void 0===e&&(e=!1);var n=window.$hsScrollspyCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element.el:null},e.autoInit=function(){window.$hsScrollspyCollection||(window.$hsScrollspyCollection=[]),document.querySelectorAll("[data-hs-scrollspy]:not(.--prevent-on-load-init)").forEach((function(t){window.$hsScrollspyCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e}(n(737).default);window.addEventListener("load",(function(){s.autoInit()})),"undefined"!=typeof window&&(window.HSScrollspy=s),e.default=s},961:function(t,e,n){ +/* + * HSTogglePassword + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n0&&i[i.length-1])||6!==l[0]&&2!==l[0])){s=0;continue}if(3===l[0]&&(!i||l[1]>i[0]&&l[1]",o.dropdownClasses=l.dropdownClasses||"absolute top-full z-[1] w-full bg-white border border-gray-200 rounded-md hidden mt-2",o.dropdownItemTemplate=l.dropdownItemTemplate||"
",o.dropdownItemTemplatesByType=l.dropdownItemTemplatesByType||null,o.dropdownItemClasses=l.dropdownItemClasses||"py-2 px-4 w-full cursor-pointer text-sm hover:bg-gray-300 hover:text-black",o.highlightedTextTagName=l.highlightedTextTagName||"u",o.highlightedTextClasses=l.highlightedTextClasses||"bg-green-200",o.jsonUrl&&o.fetchData().then((function(){return o.init()})),o}return i(e,t),e.prototype.init=function(){var t=this;this.createCollection(window.$hsSearchByJsonCollection,this),this.buildDropdown(),this.el.addEventListener("input",(0,a.debounce)((function(e){t.val=e.target.value,t.val.length>t.minChars?t.searchData(t.val):t.result=[],t.result.length?t.dropdown.classList.remove("hidden"):t.dropdown.classList.add("hidden"),t.buildItems(),console.log("result:",t.result)})))},e.prototype.fetchData=function(){return s(this,void 0,void 0,(function(){var t=this;return l(this,(function(e){switch(e.label){case 0:return[4,fetch(this.jsonUrl).then((function(t){return t.json()})).then((function(e){return t.json=e}))];case 1:return e.sent(),[2]}}))}))},e.prototype.searchData=function(t){this.result=this.json.filter((function(e){var n=t.toLowerCase(),o=e.title.toLowerCase(),i=e.description.toLowerCase();return o.includes(n)||i.includes(n)}))},e.prototype.buildDropdown=function(){this.dropdown=(0,a.htmlToElement)(this.dropdownTemplate),this.dropdownClasses&&(0,a.classToClassList)(this.dropdownClasses,this.dropdown),this.el.after(this.dropdown)},e.prototype.buildItems=function(){var t=this;this.dropdown.innerHTML="",this.result.forEach((function(e){var n=(0,a.htmlToElement)(''));n.append(t.itemTemplate(e)),t.dropdown.append(n)}))},e.prototype.itemTemplate=function(t){var e=new RegExp(this.val,"gi"),n=t.title.replace(e,"<".concat(this.highlightedTextTagName,' class="inline-block ').concat(this.highlightedTextClasses,'">').concat(this.val,"")),o=t.description.replace(e,"<".concat(this.highlightedTextTagName,' class="inline-block ').concat(this.highlightedTextClasses,'">').concat(this.val,"")),i=this.dropdownItemTemplatesByType?this.dropdownItemTemplatesByType.find((function(e){return e.type===t.type})):null,r=i?(0,a.htmlToElement)(i.markup):(0,a.htmlToElement)(this.dropdownItemTemplate);this.dropdownItemClasses&&(0,a.classToClassList)(this.dropdownItemClasses,r);var s=r.querySelector("[data-title]");s?s.append((0,a.htmlToElement)("".concat(n,""))):r.append((0,a.htmlToElement)("".concat(n,"")));var l=r.querySelector("[data-description]");if(l)l.append((0,a.htmlToElement)("".concat(o,"")));else if(!i){var c=(0,a.htmlToElement)("
");r.append(c),r.append((0,a.htmlToElement)("".concat(o,"")))}return r},e.getInstance=function(t){var e=window.$hsSearchByJsonCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return e?e.element:null},e.autoInit=function(){window.$hsSearchByJsonCollection||(window.$hsSearchByJsonCollection=[]),document.querySelectorAll("[data-hs-search-by-json]:not(.--prevent-on-load-init)").forEach((function(t){window.$hsSearchByJsonCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e}(n(737).default);window.addEventListener("load",(function(){c.autoInit()})),"undefined"!=typeof window&&(window.HSSearchByJson=c),e.default=c},233:function(t,e,n){ +/* + * HSSelect + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n"),e=this.toggle.querySelector("[data-icon]"),n=this.toggle.querySelector("[data-title]"),!this.isMultiple&&e&&this.setToggleIcon(),!this.isMultiple&&n&&this.setToggleTitle(),this.isMultiple?this.toggleTextWrapper.innerHTML=this.value.length?this.stringFromValue():this.placeholder:this.toggleTextWrapper.innerHTML=(null===(t=this.getItemByValue(this.value))||void 0===t?void 0:t.title)||this.placeholder,n||this.toggle.append(this.toggleTextWrapper),this.toggleClasses&&(0,l.classToClassList)(this.toggleClasses,this.toggle),this.isDisabled&&this.toggle.classList.add("disabled"),this.wrapper&&this.wrapper.append(this.toggle),this.toggle.addEventListener("click",(function(){if(o.isDisabled)return!1;o.isOpened?o.close():o.open()}))},e.prototype.setToggleIcon=function(){var t,e,n=this.toggle.querySelector("[data-icon]");if(n.innerHTML="",n){var o=(0,l.htmlToElement)((null===(e=null===(t=this.getItemByValue(this.value))||void 0===t?void 0:t.options)||void 0===e?void 0:e.icon)||"");n.append(o),o?n.classList.remove("hidden"):n.classList.add("hidden")}},e.prototype.setToggleTitle=function(){var t,e=this.toggle.querySelector("[data-title]");if(e.classList.add("truncate"),e.innerHTML="",e){var n=(null===(t=this.getItemByValue(this.value))||void 0===t?void 0:t.title)||this.placeholder;e.innerHTML=n,this.toggle.append(e)}},e.prototype.buildTags=function(){this.tags=document.createElement("div"),this.tags.classList.add("flex"),this.tagsClasses&&(0,l.classToClassList)(this.tagsClasses,this.tags),this.buildTagsInput(),this.buildTagsItems(),this.setTagsItems(),this.wrapper&&this.wrapper.append(this.tags)},e.prototype.buildTagsItems=function(){this.tagsItems=document.createElement("div"),this.tagsItems.classList.add("flex","flex-wrap","flex-0","items-center"),this.setTagsItems(),this.tags.append(this.tagsItems)},e.prototype.buildTagsItem=function(t){var e,n,o,i,r,s,a,c=this,u=this.getItemByValue(t),d=document.createElement("div");if(this.tagsItemClasses&&(0,l.classToClassList)(this.tagsItemClasses,d),this.tagsItemTemplate&&(i=(0,l.htmlToElement)(this.tagsItemTemplate),d.append(i)),null===(e=null==u?void 0:u.options)||void 0===e?void 0:e.icon){var p=(0,l.htmlToElement)(null===(n=null==u?void 0:u.options)||void 0===n?void 0:n.icon);(a=i?i.querySelector("[data-icon]"):document.createElement("span")).append(p),i||d.append(a)}i&&i.querySelector("[data-icon]")&&!(null===(o=null==u?void 0:u.options)||void 0===o?void 0:o.icon)&&i.querySelector("[data-icon]").classList.add("hidden"),(r=i?i.querySelector("[data-title]"):document.createElement("span")).textContent=u.title||"",i||d.append(r),i?s=i.querySelector("[data-remove]"):((s=document.createElement("span")).textContent="X",d.append(s)),s.addEventListener("click",(function(){c.value=c.value.filter((function(e){return e!==t})),c.unselectMultipleItems(),c.setTagsItems(),c.selectMultipleItems()})),this.tagsItems.append(d)},e.prototype.getItemByValue=function(t){return this.selectOptions.find((function(e){return e.val===t}))},e.prototype.setTagsItems=function(){var t=this;this.tagsItems.innerHTML="",this.value&&(this.value.forEach((function(e){t.buildTagsItem(e)})),this.tagsInput.readOnly=!0),this.value.length||(this.tagsInput.placeholder=this.placeholder,this.tagsInput.readOnly=!1)},e.prototype.buildTagsInput=function(){var t=this;this.tagsInput=document.createElement("input"),this.tagsInput.placeholder=this.placeholder,this.tagsInputClasses&&(0,l.classToClassList)(this.tagsInputClasses,this.tagsInput),this.tagsInput.addEventListener("focus",(function(){return t.open()})),this.tagsInput.addEventListener("input",(0,l.debounce)((function(e){return t.searchOptions(e.target.value)}))),this.tagsInput.addEventListener("keydown",(function(e){if("Enter"===e.key&&t.isAddTagOnEnter){var n=e.target.value;if(t.selectOptions.find((function(t){return t.val===n})))return!1;t.addSelectOption(n,n),t.buildOption(n,n),t.dropdown.querySelector('[data-value="'.concat(n,'"]')).click(),t.resetTagsInputField(),t.close()}})),this.tags.append(this.tagsInput)},e.prototype.buildDropdown=function(){var t=this;this.dropdown=(0,l.htmlToElement)(this.dropdownTag||"
"),this.dropdown.classList.add("absolute","top-full"),this.isOpened||this.dropdown.classList.add("hidden"),this.dropdownClasses&&(0,l.classToClassList)(this.dropdownClasses,this.dropdown),this.wrapper&&this.wrapper.append(this.dropdown),this.dropdown&&this.hasSearch&&this.buildSearch(),this.selectOptions&&this.selectOptions.forEach((function(e,n){return t.buildOption(e.title,e.val,e.options,"".concat(n))}))},e.prototype.buildSearch=function(){var t,e=this;this.searchWrapper=(0,l.htmlToElement)(this.searchWrapperTemplate||"
"),this.searchWrapperClasses&&(0,l.classToClassList)(this.searchWrapperClasses,this.searchWrapper),t=this.searchWrapper.querySelector("[data-input]"),this.search=(0,l.htmlToElement)(''),this.search.placeholder=this.searchPlaceholder,this.searchClasses&&(0,l.classToClassList)(this.searchClasses,this.search),this.search.addEventListener("input",(0,l.debounce)((function(t){return e.searchOptions(t.target.value)}))),t?t.append(this.search):this.searchWrapper.append(this.search),this.dropdown.append(this.searchWrapper)},e.prototype.buildOption=function(t,e,n,o){var i=this;void 0===o&&(o="1");var r=null,s=(0,l.htmlToElement)(this.optionTag||"
");if(s.setAttribute("data-value",e),s.setAttribute("data-title-value",t),s.setAttribute("tabIndex",o),s.classList.add("cursor-pointer"),this.optionTemplate&&(r=(0,l.htmlToElement)(this.optionTemplate),s.append(r)),r?r.querySelector("[data-title]").textContent=t||"":s.textContent=t||"",n){if(n.icon){var a=(0,l.htmlToElement)(n.icon);if(a.classList.add("mw-full"),r)r.querySelector("[data-icon]").append(a);else{var c=(0,l.htmlToElement)("
");this.iconClasses&&(0,l.classToClassList)(this.iconClasses,c),c.append(a),s.append(c)}}if(n.description)if(r)r.querySelector("[data-description]").append(n.description);else{var u=(0,l.htmlToElement)("
");u.textContent=n.description,this.descriptionClasses&&(0,l.classToClassList)(this.descriptionClasses,u),s.append(u)}}r&&r.querySelector("[data-icon]")&&!n&&!(null==n?void 0:n.icon)&&r.querySelector("[data-icon]").classList.add("hidden"),this.value&&(this.isMultiple?this.value.includes(e):this.value===e)&&s.classList.add("selected"),s.addEventListener("click",(function(){return i.onSelectOption(e)})),this.optionClasses&&(0,l.classToClassList)(this.optionClasses,s),this.dropdown&&this.dropdown.append(s)},e.prototype.destroyOption=function(t){var e=this.dropdown.querySelector('[data-value="'.concat(t,'"]'));if(!e)return!1;e.remove()},e.prototype.buildOriginalOption=function(t,e,n){var o=(0,l.htmlToElement)("");o.setAttribute("value",e),o.setAttribute("data-hs-select-option",JSON.stringify(n)),o.innerText=t,this.el.append(o)},e.prototype.destroyOriginalOption=function(t){var e=this.el.querySelector('[value="'.concat(t,'"]'));if(!e)return!1;e.remove()},e.prototype.onSelectOption=function(t){this.clearSelections(),this.isMultiple?(this.value=this.value.includes(t)?Array.from(this.value).filter((function(e){return e!==t})):s(s([],Array.from(this.value),!0),[t],!1),this.selectMultipleItems(),this.setNewValue()):(this.value=t,this.selectSingleItem(),this.setNewValue()),this.fireEvent("change",this.value),(0,l.dispatch)("change.hs.select",this.el,this.value),"tags"===this.mode&&this.resetTagsInputField(),this.isMultiple||(this.toggle.querySelector("[data-icon]")&&this.setToggleIcon(),this.toggle.querySelector("[data-title]")&&this.setToggleTitle(),this.close()),this.value.length||"tags"!==this.mode||(this.tagsInput.placeholder=this.placeholder)},e.prototype.addSelectOption=function(t,e,n){this.selectOptions=s(s([],this.selectOptions,!0),[{title:t,val:e,options:n}],!1)},e.prototype.removeSelectOption=function(t){if(!!!this.selectOptions.some((function(e){return e.val===t})))return!1;this.selectOptions=this.selectOptions.filter((function(e){return e.val!==t}))},e.prototype.resetTagsInputField=function(){this.tagsInput.value="",this.tagsInput.placeholder="",this.searchOptions("")},e.prototype.clearSelections=function(){Array.from(this.dropdown.children).forEach((function(t){t.classList.contains("selected")&&t.classList.remove("selected")})),Array.from(this.el.children).forEach((function(t){t.selected&&(t.selected=!1)}))},e.prototype.setNewValue=function(){"tags"===this.mode?this.setTagsItems():this.value.length?this.toggleTextWrapper.innerHTML=this.stringFromValue():this.toggleTextWrapper.innerHTML=this.placeholder},e.prototype.stringFromValue=function(){var t=this,e=[];return this.selectOptions.forEach((function(n){t.isMultiple?t.value.includes(n.val)&&e.push(n.title):t.value===n.val&&e.push(n.title)})),this.toggleCountText&&""!==this.toggleCountText&&e.length>=this.toggleCountTextMinItems?"".concat(e.length," ").concat(this.toggleCountText):e.join(", ")},e.prototype.selectSingleItem=function(){var t=this;Array.from(this.el.children).find((function(e){return t.value===e.value})).selected=!0,Array.from(this.dropdown.children).find((function(e){return t.value===e.getAttribute("data-value")})).classList.add("selected")},e.prototype.selectMultipleItems=function(){var t=this;Array.from(this.dropdown.children).filter((function(e){return t.value.includes(e.getAttribute("data-value"))})).forEach((function(t){return t.classList.add("selected")})),Array.from(this.el.children).filter((function(e){return t.value.includes(e.value)})).forEach((function(t){return t.selected=!0}))},e.prototype.unselectMultipleItems=function(){Array.from(this.dropdown.children).forEach((function(t){return t.classList.remove("selected")})),Array.from(this.el.children).forEach((function(t){return t.selected=!1}))},e.prototype.searchOptions=function(t){this.searchNoResult&&(this.searchNoResult.remove(),this.searchNoResult=null),this.searchNoResult=(0,l.htmlToElement)(""),this.searchNoResult.innerText=this.searchNoResultText,(0,l.classToClassList)(this.searchNoResultClasses,this.searchNoResult);var e=this.dropdown.querySelectorAll("[data-value]"),n=!1;e.forEach((function(e){e.getAttribute("data-title-value").toLowerCase().includes(t.toLowerCase())?(e.classList.remove("hidden"),n=!0):e.classList.add("hidden")})),n||this.dropdown.append(this.searchNoResult)},e.prototype.eraseToggleIcon=function(){var t=this.toggle.querySelector("[data-icon]");t&&(t.innerHTML=null,t.classList.add("hidden"))},e.prototype.eraseToggleTitle=function(){var t=this.toggle.querySelector("[data-title]");t?t.innerHTML=this.placeholder:this.toggleTextWrapper.innerHTML=this.placeholder},e.prototype.destroy=function(){var t=this.el.parentElement.parentElement;this.el.classList.remove("hidden"),this.el.style.display="",t.prepend(this.el),t.querySelector(".hs-select").remove(),this.wrapper=null},e.prototype.open=function(){var t=this;if(this.animationInProcess)return!1;this.animationInProcess=!0,this.dropdown.classList.remove("hidden"),this.recalculateDirection(),setTimeout((function(){t.wrapper.classList.add("active"),t.dropdown.classList.add("opened"),t.hasSearch&&t.search.focus(),t.animationInProcess=!1})),this.isOpened=!0},e.prototype.close=function(){var t,e,n,o=this;if(this.animationInProcess)return!1;this.animationInProcess=!0,this.wrapper.classList.remove("active"),this.dropdown.classList.remove("opened","bottom-full","top-full"),(null===(t=this.dropdownDirectionClasses)||void 0===t?void 0:t.bottom)&&this.dropdown.classList.remove(this.dropdownDirectionClasses.bottom),(null===(e=this.dropdownDirectionClasses)||void 0===e?void 0:e.top)&&this.dropdown.classList.remove(this.dropdownDirectionClasses.top),this.dropdown.style.marginTop="",this.dropdown.style.marginBottom="",(0,l.afterTransition)(this.dropdown,(function(){o.dropdown.classList.add("hidden"),o.hasSearch&&(o.search.value="",o.search.dispatchEvent(new Event("input",{bubbles:!0})),o.search.blur()),o.animationInProcess=!1})),null===(n=this.dropdown.querySelector(".hs-select-option-highlighted"))||void 0===n||n.classList.remove("hs-select-option-highlighted"),this.isOpened=!1},e.prototype.addOption=function(t){var e=this,n="".concat(this.selectOptions.length),o=function(t){var o=t.title,i=t.val,r=t.options;!!e.selectOptions.some((function(t){return t.val===i}))||(e.addSelectOption(o,i,r),e.buildOption(o,i,r,n),e.buildOriginalOption(o,i,r))};Array.isArray(t)?t.forEach((function(t){o(t)})):o(t)},e.prototype.removeOption=function(t){var e=this,n=function(t){!!e.selectOptions.some((function(e){return e.val===t}))&&(e.removeSelectOption(t),e.destroyOption(t),e.destroyOriginalOption(t),e.value===t&&(e.value=null,e.eraseToggleTitle(),e.eraseToggleIcon()))};Array.isArray(t)?t.forEach((function(t){n(t)})):n(t)},e.prototype.recalculateDirection=function(){var t,e,n,o;(0,l.isEnoughSpace)(this.dropdown,this.toggle||this.tagsInput,"bottom",this.dropdownSpace,this.viewport)?(this.dropdown.classList.remove("bottom-full"),(null===(t=this.dropdownDirectionClasses)||void 0===t?void 0:t.bottom)&&this.dropdown.classList.remove(this.dropdownDirectionClasses.bottom),this.dropdown.style.marginBottom="",this.dropdown.classList.add("top-full"),(null===(e=this.dropdownDirectionClasses)||void 0===e?void 0:e.top)&&this.dropdown.classList.add(this.dropdownDirectionClasses.top),this.dropdown.style.marginTop="".concat(this.dropdownSpace,"px")):(this.dropdown.classList.remove("top-full"),(null===(n=this.dropdownDirectionClasses)||void 0===n?void 0:n.top)&&this.dropdown.classList.remove(this.dropdownDirectionClasses.top),this.dropdown.style.marginTop="",this.dropdown.classList.add("bottom-full"),(null===(o=this.dropdownDirectionClasses)||void 0===o?void 0:o.bottom)&&this.dropdown.classList.add(this.dropdownDirectionClasses.bottom),this.dropdown.style.marginBottom="".concat(this.dropdownSpace,"px"))},e.getInstance=function(t,e){var n=window.$hsSelectCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element:null},e.autoInit=function(){window.$hsSelectCollection||(window.$hsSelectCollection=[]),document.querySelectorAll("[data-hs-select]:not(.--prevent-on-load-init)").forEach((function(t){if(!window.$hsSelectCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))){var n=t.getAttribute("data-hs-select"),o=n?JSON.parse(n):{};new e(t,o)}})),window.$hsSelectCollection&&(window.addEventListener("click",(function(t){var n=t.target;e.closeCurrentlyOpened(n)})),document.addEventListener("keydown",(function(t){return e.accessibility(t)})))},e.close=function(t){var e=window.$hsSelectCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));e&&e.element.isOpened&&e.element.close()},e.closeCurrentlyOpened=function(t){if(void 0===t&&(t=null),!t.closest(".hs-select.active")){var e=window.$hsSelectCollection.filter((function(t){return t.element.isOpened}))||null;e&&e.forEach((function(t){t.element.close()}))}},e.accessibility=function(t){var e=window.$hsSelectCollection.find((function(t){return t.element.isOpened}));if(e&&c.SELECT_ACCESSIBILITY_KEY_SET.includes(t.code)&&!t.metaKey)switch(console.log(e),console.log("Key code:",t.code),t.code){case"Escape":t.preventDefault(),this.onEscape();break;case"ArrowUp":t.preventDefault(),this.onArrow();break;case"ArrowDown":t.preventDefault(),this.onArrow(!1);break;case"Tab":t.preventDefault(),this.onTab(t.shiftKey);break;case"Home":t.preventDefault(),this.onStartEnd();break;case"End":t.preventDefault(),this.onStartEnd(!1);break;case"Enter":t.preventDefault(),this.onEnter(t)}},e.onEscape=function(){var t=window.$hsSelectCollection.find((function(t){return t.element.isOpened}));t&&t.element.close()},e.onArrow=function(t){void 0===t&&(t=!0);var e=window.$hsSelectCollection.find((function(t){return t.element.isOpened}));if(e){var n=e.element.dropdown;if(!n)return!1;var o=(t?Array.from(n.querySelectorAll(":scope > *:not(.hidden)")).reverse():Array.from(n.querySelectorAll(":scope > *:not(.hidden)"))).filter((function(t){return!t.classList.contains("disabled")})),i=n.querySelector(".hs-select-option-highlighted");i||o[0].classList.add("hs-select-option-highlighted");var r=o.findIndex((function(t){return t===i}));r+1 *:not(.hidden)")).reverse():Array.from(n.querySelectorAll(":scope > *:not(.hidden)"))).filter((function(t){return!t.classList.contains("disabled")})),i=n.querySelector(".hs-select-option-highlighted");i||o[0].classList.add("hs-select-option-highlighted");var r=o.findIndex((function(t){return t===i}));if(!(r+1 *:not(.hidden)")):Array.from(n.querySelectorAll(":scope > *:not(.hidden)")).reverse()).filter((function(t){return!t.classList.contains("disabled")})),i=n.querySelector(".hs-select-option-highlighted");o.length&&(o[0].focus(),i&&i.classList.remove("hs-select-option-highlighted"),o[0].classList.add("hs-select-option-highlighted"))}},e.onEnter=function(t){var e=t.target.previousSibling;if(window.$hsSelectCollection.find((function(t){return t.element.el===e}))){var n=window.$hsSelectCollection.find((function(t){return t.element.isOpened})),o=window.$hsSelectCollection.find((function(t){return t.element.el===e}));n.element.close(),o.element.open()}else{(o=window.$hsSelectCollection.find((function(t){return t.element.isOpened})))&&o.element.onSelectOption(t.target.dataset.value||"")}},e}(a.default);window.addEventListener("load",(function(){u.autoInit()})),document.addEventListener("scroll",(function(){if(!window.$hsSelectCollection)return!1;var t=window.$hsSelectCollection.find((function(t){return t.element.isOpened}));t&&t.element.recalculateDirection()})),"undefined"!=typeof window&&(window.HSSelect=u),e.default=u},957:function(t,e,n){ +/* + * HSStepper + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;nt.totalSteps&&(t.totalSteps=n)}))},e.prototype.buildNav=function(){var t=this;this.el.querySelectorAll("[data-hs-stepper-nav-item]").forEach((function(e){return t.addNavItem(e)})),this.navItems.forEach((function(e){return t.buildNavItem(e)}))},e.prototype.buildNavItem=function(t){var e=this,n=t.index,o=t.isDisabled,i=t.el;n===this.currentIndex&&this.setCurrentNavItem(),("linear"!==this.mode||o)&&i.addEventListener("click",(function(){return e.handleNavItemClick(t)}))},e.prototype.addNavItem=function(t){var e=JSON.parse(t.getAttribute("data-hs-stepper-nav-item")),n=e.index,o=e.isFinal,i=void 0!==o&&o,r=e.isCompleted,s=void 0!==r&&r,l=e.isSkip,a=void 0!==l&&l,c=e.isOptional,u=void 0!==c&&c,d=e.isDisabled,p=void 0!==d&&d,h=e.isProcessed,f=void 0!==h&&h,v=e.hasError,m=void 0!==v&&v;s&&t.classList.add("success"),a&&t.classList.add("skipped"),p&&("BUTTON"!==t.tagName&&"INPUT"!==t.tagName||t.setAttribute("disabled","disabled"),t.classList.add("disabled")),m&&t.classList.add("error"),this.navItems.push({index:n,isFinal:i,isCompleted:s,isSkip:a,isOptional:u,isDisabled:p,isProcessed:f,hasError:m,el:t})},e.prototype.setCurrentNavItem=function(){var t=this;this.navItems.forEach((function(e){var n=e.index,o=e.el;n===t.currentIndex?t.setCurrentNavItemActions(o):t.unsetCurrentNavItemActions(o)}))},e.prototype.setCurrentNavItemActions=function(t){t.classList.add("active"),this.fireEvent("active",this.currentIndex),(0,s.dispatch)("active.hs.stepper",this.el,this.currentIndex)},e.prototype.getNavItem=function(t){return void 0===t&&(t=this.currentIndex),this.navItems.find((function(e){return e.index===t}))},e.prototype.setProcessedNavItemActions=function(t){t.isProcessed=!0,t.el.classList.add("processed")},e.prototype.setErrorNavItemActions=function(t){t.hasError=!0,t.el.classList.add("error")},e.prototype.unsetCurrentNavItemActions=function(t){t.classList.remove("active")},e.prototype.handleNavItemClick=function(t){var e=t.index;this.currentIndex=e,this.setCurrentNavItem(),this.setCurrentContentItem(),this.checkForTheFirstStep()},e.prototype.buildContent=function(){var t=this;this.el.querySelectorAll("[data-hs-stepper-content-item]").forEach((function(e){return t.addContentItem(e)})),this.navItems.forEach((function(e){return t.buildContentItem(e)}))},e.prototype.buildContentItem=function(t){t.index===this.currentIndex&&this.setCurrentContentItem()},e.prototype.addContentItem=function(t){var e=JSON.parse(t.getAttribute("data-hs-stepper-content-item")),n=e.index,o=e.isFinal,i=void 0!==o&&o,r=e.isCompleted,s=void 0!==r&&r,l=e.isSkip,a=void 0!==l&&l;s&&t.classList.add("success"),a&&t.classList.add("skipped"),this.contentItems.push({index:n,isFinal:i,isCompleted:s,isSkip:a,el:t})},e.prototype.setCurrentContentItem=function(){var t=this;if(this.isCompleted){var e=this.contentItems.find((function(t){return t.isFinal})),n=this.contentItems.filter((function(t){return!t.isFinal}));return e.el.style.display="",n.forEach((function(t){return t.el.style.display="none"})),!1}this.contentItems.forEach((function(e){var n=e.index,o=e.el;n===t.currentIndex?t.setCurrentContentItemActions(o):t.unsetCurrentContentItemActions(o)}))},e.prototype.hideAllContentItems=function(){this.contentItems.forEach((function(t){return t.el.style.display="none"}))},e.prototype.setCurrentContentItemActions=function(t){t.style.display=""},e.prototype.unsetCurrentContentItemActions=function(t){t.style.display="none"},e.prototype.disableAll=function(){var t=this.getNavItem(this.currentIndex);t.hasError=!1,t.isCompleted=!1,t.isDisabled=!1,t.el.classList.remove("error","success"),this.disableButtons()},e.prototype.disableNavItemActions=function(t){t.isDisabled=!0,t.el.classList.add("disabled")},e.prototype.enableNavItemActions=function(t){t.isDisabled=!1,t.el.classList.remove("disabled")},e.prototype.buildButtons=function(){this.backBtn=this.el.querySelector("[data-hs-stepper-back-btn]"),this.nextBtn=this.el.querySelector("[data-hs-stepper-next-btn]"),this.skipBtn=this.el.querySelector("[data-hs-stepper-skip-btn]"),this.completeStepBtn=this.el.querySelector("[data-hs-stepper-complete-step-btn]"),this.finishBtn=this.el.querySelector("[data-hs-stepper-finish-btn]"),this.resetBtn=this.el.querySelector("[data-hs-stepper-reset-btn]"),this.buildBackButton(),this.buildNextButton(),this.buildSkipButton(),this.buildCompleteStepButton(),this.buildFinishButton(),this.buildResetButton()},e.prototype.buildBackButton=function(){var t=this;this.backBtn&&(this.checkForTheFirstStep(),this.backBtn.addEventListener("click",(function(){if(t.handleBackButtonClick(),"linear"===t.mode){var e=t.navItems.find((function(e){return e.index===t.currentIndex})),n=t.contentItems.find((function(e){return e.index===t.currentIndex}));if(!e||!n)return;e.isCompleted&&(e.isCompleted=!1,e.isSkip=!1,e.el.classList.remove("success","skipped")),n.isCompleted&&(n.isCompleted=!1,n.isSkip=!1,n.el.classList.remove("success","skipped")),"linear"===t.mode&&t.currentIndex!==t.totalSteps&&(t.nextBtn&&(t.nextBtn.style.display=""),t.completeStepBtn&&(t.completeStepBtn.style.display="")),t.showSkipButton(),t.showFinishButton(),t.showCompleteStepButton()}})))},e.prototype.handleBackButtonClick=function(){1!==this.currentIndex&&("linear"===this.mode&&this.removeOptionalClasses(),this.currentIndex--,"linear"===this.mode&&this.removeOptionalClasses(),this.setCurrentNavItem(),this.setCurrentContentItem(),this.checkForTheFirstStep(),this.completeStepBtn&&this.changeTextAndDisableCompleteButtonIfStepCompleted(),this.fireEvent("back",this.currentIndex),(0,s.dispatch)("back.hs.stepper",this.el,this.currentIndex))},e.prototype.checkForTheFirstStep=function(){1===this.currentIndex?this.setToDisabled(this.backBtn):this.setToNonDisabled(this.backBtn)},e.prototype.setToDisabled=function(t){"BUTTON"!==t.tagName&&"INPUT"!==t.tagName||t.setAttribute("disabled","disabled"),t.classList.add("disabled")},e.prototype.setToNonDisabled=function(t){"BUTTON"!==t.tagName&&"INPUT"!==t.tagName||t.removeAttribute("disabled"),t.classList.remove("disabled")},e.prototype.buildNextButton=function(){var t=this;this.nextBtn&&this.nextBtn.addEventListener("click",(function(){var e;if(t.fireEvent("beforeNext",t.currentIndex),(0,s.dispatch)("beforeNext.hs.stepper",t.el,t.currentIndex),null===(e=t.getNavItem(t.currentIndex))||void 0===e?void 0:e.isProcessed)return t.disableAll(),!1;t.goToNext()}))},e.prototype.unsetProcessedNavItemActions=function(t){t.isProcessed=!1,t.el.classList.remove("processed")},e.prototype.handleNextButtonClick=function(t){if(void 0===t&&(t=!0),t)this.currentIndex===this.totalSteps?this.currentIndex=1:this.currentIndex++;else{var e=this.getUncompletedSteps();if(1===e.length){var n=e[0].index;this.currentIndex=n}else{if(this.currentIndex===this.totalSteps)return;this.currentIndex++}}"linear"===this.mode&&this.removeOptionalClasses(),this.setCurrentNavItem(),this.setCurrentContentItem(),this.checkForTheFirstStep(),this.completeStepBtn&&this.changeTextAndDisableCompleteButtonIfStepCompleted(),this.showSkipButton(),this.showFinishButton(),this.showCompleteStepButton(),this.fireEvent("next",this.currentIndex),(0,s.dispatch)("next.hs.stepper",this.el,this.currentIndex)},e.prototype.removeOptionalClasses=function(){var t=this,e=this.navItems.find((function(e){return e.index===t.currentIndex})),n=this.contentItems.find((function(e){return e.index===t.currentIndex}));e.isSkip=!1,e.hasError=!1,e.isDisabled=!1,n.isSkip=!1,e.el.classList.remove("skipped","success","error"),n.el.classList.remove("skipped","success","error")},e.prototype.buildSkipButton=function(){var t=this;this.skipBtn&&(this.showSkipButton(),this.skipBtn.addEventListener("click",(function(){t.handleSkipButtonClick(),"linear"===t.mode&&t.currentIndex===t.totalSteps&&(t.nextBtn&&(t.nextBtn.style.display="none"),t.completeStepBtn&&(t.completeStepBtn.style.display="none"),t.finishBtn&&(t.finishBtn.style.display=""))})))},e.prototype.setSkipItem=function(t){var e=this,n=this.navItems.find((function(n){return n.index===(t||e.currentIndex)})),o=this.contentItems.find((function(n){return n.index===(t||e.currentIndex)}));n&&o&&(this.setSkipItemActions(n),this.setSkipItemActions(o))},e.prototype.setSkipItemActions=function(t){t.isSkip=!0,t.el.classList.add("skipped")},e.prototype.showSkipButton=function(){var t=this;if(this.skipBtn){var e=this.navItems.find((function(e){return e.index===t.currentIndex})).isOptional;this.skipBtn.style.display=e?"":"none"}},e.prototype.handleSkipButtonClick=function(){this.setSkipItem(),this.handleNextButtonClick(),this.fireEvent("skip",this.currentIndex),(0,s.dispatch)("skip.hs.stepper",this.el,this.currentIndex)},e.prototype.buildCompleteStepButton=function(){var t=this;this.completeStepBtn&&(this.completeStepBtnDefaultText=this.completeStepBtn.innerText,this.completeStepBtn.addEventListener("click",(function(){return t.handleCompleteStepButtonClick()})))},e.prototype.changeTextAndDisableCompleteButtonIfStepCompleted=function(){var t=this,e=this.navItems.find((function(e){return e.index===t.currentIndex})),n=JSON.parse(this.completeStepBtn.getAttribute("data-hs-stepper-complete-step-btn")).completedText;e&&(e.isCompleted?(this.completeStepBtn.innerText=n||this.completeStepBtnDefaultText,this.completeStepBtn.setAttribute("disabled","disabled"),this.completeStepBtn.classList.add("disabled")):(this.completeStepBtn.innerText=this.completeStepBtnDefaultText,this.completeStepBtn.removeAttribute("disabled"),this.completeStepBtn.classList.remove("disabled")))},e.prototype.setCompleteItem=function(t){var e=this,n=this.navItems.find((function(n){return n.index===(t||e.currentIndex)})),o=this.contentItems.find((function(n){return n.index===(t||e.currentIndex)}));n&&o&&(this.setCompleteItemActions(n),this.setCompleteItemActions(o))},e.prototype.setCompleteItemActions=function(t){t.isCompleted=!0,t.el.classList.add("success")},e.prototype.showCompleteStepButton=function(){this.completeStepBtn&&(1===this.getUncompletedSteps().length?this.completeStepBtn.style.display="none":this.completeStepBtn.style.display="")},e.prototype.handleCompleteStepButtonClick=function(){this.setCompleteItem(),this.fireEvent("complete",this.currentIndex),(0,s.dispatch)("complete.hs.stepper",this.el,this.currentIndex),this.handleNextButtonClick(!1),this.showFinishButton(),this.showCompleteStepButton(),this.checkForTheFirstStep(),this.completeStepBtn&&this.changeTextAndDisableCompleteButtonIfStepCompleted(),this.showSkipButton()},e.prototype.buildFinishButton=function(){var t=this;this.finishBtn&&(this.isCompleted&&this.setCompleted(),this.finishBtn.addEventListener("click",(function(){return t.handleFinishButtonClick()})))},e.prototype.setCompleted=function(){this.el.classList.add("completed")},e.prototype.unsetCompleted=function(){this.el.classList.remove("completed")},e.prototype.showFinishButton=function(){this.finishBtn&&(1===this.getUncompletedSteps().length?this.finishBtn.style.display="":this.finishBtn.style.display="none")},e.prototype.handleFinishButtonClick=function(){var t=this,e=this.getUncompletedSteps(),n=this.getUncompletedSteps(!0),o=this.contentItems.find((function(t){return t.isFinal})).el;e.length&&e.forEach((function(e){var n=e.index;return t.setCompleteItem(n)})),this.currentIndex=this.totalSteps,this.setCurrentNavItem(),this.hideAllContentItems();var i=this.navItems.find((function(e){return e.index===t.currentIndex}));(i?i.el:null).classList.remove("active"),o.style.display="block",this.backBtn&&(this.backBtn.style.display="none"),this.nextBtn&&(this.nextBtn.style.display="none"),this.skipBtn&&(this.skipBtn.style.display="none"),this.completeStepBtn&&(this.completeStepBtn.style.display="none"),this.finishBtn&&(this.finishBtn.style.display="none"),this.resetBtn&&(this.resetBtn.style.display=""),n.length<=1&&(this.isCompleted=!0,this.setCompleted()),this.fireEvent("finish",this.currentIndex),(0,s.dispatch)("finish.hs.stepper",this.el,this.currentIndex)},e.prototype.buildResetButton=function(){var t=this;this.resetBtn&&this.resetBtn.addEventListener("click",(function(){return t.handleResetButtonClick()}))},e.prototype.handleResetButtonClick=function(){var t=this;this.backBtn&&(this.backBtn.style.display=""),this.nextBtn&&(this.nextBtn.style.display=""),this.completeStepBtn&&(this.completeStepBtn.style.display="",this.completeStepBtn.innerText=this.completeStepBtnDefaultText,this.completeStepBtn.removeAttribute("disabled"),this.completeStepBtn.classList.remove("disabled")),this.resetBtn&&(this.resetBtn.style.display="none"),this.navItems.forEach((function(e){var n=e.el;e.isSkip=!1,e.isCompleted=!1,t.unsetCurrentNavItemActions(n),n.classList.remove("success","skipped")})),this.contentItems.forEach((function(e){var n=e.el;e.isSkip=!1,e.isCompleted=!1,t.unsetCurrentContentItemActions(n),n.classList.remove("success","skipped")})),this.currentIndex=1,this.setCurrentNavItem(),this.setCurrentContentItem(),this.showFinishButton(),this.showCompleteStepButton(),this.checkForTheFirstStep(),this.unsetCompleted(),this.isCompleted=!1,this.fireEvent("reset",this.currentIndex),(0,s.dispatch)("reset.hs.stepper",this.el,this.currentIndex)},e.prototype.setProcessedNavItem=function(t){var e=this.getNavItem(t);e&&this.setProcessedNavItemActions(e)},e.prototype.unsetProcessedNavItem=function(t){var e=this.getNavItem(t);e&&this.unsetProcessedNavItemActions(e)},e.prototype.goToNext=function(){"linear"===this.mode&&this.setCompleteItem(),this.handleNextButtonClick("linear"!==this.mode),"linear"===this.mode&&this.currentIndex===this.totalSteps&&(this.nextBtn&&(this.nextBtn.style.display="none"),this.completeStepBtn&&(this.completeStepBtn.style.display="none"))},e.prototype.disableButtons=function(){this.backBtn&&this.setToDisabled(this.backBtn),this.nextBtn&&this.setToDisabled(this.nextBtn)},e.prototype.enableButtons=function(){this.backBtn&&this.setToNonDisabled(this.backBtn),this.nextBtn&&this.setToNonDisabled(this.nextBtn)},e.prototype.setErrorNavItem=function(t){var e=this.getNavItem(t);e&&this.setErrorNavItemActions(e)},e.getInstance=function(t,e){var n=window.$hsStepperCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element:null},e.autoInit=function(){window.$hsStepperCollection||(window.$hsStepperCollection=[]),document.querySelectorAll("[data-hs-stepper]:not(.--prevent-on-load-init)").forEach((function(t){window.$hsStepperCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e}(n(737).default);window.addEventListener("load",(function(){l.autoInit()})),"undefined"!=typeof window&&(window.HSStepper=l),e.default=l},983:function(t,e,n){ +/* + * HSStrongPassword + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n?@[\\\\\\]^_`{|}~",o.target&&o.init(),o}return i(e,t),e.prototype.init=function(){this.createCollection(window.$hsStrongPasswordCollection,this),this.availableChecks.length&&this.build()},e.prototype.build=function(){var t=this;this.buildStrips(),this.hints&&this.buildHints(),this.setStrength(this.target.value),this.target.addEventListener("input",(function(e){t.setStrength(e.target.value)}))},e.prototype.buildStrips=function(){if(this.el.innerHTML="",this.stripClasses)for(var t=0;t");(0,s.classToClassList)(this.stripClasses,e),this.el.append(e)}},e.prototype.buildHints=function(){var t=this;this.weakness=this.hints.querySelector("[data-hs-strong-password-hints-weakness-text]")||null,this.rules=Array.from(this.hints.querySelectorAll("[data-hs-strong-password-hints-rule-text]"))||null,this.rules.forEach((function(e){var n,o=e.getAttribute("data-hs-strong-password-hints-rule-text");(null===(n=t.checksExclude)||void 0===n?void 0:n.includes(o))&&e.remove()})),this.weakness&&this.buildWeakness(),this.rules&&this.buildRules(),"popover"===this.mode&&(this.target.addEventListener("focus",(function(){t.isOpened=!0,t.hints.classList.remove("hidden"),t.hints.classList.add("block"),t.recalculateDirection()})),this.target.addEventListener("blur",(function(){t.isOpened=!1,t.hints.classList.remove("block","bottom-full","top-full"),t.hints.classList.add("hidden"),t.hints.style.marginTop="",t.hints.style.marginBottom=""})))},e.prototype.buildWeakness=function(){var t=this;this.checkStrength(this.target.value),this.setWeaknessText(),this.target.addEventListener("input",(function(){return setTimeout((function(){return t.setWeaknessText()}))}))},e.prototype.buildRules=function(){var t=this;this.setRulesText(),this.target.addEventListener("input",(function(){return setTimeout((function(){return t.setRulesText()}))}))},e.prototype.setWeaknessText=function(){var t=this.weakness.getAttribute("data-hs-strong-password-hints-weakness-text"),e=JSON.parse(t);this.weakness.textContent=e[this.strength]},e.prototype.setRulesText=function(){var t=this;this.rules.forEach((function(e){var n=e.getAttribute("data-hs-strong-password-hints-rule-text");t.checkIfPassed(e,t.passedRules.has(n))}))},e.prototype.togglePopover=function(){var t=this.el.querySelector(".popover");t&&t.classList.toggle("show")},e.prototype.checkStrength=function(t){var e=new Set,n={lowercase:/[a-z]+/,uppercase:/[A-Z]+/,numbers:/[0-9]+/,"special-characters":new RegExp("[".concat(this.specialCharactersSet,"]"))},o=0;return this.availableChecks.includes("lowercase")&&t.match(n.lowercase)&&(o+=1,e.add("lowercase")),this.availableChecks.includes("uppercase")&&t.match(n.uppercase)&&(o+=1,e.add("uppercase")),this.availableChecks.includes("numbers")&&t.match(n.numbers)&&(o+=1,e.add("numbers")),this.availableChecks.includes("special-characters")&&t.match(n["special-characters"])&&(o+=1,e.add("special-characters")),this.availableChecks.includes("min-length")&&t.length>=this.minLength&&(o+=1,e.add("min-length")),t.length||(o=0),o===this.availableChecks.length?this.el.classList.add("accepted"):this.el.classList.remove("accepted"),this.strength=o,this.passedRules=e,{strength:this.strength,rules:this.passedRules}},e.prototype.checkIfPassed=function(t,e){void 0===e&&(e=!1);var n=t.querySelector("[data-check]"),o=t.querySelector("[data-uncheck]");e?(t.classList.add("active"),n.classList.remove("hidden"),o.classList.add("hidden")):(t.classList.remove("active"),n.classList.add("hidden"),o.classList.remove("hidden"))},e.prototype.setStrength=function(t){var e=this.checkStrength(t),n=e.strength,o={strength:n,rules:e.rules};this.hideStrips(n),this.fireEvent("change",o),(0,s.dispatch)("change.hs.strongPassword",this.el,o)},e.prototype.hideStrips=function(t){Array.from(this.el.children).forEach((function(e,n){n1&&!!o.el.closest("[data-hs-toggle-password-group]"),o.target&&o.init(),o}return i(e,t),e.prototype.init=function(){var t=this;this.createCollection(window.$hsTogglePasswordCollection,this),this.isShown?this.show():this.hide(),this.el.addEventListener(this.eventType,(function(){t.isShown?t.hide():t.show(),t.fireEvent("toggle",t.target),(0,s.dispatch)("toggle.hs.toggle-select",t.el,t.target)}))},e.prototype.getMultipleToggles=function(){var t=this.el.closest("[data-hs-toggle-password-group]").querySelectorAll("[data-hs-toggle-password]"),n=[];return t.forEach((function(t){n.push(e.getInstance(t))})),n},e.prototype.show=function(){this.isMultiple?(this.getMultipleToggles().forEach((function(t){return!!t&&(t.isShown=!0)})),this.el.closest("[data-hs-toggle-password-group]").classList.add("active")):(this.isShown=!0,this.el.classList.add("active"));this.target.forEach((function(t){t.type="text"}))},e.prototype.hide=function(){this.isMultiple?(this.getMultipleToggles().forEach((function(t){return!!t&&(t.isShown=!1)})),this.el.closest("[data-hs-toggle-password-group]").classList.remove("active")):(this.isShown=!1,this.el.classList.remove("active"));this.target.forEach((function(t){t.type="password"}))},e.getInstance=function(t,e){var n=window.$hsTogglePasswordCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element:null},e.autoInit=function(){window.$hsTogglePasswordCollection||(window.$hsTogglePasswordCollection=[]),document.querySelectorAll("[data-hs-toggle-password]:not(.--prevent-on-load-init)").forEach((function(t){window.$hsTogglePasswordCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e}(n(737).default);window.addEventListener("load",(function(){l.autoInit()})),"undefined"!=typeof window&&(window.HSTogglePassword=l),e.default=l},679:function(t,e,n){ +/* + * HSTooltip + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n{Object.defineProperty(e,"__esModule",{value:!0}),e.COLLECTIONS=void 0;var o=n(413),i=n(460),r=n(629),s=n(652),l=n(610),a=n(371),c=n(770),u=n(659),d=n(139),p=n(591),h=n(233),f=n(957),v=n(983),m=n(949),y=n(87),g=n(366),w=n(679);e.COLLECTIONS=[{key:"copy-markup",fn:o.default},{key:"accordion",fn:i.default},{key:"carousel",fn:r.default},{key:"collapse",fn:s.default},{key:"dropdown",fn:l.default},{key:"input-number",fn:a.default},{key:"overlay",fn:c.default},{key:"pin-input",fn:u.default},{key:"remove-element",fn:d.default},{key:"scrollspy",fn:p.default},{key:"select",fn:h.default},{key:"stepper",fn:f.default},{key:"strong-password",fn:v.default},{key:"tabs",fn:m.default},{key:"toggle-count",fn:y.default},{key:"toggle-password",fn:g.default},{key:"tooltip",fn:w.default}]},313:(t,e,n)=>{ +/* + * HSStaticMethods + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +Object.defineProperty(e,"__esModule",{value:!0});var o=n(969),i=n(362),r={getClassProperty:o.getClassProperty,afterTransition:o.afterTransition,autoInit:function(t){void 0===t&&(t="all"),"all"===t?i.COLLECTIONS.forEach((function(t){var e=t.fn;null==e||e.autoInit()})):i.COLLECTIONS.forEach((function(e){var n=e.key,o=e.fn;t.includes(n)&&(null==o||o.autoInit())}))}};"undefined"!=typeof window&&(window.HSStaticMethods=r),e.default=r},969:function(t,e){var n=this;Object.defineProperty(e,"__esModule",{value:!0}),e.menuSearchHistory=e.classToClassList=e.htmlToElement=e.afterTransition=e.dispatch=e.debounce=e.isFormElement=e.isParentOrElementHidden=e.isEnoughSpace=e.isIpadOS=e.isIOS=e.getClassPropertyAlt=e.getClassProperty=void 0;e.getClassProperty=function(t,e,n){return void 0===n&&(n=""),(window.getComputedStyle(t).getPropertyValue(e)||n).replace(" ","")};e.getClassPropertyAlt=function(t,e,n){void 0===n&&(n="");var o="";return t.classList.forEach((function(t){t.includes(e)&&(o=t)})),o.match(/:(.*)]/)?o.match(/:(.*)]/)[1]:n};e.isIOS=function(){return!!/iPad|iPhone|iPod/.test(navigator.platform)||navigator.maxTouchPoints&&navigator.maxTouchPoints>2&&/MacIntel/.test(navigator.platform)};e.isIpadOS=function(){return navigator.maxTouchPoints&&navigator.maxTouchPoints>2&&/MacIntel/.test(navigator.platform)};e.isEnoughSpace=function(t,e,n,o,i){void 0===n&&(n="auto"),void 0===o&&(o=10),void 0===i&&(i=null);var r=e.getBoundingClientRect(),s=i?i.getBoundingClientRect():null,l=window.innerHeight,a=s?r.top-s.top:r.top,c=(i?s.bottom:l)-r.bottom,u=t.clientHeight+o;return"bottom"===n?c>=u:"top"===n?a>=u:a>=u||c>=u};e.isFormElement=function(t){return t instanceof HTMLInputElement||t instanceof HTMLTextAreaElement||t instanceof HTMLSelectElement};var o=function(t){return!!t&&("none"===window.getComputedStyle(t).display||o(t.parentElement))};e.isParentOrElementHidden=o;e.debounce=function(t,e){var o;return void 0===e&&(e=200),function(){for(var i=[],r=0;rthis.historyIndex},clearHistory:function(){this.historyIndex=-1}}}},e={};function n(o){var i=e[o];if(void 0!==i)return i.exports;var r=e[o]={exports:{}};return t[o].call(r.exports,r,r.exports,n),r.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};return(()=>{var t=o;Object.defineProperty(t,"__esModule",{value:!0}),t.HSStaticMethods=t.HSTooltip=t.HSTogglePassword=t.HSToggleCount=t.HSThemeSwitch=t.HSTabs=t.HSStrongPassword=t.HSStepper=t.HSSelect=t.HSScrollspy=t.HSSearchByJson=t.HSRemoveElement=t.HSPinInput=t.HSOverlay=t.HSInputNumber=t.HSDropdown=t.HSCollapse=t.HSCarousel=t.HSAccordion=t.HSCopyMarkup=void 0;var e=n(413);Object.defineProperty(t,"HSCopyMarkup",{enumerable:!0,get:function(){return e.default}});var i=n(460);Object.defineProperty(t,"HSAccordion",{enumerable:!0,get:function(){return i.default}});var r=n(629);Object.defineProperty(t,"HSCarousel",{enumerable:!0,get:function(){return r.default}});var s=n(652);Object.defineProperty(t,"HSCollapse",{enumerable:!0,get:function(){return s.default}});var l=n(610);Object.defineProperty(t,"HSDropdown",{enumerable:!0,get:function(){return l.default}});var a=n(371);Object.defineProperty(t,"HSInputNumber",{enumerable:!0,get:function(){return a.default}});var c=n(770);Object.defineProperty(t,"HSOverlay",{enumerable:!0,get:function(){return c.default}});var u=n(659);Object.defineProperty(t,"HSPinInput",{enumerable:!0,get:function(){return u.default}});var d=n(139);Object.defineProperty(t,"HSRemoveElement",{enumerable:!0,get:function(){return d.default}});var p=n(961);Object.defineProperty(t,"HSSearchByJson",{enumerable:!0,get:function(){return p.default}});var h=n(591);Object.defineProperty(t,"HSScrollspy",{enumerable:!0,get:function(){return h.default}});var f=n(233);Object.defineProperty(t,"HSSelect",{enumerable:!0,get:function(){return f.default}});var v=n(957);Object.defineProperty(t,"HSStepper",{enumerable:!0,get:function(){return v.default}});var m=n(983);Object.defineProperty(t,"HSStrongPassword",{enumerable:!0,get:function(){return m.default}});var y=n(949);Object.defineProperty(t,"HSTabs",{enumerable:!0,get:function(){return y.default}});var g=n(557);Object.defineProperty(t,"HSThemeSwitch",{enumerable:!0,get:function(){return g.default}});var w=n(87);Object.defineProperty(t,"HSToggleCount",{enumerable:!0,get:function(){return w.default}});var b=n(366);Object.defineProperty(t,"HSTogglePassword",{enumerable:!0,get:function(){return b.default}});var C=n(679);Object.defineProperty(t,"HSTooltip",{enumerable:!0,get:function(){return C.default}});var S=n(313);Object.defineProperty(t,"HSStaticMethods",{enumerable:!0,get:function(){return S.default}})})(),o})())); \ No newline at end of file diff --git a/public/template_3/libs/swiper/swiper-bundle.min.css b/public/template_3/libs/swiper/swiper-bundle.min.css new file mode 100644 index 0000000..e0461a8 --- /dev/null +++ b/public/template_3/libs/swiper/swiper-bundle.min.css @@ -0,0 +1,13 @@ +/** + * Swiper 8.0.7 + * Most modern mobile touch slider and framework with hardware accelerated transitions + * https://swiperjs.com + * + * Copyright 2014-2022 Vladimir Kharlampidi + * + * Released under the MIT License + * + * Released on: March 4, 2022 + */ + +@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden} \ No newline at end of file diff --git a/public/template_3/libs/swiper/swiper-bundle.min.js b/public/template_3/libs/swiper/swiper-bundle.min.js new file mode 100644 index 0000000..ccf98ab --- /dev/null +++ b/public/template_3/libs/swiper/swiper-bundle.min.js @@ -0,0 +1,13 @@ +/** + * Swiper 8.0.7 + * Most modern mobile touch slider and framework with hardware accelerated transitions + * https://swiperjs.com + * + * Copyright 2014-2022 Vladimir Kharlampidi + * + * Released under the MIT License + * + * Released on: March 4, 2022 + */ + +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).Swiper=t()}(this,(function(){"use strict";function e(e){return null!==e&&"object"==typeof e&&"constructor"in e&&e.constructor===Object}function t(s,a){void 0===s&&(s={}),void 0===a&&(a={}),Object.keys(a).forEach((i=>{void 0===s[i]?s[i]=a[i]:e(a[i])&&e(s[i])&&Object.keys(a[i]).length>0&&t(s[i],a[i])}))}const s={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector:()=>null,querySelectorAll:()=>[],getElementById:()=>null,createEvent:()=>({initEvent(){}}),createElement:()=>({children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName:()=>[]}),createElementNS:()=>({}),importNode:()=>null,location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function a(){const e="undefined"!=typeof document?document:{};return t(e,s),e}const i={document:s,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle:()=>({getPropertyValue:()=>""}),Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia:()=>({}),requestAnimationFrame:e=>"undefined"==typeof setTimeout?(e(),null):setTimeout(e,0),cancelAnimationFrame(e){"undefined"!=typeof setTimeout&&clearTimeout(e)}};function r(){const e="undefined"!=typeof window?window:{};return t(e,i),e}class n extends Array{constructor(e){"number"==typeof e?super(e):(super(...e||[]),function(e){const t=e.__proto__;Object.defineProperty(e,"__proto__",{get:()=>t,set(e){t.__proto__=e}})}(this))}}function l(e){void 0===e&&(e=[]);const t=[];return e.forEach((e=>{Array.isArray(e)?t.push(...l(e)):t.push(e)})),t}function o(e,t){return Array.prototype.filter.call(e,t)}function d(e,t){const s=r(),i=a();let l=[];if(!t&&e instanceof n)return e;if(!e)return new n(l);if("string"==typeof e){const s=e.trim();if(s.indexOf("<")>=0&&s.indexOf(">")>=0){let e="div";0===s.indexOf("e.split(" "))));return this.forEach((e=>{e.classList.add(...a)})),this},removeClass:function(){for(var e=arguments.length,t=new Array(e),s=0;se.split(" "))));return this.forEach((e=>{e.classList.remove(...a)})),this},hasClass:function(){for(var e=arguments.length,t=new Array(e),s=0;se.split(" "))));return o(this,(e=>a.filter((t=>e.classList.contains(t))).length>0)).length>0},toggleClass:function(){for(var e=arguments.length,t=new Array(e),s=0;se.split(" "))));this.forEach((e=>{a.forEach((t=>{e.classList.toggle(t)}))}))},attr:function(e,t){if(1===arguments.length&&"string"==typeof e)return this[0]?this[0].getAttribute(e):void 0;for(let s=0;s=0;e-=1){const i=a[e];r&&i.listener===r||r&&i.listener&&i.listener.dom7proxy&&i.listener.dom7proxy===r?(s.removeEventListener(t,i.proxyListener,n),a.splice(e,1)):r||(s.removeEventListener(t,i.proxyListener,n),a.splice(e,1))}}}return this},trigger:function(){const e=r();for(var t=arguments.length,s=new Array(t),a=0;at>0)),i.dispatchEvent(t),i.dom7EventData=[],delete i.dom7EventData}}}return this},transitionEnd:function(e){const t=this;return e&&t.on("transitionend",(function s(a){a.target===this&&(e.call(this,a),t.off("transitionend",s))})),this},outerWidth:function(e){if(this.length>0){if(e){const e=this.styles();return this[0].offsetWidth+parseFloat(e.getPropertyValue("margin-right"))+parseFloat(e.getPropertyValue("margin-left"))}return this[0].offsetWidth}return null},outerHeight:function(e){if(this.length>0){if(e){const e=this.styles();return this[0].offsetHeight+parseFloat(e.getPropertyValue("margin-top"))+parseFloat(e.getPropertyValue("margin-bottom"))}return this[0].offsetHeight}return null},styles:function(){const e=r();return this[0]?e.getComputedStyle(this[0],null):{}},offset:function(){if(this.length>0){const e=r(),t=a(),s=this[0],i=s.getBoundingClientRect(),n=t.body,l=s.clientTop||n.clientTop||0,o=s.clientLeft||n.clientLeft||0,d=s===e?e.scrollY:s.scrollTop,c=s===e?e.scrollX:s.scrollLeft;return{top:i.top+d-l,left:i.left+c-o}}return null},css:function(e,t){const s=r();let a;if(1===arguments.length){if("string"!=typeof e){for(a=0;a{e.apply(t,[t,s])})),this):this},html:function(e){if(void 0===e)return this[0]?this[0].innerHTML:null;for(let t=0;tt-1)return d([]);if(e<0){const s=t+e;return d(s<0?[]:[this[s]])}return d([this[e]])},append:function(){let e;const t=a();for(let s=0;s=0;i-=1)this[s].insertBefore(a.childNodes[i],this[s].childNodes[0])}else if(e instanceof n)for(i=0;i0?e?this[0].nextElementSibling&&d(this[0].nextElementSibling).is(e)?d([this[0].nextElementSibling]):d([]):this[0].nextElementSibling?d([this[0].nextElementSibling]):d([]):d([])},nextAll:function(e){const t=[];let s=this[0];if(!s)return d([]);for(;s.nextElementSibling;){const a=s.nextElementSibling;e?d(a).is(e)&&t.push(a):t.push(a),s=a}return d(t)},prev:function(e){if(this.length>0){const t=this[0];return e?t.previousElementSibling&&d(t.previousElementSibling).is(e)?d([t.previousElementSibling]):d([]):t.previousElementSibling?d([t.previousElementSibling]):d([])}return d([])},prevAll:function(e){const t=[];let s=this[0];if(!s)return d([]);for(;s.previousElementSibling;){const a=s.previousElementSibling;e?d(a).is(e)&&t.push(a):t.push(a),s=a}return d(t)},parent:function(e){const t=[];for(let s=0;s6&&(i=i.split(", ").map((e=>e.replace(",","."))).join(", ")),n=new s.WebKitCSSMatrix("none"===i?"":i)):(n=l.MozTransform||l.OTransform||l.MsTransform||l.msTransform||l.transform||l.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),a=n.toString().split(",")),"x"===t&&(i=s.WebKitCSSMatrix?n.m41:16===a.length?parseFloat(a[12]):parseFloat(a[4])),"y"===t&&(i=s.WebKitCSSMatrix?n.m42:16===a.length?parseFloat(a[13]):parseFloat(a[5])),i||0}function m(e){return"object"==typeof e&&null!==e&&e.constructor&&"Object"===Object.prototype.toString.call(e).slice(8,-1)}function f(e){return"undefined"!=typeof window&&void 0!==window.HTMLElement?e instanceof HTMLElement:e&&(1===e.nodeType||11===e.nodeType)}function g(){const e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"];for(let s=1;st.indexOf(e)<0));for(let t=0,i=s.length;tn?"next":"prev",p=(e,t)=>"next"===c&&e>=t||"prev"===c&&e<=t,u=()=>{l=(new Date).getTime(),null===o&&(o=l);const e=Math.max(Math.min((l-o)/d,1),0),r=.5-Math.cos(e*Math.PI)/2;let c=n+r*(s-n);if(p(c,s)&&(c=s),t.wrapperEl.scrollTo({[a]:c}),p(c,s))return t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.scrollSnapType="",setTimeout((()=>{t.wrapperEl.style.overflow="",t.wrapperEl.scrollTo({[a]:c})})),void i.cancelAnimationFrame(t.cssModeFrameID);t.cssModeFrameID=i.requestAnimationFrame(u)};u()}let b,x,y;function E(){return b||(b=function(){const e=r(),t=a();return{smoothScroll:t.documentElement&&"scrollBehavior"in t.documentElement.style,touch:!!("ontouchstart"in e||e.DocumentTouch&&t instanceof e.DocumentTouch),passiveListener:function(){let t=!1;try{const s=Object.defineProperty({},"passive",{get(){t=!0}});e.addEventListener("testPassiveListener",null,s)}catch(e){}return t}(),gestures:"ongesturestart"in e}}()),b}function T(e){return void 0===e&&(e={}),x||(x=function(e){let{userAgent:t}=void 0===e?{}:e;const s=E(),a=r(),i=a.navigator.platform,n=t||a.navigator.userAgent,l={ios:!1,android:!1},o=a.screen.width,d=a.screen.height,c=n.match(/(Android);?[\s\/]+([\d.]+)?/);let p=n.match(/(iPad).*OS\s([\d_]+)/);const u=n.match(/(iPod)(.*OS\s([\d_]+))?/),h=!p&&n.match(/(iPhone\sOS|iOS)\s([\d_]+)/),m="Win32"===i;let f="MacIntel"===i;return!p&&f&&s.touch&&["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"].indexOf(`${o}x${d}`)>=0&&(p=n.match(/(Version)\/([\d.]+)/),p||(p=[0,1,"13_0_0"]),f=!1),c&&!m&&(l.os="android",l.android=!0),(p||h||u)&&(l.os="ios",l.ios=!0),l}(e)),x}function C(){return y||(y=function(){const e=r();return{isSafari:function(){const t=e.navigator.userAgent.toLowerCase();return t.indexOf("safari")>=0&&t.indexOf("chrome")<0&&t.indexOf("android")<0}(),isWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent)}}()),y}Object.keys(c).forEach((e=>{Object.defineProperty(d.fn,e,{value:c[e],writable:!0})}));var $={on(e,t,s){const a=this;if("function"!=typeof t)return a;const i=s?"unshift":"push";return e.split(" ").forEach((e=>{a.eventsListeners[e]||(a.eventsListeners[e]=[]),a.eventsListeners[e][i](t)})),a},once(e,t,s){const a=this;if("function"!=typeof t)return a;function i(){a.off(e,i),i.__emitterProxy&&delete i.__emitterProxy;for(var s=arguments.length,r=new Array(s),n=0;n=0&&t.eventsAnyListeners.splice(s,1),t},off(e,t){const s=this;return s.eventsListeners?(e.split(" ").forEach((e=>{void 0===t?s.eventsListeners[e]=[]:s.eventsListeners[e]&&s.eventsListeners[e].forEach(((a,i)=>{(a===t||a.__emitterProxy&&a.__emitterProxy===t)&&s.eventsListeners[e].splice(i,1)}))})),s):s},emit(){const e=this;if(!e.eventsListeners)return e;let t,s,a;for(var i=arguments.length,r=new Array(i),n=0;n{e.eventsAnyListeners&&e.eventsAnyListeners.length&&e.eventsAnyListeners.forEach((e=>{e.apply(a,[t,...s])})),e.eventsListeners&&e.eventsListeners[t]&&e.eventsListeners[t].forEach((e=>{e.apply(a,s)}))})),e}};var S={updateSize:function(){const e=this;let t,s;const a=e.$el;t=void 0!==e.params.width&&null!==e.params.width?e.params.width:a[0].clientWidth,s=void 0!==e.params.height&&null!==e.params.height?e.params.height:a[0].clientHeight,0===t&&e.isHorizontal()||0===s&&e.isVertical()||(t=t-parseInt(a.css("padding-left")||0,10)-parseInt(a.css("padding-right")||0,10),s=s-parseInt(a.css("padding-top")||0,10)-parseInt(a.css("padding-bottom")||0,10),Number.isNaN(t)&&(t=0),Number.isNaN(s)&&(s=0),Object.assign(e,{width:t,height:s,size:e.isHorizontal()?t:s}))},updateSlides:function(){const e=this;function t(t){return e.isHorizontal()?t:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[t]}function s(e,s){return parseFloat(e.getPropertyValue(t(s))||0)}const a=e.params,{$wrapperEl:i,size:r,rtlTranslate:n,wrongRTL:l}=e,o=e.virtual&&a.virtual.enabled,d=o?e.virtual.slides.length:e.slides.length,c=i.children(`.${e.params.slideClass}`),p=o?e.virtual.slides.length:c.length;let u=[];const h=[],m=[];let f=a.slidesOffsetBefore;"function"==typeof f&&(f=a.slidesOffsetBefore.call(e));let g=a.slidesOffsetAfter;"function"==typeof g&&(g=a.slidesOffsetAfter.call(e));const w=e.snapGrid.length,b=e.slidesGrid.length;let x=a.spaceBetween,y=-f,E=0,T=0;if(void 0===r)return;"string"==typeof x&&x.indexOf("%")>=0&&(x=parseFloat(x.replace("%",""))/100*r),e.virtualSize=-x,n?c.css({marginLeft:"",marginBottom:"",marginTop:""}):c.css({marginRight:"",marginBottom:"",marginTop:""}),a.centeredSlides&&a.cssMode&&(v(e.wrapperEl,"--swiper-centered-offset-before",""),v(e.wrapperEl,"--swiper-centered-offset-after",""));const C=a.grid&&a.grid.rows>1&&e.grid;let $;C&&e.grid.initSlides(p);const S="auto"===a.slidesPerView&&a.breakpoints&&Object.keys(a.breakpoints).filter((e=>void 0!==a.breakpoints[e].slidesPerView)).length>0;for(let i=0;i1&&u.push(e.virtualSize-r)}if(0===u.length&&(u=[0]),0!==a.spaceBetween){const s=e.isHorizontal()&&n?"marginLeft":t("marginRight");c.filter(((e,t)=>!a.cssMode||t!==c.length-1)).css({[s]:`${x}px`})}if(a.centeredSlides&&a.centeredSlidesBounds){let e=0;m.forEach((t=>{e+=t+(a.spaceBetween?a.spaceBetween:0)})),e-=a.spaceBetween;const t=e-r;u=u.map((e=>e<0?-f:e>t?t+g:e))}if(a.centerInsufficientSlides){let e=0;if(m.forEach((t=>{e+=t+(a.spaceBetween?a.spaceBetween:0)})),e-=a.spaceBetween,e{u[s]=e-t})),h.forEach(((e,s)=>{h[s]=e+t}))}}if(Object.assign(e,{slides:c,snapGrid:u,slidesGrid:h,slidesSizesGrid:m}),a.centeredSlides&&a.cssMode&&!a.centeredSlidesBounds){v(e.wrapperEl,"--swiper-centered-offset-before",-u[0]+"px"),v(e.wrapperEl,"--swiper-centered-offset-after",e.size/2-m[m.length-1]/2+"px");const t=-e.snapGrid[0],s=-e.slidesGrid[0];e.snapGrid=e.snapGrid.map((e=>e+t)),e.slidesGrid=e.slidesGrid.map((e=>e+s))}if(p!==d&&e.emit("slidesLengthChange"),u.length!==w&&(e.params.watchOverflow&&e.checkOverflow(),e.emit("snapGridLengthChange")),h.length!==b&&e.emit("slidesGridLengthChange"),a.watchSlidesProgress&&e.updateSlidesOffset(),!(o||a.cssMode||"slide"!==a.effect&&"fade"!==a.effect)){const t=`${a.containerModifierClass}backface-hidden`,s=e.$el.hasClass(t);p<=a.maxBackfaceHiddenSlides?s||e.$el.addClass(t):s&&e.$el.removeClass(t)}},updateAutoHeight:function(e){const t=this,s=[],a=t.virtual&&t.params.virtual.enabled;let i,r=0;"number"==typeof e?t.setTransition(e):!0===e&&t.setTransition(t.params.speed);const n=e=>a?t.slides.filter((t=>parseInt(t.getAttribute("data-swiper-slide-index"),10)===e))[0]:t.slides.eq(e)[0];if("auto"!==t.params.slidesPerView&&t.params.slidesPerView>1)if(t.params.centeredSlides)t.visibleSlides.each((e=>{s.push(e)}));else for(i=0;it.slides.length&&!a)break;s.push(n(e))}else s.push(n(t.activeIndex));for(i=0;ir?e:r}(r||0===r)&&t.$wrapperEl.css("height",`${r}px`)},updateSlidesOffset:function(){const e=this,t=e.slides;for(let s=0;s=0&&p1&&u<=t.size||p<=0&&u>=t.size)&&(t.visibleSlides.push(l),t.visibleSlidesIndexes.push(e),a.eq(e).addClass(s.slideVisibleClass)),l.progress=i?-d:d,l.originalProgress=i?-c:c}t.visibleSlides=d(t.visibleSlides)},updateProgress:function(e){const t=this;if(void 0===e){const s=t.rtlTranslate?-1:1;e=t&&t.translate&&t.translate*s||0}const s=t.params,a=t.maxTranslate()-t.minTranslate();let{progress:i,isBeginning:r,isEnd:n}=t;const l=r,o=n;0===a?(i=0,r=!0,n=!0):(i=(e-t.minTranslate())/a,r=i<=0,n=i>=1),Object.assign(t,{progress:i,isBeginning:r,isEnd:n}),(s.watchSlidesProgress||s.centeredSlides&&s.autoHeight)&&t.updateSlidesProgress(e),r&&!l&&t.emit("reachBeginning toEdge"),n&&!o&&t.emit("reachEnd toEdge"),(l&&!r||o&&!n)&&t.emit("fromEdge"),t.emit("progress",i)},updateSlidesClasses:function(){const e=this,{slides:t,params:s,$wrapperEl:a,activeIndex:i,realIndex:r}=e,n=e.virtual&&s.virtual.enabled;let l;t.removeClass(`${s.slideActiveClass} ${s.slideNextClass} ${s.slidePrevClass} ${s.slideDuplicateActiveClass} ${s.slideDuplicateNextClass} ${s.slideDuplicatePrevClass}`),l=n?e.$wrapperEl.find(`.${s.slideClass}[data-swiper-slide-index="${i}"]`):t.eq(i),l.addClass(s.slideActiveClass),s.loop&&(l.hasClass(s.slideDuplicateClass)?a.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${r}"]`).addClass(s.slideDuplicateActiveClass):a.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${r}"]`).addClass(s.slideDuplicateActiveClass));let o=l.nextAll(`.${s.slideClass}`).eq(0).addClass(s.slideNextClass);s.loop&&0===o.length&&(o=t.eq(0),o.addClass(s.slideNextClass));let d=l.prevAll(`.${s.slideClass}`).eq(0).addClass(s.slidePrevClass);s.loop&&0===d.length&&(d=t.eq(-1),d.addClass(s.slidePrevClass)),s.loop&&(o.hasClass(s.slideDuplicateClass)?a.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${o.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicateNextClass):a.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${o.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicateNextClass),d.hasClass(s.slideDuplicateClass)?a.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${d.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicatePrevClass):a.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${d.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicatePrevClass)),e.emitSlidesClasses()},updateActiveIndex:function(e){const t=this,s=t.rtlTranslate?t.translate:-t.translate,{slidesGrid:a,snapGrid:i,params:r,activeIndex:n,realIndex:l,snapIndex:o}=t;let d,c=e;if(void 0===c){for(let e=0;e=a[e]&&s=a[e]&&s=a[e]&&(c=e);r.normalizeSlideIndex&&(c<0||void 0===c)&&(c=0)}if(i.indexOf(s)>=0)d=i.indexOf(s);else{const e=Math.min(r.slidesPerGroupSkip,c);d=e+Math.floor((c-e)/r.slidesPerGroup)}if(d>=i.length&&(d=i.length-1),c===n)return void(d!==o&&(t.snapIndex=d,t.emit("snapIndexChange")));const p=parseInt(t.slides.eq(c).attr("data-swiper-slide-index")||c,10);Object.assign(t,{snapIndex:d,realIndex:p,previousIndex:n,activeIndex:c}),t.emit("activeIndexChange"),t.emit("snapIndexChange"),l!==p&&t.emit("realIndexChange"),(t.initialized||t.params.runCallbacksOnInit)&&t.emit("slideChange")},updateClickedSlide:function(e){const t=this,s=t.params,a=d(e).closest(`.${s.slideClass}`)[0];let i,r=!1;if(a)for(let e=0;eo?o:a&&en?"next":r=o.length&&(g=o.length-1),(p||l.initialSlide||0)===(c||0)&&s&&r.emit("beforeSlideChangeStart");const v=-o[g];if(r.updateProgress(v),l.normalizeSlideIndex)for(let e=0;e=s&&t=s&&t=s&&(n=e)}if(r.initialized&&n!==p){if(!r.allowSlideNext&&vr.translate&&v>r.maxTranslate()&&(p||0)!==n)return!1}let b;if(b=n>p?"next":n{r.wrapperEl.style.scrollSnapType="",r._swiperImmediateVirtual=!1}))}else{if(!r.support.smoothScroll)return w({swiper:r,targetPosition:s,side:e?"left":"top"}),!0;h.scrollTo({[e?"left":"top"]:s,behavior:"smooth"})}return!0}return r.setTransition(t),r.setTranslate(v),r.updateActiveIndex(n),r.updateSlidesClasses(),r.emit("beforeTransitionStart",t,a),r.transitionStart(s,b),0===t?r.transitionEnd(s,b):r.animating||(r.animating=!0,r.onSlideToWrapperTransitionEnd||(r.onSlideToWrapperTransitionEnd=function(e){r&&!r.destroyed&&e.target===this&&(r.$wrapperEl[0].removeEventListener("transitionend",r.onSlideToWrapperTransitionEnd),r.$wrapperEl[0].removeEventListener("webkitTransitionEnd",r.onSlideToWrapperTransitionEnd),r.onSlideToWrapperTransitionEnd=null,delete r.onSlideToWrapperTransitionEnd,r.transitionEnd(s,b))}),r.$wrapperEl[0].addEventListener("transitionend",r.onSlideToWrapperTransitionEnd),r.$wrapperEl[0].addEventListener("webkitTransitionEnd",r.onSlideToWrapperTransitionEnd)),!0},slideToLoop:function(e,t,s,a){void 0===e&&(e=0),void 0===t&&(t=this.params.speed),void 0===s&&(s=!0);const i=this;let r=e;return i.params.loop&&(r+=i.loopedSlides),i.slideTo(r,t,s,a)},slideNext:function(e,t,s){void 0===e&&(e=this.params.speed),void 0===t&&(t=!0);const a=this,{animating:i,enabled:r,params:n}=a;if(!r)return a;let l=n.slidesPerGroup;"auto"===n.slidesPerView&&1===n.slidesPerGroup&&n.slidesPerGroupAuto&&(l=Math.max(a.slidesPerViewDynamic("current",!0),1));const o=a.activeIndexc(e)));let h=n[u.indexOf(p)-1];if(void 0===h&&i.cssMode){let e;n.forEach(((t,s)=>{p>=t&&(e=s)})),void 0!==e&&(h=n[e>0?e-1:e])}let m=0;if(void 0!==h&&(m=l.indexOf(h),m<0&&(m=a.activeIndex-1),"auto"===i.slidesPerView&&1===i.slidesPerGroup&&i.slidesPerGroupAuto&&(m=m-a.slidesPerViewDynamic("previous",!0)+1,m=Math.max(m,0))),i.rewind&&a.isBeginning){const i=a.params.virtual&&a.params.virtual.enabled&&a.virtual?a.virtual.slides.length-1:a.slides.length-1;return a.slideTo(i,e,t,s)}return a.slideTo(m,e,t,s)},slideReset:function(e,t,s){return void 0===e&&(e=this.params.speed),void 0===t&&(t=!0),this.slideTo(this.activeIndex,e,t,s)},slideToClosest:function(e,t,s,a){void 0===e&&(e=this.params.speed),void 0===t&&(t=!0),void 0===a&&(a=.5);const i=this;let r=i.activeIndex;const n=Math.min(i.params.slidesPerGroupSkip,r),l=n+Math.floor((r-n)/i.params.slidesPerGroup),o=i.rtlTranslate?i.translate:-i.translate;if(o>=i.snapGrid[l]){const e=i.snapGrid[l];o-e>(i.snapGrid[l+1]-e)*a&&(r+=i.params.slidesPerGroup)}else{const e=i.snapGrid[l-1];o-e<=(i.snapGrid[l]-e)*a&&(r-=i.params.slidesPerGroup)}return r=Math.max(r,0),r=Math.min(r,i.slidesGrid.length-1),i.slideTo(r,e,t,s)},slideToClickedSlide:function(){const e=this,{params:t,$wrapperEl:s}=e,a="auto"===t.slidesPerView?e.slidesPerViewDynamic():t.slidesPerView;let i,r=e.clickedIndex;if(t.loop){if(e.animating)return;i=parseInt(d(e.clickedSlide).attr("data-swiper-slide-index"),10),t.centeredSlides?re.slides.length-e.loopedSlides+a/2?(e.loopFix(),r=s.children(`.${t.slideClass}[data-swiper-slide-index="${i}"]:not(.${t.slideDuplicateClass})`).eq(0).index(),p((()=>{e.slideTo(r)}))):e.slideTo(r):r>e.slides.length-a?(e.loopFix(),r=s.children(`.${t.slideClass}[data-swiper-slide-index="${i}"]:not(.${t.slideDuplicateClass})`).eq(0).index(),p((()=>{e.slideTo(r)}))):e.slideTo(r)}else e.slideTo(r)}};var z={loopCreate:function(){const e=this,t=a(),{params:s,$wrapperEl:i}=e,r=i.children().length>0?d(i.children()[0].parentNode):i;r.children(`.${s.slideClass}.${s.slideDuplicateClass}`).remove();let n=r.children(`.${s.slideClass}`);if(s.loopFillGroupWithBlank){const e=s.slidesPerGroup-n.length%s.slidesPerGroup;if(e!==s.slidesPerGroup){for(let a=0;an.length&&(e.loopedSlides=n.length);const l=[],o=[];n.each(((t,s)=>{const a=d(t);s=n.length-e.loopedSlides&&l.push(t),a.attr("data-swiper-slide-index",s)}));for(let e=0;e=0;e-=1)r.prepend(d(l[e].cloneNode(!0)).addClass(s.slideDuplicateClass))},loopFix:function(){const e=this;e.emit("beforeLoopFix");const{activeIndex:t,slides:s,loopedSlides:a,allowSlidePrev:i,allowSlideNext:r,snapGrid:n,rtlTranslate:l}=e;let o;e.allowSlidePrev=!0,e.allowSlideNext=!0;const d=-n[t]-e.getTranslate();if(t=s.length-a){o=-s.length+t+a,o+=a;e.slideTo(o,0,!1,!0)&&0!==d&&e.setTranslate((l?-e.translate:e.translate)-d)}e.allowSlidePrev=i,e.allowSlideNext=r,e.emit("loopFix")},loopDestroy:function(){const{$wrapperEl:e,params:t,slides:s}=this;e.children(`.${t.slideClass}.${t.slideDuplicateClass},.${t.slideClass}.${t.slideBlankClass}`).remove(),s.removeAttr("data-swiper-slide-index")}};function O(e){const t=this,s=a(),i=r(),n=t.touchEventsData,{params:l,touches:o,enabled:c}=t;if(!c)return;if(t.animating&&l.preventInteractionOnTransition)return;!t.animating&&l.cssMode&&l.loop&&t.loopFix();let p=e;p.originalEvent&&(p=p.originalEvent);let h=d(p.target);if("wrapper"===l.touchEventsTarget&&!h.closest(t.wrapperEl).length)return;if(n.isTouchEvent="touchstart"===p.type,!n.isTouchEvent&&"which"in p&&3===p.which)return;if(!n.isTouchEvent&&"button"in p&&p.button>0)return;if(n.isTouched&&n.isMoved)return;!!l.noSwipingClass&&""!==l.noSwipingClass&&p.target&&p.target.shadowRoot&&e.path&&e.path[0]&&(h=d(e.path[0]));const m=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,f=!(!p.target||!p.target.shadowRoot);if(l.noSwiping&&(f?function(e,t){return void 0===t&&(t=this),function t(s){return s&&s!==a()&&s!==r()?(s.assignedSlot&&(s=s.assignedSlot),s.closest(e)||t(s.getRootNode().host)):null}(t)}(m,p.target):h.closest(m)[0]))return void(t.allowClick=!0);if(l.swipeHandler&&!h.closest(l.swipeHandler)[0])return;o.currentX="touchstart"===p.type?p.targetTouches[0].pageX:p.pageX,o.currentY="touchstart"===p.type?p.targetTouches[0].pageY:p.pageY;const g=o.currentX,v=o.currentY,w=l.edgeSwipeDetection||l.iOSEdgeSwipeDetection,b=l.edgeSwipeThreshold||l.iOSEdgeSwipeThreshold;if(w&&(g<=b||g>=i.innerWidth-b)){if("prevent"!==w)return;e.preventDefault()}if(Object.assign(n,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),o.startX=g,o.startY=v,n.touchStartTime=u(),t.allowClick=!0,t.updateSize(),t.swipeDirection=void 0,l.threshold>0&&(n.allowThresholdMove=!1),"touchstart"!==p.type){let e=!0;h.is(n.focusableElements)&&(e=!1,"SELECT"===h[0].nodeName&&(n.isTouched=!1)),s.activeElement&&d(s.activeElement).is(n.focusableElements)&&s.activeElement!==h[0]&&s.activeElement.blur();const a=e&&t.allowTouchMove&&l.touchStartPreventDefault;!l.touchStartForcePreventDefault&&!a||h[0].isContentEditable||p.preventDefault()}t.params.freeMode&&t.params.freeMode.enabled&&t.freeMode&&t.animating&&!l.cssMode&&t.freeMode.onTouchStart(),t.emit("touchStart",p)}function I(e){const t=a(),s=this,i=s.touchEventsData,{params:r,touches:n,rtlTranslate:l,enabled:o}=s;if(!o)return;let c=e;if(c.originalEvent&&(c=c.originalEvent),!i.isTouched)return void(i.startMoving&&i.isScrolling&&s.emit("touchMoveOpposite",c));if(i.isTouchEvent&&"touchmove"!==c.type)return;const p="touchmove"===c.type&&c.targetTouches&&(c.targetTouches[0]||c.changedTouches[0]),h="touchmove"===c.type?p.pageX:c.pageX,m="touchmove"===c.type?p.pageY:c.pageY;if(c.preventedByNestedSwiper)return n.startX=h,void(n.startY=m);if(!s.allowTouchMove)return d(c.target).is(i.focusableElements)||(s.allowClick=!1),void(i.isTouched&&(Object.assign(n,{startX:h,startY:m,currentX:h,currentY:m}),i.touchStartTime=u()));if(i.isTouchEvent&&r.touchReleaseOnEdges&&!r.loop)if(s.isVertical()){if(mn.startY&&s.translate>=s.minTranslate())return i.isTouched=!1,void(i.isMoved=!1)}else if(hn.startX&&s.translate>=s.minTranslate())return;if(i.isTouchEvent&&t.activeElement&&c.target===t.activeElement&&d(c.target).is(i.focusableElements))return i.isMoved=!0,void(s.allowClick=!1);if(i.allowTouchCallbacks&&s.emit("touchMove",c),c.targetTouches&&c.targetTouches.length>1)return;n.currentX=h,n.currentY=m;const f=n.currentX-n.startX,g=n.currentY-n.startY;if(s.params.threshold&&Math.sqrt(f**2+g**2)=25&&(e=180*Math.atan2(Math.abs(g),Math.abs(f))/Math.PI,i.isScrolling=s.isHorizontal()?e>r.touchAngle:90-e>r.touchAngle)}if(i.isScrolling&&s.emit("touchMoveOpposite",c),void 0===i.startMoving&&(n.currentX===n.startX&&n.currentY===n.startY||(i.startMoving=!0)),i.isScrolling)return void(i.isTouched=!1);if(!i.startMoving)return;s.allowClick=!1,!r.cssMode&&c.cancelable&&c.preventDefault(),r.touchMoveStopPropagation&&!r.nested&&c.stopPropagation(),i.isMoved||(r.loop&&!r.cssMode&&s.loopFix(),i.startTranslate=s.getTranslate(),s.setTransition(0),s.animating&&s.$wrapperEl.trigger("webkitTransitionEnd transitionend"),i.allowMomentumBounce=!1,!r.grabCursor||!0!==s.allowSlideNext&&!0!==s.allowSlidePrev||s.setGrabCursor(!0),s.emit("sliderFirstMove",c)),s.emit("sliderMove",c),i.isMoved=!0;let v=s.isHorizontal()?f:g;n.diff=v,v*=r.touchRatio,l&&(v=-v),s.swipeDirection=v>0?"prev":"next",i.currentTranslate=v+i.startTranslate;let w=!0,b=r.resistanceRatio;if(r.touchReleaseOnEdges&&(b=0),v>0&&i.currentTranslate>s.minTranslate()?(w=!1,r.resistance&&(i.currentTranslate=s.minTranslate()-1+(-s.minTranslate()+i.startTranslate+v)**b)):v<0&&i.currentTranslatei.startTranslate&&(i.currentTranslate=i.startTranslate),s.allowSlidePrev||s.allowSlideNext||(i.currentTranslate=i.startTranslate),r.threshold>0){if(!(Math.abs(v)>r.threshold||i.allowThresholdMove))return void(i.currentTranslate=i.startTranslate);if(!i.allowThresholdMove)return i.allowThresholdMove=!0,n.startX=n.currentX,n.startY=n.currentY,i.currentTranslate=i.startTranslate,void(n.diff=s.isHorizontal()?n.currentX-n.startX:n.currentY-n.startY)}r.followFinger&&!r.cssMode&&((r.freeMode&&r.freeMode.enabled&&s.freeMode||r.watchSlidesProgress)&&(s.updateActiveIndex(),s.updateSlidesClasses()),s.params.freeMode&&r.freeMode.enabled&&s.freeMode&&s.freeMode.onTouchMove(),s.updateProgress(i.currentTranslate),s.setTranslate(i.currentTranslate))}function L(e){const t=this,s=t.touchEventsData,{params:a,touches:i,rtlTranslate:r,slidesGrid:n,enabled:l}=t;if(!l)return;let o=e;if(o.originalEvent&&(o=o.originalEvent),s.allowTouchCallbacks&&t.emit("touchEnd",o),s.allowTouchCallbacks=!1,!s.isTouched)return s.isMoved&&a.grabCursor&&t.setGrabCursor(!1),s.isMoved=!1,void(s.startMoving=!1);a.grabCursor&&s.isMoved&&s.isTouched&&(!0===t.allowSlideNext||!0===t.allowSlidePrev)&&t.setGrabCursor(!1);const d=u(),c=d-s.touchStartTime;if(t.allowClick){const e=o.path||o.composedPath&&o.composedPath();t.updateClickedSlide(e&&e[0]||o.target),t.emit("tap click",o),c<300&&d-s.lastClickTime<300&&t.emit("doubleTap doubleClick",o)}if(s.lastClickTime=u(),p((()=>{t.destroyed||(t.allowClick=!0)})),!s.isTouched||!s.isMoved||!t.swipeDirection||0===i.diff||s.currentTranslate===s.startTranslate)return s.isTouched=!1,s.isMoved=!1,void(s.startMoving=!1);let h;if(s.isTouched=!1,s.isMoved=!1,s.startMoving=!1,h=a.followFinger?r?t.translate:-t.translate:-s.currentTranslate,a.cssMode)return;if(t.params.freeMode&&a.freeMode.enabled)return void t.freeMode.onTouchEnd({currentPos:h});let m=0,f=t.slidesSizesGrid[0];for(let e=0;e=n[e]&&h=n[e]&&(m=e,f=n[n.length-1]-n[n.length-2])}let g=null,v=null;a.rewind&&(t.isBeginning?v=t.params.virtual&&t.params.virtual.enabled&&t.virtual?t.virtual.slides.length-1:t.slides.length-1:t.isEnd&&(g=0));const w=(h-n[m])/f,b=ma.longSwipesMs){if(!a.longSwipes)return void t.slideTo(t.activeIndex);"next"===t.swipeDirection&&(w>=a.longSwipesRatio?t.slideTo(a.rewind&&t.isEnd?g:m+b):t.slideTo(m)),"prev"===t.swipeDirection&&(w>1-a.longSwipesRatio?t.slideTo(m+b):null!==v&&w<0&&Math.abs(w)>a.longSwipesRatio?t.slideTo(v):t.slideTo(m))}else{if(!a.shortSwipes)return void t.slideTo(t.activeIndex);t.navigation&&(o.target===t.navigation.nextEl||o.target===t.navigation.prevEl)?o.target===t.navigation.nextEl?t.slideTo(m+b):t.slideTo(m):("next"===t.swipeDirection&&t.slideTo(null!==g?g:m+b),"prev"===t.swipeDirection&&t.slideTo(null!==v?v:m))}}function A(){const e=this,{params:t,el:s}=e;if(s&&0===s.offsetWidth)return;t.breakpoints&&e.setBreakpoint();const{allowSlideNext:a,allowSlidePrev:i,snapGrid:r}=e;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses(),("auto"===t.slidesPerView||t.slidesPerView>1)&&e.isEnd&&!e.isBeginning&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.run(),e.allowSlidePrev=i,e.allowSlideNext=a,e.params.watchOverflow&&r!==e.snapGrid&&e.checkOverflow()}function D(e){const t=this;t.enabled&&(t.allowClick||(t.params.preventClicks&&e.preventDefault(),t.params.preventClicksPropagation&&t.animating&&(e.stopPropagation(),e.stopImmediatePropagation())))}function G(){const e=this,{wrapperEl:t,rtlTranslate:s,enabled:a}=e;if(!a)return;let i;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=-t.scrollLeft:e.translate=-t.scrollTop,-0===e.translate&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();const r=e.maxTranslate()-e.minTranslate();i=0===r?0:(e.translate-e.minTranslate())/r,i!==e.progress&&e.updateProgress(s?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}let B=!1;function N(){}const H=(e,t)=>{const s=a(),{params:i,touchEvents:r,el:n,wrapperEl:l,device:o,support:d}=e,c=!!i.nested,p="on"===t?"addEventListener":"removeEventListener",u=t;if(d.touch){const t=!("touchstart"!==r.start||!d.passiveListener||!i.passiveListeners)&&{passive:!0,capture:!1};n[p](r.start,e.onTouchStart,t),n[p](r.move,e.onTouchMove,d.passiveListener?{passive:!1,capture:c}:c),n[p](r.end,e.onTouchEnd,t),r.cancel&&n[p](r.cancel,e.onTouchEnd,t)}else n[p](r.start,e.onTouchStart,!1),s[p](r.move,e.onTouchMove,c),s[p](r.end,e.onTouchEnd,!1);(i.preventClicks||i.preventClicksPropagation)&&n[p]("click",e.onClick,!0),i.cssMode&&l[p]("scroll",e.onScroll),i.updateOnWindowResize?e[u](o.ios||o.android?"resize orientationchange observerUpdate":"resize observerUpdate",A,!0):e[u]("observerUpdate",A,!0)};var X={attachEvents:function(){const e=this,t=a(),{params:s,support:i}=e;e.onTouchStart=O.bind(e),e.onTouchMove=I.bind(e),e.onTouchEnd=L.bind(e),s.cssMode&&(e.onScroll=G.bind(e)),e.onClick=D.bind(e),i.touch&&!B&&(t.addEventListener("touchstart",N),B=!0),H(e,"on")},detachEvents:function(){H(this,"off")}};const Y=(e,t)=>e.grid&&t.grid&&t.grid.rows>1;var R={addClasses:function(){const e=this,{classNames:t,params:s,rtl:a,$el:i,device:r,support:n}=e,l=function(e,t){const s=[];return e.forEach((e=>{"object"==typeof e?Object.keys(e).forEach((a=>{e[a]&&s.push(t+a)})):"string"==typeof e&&s.push(t+e)})),s}(["initialized",s.direction,{"pointer-events":!n.touch},{"free-mode":e.params.freeMode&&s.freeMode.enabled},{autoheight:s.autoHeight},{rtl:a},{grid:s.grid&&s.grid.rows>1},{"grid-column":s.grid&&s.grid.rows>1&&"column"===s.grid.fill},{android:r.android},{ios:r.ios},{"css-mode":s.cssMode},{centered:s.cssMode&&s.centeredSlides}],s.containerModifierClass);t.push(...l),i.addClass([...t].join(" ")),e.emitContainerClasses()},removeClasses:function(){const{$el:e,classNames:t}=this;e.removeClass(t.join(" ")),this.emitContainerClasses()}};var W={init:!0,direction:"horizontal",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:0,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,preloadImages:!0,updateOnImagesReady:!0,loop:!1,loopAdditionalSlides:0,loopedSlides:null,loopFillGroupWithBlank:!1,loopPreventsSlide:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-invisible-blank",slideActiveClass:"swiper-slide-active",slideDuplicateActiveClass:"swiper-slide-duplicate-active",slideVisibleClass:"swiper-slide-visible",slideDuplicateClass:"swiper-slide-duplicate",slideNextClass:"swiper-slide-next",slideDuplicateNextClass:"swiper-slide-duplicate-next",slidePrevClass:"swiper-slide-prev",slideDuplicatePrevClass:"swiper-slide-duplicate-prev",wrapperClass:"swiper-wrapper",runCallbacksOnInit:!0,_emitClasses:!1};function j(e,t){return function(s){void 0===s&&(s={});const a=Object.keys(s)[0],i=s[a];"object"==typeof i&&null!==i?(["navigation","pagination","scrollbar"].indexOf(a)>=0&&!0===e[a]&&(e[a]={auto:!0}),a in e&&"enabled"in i?(!0===e[a]&&(e[a]={enabled:!0}),"object"!=typeof e[a]||"enabled"in e[a]||(e[a].enabled=!0),e[a]||(e[a]={enabled:!1}),g(t,s)):g(t,s)):g(t,s)}}const _={eventsEmitter:$,update:S,translate:M,transition:{setTransition:function(e,t){const s=this;s.params.cssMode||s.$wrapperEl.transition(e),s.emit("setTransition",e,t)},transitionStart:function(e,t){void 0===e&&(e=!0);const s=this,{params:a}=s;a.cssMode||(a.autoHeight&&s.updateAutoHeight(),P({swiper:s,runCallbacks:e,direction:t,step:"Start"}))},transitionEnd:function(e,t){void 0===e&&(e=!0);const s=this,{params:a}=s;s.animating=!1,a.cssMode||(s.setTransition(0),P({swiper:s,runCallbacks:e,direction:t,step:"End"}))}},slide:k,loop:z,grabCursor:{setGrabCursor:function(e){const t=this;if(t.support.touch||!t.params.simulateTouch||t.params.watchOverflow&&t.isLocked||t.params.cssMode)return;const s="container"===t.params.touchEventsTarget?t.el:t.wrapperEl;s.style.cursor="move",s.style.cursor=e?"-webkit-grabbing":"-webkit-grab",s.style.cursor=e?"-moz-grabbin":"-moz-grab",s.style.cursor=e?"grabbing":"grab"},unsetGrabCursor:function(){const e=this;e.support.touch||e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e["container"===e.params.touchEventsTarget?"el":"wrapperEl"].style.cursor="")}},events:X,breakpoints:{setBreakpoint:function(){const e=this,{activeIndex:t,initialized:s,loopedSlides:a=0,params:i,$el:r}=e,n=i.breakpoints;if(!n||n&&0===Object.keys(n).length)return;const l=e.getBreakpoint(n,e.params.breakpointsBase,e.el);if(!l||e.currentBreakpoint===l)return;const o=(l in n?n[l]:void 0)||e.originalParams,d=Y(e,i),c=Y(e,o),p=i.enabled;d&&!c?(r.removeClass(`${i.containerModifierClass}grid ${i.containerModifierClass}grid-column`),e.emitContainerClasses()):!d&&c&&(r.addClass(`${i.containerModifierClass}grid`),(o.grid.fill&&"column"===o.grid.fill||!o.grid.fill&&"column"===i.grid.fill)&&r.addClass(`${i.containerModifierClass}grid-column`),e.emitContainerClasses());const u=o.direction&&o.direction!==i.direction,h=i.loop&&(o.slidesPerView!==i.slidesPerView||u);u&&s&&e.changeDirection(),g(e.params,o);const m=e.params.enabled;Object.assign(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),p&&!m?e.disable():!p&&m&&e.enable(),e.currentBreakpoint=l,e.emit("_beforeBreakpoint",o),h&&s&&(e.loopDestroy(),e.loopCreate(),e.updateSlides(),e.slideTo(t-a+e.loopedSlides,0,!1)),e.emit("breakpoint",o)},getBreakpoint:function(e,t,s){if(void 0===t&&(t="window"),!e||"container"===t&&!s)return;let a=!1;const i=r(),n="window"===t?i.innerHeight:s.clientHeight,l=Object.keys(e).map((e=>{if("string"==typeof e&&0===e.indexOf("@")){const t=parseFloat(e.substr(1));return{value:n*t,point:e}}return{value:e,point:e}}));l.sort(((e,t)=>parseInt(e.value,10)-parseInt(t.value,10)));for(let e=0;es}else e.isLocked=1===e.snapGrid.length;!0===s.allowSlideNext&&(e.allowSlideNext=!e.isLocked),!0===s.allowSlidePrev&&(e.allowSlidePrev=!e.isLocked),t&&t!==e.isLocked&&(e.isEnd=!1),t!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock")}},classes:R,images:{loadImage:function(e,t,s,a,i,n){const l=r();let o;function c(){n&&n()}d(e).parent("picture")[0]||e.complete&&i?c():t?(o=new l.Image,o.onload=c,o.onerror=c,a&&(o.sizes=a),s&&(o.srcset=s),t&&(o.src=t)):c()},preloadImages:function(){const e=this;function t(){null!=e&&e&&!e.destroyed&&(void 0!==e.imagesLoaded&&(e.imagesLoaded+=1),e.imagesLoaded===e.imagesToLoad.length&&(e.params.updateOnImagesReady&&e.update(),e.emit("imagesReady")))}e.imagesToLoad=e.$el.find("img");for(let s=0;s1){const e=[];return d(t.el).each((s=>{const a=g({},t,{el:s});e.push(new V(a))})),e}const r=this;r.__swiper__=!0,r.support=E(),r.device=T({userAgent:t.userAgent}),r.browser=C(),r.eventsListeners={},r.eventsAnyListeners=[],r.modules=[...r.__modules__],t.modules&&Array.isArray(t.modules)&&r.modules.push(...t.modules);const n={};r.modules.forEach((e=>{e({swiper:r,extendParams:j(t,n),on:r.on.bind(r),once:r.once.bind(r),off:r.off.bind(r),emit:r.emit.bind(r)})}));const l=g({},W,n);return r.params=g({},l,q,t),r.originalParams=g({},r.params),r.passedParams=g({},t),r.params&&r.params.on&&Object.keys(r.params.on).forEach((e=>{r.on(e,r.params.on[e])})),r.params&&r.params.onAny&&r.onAny(r.params.onAny),r.$=d,Object.assign(r,{enabled:r.params.enabled,el:e,classNames:[],slides:d(),slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal:()=>"horizontal"===r.params.direction,isVertical:()=>"vertical"===r.params.direction,activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,allowSlideNext:r.params.allowSlideNext,allowSlidePrev:r.params.allowSlidePrev,touchEvents:function(){const e=["touchstart","touchmove","touchend","touchcancel"],t=["pointerdown","pointermove","pointerup"];return r.touchEventsTouch={start:e[0],move:e[1],end:e[2],cancel:e[3]},r.touchEventsDesktop={start:t[0],move:t[1],end:t[2]},r.support.touch||!r.params.simulateTouch?r.touchEventsTouch:r.touchEventsDesktop}(),touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:r.params.focusableElements,lastClickTime:u(),clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,isTouchEvent:void 0,startMoving:void 0},allowClick:!0,allowTouchMove:r.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),r.emit("_swiper"),r.params.init&&r.init(),r}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,t){const s=this;e=Math.min(Math.max(e,0),1);const a=s.minTranslate(),i=(s.maxTranslate()-a)*e+a;s.translateTo(i,void 0===t?0:t),s.updateActiveIndex(),s.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const t=e.el.className.split(" ").filter((t=>0===t.indexOf("swiper")||0===t.indexOf(e.params.containerModifierClass)));e.emit("_containerClasses",t.join(" "))}getSlideClasses(e){const t=this;return e.className.split(" ").filter((e=>0===e.indexOf("swiper-slide")||0===e.indexOf(t.params.slideClass))).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const t=[];e.slides.each((s=>{const a=e.getSlideClasses(s);t.push({slideEl:s,classNames:a}),e.emit("_slideClass",s,a)})),e.emit("_slideClasses",t)}slidesPerViewDynamic(e,t){void 0===e&&(e="current"),void 0===t&&(t=!1);const{params:s,slides:a,slidesGrid:i,slidesSizesGrid:r,size:n,activeIndex:l}=this;let o=1;if(s.centeredSlides){let e,t=a[l].swiperSlideSize;for(let s=l+1;sn&&(e=!0));for(let s=l-1;s>=0;s-=1)a[s]&&!e&&(t+=a[s].swiperSlideSize,o+=1,t>n&&(e=!0))}else if("current"===e)for(let e=l+1;e=0;e-=1){i[l]-i[e]1)&&e.isEnd&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),i||a()),s.watchOverflow&&t!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,t){void 0===t&&(t=!0);const s=this,a=s.params.direction;return e||(e="horizontal"===a?"vertical":"horizontal"),e===a||"horizontal"!==e&&"vertical"!==e||(s.$el.removeClass(`${s.params.containerModifierClass}${a}`).addClass(`${s.params.containerModifierClass}${e}`),s.emitContainerClasses(),s.params.direction=e,s.slides.each((t=>{"vertical"===e?t.style.width="":t.style.height=""})),s.emit("changeDirection"),t&&s.update()),s}mount(e){const t=this;if(t.mounted)return!0;const s=d(e||t.params.el);if(!(e=s[0]))return!1;e.swiper=t;const i=()=>`.${(t.params.wrapperClass||"").trim().split(" ").join(".")}`;let r=(()=>{if(e&&e.shadowRoot&&e.shadowRoot.querySelector){const t=d(e.shadowRoot.querySelector(i()));return t.children=e=>s.children(e),t}return s.children(i())})();if(0===r.length&&t.params.createElements){const e=a().createElement("div");r=d(e),e.className=t.params.wrapperClass,s.append(e),s.children(`.${t.params.slideClass}`).each((e=>{r.append(e)}))}return Object.assign(t,{$el:s,el:e,$wrapperEl:r,wrapperEl:r[0],mounted:!0,rtl:"rtl"===e.dir.toLowerCase()||"rtl"===s.css("direction"),rtlTranslate:"horizontal"===t.params.direction&&("rtl"===e.dir.toLowerCase()||"rtl"===s.css("direction")),wrongRTL:"-webkit-box"===r.css("display")}),!0}init(e){const t=this;if(t.initialized)return t;return!1===t.mount(e)||(t.emit("beforeInit"),t.params.breakpoints&&t.setBreakpoint(),t.addClasses(),t.params.loop&&t.loopCreate(),t.updateSize(),t.updateSlides(),t.params.watchOverflow&&t.checkOverflow(),t.params.grabCursor&&t.enabled&&t.setGrabCursor(),t.params.preloadImages&&t.preloadImages(),t.params.loop?t.slideTo(t.params.initialSlide+t.loopedSlides,0,t.params.runCallbacksOnInit,!1,!0):t.slideTo(t.params.initialSlide,0,t.params.runCallbacksOnInit,!1,!0),t.attachEvents(),t.initialized=!0,t.emit("init"),t.emit("afterInit")),t}destroy(e,t){void 0===e&&(e=!0),void 0===t&&(t=!0);const s=this,{params:a,$el:i,$wrapperEl:r,slides:n}=s;return void 0===s.params||s.destroyed||(s.emit("beforeDestroy"),s.initialized=!1,s.detachEvents(),a.loop&&s.loopDestroy(),t&&(s.removeClasses(),i.removeAttr("style"),r.removeAttr("style"),n&&n.length&&n.removeClass([a.slideVisibleClass,a.slideActiveClass,a.slideNextClass,a.slidePrevClass].join(" ")).removeAttr("style").removeAttr("data-swiper-slide-index")),s.emit("destroy"),Object.keys(s.eventsListeners).forEach((e=>{s.off(e)})),!1!==e&&(s.$el[0].swiper=null,function(e){const t=e;Object.keys(t).forEach((e=>{try{t[e]=null}catch(e){}try{delete t[e]}catch(e){}}))}(s)),s.destroyed=!0),null}static extendDefaults(e){g(q,e)}static get extendedDefaults(){return q}static get defaults(){return W}static installModule(e){V.prototype.__modules__||(V.prototype.__modules__=[]);const t=V.prototype.__modules__;"function"==typeof e&&t.indexOf(e)<0&&t.push(e)}static use(e){return Array.isArray(e)?(e.forEach((e=>V.installModule(e))),V):(V.installModule(e),V)}}function F(e,t,s,i){const r=a();return e.params.createElements&&Object.keys(i).forEach((a=>{if(!s[a]&&!0===s.auto){let n=e.$el.children(`.${i[a]}`)[0];n||(n=r.createElement("div"),n.className=i[a],e.$el.append(n)),s[a]=n,t[a]=n}})),s}function U(e){return void 0===e&&(e=""),`.${e.trim().replace(/([\.:!\/])/g,"\\$1").replace(/ /g,".")}`}function K(e){const t=this,{$wrapperEl:s,params:a}=t;if(a.loop&&t.loopDestroy(),"object"==typeof e&&"length"in e)for(let t=0;t=l)return void s.appendSlide(t);let o=n>e?n+1:n;const d=[];for(let t=l-1;t>=e;t-=1){const e=s.slides.eq(t);e.remove(),d.unshift(e)}if("object"==typeof t&&"length"in t){for(let e=0;ee?n+t.length:n}else a.append(t);for(let e=0;e{if(s.params.effect!==t)return;s.classNames.push(`${s.params.containerModifierClass}${t}`),l&&l()&&s.classNames.push(`${s.params.containerModifierClass}3d`);const e=n?n():{};Object.assign(s.params,e),Object.assign(s.originalParams,e)})),a("setTranslate",(()=>{s.params.effect===t&&i()})),a("setTransition",((e,a)=>{s.params.effect===t&&r(a)})),a("virtualUpdate",(()=>{s.slides.length||(o=!0),requestAnimationFrame((()=>{o&&s.slides.length&&(i(),o=!1)}))}))}function se(e,t){return e.transformEl?t.find(e.transformEl).css({"backface-visibility":"hidden","-webkit-backface-visibility":"hidden"}):t}function ae(e){let{swiper:t,duration:s,transformEl:a,allSlides:i}=e;const{slides:r,activeIndex:n,$wrapperEl:l}=t;if(t.params.virtualTranslate&&0!==s){let e,s=!1;e=i?a?r.find(a):r:a?r.eq(n).find(a):r.eq(n),e.transitionEnd((()=>{if(s)return;if(!t||t.destroyed)return;s=!0,t.animating=!1;const e=["webkitTransitionEnd","transitionend"];for(let t=0;t`),i.append(r)),r}Object.keys(_).forEach((e=>{Object.keys(_[e]).forEach((t=>{V.prototype[t]=_[e][t]}))})),V.use([function(e){let{swiper:t,on:s,emit:a}=e;const i=r();let n=null,l=null;const o=()=>{t&&!t.destroyed&&t.initialized&&(a("beforeResize"),a("resize"))},d=()=>{t&&!t.destroyed&&t.initialized&&a("orientationchange")};s("init",(()=>{t.params.resizeObserver&&void 0!==i.ResizeObserver?t&&!t.destroyed&&t.initialized&&(n=new ResizeObserver((e=>{l=i.requestAnimationFrame((()=>{const{width:s,height:a}=t;let i=s,r=a;e.forEach((e=>{let{contentBoxSize:s,contentRect:a,target:n}=e;n&&n!==t.el||(i=a?a.width:(s[0]||s).inlineSize,r=a?a.height:(s[0]||s).blockSize)})),i===s&&r===a||o()}))})),n.observe(t.el)):(i.addEventListener("resize",o),i.addEventListener("orientationchange",d))})),s("destroy",(()=>{l&&i.cancelAnimationFrame(l),n&&n.unobserve&&t.el&&(n.unobserve(t.el),n=null),i.removeEventListener("resize",o),i.removeEventListener("orientationchange",d)}))},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const n=[],l=r(),o=function(e,t){void 0===t&&(t={});const s=new(l.MutationObserver||l.WebkitMutationObserver)((e=>{if(1===e.length)return void i("observerUpdate",e[0]);const t=function(){i("observerUpdate",e[0])};l.requestAnimationFrame?l.requestAnimationFrame(t):l.setTimeout(t,0)}));s.observe(e,{attributes:void 0===t.attributes||t.attributes,childList:void 0===t.childList||t.childList,characterData:void 0===t.characterData||t.characterData}),n.push(s)};s({observer:!1,observeParents:!1,observeSlideChildren:!1}),a("init",(()=>{if(t.params.observer){if(t.params.observeParents){const e=t.$el.parents();for(let t=0;t{n.forEach((e=>{e.disconnect()})),n.splice(0,n.length)}))}]);const re=[function(e){let t,{swiper:s,extendParams:a,on:i,emit:r}=e;function n(e,t){const a=s.params.virtual;if(a.cache&&s.virtual.cache[t])return s.virtual.cache[t];const i=a.renderSlide?d(a.renderSlide.call(s,e,t)):d(`
${e}
`);return i.attr("data-swiper-slide-index")||i.attr("data-swiper-slide-index",t),a.cache&&(s.virtual.cache[t]=i),i}function l(e){const{slidesPerView:t,slidesPerGroup:a,centeredSlides:i}=s.params,{addSlidesBefore:l,addSlidesAfter:o}=s.params.virtual,{from:d,to:c,slides:p,slidesGrid:u,offset:h}=s.virtual;s.params.cssMode||s.updateActiveIndex();const m=s.activeIndex||0;let f,g,v;f=s.rtlTranslate?"right":s.isHorizontal()?"left":"top",i?(g=Math.floor(t/2)+a+o,v=Math.floor(t/2)+a+l):(g=t+(a-1)+o,v=a+l);const w=Math.max((m||0)-v,0),b=Math.min((m||0)+g,p.length-1),x=(s.slidesGrid[w]||0)-(s.slidesGrid[0]||0);function y(){s.updateSlides(),s.updateProgress(),s.updateSlidesClasses(),s.lazy&&s.params.lazy.enabled&&s.lazy.load(),r("virtualUpdate")}if(Object.assign(s.virtual,{from:w,to:b,offset:x,slidesGrid:s.slidesGrid}),d===w&&c===b&&!e)return s.slidesGrid!==u&&x!==h&&s.slides.css(f,`${x}px`),s.updateProgress(),void r("virtualUpdate");if(s.params.virtual.renderExternal)return s.params.virtual.renderExternal.call(s,{offset:x,from:w,to:b,slides:function(){const e=[];for(let t=w;t<=b;t+=1)e.push(p[t]);return e}()}),void(s.params.virtual.renderExternalUpdate?y():r("virtualUpdate"));const E=[],T=[];if(e)s.$wrapperEl.find(`.${s.params.slideClass}`).remove();else for(let e=d;e<=c;e+=1)(eb)&&s.$wrapperEl.find(`.${s.params.slideClass}[data-swiper-slide-index="${e}"]`).remove();for(let t=0;t=w&&t<=b&&(void 0===c||e?T.push(t):(t>c&&T.push(t),t{s.$wrapperEl.append(n(p[e],e))})),E.sort(((e,t)=>t-e)).forEach((e=>{s.$wrapperEl.prepend(n(p[e],e))})),s.$wrapperEl.children(".swiper-slide").css(f,`${x}px`),y()}a({virtual:{enabled:!1,slides:[],cache:!0,renderSlide:null,renderExternal:null,renderExternalUpdate:!0,addSlidesBefore:0,addSlidesAfter:0}}),s.virtual={cache:{},from:void 0,to:void 0,slides:[],offset:0,slidesGrid:[]},i("beforeInit",(()=>{s.params.virtual.enabled&&(s.virtual.slides=s.params.virtual.slides,s.classNames.push(`${s.params.containerModifierClass}virtual`),s.params.watchSlidesProgress=!0,s.originalParams.watchSlidesProgress=!0,s.params.initialSlide||l())})),i("setTranslate",(()=>{s.params.virtual.enabled&&(s.params.cssMode&&!s._immediateVirtual?(clearTimeout(t),t=setTimeout((()=>{l()}),100)):l())})),i("init update resize",(()=>{s.params.virtual.enabled&&s.params.cssMode&&v(s.wrapperEl,"--swiper-virtual-size",`${s.virtualSize}px`)})),Object.assign(s.virtual,{appendSlide:function(e){if("object"==typeof e&&"length"in e)for(let t=0;t{const a=e[s],r=a.attr("data-swiper-slide-index");r&&a.attr("data-swiper-slide-index",parseInt(r,10)+i),t[parseInt(s,10)+i]=a})),s.virtual.cache=t}l(!0),s.slideTo(a,0)},removeSlide:function(e){if(null==e)return;let t=s.activeIndex;if(Array.isArray(e))for(let a=e.length-1;a>=0;a-=1)s.virtual.slides.splice(e[a],1),s.params.virtual.cache&&delete s.virtual.cache[e[a]],e[a]0&&0===t.$el.parents(`.${t.params.slideActiveClass}`).length)return;const a=t.$el,i=a[0].clientWidth,r=a[0].clientHeight,n=o.innerWidth,l=o.innerHeight,d=t.$el.offset();s&&(d.left-=t.$el[0].scrollLeft);const c=[[d.left,d.top],[d.left+i,d.top],[d.left,d.top+r],[d.left+i,d.top+r]];for(let t=0;t=0&&s[0]<=n&&s[1]>=0&&s[1]<=l){if(0===s[0]&&0===s[1])continue;e=!0}}if(!e)return}t.isHorizontal()?((d||c||p||u)&&(a.preventDefault?a.preventDefault():a.returnValue=!1),((c||u)&&!s||(d||p)&&s)&&t.slideNext(),((d||p)&&!s||(c||u)&&s)&&t.slidePrev()):((d||c||h||m)&&(a.preventDefault?a.preventDefault():a.returnValue=!1),(c||m)&&t.slideNext(),(d||h)&&t.slidePrev()),n("keyPress",i)}}function p(){t.keyboard.enabled||(d(l).on("keydown",c),t.keyboard.enabled=!0)}function u(){t.keyboard.enabled&&(d(l).off("keydown",c),t.keyboard.enabled=!1)}t.keyboard={enabled:!1},s({keyboard:{enabled:!1,onlyInViewport:!0,pageUpDown:!0}}),i("init",(()=>{t.params.keyboard.enabled&&p()})),i("destroy",(()=>{t.keyboard.enabled&&u()})),Object.assign(t.keyboard,{enable:p,disable:u})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const n=r();let l;s({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null}}),t.mousewheel={enabled:!1};let o,c=u();const h=[];function m(){t.enabled&&(t.mouseEntered=!0)}function f(){t.enabled&&(t.mouseEntered=!1)}function g(e){return!(t.params.mousewheel.thresholdDelta&&e.delta=6&&u()-c<60||(e.direction<0?t.isEnd&&!t.params.loop||t.animating||(t.slideNext(),i("scroll",e.raw)):t.isBeginning&&!t.params.loop||t.animating||(t.slidePrev(),i("scroll",e.raw)),c=(new n.Date).getTime(),!1)))}function v(e){let s=e,a=!0;if(!t.enabled)return;const r=t.params.mousewheel;t.params.cssMode&&s.preventDefault();let n=t.$el;if("container"!==t.params.mousewheel.eventsTarget&&(n=d(t.params.mousewheel.eventsTarget)),!t.mouseEntered&&!n[0].contains(s.target)&&!r.releaseOnEdges)return!0;s.originalEvent&&(s=s.originalEvent);let c=0;const m=t.rtlTranslate?-1:1,f=function(e){let t=0,s=0,a=0,i=0;return"detail"in e&&(s=e.detail),"wheelDelta"in e&&(s=-e.wheelDelta/120),"wheelDeltaY"in e&&(s=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=s,s=0),a=10*t,i=10*s,"deltaY"in e&&(i=e.deltaY),"deltaX"in e&&(a=e.deltaX),e.shiftKey&&!a&&(a=i,i=0),(a||i)&&e.deltaMode&&(1===e.deltaMode?(a*=40,i*=40):(a*=800,i*=800)),a&&!t&&(t=a<1?-1:1),i&&!s&&(s=i<1?-1:1),{spinX:t,spinY:s,pixelX:a,pixelY:i}}(s);if(r.forceToAxis)if(t.isHorizontal()){if(!(Math.abs(f.pixelX)>Math.abs(f.pixelY)))return!0;c=-f.pixelX*m}else{if(!(Math.abs(f.pixelY)>Math.abs(f.pixelX)))return!0;c=-f.pixelY}else c=Math.abs(f.pixelX)>Math.abs(f.pixelY)?-f.pixelX*m:-f.pixelY;if(0===c)return!0;r.invert&&(c=-c);let v=t.getTranslate()+c*r.sensitivity;if(v>=t.minTranslate()&&(v=t.minTranslate()),v<=t.maxTranslate()&&(v=t.maxTranslate()),a=!!t.params.loop||!(v===t.minTranslate()||v===t.maxTranslate()),a&&t.params.nested&&s.stopPropagation(),t.params.freeMode&&t.params.freeMode.enabled){const e={time:u(),delta:Math.abs(c),direction:Math.sign(c)},a=o&&e.time=t.minTranslate()&&(n=t.minTranslate()),n<=t.maxTranslate()&&(n=t.maxTranslate()),t.setTransition(0),t.setTranslate(n),t.updateProgress(),t.updateActiveIndex(),t.updateSlidesClasses(),(!d&&t.isBeginning||!u&&t.isEnd)&&t.updateSlidesClasses(),t.params.freeMode.sticky){clearTimeout(l),l=void 0,h.length>=15&&h.shift();const s=h.length?h[h.length-1]:void 0,a=h[0];if(h.push(e),s&&(e.delta>s.delta||e.direction!==s.direction))h.splice(0);else if(h.length>=15&&e.time-a.time<500&&a.delta-e.delta>=1&&e.delta<=6){const s=c>0?.8:.2;o=e,h.splice(0),l=p((()=>{t.slideToClosest(t.params.speed,!0,void 0,s)}),0)}l||(l=p((()=>{o=e,h.splice(0),t.slideToClosest(t.params.speed,!0,void 0,.5)}),500))}if(a||i("scroll",s),t.params.autoplay&&t.params.autoplayDisableOnInteraction&&t.autoplay.stop(),n===t.minTranslate()||n===t.maxTranslate())return!0}}else{const s={time:u(),delta:Math.abs(c),direction:Math.sign(c),raw:e};h.length>=2&&h.shift();const a=h.length?h[h.length-1]:void 0;if(h.push(s),a?(s.direction!==a.direction||s.delta>a.delta||s.time>a.time+150)&&g(s):g(s),function(e){const s=t.params.mousewheel;if(e.direction<0){if(t.isEnd&&!t.params.loop&&s.releaseOnEdges)return!0}else if(t.isBeginning&&!t.params.loop&&s.releaseOnEdges)return!0;return!1}(s))return!0}return s.preventDefault?s.preventDefault():s.returnValue=!1,!1}function w(e){let s=t.$el;"container"!==t.params.mousewheel.eventsTarget&&(s=d(t.params.mousewheel.eventsTarget)),s[e]("mouseenter",m),s[e]("mouseleave",f),s[e]("wheel",v)}function b(){return t.params.cssMode?(t.wrapperEl.removeEventListener("wheel",v),!0):!t.mousewheel.enabled&&(w("on"),t.mousewheel.enabled=!0,!0)}function x(){return t.params.cssMode?(t.wrapperEl.addEventListener(event,v),!0):!!t.mousewheel.enabled&&(w("off"),t.mousewheel.enabled=!1,!0)}a("init",(()=>{!t.params.mousewheel.enabled&&t.params.cssMode&&x(),t.params.mousewheel.enabled&&b()})),a("destroy",(()=>{t.params.cssMode&&b(),t.mousewheel.enabled&&x()})),Object.assign(t.mousewheel,{enable:b,disable:x})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;function r(e){let s;return e&&(s=d(e),t.params.uniqueNavElements&&"string"==typeof e&&s.length>1&&1===t.$el.find(e).length&&(s=t.$el.find(e))),s}function n(e,s){const a=t.params.navigation;e&&e.length>0&&(e[s?"addClass":"removeClass"](a.disabledClass),e[0]&&"BUTTON"===e[0].tagName&&(e[0].disabled=s),t.params.watchOverflow&&t.enabled&&e[t.isLocked?"addClass":"removeClass"](a.lockClass))}function l(){if(t.params.loop)return;const{$nextEl:e,$prevEl:s}=t.navigation;n(s,t.isBeginning&&!t.params.rewind),n(e,t.isEnd&&!t.params.rewind)}function o(e){e.preventDefault(),(!t.isBeginning||t.params.loop||t.params.rewind)&&t.slidePrev()}function c(e){e.preventDefault(),(!t.isEnd||t.params.loop||t.params.rewind)&&t.slideNext()}function p(){const e=t.params.navigation;if(t.params.navigation=F(t,t.originalParams.navigation,t.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!e.nextEl&&!e.prevEl)return;const s=r(e.nextEl),a=r(e.prevEl);s&&s.length>0&&s.on("click",c),a&&a.length>0&&a.on("click",o),Object.assign(t.navigation,{$nextEl:s,nextEl:s&&s[0],$prevEl:a,prevEl:a&&a[0]}),t.enabled||(s&&s.addClass(e.lockClass),a&&a.addClass(e.lockClass))}function u(){const{$nextEl:e,$prevEl:s}=t.navigation;e&&e.length&&(e.off("click",c),e.removeClass(t.params.navigation.disabledClass)),s&&s.length&&(s.off("click",o),s.removeClass(t.params.navigation.disabledClass))}s({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock"}}),t.navigation={nextEl:null,$nextEl:null,prevEl:null,$prevEl:null},a("init",(()=>{p(),l()})),a("toEdge fromEdge lock unlock",(()=>{l()})),a("destroy",(()=>{u()})),a("enable disable",(()=>{const{$nextEl:e,$prevEl:s}=t.navigation;e&&e[t.enabled?"removeClass":"addClass"](t.params.navigation.lockClass),s&&s[t.enabled?"removeClass":"addClass"](t.params.navigation.lockClass)})),a("click",((e,s)=>{const{$nextEl:a,$prevEl:r}=t.navigation,n=s.target;if(t.params.navigation.hideOnClick&&!d(n).is(r)&&!d(n).is(a)){if(t.pagination&&t.params.pagination&&t.params.pagination.clickable&&(t.pagination.el===n||t.pagination.el.contains(n)))return;let e;a?e=a.hasClass(t.params.navigation.hiddenClass):r&&(e=r.hasClass(t.params.navigation.hiddenClass)),i(!0===e?"navigationShow":"navigationHide"),a&&a.toggleClass(t.params.navigation.hiddenClass),r&&r.toggleClass(t.params.navigation.hiddenClass)}})),Object.assign(t.navigation,{update:l,init:p,destroy:u})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const r="swiper-pagination";let n;s({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:e=>e,formatFractionTotal:e=>e,bulletClass:`${r}-bullet`,bulletActiveClass:`${r}-bullet-active`,modifierClass:`${r}-`,currentClass:`${r}-current`,totalClass:`${r}-total`,hiddenClass:`${r}-hidden`,progressbarFillClass:`${r}-progressbar-fill`,progressbarOppositeClass:`${r}-progressbar-opposite`,clickableClass:`${r}-clickable`,lockClass:`${r}-lock`,horizontalClass:`${r}-horizontal`,verticalClass:`${r}-vertical`}}),t.pagination={el:null,$el:null,bullets:[]};let l=0;function o(){return!t.params.pagination.el||!t.pagination.el||!t.pagination.$el||0===t.pagination.$el.length}function c(e,s){const{bulletActiveClass:a}=t.params.pagination;e[s]().addClass(`${a}-${s}`)[s]().addClass(`${a}-${s}-${s}`)}function p(){const e=t.rtl,s=t.params.pagination;if(o())return;const a=t.virtual&&t.params.virtual.enabled?t.virtual.slides.length:t.slides.length,r=t.pagination.$el;let p;const u=t.params.loop?Math.ceil((a-2*t.loopedSlides)/t.params.slidesPerGroup):t.snapGrid.length;if(t.params.loop?(p=Math.ceil((t.activeIndex-t.loopedSlides)/t.params.slidesPerGroup),p>a-1-2*t.loopedSlides&&(p-=a-2*t.loopedSlides),p>u-1&&(p-=u),p<0&&"bullets"!==t.params.paginationType&&(p=u+p)):p=void 0!==t.snapIndex?t.snapIndex:t.activeIndex||0,"bullets"===s.type&&t.pagination.bullets&&t.pagination.bullets.length>0){const a=t.pagination.bullets;let i,o,u;if(s.dynamicBullets&&(n=a.eq(0)[t.isHorizontal()?"outerWidth":"outerHeight"](!0),r.css(t.isHorizontal()?"width":"height",n*(s.dynamicMainBullets+4)+"px"),s.dynamicMainBullets>1&&void 0!==t.previousIndex&&(l+=p-(t.previousIndex-t.loopedSlides||0),l>s.dynamicMainBullets-1?l=s.dynamicMainBullets-1:l<0&&(l=0)),i=Math.max(p-l,0),o=i+(Math.min(a.length,s.dynamicMainBullets)-1),u=(o+i)/2),a.removeClass(["","-next","-next-next","-prev","-prev-prev","-main"].map((e=>`${s.bulletActiveClass}${e}`)).join(" ")),r.length>1)a.each((e=>{const t=d(e),a=t.index();a===p&&t.addClass(s.bulletActiveClass),s.dynamicBullets&&(a>=i&&a<=o&&t.addClass(`${s.bulletActiveClass}-main`),a===i&&c(t,"prev"),a===o&&c(t,"next"))}));else{const e=a.eq(p),r=e.index();if(e.addClass(s.bulletActiveClass),s.dynamicBullets){const e=a.eq(i),n=a.eq(o);for(let e=i;e<=o;e+=1)a.eq(e).addClass(`${s.bulletActiveClass}-main`);if(t.params.loop)if(r>=a.length){for(let e=s.dynamicMainBullets;e>=0;e-=1)a.eq(a.length-e).addClass(`${s.bulletActiveClass}-main`);a.eq(a.length-s.dynamicMainBullets-1).addClass(`${s.bulletActiveClass}-prev`)}else c(e,"prev"),c(n,"next");else c(e,"prev"),c(n,"next")}}if(s.dynamicBullets){const i=Math.min(a.length,s.dynamicMainBullets+4),r=(n*i-n)/2-u*n,l=e?"right":"left";a.css(t.isHorizontal()?l:"top",`${r}px`)}}if("fraction"===s.type&&(r.find(U(s.currentClass)).text(s.formatFractionCurrent(p+1)),r.find(U(s.totalClass)).text(s.formatFractionTotal(u))),"progressbar"===s.type){let e;e=s.progressbarOpposite?t.isHorizontal()?"vertical":"horizontal":t.isHorizontal()?"horizontal":"vertical";const a=(p+1)/u;let i=1,n=1;"horizontal"===e?i=a:n=a,r.find(U(s.progressbarFillClass)).transform(`translate3d(0,0,0) scaleX(${i}) scaleY(${n})`).transition(t.params.speed)}"custom"===s.type&&s.renderCustom?(r.html(s.renderCustom(t,p+1,u)),i("paginationRender",r[0])):i("paginationUpdate",r[0]),t.params.watchOverflow&&t.enabled&&r[t.isLocked?"addClass":"removeClass"](s.lockClass)}function u(){const e=t.params.pagination;if(o())return;const s=t.virtual&&t.params.virtual.enabled?t.virtual.slides.length:t.slides.length,a=t.pagination.$el;let r="";if("bullets"===e.type){let i=t.params.loop?Math.ceil((s-2*t.loopedSlides)/t.params.slidesPerGroup):t.snapGrid.length;t.params.freeMode&&t.params.freeMode.enabled&&!t.params.loop&&i>s&&(i=s);for(let s=0;s`;a.html(r),t.pagination.bullets=a.find(U(e.bulletClass))}"fraction"===e.type&&(r=e.renderFraction?e.renderFraction.call(t,e.currentClass,e.totalClass):` / `,a.html(r)),"progressbar"===e.type&&(r=e.renderProgressbar?e.renderProgressbar.call(t,e.progressbarFillClass):``,a.html(r)),"custom"!==e.type&&i("paginationRender",t.pagination.$el[0])}function h(){t.params.pagination=F(t,t.originalParams.pagination,t.params.pagination,{el:"swiper-pagination"});const e=t.params.pagination;if(!e.el)return;let s=d(e.el);0!==s.length&&(t.params.uniqueNavElements&&"string"==typeof e.el&&s.length>1&&(s=t.$el.find(e.el),s.length>1&&(s=s.filter((e=>d(e).parents(".swiper")[0]===t.el)))),"bullets"===e.type&&e.clickable&&s.addClass(e.clickableClass),s.addClass(e.modifierClass+e.type),s.addClass(t.isHorizontal()?e.horizontalClass:e.verticalClass),"bullets"===e.type&&e.dynamicBullets&&(s.addClass(`${e.modifierClass}${e.type}-dynamic`),l=0,e.dynamicMainBullets<1&&(e.dynamicMainBullets=1)),"progressbar"===e.type&&e.progressbarOpposite&&s.addClass(e.progressbarOppositeClass),e.clickable&&s.on("click",U(e.bulletClass),(function(e){e.preventDefault();let s=d(this).index()*t.params.slidesPerGroup;t.params.loop&&(s+=t.loopedSlides),t.slideTo(s)})),Object.assign(t.pagination,{$el:s,el:s[0]}),t.enabled||s.addClass(e.lockClass))}function m(){const e=t.params.pagination;if(o())return;const s=t.pagination.$el;s.removeClass(e.hiddenClass),s.removeClass(e.modifierClass+e.type),s.removeClass(t.isHorizontal()?e.horizontalClass:e.verticalClass),t.pagination.bullets&&t.pagination.bullets.removeClass&&t.pagination.bullets.removeClass(e.bulletActiveClass),e.clickable&&s.off("click",U(e.bulletClass))}a("init",(()=>{h(),u(),p()})),a("activeIndexChange",(()=>{(t.params.loop||void 0===t.snapIndex)&&p()})),a("snapIndexChange",(()=>{t.params.loop||p()})),a("slidesLengthChange",(()=>{t.params.loop&&(u(),p())})),a("snapGridLengthChange",(()=>{t.params.loop||(u(),p())})),a("destroy",(()=>{m()})),a("enable disable",(()=>{const{$el:e}=t.pagination;e&&e[t.enabled?"removeClass":"addClass"](t.params.pagination.lockClass)})),a("lock unlock",(()=>{p()})),a("click",((e,s)=>{const a=s.target,{$el:r}=t.pagination;if(t.params.pagination.el&&t.params.pagination.hideOnClick&&r.length>0&&!d(a).hasClass(t.params.pagination.bulletClass)){if(t.navigation&&(t.navigation.nextEl&&a===t.navigation.nextEl||t.navigation.prevEl&&a===t.navigation.prevEl))return;const e=r.hasClass(t.params.pagination.hiddenClass);i(!0===e?"paginationShow":"paginationHide"),r.toggleClass(t.params.pagination.hiddenClass)}})),Object.assign(t.pagination,{render:u,update:p,init:h,destroy:m})},function(e){let{swiper:t,extendParams:s,on:i,emit:r}=e;const n=a();let l,o,c,u,h=!1,m=null,f=null;function g(){if(!t.params.scrollbar.el||!t.scrollbar.el)return;const{scrollbar:e,rtlTranslate:s,progress:a}=t,{$dragEl:i,$el:r}=e,n=t.params.scrollbar;let l=o,d=(c-o)*a;s?(d=-d,d>0?(l=o-d,d=0):-d+o>c&&(l=c+d)):d<0?(l=o+d,d=0):d+o>c&&(l=c-d),t.isHorizontal()?(i.transform(`translate3d(${d}px, 0, 0)`),i[0].style.width=`${l}px`):(i.transform(`translate3d(0px, ${d}px, 0)`),i[0].style.height=`${l}px`),n.hide&&(clearTimeout(m),r[0].style.opacity=1,m=setTimeout((()=>{r[0].style.opacity=0,r.transition(400)}),1e3))}function v(){if(!t.params.scrollbar.el||!t.scrollbar.el)return;const{scrollbar:e}=t,{$dragEl:s,$el:a}=e;s[0].style.width="",s[0].style.height="",c=t.isHorizontal()?a[0].offsetWidth:a[0].offsetHeight,u=t.size/(t.virtualSize+t.params.slidesOffsetBefore-(t.params.centeredSlides?t.snapGrid[0]:0)),o="auto"===t.params.scrollbar.dragSize?c*u:parseInt(t.params.scrollbar.dragSize,10),t.isHorizontal()?s[0].style.width=`${o}px`:s[0].style.height=`${o}px`,a[0].style.display=u>=1?"none":"",t.params.scrollbar.hide&&(a[0].style.opacity=0),t.params.watchOverflow&&t.enabled&&e.$el[t.isLocked?"addClass":"removeClass"](t.params.scrollbar.lockClass)}function w(e){return t.isHorizontal()?"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].clientX:e.clientX:"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].clientY:e.clientY}function b(e){const{scrollbar:s,rtlTranslate:a}=t,{$el:i}=s;let r;r=(w(e)-i.offset()[t.isHorizontal()?"left":"top"]-(null!==l?l:o/2))/(c-o),r=Math.max(Math.min(r,1),0),a&&(r=1-r);const n=t.minTranslate()+(t.maxTranslate()-t.minTranslate())*r;t.updateProgress(n),t.setTranslate(n),t.updateActiveIndex(),t.updateSlidesClasses()}function x(e){const s=t.params.scrollbar,{scrollbar:a,$wrapperEl:i}=t,{$el:n,$dragEl:o}=a;h=!0,l=e.target===o[0]||e.target===o?w(e)-e.target.getBoundingClientRect()[t.isHorizontal()?"left":"top"]:null,e.preventDefault(),e.stopPropagation(),i.transition(100),o.transition(100),b(e),clearTimeout(f),n.transition(0),s.hide&&n.css("opacity",1),t.params.cssMode&&t.$wrapperEl.css("scroll-snap-type","none"),r("scrollbarDragStart",e)}function y(e){const{scrollbar:s,$wrapperEl:a}=t,{$el:i,$dragEl:n}=s;h&&(e.preventDefault?e.preventDefault():e.returnValue=!1,b(e),a.transition(0),i.transition(0),n.transition(0),r("scrollbarDragMove",e))}function E(e){const s=t.params.scrollbar,{scrollbar:a,$wrapperEl:i}=t,{$el:n}=a;h&&(h=!1,t.params.cssMode&&(t.$wrapperEl.css("scroll-snap-type",""),i.transition("")),s.hide&&(clearTimeout(f),f=p((()=>{n.css("opacity",0),n.transition(400)}),1e3)),r("scrollbarDragEnd",e),s.snapOnRelease&&t.slideToClosest())}function T(e){const{scrollbar:s,touchEventsTouch:a,touchEventsDesktop:i,params:r,support:l}=t,o=s.$el[0],d=!(!l.passiveListener||!r.passiveListeners)&&{passive:!1,capture:!1},c=!(!l.passiveListener||!r.passiveListeners)&&{passive:!0,capture:!1};if(!o)return;const p="on"===e?"addEventListener":"removeEventListener";l.touch?(o[p](a.start,x,d),o[p](a.move,y,d),o[p](a.end,E,c)):(o[p](i.start,x,d),n[p](i.move,y,d),n[p](i.end,E,c))}function C(){const{scrollbar:e,$el:s}=t;t.params.scrollbar=F(t,t.originalParams.scrollbar,t.params.scrollbar,{el:"swiper-scrollbar"});const a=t.params.scrollbar;if(!a.el)return;let i=d(a.el);t.params.uniqueNavElements&&"string"==typeof a.el&&i.length>1&&1===s.find(a.el).length&&(i=s.find(a.el));let r=i.find(`.${t.params.scrollbar.dragClass}`);0===r.length&&(r=d(`
`),i.append(r)),Object.assign(e,{$el:i,el:i[0],$dragEl:r,dragEl:r[0]}),a.draggable&&t.params.scrollbar.el&&T("on"),i&&i[t.enabled?"removeClass":"addClass"](t.params.scrollbar.lockClass)}function $(){t.params.scrollbar.el&&T("off")}s({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag"}}),t.scrollbar={el:null,dragEl:null,$el:null,$dragEl:null},i("init",(()=>{C(),v(),g()})),i("update resize observerUpdate lock unlock",(()=>{v()})),i("setTranslate",(()=>{g()})),i("setTransition",((e,s)=>{!function(e){t.params.scrollbar.el&&t.scrollbar.el&&t.scrollbar.$dragEl.transition(e)}(s)})),i("enable disable",(()=>{const{$el:e}=t.scrollbar;e&&e[t.enabled?"removeClass":"addClass"](t.params.scrollbar.lockClass)})),i("destroy",(()=>{$()})),Object.assign(t.scrollbar,{updateSize:v,setTranslate:g,init:C,destroy:$})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({parallax:{enabled:!1}});const i=(e,s)=>{const{rtl:a}=t,i=d(e),r=a?-1:1,n=i.attr("data-swiper-parallax")||"0";let l=i.attr("data-swiper-parallax-x"),o=i.attr("data-swiper-parallax-y");const c=i.attr("data-swiper-parallax-scale"),p=i.attr("data-swiper-parallax-opacity");if(l||o?(l=l||"0",o=o||"0"):t.isHorizontal()?(l=n,o="0"):(o=n,l="0"),l=l.indexOf("%")>=0?parseInt(l,10)*s*r+"%":l*s*r+"px",o=o.indexOf("%")>=0?parseInt(o,10)*s+"%":o*s+"px",null!=p){const e=p-(p-1)*(1-Math.abs(s));i[0].style.opacity=e}if(null==c)i.transform(`translate3d(${l}, ${o}, 0px)`);else{const e=c-(c-1)*(1-Math.abs(s));i.transform(`translate3d(${l}, ${o}, 0px) scale(${e})`)}},r=()=>{const{$el:e,slides:s,progress:a,snapGrid:r}=t;e.children("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((e=>{i(e,a)})),s.each(((e,s)=>{let n=e.progress;t.params.slidesPerGroup>1&&"auto"!==t.params.slidesPerView&&(n+=Math.ceil(s/2)-a*(r.length-1)),n=Math.min(Math.max(n,-1),1),d(e).find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((e=>{i(e,n)}))}))};a("beforeInit",(()=>{t.params.parallax.enabled&&(t.params.watchSlidesProgress=!0,t.originalParams.watchSlidesProgress=!0)})),a("init",(()=>{t.params.parallax.enabled&&r()})),a("setTranslate",(()=>{t.params.parallax.enabled&&r()})),a("setTransition",((e,s)=>{t.params.parallax.enabled&&function(e){void 0===e&&(e=t.params.speed);const{$el:s}=t;s.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((t=>{const s=d(t);let a=parseInt(s.attr("data-swiper-parallax-duration"),10)||e;0===e&&(a=0),s.transition(a)}))}(s)}))},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const n=r();s({zoom:{enabled:!1,maxRatio:3,minRatio:1,toggle:!0,containerClass:"swiper-zoom-container",zoomedSlideClass:"swiper-slide-zoomed"}}),t.zoom={enabled:!1};let l,o,c,p=1,u=!1;const m={$slideEl:void 0,slideWidth:void 0,slideHeight:void 0,$imageEl:void 0,$imageWrapEl:void 0,maxRatio:3},f={isTouched:void 0,isMoved:void 0,currentX:void 0,currentY:void 0,minX:void 0,minY:void 0,maxX:void 0,maxY:void 0,width:void 0,height:void 0,startX:void 0,startY:void 0,touchesStart:{},touchesCurrent:{}},g={x:void 0,y:void 0,prevPositionX:void 0,prevPositionY:void 0,prevTime:void 0};let v=1;function w(e){if(e.targetTouches.length<2)return 1;const t=e.targetTouches[0].pageX,s=e.targetTouches[0].pageY,a=e.targetTouches[1].pageX,i=e.targetTouches[1].pageY;return Math.sqrt((a-t)**2+(i-s)**2)}function b(e){const s=t.support,a=t.params.zoom;if(o=!1,c=!1,!s.gestures){if("touchstart"!==e.type||"touchstart"===e.type&&e.targetTouches.length<2)return;o=!0,m.scaleStart=w(e)}m.$slideEl&&m.$slideEl.length||(m.$slideEl=d(e.target).closest(`.${t.params.slideClass}`),0===m.$slideEl.length&&(m.$slideEl=t.slides.eq(t.activeIndex)),m.$imageEl=m.$slideEl.find(`.${a.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),m.$imageWrapEl=m.$imageEl.parent(`.${a.containerClass}`),m.maxRatio=m.$imageWrapEl.attr("data-swiper-zoom")||a.maxRatio,0!==m.$imageWrapEl.length)?(m.$imageEl&&m.$imageEl.transition(0),u=!0):m.$imageEl=void 0}function x(e){const s=t.support,a=t.params.zoom,i=t.zoom;if(!s.gestures){if("touchmove"!==e.type||"touchmove"===e.type&&e.targetTouches.length<2)return;c=!0,m.scaleMove=w(e)}m.$imageEl&&0!==m.$imageEl.length?(s.gestures?i.scale=e.scale*p:i.scale=m.scaleMove/m.scaleStart*p,i.scale>m.maxRatio&&(i.scale=m.maxRatio-1+(i.scale-m.maxRatio+1)**.5),i.scalef.touchesStart.x))return void(f.isTouched=!1);if(!t.isHorizontal()&&(Math.floor(f.minY)===Math.floor(f.startY)&&f.touchesCurrent.yf.touchesStart.y))return void(f.isTouched=!1)}e.cancelable&&e.preventDefault(),e.stopPropagation(),f.isMoved=!0,f.currentX=f.touchesCurrent.x-f.touchesStart.x+f.startX,f.currentY=f.touchesCurrent.y-f.touchesStart.y+f.startY,f.currentXf.maxX&&(f.currentX=f.maxX-1+(f.currentX-f.maxX+1)**.8),f.currentYf.maxY&&(f.currentY=f.maxY-1+(f.currentY-f.maxY+1)**.8),g.prevPositionX||(g.prevPositionX=f.touchesCurrent.x),g.prevPositionY||(g.prevPositionY=f.touchesCurrent.y),g.prevTime||(g.prevTime=Date.now()),g.x=(f.touchesCurrent.x-g.prevPositionX)/(Date.now()-g.prevTime)/2,g.y=(f.touchesCurrent.y-g.prevPositionY)/(Date.now()-g.prevTime)/2,Math.abs(f.touchesCurrent.x-g.prevPositionX)<2&&(g.x=0),Math.abs(f.touchesCurrent.y-g.prevPositionY)<2&&(g.y=0),g.prevPositionX=f.touchesCurrent.x,g.prevPositionY=f.touchesCurrent.y,g.prevTime=Date.now(),m.$imageWrapEl.transform(`translate3d(${f.currentX}px, ${f.currentY}px,0)`)}}function T(){const e=t.zoom;m.$slideEl&&t.previousIndex!==t.activeIndex&&(m.$imageEl&&m.$imageEl.transform("translate3d(0,0,0) scale(1)"),m.$imageWrapEl&&m.$imageWrapEl.transform("translate3d(0,0,0)"),e.scale=1,p=1,m.$slideEl=void 0,m.$imageEl=void 0,m.$imageWrapEl=void 0)}function C(e){const s=t.zoom,a=t.params.zoom;if(m.$slideEl||(e&&e.target&&(m.$slideEl=d(e.target).closest(`.${t.params.slideClass}`)),m.$slideEl||(t.params.virtual&&t.params.virtual.enabled&&t.virtual?m.$slideEl=t.$wrapperEl.children(`.${t.params.slideActiveClass}`):m.$slideEl=t.slides.eq(t.activeIndex)),m.$imageEl=m.$slideEl.find(`.${a.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),m.$imageWrapEl=m.$imageEl.parent(`.${a.containerClass}`)),!m.$imageEl||0===m.$imageEl.length||!m.$imageWrapEl||0===m.$imageWrapEl.length)return;let i,r,l,o,c,u,h,g,v,w,b,x,y,E,T,C,$,S;t.params.cssMode&&(t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.touchAction="none"),m.$slideEl.addClass(`${a.zoomedSlideClass}`),void 0===f.touchesStart.x&&e?(i="touchend"===e.type?e.changedTouches[0].pageX:e.pageX,r="touchend"===e.type?e.changedTouches[0].pageY:e.pageY):(i=f.touchesStart.x,r=f.touchesStart.y),s.scale=m.$imageWrapEl.attr("data-swiper-zoom")||a.maxRatio,p=m.$imageWrapEl.attr("data-swiper-zoom")||a.maxRatio,e?($=m.$slideEl[0].offsetWidth,S=m.$slideEl[0].offsetHeight,l=m.$slideEl.offset().left+n.scrollX,o=m.$slideEl.offset().top+n.scrollY,c=l+$/2-i,u=o+S/2-r,v=m.$imageEl[0].offsetWidth,w=m.$imageEl[0].offsetHeight,b=v*s.scale,x=w*s.scale,y=Math.min($/2-b/2,0),E=Math.min(S/2-x/2,0),T=-y,C=-E,h=c*s.scale,g=u*s.scale,hT&&(h=T),gC&&(g=C)):(h=0,g=0),m.$imageWrapEl.transition(300).transform(`translate3d(${h}px, ${g}px,0)`),m.$imageEl.transition(300).transform(`translate3d(0,0,0) scale(${s.scale})`)}function $(){const e=t.zoom,s=t.params.zoom;m.$slideEl||(t.params.virtual&&t.params.virtual.enabled&&t.virtual?m.$slideEl=t.$wrapperEl.children(`.${t.params.slideActiveClass}`):m.$slideEl=t.slides.eq(t.activeIndex),m.$imageEl=m.$slideEl.find(`.${s.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),m.$imageWrapEl=m.$imageEl.parent(`.${s.containerClass}`)),m.$imageEl&&0!==m.$imageEl.length&&m.$imageWrapEl&&0!==m.$imageWrapEl.length&&(t.params.cssMode&&(t.wrapperEl.style.overflow="",t.wrapperEl.style.touchAction=""),e.scale=1,p=1,m.$imageWrapEl.transition(300).transform("translate3d(0,0,0)"),m.$imageEl.transition(300).transform("translate3d(0,0,0) scale(1)"),m.$slideEl.removeClass(`${s.zoomedSlideClass}`),m.$slideEl=void 0)}function S(e){const s=t.zoom;s.scale&&1!==s.scale?$():C(e)}function M(){const e=t.support;return{passiveListener:!("touchstart"!==t.touchEvents.start||!e.passiveListener||!t.params.passiveListeners)&&{passive:!0,capture:!1},activeListenerWithCapture:!e.passiveListener||{passive:!1,capture:!0}}}function P(){return`.${t.params.slideClass}`}function k(e){const{passiveListener:s}=M(),a=P();t.$wrapperEl[e]("gesturestart",a,b,s),t.$wrapperEl[e]("gesturechange",a,x,s),t.$wrapperEl[e]("gestureend",a,y,s)}function z(){l||(l=!0,k("on"))}function O(){l&&(l=!1,k("off"))}function I(){const e=t.zoom;if(e.enabled)return;e.enabled=!0;const s=t.support,{passiveListener:a,activeListenerWithCapture:i}=M(),r=P();s.gestures?(t.$wrapperEl.on(t.touchEvents.start,z,a),t.$wrapperEl.on(t.touchEvents.end,O,a)):"touchstart"===t.touchEvents.start&&(t.$wrapperEl.on(t.touchEvents.start,r,b,a),t.$wrapperEl.on(t.touchEvents.move,r,x,i),t.$wrapperEl.on(t.touchEvents.end,r,y,a),t.touchEvents.cancel&&t.$wrapperEl.on(t.touchEvents.cancel,r,y,a)),t.$wrapperEl.on(t.touchEvents.move,`.${t.params.zoom.containerClass}`,E,i)}function L(){const e=t.zoom;if(!e.enabled)return;const s=t.support;e.enabled=!1;const{passiveListener:a,activeListenerWithCapture:i}=M(),r=P();s.gestures?(t.$wrapperEl.off(t.touchEvents.start,z,a),t.$wrapperEl.off(t.touchEvents.end,O,a)):"touchstart"===t.touchEvents.start&&(t.$wrapperEl.off(t.touchEvents.start,r,b,a),t.$wrapperEl.off(t.touchEvents.move,r,x,i),t.$wrapperEl.off(t.touchEvents.end,r,y,a),t.touchEvents.cancel&&t.$wrapperEl.off(t.touchEvents.cancel,r,y,a)),t.$wrapperEl.off(t.touchEvents.move,`.${t.params.zoom.containerClass}`,E,i)}Object.defineProperty(t.zoom,"scale",{get:()=>v,set(e){if(v!==e){const t=m.$imageEl?m.$imageEl[0]:void 0,s=m.$slideEl?m.$slideEl[0]:void 0;i("zoomChange",e,t,s)}v=e}}),a("init",(()=>{t.params.zoom.enabled&&I()})),a("destroy",(()=>{L()})),a("touchStart",((e,s)=>{t.zoom.enabled&&function(e){const s=t.device;m.$imageEl&&0!==m.$imageEl.length&&(f.isTouched||(s.android&&e.cancelable&&e.preventDefault(),f.isTouched=!0,f.touchesStart.x="touchstart"===e.type?e.targetTouches[0].pageX:e.pageX,f.touchesStart.y="touchstart"===e.type?e.targetTouches[0].pageY:e.pageY))}(s)})),a("touchEnd",((e,s)=>{t.zoom.enabled&&function(){const e=t.zoom;if(!m.$imageEl||0===m.$imageEl.length)return;if(!f.isTouched||!f.isMoved)return f.isTouched=!1,void(f.isMoved=!1);f.isTouched=!1,f.isMoved=!1;let s=300,a=300;const i=g.x*s,r=f.currentX+i,n=g.y*a,l=f.currentY+n;0!==g.x&&(s=Math.abs((r-f.currentX)/g.x)),0!==g.y&&(a=Math.abs((l-f.currentY)/g.y));const o=Math.max(s,a);f.currentX=r,f.currentY=l;const d=f.width*e.scale,c=f.height*e.scale;f.minX=Math.min(m.slideWidth/2-d/2,0),f.maxX=-f.minX,f.minY=Math.min(m.slideHeight/2-c/2,0),f.maxY=-f.minY,f.currentX=Math.max(Math.min(f.currentX,f.maxX),f.minX),f.currentY=Math.max(Math.min(f.currentY,f.maxY),f.minY),m.$imageWrapEl.transition(o).transform(`translate3d(${f.currentX}px, ${f.currentY}px,0)`)}()})),a("doubleTap",((e,s)=>{!t.animating&&t.params.zoom.enabled&&t.zoom.enabled&&t.params.zoom.toggle&&S(s)})),a("transitionEnd",(()=>{t.zoom.enabled&&t.params.zoom.enabled&&T()})),a("slideChange",(()=>{t.zoom.enabled&&t.params.zoom.enabled&&t.params.cssMode&&T()})),Object.assign(t.zoom,{enable:I,disable:L,in:C,out:$,toggle:S})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;s({lazy:{checkInView:!1,enabled:!1,loadPrevNext:!1,loadPrevNextAmount:1,loadOnTransitionStart:!1,scrollingElement:"",elementClass:"swiper-lazy",loadingClass:"swiper-lazy-loading",loadedClass:"swiper-lazy-loaded",preloaderClass:"swiper-lazy-preloader"}}),t.lazy={};let n=!1,l=!1;function o(e,s){void 0===s&&(s=!0);const a=t.params.lazy;if(void 0===e)return;if(0===t.slides.length)return;const r=t.virtual&&t.params.virtual.enabled?t.$wrapperEl.children(`.${t.params.slideClass}[data-swiper-slide-index="${e}"]`):t.slides.eq(e),n=r.find(`.${a.elementClass}:not(.${a.loadedClass}):not(.${a.loadingClass})`);!r.hasClass(a.elementClass)||r.hasClass(a.loadedClass)||r.hasClass(a.loadingClass)||n.push(r[0]),0!==n.length&&n.each((e=>{const n=d(e);n.addClass(a.loadingClass);const l=n.attr("data-background"),c=n.attr("data-src"),p=n.attr("data-srcset"),u=n.attr("data-sizes"),h=n.parent("picture");t.loadImage(n[0],c||l,p,u,!1,(()=>{if(null!=t&&t&&(!t||t.params)&&!t.destroyed){if(l?(n.css("background-image",`url("${l}")`),n.removeAttr("data-background")):(p&&(n.attr("srcset",p),n.removeAttr("data-srcset")),u&&(n.attr("sizes",u),n.removeAttr("data-sizes")),h.length&&h.children("source").each((e=>{const t=d(e);t.attr("data-srcset")&&(t.attr("srcset",t.attr("data-srcset")),t.removeAttr("data-srcset"))})),c&&(n.attr("src",c),n.removeAttr("data-src"))),n.addClass(a.loadedClass).removeClass(a.loadingClass),r.find(`.${a.preloaderClass}`).remove(),t.params.loop&&s){const e=r.attr("data-swiper-slide-index");if(r.hasClass(t.params.slideDuplicateClass)){o(t.$wrapperEl.children(`[data-swiper-slide-index="${e}"]:not(.${t.params.slideDuplicateClass})`).index(),!1)}else{o(t.$wrapperEl.children(`.${t.params.slideDuplicateClass}[data-swiper-slide-index="${e}"]`).index(),!1)}}i("lazyImageReady",r[0],n[0]),t.params.autoHeight&&t.updateAutoHeight()}})),i("lazyImageLoad",r[0],n[0])}))}function c(){const{$wrapperEl:e,params:s,slides:a,activeIndex:i}=t,r=t.virtual&&s.virtual.enabled,n=s.lazy;let c=s.slidesPerView;function p(t){if(r){if(e.children(`.${s.slideClass}[data-swiper-slide-index="${t}"]`).length)return!0}else if(a[t])return!0;return!1}function u(e){return r?d(e).attr("data-swiper-slide-index"):d(e).index()}if("auto"===c&&(c=0),l||(l=!0),t.params.watchSlidesProgress)e.children(`.${s.slideVisibleClass}`).each((e=>{o(r?d(e).attr("data-swiper-slide-index"):d(e).index())}));else if(c>1)for(let e=i;e1||n.loadPrevNextAmount&&n.loadPrevNextAmount>1){const e=n.loadPrevNextAmount,t=c,s=Math.min(i+t+Math.max(e,t),a.length),r=Math.max(i-Math.max(t,e),0);for(let e=i+c;e0&&o(u(t));const a=e.children(`.${s.slidePrevClass}`);a.length>0&&o(u(a))}}function p(){const e=r();if(!t||t.destroyed)return;const s=t.params.lazy.scrollingElement?d(t.params.lazy.scrollingElement):d(e),a=s[0]===e,i=a?e.innerWidth:s[0].offsetWidth,l=a?e.innerHeight:s[0].offsetHeight,o=t.$el.offset(),{rtlTranslate:u}=t;let h=!1;u&&(o.left-=t.$el[0].scrollLeft);const m=[[o.left,o.top],[o.left+t.width,o.top],[o.left,o.top+t.height],[o.left+t.width,o.top+t.height]];for(let e=0;e=0&&t[0]<=i&&t[1]>=0&&t[1]<=l){if(0===t[0]&&0===t[1])continue;h=!0}}const f=!("touchstart"!==t.touchEvents.start||!t.support.passiveListener||!t.params.passiveListeners)&&{passive:!0,capture:!1};h?(c(),s.off("scroll",p,f)):n||(n=!0,s.on("scroll",p,f))}a("beforeInit",(()=>{t.params.lazy.enabled&&t.params.preloadImages&&(t.params.preloadImages=!1)})),a("init",(()=>{t.params.lazy.enabled&&(t.params.lazy.checkInView?p():c())})),a("scroll",(()=>{t.params.freeMode&&t.params.freeMode.enabled&&!t.params.freeMode.sticky&&c()})),a("scrollbarDragMove resize _freeModeNoMomentumRelease",(()=>{t.params.lazy.enabled&&(t.params.lazy.checkInView?p():c())})),a("transitionStart",(()=>{t.params.lazy.enabled&&(t.params.lazy.loadOnTransitionStart||!t.params.lazy.loadOnTransitionStart&&!l)&&(t.params.lazy.checkInView?p():c())})),a("transitionEnd",(()=>{t.params.lazy.enabled&&!t.params.lazy.loadOnTransitionStart&&(t.params.lazy.checkInView?p():c())})),a("slideChange",(()=>{const{lazy:e,cssMode:s,watchSlidesProgress:a,touchReleaseOnEdges:i,resistanceRatio:r}=t.params;e.enabled&&(s||a&&(i||0===r))&&c()})),Object.assign(t.lazy,{load:c,loadInSlide:o})},function(e){let{swiper:t,extendParams:s,on:a}=e;function i(e,t){const s=function(){let e,t,s;return(a,i)=>{for(t=-1,e=a.length;e-t>1;)s=e+t>>1,a[s]<=i?t=s:e=s;return e}}();let a,i;return this.x=e,this.y=t,this.lastIndex=e.length-1,this.interpolate=function(e){return e?(i=s(this.x,e),a=i-1,(e-this.x[a])*(this.y[i]-this.y[a])/(this.x[i]-this.x[a])+this.y[a]):0},this}function r(){t.controller.control&&t.controller.spline&&(t.controller.spline=void 0,delete t.controller.spline)}s({controller:{control:void 0,inverse:!1,by:"slide"}}),t.controller={control:void 0},a("beforeInit",(()=>{t.controller.control=t.params.controller.control})),a("update",(()=>{r()})),a("resize",(()=>{r()})),a("observerUpdate",(()=>{r()})),a("setTranslate",((e,s,a)=>{t.controller.control&&t.controller.setTranslate(s,a)})),a("setTransition",((e,s,a)=>{t.controller.control&&t.controller.setTransition(s,a)})),Object.assign(t.controller,{setTranslate:function(e,s){const a=t.controller.control;let r,n;const l=t.constructor;function o(e){const s=t.rtlTranslate?-t.translate:t.translate;"slide"===t.params.controller.by&&(!function(e){t.controller.spline||(t.controller.spline=t.params.loop?new i(t.slidesGrid,e.slidesGrid):new i(t.snapGrid,e.snapGrid))}(e),n=-t.controller.spline.interpolate(-s)),n&&"container"!==t.params.controller.by||(r=(e.maxTranslate()-e.minTranslate())/(t.maxTranslate()-t.minTranslate()),n=(s-t.minTranslate())*r+e.minTranslate()),t.params.controller.inverse&&(n=e.maxTranslate()-n),e.updateProgress(n),e.setTranslate(n,t),e.updateActiveIndex(),e.updateSlidesClasses()}if(Array.isArray(a))for(let e=0;e{s.updateAutoHeight()})),s.$wrapperEl.transitionEnd((()=>{i&&(s.params.loop&&"slide"===t.params.controller.by&&s.loopFix(),s.transitionEnd())})))}if(Array.isArray(i))for(r=0;r{n(e),"BUTTON"!==e[0].tagName&&(o(e,"button"),e.on("keydown",m)),p(e,s),function(e,t){e.attr("aria-controls",t)}(e,t)},w=e=>{const s=e.target.closest(`.${t.params.slideClass}`);if(!s||!t.slides.includes(s))return;const a=t.slides.indexOf(s)===t.activeIndex,i=t.params.watchSlidesProgress&&t.visibleSlides&&t.visibleSlides.includes(s);a||i||t.slideTo(t.slides.indexOf(s),0)};function b(){const e=t.params.a11y;t.$el.append(i);const s=t.$el;e.containerRoleDescriptionMessage&&c(s,e.containerRoleDescriptionMessage),e.containerMessage&&p(s,e.containerMessage);const a=t.$wrapperEl,r=a.attr("id")||`swiper-wrapper-${n=16,void 0===n&&(n=16),"x".repeat(n).replace(/x/g,(()=>Math.round(16*Math.random()).toString(16)))}`;var n;const l=t.params.autoplay&&t.params.autoplay.enabled?"off":"polite";var u;u=r,a.attr("id",u),function(e,t){e.attr("aria-live",t)}(a,l),e.itemRoleDescriptionMessage&&c(d(t.slides),e.itemRoleDescriptionMessage),o(d(t.slides),e.slideRole);const h=t.params.loop?t.slides.filter((e=>!e.classList.contains(t.params.slideDuplicateClass))).length:t.slides.length;let f,b;t.slides.each(((s,a)=>{const i=d(s),r=t.params.loop?parseInt(i.attr("data-swiper-slide-index"),10):a;p(i,e.slideLabelMessage.replace(/\{\{index\}\}/,r+1).replace(/\{\{slidesLength\}\}/,h))})),t.navigation&&t.navigation.$nextEl&&(f=t.navigation.$nextEl),t.navigation&&t.navigation.$prevEl&&(b=t.navigation.$prevEl),f&&f.length&&v(f,r,e.nextSlideMessage),b&&b.length&&v(b,r,e.prevSlideMessage),g()&&t.pagination.$el.on("keydown",U(t.params.pagination.bulletClass),m),t.$el.on("focus",w,!0)}a("beforeInit",(()=>{i=d(``)})),a("afterInit",(()=>{t.params.a11y.enabled&&b()})),a("fromEdge toEdge afterInit lock unlock",(()=>{t.params.a11y.enabled&&function(){if(t.params.loop||t.params.rewind||!t.navigation)return;const{$nextEl:e,$prevEl:s}=t.navigation;s&&s.length>0&&(t.isBeginning?(u(s),l(s)):(h(s),n(s))),e&&e.length>0&&(t.isEnd?(u(e),l(e)):(h(e),n(e)))}()})),a("paginationUpdate",(()=>{t.params.a11y.enabled&&function(){const e=t.params.a11y;f()&&t.pagination.bullets.each((s=>{const a=d(s);t.params.pagination.clickable&&(n(a),t.params.pagination.renderBullet||(o(a,"button"),p(a,e.paginationBulletMessage.replace(/\{\{index\}\}/,a.index()+1)))),a.is(`.${t.params.pagination.bulletActiveClass}`)?a.attr("aria-current","true"):a.removeAttr("aria-current")}))}()})),a("destroy",(()=>{t.params.a11y.enabled&&function(){let e,s;i&&i.length>0&&i.remove(),t.navigation&&t.navigation.$nextEl&&(e=t.navigation.$nextEl),t.navigation&&t.navigation.$prevEl&&(s=t.navigation.$prevEl),e&&e.off("keydown",m),s&&s.off("keydown",m),g()&&t.pagination.$el.off("keydown",U(t.params.pagination.bulletClass),m),t.$el.off("focus",w,!0)}()}))},function(e){let{swiper:t,extendParams:s,on:a}=e;s({history:{enabled:!1,root:"",replaceState:!1,key:"slides"}});let i=!1,n={};const l=e=>e.toString().replace(/\s+/g,"-").replace(/[^\w-]+/g,"").replace(/--+/g,"-").replace(/^-+/,"").replace(/-+$/,""),o=e=>{const t=r();let s;s=e?new URL(e):t.location;const a=s.pathname.slice(1).split("/").filter((e=>""!==e)),i=a.length;return{key:a[i-2],value:a[i-1]}},d=(e,s)=>{const a=r();if(!i||!t.params.history.enabled)return;let n;n=t.params.url?new URL(t.params.url):a.location;const o=t.slides.eq(s);let d=l(o.attr("data-history"));if(t.params.history.root.length>0){let s=t.params.history.root;"/"===s[s.length-1]&&(s=s.slice(0,s.length-1)),d=`${s}/${e}/${d}`}else n.pathname.includes(e)||(d=`${e}/${d}`);const c=a.history.state;c&&c.value===d||(t.params.history.replaceState?a.history.replaceState({value:d},null,d):a.history.pushState({value:d},null,d))},c=(e,s,a)=>{if(s)for(let i=0,r=t.slides.length;i{n=o(t.params.url),c(t.params.speed,t.paths.value,!1)};a("init",(()=>{t.params.history.enabled&&(()=>{const e=r();if(t.params.history){if(!e.history||!e.history.pushState)return t.params.history.enabled=!1,void(t.params.hashNavigation.enabled=!0);i=!0,n=o(t.params.url),(n.key||n.value)&&(c(0,n.value,t.params.runCallbacksOnInit),t.params.history.replaceState||e.addEventListener("popstate",p))}})()})),a("destroy",(()=>{t.params.history.enabled&&(()=>{const e=r();t.params.history.replaceState||e.removeEventListener("popstate",p)})()})),a("transitionEnd _freeModeNoMomentumRelease",(()=>{i&&d(t.params.history.key,t.activeIndex)})),a("slideChange",(()=>{i&&t.params.cssMode&&d(t.params.history.key,t.activeIndex)}))},function(e){let{swiper:t,extendParams:s,emit:i,on:n}=e,l=!1;const o=a(),c=r();s({hashNavigation:{enabled:!1,replaceState:!1,watchState:!1}});const p=()=>{i("hashChange");const e=o.location.hash.replace("#","");if(e!==t.slides.eq(t.activeIndex).attr("data-hash")){const s=t.$wrapperEl.children(`.${t.params.slideClass}[data-hash="${e}"]`).index();if(void 0===s)return;t.slideTo(s)}},u=()=>{if(l&&t.params.hashNavigation.enabled)if(t.params.hashNavigation.replaceState&&c.history&&c.history.replaceState)c.history.replaceState(null,null,`#${t.slides.eq(t.activeIndex).attr("data-hash")}`||""),i("hashSet");else{const e=t.slides.eq(t.activeIndex),s=e.attr("data-hash")||e.attr("data-history");o.location.hash=s||"",i("hashSet")}};n("init",(()=>{t.params.hashNavigation.enabled&&(()=>{if(!t.params.hashNavigation.enabled||t.params.history&&t.params.history.enabled)return;l=!0;const e=o.location.hash.replace("#","");if(e){const s=0;for(let a=0,i=t.slides.length;a{t.params.hashNavigation.enabled&&t.params.hashNavigation.watchState&&d(c).off("hashchange",p)})),n("transitionEnd _freeModeNoMomentumRelease",(()=>{l&&u()})),n("slideChange",(()=>{l&&t.params.cssMode&&u()}))},function(e){let t,{swiper:s,extendParams:i,on:r,emit:n}=e;function l(){const e=s.slides.eq(s.activeIndex);let a=s.params.autoplay.delay;e.attr("data-swiper-autoplay")&&(a=e.attr("data-swiper-autoplay")||s.params.autoplay.delay),clearTimeout(t),t=p((()=>{let e;s.params.autoplay.reverseDirection?s.params.loop?(s.loopFix(),e=s.slidePrev(s.params.speed,!0,!0),n("autoplay")):s.isBeginning?s.params.autoplay.stopOnLastSlide?d():(e=s.slideTo(s.slides.length-1,s.params.speed,!0,!0),n("autoplay")):(e=s.slidePrev(s.params.speed,!0,!0),n("autoplay")):s.params.loop?(s.loopFix(),e=s.slideNext(s.params.speed,!0,!0),n("autoplay")):s.isEnd?s.params.autoplay.stopOnLastSlide?d():(e=s.slideTo(0,s.params.speed,!0,!0),n("autoplay")):(e=s.slideNext(s.params.speed,!0,!0),n("autoplay")),(s.params.cssMode&&s.autoplay.running||!1===e)&&l()}),a)}function o(){return void 0===t&&(!s.autoplay.running&&(s.autoplay.running=!0,n("autoplayStart"),l(),!0))}function d(){return!!s.autoplay.running&&(void 0!==t&&(t&&(clearTimeout(t),t=void 0),s.autoplay.running=!1,n("autoplayStop"),!0))}function c(e){s.autoplay.running&&(s.autoplay.paused||(t&&clearTimeout(t),s.autoplay.paused=!0,0!==e&&s.params.autoplay.waitForTransition?["transitionend","webkitTransitionEnd"].forEach((e=>{s.$wrapperEl[0].addEventListener(e,h)})):(s.autoplay.paused=!1,l())))}function u(){const e=a();"hidden"===e.visibilityState&&s.autoplay.running&&c(),"visible"===e.visibilityState&&s.autoplay.paused&&(l(),s.autoplay.paused=!1)}function h(e){s&&!s.destroyed&&s.$wrapperEl&&e.target===s.$wrapperEl[0]&&(["transitionend","webkitTransitionEnd"].forEach((e=>{s.$wrapperEl[0].removeEventListener(e,h)})),s.autoplay.paused=!1,s.autoplay.running?l():d())}function m(){s.params.autoplay.disableOnInteraction?d():(n("autoplayPause"),c()),["transitionend","webkitTransitionEnd"].forEach((e=>{s.$wrapperEl[0].removeEventListener(e,h)}))}function f(){s.params.autoplay.disableOnInteraction||(s.autoplay.paused=!1,n("autoplayResume"),l())}s.autoplay={running:!1,paused:!1},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!0,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}}),r("init",(()=>{if(s.params.autoplay.enabled){o();a().addEventListener("visibilitychange",u),s.params.autoplay.pauseOnMouseEnter&&(s.$el.on("mouseenter",m),s.$el.on("mouseleave",f))}})),r("beforeTransitionStart",((e,t,a)=>{s.autoplay.running&&(a||!s.params.autoplay.disableOnInteraction?s.autoplay.pause(t):d())})),r("sliderFirstMove",(()=>{s.autoplay.running&&(s.params.autoplay.disableOnInteraction?d():c())})),r("touchEnd",(()=>{s.params.cssMode&&s.autoplay.paused&&!s.params.autoplay.disableOnInteraction&&l()})),r("destroy",(()=>{s.$el.off("mouseenter",m),s.$el.off("mouseleave",f),s.autoplay.running&&d();a().removeEventListener("visibilitychange",u)})),Object.assign(s.autoplay,{pause:c,run:l,start:o,stop:d})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({thumbs:{swiper:null,multipleActiveThumbs:!0,autoScrollOffset:0,slideThumbActiveClass:"swiper-slide-thumb-active",thumbsContainerClass:"swiper-thumbs"}});let i=!1,r=!1;function n(){const e=t.thumbs.swiper;if(!e)return;const s=e.clickedIndex,a=e.clickedSlide;if(a&&d(a).hasClass(t.params.thumbs.slideThumbActiveClass))return;if(null==s)return;let i;if(i=e.params.loop?parseInt(d(e.clickedSlide).attr("data-swiper-slide-index"),10):s,t.params.loop){let e=t.activeIndex;t.slides.eq(e).hasClass(t.params.slideDuplicateClass)&&(t.loopFix(),t._clientLeft=t.$wrapperEl[0].clientLeft,e=t.activeIndex);const s=t.slides.eq(e).prevAll(`[data-swiper-slide-index="${i}"]`).eq(0).index(),a=t.slides.eq(e).nextAll(`[data-swiper-slide-index="${i}"]`).eq(0).index();i=void 0===s?a:void 0===a?s:a-e1?a:o:a-ot.previousIndex?"next":"prev"}else n=t.realIndex,l=n>t.previousIndex?"next":"prev";r&&(n+="next"===l?i:-1*i),s.visibleSlidesIndexes&&s.visibleSlidesIndexes.indexOf(n)<0&&(s.params.centeredSlides?n=n>o?n-Math.floor(a/2)+1:n+Math.floor(a/2)-1:n>o&&s.params.slidesPerGroup,s.slideTo(n,e?0:void 0))}let n=1;const l=t.params.thumbs.slideThumbActiveClass;if(t.params.slidesPerView>1&&!t.params.centeredSlides&&(n=t.params.slidesPerView),t.params.thumbs.multipleActiveThumbs||(n=1),n=Math.floor(n),s.slides.removeClass(l),s.params.loop||s.params.virtual&&s.params.virtual.enabled)for(let e=0;e{const{thumbs:e}=t.params;e&&e.swiper&&(l(),o(!0))})),a("slideChange update resize observerUpdate",(()=>{t.thumbs.swiper&&o()})),a("setTransition",((e,s)=>{const a=t.thumbs.swiper;a&&a.setTransition(s)})),a("beforeDestroy",(()=>{const e=t.thumbs.swiper;e&&r&&e&&e.destroy()})),Object.assign(t.thumbs,{init:l,update:o})},function(e){let{swiper:t,extendParams:s,emit:a,once:i}=e;s({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}}),Object.assign(t,{freeMode:{onTouchStart:function(){const e=t.getTranslate();t.setTranslate(e),t.setTransition(0),t.touchEventsData.velocities.length=0,t.freeMode.onTouchEnd({currentPos:t.rtl?t.translate:-t.translate})},onTouchMove:function(){const{touchEventsData:e,touches:s}=t;0===e.velocities.length&&e.velocities.push({position:s[t.isHorizontal()?"startX":"startY"],time:e.touchStartTime}),e.velocities.push({position:s[t.isHorizontal()?"currentX":"currentY"],time:u()})},onTouchEnd:function(e){let{currentPos:s}=e;const{params:r,$wrapperEl:n,rtlTranslate:l,snapGrid:o,touchEventsData:d}=t,c=u()-d.touchStartTime;if(s<-t.minTranslate())t.slideTo(t.activeIndex);else if(s>-t.maxTranslate())t.slides.length1){const e=d.velocities.pop(),s=d.velocities.pop(),a=e.position-s.position,i=e.time-s.time;t.velocity=a/i,t.velocity/=2,Math.abs(t.velocity)150||u()-e.time>300)&&(t.velocity=0)}else t.velocity=0;t.velocity*=r.freeMode.momentumVelocityRatio,d.velocities.length=0;let e=1e3*r.freeMode.momentumRatio;const s=t.velocity*e;let c=t.translate+s;l&&(c=-c);let p,h=!1;const m=20*Math.abs(t.velocity)*r.freeMode.momentumBounceRatio;let f;if(ct.minTranslate())r.freeMode.momentumBounce?(c-t.minTranslate()>m&&(c=t.minTranslate()+m),p=t.minTranslate(),h=!0,d.allowMomentumBounce=!0):c=t.minTranslate(),r.loop&&r.centeredSlides&&(f=!0);else if(r.freeMode.sticky){let e;for(let t=0;t-c){e=t;break}c=Math.abs(o[e]-c){t.loopFix()})),0!==t.velocity){if(e=l?Math.abs((-c-t.translate)/t.velocity):Math.abs((c-t.translate)/t.velocity),r.freeMode.sticky){const s=Math.abs((l?-c:c)-t.translate),a=t.slidesSizesGrid[t.activeIndex];e=s{t&&!t.destroyed&&d.allowMomentumBounce&&(a("momentumBounce"),t.setTransition(r.speed),setTimeout((()=>{t.setTranslate(p),n.transitionEnd((()=>{t&&!t.destroyed&&t.transitionEnd()}))}),0))}))):t.velocity?(a("_freeModeNoMomentumRelease"),t.updateProgress(c),t.setTransition(e),t.setTranslate(c),t.transitionStart(!0,t.swipeDirection),t.animating||(t.animating=!0,n.transitionEnd((()=>{t&&!t.destroyed&&t.transitionEnd()})))):t.updateProgress(c),t.updateActiveIndex(),t.updateSlidesClasses()}else{if(r.freeMode.sticky)return void t.slideToClosest();r.freeMode&&a("_freeModeNoMomentumRelease")}(!r.freeMode.momentum||c>=r.longSwipesMs)&&(t.updateProgress(),t.updateActiveIndex(),t.updateSlidesClasses())}}}})},function(e){let t,s,a,{swiper:i,extendParams:r}=e;r({grid:{rows:1,fill:"column"}}),i.grid={initSlides:e=>{const{slidesPerView:r}=i.params,{rows:n,fill:l}=i.params.grid;s=t/n,a=Math.floor(e/n),t=Math.floor(e/n)===e/n?e:Math.ceil(e/n)*n,"auto"!==r&&"row"===l&&(t=Math.max(t,r*n))},updateSlide:(e,r,n,l)=>{const{slidesPerGroup:o,spaceBetween:d}=i.params,{rows:c,fill:p}=i.params.grid;let u,h,m;if("row"===p&&o>1){const s=Math.floor(e/(o*c)),a=e-c*o*s,i=0===s?o:Math.min(Math.ceil((n-s*c*o)/c),o);m=Math.floor(a/i),h=a-m*i+s*o,u=h+m*t/c,r.css({"-webkit-order":u,order:u})}else"column"===p?(h=Math.floor(e/c),m=e-h*c,(h>a||h===a&&m===c-1)&&(m+=1,m>=c&&(m=0,h+=1))):(m=Math.floor(e/s),h=e-m*s);r.css(l("margin-top"),0!==m?d&&`${d}px`:"")},updateWrapperSize:(e,s,a)=>{const{spaceBetween:r,centeredSlides:n,roundLengths:l}=i.params,{rows:o}=i.params.grid;if(i.virtualSize=(e+r)*t,i.virtualSize=Math.ceil(i.virtualSize/o)-r,i.$wrapperEl.css({[a("width")]:`${i.virtualSize+r}px`}),n){s.splice(0,s.length);const e=[];for(let t=0;t{const{slides:e}=t,s=t.params.fadeEffect;for(let a=0;a{const{transformEl:s}=t.params.fadeEffect;(s?t.slides.find(s):t.slides).transition(e),ae({swiper:t,duration:e,transformEl:s,allSlides:!0})},overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!t.params.cssMode})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({cubeEffect:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94}}),te({effect:"cube",swiper:t,on:a,setTranslate:()=>{const{$el:e,$wrapperEl:s,slides:a,width:i,height:r,rtlTranslate:n,size:l,browser:o}=t,c=t.params.cubeEffect,p=t.isHorizontal(),u=t.virtual&&t.params.virtual.enabled;let h,m=0;c.shadow&&(p?(h=s.find(".swiper-cube-shadow"),0===h.length&&(h=d('
'),s.append(h)),h.css({height:`${i}px`})):(h=e.find(".swiper-cube-shadow"),0===h.length&&(h=d('
'),e.append(h))));for(let e=0;e-1&&(m=90*s+90*o,n&&(m=90*-s-90*o)),t.transform(v),c.slideShadows){let e=p?t.find(".swiper-slide-shadow-left"):t.find(".swiper-slide-shadow-top"),s=p?t.find(".swiper-slide-shadow-right"):t.find(".swiper-slide-shadow-bottom");0===e.length&&(e=d(`
`),t.append(e)),0===s.length&&(s=d(`
`),t.append(s)),e.length&&(e[0].style.opacity=Math.max(-o,0)),s.length&&(s[0].style.opacity=Math.max(o,0))}}if(s.css({"-webkit-transform-origin":`50% 50% -${l/2}px`,"transform-origin":`50% 50% -${l/2}px`}),c.shadow)if(p)h.transform(`translate3d(0px, ${i/2+c.shadowOffset}px, ${-i/2}px) rotateX(90deg) rotateZ(0deg) scale(${c.shadowScale})`);else{const e=Math.abs(m)-90*Math.floor(Math.abs(m)/90),t=1.5-(Math.sin(2*e*Math.PI/360)/2+Math.cos(2*e*Math.PI/360)/2),s=c.shadowScale,a=c.shadowScale/t,i=c.shadowOffset;h.transform(`scale3d(${s}, 1, ${a}) translate3d(0px, ${r/2+i}px, ${-r/2/a}px) rotateX(-90deg)`)}const f=o.isSafari||o.isWebView?-l/2:0;s.transform(`translate3d(0px,0,${f}px) rotateX(${t.isHorizontal()?0:m}deg) rotateY(${t.isHorizontal()?-m:0}deg)`)},setTransition:e=>{const{$el:s,slides:a}=t;a.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),t.params.cubeEffect.shadow&&!t.isHorizontal()&&s.find(".swiper-cube-shadow").transition(e)},perspective:()=>!0,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,resistanceRatio:0,spaceBetween:0,centeredSlides:!1,virtualTranslate:!0})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({flipEffect:{slideShadows:!0,limitRotation:!0,transformEl:null}}),te({effect:"flip",swiper:t,on:a,setTranslate:()=>{const{slides:e,rtlTranslate:s}=t,a=t.params.flipEffect;for(let i=0;i{const{transformEl:s}=t.params.flipEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),ae({swiper:t,duration:e,transformEl:s})},perspective:()=>!0,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!t.params.cssMode})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({coverflowEffect:{rotate:50,stretch:0,depth:100,scale:1,modifier:1,slideShadows:!0,transformEl:null}}),te({effect:"coverflow",swiper:t,on:a,setTranslate:()=>{const{width:e,height:s,slides:a,slidesSizesGrid:i}=t,r=t.params.coverflowEffect,n=t.isHorizontal(),l=t.translate,o=n?e/2-l:s/2-l,d=n?r.rotate:-r.rotate,c=r.depth;for(let e=0,t=a.length;e0?p:0),s.length&&(s[0].style.opacity=-p>0?-p:0)}}},setTransition:e=>{const{transformEl:s}=t.params.coverflowEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e)},perspective:()=>!0,overwriteParams:()=>({watchSlidesProgress:!0})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({creativeEffect:{transformEl:null,limitProgress:1,shadowPerProgress:!1,progressMultiplier:1,perspective:!0,prev:{translate:[0,0,0],rotate:[0,0,0],opacity:1,scale:1},next:{translate:[0,0,0],rotate:[0,0,0],opacity:1,scale:1}}});const i=e=>"string"==typeof e?e:`${e}px`;te({effect:"creative",swiper:t,on:a,setTranslate:()=>{const{slides:e,$wrapperEl:s,slidesSizesGrid:a}=t,r=t.params.creativeEffect,{progressMultiplier:n}=r,l=t.params.centeredSlides;if(l){const e=a[0]/2-t.params.slidesOffsetBefore||0;s.transform(`translateX(calc(50% - ${e}px))`)}for(let s=0;s0&&(f=r.prev,m=!0),u.forEach(((e,t)=>{u[t]=`calc(${e}px + (${i(f.translate[t])} * ${Math.abs(d*n)}))`})),h.forEach(((e,t)=>{h[t]=f.rotate[t]*Math.abs(d*n)})),a[0].style.zIndex=-Math.abs(Math.round(o))+e.length;const g=u.join(", "),v=`rotateX(${h[0]}deg) rotateY(${h[1]}deg) rotateZ(${h[2]}deg)`,w=c<0?`scale(${1+(1-f.scale)*c*n})`:`scale(${1-(1-f.scale)*c*n})`,b=c<0?1+(1-f.opacity)*c*n:1-(1-f.opacity)*c*n,x=`translate3d(${g}) ${v} ${w}`;if(m&&f.shadow||!m){let e=a.children(".swiper-slide-shadow");if(0===e.length&&f.shadow&&(e=ie(r,a)),e.length){const t=r.shadowPerProgress?d*(1/r.limitProgress):d;e[0].style.opacity=Math.min(Math.max(Math.abs(t),0),1)}}const y=se(r,a);y.transform(x).css({opacity:b}),f.origin&&y.css("transform-origin",f.origin)}},setTransition:e=>{const{transformEl:s}=t.params.creativeEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow").transition(e),ae({swiper:t,duration:e,transformEl:s,allSlides:!0})},perspective:()=>t.params.creativeEffect.perspective,overwriteParams:()=>({watchSlidesProgress:!0,virtualTranslate:!t.params.cssMode})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({cardsEffect:{slideShadows:!0,transformEl:null}}),te({effect:"cards",swiper:t,on:a,setTranslate:()=>{const{slides:e,activeIndex:s}=t,a=t.params.cardsEffect,{startTranslate:i,isTouched:r}=t.touchEventsData,n=t.translate;for(let l=0;l0&&c<1&&(r||t.params.cssMode)&&n-1&&(r||t.params.cssMode)&&n>i;if(b||x){const e=(1-Math.abs((Math.abs(c)-.5)/.5))**.5;g+=-28*c*e,f+=-.5*e,v+=96*e,h=-25*e*Math.abs(c)+"%"}if(u=c<0?`calc(${u}px + (${v*Math.abs(c)}%))`:c>0?`calc(${u}px + (-${v*Math.abs(c)}%))`:`${u}px`,!t.isHorizontal()){const e=h;h=u,u=e}const y=`\n translate3d(${u}, ${h}, ${m}px)\n rotateZ(${g}deg)\n scale(${c<0?""+(1+(1-f)*c):""+(1-(1-f)*c)})\n `;if(a.slideShadows){let e=o.find(".swiper-slide-shadow");0===e.length&&(e=ie(a,o)),e.length&&(e[0].style.opacity=Math.min(Math.max((Math.abs(c)-.5)/.5,0),1))}o[0].style.zIndex=-Math.abs(Math.round(d))+e.length;se(a,o).transform(y)}},setTransition:e=>{const{transformEl:s}=t.params.cardsEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow").transition(e),ae({swiper:t,duration:e,transformEl:s})},perspective:()=>!0,overwriteParams:()=>({watchSlidesProgress:!0,virtualTranslate:!t.params.cssMode})})}];return V.use(re),V})); \ No newline at end of file diff --git a/public/template_3/logo.png b/public/template_3/logo.png new file mode 100644 index 0000000..58b2829 Binary files /dev/null and b/public/template_3/logo.png differ diff --git a/public/template_3/menu-button.svg b/public/template_3/menu-button.svg new file mode 100644 index 0000000..2fc41fe --- /dev/null +++ b/public/template_3/menu-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc2_1.svg b/public/template_3/sc2_1.svg new file mode 100644 index 0000000..e6e9739 --- /dev/null +++ b/public/template_3/sc2_1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc2_2.svg b/public/template_3/sc2_2.svg new file mode 100644 index 0000000..2426e8f --- /dev/null +++ b/public/template_3/sc2_2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc2_3.svg b/public/template_3/sc2_3.svg new file mode 100644 index 0000000..98a074d --- /dev/null +++ b/public/template_3/sc2_3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc2_4.svg b/public/template_3/sc2_4.svg new file mode 100644 index 0000000..291c07d --- /dev/null +++ b/public/template_3/sc2_4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc2_5.svg b/public/template_3/sc2_5.svg new file mode 100644 index 0000000..2a2c359 --- /dev/null +++ b/public/template_3/sc2_5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc2_6.svg b/public/template_3/sc2_6.svg new file mode 100644 index 0000000..d4dd6ac --- /dev/null +++ b/public/template_3/sc2_6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc2_7.svg b/public/template_3/sc2_7.svg new file mode 100644 index 0000000..af8cb83 --- /dev/null +++ b/public/template_3/sc2_7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc2_8.svg b/public/template_3/sc2_8.svg new file mode 100644 index 0000000..61fd752 --- /dev/null +++ b/public/template_3/sc2_8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc3_1.svg b/public/template_3/sc3_1.svg new file mode 100644 index 0000000..a5b82df --- /dev/null +++ b/public/template_3/sc3_1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc3_2.svg b/public/template_3/sc3_2.svg new file mode 100644 index 0000000..2ed2b1d --- /dev/null +++ b/public/template_3/sc3_2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/sc3_3.svg b/public/template_3/sc3_3.svg new file mode 100644 index 0000000..89ee656 --- /dev/null +++ b/public/template_3/sc3_3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/store.png b/public/template_3/store.png new file mode 100644 index 0000000..1bdd02a Binary files /dev/null and b/public/template_3/store.png differ diff --git a/public/template_3/totop.svg b/public/template_3/totop.svg new file mode 100644 index 0000000..5368413 --- /dev/null +++ b/public/template_3/totop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/template_3/user/client-03.jpg b/public/template_3/user/client-03.jpg new file mode 100644 index 0000000..e7a3aac Binary files /dev/null and b/public/template_3/user/client-03.jpg differ diff --git a/public/template_3/user/client-04.jpg b/public/template_3/user/client-04.jpg new file mode 100644 index 0000000..8d95cc1 Binary files /dev/null and b/public/template_3/user/client-04.jpg differ diff --git a/public/template_3/user/client-05.jpg b/public/template_3/user/client-05.jpg new file mode 100644 index 0000000..76d4719 Binary files /dev/null and b/public/template_3/user/client-05.jpg differ diff --git a/public/template_3/user/client-07.jpg b/public/template_3/user/client-07.jpg new file mode 100644 index 0000000..781c37a Binary files /dev/null and b/public/template_3/user/client-07.jpg differ diff --git a/public/template_3/vector/vector-1.png b/public/template_3/vector/vector-1.png new file mode 100644 index 0000000..08e1e68 Binary files /dev/null and b/public/template_3/vector/vector-1.png differ diff --git a/public/template_3/vector/vector-2.png b/public/template_3/vector/vector-2.png new file mode 100644 index 0000000..5556e54 Binary files /dev/null and b/public/template_3/vector/vector-2.png differ diff --git a/public/template_3/vector/vector-3.png b/public/template_3/vector/vector-3.png new file mode 100644 index 0000000..7fae1f8 Binary files /dev/null and b/public/template_3/vector/vector-3.png differ diff --git a/src/assets/template_3/js/app.js b/src/assets/template_3/js/app.js new file mode 100644 index 0000000..42a4a02 --- /dev/null +++ b/src/assets/template_3/js/app.js @@ -0,0 +1,259 @@ +/* Template Name: Evea - Responsive App Landing Tailwind CSS Template + Author: Zoyothemes + Email: zoyothemes@gmail.com + Website: https://zoyothemes.com + Version: 1.0.0 + Created: March 2024 + File Description: Main JS file of the template +*/ + +/*********************************/ +/* INDEX */ +/*================================ + * 01. Sticky Navbar * + * 02. Navbar active * + * 03. Back to top * + * 04. Accordions * + * 05. Lucide Icons * + ================================*/ + +/*********************/ +/* Sticky Navbar */ +/*********************/ +function windowScroll() { + const navbar = document.getElementById("navbar"); + + if (navbar) { + if ( + document.body.scrollTop >= 50 || + document.documentElement.scrollTop >= 50 + ) { + navbar.classList.add("is-sticky"); + } else { + navbar.classList.remove("is-sticky"); + } + } +} +window.addEventListener("scroll", (ev) => { + ev.preventDefault(); + windowScroll(); +}); + + +/*********************/ +/* Navbar Active */ +/*********************/ +try { + var spy = new Gumshoe("#navbar-navlist a", { + // Active classes + // navClass: 'active', // applied to the nav list item + // contentClass: 'active', // applied to the content + offset: 80, + }); +} catch (error) {} + +// Smooth scroll +try { + var scroll = new SmoothScroll("#navbar-navlist a", { + speed: 800, + offset: 80, + }); +} catch (error) {} + + +/*********************/ +/* Menu Collapse */ +/*********************/ +const toggleCollapse = (elementId, show = true) => { + const collapseEl = document.getElementById(elementId); + if (show) { + collapseEl.classList.remove("hidden"); + } else { + collapseEl.classList.add("hidden"); + } +}; + +document.addEventListener("DOMContentLoaded", () => { + // Toggle target elements using [data-collapse] + document + .querySelectorAll("[data-collapse]") + .forEach(function (collapseToggleEl) { + var collapseId = collapseToggleEl.getAttribute("data-collapse"); + + collapseToggleEl.addEventListener("click", function () { + toggleCollapse( + collapseId, + document.getElementById(collapseId).classList.contains("hidden") + ); + }); + }); +}); + +window.toggleCollapse = toggleCollapse; + +/*********************/ +/* Back To Top */ +/*********************/ +var mybutton = document.getElementById("back-to-top"); +window.onscroll = function () { + scrollFunction(); +}; + +function scrollFunction() { + if(mybutton!=null){ + if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { + mybutton.style.display = "inline-flex"; + } else { + mybutton.style.display = "none"; + } + } +} + +function topFunction() { + document.body.scrollTop = 0; + document.documentElement.scrollTop = 0; +} + +/*********************/ +/* Accordions */ +/*********************/ +try { + const Default = { + alwaysOpen: false, + activeClasses: 'bg-white text-black rounded-xl', + inactiveClasses: 'text-dark', + onOpen: () => { }, + onClose: () => { }, + onToggle: () => { } + } + + class Accordion { + constructor(items = [], options = {}) { + this._items = items + this._options = { ...Default, ...options } + this._init() + } + + _init() { + if (this._items.length) { + // show accordion item based on click + this._items.map(item => { + + if (item.active) { + this.open(item.id) + } + + item.triggerEl.addEventListener('click', () => { + this.toggle(item.id) + }) + }) + } + } + + getItem(id) { + return this._items.filter(item => item.id === id)[0] + } + + open(id) { + const item = this.getItem(id) + + // don't hide other accordions if always open + if (!this._options.alwaysOpen) { + this._items.map(i => { + if (i !== item) { + i.triggerEl.classList.remove(...this._options.activeClasses.split(" ")) + i.triggerEl.classList.add(...this._options.inactiveClasses.split(" ")) + i.targetEl.classList.add('hidden') + i.triggerEl.setAttribute('aria-expanded', false) + i.active = false + + // rotate icon if set + if (i.iconEl) { + i.iconEl.classList.remove('rotate-180') + } + } + }) + } + + // show active item + item.triggerEl.classList.add(...this._options.activeClasses.split(" ")) + item.triggerEl.classList.remove(...this._options.inactiveClasses.split(" ")) + item.triggerEl.setAttribute('aria-expanded', true) + item.targetEl.classList.remove('hidden') + item.active = true + + // rotate icon if set + if (item.iconEl) { + item.iconEl.classList.add('rotate-180') + } + + // callback function + this._options.onOpen(this, item) + } + + toggle(id) { + const item = this.getItem(id) + + if (item.active) { + this.close(id) + } else { + this.open(id) + } + + // callback function + this._options.onToggle(this, item) + } + + close(id) { + const item = this.getItem(id) + + item.triggerEl.classList.remove(...this._options.activeClasses.split(" ")) + item.triggerEl.classList.add(...this._options.inactiveClasses.split(" ")) + item.targetEl.classList.add('hidden') + item.triggerEl.setAttribute('aria-expanded', false) + item.active = false + + // rotate icon if set + if (item.iconEl) { + item.iconEl.classList.remove('rotate-180') + } + + // callback function + this._options.onClose(this, item) + } + } + + window.Accordion = Accordion; + + document.addEventListener('DOMContentLoaded', () => { + document.querySelectorAll('[data-accordion]').forEach(accordionEl => { + const alwaysOpen = accordionEl.getAttribute('data-accordion') + const activeClasses = accordionEl.getAttribute('data-active-classes') + const inactiveClasses = accordionEl.getAttribute('data-inactive-classes') + + const items = [] + accordionEl.querySelectorAll('[data-accordion-target]').forEach(el => { + const item = { + id: el.getAttribute('data-accordion-target'), + triggerEl: el, + targetEl: document.querySelector(el.getAttribute('data-accordion-target')), + iconEl: el.querySelector('[data-accordion-icon]'), + active: el.getAttribute('aria-expanded') === 'true' ? true : false + } + items.push(item) + }) + + new Accordion(items, { + alwaysOpen: alwaysOpen === 'open' ? true : false, + activeClasses: activeClasses ? activeClasses : Default.activeClasses, + inactiveClasses: inactiveClasses ? inactiveClasses : Default.inactiveClasses + }) + }) + }) +} catch (error) { } + + +/*********************/ +/* Lucide Icons */ +/*********************/ +lucide.createIcons(); \ No newline at end of file diff --git a/src/assets/template_3/js/swiper.js b/src/assets/template_3/js/swiper.js new file mode 100644 index 0000000..9d68017 --- /dev/null +++ b/src/assets/template_3/js/swiper.js @@ -0,0 +1,28 @@ +var swiper = new Swiper('.testi-swiper', { + // slidesPerView: 5, + centeredSlides: true, + spaceBetween: 24, + loop: true, + autoplay: { + delay: 3000, + disableOnInteraction: false, + }, + navigation: { + nextEl: ".testi-button-next", + prevEl: ".testi-button-prev", + }, + breakpoints: { + 0: { + slidesPerView: 1, + }, + 768: { + slidesPerView: 2, + }, + 991: { + slidesPerView: 2.5, + }, + 1024: { + slidesPerView: 3, + }, + } + }); \ No newline at end of file diff --git a/src/assets/template_3/libs/gumshoejs/gumshoe.polyfills.min.js b/src/assets/template_3/libs/gumshoejs/gumshoe.polyfills.min.js new file mode 100644 index 0000000..2ae80f0 --- /dev/null +++ b/src/assets/template_3/libs/gumshoejs/gumshoe.polyfills.min.js @@ -0,0 +1,2 @@ +/*! gumshoejs v5.1.2 | (c) 2019 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/gumshoe */ +Element.prototype.closest||(Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector),Element.prototype.closest=function(t){var e=this;if(!document.documentElement.contains(this))return null;do{if(e.matches(t))return e;e=e.parentElement}while(null!==e);return null}),(function(){if("function"==typeof window.CustomEvent)return!1;function t(t,e){e=e||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),n}t.prototype=window.Event.prototype,window.CustomEvent=t})(),(function(t,e){"function"==typeof define&&define.amd?define([],(function(){return e(t)})):"object"==typeof exports?module.exports=e(t):t.Gumshoe=e(t)})("undefined"!=typeof global?global:"undefined"!=typeof window?window:this,(function(t){"use strict";var e={navClass:"active",contentClass:"active",nested:!1,nestedClass:"active",offset:0,reflow:!1,events:!0},n=function(t,e,n){if(n.settings.events){var o=new CustomEvent(t,{bubbles:!0,cancelable:!0,detail:n});e.dispatchEvent(o)}},o=function(t){var e=0;if(t.offsetParent)for(;t;)e+=t.offsetTop,t=t.offsetParent;return e>=0?e:0},s=function(t){t&&t.sort((function(t,e){return o(t.content)=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)},i=function(t,e){var n=t[t.length-1];if(function(t,e){return!(!c()||!r(t.content,e,!0))}(n,e))return n;for(var o=t.length-1;o>=0;o--)if(r(t[o].content,e))return t[o]},l=function(t,e){if(e.nested&&t.parentNode){var n=t.parentNode.closest("li");n&&(n.classList.remove(e.nestedClass),l(n,e))}},a=function(t,e){if(t){var o=t.nav.closest("li");o&&(o.classList.remove(e.navClass),t.content.classList.remove(e.contentClass),l(o,e),n("gumshoeDeactivate",o,{link:t.nav,content:t.content,settings:e}))}},u=function(t,e){if(e.nested){var n=t.parentNode.closest("li");n&&(n.classList.add(e.nestedClass),u(n,e))}};return function(o,r){var c,l,f,d,m,v={};v.setup=function(){c=document.querySelectorAll(o),l=[],Array.prototype.forEach.call(c,(function(t){var e=document.getElementById(decodeURIComponent(t.hash.substr(1)));e&&l.push({nav:t,content:e})})),s(l)},v.detect=function(){var t=i(l,m);t?f&&t.content===f.content||(a(f,m),(function(t,e){if(t){var o=t.nav.closest("li");o&&(o.classList.add(e.navClass),t.content.classList.add(e.contentClass),u(o,e),n("gumshoeActivate",o,{link:t.nav,content:t.content,settings:e}))}})(t,m),f=t):f&&(a(f,m),f=null)};var p=function(e){d&&t.cancelAnimationFrame(d),d=t.requestAnimationFrame(v.detect)},h=function(e){d&&t.cancelAnimationFrame(d),d=t.requestAnimationFrame((function(){s(l),v.detect()}))};v.destroy=function(){f&&a(f,m),t.removeEventListener("scroll",p,!1),m.reflow&&t.removeEventListener("resize",h,!1),l=null,c=null,f=null,d=null,m=null};return m=(function(){var t={};return Array.prototype.forEach.call(arguments,(function(e){for(var n in e){if(!e.hasOwnProperty(n))return;t[n]=e[n]}})),t})(e,r||{}),v.setup(),v.detect(),t.addEventListener("scroll",p,!1),m.reflow&&t.addEventListener("resize",h,!1),v}})); \ No newline at end of file diff --git a/src/assets/template_3/libs/jarallax/jarallax.min.css b/src/assets/template_3/libs/jarallax/jarallax.min.css new file mode 100644 index 0000000..9e4c6e4 --- /dev/null +++ b/src/assets/template_3/libs/jarallax/jarallax.min.css @@ -0,0 +1 @@ +.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img,picture.jarallax-img img{position:absolute;object-fit:cover;top:0;left:0;width:100%;height:100%;z-index:-1} \ No newline at end of file diff --git a/src/assets/template_3/libs/jarallax/jarallax.min.js b/src/assets/template_3/libs/jarallax/jarallax.min.js new file mode 100644 index 0000000..cbc2470 --- /dev/null +++ b/src/assets/template_3/libs/jarallax/jarallax.min.js @@ -0,0 +1,6 @@ +/*! + * Jarallax v2.2.0 (https://github.com/nk-o/jarallax) + * Copyright 2024 nK + * Licensed under MIT (https://github.com/nk-o/jarallax/blob/master/LICENSE) + */ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).jarallax=t()}(this,(function(){"use strict";function e(e){"complete"===document.readyState||"interactive"===document.readyState?e():document.addEventListener("DOMContentLoaded",e,{capture:!0,once:!0,passive:!0})}let t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var i=t,o={type:"scroll",speed:.5,containerClass:"jarallax-container",imgSrc:null,imgElement:".jarallax-img",imgSize:"cover",imgPosition:"50% 50%",imgRepeat:"no-repeat",keepImg:!1,elementInViewport:null,zIndex:-100,disableParallax:!1,onScroll:null,onInit:null,onDestroy:null,onCoverImage:null,videoClass:"jarallax-video",videoSrc:null,videoStartTime:0,videoEndTime:0,videoVolume:0,videoLoop:!0,videoPlayOnlyVisible:!0,videoLazyLoading:!0,disableVideo:!1,onVideoInsert:null,onVideoWorkerInit:null};const{navigator:n}=i,a=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(n.userAgent);let s,l,r;function c(){s=i.innerWidth||document.documentElement.clientWidth,a?(!r&&document.body&&(r=document.createElement("div"),r.style.cssText="position: fixed; top: -9999px; left: 0; height: 100vh; width: 0;",document.body.appendChild(r)),l=(r?r.clientHeight:0)||i.innerHeight||document.documentElement.clientHeight):l=i.innerHeight||document.documentElement.clientHeight}function m(){return{width:s,height:l}}c(),i.addEventListener("resize",c),i.addEventListener("orientationchange",c),i.addEventListener("load",c),e((()=>{c()}));const p=[];function d(){if(!p.length)return;const{width:e,height:t}=m();p.forEach(((i,o)=>{const{instance:n,oldData:a}=i;if(!n.isVisible())return;const s=n.$item.getBoundingClientRect(),l={width:s.width,height:s.height,top:s.top,bottom:s.bottom,wndW:e,wndH:t},r=!a||a.wndW!==l.wndW||a.wndH!==l.wndH||a.width!==l.width||a.height!==l.height,c=r||!a||a.top!==l.top||a.bottom!==l.bottom;p[o].oldData=l,r&&n.onResize(),c&&n.onScroll()})),i.requestAnimationFrame(d)}const g=new i.IntersectionObserver((e=>{e.forEach((e=>{e.target.jarallax.isElementInViewport=e.isIntersecting}))}),{rootMargin:"50px"});const{navigator:u}=i;let f=0;class h{constructor(e,t){const i=this;i.instanceID=f,f+=1,i.$item=e,i.defaults={...o};const n=i.$item.dataset||{},a={};if(Object.keys(n).forEach((e=>{const t=e.substr(0,1).toLowerCase()+e.substr(1);t&&void 0!==i.defaults[t]&&(a[t]=n[e])})),i.options=i.extend({},i.defaults,a,t),i.pureOptions=i.extend({},i.options),Object.keys(i.options).forEach((e=>{"true"===i.options[e]?i.options[e]=!0:"false"===i.options[e]&&(i.options[e]=!1)})),i.options.speed=Math.min(2,Math.max(-1,parseFloat(i.options.speed))),"string"==typeof i.options.disableParallax&&(i.options.disableParallax=new RegExp(i.options.disableParallax)),i.options.disableParallax instanceof RegExp){const e=i.options.disableParallax;i.options.disableParallax=()=>e.test(u.userAgent)}if("function"!=typeof i.options.disableParallax&&(i.options.disableParallax=()=>!1),"string"==typeof i.options.disableVideo&&(i.options.disableVideo=new RegExp(i.options.disableVideo)),i.options.disableVideo instanceof RegExp){const e=i.options.disableVideo;i.options.disableVideo=()=>e.test(u.userAgent)}"function"!=typeof i.options.disableVideo&&(i.options.disableVideo=()=>!1);let s=i.options.elementInViewport;s&&"object"==typeof s&&void 0!==s.length&&([s]=s),s instanceof Element||(s=null),i.options.elementInViewport=s,i.image={src:i.options.imgSrc||null,$container:null,useImgTag:!1,position:"fixed"},i.initImg()&&i.canInitParallax()&&i.init()}css(e,t){return function(e,t){return"string"==typeof t?i.getComputedStyle(e).getPropertyValue(t):(Object.keys(t).forEach((i=>{e.style[i]=t[i]})),e)}(e,t)}extend(e,...t){return function(e,...t){return e=e||{},Object.keys(t).forEach((i=>{t[i]&&Object.keys(t[i]).forEach((o=>{e[o]=t[i][o]}))})),e}(e,...t)}getWindowData(){const{width:e,height:t}=m();return{width:e,height:t,y:document.documentElement.scrollTop}}initImg(){const e=this;let t=e.options.imgElement;return t&&"string"==typeof t&&(t=e.$item.querySelector(t)),t instanceof Element||(e.options.imgSrc?(t=new Image,t.src=e.options.imgSrc):t=null),t&&(e.options.keepImg?e.image.$item=t.cloneNode(!0):(e.image.$item=t,e.image.$itemParent=t.parentNode),e.image.useImgTag=!0),!!e.image.$item||(null===e.image.src&&(e.image.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",e.image.bgImage=e.css(e.$item,"background-image")),!(!e.image.bgImage||"none"===e.image.bgImage))}canInitParallax(){return!this.options.disableParallax()}init(){const e=this,t={position:"absolute",top:0,left:0,width:"100%",height:"100%",overflow:"hidden"};let o={pointerEvents:"none",transformStyle:"preserve-3d",backfaceVisibility:"hidden"};if(!e.options.keepImg){const t=e.$item.getAttribute("style");if(t&&e.$item.setAttribute("data-jarallax-original-styles",t),e.image.useImgTag){const t=e.image.$item.getAttribute("style");t&&e.image.$item.setAttribute("data-jarallax-original-styles",t)}}if("static"===e.css(e.$item,"position")&&e.css(e.$item,{position:"relative"}),"auto"===e.css(e.$item,"z-index")&&e.css(e.$item,{zIndex:0}),e.image.$container=document.createElement("div"),e.css(e.image.$container,t),e.css(e.image.$container,{"z-index":e.options.zIndex}),"fixed"===this.image.position&&e.css(e.image.$container,{"-webkit-clip-path":"polygon(0 0, 100% 0, 100% 100%, 0 100%)","clip-path":"polygon(0 0, 100% 0, 100% 100%, 0 100%)"}),e.image.$container.setAttribute("id",`jarallax-container-${e.instanceID}`),e.options.containerClass&&e.image.$container.setAttribute("class",e.options.containerClass),e.$item.appendChild(e.image.$container),e.image.useImgTag?o=e.extend({"object-fit":e.options.imgSize,"object-position":e.options.imgPosition,"max-width":"none"},t,o):(e.image.$item=document.createElement("div"),e.image.src&&(o=e.extend({"background-position":e.options.imgPosition,"background-size":e.options.imgSize,"background-repeat":e.options.imgRepeat,"background-image":e.image.bgImage||`url("${e.image.src}")`},t,o))),"opacity"!==e.options.type&&"scale"!==e.options.type&&"scale-opacity"!==e.options.type&&1!==e.options.speed||(e.image.position="absolute"),"fixed"===e.image.position){const t=function(e){const t=[];for(;null!==e.parentElement;)1===(e=e.parentElement).nodeType&&t.push(e);return t}(e.$item).filter((e=>{const t=i.getComputedStyle(e),o=t["-webkit-transform"]||t["-moz-transform"]||t.transform;return o&&"none"!==o||/(auto|scroll)/.test(t.overflow+t["overflow-y"]+t["overflow-x"])}));e.image.position=t.length?"absolute":"fixed"}var n;o.position=e.image.position,e.css(e.image.$item,o),e.image.$container.appendChild(e.image.$item),e.onResize(),e.onScroll(!0),e.options.onInit&&e.options.onInit.call(e),"none"!==e.css(e.$item,"background-image")&&e.css(e.$item,{"background-image":"none"}),n=e,p.push({instance:n}),1===p.length&&i.requestAnimationFrame(d),g.observe(n.options.elementInViewport||n.$item)}destroy(){const e=this;var t;t=e,p.forEach(((e,i)=>{e.instance.instanceID===t.instanceID&&p.splice(i,1)})),g.unobserve(t.options.elementInViewport||t.$item);const i=e.$item.getAttribute("data-jarallax-original-styles");if(e.$item.removeAttribute("data-jarallax-original-styles"),i?e.$item.setAttribute("style",i):e.$item.removeAttribute("style"),e.image.useImgTag){const t=e.image.$item.getAttribute("data-jarallax-original-styles");e.image.$item.removeAttribute("data-jarallax-original-styles"),t?e.image.$item.setAttribute("style",i):e.image.$item.removeAttribute("style"),e.image.$itemParent&&e.image.$itemParent.appendChild(e.image.$item)}e.image.$container&&e.image.$container.parentNode.removeChild(e.image.$container),e.options.onDestroy&&e.options.onDestroy.call(e),delete e.$item.jarallax}coverImage(){const e=this,{height:t}=m(),i=e.image.$container.getBoundingClientRect(),o=i.height,{speed:n}=e.options,a="scroll"===e.options.type||"scroll-opacity"===e.options.type;let s=0,l=o,r=0;return a&&(n<0?(s=n*Math.max(o,t),t1?l=Math.abs(s-t):n<0?l=s/n+Math.abs(s):l+=(t-o)*(1-n),s/=2),e.parallaxScrollDistance=s,r=a?(t-l)/2:(o-l)/2,e.css(e.image.$item,{height:`${l}px`,marginTop:`${r}px`,left:"fixed"===e.image.position?`${i.left}px`:"0",width:`${i.width}px`}),e.options.onCoverImage&&e.options.onCoverImage.call(e),{image:{height:l,marginTop:r},container:i}}isVisible(){return this.isElementInViewport||!1}onScroll(e){const t=this;if(!e&&!t.isVisible())return;const{height:i}=m(),o=t.$item.getBoundingClientRect(),n=o.top,a=o.height,s={},l=Math.max(0,n),r=Math.max(0,a+n),c=Math.max(0,-n),p=Math.max(0,n+a-i),d=Math.max(0,a-(n+a-i)),g=Math.max(0,-n+i-a),u=1-(i-n)/(i+a)*2;let f=1;if(a{b(document.querySelectorAll("[data-jarallax]"))})),b}));//# sourceMappingURL=jarallax.min.js.map diff --git a/src/assets/template_3/libs/lucide/umd/lucide.min.js b/src/assets/template_3/libs/lucide/umd/lucide.min.js new file mode 100644 index 0000000..2f080d9 --- /dev/null +++ b/src/assets/template_3/libs/lucide/umd/lucide.min.js @@ -0,0 +1,12 @@ +/** + * @license lucide v0.320.0 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */ + +(function(a,n){typeof exports=="object"&&typeof module<"u"?n(exports):typeof define=="function"&&define.amd?define(["exports"],n):(a=typeof globalThis<"u"?globalThis:a||self,n(a.lucide={}))})(this,function(a){"use strict";const n=(t,d,c=[])=>{const p=document.createElementNS("http://www.w3.org/2000/svg",t);return Object.keys(d).forEach(M=>{p.setAttribute(M,String(d[M]))}),c.length&&c.forEach(M=>{const i=n(...M);p.appendChild(i)}),p};var L1=([t,d,c])=>n(t,d,c);const Dr=t=>Array.from(t.attributes).reduce((d,c)=>(d[c.name]=c.value,d),{}),Rr=t=>typeof t=="string"?t:!t||!t.class?"":t.class&&typeof t.class=="string"?t.class.split(" "):t.class&&Array.isArray(t.class)?t.class:"",Tr=t=>t.flatMap(Rr).map(d=>d.trim()).filter(Boolean).filter((d,c,p)=>p.indexOf(d)===c).join(" "),br=t=>t.replace(/(\w)(\w*)(_|-|\s*)/g,(d,c,p)=>c.toUpperCase()+p.toLowerCase()),f1=(t,{nameAttr:d,icons:c,attrs:p})=>{const M=t.getAttribute(d);if(M==null)return;const i=br(M),Zr=c[i];if(!Zr)return console.warn(`${t.outerHTML} icon name was not found in the provided icons object.`);const Pr=Dr(t),[Ur,qr,Or]=Zr,Fr={...qr,"data-lucide":M,...p,...Pr},Br=Tr(["lucide",`lucide-${M}`,Pr,p]);Br&&Object.assign(Fr,{class:Br});const Gr=L1([Ur,Fr,Or]);return t.parentNode?.replaceChild(Gr,t)},h={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"},x1=["svg",h,[["path",{d:"M3.5 13h6"}],["path",{d:"m2 16 4.5-9 4.5 9"}],["path",{d:"M18 7v9"}],["path",{d:"m14 12 4 4 4-4"}]]],k1=["svg",h,[["path",{d:"M3.5 13h6"}],["path",{d:"m2 16 4.5-9 4.5 9"}],["path",{d:"M18 16V7"}],["path",{d:"m14 11 4-4 4 4"}]]],Z1=["svg",h,[["path",{d:"M21 14h-5"}],["path",{d:"M16 16v-3.5a2.5 2.5 0 0 1 5 0V16"}],["path",{d:"M4.5 13h6"}],["path",{d:"m3 16 4.5-9 4.5 9"}]]],P1=["svg",h,[["circle",{cx:"16",cy:"4",r:"1"}],["path",{d:"m18 19 1-7-6 1"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6"}]]],F1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]]],B1=["svg",h,[["path",{d:"M22 12h-4l-3 9L9 3l-3 9H2"}]]],D1=["svg",h,[["path",{d:"M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}],["path",{d:"M6 8h12"}],["path",{d:"M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12"}],["path",{d:"M6.6 15.6A2 2 0 1 0 10 17v-5"}]]],R1=["svg",h,[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"}],["polygon",{points:"12 15 17 21 7 21 12 15"}]]],o=["svg",h,[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"m9 13 2 2 4-4"}]]],s=["svg",h,[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"M9 13h6"}]]],T1=["svg",h,[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.26 18.67 4 21"}],["path",{d:"m2 2 20 20"}],["path",{d:"M4 4 2 6"}]]],g=["svg",h,[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"M12 10v6"}],["path",{d:"M9 13h6"}]]],b1=["svg",h,[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M12 9v4l2 2"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}]]],z1=["svg",h,[["path",{d:"M4 8a2 2 0 0 1-2-2V3h20v3a2 2 0 0 1-2 2Z"}],["path",{d:"m19 8-.8 3c-.1.6-.6 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L5 8"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5"}],["path",{d:"M11 21c0-2.5 2-2.5 2-5"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5"}]]],U1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3"}]]],q1=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]]],O1=["svg",h,[["polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]]],G1=["svg",h,[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]]],W1=["svg",h,[["path",{d:"M2 12h20"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1"}]]],E1=["svg",h,[["path",{d:"M12 2v20"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1"}]]],I1=["svg",h,[["line",{x1:"21",x2:"3",y1:"6",y2:"6"}],["line",{x1:"17",x2:"7",y1:"12",y2:"12"}],["line",{x1:"19",x2:"5",y1:"18",y2:"18"}]]],X1=["svg",h,[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2"}],["path",{d:"M22 22H2"}]]],N1=["svg",h,[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2"}],["path",{d:"M22 22V2"}]]],K1=["svg",h,[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M17 22v-5"}],["path",{d:"M17 7V2"}],["path",{d:"M7 22v-3"}],["path",{d:"M7 5V2"}]]],J1=["svg",h,[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M10 2v20"}],["path",{d:"M20 2v20"}]]],Q1=["svg",h,[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M4 2v20"}],["path",{d:"M14 2v20"}]]],j1=["svg",h,[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2"}],["path",{d:"M12 2v20"}]]],Y1=["svg",h,[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2"}],["path",{d:"M22 2v20"}]]],_1=["svg",h,[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2"}],["path",{d:"M2 2v20"}]]],a2=["svg",h,[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]]],h2=["svg",h,[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2"}],["path",{d:"M3 2v20"}],["path",{d:"M21 2v20"}]]],t2=["svg",h,[["line",{x1:"3",x2:"21",y1:"6",y2:"6"}],["line",{x1:"3",x2:"21",y1:"12",y2:"12"}],["line",{x1:"3",x2:"21",y1:"18",y2:"18"}]]],d2=["svg",h,[["line",{x1:"21",x2:"3",y1:"6",y2:"6"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12"}],["line",{x1:"17",x2:"3",y1:"18",y2:"18"}]]],c2=["svg",h,[["line",{x1:"21",x2:"3",y1:"6",y2:"6"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12"}],["line",{x1:"21",x2:"7",y1:"18",y2:"18"}]]],M2=["svg",h,[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2"}],["path",{d:"M22 2H2"}]]],p2=["svg",h,[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2"}],["path",{d:"M2 2v20"}]]],n2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M22 7h-5"}],["path",{d:"M7 7H1"}],["path",{d:"M22 17h-3"}],["path",{d:"M5 17H2"}]]],e2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M2 20h20"}],["path",{d:"M2 10h20"}]]],i2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M2 4h20"}]]],l2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2"}],["path",{d:"M2 12h20"}]]],v2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2"}],["path",{d:"M2 22h20"}]]],o2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2"}],["path",{d:"M2 2h20"}]]],s2=["svg",h,[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]]],g2=["svg",h,[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2"}],["path",{d:"M2 21h20"}],["path",{d:"M2 3h20"}]]],r2=["svg",h,[["path",{d:"M10 10H6"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14"}],["path",{d:"M8 8v4"}],["path",{d:"M9 18h6"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]]],y2=["svg",h,[["path",{d:"M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13"}],["path",{d:"M16 12h3"}]]],$2=["svg",h,[["path",{d:"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5"}],["path",{d:"M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5"}]]],m2=["svg",h,[["circle",{cx:"12",cy:"5",r:"3"}],["line",{x1:"12",x2:"12",y1:"22",y2:"8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}]]],H2=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}],["path",{d:"M7.5 8 10 9"}],["path",{d:"m14 9 2.5-1"}],["path",{d:"M9 10h0"}],["path",{d:"M15 10h0"}]]],u2=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]]],C2=["svg",h,[["path",{d:"M2 12 7 2"}],["path",{d:"m7 12 5-10"}],["path",{d:"m12 12 5-10"}],["path",{d:"m17 12 5-10"}],["path",{d:"M4.5 7h15"}],["path",{d:"M12 16v6"}]]],V2=["svg",h,[["path",{d:"M7 10c-2.8 0-5-2.2-5-5h5"}],["path",{d:"M7 4v8h7a8 8 0 0 0 8-8Z"}],["path",{d:"M9 12v5"}],["path",{d:"M15 12v5"}],["path",{d:"M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v1H5Z"}]]],w2=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14.31 8 5.74 9.94"}],["path",{d:"M9.69 8h11.48"}],["path",{d:"m7.38 12 5.74-9.94"}],["path",{d:"M9.69 16 3.95 6.06"}],["path",{d:"M14.31 16H2.83"}],["path",{d:"m16.62 12-5.74 9.94"}]]],S2=["svg",h,[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]]],A2=["svg",h,[["path",{d:"M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z"}],["path",{d:"M10 2c1 .5 2 2 2 5"}]]],L2=["svg",h,[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2"}],["path",{d:"m9 15 3-3 3 3"}],["path",{d:"M12 12v9"}]]],f2=["svg",h,[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"}],["path",{d:"m9.5 17 5-5"}],["path",{d:"m9.5 12 5 5"}]]],x2=["svg",h,[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"}],["path",{d:"M10 12h4"}]]],k2=["svg",h,[["path",{d:"M3 3v18h18"}],["path",{d:"M7 12v5h12V8l-5 5-4-4Z"}]]],Z2=["svg",h,[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3"}],["path",{d:"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H7v-2a2 2 0 0 0-4 0Z"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]]],P2=["svg",h,[["path",{d:"M15 5H9"}],["path",{d:"M15 9v3h4l-7 7-7-7h4V9h6z"}]]],F2=["svg",h,[["path",{d:"M15 6v6h4l-7 7-7-7h4V6h6z"}]]],B2=["svg",h,[["path",{d:"M19 15V9"}],["path",{d:"M15 15h-3v4l-7-7 7-7v4h3v6z"}]]],D2=["svg",h,[["path",{d:"M18 15h-6v4l-7-7 7-7v4h6v6z"}]]],R2=["svg",h,[["path",{d:"M5 9v6"}],["path",{d:"M9 9h3V5l7 7-7 7v-4H9V9z"}]]],T2=["svg",h,[["path",{d:"M6 9h6V5l7 7-7 7v-4H6V9z"}]]],b2=["svg",h,[["path",{d:"M9 19h6"}],["path",{d:"M9 15v-3H5l7-7 7 7h-4v3H9z"}]]],z2=["svg",h,[["path",{d:"M9 18v-6H5l7-7 7 7h-4v6H9z"}]]],U2=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2"}],["path",{d:"M17 20v-6h-2"}],["path",{d:"M15 20h4"}]]],q2=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M17 10V4h-2"}],["path",{d:"M15 10h4"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2"}]]],r=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M20 8h-5"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10"}],["path",{d:"M15 14h5l-5 6h5"}]]],O2=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]]],G2=["svg",h,[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]]],W2=["svg",h,[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]]],E2=["svg",h,[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6"}],["path",{d:"m3 21 9-9"}],["path",{d:"M9 21H3v-6"}]]],I2=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]]],X2=["svg",h,[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]]],N2=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M11 4h4"}],["path",{d:"M11 8h7"}],["path",{d:"M11 12h10"}]]],K2=["svg",h,[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]]],J2=["svg",h,[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],["path",{d:"m21 21-9-9"}],["path",{d:"M21 15v6h-6"}]]],Q2=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]]],j2=["svg",h,[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]]],Y2=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]]],_2=["svg",h,[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]]],a0=["svg",h,[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]]],h0=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"m21 8-4-4-4 4"}],["path",{d:"M17 4v16"}]]],y=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M11 4h10"}],["path",{d:"M11 8h7"}],["path",{d:"M11 12h4"}]]],$=["svg",h,[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 4v16"}],["path",{d:"M15 4h5l-5 6h5"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20"}],["path",{d:"M20 18h-5"}]]],t0=["svg",h,[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]]],d0=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 12H8"}],["path",{d:"m12 8-4 4 4 4"}]]],c0=["svg",h,[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]]],M0=["svg",h,[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]]],p0=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]]],n0=["svg",h,[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]]],e0=["svg",h,[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]]],i0=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]]],l0=["svg",h,[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]]],v0=["svg",h,[["path",{d:"m16 3 4 4-4 4"}],["path",{d:"M20 7H4"}],["path",{d:"m8 21-4-4 4-4"}],["path",{d:"M4 17h16"}]]],o0=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]]],s0=["svg",h,[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]]],g0=["svg",h,[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]]],r0=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2"}],["path",{d:"M17 20v-6h-2"}],["path",{d:"M15 20h4"}]]],y0=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M17 10V4h-2"}],["path",{d:"M15 10h4"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2"}]]],m=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M20 8h-5"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10"}],["path",{d:"M15 14h5l-5 6h5"}]]],$0=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]]],m0=["svg",h,[["path",{d:"m21 16-4 4-4-4"}],["path",{d:"M17 20V4"}],["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}]]],H0=["svg",h,[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]]],u0=["svg",h,[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]]],C0=["svg",h,[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]]],V0=["svg",h,[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6"}],["path",{d:"m3 3 9 9"}],["path",{d:"M3 9V3h6"}]]],w0=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]]],S0=["svg",h,[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]]],H=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M11 12h4"}],["path",{d:"M11 16h7"}],["path",{d:"M11 20h10"}]]],A0=["svg",h,[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]]],L0=["svg",h,[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"}],["path",{d:"m21 3-9 9"}],["path",{d:"M15 3h6v6"}]]],f0=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]]],x0=["svg",h,[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]]],k0=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]]],Z0=["svg",h,[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]]],P0=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M11 12h10"}],["path",{d:"M11 16h7"}],["path",{d:"M11 20h4"}]]],u=["svg",h,[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M15 4h5l-5 6h5"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20"}],["path",{d:"M20 18h-5"}]]],F0=["svg",h,[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]]],B0=["svg",h,[["path",{d:"m4 6 3-3 3 3"}],["path",{d:"M7 17V3"}],["path",{d:"m14 6 3-3 3 3"}],["path",{d:"M17 17V3"}],["path",{d:"M4 21h16"}]]],C=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8.5 14 7-4"}],["path",{d:"m8.5 10 7 4"}]]],D0=["svg",h,[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]]],R0=["svg",h,[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"}]]],T0=["svg",h,[["circle",{cx:"12",cy:"12",r:"1"}],["path",{d:"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z"}],["path",{d:"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z"}]]],b0=["svg",h,[["path",{d:"M2 10v3"}],["path",{d:"M6 6v11"}],["path",{d:"M10 3v18"}],["path",{d:"M14 8v7"}],["path",{d:"M18 5v13"}],["path",{d:"M22 10v3"}]]],z0=["svg",h,[["path",{d:"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2"}]]],U0=["svg",h,[["circle",{cx:"12",cy:"8",r:"6"}],["path",{d:"M15.477 12.89 17 22l-5-3-5 3 1.523-9.11"}]]],q0=["svg",h,[["path",{d:"m14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9"}],["path",{d:"M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z"}]]],V=["svg",h,[["path",{d:"M4 4v16h16"}],["path",{d:"m4 20 7-7"}]]],O0=["svg",h,[["path",{d:"M9 12h.01"}],["path",{d:"M15 12h.01"}],["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5"}],["path",{d:"M19 6.3a9 9 0 0 1 1.8 3.9 2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1"}]]],G0=["svg",h,[["path",{d:"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"}],["path",{d:"M8 21v-5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5"}],["path",{d:"M8 10h8"}],["path",{d:"M8 18h8"}]]],W0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]]],E0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M12 7v10"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4"}]]],w=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"m9 12 2 2 4-4"}]]],I0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]]],X0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M7 12h5"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]]],N0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17"}]]],K0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M8 8h8"}],["path",{d:"M8 12h8"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8"}]]],J0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8"}]]],Q0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"m9 8 3 3v7"}],["path",{d:"m12 11 3-3"}],["path",{d:"M9 12h6"}],["path",{d:"M9 16h6"}]]],j0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]]],Y0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]]],_0=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]]],aa=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M8 12h4"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 16h7"}]]],ha=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M9 16h5"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9"}]]],ta=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M11 17V8h4"}],["path",{d:"M11 12h3"}],["path",{d:"M9 16h4"}]]],da=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]]],ca=["svg",h,[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}]]],Ma=["svg",h,[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1"}],["circle",{cx:"18",cy:"20",r:"2"}],["circle",{cx:"9",cy:"20",r:"2"}]]],pa=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m4.9 4.9 14.2 14.2"}]]],na=["svg",h,[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5"}],["path",{d:"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z"}]]],ea=["svg",h,[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M6 12h.01M18 12h.01"}]]],ia=["svg",h,[["line",{x1:"18",x2:"18",y1:"20",y2:"10"}],["line",{x1:"12",x2:"12",y1:"20",y2:"4"}],["line",{x1:"6",x2:"6",y1:"20",y2:"14"}]]],la=["svg",h,[["path",{d:"M3 3v18h18"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]]],va=["svg",h,[["path",{d:"M3 3v18h18"}],["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M8 17v-3"}]]],oa=["svg",h,[["path",{d:"M3 3v18h18"}],["rect",{width:"4",height:"7",x:"7",y:"10",rx:"1"}],["rect",{width:"4",height:"12",x:"15",y:"5",rx:"1"}]]],sa=["svg",h,[["path",{d:"M3 3v18h18"}],["rect",{width:"12",height:"4",x:"7",y:"5",rx:"1"}],["rect",{width:"7",height:"4",x:"7",y:"13",rx:"1"}]]],ga=["svg",h,[["path",{d:"M3 3v18h18"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]]],ra=["svg",h,[["line",{x1:"12",x2:"12",y1:"20",y2:"10"}],["line",{x1:"18",x2:"18",y1:"20",y2:"4"}],["line",{x1:"6",x2:"6",y1:"20",y2:"16"}]]],ya=["svg",h,[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]]],$a=["svg",h,[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]]],ma=["svg",h,[["path",{d:"M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5"}],["line",{x1:"10",x2:"8",y1:"5",y2:"7"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12"}],["line",{x1:"7",x2:"7",y1:"19",y2:"21"}],["line",{x1:"17",x2:"17",y1:"19",y2:"21"}]]],Ha=["svg",h,[["path",{d:"M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1"}],["path",{d:"m11 7-3 5h4l-3 5"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}]]],ua=["svg",h,[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13"}],["line",{x1:"14",x2:"14",y1:"11",y2:"13"}]]],Ca=["svg",h,[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13"}]]],Va=["svg",h,[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13"}]]],wa=["svg",h,[["path",{d:"M14 7h2a2 2 0 0 1 2 2v6c0 1-1 2-2 2h-2"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6c0 1 1 2 2 2h2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}],["line",{x1:"10",x2:"10",y1:"7",y2:"13"}],["line",{x1:"10",x2:"10",y1:"17",y2:"17.01"}]]],Sa=["svg",h,[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13"}]]],Aa=["svg",h,[["path",{d:"M4.5 3h15"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3"}],["path",{d:"M6 14h12"}]]],La=["svg",h,[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],fa=["svg",h,[["path",{d:"M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28"}]]],xa=["svg",h,[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M12 4v6"}],["path",{d:"M2 18h20"}]]],ka=["svg",h,[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4"}],["path",{d:"M3 18h18"}]]],Za=["svg",h,[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]]],Pa=["svg",h,[["circle",{cx:"12.5",cy:"8.5",r:"2.5"}],["path",{d:"M12.5 2a6.5 6.5 0 0 0-6.22 4.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3A6.5 6.5 0 0 0 12.5 2Z"}],["path",{d:"m18.5 6 2.19 4.5a6.48 6.48 0 0 1 .31 2 6.49 6.49 0 0 1-2.6 5.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5"}]]],Fa=["svg",h,[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1"}],["path",{d:"M9 12v6"}],["path",{d:"M13 12v6"}],["path",{d:"M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"}]]],Ba=["svg",h,[["path",{d:"M19.4 14.9C20.2 16.4 21 17 21 17H3s3-2 3-9c0-3.3 2.7-6 6-6 .7 0 1.3.1 1.9.3"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}],["circle",{cx:"18",cy:"8",r:"3"}]]],Da=["svg",h,[["path",{d:"M18.8 4A6.3 8.7 0 0 1 20 9"}],["path",{d:"M9 9h.01"}],["circle",{cx:"9",cy:"9",r:"7"}],["rect",{width:"10",height:"6",x:"4",y:"16",rx:"2"}],["path",{d:"M14 19c3 0 4.6-1.6 4.6-1.6"}],["circle",{cx:"20",cy:"16",r:"2"}]]],Ra=["svg",h,[["path",{d:"M18.4 12c.8 3.8 2.6 5 2.6 5H3s3-2 3-9c0-3.3 2.7-6 6-6 1.8 0 3.4.8 4.5 2"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}],["path",{d:"M15 8h6"}]]],Ta=["svg",h,[["path",{d:"M8.7 3A6 6 0 0 1 18 8a21.3 21.3 0 0 0 .6 5"}],["path",{d:"M17 17H3s3-2 3-9a4.67 4.67 0 0 1 .3-1.7"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}],["path",{d:"m2 2 20 20"}]]],ba=["svg",h,[["path",{d:"M19.3 14.8C20.1 16.4 21 17 21 17H3s3-2 3-9c0-3.3 2.7-6 6-6 1 0 1.9.2 2.8.7"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}],["path",{d:"M15 8h6"}],["path",{d:"M18 5v6"}]]],za=["svg",h,[["path",{d:"M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6"}]]],Ua=["svg",h,[["path",{d:"M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0"}]]],S=["svg",h,[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1"}],["path",{d:"m22 15-3-3 3-3"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1"}]]],A=["svg",h,[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1"}],["path",{d:"m2 9 3 3-3 3"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1"}]]],qa=["svg",h,[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1"}],["path",{d:"m9 22 3-3 3 3"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1"}]]],Oa=["svg",h,[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1"}],["path",{d:"m15 2-3 3-3-3"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1"}]]],Ga=["svg",h,[["circle",{cx:"18.5",cy:"17.5",r:"3.5"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5"}],["circle",{cx:"15",cy:"5",r:"1"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2"}]]],Wa=["svg",h,[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2"}],["path",{d:"M6 20h4"}],["path",{d:"M14 10h4"}],["path",{d:"M6 14h2v6"}],["path",{d:"M14 4h2v6"}]]],Ea=["svg",h,[["circle",{cx:"12",cy:"11.9",r:"2"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6"}],["path",{d:"m8.9 10.1 1.4.8"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5"}],["path",{d:"m15.1 10.1-1.4.8"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2"}],["path",{d:"M12 13.9v1.6"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5"}]]],Ia=["svg",h,[["path",{d:"M16 7h.01"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20"}],["path",{d:"m20 7 2 .5-2 .5"}],["path",{d:"M10 18v3"}],["path",{d:"M14 17.75V21"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61"}]]],Xa=["svg",h,[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727"}]]],Na=["svg",h,[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]]],Ka=["svg",h,[["path",{d:"M3 3h18"}],["path",{d:"M20 7H8"}],["path",{d:"M20 11H8"}],["path",{d:"M10 19h10"}],["path",{d:"M8 15h12"}],["path",{d:"M4 3v14"}],["circle",{cx:"4",cy:"19",r:"2"}]]],Ja=["svg",h,[["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1"}],["path",{d:"M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3"}]]],Qa=["svg",h,[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12"}]]],ja=["svg",h,[["path",{d:"m17 17-5 5V12l-5 5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5"}]]],Ya=["svg",h,[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66"}],["path",{d:"M18 12h.01"}]]],_a=["svg",h,[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]]],ah=["svg",h,[["path",{d:"M14 12a4 4 0 0 0 0-8H6v8"}],["path",{d:"M15 20a4 4 0 0 0 0-8H6v8Z"}]]],hh=["svg",h,[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}],["circle",{cx:"12",cy:"12",r:"4"}]]],th=["svg",h,[["circle",{cx:"11",cy:"13",r:"9"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95"}],["path",{d:"m22 2-1.5 1.5"}]]],dh=["svg",h,[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z"}]]],ch=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"m8 13 4-7 4 7"}],["path",{d:"M9.1 11h5.7"}]]],Mh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M8 8v3"}],["path",{d:"M12 6v7"}],["path",{d:"M16 8v3"}]]],ph=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"m9 9.5 2 2 4-4"}]]],nh=["svg",h,[["path",{d:"M2 16V4a2 2 0 0 1 2-2h11"}],["path",{d:"M5 14H4a2 2 0 1 0 0 4h1"}],["path",{d:"M22 18H11a2 2 0 1 0 0 4h11V6H11a2 2 0 0 0-2 2v12"}]]],L=["svg",h,[["path",{d:"M20 22h-2"}],["path",{d:"M20 15v2h-2"}],["path",{d:"M4 19.5V15"}],["path",{d:"M20 8v3"}],["path",{d:"M18 2h2v2"}],["path",{d:"M4 11V9"}],["path",{d:"M12 2h2"}],["path",{d:"M12 22h2"}],["path",{d:"M12 17h2"}],["path",{d:"M8 22H6.5a2.5 2.5 0 0 1 0-5H8"}],["path",{d:"M4 5v-.5A2.5 2.5 0 0 1 6.5 2H8"}]]],eh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M12 13V7"}],["path",{d:"m9 10 3 3 3-3"}]]],ih=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["circle",{cx:"9",cy:"12",r:"1"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2"}],["circle",{cx:"15",cy:"12",r:"1"}]]],lh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M16 8.2C16 7 15 6 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9C9 6 8 7 8 8.2c0 .6.3 1.2.7 1.6h0C10 11.1 12 13 12 13s2-1.9 3.3-3.1h0c.4-.4.7-1 .7-1.7z"}]]],vh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["circle",{cx:"10",cy:"8",r:"2"}],["path",{d:"m20 13.7-2.1-2.1c-.8-.8-2-.8-2.8 0L9.7 17"}]]],oh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14"}],["path",{d:"M20 8v14H6.5a2.5 2.5 0 0 1 0-5H20"}],["circle",{cx:"14",cy:"8",r:"2"}],["path",{d:"m20 2-4.5 4.5"}],["path",{d:"m19 3 1 1"}]]],sh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10"}],["path",{d:"M20 15v7H6.5a2.5 2.5 0 0 1 0-5H20"}],["rect",{width:"8",height:"5",x:"12",y:"6",rx:"1"}],["path",{d:"M18 6V4a2 2 0 1 0-4 0v2"}]]],gh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["polyline",{points:"10 2 10 10 13 7 16 10 16 2"}]]],rh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M9 10h6"}]]],yh=["svg",h,[["path",{d:"M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z"}],["path",{d:"m16 12 2 2 4-4"}],["path",{d:"M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3"}]]],$h=["svg",h,[["path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}],["path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}],["path",{d:"M6 8h2"}],["path",{d:"M6 12h2"}],["path",{d:"M16 8h2"}],["path",{d:"M16 12h2"}]]],mh=["svg",h,[["path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}],["path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}]]],Hh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M9 10h6"}],["path",{d:"M12 7v6"}]]],uh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M8 7h6"}],["path",{d:"M8 11h8"}]]],Ch=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M16 8V6H8v2"}],["path",{d:"M12 6v7"}],["path",{d:"M10 13h4"}]]],Vh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2"}],["path",{d:"M18 2h2v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M12 13V7"}],["path",{d:"m9 10 3-3 3 3"}],["path",{d:"m9 5 3-3 3 3"}]]],wh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"M12 13V7"}],["path",{d:"m9 10 3-3 3 3"}]]],Sh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["circle",{cx:"12",cy:"8",r:"2"}],["path",{d:"M15 13a3 3 0 1 0-6 0"}]]],Ah=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}],["path",{d:"m14.5 7-5 5"}],["path",{d:"m9.5 7 5 5"}]]],Lh=["svg",h,[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"}]]],fh=["svg",h,[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m9 10 2 2 4-4"}]]],xh=["svg",h,[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]]],kh=["svg",h,[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]]],Zh=["svg",h,[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m14.5 7.5-5 5"}],["path",{d:"m9.5 7.5 5 5"}]]],Ph=["svg",h,[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]]],Fh=["svg",h,[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M8 8v1"}],["path",{d:"M12 8v1"}],["path",{d:"M16 8v1"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2"}],["circle",{cx:"8",cy:"15",r:"2"}],["circle",{cx:"16",cy:"15",r:"2"}]]],Bh=["svg",h,[["path",{d:"M12 8V4H8"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2"}],["path",{d:"M2 14h2"}],["path",{d:"M20 14h2"}],["path",{d:"M15 13v2"}],["path",{d:"M9 13v2"}]]],Dh=["svg",h,[["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 3h1"}],["path",{d:"M9 21h1"}],["path",{d:"M14 3h1"}],["path",{d:"M14 21h1"}],["path",{d:"M3 9v1"}],["path",{d:"M21 9v1"}],["path",{d:"M3 14v1"}],["path",{d:"M21 14v1"}]]],Rh=["svg",h,[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z"}],["path",{d:"m3.3 7 8.7 5 8.7-5"}],["path",{d:"M12 22V12"}]]],Th=["svg",h,[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z"}],["path",{d:"m7 16.5-4.74-2.85"}],["path",{d:"m7 16.5 5-3"}],["path",{d:"M7 16.5v5.17"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z"}],["path",{d:"m17 16.5-5-3"}],["path",{d:"m17 16.5 4.74-2.85"}],["path",{d:"M17 16.5v5.17"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z"}],["path",{d:"M12 8 7.26 5.15"}],["path",{d:"m12 8 4.74-2.85"}],["path",{d:"M12 13.5V8"}]]],f=["svg",h,[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1"}]]],bh=["svg",h,[["path",{d:"M16 3h3v18h-3"}],["path",{d:"M8 21H5V3h3"}]]],zh=["svg",h,[["path",{d:"M12 4.5a2.5 2.5 0 0 0-4.96-.46 2.5 2.5 0 0 0-1.98 3 2.5 2.5 0 0 0-1.32 4.24 3 3 0 0 0 .34 5.58 2.5 2.5 0 0 0 2.96 3.08 2.5 2.5 0 0 0 4.91.05L12 20V4.5Z"}],["path",{d:"M16 8V5c0-1.1.9-2 2-2"}],["path",{d:"M12 13h4"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1"}],["path",{d:"M12 8h8"}],["path",{d:"M20.5 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"}],["path",{d:"M16.5 13a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"}],["path",{d:"M20.5 21a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"}],["path",{d:"M18.5 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"}]]],Uh=["svg",h,[["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 4.5a2.5 2.5 0 0 0-4.96-.46 2.5 2.5 0 0 0-1.98 3 2.5 2.5 0 0 0-1.32 4.24 3 3 0 0 0 .34 5.58 2.5 2.5 0 0 0 2.96 3.08A2.5 2.5 0 0 0 12 19.5a2.5 2.5 0 0 0 4.96.44 2.5 2.5 0 0 0 2.96-3.08 3 3 0 0 0 .34-5.58 2.5 2.5 0 0 0-1.32-4.24 2.5 2.5 0 0 0-1.98-3A2.5 2.5 0 0 0 12 4.5"}],["path",{d:"m15.7 10.4-.9.4"}],["path",{d:"m9.2 13.2-.9.4"}],["path",{d:"m13.6 15.7-.4-.9"}],["path",{d:"m10.8 9.2-.4-.9"}],["path",{d:"m15.7 13.5-.9-.4"}],["path",{d:"m9.2 10.9-.9-.4"}],["path",{d:"m10.5 15.7.4-.9"}],["path",{d:"m13.1 9.2.4-.9"}]]],qh=["svg",h,[["path",{d:"M9.5 2A2.5 2.5 0 0 1 12 4.5v15a2.5 2.5 0 0 1-4.96.44 2.5 2.5 0 0 1-2.96-3.08 3 3 0 0 1-.34-5.58 2.5 2.5 0 0 1 1.32-4.24 2.5 2.5 0 0 1 1.98-3A2.5 2.5 0 0 1 9.5 2Z"}],["path",{d:"M14.5 2A2.5 2.5 0 0 0 12 4.5v15a2.5 2.5 0 0 0 4.96.44 2.5 2.5 0 0 0 2.96-3.08 3 3 0 0 0 .34-5.58 2.5 2.5 0 0 0-1.32-4.24 2.5 2.5 0 0 0-1.98-3A2.5 2.5 0 0 0 14.5 2Z"}]]],Oh=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 9v6"}],["path",{d:"M16 15v6"}],["path",{d:"M16 3v6"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["path",{d:"M8 15v6"}],["path",{d:"M8 3v6"}]]],Gh=["svg",h,[["rect",{width:"20",height:"14",x:"2",y:"7",rx:"2",ry:"2"}],["path",{d:"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"}]]],Wh=["svg",h,[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2"}]]],Eh=["svg",h,[["path",{d:"m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08"}],["path",{d:"M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z"}]]],Ih=["svg",h,[["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M22 13h-4v-2a4 4 0 0 0-4-4h-1.3"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4"}],["path",{d:"m2 2 20 20"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13"}],["path",{d:"M12 20v-8"}],["path",{d:"M6 13H2"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4"}]]],Xh=["svg",h,[["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"}],["path",{d:"M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5"}],["path",{d:"M6 13H2"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4"}],["path",{d:"m12 12 8 5-8 5Z"}]]],Nh=["svg",h,[["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"}],["path",{d:"M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"}],["path",{d:"M12 20v-9"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5"}],["path",{d:"M6 13H2"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4"}],["path",{d:"M22 13h-4"}],["path",{d:"M17.2 17c2.1.1 3.8 1.9 3.8 4"}]]],Kh=["svg",h,[["path",{d:"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z"}],["path",{d:"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2"}],["path",{d:"M10 6h4"}],["path",{d:"M10 10h4"}],["path",{d:"M10 14h4"}],["path",{d:"M10 18h4"}]]],Jh=["svg",h,[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["path",{d:"M9 22v-4h6v4"}],["path",{d:"M8 6h.01"}],["path",{d:"M16 6h.01"}],["path",{d:"M12 6h.01"}],["path",{d:"M12 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 10h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M8 14h.01"}]]],Qh=["svg",h,[["path",{d:"M4 6 2 7"}],["path",{d:"M10 6h4"}],["path",{d:"m22 7-2-1"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2"}],["path",{d:"M4 11h16"}],["path",{d:"M8 15h.01"}],["path",{d:"M16 15h.01"}],["path",{d:"M6 19v2"}],["path",{d:"M18 21v-2"}]]],jh=["svg",h,[["path",{d:"M8 6v6"}],["path",{d:"M15 6v6"}],["path",{d:"M2 12h19.6"}],["path",{d:"M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3"}],["circle",{cx:"7",cy:"18",r:"2"}],["path",{d:"M9 18h5"}],["circle",{cx:"16",cy:"18",r:"2"}]]],Yh=["svg",h,[["path",{d:"M10 3h.01"}],["path",{d:"M14 2h.01"}],["path",{d:"m2 9 20-5"}],["path",{d:"M12 12V6.5"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3"}],["path",{d:"M9 12v5"}],["path",{d:"M15 12v5"}],["path",{d:"M4 17h16"}]]],_h=["svg",h,[["path",{d:"M4 9a2 2 0 0 1-2-2V5h6v2a2 2 0 0 1-2 2Z"}],["path",{d:"M3 5V3"}],["path",{d:"M7 5V3"}],["path",{d:"M19 15V6.5a3.5 3.5 0 0 0-7 0v11a3.5 3.5 0 0 1-7 0V9"}],["path",{d:"M17 21v-2"}],["path",{d:"M21 21v-2"}],["path",{d:"M22 19h-6v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2Z"}]]],at=["svg",h,[["circle",{cx:"9",cy:"7",r:"2"}],["path",{d:"M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6"}],["path",{d:"M16 13H3"}],["path",{d:"M16 17H3"}]]],ht=["svg",h,[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8"}],["path",{d:"M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1"}],["path",{d:"M2 21h20"}],["path",{d:"M7 8v3"}],["path",{d:"M12 8v3"}],["path",{d:"M17 8v3"}],["path",{d:"M7 4h0.01"}],["path",{d:"M12 4h0.01"}],["path",{d:"M17 4h0.01"}]]],tt=["svg",h,[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18"}],["path",{d:"M16 10h.01"}],["path",{d:"M12 10h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M8 18h.01"}]]],dt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"m16 20 2 2 4-4"}]]],ct=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m9 16 2 2 4-4"}]]],Mt=["svg",h,[["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5"}],["path",{d:"M16 2v4"}],["path",{d:"M8 2v4"}],["path",{d:"M3 10h5"}],["path",{d:"M17.5 17.5 16 16.3V14"}],["circle",{cx:"16",cy:"16",r:"6"}]]],pt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 18h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M16 18h.01"}]]],nt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z"}],["path",{d:"M3 10h18"}],["path",{d:"M15 22v-4a2 2 0 0 1 2-2h4"}]]],et=["svg",h,[["path",{d:"M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7"}],["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z"}]]],it=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}]]],lt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"M16 19h6"}]]],vt=["svg",h,[["path",{d:"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h7"}],["path",{d:"M21 10h-5.5"}],["path",{d:"m2 2 20 20"}]]],ot=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}],["path",{d:"M12 14v4"}]]],st=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"M16 19h6"}],["path",{d:"M19 16v6"}]]],gt=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}],["path",{d:"M17 14h-6"}],["path",{d:"M13 18H7"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 18h.01"}]]],rt=["svg",h,[["path",{d:"M21 12V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.5"}],["path",{d:"M16 2v4"}],["path",{d:"M8 2v4"}],["path",{d:"M3 10h18"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m22 22-1.5-1.5"}]]],yt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"m17 22 5-5"}],["path",{d:"m17 17 5 5"}]]],$t=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m14 14-4 4"}],["path",{d:"m10 14 4 4"}]]],mt=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]]],Ht=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16"}],["path",{d:"M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5"}],["path",{d:"M14.121 15.121A3 3 0 1 1 9.88 10.88"}]]],ut=["svg",h,[["path",{d:"M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z"}],["circle",{cx:"12",cy:"13",r:"3"}]]],Ct=["svg",h,[["path",{d:"M9 5v4"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1"}],["path",{d:"M9 15v2"}],["path",{d:"M17 3v2"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1"}],["path",{d:"M17 13v3"}],["path",{d:"M3 3v18h18"}]]],Vt=["svg",h,[["path",{d:"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z"}],["path",{d:"M17.75 7 15 2.1"}],["path",{d:"M10.9 4.8 13 9"}],["path",{d:"m7.9 9.7 2 4.4"}],["path",{d:"M4.9 14.7 7 18.9"}]]],wt=["svg",h,[["path",{d:"m8.5 8.5-1 1a4.95 4.95 0 0 0 7 7l1-1"}],["path",{d:"M11.843 6.187A4.947 4.947 0 0 1 16.5 7.5a4.947 4.947 0 0 1 1.313 4.657"}],["path",{d:"M14 16.5V14"}],["path",{d:"M14 6.5v1.843"}],["path",{d:"M10 10v7.5"}],["path",{d:"m16 7 1-5 1.367.683A3 3 0 0 0 19.708 3H21v1.292a3 3 0 0 0 .317 1.341L22 7l-5 1"}],["path",{d:"m8 17-1 5-1.367-.683A3 3 0 0 0 4.292 21H3v-1.292a3 3 0 0 0-.317-1.341L2 17l5-1"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],St=["svg",h,[["path",{d:"m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z"}],["path",{d:"M14 6.5v10"}],["path",{d:"M10 7.5v10"}],["path",{d:"m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1"}],["path",{d:"m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1"}]]],At=["svg",h,[["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 14h.01"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]]],Lt=["svg",h,[["path",{d:"M10 2h4"}],["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 14h.01"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]]],ft=["svg",h,[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2"}],["circle",{cx:"7",cy:"17",r:"2"}],["path",{d:"M9 17h6"}],["circle",{cx:"17",cy:"17",r:"2"}]]],xt=["svg",h,[["rect",{width:"4",height:"4",x:"2",y:"9"}],["rect",{width:"4",height:"10",x:"10",y:"9"}],["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2"}],["circle",{cx:"8",cy:"19",r:"2"}],["path",{d:"M10 19h12v-2"}]]],kt=["svg",h,[["path",{d:"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z"}]]],Zt=["svg",h,[["circle",{cx:"7",cy:"12",r:"3"}],["path",{d:"M10 9v6"}],["circle",{cx:"17",cy:"12",r:"3"}],["path",{d:"M14 7v8"}]]],Pt=["svg",h,[["path",{d:"m3 15 4-8 4 8"}],["path",{d:"M4 13h6"}],["circle",{cx:"18",cy:"12",r:"3"}],["path",{d:"M21 9v6"}]]],Ft=["svg",h,[["path",{d:"m3 15 4-8 4 8"}],["path",{d:"M4 13h6"}],["path",{d:"M15 11h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4"}]]],Bt=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["circle",{cx:"8",cy:"10",r:"2"}],["path",{d:"M8 12h8"}],["circle",{cx:"16",cy:"10",r:"2"}],["path",{d:"m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3"}]]],Dt=["svg",h,[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"}],["path",{d:"M2 12a9 9 0 0 1 8 8"}],["path",{d:"M2 16a5 5 0 0 1 4 4"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20"}]]],Rt=["svg",h,[["path",{d:"M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z"}],["path",{d:"M18 11V4H6v7"}],["path",{d:"M15 22v-4a3 3 0 0 0-3-3v0a3 3 0 0 0-3 3v4"}],["path",{d:"M22 11V9"}],["path",{d:"M2 11V9"}],["path",{d:"M6 4V2"}],["path",{d:"M18 4V2"}],["path",{d:"M10 4V2"}],["path",{d:"M14 4V2"}]]],Tt=["svg",h,[["path",{d:"M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z"}],["path",{d:"M8 14v.5"}],["path",{d:"M16 14v.5"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z"}]]],bt=["svg",h,[["path",{d:"M7 9h.01"}],["path",{d:"M16.75 12H22l-3.5 7-3.09-4.32"}],["path",{d:"M18 9.5l-4 8-10.39-5.2a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3Z"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15"}],["path",{d:"M2 21v-4"}]]],zt=["svg",h,[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]]],Ut=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]]],qt=["svg",h,[["path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}],["path",{d:"m9 11 3 3L22 4"}]]],Ot=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]]],Gt=["svg",h,[["path",{d:"m9 11 3 3L22 4"}],["path",{d:"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"}]]],Wt=["svg",h,[["path",{d:"M20 6 9 17l-5-5"}]]],Et=["svg",h,[["path",{d:"M6 13.87A4 4 0 0 1 7.41 6a5.11 5.11 0 0 1 1.05-1.54 5 5 0 0 1 7.08 0A5.11 5.11 0 0 1 16.59 6 4 4 0 0 1 18 13.87V21H6Z"}],["line",{x1:"6",x2:"18",y1:"17",y2:"17"}]]],It=["svg",h,[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z"}]]],Xt=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]]],Nt=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]]],Kt=["svg",h,[["path",{d:"m6 9 6 6 6-6"}]]],Jt=["svg",h,[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]]],Qt=["svg",h,[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]]],jt=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]]],Yt=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]]],_t=["svg",h,[["path",{d:"m15 18-6-6 6-6"}]]],a4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]]],h4=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]]],t4=["svg",h,[["path",{d:"m9 18 6-6-6-6"}]]],d4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]]],c4=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]]],M4=["svg",h,[["path",{d:"m18 15-6-6-6 6"}]]],p4=["svg",h,[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]]],n4=["svg",h,[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]]],e4=["svg",h,[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]]],i4=["svg",h,[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]]],l4=["svg",h,[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]]],v4=["svg",h,[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]]],o4=["svg",h,[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]]],s4=["svg",h,[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]]],g4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["line",{x1:"21.17",x2:"12",y1:"8",y2:"8"}],["line",{x1:"3.95",x2:"8.54",y1:"6.06",y2:"14"}],["line",{x1:"10.88",x2:"15.46",y1:"21.94",y2:"14"}]]],r4=["svg",h,[["path",{d:"m18 7 4 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9l4-2"}],["path",{d:"M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4"}],["path",{d:"M18 22V5l-6-3-6 3v17"}],["path",{d:"M12 7v5"}],["path",{d:"M10 9h4"}]]],y4=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M12 12H2v4h14"}],["path",{d:"M22 12v4"}],["path",{d:"M18 12h-.5"}],["path",{d:"M7 12v4"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5"}]]],$4=["svg",h,[["path",{d:"M18 12H2v4h16"}],["path",{d:"M22 12v4"}],["path",{d:"M7 12v4"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5"}]]],m4=["svg",h,[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69"}]]],H4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]]],u4=["svg",h,[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69"}],["circle",{cx:"12",cy:"12",r:"1"}]]],C4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]]],V4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]]],w4=["svg",h,[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]]],S4=["svg",h,[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75"}],["path",{d:"M12 8v8"}],["path",{d:"M16 12H8"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38"}]]],A4=["svg",h,[["path",{d:"m2 2 20 20"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92"}]]],x=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M22 2 2 22"}]]],L4=["svg",h,[["line",{x1:"9",x2:"15",y1:"15",y2:"9"}],["circle",{cx:"12",cy:"12",r:"10"}]]],k=["svg",h,[["path",{d:"M18 20a6 6 0 0 0-12 0"}],["circle",{cx:"12",cy:"10",r:"4"}],["circle",{cx:"12",cy:"12",r:"10"}]]],Z=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662"}]]],f4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}]]],x4=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4"}],["circle",{cx:"15",cy:"15",r:"2"}]]],k4=["svg",h,[["path",{d:"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34"}],["path",{d:"m14 10-5.5 5.5"}],["path",{d:"M14 17.85V10H6.15"}]]],Z4=["svg",h,[["path",{d:"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z"}],["path",{d:"m6.2 5.3 3.1 3.9"}],["path",{d:"m12.4 3.4 3.1 4"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z"}]]],P4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"m9 14 2 2 4-4"}]]],F4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4"}],["path",{d:"M21 14H11"}],["path",{d:"m15 10-4 4 4 4"}]]],B4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"M12 11h4"}],["path",{d:"M12 16h4"}],["path",{d:"M8 11h.01"}],["path",{d:"M8 16h.01"}]]],D4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"M9 14h6"}]]],R4=["svg",h,[["path",{d:"M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10"}],["path",{d:"m17 10 4 4-4 4"}]]],P=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1"}],["path",{d:"M8 18h1"}],["path",{d:"M18.4 9.6a2 2 0 0 1 3 3L17 17l-4 1 1-4Z"}]]],F=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1"}],["path",{d:"M10.4 12.6a2 2 0 0 1 3 3L8 21l-4 1 1-4Z"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2"}]]],T4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"M9 14h6"}],["path",{d:"M12 17v-6"}]]],b4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"M9 12v-1h6v1"}],["path",{d:"M11 17h2"}],["path",{d:"M12 11v6"}]]],z4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"m15 11-6 6"}],["path",{d:"m9 11 6 6"}]]],U4=["svg",h,[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}]]],q4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 14.5 8"}]]],O4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 8 10"}]]],G4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 9.5 8"}]]],W4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12"}]]],E4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 16 10"}]]],I4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 16.5 12"}]]],X4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 16 14"}]]],N4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 14.5 16"}]]],K4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 12 16.5"}]]],J4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 9.5 16"}]]],Q4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 8 14"}]]],j4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 7.5 12"}]]],Y4=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polyline",{points:"12 6 12 12 16 14"}]]],_4=["svg",h,[["circle",{cx:"12",cy:"17",r:"3"}],["path",{d:"M4.2 15.1A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2"}],["path",{d:"m15.7 18.4-.9-.3"}],["path",{d:"m9.2 15.9-.9-.3"}],["path",{d:"m10.6 20.7.3-.9"}],["path",{d:"m13.1 14.2.3-.9"}],["path",{d:"m13.6 20.7-.4-1"}],["path",{d:"m10.8 14.3-.4-1"}],["path",{d:"m8.3 18.6 1-.4"}],["path",{d:"m14.7 15.8 1-.4"}]]],a5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 19v1"}],["path",{d:"M8 14v1"}],["path",{d:"M16 19v1"}],["path",{d:"M16 14v1"}],["path",{d:"M12 21v1"}],["path",{d:"M12 16v1"}]]],h5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 17H7"}],["path",{d:"M17 21H9"}]]],t5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v2"}],["path",{d:"M8 14v2"}],["path",{d:"M16 20h.01"}],["path",{d:"M8 20h.01"}],["path",{d:"M12 16v2"}],["path",{d:"M12 22h.01"}]]],d5=["svg",h,[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973"}],["path",{d:"m13 12-3 5h4l-3 5"}]]],c5=["svg",h,[["path",{d:"M10.083 9A6.002 6.002 0 0 1 16 4a4.243 4.243 0 0 0 6 6c0 2.22-1.206 4.16-3 5.197"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24"}],["path",{d:"M11 20v2"}],["path",{d:"M7 19v2"}]]],M5=["svg",h,[["path",{d:"M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z"}],["path",{d:"M10.1 9A6 6 0 0 1 16 4a4.24 4.24 0 0 0 6 6 6 6 0 0 1-3 5.197"}]]],p5=["svg",h,[["path",{d:"m2 2 20 20"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193"}],["path",{d:"M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07"}]]],n5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"m9.2 22 3-7"}],["path",{d:"m9 13-3 7"}],["path",{d:"m17 13-3 7"}]]],e5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v6"}],["path",{d:"M8 14v6"}],["path",{d:"M12 16v6"}]]],i5=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 15h.01"}],["path",{d:"M8 19h.01"}],["path",{d:"M12 17h.01"}],["path",{d:"M12 21h.01"}],["path",{d:"M16 15h.01"}],["path",{d:"M16 19h.01"}]]],l5=["svg",h,[["path",{d:"M12 2v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"M20 12h2"}],["path",{d:"m19.07 4.93-1.41 1.41"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24"}],["path",{d:"M11 20v2"}],["path",{d:"M7 19v2"}]]],v5=["svg",h,[["path",{d:"M12 2v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"M20 12h2"}],["path",{d:"m19.07 4.93-1.41 1.41"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z"}]]],o5=["svg",h,[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]]],s5=["svg",h,[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5"}]]],g5=["svg",h,[["path",{d:"M16.2 3.8a2.7 2.7 0 0 0-3.81 0l-.4.38-.4-.4a2.7 2.7 0 0 0-3.82 0C6.73 4.85 6.67 6.64 8 8l4 4 4-4c1.33-1.36 1.27-3.15.2-4.2z"}],["path",{d:"M8 8c-1.36-1.33-3.15-1.27-4.2-.2a2.7 2.7 0 0 0 0 3.81l.38.4-.4.4a2.7 2.7 0 0 0 0 3.82C4.85 17.27 6.64 17.33 8 16"}],["path",{d:"M16 16c1.36 1.33 3.15 1.27 4.2.2a2.7 2.7 0 0 0 0-3.81l-.38-.4.4-.4a2.7 2.7 0 0 0 0-3.82C19.15 6.73 17.36 6.67 16 8"}],["path",{d:"M7.8 20.2a2.7 2.7 0 0 0 3.81 0l.4-.38.4.4a2.7 2.7 0 0 0 3.82 0c1.06-1.06 1.12-2.85-.21-4.21l-4-4-4 4c-1.33 1.36-1.27 3.15-.2 4.2z"}],["path",{d:"m7 17-5 5"}]]],r5=["svg",h,[["path",{d:"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z"}],["path",{d:"M12 17.66L12 22"}]]],y5=["svg",h,[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]]],B=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 10-2 2 2 2"}],["path",{d:"m14 14 2-2-2-2"}]]],$5=["svg",h,[["polyline",{points:"16 18 22 12 16 6"}],["polyline",{points:"8 6 2 12 8 18"}]]],m5=["svg",h,[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5"}],["polyline",{points:"22 8.5 12 15.5 2 8.5"}],["polyline",{points:"2 15.5 12 8.5 22 15.5"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5"}]]],H5=["svg",h,[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12"}]]],u5=["svg",h,[["path",{d:"M17 8h1a4 4 0 1 1 0 8h-1"}],["path",{d:"M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4Z"}],["line",{x1:"6",x2:"6",y1:"2",y2:"4"}],["line",{x1:"10",x2:"10",y1:"2",y2:"4"}],["line",{x1:"14",x2:"14",y1:"2",y2:"4"}]]],C5=["svg",h,[["path",{d:"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z"}],["path",{d:"M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"}],["path",{d:"M12 2v2"}],["path",{d:"M12 22v-2"}],["path",{d:"m17 20.66-1-1.73"}],["path",{d:"M11 10.27 7 3.34"}],["path",{d:"m20.66 17-1.73-1"}],["path",{d:"m3.34 7 1.73 1"}],["path",{d:"M14 12h8"}],["path",{d:"M2 12h2"}],["path",{d:"m20.66 7-1.73 1"}],["path",{d:"m3.34 17 1.73-1"}],["path",{d:"m17 3.34-1 1.73"}],["path",{d:"m11 13.73-4 6.93"}]]],V5=["svg",h,[["circle",{cx:"8",cy:"8",r:"6"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18"}],["path",{d:"M7 6h1v4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82"}]]],D=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]]],R=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]]],w5=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7.5 3v18"}],["path",{d:"M12 3v18"}],["path",{d:"M16.5 3v18"}]]],S5=["svg",h,[["rect",{width:"8",height:"8",x:"2",y:"2",rx:"2"}],["path",{d:"M14 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2"}],["path",{d:"M20 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2"}],["path",{d:"M10 18H5c-1.7 0-3-1.3-3-3v-1"}],["polyline",{points:"7 21 10 18 7 15"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2"}]]],A5=["svg",h,[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3"}]]],L5=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"}]]],f5=["svg",h,[["path",{d:"M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z"}],["path",{d:"m12 2 3.5 3.5L12 9 8.5 5.5 12 2Z"}],["path",{d:"M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z"}],["path",{d:"m12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z"}]]],x5=["svg",h,[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h2"}],["path",{d:"M12 18h6"}]]],k5=["svg",h,[["path",{d:"M2 18a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2v-2Z"}],["path",{d:"M20 16a8 8 0 1 0-16 0"}],["path",{d:"M12 4v4"}],["path",{d:"M10 4h4"}]]],Z5=["svg",h,[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3"}]]],P5=["svg",h,[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1"}],["path",{d:"M17 14v7"}],["path",{d:"M7 14v7"}],["path",{d:"M17 3v3"}],["path",{d:"M7 3v3"}],["path",{d:"M10 14 2.3 6.3"}],["path",{d:"m14 6 7.7 7.7"}],["path",{d:"m8 6 8 8"}]]],F5=["svg",h,[["path",{d:"M16 18a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"11",r:"3"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["line",{x1:"8",x2:"8",y1:"2",y2:"4"}],["line",{x1:"16",x2:"16",y1:"2",y2:"4"}]]],B5=["svg",h,[["path",{d:"M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["circle",{cx:"12",cy:"10",r:"2"}],["line",{x1:"8",x2:"8",y1:"2",y2:"4"}],["line",{x1:"16",x2:"16",y1:"2",y2:"4"}]]],D5=["svg",h,[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z"}],["path",{d:"M10 21.9V14L2.1 9.1"}],["path",{d:"m10 14 11.9-6.9"}],["path",{d:"M14 19.8v-8.1"}],["path",{d:"M18 17.5V9.4"}]]],R5=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]]],T5=["svg",h,[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5"}],["path",{d:"M8.5 8.5v.01"}],["path",{d:"M16 15.5v.01"}],["path",{d:"M12 12v.01"}],["path",{d:"M11 17v.01"}],["path",{d:"M7 14v.01"}]]],b5=["svg",h,[["path",{d:"M2 12h20"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8"}],["path",{d:"m4 8 16-4"}],["path",{d:"m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8"}]]],z5=["svg",h,[["path",{d:"m12 15 2 2 4-4"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],U5=["svg",h,[["line",{x1:"12",x2:"18",y1:"15",y2:"15"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],q5=["svg",h,[["line",{x1:"15",x2:"15",y1:"12",y2:"18"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],O5=["svg",h,[["line",{x1:"12",x2:"18",y1:"18",y2:"12"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],G5=["svg",h,[["line",{x1:"12",x2:"18",y1:"12",y2:"18"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],W5=["svg",h,[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]]],E5=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]]],I5=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]]],X5=["svg",h,[["polyline",{points:"9 10 4 15 9 20"}],["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}]]],N5=["svg",h,[["polyline",{points:"15 10 20 15 15 20"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]]],K5=["svg",h,[["polyline",{points:"14 15 9 20 4 15"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]]],J5=["svg",h,[["polyline",{points:"14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]]],Q5=["svg",h,[["polyline",{points:"10 15 15 20 20 15"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]]],j5=["svg",h,[["polyline",{points:"10 9 15 4 20 9"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]]],Y5=["svg",h,[["polyline",{points:"9 14 4 9 9 4"}],["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}]]],_5=["svg",h,[["polyline",{points:"15 14 20 9 15 4"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]]],ad=["svg",h,[["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6"}],["path",{d:"M15 2v2"}],["path",{d:"M15 20v2"}],["path",{d:"M2 15h2"}],["path",{d:"M2 9h2"}],["path",{d:"M20 15h2"}],["path",{d:"M20 9h2"}],["path",{d:"M9 2v2"}],["path",{d:"M9 20v2"}]]],hd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1"}],["path",{d:"M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1"}]]],td=["svg",h,[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]]],dd=["svg",h,[["path",{d:"m4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z"}],["path",{d:"m10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83"}],["path",{d:"M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4"}],["path",{d:"m14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2"}],["path",{d:"M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5"}]]],cd=["svg",h,[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]]],Md=["svg",h,[["path",{d:"M11 2a2 2 0 0 0-2 2v5H4a2 2 0 0 0-2 2v2c0 1.1.9 2 2 2h5v5c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-5h5a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2z"}]]],pd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18"}]]],nd=["svg",h,[["path",{d:"m2 4 3 12h14l3-12-6 7-4-7-4 7-6-7zm3 16h14"}]]],ed=["svg",h,[["path",{d:"m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z"}],["path",{d:"M10 22v-8L2.25 9.15"}],["path",{d:"m10 14 11.77-6.87"}]]],id=["svg",h,[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8"}],["path",{d:"M5 8h14"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0"}],["path",{d:"m12 8 1-6h2"}]]],ld=["svg",h,[["circle",{cx:"12",cy:"12",r:"8"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18"}]]],vd=["svg",h,[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]]],od=["svg",h,[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69"}],["path",{d:"M21 9.3V5"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88"}],["path",{d:"M12 12v4h4"}],["path",{d:"M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16"}]]],sd=["svg",h,[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84"}],["path",{d:"M21 5V8"}],["path",{d:"M21 12L18 17H22L19 22"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87"}]]],gd=["svg",h,[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5"}],["path",{d:"M3 12A9 3 0 0 0 21 12"}]]],rd=["svg",h,[["path",{d:"M20 5H9l-7 7 7 7h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z"}],["line",{x1:"18",x2:"12",y1:"9",y2:"15"}],["line",{x1:"12",x2:"18",y1:"9",y2:"15"}]]],yd=["svg",h,[["circle",{cx:"12",cy:"4",r:"2"}],["path",{d:"M10.2 3.2C5.5 4 2 8.1 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4 0c0-4.9-3.5-9-8.2-9.8"}],["path",{d:"M3.2 14.8a9 9 0 0 0 17.6 0"}]]],$d=["svg",h,[["circle",{cx:"19",cy:"19",r:"2"}],["circle",{cx:"5",cy:"5",r:"2"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86"}],["path",{d:"m6.41 6.41 11.18 11.18"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86"}]]],md=["svg",h,[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z"}]]],Hd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]]],ud=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]]],Cd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M8 16h.01"}]]],Vd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}]]],wd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M12 12h.01"}]]],Sd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M16 12h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 12h.01"}],["path",{d:"M8 16h.01"}]]],Ad=["svg",h,[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2"}],["path",{d:"m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 14h.01"}],["path",{d:"M15 6h.01"}],["path",{d:"M18 9h.01"}]]],Ld=["svg",h,[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]]],fd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]]],xd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2"}]]],kd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]]],Zd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]]],Pd=["svg",h,[["line",{x1:"8",x2:"16",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8"}],["circle",{cx:"12",cy:"12",r:"10"}]]],Fd=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8"}]]],Bd=["svg",h,[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]]],Dd=["svg",h,[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5M9 22c1.35-1.5 2.092-3 2.5-4.5"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3m10-3c-1.5 1.35-3 2.092-4.5 2.5"}],["path",{d:"m17 6-2.5-2.5"}],["path",{d:"m14 8-1.5-1.5"}],["path",{d:"m7 18 2.5 2.5"}],["path",{d:"m3.5 14.5.5.5"}],["path",{d:"m20 9 .5.5"}],["path",{d:"m6.5 12.5 1 1"}],["path",{d:"m16.5 10.5 1 1"}],["path",{d:"m10 16 1.5 1.5"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Rd=["svg",h,[["path",{d:"M2 15c6.667-6 13.333 0 20-6"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993"}],["path",{d:"m17 6-2.5-2.5"}],["path",{d:"m14 8-1-1"}],["path",{d:"m7 18 2.5 2.5"}],["path",{d:"m3.5 14.5.5.5"}],["path",{d:"m20 9 .5.5"}],["path",{d:"m6.5 12.5 1 1"}],["path",{d:"m16.5 10.5 1 1"}],["path",{d:"m10 16 1.5 1.5"}]]],Td=["svg",h,[["path",{d:"M10 5.172C10 3.782 8.423 2.679 6.5 3c-2.823.47-4.113 6.006-4 7 .08.703 1.725 1.722 3.656 1 1.261-.472 1.96-1.45 2.344-2.5"}],["path",{d:"M14.267 5.172c0-1.39 1.577-2.493 3.5-2.172 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5"}],["path",{d:"M8 14v.5"}],["path",{d:"M16 14v.5"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z"}],["path",{d:"M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444c0-1.061-.162-2.2-.493-3.309m-9.243-6.082A8.801 8.801 0 0 1 12 5c.78 0 1.5.108 2.161.306"}]]],bd=["svg",h,[["line",{x1:"12",x2:"12",y1:"2",y2:"22"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}]]],zd=["svg",h,[["path",{d:"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3"}],["circle",{cx:"12",cy:"12",r:"3"}]]],Ud=["svg",h,[["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14"}],["path",{d:"M2 20h20"}],["path",{d:"M14 12v.01"}]]],qd=["svg",h,[["path",{d:"M13 4h3a2 2 0 0 1 2 2v14"}],["path",{d:"M2 20h3"}],["path",{d:"M13 20h9"}],["path",{d:"M10 12v.01"}],["path",{d:"M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z"}]]],T=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]]],Od=["svg",h,[["circle",{cx:"12.1",cy:"12.1",r:"1"}]]],Gd=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M12 12v9"}],["path",{d:"m8 17 4 4 4-4"}]]],Wd=["svg",h,[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["polyline",{points:"7 10 12 15 17 10"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3"}]]],Ed=["svg",h,[["circle",{cx:"12",cy:"5",r:"2"}],["path",{d:"m3 21 8.02-14.26"}],["path",{d:"m12.99 6.74 1.93 3.44"}],["path",{d:"M19 12c-3.87 4-10.13 4-14 0"}],["path",{d:"m21 21-2.16-3.84"}]]],Id=["svg",h,[["path",{d:"M10 11h.01"}],["path",{d:"M14 6h.01"}],["path",{d:"M18 6h.01"}],["path",{d:"M6.5 13.1h.01"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0"}],["path",{d:"M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4"}]]],Xd=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72"}]]],Nd=["svg",h,[["path",{d:"M14 9c0 .6-.4 1-1 1H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9c.6 0 1 .4 1 1Z"}],["path",{d:"M18 6h4"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3"}],["path",{d:"m5 10-2 8"}],["path",{d:"M12 10v3c0 .6-.4 1-1 1H8"}],["path",{d:"m7 18 2-8"}],["path",{d:"M5 22c-1.7 0-3-1.3-3-3 0-.6.4-1 1-1h7c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z"}]]],Kd=["svg",h,[["path",{d:"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z"}]]],Jd=["svg",h,[["path",{d:"M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z"}],["path",{d:"M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97"}]]],Qd=["svg",h,[["path",{d:"m2 2 8 8"}],["path",{d:"m22 2-8 8"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5"}],["path",{d:"M7 13.4v7.9"}],["path",{d:"M12 14v8"}],["path",{d:"M17 13.4v7.9"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9"}]]],jd=["svg",h,[["path",{d:"M15.45 15.4c-2.13.65-4.3.32-5.7-1.1-2.29-2.27-1.76-6.5 1.17-9.42 2.93-2.93 7.15-3.46 9.43-1.18 1.41 1.41 1.74 3.57 1.1 5.71-1.4-.51-3.26-.02-4.64 1.36-1.38 1.38-1.87 3.23-1.36 4.63z"}],["path",{d:"m11.25 15.6-2.16 2.16a2.5 2.5 0 1 1-4.56 1.73 2.49 2.49 0 0 1-1.41-4.24 2.5 2.5 0 0 1 3.14-.32l2.16-2.16"}]]],Yd=["svg",h,[["path",{d:"m6.5 6.5 11 11"}],["path",{d:"m21 21-1-1"}],["path",{d:"m3 3 1 1"}],["path",{d:"m18 22 4-4"}],["path",{d:"m2 6 4-4"}],["path",{d:"m3 10 7-7"}],["path",{d:"m14 21 7-7"}]]],_d=["svg",h,[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],a3=["svg",h,[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4"}]]],h3=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]]],t3=["svg",h,[["circle",{cx:"11.5",cy:"12.5",r:"3.5"}],["path",{d:"M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z"}]]],d3=["svg",h,[["path",{d:"M6.399 6.399C5.362 8.157 4.65 10.189 4.5 12c-.37 4.43 1.27 9.95 7.5 10 3.256-.026 5.259-1.547 6.375-3.625"}],["path",{d:"M19.532 13.875A14.07 14.07 0 0 0 19.5 12c-.36-4.34-3.95-9.96-7.5-10-1.04.012-2.082.502-3.046 1.297"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],c3=["svg",h,[["path",{d:"M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z"}]]],M3=["svg",h,[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19"}]]],b=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]]],p3=["svg",h,[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]]],n3=["svg",h,[["path",{d:"m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21"}],["path",{d:"M22 21H7"}],["path",{d:"m5 11 9 9"}]]],e3=["svg",h,[["path",{d:"M4 10h12"}],["path",{d:"M4 14h9"}],["path",{d:"M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2"}]]],i3=["svg",h,[["path",{d:"m21 21-6-6m6 6v-4.8m0 4.8h-4.8"}],["path",{d:"M3 16.2V21m0 0h4.8M3 21l6-6"}],["path",{d:"M21 7.8V3m0 0h-4.8M21 3l-6 6"}],["path",{d:"M3 7.8V3m0 0h4.8M3 3l6 6"}]]],l3=["svg",h,[["path",{d:"M15 3h6v6"}],["path",{d:"M10 14 21 3"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}]]],v3=["svg",h,[["path",{d:"M9.88 9.88a3 3 0 1 0 4.24 4.24"}],["path",{d:"M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68"}],["path",{d:"M6.61 6.61A13.526 13.526 0 0 0 2 12s3 7 10 7a9.74 9.74 0 0 0 5.39-1.61"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],o3=["svg",h,[["path",{d:"M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z"}],["circle",{cx:"12",cy:"12",r:"3"}]]],s3=["svg",h,[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]]],g3=["svg",h,[["path",{d:"M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M17 18h1"}],["path",{d:"M12 18h1"}],["path",{d:"M7 18h1"}]]],r3=["svg",h,[["path",{d:"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z"}],["path",{d:"M12 12v.01"}]]],y3=["svg",h,[["polygon",{points:"13 19 22 12 13 5 13 19"}],["polygon",{points:"2 19 11 12 2 5 2 19"}]]],$3=["svg",h,[["path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}],["line",{x1:"16",x2:"2",y1:"8",y2:"22"}],["line",{x1:"17.5",x2:"9",y1:"15",y2:"15"}]]],m3=["svg",h,[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}],["path",{d:"M6 8h4"}],["path",{d:"M6 18h4"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}],["path",{d:"M14 8h4"}],["path",{d:"M14 18h4"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}]]],H3=["svg",h,[["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M12 2v4"}],["path",{d:"m6.8 15-3.5 2"}],["path",{d:"m20.7 7-3.5 2"}],["path",{d:"M6.8 9 3.3 7"}],["path",{d:"m20.7 17-3.5-2"}],["path",{d:"m9 22 3-8 3 8"}],["path",{d:"M8 22h8"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0"}]]],u3=["svg",h,[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"}]]],C3=["svg",h,[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v18"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"10",cy:"20",r:"2"}],["path",{d:"M10 7V6"}],["path",{d:"M10 12v-1"}],["path",{d:"M10 18v-2"}]]],V3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"3",cy:"17",r:"1"}],["path",{d:"M2 17v-3a4 4 0 0 1 8 0v3"}],["circle",{cx:"9",cy:"17",r:"1"}]]],w3=["svg",h,[["path",{d:"M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0"}]]],z=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m8 18 4-4"}],["path",{d:"M8 10v8h8"}]]],S3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m14 12.5 1 5.5-3-1-3 1 1-5.5"}]]],A3=["svg",h,[["path",{d:"M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"}],["path",{d:"M7 16.5 8 22l-3-1-3 1 1-5.5"}]]],L3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 18v-1"}],["path",{d:"M12 18v-6"}],["path",{d:"M16 18v-3"}]]],f3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 18v-2"}],["path",{d:"M12 18v-4"}],["path",{d:"M16 18v-6"}]]],x3=["svg",h,[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z"}],["path",{d:"M7 17v5"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8"}]]],k3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m3 15 2 2 4-4"}]]],Z3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m9 15 2 2 4-4"}]]],P3=["svg",h,[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"8",cy:"16",r:"6"}],["path",{d:"M9.5 17.5 8 16.25V14"}]]],F3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m5 12-3 3 3 3"}],["path",{d:"m9 18 3-3-3-3"}]]],B3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m10 13-2 2 2 2"}],["path",{d:"m14 17 2-2-2-2"}]]],U=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"6",cy:"14",r:"3"}],["path",{d:"M6 10v1"}],["path",{d:"M6 17v1"}],["path",{d:"M10 14H9"}],["path",{d:"M3 14H2"}],["path",{d:"m9 11-.88.88"}],["path",{d:"M3.88 16.12 3 17"}],["path",{d:"m9 17-.88-.88"}],["path",{d:"M3.88 11.88 3 11"}]]],D3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M9 10h6"}],["path",{d:"M12 13V7"}],["path",{d:"M9 17h6"}]]],R3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["rect",{width:"4",height:"6",x:"2",y:"12",rx:"2"}],["path",{d:"M10 12h2v6"}],["path",{d:"M10 18h4"}]]],T3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M12 18v-6"}],["path",{d:"m9 15 3 3 3-3"}]]],b3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z"}]]],z3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"10",cy:"13",r:"2"}],["path",{d:"m20 17-1.1-1.1a2 2 0 0 0-2.81.01L10 22"}]]],U3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M2 15h10"}],["path",{d:"m9 18 3-3-3-3"}]]],q3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1"}],["path",{d:"M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1"}]]],O3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1"}],["path",{d:"M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1"}]]],G3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"4",cy:"16",r:"2"}],["path",{d:"m10 10-4.5 4.5"}],["path",{d:"m9 11 1 1"}]]],W3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["circle",{cx:"10",cy:"16",r:"2"}],["path",{d:"m16 10-4.5 4.5"}],["path",{d:"m15 11 1 1"}]]],E3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17"}]]],I3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["rect",{width:"8",height:"5",x:"2",y:"13",rx:"1"}],["path",{d:"M8 13v-2a2 2 0 1 0-4 0v2"}]]],X3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["rect",{width:"8",height:"6",x:"8",y:"12",rx:"1"}],["path",{d:"M10 12v-2a2 2 0 1 1 4 0v2"}]]],N3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M3 15h6"}]]],K3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M9 15h6"}]]],J3=["svg",h,[["circle",{cx:"14",cy:"16",r:"2"}],["circle",{cx:"6",cy:"18",r:"2"}],["path",{d:"M4 12.4V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-7.5"}],["path",{d:"M8 18v-7.7L16 9v7"}]]],Q3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M2 15h10"}],["path",{d:"m5 12-3 3 3 3"}]]],q=["svg",h,[["path",{d:"m18 5-3-3H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2"}],["path",{d:"M8 18h1"}],["path",{d:"M18.4 9.6a2 2 0 1 1 3 3L17 17l-4 1 1-4Z"}]]],O=["svg",h,[["path",{d:"M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v10"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M10.4 12.6a2 2 0 1 1 3 3L8 21l-4 1 1-4Z"}]]],j3=["svg",h,[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M4 11.5a6.02 6.02 0 1 0 8.5 8.5"}],["path",{d:"M14 16c0-3.3-2.7-6-6-6v6Z"}]]],Y3=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M3 15h6"}],["path",{d:"M6 12v6"}]]],_3=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M9 15h6"}],["path",{d:"M12 18v-6"}]]],ac=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M10 10.3c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2"}],["path",{d:"M12 17h.01"}]]],hc=["svg",h,[["path",{d:"M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M16 14a2 2 0 0 0-2 2"}],["path",{d:"M20 14a2 2 0 0 1 2 2"}],["path",{d:"M20 22a2 2 0 0 0 2-2"}],["path",{d:"M16 22a2 2 0 0 1-2-2"}]]],tc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5"}],["path",{d:"M13.3 16.3 15 18"}]]],dc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["circle",{cx:"5",cy:"14",r:"3"}],["path",{d:"m9 18-1.5-1.5"}]]],cc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 12h8"}],["path",{d:"M10 11v2"}],["path",{d:"M8 17h8"}],["path",{d:"M14 16v2"}]]],Mc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 13h2"}],["path",{d:"M14 13h2"}],["path",{d:"M8 17h2"}],["path",{d:"M14 17h2"}]]],pc=["svg",h,[["path",{d:"M21 7h-3a2 2 0 0 1-2-2V2"}],["path",{d:"M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z"}],["path",{d:"M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15"}],["path",{d:"M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11"}]]],nc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m10 18 3-3-3-3"}],["path",{d:"M4 18v-1a2 2 0 0 1 2-2h6"}]]],ec=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m8 16 2-2-2-2"}],["path",{d:"M12 18h4"}]]],ic=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]]],lc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M2 13v-1h6v1"}],["path",{d:"M5 12v6"}],["path",{d:"M4 18h2"}]]],vc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M9 13v-1h6v1"}],["path",{d:"M12 12v6"}],["path",{d:"M11 18h2"}]]],oc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M12 12v6"}],["path",{d:"m15 15-3-3-3 3"}]]],sc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["rect",{width:"8",height:"6",x:"2",y:"12",rx:"1"}],["path",{d:"m10 15.5 4 2.5v-6l-4 2.5"}]]],gc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m10 11 5 3-5 3v-6Z"}]]],rc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 15h.01"}],["path",{d:"M11.5 13.5a2.5 2.5 0 0 1 0 3"}],["path",{d:"M15 12a5 5 0 0 1 0 6"}]]],yc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m7 10-3 2H2v4h2l3 2Z"}],["path",{d:"M11 11a5 5 0 0 1 0 6"}]]],$c=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]]],mc=["svg",h,[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m8 12.5-5 5"}],["path",{d:"m3 12.5 5 5"}]]],Hc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}],["path",{d:"m14.5 12.5-5 5"}],["path",{d:"m9.5 12.5 5 5"}]]],uc=["svg",h,[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4"}]]],Cc=["svg",h,[["path",{d:"M20 7h-3a2 2 0 0 1-2-2V2"}],["path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z"}],["path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8"}]]],Vc=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 3v18"}],["path",{d:"M3 7.5h4"}],["path",{d:"M3 12h18"}],["path",{d:"M3 16.5h4"}],["path",{d:"M17 3v18"}],["path",{d:"M17 7.5h4"}],["path",{d:"M17 16.5h4"}]]],wc=["svg",h,[["path",{d:"M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055"}],["path",{d:"m22 3-5 5"}],["path",{d:"m17 3 5 5"}]]],Sc=["svg",h,[["polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}]]],Ac=["svg",h,[["path",{d:"M2 12C2 6.5 6.5 2 12 2a10 10 0 0 1 8 4"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12c0-.7.12-1.37.34-2"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02"}],["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88"}],["path",{d:"M2 16h.01"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2c0 .47 0 1.17-.02 2"}]]],Lc=["svg",h,[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5"}],["path",{d:"M9 18h8"}],["path",{d:"M18 3h-3"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11"}],["path",{d:"M5 13h4"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z"}]]],fc=["svg",h,[["path",{d:"M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20"}]]],xc=["svg",h,[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]]],kc=["svg",h,[["path",{d:"M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z"}],["path",{d:"M18 12v.5"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33"}],["path",{d:"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98"}]]],Zc=["svg",h,[["path",{d:"M8 2c3 0 5 2 8 2s4-1 4-1v11"}],["path",{d:"M4 22V4"}],["path",{d:"M4 15s1-1 4-1 5 2 8 2"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Pc=["svg",h,[["path",{d:"M17 22V2L7 7l10 5"}]]],Fc=["svg",h,[["path",{d:"M7 22V2l10 5-10 5"}]]],Bc=["svg",h,[["path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}],["line",{x1:"4",x2:"4",y1:"22",y2:"15"}]]],Dc=["svg",h,[["path",{d:"M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z"}],["path",{d:"m5 22 14-4"}],["path",{d:"m5 18 14 4"}]]],Rc=["svg",h,[["path",{d:"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"}]]],Tc=["svg",h,[["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4"}],["path",{d:"M7 2h11v4c0 2-2 2-2 4v1"}],["line",{x1:"11",x2:"18",y1:"6",y2:"6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],bc=["svg",h,[["path",{d:"M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z"}],["line",{x1:"6",x2:"18",y1:"6",y2:"6"}],["line",{x1:"12",x2:"12",y1:"12",y2:"12"}]]],zc=["svg",h,[["path",{d:"M10 10 4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-1.272-2.542"}],["path",{d:"M10 2v2.343"}],["path",{d:"M14 2v6.343"}],["path",{d:"M8.5 2h7"}],["path",{d:"M7 16h9"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Uc=["svg",h,[["path",{d:"M10 2v7.527a2 2 0 0 1-.211.896L4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-5.069-10.127A2 2 0 0 1 14 9.527V2"}],["path",{d:"M8.5 2h7"}],["path",{d:"M7 16h10"}]]],qc=["svg",h,[["path",{d:"M10 2v7.31"}],["path",{d:"M14 9.3V1.99"}],["path",{d:"M8.5 2h7"}],["path",{d:"M14 9.3a6.5 6.5 0 1 1-4 0"}],["path",{d:"M5.52 16h12.96"}]]],Oc=["svg",h,[["path",{d:"m3 7 5 5-5 5V7"}],["path",{d:"m21 7-5 5 5 5V7"}],["path",{d:"M12 20v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 2v2"}]]],Gc=["svg",h,[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3"}],["path",{d:"M12 20v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 2v2"}]]],Wc=["svg",h,[["path",{d:"m17 3-5 5-5-5h10"}],["path",{d:"m17 21-5-5-5 5h10"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]]],Ec=["svg",h,[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]]],Ic=["svg",h,[["path",{d:"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1"}],["circle",{cx:"12",cy:"8",r:"2"}],["path",{d:"M12 10v12"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z"}]]],Xc=["svg",h,[["path",{d:"M12 7.5a4.5 4.5 0 1 1 4.5 4.5M12 7.5A4.5 4.5 0 1 0 7.5 12M12 7.5V9m-4.5 3a4.5 4.5 0 1 0 4.5 4.5M7.5 12H9m7.5 0a4.5 4.5 0 1 1-4.5 4.5m4.5-4.5H15m-3 4.5V15"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m8 16 1.5-1.5"}],["path",{d:"M14.5 9.5 16 8"}],["path",{d:"m8 8 1.5 1.5"}],["path",{d:"M14.5 14.5 16 16"}]]],Nc=["svg",h,[["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}]]],Kc=["svg",h,[["path",{d:"M2 12h6"}],["path",{d:"M22 12h-6"}],["path",{d:"M12 2v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 20v2"}],["path",{d:"m19 9-3 3 3 3"}],["path",{d:"m5 15 3-3-3-3"}]]],Jc=["svg",h,[["path",{d:"M12 22v-6"}],["path",{d:"M12 8V2"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}],["path",{d:"m15 19-3-3-3 3"}],["path",{d:"m15 5-3 3-3-3"}]]],Qc=["svg",h,[["circle",{cx:"15",cy:"19",r:"2"}],["path",{d:"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1"}],["path",{d:"M15 11v-1"}],["path",{d:"M15 17v-2"}]]],jc=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"m9 13 2 2 4-4"}]]],Yc=["svg",h,[["circle",{cx:"16",cy:"16",r:"6"}],["path",{d:"M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2"}],["path",{d:"M16 14v2l1 1"}]]],_c=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"M2 10h20"}]]],G=["svg",h,[["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.3"}],["path",{d:"m21.7 19.4-.9-.3"}],["path",{d:"m15.2 16.9-.9-.3"}],["path",{d:"m16.6 21.7.3-.9"}],["path",{d:"m19.1 15.2.3-.9"}],["path",{d:"m19.6 21.7-.4-1"}],["path",{d:"m16.8 15.3-.4-1"}],["path",{d:"m14.3 19.6 1-.4"}],["path",{d:"m20.7 16.8 1-.4"}]]],a6=["svg",h,[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z"}],["circle",{cx:"12",cy:"13",r:"1"}]]],h6=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"M12 10v6"}],["path",{d:"m15 13-3 3-3-3"}]]],t6=["svg",h,[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5"}],["circle",{cx:"13",cy:"12",r:"2"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8"}],["circle",{cx:"20",cy:"19",r:"2"}]]],d6=["svg",h,[["circle",{cx:"12",cy:"13",r:"2"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"M14 13h3"}],["path",{d:"M7 13h3"}]]],c6=["svg",h,[["path",{d:"M11 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.5"}],["path",{d:"M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01v0c.95.95 1 2.53-.2 3.74L17.5 21Z"}]]],M6=["svg",h,[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1"}],["path",{d:"M2 13h10"}],["path",{d:"m9 16 3-3-3-3"}]]],p6=["svg",h,[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z"}],["path",{d:"M8 10v4"}],["path",{d:"M12 10v2"}],["path",{d:"M16 10v6"}]]],n6=["svg",h,[["circle",{cx:"16",cy:"20",r:"2"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2"}],["path",{d:"m22 14-4.5 4.5"}],["path",{d:"m21 15 1 1"}]]],e6=["svg",h,[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2"}]]],i6=["svg",h,[["path",{d:"M9 13h6"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]]],l6=["svg",h,[["path",{d:"m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2"}],["circle",{cx:"14",cy:"15",r:"1"}]]],v6=["svg",h,[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"}]]],o6=["svg",h,[["path",{d:"M2 7.5V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2"}],["path",{d:"M2 13h10"}],["path",{d:"m5 10-3 3 3 3"}]]],W=["svg",h,[["path",{d:"M8.4 10.6a2 2 0 0 1 3 3L6 19l-4 1 1-4Z"}],["path",{d:"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5"}]]],s6=["svg",h,[["path",{d:"M12 10v6"}],["path",{d:"M9 13h6"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]]],g6=["svg",h,[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z"}],["circle",{cx:"12",cy:"13",r:"2"}],["path",{d:"M12 15v5"}]]],r6=["svg",h,[["circle",{cx:"11.5",cy:"12.5",r:"2.5"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"M13.3 14.3 15 16"}]]],y6=["svg",h,[["circle",{cx:"17",cy:"17",r:"3"}],["path",{d:"M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1"}],["path",{d:"m21 21-1.5-1.5"}]]],$6=["svg",h,[["path",{d:"M2 9V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2"}],["path",{d:"m8 16 3-3-3-3"}],["path",{d:"M2 16v-1a2 2 0 0 1 2-2h6"}]]],m6=["svg",h,[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5"}],["path",{d:"M12 10v4h4"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5"}],["path",{d:"M22 22v-4h-4"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5"}]]],H6=["svg",h,[["path",{d:"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z"}],["path",{d:"M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3"}]]],u6=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"M12 10v6"}],["path",{d:"m9 13 3-3 3 3"}]]],C6=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}],["path",{d:"m9.5 10.5 5 5"}],["path",{d:"m14.5 10.5-5 5"}]]],V6=["svg",h,[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]]],w6=["svg",h,[["path",{d:"M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z"}],["path",{d:"M2 8v11a2 2 0 0 0 2 2h14"}]]],S6=["svg",h,[["path",{d:"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z"}],["path",{d:"M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z"}],["path",{d:"M16 17h4"}],["path",{d:"M4 13h4"}]]],A6=["svg",h,[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5"}],["circle",{cx:"13",cy:"19",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5"}]]],L6=["svg",h,[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}],["path",{d:"M12 12h.01"}],["path",{d:"M17 12h.01"}],["path",{d:"M7 12h.01"}]]],f6=["svg",h,[["polyline",{points:"15 17 20 12 15 7"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]]],x6=["svg",h,[["line",{x1:"22",x2:"2",y1:"6",y2:"6"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22"}]]],k6=["svg",h,[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]]],Z6=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]]],P6=["svg",h,[["line",{x1:"3",x2:"15",y1:"22",y2:"22"}],["line",{x1:"4",x2:"14",y1:"9",y2:"9"}],["path",{d:"M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18"}],["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2h0a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5"}]]],F6=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1"}]]],B6=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3"}],["path",{d:"M9 11.2h5.7"}]]],D6=["svg",h,[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]]],R6=["svg",h,[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]]],T6=["svg",h,[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2"}],["path",{d:"M4 21h1"}],["path",{d:"M9 21h1"}],["path",{d:"M14 21h1"}],["path",{d:"M19 21h1"}]]],b6=["svg",h,[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]]],z6=["svg",h,[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]]],U6=["svg",h,[["line",{x1:"6",x2:"10",y1:"11",y2:"11"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z"}]]],q6=["svg",h,[["line",{x1:"6",x2:"10",y1:"12",y2:"12"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]]],l=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]]],O6=["svg",h,[["path",{d:"M8 6h10"}],["path",{d:"M6 12h9"}],["path",{d:"M11 18h7"}]]],G6=["svg",h,[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M13.4 10.6 19 5"}]]],W6=["svg",h,[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]]],E6=["svg",h,[["path",{d:"m14.5 12.5-8 8a2.119 2.119 0 1 1-3-3l8-8"}],["path",{d:"m16 16 6-6"}],["path",{d:"m8 8 6-6"}],["path",{d:"m9 7 8 8"}],["path",{d:"m21 11-8-8"}]]],I6=["svg",h,[["path",{d:"M6 3h12l4 6-10 13L2 9Z"}],["path",{d:"M11 3 8 9l4 13 4-13-3-6"}],["path",{d:"M2 9h20"}]]],X6=["svg",h,[["path",{d:"M9 10h.01"}],["path",{d:"M15 10h.01"}],["path",{d:"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z"}]]],N6=["svg",h,[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1"}],["path",{d:"M12 8v13"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5"}]]],K6=["svg",h,[["path",{d:"M6 3v12"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"}],["path",{d:"M15 6a9 9 0 0 0-9 9"}],["path",{d:"M18 15v6"}],["path",{d:"M21 18h-6"}]]],J6=["svg",h,[["line",{x1:"6",x2:"6",y1:"3",y2:"15"}],["circle",{cx:"18",cy:"6",r:"3"}],["circle",{cx:"6",cy:"18",r:"3"}],["path",{d:"M18 9a9 9 0 0 1-9 9"}]]],E=["svg",h,[["circle",{cx:"12",cy:"12",r:"3"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12"}]]],Q6=["svg",h,[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]]],j6=["svg",h,[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7"}],["path",{d:"m15 9-3-3 3-3"}],["circle",{cx:"19",cy:"18",r:"3"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9"}],["path",{d:"m9 15 3 3-3 3"}]]],Y6=["svg",h,[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9"}]]],_6=["svg",h,[["circle",{cx:"12",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["circle",{cx:"18",cy:"6",r:"3"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"}],["path",{d:"M12 12v3"}]]],a8=["svg",h,[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v6"}],["circle",{cx:"5",cy:"18",r:"3"}],["path",{d:"M12 3v18"}],["circle",{cx:"19",cy:"6",r:"3"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9"}]]],h8=["svg",h,[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9"}]]],t8=["svg",h,[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v12"}],["circle",{cx:"19",cy:"18",r:"3"}],["path",{d:"m15 9-3-3 3-3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7"}]]],d8=["svg",h,[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 9v12"}],["path",{d:"m21 3-6 6"}],["path",{d:"m21 9-6-6"}],["path",{d:"M18 11.5V15"}],["circle",{cx:"18",cy:"18",r:"3"}]]],c8=["svg",h,[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v12"}],["path",{d:"m15 9-3-3 3-3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3"}],["path",{d:"M19 15v6"}],["path",{d:"M22 18h-6"}]]],M8=["svg",h,[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 9v12"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3"}],["path",{d:"M18 15v6"}],["path",{d:"M21 18h-6"}]]],p8=["svg",h,[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M18 6V5"}],["path",{d:"M18 11v-1"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]]],n8=["svg",h,[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]]],e8=["svg",h,[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"}],["path",{d:"M9 18c-4.51 2-5-2-7-2"}]]],i8=["svg",h,[["path",{d:"m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z"}]]],l8=["svg",h,[["path",{d:"M15.2 22H8.8a2 2 0 0 1-2-1.79L5 3h14l-1.81 17.21A2 2 0 0 1 15.2 22Z"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0"}]]],v8=["svg",h,[["circle",{cx:"6",cy:"15",r:"4"}],["circle",{cx:"18",cy:"15",r:"4"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2"}]]],o8=["svg",h,[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54"}],["path",{d:"M7 3.34V5a3 3 0 0 0 3 3v0a2 2 0 0 1 2 2v0c0 1.1.9 2 2 2v0a2 2 0 0 0 2-2v0c0-1.1.9-2 2-2h3.17"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2v0a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05"}],["circle",{cx:"12",cy:"12",r:"10"}]]],s8=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"}],["path",{d:"M2 12h20"}]]],g8=["svg",h,[["path",{d:"M12 13V2l8 4-8 4"}],["path",{d:"M20.55 10.23A9 9 0 1 1 8 4.94"}],["path",{d:"M8 10a5 5 0 1 0 8.9 2.02"}]]],r8=["svg",h,[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1.4"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v2"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v5"}],["path",{d:"M6 14v0a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0"}],["path",{d:"M18 11v0a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0"}]]],y8=["svg",h,[["path",{d:"M22 10v6M2 10l10-5 10 5-10 5z"}],["path",{d:"M6 12v5c3 3 9 3 12 0v-5"}]]],$8=["svg",h,[["path",{d:"M22 5V2l-5.89 5.89"}],["circle",{cx:"16.6",cy:"15.89",r:"3"}],["circle",{cx:"8.11",cy:"7.4",r:"3"}],["circle",{cx:"12.35",cy:"11.65",r:"3"}],["circle",{cx:"13.91",cy:"5.85",r:"3"}],["circle",{cx:"18.15",cy:"10.09",r:"3"}],["circle",{cx:"6.56",cy:"13.2",r:"3"}],["circle",{cx:"10.8",cy:"17.44",r:"3"}],["circle",{cx:"5",cy:"19",r:"3"}]]],I=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}],["path",{d:"M12 3v18"}]]],v=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]]],m8=["svg",h,[["circle",{cx:"12",cy:"9",r:"1"}],["circle",{cx:"19",cy:"9",r:"1"}],["circle",{cx:"5",cy:"9",r:"1"}],["circle",{cx:"12",cy:"15",r:"1"}],["circle",{cx:"19",cy:"15",r:"1"}],["circle",{cx:"5",cy:"15",r:"1"}]]],H8=["svg",h,[["circle",{cx:"9",cy:"12",r:"1"}],["circle",{cx:"9",cy:"5",r:"1"}],["circle",{cx:"9",cy:"19",r:"1"}],["circle",{cx:"15",cy:"12",r:"1"}],["circle",{cx:"15",cy:"5",r:"1"}],["circle",{cx:"15",cy:"19",r:"1"}]]],u8=["svg",h,[["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"19",cy:"5",r:"1"}],["circle",{cx:"5",cy:"5",r:"1"}],["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}],["circle",{cx:"19",cy:"19",r:"1"}],["circle",{cx:"5",cy:"19",r:"1"}]]],C8=["svg",h,[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1"}]]],V8=["svg",h,[["path",{d:"m20 7 1.7-1.7a1 1 0 0 0 0-1.4l-1.6-1.6a1 1 0 0 0-1.4 0L17 4v3Z"}],["path",{d:"m17 7-5.1 5.1"}],["circle",{cx:"11.5",cy:"12.5",r:".5",fill:"currentColor"}],["path",{d:"M6 12a2 2 0 0 0 1.8-1.2l.4-.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4"}],["path",{d:"m6 16 2 2"}]]],w8=["svg",h,[["path",{d:"m15 12-8.5 8.5c-.83.83-2.17.83-3 0 0 0 0 0 0 0a2.12 2.12 0 0 1 0-3L12 9"}],["path",{d:"M17.64 15 22 10.64"}],["path",{d:"m20.91 11.7-1.25-1.25c-.6-.6-.93-1.4-.93-2.25v-.86L16.01 4.6a5.56 5.56 0 0 0-3.94-1.64H9l.92.82A6.18 6.18 0 0 1 12 8.4v1.56l2 2h2.47l2.26 1.91"}]]],S8=["svg",h,[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17"}],["path",{d:"m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9"}],["path",{d:"m2 16 6 6"}],["circle",{cx:"16",cy:"9",r:"2.9"}],["circle",{cx:"6",cy:"5",r:"3"}]]],A8=["svg",h,[["path",{d:"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16"}],["path",{d:"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9"}],["path",{d:"m2 15 6 6"}],["path",{d:"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z"}]]],X=["svg",h,[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14"}],["path",{d:"m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9"}],["path",{d:"m2 13 6 6"}]]],L8=["svg",h,[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1.4"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9"}],["path",{d:"m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5"}]]],f8=["svg",h,[["path",{d:"M12 3V2"}],["path",{d:"M5 10a7.1 7.1 0 0 1 14 0"}],["path",{d:"M4 10h16"}],["path",{d:"M2 14h12a2 2 0 1 1 0 4h-2"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 0 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2L5 18"}],["path",{d:"M5 14v7H2"}]]],x8=["svg",h,[["path",{d:"M18 11V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v2"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v8"}],["path",{d:"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15"}]]],k8=["svg",h,[["path",{d:"M12 2v8"}],["path",{d:"m16 6-4 4-4-4"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 18h.01"}]]],Z8=["svg",h,[["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M12 2v8"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 18h.01"}]]],P8=["svg",h,[["line",{x1:"22",x2:"2",y1:"12",y2:"12"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16"}]]],F8=["svg",h,[["path",{d:"M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z"}],["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6h0"}],["path",{d:"M14 6h0a6 6 0 0 1 6 6v3"}]]],B8=["svg",h,[["line",{x1:"4",x2:"20",y1:"9",y2:"9"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21"}]]],D8=["svg",h,[["path",{d:"m5.2 6.2 1.4 1.4"}],["path",{d:"M2 13h2"}],["path",{d:"M20 13h2"}],["path",{d:"m17.4 7.6 1.4-1.4"}],["path",{d:"M22 17H2"}],["path",{d:"M22 21H2"}],["path",{d:"M16 13a4 4 0 0 0-8 0"}],["path",{d:"M12 5V2.5"}]]],R8=["svg",h,[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z"}],["path",{d:"M7.5 12h9"}]]],T8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]]],b8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"}]]],z8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2"}]]],U8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17 10v4h4"}],["path",{d:"M21 10v8"}]]],q8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17 13v-3h4"}],["path",{d:"M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17"}]]],O8=["svg",h,[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["circle",{cx:"19",cy:"16",r:"2"}],["path",{d:"M20 10c-2 2-3 3.5-3 6"}]]],G8=["svg",h,[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]]],W8=["svg",h,[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3"}]]],E8=["svg",h,[["path",{d:"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5"}]]],I8=["svg",h,[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"}],["path",{d:"m12 13-1-1 2-2-3-3 2-2"}]]],X8=["svg",h,[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"}],["path",{d:"M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08v0c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66"}],["path",{d:"m18 15-2-2"}],["path",{d:"m15 18-2-2"}]]],N8=["svg",h,[["line",{x1:"2",y1:"2",x2:"22",y2:"22"}],["path",{d:"M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35"}],["path",{d:"M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17"}]]],K8=["svg",h,[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"}],["path",{d:"M3.22 12H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27"}]]],J8=["svg",h,[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"}]]],Q8=["svg",h,[["path",{d:"M11 8c2-3-2-3 0-6"}],["path",{d:"M15.5 8c2-3-2-3 0-6"}],["path",{d:"M6 10h.01"}],["path",{d:"M6 14h.01"}],["path",{d:"M10 16v-4"}],["path",{d:"M14 16v-4"}],["path",{d:"M18 16v-4"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3"}],["path",{d:"M5 20v2"}],["path",{d:"M19 20v2"}]]],j8=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]]],Y8=["svg",h,[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}]]],_8=["svg",h,[["path",{d:"m9 11-6 6v3h9l3-3"}],["path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4"}]]],a7=["svg",h,[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M12 7v5l4 2"}]]],h7=["svg",h,[["path",{d:"m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}],["polyline",{points:"9 22 9 12 15 12 15 22"}]]],t7=["svg",h,[["path",{d:"M17.5 5.5C19 7 20.5 9 21 11c-1.323.265-2.646.39-4.118.226"}],["path",{d:"M5.5 17.5C7 19 9 20.5 11 21c.5-2.5.5-5-1-8.5"}],["path",{d:"M17.5 17.5c-2.5 0-4 0-6-1"}],["path",{d:"M20 11.5c1 1.5 2 3.5 2 4.5"}],["path",{d:"M11.5 20c1.5 1 3.5 2 4.5 2 .5-1.5 0-3-.5-4.5"}],["path",{d:"M22 22c-2 0-3.5-.5-5.5-1.5"}],["path",{d:"M4.783 4.782C1.073 8.492 1 14.5 5 18c1-1 2-4.5 1.5-6.5 1.5 1 4 1 5.5.5M8.227 2.57C11.578 1.335 15.453 2.089 18 5c-.88.88-3.7 1.761-5.726 1.618"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],d7=["svg",h,[["path",{d:"M17.5 5.5C19 7 20.5 9 21 11c-2.5.5-5 .5-8.5-1"}],["path",{d:"M5.5 17.5C7 19 9 20.5 11 21c.5-2.5.5-5-1-8.5"}],["path",{d:"M16.5 11.5c1 2 1 3.5 1 6-2.5 0-4 0-6-1"}],["path",{d:"M20 11.5c1 1.5 2 3.5 2 4.5-1.5.5-3 0-4.5-.5"}],["path",{d:"M11.5 20c1.5 1 3.5 2 4.5 2 .5-1.5 0-3-.5-4.5"}],["path",{d:"M20.5 16.5c1 2 1.5 3.5 1.5 5.5-2 0-3.5-.5-5.5-1.5"}],["path",{d:"M4.783 4.782C8.493 1.072 14.5 1 18 5c-1 1-4.5 2-6.5 1.5 1 1.5 1 4 .5 5.5-1.5.5-4 .5-5.5-.5C7 13.5 6 17 5 18c-4-3.5-3.927-9.508-.217-13.218Z"}],["path",{d:"M4.5 4.5 3 3c-.184-.185-.184-.816 0-1"}]]],c7=["svg",h,[["path",{d:"M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"}],["path",{d:"m9 16 .348-.24c1.465-1.013 3.84-1.013 5.304 0L15 16"}],["path",{d:"M8 7h.01"}],["path",{d:"M16 7h.01"}],["path",{d:"M12 7h.01"}],["path",{d:"M12 11h.01"}],["path",{d:"M16 11h.01"}],["path",{d:"M8 11h.01"}],["path",{d:"M10 22v-6.5m4 0V22"}]]],M7=["svg",h,[["path",{d:"M5 22h14"}],["path",{d:"M5 2h14"}],["path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2"}]]],p7=["svg",h,[["path",{d:"M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6Zm-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0"}]]],n7=["svg",h,[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11"}],["path",{d:"M17 7A5 5 0 0 0 7 7"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4"}]]],e7=["svg",h,[["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10.8"}],["path",{d:"m21 15-3.1-3.1a2 2 0 0 0-2.814.014L6 21"}],["path",{d:"m14 19.5 3 3v-6"}],["path",{d:"m17 22.5 3-3"}]]],i7=["svg",h,[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]]],l7=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15"}],["path",{d:"M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9"}]]],v7=["svg",h,[["path",{d:"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5"}],["line",{x1:"19",x2:"19",y1:"2",y2:"8"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]]],o7=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]]],s7=["svg",h,[["path",{d:"M12 3v12"}],["path",{d:"m8 11 4 4 4-4"}],["path",{d:"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4"}]]],g7=["svg",h,[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}]]],r7=["svg",h,[["polyline",{points:"3 8 7 12 3 16"}],["line",{x1:"21",x2:"11",y1:"12",y2:"12"}],["line",{x1:"21",x2:"11",y1:"6",y2:"6"}],["line",{x1:"21",x2:"11",y1:"18",y2:"18"}]]],y7=["svg",h,[["path",{d:"M6 3h12"}],["path",{d:"M6 8h12"}],["path",{d:"m6 13 8.5 8"}],["path",{d:"M6 13h3"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10"}]]],$7=["svg",h,[["path",{d:"M12 12c-2-2.67-4-4-6-4a4 4 0 1 0 0 8c2 0 4-1.33 6-4Zm0 0c2 2.67 4 4 6 4a4 4 0 0 0 0-8c-2 0-4 1.33-6 4Z"}]]],m7=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]]],H7=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7h.01"}],["path",{d:"M17 7h.01"}],["path",{d:"M7 17h.01"}],["path",{d:"M17 17h.01"}]]],u7=["svg",h,[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5"}]]],C7=["svg",h,[["line",{x1:"19",x2:"10",y1:"4",y2:"4"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20"}]]],V7=["svg",h,[["path",{d:"M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8"}],["polyline",{points:"16 14 20 18 16 22"}]]],w7=["svg",h,[["path",{d:"M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4"}],["polyline",{points:"8 22 4 18 8 14"}]]],S7=["svg",h,[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]]],A7=["svg",h,[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z"}],["path",{d:"M6 15v-2"}],["path",{d:"M12 15V9"}],["circle",{cx:"12",cy:"6",r:"3"}]]],N=["svg",h,[["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}],["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M9 3h1"}],["path",{d:"M14 3h1"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 9v1"}],["path",{d:"M21 14v1"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M14 21h1"}],["path",{d:"M9 21h1"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M3 14v1"}],["path",{d:"M3 9v1"}]]],K=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]]],L7=["svg",h,[["path",{d:"M6 5v11"}],["path",{d:"M12 5v6"}],["path",{d:"M18 5v14"}]]],f7=["svg",h,[["path",{d:"M2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4a6.5 6.5 0 1 0-4-4Z"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"}]]],x7=["svg",h,[["path",{d:"M12.4 2.7c.9-.9 2.5-.9 3.4 0l5.5 5.5c.9.9.9 2.5 0 3.4l-3.7 3.7c-.9.9-2.5.9-3.4 0L8.7 9.8c-.9-.9-.9-2.5 0-3.4Z"}],["path",{d:"m14 7 3 3"}],["path",{d:"M9.4 10.6 2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4"}]]],k7=["svg",h,[["circle",{cx:"7.5",cy:"15.5",r:"5.5"}],["path",{d:"m21 2-9.6 9.6"}],["path",{d:"m15.5 7.5 3 3L22 7l-3-3"}]]],Z7=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 8h4"}],["path",{d:"M14 8h.01"}],["path",{d:"M18 8h.01"}],["path",{d:"M2 12h20"}],["path",{d:"M6 12v4"}],["path",{d:"M10 12v4"}],["path",{d:"M14 12v4"}],["path",{d:"M18 12v4"}]]],P7=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",ry:"2"}],["path",{d:"M6 8h.001"}],["path",{d:"M10 8h.001"}],["path",{d:"M14 8h.001"}],["path",{d:"M18 8h.001"}],["path",{d:"M8 12h.001"}],["path",{d:"M12 12h.001"}],["path",{d:"M16 12h.001"}],["path",{d:"M7 16h10"}]]],F7=["svg",h,[["path",{d:"M12 2v5"}],["path",{d:"M6 7h12l4 9H2l4-9Z"}],["path",{d:"M9.17 16a3 3 0 1 0 5.66 0"}]]],B7=["svg",h,[["path",{d:"m14 5-3 3 2 7 8-8-7-2Z"}],["path",{d:"m14 5-3 3-3-3 3-3 3 3Z"}],["path",{d:"M9.5 6.5 4 12l3 6"}],["path",{d:"M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z"}]]],D7=["svg",h,[["path",{d:"M9 2h6l3 7H6l3-7Z"}],["path",{d:"M12 9v13"}],["path",{d:"M9 22h6"}]]],R7=["svg",h,[["path",{d:"M11 13h6l3 7H8l3-7Z"}],["path",{d:"M14 13V8a2 2 0 0 0-2-2H8"}],["path",{d:"M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z"}]]],T7=["svg",h,[["path",{d:"M11 4h6l3 7H8l3-7Z"}],["path",{d:"M14 11v5a2 2 0 0 1-2 2H8"}],["path",{d:"M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z"}]]],b7=["svg",h,[["path",{d:"M8 2h8l4 10H4L8 2Z"}],["path",{d:"M12 12v6"}],["path",{d:"M8 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H8Z"}]]],z7=["svg",h,[["path",{d:"m12 8 6-3-6-3v10"}],["path",{d:"m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12"}],["path",{d:"m6.49 12.85 11.02 6.3"}],["path",{d:"M17.51 12.85 6.5 19.15"}]]],U7=["svg",h,[["line",{x1:"3",x2:"21",y1:"22",y2:"22"}],["line",{x1:"6",x2:"6",y1:"18",y2:"11"}],["line",{x1:"10",x2:"10",y1:"18",y2:"11"}],["line",{x1:"14",x2:"14",y1:"18",y2:"11"}],["line",{x1:"18",x2:"18",y1:"18",y2:"11"}],["polygon",{points:"12 2 20 7 4 7"}]]],q7=["svg",h,[["path",{d:"m5 8 6 6"}],["path",{d:"m4 14 6-6 2-3"}],["path",{d:"M2 5h12"}],["path",{d:"M7 2h1"}],["path",{d:"m22 22-5-10-5 10"}],["path",{d:"M14 18h6"}]]],O7=["svg",h,[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]]],G7=["svg",h,[["path",{d:"M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16"}]]],W7=["svg",h,[["path",{d:"M7 22a5 5 0 0 1-2-4"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91"}],["path",{d:"M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"}],["path",{d:"M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14v0z"}]]],E7=["svg",h,[["path",{d:"M7 22a5 5 0 0 1-2-4"}],["path",{d:"M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"}]]],I7=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]]],X7=["svg",h,[["path",{d:"m16.02 12 5.48 3.13a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74L7.98 12"}],["path",{d:"M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74Z"}]]],N7=["svg",h,[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z"}],["path",{d:"m6.08 9.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59"}],["path",{d:"m6.08 14.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59"}]]],K7=["svg",h,[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z"}],["path",{d:"m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65"}],["path",{d:"m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65"}]]],J7=["svg",h,[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1"}]]],Q7=["svg",h,[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}]]],j7=["svg",h,[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}],["path",{d:"M14 4h7"}],["path",{d:"M14 9h7"}],["path",{d:"M14 15h7"}],["path",{d:"M14 20h7"}]]],Y7=["svg",h,[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}]]],_7=["svg",h,[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}]]],aM=["svg",h,[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1"}]]],hM=["svg",h,[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12"}]]],tM=["svg",h,[["path",{d:"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22"}],["path",{d:"M2 22 17 7"}]]],dM=["svg",h,[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1"}],["path",{d:"M7 3v18"}],["path",{d:"M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z"}]]],cM=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7v10"}],["path",{d:"M11 7v10"}],["path",{d:"m15 7 2 10"}]]],MM=["svg",h,[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]]],pM=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m4.93 4.93 4.24 4.24"}],["path",{d:"m14.83 9.17 4.24-4.24"}],["path",{d:"m14.83 14.83 4.24 4.24"}],["path",{d:"m9.17 14.83-4.24 4.24"}],["circle",{cx:"12",cy:"12",r:"4"}]]],nM=["svg",h,[["path",{d:"M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2"}],["path",{d:"M6 12h4"}],["path",{d:"M14 12h2v8"}],["path",{d:"M6 20h4"}],["path",{d:"M14 20h4"}]]],eM=["svg",h,[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5"}],["path",{d:"M9 18h6"}],["path",{d:"M10 22h4"}]]],iM=["svg",h,[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5"}],["path",{d:"M9 18h6"}],["path",{d:"M10 22h4"}]]],lM=["svg",h,[["path",{d:"M3 3v18h18"}],["path",{d:"m19 9-5 5-4-4-3 3"}]]],vM=["svg",h,[["path",{d:"M9 17H7A5 5 0 0 1 7 7"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],oM=["svg",h,[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]]],sM=["svg",h,[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}]]],gM=["svg",h,[["path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}],["rect",{width:"4",height:"12",x:"2",y:"9"}],["circle",{cx:"4",cy:"4",r:"2"}]]],rM=["svg",h,[["path",{d:"m3 17 2 2 4-4"}],["path",{d:"m3 7 2 2 4-4"}],["path",{d:"M13 6h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 18h8"}]]],yM=["svg",h,[["path",{d:"m3 10 2.5-2.5L3 5"}],["path",{d:"m3 19 2.5-2.5L3 14"}],["path",{d:"M10 6h11"}],["path",{d:"M10 12h11"}],["path",{d:"M10 18h11"}]]],$M=["svg",h,[["path",{d:"M16 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M10 18H3"}],["path",{d:"M21 6v10a2 2 0 0 1-2 2h-5"}],["path",{d:"m16 16-2 2 2 2"}]]],mM=["svg",h,[["path",{d:"M3 6h18"}],["path",{d:"M7 12h10"}],["path",{d:"M10 18h4"}]]],HM=["svg",h,[["path",{d:"M11 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M16 18H3"}],["path",{d:"M21 12h-6"}]]],uM=["svg",h,[["path",{d:"M21 15V6"}],["path",{d:"M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"}],["path",{d:"M12 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M12 18H3"}]]],CM=["svg",h,[["line",{x1:"10",x2:"21",y1:"6",y2:"6"}],["line",{x1:"10",x2:"21",y1:"12",y2:"12"}],["line",{x1:"10",x2:"21",y1:"18",y2:"18"}],["path",{d:"M4 6h1v4"}],["path",{d:"M4 10h2"}],["path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1"}]]],VM=["svg",h,[["path",{d:"M11 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M16 18H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]]],wM=["svg",h,[["path",{d:"M21 6H3"}],["path",{d:"M7 12H3"}],["path",{d:"M7 18H3"}],["path",{d:"M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14"}],["path",{d:"M11 10v4h4"}]]],SM=["svg",h,[["path",{d:"M16 12H3"}],["path",{d:"M16 18H3"}],["path",{d:"M10 6H3"}],["path",{d:"M21 18V8a2 2 0 0 0-2-2h-5"}],["path",{d:"m16 8-2-2 2-2"}]]],AM=["svg",h,[["rect",{x:"3",y:"5",width:"6",height:"6",rx:"1"}],["path",{d:"m3 17 2 2 4-4"}],["path",{d:"M13 6h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 18h8"}]]],LM=["svg",h,[["path",{d:"M21 12h-8"}],["path",{d:"M21 6H8"}],["path",{d:"M21 18h-8"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3"}]]],fM=["svg",h,[["path",{d:"M12 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M12 18H3"}],["path",{d:"m16 12 5 3-5 3v-6Z"}]]],xM=["svg",h,[["path",{d:"M11 12H3"}],["path",{d:"M16 6H3"}],["path",{d:"M16 18H3"}],["path",{d:"m19 10-4 4"}],["path",{d:"m15 10 4 4"}]]],kM=["svg",h,[["line",{x1:"8",x2:"21",y1:"6",y2:"6"}],["line",{x1:"8",x2:"21",y1:"12",y2:"12"}],["line",{x1:"8",x2:"21",y1:"18",y2:"18"}],["line",{x1:"3",x2:"3.01",y1:"6",y2:"6"}],["line",{x1:"3",x2:"3.01",y1:"12",y2:"12"}],["line",{x1:"3",x2:"3.01",y1:"18",y2:"18"}]]],ZM=["svg",h,[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]]],PM=["svg",h,[["line",{x1:"12",x2:"12",y1:"2",y2:"6"}],["line",{x1:"12",x2:"12",y1:"18",y2:"22"}],["line",{x1:"4.93",x2:"7.76",y1:"4.93",y2:"7.76"}],["line",{x1:"16.24",x2:"19.07",y1:"16.24",y2:"19.07"}],["line",{x1:"2",x2:"6",y1:"12",y2:"12"}],["line",{x1:"18",x2:"22",y1:"12",y2:"12"}],["line",{x1:"4.93",x2:"7.76",y1:"19.07",y2:"16.24"}],["line",{x1:"16.24",x2:"19.07",y1:"7.76",y2:"4.93"}]]],FM=["svg",h,[["line",{x1:"2",x2:"5",y1:"12",y2:"12"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}],["circle",{cx:"12",cy:"12",r:"7"}],["circle",{cx:"12",cy:"12",r:"3"}]]],BM=["svg",h,[["line",{x1:"2",x2:"5",y1:"12",y2:"12"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}],["path",{d:"M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11"}],["path",{d:"M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],DM=["svg",h,[["line",{x1:"2",x2:"5",y1:"12",y2:"12"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}],["circle",{cx:"12",cy:"12",r:"7"}]]],RM=["svg",h,[["circle",{cx:"12",cy:"16",r:"1"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3"}]]],TM=["svg",h,[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]]],bM=["svg",h,[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}],["polyline",{points:"10 17 15 12 10 7"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12"}]]],zM=["svg",h,[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}],["polyline",{points:"16 17 21 12 16 7"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12"}]]],UM=["svg",h,[["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0"}]]],qM=["svg",h,[["path",{d:"M6 20h0a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h0"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14"}],["path",{d:"M10 20h4"}],["circle",{cx:"16",cy:"20",r:"2"}],["circle",{cx:"8",cy:"20",r:"2"}]]],OM=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8l4 4 4-4v8"}]]],GM=["svg",h,[["path",{d:"m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15"}],["path",{d:"m5 8 4 4"}],["path",{d:"m12 15 4 4"}]]],WM=["svg",h,[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"m16 19 2 2 4-4"}]]],EM=["svg",h,[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M16 19h6"}]]],IM=["svg",h,[["path",{d:"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10"}]]],XM=["svg",h,[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M19 16v6"}],["path",{d:"M16 19h6"}]]],NM=["svg",h,[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2"}],["path",{d:"M20 22v.01"}]]],KM=["svg",h,[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m22 22-1.5-1.5"}]]],JM=["svg",h,[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M20 14v4"}],["path",{d:"M20 22v.01"}]]],QM=["svg",h,[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"m17 17 4 4"}],["path",{d:"m21 17-4 4"}]]],jM=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}]]],YM=["svg",h,[["path",{d:"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z"}],["polyline",{points:"15,9 18,9 18,11"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2v0"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10"}]]],_M=["svg",h,[["rect",{width:"16",height:"13",x:"6",y:"4",rx:"2"}],["path",{d:"m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7"}],["path",{d:"M2 8v11c0 1.1.9 2 2 2h14"}]]],ap=["svg",h,[["path",{d:"M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5"}],["path",{d:"M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82"}],["path",{d:"M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13"}],["path",{d:"M14.9 9.25a3 3 0 0 0-2.15-2.16"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],hp=["svg",h,[["path",{d:"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z"}],["circle",{cx:"12",cy:"10",r:"3"}]]],tp=["svg",h,[["path",{d:"M18 8c0 4.5-6 9-6 9s-6-4.5-6-9a6 6 0 0 1 12 0"}],["circle",{cx:"12",cy:"8",r:"2"}],["path",{d:"M8.835 14H5a1 1 0 0 0-.9.7l-2 6c-.1.1-.1.2-.1.3 0 .6.4 1 1 1h18c.6 0 1-.4 1-1 0-.1 0-.2-.1-.3l-2-6a1 1 0 0 0-.9-.7h-3.835"}]]],dp=["svg",h,[["polygon",{points:"3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"}],["line",{x1:"9",x2:"9",y1:"3",y2:"18"}],["line",{x1:"15",x2:"15",y1:"6",y2:"21"}]]],cp=["svg",h,[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]]],Mp=["svg",h,[["polyline",{points:"15 3 21 3 21 9"}],["polyline",{points:"9 21 3 21 3 15"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14"}]]],pp=["svg",h,[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3"}]]],np=["svg",h,[["path",{d:"M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15"}],["path",{d:"M11 12 5.12 2.2"}],["path",{d:"m13 12 5.88-9.8"}],["path",{d:"M8 7h8"}],["circle",{cx:"12",cy:"17",r:"5"}],["path",{d:"M12 18v-2h-.5"}]]],ep=["svg",h,[["path",{d:"M9.26 9.26 3 11v3l14.14 3.14"}],["path",{d:"M21 15.34V6l-7.31 2.03"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],ip=["svg",h,[["path",{d:"m3 11 18-5v12L3 14v-3z"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6"}]]],lp=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]]],vp=["svg",h,[["path",{d:"M6 19v-3"}],["path",{d:"M10 19v-3"}],["path",{d:"M14 19v-3"}],["path",{d:"M18 19v-3"}],["path",{d:"M8 11V9"}],["path",{d:"M16 11V9"}],["path",{d:"M12 11V9"}],["path",{d:"M2 15h20"}],["path",{d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z"}]]],op=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]]],sp=["svg",h,[["line",{x1:"4",x2:"20",y1:"12",y2:"12"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18"}]]],gp=["svg",h,[["path",{d:"m8 6 4-4 4 4"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22"}],["path",{d:"m20 22-5-5"}]]],rp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"m10 10-2 2 2 2"}],["path",{d:"m14 10 2 2-2 2"}]]],yp=["svg",h,[["path",{d:"M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1"}],["path",{d:"M19.3 6.8a10.45 10.45 0 0 0-2.1-2.1"}],["path",{d:"M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5"}],["path",{d:"M17.2 19.3a10.45 10.45 0 0 0 2.1-2.1"}],["path",{d:"M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1"}],["path",{d:"M3.5 17.5 2 22l4.5-1.5"}],["path",{d:"M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5"}],["path",{d:"M6.8 4.7a10.45 10.45 0 0 0-2.1 2.1"}]]],$p=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7"}]]],mp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"M8 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}]]],Hp=["svg",h,[["path",{d:"M20.5 14.9A9 9 0 0 0 9.1 3.5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M5.6 5.6C3 8.3 2.2 12.5 4 16l-2 6 6-2c3.4 1.8 7.6 1.1 10.3-1.7"}]]],up=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]]],Cp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]]],Vp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"m10 15-3-3 3-3"}],["path",{d:"M7 12h7a2 2 0 0 1 2 2v1"}]]],wp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]]],Sp=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]]],Ap=["svg",h,[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"}]]],Lp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"m10 8-2 2 2 2"}],["path",{d:"m14 8 2 2-2 2"}]]],fp=["svg",h,[["path",{d:"M3 6V5c0-1.1.9-2 2-2h2"}],["path",{d:"M11 3h3"}],["path",{d:"M18 3h1c1.1 0 2 .9 2 2"}],["path",{d:"M21 9v2"}],["path",{d:"M21 15c0 1.1-.9 2-2 2h-1"}],["path",{d:"M14 17h-3"}],["path",{d:"m7 17-4 4v-5"}],["path",{d:"M3 12v-2"}]]],xp=["svg",h,[["path",{d:"m5 19-2 2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2"}],["path",{d:"M9 10h6"}],["path",{d:"M12 7v6"}],["path",{d:"M9 17h6"}]]],kp=["svg",h,[["path",{d:"M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7"}],["circle",{cx:"18",cy:"6",r:"3"}]]],Zp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M14.8 7.5a1.84 1.84 0 0 0-2.6 0l-.2.3-.3-.3a1.84 1.84 0 1 0-2.4 2.8L12 13l2.7-2.7c.9-.9.8-2.1.1-2.8"}]]],Pp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M8 10h.01"}],["path",{d:"M12 10h.01"}],["path",{d:"M16 10h.01"}]]],Fp=["svg",h,[["path",{d:"M21 15V5a2 2 0 0 0-2-2H9"}],["path",{d:"m2 2 20 20"}],["path",{d:"M3.6 3.6c-.4.3-.6.8-.6 1.4v16l4-4h10"}]]],Bp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M12 7v6"}],["path",{d:"M9 10h6"}]]],Dp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M8 12a2 2 0 0 0 2-2V8H8"}],["path",{d:"M14 12a2 2 0 0 0 2-2V8h-2"}]]],Rp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"m10 7-3 3 3 3"}],["path",{d:"M17 13v-1a2 2 0 0 0-2-2H7"}]]],Tp=["svg",h,[["path",{d:"M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7"}],["path",{d:"M16 3h5v5"}],["path",{d:"m16 8 5-5"}]]],bp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M13 8H7"}],["path",{d:"M17 12H7"}]]],zp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"M12 7v2"}],["path",{d:"M12 13h.01"}]]],Up=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}],["path",{d:"m14.5 7.5-5 5"}],["path",{d:"m9.5 7.5 5 5"}]]],qp=["svg",h,[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}]]],Op=["svg",h,[["path",{d:"M14 9a2 2 0 0 1-2 2H6l-4 4V4c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v5Z"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1"}]]],Gp=["svg",h,[["path",{d:"m12 8-9.04 9.06a2.82 2.82 0 1 0 3.98 3.98L16 12"}],["circle",{cx:"17",cy:"7",r:"5"}]]],Wp=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2"}],["path",{d:"M5 10v2a7 7 0 0 0 12 5"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}]]],Ep=["svg",h,[["path",{d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}]]],Ip=["svg",h,[["path",{d:"M6 18h8"}],["path",{d:"M3 22h18"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1"}],["path",{d:"M9 14h2"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"}]]],Xp=["svg",h,[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1"}],["path",{d:"M18 8v7"}],["path",{d:"M6 19v2"}],["path",{d:"M18 19v2"}]]],Np=["svg",h,[["path",{d:"M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z"}],["path",{d:"M12 13v8"}],["path",{d:"M12 3v3"}]]],Kp=["svg",h,[["path",{d:"M8 2h8"}],["path",{d:"M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Jp=["svg",h,[["path",{d:"M8 2h8"}],["path",{d:"M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0"}]]],Qp=["svg",h,[["polyline",{points:"4 14 10 14 10 20"}],["polyline",{points:"20 10 14 10 14 4"}],["line",{x1:"14",x2:"21",y1:"10",y2:"3"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14"}]]],jp=["svg",h,[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3"}]]],Yp=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]]],_p=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]]],an=["svg",h,[["path",{d:"M5 12h14"}]]],hn=["svg",h,[["path",{d:"m9 10 2 2 4-4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],tn=["svg",h,[["circle",{cx:"19",cy:"6",r:"3"}],["path",{d:"M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],dn=["svg",h,[["path",{d:"M12 13V7"}],["path",{d:"m15 10-3 3-3-3"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],cn=["svg",h,[["path",{d:"M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2"}],["path",{d:"M22 15V5a2 2 0 0 0-2-2H9"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m2 2 20 20"}]]],Mn=["svg",h,[["path",{d:"M10 13V7"}],["path",{d:"M14 13V7"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],pn=["svg",h,[["path",{d:"m10 7 5 3-5 3Z"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],nn=["svg",h,[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8"}],["path",{d:"M10 19v-3.96 3.15"}],["path",{d:"M7 19h5"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2"}]]],en=["svg",h,[["path",{d:"M5.5 20H8"}],["path",{d:"M17 9h.01"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4"}],["circle",{cx:"17",cy:"15",r:"1"}]]],ln=["svg",h,[["rect",{x:"9",y:"7",width:"6",height:"6"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],vn=["svg",h,[["path",{d:"m9 10 3-3 3 3"}],["path",{d:"M12 13V7"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],on=["svg",h,[["path",{d:"m14.5 12.5-5-5"}],["path",{d:"m9.5 12.5 5-5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]]],sn=["svg",h,[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21"}]]],gn=["svg",h,[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"}],["path",{d:"M19 3v4"}],["path",{d:"M21 5h-4"}]]],rn=["svg",h,[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"}]]],yn=["svg",h,[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]]],$n=["svg",h,[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]]],mn=["svg",h,[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}],["path",{d:"M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19"}]]],Hn=["svg",h,[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]]],un=["svg",h,[["path",{d:"m4 4 7.07 17 2.51-7.39L21 11.07z"}]]],Cn=["svg",h,[["path",{d:"m9 9 5 12 1.8-5.2L21 14Z"}],["path",{d:"M7.2 2.2 8 5.1"}],["path",{d:"m5.1 8-2.9-.8"}],["path",{d:"M14 4.1 12 6"}],["path",{d:"m6 12-1.9 2"}]]],Vn=["svg",h,[["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"m12 12 4 10 1.7-4.3L22 16Z"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 3h1"}],["path",{d:"M9 21h2"}],["path",{d:"M14 3h1"}],["path",{d:"M3 9v1"}],["path",{d:"M21 9v2"}],["path",{d:"M3 14v1"}]]],J=["svg",h,[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],["path",{d:"m12 12 4 10 1.7-4.3L22 16Z"}]]],wn=["svg",h,[["path",{d:"m3 3 7.07 16.97 2.51-7.39 7.39-2.51L3 3z"}],["path",{d:"m13 13 6 6"}]]],Sn=["svg",h,[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]]],Q=["svg",h,[["path",{d:"M5 3v16h16"}],["path",{d:"m5 19 6-6"}],["path",{d:"m2 6 3-3 3 3"}],["path",{d:"m18 16 3 3-3 3"}]]],An=["svg",h,[["polyline",{points:"5 11 5 5 11 5"}],["polyline",{points:"19 13 19 19 13 19"}],["line",{x1:"5",x2:"19",y1:"5",y2:"19"}]]],Ln=["svg",h,[["polyline",{points:"13 5 19 5 19 11"}],["polyline",{points:"11 19 5 19 5 13"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19"}]]],fn=["svg",h,[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]]],xn=["svg",h,[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]]],kn=["svg",h,[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]]],Zn=["svg",h,[["polyline",{points:"18 8 22 12 18 16"}],["polyline",{points:"6 8 2 12 6 16"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12"}]]],Pn=["svg",h,[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]]],Fn=["svg",h,[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]]],Bn=["svg",h,[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]]],Dn=["svg",h,[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]]],Rn=["svg",h,[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]]],Tn=["svg",h,[["polyline",{points:"8 18 12 22 16 18"}],["polyline",{points:"8 6 12 2 16 6"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22"}]]],bn=["svg",h,[["polyline",{points:"5 9 2 12 5 15"}],["polyline",{points:"9 5 12 2 15 5"}],["polyline",{points:"15 19 12 22 9 19"}],["polyline",{points:"19 9 22 12 19 15"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22"}]]],zn=["svg",h,[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]]],Un=["svg",h,[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]]],qn=["svg",h,[["path",{d:"M9 18V5l12-2v13"}],["path",{d:"m9 9 12-2"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]]],On=["svg",h,[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]]],Gn=["svg",h,[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Wn=["svg",h,[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]]],En=["svg",h,[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],In=["svg",h,[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]]],Xn=["svg",h,[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"}],["path",{d:"M12 12V8"}]]],Nn=["svg",h,[["path",{d:"M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2"}],["path",{d:"M18 14h-8"}],["path",{d:"M15 18h-5"}],["path",{d:"M10 6h8v4h-8V6Z"}]]],Kn=["svg",h,[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20"}]]],Jn=["svg",h,[["path",{d:"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4"}],["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["path",{d:"M18.4 2.6a2.17 2.17 0 0 1 3 3L16 11l-4 1 1-4Z"}]]],Qn=["svg",h,[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M15 2v20"}],["path",{d:"M15 7h5"}],["path",{d:"M15 12h5"}],["path",{d:"M15 17h5"}]]],jn=["svg",h,[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M9.5 8h5"}],["path",{d:"M9.5 12H16"}],["path",{d:"M9.5 16H14"}]]],Yn=["svg",h,[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M16 2v20"}]]],_n=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M12 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2"}],["path",{d:"M20 12v2"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1"}],["path",{d:"M13 22h-2"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2"}],["path",{d:"M4 14v-2"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2"}],["path",{d:"M8 10h6"}],["path",{d:"M8 14h8"}],["path",{d:"M8 18h5"}]]],ae=["svg",h,[["path",{d:"M8 2v4"}],["path",{d:"M12 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2"}],["path",{d:"M8 10h6"}],["path",{d:"M8 14h8"}],["path",{d:"M8 18h5"}]]],he=["svg",h,[["path",{d:"M12 4V2"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939"}],["path",{d:"M19 10v3.343"}],["path",{d:"M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],te=["svg",h,[["path",{d:"M12 4V2"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4"}],["path",{d:"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z"}]]],de=["svg",h,[["polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}]]],ce=["svg",h,[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]]],Me=["svg",h,[["circle",{cx:"12",cy:"12",r:"3"}],["circle",{cx:"19",cy:"5",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}],["path",{d:"M10.4 21.9a10 10 0 0 0 9.941-15.416"}],["path",{d:"M13.5 2.1a10 10 0 0 0-9.841 15.416"}]]],pe=["svg",h,[["polyline",{points:"7 8 3 12 7 16"}],["line",{x1:"21",x2:"11",y1:"12",y2:"12"}],["line",{x1:"21",x2:"11",y1:"6",y2:"6"}],["line",{x1:"21",x2:"11",y1:"18",y2:"18"}]]],ne=["svg",h,[["path",{d:"M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z"}],["path",{d:"m3 9 2.45-4.9A2 2 0 0 1 7.24 3h9.52a2 2 0 0 1 1.8 1.1L21 9"}],["path",{d:"M12 3v6"}]]],ee=["svg",h,[["path",{d:"m16 16 2 2 4-4"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]]],ie=["svg",h,[["path",{d:"M16 16h6"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]]],le=["svg",h,[["path",{d:"M20.91 8.84 8.56 2.23a1.93 1.93 0 0 0-1.81 0L3.1 4.13a2.12 2.12 0 0 0-.05 3.69l12.22 6.93a2 2 0 0 0 1.94 0L21 12.51a2.12 2.12 0 0 0-.09-3.67Z"}],["path",{d:"m3.09 8.84 12.35-6.61a1.93 1.93 0 0 1 1.81 0l3.65 1.9a2.12 2.12 0 0 1 .1 3.69L8.73 14.75a2 2 0 0 1-1.94 0L3 12.51a2.12 2.12 0 0 1 .09-3.67Z"}],["line",{x1:"12",x2:"12",y1:"22",y2:"13"}],["path",{d:"M20 13.5v3.37a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13.5"}]]],ve=["svg",h,[["path",{d:"M16 16h6"}],["path",{d:"M19 13v6"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]]],oe=["svg",h,[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5"}],["path",{d:"M20.27 17.27 22 19"}]]],se=["svg",h,[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}],["path",{d:"m17 13 5 5m-5 0 5-5"}]]],ge=["svg",h,[["path",{d:"m7.5 4.27 9 5.15"}],["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z"}],["path",{d:"m3.3 7 8.7 5 8.7-5"}],["path",{d:"M12 22V12"}]]],re=["svg",h,[["path",{d:"m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z"}],["path",{d:"m5 2 5 5"}],["path",{d:"M2 13h15"}],["path",{d:"M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z"}]]],ye=["svg",h,[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1"}]]],$e=["svg",h,[["path",{d:"M14 19.9V16h3a2 2 0 0 0 2-2v-2H5v2c0 1.1.9 2 2 2h3v3.9a2 2 0 1 0 4 0Z"}],["path",{d:"M6 12V2h12v10"}],["path",{d:"M14 2v4"}],["path",{d:"M10 2v2"}]]],me=["svg",h,[["path",{d:"M18.37 2.63 14 7l-1.59-1.59a2 2 0 0 0-2.82 0L8 7l9 9 1.59-1.59a2 2 0 0 0 0-2.82L17 10l4.37-4.37a2.12 2.12 0 1 0-3-3Z"}],["path",{d:"M9 8c-2 3-4 3.5-7 4l8 10c2-1 6-5 6-7"}],["path",{d:"M14.5 17.5 4.5 15"}]]],He=["svg",h,[["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor"}],["path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z"}]]],ue=["svg",h,[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35z"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14"}]]],Ce=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]]],j=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M14 15h1"}],["path",{d:"M19 15h2"}],["path",{d:"M3 15h2"}],["path",{d:"M9 15h1"}]]],Ve=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]]],we=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]]],Y=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]]],_=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 14v1"}],["path",{d:"M9 19v2"}],["path",{d:"M9 3v2"}],["path",{d:"M9 9v1"}]]],a1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]]],h1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]]],Se=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]]],t1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 14v1"}],["path",{d:"M15 19v2"}],["path",{d:"M15 3v2"}],["path",{d:"M15 9v1"}]]],Ae=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]]],Le=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]]],fe=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]]],d1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M14 9h1"}],["path",{d:"M19 9h2"}],["path",{d:"M3 9h2"}],["path",{d:"M9 9h1"}]]],xe=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]]],ke=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]]],Ze=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]]],Pe=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]]],c1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]]],Fe=["svg",h,[["path",{d:"m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48"}]]],Be=["svg",h,[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]]],De=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m5 5 14 14"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2"}],["path",{d:"M9 17v-2.34"}]]],Re=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]]],Te=["svg",h,[["path",{d:"M9 9a3 3 0 1 1 6 0"}],["path",{d:"M12 12v3"}],["path",{d:"M11 15h2"}],["path",{d:"M19 9a7 7 0 1 0-13.6 2.3C6.4 14.4 8 19 8 19h8s1.6-4.6 2.6-7.7c.3-.8.4-1.5.4-2.3"}],["path",{d:"M12 19v3"}]]],be=["svg",h,[["path",{d:"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3"}],["path",{d:"m2 2 20 20"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2"}],["path",{d:"M9 17v-2.3"}]]],ze=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]]],Ue=["svg",h,[["path",{d:"M5.8 11.3 2 22l10.7-3.79"}],["path",{d:"M4 3h.01"}],["path",{d:"M22 8h.01"}],["path",{d:"M15 2h.01"}],["path",{d:"M22 20h.01"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12v0c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11v0c-.11.7-.72 1.22-1.43 1.22H17"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98v0C9.52 4.9 9 5.52 9 6.23V7"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z"}]]],qe=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9"}]]],Oe=["svg",h,[["path",{d:"M10 15V9"}],["path",{d:"M14 15V9"}],["path",{d:"M7.714 2h8.572L22 7.714v8.572L16.286 22H7.714L2 16.286V7.714L7.714 2z"}]]],Ge=["svg",h,[["rect",{width:"4",height:"16",x:"6",y:"4"}],["rect",{width:"4",height:"16",x:"14",y:"4"}]]],We=["svg",h,[["circle",{cx:"11",cy:"4",r:"2"}],["circle",{cx:"18",cy:"8",r:"2"}],["circle",{cx:"20",cy:"16",r:"2"}],["path",{d:"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z"}]]],Ee=["svg",h,[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2"}],["path",{d:"M15 14h.01"}],["path",{d:"M9 6h6"}],["path",{d:"M9 10h6"}]]],M1=["svg",h,[["path",{d:"M12 20h9"}],["path",{d:"M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z"}]]],Ie=["svg",h,[["path",{d:"m12 19 7-7 3 3-7 7-3-3z"}],["path",{d:"m18 13-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"}],["path",{d:"m2 2 7.586 7.586"}],["circle",{cx:"11",cy:"11",r:"2"}]]],p1=["svg",h,[["path",{d:"M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z"}]]],Xe=["svg",h,[["path",{d:"M12 20h9"}],["path",{d:"M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z"}],["path",{d:"m15 5 3 3"}]]],Ne=["svg",h,[["path",{d:"m15 5 4 4"}],["path",{d:"M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13"}],["path",{d:"m8 6 2-2"}],["path",{d:"m2 22 5.5-1.5L21.17 6.83a2.82 2.82 0 0 0-4-4L3.5 16.5Z"}],["path",{d:"m18 16 2-2"}],["path",{d:"m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17"}]]],Ke=["svg",h,[["path",{d:"M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z"}],["path",{d:"m15 5 4 4"}]]],Je=["svg",h,[["path",{d:"M3.5 8.7c-.7.5-1 1.4-.7 2.2l2.8 8.7c.3.8 1 1.4 1.9 1.4h9.1c.9 0 1.6-.6 1.9-1.4l2.8-8.7c.3-.8 0-1.7-.7-2.2l-7.4-5.3a2.1 2.1 0 0 0-2.4 0Z"}]]],Qe=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]]],je=["svg",h,[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z"}],["path",{d:"M9.2 9.2h.01"}],["path",{d:"m14.5 9.5-5 5"}],["path",{d:"M14.7 14.8h.01"}]]],Ye=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]]],_e=["svg",h,[["line",{x1:"19",x2:"5",y1:"5",y2:"19"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5"}]]],ai=["svg",h,[["circle",{cx:"12",cy:"5",r:"1"}],["path",{d:"m9 20 3-6 3 6"}],["path",{d:"m6 8 6 2 6-2"}],["path",{d:"M12 10v4"}]]],hi=["svg",h,[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}],["path",{d:"M14.05 2a9 9 0 0 1 8 7.94"}],["path",{d:"M14.05 6A5 5 0 0 1 18 10"}]]],ti=["svg",h,[["polyline",{points:"18 2 22 6 18 10"}],["line",{x1:"14",x2:"22",y1:"6",y2:"6"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}]]],di=["svg",h,[["polyline",{points:"16 2 16 8 22 8"}],["line",{x1:"22",x2:"16",y1:"2",y2:"8"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}]]],ci=["svg",h,[["line",{x1:"22",x2:"16",y1:"2",y2:"8"}],["line",{x1:"16",x2:"22",y1:"2",y2:"8"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}]]],Mi=["svg",h,[["path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"}],["line",{x1:"22",x2:"2",y1:"2",y2:"22"}]]],pi=["svg",h,[["polyline",{points:"22 8 22 2 16 2"}],["line",{x1:"16",x2:"22",y1:"8",y2:"2"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}]]],ni=["svg",h,[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}]]],ei=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7h10"}],["path",{d:"M10 7v10"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7"}]]],ii=["svg",h,[["line",{x1:"9",x2:"9",y1:"4",y2:"20"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4"}]]],li=["svg",h,[["path",{d:"M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8"}],["path",{d:"M2 14h20"}],["path",{d:"M6 14v4"}],["path",{d:"M10 14v4"}],["path",{d:"M14 14v4"}],["path",{d:"M18 14v4"}]]],vi=["svg",h,[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2"}]]],oi=["svg",h,[["path",{d:"M8 4.5v5H3m-1-6 6 6m13 0v-3c0-1.16-.84-2-2-2h-7m-9 9v2c0 1.05.95 2 2 2h3"}],["rect",{width:"10",height:"7",x:"12",y:"13.5",ry:"2"}]]],si=["svg",h,[["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}],["path",{d:"M22 12A10 10 0 0 0 12 2v10z"}]]],gi=["svg",h,[["path",{d:"M19 5c-1.5 0-2.8 1.4-3 2-3.5-1.5-11-.3-11 5 0 1.8 0 3 2 4.5V20h4v-2h3v2h4v-4c1-.5 1.7-1 2-2h2v-4h-2c0-1-.5-1.5-1-2h0V5z"}],["path",{d:"M2 9v1c0 1.1.9 2 2 2h1"}],["path",{d:"M16 11h0"}]]],ri=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17"}],["path",{d:"M12 7v10"}],["path",{d:"M16 7v10"}]]],yi=["svg",h,[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]]],$i=["svg",h,[["path",{d:"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z"}],["path",{d:"m8.5 8.5 7 7"}]]],mi=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["line",{x1:"12",x2:"12",y1:"17",y2:"22"}],["path",{d:"M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17h12"}],["path",{d:"M15 9.34V6h1a2 2 0 0 0 0-4H7.89"}]]],Hi=["svg",h,[["line",{x1:"12",x2:"12",y1:"17",y2:"22"}],["path",{d:"M5 17h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24Z"}]]],ui=["svg",h,[["path",{d:"m2 22 1-1h3l9-9"}],["path",{d:"M3 21v-3l9-9"}],["path",{d:"m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9l.4.4a2.1 2.1 0 1 1-3 3l-3.8-3.8a2.1 2.1 0 1 1 3-3l.4.4Z"}]]],Ci=["svg",h,[["path",{d:"M15 11h.01"}],["path",{d:"M11 15h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"m2 16 20 6-6-20A20 20 0 0 0 2 16"}],["path",{d:"M5.71 17.11a17.04 17.04 0 0 1 11.4-11.4"}]]],Vi=["svg",h,[["path",{d:"M2 22h20"}],["path",{d:"M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z"}]]],wi=["svg",h,[["path",{d:"M2 22h20"}],["path",{d:"M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z"}]]],Si=["svg",h,[["path",{d:"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z"}]]],Ai=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["polygon",{points:"10 8 16 12 10 16 10 8"}]]],Li=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 8 6 4-6 4Z"}]]],fi=["svg",h,[["polygon",{points:"5 3 19 12 5 21 5 3"}]]],xi=["svg",h,[["path",{d:"M9 2v6"}],["path",{d:"M15 2v6"}],["path",{d:"M12 17v5"}],["path",{d:"M5 8h14"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0v0Z"}]]],ki=["svg",h,[["path",{d:"m13 2-2 2.5h3L12 7"}],["path",{d:"M10 14v-3"}],["path",{d:"M14 14v-3"}],["path",{d:"M11 19c-1.7 0-3-1.3-3-3v-2h8v2c0 1.7-1.3 3-3 3Z"}],["path",{d:"M12 22v-3"}]]],Zi=["svg",h,[["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z"}],["path",{d:"m2 22 3-3"}],["path",{d:"M7.5 13.5 10 11"}],["path",{d:"M10.5 16.5 13 14"}],["path",{d:"m18 3-4 4h6l-4 4"}]]],Pi=["svg",h,[["path",{d:"M12 22v-5"}],["path",{d:"M9 8V2"}],["path",{d:"M15 8V2"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z"}]]],Fi=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]]],Bi=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]]],Di=["svg",h,[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]]],Ri=["svg",h,[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2"}],["path",{d:"M18 6h.01"}],["path",{d:"M6 18h.01"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6"}]]],Ti=["svg",h,[["path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"}],["polyline",{points:"8 10 12 14 16 10"}]]],bi=["svg",h,[["circle",{cx:"12",cy:"11",r:"1"}],["path",{d:"M11 17a1 1 0 0 1 2 0c0 .5-.34 3-.5 4.5a.5.5 0 0 1-1 0c-.16-1.5-.5-4-.5-4.5Z"}],["path",{d:"M8 14a5 5 0 1 1 8 0"}],["path",{d:"M17 18.5a9 9 0 1 0-10 0"}]]],zi=["svg",h,[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295"}],["path",{d:"M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158"}],["path",{d:"m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343"}],["path",{d:"M6 6v8"}],["path",{d:"m2 2 20 20"}]]],Ui=["svg",h,[["path",{d:"M22 14a8 8 0 0 1-8 8"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v10"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15"}]]],qi=["svg",h,[["path",{d:"M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4"}],["path",{d:"M10 22 9 8"}],["path",{d:"m14 22 1-14"}],["path",{d:"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z"}]]],Oi=["svg",h,[["path",{d:"M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z"}],["path",{d:"m22 22-5.5-5.5"}]]],Gi=["svg",h,[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]]],Wi=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 12V6"}],["path",{d:"M8 7.5A6.1 6.1 0 0 0 12 18a6 6 0 0 0 4-10.5"}]]],Ei=["svg",h,[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68"}],["path",{d:"M12 2v4"}],["path",{d:"m2 2 20 20"}]]],Ii=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 7v5"}],["path",{d:"M8 9a5.14 5.14 0 0 0 4 8 4.95 4.95 0 0 0 4-8"}]]],Xi=["svg",h,[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]]],Ni=["svg",h,[["path",{d:"M2 3h20"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3"}],["path",{d:"m7 21 5-5 5 5"}]]],Ki=["svg",h,[["polyline",{points:"6 9 6 2 18 2 18 9"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}],["rect",{width:"12",height:"8",x:"6",y:"14"}]]],Ji=["svg",h,[["path",{d:"M5 7 3 5"}],["path",{d:"M9 6V3"}],["path",{d:"m13 7 2-2"}],["circle",{cx:"9",cy:"13",r:"3"}],["path",{d:"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17"}],["path",{d:"M16 16h2"}]]],Qi=["svg",h,[["path",{d:"M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z"}]]],ji=["svg",h,[["path",{d:"M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z"}],["path",{d:"M12 2v20"}]]],Yi=["svg",h,[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3"}],["path",{d:"M21 21v.01"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7"}],["path",{d:"M3 12h.01"}],["path",{d:"M12 3h.01"}],["path",{d:"M12 16v.01"}],["path",{d:"M16 12h1"}],["path",{d:"M21 12v.01"}],["path",{d:"M12 21v-1"}]]],_i=["svg",h,[["path",{d:"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z"}],["path",{d:"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z"}]]],a9=["svg",h,[["path",{d:"M13 16a3 3 0 0 1 2.24 5"}],["path",{d:"M18 12h.01"}],["path",{d:"M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3"}]]],h9=["svg",h,[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34"}],["path",{d:"M4 6h.01"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67"}],["path",{d:"M12 18h.01"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"m13.41 10.59 5.66-5.66"}]]],t9=["svg",h,[["path",{d:"M12 12h0.01"}],["path",{d:"M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z"}],["path",{d:"M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z"}],["path",{d:"M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z"}]]],d9=["svg",h,[["path",{d:"M5 16v2"}],["path",{d:"M19 16v2"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2"}],["path",{d:"M18 12h0"}]]],c9=["svg",h,[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5"}],["circle",{cx:"12",cy:"9",r:"2"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1"}],["path",{d:"M9.5 18h5"}],["path",{d:"m8 22 4-11 4 11"}]]],M9=["svg",h,[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19"}]]],p9=["svg",h,[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82"}],["circle",{cx:"19",cy:"19",r:"2"}],["path",{d:"m13.41 13.41 4.18 4.18"}],["circle",{cx:"12",cy:"12",r:"2"}]]],n9=["svg",h,[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]]],e9=["svg",h,[["path",{d:"M22 17a10 10 0 0 0-20 0"}],["path",{d:"M6 17a6 6 0 0 1 12 0"}],["path",{d:"M10 17a2 2 0 0 1 4 0"}]]],i9=["svg",h,[["path",{d:"M17 5c0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8.3 1.5.8 2H11c-3.9 0-7 3.1-7 7v0c0 2.2 1.8 4 4 4"}],["path",{d:"M16.8 3.9c.3-.3.6-.5 1-.7 1.5-.6 3.3.1 3.9 1.6.6 1.5-.1 3.3-1.6 3.9l1.6 2.8c.2.3.2.7.2 1-.2.8-.9 1.2-1.7 1.1 0 0-1.6-.3-2.7-.6H17c-1.7 0-3 1.3-3 3"}],["path",{d:"M13.2 18a3 3 0 0 0-2.2-5"}],["path",{d:"M13 22H4a2 2 0 0 1 0-4h12"}],["path",{d:"M16 9h.01"}]]],l9=["svg",h,[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]]],v9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M12 6.5v11"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]]],o9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M8 12h5"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2"}]]],s9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M8 7h8"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8"}],["path",{d:"M8 11h8"}]]],g9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"m12 10 3-3"}],["path",{d:"m9 7 3 3v7.5"}],["path",{d:"M9 11h6"}],["path",{d:"M9 15h6"}]]],r9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M8 13h5"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 17h7"}]]],y9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M8 15h5"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10"}]]],$9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M10 17V7h5"}],["path",{d:"M10 11h4"}],["path",{d:"M8 15h5"}]]],m9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M14 8H8"}],["path",{d:"M16 12H8"}],["path",{d:"M13 16H8"}]]],H9=["svg",h,[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 17.5v-11"}]]],u9=["svg",h,[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]]],C9=["svg",h,[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]]],V9=["svg",h,[["path",{d:"M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5"}],["path",{d:"M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12"}],["path",{d:"m14 16-3 3 3 3"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598"}],["path",{d:"m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096"}]]],w9=["svg",h,[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13"}]]],S9=["svg",h,[["circle",{cx:"12",cy:"17",r:"1"}],["path",{d:"M21 7v6h-6"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7"}]]],A9=["svg",h,[["path",{d:"M21 7v6h-6"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7"}]]],L9=["svg",h,[["path",{d:"M3 2v6h6"}],["path",{d:"M21 12A9 9 0 0 0 6 5.3L3 8"}],["path",{d:"M21 22v-6h-6"}],["path",{d:"M3 12a9 9 0 0 0 15 6.7l3-2.7"}],["circle",{cx:"12",cy:"12",r:"1"}]]],f9=["svg",h,[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16"}],["path",{d:"M16 16h5v5"}]]],x9=["svg",h,[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47"}],["path",{d:"M8 16H3v5"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64"}],["path",{d:"m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M22 22 2 2"}]]],k9=["svg",h,[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"}],["path",{d:"M8 16H3v5"}]]],Z9=["svg",h,[["path",{d:"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z"}],["path",{d:"M5 10h14"}],["path",{d:"M15 7v6"}]]],P9=["svg",h,[["path",{d:"M17 3v10"}],["path",{d:"m12.67 5.5 8.66 5"}],["path",{d:"m12.67 10.5 8.66-5"}],["path",{d:"M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z"}]]],F9=["svg",h,[["path",{d:"M4 7V4h16v3"}],["path",{d:"M5 20h6"}],["path",{d:"M13 4 8 20"}],["path",{d:"m15 15 5 5"}],["path",{d:"m20 15-5 5"}]]],B9=["svg",h,[["path",{d:"m17 2 4 4-4 4"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14"}],["path",{d:"m7 22-4-4 4-4"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3"}],["path",{d:"M11 10h1v4"}]]],D9=["svg",h,[["path",{d:"m2 9 3-3 3 3"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6"}],["path",{d:"m22 15-3 3-3-3"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10"}]]],R9=["svg",h,[["path",{d:"m17 2 4 4-4 4"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14"}],["path",{d:"m7 22-4-4 4-4"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3"}]]],T9=["svg",h,[["path",{d:"M14 4c0-1.1.9-2 2-2"}],["path",{d:"M20 2c1.1 0 2 .9 2 2"}],["path",{d:"M22 8c0 1.1-.9 2-2 2"}],["path",{d:"M16 10c-1.1 0-2-.9-2-2"}],["path",{d:"m3 7 3 3 3-3"}],["path",{d:"M6 10V5c0-1.7 1.3-3 3-3h1"}],["rect",{width:"8",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M14 14c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2"}],["path",{d:"M20 14c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2"}]]],b9=["svg",h,[["path",{d:"M14 4c0-1.1.9-2 2-2"}],["path",{d:"M20 2c1.1 0 2 .9 2 2"}],["path",{d:"M22 8c0 1.1-.9 2-2 2"}],["path",{d:"M16 10c-1.1 0-2-.9-2-2"}],["path",{d:"m3 7 3 3 3-3"}],["path",{d:"M6 10V5c0-1.7 1.3-3 3-3h1"}],["rect",{width:"8",height:"8",x:"2",y:"14",rx:"2"}]]],z9=["svg",h,[["polyline",{points:"7 17 2 12 7 7"}],["polyline",{points:"12 17 7 12 12 7"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7"}]]],U9=["svg",h,[["polyline",{points:"9 17 4 12 9 7"}],["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}]]],q9=["svg",h,[["polygon",{points:"11 19 2 12 11 5 11 19"}],["polygon",{points:"22 19 13 12 22 5 22 19"}]]],O9=["svg",h,[["path",{d:"M17.75 9.01c-.52 2.08-1.83 3.64-3.18 5.49l-2.6 3.54-2.97 4-3.5-2.54 3.85-4.97c-1.86-2.61-2.8-3.77-3.16-5.44"}],["path",{d:"M17.75 9.01A7 7 0 0 0 6.2 9.1C6.06 8.5 6 7.82 6 7c0-3.5 2.83-5 5.98-5C15.24 2 18 3.5 18 7c0 .73-.09 1.4-.25 2.01Z"}],["path",{d:"m9.35 14.53 2.64-3.31"}],["path",{d:"m11.97 18.04 2.99 4 3.54-2.54-3.93-5"}],["path",{d:"M14 8c0 1-1 2-2.01 3.22C11 10 10 9 10 8a2 2 0 1 1 4 0"}]]],G9=["svg",h,[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"}]]],W9=["svg",h,[["polyline",{points:"3.5 2 6.5 12.5 18 12.5"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0"}]]],E9=["svg",h,[["path",{d:"M6 19V5"}],["path",{d:"M10 19V6.8"}],["path",{d:"M14 19v-7.8"}],["path",{d:"M18 5v4"}],["path",{d:"M18 19v-6"}],["path",{d:"M22 19V9"}],["path",{d:"M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65"}]]],n1=["svg",h,[["path",{d:"M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814"}],["path",{d:"M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4"}]]],I9=["svg",h,[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}]]],X9=["svg",h,[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}]]],N9=["svg",h,[["circle",{cx:"6",cy:"19",r:"3"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12"}],["path",{d:"m2 2 20 20"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3"}],["path",{d:"M15 5h-4.3"}],["circle",{cx:"18",cy:"5",r:"3"}]]],K9=["svg",h,[["circle",{cx:"6",cy:"19",r:"3"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15"}],["circle",{cx:"18",cy:"5",r:"3"}]]],J9=["svg",h,[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6.01 18H6"}],["path",{d:"M10.01 18H10"}],["path",{d:"M15 10v4"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0"}]]],e1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]]],i1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]]],Q9=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 7.5H3"}],["path",{d:"M21 12H3"}],["path",{d:"M21 16.5H3"}]]],j9=["svg",h,[["path",{d:"M4 11a9 9 0 0 1 9 9"}],["path",{d:"M4 4a16 16 0 0 1 16 16"}],["circle",{cx:"5",cy:"19",r:"1"}]]],Y9=["svg",h,[["path",{d:"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z"}],["path",{d:"m14.5 12.5 2-2"}],["path",{d:"m11.5 9.5 2-2"}],["path",{d:"m8.5 6.5 2-2"}],["path",{d:"m17.5 15.5 2-2"}]]],_9=["svg",h,[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]]],al=["svg",h,[["path",{d:"M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z"}],["path",{d:"M21 14 10 2 3 14h18Z"}],["path",{d:"M10 2v16"}]]],hl=["svg",h,[["path",{d:"M7 21h10"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1"}],["path",{d:"m13 12 4-4"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2"}]]],tl=["svg",h,[["path",{d:"M3 11v3a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-3"}],["path",{d:"M12 19H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3.83"}],["path",{d:"m3 11 7.77-6.04a2 2 0 0 1 2.46 0L21 11H3Z"}],["path",{d:"M12.97 19.77 7 15h12.5l-3.75 4.5a2 2 0 0 1-2.78.27Z"}]]],dl=["svg",h,[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z"}],["path",{d:"m9 15 3-3"}],["path",{d:"M17 13a6 6 0 0 0-6-6"}],["path",{d:"M21 13A10 10 0 0 0 11 3"}]]],cl=["svg",h,[["path",{d:"M13 7 9 3 5 7l4 4"}],["path",{d:"m17 11 4 4-4 4-4-4"}],["path",{d:"m8 12 4 4 6-6-4-4Z"}],["path",{d:"m16 8 3-3"}],["path",{d:"M9 21a6 6 0 0 0-6-6"}]]],Ml=["svg",h,[["path",{d:"M6 4a2 2 0 0 1 2-2h10l4 4v10.2a2 2 0 0 1-2 1.8H8a2 2 0 0 1-2-2Z"}],["path",{d:"M10 2v4h6"}],["path",{d:"M18 18v-7h-8v7"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6"}]]],pl=["svg",h,[["path",{d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}],["polyline",{points:"17 21 17 13 7 13 7 21"}],["polyline",{points:"7 3 7 8 15 8"}]]],l1=["svg",h,[["circle",{cx:"19",cy:"19",r:"2"}],["circle",{cx:"5",cy:"5",r:"2"}],["path",{d:"M5 7v12h12"}],["path",{d:"m5 19 6-6"}]]],nl=["svg",h,[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"M7 21h10"}],["path",{d:"M12 3v18"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2"}]]],el=["svg",h,[["path",{d:"M21 3 9 15"}],["path",{d:"M12 3H3v18h18v-9"}],["path",{d:"M16 3h5v5"}],["path",{d:"M14 15H9v-5"}]]],il=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 7v10"}],["path",{d:"M12 7v10"}],["path",{d:"M17 7v10"}]]],ll=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["circle",{cx:"12",cy:"12",r:"1"}],["path",{d:"M5 12s2.5-5 7-5 7 5 7 5-2.5 5-7 5-7-5-7-5"}]]],vl=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 9h.01"}]]],ol=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7 12h10"}]]],sl=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m16 16-1.9-1.9"}]]],gl=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7 8h8"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h6"}]]],rl=["svg",h,[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}]]],yl=["svg",h,[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor"}],["path",{d:"M3 3v18h18"}]]],$l=["svg",h,[["circle",{cx:"12",cy:"10",r:"1"}],["path",{d:"M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z"}],["path",{d:"M6 17v.01"}],["path",{d:"M6 13v.01"}],["path",{d:"M18 17v.01"}],["path",{d:"M18 13v.01"}],["path",{d:"M14 22v-5a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v5"}]]],ml=["svg",h,[["path",{d:"m4 6 8-4 8 4"}],["path",{d:"m18 10 4 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8l4-2"}],["path",{d:"M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4"}],["path",{d:"M18 5v17"}],["path",{d:"M6 5v17"}],["circle",{cx:"12",cy:"9",r:"2"}]]],Hl=["svg",h,[["path",{d:"M5.42 9.42 8 12"}],["circle",{cx:"4",cy:"8",r:"2"}],["path",{d:"m14 6-8.58 8.58"}],["circle",{cx:"4",cy:"16",r:"2"}],["path",{d:"M10.8 14.8 14 18"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]]],ul=["svg",h,[["path",{d:"M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2"}],["path",{d:"M10 22H8"}],["path",{d:"M16 22h-2"}],["circle",{cx:"8",cy:"8",r:"2"}],["path",{d:"M9.414 9.414 12 12"}],["path",{d:"M14.8 14.8 18 18"}],["circle",{cx:"8",cy:"16",r:"2"}],["path",{d:"m18 6-8.586 8.586"}]]],Cl=["svg",h,[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2"}],["circle",{cx:"8",cy:"8",r:"2"}],["path",{d:"M9.414 9.414 12 12"}],["path",{d:"M14.8 14.8 18 18"}],["circle",{cx:"8",cy:"16",r:"2"}],["path",{d:"m18 6-8.586 8.586"}]]],Vl=["svg",h,[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M8.12 8.12 12 12"}],["path",{d:"M20 4 8.12 15.88"}],["circle",{cx:"6",cy:"18",r:"3"}],["path",{d:"M14.8 14.8 20 20"}]]],wl=["svg",h,[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m22 3-5 5"}],["path",{d:"m17 3 5 5"}]]],Sl=["svg",h,[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m17 8 5-5"}],["path",{d:"M17 3h5v5"}]]],Al=["svg",h,[["path",{d:"M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4"}],["path",{d:"M15 8h-5"}],["path",{d:"M15 12h-5"}]]],Ll=["svg",h,[["path",{d:"M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4"}]]],fl=["svg",h,[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]]],xl=["svg",h,[["path",{d:"m9 9-2 2 2 2"}],["path",{d:"m13 13 2-2-2-2"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]]],kl=["svg",h,[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]]],Zl=["svg",h,[["path",{d:"m13.5 8.5-5 5"}],["path",{d:"m8.5 8.5 5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]]],Pl=["svg",h,[["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]]],v1=["svg",h,[["path",{d:"m3 3 3 9-3 9 19-9Z"}],["path",{d:"M6 12h16"}]]],Fl=["svg",h,[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1"}]]],Bl=["svg",h,[["path",{d:"m22 2-7 20-4-9-9-4Z"}],["path",{d:"M22 2 11 13"}]]],Dl=["svg",h,[["line",{x1:"3",x2:"21",y1:"12",y2:"12"}],["polyline",{points:"8 8 12 4 16 8"}],["polyline",{points:"16 16 12 20 8 16"}]]],Rl=["svg",h,[["line",{x1:"12",x2:"12",y1:"3",y2:"21"}],["polyline",{points:"8 8 4 12 8 16"}],["polyline",{points:"16 16 20 12 16 8"}]]],Tl=["svg",h,[["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5"}],["path",{d:"M4.5 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5"}],["path",{d:"M6 6h.01"}],["path",{d:"M6 18h.01"}],["path",{d:"m15.7 13.4-.9-.3"}],["path",{d:"m9.2 10.9-.9-.3"}],["path",{d:"m10.6 15.7.3-.9"}],["path",{d:"m13.6 15.7-.4-1"}],["path",{d:"m10.8 9.3-.4-1"}],["path",{d:"m8.3 13.6 1-.4"}],["path",{d:"m14.7 10.8 1-.4"}],["path",{d:"m13.4 8.3-.3.9"}]]],bl=["svg",h,[["path",{d:"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2"}],["path",{d:"M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2"}],["path",{d:"M6 6h.01"}],["path",{d:"M6 18h.01"}],["path",{d:"m13 6-4 6h6l-4 6"}]]],zl=["svg",h,[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z"}],["path",{d:"M6 18h.01"}],["path",{d:"m2 2 20 20"}]]],Ul=["svg",h,[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18"}]]],ql=["svg",h,[["path",{d:"M20 7h-9"}],["path",{d:"M14 17H5"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]]],Ol=["svg",h,[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"}],["circle",{cx:"12",cy:"12",r:"3"}]]],Gl=["svg",h,[["path",{d:"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5"}]]],Wl=["svg",h,[["circle",{cx:"18",cy:"5",r:"3"}],["circle",{cx:"6",cy:"12",r:"3"}],["circle",{cx:"18",cy:"19",r:"3"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49"}]]],El=["svg",h,[["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}],["polyline",{points:"16 6 12 2 8 6"}],["line",{x1:"12",x2:"12",y1:"2",y2:"15"}]]],Il=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21"}]]],Xl=["svg",h,[["path",{d:"M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44"}]]],Nl=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]]],Kl=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"m4 5 14 12"}]]],Jl=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"m9 12 2 2 4-4"}]]],Ql=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M8 11h.01"}],["path",{d:"M12 11h.01"}],["path",{d:"M16 11h.01"}]]],jl=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M12 22V2"}]]],Yl=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M8 11h8"}]]],_l=["svg",h,[["path",{d:"M19.7 14a6.9 6.9 0 0 0 .3-2V5l-8-3-3.2 1.2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M4.7 4.7 4 5v7c0 6 8 10 8 10a20.3 20.3 0 0 0 5.62-4.38"}]]],av=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M8 11h8"}],["path",{d:"M12 15V7"}]]],hv=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]]],o1=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}],["path",{d:"m14.5 9-5 5"}],["path",{d:"m9.5 9 5 5"}]]],tv=["svg",h,[["path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"}]]],dv=["svg",h,[["circle",{cx:"12",cy:"12",r:"8"}],["path",{d:"M12 2v7.5"}],["path",{d:"m19 5-5.23 5.23"}],["path",{d:"M22 12h-7.5"}],["path",{d:"m19 19-5.23-5.23"}],["path",{d:"M12 14.5V22"}],["path",{d:"M10.23 13.77 5 19"}],["path",{d:"M9.5 12H2"}],["path",{d:"M10.23 10.23 5 5"}],["circle",{cx:"12",cy:"12",r:"2.5"}]]],cv=["svg",h,[["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 .6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-9-4-9 4c0 2.9.94 5.34 2.81 7.76"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6"}],["path",{d:"M12 10v4"}],["path",{d:"M12 2v3"}]]],Mv=["svg",h,[["path",{d:"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z"}]]],pv=["svg",h,[["path",{d:"M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z"}],["path",{d:"M3 6h18"}],["path",{d:"M16 10a4 4 0 0 1-8 0"}]]],nv=["svg",h,[["path",{d:"m5 11 4-7"}],["path",{d:"m19 11-4-7"}],["path",{d:"M2 11h20"}],["path",{d:"m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8c.9 0 1.8-.7 2-1.6l1.7-7.4"}],["path",{d:"m9 11 1 9"}],["path",{d:"M4.5 15.5h15"}],["path",{d:"m15 11-1 9"}]]],ev=["svg",h,[["circle",{cx:"8",cy:"21",r:"1"}],["circle",{cx:"19",cy:"21",r:"1"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"}]]],iv=["svg",h,[["path",{d:"M2 22v-5l5-5 5 5-5 5z"}],["path",{d:"M9.5 14.5 16 8"}],["path",{d:"m17 2 5 5-.5.5a3.53 3.53 0 0 1-5 0s0 0 0 0a3.53 3.53 0 0 1 0-5L17 2"}]]],lv=["svg",h,[["path",{d:"m4 4 2.5 2.5"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7"}],["path",{d:"M15 5 5 15"}],["path",{d:"M14 17v.01"}],["path",{d:"M10 16v.01"}],["path",{d:"M13 13v.01"}],["path",{d:"M16 10v.01"}],["path",{d:"M11 20v.01"}],["path",{d:"M17 14v.01"}],["path",{d:"M20 11v.01"}]]],vv=["svg",h,[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3"}]]],ov=["svg",h,[["path",{d:"M12 22v-7l-2-2"}],["path",{d:"M17 8v.8A6 6 0 0 1 13.8 20v0H10v0A6.5 6.5 0 0 1 7 8h0a5 5 0 0 1 10 0Z"}],["path",{d:"m14 14-2 2"}]]],sv=["svg",h,[["path",{d:"M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22"}],["path",{d:"m18 2 4 4-4 4"}],["path",{d:"M2 6h1.9c1.5 0 2.9.9 3.6 2.2"}],["path",{d:"M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8"}],["path",{d:"m18 14 4 4-4 4"}]]],gv=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]]],rv=["svg",h,[["path",{d:"M18 7V4H6l6 8-6 8h12v-3"}]]],yv=["svg",h,[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]]],$v=["svg",h,[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]]],mv=["svg",h,[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]]],Hv=["svg",h,[["path",{d:"M2 20h.01"}]]],uv=["svg",h,[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]]],Cv=["svg",h,[["path",{d:"M10 9H4L2 7l2-2h6"}],["path",{d:"M14 5h6l2 2-2 2h-6"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18"}],["path",{d:"M8 22h8"}]]],Vv=["svg",h,[["path",{d:"M12 3v3"}],["path",{d:"M18.5 13h-13L2 9.5 5.5 6h13L22 9.5Z"}],["path",{d:"M12 13v8"}]]],wv=["svg",h,[["path",{d:"M7 12a5 5 0 0 1 5-5v0a5 5 0 0 1 5 5v6H7v-6Z"}],["path",{d:"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2H5v-2Z"}],["path",{d:"M21 12h1"}],["path",{d:"M18.5 4.5 18 5"}],["path",{d:"M2 12h1"}],["path",{d:"M12 2v1"}],["path",{d:"m4.929 4.929.707.707"}],["path",{d:"M12 12v6"}]]],Sv=["svg",h,[["polygon",{points:"19 20 9 12 19 4 19 20"}],["line",{x1:"5",x2:"5",y1:"19",y2:"5"}]]],Av=["svg",h,[["polygon",{points:"5 4 15 12 5 20 5 4"}],["line",{x1:"19",x2:"19",y1:"5",y2:"19"}]]],Lv=["svg",h,[["circle",{cx:"9",cy:"12",r:"1"}],["circle",{cx:"15",cy:"12",r:"1"}],["path",{d:"M8 20v2h8v-2"}],["path",{d:"m12.5 17-.5-1-.5 1h1z"}],["path",{d:"M16 20a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20"}]]],fv=["svg",h,[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5"}]]],s1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]]],xv=["svg",h,[["path",{d:"M22 2 2 22"}]]],kv=["svg",h,[["path",{d:"m8 14-6 6h9v-3"}],["path",{d:"M18.37 3.63 8 14l3 3L21.37 6.63a2.12 2.12 0 1 0-3-3Z"}]]],Zv=["svg",h,[["line",{x1:"21",x2:"14",y1:"4",y2:"4"}],["line",{x1:"10",x2:"3",y1:"4",y2:"4"}],["line",{x1:"21",x2:"12",y1:"12",y2:"12"}],["line",{x1:"8",x2:"3",y1:"12",y2:"12"}],["line",{x1:"21",x2:"16",y1:"20",y2:"20"}],["line",{x1:"12",x2:"3",y1:"20",y2:"20"}],["line",{x1:"14",x2:"14",y1:"2",y2:"6"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14"}],["line",{x1:"16",x2:"16",y1:"18",y2:"22"}]]],Pv=["svg",h,[["line",{x1:"4",x2:"4",y1:"21",y2:"14"}],["line",{x1:"4",x2:"4",y1:"10",y2:"3"}],["line",{x1:"12",x2:"12",y1:"21",y2:"12"}],["line",{x1:"12",x2:"12",y1:"8",y2:"3"}],["line",{x1:"20",x2:"20",y1:"21",y2:"16"}],["line",{x1:"20",x2:"20",y1:"12",y2:"3"}],["line",{x1:"2",x2:"6",y1:"14",y2:"14"}],["line",{x1:"10",x2:"14",y1:"8",y2:"8"}],["line",{x1:"18",x2:"22",y1:"16",y2:"16"}]]],Fv=["svg",h,[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]]],Bv=["svg",h,[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8"}]]],Dv=["svg",h,[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]]],Rv=["svg",h,[["path",{d:"M22 11v1a10 10 0 1 1-9-10"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}],["path",{d:"M16 5h6"}],["path",{d:"M19 2v6"}]]],Tv=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]]],bv=["svg",h,[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0"}],["circle",{cx:"10",cy:"13",r:"8"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6"}],["path",{d:"M18 3 19.1 5.2"}],["path",{d:"M22 3 20.9 5.2"}]]],zv=["svg",h,[["line",{x1:"2",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22"}],["path",{d:"m20 16-4-4 4-4"}],["path",{d:"m4 8 4 4-4 4"}],["path",{d:"m16 4-4 4-4-4"}],["path",{d:"m8 20 4-4 4 4"}]]],Uv=["svg",h,[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3"}],["path",{d:"M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H6v-2a2 2 0 0 0-4 0Z"}],["path",{d:"M4 18v2"}],["path",{d:"M20 18v2"}],["path",{d:"M12 4v9"}]]],qv=["svg",h,[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z"}],["path",{d:"M7 21h10"}],["path",{d:"M19.5 12 22 6"}],["path",{d:"M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62"}],["path",{d:"M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62"}],["path",{d:"M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62"}]]],Ov=["svg",h,[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]]],Gv=["svg",h,[["path",{d:"M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z"}],["path",{d:"M12 18v4"}]]],Wv=["svg",h,[["path",{d:"m12 3-1.9 5.8a2 2 0 0 1-1.287 1.288L3 12l5.8 1.9a2 2 0 0 1 1.288 1.287L12 21l1.9-5.8a2 2 0 0 1 1.287-1.288L21 12l-5.8-1.9a2 2 0 0 1-1.288-1.287Z"}]]],g1=["svg",h,[["path",{d:"m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z"}],["path",{d:"M5 3v4"}],["path",{d:"M19 17v4"}],["path",{d:"M3 5h4"}],["path",{d:"M17 19h4"}]]],Ev=["svg",h,[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M12 6h.01"}],["circle",{cx:"12",cy:"14",r:"4"}],["path",{d:"M12 14h.01"}]]],Iv=["svg",h,[["path",{d:"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975"}]]],Xv=["svg",h,[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1"}]]],Nv=["svg",h,[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]]],Kv=["svg",h,[["circle",{cx:"19",cy:"5",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}],["path",{d:"M5 17A12 12 0 0 1 17 5"}]]],Jv=["svg",h,[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20"}]]],Qv=["svg",h,[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12"}]]],jv=["svg",h,[["path",{d:"M16 3h5v5"}],["path",{d:"M8 3H3v5"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3"}],["path",{d:"m15 9 6-6"}]]],Yv=["svg",h,[["path",{d:"M3 3h.01"}],["path",{d:"M7 5h.01"}],["path",{d:"M11 7h.01"}],["path",{d:"M3 7h.01"}],["path",{d:"M7 9h.01"}],["path",{d:"M3 11h.01"}],["rect",{width:"4",height:"4",x:"15",y:"5"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2"}],["path",{d:"m13 14 8-2"}],["path",{d:"m13 19 8-2"}]]],_v=["svg",h,[["path",{d:"M7 20h10"}],["path",{d:"M10 20c5.5-2.5.8-6.4 3-10"}],["path",{d:"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z"}],["path",{d:"M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z"}]]],ao=["svg",h,[["path",{d:"m10 10-2 2 2 2"}],["path",{d:"m14 14 2-2-2-2"}],["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2"}],["path",{d:"M9 21h1"}],["path",{d:"M14 21h1"}]]],ho=["svg",h,[["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2"}],["path",{d:"M9 21h1"}],["path",{d:"M14 21h1"}]]],e=["svg",h,[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}],["path",{d:"M18.375 2.625a2.121 2.121 0 1 1 3 3L12 15l-4 1 1-4Z"}]]],to=["svg",h,[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2"}]]],r1=["svg",h,[["path",{d:"M18 21a6 6 0 0 0-12 0"}],["circle",{cx:"12",cy:"11",r:"4"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]]],y1=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2"}]]],co=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]]],Mo=["svg",h,[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9"}]]],po=["svg",h,[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4"}],["path",{d:"M18 13h.01"}],["path",{d:"M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10"}]]],no=["svg",h,[["path",{d:"M5 22h14"}],["path",{d:"M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z"}],["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13"}]]],eo=["svg",h,[["path",{d:"M12 17.8 5.8 21 7 14.1 2 9.3l7-1L12 2"}]]],io=["svg",h,[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],lo=["svg",h,[["polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"}]]],vo=["svg",h,[["line",{x1:"18",x2:"18",y1:"20",y2:"4"}],["polygon",{points:"14,20 4,12 14,4"}]]],oo=["svg",h,[["line",{x1:"6",x2:"6",y1:"4",y2:"20"}],["polygon",{points:"10,4 20,12 10,20"}]]],so=["svg",h,[["path",{d:"M4.8 2.3A.3.3 0 1 0 5 2H4a2 2 0 0 0-2 2v5a6 6 0 0 0 6 6v0a6 6 0 0 0 6-6V4a2 2 0 0 0-2-2h-1a.2.2 0 1 0 .3.3"}],["path",{d:"M8 15v1a6 6 0 0 0 6 6v0a6 6 0 0 0 6-6v-4"}],["circle",{cx:"20",cy:"10",r:"2"}]]],go=["svg",h,[["path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z"}],["path",{d:"M14 3v4a2 2 0 0 0 2 2h4"}],["path",{d:"M8 13h0"}],["path",{d:"M16 13h0"}],["path",{d:"M10 16s.8 1 2 1c1.3 0 2-1 2-1"}]]],ro=["svg",h,[["path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z"}],["path",{d:"M15 3v4a2 2 0 0 0 2 2h4"}]]],yo=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{width:"6",height:"6",x:"9",y:"9"}]]],$o=["svg",h,[["path",{d:"m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}],["path",{d:"M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4"}],["path",{d:"M2 7h20"}],["path",{d:"M22 7v3a2 2 0 0 1-2 2v0a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12v0a2 2 0 0 1-2-2V7"}]]],mo=["svg",h,[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]]],Ho=["svg",h,[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]]],uo=["svg",h,[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12"}]]],Co=["svg",h,[["path",{d:"m4 5 8 8"}],["path",{d:"m12 5-8 8"}],["path",{d:"M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07"}]]],Vo=["svg",h,[["path",{d:"M7 13h4"}],["path",{d:"M15 13h2"}],["path",{d:"M7 9h2"}],["path",{d:"M13 9h4"}],["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2Z"}]]],wo=["svg",h,[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 4h.01"}],["path",{d:"M20 12h.01"}],["path",{d:"M12 20h.01"}],["path",{d:"M4 12h.01"}],["path",{d:"M17.657 6.343h.01"}],["path",{d:"M17.657 17.657h.01"}],["path",{d:"M6.343 17.657h.01"}],["path",{d:"M6.343 6.343h.01"}]]],So=["svg",h,[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 3v1"}],["path",{d:"M12 20v1"}],["path",{d:"M3 12h1"}],["path",{d:"M20 12h1"}],["path",{d:"m18.364 5.636-.707.707"}],["path",{d:"m6.343 17.657-.707.707"}],["path",{d:"m5.636 5.636.707.707"}],["path",{d:"m17.657 17.657.707.707"}]]],Ao=["svg",h,[["path",{d:"M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.9 4.9 1.4 1.4"}],["path",{d:"m17.7 17.7 1.4 1.4"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.3 17.7-1.4 1.4"}],["path",{d:"m19.1 4.9-1.4 1.4"}]]],Lo=["svg",h,[["path",{d:"M10 9a3 3 0 1 0 0 6"}],["path",{d:"M2 12h1"}],["path",{d:"M14 21V3"}],["path",{d:"M10 4V3"}],["path",{d:"M10 21v-1"}],["path",{d:"m3.64 18.36.7-.7"}],["path",{d:"m4.34 6.34-.7-.7"}],["path",{d:"M14 12h8"}],["path",{d:"m17 4-3 3"}],["path",{d:"m14 17 3 3"}],["path",{d:"m21 15-3-3 3-3"}]]],fo=["svg",h,[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"m17.66 17.66 1.41 1.41"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.34 17.66-1.41 1.41"}],["path",{d:"m19.07 4.93-1.41 1.41"}]]],xo=["svg",h,[["path",{d:"M12 2v8"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m8 6 4-4 4 4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]]],ko=["svg",h,[["path",{d:"M12 10V2"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m16 6-4 4-4-4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]]],Zo=["svg",h,[["path",{d:"m4 19 8-8"}],["path",{d:"m12 19-8-8"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06"}]]],Po=["svg",h,[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7"}],["path",{d:"M 7 17h0.01"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8"}]]],Fo=["svg",h,[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]]],Bo=["svg",h,[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m18 22-3-3 3-3"}],["path",{d:"m6 2 3 3-3 3"}]]],Do=["svg",h,[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19"}]]],Ro=["svg",h,[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21"}]]],To=["svg",h,[["path",{d:"m18 2 4 4"}],["path",{d:"m17 7 3-3"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5"}],["path",{d:"m9 11 4 4"}],["path",{d:"m5 19-3 3"}],["path",{d:"m14 4 6 6"}]]],bo=["svg",h,[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"}]]],zo=["svg",h,[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]]],Uo=["svg",h,[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]]],qo=["svg",h,[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4"}],["path",{d:"M8 18h.01"}]]],Oo=["svg",h,[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]]],Go=["svg",h,[["circle",{cx:"7",cy:"7",r:"5"}],["circle",{cx:"17",cy:"17",r:"5"}],["path",{d:"M12 17h10"}],["path",{d:"m3.46 10.54 7.08-7.08"}]]],Wo=["svg",h,[["path",{d:"M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z"}],["path",{d:"M7 7h.01"}]]],Eo=["svg",h,[["path",{d:"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z"}],["path",{d:"M6 9.01V9"}],["path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19"}]]],Io=["svg",h,[["path",{d:"M4 4v16"}]]],Xo=["svg",h,[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]]],No=["svg",h,[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]]],Ko=["svg",h,[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]]],Jo=["svg",h,[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]]],Qo=["svg",h,[["circle",{cx:"17",cy:"4",r:"2"}],["path",{d:"M15.59 5.41 5.41 15.59"}],["circle",{cx:"4",cy:"17",r:"2"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12"}]]],jo=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]]],Yo=["svg",h,[["circle",{cx:"4",cy:"4",r:"2"}],["path",{d:"m14 5 3-3 3 3"}],["path",{d:"m14 10 3-3 3 3"}],["path",{d:"M17 14V2"}],["path",{d:"M17 14H7l-5 8h20Z"}],["path",{d:"M8 14v8"}],["path",{d:"m9 14 5 8"}]]],_o=["svg",h,[["path",{d:"M3.5 21 14 3"}],["path",{d:"M20.5 21 10 3"}],["path",{d:"M15.5 21 12 15l-3.5 6"}],["path",{d:"M2 21h20"}]]],as=["svg",h,[["path",{d:"m7 11 2-2-2-2"}],["path",{d:"M11 13h4"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}]]],hs=["svg",h,[["polyline",{points:"4 17 10 11 4 5"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19"}]]],ts=["svg",h,[["path",{d:"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01v0a2.83 2.83 0 0 1 0-4L17 3"}],["path",{d:"m16 2 6 6"}],["path",{d:"M12 16H4"}]]],ds=["svg",h,[["path",{d:"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5h0c-1.4 0-2.5-1.1-2.5-2.5V2"}],["path",{d:"M8.5 2h7"}],["path",{d:"M14.5 16h-5"}]]],cs=["svg",h,[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22v0A2.5 2.5 0 0 1 4 19.5V2"}],["path",{d:"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5v0a2.5 2.5 0 0 1-2.5-2.5V2"}],["path",{d:"M3 2h7"}],["path",{d:"M14 2h7"}],["path",{d:"M9 16H4"}],["path",{d:"M20 16h-5"}]]],Ms=["svg",h,[["path",{d:"M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1"}],["path",{d:"M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7"}],["path",{d:"M9 7v10"}]]],ps=["svg",h,[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1"}]]],ns=["svg",h,[["path",{d:"M17 6H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 18H8"}],["path",{d:"M3 12v6"}]]],es=["svg",h,[["path",{d:"M21 6H3"}],["path",{d:"M10 12H3"}],["path",{d:"M10 18H3"}],["circle",{cx:"17",cy:"15",r:"3"}],["path",{d:"m21 19-1.9-1.9"}]]],$1=["svg",h,[["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 3h1"}],["path",{d:"M9 21h1"}],["path",{d:"M14 3h1"}],["path",{d:"M14 21h1"}],["path",{d:"M3 9v1"}],["path",{d:"M21 9v1"}],["path",{d:"M3 14v1"}],["path",{d:"M21 14v1"}],["line",{x1:"7",x2:"15",y1:"8",y2:"8"}],["line",{x1:"7",x2:"17",y1:"12",y2:"12"}],["line",{x1:"7",x2:"13",y1:"16",y2:"16"}]]],is=["svg",h,[["path",{d:"M17 6.1H3"}],["path",{d:"M21 12.1H3"}],["path",{d:"M15.1 18H3"}]]],ls=["svg",h,[["path",{d:"M2 10s3-3 3-8"}],["path",{d:"M22 10s-3-3-3-8"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8"}],["path",{d:"M2 10s2 2 2 5"}],["path",{d:"M22 10s-2 2-2 5"}],["path",{d:"M8 15h8"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}]]],vs=["svg",h,[["path",{d:"M2 12h10"}],["path",{d:"M9 4v16"}],["path",{d:"m3 9 3 3-3 3"}],["path",{d:"M12 6 9 9 6 6"}],["path",{d:"m6 18 3-3 1.5 1.5"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]]],os=["svg",h,[["path",{d:"M12 9a4 4 0 0 0-2 7.5"}],["path",{d:"M12 3v2"}],["path",{d:"m6.6 18.4-1.4 1.4"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}],["path",{d:"M4 13H2"}],["path",{d:"M6.34 7.34 4.93 5.93"}]]],ss=["svg",h,[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]]],gs=["svg",h,[["path",{d:"M17 14V2"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22h0a3.13 3.13 0 0 1-3-3.88Z"}]]],rs=["svg",h,[["path",{d:"M7 10v12"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z"}]]],ys=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9 12 2 2 4-4"}]]],$s=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 12h6"}]]],ms=["svg",h,[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 9h.01"}],["path",{d:"m15 9-6 6"}],["path",{d:"M15 15h.01"}]]],Hs=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 12h6"}],["path",{d:"M12 9v6"}]]],us=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9.5 14.5 5-5"}]]],Cs=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9.5 14.5 5-5"}],["path",{d:"m9.5 9.5 5 5"}]]],Vs=["svg",h,[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M13 5v2"}],["path",{d:"M13 17v2"}],["path",{d:"M13 11v2"}]]],ws=["svg",h,[["path",{d:"M10 2h4"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M12 12v-2"}]]],Ss=["svg",h,[["path",{d:"M10 2h4"}],["path",{d:"M12 14v-4"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6"}],["path",{d:"M9 17H4v5"}]]],As=["svg",h,[["line",{x1:"10",x2:"14",y1:"2",y2:"2"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11"}],["circle",{cx:"12",cy:"14",r:"8"}]]],Ls=["svg",h,[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6"}],["circle",{cx:"8",cy:"12",r:"2"}]]],fs=["svg",h,[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6"}],["circle",{cx:"16",cy:"12",r:"2"}]]],xs=["svg",h,[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]]],ks=["svg",h,[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]]],Zs=["svg",h,[["path",{d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16"}],["path",{d:"M2 14h12"}],["path",{d:"M22 14h-2"}],["path",{d:"M12 20v-6"}],["path",{d:"m2 2 20 20"}],["path",{d:"M22 16V6a2 2 0 0 0-2-2H10"}]]],Ps=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]]],Fs=["svg",h,[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z"}],["path",{d:"M8 13v9"}],["path",{d:"M16 22v-9"}],["path",{d:"m9 6 1 7"}],["path",{d:"m15 6-1 7"}],["path",{d:"M12 6V2"}],["path",{d:"M13 2h-2"}]]],Bs=["svg",h,[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3"}]]],Ds=["svg",h,[["path",{d:"M3 4h9l1 7"}],["path",{d:"M4 11V4"}],["path",{d:"M8 10V4"}],["path",{d:"M18 5c-.6 0-1 .4-1 1v5.6"}],["path",{d:"m10 11 11 .9c.6 0 .9.5.8 1.1l-.8 5h-1"}],["circle",{cx:"7",cy:"15",r:".5"}],["circle",{cx:"7",cy:"15",r:"5"}],["path",{d:"M16 18h-5"}],["circle",{cx:"18",cy:"18",r:"2"}]]],Rs=["svg",h,[["path",{d:"M9.3 6.2a4.55 4.55 0 0 0 5.4 0"}],["path",{d:"M7.9 10.7c.9.8 2.4 1.3 4.1 1.3s3.2-.5 4.1-1.3"}],["path",{d:"M13.9 3.5a1.93 1.93 0 0 0-3.8-.1l-3 10c-.1.2-.1.4-.1.6 0 1.7 2.2 3 5 3s5-1.3 5-3c0-.2 0-.4-.1-.5Z"}],["path",{d:"m7.5 12.2-4.7 2.7c-.5.3-.8.7-.8 1.1s.3.8.8 1.1l7.6 4.5c.9.5 2.1.5 3 0l7.6-4.5c.7-.3 1-.7 1-1.1s-.3-.8-.8-1.1l-4.7-2.8"}]]],Ts=["svg",h,[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8"}],["path",{d:"M10 15h.01"}],["path",{d:"M14 15h.01"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z"}],["path",{d:"m9 19-2 3"}],["path",{d:"m15 19 2 3"}]]],bs=["svg",h,[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1"}],["path",{d:"m9 15-1-1"}],["path",{d:"m15 15 1-1"}],["path",{d:"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z"}],["path",{d:"m8 19-2 3"}],["path",{d:"m16 19 2 3"}]]],zs=["svg",h,[["path",{d:"M2 17 17 2"}],["path",{d:"m2 14 8 8"}],["path",{d:"m5 11 8 8"}],["path",{d:"m8 8 8 8"}],["path",{d:"m11 5 8 8"}],["path",{d:"m14 2 8 8"}],["path",{d:"M7 22 22 7"}]]],m1=["svg",h,[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2"}],["path",{d:"M4 11h16"}],["path",{d:"M12 3v8"}],["path",{d:"m8 19-2 3"}],["path",{d:"m18 22-2-3"}],["path",{d:"M8 15h0"}],["path",{d:"M16 15h0"}]]],Us=["svg",h,[["path",{d:"M3 6h18"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17"}]]],qs=["svg",h,[["path",{d:"M3 6h18"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"}]]],Os=["svg",h,[["path",{d:"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z"}],["path",{d:"M12 19v3"}]]],Gs=["svg",h,[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z"}],["path",{d:"M12 22v-3"}]]],Ws=["svg",h,[["path",{d:"M10 10v.2A3 3 0 0 1 8.9 16v0H5v0h0a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z"}],["path",{d:"M7 16v6"}],["path",{d:"M13 19v3"}],["path",{d:"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5"}]]],Es=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["rect",{width:"3",height:"9",x:"7",y:"7"}],["rect",{width:"3",height:"5",x:"14",y:"7"}]]],Is=["svg",h,[["polyline",{points:"22 17 13.5 8.5 8.5 13.5 2 7"}],["polyline",{points:"16 17 22 17 22 11"}]]],Xs=["svg",h,[["polyline",{points:"22 7 13.5 15.5 8.5 10.5 2 17"}],["polyline",{points:"16 7 22 7 22 13"}]]],Ns=["svg",h,[["path",{d:"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z"}]]],Ks=["svg",h,[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"}]]],Js=["svg",h,[["path",{d:"M6 9H4.5a2.5 2.5 0 0 1 0-5H6"}],["path",{d:"M18 9h1.5a2.5 2.5 0 0 0 0-5H18"}],["path",{d:"M4 22h16"}],["path",{d:"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22"}],["path",{d:"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22"}],["path",{d:"M18 2H6v7a6 6 0 0 0 12 0V2Z"}]]],Qs=["svg",h,[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["path",{d:"M15 18H9"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]]],js=["svg",h,[["path",{d:"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z"}],["path",{d:"M4.82 7.9 8 10"}],["path",{d:"M15.18 7.9 12 10"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2"}]]],Ys=["svg",h,[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]]],_s=["svg",h,[["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",ry:"2"}],["polyline",{points:"17 2 12 7 7 2"}]]],ag=["svg",h,[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]]],hg=["svg",h,[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"}]]],tg=["svg",h,[["polyline",{points:"4 7 4 4 20 4 20 7"}],["line",{x1:"9",x2:"15",y1:"20",y2:"20"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20"}]]],dg=["svg",h,[["path",{d:"M12 2v1"}],["path",{d:"M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575"}],["path",{d:"M17.5 12H22A10 10 0 0 0 9.004 3.455"}],["path",{d:"m2 2 20 20"}]]],cg=["svg",h,[["path",{d:"M22 12a10.06 10.06 1 0 0-20 0Z"}],["path",{d:"M12 12v8a2 2 0 0 0 4 0"}],["path",{d:"M12 2v1"}]]],Mg=["svg",h,[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]]],pg=["svg",h,[["path",{d:"M9 14 4 9l5-5"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11"}]]],ng=["svg",h,[["circle",{cx:"12",cy:"17",r:"1"}],["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]]],eg=["svg",h,[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]]],ig=["svg",h,[["path",{d:"M16 12h6"}],["path",{d:"M8 12H2"}],["path",{d:"M12 2v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 20v2"}],["path",{d:"m19 15 3-3-3-3"}],["path",{d:"m5 9-3 3 3 3"}]]],lg=["svg",h,[["path",{d:"M12 22v-6"}],["path",{d:"M12 8V2"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}],["path",{d:"m15 19-3 3-3-3"}],["path",{d:"m15 5-3-3-3 3"}]]],vg=["svg",h,[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]]],og=["svg",h,[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]]],sg=["svg",h,[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16"}]]],gg=["svg",h,[["circle",{cx:"12",cy:"16",r:"1"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5"}]]],rg=["svg",h,[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1"}]]],yg=["svg",h,[["path",{d:"m19 5 3-3"}],["path",{d:"m2 22 3-3"}],["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z"}],["path",{d:"M7.5 13.5 10 11"}],["path",{d:"M10.5 16.5 13 14"}],["path",{d:"m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z"}]]],$g=["svg",h,[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M12 12v9"}],["path",{d:"m16 16-4-4-4 4"}]]],mg=["svg",h,[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["polyline",{points:"17 8 12 3 7 8"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15"}]]],Hg=["svg",h,[["circle",{cx:"10",cy:"7",r:"1"}],["circle",{cx:"4",cy:"20",r:"1"}],["path",{d:"M4.7 19.3 19 5"}],["path",{d:"m21 3-3 1 2 2Z"}],["path",{d:"M9.26 7.68 5 12l2 5"}],["path",{d:"m10 14 5 2 3.5-3.5"}],["path",{d:"m18 12 1-1 1 1-1 1Z"}]]],ug=["svg",h,[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["polyline",{points:"16 11 18 13 22 9"}]]],Cg=["svg",h,[["circle",{cx:"18",cy:"15",r:"3"}],["circle",{cx:"9",cy:"7",r:"4"}],["path",{d:"M10 15H6a4 4 0 0 0-4 4v2"}],["path",{d:"m21.7 16.4-.9-.3"}],["path",{d:"m15.2 13.9-.9-.3"}],["path",{d:"m16.6 18.7.3-.9"}],["path",{d:"m19.1 12.2.3-.9"}],["path",{d:"m19.6 18.7-.4-1"}],["path",{d:"m16.8 12.3-.4-1"}],["path",{d:"m14.3 16.6 1-.4"}],["path",{d:"m20.7 13.8 1-.4"}]]],Vg=["svg",h,[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11"}]]],wg=["svg",h,[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11"}]]],H1=["svg",h,[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"m16 19 2 2 4-4"}]]],u1=["svg",h,[["path",{d:"M2 21a8 8 0 0 1 10.434-7.62"}],["circle",{cx:"10",cy:"8",r:"5"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m19.5 14.3-.4.9"}],["path",{d:"m16.9 20.8-.4.9"}],["path",{d:"m21.7 19.5-.9-.4"}],["path",{d:"m15.2 16.9-.9-.4"}],["path",{d:"m21.7 16.5-.9.4"}],["path",{d:"m15.2 19.1-.9.4"}],["path",{d:"m19.5 21.7-.4-.9"}],["path",{d:"m16.9 15.2-.4-.9"}]]],C1=["svg",h,[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]]],V1=["svg",h,[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M19 16v6"}],["path",{d:"M22 19h-6"}]]],Sg=["svg",h,[["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m22 22-1.9-1.9"}]]],w1=["svg",h,[["path",{d:"M2 21a8 8 0 0 1 11.873-7"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"m17 17 5 5"}],["path",{d:"m22 17-5 5"}]]],S1=["svg",h,[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]]],Ag=["svg",h,[["circle",{cx:"10",cy:"7",r:"4"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2"}],["circle",{cx:"17",cy:"17",r:"3"}],["path",{d:"m21 21-1.9-1.9"}]]],Lg=["svg",h,[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13"}]]],fg=["svg",h,[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}],["circle",{cx:"12",cy:"7",r:"4"}]]],A1=["svg",h,[["path",{d:"M18 21a8 8 0 0 0-16 0"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3"}]]],xg=["svg",h,[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75"}]]],kg=["svg",h,[["path",{d:"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8"}],["path",{d:"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7"}],["path",{d:"m2.1 21.8 6.4-6.3"}],["path",{d:"m19 5-7 7"}]]],Zg=["svg",h,[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2"}],["path",{d:"M7 2v20"}],["path",{d:"M21 15V2v0a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7"}]]],Pg=["svg",h,[["path",{d:"M12 2v20"}],["path",{d:"M2 5h20"}],["path",{d:"M3 3v2"}],["path",{d:"M7 3v2"}],["path",{d:"M17 3v2"}],["path",{d:"M21 3v2"}],["path",{d:"m19 5-7 7-7-7"}]]],Fg=["svg",h,[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]]],Bg=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}],["path",{d:"m7.9 7.9 2.7 2.7"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"}],["path",{d:"m13.4 10.6 2.7-2.7"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor"}],["path",{d:"m7.9 16.1 2.7-2.7"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor"}],["path",{d:"m13.4 13.4 2.7 2.7"}],["circle",{cx:"12",cy:"12",r:"2"}]]],Dg=["svg",h,[["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14"}],["path",{d:"M16 8c4 0 6-2 6-6-4 0-6 2-6 6"}],["path",{d:"M17.41 3.6a10 10 0 1 0 3 3"}]]],Rg=["svg",h,[["path",{d:"M2 12a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V7h-5a8 8 0 0 0-5 2 8 8 0 0 0-5-2H2Z"}],["path",{d:"M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2Z"}],["path",{d:"M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z"}]]],Tg=["svg",h,[["path",{d:"m2 8 2 2-2 2 2 2-2 2"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],bg=["svg",h,[["path",{d:"m2 8 2 2-2 2 2 2-2 2"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1"}]]],zg=["svg",h,[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.34l1 1L22 8v8"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2l10 10Z"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Ug=["svg",h,[["path",{d:"m22 8-6 4 6 4V8Z"}],["rect",{width:"14",height:"12",x:"2",y:"6",rx:"2",ry:"2"}]]],qg=["svg",h,[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 8h20"}],["circle",{cx:"8",cy:"14",r:"2"}],["path",{d:"M8 12h8"}],["circle",{cx:"16",cy:"14",r:"2"}]]],Og=["svg",h,[["path",{d:"M5 12s2.545-5 7-5c4.454 0 7 5 7 5s-2.546 5-7 5c-4.455 0-7-5-7-5z"}],["path",{d:"M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2"}]]],Gg=["svg",h,[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]]],Wg=["svg",h,[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}],["path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}]]],Eg=["svg",h,[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}],["path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}],["path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"}]]],Ig=["svg",h,[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15"}]]],Xg=["svg",h,[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}]]],Ng=["svg",h,[["path",{d:"m9 12 2 2 4-4"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z"}],["path",{d:"M22 19H2"}]]],Kg=["svg",h,[["path",{d:"M17 14h.01"}],["path",{d:"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14"}]]],Jg=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2"}],["path",{d:"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21"}]]],Qg=["svg",h,[["path",{d:"M21 12V7H5a2 2 0 0 1 0-4h14v4"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h16v-5"}],["path",{d:"M18 12a2 2 0 0 0 0 4h4v-4Z"}]]],jg=["svg",h,[["circle",{cx:"8",cy:"9",r:"2"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}]]],Yg=["svg",h,[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72Z"}],["path",{d:"m14 7 3 3"}],["path",{d:"M5 6v4"}],["path",{d:"M19 14v4"}],["path",{d:"M10 2v2"}],["path",{d:"M7 8H3"}],["path",{d:"M21 16h-4"}],["path",{d:"M11 3H9"}]]],_g=["svg",h,[["path",{d:"M15 4V2"}],["path",{d:"M15 16v-2"}],["path",{d:"M8 9h2"}],["path",{d:"M20 9h2"}],["path",{d:"M17.8 11.8 19 13"}],["path",{d:"M15 9h0"}],["path",{d:"M17.8 6.2 19 5"}],["path",{d:"m3 21 9-9"}],["path",{d:"M12.2 6.2 11 5"}]]],ar=["svg",h,[["path",{d:"M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z"}],["path",{d:"M6 18h12"}],["path",{d:"M6 14h12"}],["rect",{width:"12",height:"12",x:"6",y:"10"}]]],hr=["svg",h,[["path",{d:"M3 6h3"}],["path",{d:"M17 6h.01"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2"}],["circle",{cx:"12",cy:"13",r:"5"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5"}]]],tr=["svg",h,[["circle",{cx:"12",cy:"12",r:"6"}],["polyline",{points:"12 10 12 12 13 13"}],["path",{d:"m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05"}],["path",{d:"m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05"}]]],dr=["svg",h,[["path",{d:"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}],["path",{d:"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}]]],cr=["svg",h,[["circle",{cx:"12",cy:"4.5",r:"2.5"}],["path",{d:"m10.2 6.3-3.9 3.9"}],["circle",{cx:"4.5",cy:"12",r:"2.5"}],["path",{d:"M7 12h10"}],["circle",{cx:"19.5",cy:"12",r:"2.5"}],["path",{d:"m13.8 17.7 3.9-3.9"}],["circle",{cx:"12",cy:"19.5",r:"2.5"}]]],Mr=["svg",h,[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]]],pr=["svg",h,[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414"}],["path",{d:"m12 6 .6 1"}],["path",{d:"m2 2 20 20"}]]],nr=["svg",h,[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8"}]]],er=["svg",h,[["circle",{cx:"12",cy:"5",r:"3"}],["path",{d:"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z"}]]],ir=["svg",h,[["path",{d:"m2 22 10-10"}],["path",{d:"m16 8-1.17 1.17"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z"}],["path",{d:"m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97"}],["path",{d:"M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z"}],["path",{d:"m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98"}],["path",{d:"M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],lr=["svg",h,[["path",{d:"M2 22 16 8"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z"}],["path",{d:"M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z"}],["path",{d:"M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z"}],["path",{d:"M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z"}],["path",{d:"M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z"}]]],vr=["svg",h,[["circle",{cx:"7",cy:"12",r:"3"}],["path",{d:"M10 9v6"}],["circle",{cx:"17",cy:"12",r:"3"}],["path",{d:"M14 7v8"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]]],or=["svg",h,[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M8.5 16.5a5 5 0 0 1 7 0"}],["path",{d:"M2 8.82a15 15 0 0 1 4.17-2.65"}],["path",{d:"M10.66 5c4.01-.36 8.14.9 11.34 3.76"}],["path",{d:"M16.85 11.25a10 10 0 0 1 2.22 1.68"}],["path",{d:"M5 13a10 10 0 0 1 5.24-2.76"}],["line",{x1:"12",x2:"12.01",y1:"20",y2:"20"}]]],sr=["svg",h,[["path",{d:"M5 13a10 10 0 0 1 14 0"}],["path",{d:"M8.5 16.5a5 5 0 0 1 7 0"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0"}],["line",{x1:"12",x2:"12.01",y1:"20",y2:"20"}]]],gr=["svg",h,[["path",{d:"M17.7 7.7a2.5 2.5 0 1 1 1.8 4.3H2"}],["path",{d:"M9.6 4.6A2 2 0 1 1 11 8H2"}],["path",{d:"M12.6 19.4A2 2 0 1 0 14 16H2"}]]],rr=["svg",h,[["path",{d:"M8 22h8"}],["path",{d:"M7 10h3m7 0h-1.343"}],["path",{d:"M12 15v7"}],["path",{d:"M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],yr=["svg",h,[["path",{d:"M8 22h8"}],["path",{d:"M7 10h10"}],["path",{d:"M12 15v7"}],["path",{d:"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z"}]]],$r=["svg",h,[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2"}]]],mr=["svg",h,[["line",{x1:"3",x2:"21",y1:"6",y2:"6"}],["path",{d:"M3 12h15a3 3 0 1 1 0 6h-4"}],["polyline",{points:"16 16 14 18 16 20"}],["line",{x1:"3",x2:"10",y1:"18",y2:"18"}]]],Hr=["svg",h,[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"}]]],ur=["svg",h,[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]]],Cr=["svg",h,[["polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]]],Vr=["svg",h,[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]]],wr=["svg",h,[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]]],Sr=["svg",h,[["path",{d:"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17"}],["path",{d:"m10 15 5-3-5-3z"}]]],Ar=["svg",h,[["polyline",{points:"12.41 6.75 13 2 10.57 4.92"}],["polyline",{points:"18.57 12.91 21 10 15.66 10"}],["polyline",{points:"8 8 3 14 12 14 11 22 16 16"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]]],Lr=["svg",h,[["polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"}]]],fr=["svg",h,[["circle",{cx:"11",cy:"11",r:"8"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11"}]]],xr=["svg",h,[["circle",{cx:"11",cy:"11",r:"8"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11"}]]];var kr=Object.freeze({__proto__:null,AArrowDown:x1,AArrowUp:k1,ALargeSmall:Z1,Accessibility:P1,Activity:B1,ActivitySquare:F1,AirVent:D1,Airplay:R1,AlarmCheck:o,AlarmClock:b1,AlarmClockCheck:o,AlarmClockMinus:s,AlarmClockOff:T1,AlarmClockPlus:g,AlarmMinus:s,AlarmPlus:g,AlarmSmoke:z1,Album:U1,AlertCircle:q1,AlertOctagon:O1,AlertTriangle:G1,AlignCenter:I1,AlignCenterHorizontal:W1,AlignCenterVertical:E1,AlignEndHorizontal:X1,AlignEndVertical:N1,AlignHorizontalDistributeCenter:K1,AlignHorizontalDistributeEnd:J1,AlignHorizontalDistributeStart:Q1,AlignHorizontalJustifyCenter:j1,AlignHorizontalJustifyEnd:Y1,AlignHorizontalJustifyStart:_1,AlignHorizontalSpaceAround:a2,AlignHorizontalSpaceBetween:h2,AlignJustify:t2,AlignLeft:d2,AlignRight:c2,AlignStartHorizontal:M2,AlignStartVertical:p2,AlignVerticalDistributeCenter:n2,AlignVerticalDistributeEnd:e2,AlignVerticalDistributeStart:i2,AlignVerticalJustifyCenter:l2,AlignVerticalJustifyEnd:v2,AlignVerticalJustifyStart:o2,AlignVerticalSpaceAround:s2,AlignVerticalSpaceBetween:g2,Ambulance:r2,Ampersand:y2,Ampersands:$2,Anchor:m2,Angry:H2,Annoyed:u2,Antenna:C2,Anvil:V2,Aperture:w2,AppWindow:S2,Apple:A2,Archive:x2,ArchiveRestore:L2,ArchiveX:f2,AreaChart:k2,Armchair:Z2,ArrowBigDown:F2,ArrowBigDownDash:P2,ArrowBigLeft:D2,ArrowBigLeftDash:B2,ArrowBigRight:T2,ArrowBigRightDash:R2,ArrowBigUp:z2,ArrowBigUpDash:b2,ArrowDown:t0,ArrowDown01:U2,ArrowDown10:q2,ArrowDownAZ:r,ArrowDownAz:r,ArrowDownCircle:O2,ArrowDownFromLine:G2,ArrowDownLeft:X2,ArrowDownLeftFromCircle:W2,ArrowDownLeftFromSquare:E2,ArrowDownLeftSquare:I2,ArrowDownNarrowWide:N2,ArrowDownRight:j2,ArrowDownRightFromCircle:K2,ArrowDownRightFromSquare:J2,ArrowDownRightSquare:Q2,ArrowDownSquare:Y2,ArrowDownToDot:_2,ArrowDownToLine:a0,ArrowDownUp:h0,ArrowDownWideNarrow:y,ArrowDownZA:$,ArrowDownZa:$,ArrowLeft:e0,ArrowLeftCircle:d0,ArrowLeftFromLine:c0,ArrowLeftRight:M0,ArrowLeftSquare:p0,ArrowLeftToLine:n0,ArrowRight:g0,ArrowRightCircle:i0,ArrowRightFromLine:l0,ArrowRightLeft:v0,ArrowRightSquare:o0,ArrowRightToLine:s0,ArrowUp:F0,ArrowUp01:r0,ArrowUp10:y0,ArrowUpAZ:m,ArrowUpAz:m,ArrowUpCircle:$0,ArrowUpDown:m0,ArrowUpFromDot:H0,ArrowUpFromLine:u0,ArrowUpLeft:S0,ArrowUpLeftFromCircle:C0,ArrowUpLeftFromSquare:V0,ArrowUpLeftSquare:w0,ArrowUpNarrowWide:H,ArrowUpRight:x0,ArrowUpRightFromCircle:A0,ArrowUpRightFromSquare:L0,ArrowUpRightSquare:f0,ArrowUpSquare:k0,ArrowUpToLine:Z0,ArrowUpWideNarrow:P0,ArrowUpZA:u,ArrowUpZa:u,ArrowsUpFromLine:B0,Asterisk:D0,AsteriskSquare:C,AtSign:R0,Atom:T0,AudioLines:b0,AudioWaveform:z0,Award:U0,Axe:q0,Axis3D:V,Axis3d:V,Baby:O0,Backpack:G0,Badge:ca,BadgeAlert:W0,BadgeCent:E0,BadgeCheck:w,BadgeDollarSign:I0,BadgeEuro:X0,BadgeHelp:N0,BadgeIndianRupee:K0,BadgeInfo:J0,BadgeJapaneseYen:Q0,BadgeMinus:j0,BadgePercent:Y0,BadgePlus:_0,BadgePoundSterling:aa,BadgeRussianRuble:ha,BadgeSwissFranc:ta,BadgeX:da,BaggageClaim:Ma,Ban:pa,Banana:na,Banknote:ea,BarChart:ra,BarChart2:ia,BarChart3:la,BarChart4:va,BarChartBig:oa,BarChartHorizontal:ga,BarChartHorizontalBig:sa,Barcode:ya,Baseline:$a,Bath:ma,Battery:Sa,BatteryCharging:Ha,BatteryFull:ua,BatteryLow:Ca,BatteryMedium:Va,BatteryWarning:wa,Beaker:Aa,Bean:fa,BeanOff:La,Bed:Za,BedDouble:xa,BedSingle:ka,Beef:Pa,Beer:Fa,Bell:Ua,BellDot:Ba,BellElectric:Da,BellMinus:Ra,BellOff:Ta,BellPlus:ba,BellRing:za,BetweenHorizonalEnd:S,BetweenHorizonalStart:A,BetweenHorizontalEnd:S,BetweenHorizontalStart:A,BetweenVerticalEnd:qa,BetweenVerticalStart:Oa,Bike:Ga,Binary:Wa,Biohazard:Ea,Bird:Ia,Bitcoin:Xa,Blend:Na,Blinds:Ka,Blocks:Ja,Bluetooth:_a,BluetoothConnected:Qa,BluetoothOff:ja,BluetoothSearching:Ya,Bold:ah,Bolt:hh,Bomb:th,Bone:dh,Book:Lh,BookA:ch,BookAudio:Mh,BookCheck:ph,BookCopy:nh,BookDashed:L,BookDown:eh,BookHeadphones:ih,BookHeart:lh,BookImage:vh,BookKey:oh,BookLock:sh,BookMarked:gh,BookMinus:rh,BookOpen:mh,BookOpenCheck:yh,BookOpenText:$h,BookPlus:Hh,BookTemplate:L,BookText:uh,BookType:Ch,BookUp:wh,BookUp2:Vh,BookUser:Sh,BookX:Ah,Bookmark:Ph,BookmarkCheck:fh,BookmarkMinus:xh,BookmarkPlus:kh,BookmarkX:Zh,BoomBox:Fh,Bot:Bh,Box:Rh,BoxSelect:Dh,Boxes:Th,Braces:f,Brackets:bh,Brain:qh,BrainCircuit:zh,BrainCog:Uh,BrickWall:Oh,Briefcase:Gh,BringToFront:Wh,Brush:Eh,Bug:Nh,BugOff:Ih,BugPlay:Xh,Building:Jh,Building2:Kh,Bus:jh,BusFront:Qh,Cable:_h,CableCar:Yh,Cake:ht,CakeSlice:at,Calculator:tt,Calendar:mt,CalendarCheck:ct,CalendarCheck2:dt,CalendarClock:Mt,CalendarDays:pt,CalendarFold:nt,CalendarHeart:et,CalendarMinus:lt,CalendarMinus2:it,CalendarOff:vt,CalendarPlus:st,CalendarPlus2:ot,CalendarRange:gt,CalendarSearch:rt,CalendarX:$t,CalendarX2:yt,Camera:ut,CameraOff:Ht,CandlestickChart:Ct,Candy:St,CandyCane:Vt,CandyOff:wt,Car:ft,CarFront:At,CarTaxiFront:Lt,Caravan:xt,Carrot:kt,CaseLower:Zt,CaseSensitive:Pt,CaseUpper:Ft,CassetteTape:Bt,Cast:Dt,Castle:Rt,Cat:Tt,Cctv:bt,Check:Wt,CheckCheck:zt,CheckCircle:qt,CheckCircle2:Ut,CheckSquare:Gt,CheckSquare2:Ot,ChefHat:Et,Cherry:It,ChevronDown:Kt,ChevronDownCircle:Xt,ChevronDownSquare:Nt,ChevronFirst:Jt,ChevronLast:Qt,ChevronLeft:_t,ChevronLeftCircle:jt,ChevronLeftSquare:Yt,ChevronRight:t4,ChevronRightCircle:a4,ChevronRightSquare:h4,ChevronUp:M4,ChevronUpCircle:d4,ChevronUpSquare:c4,ChevronsDown:n4,ChevronsDownUp:p4,ChevronsLeft:i4,ChevronsLeftRight:e4,ChevronsRight:v4,ChevronsRightLeft:l4,ChevronsUp:s4,ChevronsUpDown:o4,Chrome:g4,Church:r4,Cigarette:$4,CigaretteOff:y4,Circle:f4,CircleDashed:m4,CircleDollarSign:H4,CircleDot:C4,CircleDotDashed:u4,CircleEllipsis:V4,CircleEqual:w4,CircleFadingPlus:S4,CircleOff:A4,CircleSlash:L4,CircleSlash2:x,CircleSlashed:x,CircleUser:Z,CircleUserRound:k,CircuitBoard:x4,Citrus:k4,Clapperboard:Z4,Clipboard:U4,ClipboardCheck:P4,ClipboardCopy:F4,ClipboardEdit:F,ClipboardList:B4,ClipboardMinus:D4,ClipboardPaste:R4,ClipboardPen:F,ClipboardPenLine:P,ClipboardPlus:T4,ClipboardSignature:P,ClipboardType:b4,ClipboardX:z4,Clock:Y4,Clock1:q4,Clock10:O4,Clock11:G4,Clock12:W4,Clock2:E4,Clock3:I4,Clock4:X4,Clock5:N4,Clock6:K4,Clock7:J4,Clock8:Q4,Clock9:j4,Cloud:o5,CloudCog:_4,CloudDrizzle:a5,CloudFog:h5,CloudHail:t5,CloudLightning:d5,CloudMoon:M5,CloudMoonRain:c5,CloudOff:p5,CloudRain:e5,CloudRainWind:n5,CloudSnow:i5,CloudSun:v5,CloudSunRain:l5,Cloudy:s5,Clover:g5,Club:r5,Code:$5,Code2:y5,CodeSquare:B,Codepen:m5,Codesandbox:H5,Coffee:u5,Cog:C5,Coins:V5,Columns:D,Columns2:D,Columns3:R,Columns4:w5,Combine:S5,Command:A5,Compass:L5,Component:f5,Computer:x5,ConciergeBell:k5,Cone:Z5,Construction:P5,Contact:B5,Contact2:F5,Container:D5,Contrast:R5,Cookie:T5,CookingPot:b5,Copy:W5,CopyCheck:z5,CopyMinus:U5,CopyPlus:q5,CopySlash:O5,CopyX:G5,Copyleft:E5,Copyright:I5,CornerDownLeft:X5,CornerDownRight:N5,CornerLeftDown:K5,CornerLeftUp:J5,CornerRightDown:Q5,CornerRightUp:j5,CornerUpLeft:Y5,CornerUpRight:_5,Cpu:ad,CreativeCommons:hd,CreditCard:td,Croissant:dd,Crop:cd,Cross:Md,Crosshair:pd,Crown:nd,Cuboid:ed,CupSoda:id,CurlyBraces:f,Currency:ld,Cylinder:vd,Database:gd,DatabaseBackup:od,DatabaseZap:sd,Delete:rd,Dessert:yd,Diameter:$d,Diamond:md,Dice1:Hd,Dice2:ud,Dice3:Cd,Dice4:Vd,Dice5:wd,Dice6:Sd,Dices:Ad,Diff:Ld,Disc:Zd,Disc2:fd,Disc3:xd,DiscAlbum:kd,Divide:Bd,DivideCircle:Pd,DivideSquare:Fd,Dna:Rd,DnaOff:Dd,Dog:Td,DollarSign:bd,Donut:zd,DoorClosed:Ud,DoorOpen:qd,Dot:Od,DotSquare:T,Download:Wd,DownloadCloud:Gd,DraftingCompass:Ed,Drama:Id,Dribbble:Xd,Drill:Nd,Droplet:Kd,Droplets:Jd,Drum:Qd,Drumstick:jd,Dumbbell:Yd,Ear:a3,EarOff:_d,Eclipse:h3,Edit:e,Edit2:p1,Edit3:M1,Egg:c3,EggFried:t3,EggOff:d3,Equal:p3,EqualNot:M3,EqualSquare:b,Eraser:n3,Euro:e3,Expand:i3,ExternalLink:l3,Eye:o3,EyeOff:v3,Facebook:s3,Factory:g3,Fan:r3,FastForward:y3,Feather:$3,Fence:m3,FerrisWheel:H3,Figma:u3,File:uc,FileArchive:C3,FileAudio:w3,FileAudio2:V3,FileAxis3D:z,FileAxis3d:z,FileBadge:A3,FileBadge2:S3,FileBarChart:f3,FileBarChart2:L3,FileBox:x3,FileCheck:Z3,FileCheck2:k3,FileClock:P3,FileCode:B3,FileCode2:F3,FileCog:U,FileCog2:U,FileDiff:D3,FileDigit:R3,FileDown:T3,FileEdit:O,FileHeart:b3,FileImage:z3,FileInput:U3,FileJson:O3,FileJson2:q3,FileKey:W3,FileKey2:G3,FileLineChart:E3,FileLock:X3,FileLock2:I3,FileMinus:K3,FileMinus2:N3,FileMusic:J3,FileOutput:Q3,FilePen:O,FilePenLine:q,FilePieChart:j3,FilePlus:_3,FilePlus2:Y3,FileQuestion:ac,FileScan:hc,FileSearch:dc,FileSearch2:tc,FileSignature:q,FileSliders:cc,FileSpreadsheet:Mc,FileStack:pc,FileSymlink:nc,FileTerminal:ec,FileText:ic,FileType:vc,FileType2:lc,FileUp:oc,FileVideo:gc,FileVideo2:sc,FileVolume:yc,FileVolume2:rc,FileWarning:$c,FileX:Hc,FileX2:mc,Files:Cc,Film:Vc,Filter:Sc,FilterX:wc,Fingerprint:Ac,FireExtinguisher:Lc,Fish:kc,FishOff:fc,FishSymbol:xc,Flag:Bc,FlagOff:Zc,FlagTriangleLeft:Pc,FlagTriangleRight:Fc,Flame:Rc,FlameKindling:Dc,Flashlight:bc,FlashlightOff:Tc,FlaskConical:Uc,FlaskConicalOff:zc,FlaskRound:qc,FlipHorizontal:Gc,FlipHorizontal2:Oc,FlipVertical:Ec,FlipVertical2:Wc,Flower:Xc,Flower2:Ic,Focus:Nc,FoldHorizontal:Kc,FoldVertical:Jc,Folder:V6,FolderArchive:Qc,FolderCheck:jc,FolderClock:Yc,FolderClosed:_c,FolderCog:G,FolderCog2:G,FolderDot:a6,FolderDown:h6,FolderEdit:W,FolderGit:d6,FolderGit2:t6,FolderHeart:c6,FolderInput:M6,FolderKanban:p6,FolderKey:n6,FolderLock:e6,FolderMinus:i6,FolderOpen:v6,FolderOpenDot:l6,FolderOutput:o6,FolderPen:W,FolderPlus:s6,FolderRoot:g6,FolderSearch:y6,FolderSearch2:r6,FolderSymlink:$6,FolderSync:m6,FolderTree:H6,FolderUp:u6,FolderX:C6,Folders:w6,Footprints:S6,Forklift:A6,FormInput:L6,Forward:f6,Frame:x6,Framer:k6,Frown:Z6,Fuel:P6,Fullscreen:F6,FunctionSquare:B6,GalleryHorizontal:R6,GalleryHorizontalEnd:D6,GalleryThumbnails:T6,GalleryVertical:z6,GalleryVerticalEnd:b6,Gamepad:q6,Gamepad2:U6,GanttChart:O6,GanttChartSquare:l,GanttSquare:l,Gauge:W6,GaugeCircle:G6,Gavel:E6,Gem:I6,Ghost:X6,Gift:N6,GitBranch:J6,GitBranchPlus:K6,GitCommit:E,GitCommitHorizontal:E,GitCommitVertical:Q6,GitCompare:Y6,GitCompareArrows:j6,GitFork:_6,GitGraph:a8,GitMerge:h8,GitPullRequest:n8,GitPullRequestArrow:t8,GitPullRequestClosed:d8,GitPullRequestCreate:M8,GitPullRequestCreateArrow:c8,GitPullRequestDraft:p8,Github:e8,Gitlab:i8,GlassWater:l8,Glasses:v8,Globe:s8,Globe2:o8,Goal:g8,Grab:r8,GraduationCap:y8,Grape:$8,Grid:v,Grid2X2:I,Grid2x2:I,Grid3X3:v,Grid3x3:v,Grip:u8,GripHorizontal:m8,GripVertical:H8,Group:C8,Guitar:V8,Hammer:w8,Hand:x8,HandCoins:S8,HandHeart:A8,HandHelping:X,HandMetal:L8,HandPlatter:f8,HardDrive:P8,HardDriveDownload:k8,HardDriveUpload:Z8,HardHat:F8,Hash:B8,Haze:D8,HdmiPort:R8,Heading:G8,Heading1:T8,Heading2:b8,Heading3:z8,Heading4:U8,Heading5:q8,Heading6:O8,Headphones:W8,Headset:E8,Heart:J8,HeartCrack:I8,HeartHandshake:X8,HeartOff:N8,HeartPulse:K8,Heater:Q8,HelpCircle:j8,HelpingHand:X,Hexagon:Y8,Highlighter:_8,History:a7,Home:h7,Hop:d7,HopOff:t7,Hotel:c7,Hourglass:M7,IceCream:n7,IceCream2:p7,Image:o7,ImageDown:e7,ImageMinus:i7,ImageOff:l7,ImagePlus:v7,Import:s7,Inbox:g7,Indent:r7,IndianRupee:y7,Infinity:$7,Info:m7,Inspect:J,InspectionPanel:H7,Instagram:u7,Italic:C7,IterationCcw:V7,IterationCw:w7,JapaneseYen:S7,Joystick:A7,Kanban:L7,KanbanSquare:K,KanbanSquareDashed:N,Key:k7,KeyRound:f7,KeySquare:x7,Keyboard:P7,KeyboardMusic:Z7,Lamp:b7,LampCeiling:F7,LampDesk:B7,LampFloor:D7,LampWallDown:R7,LampWallUp:T7,LandPlot:z7,Landmark:U7,Languages:q7,Laptop:G7,Laptop2:O7,Lasso:E7,LassoSelect:W7,Laugh:I7,Layers:K7,Layers2:X7,Layers3:N7,Layout:c1,LayoutDashboard:J7,LayoutGrid:Q7,LayoutList:j7,LayoutPanelLeft:Y7,LayoutPanelTop:_7,LayoutTemplate:aM,Leaf:hM,LeafyGreen:tM,Library:MM,LibraryBig:dM,LibrarySquare:cM,LifeBuoy:pM,Ligature:nM,Lightbulb:iM,LightbulbOff:eM,LineChart:lM,Link:sM,Link2:oM,Link2Off:vM,Linkedin:gM,List:kM,ListChecks:rM,ListCollapse:yM,ListEnd:$M,ListFilter:mM,ListMinus:HM,ListMusic:uM,ListOrdered:CM,ListPlus:VM,ListRestart:wM,ListStart:SM,ListTodo:AM,ListTree:LM,ListVideo:fM,ListX:xM,Loader:PM,Loader2:ZM,Locate:DM,LocateFixed:FM,LocateOff:BM,Lock:TM,LockKeyhole:RM,LogIn:bM,LogOut:zM,Lollipop:UM,Luggage:qM,MSquare:OM,Magnet:GM,Mail:jM,MailCheck:WM,MailMinus:EM,MailOpen:IM,MailPlus:XM,MailQuestion:NM,MailSearch:KM,MailWarning:JM,MailX:QM,Mailbox:YM,Mails:_M,Map:dp,MapPin:hp,MapPinOff:ap,MapPinned:tp,Martini:cp,Maximize:pp,Maximize2:Mp,Medal:np,Megaphone:ip,MegaphoneOff:ep,Meh:lp,MemoryStick:vp,Menu:sp,MenuSquare:op,Merge:gp,MessageCircle:Ap,MessageCircleCode:rp,MessageCircleDashed:yp,MessageCircleHeart:$p,MessageCircleMore:mp,MessageCircleOff:Hp,MessageCirclePlus:up,MessageCircleQuestion:Cp,MessageCircleReply:Vp,MessageCircleWarning:wp,MessageCircleX:Sp,MessageSquare:qp,MessageSquareCode:Lp,MessageSquareDashed:fp,MessageSquareDiff:xp,MessageSquareDot:kp,MessageSquareHeart:Zp,MessageSquareMore:Pp,MessageSquareOff:Fp,MessageSquarePlus:Bp,MessageSquareQuote:Dp,MessageSquareReply:Rp,MessageSquareShare:Tp,MessageSquareText:bp,MessageSquareWarning:zp,MessageSquareX:Up,MessagesSquare:Op,Mic:Ep,Mic2:Gp,MicOff:Wp,Microscope:Ip,Microwave:Xp,Milestone:Np,Milk:Jp,MilkOff:Kp,Minimize:jp,Minimize2:Qp,Minus:an,MinusCircle:Yp,MinusSquare:_p,Monitor:sn,MonitorCheck:hn,MonitorDot:tn,MonitorDown:dn,MonitorOff:cn,MonitorPause:Mn,MonitorPlay:pn,MonitorSmartphone:nn,MonitorSpeaker:en,MonitorStop:ln,MonitorUp:vn,MonitorX:on,Moon:rn,MoonStar:gn,MoreHorizontal:yn,MoreVertical:$n,Mountain:Hn,MountainSnow:mn,Mouse:Sn,MousePointer:wn,MousePointer2:un,MousePointerClick:Cn,MousePointerSquare:J,MousePointerSquareDashed:Vn,Move:bn,Move3D:Q,Move3d:Q,MoveDiagonal:Ln,MoveDiagonal2:An,MoveDown:kn,MoveDownLeft:fn,MoveDownRight:xn,MoveHorizontal:Zn,MoveLeft:Pn,MoveRight:Fn,MoveUp:Rn,MoveUpLeft:Bn,MoveUpRight:Dn,MoveVertical:Tn,Music:On,Music2:zn,Music3:Un,Music4:qn,Navigation:In,Navigation2:Wn,Navigation2Off:Gn,NavigationOff:En,Network:Xn,Newspaper:Nn,Nfc:Kn,Notebook:Yn,NotebookPen:Jn,NotebookTabs:Qn,NotebookText:jn,NotepadText:ae,NotepadTextDashed:_n,Nut:te,NutOff:he,Octagon:de,Option:ce,Orbit:Me,Outdent:pe,Package:ge,Package2:ne,PackageCheck:ee,PackageMinus:ie,PackageOpen:le,PackagePlus:ve,PackageSearch:oe,PackageX:se,PaintBucket:re,PaintRoller:ye,Paintbrush:me,Paintbrush2:$e,Palette:He,Palmtree:ue,PanelBottom:we,PanelBottomClose:Ce,PanelBottomDashed:j,PanelBottomInactive:j,PanelBottomOpen:Ve,PanelLeft:h1,PanelLeftClose:Y,PanelLeftDashed:_,PanelLeftInactive:_,PanelLeftOpen:a1,PanelRight:Le,PanelRightClose:Se,PanelRightDashed:t1,PanelRightInactive:t1,PanelRightOpen:Ae,PanelTop:ke,PanelTopClose:fe,PanelTopDashed:d1,PanelTopInactive:d1,PanelTopOpen:xe,PanelsLeftBottom:Ze,PanelsLeftRight:R,PanelsRightBottom:Pe,PanelsTopBottom:i1,PanelsTopLeft:c1,Paperclip:Fe,Parentheses:Be,ParkingCircle:Re,ParkingCircleOff:De,ParkingMeter:Te,ParkingSquare:ze,ParkingSquareOff:be,PartyPopper:Ue,Pause:Ge,PauseCircle:qe,PauseOctagon:Oe,PawPrint:We,PcCase:Ee,Pen:p1,PenBox:e,PenLine:M1,PenSquare:e,PenTool:Ie,Pencil:Ke,PencilLine:Xe,PencilRuler:Ne,Pentagon:Je,Percent:_e,PercentCircle:Qe,PercentDiamond:je,PercentSquare:Ye,PersonStanding:ai,Phone:ni,PhoneCall:hi,PhoneForwarded:ti,PhoneIncoming:di,PhoneMissed:ci,PhoneOff:Mi,PhoneOutgoing:pi,Pi:ii,PiSquare:ei,Piano:li,PictureInPicture:oi,PictureInPicture2:vi,PieChart:si,PiggyBank:gi,Pilcrow:yi,PilcrowSquare:ri,Pill:$i,Pin:Hi,PinOff:mi,Pipette:ui,Pizza:Ci,Plane:Si,PlaneLanding:Vi,PlaneTakeoff:wi,Play:fi,PlayCircle:Ai,PlaySquare:Li,Plug:Pi,Plug2:xi,PlugZap:Zi,PlugZap2:ki,Plus:Di,PlusCircle:Fi,PlusSquare:Bi,Pocket:Ti,PocketKnife:Ri,Podcast:bi,Pointer:Ui,PointerOff:zi,Popcorn:qi,Popsicle:Oi,PoundSterling:Gi,Power:Xi,PowerCircle:Wi,PowerOff:Ei,PowerSquare:Ii,Presentation:Ni,Printer:Ki,Projector:Ji,Puzzle:Qi,Pyramid:ji,QrCode:Yi,Quote:_i,Rabbit:a9,Radar:h9,Radiation:t9,Radio:M9,RadioReceiver:d9,RadioTower:c9,Radius:p9,RailSymbol:n9,Rainbow:e9,Rat:i9,Ratio:l9,Receipt:H9,ReceiptCent:v9,ReceiptEuro:o9,ReceiptIndianRupee:s9,ReceiptJapaneseYen:g9,ReceiptPoundSterling:r9,ReceiptRussianRuble:y9,ReceiptSwissFranc:$9,ReceiptText:m9,RectangleHorizontal:u9,RectangleVertical:C9,Recycle:V9,Redo:A9,Redo2:w9,RedoDot:S9,RefreshCcw:f9,RefreshCcwDot:L9,RefreshCw:k9,RefreshCwOff:x9,Refrigerator:Z9,Regex:P9,RemoveFormatting:F9,Repeat:R9,Repeat1:B9,Repeat2:D9,Replace:b9,ReplaceAll:T9,Reply:U9,ReplyAll:z9,Rewind:q9,Ribbon:O9,Rocket:G9,RockingChair:W9,RollerCoaster:E9,Rotate3D:n1,Rotate3d:n1,RotateCcw:I9,RotateCw:X9,Route:K9,RouteOff:N9,Router:J9,Rows:e1,Rows2:e1,Rows3:i1,Rows4:Q9,Rss:j9,Ruler:Y9,RussianRuble:_9,Sailboat:al,Salad:hl,Sandwich:tl,Satellite:cl,SatelliteDish:dl,Save:pl,SaveAll:Ml,Scale:nl,Scale3D:l1,Scale3d:l1,Scaling:el,Scan:rl,ScanBarcode:il,ScanEye:ll,ScanFace:vl,ScanLine:ol,ScanSearch:sl,ScanText:gl,ScatterChart:yl,School:ml,School2:$l,Scissors:Vl,ScissorsLineDashed:Hl,ScissorsSquare:Cl,ScissorsSquareDashedBottom:ul,ScreenShare:Sl,ScreenShareOff:wl,Scroll:Ll,ScrollText:Al,Search:Pl,SearchCheck:fl,SearchCode:xl,SearchSlash:kl,SearchX:Zl,Send:Bl,SendHorizonal:v1,SendHorizontal:v1,SendToBack:Fl,SeparatorHorizontal:Dl,SeparatorVertical:Rl,Server:Ul,ServerCog:Tl,ServerCrash:bl,ServerOff:zl,Settings:Ol,Settings2:ql,Shapes:Gl,Share:El,Share2:Wl,Sheet:Il,Shell:Xl,Shield:tv,ShieldAlert:Nl,ShieldBan:Kl,ShieldCheck:Jl,ShieldClose:o1,ShieldEllipsis:Ql,ShieldHalf:jl,ShieldMinus:Yl,ShieldOff:_l,ShieldPlus:av,ShieldQuestion:hv,ShieldX:o1,Ship:cv,ShipWheel:dv,Shirt:Mv,ShoppingBag:pv,ShoppingBasket:nv,ShoppingCart:ev,Shovel:iv,ShowerHead:lv,Shrink:vv,Shrub:ov,Shuffle:sv,Sidebar:h1,SidebarClose:Y,SidebarOpen:a1,Sigma:rv,SigmaSquare:gv,Signal:uv,SignalHigh:yv,SignalLow:$v,SignalMedium:mv,SignalZero:Hv,Signpost:Vv,SignpostBig:Cv,Siren:wv,SkipBack:Sv,SkipForward:Av,Skull:Lv,Slack:fv,Slash:xv,SlashSquare:s1,Slice:kv,Sliders:Pv,SlidersHorizontal:Zv,Smartphone:Dv,SmartphoneCharging:Fv,SmartphoneNfc:Bv,Smile:Tv,SmilePlus:Rv,Snail:bv,Snowflake:zv,Sofa:Uv,SortAsc:H,SortDesc:y,Soup:qv,Space:Ov,Spade:Gv,Sparkle:Wv,Sparkles:g1,Speaker:Ev,Speech:Iv,SpellCheck:Nv,SpellCheck2:Xv,Spline:Kv,Split:jv,SplitSquareHorizontal:Jv,SplitSquareVertical:Qv,SprayCan:Yv,Sprout:_v,Square:co,SquareAsterisk:C,SquareCode:B,SquareDashedBottom:ho,SquareDashedBottomCode:ao,SquareDot:T,SquareEqual:b,SquareGantt:l,SquareKanban:K,SquareKanbanDashed:N,SquarePen:e,SquareSlash:s1,SquareStack:to,SquareUser:y1,SquareUserRound:r1,Squircle:Mo,Squirrel:po,Stamp:no,Star:lo,StarHalf:eo,StarOff:io,Stars:g1,StepBack:vo,StepForward:oo,Stethoscope:so,Sticker:go,StickyNote:ro,StopCircle:yo,Store:$o,StretchHorizontal:mo,StretchVertical:Ho,Strikethrough:uo,Subscript:Co,Subtitles:Vo,Sun:fo,SunDim:wo,SunMedium:So,SunMoon:Ao,SunSnow:Lo,Sunrise:xo,Sunset:ko,Superscript:Zo,SwatchBook:Po,SwissFranc:Fo,SwitchCamera:Bo,Sword:Do,Swords:Ro,Syringe:To,Table:Uo,Table2:bo,TableProperties:zo,Tablet:Oo,TabletSmartphone:qo,Tablets:Go,Tag:Wo,Tags:Eo,Tally1:Io,Tally2:Xo,Tally3:No,Tally4:Ko,Tally5:Jo,Tangent:Qo,Target:jo,Tent:_o,TentTree:Yo,Terminal:hs,TerminalSquare:as,TestTube:ds,TestTube2:ts,TestTubes:cs,Text:is,TextCursor:ps,TextCursorInput:Ms,TextQuote:ns,TextSearch:es,TextSelect:$1,TextSelection:$1,Theater:ls,Thermometer:ss,ThermometerSnowflake:vs,ThermometerSun:os,ThumbsDown:gs,ThumbsUp:rs,Ticket:Vs,TicketCheck:ys,TicketMinus:$s,TicketPercent:ms,TicketPlus:Hs,TicketSlash:us,TicketX:Cs,Timer:As,TimerOff:ws,TimerReset:Ss,ToggleLeft:Ls,ToggleRight:fs,Tornado:xs,Torus:ks,Touchpad:Ps,TouchpadOff:Zs,TowerControl:Fs,ToyBrick:Bs,Tractor:Ds,TrafficCone:Rs,Train:m1,TrainFront:bs,TrainFrontTunnel:Ts,TrainTrack:zs,TramFront:m1,Trash:qs,Trash2:Us,TreeDeciduous:Os,TreePine:Gs,Trees:Ws,Trello:Es,TrendingDown:Is,TrendingUp:Xs,Triangle:Ks,TriangleRight:Ns,Trophy:Js,Truck:Qs,Turtle:js,Tv:_s,Tv2:Ys,Twitch:ag,Twitter:hg,Type:tg,Umbrella:cg,UmbrellaOff:dg,Underline:Mg,Undo:eg,Undo2:pg,UndoDot:ng,UnfoldHorizontal:ig,UnfoldVertical:lg,Ungroup:vg,Unlink:sg,Unlink2:og,Unlock:rg,UnlockKeyhole:gg,Unplug:yg,Upload:mg,UploadCloud:$g,Usb:Hg,User:fg,User2:S1,UserCheck:ug,UserCheck2:H1,UserCircle:Z,UserCircle2:k,UserCog:Cg,UserCog2:u1,UserMinus:Vg,UserMinus2:C1,UserPlus:wg,UserPlus2:V1,UserRound:S1,UserRoundCheck:H1,UserRoundCog:u1,UserRoundMinus:C1,UserRoundPlus:V1,UserRoundSearch:Sg,UserRoundX:w1,UserSearch:Ag,UserSquare:y1,UserSquare2:r1,UserX:Lg,UserX2:w1,Users:xg,Users2:A1,UsersRound:A1,Utensils:Zg,UtensilsCrossed:kg,UtilityPole:Pg,Variable:Fg,Vault:Bg,Vegan:Dg,VenetianMask:Rg,Verified:w,Vibrate:bg,VibrateOff:Tg,Video:Ug,VideoOff:zg,Videotape:qg,View:Og,Voicemail:Gg,Volume:Xg,Volume1:Wg,Volume2:Eg,VolumeX:Ig,Vote:Ng,Wallet:Qg,Wallet2:Kg,WalletCards:Jg,Wallpaper:jg,Wand:_g,Wand2:Yg,Warehouse:ar,WashingMachine:hr,Watch:tr,Waves:dr,Waypoints:cr,Webcam:Mr,Webhook:nr,WebhookOff:pr,Weight:er,Wheat:lr,WheatOff:ir,WholeWord:vr,Wifi:sr,WifiOff:or,Wind:gr,Wine:yr,WineOff:rr,Workflow:$r,WrapText:mr,Wrench:Hr,X:wr,XCircle:ur,XOctagon:Cr,XSquare:Vr,Youtube:Sr,Zap:Lr,ZapOff:Ar,ZoomIn:fr,ZoomOut:xr});const zr=({icons:t=kr,nameAttr:d="data-lucide",attrs:c={}}={})=>{if(!Object.values(t).length)throw new Error(`Please provide an icons object. +If you want to use all the icons you can import it like: + \`import { createIcons, icons } from 'lucide'; +lucide.createIcons({icons});\``);if(typeof document>"u")throw new Error("`createIcons()` only works in a browser environment.");const p=document.querySelectorAll(`[${d}]`);if(Array.from(p).forEach(M=>f1(M,{nameAttr:d,icons:t,attrs:c})),d==="data-lucide"){const M=document.querySelectorAll("[icon-name]");M.length>0&&(console.warn("[Lucide] Some icons were found with the now deprecated icon-name attribute. These will still be replaced for backwards compatibility, but will no longer be supported in v1.0 and you should switch to data-lucide"),Array.from(M).forEach(i=>f1(i,{nameAttr:"icon-name",icons:t,attrs:c})))}};a.AArrowDown=x1,a.AArrowUp=k1,a.ALargeSmall=Z1,a.Accessibility=P1,a.Activity=B1,a.ActivitySquare=F1,a.AirVent=D1,a.Airplay=R1,a.AlarmClock=b1,a.AlarmClockCheck=o,a.AlarmClockMinus=s,a.AlarmClockOff=T1,a.AlarmClockPlus=g,a.AlarmSmoke=z1,a.Album=U1,a.AlertCircle=q1,a.AlertOctagon=O1,a.AlertTriangle=G1,a.AlignCenter=I1,a.AlignCenterHorizontal=W1,a.AlignCenterVertical=E1,a.AlignEndHorizontal=X1,a.AlignEndVertical=N1,a.AlignHorizontalDistributeCenter=K1,a.AlignHorizontalDistributeEnd=J1,a.AlignHorizontalDistributeStart=Q1,a.AlignHorizontalJustifyCenter=j1,a.AlignHorizontalJustifyEnd=Y1,a.AlignHorizontalJustifyStart=_1,a.AlignHorizontalSpaceAround=a2,a.AlignHorizontalSpaceBetween=h2,a.AlignJustify=t2,a.AlignLeft=d2,a.AlignRight=c2,a.AlignStartHorizontal=M2,a.AlignStartVertical=p2,a.AlignVerticalDistributeCenter=n2,a.AlignVerticalDistributeEnd=e2,a.AlignVerticalDistributeStart=i2,a.AlignVerticalJustifyCenter=l2,a.AlignVerticalJustifyEnd=v2,a.AlignVerticalJustifyStart=o2,a.AlignVerticalSpaceAround=s2,a.AlignVerticalSpaceBetween=g2,a.Ambulance=r2,a.Ampersand=y2,a.Ampersands=$2,a.Anchor=m2,a.Angry=H2,a.Annoyed=u2,a.Antenna=C2,a.Anvil=V2,a.Aperture=w2,a.AppWindow=S2,a.Apple=A2,a.Archive=x2,a.ArchiveRestore=L2,a.ArchiveX=f2,a.AreaChart=k2,a.Armchair=Z2,a.ArrowBigDown=F2,a.ArrowBigDownDash=P2,a.ArrowBigLeft=D2,a.ArrowBigLeftDash=B2,a.ArrowBigRight=T2,a.ArrowBigRightDash=R2,a.ArrowBigUp=z2,a.ArrowBigUpDash=b2,a.ArrowDown=t0,a.ArrowDown01=U2,a.ArrowDown10=q2,a.ArrowDownAZ=r,a.ArrowDownCircle=O2,a.ArrowDownFromLine=G2,a.ArrowDownLeft=X2,a.ArrowDownLeftFromCircle=W2,a.ArrowDownLeftFromSquare=E2,a.ArrowDownLeftSquare=I2,a.ArrowDownNarrowWide=N2,a.ArrowDownRight=j2,a.ArrowDownRightFromCircle=K2,a.ArrowDownRightFromSquare=J2,a.ArrowDownRightSquare=Q2,a.ArrowDownSquare=Y2,a.ArrowDownToDot=_2,a.ArrowDownToLine=a0,a.ArrowDownUp=h0,a.ArrowDownWideNarrow=y,a.ArrowDownZA=$,a.ArrowLeft=e0,a.ArrowLeftCircle=d0,a.ArrowLeftFromLine=c0,a.ArrowLeftRight=M0,a.ArrowLeftSquare=p0,a.ArrowLeftToLine=n0,a.ArrowRight=g0,a.ArrowRightCircle=i0,a.ArrowRightFromLine=l0,a.ArrowRightLeft=v0,a.ArrowRightSquare=o0,a.ArrowRightToLine=s0,a.ArrowUp=F0,a.ArrowUp01=r0,a.ArrowUp10=y0,a.ArrowUpAZ=m,a.ArrowUpCircle=$0,a.ArrowUpDown=m0,a.ArrowUpFromDot=H0,a.ArrowUpFromLine=u0,a.ArrowUpLeft=S0,a.ArrowUpLeftFromCircle=C0,a.ArrowUpLeftFromSquare=V0,a.ArrowUpLeftSquare=w0,a.ArrowUpNarrowWide=H,a.ArrowUpRight=x0,a.ArrowUpRightFromCircle=A0,a.ArrowUpRightFromSquare=L0,a.ArrowUpRightSquare=f0,a.ArrowUpSquare=k0,a.ArrowUpToLine=Z0,a.ArrowUpWideNarrow=P0,a.ArrowUpZA=u,a.ArrowsUpFromLine=B0,a.Asterisk=D0,a.AsteriskSquare=C,a.AtSign=R0,a.Atom=T0,a.AudioLines=b0,a.AudioWaveform=z0,a.Award=U0,a.Axe=q0,a.Axis3d=V,a.Baby=O0,a.Backpack=G0,a.Badge=ca,a.BadgeAlert=W0,a.BadgeCent=E0,a.BadgeCheck=w,a.BadgeDollarSign=I0,a.BadgeEuro=X0,a.BadgeHelp=N0,a.BadgeIndianRupee=K0,a.BadgeInfo=J0,a.BadgeJapaneseYen=Q0,a.BadgeMinus=j0,a.BadgePercent=Y0,a.BadgePlus=_0,a.BadgePoundSterling=aa,a.BadgeRussianRuble=ha,a.BadgeSwissFranc=ta,a.BadgeX=da,a.BaggageClaim=Ma,a.Ban=pa,a.Banana=na,a.Banknote=ea,a.BarChart=ra,a.BarChart2=ia,a.BarChart3=la,a.BarChart4=va,a.BarChartBig=oa,a.BarChartHorizontal=ga,a.BarChartHorizontalBig=sa,a.Barcode=ya,a.Baseline=$a,a.Bath=ma,a.Battery=Sa,a.BatteryCharging=Ha,a.BatteryFull=ua,a.BatteryLow=Ca,a.BatteryMedium=Va,a.BatteryWarning=wa,a.Beaker=Aa,a.Bean=fa,a.BeanOff=La,a.Bed=Za,a.BedDouble=xa,a.BedSingle=ka,a.Beef=Pa,a.Beer=Fa,a.Bell=Ua,a.BellDot=Ba,a.BellElectric=Da,a.BellMinus=Ra,a.BellOff=Ta,a.BellPlus=ba,a.BellRing=za,a.BetweenHorizontalEnd=S,a.BetweenHorizontalStart=A,a.BetweenVerticalEnd=qa,a.BetweenVerticalStart=Oa,a.Bike=Ga,a.Binary=Wa,a.Biohazard=Ea,a.Bird=Ia,a.Bitcoin=Xa,a.Blend=Na,a.Blinds=Ka,a.Blocks=Ja,a.Bluetooth=_a,a.BluetoothConnected=Qa,a.BluetoothOff=ja,a.BluetoothSearching=Ya,a.Bold=ah,a.Bolt=hh,a.Bomb=th,a.Bone=dh,a.Book=Lh,a.BookA=ch,a.BookAudio=Mh,a.BookCheck=ph,a.BookCopy=nh,a.BookDashed=L,a.BookDown=eh,a.BookHeadphones=ih,a.BookHeart=lh,a.BookImage=vh,a.BookKey=oh,a.BookLock=sh,a.BookMarked=gh,a.BookMinus=rh,a.BookOpen=mh,a.BookOpenCheck=yh,a.BookOpenText=$h,a.BookPlus=Hh,a.BookText=uh,a.BookType=Ch,a.BookUp=wh,a.BookUp2=Vh,a.BookUser=Sh,a.BookX=Ah,a.Bookmark=Ph,a.BookmarkCheck=fh,a.BookmarkMinus=xh,a.BookmarkPlus=kh,a.BookmarkX=Zh,a.BoomBox=Fh,a.Bot=Bh,a.Box=Rh,a.BoxSelect=Dh,a.Boxes=Th,a.Braces=f,a.Brackets=bh,a.Brain=qh,a.BrainCircuit=zh,a.BrainCog=Uh,a.BrickWall=Oh,a.Briefcase=Gh,a.BringToFront=Wh,a.Brush=Eh,a.Bug=Nh,a.BugOff=Ih,a.BugPlay=Xh,a.Building=Jh,a.Building2=Kh,a.Bus=jh,a.BusFront=Qh,a.Cable=_h,a.CableCar=Yh,a.Cake=ht,a.CakeSlice=at,a.Calculator=tt,a.Calendar=mt,a.CalendarCheck=ct,a.CalendarCheck2=dt,a.CalendarClock=Mt,a.CalendarDays=pt,a.CalendarFold=nt,a.CalendarHeart=et,a.CalendarMinus=lt,a.CalendarMinus2=it,a.CalendarOff=vt,a.CalendarPlus=st,a.CalendarPlus2=ot,a.CalendarRange=gt,a.CalendarSearch=rt,a.CalendarX=$t,a.CalendarX2=yt,a.Camera=ut,a.CameraOff=Ht,a.CandlestickChart=Ct,a.Candy=St,a.CandyCane=Vt,a.CandyOff=wt,a.Car=ft,a.CarFront=At,a.CarTaxiFront=Lt,a.Caravan=xt,a.Carrot=kt,a.CaseLower=Zt,a.CaseSensitive=Pt,a.CaseUpper=Ft,a.CassetteTape=Bt,a.Cast=Dt,a.Castle=Rt,a.Cat=Tt,a.Cctv=bt,a.Check=Wt,a.CheckCheck=zt,a.CheckCircle=qt,a.CheckCircle2=Ut,a.CheckSquare=Gt,a.CheckSquare2=Ot,a.ChefHat=Et,a.Cherry=It,a.ChevronDown=Kt,a.ChevronDownCircle=Xt,a.ChevronDownSquare=Nt,a.ChevronFirst=Jt,a.ChevronLast=Qt,a.ChevronLeft=_t,a.ChevronLeftCircle=jt,a.ChevronLeftSquare=Yt,a.ChevronRight=t4,a.ChevronRightCircle=a4,a.ChevronRightSquare=h4,a.ChevronUp=M4,a.ChevronUpCircle=d4,a.ChevronUpSquare=c4,a.ChevronsDown=n4,a.ChevronsDownUp=p4,a.ChevronsLeft=i4,a.ChevronsLeftRight=e4,a.ChevronsRight=v4,a.ChevronsRightLeft=l4,a.ChevronsUp=s4,a.ChevronsUpDown=o4,a.Chrome=g4,a.Church=r4,a.Cigarette=$4,a.CigaretteOff=y4,a.Circle=f4,a.CircleDashed=m4,a.CircleDollarSign=H4,a.CircleDot=C4,a.CircleDotDashed=u4,a.CircleEllipsis=V4,a.CircleEqual=w4,a.CircleFadingPlus=S4,a.CircleOff=A4,a.CircleSlash=L4,a.CircleSlash2=x,a.CircleUser=Z,a.CircleUserRound=k,a.CircuitBoard=x4,a.Citrus=k4,a.Clapperboard=Z4,a.Clipboard=U4,a.ClipboardCheck=P4,a.ClipboardCopy=F4,a.ClipboardList=B4,a.ClipboardMinus=D4,a.ClipboardPaste=R4,a.ClipboardPen=F,a.ClipboardPenLine=P,a.ClipboardPlus=T4,a.ClipboardType=b4,a.ClipboardX=z4,a.Clock=Y4,a.Clock1=q4,a.Clock10=O4,a.Clock11=G4,a.Clock12=W4,a.Clock2=E4,a.Clock3=I4,a.Clock4=X4,a.Clock5=N4,a.Clock6=K4,a.Clock7=J4,a.Clock8=Q4,a.Clock9=j4,a.Cloud=o5,a.CloudCog=_4,a.CloudDrizzle=a5,a.CloudFog=h5,a.CloudHail=t5,a.CloudLightning=d5,a.CloudMoon=M5,a.CloudMoonRain=c5,a.CloudOff=p5,a.CloudRain=e5,a.CloudRainWind=n5,a.CloudSnow=i5,a.CloudSun=v5,a.CloudSunRain=l5,a.Cloudy=s5,a.Clover=g5,a.Club=r5,a.Code=$5,a.Code2=y5,a.CodeSquare=B,a.Codepen=m5,a.Codesandbox=H5,a.Coffee=u5,a.Cog=C5,a.Coins=V5,a.Columns2=D,a.Columns3=R,a.Columns4=w5,a.Combine=S5,a.Command=A5,a.Compass=L5,a.Component=f5,a.Computer=x5,a.ConciergeBell=k5,a.Cone=Z5,a.Construction=P5,a.Contact=B5,a.Contact2=F5,a.Container=D5,a.Contrast=R5,a.Cookie=T5,a.CookingPot=b5,a.Copy=W5,a.CopyCheck=z5,a.CopyMinus=U5,a.CopyPlus=q5,a.CopySlash=O5,a.CopyX=G5,a.Copyleft=E5,a.Copyright=I5,a.CornerDownLeft=X5,a.CornerDownRight=N5,a.CornerLeftDown=K5,a.CornerLeftUp=J5,a.CornerRightDown=Q5,a.CornerRightUp=j5,a.CornerUpLeft=Y5,a.CornerUpRight=_5,a.Cpu=ad,a.CreativeCommons=hd,a.CreditCard=td,a.Croissant=dd,a.Crop=cd,a.Cross=Md,a.Crosshair=pd,a.Crown=nd,a.Cuboid=ed,a.CupSoda=id,a.Currency=ld,a.Cylinder=vd,a.Database=gd,a.DatabaseBackup=od,a.DatabaseZap=sd,a.Delete=rd,a.Dessert=yd,a.Diameter=$d,a.Diamond=md,a.Dice1=Hd,a.Dice2=ud,a.Dice3=Cd,a.Dice4=Vd,a.Dice5=wd,a.Dice6=Sd,a.Dices=Ad,a.Diff=Ld,a.Disc=Zd,a.Disc2=fd,a.Disc3=xd,a.DiscAlbum=kd,a.Divide=Bd,a.DivideCircle=Pd,a.DivideSquare=Fd,a.Dna=Rd,a.DnaOff=Dd,a.Dog=Td,a.DollarSign=bd,a.Donut=zd,a.DoorClosed=Ud,a.DoorOpen=qd,a.Dot=Od,a.DotSquare=T,a.Download=Wd,a.DownloadCloud=Gd,a.DraftingCompass=Ed,a.Drama=Id,a.Dribbble=Xd,a.Drill=Nd,a.Droplet=Kd,a.Droplets=Jd,a.Drum=Qd,a.Drumstick=jd,a.Dumbbell=Yd,a.Ear=a3,a.EarOff=_d,a.Eclipse=h3,a.Egg=c3,a.EggFried=t3,a.EggOff=d3,a.Equal=p3,a.EqualNot=M3,a.EqualSquare=b,a.Eraser=n3,a.Euro=e3,a.Expand=i3,a.ExternalLink=l3,a.Eye=o3,a.EyeOff=v3,a.Facebook=s3,a.Factory=g3,a.Fan=r3,a.FastForward=y3,a.Feather=$3,a.Fence=m3,a.FerrisWheel=H3,a.Figma=u3,a.File=uc,a.FileArchive=C3,a.FileAudio=w3,a.FileAudio2=V3,a.FileAxis3d=z,a.FileBadge=A3,a.FileBadge2=S3,a.FileBarChart=f3,a.FileBarChart2=L3,a.FileBox=x3,a.FileCheck=Z3,a.FileCheck2=k3,a.FileClock=P3,a.FileCode=B3,a.FileCode2=F3,a.FileCog=U,a.FileDiff=D3,a.FileDigit=R3,a.FileDown=T3,a.FileHeart=b3,a.FileImage=z3,a.FileInput=U3,a.FileJson=O3,a.FileJson2=q3,a.FileKey=W3,a.FileKey2=G3,a.FileLineChart=E3,a.FileLock=X3,a.FileLock2=I3,a.FileMinus=K3,a.FileMinus2=N3,a.FileMusic=J3,a.FileOutput=Q3,a.FilePen=O,a.FilePenLine=q,a.FilePieChart=j3,a.FilePlus=_3,a.FilePlus2=Y3,a.FileQuestion=ac,a.FileScan=hc,a.FileSearch=dc,a.FileSearch2=tc,a.FileSliders=cc,a.FileSpreadsheet=Mc,a.FileStack=pc,a.FileSymlink=nc,a.FileTerminal=ec,a.FileText=ic,a.FileType=vc,a.FileType2=lc,a.FileUp=oc,a.FileVideo=gc,a.FileVideo2=sc,a.FileVolume=yc,a.FileVolume2=rc,a.FileWarning=$c,a.FileX=Hc,a.FileX2=mc,a.Files=Cc,a.Film=Vc,a.Filter=Sc,a.FilterX=wc,a.Fingerprint=Ac,a.FireExtinguisher=Lc,a.Fish=kc,a.FishOff=fc,a.FishSymbol=xc,a.Flag=Bc,a.FlagOff=Zc,a.FlagTriangleLeft=Pc,a.FlagTriangleRight=Fc,a.Flame=Rc,a.FlameKindling=Dc,a.Flashlight=bc,a.FlashlightOff=Tc,a.FlaskConical=Uc,a.FlaskConicalOff=zc,a.FlaskRound=qc,a.FlipHorizontal=Gc,a.FlipHorizontal2=Oc,a.FlipVertical=Ec,a.FlipVertical2=Wc,a.Flower=Xc,a.Flower2=Ic,a.Focus=Nc,a.FoldHorizontal=Kc,a.FoldVertical=Jc,a.Folder=V6,a.FolderArchive=Qc,a.FolderCheck=jc,a.FolderClock=Yc,a.FolderClosed=_c,a.FolderCog=G,a.FolderDot=a6,a.FolderDown=h6,a.FolderGit=d6,a.FolderGit2=t6,a.FolderHeart=c6,a.FolderInput=M6,a.FolderKanban=p6,a.FolderKey=n6,a.FolderLock=e6,a.FolderMinus=i6,a.FolderOpen=v6,a.FolderOpenDot=l6,a.FolderOutput=o6,a.FolderPen=W,a.FolderPlus=s6,a.FolderRoot=g6,a.FolderSearch=y6,a.FolderSearch2=r6,a.FolderSymlink=$6,a.FolderSync=m6,a.FolderTree=H6,a.FolderUp=u6,a.FolderX=C6,a.Folders=w6,a.Footprints=S6,a.Forklift=A6,a.FormInput=L6,a.Forward=f6,a.Frame=x6,a.Framer=k6,a.Frown=Z6,a.Fuel=P6,a.Fullscreen=F6,a.FunctionSquare=B6,a.GalleryHorizontal=R6,a.GalleryHorizontalEnd=D6,a.GalleryThumbnails=T6,a.GalleryVertical=z6,a.GalleryVerticalEnd=b6,a.Gamepad=q6,a.Gamepad2=U6,a.GanttChart=O6,a.GanttChartSquare=l,a.Gauge=W6,a.GaugeCircle=G6,a.Gavel=E6,a.Gem=I6,a.Ghost=X6,a.Gift=N6,a.GitBranch=J6,a.GitBranchPlus=K6,a.GitCommitHorizontal=E,a.GitCommitVertical=Q6,a.GitCompare=Y6,a.GitCompareArrows=j6,a.GitFork=_6,a.GitGraph=a8,a.GitMerge=h8,a.GitPullRequest=n8,a.GitPullRequestArrow=t8,a.GitPullRequestClosed=d8,a.GitPullRequestCreate=M8,a.GitPullRequestCreateArrow=c8,a.GitPullRequestDraft=p8,a.Github=e8,a.Gitlab=i8,a.GlassWater=l8,a.Glasses=v8,a.Globe=s8,a.Globe2=o8,a.Goal=g8,a.Grab=r8,a.GraduationCap=y8,a.Grape=$8,a.Grid2x2=I,a.Grid3x3=v,a.Grip=u8,a.GripHorizontal=m8,a.GripVertical=H8,a.Group=C8,a.Guitar=V8,a.Hammer=w8,a.Hand=x8,a.HandCoins=S8,a.HandHeart=A8,a.HandHelping=X,a.HandMetal=L8,a.HandPlatter=f8,a.HardDrive=P8,a.HardDriveDownload=k8,a.HardDriveUpload=Z8,a.HardHat=F8,a.Hash=B8,a.Haze=D8,a.HdmiPort=R8,a.Heading=G8,a.Heading1=T8,a.Heading2=b8,a.Heading3=z8,a.Heading4=U8,a.Heading5=q8,a.Heading6=O8,a.Headphones=W8,a.Headset=E8,a.Heart=J8,a.HeartCrack=I8,a.HeartHandshake=X8,a.HeartOff=N8,a.HeartPulse=K8,a.Heater=Q8,a.HelpCircle=j8,a.Hexagon=Y8,a.Highlighter=_8,a.History=a7,a.Home=h7,a.Hop=d7,a.HopOff=t7,a.Hotel=c7,a.Hourglass=M7,a.IceCream=n7,a.IceCream2=p7,a.Image=o7,a.ImageDown=e7,a.ImageMinus=i7,a.ImageOff=l7,a.ImagePlus=v7,a.Import=s7,a.Inbox=g7,a.Indent=r7,a.IndianRupee=y7,a.Infinity=$7,a.Info=m7,a.InspectionPanel=H7,a.Instagram=u7,a.Italic=C7,a.IterationCcw=V7,a.IterationCw=w7,a.JapaneseYen=S7,a.Joystick=A7,a.Kanban=L7,a.KanbanSquare=K,a.KanbanSquareDashed=N,a.Key=k7,a.KeyRound=f7,a.KeySquare=x7,a.Keyboard=P7,a.KeyboardMusic=Z7,a.Lamp=b7,a.LampCeiling=F7,a.LampDesk=B7,a.LampFloor=D7,a.LampWallDown=R7,a.LampWallUp=T7,a.LandPlot=z7,a.Landmark=U7,a.Languages=q7,a.Laptop=G7,a.Laptop2=O7,a.Lasso=E7,a.LassoSelect=W7,a.Laugh=I7,a.Layers=K7,a.Layers2=X7,a.Layers3=N7,a.LayoutDashboard=J7,a.LayoutGrid=Q7,a.LayoutList=j7,a.LayoutPanelLeft=Y7,a.LayoutPanelTop=_7,a.LayoutTemplate=aM,a.Leaf=hM,a.LeafyGreen=tM,a.Library=MM,a.LibraryBig=dM,a.LibrarySquare=cM,a.LifeBuoy=pM,a.Ligature=nM,a.Lightbulb=iM,a.LightbulbOff=eM,a.LineChart=lM,a.Link=sM,a.Link2=oM,a.Link2Off=vM,a.Linkedin=gM,a.List=kM,a.ListChecks=rM,a.ListCollapse=yM,a.ListEnd=$M,a.ListFilter=mM,a.ListMinus=HM,a.ListMusic=uM,a.ListOrdered=CM,a.ListPlus=VM,a.ListRestart=wM,a.ListStart=SM,a.ListTodo=AM,a.ListTree=LM,a.ListVideo=fM,a.ListX=xM,a.Loader=PM,a.Loader2=ZM,a.Locate=DM,a.LocateFixed=FM,a.LocateOff=BM,a.Lock=TM,a.LockKeyhole=RM,a.LogIn=bM,a.LogOut=zM,a.Lollipop=UM,a.Luggage=qM,a.MSquare=OM,a.Magnet=GM,a.Mail=jM,a.MailCheck=WM,a.MailMinus=EM,a.MailOpen=IM,a.MailPlus=XM,a.MailQuestion=NM,a.MailSearch=KM,a.MailWarning=JM,a.MailX=QM,a.Mailbox=YM,a.Mails=_M,a.Map=dp,a.MapPin=hp,a.MapPinOff=ap,a.MapPinned=tp,a.Martini=cp,a.Maximize=pp,a.Maximize2=Mp,a.Medal=np,a.Megaphone=ip,a.MegaphoneOff=ep,a.Meh=lp,a.MemoryStick=vp,a.Menu=sp,a.MenuSquare=op,a.Merge=gp,a.MessageCircle=Ap,a.MessageCircleCode=rp,a.MessageCircleDashed=yp,a.MessageCircleHeart=$p,a.MessageCircleMore=mp,a.MessageCircleOff=Hp,a.MessageCirclePlus=up,a.MessageCircleQuestion=Cp,a.MessageCircleReply=Vp,a.MessageCircleWarning=wp,a.MessageCircleX=Sp,a.MessageSquare=qp,a.MessageSquareCode=Lp,a.MessageSquareDashed=fp,a.MessageSquareDiff=xp,a.MessageSquareDot=kp,a.MessageSquareHeart=Zp,a.MessageSquareMore=Pp,a.MessageSquareOff=Fp,a.MessageSquarePlus=Bp,a.MessageSquareQuote=Dp,a.MessageSquareReply=Rp,a.MessageSquareShare=Tp,a.MessageSquareText=bp,a.MessageSquareWarning=zp,a.MessageSquareX=Up,a.MessagesSquare=Op,a.Mic=Ep,a.Mic2=Gp,a.MicOff=Wp,a.Microscope=Ip,a.Microwave=Xp,a.Milestone=Np,a.Milk=Jp,a.MilkOff=Kp,a.Minimize=jp,a.Minimize2=Qp,a.Minus=an,a.MinusCircle=Yp,a.MinusSquare=_p,a.Monitor=sn,a.MonitorCheck=hn,a.MonitorDot=tn,a.MonitorDown=dn,a.MonitorOff=cn,a.MonitorPause=Mn,a.MonitorPlay=pn,a.MonitorSmartphone=nn,a.MonitorSpeaker=en,a.MonitorStop=ln,a.MonitorUp=vn,a.MonitorX=on,a.Moon=rn,a.MoonStar=gn,a.MoreHorizontal=yn,a.MoreVertical=$n,a.Mountain=Hn,a.MountainSnow=mn,a.Mouse=Sn,a.MousePointer=wn,a.MousePointer2=un,a.MousePointerClick=Cn,a.MousePointerSquare=J,a.MousePointerSquareDashed=Vn,a.Move=bn,a.Move3d=Q,a.MoveDiagonal=Ln,a.MoveDiagonal2=An,a.MoveDown=kn,a.MoveDownLeft=fn,a.MoveDownRight=xn,a.MoveHorizontal=Zn,a.MoveLeft=Pn,a.MoveRight=Fn,a.MoveUp=Rn,a.MoveUpLeft=Bn,a.MoveUpRight=Dn,a.MoveVertical=Tn,a.Music=On,a.Music2=zn,a.Music3=Un,a.Music4=qn,a.Navigation=In,a.Navigation2=Wn,a.Navigation2Off=Gn,a.NavigationOff=En,a.Network=Xn,a.Newspaper=Nn,a.Nfc=Kn,a.Notebook=Yn,a.NotebookPen=Jn,a.NotebookTabs=Qn,a.NotebookText=jn,a.NotepadText=ae,a.NotepadTextDashed=_n,a.Nut=te,a.NutOff=he,a.Octagon=de,a.Option=ce,a.Orbit=Me,a.Outdent=pe,a.Package=ge,a.Package2=ne,a.PackageCheck=ee,a.PackageMinus=ie,a.PackageOpen=le,a.PackagePlus=ve,a.PackageSearch=oe,a.PackageX=se,a.PaintBucket=re,a.PaintRoller=ye,a.Paintbrush=me,a.Paintbrush2=$e,a.Palette=He,a.Palmtree=ue,a.PanelBottom=we,a.PanelBottomClose=Ce,a.PanelBottomDashed=j,a.PanelBottomOpen=Ve,a.PanelLeft=h1,a.PanelLeftClose=Y,a.PanelLeftDashed=_,a.PanelLeftOpen=a1,a.PanelRight=Le,a.PanelRightClose=Se,a.PanelRightDashed=t1,a.PanelRightOpen=Ae,a.PanelTop=ke,a.PanelTopClose=fe,a.PanelTopDashed=d1,a.PanelTopOpen=xe,a.PanelsLeftBottom=Ze,a.PanelsRightBottom=Pe,a.PanelsTopLeft=c1,a.Paperclip=Fe,a.Parentheses=Be,a.ParkingCircle=Re,a.ParkingCircleOff=De,a.ParkingMeter=Te,a.ParkingSquare=ze,a.ParkingSquareOff=be,a.PartyPopper=Ue,a.Pause=Ge,a.PauseCircle=qe,a.PauseOctagon=Oe,a.PawPrint=We,a.PcCase=Ee,a.Pen=p1,a.PenLine=M1,a.PenTool=Ie,a.Pencil=Ke,a.PencilLine=Xe,a.PencilRuler=Ne,a.Pentagon=Je,a.Percent=_e,a.PercentCircle=Qe,a.PercentDiamond=je,a.PercentSquare=Ye,a.PersonStanding=ai,a.Phone=ni,a.PhoneCall=hi,a.PhoneForwarded=ti,a.PhoneIncoming=di,a.PhoneMissed=ci,a.PhoneOff=Mi,a.PhoneOutgoing=pi,a.Pi=ii,a.PiSquare=ei,a.Piano=li,a.PictureInPicture=oi,a.PictureInPicture2=vi,a.PieChart=si,a.PiggyBank=gi,a.Pilcrow=yi,a.PilcrowSquare=ri,a.Pill=$i,a.Pin=Hi,a.PinOff=mi,a.Pipette=ui,a.Pizza=Ci,a.Plane=Si,a.PlaneLanding=Vi,a.PlaneTakeoff=wi,a.Play=fi,a.PlayCircle=Ai,a.PlaySquare=Li,a.Plug=Pi,a.Plug2=xi,a.PlugZap=Zi,a.PlugZap2=ki,a.Plus=Di,a.PlusCircle=Fi,a.PlusSquare=Bi,a.Pocket=Ti,a.PocketKnife=Ri,a.Podcast=bi,a.Pointer=Ui,a.PointerOff=zi,a.Popcorn=qi,a.Popsicle=Oi,a.PoundSterling=Gi,a.Power=Xi,a.PowerCircle=Wi,a.PowerOff=Ei,a.PowerSquare=Ii,a.Presentation=Ni,a.Printer=Ki,a.Projector=Ji,a.Puzzle=Qi,a.Pyramid=ji,a.QrCode=Yi,a.Quote=_i,a.Rabbit=a9,a.Radar=h9,a.Radiation=t9,a.Radio=M9,a.RadioReceiver=d9,a.RadioTower=c9,a.Radius=p9,a.RailSymbol=n9,a.Rainbow=e9,a.Rat=i9,a.Ratio=l9,a.Receipt=H9,a.ReceiptCent=v9,a.ReceiptEuro=o9,a.ReceiptIndianRupee=s9,a.ReceiptJapaneseYen=g9,a.ReceiptPoundSterling=r9,a.ReceiptRussianRuble=y9,a.ReceiptSwissFranc=$9,a.ReceiptText=m9,a.RectangleHorizontal=u9,a.RectangleVertical=C9,a.Recycle=V9,a.Redo=A9,a.Redo2=w9,a.RedoDot=S9,a.RefreshCcw=f9,a.RefreshCcwDot=L9,a.RefreshCw=k9,a.RefreshCwOff=x9,a.Refrigerator=Z9,a.Regex=P9,a.RemoveFormatting=F9,a.Repeat=R9,a.Repeat1=B9,a.Repeat2=D9,a.Replace=b9,a.ReplaceAll=T9,a.Reply=U9,a.ReplyAll=z9,a.Rewind=q9,a.Ribbon=O9,a.Rocket=G9,a.RockingChair=W9,a.RollerCoaster=E9,a.Rotate3d=n1,a.RotateCcw=I9,a.RotateCw=X9,a.Route=K9,a.RouteOff=N9,a.Router=J9,a.Rows2=e1,a.Rows3=i1,a.Rows4=Q9,a.Rss=j9,a.Ruler=Y9,a.RussianRuble=_9,a.Sailboat=al,a.Salad=hl,a.Sandwich=tl,a.Satellite=cl,a.SatelliteDish=dl,a.Save=pl,a.SaveAll=Ml,a.Scale=nl,a.Scale3d=l1,a.Scaling=el,a.Scan=rl,a.ScanBarcode=il,a.ScanEye=ll,a.ScanFace=vl,a.ScanLine=ol,a.ScanSearch=sl,a.ScanText=gl,a.ScatterChart=yl,a.School=ml,a.School2=$l,a.Scissors=Vl,a.ScissorsLineDashed=Hl,a.ScissorsSquare=Cl,a.ScissorsSquareDashedBottom=ul,a.ScreenShare=Sl,a.ScreenShareOff=wl,a.Scroll=Ll,a.ScrollText=Al,a.Search=Pl,a.SearchCheck=fl,a.SearchCode=xl,a.SearchSlash=kl,a.SearchX=Zl,a.Send=Bl,a.SendHorizontal=v1,a.SendToBack=Fl,a.SeparatorHorizontal=Dl,a.SeparatorVertical=Rl,a.Server=Ul,a.ServerCog=Tl,a.ServerCrash=bl,a.ServerOff=zl,a.Settings=Ol,a.Settings2=ql,a.Shapes=Gl,a.Share=El,a.Share2=Wl,a.Sheet=Il,a.Shell=Xl,a.Shield=tv,a.ShieldAlert=Nl,a.ShieldBan=Kl,a.ShieldCheck=Jl,a.ShieldEllipsis=Ql,a.ShieldHalf=jl,a.ShieldMinus=Yl,a.ShieldOff=_l,a.ShieldPlus=av,a.ShieldQuestion=hv,a.ShieldX=o1,a.Ship=cv,a.ShipWheel=dv,a.Shirt=Mv,a.ShoppingBag=pv,a.ShoppingBasket=nv,a.ShoppingCart=ev,a.Shovel=iv,a.ShowerHead=lv,a.Shrink=vv,a.Shrub=ov,a.Shuffle=sv,a.Sigma=rv,a.SigmaSquare=gv,a.Signal=uv,a.SignalHigh=yv,a.SignalLow=$v,a.SignalMedium=mv,a.SignalZero=Hv,a.Signpost=Vv,a.SignpostBig=Cv,a.Siren=wv,a.SkipBack=Sv,a.SkipForward=Av,a.Skull=Lv,a.Slack=fv,a.Slash=xv,a.SlashSquare=s1,a.Slice=kv,a.Sliders=Pv,a.SlidersHorizontal=Zv,a.Smartphone=Dv,a.SmartphoneCharging=Fv,a.SmartphoneNfc=Bv,a.Smile=Tv,a.SmilePlus=Rv,a.Snail=bv,a.Snowflake=zv,a.Sofa=Uv,a.Soup=qv,a.Space=Ov,a.Spade=Gv,a.Sparkle=Wv,a.Sparkles=g1,a.Speaker=Ev,a.Speech=Iv,a.SpellCheck=Nv,a.SpellCheck2=Xv,a.Spline=Kv,a.Split=jv,a.SplitSquareHorizontal=Jv,a.SplitSquareVertical=Qv,a.SprayCan=Yv,a.Sprout=_v,a.Square=co,a.SquareDashedBottom=ho,a.SquareDashedBottomCode=ao,a.SquarePen=e,a.SquareStack=to,a.SquareUser=y1,a.SquareUserRound=r1,a.Squircle=Mo,a.Squirrel=po,a.Stamp=no,a.Star=lo,a.StarHalf=eo,a.StarOff=io,a.StepBack=vo,a.StepForward=oo,a.Stethoscope=so,a.Sticker=go,a.StickyNote=ro,a.StopCircle=yo,a.Store=$o,a.StretchHorizontal=mo,a.StretchVertical=Ho,a.Strikethrough=uo,a.Subscript=Co,a.Subtitles=Vo,a.Sun=fo,a.SunDim=wo,a.SunMedium=So,a.SunMoon=Ao,a.SunSnow=Lo,a.Sunrise=xo,a.Sunset=ko,a.Superscript=Zo,a.SwatchBook=Po,a.SwissFranc=Fo,a.SwitchCamera=Bo,a.Sword=Do,a.Swords=Ro,a.Syringe=To,a.Table=Uo,a.Table2=bo,a.TableProperties=zo,a.Tablet=Oo,a.TabletSmartphone=qo,a.Tablets=Go,a.Tag=Wo,a.Tags=Eo,a.Tally1=Io,a.Tally2=Xo,a.Tally3=No,a.Tally4=Ko,a.Tally5=Jo,a.Tangent=Qo,a.Target=jo,a.Tent=_o,a.TentTree=Yo,a.Terminal=hs,a.TerminalSquare=as,a.TestTube=ds,a.TestTube2=ts,a.TestTubes=cs,a.Text=is,a.TextCursor=ps,a.TextCursorInput=Ms,a.TextQuote=ns,a.TextSearch=es,a.TextSelect=$1,a.Theater=ls,a.Thermometer=ss,a.ThermometerSnowflake=vs,a.ThermometerSun=os,a.ThumbsDown=gs,a.ThumbsUp=rs,a.Ticket=Vs,a.TicketCheck=ys,a.TicketMinus=$s,a.TicketPercent=ms,a.TicketPlus=Hs,a.TicketSlash=us,a.TicketX=Cs,a.Timer=As,a.TimerOff=ws,a.TimerReset=Ss,a.ToggleLeft=Ls,a.ToggleRight=fs,a.Tornado=xs,a.Torus=ks,a.Touchpad=Ps,a.TouchpadOff=Zs,a.TowerControl=Fs,a.ToyBrick=Bs,a.Tractor=Ds,a.TrafficCone=Rs,a.TrainFront=bs,a.TrainFrontTunnel=Ts,a.TrainTrack=zs,a.TramFront=m1,a.Trash=qs,a.Trash2=Us,a.TreeDeciduous=Os,a.TreePine=Gs,a.Trees=Ws,a.Trello=Es,a.TrendingDown=Is,a.TrendingUp=Xs,a.Triangle=Ks,a.TriangleRight=Ns,a.Trophy=Js,a.Truck=Qs,a.Turtle=js,a.Tv=_s,a.Tv2=Ys,a.Twitch=ag,a.Twitter=hg,a.Type=tg,a.Umbrella=cg,a.UmbrellaOff=dg,a.Underline=Mg,a.Undo=eg,a.Undo2=pg,a.UndoDot=ng,a.UnfoldHorizontal=ig,a.UnfoldVertical=lg,a.Ungroup=vg,a.Unlink=sg,a.Unlink2=og,a.Unlock=rg,a.UnlockKeyhole=gg,a.Unplug=yg,a.Upload=mg,a.UploadCloud=$g,a.Usb=Hg,a.User=fg,a.UserCheck=ug,a.UserCog=Cg,a.UserMinus=Vg,a.UserPlus=wg,a.UserRound=S1,a.UserRoundCheck=H1,a.UserRoundCog=u1,a.UserRoundMinus=C1,a.UserRoundPlus=V1,a.UserRoundSearch=Sg,a.UserRoundX=w1,a.UserSearch=Ag,a.UserX=Lg,a.Users=xg,a.UsersRound=A1,a.Utensils=Zg,a.UtensilsCrossed=kg,a.UtilityPole=Pg,a.Variable=Fg,a.Vault=Bg,a.Vegan=Dg,a.VenetianMask=Rg,a.Vibrate=bg,a.VibrateOff=Tg,a.Video=Ug,a.VideoOff=zg,a.Videotape=qg,a.View=Og,a.Voicemail=Gg,a.Volume=Xg,a.Volume1=Wg,a.Volume2=Eg,a.VolumeX=Ig,a.Vote=Ng,a.Wallet=Qg,a.Wallet2=Kg,a.WalletCards=Jg,a.Wallpaper=jg,a.Wand=_g,a.Wand2=Yg,a.Warehouse=ar,a.WashingMachine=hr,a.Watch=tr,a.Waves=dr,a.Waypoints=cr,a.Webcam=Mr,a.Webhook=nr,a.WebhookOff=pr,a.Weight=er,a.Wheat=lr,a.WheatOff=ir,a.WholeWord=vr,a.Wifi=sr,a.WifiOff=or,a.Wind=gr,a.Wine=yr,a.WineOff=rr,a.Workflow=$r,a.WrapText=mr,a.Wrench=Hr,a.X=wr,a.XCircle=ur,a.XOctagon=Cr,a.XSquare=Vr,a.Youtube=Sr,a.Zap=Lr,a.ZapOff=Ar,a.ZoomIn=fr,a.ZoomOut=xr,a.createElement=L1,a.createIcons=zr,a.icons=kr}); +//# sourceMappingURL=lucide.min.js.map diff --git a/src/assets/template_3/libs/preline/preline.js b/src/assets/template_3/libs/preline/preline.js new file mode 100644 index 0000000..3b73d9b --- /dev/null +++ b/src/assets/template_3/libs/preline/preline.js @@ -0,0 +1,161 @@ +!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n=e();for(var o in n)("object"==typeof exports?exports:t)[o]=n[o]}}(self,(()=>(()=>{"use strict";var t={492:(t,e,n)=>{n.r(e),n.d(e,{afterMain:()=>S,afterRead:()=>w,afterWrite:()=>x,applyStyles:()=>P,arrow:()=>G,auto:()=>l,basePlacements:()=>a,beforeMain:()=>b,beforeRead:()=>y,beforeWrite:()=>I,bottom:()=>i,clippingParents:()=>d,computeStyles:()=>nt,createPopper:()=>Pt,createPopperBase:()=>kt,createPopperLite:()=>Bt,detectOverflow:()=>gt,end:()=>u,eventListeners:()=>it,flip:()=>wt,hide:()=>St,left:()=>s,main:()=>C,modifierPhases:()=>E,offset:()=>It,placements:()=>m,popper:()=>h,popperGenerator:()=>_t,popperOffsets:()=>Tt,preventOverflow:()=>xt,read:()=>g,reference:()=>f,right:()=>r,start:()=>c,top:()=>o,variationPlacements:()=>v,viewport:()=>p,write:()=>T});var o="top",i="bottom",r="right",s="left",l="auto",a=[o,i,r,s],c="start",u="end",d="clippingParents",p="viewport",h="popper",f="reference",v=a.reduce((function(t,e){return t.concat([e+"-"+c,e+"-"+u])}),[]),m=[].concat(a,[l]).reduce((function(t,e){return t.concat([e,e+"-"+c,e+"-"+u])}),[]),y="beforeRead",g="read",w="afterRead",b="beforeMain",C="main",S="afterMain",I="beforeWrite",T="write",x="afterWrite",E=[y,g,w,b,C,S,I,T,x];function O(t){return t?(t.nodeName||"").toLowerCase():null}function L(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function A(t){return t instanceof L(t).Element||t instanceof Element}function _(t){return t instanceof L(t).HTMLElement||t instanceof HTMLElement}function k(t){return"undefined"!=typeof ShadowRoot&&(t instanceof L(t).ShadowRoot||t instanceof ShadowRoot)}const P={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var n=e.styles[t]||{},o=e.attributes[t]||{},i=e.elements[t];_(i)&&O(i)&&(Object.assign(i.style,n),Object.keys(o).forEach((function(t){var e=o[t];!1===e?i.removeAttribute(t):i.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,n.popper),e.styles=n,e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow),function(){Object.keys(e.elements).forEach((function(t){var o=e.elements[t],i=e.attributes[t]||{},r=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:n[t]).reduce((function(t,e){return t[e]="",t}),{});_(o)&&O(o)&&(Object.assign(o.style,r),Object.keys(i).forEach((function(t){o.removeAttribute(t)})))}))}},requires:["computeStyles"]};function B(t){return t.split("-")[0]}var q=Math.max,j=Math.min,N=Math.round;function D(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function $(){return!/^((?!chrome|android).)*safari/i.test(D())}function H(t,e,n){void 0===e&&(e=!1),void 0===n&&(n=!1);var o=t.getBoundingClientRect(),i=1,r=1;e&&_(t)&&(i=t.offsetWidth>0&&N(o.width)/t.offsetWidth||1,r=t.offsetHeight>0&&N(o.height)/t.offsetHeight||1);var s=(A(t)?L(t):window).visualViewport,l=!$()&&n,a=(o.left+(l&&s?s.offsetLeft:0))/i,c=(o.top+(l&&s?s.offsetTop:0))/r,u=o.width/i,d=o.height/r;return{width:u,height:d,top:c,right:a+u,bottom:c+d,left:a,x:a,y:c}}function M(t){var e=H(t),n=t.offsetWidth,o=t.offsetHeight;return Math.abs(e.width-n)<=1&&(n=e.width),Math.abs(e.height-o)<=1&&(o=e.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:o}}function R(t,e){var n=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(n&&k(n)){var o=e;do{if(o&&t.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function W(t){return L(t).getComputedStyle(t)}function V(t){return["table","td","th"].indexOf(O(t))>=0}function F(t){return((A(t)?t.ownerDocument:t.document)||window.document).documentElement}function U(t){return"html"===O(t)?t:t.assignedSlot||t.parentNode||(k(t)?t.host:null)||F(t)}function Y(t){return _(t)&&"fixed"!==W(t).position?t.offsetParent:null}function J(t){for(var e=L(t),n=Y(t);n&&V(n)&&"static"===W(n).position;)n=Y(n);return n&&("html"===O(n)||"body"===O(n)&&"static"===W(n).position)?e:n||function(t){var e=/firefox/i.test(D());if(/Trident/i.test(D())&&_(t)&&"fixed"===W(t).position)return null;var n=U(t);for(k(n)&&(n=n.host);_(n)&&["html","body"].indexOf(O(n))<0;){var o=W(n);if("none"!==o.transform||"none"!==o.perspective||"paint"===o.contain||-1!==["transform","perspective"].indexOf(o.willChange)||e&&"filter"===o.willChange||e&&o.filter&&"none"!==o.filter)return n;n=n.parentNode}return null}(t)||e}function K(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function z(t,e,n){return q(t,j(e,n))}function X(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function Z(t,e){return e.reduce((function(e,n){return e[n]=t,e}),{})}const G={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,n=t.state,l=t.name,c=t.options,u=n.elements.arrow,d=n.modifiersData.popperOffsets,p=B(n.placement),h=K(p),f=[s,r].indexOf(p)>=0?"height":"width";if(u&&d){var v=function(t,e){return X("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:Z(t,a))}(c.padding,n),m=M(u),y="y"===h?o:s,g="y"===h?i:r,w=n.rects.reference[f]+n.rects.reference[h]-d[h]-n.rects.popper[f],b=d[h]-n.rects.reference[h],C=J(u),S=C?"y"===h?C.clientHeight||0:C.clientWidth||0:0,I=w/2-b/2,T=v[y],x=S-m[f]-v[g],E=S/2-m[f]/2+I,O=z(T,E,x),L=h;n.modifiersData[l]=((e={})[L]=O,e.centerOffset=O-E,e)}},effect:function(t){var e=t.state,n=t.options.element,o=void 0===n?"[data-popper-arrow]":n;null!=o&&("string"!=typeof o||(o=e.elements.popper.querySelector(o)))&&R(e.elements.popper,o)&&(e.elements.arrow=o)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Q(t){return t.split("-")[1]}var tt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function et(t){var e,n=t.popper,l=t.popperRect,a=t.placement,c=t.variation,d=t.offsets,p=t.position,h=t.gpuAcceleration,f=t.adaptive,v=t.roundOffsets,m=t.isFixed,y=d.x,g=void 0===y?0:y,w=d.y,b=void 0===w?0:w,C="function"==typeof v?v({x:g,y:b}):{x:g,y:b};g=C.x,b=C.y;var S=d.hasOwnProperty("x"),I=d.hasOwnProperty("y"),T=s,x=o,E=window;if(f){var O=J(n),A="clientHeight",_="clientWidth";if(O===L(n)&&"static"!==W(O=F(n)).position&&"absolute"===p&&(A="scrollHeight",_="scrollWidth"),a===o||(a===s||a===r)&&c===u)x=i,b-=(m&&O===E&&E.visualViewport?E.visualViewport.height:O[A])-l.height,b*=h?1:-1;if(a===s||(a===o||a===i)&&c===u)T=r,g-=(m&&O===E&&E.visualViewport?E.visualViewport.width:O[_])-l.width,g*=h?1:-1}var k,P=Object.assign({position:p},f&&tt),B=!0===v?function(t,e){var n=t.x,o=t.y,i=e.devicePixelRatio||1;return{x:N(n*i)/i||0,y:N(o*i)/i||0}}({x:g,y:b},L(n)):{x:g,y:b};return g=B.x,b=B.y,h?Object.assign({},P,((k={})[x]=I?"0":"",k[T]=S?"0":"",k.transform=(E.devicePixelRatio||1)<=1?"translate("+g+"px, "+b+"px)":"translate3d("+g+"px, "+b+"px, 0)",k)):Object.assign({},P,((e={})[x]=I?b+"px":"",e[T]=S?g+"px":"",e.transform="",e))}const nt={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,n=t.options,o=n.gpuAcceleration,i=void 0===o||o,r=n.adaptive,s=void 0===r||r,l=n.roundOffsets,a=void 0===l||l,c={placement:B(e.placement),variation:Q(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:i,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,et(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:a})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,et(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};var ot={passive:!0};const it={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,n=t.instance,o=t.options,i=o.scroll,r=void 0===i||i,s=o.resize,l=void 0===s||s,a=L(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return r&&c.forEach((function(t){t.addEventListener("scroll",n.update,ot)})),l&&a.addEventListener("resize",n.update,ot),function(){r&&c.forEach((function(t){t.removeEventListener("scroll",n.update,ot)})),l&&a.removeEventListener("resize",n.update,ot)}},data:{}};var rt={left:"right",right:"left",bottom:"top",top:"bottom"};function st(t){return t.replace(/left|right|bottom|top/g,(function(t){return rt[t]}))}var lt={start:"end",end:"start"};function at(t){return t.replace(/start|end/g,(function(t){return lt[t]}))}function ct(t){var e=L(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function ut(t){return H(F(t)).left+ct(t).scrollLeft}function dt(t){var e=W(t),n=e.overflow,o=e.overflowX,i=e.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+o)}function pt(t){return["html","body","#document"].indexOf(O(t))>=0?t.ownerDocument.body:_(t)&&dt(t)?t:pt(U(t))}function ht(t,e){var n;void 0===e&&(e=[]);var o=pt(t),i=o===(null==(n=t.ownerDocument)?void 0:n.body),r=L(o),s=i?[r].concat(r.visualViewport||[],dt(o)?o:[]):o,l=e.concat(s);return i?l:l.concat(ht(U(s)))}function ft(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function vt(t,e,n){return e===p?ft(function(t,e){var n=L(t),o=F(t),i=n.visualViewport,r=o.clientWidth,s=o.clientHeight,l=0,a=0;if(i){r=i.width,s=i.height;var c=$();(c||!c&&"fixed"===e)&&(l=i.offsetLeft,a=i.offsetTop)}return{width:r,height:s,x:l+ut(t),y:a}}(t,n)):A(e)?function(t,e){var n=H(t,!1,"fixed"===e);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}(e,n):ft(function(t){var e,n=F(t),o=ct(t),i=null==(e=t.ownerDocument)?void 0:e.body,r=q(n.scrollWidth,n.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),s=q(n.scrollHeight,n.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),l=-o.scrollLeft+ut(t),a=-o.scrollTop;return"rtl"===W(i||n).direction&&(l+=q(n.clientWidth,i?i.clientWidth:0)-r),{width:r,height:s,x:l,y:a}}(F(t)))}function mt(t,e,n,o){var i="clippingParents"===e?function(t){var e=ht(U(t)),n=["absolute","fixed"].indexOf(W(t).position)>=0&&_(t)?J(t):t;return A(n)?e.filter((function(t){return A(t)&&R(t,n)&&"body"!==O(t)})):[]}(t):[].concat(e),r=[].concat(i,[n]),s=r[0],l=r.reduce((function(e,n){var i=vt(t,n,o);return e.top=q(i.top,e.top),e.right=j(i.right,e.right),e.bottom=j(i.bottom,e.bottom),e.left=q(i.left,e.left),e}),vt(t,s,o));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function yt(t){var e,n=t.reference,l=t.element,a=t.placement,d=a?B(a):null,p=a?Q(a):null,h=n.x+n.width/2-l.width/2,f=n.y+n.height/2-l.height/2;switch(d){case o:e={x:h,y:n.y-l.height};break;case i:e={x:h,y:n.y+n.height};break;case r:e={x:n.x+n.width,y:f};break;case s:e={x:n.x-l.width,y:f};break;default:e={x:n.x,y:n.y}}var v=d?K(d):null;if(null!=v){var m="y"===v?"height":"width";switch(p){case c:e[v]=e[v]-(n[m]/2-l[m]/2);break;case u:e[v]=e[v]+(n[m]/2-l[m]/2)}}return e}function gt(t,e){void 0===e&&(e={});var n=e,s=n.placement,l=void 0===s?t.placement:s,c=n.strategy,u=void 0===c?t.strategy:c,v=n.boundary,m=void 0===v?d:v,y=n.rootBoundary,g=void 0===y?p:y,w=n.elementContext,b=void 0===w?h:w,C=n.altBoundary,S=void 0!==C&&C,I=n.padding,T=void 0===I?0:I,x=X("number"!=typeof T?T:Z(T,a)),E=b===h?f:h,O=t.rects.popper,L=t.elements[S?E:b],_=mt(A(L)?L:L.contextElement||F(t.elements.popper),m,g,u),k=H(t.elements.reference),P=yt({reference:k,element:O,strategy:"absolute",placement:l}),B=ft(Object.assign({},O,P)),q=b===h?B:k,j={top:_.top-q.top+x.top,bottom:q.bottom-_.bottom+x.bottom,left:_.left-q.left+x.left,right:q.right-_.right+x.right},N=t.modifiersData.offset;if(b===h&&N){var D=N[l];Object.keys(j).forEach((function(t){var e=[r,i].indexOf(t)>=0?1:-1,n=[o,i].indexOf(t)>=0?"y":"x";j[t]+=D[n]*e}))}return j}const wt={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,u=t.name;if(!e.modifiersData[u]._skip){for(var d=n.mainAxis,p=void 0===d||d,h=n.altAxis,f=void 0===h||h,y=n.fallbackPlacements,g=n.padding,w=n.boundary,b=n.rootBoundary,C=n.altBoundary,S=n.flipVariations,I=void 0===S||S,T=n.allowedAutoPlacements,x=e.options.placement,E=B(x),O=y||(E===x||!I?[st(x)]:function(t){if(B(t)===l)return[];var e=st(t);return[at(t),e,at(e)]}(x)),L=[x].concat(O).reduce((function(t,n){return t.concat(B(n)===l?function(t,e){void 0===e&&(e={});var n=e,o=n.placement,i=n.boundary,r=n.rootBoundary,s=n.padding,l=n.flipVariations,c=n.allowedAutoPlacements,u=void 0===c?m:c,d=Q(o),p=d?l?v:v.filter((function(t){return Q(t)===d})):a,h=p.filter((function(t){return u.indexOf(t)>=0}));0===h.length&&(h=p);var f=h.reduce((function(e,n){return e[n]=gt(t,{placement:n,boundary:i,rootBoundary:r,padding:s})[B(n)],e}),{});return Object.keys(f).sort((function(t,e){return f[t]-f[e]}))}(e,{placement:n,boundary:w,rootBoundary:b,padding:g,flipVariations:I,allowedAutoPlacements:T}):n)}),[]),A=e.rects.reference,_=e.rects.popper,k=new Map,P=!0,q=L[0],j=0;j=0,M=H?"width":"height",R=gt(e,{placement:N,boundary:w,rootBoundary:b,altBoundary:C,padding:g}),W=H?$?r:s:$?i:o;A[M]>_[M]&&(W=st(W));var V=st(W),F=[];if(p&&F.push(R[D]<=0),f&&F.push(R[W]<=0,R[V]<=0),F.every((function(t){return t}))){q=N,P=!1;break}k.set(N,F)}if(P)for(var U=function(t){var e=L.find((function(e){var n=k.get(e);if(n)return n.slice(0,t).every((function(t){return t}))}));if(e)return q=e,"break"},Y=I?3:1;Y>0;Y--){if("break"===U(Y))break}e.placement!==q&&(e.modifiersData[u]._skip=!0,e.placement=q,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function bt(t,e,n){return void 0===n&&(n={x:0,y:0}),{top:t.top-e.height-n.y,right:t.right-e.width+n.x,bottom:t.bottom-e.height+n.y,left:t.left-e.width-n.x}}function Ct(t){return[o,r,i,s].some((function(e){return t[e]>=0}))}const St={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,n=t.name,o=e.rects.reference,i=e.rects.popper,r=e.modifiersData.preventOverflow,s=gt(e,{elementContext:"reference"}),l=gt(e,{altBoundary:!0}),a=bt(s,o),c=bt(l,i,r),u=Ct(a),d=Ct(c);e.modifiersData[n]={referenceClippingOffsets:a,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}};const It={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,n=t.options,i=t.name,l=n.offset,a=void 0===l?[0,0]:l,c=m.reduce((function(t,n){return t[n]=function(t,e,n){var i=B(t),l=[s,o].indexOf(i)>=0?-1:1,a="function"==typeof n?n(Object.assign({},e,{placement:t})):n,c=a[0],u=a[1];return c=c||0,u=(u||0)*l,[s,r].indexOf(i)>=0?{x:u,y:c}:{x:c,y:u}}(n,e.rects,a),t}),{}),u=c[e.placement],d=u.x,p=u.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=d,e.modifiersData.popperOffsets.y+=p),e.modifiersData[i]=c}};const Tt={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,n=t.name;e.modifiersData[n]=yt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}};const xt={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,l=t.name,a=n.mainAxis,u=void 0===a||a,d=n.altAxis,p=void 0!==d&&d,h=n.boundary,f=n.rootBoundary,v=n.altBoundary,m=n.padding,y=n.tether,g=void 0===y||y,w=n.tetherOffset,b=void 0===w?0:w,C=gt(e,{boundary:h,rootBoundary:f,padding:m,altBoundary:v}),S=B(e.placement),I=Q(e.placement),T=!I,x=K(S),E="x"===x?"y":"x",O=e.modifiersData.popperOffsets,L=e.rects.reference,A=e.rects.popper,_="function"==typeof b?b(Object.assign({},e.rects,{placement:e.placement})):b,k="number"==typeof _?{mainAxis:_,altAxis:_}:Object.assign({mainAxis:0,altAxis:0},_),P=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,N={x:0,y:0};if(O){if(u){var D,$="y"===x?o:s,H="y"===x?i:r,R="y"===x?"height":"width",W=O[x],V=W+C[$],F=W-C[H],U=g?-A[R]/2:0,Y=I===c?L[R]:A[R],X=I===c?-A[R]:-L[R],Z=e.elements.arrow,G=g&&Z?M(Z):{width:0,height:0},tt=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},et=tt[$],nt=tt[H],ot=z(0,L[R],G[R]),it=T?L[R]/2-U-ot-et-k.mainAxis:Y-ot-et-k.mainAxis,rt=T?-L[R]/2+U+ot+nt+k.mainAxis:X+ot+nt+k.mainAxis,st=e.elements.arrow&&J(e.elements.arrow),lt=st?"y"===x?st.clientTop||0:st.clientLeft||0:0,at=null!=(D=null==P?void 0:P[x])?D:0,ct=W+rt-at,ut=z(g?j(V,W+it-at-lt):V,W,g?q(F,ct):F);O[x]=ut,N[x]=ut-W}if(p){var dt,pt="x"===x?o:s,ht="x"===x?i:r,ft=O[E],vt="y"===E?"height":"width",mt=ft+C[pt],yt=ft-C[ht],wt=-1!==[o,s].indexOf(S),bt=null!=(dt=null==P?void 0:P[E])?dt:0,Ct=wt?mt:ft-L[vt]-A[vt]-bt+k.altAxis,St=wt?ft+L[vt]+A[vt]-bt-k.altAxis:yt,It=g&&wt?function(t,e,n){var o=z(t,e,n);return o>n?n:o}(Ct,ft,St):z(g?Ct:mt,ft,g?St:yt);O[E]=It,N[E]=It-ft}e.modifiersData[l]=N}},requiresIfExists:["offset"]};function Et(t,e,n){void 0===n&&(n=!1);var o,i,r=_(e),s=_(e)&&function(t){var e=t.getBoundingClientRect(),n=N(e.width)/t.offsetWidth||1,o=N(e.height)/t.offsetHeight||1;return 1!==n||1!==o}(e),l=F(e),a=H(t,s,n),c={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(r||!r&&!n)&&(("body"!==O(e)||dt(l))&&(c=(o=e)!==L(o)&&_(o)?{scrollLeft:(i=o).scrollLeft,scrollTop:i.scrollTop}:ct(o)),_(e)?((u=H(e,!0)).x+=e.clientLeft,u.y+=e.clientTop):l&&(u.x=ut(l))),{x:a.left+c.scrollLeft-u.x,y:a.top+c.scrollTop-u.y,width:a.width,height:a.height}}function Ot(t){var e=new Map,n=new Set,o=[];function i(t){n.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!n.has(t)){var o=e.get(t);o&&i(o)}})),o.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){n.has(t.name)||i(t)})),o}var Lt={placement:"bottom",modifiers:[],strategy:"absolute"};function At(){for(var t=arguments.length,e=new Array(t),n=0;n{Object.defineProperty(e,"__esModule",{value:!0}),e.COMBO_BOX_ACCESSIBILITY_KEY_SET=e.SELECT_ACCESSIBILITY_KEY_SET=e.TABS_ACCESSIBILITY_KEY_SET=e.OVERLAY_ACCESSIBILITY_KEY_SET=e.DROPDOWN_ACCESSIBILITY_KEY_SET=e.POSITIONS=void 0,e.POSITIONS={auto:"auto","auto-start":"auto-start","auto-end":"auto-end",top:"top","top-left":"top-start","top-right":"top-end",bottom:"bottom","bottom-left":"bottom-start","bottom-right":"bottom-end",right:"right","right-start":"right-start","right-end":"right-end",left:"left","left-start":"left-start","left-end":"left-end"},e.DROPDOWN_ACCESSIBILITY_KEY_SET=["Escape","ArrowUp","ArrowDown","Home","End","Enter"],e.OVERLAY_ACCESSIBILITY_KEY_SET=["Escape","Tab"],e.TABS_ACCESSIBILITY_KEY_SET=["ArrowUp","ArrowLeft","ArrowDown","ArrowRight","Home","End"],e.SELECT_ACCESSIBILITY_KEY_SET=["ArrowUp","ArrowLeft","ArrowDown","ArrowRight","Home","End","Escape","Enter","Tab"],e.COMBO_BOX_ACCESSIBILITY_KEY_SET=["ArrowUp","ArrowLeft","ArrowDown","ArrowRight","Home","End","Escape","Enter"]},460:function(t,e,n){ +/* + * HSAccordion + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r=n(969),s=function(t){function e(e,n,o){var i=t.call(this,e,n,o)||this;return i.toggle=i.el.querySelector(".hs-accordion-toggle")||null,i.content=i.el.querySelector(".hs-accordion-content")||null,i.group=i.el.closest(".hs-accordion-group")||null,i.isAlwaysOpened=i.group.hasAttribute("data-hs-accordion-always-open")||!1,i.toggle&&i.content&&i.init(),i}return i(e,t),e.prototype.init=function(){var t=this;this.createCollection(window.$hsAccordionCollection,this),this.toggle.addEventListener("click",(function(){t.el.classList.contains("active")?t.hide():t.show()}))},e.prototype.show=function(){var t=this;this.group&&!this.isAlwaysOpened&&this.group.querySelector(".hs-accordion.active")&&this.group.querySelector(".hs-accordion.active")!==this.el&&window.$hsAccordionCollection.find((function(e){return e.element.el===t.group.querySelector(".hs-accordion.active")})).element.hide();if(this.el.classList.contains("active"))return!1;this.el.classList.add("active"),this.content.style.display="block",this.content.style.height="0",setTimeout((function(){t.content.style.height="".concat(t.content.scrollHeight,"px")})),(0,r.afterTransition)(this.content,(function(){t.content.style.display="block",t.content.style.height="",t.fireEvent("open",t.el),(0,r.dispatch)("open.hs.accordion",t.el,t.el)}))},e.prototype.hide=function(){var t=this;if(!this.el.classList.contains("active"))return!1;this.el.classList.remove("active"),this.content.style.height="".concat(this.content.scrollHeight,"px"),setTimeout((function(){t.content.style.height="0"})),(0,r.afterTransition)(this.content,(function(){t.content.style.display="",t.content.style.height="0",t.fireEvent("close",t.el),(0,r.dispatch)("close.hs.accordion",t.el,t.el)}))},e.getInstance=function(t,e){var n=window.$hsAccordionCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element.el:null},e.show=function(t){var e=window.$hsAccordionCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));e&&"block"!==e.element.content.style.display&&e.element.show()},e.hide=function(t){var e=window.$hsAccordionCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));e&&"block"===e.element.content.style.display&&e.element.hide()},e.autoInit=function(){window.$hsAccordionCollection||(window.$hsAccordionCollection=[]),document.querySelectorAll(".hs-accordion:not(.--prevent-on-load-init)").forEach((function(t){window.$hsAccordionCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e.on=function(t,e,n){var o=window.$hsAccordionCollection.find((function(t){return t.element.el===("string"==typeof e?document.querySelector(e):e)}));o&&(o.element.events[t]=n)},e}(n(737).default);window.addEventListener("load",(function(){s.autoInit()})),"undefined"!=typeof window&&(window.HSAccordion=s),e.default=s},737:(t,e)=>{ +/* + * HSBasePlugin + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e,n){this.el=t,this.options=e,this.events=n,this.el=t,this.options=e,this.events={}}return t.prototype.createCollection=function(t,e){var n;t.push({id:(null===(n=null==e?void 0:e.el)||void 0===n?void 0:n.id)||t.length+1,element:e})},t.prototype.fireEvent=function(t,e){if(void 0===e&&(e=null),this.events.hasOwnProperty(t))return this.events[t](e)},t.prototype.on=function(t,e){this.events[t]=e},t}();e.default=n},629:function(t,e,n){ +/* + * HSCarousel + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n *")||null,l.sliderWidth=l.inner.parentElement.clientWidth,l.touchX={start:0,end:0},l.init(),l}return i(e,t),e.prototype.init=function(){var t,e,n=this;this.createCollection(window.$hsCarouselCollection,this),this.inner&&(this.calculateWidth(),this.loadingClassesRemove&&("string"==typeof this.loadingClassesRemove?this.inner.classList.remove(this.loadingClassesRemove):(t=this.inner.classList).remove.apply(t,this.loadingClassesRemove)),this.loadingClassesAdd&&("string"==typeof this.loadingClassesAdd?this.inner.classList.add(this.loadingClassesAdd):(e=this.inner.classList).add.apply(e,this.loadingClassesAdd))),this.prev&&this.prev.addEventListener("click",(function(){n.goToPrev(),n.isAutoPlay&&(n.resetTimer(),n.setTimer())})),this.next&&this.next.addEventListener("click",(function(){n.goToNext(),n.isAutoPlay&&(n.resetTimer(),n.setTimer())})),this.dots&&this.dots.forEach((function(t,e){return t.addEventListener("click",(function(){n.goTo(e),n.isAutoPlay&&(n.resetTimer(),n.setTimer())}))})),this.slides.length&&(this.addCurrentClass(),this.isInfiniteLoop||this.addDisabledClass(),this.isAutoPlay&&this.autoPlay()),this.inner&&this.afterLoadingClassesAdd&&setTimeout((function(){var t;"string"==typeof n.afterLoadingClassesAdd?n.inner.classList.add(n.afterLoadingClassesAdd):(t=n.inner.classList).add.apply(t,n.afterLoadingClassesAdd)})),this.el.classList.add("init"),this.el.addEventListener("touchstart",(function(t){n.touchX.start=t.changedTouches[0].screenX})),this.el.addEventListener("touchend",(function(t){n.touchX.end=t.changedTouches[0].screenX,n.detectDirection()})),this.observeResize()},e.prototype.observeResize=function(){var t=this;new ResizeObserver((function(){return t.recalculateWidth()})).observe(document.querySelector("body"))},e.prototype.calculateWidth=function(){var t=this;this.inner.style.width="".concat(this.sliderWidth*this.slides.length,"px"),this.inner.style.transform="translate(-".concat(this.currentIndex*this.sliderWidth,"px, 0px)"),this.slides.forEach((function(e){e.style.width="".concat(t.sliderWidth,"px")}))},e.prototype.addCurrentClass=function(){var t=this;this.slides.forEach((function(e,n){n===t.currentIndex?e.classList.add("active"):e.classList.remove("active")})),this.dots&&this.dots.forEach((function(e,n){n===t.currentIndex?e.classList.add("active"):e.classList.remove("active")}))},e.prototype.addDisabledClass=function(){if(!this.prev||!this.next)return!1;0===this.currentIndex?(this.next.classList.remove("disabled"),this.prev.classList.add("disabled")):this.currentIndex===this.slides.length-1?(this.prev.classList.remove("disabled"),this.next.classList.add("disabled")):(this.prev.classList.remove("disabled"),this.next.classList.remove("disabled"))},e.prototype.autoPlay=function(){this.setTimer()},e.prototype.setTimer=function(){var t=this;this.timer=setInterval((function(){t.currentIndex===t.slides.length-1?t.goTo(0):t.goToNext()}),this.speed)},e.prototype.resetTimer=function(){clearInterval(this.timer)},e.prototype.detectDirection=function(){var t=this.touchX,e=t.start,n=t.end;ne&&this.goToPrev()},e.prototype.recalculateWidth=function(){this.sliderWidth=this.inner.parentElement.clientWidth,this.calculateWidth()},e.prototype.goToPrev=function(){0===this.currentIndex&&this.isInfiniteLoop?(this.currentIndex=this.slides.length-1,this.inner.style.transform="translate(-".concat(this.currentIndex*this.sliderWidth,"px, 0px)"),this.addCurrentClass()):0!==this.currentIndex&&(this.currentIndex-=1,this.inner.style.transform="translate(-".concat(this.currentIndex*this.sliderWidth,"px, 0px)"),this.addCurrentClass(),this.addDisabledClass())},e.prototype.goToNext=function(){this.currentIndex===this.slides.length-1&&this.isInfiniteLoop?(this.currentIndex=0,this.inner.style.transform="translate(-".concat(this.currentIndex*this.sliderWidth,"px, 0px)"),this.addCurrentClass()):this.currentIndex=this.limit)return!1;this.el.hasAttribute("disabled")&&this.el.setAttribute("disabled","");var t=this.target.cloneNode(!0);this.addToItems(t),this.limit&&this.items.length>=this.limit&&this.el.setAttribute("disabled","disabled"),this.fireEvent("copy",t),(0,s.dispatch)("copy.hs.copyMarkup",t,t)},e.prototype.addPredefinedItems=function(){var t=this;Array.from(this.wrapper.children).filter((function(t){return!t.classList.contains("[--ignore-for-count]")})).forEach((function(e){t.addToItems(e)}))},e.prototype.setTarget=function(){var t="string"==typeof this.targetSelector?document.querySelector(this.targetSelector).cloneNode(!0):this.targetSelector.cloneNode(!0);t.removeAttribute("id"),this.target=t},e.prototype.setWrapper=function(){this.wrapper="string"==typeof this.wrapperSelector?document.querySelector(this.wrapperSelector):this.wrapperSelector},e.prototype.addToItems=function(t){var e=this,n=t.querySelector("[data-hs-copy-markup-delete-item]");this.wrapper?this.wrapper.append(t):this.el.before(t),n&&n.addEventListener("click",(function(){return e.delete(t)})),this.items.push(t)},e.prototype.delete=function(t){var e=this.items.indexOf(t);-1!==e&&this.items.splice(e,1),t.remove(),this.fireEvent("delete",t),(0,s.dispatch)("delete.hs.copyMarkup",t,t)},e.getInstance=function(t,e){var n=window.$hsCopyMarkupCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element:null},e.autoInit=function(){window.$hsCopyMarkupCollection||(window.$hsCopyMarkupCollection=[]),document.querySelectorAll("[data-hs-copy-markup]:not(.--prevent-on-load-init)").forEach((function(t){if(!window.$hsCopyMarkupCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))){var n=t.getAttribute("data-hs-copy-markup"),o=n?JSON.parse(n):{};new e(t,o)}}))},e}(n(737).default);window.addEventListener("load",(function(){l.autoInit()})),"undefined"!=typeof window&&(window.HSCopyMarkup=l),e.default=l},610:function(t,e,n){ +/* + * HSDropdown + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__spreadArray||function(t,e,n){if(n||2===arguments.length)for(var o,i=0,r=e.length;i .hs-dropdown-toggle")||i.el.children[0],i.menu=i.el.querySelector(":scope > .hs-dropdown-menu"),i.eventMode=(0,s.getClassProperty)(i.el,"--trigger","click"),i.closeMode=(0,s.getClassProperty)(i.el,"--auto-close","true"),i.animationInProcess=!1,i.toggle&&i.menu&&i.init(),i}return i(e,t),e.prototype.init=function(){var t=this;if(this.createCollection(window.$hsDropdownCollection,this),this.toggle.disabled)return!1;this.toggle.addEventListener("click",(function(){return t.onClickHandler()})),(0,s.isIOS)()||(0,s.isIpadOS)()||(this.el.addEventListener("mouseenter",(function(){return t.onMouseEnterHandler()})),this.el.addEventListener("mouseleave",(function(){return t.onMouseLeaveHandler()})))},e.prototype.resizeHandler=function(){this.eventMode=(0,s.getClassProperty)(this.el,"--trigger","click")},e.prototype.onClickHandler=function(){this.el.classList.contains("open")&&!this.menu.classList.contains("hidden")?this.close():this.open()},e.prototype.onMouseEnterHandler=function(){if("hover"!==this.eventMode)return!1;this.el._popper&&this.forceClearState(),!this.el.classList.contains("open")&&this.menu.classList.contains("hidden")&&this.open()},e.prototype.onMouseLeaveHandler=function(){if("hover"!==this.eventMode)return!1;this.el.classList.contains("open")&&!this.menu.classList.contains("hidden")&&this.close()},e.prototype.destroyPopper=function(){this.menu.classList.remove("block"),this.menu.classList.add("hidden"),this.menu.style.inset=null,this.menu.style.position=null,this.el&&this.el._popper&&this.el._popper.destroy(),this.animationInProcess=!1},e.prototype.absoluteStrategyModifiers=function(){var t=this;return[{name:"applyStyles",fn:function(e){var n=(window.getComputedStyle(t.el).getPropertyValue("--strategy")||"absolute").replace(" ",""),o=(window.getComputedStyle(t.el).getPropertyValue("--adaptive")||"adaptive").replace(" ","");e.state.elements.popper.style.position=n,e.state.elements.popper.style.transform="adaptive"===o?e.state.styles.popper.transform:null,e.state.elements.popper.style.top=null,e.state.elements.popper.style.bottom=null,e.state.elements.popper.style.left=null,e.state.elements.popper.style.right=null,e.state.elements.popper.style.margin=0}},{name:"computeStyles",options:{adaptive:!1}}]},e.prototype.open=function(){var t=this;if(this.el.classList.contains("open"))return!1;if(this.animationInProcess)return!1;this.animationInProcess=!0;var e=(window.getComputedStyle(this.el).getPropertyValue("--placement")||"").replace(" ",""),n=(window.getComputedStyle(this.el).getPropertyValue("--flip")||"true").replace(" ",""),o=(window.getComputedStyle(this.el).getPropertyValue("--strategy")||"fixed").replace(" ",""),i=parseInt((window.getComputedStyle(this.el).getPropertyValue("--offset")||"10").replace(" ",""));"static"!==o&&(this.el._popper=(0,l.createPopper)(this.el,this.menu,{placement:c.POSITIONS[e]||"bottom-start",strategy:o,modifiers:r(r([],"fixed"!==o?this.absoluteStrategyModifiers():[],!0),[{name:"flip",enabled:"true"===n},{name:"offset",options:{offset:[0,i]}}],!1)})),this.menu.style.margin=null,this.menu.classList.remove("hidden"),this.menu.classList.add("block"),setTimeout((function(){t.el.classList.add("open"),t.animationInProcess=!1})),this.fireEvent("open",this.el),(0,s.dispatch)("open.hs.dropdown",this.el,this.el)},e.prototype.close=function(t){var e=this;if(void 0===t&&(t=!0),this.animationInProcess||!this.el.classList.contains("open"))return!1;if(this.animationInProcess=!0,t){var n=this.el.querySelector("[data-hs-dropdown-transition]")||this.menu;(0,s.afterTransition)(n,(function(){return e.destroyPopper()}))}else this.destroyPopper();this.menu.style.margin=null,this.el.classList.remove("open"),this.fireEvent("close",this.el),(0,s.dispatch)("close.hs.dropdown",this.el,this.el)},e.prototype.forceClearState=function(){this.destroyPopper(),this.menu.style.margin=null,this.el.classList.remove("open")},e.getInstance=function(t,e){var n=window.$hsDropdownCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element.el:null},e.autoInit=function(){if(window.$hsDropdownCollection||(window.$hsDropdownCollection=[]),document.querySelectorAll(".hs-dropdown:not(.--prevent-on-load-init)").forEach((function(t){window.$hsDropdownCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)})),window.$hsDropdownCollection){document.addEventListener("keydown",(function(t){return e.accessibility(t)})),window.addEventListener("click",(function(t){var n=t.target;e.closeCurrentlyOpened(n)}));var t=window.innerWidth;window.addEventListener("resize",(function(){window.innerWidth!==t&&(t=innerWidth,e.closeCurrentlyOpened(null,!1))}))}},e.open=function(t){var e=window.$hsDropdownCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));e&&e.element.menu.classList.contains("hidden")&&e.element.open()},e.close=function(t){var e=window.$hsDropdownCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));e&&!e.element.menu.classList.contains("hidden")&&e.element.close()},e.accessibility=function(t){this.history=s.menuSearchHistory;var e=window.$hsDropdownCollection.find((function(t){return t.element.el.classList.contains("open")}));if(e&&(c.DROPDOWN_ACCESSIBILITY_KEY_SET.includes(t.code)||4===t.code.length&&t.code[t.code.length-1].match(/^[A-Z]*$/))&&!t.metaKey&&!e.element.menu.querySelector("input:focus"))switch(console.log("Key code:",t.code),t.code){case"Escape":e.element.menu.querySelector(".hs-select.active")||(t.preventDefault(),this.onEscape(t));break;case"Enter":e.element.menu.querySelector(".hs-select button:focus")||e.element.menu.querySelector(".hs-collapse-toggle:focus")||this.onEnter(t);break;case"ArrowUp":t.preventDefault(),this.onArrow();break;case"ArrowDown":t.preventDefault(),this.onArrow(!1);break;case"Home":t.preventDefault(),this.onStartEnd();break;case"End":t.preventDefault(),this.onStartEnd(!1);break;default:t.preventDefault(),this.onFirstLetter(t.key)}},e.onEscape=function(t){var e=t.target.closest(".hs-dropdown.open");if(window.$hsDropdownCollection.find((function(t){return t.element.el===e}))){var n=window.$hsDropdownCollection.find((function(t){return t.element.el===e}));n&&(n.element.close(),n.element.toggle.focus())}else this.closeCurrentlyOpened()},e.onEnter=function(t){var e=t.target.parentElement;if(window.$hsDropdownCollection.find((function(t){return t.element.el===e}))){t.preventDefault();var n=window.$hsDropdownCollection.find((function(t){return t.element.el===e}));n&&n.element.open()}},e.onArrow=function(t){void 0===t&&(t=!0);var e=window.$hsDropdownCollection.find((function(t){return t.element.el.classList.contains("open")}));if(e){var n=e.element.menu;if(!n)return!1;var o=(t?Array.from(n.querySelectorAll("a:not([hidden]), .hs-dropdown > button:not([hidden])")).reverse():Array.from(n.querySelectorAll("a:not([hidden]), .hs-dropdown > button:not([hidden])"))).filter((function(t){return!t.classList.contains("disabled")})),i=n.querySelector("a:focus, button:focus"),r=o.findIndex((function(t){return t===i}));r+1-1?e[(o+1)%e.length].focus():e[0].focus()},e.on=function(t,e,n){var o=window.$hsOverlayCollection.find((function(t){return t.element.el===("string"==typeof e?document.querySelector(e):e)||t.element.overlay===("string"==typeof e?document.querySelector(e):e)}));o&&(o.element.events[t]=n)},e}(n(737).default);window.addEventListener("load",(function(){l.autoInit()})),"undefined"!=typeof window&&(window.HSOverlay=l),e.default=l},659:function(t,e,n){ +/* + * HSPinInput + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n0&&this.items[e-1].focus()},e.prototype.onKeydown=function(t,e){"Backspace"===t.key&&e>0&&(""===this.items[e].value?(this.items[e-1].value="",this.items[e-1].focus()):this.items[e].value=""),this.setCurrentValue(),this.toggleCompleted()},e.prototype.onFocusIn=function(t){this.items[t].setAttribute("placeholder","")},e.prototype.onFocusOut=function(t){this.items[t].setAttribute("placeholder",this.placeholders[t])},e.prototype.onPaste=function(t){var e=this;t.preventDefault(),this.items.forEach((function(n){document.activeElement===n&&e.autoFillAll(t.clipboardData.getData("text"))}))},e.getInstance=function(t,e){var n=window.$hsPinInputCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element:null},e.autoInit=function(){window.$hsPinInputCollection||(window.$hsPinInputCollection=[]),document.querySelectorAll("[data-hs-pin-input]:not(.--prevent-on-load-init)").forEach((function(t){window.$hsPinInputCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e}(n(737).default);window.addEventListener("load",(function(){l.autoInit()})),"undefined"!=typeof window&&(window.HSPinInput=l),e.default=l},139:function(t,e,n){ +/* + * HSRemoveElement + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n0){if(this.activeSection===e)return!1;this.links.forEach((function(t){t.classList.remove("active")}));var a=this.el.querySelector('[href="#'.concat(e.getAttribute("id"),'"]'));if(a){a.classList.add("active");var c=a.closest("[data-hs-scrollspy-group]");if(c){var u=c.querySelector("[href]");u&&u.classList.add("active")}}this.activeSection=e}},e.prototype.scrollTo=function(t){var e=t.getAttribute("href"),n=document.querySelector(e),o=parseInt((0,r.getClassProperty)(this.el,"--scrollspy-offset","0")),i=parseInt((0,r.getClassProperty)(n,"--scrollspy-offset"))||o,s=this.scrollable===document?0:this.scrollable.offsetTop,l=n.offsetTop-i-s,a=this.scrollable===document?window:this.scrollable,c=function(){window.history.replaceState(null,null,t.getAttribute("href")),"scrollTo"in a&&a.scrollTo({top:l,left:0,behavior:"smooth"})},u=this.fireEvent("beforeScroll",this.el);(0,r.dispatch)("beforeScroll.hs.scrollspy",this.el,this.el),u instanceof Promise?u.then((function(){return c()})):c()},e.getInstance=function(t,e){void 0===e&&(e=!1);var n=window.$hsScrollspyCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element.el:null},e.autoInit=function(){window.$hsScrollspyCollection||(window.$hsScrollspyCollection=[]),document.querySelectorAll("[data-hs-scrollspy]:not(.--prevent-on-load-init)").forEach((function(t){window.$hsScrollspyCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e}(n(737).default);window.addEventListener("load",(function(){s.autoInit()})),"undefined"!=typeof window&&(window.HSScrollspy=s),e.default=s},961:function(t,e,n){ +/* + * HSTogglePassword + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n0&&i[i.length-1])||6!==l[0]&&2!==l[0])){s=0;continue}if(3===l[0]&&(!i||l[1]>i[0]&&l[1]",o.dropdownClasses=l.dropdownClasses||"absolute top-full z-[1] w-full bg-white border border-gray-200 rounded-md hidden mt-2",o.dropdownItemTemplate=l.dropdownItemTemplate||"
",o.dropdownItemTemplatesByType=l.dropdownItemTemplatesByType||null,o.dropdownItemClasses=l.dropdownItemClasses||"py-2 px-4 w-full cursor-pointer text-sm hover:bg-gray-300 hover:text-black",o.highlightedTextTagName=l.highlightedTextTagName||"u",o.highlightedTextClasses=l.highlightedTextClasses||"bg-green-200",o.jsonUrl&&o.fetchData().then((function(){return o.init()})),o}return i(e,t),e.prototype.init=function(){var t=this;this.createCollection(window.$hsSearchByJsonCollection,this),this.buildDropdown(),this.el.addEventListener("input",(0,a.debounce)((function(e){t.val=e.target.value,t.val.length>t.minChars?t.searchData(t.val):t.result=[],t.result.length?t.dropdown.classList.remove("hidden"):t.dropdown.classList.add("hidden"),t.buildItems(),console.log("result:",t.result)})))},e.prototype.fetchData=function(){return s(this,void 0,void 0,(function(){var t=this;return l(this,(function(e){switch(e.label){case 0:return[4,fetch(this.jsonUrl).then((function(t){return t.json()})).then((function(e){return t.json=e}))];case 1:return e.sent(),[2]}}))}))},e.prototype.searchData=function(t){this.result=this.json.filter((function(e){var n=t.toLowerCase(),o=e.title.toLowerCase(),i=e.description.toLowerCase();return o.includes(n)||i.includes(n)}))},e.prototype.buildDropdown=function(){this.dropdown=(0,a.htmlToElement)(this.dropdownTemplate),this.dropdownClasses&&(0,a.classToClassList)(this.dropdownClasses,this.dropdown),this.el.after(this.dropdown)},e.prototype.buildItems=function(){var t=this;this.dropdown.innerHTML="",this.result.forEach((function(e){var n=(0,a.htmlToElement)(''));n.append(t.itemTemplate(e)),t.dropdown.append(n)}))},e.prototype.itemTemplate=function(t){var e=new RegExp(this.val,"gi"),n=t.title.replace(e,"<".concat(this.highlightedTextTagName,' class="inline-block ').concat(this.highlightedTextClasses,'">').concat(this.val,"")),o=t.description.replace(e,"<".concat(this.highlightedTextTagName,' class="inline-block ').concat(this.highlightedTextClasses,'">').concat(this.val,"")),i=this.dropdownItemTemplatesByType?this.dropdownItemTemplatesByType.find((function(e){return e.type===t.type})):null,r=i?(0,a.htmlToElement)(i.markup):(0,a.htmlToElement)(this.dropdownItemTemplate);this.dropdownItemClasses&&(0,a.classToClassList)(this.dropdownItemClasses,r);var s=r.querySelector("[data-title]");s?s.append((0,a.htmlToElement)("".concat(n,""))):r.append((0,a.htmlToElement)("".concat(n,"")));var l=r.querySelector("[data-description]");if(l)l.append((0,a.htmlToElement)("".concat(o,"")));else if(!i){var c=(0,a.htmlToElement)("
");r.append(c),r.append((0,a.htmlToElement)("".concat(o,"")))}return r},e.getInstance=function(t){var e=window.$hsSearchByJsonCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return e?e.element:null},e.autoInit=function(){window.$hsSearchByJsonCollection||(window.$hsSearchByJsonCollection=[]),document.querySelectorAll("[data-hs-search-by-json]:not(.--prevent-on-load-init)").forEach((function(t){window.$hsSearchByJsonCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e}(n(737).default);window.addEventListener("load",(function(){c.autoInit()})),"undefined"!=typeof window&&(window.HSSearchByJson=c),e.default=c},233:function(t,e,n){ +/* + * HSSelect + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n"),e=this.toggle.querySelector("[data-icon]"),n=this.toggle.querySelector("[data-title]"),!this.isMultiple&&e&&this.setToggleIcon(),!this.isMultiple&&n&&this.setToggleTitle(),this.isMultiple?this.toggleTextWrapper.innerHTML=this.value.length?this.stringFromValue():this.placeholder:this.toggleTextWrapper.innerHTML=(null===(t=this.getItemByValue(this.value))||void 0===t?void 0:t.title)||this.placeholder,n||this.toggle.append(this.toggleTextWrapper),this.toggleClasses&&(0,l.classToClassList)(this.toggleClasses,this.toggle),this.isDisabled&&this.toggle.classList.add("disabled"),this.wrapper&&this.wrapper.append(this.toggle),this.toggle.addEventListener("click",(function(){if(o.isDisabled)return!1;o.isOpened?o.close():o.open()}))},e.prototype.setToggleIcon=function(){var t,e,n=this.toggle.querySelector("[data-icon]");if(n.innerHTML="",n){var o=(0,l.htmlToElement)((null===(e=null===(t=this.getItemByValue(this.value))||void 0===t?void 0:t.options)||void 0===e?void 0:e.icon)||"");n.append(o),o?n.classList.remove("hidden"):n.classList.add("hidden")}},e.prototype.setToggleTitle=function(){var t,e=this.toggle.querySelector("[data-title]");if(e.classList.add("truncate"),e.innerHTML="",e){var n=(null===(t=this.getItemByValue(this.value))||void 0===t?void 0:t.title)||this.placeholder;e.innerHTML=n,this.toggle.append(e)}},e.prototype.buildTags=function(){this.tags=document.createElement("div"),this.tags.classList.add("flex"),this.tagsClasses&&(0,l.classToClassList)(this.tagsClasses,this.tags),this.buildTagsInput(),this.buildTagsItems(),this.setTagsItems(),this.wrapper&&this.wrapper.append(this.tags)},e.prototype.buildTagsItems=function(){this.tagsItems=document.createElement("div"),this.tagsItems.classList.add("flex","flex-wrap","flex-0","items-center"),this.setTagsItems(),this.tags.append(this.tagsItems)},e.prototype.buildTagsItem=function(t){var e,n,o,i,r,s,a,c=this,u=this.getItemByValue(t),d=document.createElement("div");if(this.tagsItemClasses&&(0,l.classToClassList)(this.tagsItemClasses,d),this.tagsItemTemplate&&(i=(0,l.htmlToElement)(this.tagsItemTemplate),d.append(i)),null===(e=null==u?void 0:u.options)||void 0===e?void 0:e.icon){var p=(0,l.htmlToElement)(null===(n=null==u?void 0:u.options)||void 0===n?void 0:n.icon);(a=i?i.querySelector("[data-icon]"):document.createElement("span")).append(p),i||d.append(a)}i&&i.querySelector("[data-icon]")&&!(null===(o=null==u?void 0:u.options)||void 0===o?void 0:o.icon)&&i.querySelector("[data-icon]").classList.add("hidden"),(r=i?i.querySelector("[data-title]"):document.createElement("span")).textContent=u.title||"",i||d.append(r),i?s=i.querySelector("[data-remove]"):((s=document.createElement("span")).textContent="X",d.append(s)),s.addEventListener("click",(function(){c.value=c.value.filter((function(e){return e!==t})),c.unselectMultipleItems(),c.setTagsItems(),c.selectMultipleItems()})),this.tagsItems.append(d)},e.prototype.getItemByValue=function(t){return this.selectOptions.find((function(e){return e.val===t}))},e.prototype.setTagsItems=function(){var t=this;this.tagsItems.innerHTML="",this.value&&(this.value.forEach((function(e){t.buildTagsItem(e)})),this.tagsInput.readOnly=!0),this.value.length||(this.tagsInput.placeholder=this.placeholder,this.tagsInput.readOnly=!1)},e.prototype.buildTagsInput=function(){var t=this;this.tagsInput=document.createElement("input"),this.tagsInput.placeholder=this.placeholder,this.tagsInputClasses&&(0,l.classToClassList)(this.tagsInputClasses,this.tagsInput),this.tagsInput.addEventListener("focus",(function(){return t.open()})),this.tagsInput.addEventListener("input",(0,l.debounce)((function(e){return t.searchOptions(e.target.value)}))),this.tagsInput.addEventListener("keydown",(function(e){if("Enter"===e.key&&t.isAddTagOnEnter){var n=e.target.value;if(t.selectOptions.find((function(t){return t.val===n})))return!1;t.addSelectOption(n,n),t.buildOption(n,n),t.dropdown.querySelector('[data-value="'.concat(n,'"]')).click(),t.resetTagsInputField(),t.close()}})),this.tags.append(this.tagsInput)},e.prototype.buildDropdown=function(){var t=this;this.dropdown=(0,l.htmlToElement)(this.dropdownTag||"
"),this.dropdown.classList.add("absolute","top-full"),this.isOpened||this.dropdown.classList.add("hidden"),this.dropdownClasses&&(0,l.classToClassList)(this.dropdownClasses,this.dropdown),this.wrapper&&this.wrapper.append(this.dropdown),this.dropdown&&this.hasSearch&&this.buildSearch(),this.selectOptions&&this.selectOptions.forEach((function(e,n){return t.buildOption(e.title,e.val,e.options,"".concat(n))}))},e.prototype.buildSearch=function(){var t,e=this;this.searchWrapper=(0,l.htmlToElement)(this.searchWrapperTemplate||"
"),this.searchWrapperClasses&&(0,l.classToClassList)(this.searchWrapperClasses,this.searchWrapper),t=this.searchWrapper.querySelector("[data-input]"),this.search=(0,l.htmlToElement)(''),this.search.placeholder=this.searchPlaceholder,this.searchClasses&&(0,l.classToClassList)(this.searchClasses,this.search),this.search.addEventListener("input",(0,l.debounce)((function(t){return e.searchOptions(t.target.value)}))),t?t.append(this.search):this.searchWrapper.append(this.search),this.dropdown.append(this.searchWrapper)},e.prototype.buildOption=function(t,e,n,o){var i=this;void 0===o&&(o="1");var r=null,s=(0,l.htmlToElement)(this.optionTag||"
");if(s.setAttribute("data-value",e),s.setAttribute("data-title-value",t),s.setAttribute("tabIndex",o),s.classList.add("cursor-pointer"),this.optionTemplate&&(r=(0,l.htmlToElement)(this.optionTemplate),s.append(r)),r?r.querySelector("[data-title]").textContent=t||"":s.textContent=t||"",n){if(n.icon){var a=(0,l.htmlToElement)(n.icon);if(a.classList.add("mw-full"),r)r.querySelector("[data-icon]").append(a);else{var c=(0,l.htmlToElement)("
");this.iconClasses&&(0,l.classToClassList)(this.iconClasses,c),c.append(a),s.append(c)}}if(n.description)if(r)r.querySelector("[data-description]").append(n.description);else{var u=(0,l.htmlToElement)("
");u.textContent=n.description,this.descriptionClasses&&(0,l.classToClassList)(this.descriptionClasses,u),s.append(u)}}r&&r.querySelector("[data-icon]")&&!n&&!(null==n?void 0:n.icon)&&r.querySelector("[data-icon]").classList.add("hidden"),this.value&&(this.isMultiple?this.value.includes(e):this.value===e)&&s.classList.add("selected"),s.addEventListener("click",(function(){return i.onSelectOption(e)})),this.optionClasses&&(0,l.classToClassList)(this.optionClasses,s),this.dropdown&&this.dropdown.append(s)},e.prototype.destroyOption=function(t){var e=this.dropdown.querySelector('[data-value="'.concat(t,'"]'));if(!e)return!1;e.remove()},e.prototype.buildOriginalOption=function(t,e,n){var o=(0,l.htmlToElement)("");o.setAttribute("value",e),o.setAttribute("data-hs-select-option",JSON.stringify(n)),o.innerText=t,this.el.append(o)},e.prototype.destroyOriginalOption=function(t){var e=this.el.querySelector('[value="'.concat(t,'"]'));if(!e)return!1;e.remove()},e.prototype.onSelectOption=function(t){this.clearSelections(),this.isMultiple?(this.value=this.value.includes(t)?Array.from(this.value).filter((function(e){return e!==t})):s(s([],Array.from(this.value),!0),[t],!1),this.selectMultipleItems(),this.setNewValue()):(this.value=t,this.selectSingleItem(),this.setNewValue()),this.fireEvent("change",this.value),(0,l.dispatch)("change.hs.select",this.el,this.value),"tags"===this.mode&&this.resetTagsInputField(),this.isMultiple||(this.toggle.querySelector("[data-icon]")&&this.setToggleIcon(),this.toggle.querySelector("[data-title]")&&this.setToggleTitle(),this.close()),this.value.length||"tags"!==this.mode||(this.tagsInput.placeholder=this.placeholder)},e.prototype.addSelectOption=function(t,e,n){this.selectOptions=s(s([],this.selectOptions,!0),[{title:t,val:e,options:n}],!1)},e.prototype.removeSelectOption=function(t){if(!!!this.selectOptions.some((function(e){return e.val===t})))return!1;this.selectOptions=this.selectOptions.filter((function(e){return e.val!==t}))},e.prototype.resetTagsInputField=function(){this.tagsInput.value="",this.tagsInput.placeholder="",this.searchOptions("")},e.prototype.clearSelections=function(){Array.from(this.dropdown.children).forEach((function(t){t.classList.contains("selected")&&t.classList.remove("selected")})),Array.from(this.el.children).forEach((function(t){t.selected&&(t.selected=!1)}))},e.prototype.setNewValue=function(){"tags"===this.mode?this.setTagsItems():this.value.length?this.toggleTextWrapper.innerHTML=this.stringFromValue():this.toggleTextWrapper.innerHTML=this.placeholder},e.prototype.stringFromValue=function(){var t=this,e=[];return this.selectOptions.forEach((function(n){t.isMultiple?t.value.includes(n.val)&&e.push(n.title):t.value===n.val&&e.push(n.title)})),this.toggleCountText&&""!==this.toggleCountText&&e.length>=this.toggleCountTextMinItems?"".concat(e.length," ").concat(this.toggleCountText):e.join(", ")},e.prototype.selectSingleItem=function(){var t=this;Array.from(this.el.children).find((function(e){return t.value===e.value})).selected=!0,Array.from(this.dropdown.children).find((function(e){return t.value===e.getAttribute("data-value")})).classList.add("selected")},e.prototype.selectMultipleItems=function(){var t=this;Array.from(this.dropdown.children).filter((function(e){return t.value.includes(e.getAttribute("data-value"))})).forEach((function(t){return t.classList.add("selected")})),Array.from(this.el.children).filter((function(e){return t.value.includes(e.value)})).forEach((function(t){return t.selected=!0}))},e.prototype.unselectMultipleItems=function(){Array.from(this.dropdown.children).forEach((function(t){return t.classList.remove("selected")})),Array.from(this.el.children).forEach((function(t){return t.selected=!1}))},e.prototype.searchOptions=function(t){this.searchNoResult&&(this.searchNoResult.remove(),this.searchNoResult=null),this.searchNoResult=(0,l.htmlToElement)(""),this.searchNoResult.innerText=this.searchNoResultText,(0,l.classToClassList)(this.searchNoResultClasses,this.searchNoResult);var e=this.dropdown.querySelectorAll("[data-value]"),n=!1;e.forEach((function(e){e.getAttribute("data-title-value").toLowerCase().includes(t.toLowerCase())?(e.classList.remove("hidden"),n=!0):e.classList.add("hidden")})),n||this.dropdown.append(this.searchNoResult)},e.prototype.eraseToggleIcon=function(){var t=this.toggle.querySelector("[data-icon]");t&&(t.innerHTML=null,t.classList.add("hidden"))},e.prototype.eraseToggleTitle=function(){var t=this.toggle.querySelector("[data-title]");t?t.innerHTML=this.placeholder:this.toggleTextWrapper.innerHTML=this.placeholder},e.prototype.destroy=function(){var t=this.el.parentElement.parentElement;this.el.classList.remove("hidden"),this.el.style.display="",t.prepend(this.el),t.querySelector(".hs-select").remove(),this.wrapper=null},e.prototype.open=function(){var t=this;if(this.animationInProcess)return!1;this.animationInProcess=!0,this.dropdown.classList.remove("hidden"),this.recalculateDirection(),setTimeout((function(){t.wrapper.classList.add("active"),t.dropdown.classList.add("opened"),t.hasSearch&&t.search.focus(),t.animationInProcess=!1})),this.isOpened=!0},e.prototype.close=function(){var t,e,n,o=this;if(this.animationInProcess)return!1;this.animationInProcess=!0,this.wrapper.classList.remove("active"),this.dropdown.classList.remove("opened","bottom-full","top-full"),(null===(t=this.dropdownDirectionClasses)||void 0===t?void 0:t.bottom)&&this.dropdown.classList.remove(this.dropdownDirectionClasses.bottom),(null===(e=this.dropdownDirectionClasses)||void 0===e?void 0:e.top)&&this.dropdown.classList.remove(this.dropdownDirectionClasses.top),this.dropdown.style.marginTop="",this.dropdown.style.marginBottom="",(0,l.afterTransition)(this.dropdown,(function(){o.dropdown.classList.add("hidden"),o.hasSearch&&(o.search.value="",o.search.dispatchEvent(new Event("input",{bubbles:!0})),o.search.blur()),o.animationInProcess=!1})),null===(n=this.dropdown.querySelector(".hs-select-option-highlighted"))||void 0===n||n.classList.remove("hs-select-option-highlighted"),this.isOpened=!1},e.prototype.addOption=function(t){var e=this,n="".concat(this.selectOptions.length),o=function(t){var o=t.title,i=t.val,r=t.options;!!e.selectOptions.some((function(t){return t.val===i}))||(e.addSelectOption(o,i,r),e.buildOption(o,i,r,n),e.buildOriginalOption(o,i,r))};Array.isArray(t)?t.forEach((function(t){o(t)})):o(t)},e.prototype.removeOption=function(t){var e=this,n=function(t){!!e.selectOptions.some((function(e){return e.val===t}))&&(e.removeSelectOption(t),e.destroyOption(t),e.destroyOriginalOption(t),e.value===t&&(e.value=null,e.eraseToggleTitle(),e.eraseToggleIcon()))};Array.isArray(t)?t.forEach((function(t){n(t)})):n(t)},e.prototype.recalculateDirection=function(){var t,e,n,o;(0,l.isEnoughSpace)(this.dropdown,this.toggle||this.tagsInput,"bottom",this.dropdownSpace,this.viewport)?(this.dropdown.classList.remove("bottom-full"),(null===(t=this.dropdownDirectionClasses)||void 0===t?void 0:t.bottom)&&this.dropdown.classList.remove(this.dropdownDirectionClasses.bottom),this.dropdown.style.marginBottom="",this.dropdown.classList.add("top-full"),(null===(e=this.dropdownDirectionClasses)||void 0===e?void 0:e.top)&&this.dropdown.classList.add(this.dropdownDirectionClasses.top),this.dropdown.style.marginTop="".concat(this.dropdownSpace,"px")):(this.dropdown.classList.remove("top-full"),(null===(n=this.dropdownDirectionClasses)||void 0===n?void 0:n.top)&&this.dropdown.classList.remove(this.dropdownDirectionClasses.top),this.dropdown.style.marginTop="",this.dropdown.classList.add("bottom-full"),(null===(o=this.dropdownDirectionClasses)||void 0===o?void 0:o.bottom)&&this.dropdown.classList.add(this.dropdownDirectionClasses.bottom),this.dropdown.style.marginBottom="".concat(this.dropdownSpace,"px"))},e.getInstance=function(t,e){var n=window.$hsSelectCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element:null},e.autoInit=function(){window.$hsSelectCollection||(window.$hsSelectCollection=[]),document.querySelectorAll("[data-hs-select]:not(.--prevent-on-load-init)").forEach((function(t){if(!window.$hsSelectCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))){var n=t.getAttribute("data-hs-select"),o=n?JSON.parse(n):{};new e(t,o)}})),window.$hsSelectCollection&&(window.addEventListener("click",(function(t){var n=t.target;e.closeCurrentlyOpened(n)})),document.addEventListener("keydown",(function(t){return e.accessibility(t)})))},e.close=function(t){var e=window.$hsSelectCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));e&&e.element.isOpened&&e.element.close()},e.closeCurrentlyOpened=function(t){if(void 0===t&&(t=null),!t.closest(".hs-select.active")){var e=window.$hsSelectCollection.filter((function(t){return t.element.isOpened}))||null;e&&e.forEach((function(t){t.element.close()}))}},e.accessibility=function(t){var e=window.$hsSelectCollection.find((function(t){return t.element.isOpened}));if(e&&c.SELECT_ACCESSIBILITY_KEY_SET.includes(t.code)&&!t.metaKey)switch(console.log(e),console.log("Key code:",t.code),t.code){case"Escape":t.preventDefault(),this.onEscape();break;case"ArrowUp":t.preventDefault(),this.onArrow();break;case"ArrowDown":t.preventDefault(),this.onArrow(!1);break;case"Tab":t.preventDefault(),this.onTab(t.shiftKey);break;case"Home":t.preventDefault(),this.onStartEnd();break;case"End":t.preventDefault(),this.onStartEnd(!1);break;case"Enter":t.preventDefault(),this.onEnter(t)}},e.onEscape=function(){var t=window.$hsSelectCollection.find((function(t){return t.element.isOpened}));t&&t.element.close()},e.onArrow=function(t){void 0===t&&(t=!0);var e=window.$hsSelectCollection.find((function(t){return t.element.isOpened}));if(e){var n=e.element.dropdown;if(!n)return!1;var o=(t?Array.from(n.querySelectorAll(":scope > *:not(.hidden)")).reverse():Array.from(n.querySelectorAll(":scope > *:not(.hidden)"))).filter((function(t){return!t.classList.contains("disabled")})),i=n.querySelector(".hs-select-option-highlighted");i||o[0].classList.add("hs-select-option-highlighted");var r=o.findIndex((function(t){return t===i}));r+1 *:not(.hidden)")).reverse():Array.from(n.querySelectorAll(":scope > *:not(.hidden)"))).filter((function(t){return!t.classList.contains("disabled")})),i=n.querySelector(".hs-select-option-highlighted");i||o[0].classList.add("hs-select-option-highlighted");var r=o.findIndex((function(t){return t===i}));if(!(r+1 *:not(.hidden)")):Array.from(n.querySelectorAll(":scope > *:not(.hidden)")).reverse()).filter((function(t){return!t.classList.contains("disabled")})),i=n.querySelector(".hs-select-option-highlighted");o.length&&(o[0].focus(),i&&i.classList.remove("hs-select-option-highlighted"),o[0].classList.add("hs-select-option-highlighted"))}},e.onEnter=function(t){var e=t.target.previousSibling;if(window.$hsSelectCollection.find((function(t){return t.element.el===e}))){var n=window.$hsSelectCollection.find((function(t){return t.element.isOpened})),o=window.$hsSelectCollection.find((function(t){return t.element.el===e}));n.element.close(),o.element.open()}else{(o=window.$hsSelectCollection.find((function(t){return t.element.isOpened})))&&o.element.onSelectOption(t.target.dataset.value||"")}},e}(a.default);window.addEventListener("load",(function(){u.autoInit()})),document.addEventListener("scroll",(function(){if(!window.$hsSelectCollection)return!1;var t=window.$hsSelectCollection.find((function(t){return t.element.isOpened}));t&&t.element.recalculateDirection()})),"undefined"!=typeof window&&(window.HSSelect=u),e.default=u},957:function(t,e,n){ +/* + * HSStepper + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;nt.totalSteps&&(t.totalSteps=n)}))},e.prototype.buildNav=function(){var t=this;this.el.querySelectorAll("[data-hs-stepper-nav-item]").forEach((function(e){return t.addNavItem(e)})),this.navItems.forEach((function(e){return t.buildNavItem(e)}))},e.prototype.buildNavItem=function(t){var e=this,n=t.index,o=t.isDisabled,i=t.el;n===this.currentIndex&&this.setCurrentNavItem(),("linear"!==this.mode||o)&&i.addEventListener("click",(function(){return e.handleNavItemClick(t)}))},e.prototype.addNavItem=function(t){var e=JSON.parse(t.getAttribute("data-hs-stepper-nav-item")),n=e.index,o=e.isFinal,i=void 0!==o&&o,r=e.isCompleted,s=void 0!==r&&r,l=e.isSkip,a=void 0!==l&&l,c=e.isOptional,u=void 0!==c&&c,d=e.isDisabled,p=void 0!==d&&d,h=e.isProcessed,f=void 0!==h&&h,v=e.hasError,m=void 0!==v&&v;s&&t.classList.add("success"),a&&t.classList.add("skipped"),p&&("BUTTON"!==t.tagName&&"INPUT"!==t.tagName||t.setAttribute("disabled","disabled"),t.classList.add("disabled")),m&&t.classList.add("error"),this.navItems.push({index:n,isFinal:i,isCompleted:s,isSkip:a,isOptional:u,isDisabled:p,isProcessed:f,hasError:m,el:t})},e.prototype.setCurrentNavItem=function(){var t=this;this.navItems.forEach((function(e){var n=e.index,o=e.el;n===t.currentIndex?t.setCurrentNavItemActions(o):t.unsetCurrentNavItemActions(o)}))},e.prototype.setCurrentNavItemActions=function(t){t.classList.add("active"),this.fireEvent("active",this.currentIndex),(0,s.dispatch)("active.hs.stepper",this.el,this.currentIndex)},e.prototype.getNavItem=function(t){return void 0===t&&(t=this.currentIndex),this.navItems.find((function(e){return e.index===t}))},e.prototype.setProcessedNavItemActions=function(t){t.isProcessed=!0,t.el.classList.add("processed")},e.prototype.setErrorNavItemActions=function(t){t.hasError=!0,t.el.classList.add("error")},e.prototype.unsetCurrentNavItemActions=function(t){t.classList.remove("active")},e.prototype.handleNavItemClick=function(t){var e=t.index;this.currentIndex=e,this.setCurrentNavItem(),this.setCurrentContentItem(),this.checkForTheFirstStep()},e.prototype.buildContent=function(){var t=this;this.el.querySelectorAll("[data-hs-stepper-content-item]").forEach((function(e){return t.addContentItem(e)})),this.navItems.forEach((function(e){return t.buildContentItem(e)}))},e.prototype.buildContentItem=function(t){t.index===this.currentIndex&&this.setCurrentContentItem()},e.prototype.addContentItem=function(t){var e=JSON.parse(t.getAttribute("data-hs-stepper-content-item")),n=e.index,o=e.isFinal,i=void 0!==o&&o,r=e.isCompleted,s=void 0!==r&&r,l=e.isSkip,a=void 0!==l&&l;s&&t.classList.add("success"),a&&t.classList.add("skipped"),this.contentItems.push({index:n,isFinal:i,isCompleted:s,isSkip:a,el:t})},e.prototype.setCurrentContentItem=function(){var t=this;if(this.isCompleted){var e=this.contentItems.find((function(t){return t.isFinal})),n=this.contentItems.filter((function(t){return!t.isFinal}));return e.el.style.display="",n.forEach((function(t){return t.el.style.display="none"})),!1}this.contentItems.forEach((function(e){var n=e.index,o=e.el;n===t.currentIndex?t.setCurrentContentItemActions(o):t.unsetCurrentContentItemActions(o)}))},e.prototype.hideAllContentItems=function(){this.contentItems.forEach((function(t){return t.el.style.display="none"}))},e.prototype.setCurrentContentItemActions=function(t){t.style.display=""},e.prototype.unsetCurrentContentItemActions=function(t){t.style.display="none"},e.prototype.disableAll=function(){var t=this.getNavItem(this.currentIndex);t.hasError=!1,t.isCompleted=!1,t.isDisabled=!1,t.el.classList.remove("error","success"),this.disableButtons()},e.prototype.disableNavItemActions=function(t){t.isDisabled=!0,t.el.classList.add("disabled")},e.prototype.enableNavItemActions=function(t){t.isDisabled=!1,t.el.classList.remove("disabled")},e.prototype.buildButtons=function(){this.backBtn=this.el.querySelector("[data-hs-stepper-back-btn]"),this.nextBtn=this.el.querySelector("[data-hs-stepper-next-btn]"),this.skipBtn=this.el.querySelector("[data-hs-stepper-skip-btn]"),this.completeStepBtn=this.el.querySelector("[data-hs-stepper-complete-step-btn]"),this.finishBtn=this.el.querySelector("[data-hs-stepper-finish-btn]"),this.resetBtn=this.el.querySelector("[data-hs-stepper-reset-btn]"),this.buildBackButton(),this.buildNextButton(),this.buildSkipButton(),this.buildCompleteStepButton(),this.buildFinishButton(),this.buildResetButton()},e.prototype.buildBackButton=function(){var t=this;this.backBtn&&(this.checkForTheFirstStep(),this.backBtn.addEventListener("click",(function(){if(t.handleBackButtonClick(),"linear"===t.mode){var e=t.navItems.find((function(e){return e.index===t.currentIndex})),n=t.contentItems.find((function(e){return e.index===t.currentIndex}));if(!e||!n)return;e.isCompleted&&(e.isCompleted=!1,e.isSkip=!1,e.el.classList.remove("success","skipped")),n.isCompleted&&(n.isCompleted=!1,n.isSkip=!1,n.el.classList.remove("success","skipped")),"linear"===t.mode&&t.currentIndex!==t.totalSteps&&(t.nextBtn&&(t.nextBtn.style.display=""),t.completeStepBtn&&(t.completeStepBtn.style.display="")),t.showSkipButton(),t.showFinishButton(),t.showCompleteStepButton()}})))},e.prototype.handleBackButtonClick=function(){1!==this.currentIndex&&("linear"===this.mode&&this.removeOptionalClasses(),this.currentIndex--,"linear"===this.mode&&this.removeOptionalClasses(),this.setCurrentNavItem(),this.setCurrentContentItem(),this.checkForTheFirstStep(),this.completeStepBtn&&this.changeTextAndDisableCompleteButtonIfStepCompleted(),this.fireEvent("back",this.currentIndex),(0,s.dispatch)("back.hs.stepper",this.el,this.currentIndex))},e.prototype.checkForTheFirstStep=function(){1===this.currentIndex?this.setToDisabled(this.backBtn):this.setToNonDisabled(this.backBtn)},e.prototype.setToDisabled=function(t){"BUTTON"!==t.tagName&&"INPUT"!==t.tagName||t.setAttribute("disabled","disabled"),t.classList.add("disabled")},e.prototype.setToNonDisabled=function(t){"BUTTON"!==t.tagName&&"INPUT"!==t.tagName||t.removeAttribute("disabled"),t.classList.remove("disabled")},e.prototype.buildNextButton=function(){var t=this;this.nextBtn&&this.nextBtn.addEventListener("click",(function(){var e;if(t.fireEvent("beforeNext",t.currentIndex),(0,s.dispatch)("beforeNext.hs.stepper",t.el,t.currentIndex),null===(e=t.getNavItem(t.currentIndex))||void 0===e?void 0:e.isProcessed)return t.disableAll(),!1;t.goToNext()}))},e.prototype.unsetProcessedNavItemActions=function(t){t.isProcessed=!1,t.el.classList.remove("processed")},e.prototype.handleNextButtonClick=function(t){if(void 0===t&&(t=!0),t)this.currentIndex===this.totalSteps?this.currentIndex=1:this.currentIndex++;else{var e=this.getUncompletedSteps();if(1===e.length){var n=e[0].index;this.currentIndex=n}else{if(this.currentIndex===this.totalSteps)return;this.currentIndex++}}"linear"===this.mode&&this.removeOptionalClasses(),this.setCurrentNavItem(),this.setCurrentContentItem(),this.checkForTheFirstStep(),this.completeStepBtn&&this.changeTextAndDisableCompleteButtonIfStepCompleted(),this.showSkipButton(),this.showFinishButton(),this.showCompleteStepButton(),this.fireEvent("next",this.currentIndex),(0,s.dispatch)("next.hs.stepper",this.el,this.currentIndex)},e.prototype.removeOptionalClasses=function(){var t=this,e=this.navItems.find((function(e){return e.index===t.currentIndex})),n=this.contentItems.find((function(e){return e.index===t.currentIndex}));e.isSkip=!1,e.hasError=!1,e.isDisabled=!1,n.isSkip=!1,e.el.classList.remove("skipped","success","error"),n.el.classList.remove("skipped","success","error")},e.prototype.buildSkipButton=function(){var t=this;this.skipBtn&&(this.showSkipButton(),this.skipBtn.addEventListener("click",(function(){t.handleSkipButtonClick(),"linear"===t.mode&&t.currentIndex===t.totalSteps&&(t.nextBtn&&(t.nextBtn.style.display="none"),t.completeStepBtn&&(t.completeStepBtn.style.display="none"),t.finishBtn&&(t.finishBtn.style.display=""))})))},e.prototype.setSkipItem=function(t){var e=this,n=this.navItems.find((function(n){return n.index===(t||e.currentIndex)})),o=this.contentItems.find((function(n){return n.index===(t||e.currentIndex)}));n&&o&&(this.setSkipItemActions(n),this.setSkipItemActions(o))},e.prototype.setSkipItemActions=function(t){t.isSkip=!0,t.el.classList.add("skipped")},e.prototype.showSkipButton=function(){var t=this;if(this.skipBtn){var e=this.navItems.find((function(e){return e.index===t.currentIndex})).isOptional;this.skipBtn.style.display=e?"":"none"}},e.prototype.handleSkipButtonClick=function(){this.setSkipItem(),this.handleNextButtonClick(),this.fireEvent("skip",this.currentIndex),(0,s.dispatch)("skip.hs.stepper",this.el,this.currentIndex)},e.prototype.buildCompleteStepButton=function(){var t=this;this.completeStepBtn&&(this.completeStepBtnDefaultText=this.completeStepBtn.innerText,this.completeStepBtn.addEventListener("click",(function(){return t.handleCompleteStepButtonClick()})))},e.prototype.changeTextAndDisableCompleteButtonIfStepCompleted=function(){var t=this,e=this.navItems.find((function(e){return e.index===t.currentIndex})),n=JSON.parse(this.completeStepBtn.getAttribute("data-hs-stepper-complete-step-btn")).completedText;e&&(e.isCompleted?(this.completeStepBtn.innerText=n||this.completeStepBtnDefaultText,this.completeStepBtn.setAttribute("disabled","disabled"),this.completeStepBtn.classList.add("disabled")):(this.completeStepBtn.innerText=this.completeStepBtnDefaultText,this.completeStepBtn.removeAttribute("disabled"),this.completeStepBtn.classList.remove("disabled")))},e.prototype.setCompleteItem=function(t){var e=this,n=this.navItems.find((function(n){return n.index===(t||e.currentIndex)})),o=this.contentItems.find((function(n){return n.index===(t||e.currentIndex)}));n&&o&&(this.setCompleteItemActions(n),this.setCompleteItemActions(o))},e.prototype.setCompleteItemActions=function(t){t.isCompleted=!0,t.el.classList.add("success")},e.prototype.showCompleteStepButton=function(){this.completeStepBtn&&(1===this.getUncompletedSteps().length?this.completeStepBtn.style.display="none":this.completeStepBtn.style.display="")},e.prototype.handleCompleteStepButtonClick=function(){this.setCompleteItem(),this.fireEvent("complete",this.currentIndex),(0,s.dispatch)("complete.hs.stepper",this.el,this.currentIndex),this.handleNextButtonClick(!1),this.showFinishButton(),this.showCompleteStepButton(),this.checkForTheFirstStep(),this.completeStepBtn&&this.changeTextAndDisableCompleteButtonIfStepCompleted(),this.showSkipButton()},e.prototype.buildFinishButton=function(){var t=this;this.finishBtn&&(this.isCompleted&&this.setCompleted(),this.finishBtn.addEventListener("click",(function(){return t.handleFinishButtonClick()})))},e.prototype.setCompleted=function(){this.el.classList.add("completed")},e.prototype.unsetCompleted=function(){this.el.classList.remove("completed")},e.prototype.showFinishButton=function(){this.finishBtn&&(1===this.getUncompletedSteps().length?this.finishBtn.style.display="":this.finishBtn.style.display="none")},e.prototype.handleFinishButtonClick=function(){var t=this,e=this.getUncompletedSteps(),n=this.getUncompletedSteps(!0),o=this.contentItems.find((function(t){return t.isFinal})).el;e.length&&e.forEach((function(e){var n=e.index;return t.setCompleteItem(n)})),this.currentIndex=this.totalSteps,this.setCurrentNavItem(),this.hideAllContentItems();var i=this.navItems.find((function(e){return e.index===t.currentIndex}));(i?i.el:null).classList.remove("active"),o.style.display="block",this.backBtn&&(this.backBtn.style.display="none"),this.nextBtn&&(this.nextBtn.style.display="none"),this.skipBtn&&(this.skipBtn.style.display="none"),this.completeStepBtn&&(this.completeStepBtn.style.display="none"),this.finishBtn&&(this.finishBtn.style.display="none"),this.resetBtn&&(this.resetBtn.style.display=""),n.length<=1&&(this.isCompleted=!0,this.setCompleted()),this.fireEvent("finish",this.currentIndex),(0,s.dispatch)("finish.hs.stepper",this.el,this.currentIndex)},e.prototype.buildResetButton=function(){var t=this;this.resetBtn&&this.resetBtn.addEventListener("click",(function(){return t.handleResetButtonClick()}))},e.prototype.handleResetButtonClick=function(){var t=this;this.backBtn&&(this.backBtn.style.display=""),this.nextBtn&&(this.nextBtn.style.display=""),this.completeStepBtn&&(this.completeStepBtn.style.display="",this.completeStepBtn.innerText=this.completeStepBtnDefaultText,this.completeStepBtn.removeAttribute("disabled"),this.completeStepBtn.classList.remove("disabled")),this.resetBtn&&(this.resetBtn.style.display="none"),this.navItems.forEach((function(e){var n=e.el;e.isSkip=!1,e.isCompleted=!1,t.unsetCurrentNavItemActions(n),n.classList.remove("success","skipped")})),this.contentItems.forEach((function(e){var n=e.el;e.isSkip=!1,e.isCompleted=!1,t.unsetCurrentContentItemActions(n),n.classList.remove("success","skipped")})),this.currentIndex=1,this.setCurrentNavItem(),this.setCurrentContentItem(),this.showFinishButton(),this.showCompleteStepButton(),this.checkForTheFirstStep(),this.unsetCompleted(),this.isCompleted=!1,this.fireEvent("reset",this.currentIndex),(0,s.dispatch)("reset.hs.stepper",this.el,this.currentIndex)},e.prototype.setProcessedNavItem=function(t){var e=this.getNavItem(t);e&&this.setProcessedNavItemActions(e)},e.prototype.unsetProcessedNavItem=function(t){var e=this.getNavItem(t);e&&this.unsetProcessedNavItemActions(e)},e.prototype.goToNext=function(){"linear"===this.mode&&this.setCompleteItem(),this.handleNextButtonClick("linear"!==this.mode),"linear"===this.mode&&this.currentIndex===this.totalSteps&&(this.nextBtn&&(this.nextBtn.style.display="none"),this.completeStepBtn&&(this.completeStepBtn.style.display="none"))},e.prototype.disableButtons=function(){this.backBtn&&this.setToDisabled(this.backBtn),this.nextBtn&&this.setToDisabled(this.nextBtn)},e.prototype.enableButtons=function(){this.backBtn&&this.setToNonDisabled(this.backBtn),this.nextBtn&&this.setToNonDisabled(this.nextBtn)},e.prototype.setErrorNavItem=function(t){var e=this.getNavItem(t);e&&this.setErrorNavItemActions(e)},e.getInstance=function(t,e){var n=window.$hsStepperCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element:null},e.autoInit=function(){window.$hsStepperCollection||(window.$hsStepperCollection=[]),document.querySelectorAll("[data-hs-stepper]:not(.--prevent-on-load-init)").forEach((function(t){window.$hsStepperCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e}(n(737).default);window.addEventListener("load",(function(){l.autoInit()})),"undefined"!=typeof window&&(window.HSStepper=l),e.default=l},983:function(t,e,n){ +/* + * HSStrongPassword + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n?@[\\\\\\]^_`{|}~",o.target&&o.init(),o}return i(e,t),e.prototype.init=function(){this.createCollection(window.$hsStrongPasswordCollection,this),this.availableChecks.length&&this.build()},e.prototype.build=function(){var t=this;this.buildStrips(),this.hints&&this.buildHints(),this.setStrength(this.target.value),this.target.addEventListener("input",(function(e){t.setStrength(e.target.value)}))},e.prototype.buildStrips=function(){if(this.el.innerHTML="",this.stripClasses)for(var t=0;t");(0,s.classToClassList)(this.stripClasses,e),this.el.append(e)}},e.prototype.buildHints=function(){var t=this;this.weakness=this.hints.querySelector("[data-hs-strong-password-hints-weakness-text]")||null,this.rules=Array.from(this.hints.querySelectorAll("[data-hs-strong-password-hints-rule-text]"))||null,this.rules.forEach((function(e){var n,o=e.getAttribute("data-hs-strong-password-hints-rule-text");(null===(n=t.checksExclude)||void 0===n?void 0:n.includes(o))&&e.remove()})),this.weakness&&this.buildWeakness(),this.rules&&this.buildRules(),"popover"===this.mode&&(this.target.addEventListener("focus",(function(){t.isOpened=!0,t.hints.classList.remove("hidden"),t.hints.classList.add("block"),t.recalculateDirection()})),this.target.addEventListener("blur",(function(){t.isOpened=!1,t.hints.classList.remove("block","bottom-full","top-full"),t.hints.classList.add("hidden"),t.hints.style.marginTop="",t.hints.style.marginBottom=""})))},e.prototype.buildWeakness=function(){var t=this;this.checkStrength(this.target.value),this.setWeaknessText(),this.target.addEventListener("input",(function(){return setTimeout((function(){return t.setWeaknessText()}))}))},e.prototype.buildRules=function(){var t=this;this.setRulesText(),this.target.addEventListener("input",(function(){return setTimeout((function(){return t.setRulesText()}))}))},e.prototype.setWeaknessText=function(){var t=this.weakness.getAttribute("data-hs-strong-password-hints-weakness-text"),e=JSON.parse(t);this.weakness.textContent=e[this.strength]},e.prototype.setRulesText=function(){var t=this;this.rules.forEach((function(e){var n=e.getAttribute("data-hs-strong-password-hints-rule-text");t.checkIfPassed(e,t.passedRules.has(n))}))},e.prototype.togglePopover=function(){var t=this.el.querySelector(".popover");t&&t.classList.toggle("show")},e.prototype.checkStrength=function(t){var e=new Set,n={lowercase:/[a-z]+/,uppercase:/[A-Z]+/,numbers:/[0-9]+/,"special-characters":new RegExp("[".concat(this.specialCharactersSet,"]"))},o=0;return this.availableChecks.includes("lowercase")&&t.match(n.lowercase)&&(o+=1,e.add("lowercase")),this.availableChecks.includes("uppercase")&&t.match(n.uppercase)&&(o+=1,e.add("uppercase")),this.availableChecks.includes("numbers")&&t.match(n.numbers)&&(o+=1,e.add("numbers")),this.availableChecks.includes("special-characters")&&t.match(n["special-characters"])&&(o+=1,e.add("special-characters")),this.availableChecks.includes("min-length")&&t.length>=this.minLength&&(o+=1,e.add("min-length")),t.length||(o=0),o===this.availableChecks.length?this.el.classList.add("accepted"):this.el.classList.remove("accepted"),this.strength=o,this.passedRules=e,{strength:this.strength,rules:this.passedRules}},e.prototype.checkIfPassed=function(t,e){void 0===e&&(e=!1);var n=t.querySelector("[data-check]"),o=t.querySelector("[data-uncheck]");e?(t.classList.add("active"),n.classList.remove("hidden"),o.classList.add("hidden")):(t.classList.remove("active"),n.classList.add("hidden"),o.classList.remove("hidden"))},e.prototype.setStrength=function(t){var e=this.checkStrength(t),n=e.strength,o={strength:n,rules:e.rules};this.hideStrips(n),this.fireEvent("change",o),(0,s.dispatch)("change.hs.strongPassword",this.el,o)},e.prototype.hideStrips=function(t){Array.from(this.el.children).forEach((function(e,n){n1&&!!o.el.closest("[data-hs-toggle-password-group]"),o.target&&o.init(),o}return i(e,t),e.prototype.init=function(){var t=this;this.createCollection(window.$hsTogglePasswordCollection,this),this.isShown?this.show():this.hide(),this.el.addEventListener(this.eventType,(function(){t.isShown?t.hide():t.show(),t.fireEvent("toggle",t.target),(0,s.dispatch)("toggle.hs.toggle-select",t.el,t.target)}))},e.prototype.getMultipleToggles=function(){var t=this.el.closest("[data-hs-toggle-password-group]").querySelectorAll("[data-hs-toggle-password]"),n=[];return t.forEach((function(t){n.push(e.getInstance(t))})),n},e.prototype.show=function(){this.isMultiple?(this.getMultipleToggles().forEach((function(t){return!!t&&(t.isShown=!0)})),this.el.closest("[data-hs-toggle-password-group]").classList.add("active")):(this.isShown=!0,this.el.classList.add("active"));this.target.forEach((function(t){t.type="text"}))},e.prototype.hide=function(){this.isMultiple?(this.getMultipleToggles().forEach((function(t){return!!t&&(t.isShown=!1)})),this.el.closest("[data-hs-toggle-password-group]").classList.remove("active")):(this.isShown=!1,this.el.classList.remove("active"));this.target.forEach((function(t){t.type="password"}))},e.getInstance=function(t,e){var n=window.$hsTogglePasswordCollection.find((function(e){return e.element.el===("string"==typeof t?document.querySelector(t):t)}));return n?e?n:n.element:null},e.autoInit=function(){window.$hsTogglePasswordCollection||(window.$hsTogglePasswordCollection=[]),document.querySelectorAll("[data-hs-toggle-password]:not(.--prevent-on-load-init)").forEach((function(t){window.$hsTogglePasswordCollection.find((function(e){var n;return(null===(n=null==e?void 0:e.element)||void 0===n?void 0:n.el)===t}))||new e(t)}))},e}(n(737).default);window.addEventListener("load",(function(){l.autoInit()})),"undefined"!=typeof window&&(window.HSTogglePassword=l),e.default=l},679:function(t,e,n){ +/* + * HSTooltip + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +var o,i=this&&this.__extends||(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;n{Object.defineProperty(e,"__esModule",{value:!0}),e.COLLECTIONS=void 0;var o=n(413),i=n(460),r=n(629),s=n(652),l=n(610),a=n(371),c=n(770),u=n(659),d=n(139),p=n(591),h=n(233),f=n(957),v=n(983),m=n(949),y=n(87),g=n(366),w=n(679);e.COLLECTIONS=[{key:"copy-markup",fn:o.default},{key:"accordion",fn:i.default},{key:"carousel",fn:r.default},{key:"collapse",fn:s.default},{key:"dropdown",fn:l.default},{key:"input-number",fn:a.default},{key:"overlay",fn:c.default},{key:"pin-input",fn:u.default},{key:"remove-element",fn:d.default},{key:"scrollspy",fn:p.default},{key:"select",fn:h.default},{key:"stepper",fn:f.default},{key:"strong-password",fn:v.default},{key:"tabs",fn:m.default},{key:"toggle-count",fn:y.default},{key:"toggle-password",fn:g.default},{key:"tooltip",fn:w.default}]},313:(t,e,n)=>{ +/* + * HSStaticMethods + * @version: 2.0.3 + * @author: HTMLStream + * @license: Licensed under MIT (https://preline.co/docs/license.html) + * Copyright 2023 HTMLStream + */ +Object.defineProperty(e,"__esModule",{value:!0});var o=n(969),i=n(362),r={getClassProperty:o.getClassProperty,afterTransition:o.afterTransition,autoInit:function(t){void 0===t&&(t="all"),"all"===t?i.COLLECTIONS.forEach((function(t){var e=t.fn;null==e||e.autoInit()})):i.COLLECTIONS.forEach((function(e){var n=e.key,o=e.fn;t.includes(n)&&(null==o||o.autoInit())}))}};"undefined"!=typeof window&&(window.HSStaticMethods=r),e.default=r},969:function(t,e){var n=this;Object.defineProperty(e,"__esModule",{value:!0}),e.menuSearchHistory=e.classToClassList=e.htmlToElement=e.afterTransition=e.dispatch=e.debounce=e.isFormElement=e.isParentOrElementHidden=e.isEnoughSpace=e.isIpadOS=e.isIOS=e.getClassPropertyAlt=e.getClassProperty=void 0;e.getClassProperty=function(t,e,n){return void 0===n&&(n=""),(window.getComputedStyle(t).getPropertyValue(e)||n).replace(" ","")};e.getClassPropertyAlt=function(t,e,n){void 0===n&&(n="");var o="";return t.classList.forEach((function(t){t.includes(e)&&(o=t)})),o.match(/:(.*)]/)?o.match(/:(.*)]/)[1]:n};e.isIOS=function(){return!!/iPad|iPhone|iPod/.test(navigator.platform)||navigator.maxTouchPoints&&navigator.maxTouchPoints>2&&/MacIntel/.test(navigator.platform)};e.isIpadOS=function(){return navigator.maxTouchPoints&&navigator.maxTouchPoints>2&&/MacIntel/.test(navigator.platform)};e.isEnoughSpace=function(t,e,n,o,i){void 0===n&&(n="auto"),void 0===o&&(o=10),void 0===i&&(i=null);var r=e.getBoundingClientRect(),s=i?i.getBoundingClientRect():null,l=window.innerHeight,a=s?r.top-s.top:r.top,c=(i?s.bottom:l)-r.bottom,u=t.clientHeight+o;return"bottom"===n?c>=u:"top"===n?a>=u:a>=u||c>=u};e.isFormElement=function(t){return t instanceof HTMLInputElement||t instanceof HTMLTextAreaElement||t instanceof HTMLSelectElement};var o=function(t){return!!t&&("none"===window.getComputedStyle(t).display||o(t.parentElement))};e.isParentOrElementHidden=o;e.debounce=function(t,e){var o;return void 0===e&&(e=200),function(){for(var i=[],r=0;rthis.historyIndex},clearHistory:function(){this.historyIndex=-1}}}},e={};function n(o){var i=e[o];if(void 0!==i)return i.exports;var r=e[o]={exports:{}};return t[o].call(r.exports,r,r.exports,n),r.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};return(()=>{var t=o;Object.defineProperty(t,"__esModule",{value:!0}),t.HSStaticMethods=t.HSTooltip=t.HSTogglePassword=t.HSToggleCount=t.HSThemeSwitch=t.HSTabs=t.HSStrongPassword=t.HSStepper=t.HSSelect=t.HSScrollspy=t.HSSearchByJson=t.HSRemoveElement=t.HSPinInput=t.HSOverlay=t.HSInputNumber=t.HSDropdown=t.HSCollapse=t.HSCarousel=t.HSAccordion=t.HSCopyMarkup=void 0;var e=n(413);Object.defineProperty(t,"HSCopyMarkup",{enumerable:!0,get:function(){return e.default}});var i=n(460);Object.defineProperty(t,"HSAccordion",{enumerable:!0,get:function(){return i.default}});var r=n(629);Object.defineProperty(t,"HSCarousel",{enumerable:!0,get:function(){return r.default}});var s=n(652);Object.defineProperty(t,"HSCollapse",{enumerable:!0,get:function(){return s.default}});var l=n(610);Object.defineProperty(t,"HSDropdown",{enumerable:!0,get:function(){return l.default}});var a=n(371);Object.defineProperty(t,"HSInputNumber",{enumerable:!0,get:function(){return a.default}});var c=n(770);Object.defineProperty(t,"HSOverlay",{enumerable:!0,get:function(){return c.default}});var u=n(659);Object.defineProperty(t,"HSPinInput",{enumerable:!0,get:function(){return u.default}});var d=n(139);Object.defineProperty(t,"HSRemoveElement",{enumerable:!0,get:function(){return d.default}});var p=n(961);Object.defineProperty(t,"HSSearchByJson",{enumerable:!0,get:function(){return p.default}});var h=n(591);Object.defineProperty(t,"HSScrollspy",{enumerable:!0,get:function(){return h.default}});var f=n(233);Object.defineProperty(t,"HSSelect",{enumerable:!0,get:function(){return f.default}});var v=n(957);Object.defineProperty(t,"HSStepper",{enumerable:!0,get:function(){return v.default}});var m=n(983);Object.defineProperty(t,"HSStrongPassword",{enumerable:!0,get:function(){return m.default}});var y=n(949);Object.defineProperty(t,"HSTabs",{enumerable:!0,get:function(){return y.default}});var g=n(557);Object.defineProperty(t,"HSThemeSwitch",{enumerable:!0,get:function(){return g.default}});var w=n(87);Object.defineProperty(t,"HSToggleCount",{enumerable:!0,get:function(){return w.default}});var b=n(366);Object.defineProperty(t,"HSTogglePassword",{enumerable:!0,get:function(){return b.default}});var C=n(679);Object.defineProperty(t,"HSTooltip",{enumerable:!0,get:function(){return C.default}});var S=n(313);Object.defineProperty(t,"HSStaticMethods",{enumerable:!0,get:function(){return S.default}})})(),o})())); \ No newline at end of file diff --git a/src/assets/template_3/libs/swiper/swiper-bundle.min.css b/src/assets/template_3/libs/swiper/swiper-bundle.min.css new file mode 100644 index 0000000..e0461a8 --- /dev/null +++ b/src/assets/template_3/libs/swiper/swiper-bundle.min.css @@ -0,0 +1,13 @@ +/** + * Swiper 8.0.7 + * Most modern mobile touch slider and framework with hardware accelerated transitions + * https://swiperjs.com + * + * Copyright 2014-2022 Vladimir Kharlampidi + * + * Released under the MIT License + * + * Released on: March 4, 2022 + */ + +@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden} \ No newline at end of file diff --git a/src/assets/template_3/libs/swiper/swiper-bundle.min.js b/src/assets/template_3/libs/swiper/swiper-bundle.min.js new file mode 100644 index 0000000..ccf98ab --- /dev/null +++ b/src/assets/template_3/libs/swiper/swiper-bundle.min.js @@ -0,0 +1,13 @@ +/** + * Swiper 8.0.7 + * Most modern mobile touch slider and framework with hardware accelerated transitions + * https://swiperjs.com + * + * Copyright 2014-2022 Vladimir Kharlampidi + * + * Released under the MIT License + * + * Released on: March 4, 2022 + */ + +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).Swiper=t()}(this,(function(){"use strict";function e(e){return null!==e&&"object"==typeof e&&"constructor"in e&&e.constructor===Object}function t(s,a){void 0===s&&(s={}),void 0===a&&(a={}),Object.keys(a).forEach((i=>{void 0===s[i]?s[i]=a[i]:e(a[i])&&e(s[i])&&Object.keys(a[i]).length>0&&t(s[i],a[i])}))}const s={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector:()=>null,querySelectorAll:()=>[],getElementById:()=>null,createEvent:()=>({initEvent(){}}),createElement:()=>({children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName:()=>[]}),createElementNS:()=>({}),importNode:()=>null,location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function a(){const e="undefined"!=typeof document?document:{};return t(e,s),e}const i={document:s,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle:()=>({getPropertyValue:()=>""}),Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia:()=>({}),requestAnimationFrame:e=>"undefined"==typeof setTimeout?(e(),null):setTimeout(e,0),cancelAnimationFrame(e){"undefined"!=typeof setTimeout&&clearTimeout(e)}};function r(){const e="undefined"!=typeof window?window:{};return t(e,i),e}class n extends Array{constructor(e){"number"==typeof e?super(e):(super(...e||[]),function(e){const t=e.__proto__;Object.defineProperty(e,"__proto__",{get:()=>t,set(e){t.__proto__=e}})}(this))}}function l(e){void 0===e&&(e=[]);const t=[];return e.forEach((e=>{Array.isArray(e)?t.push(...l(e)):t.push(e)})),t}function o(e,t){return Array.prototype.filter.call(e,t)}function d(e,t){const s=r(),i=a();let l=[];if(!t&&e instanceof n)return e;if(!e)return new n(l);if("string"==typeof e){const s=e.trim();if(s.indexOf("<")>=0&&s.indexOf(">")>=0){let e="div";0===s.indexOf("e.split(" "))));return this.forEach((e=>{e.classList.add(...a)})),this},removeClass:function(){for(var e=arguments.length,t=new Array(e),s=0;se.split(" "))));return this.forEach((e=>{e.classList.remove(...a)})),this},hasClass:function(){for(var e=arguments.length,t=new Array(e),s=0;se.split(" "))));return o(this,(e=>a.filter((t=>e.classList.contains(t))).length>0)).length>0},toggleClass:function(){for(var e=arguments.length,t=new Array(e),s=0;se.split(" "))));this.forEach((e=>{a.forEach((t=>{e.classList.toggle(t)}))}))},attr:function(e,t){if(1===arguments.length&&"string"==typeof e)return this[0]?this[0].getAttribute(e):void 0;for(let s=0;s=0;e-=1){const i=a[e];r&&i.listener===r||r&&i.listener&&i.listener.dom7proxy&&i.listener.dom7proxy===r?(s.removeEventListener(t,i.proxyListener,n),a.splice(e,1)):r||(s.removeEventListener(t,i.proxyListener,n),a.splice(e,1))}}}return this},trigger:function(){const e=r();for(var t=arguments.length,s=new Array(t),a=0;at>0)),i.dispatchEvent(t),i.dom7EventData=[],delete i.dom7EventData}}}return this},transitionEnd:function(e){const t=this;return e&&t.on("transitionend",(function s(a){a.target===this&&(e.call(this,a),t.off("transitionend",s))})),this},outerWidth:function(e){if(this.length>0){if(e){const e=this.styles();return this[0].offsetWidth+parseFloat(e.getPropertyValue("margin-right"))+parseFloat(e.getPropertyValue("margin-left"))}return this[0].offsetWidth}return null},outerHeight:function(e){if(this.length>0){if(e){const e=this.styles();return this[0].offsetHeight+parseFloat(e.getPropertyValue("margin-top"))+parseFloat(e.getPropertyValue("margin-bottom"))}return this[0].offsetHeight}return null},styles:function(){const e=r();return this[0]?e.getComputedStyle(this[0],null):{}},offset:function(){if(this.length>0){const e=r(),t=a(),s=this[0],i=s.getBoundingClientRect(),n=t.body,l=s.clientTop||n.clientTop||0,o=s.clientLeft||n.clientLeft||0,d=s===e?e.scrollY:s.scrollTop,c=s===e?e.scrollX:s.scrollLeft;return{top:i.top+d-l,left:i.left+c-o}}return null},css:function(e,t){const s=r();let a;if(1===arguments.length){if("string"!=typeof e){for(a=0;a{e.apply(t,[t,s])})),this):this},html:function(e){if(void 0===e)return this[0]?this[0].innerHTML:null;for(let t=0;tt-1)return d([]);if(e<0){const s=t+e;return d(s<0?[]:[this[s]])}return d([this[e]])},append:function(){let e;const t=a();for(let s=0;s=0;i-=1)this[s].insertBefore(a.childNodes[i],this[s].childNodes[0])}else if(e instanceof n)for(i=0;i0?e?this[0].nextElementSibling&&d(this[0].nextElementSibling).is(e)?d([this[0].nextElementSibling]):d([]):this[0].nextElementSibling?d([this[0].nextElementSibling]):d([]):d([])},nextAll:function(e){const t=[];let s=this[0];if(!s)return d([]);for(;s.nextElementSibling;){const a=s.nextElementSibling;e?d(a).is(e)&&t.push(a):t.push(a),s=a}return d(t)},prev:function(e){if(this.length>0){const t=this[0];return e?t.previousElementSibling&&d(t.previousElementSibling).is(e)?d([t.previousElementSibling]):d([]):t.previousElementSibling?d([t.previousElementSibling]):d([])}return d([])},prevAll:function(e){const t=[];let s=this[0];if(!s)return d([]);for(;s.previousElementSibling;){const a=s.previousElementSibling;e?d(a).is(e)&&t.push(a):t.push(a),s=a}return d(t)},parent:function(e){const t=[];for(let s=0;s6&&(i=i.split(", ").map((e=>e.replace(",","."))).join(", ")),n=new s.WebKitCSSMatrix("none"===i?"":i)):(n=l.MozTransform||l.OTransform||l.MsTransform||l.msTransform||l.transform||l.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),a=n.toString().split(",")),"x"===t&&(i=s.WebKitCSSMatrix?n.m41:16===a.length?parseFloat(a[12]):parseFloat(a[4])),"y"===t&&(i=s.WebKitCSSMatrix?n.m42:16===a.length?parseFloat(a[13]):parseFloat(a[5])),i||0}function m(e){return"object"==typeof e&&null!==e&&e.constructor&&"Object"===Object.prototype.toString.call(e).slice(8,-1)}function f(e){return"undefined"!=typeof window&&void 0!==window.HTMLElement?e instanceof HTMLElement:e&&(1===e.nodeType||11===e.nodeType)}function g(){const e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"];for(let s=1;st.indexOf(e)<0));for(let t=0,i=s.length;tn?"next":"prev",p=(e,t)=>"next"===c&&e>=t||"prev"===c&&e<=t,u=()=>{l=(new Date).getTime(),null===o&&(o=l);const e=Math.max(Math.min((l-o)/d,1),0),r=.5-Math.cos(e*Math.PI)/2;let c=n+r*(s-n);if(p(c,s)&&(c=s),t.wrapperEl.scrollTo({[a]:c}),p(c,s))return t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.scrollSnapType="",setTimeout((()=>{t.wrapperEl.style.overflow="",t.wrapperEl.scrollTo({[a]:c})})),void i.cancelAnimationFrame(t.cssModeFrameID);t.cssModeFrameID=i.requestAnimationFrame(u)};u()}let b,x,y;function E(){return b||(b=function(){const e=r(),t=a();return{smoothScroll:t.documentElement&&"scrollBehavior"in t.documentElement.style,touch:!!("ontouchstart"in e||e.DocumentTouch&&t instanceof e.DocumentTouch),passiveListener:function(){let t=!1;try{const s=Object.defineProperty({},"passive",{get(){t=!0}});e.addEventListener("testPassiveListener",null,s)}catch(e){}return t}(),gestures:"ongesturestart"in e}}()),b}function T(e){return void 0===e&&(e={}),x||(x=function(e){let{userAgent:t}=void 0===e?{}:e;const s=E(),a=r(),i=a.navigator.platform,n=t||a.navigator.userAgent,l={ios:!1,android:!1},o=a.screen.width,d=a.screen.height,c=n.match(/(Android);?[\s\/]+([\d.]+)?/);let p=n.match(/(iPad).*OS\s([\d_]+)/);const u=n.match(/(iPod)(.*OS\s([\d_]+))?/),h=!p&&n.match(/(iPhone\sOS|iOS)\s([\d_]+)/),m="Win32"===i;let f="MacIntel"===i;return!p&&f&&s.touch&&["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"].indexOf(`${o}x${d}`)>=0&&(p=n.match(/(Version)\/([\d.]+)/),p||(p=[0,1,"13_0_0"]),f=!1),c&&!m&&(l.os="android",l.android=!0),(p||h||u)&&(l.os="ios",l.ios=!0),l}(e)),x}function C(){return y||(y=function(){const e=r();return{isSafari:function(){const t=e.navigator.userAgent.toLowerCase();return t.indexOf("safari")>=0&&t.indexOf("chrome")<0&&t.indexOf("android")<0}(),isWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent)}}()),y}Object.keys(c).forEach((e=>{Object.defineProperty(d.fn,e,{value:c[e],writable:!0})}));var $={on(e,t,s){const a=this;if("function"!=typeof t)return a;const i=s?"unshift":"push";return e.split(" ").forEach((e=>{a.eventsListeners[e]||(a.eventsListeners[e]=[]),a.eventsListeners[e][i](t)})),a},once(e,t,s){const a=this;if("function"!=typeof t)return a;function i(){a.off(e,i),i.__emitterProxy&&delete i.__emitterProxy;for(var s=arguments.length,r=new Array(s),n=0;n=0&&t.eventsAnyListeners.splice(s,1),t},off(e,t){const s=this;return s.eventsListeners?(e.split(" ").forEach((e=>{void 0===t?s.eventsListeners[e]=[]:s.eventsListeners[e]&&s.eventsListeners[e].forEach(((a,i)=>{(a===t||a.__emitterProxy&&a.__emitterProxy===t)&&s.eventsListeners[e].splice(i,1)}))})),s):s},emit(){const e=this;if(!e.eventsListeners)return e;let t,s,a;for(var i=arguments.length,r=new Array(i),n=0;n{e.eventsAnyListeners&&e.eventsAnyListeners.length&&e.eventsAnyListeners.forEach((e=>{e.apply(a,[t,...s])})),e.eventsListeners&&e.eventsListeners[t]&&e.eventsListeners[t].forEach((e=>{e.apply(a,s)}))})),e}};var S={updateSize:function(){const e=this;let t,s;const a=e.$el;t=void 0!==e.params.width&&null!==e.params.width?e.params.width:a[0].clientWidth,s=void 0!==e.params.height&&null!==e.params.height?e.params.height:a[0].clientHeight,0===t&&e.isHorizontal()||0===s&&e.isVertical()||(t=t-parseInt(a.css("padding-left")||0,10)-parseInt(a.css("padding-right")||0,10),s=s-parseInt(a.css("padding-top")||0,10)-parseInt(a.css("padding-bottom")||0,10),Number.isNaN(t)&&(t=0),Number.isNaN(s)&&(s=0),Object.assign(e,{width:t,height:s,size:e.isHorizontal()?t:s}))},updateSlides:function(){const e=this;function t(t){return e.isHorizontal()?t:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[t]}function s(e,s){return parseFloat(e.getPropertyValue(t(s))||0)}const a=e.params,{$wrapperEl:i,size:r,rtlTranslate:n,wrongRTL:l}=e,o=e.virtual&&a.virtual.enabled,d=o?e.virtual.slides.length:e.slides.length,c=i.children(`.${e.params.slideClass}`),p=o?e.virtual.slides.length:c.length;let u=[];const h=[],m=[];let f=a.slidesOffsetBefore;"function"==typeof f&&(f=a.slidesOffsetBefore.call(e));let g=a.slidesOffsetAfter;"function"==typeof g&&(g=a.slidesOffsetAfter.call(e));const w=e.snapGrid.length,b=e.slidesGrid.length;let x=a.spaceBetween,y=-f,E=0,T=0;if(void 0===r)return;"string"==typeof x&&x.indexOf("%")>=0&&(x=parseFloat(x.replace("%",""))/100*r),e.virtualSize=-x,n?c.css({marginLeft:"",marginBottom:"",marginTop:""}):c.css({marginRight:"",marginBottom:"",marginTop:""}),a.centeredSlides&&a.cssMode&&(v(e.wrapperEl,"--swiper-centered-offset-before",""),v(e.wrapperEl,"--swiper-centered-offset-after",""));const C=a.grid&&a.grid.rows>1&&e.grid;let $;C&&e.grid.initSlides(p);const S="auto"===a.slidesPerView&&a.breakpoints&&Object.keys(a.breakpoints).filter((e=>void 0!==a.breakpoints[e].slidesPerView)).length>0;for(let i=0;i1&&u.push(e.virtualSize-r)}if(0===u.length&&(u=[0]),0!==a.spaceBetween){const s=e.isHorizontal()&&n?"marginLeft":t("marginRight");c.filter(((e,t)=>!a.cssMode||t!==c.length-1)).css({[s]:`${x}px`})}if(a.centeredSlides&&a.centeredSlidesBounds){let e=0;m.forEach((t=>{e+=t+(a.spaceBetween?a.spaceBetween:0)})),e-=a.spaceBetween;const t=e-r;u=u.map((e=>e<0?-f:e>t?t+g:e))}if(a.centerInsufficientSlides){let e=0;if(m.forEach((t=>{e+=t+(a.spaceBetween?a.spaceBetween:0)})),e-=a.spaceBetween,e{u[s]=e-t})),h.forEach(((e,s)=>{h[s]=e+t}))}}if(Object.assign(e,{slides:c,snapGrid:u,slidesGrid:h,slidesSizesGrid:m}),a.centeredSlides&&a.cssMode&&!a.centeredSlidesBounds){v(e.wrapperEl,"--swiper-centered-offset-before",-u[0]+"px"),v(e.wrapperEl,"--swiper-centered-offset-after",e.size/2-m[m.length-1]/2+"px");const t=-e.snapGrid[0],s=-e.slidesGrid[0];e.snapGrid=e.snapGrid.map((e=>e+t)),e.slidesGrid=e.slidesGrid.map((e=>e+s))}if(p!==d&&e.emit("slidesLengthChange"),u.length!==w&&(e.params.watchOverflow&&e.checkOverflow(),e.emit("snapGridLengthChange")),h.length!==b&&e.emit("slidesGridLengthChange"),a.watchSlidesProgress&&e.updateSlidesOffset(),!(o||a.cssMode||"slide"!==a.effect&&"fade"!==a.effect)){const t=`${a.containerModifierClass}backface-hidden`,s=e.$el.hasClass(t);p<=a.maxBackfaceHiddenSlides?s||e.$el.addClass(t):s&&e.$el.removeClass(t)}},updateAutoHeight:function(e){const t=this,s=[],a=t.virtual&&t.params.virtual.enabled;let i,r=0;"number"==typeof e?t.setTransition(e):!0===e&&t.setTransition(t.params.speed);const n=e=>a?t.slides.filter((t=>parseInt(t.getAttribute("data-swiper-slide-index"),10)===e))[0]:t.slides.eq(e)[0];if("auto"!==t.params.slidesPerView&&t.params.slidesPerView>1)if(t.params.centeredSlides)t.visibleSlides.each((e=>{s.push(e)}));else for(i=0;it.slides.length&&!a)break;s.push(n(e))}else s.push(n(t.activeIndex));for(i=0;ir?e:r}(r||0===r)&&t.$wrapperEl.css("height",`${r}px`)},updateSlidesOffset:function(){const e=this,t=e.slides;for(let s=0;s=0&&p1&&u<=t.size||p<=0&&u>=t.size)&&(t.visibleSlides.push(l),t.visibleSlidesIndexes.push(e),a.eq(e).addClass(s.slideVisibleClass)),l.progress=i?-d:d,l.originalProgress=i?-c:c}t.visibleSlides=d(t.visibleSlides)},updateProgress:function(e){const t=this;if(void 0===e){const s=t.rtlTranslate?-1:1;e=t&&t.translate&&t.translate*s||0}const s=t.params,a=t.maxTranslate()-t.minTranslate();let{progress:i,isBeginning:r,isEnd:n}=t;const l=r,o=n;0===a?(i=0,r=!0,n=!0):(i=(e-t.minTranslate())/a,r=i<=0,n=i>=1),Object.assign(t,{progress:i,isBeginning:r,isEnd:n}),(s.watchSlidesProgress||s.centeredSlides&&s.autoHeight)&&t.updateSlidesProgress(e),r&&!l&&t.emit("reachBeginning toEdge"),n&&!o&&t.emit("reachEnd toEdge"),(l&&!r||o&&!n)&&t.emit("fromEdge"),t.emit("progress",i)},updateSlidesClasses:function(){const e=this,{slides:t,params:s,$wrapperEl:a,activeIndex:i,realIndex:r}=e,n=e.virtual&&s.virtual.enabled;let l;t.removeClass(`${s.slideActiveClass} ${s.slideNextClass} ${s.slidePrevClass} ${s.slideDuplicateActiveClass} ${s.slideDuplicateNextClass} ${s.slideDuplicatePrevClass}`),l=n?e.$wrapperEl.find(`.${s.slideClass}[data-swiper-slide-index="${i}"]`):t.eq(i),l.addClass(s.slideActiveClass),s.loop&&(l.hasClass(s.slideDuplicateClass)?a.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${r}"]`).addClass(s.slideDuplicateActiveClass):a.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${r}"]`).addClass(s.slideDuplicateActiveClass));let o=l.nextAll(`.${s.slideClass}`).eq(0).addClass(s.slideNextClass);s.loop&&0===o.length&&(o=t.eq(0),o.addClass(s.slideNextClass));let d=l.prevAll(`.${s.slideClass}`).eq(0).addClass(s.slidePrevClass);s.loop&&0===d.length&&(d=t.eq(-1),d.addClass(s.slidePrevClass)),s.loop&&(o.hasClass(s.slideDuplicateClass)?a.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${o.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicateNextClass):a.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${o.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicateNextClass),d.hasClass(s.slideDuplicateClass)?a.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${d.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicatePrevClass):a.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${d.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicatePrevClass)),e.emitSlidesClasses()},updateActiveIndex:function(e){const t=this,s=t.rtlTranslate?t.translate:-t.translate,{slidesGrid:a,snapGrid:i,params:r,activeIndex:n,realIndex:l,snapIndex:o}=t;let d,c=e;if(void 0===c){for(let e=0;e=a[e]&&s=a[e]&&s=a[e]&&(c=e);r.normalizeSlideIndex&&(c<0||void 0===c)&&(c=0)}if(i.indexOf(s)>=0)d=i.indexOf(s);else{const e=Math.min(r.slidesPerGroupSkip,c);d=e+Math.floor((c-e)/r.slidesPerGroup)}if(d>=i.length&&(d=i.length-1),c===n)return void(d!==o&&(t.snapIndex=d,t.emit("snapIndexChange")));const p=parseInt(t.slides.eq(c).attr("data-swiper-slide-index")||c,10);Object.assign(t,{snapIndex:d,realIndex:p,previousIndex:n,activeIndex:c}),t.emit("activeIndexChange"),t.emit("snapIndexChange"),l!==p&&t.emit("realIndexChange"),(t.initialized||t.params.runCallbacksOnInit)&&t.emit("slideChange")},updateClickedSlide:function(e){const t=this,s=t.params,a=d(e).closest(`.${s.slideClass}`)[0];let i,r=!1;if(a)for(let e=0;eo?o:a&&en?"next":r=o.length&&(g=o.length-1),(p||l.initialSlide||0)===(c||0)&&s&&r.emit("beforeSlideChangeStart");const v=-o[g];if(r.updateProgress(v),l.normalizeSlideIndex)for(let e=0;e=s&&t=s&&t=s&&(n=e)}if(r.initialized&&n!==p){if(!r.allowSlideNext&&vr.translate&&v>r.maxTranslate()&&(p||0)!==n)return!1}let b;if(b=n>p?"next":n{r.wrapperEl.style.scrollSnapType="",r._swiperImmediateVirtual=!1}))}else{if(!r.support.smoothScroll)return w({swiper:r,targetPosition:s,side:e?"left":"top"}),!0;h.scrollTo({[e?"left":"top"]:s,behavior:"smooth"})}return!0}return r.setTransition(t),r.setTranslate(v),r.updateActiveIndex(n),r.updateSlidesClasses(),r.emit("beforeTransitionStart",t,a),r.transitionStart(s,b),0===t?r.transitionEnd(s,b):r.animating||(r.animating=!0,r.onSlideToWrapperTransitionEnd||(r.onSlideToWrapperTransitionEnd=function(e){r&&!r.destroyed&&e.target===this&&(r.$wrapperEl[0].removeEventListener("transitionend",r.onSlideToWrapperTransitionEnd),r.$wrapperEl[0].removeEventListener("webkitTransitionEnd",r.onSlideToWrapperTransitionEnd),r.onSlideToWrapperTransitionEnd=null,delete r.onSlideToWrapperTransitionEnd,r.transitionEnd(s,b))}),r.$wrapperEl[0].addEventListener("transitionend",r.onSlideToWrapperTransitionEnd),r.$wrapperEl[0].addEventListener("webkitTransitionEnd",r.onSlideToWrapperTransitionEnd)),!0},slideToLoop:function(e,t,s,a){void 0===e&&(e=0),void 0===t&&(t=this.params.speed),void 0===s&&(s=!0);const i=this;let r=e;return i.params.loop&&(r+=i.loopedSlides),i.slideTo(r,t,s,a)},slideNext:function(e,t,s){void 0===e&&(e=this.params.speed),void 0===t&&(t=!0);const a=this,{animating:i,enabled:r,params:n}=a;if(!r)return a;let l=n.slidesPerGroup;"auto"===n.slidesPerView&&1===n.slidesPerGroup&&n.slidesPerGroupAuto&&(l=Math.max(a.slidesPerViewDynamic("current",!0),1));const o=a.activeIndexc(e)));let h=n[u.indexOf(p)-1];if(void 0===h&&i.cssMode){let e;n.forEach(((t,s)=>{p>=t&&(e=s)})),void 0!==e&&(h=n[e>0?e-1:e])}let m=0;if(void 0!==h&&(m=l.indexOf(h),m<0&&(m=a.activeIndex-1),"auto"===i.slidesPerView&&1===i.slidesPerGroup&&i.slidesPerGroupAuto&&(m=m-a.slidesPerViewDynamic("previous",!0)+1,m=Math.max(m,0))),i.rewind&&a.isBeginning){const i=a.params.virtual&&a.params.virtual.enabled&&a.virtual?a.virtual.slides.length-1:a.slides.length-1;return a.slideTo(i,e,t,s)}return a.slideTo(m,e,t,s)},slideReset:function(e,t,s){return void 0===e&&(e=this.params.speed),void 0===t&&(t=!0),this.slideTo(this.activeIndex,e,t,s)},slideToClosest:function(e,t,s,a){void 0===e&&(e=this.params.speed),void 0===t&&(t=!0),void 0===a&&(a=.5);const i=this;let r=i.activeIndex;const n=Math.min(i.params.slidesPerGroupSkip,r),l=n+Math.floor((r-n)/i.params.slidesPerGroup),o=i.rtlTranslate?i.translate:-i.translate;if(o>=i.snapGrid[l]){const e=i.snapGrid[l];o-e>(i.snapGrid[l+1]-e)*a&&(r+=i.params.slidesPerGroup)}else{const e=i.snapGrid[l-1];o-e<=(i.snapGrid[l]-e)*a&&(r-=i.params.slidesPerGroup)}return r=Math.max(r,0),r=Math.min(r,i.slidesGrid.length-1),i.slideTo(r,e,t,s)},slideToClickedSlide:function(){const e=this,{params:t,$wrapperEl:s}=e,a="auto"===t.slidesPerView?e.slidesPerViewDynamic():t.slidesPerView;let i,r=e.clickedIndex;if(t.loop){if(e.animating)return;i=parseInt(d(e.clickedSlide).attr("data-swiper-slide-index"),10),t.centeredSlides?re.slides.length-e.loopedSlides+a/2?(e.loopFix(),r=s.children(`.${t.slideClass}[data-swiper-slide-index="${i}"]:not(.${t.slideDuplicateClass})`).eq(0).index(),p((()=>{e.slideTo(r)}))):e.slideTo(r):r>e.slides.length-a?(e.loopFix(),r=s.children(`.${t.slideClass}[data-swiper-slide-index="${i}"]:not(.${t.slideDuplicateClass})`).eq(0).index(),p((()=>{e.slideTo(r)}))):e.slideTo(r)}else e.slideTo(r)}};var z={loopCreate:function(){const e=this,t=a(),{params:s,$wrapperEl:i}=e,r=i.children().length>0?d(i.children()[0].parentNode):i;r.children(`.${s.slideClass}.${s.slideDuplicateClass}`).remove();let n=r.children(`.${s.slideClass}`);if(s.loopFillGroupWithBlank){const e=s.slidesPerGroup-n.length%s.slidesPerGroup;if(e!==s.slidesPerGroup){for(let a=0;an.length&&(e.loopedSlides=n.length);const l=[],o=[];n.each(((t,s)=>{const a=d(t);s=n.length-e.loopedSlides&&l.push(t),a.attr("data-swiper-slide-index",s)}));for(let e=0;e=0;e-=1)r.prepend(d(l[e].cloneNode(!0)).addClass(s.slideDuplicateClass))},loopFix:function(){const e=this;e.emit("beforeLoopFix");const{activeIndex:t,slides:s,loopedSlides:a,allowSlidePrev:i,allowSlideNext:r,snapGrid:n,rtlTranslate:l}=e;let o;e.allowSlidePrev=!0,e.allowSlideNext=!0;const d=-n[t]-e.getTranslate();if(t=s.length-a){o=-s.length+t+a,o+=a;e.slideTo(o,0,!1,!0)&&0!==d&&e.setTranslate((l?-e.translate:e.translate)-d)}e.allowSlidePrev=i,e.allowSlideNext=r,e.emit("loopFix")},loopDestroy:function(){const{$wrapperEl:e,params:t,slides:s}=this;e.children(`.${t.slideClass}.${t.slideDuplicateClass},.${t.slideClass}.${t.slideBlankClass}`).remove(),s.removeAttr("data-swiper-slide-index")}};function O(e){const t=this,s=a(),i=r(),n=t.touchEventsData,{params:l,touches:o,enabled:c}=t;if(!c)return;if(t.animating&&l.preventInteractionOnTransition)return;!t.animating&&l.cssMode&&l.loop&&t.loopFix();let p=e;p.originalEvent&&(p=p.originalEvent);let h=d(p.target);if("wrapper"===l.touchEventsTarget&&!h.closest(t.wrapperEl).length)return;if(n.isTouchEvent="touchstart"===p.type,!n.isTouchEvent&&"which"in p&&3===p.which)return;if(!n.isTouchEvent&&"button"in p&&p.button>0)return;if(n.isTouched&&n.isMoved)return;!!l.noSwipingClass&&""!==l.noSwipingClass&&p.target&&p.target.shadowRoot&&e.path&&e.path[0]&&(h=d(e.path[0]));const m=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,f=!(!p.target||!p.target.shadowRoot);if(l.noSwiping&&(f?function(e,t){return void 0===t&&(t=this),function t(s){return s&&s!==a()&&s!==r()?(s.assignedSlot&&(s=s.assignedSlot),s.closest(e)||t(s.getRootNode().host)):null}(t)}(m,p.target):h.closest(m)[0]))return void(t.allowClick=!0);if(l.swipeHandler&&!h.closest(l.swipeHandler)[0])return;o.currentX="touchstart"===p.type?p.targetTouches[0].pageX:p.pageX,o.currentY="touchstart"===p.type?p.targetTouches[0].pageY:p.pageY;const g=o.currentX,v=o.currentY,w=l.edgeSwipeDetection||l.iOSEdgeSwipeDetection,b=l.edgeSwipeThreshold||l.iOSEdgeSwipeThreshold;if(w&&(g<=b||g>=i.innerWidth-b)){if("prevent"!==w)return;e.preventDefault()}if(Object.assign(n,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),o.startX=g,o.startY=v,n.touchStartTime=u(),t.allowClick=!0,t.updateSize(),t.swipeDirection=void 0,l.threshold>0&&(n.allowThresholdMove=!1),"touchstart"!==p.type){let e=!0;h.is(n.focusableElements)&&(e=!1,"SELECT"===h[0].nodeName&&(n.isTouched=!1)),s.activeElement&&d(s.activeElement).is(n.focusableElements)&&s.activeElement!==h[0]&&s.activeElement.blur();const a=e&&t.allowTouchMove&&l.touchStartPreventDefault;!l.touchStartForcePreventDefault&&!a||h[0].isContentEditable||p.preventDefault()}t.params.freeMode&&t.params.freeMode.enabled&&t.freeMode&&t.animating&&!l.cssMode&&t.freeMode.onTouchStart(),t.emit("touchStart",p)}function I(e){const t=a(),s=this,i=s.touchEventsData,{params:r,touches:n,rtlTranslate:l,enabled:o}=s;if(!o)return;let c=e;if(c.originalEvent&&(c=c.originalEvent),!i.isTouched)return void(i.startMoving&&i.isScrolling&&s.emit("touchMoveOpposite",c));if(i.isTouchEvent&&"touchmove"!==c.type)return;const p="touchmove"===c.type&&c.targetTouches&&(c.targetTouches[0]||c.changedTouches[0]),h="touchmove"===c.type?p.pageX:c.pageX,m="touchmove"===c.type?p.pageY:c.pageY;if(c.preventedByNestedSwiper)return n.startX=h,void(n.startY=m);if(!s.allowTouchMove)return d(c.target).is(i.focusableElements)||(s.allowClick=!1),void(i.isTouched&&(Object.assign(n,{startX:h,startY:m,currentX:h,currentY:m}),i.touchStartTime=u()));if(i.isTouchEvent&&r.touchReleaseOnEdges&&!r.loop)if(s.isVertical()){if(mn.startY&&s.translate>=s.minTranslate())return i.isTouched=!1,void(i.isMoved=!1)}else if(hn.startX&&s.translate>=s.minTranslate())return;if(i.isTouchEvent&&t.activeElement&&c.target===t.activeElement&&d(c.target).is(i.focusableElements))return i.isMoved=!0,void(s.allowClick=!1);if(i.allowTouchCallbacks&&s.emit("touchMove",c),c.targetTouches&&c.targetTouches.length>1)return;n.currentX=h,n.currentY=m;const f=n.currentX-n.startX,g=n.currentY-n.startY;if(s.params.threshold&&Math.sqrt(f**2+g**2)=25&&(e=180*Math.atan2(Math.abs(g),Math.abs(f))/Math.PI,i.isScrolling=s.isHorizontal()?e>r.touchAngle:90-e>r.touchAngle)}if(i.isScrolling&&s.emit("touchMoveOpposite",c),void 0===i.startMoving&&(n.currentX===n.startX&&n.currentY===n.startY||(i.startMoving=!0)),i.isScrolling)return void(i.isTouched=!1);if(!i.startMoving)return;s.allowClick=!1,!r.cssMode&&c.cancelable&&c.preventDefault(),r.touchMoveStopPropagation&&!r.nested&&c.stopPropagation(),i.isMoved||(r.loop&&!r.cssMode&&s.loopFix(),i.startTranslate=s.getTranslate(),s.setTransition(0),s.animating&&s.$wrapperEl.trigger("webkitTransitionEnd transitionend"),i.allowMomentumBounce=!1,!r.grabCursor||!0!==s.allowSlideNext&&!0!==s.allowSlidePrev||s.setGrabCursor(!0),s.emit("sliderFirstMove",c)),s.emit("sliderMove",c),i.isMoved=!0;let v=s.isHorizontal()?f:g;n.diff=v,v*=r.touchRatio,l&&(v=-v),s.swipeDirection=v>0?"prev":"next",i.currentTranslate=v+i.startTranslate;let w=!0,b=r.resistanceRatio;if(r.touchReleaseOnEdges&&(b=0),v>0&&i.currentTranslate>s.minTranslate()?(w=!1,r.resistance&&(i.currentTranslate=s.minTranslate()-1+(-s.minTranslate()+i.startTranslate+v)**b)):v<0&&i.currentTranslatei.startTranslate&&(i.currentTranslate=i.startTranslate),s.allowSlidePrev||s.allowSlideNext||(i.currentTranslate=i.startTranslate),r.threshold>0){if(!(Math.abs(v)>r.threshold||i.allowThresholdMove))return void(i.currentTranslate=i.startTranslate);if(!i.allowThresholdMove)return i.allowThresholdMove=!0,n.startX=n.currentX,n.startY=n.currentY,i.currentTranslate=i.startTranslate,void(n.diff=s.isHorizontal()?n.currentX-n.startX:n.currentY-n.startY)}r.followFinger&&!r.cssMode&&((r.freeMode&&r.freeMode.enabled&&s.freeMode||r.watchSlidesProgress)&&(s.updateActiveIndex(),s.updateSlidesClasses()),s.params.freeMode&&r.freeMode.enabled&&s.freeMode&&s.freeMode.onTouchMove(),s.updateProgress(i.currentTranslate),s.setTranslate(i.currentTranslate))}function L(e){const t=this,s=t.touchEventsData,{params:a,touches:i,rtlTranslate:r,slidesGrid:n,enabled:l}=t;if(!l)return;let o=e;if(o.originalEvent&&(o=o.originalEvent),s.allowTouchCallbacks&&t.emit("touchEnd",o),s.allowTouchCallbacks=!1,!s.isTouched)return s.isMoved&&a.grabCursor&&t.setGrabCursor(!1),s.isMoved=!1,void(s.startMoving=!1);a.grabCursor&&s.isMoved&&s.isTouched&&(!0===t.allowSlideNext||!0===t.allowSlidePrev)&&t.setGrabCursor(!1);const d=u(),c=d-s.touchStartTime;if(t.allowClick){const e=o.path||o.composedPath&&o.composedPath();t.updateClickedSlide(e&&e[0]||o.target),t.emit("tap click",o),c<300&&d-s.lastClickTime<300&&t.emit("doubleTap doubleClick",o)}if(s.lastClickTime=u(),p((()=>{t.destroyed||(t.allowClick=!0)})),!s.isTouched||!s.isMoved||!t.swipeDirection||0===i.diff||s.currentTranslate===s.startTranslate)return s.isTouched=!1,s.isMoved=!1,void(s.startMoving=!1);let h;if(s.isTouched=!1,s.isMoved=!1,s.startMoving=!1,h=a.followFinger?r?t.translate:-t.translate:-s.currentTranslate,a.cssMode)return;if(t.params.freeMode&&a.freeMode.enabled)return void t.freeMode.onTouchEnd({currentPos:h});let m=0,f=t.slidesSizesGrid[0];for(let e=0;e=n[e]&&h=n[e]&&(m=e,f=n[n.length-1]-n[n.length-2])}let g=null,v=null;a.rewind&&(t.isBeginning?v=t.params.virtual&&t.params.virtual.enabled&&t.virtual?t.virtual.slides.length-1:t.slides.length-1:t.isEnd&&(g=0));const w=(h-n[m])/f,b=ma.longSwipesMs){if(!a.longSwipes)return void t.slideTo(t.activeIndex);"next"===t.swipeDirection&&(w>=a.longSwipesRatio?t.slideTo(a.rewind&&t.isEnd?g:m+b):t.slideTo(m)),"prev"===t.swipeDirection&&(w>1-a.longSwipesRatio?t.slideTo(m+b):null!==v&&w<0&&Math.abs(w)>a.longSwipesRatio?t.slideTo(v):t.slideTo(m))}else{if(!a.shortSwipes)return void t.slideTo(t.activeIndex);t.navigation&&(o.target===t.navigation.nextEl||o.target===t.navigation.prevEl)?o.target===t.navigation.nextEl?t.slideTo(m+b):t.slideTo(m):("next"===t.swipeDirection&&t.slideTo(null!==g?g:m+b),"prev"===t.swipeDirection&&t.slideTo(null!==v?v:m))}}function A(){const e=this,{params:t,el:s}=e;if(s&&0===s.offsetWidth)return;t.breakpoints&&e.setBreakpoint();const{allowSlideNext:a,allowSlidePrev:i,snapGrid:r}=e;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses(),("auto"===t.slidesPerView||t.slidesPerView>1)&&e.isEnd&&!e.isBeginning&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.run(),e.allowSlidePrev=i,e.allowSlideNext=a,e.params.watchOverflow&&r!==e.snapGrid&&e.checkOverflow()}function D(e){const t=this;t.enabled&&(t.allowClick||(t.params.preventClicks&&e.preventDefault(),t.params.preventClicksPropagation&&t.animating&&(e.stopPropagation(),e.stopImmediatePropagation())))}function G(){const e=this,{wrapperEl:t,rtlTranslate:s,enabled:a}=e;if(!a)return;let i;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=-t.scrollLeft:e.translate=-t.scrollTop,-0===e.translate&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();const r=e.maxTranslate()-e.minTranslate();i=0===r?0:(e.translate-e.minTranslate())/r,i!==e.progress&&e.updateProgress(s?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}let B=!1;function N(){}const H=(e,t)=>{const s=a(),{params:i,touchEvents:r,el:n,wrapperEl:l,device:o,support:d}=e,c=!!i.nested,p="on"===t?"addEventListener":"removeEventListener",u=t;if(d.touch){const t=!("touchstart"!==r.start||!d.passiveListener||!i.passiveListeners)&&{passive:!0,capture:!1};n[p](r.start,e.onTouchStart,t),n[p](r.move,e.onTouchMove,d.passiveListener?{passive:!1,capture:c}:c),n[p](r.end,e.onTouchEnd,t),r.cancel&&n[p](r.cancel,e.onTouchEnd,t)}else n[p](r.start,e.onTouchStart,!1),s[p](r.move,e.onTouchMove,c),s[p](r.end,e.onTouchEnd,!1);(i.preventClicks||i.preventClicksPropagation)&&n[p]("click",e.onClick,!0),i.cssMode&&l[p]("scroll",e.onScroll),i.updateOnWindowResize?e[u](o.ios||o.android?"resize orientationchange observerUpdate":"resize observerUpdate",A,!0):e[u]("observerUpdate",A,!0)};var X={attachEvents:function(){const e=this,t=a(),{params:s,support:i}=e;e.onTouchStart=O.bind(e),e.onTouchMove=I.bind(e),e.onTouchEnd=L.bind(e),s.cssMode&&(e.onScroll=G.bind(e)),e.onClick=D.bind(e),i.touch&&!B&&(t.addEventListener("touchstart",N),B=!0),H(e,"on")},detachEvents:function(){H(this,"off")}};const Y=(e,t)=>e.grid&&t.grid&&t.grid.rows>1;var R={addClasses:function(){const e=this,{classNames:t,params:s,rtl:a,$el:i,device:r,support:n}=e,l=function(e,t){const s=[];return e.forEach((e=>{"object"==typeof e?Object.keys(e).forEach((a=>{e[a]&&s.push(t+a)})):"string"==typeof e&&s.push(t+e)})),s}(["initialized",s.direction,{"pointer-events":!n.touch},{"free-mode":e.params.freeMode&&s.freeMode.enabled},{autoheight:s.autoHeight},{rtl:a},{grid:s.grid&&s.grid.rows>1},{"grid-column":s.grid&&s.grid.rows>1&&"column"===s.grid.fill},{android:r.android},{ios:r.ios},{"css-mode":s.cssMode},{centered:s.cssMode&&s.centeredSlides}],s.containerModifierClass);t.push(...l),i.addClass([...t].join(" ")),e.emitContainerClasses()},removeClasses:function(){const{$el:e,classNames:t}=this;e.removeClass(t.join(" ")),this.emitContainerClasses()}};var W={init:!0,direction:"horizontal",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:0,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,preloadImages:!0,updateOnImagesReady:!0,loop:!1,loopAdditionalSlides:0,loopedSlides:null,loopFillGroupWithBlank:!1,loopPreventsSlide:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-invisible-blank",slideActiveClass:"swiper-slide-active",slideDuplicateActiveClass:"swiper-slide-duplicate-active",slideVisibleClass:"swiper-slide-visible",slideDuplicateClass:"swiper-slide-duplicate",slideNextClass:"swiper-slide-next",slideDuplicateNextClass:"swiper-slide-duplicate-next",slidePrevClass:"swiper-slide-prev",slideDuplicatePrevClass:"swiper-slide-duplicate-prev",wrapperClass:"swiper-wrapper",runCallbacksOnInit:!0,_emitClasses:!1};function j(e,t){return function(s){void 0===s&&(s={});const a=Object.keys(s)[0],i=s[a];"object"==typeof i&&null!==i?(["navigation","pagination","scrollbar"].indexOf(a)>=0&&!0===e[a]&&(e[a]={auto:!0}),a in e&&"enabled"in i?(!0===e[a]&&(e[a]={enabled:!0}),"object"!=typeof e[a]||"enabled"in e[a]||(e[a].enabled=!0),e[a]||(e[a]={enabled:!1}),g(t,s)):g(t,s)):g(t,s)}}const _={eventsEmitter:$,update:S,translate:M,transition:{setTransition:function(e,t){const s=this;s.params.cssMode||s.$wrapperEl.transition(e),s.emit("setTransition",e,t)},transitionStart:function(e,t){void 0===e&&(e=!0);const s=this,{params:a}=s;a.cssMode||(a.autoHeight&&s.updateAutoHeight(),P({swiper:s,runCallbacks:e,direction:t,step:"Start"}))},transitionEnd:function(e,t){void 0===e&&(e=!0);const s=this,{params:a}=s;s.animating=!1,a.cssMode||(s.setTransition(0),P({swiper:s,runCallbacks:e,direction:t,step:"End"}))}},slide:k,loop:z,grabCursor:{setGrabCursor:function(e){const t=this;if(t.support.touch||!t.params.simulateTouch||t.params.watchOverflow&&t.isLocked||t.params.cssMode)return;const s="container"===t.params.touchEventsTarget?t.el:t.wrapperEl;s.style.cursor="move",s.style.cursor=e?"-webkit-grabbing":"-webkit-grab",s.style.cursor=e?"-moz-grabbin":"-moz-grab",s.style.cursor=e?"grabbing":"grab"},unsetGrabCursor:function(){const e=this;e.support.touch||e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e["container"===e.params.touchEventsTarget?"el":"wrapperEl"].style.cursor="")}},events:X,breakpoints:{setBreakpoint:function(){const e=this,{activeIndex:t,initialized:s,loopedSlides:a=0,params:i,$el:r}=e,n=i.breakpoints;if(!n||n&&0===Object.keys(n).length)return;const l=e.getBreakpoint(n,e.params.breakpointsBase,e.el);if(!l||e.currentBreakpoint===l)return;const o=(l in n?n[l]:void 0)||e.originalParams,d=Y(e,i),c=Y(e,o),p=i.enabled;d&&!c?(r.removeClass(`${i.containerModifierClass}grid ${i.containerModifierClass}grid-column`),e.emitContainerClasses()):!d&&c&&(r.addClass(`${i.containerModifierClass}grid`),(o.grid.fill&&"column"===o.grid.fill||!o.grid.fill&&"column"===i.grid.fill)&&r.addClass(`${i.containerModifierClass}grid-column`),e.emitContainerClasses());const u=o.direction&&o.direction!==i.direction,h=i.loop&&(o.slidesPerView!==i.slidesPerView||u);u&&s&&e.changeDirection(),g(e.params,o);const m=e.params.enabled;Object.assign(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),p&&!m?e.disable():!p&&m&&e.enable(),e.currentBreakpoint=l,e.emit("_beforeBreakpoint",o),h&&s&&(e.loopDestroy(),e.loopCreate(),e.updateSlides(),e.slideTo(t-a+e.loopedSlides,0,!1)),e.emit("breakpoint",o)},getBreakpoint:function(e,t,s){if(void 0===t&&(t="window"),!e||"container"===t&&!s)return;let a=!1;const i=r(),n="window"===t?i.innerHeight:s.clientHeight,l=Object.keys(e).map((e=>{if("string"==typeof e&&0===e.indexOf("@")){const t=parseFloat(e.substr(1));return{value:n*t,point:e}}return{value:e,point:e}}));l.sort(((e,t)=>parseInt(e.value,10)-parseInt(t.value,10)));for(let e=0;es}else e.isLocked=1===e.snapGrid.length;!0===s.allowSlideNext&&(e.allowSlideNext=!e.isLocked),!0===s.allowSlidePrev&&(e.allowSlidePrev=!e.isLocked),t&&t!==e.isLocked&&(e.isEnd=!1),t!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock")}},classes:R,images:{loadImage:function(e,t,s,a,i,n){const l=r();let o;function c(){n&&n()}d(e).parent("picture")[0]||e.complete&&i?c():t?(o=new l.Image,o.onload=c,o.onerror=c,a&&(o.sizes=a),s&&(o.srcset=s),t&&(o.src=t)):c()},preloadImages:function(){const e=this;function t(){null!=e&&e&&!e.destroyed&&(void 0!==e.imagesLoaded&&(e.imagesLoaded+=1),e.imagesLoaded===e.imagesToLoad.length&&(e.params.updateOnImagesReady&&e.update(),e.emit("imagesReady")))}e.imagesToLoad=e.$el.find("img");for(let s=0;s1){const e=[];return d(t.el).each((s=>{const a=g({},t,{el:s});e.push(new V(a))})),e}const r=this;r.__swiper__=!0,r.support=E(),r.device=T({userAgent:t.userAgent}),r.browser=C(),r.eventsListeners={},r.eventsAnyListeners=[],r.modules=[...r.__modules__],t.modules&&Array.isArray(t.modules)&&r.modules.push(...t.modules);const n={};r.modules.forEach((e=>{e({swiper:r,extendParams:j(t,n),on:r.on.bind(r),once:r.once.bind(r),off:r.off.bind(r),emit:r.emit.bind(r)})}));const l=g({},W,n);return r.params=g({},l,q,t),r.originalParams=g({},r.params),r.passedParams=g({},t),r.params&&r.params.on&&Object.keys(r.params.on).forEach((e=>{r.on(e,r.params.on[e])})),r.params&&r.params.onAny&&r.onAny(r.params.onAny),r.$=d,Object.assign(r,{enabled:r.params.enabled,el:e,classNames:[],slides:d(),slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal:()=>"horizontal"===r.params.direction,isVertical:()=>"vertical"===r.params.direction,activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,allowSlideNext:r.params.allowSlideNext,allowSlidePrev:r.params.allowSlidePrev,touchEvents:function(){const e=["touchstart","touchmove","touchend","touchcancel"],t=["pointerdown","pointermove","pointerup"];return r.touchEventsTouch={start:e[0],move:e[1],end:e[2],cancel:e[3]},r.touchEventsDesktop={start:t[0],move:t[1],end:t[2]},r.support.touch||!r.params.simulateTouch?r.touchEventsTouch:r.touchEventsDesktop}(),touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:r.params.focusableElements,lastClickTime:u(),clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,isTouchEvent:void 0,startMoving:void 0},allowClick:!0,allowTouchMove:r.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),r.emit("_swiper"),r.params.init&&r.init(),r}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,t){const s=this;e=Math.min(Math.max(e,0),1);const a=s.minTranslate(),i=(s.maxTranslate()-a)*e+a;s.translateTo(i,void 0===t?0:t),s.updateActiveIndex(),s.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const t=e.el.className.split(" ").filter((t=>0===t.indexOf("swiper")||0===t.indexOf(e.params.containerModifierClass)));e.emit("_containerClasses",t.join(" "))}getSlideClasses(e){const t=this;return e.className.split(" ").filter((e=>0===e.indexOf("swiper-slide")||0===e.indexOf(t.params.slideClass))).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const t=[];e.slides.each((s=>{const a=e.getSlideClasses(s);t.push({slideEl:s,classNames:a}),e.emit("_slideClass",s,a)})),e.emit("_slideClasses",t)}slidesPerViewDynamic(e,t){void 0===e&&(e="current"),void 0===t&&(t=!1);const{params:s,slides:a,slidesGrid:i,slidesSizesGrid:r,size:n,activeIndex:l}=this;let o=1;if(s.centeredSlides){let e,t=a[l].swiperSlideSize;for(let s=l+1;sn&&(e=!0));for(let s=l-1;s>=0;s-=1)a[s]&&!e&&(t+=a[s].swiperSlideSize,o+=1,t>n&&(e=!0))}else if("current"===e)for(let e=l+1;e=0;e-=1){i[l]-i[e]1)&&e.isEnd&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),i||a()),s.watchOverflow&&t!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,t){void 0===t&&(t=!0);const s=this,a=s.params.direction;return e||(e="horizontal"===a?"vertical":"horizontal"),e===a||"horizontal"!==e&&"vertical"!==e||(s.$el.removeClass(`${s.params.containerModifierClass}${a}`).addClass(`${s.params.containerModifierClass}${e}`),s.emitContainerClasses(),s.params.direction=e,s.slides.each((t=>{"vertical"===e?t.style.width="":t.style.height=""})),s.emit("changeDirection"),t&&s.update()),s}mount(e){const t=this;if(t.mounted)return!0;const s=d(e||t.params.el);if(!(e=s[0]))return!1;e.swiper=t;const i=()=>`.${(t.params.wrapperClass||"").trim().split(" ").join(".")}`;let r=(()=>{if(e&&e.shadowRoot&&e.shadowRoot.querySelector){const t=d(e.shadowRoot.querySelector(i()));return t.children=e=>s.children(e),t}return s.children(i())})();if(0===r.length&&t.params.createElements){const e=a().createElement("div");r=d(e),e.className=t.params.wrapperClass,s.append(e),s.children(`.${t.params.slideClass}`).each((e=>{r.append(e)}))}return Object.assign(t,{$el:s,el:e,$wrapperEl:r,wrapperEl:r[0],mounted:!0,rtl:"rtl"===e.dir.toLowerCase()||"rtl"===s.css("direction"),rtlTranslate:"horizontal"===t.params.direction&&("rtl"===e.dir.toLowerCase()||"rtl"===s.css("direction")),wrongRTL:"-webkit-box"===r.css("display")}),!0}init(e){const t=this;if(t.initialized)return t;return!1===t.mount(e)||(t.emit("beforeInit"),t.params.breakpoints&&t.setBreakpoint(),t.addClasses(),t.params.loop&&t.loopCreate(),t.updateSize(),t.updateSlides(),t.params.watchOverflow&&t.checkOverflow(),t.params.grabCursor&&t.enabled&&t.setGrabCursor(),t.params.preloadImages&&t.preloadImages(),t.params.loop?t.slideTo(t.params.initialSlide+t.loopedSlides,0,t.params.runCallbacksOnInit,!1,!0):t.slideTo(t.params.initialSlide,0,t.params.runCallbacksOnInit,!1,!0),t.attachEvents(),t.initialized=!0,t.emit("init"),t.emit("afterInit")),t}destroy(e,t){void 0===e&&(e=!0),void 0===t&&(t=!0);const s=this,{params:a,$el:i,$wrapperEl:r,slides:n}=s;return void 0===s.params||s.destroyed||(s.emit("beforeDestroy"),s.initialized=!1,s.detachEvents(),a.loop&&s.loopDestroy(),t&&(s.removeClasses(),i.removeAttr("style"),r.removeAttr("style"),n&&n.length&&n.removeClass([a.slideVisibleClass,a.slideActiveClass,a.slideNextClass,a.slidePrevClass].join(" ")).removeAttr("style").removeAttr("data-swiper-slide-index")),s.emit("destroy"),Object.keys(s.eventsListeners).forEach((e=>{s.off(e)})),!1!==e&&(s.$el[0].swiper=null,function(e){const t=e;Object.keys(t).forEach((e=>{try{t[e]=null}catch(e){}try{delete t[e]}catch(e){}}))}(s)),s.destroyed=!0),null}static extendDefaults(e){g(q,e)}static get extendedDefaults(){return q}static get defaults(){return W}static installModule(e){V.prototype.__modules__||(V.prototype.__modules__=[]);const t=V.prototype.__modules__;"function"==typeof e&&t.indexOf(e)<0&&t.push(e)}static use(e){return Array.isArray(e)?(e.forEach((e=>V.installModule(e))),V):(V.installModule(e),V)}}function F(e,t,s,i){const r=a();return e.params.createElements&&Object.keys(i).forEach((a=>{if(!s[a]&&!0===s.auto){let n=e.$el.children(`.${i[a]}`)[0];n||(n=r.createElement("div"),n.className=i[a],e.$el.append(n)),s[a]=n,t[a]=n}})),s}function U(e){return void 0===e&&(e=""),`.${e.trim().replace(/([\.:!\/])/g,"\\$1").replace(/ /g,".")}`}function K(e){const t=this,{$wrapperEl:s,params:a}=t;if(a.loop&&t.loopDestroy(),"object"==typeof e&&"length"in e)for(let t=0;t=l)return void s.appendSlide(t);let o=n>e?n+1:n;const d=[];for(let t=l-1;t>=e;t-=1){const e=s.slides.eq(t);e.remove(),d.unshift(e)}if("object"==typeof t&&"length"in t){for(let e=0;ee?n+t.length:n}else a.append(t);for(let e=0;e{if(s.params.effect!==t)return;s.classNames.push(`${s.params.containerModifierClass}${t}`),l&&l()&&s.classNames.push(`${s.params.containerModifierClass}3d`);const e=n?n():{};Object.assign(s.params,e),Object.assign(s.originalParams,e)})),a("setTranslate",(()=>{s.params.effect===t&&i()})),a("setTransition",((e,a)=>{s.params.effect===t&&r(a)})),a("virtualUpdate",(()=>{s.slides.length||(o=!0),requestAnimationFrame((()=>{o&&s.slides.length&&(i(),o=!1)}))}))}function se(e,t){return e.transformEl?t.find(e.transformEl).css({"backface-visibility":"hidden","-webkit-backface-visibility":"hidden"}):t}function ae(e){let{swiper:t,duration:s,transformEl:a,allSlides:i}=e;const{slides:r,activeIndex:n,$wrapperEl:l}=t;if(t.params.virtualTranslate&&0!==s){let e,s=!1;e=i?a?r.find(a):r:a?r.eq(n).find(a):r.eq(n),e.transitionEnd((()=>{if(s)return;if(!t||t.destroyed)return;s=!0,t.animating=!1;const e=["webkitTransitionEnd","transitionend"];for(let t=0;t`),i.append(r)),r}Object.keys(_).forEach((e=>{Object.keys(_[e]).forEach((t=>{V.prototype[t]=_[e][t]}))})),V.use([function(e){let{swiper:t,on:s,emit:a}=e;const i=r();let n=null,l=null;const o=()=>{t&&!t.destroyed&&t.initialized&&(a("beforeResize"),a("resize"))},d=()=>{t&&!t.destroyed&&t.initialized&&a("orientationchange")};s("init",(()=>{t.params.resizeObserver&&void 0!==i.ResizeObserver?t&&!t.destroyed&&t.initialized&&(n=new ResizeObserver((e=>{l=i.requestAnimationFrame((()=>{const{width:s,height:a}=t;let i=s,r=a;e.forEach((e=>{let{contentBoxSize:s,contentRect:a,target:n}=e;n&&n!==t.el||(i=a?a.width:(s[0]||s).inlineSize,r=a?a.height:(s[0]||s).blockSize)})),i===s&&r===a||o()}))})),n.observe(t.el)):(i.addEventListener("resize",o),i.addEventListener("orientationchange",d))})),s("destroy",(()=>{l&&i.cancelAnimationFrame(l),n&&n.unobserve&&t.el&&(n.unobserve(t.el),n=null),i.removeEventListener("resize",o),i.removeEventListener("orientationchange",d)}))},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const n=[],l=r(),o=function(e,t){void 0===t&&(t={});const s=new(l.MutationObserver||l.WebkitMutationObserver)((e=>{if(1===e.length)return void i("observerUpdate",e[0]);const t=function(){i("observerUpdate",e[0])};l.requestAnimationFrame?l.requestAnimationFrame(t):l.setTimeout(t,0)}));s.observe(e,{attributes:void 0===t.attributes||t.attributes,childList:void 0===t.childList||t.childList,characterData:void 0===t.characterData||t.characterData}),n.push(s)};s({observer:!1,observeParents:!1,observeSlideChildren:!1}),a("init",(()=>{if(t.params.observer){if(t.params.observeParents){const e=t.$el.parents();for(let t=0;t{n.forEach((e=>{e.disconnect()})),n.splice(0,n.length)}))}]);const re=[function(e){let t,{swiper:s,extendParams:a,on:i,emit:r}=e;function n(e,t){const a=s.params.virtual;if(a.cache&&s.virtual.cache[t])return s.virtual.cache[t];const i=a.renderSlide?d(a.renderSlide.call(s,e,t)):d(`
${e}
`);return i.attr("data-swiper-slide-index")||i.attr("data-swiper-slide-index",t),a.cache&&(s.virtual.cache[t]=i),i}function l(e){const{slidesPerView:t,slidesPerGroup:a,centeredSlides:i}=s.params,{addSlidesBefore:l,addSlidesAfter:o}=s.params.virtual,{from:d,to:c,slides:p,slidesGrid:u,offset:h}=s.virtual;s.params.cssMode||s.updateActiveIndex();const m=s.activeIndex||0;let f,g,v;f=s.rtlTranslate?"right":s.isHorizontal()?"left":"top",i?(g=Math.floor(t/2)+a+o,v=Math.floor(t/2)+a+l):(g=t+(a-1)+o,v=a+l);const w=Math.max((m||0)-v,0),b=Math.min((m||0)+g,p.length-1),x=(s.slidesGrid[w]||0)-(s.slidesGrid[0]||0);function y(){s.updateSlides(),s.updateProgress(),s.updateSlidesClasses(),s.lazy&&s.params.lazy.enabled&&s.lazy.load(),r("virtualUpdate")}if(Object.assign(s.virtual,{from:w,to:b,offset:x,slidesGrid:s.slidesGrid}),d===w&&c===b&&!e)return s.slidesGrid!==u&&x!==h&&s.slides.css(f,`${x}px`),s.updateProgress(),void r("virtualUpdate");if(s.params.virtual.renderExternal)return s.params.virtual.renderExternal.call(s,{offset:x,from:w,to:b,slides:function(){const e=[];for(let t=w;t<=b;t+=1)e.push(p[t]);return e}()}),void(s.params.virtual.renderExternalUpdate?y():r("virtualUpdate"));const E=[],T=[];if(e)s.$wrapperEl.find(`.${s.params.slideClass}`).remove();else for(let e=d;e<=c;e+=1)(eb)&&s.$wrapperEl.find(`.${s.params.slideClass}[data-swiper-slide-index="${e}"]`).remove();for(let t=0;t=w&&t<=b&&(void 0===c||e?T.push(t):(t>c&&T.push(t),t{s.$wrapperEl.append(n(p[e],e))})),E.sort(((e,t)=>t-e)).forEach((e=>{s.$wrapperEl.prepend(n(p[e],e))})),s.$wrapperEl.children(".swiper-slide").css(f,`${x}px`),y()}a({virtual:{enabled:!1,slides:[],cache:!0,renderSlide:null,renderExternal:null,renderExternalUpdate:!0,addSlidesBefore:0,addSlidesAfter:0}}),s.virtual={cache:{},from:void 0,to:void 0,slides:[],offset:0,slidesGrid:[]},i("beforeInit",(()=>{s.params.virtual.enabled&&(s.virtual.slides=s.params.virtual.slides,s.classNames.push(`${s.params.containerModifierClass}virtual`),s.params.watchSlidesProgress=!0,s.originalParams.watchSlidesProgress=!0,s.params.initialSlide||l())})),i("setTranslate",(()=>{s.params.virtual.enabled&&(s.params.cssMode&&!s._immediateVirtual?(clearTimeout(t),t=setTimeout((()=>{l()}),100)):l())})),i("init update resize",(()=>{s.params.virtual.enabled&&s.params.cssMode&&v(s.wrapperEl,"--swiper-virtual-size",`${s.virtualSize}px`)})),Object.assign(s.virtual,{appendSlide:function(e){if("object"==typeof e&&"length"in e)for(let t=0;t{const a=e[s],r=a.attr("data-swiper-slide-index");r&&a.attr("data-swiper-slide-index",parseInt(r,10)+i),t[parseInt(s,10)+i]=a})),s.virtual.cache=t}l(!0),s.slideTo(a,0)},removeSlide:function(e){if(null==e)return;let t=s.activeIndex;if(Array.isArray(e))for(let a=e.length-1;a>=0;a-=1)s.virtual.slides.splice(e[a],1),s.params.virtual.cache&&delete s.virtual.cache[e[a]],e[a]0&&0===t.$el.parents(`.${t.params.slideActiveClass}`).length)return;const a=t.$el,i=a[0].clientWidth,r=a[0].clientHeight,n=o.innerWidth,l=o.innerHeight,d=t.$el.offset();s&&(d.left-=t.$el[0].scrollLeft);const c=[[d.left,d.top],[d.left+i,d.top],[d.left,d.top+r],[d.left+i,d.top+r]];for(let t=0;t=0&&s[0]<=n&&s[1]>=0&&s[1]<=l){if(0===s[0]&&0===s[1])continue;e=!0}}if(!e)return}t.isHorizontal()?((d||c||p||u)&&(a.preventDefault?a.preventDefault():a.returnValue=!1),((c||u)&&!s||(d||p)&&s)&&t.slideNext(),((d||p)&&!s||(c||u)&&s)&&t.slidePrev()):((d||c||h||m)&&(a.preventDefault?a.preventDefault():a.returnValue=!1),(c||m)&&t.slideNext(),(d||h)&&t.slidePrev()),n("keyPress",i)}}function p(){t.keyboard.enabled||(d(l).on("keydown",c),t.keyboard.enabled=!0)}function u(){t.keyboard.enabled&&(d(l).off("keydown",c),t.keyboard.enabled=!1)}t.keyboard={enabled:!1},s({keyboard:{enabled:!1,onlyInViewport:!0,pageUpDown:!0}}),i("init",(()=>{t.params.keyboard.enabled&&p()})),i("destroy",(()=>{t.keyboard.enabled&&u()})),Object.assign(t.keyboard,{enable:p,disable:u})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const n=r();let l;s({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null}}),t.mousewheel={enabled:!1};let o,c=u();const h=[];function m(){t.enabled&&(t.mouseEntered=!0)}function f(){t.enabled&&(t.mouseEntered=!1)}function g(e){return!(t.params.mousewheel.thresholdDelta&&e.delta=6&&u()-c<60||(e.direction<0?t.isEnd&&!t.params.loop||t.animating||(t.slideNext(),i("scroll",e.raw)):t.isBeginning&&!t.params.loop||t.animating||(t.slidePrev(),i("scroll",e.raw)),c=(new n.Date).getTime(),!1)))}function v(e){let s=e,a=!0;if(!t.enabled)return;const r=t.params.mousewheel;t.params.cssMode&&s.preventDefault();let n=t.$el;if("container"!==t.params.mousewheel.eventsTarget&&(n=d(t.params.mousewheel.eventsTarget)),!t.mouseEntered&&!n[0].contains(s.target)&&!r.releaseOnEdges)return!0;s.originalEvent&&(s=s.originalEvent);let c=0;const m=t.rtlTranslate?-1:1,f=function(e){let t=0,s=0,a=0,i=0;return"detail"in e&&(s=e.detail),"wheelDelta"in e&&(s=-e.wheelDelta/120),"wheelDeltaY"in e&&(s=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=s,s=0),a=10*t,i=10*s,"deltaY"in e&&(i=e.deltaY),"deltaX"in e&&(a=e.deltaX),e.shiftKey&&!a&&(a=i,i=0),(a||i)&&e.deltaMode&&(1===e.deltaMode?(a*=40,i*=40):(a*=800,i*=800)),a&&!t&&(t=a<1?-1:1),i&&!s&&(s=i<1?-1:1),{spinX:t,spinY:s,pixelX:a,pixelY:i}}(s);if(r.forceToAxis)if(t.isHorizontal()){if(!(Math.abs(f.pixelX)>Math.abs(f.pixelY)))return!0;c=-f.pixelX*m}else{if(!(Math.abs(f.pixelY)>Math.abs(f.pixelX)))return!0;c=-f.pixelY}else c=Math.abs(f.pixelX)>Math.abs(f.pixelY)?-f.pixelX*m:-f.pixelY;if(0===c)return!0;r.invert&&(c=-c);let v=t.getTranslate()+c*r.sensitivity;if(v>=t.minTranslate()&&(v=t.minTranslate()),v<=t.maxTranslate()&&(v=t.maxTranslate()),a=!!t.params.loop||!(v===t.minTranslate()||v===t.maxTranslate()),a&&t.params.nested&&s.stopPropagation(),t.params.freeMode&&t.params.freeMode.enabled){const e={time:u(),delta:Math.abs(c),direction:Math.sign(c)},a=o&&e.time=t.minTranslate()&&(n=t.minTranslate()),n<=t.maxTranslate()&&(n=t.maxTranslate()),t.setTransition(0),t.setTranslate(n),t.updateProgress(),t.updateActiveIndex(),t.updateSlidesClasses(),(!d&&t.isBeginning||!u&&t.isEnd)&&t.updateSlidesClasses(),t.params.freeMode.sticky){clearTimeout(l),l=void 0,h.length>=15&&h.shift();const s=h.length?h[h.length-1]:void 0,a=h[0];if(h.push(e),s&&(e.delta>s.delta||e.direction!==s.direction))h.splice(0);else if(h.length>=15&&e.time-a.time<500&&a.delta-e.delta>=1&&e.delta<=6){const s=c>0?.8:.2;o=e,h.splice(0),l=p((()=>{t.slideToClosest(t.params.speed,!0,void 0,s)}),0)}l||(l=p((()=>{o=e,h.splice(0),t.slideToClosest(t.params.speed,!0,void 0,.5)}),500))}if(a||i("scroll",s),t.params.autoplay&&t.params.autoplayDisableOnInteraction&&t.autoplay.stop(),n===t.minTranslate()||n===t.maxTranslate())return!0}}else{const s={time:u(),delta:Math.abs(c),direction:Math.sign(c),raw:e};h.length>=2&&h.shift();const a=h.length?h[h.length-1]:void 0;if(h.push(s),a?(s.direction!==a.direction||s.delta>a.delta||s.time>a.time+150)&&g(s):g(s),function(e){const s=t.params.mousewheel;if(e.direction<0){if(t.isEnd&&!t.params.loop&&s.releaseOnEdges)return!0}else if(t.isBeginning&&!t.params.loop&&s.releaseOnEdges)return!0;return!1}(s))return!0}return s.preventDefault?s.preventDefault():s.returnValue=!1,!1}function w(e){let s=t.$el;"container"!==t.params.mousewheel.eventsTarget&&(s=d(t.params.mousewheel.eventsTarget)),s[e]("mouseenter",m),s[e]("mouseleave",f),s[e]("wheel",v)}function b(){return t.params.cssMode?(t.wrapperEl.removeEventListener("wheel",v),!0):!t.mousewheel.enabled&&(w("on"),t.mousewheel.enabled=!0,!0)}function x(){return t.params.cssMode?(t.wrapperEl.addEventListener(event,v),!0):!!t.mousewheel.enabled&&(w("off"),t.mousewheel.enabled=!1,!0)}a("init",(()=>{!t.params.mousewheel.enabled&&t.params.cssMode&&x(),t.params.mousewheel.enabled&&b()})),a("destroy",(()=>{t.params.cssMode&&b(),t.mousewheel.enabled&&x()})),Object.assign(t.mousewheel,{enable:b,disable:x})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;function r(e){let s;return e&&(s=d(e),t.params.uniqueNavElements&&"string"==typeof e&&s.length>1&&1===t.$el.find(e).length&&(s=t.$el.find(e))),s}function n(e,s){const a=t.params.navigation;e&&e.length>0&&(e[s?"addClass":"removeClass"](a.disabledClass),e[0]&&"BUTTON"===e[0].tagName&&(e[0].disabled=s),t.params.watchOverflow&&t.enabled&&e[t.isLocked?"addClass":"removeClass"](a.lockClass))}function l(){if(t.params.loop)return;const{$nextEl:e,$prevEl:s}=t.navigation;n(s,t.isBeginning&&!t.params.rewind),n(e,t.isEnd&&!t.params.rewind)}function o(e){e.preventDefault(),(!t.isBeginning||t.params.loop||t.params.rewind)&&t.slidePrev()}function c(e){e.preventDefault(),(!t.isEnd||t.params.loop||t.params.rewind)&&t.slideNext()}function p(){const e=t.params.navigation;if(t.params.navigation=F(t,t.originalParams.navigation,t.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!e.nextEl&&!e.prevEl)return;const s=r(e.nextEl),a=r(e.prevEl);s&&s.length>0&&s.on("click",c),a&&a.length>0&&a.on("click",o),Object.assign(t.navigation,{$nextEl:s,nextEl:s&&s[0],$prevEl:a,prevEl:a&&a[0]}),t.enabled||(s&&s.addClass(e.lockClass),a&&a.addClass(e.lockClass))}function u(){const{$nextEl:e,$prevEl:s}=t.navigation;e&&e.length&&(e.off("click",c),e.removeClass(t.params.navigation.disabledClass)),s&&s.length&&(s.off("click",o),s.removeClass(t.params.navigation.disabledClass))}s({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock"}}),t.navigation={nextEl:null,$nextEl:null,prevEl:null,$prevEl:null},a("init",(()=>{p(),l()})),a("toEdge fromEdge lock unlock",(()=>{l()})),a("destroy",(()=>{u()})),a("enable disable",(()=>{const{$nextEl:e,$prevEl:s}=t.navigation;e&&e[t.enabled?"removeClass":"addClass"](t.params.navigation.lockClass),s&&s[t.enabled?"removeClass":"addClass"](t.params.navigation.lockClass)})),a("click",((e,s)=>{const{$nextEl:a,$prevEl:r}=t.navigation,n=s.target;if(t.params.navigation.hideOnClick&&!d(n).is(r)&&!d(n).is(a)){if(t.pagination&&t.params.pagination&&t.params.pagination.clickable&&(t.pagination.el===n||t.pagination.el.contains(n)))return;let e;a?e=a.hasClass(t.params.navigation.hiddenClass):r&&(e=r.hasClass(t.params.navigation.hiddenClass)),i(!0===e?"navigationShow":"navigationHide"),a&&a.toggleClass(t.params.navigation.hiddenClass),r&&r.toggleClass(t.params.navigation.hiddenClass)}})),Object.assign(t.navigation,{update:l,init:p,destroy:u})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const r="swiper-pagination";let n;s({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:e=>e,formatFractionTotal:e=>e,bulletClass:`${r}-bullet`,bulletActiveClass:`${r}-bullet-active`,modifierClass:`${r}-`,currentClass:`${r}-current`,totalClass:`${r}-total`,hiddenClass:`${r}-hidden`,progressbarFillClass:`${r}-progressbar-fill`,progressbarOppositeClass:`${r}-progressbar-opposite`,clickableClass:`${r}-clickable`,lockClass:`${r}-lock`,horizontalClass:`${r}-horizontal`,verticalClass:`${r}-vertical`}}),t.pagination={el:null,$el:null,bullets:[]};let l=0;function o(){return!t.params.pagination.el||!t.pagination.el||!t.pagination.$el||0===t.pagination.$el.length}function c(e,s){const{bulletActiveClass:a}=t.params.pagination;e[s]().addClass(`${a}-${s}`)[s]().addClass(`${a}-${s}-${s}`)}function p(){const e=t.rtl,s=t.params.pagination;if(o())return;const a=t.virtual&&t.params.virtual.enabled?t.virtual.slides.length:t.slides.length,r=t.pagination.$el;let p;const u=t.params.loop?Math.ceil((a-2*t.loopedSlides)/t.params.slidesPerGroup):t.snapGrid.length;if(t.params.loop?(p=Math.ceil((t.activeIndex-t.loopedSlides)/t.params.slidesPerGroup),p>a-1-2*t.loopedSlides&&(p-=a-2*t.loopedSlides),p>u-1&&(p-=u),p<0&&"bullets"!==t.params.paginationType&&(p=u+p)):p=void 0!==t.snapIndex?t.snapIndex:t.activeIndex||0,"bullets"===s.type&&t.pagination.bullets&&t.pagination.bullets.length>0){const a=t.pagination.bullets;let i,o,u;if(s.dynamicBullets&&(n=a.eq(0)[t.isHorizontal()?"outerWidth":"outerHeight"](!0),r.css(t.isHorizontal()?"width":"height",n*(s.dynamicMainBullets+4)+"px"),s.dynamicMainBullets>1&&void 0!==t.previousIndex&&(l+=p-(t.previousIndex-t.loopedSlides||0),l>s.dynamicMainBullets-1?l=s.dynamicMainBullets-1:l<0&&(l=0)),i=Math.max(p-l,0),o=i+(Math.min(a.length,s.dynamicMainBullets)-1),u=(o+i)/2),a.removeClass(["","-next","-next-next","-prev","-prev-prev","-main"].map((e=>`${s.bulletActiveClass}${e}`)).join(" ")),r.length>1)a.each((e=>{const t=d(e),a=t.index();a===p&&t.addClass(s.bulletActiveClass),s.dynamicBullets&&(a>=i&&a<=o&&t.addClass(`${s.bulletActiveClass}-main`),a===i&&c(t,"prev"),a===o&&c(t,"next"))}));else{const e=a.eq(p),r=e.index();if(e.addClass(s.bulletActiveClass),s.dynamicBullets){const e=a.eq(i),n=a.eq(o);for(let e=i;e<=o;e+=1)a.eq(e).addClass(`${s.bulletActiveClass}-main`);if(t.params.loop)if(r>=a.length){for(let e=s.dynamicMainBullets;e>=0;e-=1)a.eq(a.length-e).addClass(`${s.bulletActiveClass}-main`);a.eq(a.length-s.dynamicMainBullets-1).addClass(`${s.bulletActiveClass}-prev`)}else c(e,"prev"),c(n,"next");else c(e,"prev"),c(n,"next")}}if(s.dynamicBullets){const i=Math.min(a.length,s.dynamicMainBullets+4),r=(n*i-n)/2-u*n,l=e?"right":"left";a.css(t.isHorizontal()?l:"top",`${r}px`)}}if("fraction"===s.type&&(r.find(U(s.currentClass)).text(s.formatFractionCurrent(p+1)),r.find(U(s.totalClass)).text(s.formatFractionTotal(u))),"progressbar"===s.type){let e;e=s.progressbarOpposite?t.isHorizontal()?"vertical":"horizontal":t.isHorizontal()?"horizontal":"vertical";const a=(p+1)/u;let i=1,n=1;"horizontal"===e?i=a:n=a,r.find(U(s.progressbarFillClass)).transform(`translate3d(0,0,0) scaleX(${i}) scaleY(${n})`).transition(t.params.speed)}"custom"===s.type&&s.renderCustom?(r.html(s.renderCustom(t,p+1,u)),i("paginationRender",r[0])):i("paginationUpdate",r[0]),t.params.watchOverflow&&t.enabled&&r[t.isLocked?"addClass":"removeClass"](s.lockClass)}function u(){const e=t.params.pagination;if(o())return;const s=t.virtual&&t.params.virtual.enabled?t.virtual.slides.length:t.slides.length,a=t.pagination.$el;let r="";if("bullets"===e.type){let i=t.params.loop?Math.ceil((s-2*t.loopedSlides)/t.params.slidesPerGroup):t.snapGrid.length;t.params.freeMode&&t.params.freeMode.enabled&&!t.params.loop&&i>s&&(i=s);for(let s=0;s`;a.html(r),t.pagination.bullets=a.find(U(e.bulletClass))}"fraction"===e.type&&(r=e.renderFraction?e.renderFraction.call(t,e.currentClass,e.totalClass):` / `,a.html(r)),"progressbar"===e.type&&(r=e.renderProgressbar?e.renderProgressbar.call(t,e.progressbarFillClass):``,a.html(r)),"custom"!==e.type&&i("paginationRender",t.pagination.$el[0])}function h(){t.params.pagination=F(t,t.originalParams.pagination,t.params.pagination,{el:"swiper-pagination"});const e=t.params.pagination;if(!e.el)return;let s=d(e.el);0!==s.length&&(t.params.uniqueNavElements&&"string"==typeof e.el&&s.length>1&&(s=t.$el.find(e.el),s.length>1&&(s=s.filter((e=>d(e).parents(".swiper")[0]===t.el)))),"bullets"===e.type&&e.clickable&&s.addClass(e.clickableClass),s.addClass(e.modifierClass+e.type),s.addClass(t.isHorizontal()?e.horizontalClass:e.verticalClass),"bullets"===e.type&&e.dynamicBullets&&(s.addClass(`${e.modifierClass}${e.type}-dynamic`),l=0,e.dynamicMainBullets<1&&(e.dynamicMainBullets=1)),"progressbar"===e.type&&e.progressbarOpposite&&s.addClass(e.progressbarOppositeClass),e.clickable&&s.on("click",U(e.bulletClass),(function(e){e.preventDefault();let s=d(this).index()*t.params.slidesPerGroup;t.params.loop&&(s+=t.loopedSlides),t.slideTo(s)})),Object.assign(t.pagination,{$el:s,el:s[0]}),t.enabled||s.addClass(e.lockClass))}function m(){const e=t.params.pagination;if(o())return;const s=t.pagination.$el;s.removeClass(e.hiddenClass),s.removeClass(e.modifierClass+e.type),s.removeClass(t.isHorizontal()?e.horizontalClass:e.verticalClass),t.pagination.bullets&&t.pagination.bullets.removeClass&&t.pagination.bullets.removeClass(e.bulletActiveClass),e.clickable&&s.off("click",U(e.bulletClass))}a("init",(()=>{h(),u(),p()})),a("activeIndexChange",(()=>{(t.params.loop||void 0===t.snapIndex)&&p()})),a("snapIndexChange",(()=>{t.params.loop||p()})),a("slidesLengthChange",(()=>{t.params.loop&&(u(),p())})),a("snapGridLengthChange",(()=>{t.params.loop||(u(),p())})),a("destroy",(()=>{m()})),a("enable disable",(()=>{const{$el:e}=t.pagination;e&&e[t.enabled?"removeClass":"addClass"](t.params.pagination.lockClass)})),a("lock unlock",(()=>{p()})),a("click",((e,s)=>{const a=s.target,{$el:r}=t.pagination;if(t.params.pagination.el&&t.params.pagination.hideOnClick&&r.length>0&&!d(a).hasClass(t.params.pagination.bulletClass)){if(t.navigation&&(t.navigation.nextEl&&a===t.navigation.nextEl||t.navigation.prevEl&&a===t.navigation.prevEl))return;const e=r.hasClass(t.params.pagination.hiddenClass);i(!0===e?"paginationShow":"paginationHide"),r.toggleClass(t.params.pagination.hiddenClass)}})),Object.assign(t.pagination,{render:u,update:p,init:h,destroy:m})},function(e){let{swiper:t,extendParams:s,on:i,emit:r}=e;const n=a();let l,o,c,u,h=!1,m=null,f=null;function g(){if(!t.params.scrollbar.el||!t.scrollbar.el)return;const{scrollbar:e,rtlTranslate:s,progress:a}=t,{$dragEl:i,$el:r}=e,n=t.params.scrollbar;let l=o,d=(c-o)*a;s?(d=-d,d>0?(l=o-d,d=0):-d+o>c&&(l=c+d)):d<0?(l=o+d,d=0):d+o>c&&(l=c-d),t.isHorizontal()?(i.transform(`translate3d(${d}px, 0, 0)`),i[0].style.width=`${l}px`):(i.transform(`translate3d(0px, ${d}px, 0)`),i[0].style.height=`${l}px`),n.hide&&(clearTimeout(m),r[0].style.opacity=1,m=setTimeout((()=>{r[0].style.opacity=0,r.transition(400)}),1e3))}function v(){if(!t.params.scrollbar.el||!t.scrollbar.el)return;const{scrollbar:e}=t,{$dragEl:s,$el:a}=e;s[0].style.width="",s[0].style.height="",c=t.isHorizontal()?a[0].offsetWidth:a[0].offsetHeight,u=t.size/(t.virtualSize+t.params.slidesOffsetBefore-(t.params.centeredSlides?t.snapGrid[0]:0)),o="auto"===t.params.scrollbar.dragSize?c*u:parseInt(t.params.scrollbar.dragSize,10),t.isHorizontal()?s[0].style.width=`${o}px`:s[0].style.height=`${o}px`,a[0].style.display=u>=1?"none":"",t.params.scrollbar.hide&&(a[0].style.opacity=0),t.params.watchOverflow&&t.enabled&&e.$el[t.isLocked?"addClass":"removeClass"](t.params.scrollbar.lockClass)}function w(e){return t.isHorizontal()?"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].clientX:e.clientX:"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].clientY:e.clientY}function b(e){const{scrollbar:s,rtlTranslate:a}=t,{$el:i}=s;let r;r=(w(e)-i.offset()[t.isHorizontal()?"left":"top"]-(null!==l?l:o/2))/(c-o),r=Math.max(Math.min(r,1),0),a&&(r=1-r);const n=t.minTranslate()+(t.maxTranslate()-t.minTranslate())*r;t.updateProgress(n),t.setTranslate(n),t.updateActiveIndex(),t.updateSlidesClasses()}function x(e){const s=t.params.scrollbar,{scrollbar:a,$wrapperEl:i}=t,{$el:n,$dragEl:o}=a;h=!0,l=e.target===o[0]||e.target===o?w(e)-e.target.getBoundingClientRect()[t.isHorizontal()?"left":"top"]:null,e.preventDefault(),e.stopPropagation(),i.transition(100),o.transition(100),b(e),clearTimeout(f),n.transition(0),s.hide&&n.css("opacity",1),t.params.cssMode&&t.$wrapperEl.css("scroll-snap-type","none"),r("scrollbarDragStart",e)}function y(e){const{scrollbar:s,$wrapperEl:a}=t,{$el:i,$dragEl:n}=s;h&&(e.preventDefault?e.preventDefault():e.returnValue=!1,b(e),a.transition(0),i.transition(0),n.transition(0),r("scrollbarDragMove",e))}function E(e){const s=t.params.scrollbar,{scrollbar:a,$wrapperEl:i}=t,{$el:n}=a;h&&(h=!1,t.params.cssMode&&(t.$wrapperEl.css("scroll-snap-type",""),i.transition("")),s.hide&&(clearTimeout(f),f=p((()=>{n.css("opacity",0),n.transition(400)}),1e3)),r("scrollbarDragEnd",e),s.snapOnRelease&&t.slideToClosest())}function T(e){const{scrollbar:s,touchEventsTouch:a,touchEventsDesktop:i,params:r,support:l}=t,o=s.$el[0],d=!(!l.passiveListener||!r.passiveListeners)&&{passive:!1,capture:!1},c=!(!l.passiveListener||!r.passiveListeners)&&{passive:!0,capture:!1};if(!o)return;const p="on"===e?"addEventListener":"removeEventListener";l.touch?(o[p](a.start,x,d),o[p](a.move,y,d),o[p](a.end,E,c)):(o[p](i.start,x,d),n[p](i.move,y,d),n[p](i.end,E,c))}function C(){const{scrollbar:e,$el:s}=t;t.params.scrollbar=F(t,t.originalParams.scrollbar,t.params.scrollbar,{el:"swiper-scrollbar"});const a=t.params.scrollbar;if(!a.el)return;let i=d(a.el);t.params.uniqueNavElements&&"string"==typeof a.el&&i.length>1&&1===s.find(a.el).length&&(i=s.find(a.el));let r=i.find(`.${t.params.scrollbar.dragClass}`);0===r.length&&(r=d(`
`),i.append(r)),Object.assign(e,{$el:i,el:i[0],$dragEl:r,dragEl:r[0]}),a.draggable&&t.params.scrollbar.el&&T("on"),i&&i[t.enabled?"removeClass":"addClass"](t.params.scrollbar.lockClass)}function $(){t.params.scrollbar.el&&T("off")}s({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag"}}),t.scrollbar={el:null,dragEl:null,$el:null,$dragEl:null},i("init",(()=>{C(),v(),g()})),i("update resize observerUpdate lock unlock",(()=>{v()})),i("setTranslate",(()=>{g()})),i("setTransition",((e,s)=>{!function(e){t.params.scrollbar.el&&t.scrollbar.el&&t.scrollbar.$dragEl.transition(e)}(s)})),i("enable disable",(()=>{const{$el:e}=t.scrollbar;e&&e[t.enabled?"removeClass":"addClass"](t.params.scrollbar.lockClass)})),i("destroy",(()=>{$()})),Object.assign(t.scrollbar,{updateSize:v,setTranslate:g,init:C,destroy:$})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({parallax:{enabled:!1}});const i=(e,s)=>{const{rtl:a}=t,i=d(e),r=a?-1:1,n=i.attr("data-swiper-parallax")||"0";let l=i.attr("data-swiper-parallax-x"),o=i.attr("data-swiper-parallax-y");const c=i.attr("data-swiper-parallax-scale"),p=i.attr("data-swiper-parallax-opacity");if(l||o?(l=l||"0",o=o||"0"):t.isHorizontal()?(l=n,o="0"):(o=n,l="0"),l=l.indexOf("%")>=0?parseInt(l,10)*s*r+"%":l*s*r+"px",o=o.indexOf("%")>=0?parseInt(o,10)*s+"%":o*s+"px",null!=p){const e=p-(p-1)*(1-Math.abs(s));i[0].style.opacity=e}if(null==c)i.transform(`translate3d(${l}, ${o}, 0px)`);else{const e=c-(c-1)*(1-Math.abs(s));i.transform(`translate3d(${l}, ${o}, 0px) scale(${e})`)}},r=()=>{const{$el:e,slides:s,progress:a,snapGrid:r}=t;e.children("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((e=>{i(e,a)})),s.each(((e,s)=>{let n=e.progress;t.params.slidesPerGroup>1&&"auto"!==t.params.slidesPerView&&(n+=Math.ceil(s/2)-a*(r.length-1)),n=Math.min(Math.max(n,-1),1),d(e).find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((e=>{i(e,n)}))}))};a("beforeInit",(()=>{t.params.parallax.enabled&&(t.params.watchSlidesProgress=!0,t.originalParams.watchSlidesProgress=!0)})),a("init",(()=>{t.params.parallax.enabled&&r()})),a("setTranslate",(()=>{t.params.parallax.enabled&&r()})),a("setTransition",((e,s)=>{t.params.parallax.enabled&&function(e){void 0===e&&(e=t.params.speed);const{$el:s}=t;s.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((t=>{const s=d(t);let a=parseInt(s.attr("data-swiper-parallax-duration"),10)||e;0===e&&(a=0),s.transition(a)}))}(s)}))},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const n=r();s({zoom:{enabled:!1,maxRatio:3,minRatio:1,toggle:!0,containerClass:"swiper-zoom-container",zoomedSlideClass:"swiper-slide-zoomed"}}),t.zoom={enabled:!1};let l,o,c,p=1,u=!1;const m={$slideEl:void 0,slideWidth:void 0,slideHeight:void 0,$imageEl:void 0,$imageWrapEl:void 0,maxRatio:3},f={isTouched:void 0,isMoved:void 0,currentX:void 0,currentY:void 0,minX:void 0,minY:void 0,maxX:void 0,maxY:void 0,width:void 0,height:void 0,startX:void 0,startY:void 0,touchesStart:{},touchesCurrent:{}},g={x:void 0,y:void 0,prevPositionX:void 0,prevPositionY:void 0,prevTime:void 0};let v=1;function w(e){if(e.targetTouches.length<2)return 1;const t=e.targetTouches[0].pageX,s=e.targetTouches[0].pageY,a=e.targetTouches[1].pageX,i=e.targetTouches[1].pageY;return Math.sqrt((a-t)**2+(i-s)**2)}function b(e){const s=t.support,a=t.params.zoom;if(o=!1,c=!1,!s.gestures){if("touchstart"!==e.type||"touchstart"===e.type&&e.targetTouches.length<2)return;o=!0,m.scaleStart=w(e)}m.$slideEl&&m.$slideEl.length||(m.$slideEl=d(e.target).closest(`.${t.params.slideClass}`),0===m.$slideEl.length&&(m.$slideEl=t.slides.eq(t.activeIndex)),m.$imageEl=m.$slideEl.find(`.${a.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),m.$imageWrapEl=m.$imageEl.parent(`.${a.containerClass}`),m.maxRatio=m.$imageWrapEl.attr("data-swiper-zoom")||a.maxRatio,0!==m.$imageWrapEl.length)?(m.$imageEl&&m.$imageEl.transition(0),u=!0):m.$imageEl=void 0}function x(e){const s=t.support,a=t.params.zoom,i=t.zoom;if(!s.gestures){if("touchmove"!==e.type||"touchmove"===e.type&&e.targetTouches.length<2)return;c=!0,m.scaleMove=w(e)}m.$imageEl&&0!==m.$imageEl.length?(s.gestures?i.scale=e.scale*p:i.scale=m.scaleMove/m.scaleStart*p,i.scale>m.maxRatio&&(i.scale=m.maxRatio-1+(i.scale-m.maxRatio+1)**.5),i.scalef.touchesStart.x))return void(f.isTouched=!1);if(!t.isHorizontal()&&(Math.floor(f.minY)===Math.floor(f.startY)&&f.touchesCurrent.yf.touchesStart.y))return void(f.isTouched=!1)}e.cancelable&&e.preventDefault(),e.stopPropagation(),f.isMoved=!0,f.currentX=f.touchesCurrent.x-f.touchesStart.x+f.startX,f.currentY=f.touchesCurrent.y-f.touchesStart.y+f.startY,f.currentXf.maxX&&(f.currentX=f.maxX-1+(f.currentX-f.maxX+1)**.8),f.currentYf.maxY&&(f.currentY=f.maxY-1+(f.currentY-f.maxY+1)**.8),g.prevPositionX||(g.prevPositionX=f.touchesCurrent.x),g.prevPositionY||(g.prevPositionY=f.touchesCurrent.y),g.prevTime||(g.prevTime=Date.now()),g.x=(f.touchesCurrent.x-g.prevPositionX)/(Date.now()-g.prevTime)/2,g.y=(f.touchesCurrent.y-g.prevPositionY)/(Date.now()-g.prevTime)/2,Math.abs(f.touchesCurrent.x-g.prevPositionX)<2&&(g.x=0),Math.abs(f.touchesCurrent.y-g.prevPositionY)<2&&(g.y=0),g.prevPositionX=f.touchesCurrent.x,g.prevPositionY=f.touchesCurrent.y,g.prevTime=Date.now(),m.$imageWrapEl.transform(`translate3d(${f.currentX}px, ${f.currentY}px,0)`)}}function T(){const e=t.zoom;m.$slideEl&&t.previousIndex!==t.activeIndex&&(m.$imageEl&&m.$imageEl.transform("translate3d(0,0,0) scale(1)"),m.$imageWrapEl&&m.$imageWrapEl.transform("translate3d(0,0,0)"),e.scale=1,p=1,m.$slideEl=void 0,m.$imageEl=void 0,m.$imageWrapEl=void 0)}function C(e){const s=t.zoom,a=t.params.zoom;if(m.$slideEl||(e&&e.target&&(m.$slideEl=d(e.target).closest(`.${t.params.slideClass}`)),m.$slideEl||(t.params.virtual&&t.params.virtual.enabled&&t.virtual?m.$slideEl=t.$wrapperEl.children(`.${t.params.slideActiveClass}`):m.$slideEl=t.slides.eq(t.activeIndex)),m.$imageEl=m.$slideEl.find(`.${a.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),m.$imageWrapEl=m.$imageEl.parent(`.${a.containerClass}`)),!m.$imageEl||0===m.$imageEl.length||!m.$imageWrapEl||0===m.$imageWrapEl.length)return;let i,r,l,o,c,u,h,g,v,w,b,x,y,E,T,C,$,S;t.params.cssMode&&(t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.touchAction="none"),m.$slideEl.addClass(`${a.zoomedSlideClass}`),void 0===f.touchesStart.x&&e?(i="touchend"===e.type?e.changedTouches[0].pageX:e.pageX,r="touchend"===e.type?e.changedTouches[0].pageY:e.pageY):(i=f.touchesStart.x,r=f.touchesStart.y),s.scale=m.$imageWrapEl.attr("data-swiper-zoom")||a.maxRatio,p=m.$imageWrapEl.attr("data-swiper-zoom")||a.maxRatio,e?($=m.$slideEl[0].offsetWidth,S=m.$slideEl[0].offsetHeight,l=m.$slideEl.offset().left+n.scrollX,o=m.$slideEl.offset().top+n.scrollY,c=l+$/2-i,u=o+S/2-r,v=m.$imageEl[0].offsetWidth,w=m.$imageEl[0].offsetHeight,b=v*s.scale,x=w*s.scale,y=Math.min($/2-b/2,0),E=Math.min(S/2-x/2,0),T=-y,C=-E,h=c*s.scale,g=u*s.scale,hT&&(h=T),gC&&(g=C)):(h=0,g=0),m.$imageWrapEl.transition(300).transform(`translate3d(${h}px, ${g}px,0)`),m.$imageEl.transition(300).transform(`translate3d(0,0,0) scale(${s.scale})`)}function $(){const e=t.zoom,s=t.params.zoom;m.$slideEl||(t.params.virtual&&t.params.virtual.enabled&&t.virtual?m.$slideEl=t.$wrapperEl.children(`.${t.params.slideActiveClass}`):m.$slideEl=t.slides.eq(t.activeIndex),m.$imageEl=m.$slideEl.find(`.${s.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),m.$imageWrapEl=m.$imageEl.parent(`.${s.containerClass}`)),m.$imageEl&&0!==m.$imageEl.length&&m.$imageWrapEl&&0!==m.$imageWrapEl.length&&(t.params.cssMode&&(t.wrapperEl.style.overflow="",t.wrapperEl.style.touchAction=""),e.scale=1,p=1,m.$imageWrapEl.transition(300).transform("translate3d(0,0,0)"),m.$imageEl.transition(300).transform("translate3d(0,0,0) scale(1)"),m.$slideEl.removeClass(`${s.zoomedSlideClass}`),m.$slideEl=void 0)}function S(e){const s=t.zoom;s.scale&&1!==s.scale?$():C(e)}function M(){const e=t.support;return{passiveListener:!("touchstart"!==t.touchEvents.start||!e.passiveListener||!t.params.passiveListeners)&&{passive:!0,capture:!1},activeListenerWithCapture:!e.passiveListener||{passive:!1,capture:!0}}}function P(){return`.${t.params.slideClass}`}function k(e){const{passiveListener:s}=M(),a=P();t.$wrapperEl[e]("gesturestart",a,b,s),t.$wrapperEl[e]("gesturechange",a,x,s),t.$wrapperEl[e]("gestureend",a,y,s)}function z(){l||(l=!0,k("on"))}function O(){l&&(l=!1,k("off"))}function I(){const e=t.zoom;if(e.enabled)return;e.enabled=!0;const s=t.support,{passiveListener:a,activeListenerWithCapture:i}=M(),r=P();s.gestures?(t.$wrapperEl.on(t.touchEvents.start,z,a),t.$wrapperEl.on(t.touchEvents.end,O,a)):"touchstart"===t.touchEvents.start&&(t.$wrapperEl.on(t.touchEvents.start,r,b,a),t.$wrapperEl.on(t.touchEvents.move,r,x,i),t.$wrapperEl.on(t.touchEvents.end,r,y,a),t.touchEvents.cancel&&t.$wrapperEl.on(t.touchEvents.cancel,r,y,a)),t.$wrapperEl.on(t.touchEvents.move,`.${t.params.zoom.containerClass}`,E,i)}function L(){const e=t.zoom;if(!e.enabled)return;const s=t.support;e.enabled=!1;const{passiveListener:a,activeListenerWithCapture:i}=M(),r=P();s.gestures?(t.$wrapperEl.off(t.touchEvents.start,z,a),t.$wrapperEl.off(t.touchEvents.end,O,a)):"touchstart"===t.touchEvents.start&&(t.$wrapperEl.off(t.touchEvents.start,r,b,a),t.$wrapperEl.off(t.touchEvents.move,r,x,i),t.$wrapperEl.off(t.touchEvents.end,r,y,a),t.touchEvents.cancel&&t.$wrapperEl.off(t.touchEvents.cancel,r,y,a)),t.$wrapperEl.off(t.touchEvents.move,`.${t.params.zoom.containerClass}`,E,i)}Object.defineProperty(t.zoom,"scale",{get:()=>v,set(e){if(v!==e){const t=m.$imageEl?m.$imageEl[0]:void 0,s=m.$slideEl?m.$slideEl[0]:void 0;i("zoomChange",e,t,s)}v=e}}),a("init",(()=>{t.params.zoom.enabled&&I()})),a("destroy",(()=>{L()})),a("touchStart",((e,s)=>{t.zoom.enabled&&function(e){const s=t.device;m.$imageEl&&0!==m.$imageEl.length&&(f.isTouched||(s.android&&e.cancelable&&e.preventDefault(),f.isTouched=!0,f.touchesStart.x="touchstart"===e.type?e.targetTouches[0].pageX:e.pageX,f.touchesStart.y="touchstart"===e.type?e.targetTouches[0].pageY:e.pageY))}(s)})),a("touchEnd",((e,s)=>{t.zoom.enabled&&function(){const e=t.zoom;if(!m.$imageEl||0===m.$imageEl.length)return;if(!f.isTouched||!f.isMoved)return f.isTouched=!1,void(f.isMoved=!1);f.isTouched=!1,f.isMoved=!1;let s=300,a=300;const i=g.x*s,r=f.currentX+i,n=g.y*a,l=f.currentY+n;0!==g.x&&(s=Math.abs((r-f.currentX)/g.x)),0!==g.y&&(a=Math.abs((l-f.currentY)/g.y));const o=Math.max(s,a);f.currentX=r,f.currentY=l;const d=f.width*e.scale,c=f.height*e.scale;f.minX=Math.min(m.slideWidth/2-d/2,0),f.maxX=-f.minX,f.minY=Math.min(m.slideHeight/2-c/2,0),f.maxY=-f.minY,f.currentX=Math.max(Math.min(f.currentX,f.maxX),f.minX),f.currentY=Math.max(Math.min(f.currentY,f.maxY),f.minY),m.$imageWrapEl.transition(o).transform(`translate3d(${f.currentX}px, ${f.currentY}px,0)`)}()})),a("doubleTap",((e,s)=>{!t.animating&&t.params.zoom.enabled&&t.zoom.enabled&&t.params.zoom.toggle&&S(s)})),a("transitionEnd",(()=>{t.zoom.enabled&&t.params.zoom.enabled&&T()})),a("slideChange",(()=>{t.zoom.enabled&&t.params.zoom.enabled&&t.params.cssMode&&T()})),Object.assign(t.zoom,{enable:I,disable:L,in:C,out:$,toggle:S})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;s({lazy:{checkInView:!1,enabled:!1,loadPrevNext:!1,loadPrevNextAmount:1,loadOnTransitionStart:!1,scrollingElement:"",elementClass:"swiper-lazy",loadingClass:"swiper-lazy-loading",loadedClass:"swiper-lazy-loaded",preloaderClass:"swiper-lazy-preloader"}}),t.lazy={};let n=!1,l=!1;function o(e,s){void 0===s&&(s=!0);const a=t.params.lazy;if(void 0===e)return;if(0===t.slides.length)return;const r=t.virtual&&t.params.virtual.enabled?t.$wrapperEl.children(`.${t.params.slideClass}[data-swiper-slide-index="${e}"]`):t.slides.eq(e),n=r.find(`.${a.elementClass}:not(.${a.loadedClass}):not(.${a.loadingClass})`);!r.hasClass(a.elementClass)||r.hasClass(a.loadedClass)||r.hasClass(a.loadingClass)||n.push(r[0]),0!==n.length&&n.each((e=>{const n=d(e);n.addClass(a.loadingClass);const l=n.attr("data-background"),c=n.attr("data-src"),p=n.attr("data-srcset"),u=n.attr("data-sizes"),h=n.parent("picture");t.loadImage(n[0],c||l,p,u,!1,(()=>{if(null!=t&&t&&(!t||t.params)&&!t.destroyed){if(l?(n.css("background-image",`url("${l}")`),n.removeAttr("data-background")):(p&&(n.attr("srcset",p),n.removeAttr("data-srcset")),u&&(n.attr("sizes",u),n.removeAttr("data-sizes")),h.length&&h.children("source").each((e=>{const t=d(e);t.attr("data-srcset")&&(t.attr("srcset",t.attr("data-srcset")),t.removeAttr("data-srcset"))})),c&&(n.attr("src",c),n.removeAttr("data-src"))),n.addClass(a.loadedClass).removeClass(a.loadingClass),r.find(`.${a.preloaderClass}`).remove(),t.params.loop&&s){const e=r.attr("data-swiper-slide-index");if(r.hasClass(t.params.slideDuplicateClass)){o(t.$wrapperEl.children(`[data-swiper-slide-index="${e}"]:not(.${t.params.slideDuplicateClass})`).index(),!1)}else{o(t.$wrapperEl.children(`.${t.params.slideDuplicateClass}[data-swiper-slide-index="${e}"]`).index(),!1)}}i("lazyImageReady",r[0],n[0]),t.params.autoHeight&&t.updateAutoHeight()}})),i("lazyImageLoad",r[0],n[0])}))}function c(){const{$wrapperEl:e,params:s,slides:a,activeIndex:i}=t,r=t.virtual&&s.virtual.enabled,n=s.lazy;let c=s.slidesPerView;function p(t){if(r){if(e.children(`.${s.slideClass}[data-swiper-slide-index="${t}"]`).length)return!0}else if(a[t])return!0;return!1}function u(e){return r?d(e).attr("data-swiper-slide-index"):d(e).index()}if("auto"===c&&(c=0),l||(l=!0),t.params.watchSlidesProgress)e.children(`.${s.slideVisibleClass}`).each((e=>{o(r?d(e).attr("data-swiper-slide-index"):d(e).index())}));else if(c>1)for(let e=i;e1||n.loadPrevNextAmount&&n.loadPrevNextAmount>1){const e=n.loadPrevNextAmount,t=c,s=Math.min(i+t+Math.max(e,t),a.length),r=Math.max(i-Math.max(t,e),0);for(let e=i+c;e0&&o(u(t));const a=e.children(`.${s.slidePrevClass}`);a.length>0&&o(u(a))}}function p(){const e=r();if(!t||t.destroyed)return;const s=t.params.lazy.scrollingElement?d(t.params.lazy.scrollingElement):d(e),a=s[0]===e,i=a?e.innerWidth:s[0].offsetWidth,l=a?e.innerHeight:s[0].offsetHeight,o=t.$el.offset(),{rtlTranslate:u}=t;let h=!1;u&&(o.left-=t.$el[0].scrollLeft);const m=[[o.left,o.top],[o.left+t.width,o.top],[o.left,o.top+t.height],[o.left+t.width,o.top+t.height]];for(let e=0;e=0&&t[0]<=i&&t[1]>=0&&t[1]<=l){if(0===t[0]&&0===t[1])continue;h=!0}}const f=!("touchstart"!==t.touchEvents.start||!t.support.passiveListener||!t.params.passiveListeners)&&{passive:!0,capture:!1};h?(c(),s.off("scroll",p,f)):n||(n=!0,s.on("scroll",p,f))}a("beforeInit",(()=>{t.params.lazy.enabled&&t.params.preloadImages&&(t.params.preloadImages=!1)})),a("init",(()=>{t.params.lazy.enabled&&(t.params.lazy.checkInView?p():c())})),a("scroll",(()=>{t.params.freeMode&&t.params.freeMode.enabled&&!t.params.freeMode.sticky&&c()})),a("scrollbarDragMove resize _freeModeNoMomentumRelease",(()=>{t.params.lazy.enabled&&(t.params.lazy.checkInView?p():c())})),a("transitionStart",(()=>{t.params.lazy.enabled&&(t.params.lazy.loadOnTransitionStart||!t.params.lazy.loadOnTransitionStart&&!l)&&(t.params.lazy.checkInView?p():c())})),a("transitionEnd",(()=>{t.params.lazy.enabled&&!t.params.lazy.loadOnTransitionStart&&(t.params.lazy.checkInView?p():c())})),a("slideChange",(()=>{const{lazy:e,cssMode:s,watchSlidesProgress:a,touchReleaseOnEdges:i,resistanceRatio:r}=t.params;e.enabled&&(s||a&&(i||0===r))&&c()})),Object.assign(t.lazy,{load:c,loadInSlide:o})},function(e){let{swiper:t,extendParams:s,on:a}=e;function i(e,t){const s=function(){let e,t,s;return(a,i)=>{for(t=-1,e=a.length;e-t>1;)s=e+t>>1,a[s]<=i?t=s:e=s;return e}}();let a,i;return this.x=e,this.y=t,this.lastIndex=e.length-1,this.interpolate=function(e){return e?(i=s(this.x,e),a=i-1,(e-this.x[a])*(this.y[i]-this.y[a])/(this.x[i]-this.x[a])+this.y[a]):0},this}function r(){t.controller.control&&t.controller.spline&&(t.controller.spline=void 0,delete t.controller.spline)}s({controller:{control:void 0,inverse:!1,by:"slide"}}),t.controller={control:void 0},a("beforeInit",(()=>{t.controller.control=t.params.controller.control})),a("update",(()=>{r()})),a("resize",(()=>{r()})),a("observerUpdate",(()=>{r()})),a("setTranslate",((e,s,a)=>{t.controller.control&&t.controller.setTranslate(s,a)})),a("setTransition",((e,s,a)=>{t.controller.control&&t.controller.setTransition(s,a)})),Object.assign(t.controller,{setTranslate:function(e,s){const a=t.controller.control;let r,n;const l=t.constructor;function o(e){const s=t.rtlTranslate?-t.translate:t.translate;"slide"===t.params.controller.by&&(!function(e){t.controller.spline||(t.controller.spline=t.params.loop?new i(t.slidesGrid,e.slidesGrid):new i(t.snapGrid,e.snapGrid))}(e),n=-t.controller.spline.interpolate(-s)),n&&"container"!==t.params.controller.by||(r=(e.maxTranslate()-e.minTranslate())/(t.maxTranslate()-t.minTranslate()),n=(s-t.minTranslate())*r+e.minTranslate()),t.params.controller.inverse&&(n=e.maxTranslate()-n),e.updateProgress(n),e.setTranslate(n,t),e.updateActiveIndex(),e.updateSlidesClasses()}if(Array.isArray(a))for(let e=0;e{s.updateAutoHeight()})),s.$wrapperEl.transitionEnd((()=>{i&&(s.params.loop&&"slide"===t.params.controller.by&&s.loopFix(),s.transitionEnd())})))}if(Array.isArray(i))for(r=0;r{n(e),"BUTTON"!==e[0].tagName&&(o(e,"button"),e.on("keydown",m)),p(e,s),function(e,t){e.attr("aria-controls",t)}(e,t)},w=e=>{const s=e.target.closest(`.${t.params.slideClass}`);if(!s||!t.slides.includes(s))return;const a=t.slides.indexOf(s)===t.activeIndex,i=t.params.watchSlidesProgress&&t.visibleSlides&&t.visibleSlides.includes(s);a||i||t.slideTo(t.slides.indexOf(s),0)};function b(){const e=t.params.a11y;t.$el.append(i);const s=t.$el;e.containerRoleDescriptionMessage&&c(s,e.containerRoleDescriptionMessage),e.containerMessage&&p(s,e.containerMessage);const a=t.$wrapperEl,r=a.attr("id")||`swiper-wrapper-${n=16,void 0===n&&(n=16),"x".repeat(n).replace(/x/g,(()=>Math.round(16*Math.random()).toString(16)))}`;var n;const l=t.params.autoplay&&t.params.autoplay.enabled?"off":"polite";var u;u=r,a.attr("id",u),function(e,t){e.attr("aria-live",t)}(a,l),e.itemRoleDescriptionMessage&&c(d(t.slides),e.itemRoleDescriptionMessage),o(d(t.slides),e.slideRole);const h=t.params.loop?t.slides.filter((e=>!e.classList.contains(t.params.slideDuplicateClass))).length:t.slides.length;let f,b;t.slides.each(((s,a)=>{const i=d(s),r=t.params.loop?parseInt(i.attr("data-swiper-slide-index"),10):a;p(i,e.slideLabelMessage.replace(/\{\{index\}\}/,r+1).replace(/\{\{slidesLength\}\}/,h))})),t.navigation&&t.navigation.$nextEl&&(f=t.navigation.$nextEl),t.navigation&&t.navigation.$prevEl&&(b=t.navigation.$prevEl),f&&f.length&&v(f,r,e.nextSlideMessage),b&&b.length&&v(b,r,e.prevSlideMessage),g()&&t.pagination.$el.on("keydown",U(t.params.pagination.bulletClass),m),t.$el.on("focus",w,!0)}a("beforeInit",(()=>{i=d(``)})),a("afterInit",(()=>{t.params.a11y.enabled&&b()})),a("fromEdge toEdge afterInit lock unlock",(()=>{t.params.a11y.enabled&&function(){if(t.params.loop||t.params.rewind||!t.navigation)return;const{$nextEl:e,$prevEl:s}=t.navigation;s&&s.length>0&&(t.isBeginning?(u(s),l(s)):(h(s),n(s))),e&&e.length>0&&(t.isEnd?(u(e),l(e)):(h(e),n(e)))}()})),a("paginationUpdate",(()=>{t.params.a11y.enabled&&function(){const e=t.params.a11y;f()&&t.pagination.bullets.each((s=>{const a=d(s);t.params.pagination.clickable&&(n(a),t.params.pagination.renderBullet||(o(a,"button"),p(a,e.paginationBulletMessage.replace(/\{\{index\}\}/,a.index()+1)))),a.is(`.${t.params.pagination.bulletActiveClass}`)?a.attr("aria-current","true"):a.removeAttr("aria-current")}))}()})),a("destroy",(()=>{t.params.a11y.enabled&&function(){let e,s;i&&i.length>0&&i.remove(),t.navigation&&t.navigation.$nextEl&&(e=t.navigation.$nextEl),t.navigation&&t.navigation.$prevEl&&(s=t.navigation.$prevEl),e&&e.off("keydown",m),s&&s.off("keydown",m),g()&&t.pagination.$el.off("keydown",U(t.params.pagination.bulletClass),m),t.$el.off("focus",w,!0)}()}))},function(e){let{swiper:t,extendParams:s,on:a}=e;s({history:{enabled:!1,root:"",replaceState:!1,key:"slides"}});let i=!1,n={};const l=e=>e.toString().replace(/\s+/g,"-").replace(/[^\w-]+/g,"").replace(/--+/g,"-").replace(/^-+/,"").replace(/-+$/,""),o=e=>{const t=r();let s;s=e?new URL(e):t.location;const a=s.pathname.slice(1).split("/").filter((e=>""!==e)),i=a.length;return{key:a[i-2],value:a[i-1]}},d=(e,s)=>{const a=r();if(!i||!t.params.history.enabled)return;let n;n=t.params.url?new URL(t.params.url):a.location;const o=t.slides.eq(s);let d=l(o.attr("data-history"));if(t.params.history.root.length>0){let s=t.params.history.root;"/"===s[s.length-1]&&(s=s.slice(0,s.length-1)),d=`${s}/${e}/${d}`}else n.pathname.includes(e)||(d=`${e}/${d}`);const c=a.history.state;c&&c.value===d||(t.params.history.replaceState?a.history.replaceState({value:d},null,d):a.history.pushState({value:d},null,d))},c=(e,s,a)=>{if(s)for(let i=0,r=t.slides.length;i{n=o(t.params.url),c(t.params.speed,t.paths.value,!1)};a("init",(()=>{t.params.history.enabled&&(()=>{const e=r();if(t.params.history){if(!e.history||!e.history.pushState)return t.params.history.enabled=!1,void(t.params.hashNavigation.enabled=!0);i=!0,n=o(t.params.url),(n.key||n.value)&&(c(0,n.value,t.params.runCallbacksOnInit),t.params.history.replaceState||e.addEventListener("popstate",p))}})()})),a("destroy",(()=>{t.params.history.enabled&&(()=>{const e=r();t.params.history.replaceState||e.removeEventListener("popstate",p)})()})),a("transitionEnd _freeModeNoMomentumRelease",(()=>{i&&d(t.params.history.key,t.activeIndex)})),a("slideChange",(()=>{i&&t.params.cssMode&&d(t.params.history.key,t.activeIndex)}))},function(e){let{swiper:t,extendParams:s,emit:i,on:n}=e,l=!1;const o=a(),c=r();s({hashNavigation:{enabled:!1,replaceState:!1,watchState:!1}});const p=()=>{i("hashChange");const e=o.location.hash.replace("#","");if(e!==t.slides.eq(t.activeIndex).attr("data-hash")){const s=t.$wrapperEl.children(`.${t.params.slideClass}[data-hash="${e}"]`).index();if(void 0===s)return;t.slideTo(s)}},u=()=>{if(l&&t.params.hashNavigation.enabled)if(t.params.hashNavigation.replaceState&&c.history&&c.history.replaceState)c.history.replaceState(null,null,`#${t.slides.eq(t.activeIndex).attr("data-hash")}`||""),i("hashSet");else{const e=t.slides.eq(t.activeIndex),s=e.attr("data-hash")||e.attr("data-history");o.location.hash=s||"",i("hashSet")}};n("init",(()=>{t.params.hashNavigation.enabled&&(()=>{if(!t.params.hashNavigation.enabled||t.params.history&&t.params.history.enabled)return;l=!0;const e=o.location.hash.replace("#","");if(e){const s=0;for(let a=0,i=t.slides.length;a{t.params.hashNavigation.enabled&&t.params.hashNavigation.watchState&&d(c).off("hashchange",p)})),n("transitionEnd _freeModeNoMomentumRelease",(()=>{l&&u()})),n("slideChange",(()=>{l&&t.params.cssMode&&u()}))},function(e){let t,{swiper:s,extendParams:i,on:r,emit:n}=e;function l(){const e=s.slides.eq(s.activeIndex);let a=s.params.autoplay.delay;e.attr("data-swiper-autoplay")&&(a=e.attr("data-swiper-autoplay")||s.params.autoplay.delay),clearTimeout(t),t=p((()=>{let e;s.params.autoplay.reverseDirection?s.params.loop?(s.loopFix(),e=s.slidePrev(s.params.speed,!0,!0),n("autoplay")):s.isBeginning?s.params.autoplay.stopOnLastSlide?d():(e=s.slideTo(s.slides.length-1,s.params.speed,!0,!0),n("autoplay")):(e=s.slidePrev(s.params.speed,!0,!0),n("autoplay")):s.params.loop?(s.loopFix(),e=s.slideNext(s.params.speed,!0,!0),n("autoplay")):s.isEnd?s.params.autoplay.stopOnLastSlide?d():(e=s.slideTo(0,s.params.speed,!0,!0),n("autoplay")):(e=s.slideNext(s.params.speed,!0,!0),n("autoplay")),(s.params.cssMode&&s.autoplay.running||!1===e)&&l()}),a)}function o(){return void 0===t&&(!s.autoplay.running&&(s.autoplay.running=!0,n("autoplayStart"),l(),!0))}function d(){return!!s.autoplay.running&&(void 0!==t&&(t&&(clearTimeout(t),t=void 0),s.autoplay.running=!1,n("autoplayStop"),!0))}function c(e){s.autoplay.running&&(s.autoplay.paused||(t&&clearTimeout(t),s.autoplay.paused=!0,0!==e&&s.params.autoplay.waitForTransition?["transitionend","webkitTransitionEnd"].forEach((e=>{s.$wrapperEl[0].addEventListener(e,h)})):(s.autoplay.paused=!1,l())))}function u(){const e=a();"hidden"===e.visibilityState&&s.autoplay.running&&c(),"visible"===e.visibilityState&&s.autoplay.paused&&(l(),s.autoplay.paused=!1)}function h(e){s&&!s.destroyed&&s.$wrapperEl&&e.target===s.$wrapperEl[0]&&(["transitionend","webkitTransitionEnd"].forEach((e=>{s.$wrapperEl[0].removeEventListener(e,h)})),s.autoplay.paused=!1,s.autoplay.running?l():d())}function m(){s.params.autoplay.disableOnInteraction?d():(n("autoplayPause"),c()),["transitionend","webkitTransitionEnd"].forEach((e=>{s.$wrapperEl[0].removeEventListener(e,h)}))}function f(){s.params.autoplay.disableOnInteraction||(s.autoplay.paused=!1,n("autoplayResume"),l())}s.autoplay={running:!1,paused:!1},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!0,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}}),r("init",(()=>{if(s.params.autoplay.enabled){o();a().addEventListener("visibilitychange",u),s.params.autoplay.pauseOnMouseEnter&&(s.$el.on("mouseenter",m),s.$el.on("mouseleave",f))}})),r("beforeTransitionStart",((e,t,a)=>{s.autoplay.running&&(a||!s.params.autoplay.disableOnInteraction?s.autoplay.pause(t):d())})),r("sliderFirstMove",(()=>{s.autoplay.running&&(s.params.autoplay.disableOnInteraction?d():c())})),r("touchEnd",(()=>{s.params.cssMode&&s.autoplay.paused&&!s.params.autoplay.disableOnInteraction&&l()})),r("destroy",(()=>{s.$el.off("mouseenter",m),s.$el.off("mouseleave",f),s.autoplay.running&&d();a().removeEventListener("visibilitychange",u)})),Object.assign(s.autoplay,{pause:c,run:l,start:o,stop:d})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({thumbs:{swiper:null,multipleActiveThumbs:!0,autoScrollOffset:0,slideThumbActiveClass:"swiper-slide-thumb-active",thumbsContainerClass:"swiper-thumbs"}});let i=!1,r=!1;function n(){const e=t.thumbs.swiper;if(!e)return;const s=e.clickedIndex,a=e.clickedSlide;if(a&&d(a).hasClass(t.params.thumbs.slideThumbActiveClass))return;if(null==s)return;let i;if(i=e.params.loop?parseInt(d(e.clickedSlide).attr("data-swiper-slide-index"),10):s,t.params.loop){let e=t.activeIndex;t.slides.eq(e).hasClass(t.params.slideDuplicateClass)&&(t.loopFix(),t._clientLeft=t.$wrapperEl[0].clientLeft,e=t.activeIndex);const s=t.slides.eq(e).prevAll(`[data-swiper-slide-index="${i}"]`).eq(0).index(),a=t.slides.eq(e).nextAll(`[data-swiper-slide-index="${i}"]`).eq(0).index();i=void 0===s?a:void 0===a?s:a-e1?a:o:a-ot.previousIndex?"next":"prev"}else n=t.realIndex,l=n>t.previousIndex?"next":"prev";r&&(n+="next"===l?i:-1*i),s.visibleSlidesIndexes&&s.visibleSlidesIndexes.indexOf(n)<0&&(s.params.centeredSlides?n=n>o?n-Math.floor(a/2)+1:n+Math.floor(a/2)-1:n>o&&s.params.slidesPerGroup,s.slideTo(n,e?0:void 0))}let n=1;const l=t.params.thumbs.slideThumbActiveClass;if(t.params.slidesPerView>1&&!t.params.centeredSlides&&(n=t.params.slidesPerView),t.params.thumbs.multipleActiveThumbs||(n=1),n=Math.floor(n),s.slides.removeClass(l),s.params.loop||s.params.virtual&&s.params.virtual.enabled)for(let e=0;e{const{thumbs:e}=t.params;e&&e.swiper&&(l(),o(!0))})),a("slideChange update resize observerUpdate",(()=>{t.thumbs.swiper&&o()})),a("setTransition",((e,s)=>{const a=t.thumbs.swiper;a&&a.setTransition(s)})),a("beforeDestroy",(()=>{const e=t.thumbs.swiper;e&&r&&e&&e.destroy()})),Object.assign(t.thumbs,{init:l,update:o})},function(e){let{swiper:t,extendParams:s,emit:a,once:i}=e;s({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}}),Object.assign(t,{freeMode:{onTouchStart:function(){const e=t.getTranslate();t.setTranslate(e),t.setTransition(0),t.touchEventsData.velocities.length=0,t.freeMode.onTouchEnd({currentPos:t.rtl?t.translate:-t.translate})},onTouchMove:function(){const{touchEventsData:e,touches:s}=t;0===e.velocities.length&&e.velocities.push({position:s[t.isHorizontal()?"startX":"startY"],time:e.touchStartTime}),e.velocities.push({position:s[t.isHorizontal()?"currentX":"currentY"],time:u()})},onTouchEnd:function(e){let{currentPos:s}=e;const{params:r,$wrapperEl:n,rtlTranslate:l,snapGrid:o,touchEventsData:d}=t,c=u()-d.touchStartTime;if(s<-t.minTranslate())t.slideTo(t.activeIndex);else if(s>-t.maxTranslate())t.slides.length1){const e=d.velocities.pop(),s=d.velocities.pop(),a=e.position-s.position,i=e.time-s.time;t.velocity=a/i,t.velocity/=2,Math.abs(t.velocity)150||u()-e.time>300)&&(t.velocity=0)}else t.velocity=0;t.velocity*=r.freeMode.momentumVelocityRatio,d.velocities.length=0;let e=1e3*r.freeMode.momentumRatio;const s=t.velocity*e;let c=t.translate+s;l&&(c=-c);let p,h=!1;const m=20*Math.abs(t.velocity)*r.freeMode.momentumBounceRatio;let f;if(ct.minTranslate())r.freeMode.momentumBounce?(c-t.minTranslate()>m&&(c=t.minTranslate()+m),p=t.minTranslate(),h=!0,d.allowMomentumBounce=!0):c=t.minTranslate(),r.loop&&r.centeredSlides&&(f=!0);else if(r.freeMode.sticky){let e;for(let t=0;t-c){e=t;break}c=Math.abs(o[e]-c){t.loopFix()})),0!==t.velocity){if(e=l?Math.abs((-c-t.translate)/t.velocity):Math.abs((c-t.translate)/t.velocity),r.freeMode.sticky){const s=Math.abs((l?-c:c)-t.translate),a=t.slidesSizesGrid[t.activeIndex];e=s{t&&!t.destroyed&&d.allowMomentumBounce&&(a("momentumBounce"),t.setTransition(r.speed),setTimeout((()=>{t.setTranslate(p),n.transitionEnd((()=>{t&&!t.destroyed&&t.transitionEnd()}))}),0))}))):t.velocity?(a("_freeModeNoMomentumRelease"),t.updateProgress(c),t.setTransition(e),t.setTranslate(c),t.transitionStart(!0,t.swipeDirection),t.animating||(t.animating=!0,n.transitionEnd((()=>{t&&!t.destroyed&&t.transitionEnd()})))):t.updateProgress(c),t.updateActiveIndex(),t.updateSlidesClasses()}else{if(r.freeMode.sticky)return void t.slideToClosest();r.freeMode&&a("_freeModeNoMomentumRelease")}(!r.freeMode.momentum||c>=r.longSwipesMs)&&(t.updateProgress(),t.updateActiveIndex(),t.updateSlidesClasses())}}}})},function(e){let t,s,a,{swiper:i,extendParams:r}=e;r({grid:{rows:1,fill:"column"}}),i.grid={initSlides:e=>{const{slidesPerView:r}=i.params,{rows:n,fill:l}=i.params.grid;s=t/n,a=Math.floor(e/n),t=Math.floor(e/n)===e/n?e:Math.ceil(e/n)*n,"auto"!==r&&"row"===l&&(t=Math.max(t,r*n))},updateSlide:(e,r,n,l)=>{const{slidesPerGroup:o,spaceBetween:d}=i.params,{rows:c,fill:p}=i.params.grid;let u,h,m;if("row"===p&&o>1){const s=Math.floor(e/(o*c)),a=e-c*o*s,i=0===s?o:Math.min(Math.ceil((n-s*c*o)/c),o);m=Math.floor(a/i),h=a-m*i+s*o,u=h+m*t/c,r.css({"-webkit-order":u,order:u})}else"column"===p?(h=Math.floor(e/c),m=e-h*c,(h>a||h===a&&m===c-1)&&(m+=1,m>=c&&(m=0,h+=1))):(m=Math.floor(e/s),h=e-m*s);r.css(l("margin-top"),0!==m?d&&`${d}px`:"")},updateWrapperSize:(e,s,a)=>{const{spaceBetween:r,centeredSlides:n,roundLengths:l}=i.params,{rows:o}=i.params.grid;if(i.virtualSize=(e+r)*t,i.virtualSize=Math.ceil(i.virtualSize/o)-r,i.$wrapperEl.css({[a("width")]:`${i.virtualSize+r}px`}),n){s.splice(0,s.length);const e=[];for(let t=0;t{const{slides:e}=t,s=t.params.fadeEffect;for(let a=0;a{const{transformEl:s}=t.params.fadeEffect;(s?t.slides.find(s):t.slides).transition(e),ae({swiper:t,duration:e,transformEl:s,allSlides:!0})},overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!t.params.cssMode})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({cubeEffect:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94}}),te({effect:"cube",swiper:t,on:a,setTranslate:()=>{const{$el:e,$wrapperEl:s,slides:a,width:i,height:r,rtlTranslate:n,size:l,browser:o}=t,c=t.params.cubeEffect,p=t.isHorizontal(),u=t.virtual&&t.params.virtual.enabled;let h,m=0;c.shadow&&(p?(h=s.find(".swiper-cube-shadow"),0===h.length&&(h=d('
'),s.append(h)),h.css({height:`${i}px`})):(h=e.find(".swiper-cube-shadow"),0===h.length&&(h=d('
'),e.append(h))));for(let e=0;e-1&&(m=90*s+90*o,n&&(m=90*-s-90*o)),t.transform(v),c.slideShadows){let e=p?t.find(".swiper-slide-shadow-left"):t.find(".swiper-slide-shadow-top"),s=p?t.find(".swiper-slide-shadow-right"):t.find(".swiper-slide-shadow-bottom");0===e.length&&(e=d(`
`),t.append(e)),0===s.length&&(s=d(`
`),t.append(s)),e.length&&(e[0].style.opacity=Math.max(-o,0)),s.length&&(s[0].style.opacity=Math.max(o,0))}}if(s.css({"-webkit-transform-origin":`50% 50% -${l/2}px`,"transform-origin":`50% 50% -${l/2}px`}),c.shadow)if(p)h.transform(`translate3d(0px, ${i/2+c.shadowOffset}px, ${-i/2}px) rotateX(90deg) rotateZ(0deg) scale(${c.shadowScale})`);else{const e=Math.abs(m)-90*Math.floor(Math.abs(m)/90),t=1.5-(Math.sin(2*e*Math.PI/360)/2+Math.cos(2*e*Math.PI/360)/2),s=c.shadowScale,a=c.shadowScale/t,i=c.shadowOffset;h.transform(`scale3d(${s}, 1, ${a}) translate3d(0px, ${r/2+i}px, ${-r/2/a}px) rotateX(-90deg)`)}const f=o.isSafari||o.isWebView?-l/2:0;s.transform(`translate3d(0px,0,${f}px) rotateX(${t.isHorizontal()?0:m}deg) rotateY(${t.isHorizontal()?-m:0}deg)`)},setTransition:e=>{const{$el:s,slides:a}=t;a.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),t.params.cubeEffect.shadow&&!t.isHorizontal()&&s.find(".swiper-cube-shadow").transition(e)},perspective:()=>!0,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,resistanceRatio:0,spaceBetween:0,centeredSlides:!1,virtualTranslate:!0})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({flipEffect:{slideShadows:!0,limitRotation:!0,transformEl:null}}),te({effect:"flip",swiper:t,on:a,setTranslate:()=>{const{slides:e,rtlTranslate:s}=t,a=t.params.flipEffect;for(let i=0;i{const{transformEl:s}=t.params.flipEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),ae({swiper:t,duration:e,transformEl:s})},perspective:()=>!0,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!t.params.cssMode})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({coverflowEffect:{rotate:50,stretch:0,depth:100,scale:1,modifier:1,slideShadows:!0,transformEl:null}}),te({effect:"coverflow",swiper:t,on:a,setTranslate:()=>{const{width:e,height:s,slides:a,slidesSizesGrid:i}=t,r=t.params.coverflowEffect,n=t.isHorizontal(),l=t.translate,o=n?e/2-l:s/2-l,d=n?r.rotate:-r.rotate,c=r.depth;for(let e=0,t=a.length;e0?p:0),s.length&&(s[0].style.opacity=-p>0?-p:0)}}},setTransition:e=>{const{transformEl:s}=t.params.coverflowEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e)},perspective:()=>!0,overwriteParams:()=>({watchSlidesProgress:!0})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({creativeEffect:{transformEl:null,limitProgress:1,shadowPerProgress:!1,progressMultiplier:1,perspective:!0,prev:{translate:[0,0,0],rotate:[0,0,0],opacity:1,scale:1},next:{translate:[0,0,0],rotate:[0,0,0],opacity:1,scale:1}}});const i=e=>"string"==typeof e?e:`${e}px`;te({effect:"creative",swiper:t,on:a,setTranslate:()=>{const{slides:e,$wrapperEl:s,slidesSizesGrid:a}=t,r=t.params.creativeEffect,{progressMultiplier:n}=r,l=t.params.centeredSlides;if(l){const e=a[0]/2-t.params.slidesOffsetBefore||0;s.transform(`translateX(calc(50% - ${e}px))`)}for(let s=0;s0&&(f=r.prev,m=!0),u.forEach(((e,t)=>{u[t]=`calc(${e}px + (${i(f.translate[t])} * ${Math.abs(d*n)}))`})),h.forEach(((e,t)=>{h[t]=f.rotate[t]*Math.abs(d*n)})),a[0].style.zIndex=-Math.abs(Math.round(o))+e.length;const g=u.join(", "),v=`rotateX(${h[0]}deg) rotateY(${h[1]}deg) rotateZ(${h[2]}deg)`,w=c<0?`scale(${1+(1-f.scale)*c*n})`:`scale(${1-(1-f.scale)*c*n})`,b=c<0?1+(1-f.opacity)*c*n:1-(1-f.opacity)*c*n,x=`translate3d(${g}) ${v} ${w}`;if(m&&f.shadow||!m){let e=a.children(".swiper-slide-shadow");if(0===e.length&&f.shadow&&(e=ie(r,a)),e.length){const t=r.shadowPerProgress?d*(1/r.limitProgress):d;e[0].style.opacity=Math.min(Math.max(Math.abs(t),0),1)}}const y=se(r,a);y.transform(x).css({opacity:b}),f.origin&&y.css("transform-origin",f.origin)}},setTransition:e=>{const{transformEl:s}=t.params.creativeEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow").transition(e),ae({swiper:t,duration:e,transformEl:s,allSlides:!0})},perspective:()=>t.params.creativeEffect.perspective,overwriteParams:()=>({watchSlidesProgress:!0,virtualTranslate:!t.params.cssMode})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({cardsEffect:{slideShadows:!0,transformEl:null}}),te({effect:"cards",swiper:t,on:a,setTranslate:()=>{const{slides:e,activeIndex:s}=t,a=t.params.cardsEffect,{startTranslate:i,isTouched:r}=t.touchEventsData,n=t.translate;for(let l=0;l0&&c<1&&(r||t.params.cssMode)&&n-1&&(r||t.params.cssMode)&&n>i;if(b||x){const e=(1-Math.abs((Math.abs(c)-.5)/.5))**.5;g+=-28*c*e,f+=-.5*e,v+=96*e,h=-25*e*Math.abs(c)+"%"}if(u=c<0?`calc(${u}px + (${v*Math.abs(c)}%))`:c>0?`calc(${u}px + (-${v*Math.abs(c)}%))`:`${u}px`,!t.isHorizontal()){const e=h;h=u,u=e}const y=`\n translate3d(${u}, ${h}, ${m}px)\n rotateZ(${g}deg)\n scale(${c<0?""+(1+(1-f)*c):""+(1-(1-f)*c)})\n `;if(a.slideShadows){let e=o.find(".swiper-slide-shadow");0===e.length&&(e=ie(a,o)),e.length&&(e[0].style.opacity=Math.min(Math.max((Math.abs(c)-.5)/.5,0),1))}o[0].style.zIndex=-Math.abs(Math.round(d))+e.length;se(a,o).transform(y)}},setTransition:e=>{const{transformEl:s}=t.params.cardsEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow").transition(e),ae({swiper:t,duration:e,transformEl:s})},perspective:()=>!0,overwriteParams:()=>({watchSlidesProgress:!0,virtualTranslate:!t.params.cssMode})})}];return V.use(re),V})); \ No newline at end of file diff --git a/src/layouts/Layout_2.astro b/src/layouts/Layout_2.astro index 980022d..6cf1cd4 100644 --- a/src/layouts/Layout_2.astro +++ b/src/layouts/Layout_2.astro @@ -7,6 +7,7 @@ import '../styles/template_2/nav.css' const { description = '', title = '', keywords = '', breadcrumb = [] } = Astro.props; import {getConfig} from '../../utils/config' const config = getConfig(Astro) +console.log(config) --- diff --git a/src/layouts/Layout_3.astro b/src/layouts/Layout_3.astro new file mode 100644 index 0000000..cf013b9 --- /dev/null +++ b/src/layouts/Layout_3.astro @@ -0,0 +1,163 @@ +--- +const { description = '', title = '', keywords = '', breadcrumb = [] } = Astro.props; +import {getConfig, getTp3Extra} from '../../utils/config' +import { Image } from 'astro:assets'; +const config = getConfig(Astro) +const extra = getTp3Extra(config.app_extra_tag) +import BaijiahaoLogo from '../../public/common/baijiahao.svg' +import Toutiaohao from '../../public/common/toutiaohao.svg' +import Douyin from '../../public/common/douyin.svg' +import Weibo from '../../public/common/weibo.svg' + +import '../styles/template_3/icons.min.css' +import '../styles/template_3/style.css' +--- + + + + + + + + {title} + + + {config.app_baidu_zhanzhang ? : ''} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/middleware/index.ts b/src/middleware/index.ts index 361a63e..7a9d89c 100644 --- a/src/middleware/index.ts +++ b/src/middleware/index.ts @@ -32,9 +32,8 @@ export async function onRequest (context: any, next: any) { if (!context.locals.is_write) { context.locals.is_write = 1; - context.locals.template_number = 2; context.locals.template_config = data; - return context.rewrite('/template/' + context.locals.template_number + context.url.pathname); + return context.rewrite('/template/' + data.app_template + context.url.pathname); } return next(); diff --git a/src/pages/news/[...slug].astro b/src/pages/news/[...slug].astro index 16328ae..971ba2c 100644 --- a/src/pages/news/[...slug].astro +++ b/src/pages/news/[...slug].astro @@ -15,7 +15,6 @@ if (!data || code !== 0) { return Astro.redirect('/404'); } -console.log(data) ---
diff --git a/src/pages/template/2/news/[...slug].astro b/src/pages/template/2/news/[...slug].astro index c40a9e7..e27e9da 100644 --- a/src/pages/template/2/news/[...slug].astro +++ b/src/pages/template/2/news/[...slug].astro @@ -9,7 +9,7 @@ if (!slug) { return Astro.redirect('/404'); } -const {code, data} = await newsDetail(slug); +const {code, data} = await newsDetail(slug, config.id); if (!data || code !== 0) { return Astro.redirect('/404'); diff --git a/src/pages/template/3/about-us.astro b/src/pages/template/3/about-us.astro new file mode 100644 index 0000000..3124599 --- /dev/null +++ b/src/pages/template/3/about-us.astro @@ -0,0 +1,149 @@ +--- +import Layout from "../../../layouts/Layout_3.astro"; +import { getConfig, getExtra } from "../../../../utils/config"; +import { + TP2_COLUMN_ABOUT_US, + TP2_COLUMN_ABOUT_US_URL, + TP2_COLUMN_INDEX, + TP2_COLUMN_INDEX_URL, +} from "../../../../utils/const"; +const config = getConfig(Astro); +const extra = getExtra(config.app_extra_tag); +const breadcrumb = [ + { title: TP2_COLUMN_INDEX, url: TP2_COLUMN_INDEX_URL }, + { title: TP2_COLUMN_ABOUT_US, url: TP2_COLUMN_ABOUT_US_URL }, +]; +--- + + +
+
+
+ +
+
+
+

{extra.about_us.title}{config.app_name}

+
+
+
+
+
+
+ +
+
+
+
+
+
+ +

{config.app_company}

+
+
+
+
+
+
+
+ \ No newline at end of file diff --git a/src/pages/template/3/contact-us.astro b/src/pages/template/3/contact-us.astro new file mode 100644 index 0000000..b9bbc97 --- /dev/null +++ b/src/pages/template/3/contact-us.astro @@ -0,0 +1,206 @@ +--- +import Layout from "../../../layouts/Layout_3.astro"; +import { Image } from "astro:assets"; +import { getConfig, getExtra } from "../../../../utils/config"; +import { + TP2_COLUMN_CONTACT_US, + TP2_COLUMN_CONTACT_US_URL, + TP2_COLUMN_INDEX, + TP2_COLUMN_INDEX_URL, +} from "../../../../utils/const"; +import BaijiahaoLogo from '../../../../public/common/baijiahao.svg' +import Toutiaohao from '../../../../public/common/toutiaohao.svg' +import Douyin from '../../../../public/common/douyin.svg' +import Youxiang from '../../../../public/common/youxiang.svg' +const config = getConfig(Astro); +const extra = getExtra(config.app_extra_tag) +const breadcrumb = [ + { title: TP2_COLUMN_INDEX, url: TP2_COLUMN_INDEX_URL }, + { title: TP2_COLUMN_CONTACT_US, url: TP2_COLUMN_CONTACT_US_URL } +]; +// 页面描述 +const desc = extra.contact_us.telephone.map(item => item.number).join('; '); +--- + +
+
+

{extra.contact_us.title}

+ +
+

在线客服

+ + + {extra.contact_us.email.length > 0 ?

联系邮箱

: ''} + + +

官方媒体平台

+ +
+
+
+
+ \ No newline at end of file diff --git a/src/pages/template/3/index.astro b/src/pages/template/3/index.astro new file mode 100644 index 0000000..fc2ca31 --- /dev/null +++ b/src/pages/template/3/index.astro @@ -0,0 +1,370 @@ +--- +import "swiper/swiper-bundle.css"; +import Layout from "../../../layouts/Layout_3.astro"; +import ImageXiazai from '../../../../public/template_2/xiazai.svg'; +import { Image } from 'astro:assets'; +import { getConfig, getTp3Extra } from "../../../../utils/config"; +import { TP2_COLUMN_ABOUT_US, TP2_COLUMN_INDEX, TP2_COLUMN_INDEX_URL } from "../../../../utils/const"; +import { newsIndex } from "../../../../utils/rpc"; +const config = getConfig(Astro) +const extra = getTp3Extra(config.app_extra_tag); +const {code, data} = await newsIndex(config.id, 3); + +const breadcrumb = [{ + title: TP2_COLUMN_INDEX, + url: TP2_COLUMN_INDEX_URL +}] +--- + + + +
+
+ +
+
+ + {extra?.sc1?.text1} +

+ {extra?.sc1?.text2} {config.app_name}

+

{extra?.sc1?.text3}

+
+ +
+ + + + + + +
+
+ +
+
+ + +
+
+
+ {extra?.sc2?.text1} +

{extra?.sc2?.text2}

+

{extra?.sc2?.text3}

+
+ +
+ +
+
+
+ pic +
+
+

{extra?.sc2?.text4}

+

{extra?.sc2?.text5}

+
+ +
+
+
+ pic +
+
+

{extra?.sc2?.text6}

+

{extra?.sc2?.text7}

+
+ +
+
+
+ pic +
+
+

{extra?.sc2?.text8}

+

{extra?.sc2?.text9}

+
+ +
+
+
+ pic +
+
+

{extra?.sc2?.text10}

+

{extra?.sc2?.text11}

+
+ +
+
+
+ pic +
+
+

{extra?.sc2?.text12}

+

{extra?.sc2?.text13}

+
+ +
+
+
+ pic +
+
+

{extra?.sc2?.text14}

+

{extra?.sc2?.text15} +

+
+ +
+
+
+ pic +
+
+

{extra?.sc2?.text16}

+

{extra?.sc2?.text17}

+
+ +
+
+
+ pic +
+
+

{extra?.sc2?.text18}

+

{extra?.sc2?.text19}

+
+
+ +
+
+ + + +
+
+ +
+
+ feature section +
+ +
+ {extra?.sc3?.text1} +

{extra?.sc3?.text2}

+
+ + +
+
+
+ pic +
+
+ +
+

{extra?.sc3?.text3}

+

{extra?.sc3?.text4}

+
+
+ +
+
+
+ pic +
+
+ +
+

{extra?.sc3?.text5}

+

{extra?.sc3?.text6}

+
+ +
+ +
+
+
+ pic +
+
+ +
+

{extra?.sc3?.text7}

+

{extra?.sc3?.text8}

+
+ +
+
+
+
+
+ + + +
+
+ +
+
+
+ {extra?.sc5?.text1} +
+

{extra?.sc5?.text2}

+

{extra?.sc5?.text3}

+
+ +
+ feature-image +
+ +
+
+
+ + + + + + +
+
+
+
+ 评价 +

获得广泛好评

+
+
+ +
+
+
+
+ { + extra?.sc7?.text1?.map(item => { + return
+
+

{item?.title}

+

+ {item?.desc} +

+
+
+ }) + } +
+
+
+
+
+
+ + + +
+
+
+
+

{extra?.sc8?.text1}

+
+
+ +
+ { + extra?.sc8?.logo.map(item => { + return
+ +
+ }) + } +
+
+
+ + + +
+
+
+
+ {extra?.sc9?.text1} +

{extra?.sc9?.text2}

+
+
+ +
+ { + data.map(item => { + return
+
+ +
+
+
+ {item.title} +

{item.description}

+ +
+

{item.created_at}

+
+
+
+
+ }) + } +
+
+
+ +
+ \ No newline at end of file diff --git a/src/pages/template/3/news.astro b/src/pages/template/3/news.astro new file mode 100644 index 0000000..7b6ea01 --- /dev/null +++ b/src/pages/template/3/news.astro @@ -0,0 +1,224 @@ +--- +import Layout from '../../../layouts/Layout_3.astro'; +import { newsIndex } from '../../../../utils/rpc'; +import { getConfig } from '../../../../utils/config'; +import { TP2_COLUMN_NEWS, TP2_COLUMN_NEWS_URL, TP2_COLUMN_INDEX, TP2_COLUMN_INDEX_URL } from '../../../../utils/const'; +const config = getConfig(Astro) +const {code, data} = await newsIndex(config.id); +--- + +
+
+
+
+ +
+
+
+
+
+ diff --git a/src/pages/template/3/news/[...slug].astro b/src/pages/template/3/news/[...slug].astro new file mode 100644 index 0000000..d9f7abf --- /dev/null +++ b/src/pages/template/3/news/[...slug].astro @@ -0,0 +1,336 @@ +--- +import Layout from '../../../../layouts/Layout_3.astro'; +import { newsDetail } from '../../../../../utils/rpc'; +import { getConfig } from '../../../../../utils/config'; +import { TP2_COLUMN_NEWS, TP2_COLUMN_NEWS_URL } from '../../../../../utils/const'; +const { slug } = Astro.params; +const config = getConfig(Astro) +if (!slug) { + return Astro.redirect('/500'); +} + +const {code, data} = await newsDetail(slug, config.id); + +if (!data || code !== 0) { + return Astro.redirect('/404'); +} + +const breadcrumb = [{ + title: '主页', + url: '/' +}, {title: TP2_COLUMN_NEWS, url: TP2_COLUMN_NEWS_URL}, {title: data.title, url: 'javascript:void(0);'}] +--- + +
+
+
+ + + +
+
+
+ + + +
diff --git a/src/styles/template_3/icons.min.css b/src/styles/template_3/icons.min.css new file mode 100644 index 0000000..622d55b --- /dev/null +++ b/src/styles/template_3/icons.min.css @@ -0,0 +1 @@ +@charset "UTF-8";.mdi-set,.mdi:before{display:inline-block;font:24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing::before{content:"󰇉"}.mdi-abacus::before{content:"󱛠"}.mdi-abjad-arabic::before{content:"󱌨"}.mdi-abjad-hebrew::before{content:"󱌩"}.mdi-abugida-devanagari::before{content:"󱌪"}.mdi-abugida-thai::before{content:"󱌫"}.mdi-access-point::before{content:"󰀃"}.mdi-access-point-check::before{content:"󱔸"}.mdi-access-point-minus::before{content:"󱔹"}.mdi-access-point-network::before{content:"󰀂"}.mdi-access-point-network-off::before{content:"󰯡"}.mdi-access-point-off::before{content:"󱔑"}.mdi-access-point-plus::before{content:"󱔺"}.mdi-access-point-remove::before{content:"󱔻"}.mdi-account::before{content:"󰀄"}.mdi-account-alert::before{content:"󰀅"}.mdi-account-alert-outline::before{content:"󰭐"}.mdi-account-arrow-down::before{content:"󱡨"}.mdi-account-arrow-down-outline::before{content:"󱡩"}.mdi-account-arrow-left::before{content:"󰭑"}.mdi-account-arrow-left-outline::before{content:"󰭒"}.mdi-account-arrow-right::before{content:"󰭓"}.mdi-account-arrow-right-outline::before{content:"󰭔"}.mdi-account-arrow-up::before{content:"󱡧"}.mdi-account-arrow-up-outline::before{content:"󱡪"}.mdi-account-box::before{content:"󰀆"}.mdi-account-box-multiple::before{content:"󰤴"}.mdi-account-box-multiple-outline::before{content:"󱀊"}.mdi-account-box-outline::before{content:"󰀇"}.mdi-account-cancel::before{content:"󱋟"}.mdi-account-cancel-outline::before{content:"󱋠"}.mdi-account-cash::before{content:"󱂗"}.mdi-account-cash-outline::before{content:"󱂘"}.mdi-account-check::before{content:"󰀈"}.mdi-account-check-outline::before{content:"󰯢"}.mdi-account-child::before{content:"󰪉"}.mdi-account-child-circle::before{content:"󰪊"}.mdi-account-child-outline::before{content:"󱃈"}.mdi-account-circle::before{content:"󰀉"}.mdi-account-circle-outline::before{content:"󰭕"}.mdi-account-clock::before{content:"󰭖"}.mdi-account-clock-outline::before{content:"󰭗"}.mdi-account-cog::before{content:"󱍰"}.mdi-account-cog-outline::before{content:"󱍱"}.mdi-account-convert::before{content:"󰀊"}.mdi-account-convert-outline::before{content:"󱌁"}.mdi-account-cowboy-hat::before{content:"󰺛"}.mdi-account-cowboy-hat-outline::before{content:"󱟳"}.mdi-account-details::before{content:"󰘱"}.mdi-account-details-outline::before{content:"󱍲"}.mdi-account-edit::before{content:"󰚼"}.mdi-account-edit-outline::before{content:"󰿻"}.mdi-account-eye::before{content:"󰐠"}.mdi-account-eye-outline::before{content:"󱉻"}.mdi-account-filter::before{content:"󰤶"}.mdi-account-filter-outline::before{content:"󰾝"}.mdi-account-group::before{content:"󰡉"}.mdi-account-group-outline::before{content:"󰭘"}.mdi-account-hard-hat::before{content:"󰖵"}.mdi-account-heart::before{content:"󰢙"}.mdi-account-heart-outline::before{content:"󰯣"}.mdi-account-injury::before{content:"󱠕"}.mdi-account-injury-outline::before{content:"󱠖"}.mdi-account-key::before{content:"󰀋"}.mdi-account-key-outline::before{content:"󰯤"}.mdi-account-lock::before{content:"󱅞"}.mdi-account-lock-open::before{content:"󱥠"}.mdi-account-lock-open-outline::before{content:"󱥡"}.mdi-account-lock-outline::before{content:"󱅟"}.mdi-account-minus::before{content:"󰀍"}.mdi-account-minus-outline::before{content:"󰫬"}.mdi-account-multiple::before{content:"󰀎"}.mdi-account-multiple-check::before{content:"󰣅"}.mdi-account-multiple-check-outline::before{content:"󱇾"}.mdi-account-multiple-minus::before{content:"󰗓"}.mdi-account-multiple-minus-outline::before{content:"󰯥"}.mdi-account-multiple-outline::before{content:"󰀏"}.mdi-account-multiple-plus::before{content:"󰀐"}.mdi-account-multiple-plus-outline::before{content:"󰠀"}.mdi-account-multiple-remove::before{content:"󱈊"}.mdi-account-multiple-remove-outline::before{content:"󱈋"}.mdi-account-music::before{content:"󰠃"}.mdi-account-music-outline::before{content:"󰳩"}.mdi-account-network::before{content:"󰀑"}.mdi-account-network-outline::before{content:"󰯦"}.mdi-account-off::before{content:"󰀒"}.mdi-account-off-outline::before{content:"󰯧"}.mdi-account-outline::before{content:"󰀓"}.mdi-account-plus::before{content:"󰀔"}.mdi-account-plus-outline::before{content:"󰠁"}.mdi-account-question::before{content:"󰭙"}.mdi-account-question-outline::before{content:"󰭚"}.mdi-account-reactivate::before{content:"󱔫"}.mdi-account-reactivate-outline::before{content:"󱔬"}.mdi-account-remove::before{content:"󰀕"}.mdi-account-remove-outline::before{content:"󰫭"}.mdi-account-search::before{content:"󰀖"}.mdi-account-search-outline::before{content:"󰤵"}.mdi-account-settings::before{content:"󰘰"}.mdi-account-settings-outline::before{content:"󱃉"}.mdi-account-star::before{content:"󰀗"}.mdi-account-star-outline::before{content:"󰯨"}.mdi-account-supervisor::before{content:"󰪋"}.mdi-account-supervisor-circle::before{content:"󰪌"}.mdi-account-supervisor-circle-outline::before{content:"󱓬"}.mdi-account-supervisor-outline::before{content:"󱄭"}.mdi-account-switch::before{content:"󰀙"}.mdi-account-switch-outline::before{content:"󰓋"}.mdi-account-sync::before{content:"󱤛"}.mdi-account-sync-outline::before{content:"󱤜"}.mdi-account-tie::before{content:"󰳣"}.mdi-account-tie-hat::before{content:"󱢘"}.mdi-account-tie-hat-outline::before{content:"󱢙"}.mdi-account-tie-outline::before{content:"󱃊"}.mdi-account-tie-voice::before{content:"󱌈"}.mdi-account-tie-voice-off::before{content:"󱌊"}.mdi-account-tie-voice-off-outline::before{content:"󱌋"}.mdi-account-tie-voice-outline::before{content:"󱌉"}.mdi-account-voice::before{content:"󰗋"}.mdi-account-voice-off::before{content:"󰻔"}.mdi-account-wrench::before{content:"󱢚"}.mdi-account-wrench-outline::before{content:"󱢛"}.mdi-adjust::before{content:"󰀚"}.mdi-advertisements::before{content:"󱤪"}.mdi-advertisements-off::before{content:"󱤫"}.mdi-air-conditioner::before{content:"󰀛"}.mdi-air-filter::before{content:"󰵃"}.mdi-air-horn::before{content:"󰶬"}.mdi-air-humidifier::before{content:"󱂙"}.mdi-air-humidifier-off::before{content:"󱑦"}.mdi-air-purifier::before{content:"󰵄"}.mdi-airbag::before{content:"󰯩"}.mdi-airballoon::before{content:"󰀜"}.mdi-airballoon-outline::before{content:"󱀋"}.mdi-airplane::before{content:"󰀝"}.mdi-airplane-alert::before{content:"󱡺"}.mdi-airplane-check::before{content:"󱡻"}.mdi-airplane-clock::before{content:"󱡼"}.mdi-airplane-cog::before{content:"󱡽"}.mdi-airplane-edit::before{content:"󱡾"}.mdi-airplane-landing::before{content:"󰗔"}.mdi-airplane-marker::before{content:"󱡿"}.mdi-airplane-minus::before{content:"󱢀"}.mdi-airplane-off::before{content:"󰀞"}.mdi-airplane-plus::before{content:"󱢁"}.mdi-airplane-remove::before{content:"󱢂"}.mdi-airplane-search::before{content:"󱢃"}.mdi-airplane-settings::before{content:"󱢄"}.mdi-airplane-takeoff::before{content:"󰗕"}.mdi-airport::before{content:"󰡋"}.mdi-alarm::before{content:"󰀠"}.mdi-alarm-bell::before{content:"󰞎"}.mdi-alarm-check::before{content:"󰀡"}.mdi-alarm-light::before{content:"󰞏"}.mdi-alarm-light-off::before{content:"󱜞"}.mdi-alarm-light-off-outline::before{content:"󱜟"}.mdi-alarm-light-outline::before{content:"󰯪"}.mdi-alarm-multiple::before{content:"󰀢"}.mdi-alarm-note::before{content:"󰹱"}.mdi-alarm-note-off::before{content:"󰹲"}.mdi-alarm-off::before{content:"󰀣"}.mdi-alarm-panel::before{content:"󱗄"}.mdi-alarm-panel-outline::before{content:"󱗅"}.mdi-alarm-plus::before{content:"󰀤"}.mdi-alarm-snooze::before{content:"󰚎"}.mdi-album::before{content:"󰀥"}.mdi-alert::before{content:"󰀦"}.mdi-alert-box::before{content:"󰀧"}.mdi-alert-box-outline::before{content:"󰳤"}.mdi-alert-circle::before{content:"󰀨"}.mdi-alert-circle-check::before{content:"󱇭"}.mdi-alert-circle-check-outline::before{content:"󱇮"}.mdi-alert-circle-outline::before{content:"󰗖"}.mdi-alert-decagram::before{content:"󰚽"}.mdi-alert-decagram-outline::before{content:"󰳥"}.mdi-alert-minus::before{content:"󱒻"}.mdi-alert-minus-outline::before{content:"󱒾"}.mdi-alert-octagon::before{content:"󰀩"}.mdi-alert-octagon-outline::before{content:"󰳦"}.mdi-alert-octagram::before{content:"󰝧"}.mdi-alert-octagram-outline::before{content:"󰳧"}.mdi-alert-outline::before{content:"󰀪"}.mdi-alert-plus::before{content:"󱒺"}.mdi-alert-plus-outline::before{content:"󱒽"}.mdi-alert-remove::before{content:"󱒼"}.mdi-alert-remove-outline::before{content:"󱒿"}.mdi-alert-rhombus::before{content:"󱇎"}.mdi-alert-rhombus-outline::before{content:"󱇏"}.mdi-alien::before{content:"󰢚"}.mdi-alien-outline::before{content:"󱃋"}.mdi-align-horizontal-center::before{content:"󱇃"}.mdi-align-horizontal-distribute::before{content:"󱥢"}.mdi-align-horizontal-left::before{content:"󱇂"}.mdi-align-horizontal-right::before{content:"󱇄"}.mdi-align-vertical-bottom::before{content:"󱇅"}.mdi-align-vertical-center::before{content:"󱇆"}.mdi-align-vertical-distribute::before{content:"󱥣"}.mdi-align-vertical-top::before{content:"󱇇"}.mdi-all-inclusive::before{content:"󰚾"}.mdi-all-inclusive-box::before{content:"󱢍"}.mdi-all-inclusive-box-outline::before{content:"󱢎"}.mdi-allergy::before{content:"󱉘"}.mdi-alpha::before{content:"󰀫"}.mdi-alpha-a::before{content:"󰫮"}.mdi-alpha-a-box::before{content:"󰬈"}.mdi-alpha-a-box-outline::before{content:"󰯫"}.mdi-alpha-a-circle::before{content:"󰯬"}.mdi-alpha-a-circle-outline::before{content:"󰯭"}.mdi-alpha-b::before{content:"󰫯"}.mdi-alpha-b-box::before{content:"󰬉"}.mdi-alpha-b-box-outline::before{content:"󰯮"}.mdi-alpha-b-circle::before{content:"󰯯"}.mdi-alpha-b-circle-outline::before{content:"󰯰"}.mdi-alpha-c::before{content:"󰫰"}.mdi-alpha-c-box::before{content:"󰬊"}.mdi-alpha-c-box-outline::before{content:"󰯱"}.mdi-alpha-c-circle::before{content:"󰯲"}.mdi-alpha-c-circle-outline::before{content:"󰯳"}.mdi-alpha-d::before{content:"󰫱"}.mdi-alpha-d-box::before{content:"󰬋"}.mdi-alpha-d-box-outline::before{content:"󰯴"}.mdi-alpha-d-circle::before{content:"󰯵"}.mdi-alpha-d-circle-outline::before{content:"󰯶"}.mdi-alpha-e::before{content:"󰫲"}.mdi-alpha-e-box::before{content:"󰬌"}.mdi-alpha-e-box-outline::before{content:"󰯷"}.mdi-alpha-e-circle::before{content:"󰯸"}.mdi-alpha-e-circle-outline::before{content:"󰯹"}.mdi-alpha-f::before{content:"󰫳"}.mdi-alpha-f-box::before{content:"󰬍"}.mdi-alpha-f-box-outline::before{content:"󰯺"}.mdi-alpha-f-circle::before{content:"󰯻"}.mdi-alpha-f-circle-outline::before{content:"󰯼"}.mdi-alpha-g::before{content:"󰫴"}.mdi-alpha-g-box::before{content:"󰬎"}.mdi-alpha-g-box-outline::before{content:"󰯽"}.mdi-alpha-g-circle::before{content:"󰯾"}.mdi-alpha-g-circle-outline::before{content:"󰯿"}.mdi-alpha-h::before{content:"󰫵"}.mdi-alpha-h-box::before{content:"󰬏"}.mdi-alpha-h-box-outline::before{content:"󰰀"}.mdi-alpha-h-circle::before{content:"󰰁"}.mdi-alpha-h-circle-outline::before{content:"󰰂"}.mdi-alpha-i::before{content:"󰫶"}.mdi-alpha-i-box::before{content:"󰬐"}.mdi-alpha-i-box-outline::before{content:"󰰃"}.mdi-alpha-i-circle::before{content:"󰰄"}.mdi-alpha-i-circle-outline::before{content:"󰰅"}.mdi-alpha-j::before{content:"󰫷"}.mdi-alpha-j-box::before{content:"󰬑"}.mdi-alpha-j-box-outline::before{content:"󰰆"}.mdi-alpha-j-circle::before{content:"󰰇"}.mdi-alpha-j-circle-outline::before{content:"󰰈"}.mdi-alpha-k::before{content:"󰫸"}.mdi-alpha-k-box::before{content:"󰬒"}.mdi-alpha-k-box-outline::before{content:"󰰉"}.mdi-alpha-k-circle::before{content:"󰰊"}.mdi-alpha-k-circle-outline::before{content:"󰰋"}.mdi-alpha-l::before{content:"󰫹"}.mdi-alpha-l-box::before{content:"󰬓"}.mdi-alpha-l-box-outline::before{content:"󰰌"}.mdi-alpha-l-circle::before{content:"󰰍"}.mdi-alpha-l-circle-outline::before{content:"󰰎"}.mdi-alpha-m::before{content:"󰫺"}.mdi-alpha-m-box::before{content:"󰬔"}.mdi-alpha-m-box-outline::before{content:"󰰏"}.mdi-alpha-m-circle::before{content:"󰰐"}.mdi-alpha-m-circle-outline::before{content:"󰰑"}.mdi-alpha-n::before{content:"󰫻"}.mdi-alpha-n-box::before{content:"󰬕"}.mdi-alpha-n-box-outline::before{content:"󰰒"}.mdi-alpha-n-circle::before{content:"󰰓"}.mdi-alpha-n-circle-outline::before{content:"󰰔"}.mdi-alpha-o::before{content:"󰫼"}.mdi-alpha-o-box::before{content:"󰬖"}.mdi-alpha-o-box-outline::before{content:"󰰕"}.mdi-alpha-o-circle::before{content:"󰰖"}.mdi-alpha-o-circle-outline::before{content:"󰰗"}.mdi-alpha-p::before{content:"󰫽"}.mdi-alpha-p-box::before{content:"󰬗"}.mdi-alpha-p-box-outline::before{content:"󰰘"}.mdi-alpha-p-circle::before{content:"󰰙"}.mdi-alpha-p-circle-outline::before{content:"󰰚"}.mdi-alpha-q::before{content:"󰫾"}.mdi-alpha-q-box::before{content:"󰬘"}.mdi-alpha-q-box-outline::before{content:"󰰛"}.mdi-alpha-q-circle::before{content:"󰰜"}.mdi-alpha-q-circle-outline::before{content:"󰰝"}.mdi-alpha-r::before{content:"󰫿"}.mdi-alpha-r-box::before{content:"󰬙"}.mdi-alpha-r-box-outline::before{content:"󰰞"}.mdi-alpha-r-circle::before{content:"󰰟"}.mdi-alpha-r-circle-outline::before{content:"󰰠"}.mdi-alpha-s::before{content:"󰬀"}.mdi-alpha-s-box::before{content:"󰬚"}.mdi-alpha-s-box-outline::before{content:"󰰡"}.mdi-alpha-s-circle::before{content:"󰰢"}.mdi-alpha-s-circle-outline::before{content:"󰰣"}.mdi-alpha-t::before{content:"󰬁"}.mdi-alpha-t-box::before{content:"󰬛"}.mdi-alpha-t-box-outline::before{content:"󰰤"}.mdi-alpha-t-circle::before{content:"󰰥"}.mdi-alpha-t-circle-outline::before{content:"󰰦"}.mdi-alpha-u::before{content:"󰬂"}.mdi-alpha-u-box::before{content:"󰬜"}.mdi-alpha-u-box-outline::before{content:"󰰧"}.mdi-alpha-u-circle::before{content:"󰰨"}.mdi-alpha-u-circle-outline::before{content:"󰰩"}.mdi-alpha-v::before{content:"󰬃"}.mdi-alpha-v-box::before{content:"󰬝"}.mdi-alpha-v-box-outline::before{content:"󰰪"}.mdi-alpha-v-circle::before{content:"󰰫"}.mdi-alpha-v-circle-outline::before{content:"󰰬"}.mdi-alpha-w::before{content:"󰬄"}.mdi-alpha-w-box::before{content:"󰬞"}.mdi-alpha-w-box-outline::before{content:"󰰭"}.mdi-alpha-w-circle::before{content:"󰰮"}.mdi-alpha-w-circle-outline::before{content:"󰰯"}.mdi-alpha-x::before{content:"󰬅"}.mdi-alpha-x-box::before{content:"󰬟"}.mdi-alpha-x-box-outline::before{content:"󰰰"}.mdi-alpha-x-circle::before{content:"󰰱"}.mdi-alpha-x-circle-outline::before{content:"󰰲"}.mdi-alpha-y::before{content:"󰬆"}.mdi-alpha-y-box::before{content:"󰬠"}.mdi-alpha-y-box-outline::before{content:"󰰳"}.mdi-alpha-y-circle::before{content:"󰰴"}.mdi-alpha-y-circle-outline::before{content:"󰰵"}.mdi-alpha-z::before{content:"󰬇"}.mdi-alpha-z-box::before{content:"󰬡"}.mdi-alpha-z-box-outline::before{content:"󰰶"}.mdi-alpha-z-circle::before{content:"󰰷"}.mdi-alpha-z-circle-outline::before{content:"󰰸"}.mdi-alphabet-aurebesh::before{content:"󱌬"}.mdi-alphabet-cyrillic::before{content:"󱌭"}.mdi-alphabet-greek::before{content:"󱌮"}.mdi-alphabet-latin::before{content:"󱌯"}.mdi-alphabet-piqad::before{content:"󱌰"}.mdi-alphabet-tengwar::before{content:"󱌷"}.mdi-alphabetical::before{content:"󰀬"}.mdi-alphabetical-off::before{content:"󱀌"}.mdi-alphabetical-variant::before{content:"󱀍"}.mdi-alphabetical-variant-off::before{content:"󱀎"}.mdi-altimeter::before{content:"󰗗"}.mdi-ambulance::before{content:"󰀯"}.mdi-ammunition::before{content:"󰳨"}.mdi-ampersand::before{content:"󰪍"}.mdi-amplifier::before{content:"󰀰"}.mdi-amplifier-off::before{content:"󱆵"}.mdi-anchor::before{content:"󰀱"}.mdi-android::before{content:"󰀲"}.mdi-android-messages::before{content:"󰵅"}.mdi-android-studio::before{content:"󰀴"}.mdi-angle-acute::before{content:"󰤷"}.mdi-angle-obtuse::before{content:"󰤸"}.mdi-angle-right::before{content:"󰤹"}.mdi-angular::before{content:"󰚲"}.mdi-angularjs::before{content:"󰚿"}.mdi-animation::before{content:"󰗘"}.mdi-animation-outline::before{content:"󰪏"}.mdi-animation-play::before{content:"󰤺"}.mdi-animation-play-outline::before{content:"󰪐"}.mdi-ansible::before{content:"󱂚"}.mdi-antenna::before{content:"󱄙"}.mdi-anvil::before{content:"󰢛"}.mdi-apache-kafka::before{content:"󱀏"}.mdi-api::before{content:"󱂛"}.mdi-api-off::before{content:"󱉗"}.mdi-apple::before{content:"󰀵"}.mdi-apple-finder::before{content:"󰀶"}.mdi-apple-icloud::before{content:"󰀸"}.mdi-apple-ios::before{content:"󰀷"}.mdi-apple-keyboard-caps::before{content:"󰘲"}.mdi-apple-keyboard-command::before{content:"󰘳"}.mdi-apple-keyboard-control::before{content:"󰘴"}.mdi-apple-keyboard-option::before{content:"󰘵"}.mdi-apple-keyboard-shift::before{content:"󰘶"}.mdi-apple-safari::before{content:"󰀹"}.mdi-application::before{content:"󰣆"}.mdi-application-array::before{content:"󱃵"}.mdi-application-array-outline::before{content:"󱃶"}.mdi-application-braces::before{content:"󱃷"}.mdi-application-braces-outline::before{content:"󱃸"}.mdi-application-brackets::before{content:"󰲋"}.mdi-application-brackets-outline::before{content:"󰲌"}.mdi-application-cog::before{content:"󰙵"}.mdi-application-cog-outline::before{content:"󱕷"}.mdi-application-edit::before{content:"󰂮"}.mdi-application-edit-outline::before{content:"󰘙"}.mdi-application-export::before{content:"󰶭"}.mdi-application-import::before{content:"󰶮"}.mdi-application-outline::before{content:"󰘔"}.mdi-application-parentheses::before{content:"󱃹"}.mdi-application-parentheses-outline::before{content:"󱃺"}.mdi-application-settings::before{content:"󰭠"}.mdi-application-settings-outline::before{content:"󱕕"}.mdi-application-variable::before{content:"󱃻"}.mdi-application-variable-outline::before{content:"󱃼"}.mdi-approximately-equal::before{content:"󰾞"}.mdi-approximately-equal-box::before{content:"󰾟"}.mdi-apps::before{content:"󰀻"}.mdi-apps-box::before{content:"󰵆"}.mdi-arch::before{content:"󰣇"}.mdi-archive::before{content:"󰀼"}.mdi-archive-alert::before{content:"󱓽"}.mdi-archive-alert-outline::before{content:"󱓾"}.mdi-archive-arrow-down::before{content:"󱉙"}.mdi-archive-arrow-down-outline::before{content:"󱉚"}.mdi-archive-arrow-up::before{content:"󱉛"}.mdi-archive-arrow-up-outline::before{content:"󱉜"}.mdi-archive-cancel::before{content:"󱝋"}.mdi-archive-cancel-outline::before{content:"󱝌"}.mdi-archive-check::before{content:"󱝍"}.mdi-archive-check-outline::before{content:"󱝎"}.mdi-archive-clock::before{content:"󱝏"}.mdi-archive-clock-outline::before{content:"󱝐"}.mdi-archive-cog::before{content:"󱝑"}.mdi-archive-cog-outline::before{content:"󱝒"}.mdi-archive-edit::before{content:"󱝓"}.mdi-archive-edit-outline::before{content:"󱝔"}.mdi-archive-eye::before{content:"󱝕"}.mdi-archive-eye-outline::before{content:"󱝖"}.mdi-archive-lock::before{content:"󱝗"}.mdi-archive-lock-open::before{content:"󱝘"}.mdi-archive-lock-open-outline::before{content:"󱝙"}.mdi-archive-lock-outline::before{content:"󱝚"}.mdi-archive-marker::before{content:"󱝛"}.mdi-archive-marker-outline::before{content:"󱝜"}.mdi-archive-minus::before{content:"󱝝"}.mdi-archive-minus-outline::before{content:"󱝞"}.mdi-archive-music::before{content:"󱝟"}.mdi-archive-music-outline::before{content:"󱝠"}.mdi-archive-off::before{content:"󱝡"}.mdi-archive-off-outline::before{content:"󱝢"}.mdi-archive-outline::before{content:"󱈎"}.mdi-archive-plus::before{content:"󱝣"}.mdi-archive-plus-outline::before{content:"󱝤"}.mdi-archive-refresh::before{content:"󱝥"}.mdi-archive-refresh-outline::before{content:"󱝦"}.mdi-archive-remove::before{content:"󱝧"}.mdi-archive-remove-outline::before{content:"󱝨"}.mdi-archive-search::before{content:"󱝩"}.mdi-archive-search-outline::before{content:"󱝪"}.mdi-archive-settings::before{content:"󱝫"}.mdi-archive-settings-outline::before{content:"󱝬"}.mdi-archive-star::before{content:"󱝭"}.mdi-archive-star-outline::before{content:"󱝮"}.mdi-archive-sync::before{content:"󱝯"}.mdi-archive-sync-outline::before{content:"󱝰"}.mdi-arm-flex::before{content:"󰿗"}.mdi-arm-flex-outline::before{content:"󰿖"}.mdi-arrange-bring-forward::before{content:"󰀽"}.mdi-arrange-bring-to-front::before{content:"󰀾"}.mdi-arrange-send-backward::before{content:"󰀿"}.mdi-arrange-send-to-back::before{content:"󰁀"}.mdi-arrow-all::before{content:"󰁁"}.mdi-arrow-bottom-left::before{content:"󰁂"}.mdi-arrow-bottom-left-bold-box::before{content:"󱥤"}.mdi-arrow-bottom-left-bold-box-outline::before{content:"󱥥"}.mdi-arrow-bottom-left-bold-outline::before{content:"󰦷"}.mdi-arrow-bottom-left-thick::before{content:"󰦸"}.mdi-arrow-bottom-left-thin::before{content:"󱦶"}.mdi-arrow-bottom-left-thin-circle-outline::before{content:"󱖖"}.mdi-arrow-bottom-right::before{content:"󰁃"}.mdi-arrow-bottom-right-bold-box::before{content:"󱥦"}.mdi-arrow-bottom-right-bold-box-outline::before{content:"󱥧"}.mdi-arrow-bottom-right-bold-outline::before{content:"󰦹"}.mdi-arrow-bottom-right-thick::before{content:"󰦺"}.mdi-arrow-bottom-right-thin::before{content:"󱦷"}.mdi-arrow-bottom-right-thin-circle-outline::before{content:"󱖕"}.mdi-arrow-collapse::before{content:"󰘕"}.mdi-arrow-collapse-all::before{content:"󰁄"}.mdi-arrow-collapse-down::before{content:"󰞒"}.mdi-arrow-collapse-horizontal::before{content:"󰡌"}.mdi-arrow-collapse-left::before{content:"󰞓"}.mdi-arrow-collapse-right::before{content:"󰞔"}.mdi-arrow-collapse-up::before{content:"󰞕"}.mdi-arrow-collapse-vertical::before{content:"󰡍"}.mdi-arrow-decision::before{content:"󰦻"}.mdi-arrow-decision-auto::before{content:"󰦼"}.mdi-arrow-decision-auto-outline::before{content:"󰦽"}.mdi-arrow-decision-outline::before{content:"󰦾"}.mdi-arrow-down::before{content:"󰁅"}.mdi-arrow-down-bold::before{content:"󰜮"}.mdi-arrow-down-bold-box::before{content:"󰜯"}.mdi-arrow-down-bold-box-outline::before{content:"󰜰"}.mdi-arrow-down-bold-circle::before{content:"󰁇"}.mdi-arrow-down-bold-circle-outline::before{content:"󰁈"}.mdi-arrow-down-bold-hexagon-outline::before{content:"󰁉"}.mdi-arrow-down-bold-outline::before{content:"󰦿"}.mdi-arrow-down-box::before{content:"󰛀"}.mdi-arrow-down-circle::before{content:"󰳛"}.mdi-arrow-down-circle-outline::before{content:"󰳜"}.mdi-arrow-down-drop-circle::before{content:"󰁊"}.mdi-arrow-down-drop-circle-outline::before{content:"󰁋"}.mdi-arrow-down-left::before{content:"󱞡"}.mdi-arrow-down-left-bold::before{content:"󱞢"}.mdi-arrow-down-right::before{content:"󱞣"}.mdi-arrow-down-right-bold::before{content:"󱞤"}.mdi-arrow-down-thick::before{content:"󰁆"}.mdi-arrow-down-thin::before{content:"󱦳"}.mdi-arrow-down-thin-circle-outline::before{content:"󱖙"}.mdi-arrow-expand::before{content:"󰘖"}.mdi-arrow-expand-all::before{content:"󰁌"}.mdi-arrow-expand-down::before{content:"󰞖"}.mdi-arrow-expand-horizontal::before{content:"󰡎"}.mdi-arrow-expand-left::before{content:"󰞗"}.mdi-arrow-expand-right::before{content:"󰞘"}.mdi-arrow-expand-up::before{content:"󰞙"}.mdi-arrow-expand-vertical::before{content:"󰡏"}.mdi-arrow-horizontal-lock::before{content:"󱅛"}.mdi-arrow-left::before{content:"󰁍"}.mdi-arrow-left-bold::before{content:"󰜱"}.mdi-arrow-left-bold-box::before{content:"󰜲"}.mdi-arrow-left-bold-box-outline::before{content:"󰜳"}.mdi-arrow-left-bold-circle::before{content:"󰁏"}.mdi-arrow-left-bold-circle-outline::before{content:"󰁐"}.mdi-arrow-left-bold-hexagon-outline::before{content:"󰁑"}.mdi-arrow-left-bold-outline::before{content:"󰧀"}.mdi-arrow-left-bottom::before{content:"󱞥"}.mdi-arrow-left-bottom-bold::before{content:"󱞦"}.mdi-arrow-left-box::before{content:"󰛁"}.mdi-arrow-left-circle::before{content:"󰳝"}.mdi-arrow-left-circle-outline::before{content:"󰳞"}.mdi-arrow-left-drop-circle::before{content:"󰁒"}.mdi-arrow-left-drop-circle-outline::before{content:"󰁓"}.mdi-arrow-left-right::before{content:"󰹳"}.mdi-arrow-left-right-bold::before{content:"󰹴"}.mdi-arrow-left-right-bold-outline::before{content:"󰧁"}.mdi-arrow-left-thick::before{content:"󰁎"}.mdi-arrow-left-thin::before{content:"󱦱"}.mdi-arrow-left-thin-circle-outline::before{content:"󱖚"}.mdi-arrow-left-top::before{content:"󱞧"}.mdi-arrow-left-top-bold::before{content:"󱞨"}.mdi-arrow-projectile::before{content:"󱡀"}.mdi-arrow-projectile-multiple::before{content:"󱠿"}.mdi-arrow-right::before{content:"󰁔"}.mdi-arrow-right-bold::before{content:"󰜴"}.mdi-arrow-right-bold-box::before{content:"󰜵"}.mdi-arrow-right-bold-box-outline::before{content:"󰜶"}.mdi-arrow-right-bold-circle::before{content:"󰁖"}.mdi-arrow-right-bold-circle-outline::before{content:"󰁗"}.mdi-arrow-right-bold-hexagon-outline::before{content:"󰁘"}.mdi-arrow-right-bold-outline::before{content:"󰧂"}.mdi-arrow-right-bottom::before{content:"󱞩"}.mdi-arrow-right-bottom-bold::before{content:"󱞪"}.mdi-arrow-right-box::before{content:"󰛂"}.mdi-arrow-right-circle::before{content:"󰳟"}.mdi-arrow-right-circle-outline::before{content:"󰳠"}.mdi-arrow-right-drop-circle::before{content:"󰁙"}.mdi-arrow-right-drop-circle-outline::before{content:"󰁚"}.mdi-arrow-right-thick::before{content:"󰁕"}.mdi-arrow-right-thin::before{content:"󱦰"}.mdi-arrow-right-thin-circle-outline::before{content:"󱖘"}.mdi-arrow-right-top::before{content:"󱞫"}.mdi-arrow-right-top-bold::before{content:"󱞬"}.mdi-arrow-split-horizontal::before{content:"󰤻"}.mdi-arrow-split-vertical::before{content:"󰤼"}.mdi-arrow-top-left::before{content:"󰁛"}.mdi-arrow-top-left-bold-box::before{content:"󱥨"}.mdi-arrow-top-left-bold-box-outline::before{content:"󱥩"}.mdi-arrow-top-left-bold-outline::before{content:"󰧃"}.mdi-arrow-top-left-bottom-right::before{content:"󰹵"}.mdi-arrow-top-left-bottom-right-bold::before{content:"󰹶"}.mdi-arrow-top-left-thick::before{content:"󰧄"}.mdi-arrow-top-left-thin::before{content:"󱦵"}.mdi-arrow-top-left-thin-circle-outline::before{content:"󱖓"}.mdi-arrow-top-right::before{content:"󰁜"}.mdi-arrow-top-right-bold-box::before{content:"󱥪"}.mdi-arrow-top-right-bold-box-outline::before{content:"󱥫"}.mdi-arrow-top-right-bold-outline::before{content:"󰧅"}.mdi-arrow-top-right-bottom-left::before{content:"󰹷"}.mdi-arrow-top-right-bottom-left-bold::before{content:"󰹸"}.mdi-arrow-top-right-thick::before{content:"󰧆"}.mdi-arrow-top-right-thin::before{content:"󱦴"}.mdi-arrow-top-right-thin-circle-outline::before{content:"󱖔"}.mdi-arrow-u-down-left::before{content:"󱞭"}.mdi-arrow-u-down-left-bold::before{content:"󱞮"}.mdi-arrow-u-down-right::before{content:"󱞯"}.mdi-arrow-u-down-right-bold::before{content:"󱞰"}.mdi-arrow-u-left-bottom::before{content:"󱞱"}.mdi-arrow-u-left-bottom-bold::before{content:"󱞲"}.mdi-arrow-u-left-top::before{content:"󱞳"}.mdi-arrow-u-left-top-bold::before{content:"󱞴"}.mdi-arrow-u-right-bottom::before{content:"󱞵"}.mdi-arrow-u-right-bottom-bold::before{content:"󱞶"}.mdi-arrow-u-right-top::before{content:"󱞷"}.mdi-arrow-u-right-top-bold::before{content:"󱞸"}.mdi-arrow-u-up-left::before{content:"󱞹"}.mdi-arrow-u-up-left-bold::before{content:"󱞺"}.mdi-arrow-u-up-right::before{content:"󱞻"}.mdi-arrow-u-up-right-bold::before{content:"󱞼"}.mdi-arrow-up::before{content:"󰁝"}.mdi-arrow-up-bold::before{content:"󰜷"}.mdi-arrow-up-bold-box::before{content:"󰜸"}.mdi-arrow-up-bold-box-outline::before{content:"󰜹"}.mdi-arrow-up-bold-circle::before{content:"󰁟"}.mdi-arrow-up-bold-circle-outline::before{content:"󰁠"}.mdi-arrow-up-bold-hexagon-outline::before{content:"󰁡"}.mdi-arrow-up-bold-outline::before{content:"󰧇"}.mdi-arrow-up-box::before{content:"󰛃"}.mdi-arrow-up-circle::before{content:"󰳡"}.mdi-arrow-up-circle-outline::before{content:"󰳢"}.mdi-arrow-up-down::before{content:"󰹹"}.mdi-arrow-up-down-bold::before{content:"󰹺"}.mdi-arrow-up-down-bold-outline::before{content:"󰧈"}.mdi-arrow-up-drop-circle::before{content:"󰁢"}.mdi-arrow-up-drop-circle-outline::before{content:"󰁣"}.mdi-arrow-up-left::before{content:"󱞽"}.mdi-arrow-up-left-bold::before{content:"󱞾"}.mdi-arrow-up-right::before{content:"󱞿"}.mdi-arrow-up-right-bold::before{content:"󱟀"}.mdi-arrow-up-thick::before{content:"󰁞"}.mdi-arrow-up-thin::before{content:"󱦲"}.mdi-arrow-up-thin-circle-outline::before{content:"󱖗"}.mdi-arrow-vertical-lock::before{content:"󱅜"}.mdi-artstation::before{content:"󰭛"}.mdi-aspect-ratio::before{content:"󰨤"}.mdi-assistant::before{content:"󰁤"}.mdi-asterisk::before{content:"󰛄"}.mdi-at::before{content:"󰁥"}.mdi-atlassian::before{content:"󰠄"}.mdi-atm::before{content:"󰵇"}.mdi-atom::before{content:"󰝨"}.mdi-atom-variant::before{content:"󰹻"}.mdi-attachment::before{content:"󰁦"}.mdi-audio-input-rca::before{content:"󱡫"}.mdi-audio-input-stereo-minijack::before{content:"󱡬"}.mdi-audio-input-xlr::before{content:"󱡭"}.mdi-audio-video::before{content:"󰤽"}.mdi-audio-video-off::before{content:"󱆶"}.mdi-augmented-reality::before{content:"󰡐"}.mdi-auto-download::before{content:"󱍾"}.mdi-auto-fix::before{content:"󰁨"}.mdi-auto-upload::before{content:"󰁩"}.mdi-autorenew::before{content:"󰁪"}.mdi-av-timer::before{content:"󰁫"}.mdi-aws::before{content:"󰸏"}.mdi-axe::before{content:"󰣈"}.mdi-axe-battle::before{content:"󱡂"}.mdi-axis::before{content:"󰵈"}.mdi-axis-arrow::before{content:"󰵉"}.mdi-axis-arrow-info::before{content:"󱐎"}.mdi-axis-arrow-lock::before{content:"󰵊"}.mdi-axis-lock::before{content:"󰵋"}.mdi-axis-x-arrow::before{content:"󰵌"}.mdi-axis-x-arrow-lock::before{content:"󰵍"}.mdi-axis-x-rotate-clockwise::before{content:"󰵎"}.mdi-axis-x-rotate-counterclockwise::before{content:"󰵏"}.mdi-axis-x-y-arrow-lock::before{content:"󰵐"}.mdi-axis-y-arrow::before{content:"󰵑"}.mdi-axis-y-arrow-lock::before{content:"󰵒"}.mdi-axis-y-rotate-clockwise::before{content:"󰵓"}.mdi-axis-y-rotate-counterclockwise::before{content:"󰵔"}.mdi-axis-z-arrow::before{content:"󰵕"}.mdi-axis-z-arrow-lock::before{content:"󰵖"}.mdi-axis-z-rotate-clockwise::before{content:"󰵗"}.mdi-axis-z-rotate-counterclockwise::before{content:"󰵘"}.mdi-babel::before{content:"󰨥"}.mdi-baby::before{content:"󰁬"}.mdi-baby-bottle::before{content:"󰼹"}.mdi-baby-bottle-outline::before{content:"󰼺"}.mdi-baby-buggy::before{content:"󱏠"}.mdi-baby-carriage::before{content:"󰚏"}.mdi-baby-carriage-off::before{content:"󰾠"}.mdi-baby-face::before{content:"󰹼"}.mdi-baby-face-outline::before{content:"󰹽"}.mdi-backburger::before{content:"󰁭"}.mdi-backspace::before{content:"󰁮"}.mdi-backspace-outline::before{content:"󰭜"}.mdi-backspace-reverse::before{content:"󰹾"}.mdi-backspace-reverse-outline::before{content:"󰹿"}.mdi-backup-restore::before{content:"󰁯"}.mdi-bacteria::before{content:"󰻕"}.mdi-bacteria-outline::before{content:"󰻖"}.mdi-badge-account::before{content:"󰶧"}.mdi-badge-account-alert::before{content:"󰶨"}.mdi-badge-account-alert-outline::before{content:"󰶩"}.mdi-badge-account-horizontal::before{content:"󰸍"}.mdi-badge-account-horizontal-outline::before{content:"󰸎"}.mdi-badge-account-outline::before{content:"󰶪"}.mdi-badminton::before{content:"󰡑"}.mdi-bag-carry-on::before{content:"󰼻"}.mdi-bag-carry-on-check::before{content:"󰵥"}.mdi-bag-carry-on-off::before{content:"󰼼"}.mdi-bag-checked::before{content:"󰼽"}.mdi-bag-personal::before{content:"󰸐"}.mdi-bag-personal-off::before{content:"󰸑"}.mdi-bag-personal-off-outline::before{content:"󰸒"}.mdi-bag-personal-outline::before{content:"󰸓"}.mdi-bag-suitcase::before{content:"󱖋"}.mdi-bag-suitcase-off::before{content:"󱖍"}.mdi-bag-suitcase-off-outline::before{content:"󱖎"}.mdi-bag-suitcase-outline::before{content:"󱖌"}.mdi-baguette::before{content:"󰼾"}.mdi-balcony::before{content:"󱠗"}.mdi-balloon::before{content:"󰨦"}.mdi-ballot::before{content:"󰧉"}.mdi-ballot-outline::before{content:"󰧊"}.mdi-ballot-recount::before{content:"󰰹"}.mdi-ballot-recount-outline::before{content:"󰰺"}.mdi-bandage::before{content:"󰶯"}.mdi-bank::before{content:"󰁰"}.mdi-bank-check::before{content:"󱙕"}.mdi-bank-minus::before{content:"󰶰"}.mdi-bank-off::before{content:"󱙖"}.mdi-bank-off-outline::before{content:"󱙗"}.mdi-bank-outline::before{content:"󰺀"}.mdi-bank-plus::before{content:"󰶱"}.mdi-bank-remove::before{content:"󰶲"}.mdi-bank-transfer::before{content:"󰨧"}.mdi-bank-transfer-in::before{content:"󰨨"}.mdi-bank-transfer-out::before{content:"󰨩"}.mdi-barcode::before{content:"󰁱"}.mdi-barcode-off::before{content:"󱈶"}.mdi-barcode-scan::before{content:"󰁲"}.mdi-barley::before{content:"󰁳"}.mdi-barley-off::before{content:"󰭝"}.mdi-barn::before{content:"󰭞"}.mdi-barrel::before{content:"󰁴"}.mdi-baseball::before{content:"󰡒"}.mdi-baseball-bat::before{content:"󰡓"}.mdi-baseball-diamond::before{content:"󱗬"}.mdi-baseball-diamond-outline::before{content:"󱗭"}.mdi-bash::before{content:"󱆃"}.mdi-basket::before{content:"󰁶"}.mdi-basket-check::before{content:"󱣥"}.mdi-basket-check-outline::before{content:"󱣦"}.mdi-basket-fill::before{content:"󰁷"}.mdi-basket-minus::before{content:"󱔣"}.mdi-basket-minus-outline::before{content:"󱔤"}.mdi-basket-off::before{content:"󱔥"}.mdi-basket-off-outline::before{content:"󱔦"}.mdi-basket-outline::before{content:"󱆁"}.mdi-basket-plus::before{content:"󱔧"}.mdi-basket-plus-outline::before{content:"󱔨"}.mdi-basket-remove::before{content:"󱔩"}.mdi-basket-remove-outline::before{content:"󱔪"}.mdi-basket-unfill::before{content:"󰁸"}.mdi-basketball::before{content:"󰠆"}.mdi-basketball-hoop::before{content:"󰰻"}.mdi-basketball-hoop-outline::before{content:"󰰼"}.mdi-bat::before{content:"󰭟"}.mdi-bathtub::before{content:"󱠘"}.mdi-bathtub-outline::before{content:"󱠙"}.mdi-battery::before{content:"󰁹"}.mdi-battery-10::before{content:"󰁺"}.mdi-battery-10-bluetooth::before{content:"󰤾"}.mdi-battery-20::before{content:"󰁻"}.mdi-battery-20-bluetooth::before{content:"󰤿"}.mdi-battery-30::before{content:"󰁼"}.mdi-battery-30-bluetooth::before{content:"󰥀"}.mdi-battery-40::before{content:"󰁽"}.mdi-battery-40-bluetooth::before{content:"󰥁"}.mdi-battery-50::before{content:"󰁾"}.mdi-battery-50-bluetooth::before{content:"󰥂"}.mdi-battery-60::before{content:"󰁿"}.mdi-battery-60-bluetooth::before{content:"󰥃"}.mdi-battery-70::before{content:"󰂀"}.mdi-battery-70-bluetooth::before{content:"󰥄"}.mdi-battery-80::before{content:"󰂁"}.mdi-battery-80-bluetooth::before{content:"󰥅"}.mdi-battery-90::before{content:"󰂂"}.mdi-battery-90-bluetooth::before{content:"󰥆"}.mdi-battery-alert::before{content:"󰂃"}.mdi-battery-alert-bluetooth::before{content:"󰥇"}.mdi-battery-alert-variant::before{content:"󱃌"}.mdi-battery-alert-variant-outline::before{content:"󱃍"}.mdi-battery-arrow-down::before{content:"󱟞"}.mdi-battery-arrow-down-outline::before{content:"󱟟"}.mdi-battery-arrow-up::before{content:"󱟠"}.mdi-battery-arrow-up-outline::before{content:"󱟡"}.mdi-battery-bluetooth::before{content:"󰥈"}.mdi-battery-bluetooth-variant::before{content:"󰥉"}.mdi-battery-charging::before{content:"󰂄"}.mdi-battery-charging-10::before{content:"󰢜"}.mdi-battery-charging-100::before{content:"󰂅"}.mdi-battery-charging-20::before{content:"󰂆"}.mdi-battery-charging-30::before{content:"󰂇"}.mdi-battery-charging-40::before{content:"󰂈"}.mdi-battery-charging-50::before{content:"󰢝"}.mdi-battery-charging-60::before{content:"󰂉"}.mdi-battery-charging-70::before{content:"󰢞"}.mdi-battery-charging-80::before{content:"󰂊"}.mdi-battery-charging-90::before{content:"󰂋"}.mdi-battery-charging-high::before{content:"󱊦"}.mdi-battery-charging-low::before{content:"󱊤"}.mdi-battery-charging-medium::before{content:"󱊥"}.mdi-battery-charging-outline::before{content:"󰢟"}.mdi-battery-charging-wireless::before{content:"󰠇"}.mdi-battery-charging-wireless-10::before{content:"󰠈"}.mdi-battery-charging-wireless-20::before{content:"󰠉"}.mdi-battery-charging-wireless-30::before{content:"󰠊"}.mdi-battery-charging-wireless-40::before{content:"󰠋"}.mdi-battery-charging-wireless-50::before{content:"󰠌"}.mdi-battery-charging-wireless-60::before{content:"󰠍"}.mdi-battery-charging-wireless-70::before{content:"󰠎"}.mdi-battery-charging-wireless-80::before{content:"󰠏"}.mdi-battery-charging-wireless-90::before{content:"󰠐"}.mdi-battery-charging-wireless-alert::before{content:"󰠑"}.mdi-battery-charging-wireless-outline::before{content:"󰠒"}.mdi-battery-check::before{content:"󱟢"}.mdi-battery-check-outline::before{content:"󱟣"}.mdi-battery-heart::before{content:"󱈏"}.mdi-battery-heart-outline::before{content:"󱈐"}.mdi-battery-heart-variant::before{content:"󱈑"}.mdi-battery-high::before{content:"󱊣"}.mdi-battery-lock::before{content:"󱞜"}.mdi-battery-lock-open::before{content:"󱞝"}.mdi-battery-low::before{content:"󱊡"}.mdi-battery-medium::before{content:"󱊢"}.mdi-battery-minus::before{content:"󱟤"}.mdi-battery-minus-outline::before{content:"󱟥"}.mdi-battery-minus-variant::before{content:"󰂌"}.mdi-battery-negative::before{content:"󰂍"}.mdi-battery-off::before{content:"󱉝"}.mdi-battery-off-outline::before{content:"󱉞"}.mdi-battery-outline::before{content:"󰂎"}.mdi-battery-plus::before{content:"󱟦"}.mdi-battery-plus-outline::before{content:"󱟧"}.mdi-battery-plus-variant::before{content:"󰂏"}.mdi-battery-positive::before{content:"󰂐"}.mdi-battery-remove::before{content:"󱟨"}.mdi-battery-remove-outline::before{content:"󱟩"}.mdi-battery-sync::before{content:"󱠴"}.mdi-battery-sync-outline::before{content:"󱠵"}.mdi-battery-unknown::before{content:"󰂑"}.mdi-battery-unknown-bluetooth::before{content:"󰥊"}.mdi-beach::before{content:"󰂒"}.mdi-beaker::before{content:"󰳪"}.mdi-beaker-alert::before{content:"󱈩"}.mdi-beaker-alert-outline::before{content:"󱈪"}.mdi-beaker-check::before{content:"󱈫"}.mdi-beaker-check-outline::before{content:"󱈬"}.mdi-beaker-minus::before{content:"󱈭"}.mdi-beaker-minus-outline::before{content:"󱈮"}.mdi-beaker-outline::before{content:"󰚐"}.mdi-beaker-plus::before{content:"󱈯"}.mdi-beaker-plus-outline::before{content:"󱈰"}.mdi-beaker-question::before{content:"󱈱"}.mdi-beaker-question-outline::before{content:"󱈲"}.mdi-beaker-remove::before{content:"󱈳"}.mdi-beaker-remove-outline::before{content:"󱈴"}.mdi-bed::before{content:"󰋣"}.mdi-bed-double::before{content:"󰿔"}.mdi-bed-double-outline::before{content:"󰿓"}.mdi-bed-empty::before{content:"󰢠"}.mdi-bed-king::before{content:"󰿒"}.mdi-bed-king-outline::before{content:"󰿑"}.mdi-bed-outline::before{content:"󰂙"}.mdi-bed-queen::before{content:"󰿐"}.mdi-bed-queen-outline::before{content:"󰿛"}.mdi-bed-single::before{content:"󱁭"}.mdi-bed-single-outline::before{content:"󱁮"}.mdi-bee::before{content:"󰾡"}.mdi-bee-flower::before{content:"󰾢"}.mdi-beehive-off-outline::before{content:"󱏭"}.mdi-beehive-outline::before{content:"󱃎"}.mdi-beekeeper::before{content:"󱓢"}.mdi-beer::before{content:"󰂘"}.mdi-beer-outline::before{content:"󱌌"}.mdi-bell::before{content:"󰂚"}.mdi-bell-alert::before{content:"󰵙"}.mdi-bell-alert-outline::before{content:"󰺁"}.mdi-bell-badge::before{content:"󱅫"}.mdi-bell-badge-outline::before{content:"󰅸"}.mdi-bell-cancel::before{content:"󱏧"}.mdi-bell-cancel-outline::before{content:"󱏨"}.mdi-bell-check::before{content:"󱇥"}.mdi-bell-check-outline::before{content:"󱇦"}.mdi-bell-circle::before{content:"󰵚"}.mdi-bell-circle-outline::before{content:"󰵛"}.mdi-bell-minus::before{content:"󱏩"}.mdi-bell-minus-outline::before{content:"󱏪"}.mdi-bell-off::before{content:"󰂛"}.mdi-bell-off-outline::before{content:"󰪑"}.mdi-bell-outline::before{content:"󰂜"}.mdi-bell-plus::before{content:"󰂝"}.mdi-bell-plus-outline::before{content:"󰪒"}.mdi-bell-remove::before{content:"󱏫"}.mdi-bell-remove-outline::before{content:"󱏬"}.mdi-bell-ring::before{content:"󰂞"}.mdi-bell-ring-outline::before{content:"󰂟"}.mdi-bell-sleep::before{content:"󰂠"}.mdi-bell-sleep-outline::before{content:"󰪓"}.mdi-beta::before{content:"󰂡"}.mdi-betamax::before{content:"󰧋"}.mdi-biathlon::before{content:"󰸔"}.mdi-bicycle::before{content:"󱂜"}.mdi-bicycle-basket::before{content:"󱈵"}.mdi-bicycle-cargo::before{content:"󱢜"}.mdi-bicycle-electric::before{content:"󱖴"}.mdi-bicycle-penny-farthing::before{content:"󱗩"}.mdi-bike::before{content:"󰂣"}.mdi-bike-fast::before{content:"󱄟"}.mdi-billboard::before{content:"󱀐"}.mdi-billiards::before{content:"󰭡"}.mdi-billiards-rack::before{content:"󰭢"}.mdi-binoculars::before{content:"󰂥"}.mdi-bio::before{content:"󰂦"}.mdi-biohazard::before{content:"󰂧"}.mdi-bird::before{content:"󱗆"}.mdi-bitbucket::before{content:"󰂨"}.mdi-bitcoin::before{content:"󰠓"}.mdi-black-mesa::before{content:"󰂩"}.mdi-blender::before{content:"󰳫"}.mdi-blender-outline::before{content:"󱠚"}.mdi-blender-software::before{content:"󰂫"}.mdi-blinds::before{content:"󰂬"}.mdi-blinds-open::before{content:"󱀑"}.mdi-block-helper::before{content:"󰂭"}.mdi-blood-bag::before{content:"󰳬"}.mdi-bluetooth::before{content:"󰂯"}.mdi-bluetooth-audio::before{content:"󰂰"}.mdi-bluetooth-connect::before{content:"󰂱"}.mdi-bluetooth-off::before{content:"󰂲"}.mdi-bluetooth-settings::before{content:"󰂳"}.mdi-bluetooth-transfer::before{content:"󰂴"}.mdi-blur::before{content:"󰂵"}.mdi-blur-linear::before{content:"󰂶"}.mdi-blur-off::before{content:"󰂷"}.mdi-blur-radial::before{content:"󰂸"}.mdi-bolt::before{content:"󰶳"}.mdi-bomb::before{content:"󰚑"}.mdi-bomb-off::before{content:"󰛅"}.mdi-bone::before{content:"󰂹"}.mdi-book::before{content:"󰂺"}.mdi-book-account::before{content:"󱎭"}.mdi-book-account-outline::before{content:"󱎮"}.mdi-book-alert::before{content:"󱙼"}.mdi-book-alert-outline::before{content:"󱙽"}.mdi-book-alphabet::before{content:"󰘝"}.mdi-book-arrow-down::before{content:"󱙾"}.mdi-book-arrow-down-outline::before{content:"󱙿"}.mdi-book-arrow-left::before{content:"󱚀"}.mdi-book-arrow-left-outline::before{content:"󱚁"}.mdi-book-arrow-right::before{content:"󱚂"}.mdi-book-arrow-right-outline::before{content:"󱚃"}.mdi-book-arrow-up::before{content:"󱚄"}.mdi-book-arrow-up-outline::before{content:"󱚅"}.mdi-book-cancel::before{content:"󱚆"}.mdi-book-cancel-outline::before{content:"󱚇"}.mdi-book-check::before{content:"󱓳"}.mdi-book-check-outline::before{content:"󱓴"}.mdi-book-clock::before{content:"󱚈"}.mdi-book-clock-outline::before{content:"󱚉"}.mdi-book-cog::before{content:"󱚊"}.mdi-book-cog-outline::before{content:"󱚋"}.mdi-book-cross::before{content:"󰂢"}.mdi-book-edit::before{content:"󱚌"}.mdi-book-edit-outline::before{content:"󱚍"}.mdi-book-education::before{content:"󱛉"}.mdi-book-education-outline::before{content:"󱛊"}.mdi-book-information-variant::before{content:"󱁯"}.mdi-book-lock::before{content:"󰞚"}.mdi-book-lock-open::before{content:"󰞛"}.mdi-book-lock-open-outline::before{content:"󱚎"}.mdi-book-lock-outline::before{content:"󱚏"}.mdi-book-marker::before{content:"󱚐"}.mdi-book-marker-outline::before{content:"󱚑"}.mdi-book-minus::before{content:"󰗙"}.mdi-book-minus-multiple::before{content:"󰪔"}.mdi-book-minus-multiple-outline::before{content:"󰤋"}.mdi-book-minus-outline::before{content:"󱚒"}.mdi-book-multiple::before{content:"󰂻"}.mdi-book-multiple-outline::before{content:"󰐶"}.mdi-book-music::before{content:"󰁧"}.mdi-book-music-outline::before{content:"󱚓"}.mdi-book-off::before{content:"󱚔"}.mdi-book-off-outline::before{content:"󱚕"}.mdi-book-open::before{content:"󰂽"}.mdi-book-open-blank-variant::before{content:"󰂾"}.mdi-book-open-outline::before{content:"󰭣"}.mdi-book-open-page-variant::before{content:"󰗚"}.mdi-book-open-page-variant-outline::before{content:"󱗖"}.mdi-book-open-variant::before{content:"󱓷"}.mdi-book-outline::before{content:"󰭤"}.mdi-book-play::before{content:"󰺂"}.mdi-book-play-outline::before{content:"󰺃"}.mdi-book-plus::before{content:"󰗛"}.mdi-book-plus-multiple::before{content:"󰪕"}.mdi-book-plus-multiple-outline::before{content:"󰫞"}.mdi-book-plus-outline::before{content:"󱚖"}.mdi-book-refresh::before{content:"󱚗"}.mdi-book-refresh-outline::before{content:"󱚘"}.mdi-book-remove::before{content:"󰪗"}.mdi-book-remove-multiple::before{content:"󰪖"}.mdi-book-remove-multiple-outline::before{content:"󰓊"}.mdi-book-remove-outline::before{content:"󱚙"}.mdi-book-search::before{content:"󰺄"}.mdi-book-search-outline::before{content:"󰺅"}.mdi-book-settings::before{content:"󱚚"}.mdi-book-settings-outline::before{content:"󱚛"}.mdi-book-sync::before{content:"󱚜"}.mdi-book-sync-outline::before{content:"󱛈"}.mdi-book-variant::before{content:"󰂿"}.mdi-book-variant-multiple::before{content:"󰂼"}.mdi-bookmark::before{content:"󰃀"}.mdi-bookmark-box-multiple::before{content:"󱥬"}.mdi-bookmark-box-multiple-outline::before{content:"󱥭"}.mdi-bookmark-check::before{content:"󰃁"}.mdi-bookmark-check-outline::before{content:"󱍻"}.mdi-bookmark-minus::before{content:"󰧌"}.mdi-bookmark-minus-outline::before{content:"󰧍"}.mdi-bookmark-multiple::before{content:"󰸕"}.mdi-bookmark-multiple-outline::before{content:"󰸖"}.mdi-bookmark-music::before{content:"󰃂"}.mdi-bookmark-music-outline::before{content:"󱍹"}.mdi-bookmark-off::before{content:"󰧎"}.mdi-bookmark-off-outline::before{content:"󰧏"}.mdi-bookmark-outline::before{content:"󰃃"}.mdi-bookmark-plus::before{content:"󰃅"}.mdi-bookmark-plus-outline::before{content:"󰃄"}.mdi-bookmark-remove::before{content:"󰃆"}.mdi-bookmark-remove-outline::before{content:"󱍺"}.mdi-bookshelf::before{content:"󱉟"}.mdi-boom-gate::before{content:"󰺆"}.mdi-boom-gate-alert::before{content:"󰺇"}.mdi-boom-gate-alert-outline::before{content:"󰺈"}.mdi-boom-gate-arrow-down::before{content:"󰺉"}.mdi-boom-gate-arrow-down-outline::before{content:"󰺊"}.mdi-boom-gate-arrow-up::before{content:"󰺌"}.mdi-boom-gate-arrow-up-outline::before{content:"󰺍"}.mdi-boom-gate-outline::before{content:"󰺋"}.mdi-boom-gate-up::before{content:"󱟹"}.mdi-boom-gate-up-outline::before{content:"󱟺"}.mdi-boombox::before{content:"󰗜"}.mdi-boomerang::before{content:"󱃏"}.mdi-bootstrap::before{content:"󰛆"}.mdi-border-all::before{content:"󰃇"}.mdi-border-all-variant::before{content:"󰢡"}.mdi-border-bottom::before{content:"󰃈"}.mdi-border-bottom-variant::before{content:"󰢢"}.mdi-border-color::before{content:"󰃉"}.mdi-border-horizontal::before{content:"󰃊"}.mdi-border-inside::before{content:"󰃋"}.mdi-border-left::before{content:"󰃌"}.mdi-border-left-variant::before{content:"󰢣"}.mdi-border-none::before{content:"󰃍"}.mdi-border-none-variant::before{content:"󰢤"}.mdi-border-outside::before{content:"󰃎"}.mdi-border-right::before{content:"󰃏"}.mdi-border-right-variant::before{content:"󰢥"}.mdi-border-style::before{content:"󰃐"}.mdi-border-top::before{content:"󰃑"}.mdi-border-top-variant::before{content:"󰢦"}.mdi-border-vertical::before{content:"󰃒"}.mdi-bottle-soda::before{content:"󱁰"}.mdi-bottle-soda-classic::before{content:"󱁱"}.mdi-bottle-soda-classic-outline::before{content:"󱍣"}.mdi-bottle-soda-outline::before{content:"󱁲"}.mdi-bottle-tonic::before{content:"󱄮"}.mdi-bottle-tonic-outline::before{content:"󱄯"}.mdi-bottle-tonic-plus::before{content:"󱄰"}.mdi-bottle-tonic-plus-outline::before{content:"󱄱"}.mdi-bottle-tonic-skull::before{content:"󱄲"}.mdi-bottle-tonic-skull-outline::before{content:"󱄳"}.mdi-bottle-wine::before{content:"󰡔"}.mdi-bottle-wine-outline::before{content:"󱌐"}.mdi-bow-arrow::before{content:"󱡁"}.mdi-bow-tie::before{content:"󰙸"}.mdi-bowl::before{content:"󰊎"}.mdi-bowl-mix::before{content:"󰘗"}.mdi-bowl-mix-outline::before{content:"󰋤"}.mdi-bowl-outline::before{content:"󰊩"}.mdi-bowling::before{content:"󰃓"}.mdi-box::before{content:"󰃔"}.mdi-box-cutter::before{content:"󰃕"}.mdi-box-cutter-off::before{content:"󰭊"}.mdi-box-shadow::before{content:"󰘷"}.mdi-boxing-glove::before{content:"󰭥"}.mdi-braille::before{content:"󰧐"}.mdi-brain::before{content:"󰧑"}.mdi-bread-slice::before{content:"󰳮"}.mdi-bread-slice-outline::before{content:"󰳯"}.mdi-bridge::before{content:"󰘘"}.mdi-briefcase::before{content:"󰃖"}.mdi-briefcase-account::before{content:"󰳰"}.mdi-briefcase-account-outline::before{content:"󰳱"}.mdi-briefcase-check::before{content:"󰃗"}.mdi-briefcase-check-outline::before{content:"󱌞"}.mdi-briefcase-clock::before{content:"󱃐"}.mdi-briefcase-clock-outline::before{content:"󱃑"}.mdi-briefcase-download::before{content:"󰃘"}.mdi-briefcase-download-outline::before{content:"󰰽"}.mdi-briefcase-edit::before{content:"󰪘"}.mdi-briefcase-edit-outline::before{content:"󰰾"}.mdi-briefcase-eye::before{content:"󱟙"}.mdi-briefcase-eye-outline::before{content:"󱟚"}.mdi-briefcase-minus::before{content:"󰨪"}.mdi-briefcase-minus-outline::before{content:"󰰿"}.mdi-briefcase-off::before{content:"󱙘"}.mdi-briefcase-off-outline::before{content:"󱙙"}.mdi-briefcase-outline::before{content:"󰠔"}.mdi-briefcase-plus::before{content:"󰨫"}.mdi-briefcase-plus-outline::before{content:"󰱀"}.mdi-briefcase-remove::before{content:"󰨬"}.mdi-briefcase-remove-outline::before{content:"󰱁"}.mdi-briefcase-search::before{content:"󰨭"}.mdi-briefcase-search-outline::before{content:"󰱂"}.mdi-briefcase-upload::before{content:"󰃙"}.mdi-briefcase-upload-outline::before{content:"󰱃"}.mdi-briefcase-variant::before{content:"󱒔"}.mdi-briefcase-variant-off::before{content:"󱙚"}.mdi-briefcase-variant-off-outline::before{content:"󱙛"}.mdi-briefcase-variant-outline::before{content:"󱒕"}.mdi-brightness-1::before{content:"󰃚"}.mdi-brightness-2::before{content:"󰃛"}.mdi-brightness-3::before{content:"󰃜"}.mdi-brightness-4::before{content:"󰃝"}.mdi-brightness-5::before{content:"󰃞"}.mdi-brightness-6::before{content:"󰃟"}.mdi-brightness-7::before{content:"󰃠"}.mdi-brightness-auto::before{content:"󰃡"}.mdi-brightness-percent::before{content:"󰳲"}.mdi-broadcast::before{content:"󱜠"}.mdi-broadcast-off::before{content:"󱜡"}.mdi-broom::before{content:"󰃢"}.mdi-brush::before{content:"󰃣"}.mdi-brush-off::before{content:"󱝱"}.mdi-brush-variant::before{content:"󱠓"}.mdi-bucket::before{content:"󱐕"}.mdi-bucket-outline::before{content:"󱐖"}.mdi-buffet::before{content:"󰕸"}.mdi-bug::before{content:"󰃤"}.mdi-bug-check::before{content:"󰨮"}.mdi-bug-check-outline::before{content:"󰨯"}.mdi-bug-outline::before{content:"󰨰"}.mdi-bugle::before{content:"󰶴"}.mdi-bulldozer::before{content:"󰬢"}.mdi-bullet::before{content:"󰳳"}.mdi-bulletin-board::before{content:"󰃥"}.mdi-bullhorn::before{content:"󰃦"}.mdi-bullhorn-outline::before{content:"󰬣"}.mdi-bullhorn-variant::before{content:"󱥮"}.mdi-bullhorn-variant-outline::before{content:"󱥯"}.mdi-bullseye::before{content:"󰗝"}.mdi-bullseye-arrow::before{content:"󰣉"}.mdi-bulma::before{content:"󱋧"}.mdi-bunk-bed::before{content:"󱌂"}.mdi-bunk-bed-outline::before{content:"󰂗"}.mdi-bus::before{content:"󰃧"}.mdi-bus-alert::before{content:"󰪙"}.mdi-bus-articulated-end::before{content:"󰞜"}.mdi-bus-articulated-front::before{content:"󰞝"}.mdi-bus-clock::before{content:"󰣊"}.mdi-bus-double-decker::before{content:"󰞞"}.mdi-bus-electric::before{content:"󱤝"}.mdi-bus-marker::before{content:"󱈒"}.mdi-bus-multiple::before{content:"󰼿"}.mdi-bus-school::before{content:"󰞟"}.mdi-bus-side::before{content:"󰞠"}.mdi-bus-stop::before{content:"󱀒"}.mdi-bus-stop-covered::before{content:"󱀓"}.mdi-bus-stop-uncovered::before{content:"󱀔"}.mdi-butterfly::before{content:"󱖉"}.mdi-butterfly-outline::before{content:"󱖊"}.mdi-cabin-a-frame::before{content:"󱢌"}.mdi-cable-data::before{content:"󱎔"}.mdi-cached::before{content:"󰃨"}.mdi-cactus::before{content:"󰶵"}.mdi-cake::before{content:"󰃩"}.mdi-cake-layered::before{content:"󰃪"}.mdi-cake-variant::before{content:"󰃫"}.mdi-cake-variant-outline::before{content:"󱟰"}.mdi-calculator::before{content:"󰃬"}.mdi-calculator-variant::before{content:"󰪚"}.mdi-calculator-variant-outline::before{content:"󱖦"}.mdi-calendar::before{content:"󰃭"}.mdi-calendar-account::before{content:"󰻗"}.mdi-calendar-account-outline::before{content:"󰻘"}.mdi-calendar-alert::before{content:"󰨱"}.mdi-calendar-arrow-left::before{content:"󱄴"}.mdi-calendar-arrow-right::before{content:"󱄵"}.mdi-calendar-blank::before{content:"󰃮"}.mdi-calendar-blank-multiple::before{content:"󱁳"}.mdi-calendar-blank-outline::before{content:"󰭦"}.mdi-calendar-check::before{content:"󰃯"}.mdi-calendar-check-outline::before{content:"󰱄"}.mdi-calendar-clock::before{content:"󰃰"}.mdi-calendar-clock-outline::before{content:"󱛡"}.mdi-calendar-collapse-horizontal::before{content:"󱢝"}.mdi-calendar-cursor::before{content:"󱕻"}.mdi-calendar-edit::before{content:"󰢧"}.mdi-calendar-end::before{content:"󱙬"}.mdi-calendar-expand-horizontal::before{content:"󱢞"}.mdi-calendar-export::before{content:"󰬤"}.mdi-calendar-heart::before{content:"󰧒"}.mdi-calendar-import::before{content:"󰬥"}.mdi-calendar-lock::before{content:"󱙁"}.mdi-calendar-lock-outline::before{content:"󱙂"}.mdi-calendar-minus::before{content:"󰵜"}.mdi-calendar-month::before{content:"󰸗"}.mdi-calendar-month-outline::before{content:"󰸘"}.mdi-calendar-multiple::before{content:"󰃱"}.mdi-calendar-multiple-check::before{content:"󰃲"}.mdi-calendar-multiselect::before{content:"󰨲"}.mdi-calendar-outline::before{content:"󰭧"}.mdi-calendar-plus::before{content:"󰃳"}.mdi-calendar-question::before{content:"󰚒"}.mdi-calendar-range::before{content:"󰙹"}.mdi-calendar-range-outline::before{content:"󰭨"}.mdi-calendar-refresh::before{content:"󰇡"}.mdi-calendar-refresh-outline::before{content:"󰈃"}.mdi-calendar-remove::before{content:"󰃴"}.mdi-calendar-remove-outline::before{content:"󰱅"}.mdi-calendar-search::before{content:"󰥌"}.mdi-calendar-star::before{content:"󰧓"}.mdi-calendar-start::before{content:"󱙭"}.mdi-calendar-sync::before{content:"󰺎"}.mdi-calendar-sync-outline::before{content:"󰺏"}.mdi-calendar-text::before{content:"󰃵"}.mdi-calendar-text-outline::before{content:"󰱆"}.mdi-calendar-today::before{content:"󰃶"}.mdi-calendar-week::before{content:"󰨳"}.mdi-calendar-week-begin::before{content:"󰨴"}.mdi-calendar-weekend::before{content:"󰻙"}.mdi-calendar-weekend-outline::before{content:"󰻚"}.mdi-call-made::before{content:"󰃷"}.mdi-call-merge::before{content:"󰃸"}.mdi-call-missed::before{content:"󰃹"}.mdi-call-received::before{content:"󰃺"}.mdi-call-split::before{content:"󰃻"}.mdi-camcorder::before{content:"󰃼"}.mdi-camcorder-off::before{content:"󰃿"}.mdi-camera::before{content:"󰄀"}.mdi-camera-account::before{content:"󰣋"}.mdi-camera-burst::before{content:"󰚓"}.mdi-camera-control::before{content:"󰭩"}.mdi-camera-document::before{content:"󱡱"}.mdi-camera-document-off::before{content:"󱡲"}.mdi-camera-enhance::before{content:"󰄁"}.mdi-camera-enhance-outline::before{content:"󰭪"}.mdi-camera-flip::before{content:"󱗙"}.mdi-camera-flip-outline::before{content:"󱗚"}.mdi-camera-front::before{content:"󰄂"}.mdi-camera-front-variant::before{content:"󰄃"}.mdi-camera-gopro::before{content:"󰞡"}.mdi-camera-image::before{content:"󰣌"}.mdi-camera-iris::before{content:"󰄄"}.mdi-camera-marker::before{content:"󱦧"}.mdi-camera-marker-outline::before{content:"󱦨"}.mdi-camera-metering-center::before{content:"󰞢"}.mdi-camera-metering-matrix::before{content:"󰞣"}.mdi-camera-metering-partial::before{content:"󰞤"}.mdi-camera-metering-spot::before{content:"󰞥"}.mdi-camera-off::before{content:"󰗟"}.mdi-camera-off-outline::before{content:"󱦿"}.mdi-camera-outline::before{content:"󰵝"}.mdi-camera-party-mode::before{content:"󰄅"}.mdi-camera-plus::before{content:"󰻛"}.mdi-camera-plus-outline::before{content:"󰻜"}.mdi-camera-rear::before{content:"󰄆"}.mdi-camera-rear-variant::before{content:"󰄇"}.mdi-camera-retake::before{content:"󰸙"}.mdi-camera-retake-outline::before{content:"󰸚"}.mdi-camera-switch::before{content:"󰄈"}.mdi-camera-switch-outline::before{content:"󰡊"}.mdi-camera-timer::before{content:"󰄉"}.mdi-camera-wireless::before{content:"󰶶"}.mdi-camera-wireless-outline::before{content:"󰶷"}.mdi-campfire::before{content:"󰻝"}.mdi-cancel::before{content:"󰜺"}.mdi-candelabra::before{content:"󱟒"}.mdi-candelabra-fire::before{content:"󱟓"}.mdi-candle::before{content:"󰗢"}.mdi-candy::before{content:"󱥰"}.mdi-candy-off::before{content:"󱥱"}.mdi-candy-off-outline::before{content:"󱥲"}.mdi-candy-outline::before{content:"󱥳"}.mdi-candycane::before{content:"󰄊"}.mdi-cannabis::before{content:"󰞦"}.mdi-cannabis-off::before{content:"󱙮"}.mdi-caps-lock::before{content:"󰪛"}.mdi-car::before{content:"󰄋"}.mdi-car-2-plus::before{content:"󱀕"}.mdi-car-3-plus::before{content:"󱀖"}.mdi-car-arrow-left::before{content:"󱎲"}.mdi-car-arrow-right::before{content:"󱎳"}.mdi-car-back::before{content:"󰸛"}.mdi-car-battery::before{content:"󰄌"}.mdi-car-brake-abs::before{content:"󰱇"}.mdi-car-brake-alert::before{content:"󰱈"}.mdi-car-brake-fluid-level::before{content:"󱤉"}.mdi-car-brake-hold::before{content:"󰵞"}.mdi-car-brake-low-pressure::before{content:"󱤊"}.mdi-car-brake-parking::before{content:"󰵟"}.mdi-car-brake-retarder::before{content:"󱀗"}.mdi-car-brake-temperature::before{content:"󱤋"}.mdi-car-brake-worn-linings::before{content:"󱤌"}.mdi-car-child-seat::before{content:"󰾣"}.mdi-car-clock::before{content:"󱥴"}.mdi-car-clutch::before{content:"󱀘"}.mdi-car-cog::before{content:"󱏌"}.mdi-car-connected::before{content:"󰄍"}.mdi-car-convertible::before{content:"󰞧"}.mdi-car-coolant-level::before{content:"󱀙"}.mdi-car-cruise-control::before{content:"󰵠"}.mdi-car-defrost-front::before{content:"󰵡"}.mdi-car-defrost-rear::before{content:"󰵢"}.mdi-car-door::before{content:"󰭫"}.mdi-car-door-lock::before{content:"󱂝"}.mdi-car-electric::before{content:"󰭬"}.mdi-car-electric-outline::before{content:"󱖵"}.mdi-car-emergency::before{content:"󱘏"}.mdi-car-esp::before{content:"󰱉"}.mdi-car-estate::before{content:"󰞨"}.mdi-car-hatchback::before{content:"󰞩"}.mdi-car-info::before{content:"󱆾"}.mdi-car-key::before{content:"󰭭"}.mdi-car-lifted-pickup::before{content:"󱔭"}.mdi-car-light-alert::before{content:"󱤍"}.mdi-car-light-dimmed::before{content:"󰱊"}.mdi-car-light-fog::before{content:"󰱋"}.mdi-car-light-high::before{content:"󰱌"}.mdi-car-limousine::before{content:"󰣍"}.mdi-car-multiple::before{content:"󰭮"}.mdi-car-off::before{content:"󰸜"}.mdi-car-outline::before{content:"󱓭"}.mdi-car-parking-lights::before{content:"󰵣"}.mdi-car-pickup::before{content:"󰞪"}.mdi-car-seat::before{content:"󰾤"}.mdi-car-seat-cooler::before{content:"󰾥"}.mdi-car-seat-heater::before{content:"󰾦"}.mdi-car-select::before{content:"󱡹"}.mdi-car-settings::before{content:"󱏍"}.mdi-car-shift-pattern::before{content:"󰽀"}.mdi-car-side::before{content:"󰞫"}.mdi-car-speed-limiter::before{content:"󱤎"}.mdi-car-sports::before{content:"󰞬"}.mdi-car-tire-alert::before{content:"󰱍"}.mdi-car-traction-control::before{content:"󰵤"}.mdi-car-turbocharger::before{content:"󱀚"}.mdi-car-wash::before{content:"󰄎"}.mdi-car-windshield::before{content:"󱀛"}.mdi-car-windshield-outline::before{content:"󱀜"}.mdi-car-wireless::before{content:"󱡸"}.mdi-car-wrench::before{content:"󱠔"}.mdi-carabiner::before{content:"󱓀"}.mdi-caravan::before{content:"󰞭"}.mdi-card::before{content:"󰭯"}.mdi-card-account-details::before{content:"󰗒"}.mdi-card-account-details-outline::before{content:"󰶫"}.mdi-card-account-details-star::before{content:"󰊣"}.mdi-card-account-details-star-outline::before{content:"󰛛"}.mdi-card-account-mail::before{content:"󰆎"}.mdi-card-account-mail-outline::before{content:"󰺘"}.mdi-card-account-phone::before{content:"󰺙"}.mdi-card-account-phone-outline::before{content:"󰺚"}.mdi-card-bulleted::before{content:"󰭰"}.mdi-card-bulleted-off::before{content:"󰭱"}.mdi-card-bulleted-off-outline::before{content:"󰭲"}.mdi-card-bulleted-outline::before{content:"󰭳"}.mdi-card-bulleted-settings::before{content:"󰭴"}.mdi-card-bulleted-settings-outline::before{content:"󰭵"}.mdi-card-minus::before{content:"󱘀"}.mdi-card-minus-outline::before{content:"󱘁"}.mdi-card-multiple::before{content:"󱟱"}.mdi-card-multiple-outline::before{content:"󱟲"}.mdi-card-off::before{content:"󱘂"}.mdi-card-off-outline::before{content:"󱘃"}.mdi-card-outline::before{content:"󰭶"}.mdi-card-plus::before{content:"󱇿"}.mdi-card-plus-outline::before{content:"󱈀"}.mdi-card-remove::before{content:"󱘄"}.mdi-card-remove-outline::before{content:"󱘅"}.mdi-card-search::before{content:"󱁴"}.mdi-card-search-outline::before{content:"󱁵"}.mdi-card-text::before{content:"󰭷"}.mdi-card-text-outline::before{content:"󰭸"}.mdi-cards::before{content:"󰘸"}.mdi-cards-club::before{content:"󰣎"}.mdi-cards-club-outline::before{content:"󱢟"}.mdi-cards-diamond::before{content:"󰣏"}.mdi-cards-diamond-outline::before{content:"󱀝"}.mdi-cards-heart::before{content:"󰣐"}.mdi-cards-heart-outline::before{content:"󱢠"}.mdi-cards-outline::before{content:"󰘹"}.mdi-cards-playing::before{content:"󱢡"}.mdi-cards-playing-club::before{content:"󱢢"}.mdi-cards-playing-club-multiple::before{content:"󱢣"}.mdi-cards-playing-club-multiple-outline::before{content:"󱢤"}.mdi-cards-playing-club-outline::before{content:"󱢥"}.mdi-cards-playing-diamond::before{content:"󱢦"}.mdi-cards-playing-diamond-multiple::before{content:"󱢧"}.mdi-cards-playing-diamond-multiple-outline::before{content:"󱢨"}.mdi-cards-playing-diamond-outline::before{content:"󱢩"}.mdi-cards-playing-heart::before{content:"󱢪"}.mdi-cards-playing-heart-multiple::before{content:"󱢫"}.mdi-cards-playing-heart-multiple-outline::before{content:"󱢬"}.mdi-cards-playing-heart-outline::before{content:"󱢭"}.mdi-cards-playing-outline::before{content:"󰘺"}.mdi-cards-playing-spade::before{content:"󱢮"}.mdi-cards-playing-spade-multiple::before{content:"󱢯"}.mdi-cards-playing-spade-multiple-outline::before{content:"󱢰"}.mdi-cards-playing-spade-outline::before{content:"󱢱"}.mdi-cards-spade::before{content:"󰣑"}.mdi-cards-spade-outline::before{content:"󱢲"}.mdi-cards-variant::before{content:"󰛇"}.mdi-carrot::before{content:"󰄏"}.mdi-cart::before{content:"󰄐"}.mdi-cart-arrow-down::before{content:"󰵦"}.mdi-cart-arrow-right::before{content:"󰱎"}.mdi-cart-arrow-up::before{content:"󰵧"}.mdi-cart-check::before{content:"󱗪"}.mdi-cart-heart::before{content:"󱣠"}.mdi-cart-minus::before{content:"󰵨"}.mdi-cart-off::before{content:"󰙫"}.mdi-cart-outline::before{content:"󰄑"}.mdi-cart-plus::before{content:"󰄒"}.mdi-cart-remove::before{content:"󰵩"}.mdi-cart-variant::before{content:"󱗫"}.mdi-case-sensitive-alt::before{content:"󰄓"}.mdi-cash::before{content:"󰄔"}.mdi-cash-100::before{content:"󰄕"}.mdi-cash-check::before{content:"󱓮"}.mdi-cash-fast::before{content:"󱡜"}.mdi-cash-lock::before{content:"󱓪"}.mdi-cash-lock-open::before{content:"󱓫"}.mdi-cash-marker::before{content:"󰶸"}.mdi-cash-minus::before{content:"󱉠"}.mdi-cash-multiple::before{content:"󰄖"}.mdi-cash-plus::before{content:"󱉡"}.mdi-cash-refund::before{content:"󰪜"}.mdi-cash-register::before{content:"󰳴"}.mdi-cash-remove::before{content:"󱉢"}.mdi-cassette::before{content:"󰧔"}.mdi-cast::before{content:"󰄘"}.mdi-cast-audio::before{content:"󱀞"}.mdi-cast-audio-variant::before{content:"󱝉"}.mdi-cast-connected::before{content:"󰄙"}.mdi-cast-education::before{content:"󰸝"}.mdi-cast-off::before{content:"󰞊"}.mdi-cast-variant::before{content:"󰀟"}.mdi-castle::before{content:"󰄚"}.mdi-cat::before{content:"󰄛"}.mdi-cctv::before{content:"󰞮"}.mdi-cctv-off::before{content:"󱡟"}.mdi-ceiling-fan::before{content:"󱞗"}.mdi-ceiling-fan-light::before{content:"󱞘"}.mdi-ceiling-light::before{content:"󰝩"}.mdi-ceiling-light-multiple::before{content:"󱣝"}.mdi-ceiling-light-multiple-outline::before{content:"󱣞"}.mdi-ceiling-light-outline::before{content:"󱟇"}.mdi-cellphone::before{content:"󰄜"}.mdi-cellphone-arrow-down::before{content:"󰧕"}.mdi-cellphone-basic::before{content:"󰄞"}.mdi-cellphone-charging::before{content:"󱎗"}.mdi-cellphone-check::before{content:"󱟽"}.mdi-cellphone-cog::before{content:"󰥑"}.mdi-cellphone-dock::before{content:"󰄟"}.mdi-cellphone-information::before{content:"󰽁"}.mdi-cellphone-key::before{content:"󰥎"}.mdi-cellphone-link::before{content:"󰄡"}.mdi-cellphone-link-off::before{content:"󰄢"}.mdi-cellphone-lock::before{content:"󰥏"}.mdi-cellphone-marker::before{content:"󱠺"}.mdi-cellphone-message::before{content:"󰣓"}.mdi-cellphone-message-off::before{content:"󱃒"}.mdi-cellphone-nfc::before{content:"󰺐"}.mdi-cellphone-nfc-off::before{content:"󱋘"}.mdi-cellphone-off::before{content:"󰥐"}.mdi-cellphone-play::before{content:"󱀟"}.mdi-cellphone-remove::before{content:"󰥍"}.mdi-cellphone-screenshot::before{content:"󰨵"}.mdi-cellphone-settings::before{content:"󰄣"}.mdi-cellphone-sound::before{content:"󰥒"}.mdi-cellphone-text::before{content:"󰣒"}.mdi-cellphone-wireless::before{content:"󰠕"}.mdi-centos::before{content:"󱄚"}.mdi-certificate::before{content:"󰄤"}.mdi-certificate-outline::before{content:"󱆈"}.mdi-chair-rolling::before{content:"󰽈"}.mdi-chair-school::before{content:"󰄥"}.mdi-chandelier::before{content:"󱞓"}.mdi-charity::before{content:"󰱏"}.mdi-chart-arc::before{content:"󰄦"}.mdi-chart-areaspline::before{content:"󰄧"}.mdi-chart-areaspline-variant::before{content:"󰺑"}.mdi-chart-bar::before{content:"󰄨"}.mdi-chart-bar-stacked::before{content:"󰝪"}.mdi-chart-bell-curve::before{content:"󰱐"}.mdi-chart-bell-curve-cumulative::before{content:"󰾧"}.mdi-chart-box::before{content:"󱕍"}.mdi-chart-box-outline::before{content:"󱕎"}.mdi-chart-box-plus-outline::before{content:"󱕏"}.mdi-chart-bubble::before{content:"󰗣"}.mdi-chart-donut::before{content:"󰞯"}.mdi-chart-donut-variant::before{content:"󰞰"}.mdi-chart-gantt::before{content:"󰙬"}.mdi-chart-histogram::before{content:"󰄩"}.mdi-chart-line::before{content:"󰄪"}.mdi-chart-line-stacked::before{content:"󰝫"}.mdi-chart-line-variant::before{content:"󰞱"}.mdi-chart-multiline::before{content:"󰣔"}.mdi-chart-multiple::before{content:"󱈓"}.mdi-chart-pie::before{content:"󰄫"}.mdi-chart-ppf::before{content:"󱎀"}.mdi-chart-sankey::before{content:"󱇟"}.mdi-chart-sankey-variant::before{content:"󱇠"}.mdi-chart-scatter-plot::before{content:"󰺒"}.mdi-chart-scatter-plot-hexbin::before{content:"󰙭"}.mdi-chart-timeline::before{content:"󰙮"}.mdi-chart-timeline-variant::before{content:"󰺓"}.mdi-chart-timeline-variant-shimmer::before{content:"󱖶"}.mdi-chart-tree::before{content:"󰺔"}.mdi-chart-waterfall::before{content:"󱤘"}.mdi-chat::before{content:"󰭹"}.mdi-chat-alert::before{content:"󰭺"}.mdi-chat-alert-outline::before{content:"󱋉"}.mdi-chat-minus::before{content:"󱐐"}.mdi-chat-minus-outline::before{content:"󱐓"}.mdi-chat-outline::before{content:"󰻞"}.mdi-chat-plus::before{content:"󱐏"}.mdi-chat-plus-outline::before{content:"󱐒"}.mdi-chat-processing::before{content:"󰭻"}.mdi-chat-processing-outline::before{content:"󱋊"}.mdi-chat-question::before{content:"󱜸"}.mdi-chat-question-outline::before{content:"󱜹"}.mdi-chat-remove::before{content:"󱐑"}.mdi-chat-remove-outline::before{content:"󱐔"}.mdi-chat-sleep::before{content:"󱋑"}.mdi-chat-sleep-outline::before{content:"󱋒"}.mdi-check::before{content:"󰄬"}.mdi-check-all::before{content:"󰄭"}.mdi-check-bold::before{content:"󰸞"}.mdi-check-circle::before{content:"󰗠"}.mdi-check-circle-outline::before{content:"󰗡"}.mdi-check-decagram::before{content:"󰞑"}.mdi-check-decagram-outline::before{content:"󱝀"}.mdi-check-network::before{content:"󰱓"}.mdi-check-network-outline::before{content:"󰱔"}.mdi-check-outline::before{content:"󰡕"}.mdi-check-underline::before{content:"󰸟"}.mdi-check-underline-circle::before{content:"󰸠"}.mdi-check-underline-circle-outline::before{content:"󰸡"}.mdi-checkbook::before{content:"󰪝"}.mdi-checkbox-blank::before{content:"󰄮"}.mdi-checkbox-blank-badge::before{content:"󱅶"}.mdi-checkbox-blank-badge-outline::before{content:"󰄗"}.mdi-checkbox-blank-circle::before{content:"󰄯"}.mdi-checkbox-blank-circle-outline::before{content:"󰄰"}.mdi-checkbox-blank-off::before{content:"󱋬"}.mdi-checkbox-blank-off-outline::before{content:"󱋭"}.mdi-checkbox-blank-outline::before{content:"󰄱"}.mdi-checkbox-intermediate::before{content:"󰡖"}.mdi-checkbox-marked::before{content:"󰄲"}.mdi-checkbox-marked-circle::before{content:"󰄳"}.mdi-checkbox-marked-circle-outline::before{content:"󰄴"}.mdi-checkbox-marked-circle-plus-outline::before{content:"󱤧"}.mdi-checkbox-marked-outline::before{content:"󰄵"}.mdi-checkbox-multiple-blank::before{content:"󰄶"}.mdi-checkbox-multiple-blank-circle::before{content:"󰘻"}.mdi-checkbox-multiple-blank-circle-outline::before{content:"󰘼"}.mdi-checkbox-multiple-blank-outline::before{content:"󰄷"}.mdi-checkbox-multiple-marked::before{content:"󰄸"}.mdi-checkbox-multiple-marked-circle::before{content:"󰘽"}.mdi-checkbox-multiple-marked-circle-outline::before{content:"󰘾"}.mdi-checkbox-multiple-marked-outline::before{content:"󰄹"}.mdi-checkbox-multiple-outline::before{content:"󰱑"}.mdi-checkbox-outline::before{content:"󰱒"}.mdi-checkerboard::before{content:"󰄺"}.mdi-checkerboard-minus::before{content:"󱈂"}.mdi-checkerboard-plus::before{content:"󱈁"}.mdi-checkerboard-remove::before{content:"󱈃"}.mdi-cheese::before{content:"󱊹"}.mdi-cheese-off::before{content:"󱏮"}.mdi-chef-hat::before{content:"󰭼"}.mdi-chemical-weapon::before{content:"󰄻"}.mdi-chess-bishop::before{content:"󰡜"}.mdi-chess-king::before{content:"󰡗"}.mdi-chess-knight::before{content:"󰡘"}.mdi-chess-pawn::before{content:"󰡙"}.mdi-chess-queen::before{content:"󰡚"}.mdi-chess-rook::before{content:"󰡛"}.mdi-chevron-double-down::before{content:"󰄼"}.mdi-chevron-double-left::before{content:"󰄽"}.mdi-chevron-double-right::before{content:"󰄾"}.mdi-chevron-double-up::before{content:"󰄿"}.mdi-chevron-down::before{content:"󰅀"}.mdi-chevron-down-box::before{content:"󰧖"}.mdi-chevron-down-box-outline::before{content:"󰧗"}.mdi-chevron-down-circle::before{content:"󰬦"}.mdi-chevron-down-circle-outline::before{content:"󰬧"}.mdi-chevron-left::before{content:"󰅁"}.mdi-chevron-left-box::before{content:"󰧘"}.mdi-chevron-left-box-outline::before{content:"󰧙"}.mdi-chevron-left-circle::before{content:"󰬨"}.mdi-chevron-left-circle-outline::before{content:"󰬩"}.mdi-chevron-right::before{content:"󰅂"}.mdi-chevron-right-box::before{content:"󰧚"}.mdi-chevron-right-box-outline::before{content:"󰧛"}.mdi-chevron-right-circle::before{content:"󰬪"}.mdi-chevron-right-circle-outline::before{content:"󰬫"}.mdi-chevron-triple-down::before{content:"󰶹"}.mdi-chevron-triple-left::before{content:"󰶺"}.mdi-chevron-triple-right::before{content:"󰶻"}.mdi-chevron-triple-up::before{content:"󰶼"}.mdi-chevron-up::before{content:"󰅃"}.mdi-chevron-up-box::before{content:"󰧜"}.mdi-chevron-up-box-outline::before{content:"󰧝"}.mdi-chevron-up-circle::before{content:"󰬬"}.mdi-chevron-up-circle-outline::before{content:"󰬭"}.mdi-chili-alert::before{content:"󱟪"}.mdi-chili-alert-outline::before{content:"󱟫"}.mdi-chili-hot::before{content:"󰞲"}.mdi-chili-hot-outline::before{content:"󱟬"}.mdi-chili-medium::before{content:"󰞳"}.mdi-chili-medium-outline::before{content:"󱟭"}.mdi-chili-mild::before{content:"󰞴"}.mdi-chili-mild-outline::before{content:"󱟮"}.mdi-chili-off::before{content:"󱑧"}.mdi-chili-off-outline::before{content:"󱟯"}.mdi-chip::before{content:"󰘚"}.mdi-church::before{content:"󰅄"}.mdi-cigar::before{content:"󱆉"}.mdi-cigar-off::before{content:"󱐛"}.mdi-circle::before{content:"󰝥"}.mdi-circle-box::before{content:"󱗜"}.mdi-circle-box-outline::before{content:"󱗝"}.mdi-circle-double::before{content:"󰺕"}.mdi-circle-edit-outline::before{content:"󰣕"}.mdi-circle-expand::before{content:"󰺖"}.mdi-circle-half::before{content:"󱎕"}.mdi-circle-half-full::before{content:"󱎖"}.mdi-circle-medium::before{content:"󰧞"}.mdi-circle-multiple::before{content:"󰬸"}.mdi-circle-multiple-outline::before{content:"󰚕"}.mdi-circle-off-outline::before{content:"󱃓"}.mdi-circle-opacity::before{content:"󱡓"}.mdi-circle-outline::before{content:"󰝦"}.mdi-circle-slice-1::before{content:"󰪞"}.mdi-circle-slice-2::before{content:"󰪟"}.mdi-circle-slice-3::before{content:"󰪠"}.mdi-circle-slice-4::before{content:"󰪡"}.mdi-circle-slice-5::before{content:"󰪢"}.mdi-circle-slice-6::before{content:"󰪣"}.mdi-circle-slice-7::before{content:"󰪤"}.mdi-circle-slice-8::before{content:"󰪥"}.mdi-circle-small::before{content:"󰧟"}.mdi-circular-saw::before{content:"󰸢"}.mdi-city::before{content:"󰅆"}.mdi-city-variant::before{content:"󰨶"}.mdi-city-variant-outline::before{content:"󰨷"}.mdi-clipboard::before{content:"󰅇"}.mdi-clipboard-account::before{content:"󰅈"}.mdi-clipboard-account-outline::before{content:"󰱕"}.mdi-clipboard-alert::before{content:"󰅉"}.mdi-clipboard-alert-outline::before{content:"󰳷"}.mdi-clipboard-arrow-down::before{content:"󰅊"}.mdi-clipboard-arrow-down-outline::before{content:"󰱖"}.mdi-clipboard-arrow-left::before{content:"󰅋"}.mdi-clipboard-arrow-left-outline::before{content:"󰳸"}.mdi-clipboard-arrow-right::before{content:"󰳹"}.mdi-clipboard-arrow-right-outline::before{content:"󰳺"}.mdi-clipboard-arrow-up::before{content:"󰱗"}.mdi-clipboard-arrow-up-outline::before{content:"󰱘"}.mdi-clipboard-check::before{content:"󰅎"}.mdi-clipboard-check-multiple::before{content:"󱉣"}.mdi-clipboard-check-multiple-outline::before{content:"󱉤"}.mdi-clipboard-check-outline::before{content:"󰢨"}.mdi-clipboard-clock::before{content:"󱛢"}.mdi-clipboard-clock-outline::before{content:"󱛣"}.mdi-clipboard-edit::before{content:"󱓥"}.mdi-clipboard-edit-outline::before{content:"󱓦"}.mdi-clipboard-file::before{content:"󱉥"}.mdi-clipboard-file-outline::before{content:"󱉦"}.mdi-clipboard-flow::before{content:"󰛈"}.mdi-clipboard-flow-outline::before{content:"󱄗"}.mdi-clipboard-list::before{content:"󱃔"}.mdi-clipboard-list-outline::before{content:"󱃕"}.mdi-clipboard-minus::before{content:"󱘘"}.mdi-clipboard-minus-outline::before{content:"󱘙"}.mdi-clipboard-multiple::before{content:"󱉧"}.mdi-clipboard-multiple-outline::before{content:"󱉨"}.mdi-clipboard-off::before{content:"󱘚"}.mdi-clipboard-off-outline::before{content:"󱘛"}.mdi-clipboard-outline::before{content:"󰅌"}.mdi-clipboard-play::before{content:"󰱙"}.mdi-clipboard-play-multiple::before{content:"󱉩"}.mdi-clipboard-play-multiple-outline::before{content:"󱉪"}.mdi-clipboard-play-outline::before{content:"󰱚"}.mdi-clipboard-plus::before{content:"󰝑"}.mdi-clipboard-plus-outline::before{content:"󱌟"}.mdi-clipboard-pulse::before{content:"󰡝"}.mdi-clipboard-pulse-outline::before{content:"󰡞"}.mdi-clipboard-remove::before{content:"󱘜"}.mdi-clipboard-remove-outline::before{content:"󱘝"}.mdi-clipboard-search::before{content:"󱘞"}.mdi-clipboard-search-outline::before{content:"󱘟"}.mdi-clipboard-text::before{content:"󰅍"}.mdi-clipboard-text-clock::before{content:"󱣹"}.mdi-clipboard-text-clock-outline::before{content:"󱣺"}.mdi-clipboard-text-multiple::before{content:"󱉫"}.mdi-clipboard-text-multiple-outline::before{content:"󱉬"}.mdi-clipboard-text-off::before{content:"󱘠"}.mdi-clipboard-text-off-outline::before{content:"󱘡"}.mdi-clipboard-text-outline::before{content:"󰨸"}.mdi-clipboard-text-play::before{content:"󰱛"}.mdi-clipboard-text-play-outline::before{content:"󰱜"}.mdi-clipboard-text-search::before{content:"󱘢"}.mdi-clipboard-text-search-outline::before{content:"󱘣"}.mdi-clippy::before{content:"󰅏"}.mdi-clock::before{content:"󰥔"}.mdi-clock-alert::before{content:"󰥕"}.mdi-clock-alert-outline::before{content:"󰗎"}.mdi-clock-check::before{content:"󰾨"}.mdi-clock-check-outline::before{content:"󰾩"}.mdi-clock-digital::before{content:"󰺗"}.mdi-clock-edit::before{content:"󱦺"}.mdi-clock-edit-outline::before{content:"󱦻"}.mdi-clock-end::before{content:"󰅑"}.mdi-clock-fast::before{content:"󰅒"}.mdi-clock-in::before{content:"󰅓"}.mdi-clock-minus::before{content:"󱡣"}.mdi-clock-minus-outline::before{content:"󱡤"}.mdi-clock-out::before{content:"󰅔"}.mdi-clock-outline::before{content:"󰅐"}.mdi-clock-plus::before{content:"󱡡"}.mdi-clock-plus-outline::before{content:"󱡢"}.mdi-clock-remove::before{content:"󱡥"}.mdi-clock-remove-outline::before{content:"󱡦"}.mdi-clock-start::before{content:"󰅕"}.mdi-clock-time-eight::before{content:"󱑆"}.mdi-clock-time-eight-outline::before{content:"󱑒"}.mdi-clock-time-eleven::before{content:"󱑉"}.mdi-clock-time-eleven-outline::before{content:"󱑕"}.mdi-clock-time-five::before{content:"󱑃"}.mdi-clock-time-five-outline::before{content:"󱑏"}.mdi-clock-time-four::before{content:"󱑂"}.mdi-clock-time-four-outline::before{content:"󱑎"}.mdi-clock-time-nine::before{content:"󱑇"}.mdi-clock-time-nine-outline::before{content:"󱑓"}.mdi-clock-time-one::before{content:"󱐿"}.mdi-clock-time-one-outline::before{content:"󱑋"}.mdi-clock-time-seven::before{content:"󱑅"}.mdi-clock-time-seven-outline::before{content:"󱑑"}.mdi-clock-time-six::before{content:"󱑄"}.mdi-clock-time-six-outline::before{content:"󱑐"}.mdi-clock-time-ten::before{content:"󱑈"}.mdi-clock-time-ten-outline::before{content:"󱑔"}.mdi-clock-time-three::before{content:"󱑁"}.mdi-clock-time-three-outline::before{content:"󱑍"}.mdi-clock-time-twelve::before{content:"󱑊"}.mdi-clock-time-twelve-outline::before{content:"󱑖"}.mdi-clock-time-two::before{content:"󱑀"}.mdi-clock-time-two-outline::before{content:"󱑌"}.mdi-close::before{content:"󰅖"}.mdi-close-box::before{content:"󰅗"}.mdi-close-box-multiple::before{content:"󰱝"}.mdi-close-box-multiple-outline::before{content:"󰱞"}.mdi-close-box-outline::before{content:"󰅘"}.mdi-close-circle::before{content:"󰅙"}.mdi-close-circle-multiple::before{content:"󰘪"}.mdi-close-circle-multiple-outline::before{content:"󰢃"}.mdi-close-circle-outline::before{content:"󰅚"}.mdi-close-network::before{content:"󰅛"}.mdi-close-network-outline::before{content:"󰱟"}.mdi-close-octagon::before{content:"󰅜"}.mdi-close-octagon-outline::before{content:"󰅝"}.mdi-close-outline::before{content:"󰛉"}.mdi-close-thick::before{content:"󱎘"}.mdi-closed-caption::before{content:"󰅞"}.mdi-closed-caption-outline::before{content:"󰶽"}.mdi-cloud::before{content:"󰅟"}.mdi-cloud-alert::before{content:"󰧠"}.mdi-cloud-braces::before{content:"󰞵"}.mdi-cloud-check::before{content:"󰅠"}.mdi-cloud-check-outline::before{content:"󱋌"}.mdi-cloud-circle::before{content:"󰅡"}.mdi-cloud-download::before{content:"󰅢"}.mdi-cloud-download-outline::before{content:"󰭽"}.mdi-cloud-lock::before{content:"󱇱"}.mdi-cloud-lock-outline::before{content:"󱇲"}.mdi-cloud-off-outline::before{content:"󰅤"}.mdi-cloud-outline::before{content:"󰅣"}.mdi-cloud-print::before{content:"󰅥"}.mdi-cloud-print-outline::before{content:"󰅦"}.mdi-cloud-question::before{content:"󰨹"}.mdi-cloud-refresh::before{content:"󰔪"}.mdi-cloud-search::before{content:"󰥖"}.mdi-cloud-search-outline::before{content:"󰥗"}.mdi-cloud-sync::before{content:"󰘿"}.mdi-cloud-sync-outline::before{content:"󱋖"}.mdi-cloud-tags::before{content:"󰞶"}.mdi-cloud-upload::before{content:"󰅧"}.mdi-cloud-upload-outline::before{content:"󰭾"}.mdi-clover::before{content:"󰠖"}.mdi-coach-lamp::before{content:"󱀠"}.mdi-coat-rack::before{content:"󱂞"}.mdi-code-array::before{content:"󰅨"}.mdi-code-braces::before{content:"󰅩"}.mdi-code-braces-box::before{content:"󱃖"}.mdi-code-brackets::before{content:"󰅪"}.mdi-code-equal::before{content:"󰅫"}.mdi-code-greater-than::before{content:"󰅬"}.mdi-code-greater-than-or-equal::before{content:"󰅭"}.mdi-code-json::before{content:"󰘦"}.mdi-code-less-than::before{content:"󰅮"}.mdi-code-less-than-or-equal::before{content:"󰅯"}.mdi-code-not-equal::before{content:"󰅰"}.mdi-code-not-equal-variant::before{content:"󰅱"}.mdi-code-parentheses::before{content:"󰅲"}.mdi-code-parentheses-box::before{content:"󱃗"}.mdi-code-string::before{content:"󰅳"}.mdi-code-tags::before{content:"󰅴"}.mdi-code-tags-check::before{content:"󰚔"}.mdi-codepen::before{content:"󰅵"}.mdi-coffee::before{content:"󰅶"}.mdi-coffee-maker::before{content:"󱂟"}.mdi-coffee-maker-check::before{content:"󱤱"}.mdi-coffee-maker-check-outline::before{content:"󱤲"}.mdi-coffee-maker-outline::before{content:"󱠛"}.mdi-coffee-off::before{content:"󰾪"}.mdi-coffee-off-outline::before{content:"󰾫"}.mdi-coffee-outline::before{content:"󰛊"}.mdi-coffee-to-go::before{content:"󰅷"}.mdi-coffee-to-go-outline::before{content:"󱌎"}.mdi-coffin::before{content:"󰭿"}.mdi-cog::before{content:"󰒓"}.mdi-cog-box::before{content:"󰒔"}.mdi-cog-clockwise::before{content:"󱇝"}.mdi-cog-counterclockwise::before{content:"󱇞"}.mdi-cog-off::before{content:"󱏎"}.mdi-cog-off-outline::before{content:"󱏏"}.mdi-cog-outline::before{content:"󰢻"}.mdi-cog-pause::before{content:"󱤳"}.mdi-cog-pause-outline::before{content:"󱤴"}.mdi-cog-play::before{content:"󱤵"}.mdi-cog-play-outline::before{content:"󱤶"}.mdi-cog-refresh::before{content:"󱑞"}.mdi-cog-refresh-outline::before{content:"󱑟"}.mdi-cog-stop::before{content:"󱤷"}.mdi-cog-stop-outline::before{content:"󱤸"}.mdi-cog-sync::before{content:"󱑠"}.mdi-cog-sync-outline::before{content:"󱑡"}.mdi-cog-transfer::before{content:"󱁛"}.mdi-cog-transfer-outline::before{content:"󱁜"}.mdi-cogs::before{content:"󰣖"}.mdi-collage::before{content:"󰙀"}.mdi-collapse-all::before{content:"󰪦"}.mdi-collapse-all-outline::before{content:"󰪧"}.mdi-color-helper::before{content:"󰅹"}.mdi-comma::before{content:"󰸣"}.mdi-comma-box::before{content:"󰸫"}.mdi-comma-box-outline::before{content:"󰸤"}.mdi-comma-circle::before{content:"󰸥"}.mdi-comma-circle-outline::before{content:"󰸦"}.mdi-comment::before{content:"󰅺"}.mdi-comment-account::before{content:"󰅻"}.mdi-comment-account-outline::before{content:"󰅼"}.mdi-comment-alert::before{content:"󰅽"}.mdi-comment-alert-outline::before{content:"󰅾"}.mdi-comment-arrow-left::before{content:"󰧡"}.mdi-comment-arrow-left-outline::before{content:"󰧢"}.mdi-comment-arrow-right::before{content:"󰧣"}.mdi-comment-arrow-right-outline::before{content:"󰧤"}.mdi-comment-bookmark::before{content:"󱖮"}.mdi-comment-bookmark-outline::before{content:"󱖯"}.mdi-comment-check::before{content:"󰅿"}.mdi-comment-check-outline::before{content:"󰆀"}.mdi-comment-edit::before{content:"󱆿"}.mdi-comment-edit-outline::before{content:"󱋄"}.mdi-comment-eye::before{content:"󰨺"}.mdi-comment-eye-outline::before{content:"󰨻"}.mdi-comment-flash::before{content:"󱖰"}.mdi-comment-flash-outline::before{content:"󱖱"}.mdi-comment-minus::before{content:"󱗟"}.mdi-comment-minus-outline::before{content:"󱗠"}.mdi-comment-multiple::before{content:"󰡟"}.mdi-comment-multiple-outline::before{content:"󰆁"}.mdi-comment-off::before{content:"󱗡"}.mdi-comment-off-outline::before{content:"󱗢"}.mdi-comment-outline::before{content:"󰆂"}.mdi-comment-plus::before{content:"󰧥"}.mdi-comment-plus-outline::before{content:"󰆃"}.mdi-comment-processing::before{content:"󰆄"}.mdi-comment-processing-outline::before{content:"󰆅"}.mdi-comment-question::before{content:"󰠗"}.mdi-comment-question-outline::before{content:"󰆆"}.mdi-comment-quote::before{content:"󱀡"}.mdi-comment-quote-outline::before{content:"󱀢"}.mdi-comment-remove::before{content:"󰗞"}.mdi-comment-remove-outline::before{content:"󰆇"}.mdi-comment-search::before{content:"󰨼"}.mdi-comment-search-outline::before{content:"󰨽"}.mdi-comment-text::before{content:"󰆈"}.mdi-comment-text-multiple::before{content:"󰡠"}.mdi-comment-text-multiple-outline::before{content:"󰡡"}.mdi-comment-text-outline::before{content:"󰆉"}.mdi-compare::before{content:"󰆊"}.mdi-compare-horizontal::before{content:"󱒒"}.mdi-compare-remove::before{content:"󱢳"}.mdi-compare-vertical::before{content:"󱒓"}.mdi-compass::before{content:"󰆋"}.mdi-compass-off::before{content:"󰮀"}.mdi-compass-off-outline::before{content:"󰮁"}.mdi-compass-outline::before{content:"󰆌"}.mdi-compass-rose::before{content:"󱎂"}.mdi-cone::before{content:"󱥌"}.mdi-cone-off::before{content:"󱥍"}.mdi-connection::before{content:"󱘖"}.mdi-console::before{content:"󰆍"}.mdi-console-line::before{content:"󰞷"}.mdi-console-network::before{content:"󰢩"}.mdi-console-network-outline::before{content:"󰱠"}.mdi-consolidate::before{content:"󱃘"}.mdi-contactless-payment::before{content:"󰵪"}.mdi-contactless-payment-circle::before{content:"󰌡"}.mdi-contactless-payment-circle-outline::before{content:"󰐈"}.mdi-contacts::before{content:"󰛋"}.mdi-contacts-outline::before{content:"󰖸"}.mdi-contain::before{content:"󰨾"}.mdi-contain-end::before{content:"󰨿"}.mdi-contain-start::before{content:"󰩀"}.mdi-content-copy::before{content:"󰆏"}.mdi-content-cut::before{content:"󰆐"}.mdi-content-duplicate::before{content:"󰆑"}.mdi-content-paste::before{content:"󰆒"}.mdi-content-save::before{content:"󰆓"}.mdi-content-save-alert::before{content:"󰽂"}.mdi-content-save-alert-outline::before{content:"󰽃"}.mdi-content-save-all::before{content:"󰆔"}.mdi-content-save-all-outline::before{content:"󰽄"}.mdi-content-save-check::before{content:"󱣪"}.mdi-content-save-check-outline::before{content:"󱣫"}.mdi-content-save-cog::before{content:"󱑛"}.mdi-content-save-cog-outline::before{content:"󱑜"}.mdi-content-save-edit::before{content:"󰳻"}.mdi-content-save-edit-outline::before{content:"󰳼"}.mdi-content-save-move::before{content:"󰸧"}.mdi-content-save-move-outline::before{content:"󰸨"}.mdi-content-save-off::before{content:"󱙃"}.mdi-content-save-off-outline::before{content:"󱙄"}.mdi-content-save-outline::before{content:"󰠘"}.mdi-content-save-settings::before{content:"󰘛"}.mdi-content-save-settings-outline::before{content:"󰬮"}.mdi-contrast::before{content:"󰆕"}.mdi-contrast-box::before{content:"󰆖"}.mdi-contrast-circle::before{content:"󰆗"}.mdi-controller-classic::before{content:"󰮂"}.mdi-controller-classic-outline::before{content:"󰮃"}.mdi-cookie::before{content:"󰆘"}.mdi-cookie-alert::before{content:"󱛐"}.mdi-cookie-alert-outline::before{content:"󱛑"}.mdi-cookie-check::before{content:"󱛒"}.mdi-cookie-check-outline::before{content:"󱛓"}.mdi-cookie-clock::before{content:"󱛤"}.mdi-cookie-clock-outline::before{content:"󱛥"}.mdi-cookie-cog::before{content:"󱛔"}.mdi-cookie-cog-outline::before{content:"󱛕"}.mdi-cookie-edit::before{content:"󱛦"}.mdi-cookie-edit-outline::before{content:"󱛧"}.mdi-cookie-lock::before{content:"󱛨"}.mdi-cookie-lock-outline::before{content:"󱛩"}.mdi-cookie-minus::before{content:"󱛚"}.mdi-cookie-minus-outline::before{content:"󱛛"}.mdi-cookie-off::before{content:"󱛪"}.mdi-cookie-off-outline::before{content:"󱛫"}.mdi-cookie-outline::before{content:"󱛞"}.mdi-cookie-plus::before{content:"󱛖"}.mdi-cookie-plus-outline::before{content:"󱛗"}.mdi-cookie-refresh::before{content:"󱛬"}.mdi-cookie-refresh-outline::before{content:"󱛭"}.mdi-cookie-remove::before{content:"󱛘"}.mdi-cookie-remove-outline::before{content:"󱛙"}.mdi-cookie-settings::before{content:"󱛜"}.mdi-cookie-settings-outline::before{content:"󱛝"}.mdi-coolant-temperature::before{content:"󰏈"}.mdi-copyleft::before{content:"󱤹"}.mdi-copyright::before{content:"󰗦"}.mdi-cordova::before{content:"󰥘"}.mdi-corn::before{content:"󰞸"}.mdi-corn-off::before{content:"󱏯"}.mdi-cosine-wave::before{content:"󱑹"}.mdi-counter::before{content:"󰆙"}.mdi-countertop::before{content:"󱠜"}.mdi-countertop-outline::before{content:"󱠝"}.mdi-cow::before{content:"󰆚"}.mdi-cow-off::before{content:"󱣼"}.mdi-cpu-32-bit::before{content:"󰻟"}.mdi-cpu-64-bit::before{content:"󰻠"}.mdi-cradle::before{content:"󱦋"}.mdi-cradle-outline::before{content:"󱦑"}.mdi-crane::before{content:"󰡢"}.mdi-creation::before{content:"󰙴"}.mdi-creative-commons::before{content:"󰵫"}.mdi-credit-card::before{content:"󰿯"}.mdi-credit-card-check::before{content:"󱏐"}.mdi-credit-card-check-outline::before{content:"󱏑"}.mdi-credit-card-chip::before{content:"󱤏"}.mdi-credit-card-chip-outline::before{content:"󱤐"}.mdi-credit-card-clock::before{content:"󰻡"}.mdi-credit-card-clock-outline::before{content:"󰻢"}.mdi-credit-card-edit::before{content:"󱟗"}.mdi-credit-card-edit-outline::before{content:"󱟘"}.mdi-credit-card-fast::before{content:"󱤑"}.mdi-credit-card-fast-outline::before{content:"󱤒"}.mdi-credit-card-lock::before{content:"󱣧"}.mdi-credit-card-lock-outline::before{content:"󱣨"}.mdi-credit-card-marker::before{content:"󰚨"}.mdi-credit-card-marker-outline::before{content:"󰶾"}.mdi-credit-card-minus::before{content:"󰾬"}.mdi-credit-card-minus-outline::before{content:"󰾭"}.mdi-credit-card-multiple::before{content:"󰿰"}.mdi-credit-card-multiple-outline::before{content:"󰆜"}.mdi-credit-card-off::before{content:"󰿱"}.mdi-credit-card-off-outline::before{content:"󰗤"}.mdi-credit-card-outline::before{content:"󰆛"}.mdi-credit-card-plus::before{content:"󰿲"}.mdi-credit-card-plus-outline::before{content:"󰙶"}.mdi-credit-card-refresh::before{content:"󱙅"}.mdi-credit-card-refresh-outline::before{content:"󱙆"}.mdi-credit-card-refund::before{content:"󰿳"}.mdi-credit-card-refund-outline::before{content:"󰪨"}.mdi-credit-card-remove::before{content:"󰾮"}.mdi-credit-card-remove-outline::before{content:"󰾯"}.mdi-credit-card-scan::before{content:"󰿴"}.mdi-credit-card-scan-outline::before{content:"󰆝"}.mdi-credit-card-search::before{content:"󱙇"}.mdi-credit-card-search-outline::before{content:"󱙈"}.mdi-credit-card-settings::before{content:"󰿵"}.mdi-credit-card-settings-outline::before{content:"󰣗"}.mdi-credit-card-sync::before{content:"󱙉"}.mdi-credit-card-sync-outline::before{content:"󱙊"}.mdi-credit-card-wireless::before{content:"󰠂"}.mdi-credit-card-wireless-off::before{content:"󰕺"}.mdi-credit-card-wireless-off-outline::before{content:"󰕻"}.mdi-credit-card-wireless-outline::before{content:"󰵬"}.mdi-cricket::before{content:"󰵭"}.mdi-crop::before{content:"󰆞"}.mdi-crop-free::before{content:"󰆟"}.mdi-crop-landscape::before{content:"󰆠"}.mdi-crop-portrait::before{content:"󰆡"}.mdi-crop-rotate::before{content:"󰚖"}.mdi-crop-square::before{content:"󰆢"}.mdi-cross::before{content:"󰥓"}.mdi-cross-bolnisi::before{content:"󰳭"}.mdi-cross-celtic::before{content:"󰳵"}.mdi-cross-outline::before{content:"󰳶"}.mdi-crosshairs::before{content:"󰆣"}.mdi-crosshairs-gps::before{content:"󰆤"}.mdi-crosshairs-off::before{content:"󰽅"}.mdi-crosshairs-question::before{content:"󱄶"}.mdi-crowd::before{content:"󱥵"}.mdi-crown::before{content:"󰆥"}.mdi-crown-circle::before{content:"󱟜"}.mdi-crown-circle-outline::before{content:"󱟝"}.mdi-crown-outline::before{content:"󱇐"}.mdi-cryengine::before{content:"󰥙"}.mdi-crystal-ball::before{content:"󰬯"}.mdi-cube::before{content:"󰆦"}.mdi-cube-off::before{content:"󱐜"}.mdi-cube-off-outline::before{content:"󱐝"}.mdi-cube-outline::before{content:"󰆧"}.mdi-cube-scan::before{content:"󰮄"}.mdi-cube-send::before{content:"󰆨"}.mdi-cube-unfolded::before{content:"󰆩"}.mdi-cup::before{content:"󰆪"}.mdi-cup-off::before{content:"󰗥"}.mdi-cup-off-outline::before{content:"󱍽"}.mdi-cup-outline::before{content:"󱌏"}.mdi-cup-water::before{content:"󰆫"}.mdi-cupboard::before{content:"󰽆"}.mdi-cupboard-outline::before{content:"󰽇"}.mdi-cupcake::before{content:"󰥚"}.mdi-curling::before{content:"󰡣"}.mdi-currency-bdt::before{content:"󰡤"}.mdi-currency-brl::before{content:"󰮅"}.mdi-currency-btc::before{content:"󰆬"}.mdi-currency-cny::before{content:"󰞺"}.mdi-currency-eth::before{content:"󰞻"}.mdi-currency-eur::before{content:"󰆭"}.mdi-currency-eur-off::before{content:"󱌕"}.mdi-currency-gbp::before{content:"󰆮"}.mdi-currency-ils::before{content:"󰱡"}.mdi-currency-inr::before{content:"󰆯"}.mdi-currency-jpy::before{content:"󰞼"}.mdi-currency-krw::before{content:"󰞽"}.mdi-currency-kzt::before{content:"󰡥"}.mdi-currency-mnt::before{content:"󱔒"}.mdi-currency-ngn::before{content:"󰆰"}.mdi-currency-php::before{content:"󰧦"}.mdi-currency-rial::before{content:"󰺜"}.mdi-currency-rub::before{content:"󰆱"}.mdi-currency-rupee::before{content:"󱥶"}.mdi-currency-sign::before{content:"󰞾"}.mdi-currency-try::before{content:"󰆲"}.mdi-currency-twd::before{content:"󰞿"}.mdi-currency-usd::before{content:"󰇁"}.mdi-currency-usd-off::before{content:"󰙺"}.mdi-current-ac::before{content:"󱒀"}.mdi-current-dc::before{content:"󰥜"}.mdi-cursor-default::before{content:"󰇀"}.mdi-cursor-default-click::before{content:"󰳽"}.mdi-cursor-default-click-outline::before{content:"󰳾"}.mdi-cursor-default-gesture::before{content:"󱄧"}.mdi-cursor-default-gesture-outline::before{content:"󱄨"}.mdi-cursor-default-outline::before{content:"󰆿"}.mdi-cursor-move::before{content:"󰆾"}.mdi-cursor-pointer::before{content:"󰆽"}.mdi-cursor-text::before{content:"󰗧"}.mdi-curtains::before{content:"󱡆"}.mdi-curtains-closed::before{content:"󱡇"}.mdi-cylinder::before{content:"󱥎"}.mdi-cylinder-off::before{content:"󱥏"}.mdi-dance-ballroom::before{content:"󱗻"}.mdi-dance-pole::before{content:"󱕸"}.mdi-data-matrix::before{content:"󱔼"}.mdi-data-matrix-edit::before{content:"󱔽"}.mdi-data-matrix-minus::before{content:"󱔾"}.mdi-data-matrix-plus::before{content:"󱔿"}.mdi-data-matrix-remove::before{content:"󱕀"}.mdi-data-matrix-scan::before{content:"󱕁"}.mdi-database::before{content:"󰆼"}.mdi-database-alert::before{content:"󱘺"}.mdi-database-alert-outline::before{content:"󱘤"}.mdi-database-arrow-down::before{content:"󱘻"}.mdi-database-arrow-down-outline::before{content:"󱘥"}.mdi-database-arrow-left::before{content:"󱘼"}.mdi-database-arrow-left-outline::before{content:"󱘦"}.mdi-database-arrow-right::before{content:"󱘽"}.mdi-database-arrow-right-outline::before{content:"󱘧"}.mdi-database-arrow-up::before{content:"󱘾"}.mdi-database-arrow-up-outline::before{content:"󱘨"}.mdi-database-check::before{content:"󰪩"}.mdi-database-check-outline::before{content:"󱘩"}.mdi-database-clock::before{content:"󱘿"}.mdi-database-clock-outline::before{content:"󱘪"}.mdi-database-cog::before{content:"󱙋"}.mdi-database-cog-outline::before{content:"󱙌"}.mdi-database-edit::before{content:"󰮆"}.mdi-database-edit-outline::before{content:"󱘫"}.mdi-database-export::before{content:"󰥞"}.mdi-database-export-outline::before{content:"󱘬"}.mdi-database-eye::before{content:"󱤟"}.mdi-database-eye-off::before{content:"󱤠"}.mdi-database-eye-off-outline::before{content:"󱤡"}.mdi-database-eye-outline::before{content:"󱤢"}.mdi-database-import::before{content:"󰥝"}.mdi-database-import-outline::before{content:"󱘭"}.mdi-database-lock::before{content:"󰪪"}.mdi-database-lock-outline::before{content:"󱘮"}.mdi-database-marker::before{content:"󱋶"}.mdi-database-marker-outline::before{content:"󱘯"}.mdi-database-minus::before{content:"󰆻"}.mdi-database-minus-outline::before{content:"󱘰"}.mdi-database-off::before{content:"󱙀"}.mdi-database-off-outline::before{content:"󱘱"}.mdi-database-outline::before{content:"󱘲"}.mdi-database-plus::before{content:"󰆺"}.mdi-database-plus-outline::before{content:"󱘳"}.mdi-database-refresh::before{content:"󰗂"}.mdi-database-refresh-outline::before{content:"󱘴"}.mdi-database-remove::before{content:"󰴀"}.mdi-database-remove-outline::before{content:"󱘵"}.mdi-database-search::before{content:"󰡦"}.mdi-database-search-outline::before{content:"󱘶"}.mdi-database-settings::before{content:"󰴁"}.mdi-database-settings-outline::before{content:"󱘷"}.mdi-database-sync::before{content:"󰳿"}.mdi-database-sync-outline::before{content:"󱘸"}.mdi-death-star::before{content:"󰣘"}.mdi-death-star-variant::before{content:"󰣙"}.mdi-deathly-hallows::before{content:"󰮇"}.mdi-debian::before{content:"󰣚"}.mdi-debug-step-into::before{content:"󰆹"}.mdi-debug-step-out::before{content:"󰆸"}.mdi-debug-step-over::before{content:"󰆷"}.mdi-decagram::before{content:"󰝬"}.mdi-decagram-outline::before{content:"󰝭"}.mdi-decimal::before{content:"󱂡"}.mdi-decimal-comma::before{content:"󱂢"}.mdi-decimal-comma-decrease::before{content:"󱂣"}.mdi-decimal-comma-increase::before{content:"󱂤"}.mdi-decimal-decrease::before{content:"󰆶"}.mdi-decimal-increase::before{content:"󰆵"}.mdi-delete::before{content:"󰆴"}.mdi-delete-alert::before{content:"󱂥"}.mdi-delete-alert-outline::before{content:"󱂦"}.mdi-delete-circle::before{content:"󰚃"}.mdi-delete-circle-outline::before{content:"󰮈"}.mdi-delete-clock::before{content:"󱕖"}.mdi-delete-clock-outline::before{content:"󱕗"}.mdi-delete-empty::before{content:"󰛌"}.mdi-delete-empty-outline::before{content:"󰺝"}.mdi-delete-forever::before{content:"󰗨"}.mdi-delete-forever-outline::before{content:"󰮉"}.mdi-delete-off::before{content:"󱂧"}.mdi-delete-off-outline::before{content:"󱂨"}.mdi-delete-outline::before{content:"󰧧"}.mdi-delete-restore::before{content:"󰠙"}.mdi-delete-sweep::before{content:"󰗩"}.mdi-delete-sweep-outline::before{content:"󰱢"}.mdi-delete-variant::before{content:"󰆳"}.mdi-delta::before{content:"󰇂"}.mdi-desk::before{content:"󱈹"}.mdi-desk-lamp::before{content:"󰥟"}.mdi-deskphone::before{content:"󰇃"}.mdi-desktop-classic::before{content:"󰟀"}.mdi-desktop-mac::before{content:"󰇄"}.mdi-desktop-mac-dashboard::before{content:"󰧨"}.mdi-desktop-tower::before{content:"󰇅"}.mdi-desktop-tower-monitor::before{content:"󰪫"}.mdi-details::before{content:"󰇆"}.mdi-dev-to::before{content:"󰵮"}.mdi-developer-board::before{content:"󰚗"}.mdi-deviantart::before{content:"󰇇"}.mdi-devices::before{content:"󰾰"}.mdi-dharmachakra::before{content:"󰥋"}.mdi-diabetes::before{content:"󱄦"}.mdi-dialpad::before{content:"󰘜"}.mdi-diameter::before{content:"󰱣"}.mdi-diameter-outline::before{content:"󰱤"}.mdi-diameter-variant::before{content:"󰱥"}.mdi-diamond::before{content:"󰮊"}.mdi-diamond-outline::before{content:"󰮋"}.mdi-diamond-stone::before{content:"󰇈"}.mdi-dice-1::before{content:"󰇊"}.mdi-dice-1-outline::before{content:"󱅊"}.mdi-dice-2::before{content:"󰇋"}.mdi-dice-2-outline::before{content:"󱅋"}.mdi-dice-3::before{content:"󰇌"}.mdi-dice-3-outline::before{content:"󱅌"}.mdi-dice-4::before{content:"󰇍"}.mdi-dice-4-outline::before{content:"󱅍"}.mdi-dice-5::before{content:"󰇎"}.mdi-dice-5-outline::before{content:"󱅎"}.mdi-dice-6::before{content:"󰇏"}.mdi-dice-6-outline::before{content:"󱅏"}.mdi-dice-d10::before{content:"󱅓"}.mdi-dice-d10-outline::before{content:"󰝯"}.mdi-dice-d12::before{content:"󱅔"}.mdi-dice-d12-outline::before{content:"󰡧"}.mdi-dice-d20::before{content:"󱅕"}.mdi-dice-d20-outline::before{content:"󰗪"}.mdi-dice-d4::before{content:"󱅐"}.mdi-dice-d4-outline::before{content:"󰗫"}.mdi-dice-d6::before{content:"󱅑"}.mdi-dice-d6-outline::before{content:"󰗭"}.mdi-dice-d8::before{content:"󱅒"}.mdi-dice-d8-outline::before{content:"󰗬"}.mdi-dice-multiple::before{content:"󰝮"}.mdi-dice-multiple-outline::before{content:"󱅖"}.mdi-digital-ocean::before{content:"󱈷"}.mdi-dip-switch::before{content:"󰟁"}.mdi-directions::before{content:"󰇐"}.mdi-directions-fork::before{content:"󰙁"}.mdi-disc::before{content:"󰗮"}.mdi-disc-alert::before{content:"󰇑"}.mdi-disc-player::before{content:"󰥠"}.mdi-discord::before{content:"󰙯"}.mdi-dishwasher::before{content:"󰪬"}.mdi-dishwasher-alert::before{content:"󱆸"}.mdi-dishwasher-off::before{content:"󱆹"}.mdi-disqus::before{content:"󰇒"}.mdi-distribute-horizontal-center::before{content:"󱇉"}.mdi-distribute-horizontal-left::before{content:"󱇈"}.mdi-distribute-horizontal-right::before{content:"󱇊"}.mdi-distribute-vertical-bottom::before{content:"󱇋"}.mdi-distribute-vertical-center::before{content:"󱇌"}.mdi-distribute-vertical-top::before{content:"󱇍"}.mdi-diversify::before{content:"󱡷"}.mdi-diving::before{content:"󱥷"}.mdi-diving-flippers::before{content:"󰶿"}.mdi-diving-helmet::before{content:"󰷀"}.mdi-diving-scuba::before{content:"󰷁"}.mdi-diving-scuba-flag::before{content:"󰷂"}.mdi-diving-scuba-tank::before{content:"󰷃"}.mdi-diving-scuba-tank-multiple::before{content:"󰷄"}.mdi-diving-snorkel::before{content:"󰷅"}.mdi-division::before{content:"󰇔"}.mdi-division-box::before{content:"󰇕"}.mdi-dlna::before{content:"󰩁"}.mdi-dna::before{content:"󰚄"}.mdi-dns::before{content:"󰇖"}.mdi-dns-outline::before{content:"󰮌"}.mdi-dock-bottom::before{content:"󱂩"}.mdi-dock-left::before{content:"󱂪"}.mdi-dock-right::before{content:"󱂫"}.mdi-dock-top::before{content:"󱔓"}.mdi-dock-window::before{content:"󱂬"}.mdi-docker::before{content:"󰡨"}.mdi-doctor::before{content:"󰩂"}.mdi-dog::before{content:"󰩃"}.mdi-dog-service::before{content:"󰪭"}.mdi-dog-side::before{content:"󰩄"}.mdi-dog-side-off::before{content:"󱛮"}.mdi-dolby::before{content:"󰚳"}.mdi-dolly::before{content:"󰺞"}.mdi-dolphin::before{content:"󱢴"}.mdi-domain::before{content:"󰇗"}.mdi-domain-off::before{content:"󰵯"}.mdi-domain-plus::before{content:"󱂭"}.mdi-domain-remove::before{content:"󱂮"}.mdi-dome-light::before{content:"󱐞"}.mdi-domino-mask::before{content:"󱀣"}.mdi-donkey::before{content:"󰟂"}.mdi-door::before{content:"󰠚"}.mdi-door-closed::before{content:"󰠛"}.mdi-door-closed-lock::before{content:"󱂯"}.mdi-door-open::before{content:"󰠜"}.mdi-door-sliding::before{content:"󱠞"}.mdi-door-sliding-lock::before{content:"󱠟"}.mdi-door-sliding-open::before{content:"󱠠"}.mdi-doorbell::before{content:"󱋦"}.mdi-doorbell-video::before{content:"󰡩"}.mdi-dot-net::before{content:"󰪮"}.mdi-dots-circle::before{content:"󱥸"}.mdi-dots-grid::before{content:"󱗼"}.mdi-dots-hexagon::before{content:"󱗿"}.mdi-dots-horizontal::before{content:"󰇘"}.mdi-dots-horizontal-circle::before{content:"󰟃"}.mdi-dots-horizontal-circle-outline::before{content:"󰮍"}.mdi-dots-square::before{content:"󱗽"}.mdi-dots-triangle::before{content:"󱗾"}.mdi-dots-vertical::before{content:"󰇙"}.mdi-dots-vertical-circle::before{content:"󰟄"}.mdi-dots-vertical-circle-outline::before{content:"󰮎"}.mdi-download::before{content:"󰇚"}.mdi-download-box::before{content:"󱑢"}.mdi-download-box-outline::before{content:"󱑣"}.mdi-download-circle::before{content:"󱑤"}.mdi-download-circle-outline::before{content:"󱑥"}.mdi-download-lock::before{content:"󱌠"}.mdi-download-lock-outline::before{content:"󱌡"}.mdi-download-multiple::before{content:"󰧩"}.mdi-download-network::before{content:"󰛴"}.mdi-download-network-outline::before{content:"󰱦"}.mdi-download-off::before{content:"󱂰"}.mdi-download-off-outline::before{content:"󱂱"}.mdi-download-outline::before{content:"󰮏"}.mdi-drag::before{content:"󰇛"}.mdi-drag-horizontal::before{content:"󰇜"}.mdi-drag-horizontal-variant::before{content:"󱋰"}.mdi-drag-variant::before{content:"󰮐"}.mdi-drag-vertical::before{content:"󰇝"}.mdi-drag-vertical-variant::before{content:"󱋱"}.mdi-drama-masks::before{content:"󰴂"}.mdi-draw::before{content:"󰽉"}.mdi-draw-pen::before{content:"󱦹"}.mdi-drawing::before{content:"󰇞"}.mdi-drawing-box::before{content:"󰇟"}.mdi-dresser::before{content:"󰽊"}.mdi-dresser-outline::before{content:"󰽋"}.mdi-drone::before{content:"󰇢"}.mdi-dropbox::before{content:"󰇣"}.mdi-drupal::before{content:"󰇤"}.mdi-duck::before{content:"󰇥"}.mdi-dumbbell::before{content:"󰇦"}.mdi-dump-truck::before{content:"󰱧"}.mdi-ear-hearing::before{content:"󰟅"}.mdi-ear-hearing-off::before{content:"󰩅"}.mdi-earbuds::before{content:"󱡏"}.mdi-earbuds-off::before{content:"󱡐"}.mdi-earbuds-off-outline::before{content:"󱡑"}.mdi-earbuds-outline::before{content:"󱡒"}.mdi-earth::before{content:"󰇧"}.mdi-earth-arrow-right::before{content:"󱌑"}.mdi-earth-box::before{content:"󰛍"}.mdi-earth-box-minus::before{content:"󱐇"}.mdi-earth-box-off::before{content:"󰛎"}.mdi-earth-box-plus::before{content:"󱐆"}.mdi-earth-box-remove::before{content:"󱐈"}.mdi-earth-minus::before{content:"󱐄"}.mdi-earth-off::before{content:"󰇨"}.mdi-earth-plus::before{content:"󱐃"}.mdi-earth-remove::before{content:"󱐅"}.mdi-egg::before{content:"󰪯"}.mdi-egg-easter::before{content:"󰪰"}.mdi-egg-fried::before{content:"󱡊"}.mdi-egg-off::before{content:"󱏰"}.mdi-egg-off-outline::before{content:"󱏱"}.mdi-egg-outline::before{content:"󱏲"}.mdi-eiffel-tower::before{content:"󱕫"}.mdi-eight-track::before{content:"󰧪"}.mdi-eject::before{content:"󰇪"}.mdi-eject-outline::before{content:"󰮑"}.mdi-electric-switch::before{content:"󰺟"}.mdi-electric-switch-closed::before{content:"󱃙"}.mdi-electron-framework::before{content:"󱀤"}.mdi-elephant::before{content:"󰟆"}.mdi-elevation-decline::before{content:"󰇫"}.mdi-elevation-rise::before{content:"󰇬"}.mdi-elevator::before{content:"󰇭"}.mdi-elevator-down::before{content:"󱋂"}.mdi-elevator-passenger::before{content:"󱎁"}.mdi-elevator-passenger-off::before{content:"󱥹"}.mdi-elevator-passenger-off-outline::before{content:"󱥺"}.mdi-elevator-passenger-outline::before{content:"󱥻"}.mdi-elevator-up::before{content:"󱋁"}.mdi-ellipse::before{content:"󰺠"}.mdi-ellipse-outline::before{content:"󰺡"}.mdi-email::before{content:"󰇮"}.mdi-email-alert::before{content:"󰛏"}.mdi-email-alert-outline::before{content:"󰵂"}.mdi-email-box::before{content:"󰴃"}.mdi-email-check::before{content:"󰪱"}.mdi-email-check-outline::before{content:"󰪲"}.mdi-email-edit::before{content:"󰻣"}.mdi-email-edit-outline::before{content:"󰻤"}.mdi-email-fast::before{content:"󱡯"}.mdi-email-fast-outline::before{content:"󱡰"}.mdi-email-lock::before{content:"󰇱"}.mdi-email-mark-as-unread::before{content:"󰮒"}.mdi-email-minus::before{content:"󰻥"}.mdi-email-minus-outline::before{content:"󰻦"}.mdi-email-multiple::before{content:"󰻧"}.mdi-email-multiple-outline::before{content:"󰻨"}.mdi-email-newsletter::before{content:"󰾱"}.mdi-email-off::before{content:"󱏣"}.mdi-email-off-outline::before{content:"󱏤"}.mdi-email-open::before{content:"󰇯"}.mdi-email-open-multiple::before{content:"󰻩"}.mdi-email-open-multiple-outline::before{content:"󰻪"}.mdi-email-open-outline::before{content:"󰗯"}.mdi-email-outline::before{content:"󰇰"}.mdi-email-plus::before{content:"󰧫"}.mdi-email-plus-outline::before{content:"󰧬"}.mdi-email-receive::before{content:"󱃚"}.mdi-email-receive-outline::before{content:"󱃛"}.mdi-email-remove::before{content:"󱙡"}.mdi-email-remove-outline::before{content:"󱙢"}.mdi-email-seal::before{content:"󱥛"}.mdi-email-seal-outline::before{content:"󱥜"}.mdi-email-search::before{content:"󰥡"}.mdi-email-search-outline::before{content:"󰥢"}.mdi-email-send::before{content:"󱃜"}.mdi-email-send-outline::before{content:"󱃝"}.mdi-email-sync::before{content:"󱋇"}.mdi-email-sync-outline::before{content:"󱋈"}.mdi-email-variant::before{content:"󰗰"}.mdi-ember::before{content:"󰬰"}.mdi-emby::before{content:"󰚴"}.mdi-emoticon::before{content:"󰱨"}.mdi-emoticon-angry::before{content:"󰱩"}.mdi-emoticon-angry-outline::before{content:"󰱪"}.mdi-emoticon-confused::before{content:"󱃞"}.mdi-emoticon-confused-outline::before{content:"󱃟"}.mdi-emoticon-cool::before{content:"󰱫"}.mdi-emoticon-cool-outline::before{content:"󰇳"}.mdi-emoticon-cry::before{content:"󰱬"}.mdi-emoticon-cry-outline::before{content:"󰱭"}.mdi-emoticon-dead::before{content:"󰱮"}.mdi-emoticon-dead-outline::before{content:"󰚛"}.mdi-emoticon-devil::before{content:"󰱯"}.mdi-emoticon-devil-outline::before{content:"󰇴"}.mdi-emoticon-excited::before{content:"󰱰"}.mdi-emoticon-excited-outline::before{content:"󰚜"}.mdi-emoticon-frown::before{content:"󰽌"}.mdi-emoticon-frown-outline::before{content:"󰽍"}.mdi-emoticon-happy::before{content:"󰱱"}.mdi-emoticon-happy-outline::before{content:"󰇵"}.mdi-emoticon-kiss::before{content:"󰱲"}.mdi-emoticon-kiss-outline::before{content:"󰱳"}.mdi-emoticon-lol::before{content:"󱈔"}.mdi-emoticon-lol-outline::before{content:"󱈕"}.mdi-emoticon-neutral::before{content:"󰱴"}.mdi-emoticon-neutral-outline::before{content:"󰇶"}.mdi-emoticon-outline::before{content:"󰇲"}.mdi-emoticon-poop::before{content:"󰇷"}.mdi-emoticon-poop-outline::before{content:"󰱵"}.mdi-emoticon-sad::before{content:"󰱶"}.mdi-emoticon-sad-outline::before{content:"󰇸"}.mdi-emoticon-sick::before{content:"󱕼"}.mdi-emoticon-sick-outline::before{content:"󱕽"}.mdi-emoticon-tongue::before{content:"󰇹"}.mdi-emoticon-tongue-outline::before{content:"󰱷"}.mdi-emoticon-wink::before{content:"󰱸"}.mdi-emoticon-wink-outline::before{content:"󰱹"}.mdi-engine::before{content:"󰇺"}.mdi-engine-off::before{content:"󰩆"}.mdi-engine-off-outline::before{content:"󰩇"}.mdi-engine-outline::before{content:"󰇻"}.mdi-epsilon::before{content:"󱃠"}.mdi-equal::before{content:"󰇼"}.mdi-equal-box::before{content:"󰇽"}.mdi-equalizer::before{content:"󰺢"}.mdi-equalizer-outline::before{content:"󰺣"}.mdi-eraser::before{content:"󰇾"}.mdi-eraser-variant::before{content:"󰙂"}.mdi-escalator::before{content:"󰇿"}.mdi-escalator-box::before{content:"󱎙"}.mdi-escalator-down::before{content:"󱋀"}.mdi-escalator-up::before{content:"󱊿"}.mdi-eslint::before{content:"󰱺"}.mdi-et::before{content:"󰪳"}.mdi-ethereum::before{content:"󰡪"}.mdi-ethernet::before{content:"󰈀"}.mdi-ethernet-cable::before{content:"󰈁"}.mdi-ethernet-cable-off::before{content:"󰈂"}.mdi-ev-plug-ccs1::before{content:"󱔙"}.mdi-ev-plug-ccs2::before{content:"󱔚"}.mdi-ev-plug-chademo::before{content:"󱔛"}.mdi-ev-plug-tesla::before{content:"󱔜"}.mdi-ev-plug-type1::before{content:"󱔝"}.mdi-ev-plug-type2::before{content:"󱔞"}.mdi-ev-station::before{content:"󰗱"}.mdi-evernote::before{content:"󰈄"}.mdi-excavator::before{content:"󱀥"}.mdi-exclamation::before{content:"󰈅"}.mdi-exclamation-thick::before{content:"󱈸"}.mdi-exit-run::before{content:"󰩈"}.mdi-exit-to-app::before{content:"󰈆"}.mdi-expand-all::before{content:"󰪴"}.mdi-expand-all-outline::before{content:"󰪵"}.mdi-expansion-card::before{content:"󰢮"}.mdi-expansion-card-variant::before{content:"󰾲"}.mdi-exponent::before{content:"󰥣"}.mdi-exponent-box::before{content:"󰥤"}.mdi-export::before{content:"󰈇"}.mdi-export-variant::before{content:"󰮓"}.mdi-eye::before{content:"󰈈"}.mdi-eye-arrow-left::before{content:"󱣽"}.mdi-eye-arrow-left-outline::before{content:"󱣾"}.mdi-eye-arrow-right::before{content:"󱣿"}.mdi-eye-arrow-right-outline::before{content:"󱤀"}.mdi-eye-check::before{content:"󰴄"}.mdi-eye-check-outline::before{content:"󰴅"}.mdi-eye-circle::before{content:"󰮔"}.mdi-eye-circle-outline::before{content:"󰮕"}.mdi-eye-minus::before{content:"󱀦"}.mdi-eye-minus-outline::before{content:"󱀧"}.mdi-eye-off::before{content:"󰈉"}.mdi-eye-off-outline::before{content:"󰛑"}.mdi-eye-outline::before{content:"󰛐"}.mdi-eye-plus::before{content:"󰡫"}.mdi-eye-plus-outline::before{content:"󰡬"}.mdi-eye-refresh::before{content:"󱥼"}.mdi-eye-refresh-outline::before{content:"󱥽"}.mdi-eye-remove::before{content:"󱗣"}.mdi-eye-remove-outline::before{content:"󱗤"}.mdi-eye-settings::before{content:"󰡭"}.mdi-eye-settings-outline::before{content:"󰡮"}.mdi-eyedropper::before{content:"󰈊"}.mdi-eyedropper-minus::before{content:"󱏝"}.mdi-eyedropper-off::before{content:"󱏟"}.mdi-eyedropper-plus::before{content:"󱏜"}.mdi-eyedropper-remove::before{content:"󱏞"}.mdi-eyedropper-variant::before{content:"󰈋"}.mdi-face-agent::before{content:"󰵰"}.mdi-face-man::before{content:"󰙃"}.mdi-face-man-outline::before{content:"󰮖"}.mdi-face-man-profile::before{content:"󰙄"}.mdi-face-man-shimmer::before{content:"󱗌"}.mdi-face-man-shimmer-outline::before{content:"󱗍"}.mdi-face-mask::before{content:"󱖆"}.mdi-face-mask-outline::before{content:"󱖇"}.mdi-face-recognition::before{content:"󰱻"}.mdi-face-woman::before{content:"󱁷"}.mdi-face-woman-outline::before{content:"󱁸"}.mdi-face-woman-profile::before{content:"󱁶"}.mdi-face-woman-shimmer::before{content:"󱗎"}.mdi-face-woman-shimmer-outline::before{content:"󱗏"}.mdi-facebook::before{content:"󰈌"}.mdi-facebook-gaming::before{content:"󰟝"}.mdi-facebook-messenger::before{content:"󰈎"}.mdi-facebook-workplace::before{content:"󰬱"}.mdi-factory::before{content:"󰈏"}.mdi-family-tree::before{content:"󱘎"}.mdi-fan::before{content:"󰈐"}.mdi-fan-alert::before{content:"󱑬"}.mdi-fan-auto::before{content:"󱜝"}.mdi-fan-chevron-down::before{content:"󱑭"}.mdi-fan-chevron-up::before{content:"󱑮"}.mdi-fan-minus::before{content:"󱑰"}.mdi-fan-off::before{content:"󰠝"}.mdi-fan-plus::before{content:"󱑯"}.mdi-fan-remove::before{content:"󱑱"}.mdi-fan-speed-1::before{content:"󱑲"}.mdi-fan-speed-2::before{content:"󱑳"}.mdi-fan-speed-3::before{content:"󱑴"}.mdi-fast-forward::before{content:"󰈑"}.mdi-fast-forward-10::before{content:"󰵱"}.mdi-fast-forward-15::before{content:"󱤺"}.mdi-fast-forward-30::before{content:"󰴆"}.mdi-fast-forward-5::before{content:"󱇸"}.mdi-fast-forward-60::before{content:"󱘋"}.mdi-fast-forward-outline::before{content:"󰛒"}.mdi-fax::before{content:"󰈒"}.mdi-feather::before{content:"󰛓"}.mdi-feature-search::before{content:"󰩉"}.mdi-feature-search-outline::before{content:"󰩊"}.mdi-fedora::before{content:"󰣛"}.mdi-fence::before{content:"󱞚"}.mdi-fence-electric::before{content:"󱟶"}.mdi-fencing::before{content:"󱓁"}.mdi-ferris-wheel::before{content:"󰺤"}.mdi-ferry::before{content:"󰈓"}.mdi-file::before{content:"󰈔"}.mdi-file-account::before{content:"󰜻"}.mdi-file-account-outline::before{content:"󱀨"}.mdi-file-alert::before{content:"󰩋"}.mdi-file-alert-outline::before{content:"󰩌"}.mdi-file-cabinet::before{content:"󰪶"}.mdi-file-cad::before{content:"󰻫"}.mdi-file-cad-box::before{content:"󰻬"}.mdi-file-cancel::before{content:"󰷆"}.mdi-file-cancel-outline::before{content:"󰷇"}.mdi-file-certificate::before{content:"󱆆"}.mdi-file-certificate-outline::before{content:"󱆇"}.mdi-file-chart::before{content:"󰈕"}.mdi-file-chart-outline::before{content:"󱀩"}.mdi-file-check::before{content:"󰈖"}.mdi-file-check-outline::before{content:"󰸩"}.mdi-file-clock::before{content:"󱋡"}.mdi-file-clock-outline::before{content:"󱋢"}.mdi-file-cloud::before{content:"󰈗"}.mdi-file-cloud-outline::before{content:"󱀪"}.mdi-file-code::before{content:"󰈮"}.mdi-file-code-outline::before{content:"󱀫"}.mdi-file-cog::before{content:"󱁻"}.mdi-file-cog-outline::before{content:"󱁼"}.mdi-file-compare::before{content:"󰢪"}.mdi-file-delimited::before{content:"󰈘"}.mdi-file-delimited-outline::before{content:"󰺥"}.mdi-file-document::before{content:"󰈙"}.mdi-file-document-edit::before{content:"󰷈"}.mdi-file-document-edit-outline::before{content:"󰷉"}.mdi-file-document-multiple::before{content:"󱔗"}.mdi-file-document-multiple-outline::before{content:"󱔘"}.mdi-file-document-outline::before{content:"󰧮"}.mdi-file-download::before{content:"󰥥"}.mdi-file-download-outline::before{content:"󰥦"}.mdi-file-edit::before{content:"󱇧"}.mdi-file-edit-outline::before{content:"󱇨"}.mdi-file-excel::before{content:"󰈛"}.mdi-file-excel-box::before{content:"󰈜"}.mdi-file-excel-box-outline::before{content:"󱀬"}.mdi-file-excel-outline::before{content:"󱀭"}.mdi-file-export::before{content:"󰈝"}.mdi-file-export-outline::before{content:"󱀮"}.mdi-file-eye::before{content:"󰷊"}.mdi-file-eye-outline::before{content:"󰷋"}.mdi-file-find::before{content:"󰈞"}.mdi-file-find-outline::before{content:"󰮗"}.mdi-file-gif-box::before{content:"󰵸"}.mdi-file-hidden::before{content:"󰘓"}.mdi-file-image::before{content:"󰈟"}.mdi-file-image-marker::before{content:"󱝲"}.mdi-file-image-marker-outline::before{content:"󱝳"}.mdi-file-image-minus::before{content:"󱤻"}.mdi-file-image-minus-outline::before{content:"󱤼"}.mdi-file-image-outline::before{content:"󰺰"}.mdi-file-image-plus::before{content:"󱤽"}.mdi-file-image-plus-outline::before{content:"󱤾"}.mdi-file-image-remove::before{content:"󱤿"}.mdi-file-image-remove-outline::before{content:"󱥀"}.mdi-file-import::before{content:"󰈠"}.mdi-file-import-outline::before{content:"󱀯"}.mdi-file-jpg-box::before{content:"󰈥"}.mdi-file-key::before{content:"󱆄"}.mdi-file-key-outline::before{content:"󱆅"}.mdi-file-link::before{content:"󱅷"}.mdi-file-link-outline::before{content:"󱅸"}.mdi-file-lock::before{content:"󰈡"}.mdi-file-lock-outline::before{content:"󱀰"}.mdi-file-marker::before{content:"󱝴"}.mdi-file-marker-outline::before{content:"󱝵"}.mdi-file-move::before{content:"󰪹"}.mdi-file-move-outline::before{content:"󱀱"}.mdi-file-multiple::before{content:"󰈢"}.mdi-file-multiple-outline::before{content:"󱀲"}.mdi-file-music::before{content:"󰈣"}.mdi-file-music-outline::before{content:"󰸪"}.mdi-file-outline::before{content:"󰈤"}.mdi-file-pdf-box::before{content:"󰈦"}.mdi-file-percent::before{content:"󰠞"}.mdi-file-percent-outline::before{content:"󱀳"}.mdi-file-phone::before{content:"󱅹"}.mdi-file-phone-outline::before{content:"󱅺"}.mdi-file-plus::before{content:"󰝒"}.mdi-file-plus-outline::before{content:"󰻭"}.mdi-file-png-box::before{content:"󰸭"}.mdi-file-powerpoint::before{content:"󰈧"}.mdi-file-powerpoint-box::before{content:"󰈨"}.mdi-file-powerpoint-box-outline::before{content:"󱀴"}.mdi-file-powerpoint-outline::before{content:"󱀵"}.mdi-file-presentation-box::before{content:"󰈩"}.mdi-file-question::before{content:"󰡯"}.mdi-file-question-outline::before{content:"󱀶"}.mdi-file-refresh::before{content:"󰤘"}.mdi-file-refresh-outline::before{content:"󰕁"}.mdi-file-remove::before{content:"󰮘"}.mdi-file-remove-outline::before{content:"󱀷"}.mdi-file-replace::before{content:"󰬲"}.mdi-file-replace-outline::before{content:"󰬳"}.mdi-file-restore::before{content:"󰙰"}.mdi-file-restore-outline::before{content:"󱀸"}.mdi-file-search::before{content:"󰱼"}.mdi-file-search-outline::before{content:"󰱽"}.mdi-file-send::before{content:"󰈪"}.mdi-file-send-outline::before{content:"󱀹"}.mdi-file-settings::before{content:"󱁹"}.mdi-file-settings-outline::before{content:"󱁺"}.mdi-file-sign::before{content:"󱧃"}.mdi-file-star::before{content:"󱀺"}.mdi-file-star-outline::before{content:"󱀻"}.mdi-file-swap::before{content:"󰾴"}.mdi-file-swap-outline::before{content:"󰾵"}.mdi-file-sync::before{content:"󱈖"}.mdi-file-sync-outline::before{content:"󱈗"}.mdi-file-table::before{content:"󰱾"}.mdi-file-table-box::before{content:"󱃡"}.mdi-file-table-box-multiple::before{content:"󱃢"}.mdi-file-table-box-multiple-outline::before{content:"󱃣"}.mdi-file-table-box-outline::before{content:"󱃤"}.mdi-file-table-outline::before{content:"󰱿"}.mdi-file-tree::before{content:"󰙅"}.mdi-file-tree-outline::before{content:"󱏒"}.mdi-file-undo::before{content:"󰣜"}.mdi-file-undo-outline::before{content:"󱀼"}.mdi-file-upload::before{content:"󰩍"}.mdi-file-upload-outline::before{content:"󰩎"}.mdi-file-video::before{content:"󰈫"}.mdi-file-video-outline::before{content:"󰸬"}.mdi-file-word::before{content:"󰈬"}.mdi-file-word-box::before{content:"󰈭"}.mdi-file-word-box-outline::before{content:"󱀽"}.mdi-file-word-outline::before{content:"󱀾"}.mdi-film::before{content:"󰈯"}.mdi-filmstrip::before{content:"󰈰"}.mdi-filmstrip-box::before{content:"󰌲"}.mdi-filmstrip-box-multiple::before{content:"󰴘"}.mdi-filmstrip-off::before{content:"󰈱"}.mdi-filter::before{content:"󰈲"}.mdi-filter-check::before{content:"󱣬"}.mdi-filter-check-outline::before{content:"󱣭"}.mdi-filter-menu::before{content:"󱃥"}.mdi-filter-menu-outline::before{content:"󱃦"}.mdi-filter-minus::before{content:"󰻮"}.mdi-filter-minus-outline::before{content:"󰻯"}.mdi-filter-off::before{content:"󱓯"}.mdi-filter-off-outline::before{content:"󱓰"}.mdi-filter-outline::before{content:"󰈳"}.mdi-filter-plus::before{content:"󰻰"}.mdi-filter-plus-outline::before{content:"󰻱"}.mdi-filter-remove::before{content:"󰈴"}.mdi-filter-remove-outline::before{content:"󰈵"}.mdi-filter-variant::before{content:"󰈶"}.mdi-filter-variant-minus::before{content:"󱄒"}.mdi-filter-variant-plus::before{content:"󱄓"}.mdi-filter-variant-remove::before{content:"󱀿"}.mdi-finance::before{content:"󰠟"}.mdi-find-replace::before{content:"󰛔"}.mdi-fingerprint::before{content:"󰈷"}.mdi-fingerprint-off::before{content:"󰺱"}.mdi-fire::before{content:"󰈸"}.mdi-fire-alert::before{content:"󱗗"}.mdi-fire-circle::before{content:"󱠇"}.mdi-fire-extinguisher::before{content:"󰻲"}.mdi-fire-hydrant::before{content:"󱄷"}.mdi-fire-hydrant-alert::before{content:"󱄸"}.mdi-fire-hydrant-off::before{content:"󱄹"}.mdi-fire-off::before{content:"󱜢"}.mdi-fire-truck::before{content:"󰢫"}.mdi-firebase::before{content:"󰥧"}.mdi-firefox::before{content:"󰈹"}.mdi-fireplace::before{content:"󰸮"}.mdi-fireplace-off::before{content:"󰸯"}.mdi-firewire::before{content:"󰖾"}.mdi-firework::before{content:"󰸰"}.mdi-firework-off::before{content:"󱜣"}.mdi-fish::before{content:"󰈺"}.mdi-fish-off::before{content:"󱏳"}.mdi-fishbowl::before{content:"󰻳"}.mdi-fishbowl-outline::before{content:"󰻴"}.mdi-fit-to-page::before{content:"󰻵"}.mdi-fit-to-page-outline::before{content:"󰻶"}.mdi-fit-to-screen::before{content:"󱣴"}.mdi-fit-to-screen-outline::before{content:"󱣵"}.mdi-flag::before{content:"󰈻"}.mdi-flag-checkered::before{content:"󰈼"}.mdi-flag-minus::before{content:"󰮙"}.mdi-flag-minus-outline::before{content:"󱂲"}.mdi-flag-off::before{content:"󱣮"}.mdi-flag-off-outline::before{content:"󱣯"}.mdi-flag-outline::before{content:"󰈽"}.mdi-flag-plus::before{content:"󰮚"}.mdi-flag-plus-outline::before{content:"󱂳"}.mdi-flag-remove::before{content:"󰮛"}.mdi-flag-remove-outline::before{content:"󱂴"}.mdi-flag-triangle::before{content:"󰈿"}.mdi-flag-variant::before{content:"󰉀"}.mdi-flag-variant-outline::before{content:"󰈾"}.mdi-flare::before{content:"󰵲"}.mdi-flash::before{content:"󰉁"}.mdi-flash-alert::before{content:"󰻷"}.mdi-flash-alert-outline::before{content:"󰻸"}.mdi-flash-auto::before{content:"󰉂"}.mdi-flash-off::before{content:"󰉃"}.mdi-flash-outline::before{content:"󰛕"}.mdi-flash-orange-eye::before{content:"󰙻"}.mdi-flashlight::before{content:"󰉄"}.mdi-flashlight-off::before{content:"󰉅"}.mdi-flask::before{content:"󰂓"}.mdi-flask-empty::before{content:"󰂔"}.mdi-flask-empty-minus::before{content:"󱈺"}.mdi-flask-empty-minus-outline::before{content:"󱈻"}.mdi-flask-empty-off::before{content:"󱏴"}.mdi-flask-empty-off-outline::before{content:"󱏵"}.mdi-flask-empty-outline::before{content:"󰂕"}.mdi-flask-empty-plus::before{content:"󱈼"}.mdi-flask-empty-plus-outline::before{content:"󱈽"}.mdi-flask-empty-remove::before{content:"󱈾"}.mdi-flask-empty-remove-outline::before{content:"󱈿"}.mdi-flask-minus::before{content:"󱉀"}.mdi-flask-minus-outline::before{content:"󱉁"}.mdi-flask-off::before{content:"󱏶"}.mdi-flask-off-outline::before{content:"󱏷"}.mdi-flask-outline::before{content:"󰂖"}.mdi-flask-plus::before{content:"󱉂"}.mdi-flask-plus-outline::before{content:"󱉃"}.mdi-flask-remove::before{content:"󱉄"}.mdi-flask-remove-outline::before{content:"󱉅"}.mdi-flask-round-bottom::before{content:"󱉋"}.mdi-flask-round-bottom-empty::before{content:"󱉌"}.mdi-flask-round-bottom-empty-outline::before{content:"󱉍"}.mdi-flask-round-bottom-outline::before{content:"󱉎"}.mdi-fleur-de-lis::before{content:"󱌃"}.mdi-flip-horizontal::before{content:"󱃧"}.mdi-flip-to-back::before{content:"󰉇"}.mdi-flip-to-front::before{content:"󰉈"}.mdi-flip-vertical::before{content:"󱃨"}.mdi-floor-lamp::before{content:"󰣝"}.mdi-floor-lamp-dual::before{content:"󱁀"}.mdi-floor-lamp-dual-outline::before{content:"󱟎"}.mdi-floor-lamp-outline::before{content:"󱟈"}.mdi-floor-lamp-torchiere::before{content:"󱝇"}.mdi-floor-lamp-torchiere-outline::before{content:"󱟖"}.mdi-floor-lamp-torchiere-variant::before{content:"󱁁"}.mdi-floor-lamp-torchiere-variant-outline::before{content:"󱟏"}.mdi-floor-plan::before{content:"󰠡"}.mdi-floppy::before{content:"󰉉"}.mdi-floppy-variant::before{content:"󰧯"}.mdi-flower::before{content:"󰉊"}.mdi-flower-outline::before{content:"󰧰"}.mdi-flower-pollen::before{content:"󱢅"}.mdi-flower-pollen-outline::before{content:"󱢆"}.mdi-flower-poppy::before{content:"󰴈"}.mdi-flower-tulip::before{content:"󰧱"}.mdi-flower-tulip-outline::before{content:"󰧲"}.mdi-focus-auto::before{content:"󰽎"}.mdi-focus-field::before{content:"󰽏"}.mdi-focus-field-horizontal::before{content:"󰽐"}.mdi-focus-field-vertical::before{content:"󰽑"}.mdi-folder::before{content:"󰉋"}.mdi-folder-account::before{content:"󰉌"}.mdi-folder-account-outline::before{content:"󰮜"}.mdi-folder-alert::before{content:"󰷌"}.mdi-folder-alert-outline::before{content:"󰷍"}.mdi-folder-check::before{content:"󱥾"}.mdi-folder-check-outline::before{content:"󱥿"}.mdi-folder-clock::before{content:"󰪺"}.mdi-folder-clock-outline::before{content:"󰪻"}.mdi-folder-cog::before{content:"󱁿"}.mdi-folder-cog-outline::before{content:"󱂀"}.mdi-folder-download::before{content:"󰉍"}.mdi-folder-download-outline::before{content:"󱃩"}.mdi-folder-edit::before{content:"󰣞"}.mdi-folder-edit-outline::before{content:"󰷎"}.mdi-folder-eye::before{content:"󱞊"}.mdi-folder-eye-outline::before{content:"󱞋"}.mdi-folder-google-drive::before{content:"󰉎"}.mdi-folder-heart::before{content:"󱃪"}.mdi-folder-heart-outline::before{content:"󱃫"}.mdi-folder-hidden::before{content:"󱞞"}.mdi-folder-home::before{content:"󱂵"}.mdi-folder-home-outline::before{content:"󱂶"}.mdi-folder-image::before{content:"󰉏"}.mdi-folder-information::before{content:"󱂷"}.mdi-folder-information-outline::before{content:"󱂸"}.mdi-folder-key::before{content:"󰢬"}.mdi-folder-key-network::before{content:"󰢭"}.mdi-folder-key-network-outline::before{content:"󰲀"}.mdi-folder-key-outline::before{content:"󱃬"}.mdi-folder-lock::before{content:"󰉐"}.mdi-folder-lock-open::before{content:"󰉑"}.mdi-folder-marker::before{content:"󱉭"}.mdi-folder-marker-outline::before{content:"󱉮"}.mdi-folder-move::before{content:"󰉒"}.mdi-folder-move-outline::before{content:"󱉆"}.mdi-folder-multiple::before{content:"󰉓"}.mdi-folder-multiple-image::before{content:"󰉔"}.mdi-folder-multiple-outline::before{content:"󰉕"}.mdi-folder-multiple-plus::before{content:"󱑾"}.mdi-folder-multiple-plus-outline::before{content:"󱑿"}.mdi-folder-music::before{content:"󱍙"}.mdi-folder-music-outline::before{content:"󱍚"}.mdi-folder-network::before{content:"󰡰"}.mdi-folder-network-outline::before{content:"󰲁"}.mdi-folder-open::before{content:"󰝰"}.mdi-folder-open-outline::before{content:"󰷏"}.mdi-folder-outline::before{content:"󰉖"}.mdi-folder-plus::before{content:"󰉗"}.mdi-folder-plus-outline::before{content:"󰮝"}.mdi-folder-pound::before{content:"󰴉"}.mdi-folder-pound-outline::before{content:"󰴊"}.mdi-folder-refresh::before{content:"󰝉"}.mdi-folder-refresh-outline::before{content:"󰕂"}.mdi-folder-remove::before{content:"󰉘"}.mdi-folder-remove-outline::before{content:"󰮞"}.mdi-folder-search::before{content:"󰥨"}.mdi-folder-search-outline::before{content:"󰥩"}.mdi-folder-settings::before{content:"󱁽"}.mdi-folder-settings-outline::before{content:"󱁾"}.mdi-folder-star::before{content:"󰚝"}.mdi-folder-star-multiple::before{content:"󱏓"}.mdi-folder-star-multiple-outline::before{content:"󱏔"}.mdi-folder-star-outline::before{content:"󰮟"}.mdi-folder-swap::before{content:"󰾶"}.mdi-folder-swap-outline::before{content:"󰾷"}.mdi-folder-sync::before{content:"󰴋"}.mdi-folder-sync-outline::before{content:"󰴌"}.mdi-folder-table::before{content:"󱋣"}.mdi-folder-table-outline::before{content:"󱋤"}.mdi-folder-text::before{content:"󰲂"}.mdi-folder-text-outline::before{content:"󰲃"}.mdi-folder-upload::before{content:"󰉙"}.mdi-folder-upload-outline::before{content:"󱃭"}.mdi-folder-zip::before{content:"󰛫"}.mdi-folder-zip-outline::before{content:"󰞹"}.mdi-font-awesome::before{content:"󰀺"}.mdi-food::before{content:"󰉚"}.mdi-food-apple::before{content:"󰉛"}.mdi-food-apple-outline::before{content:"󰲄"}.mdi-food-croissant::before{content:"󰟈"}.mdi-food-drumstick::before{content:"󱐟"}.mdi-food-drumstick-off::before{content:"󱑨"}.mdi-food-drumstick-off-outline::before{content:"󱑩"}.mdi-food-drumstick-outline::before{content:"󱐠"}.mdi-food-fork-drink::before{content:"󰗲"}.mdi-food-halal::before{content:"󱕲"}.mdi-food-hot-dog::before{content:"󱡋"}.mdi-food-kosher::before{content:"󱕳"}.mdi-food-off::before{content:"󰗳"}.mdi-food-off-outline::before{content:"󱤕"}.mdi-food-outline::before{content:"󱤖"}.mdi-food-steak::before{content:"󱑪"}.mdi-food-steak-off::before{content:"󱑫"}.mdi-food-takeout-box::before{content:"󱠶"}.mdi-food-takeout-box-outline::before{content:"󱠷"}.mdi-food-turkey::before{content:"󱜜"}.mdi-food-variant::before{content:"󰉜"}.mdi-food-variant-off::before{content:"󱏥"}.mdi-foot-print::before{content:"󰽒"}.mdi-football::before{content:"󰉝"}.mdi-football-australian::before{content:"󰉞"}.mdi-football-helmet::before{content:"󰉟"}.mdi-forest::before{content:"󱢗"}.mdi-forklift::before{content:"󰟉"}.mdi-form-dropdown::before{content:"󱐀"}.mdi-form-select::before{content:"󱐁"}.mdi-form-textarea::before{content:"󱂕"}.mdi-form-textbox::before{content:"󰘎"}.mdi-form-textbox-lock::before{content:"󱍝"}.mdi-form-textbox-password::before{content:"󰟵"}.mdi-format-align-bottom::before{content:"󰝓"}.mdi-format-align-center::before{content:"󰉠"}.mdi-format-align-justify::before{content:"󰉡"}.mdi-format-align-left::before{content:"󰉢"}.mdi-format-align-middle::before{content:"󰝔"}.mdi-format-align-right::before{content:"󰉣"}.mdi-format-align-top::before{content:"󰝕"}.mdi-format-annotation-minus::before{content:"󰪼"}.mdi-format-annotation-plus::before{content:"󰙆"}.mdi-format-bold::before{content:"󰉤"}.mdi-format-clear::before{content:"󰉥"}.mdi-format-color-fill::before{content:"󰉦"}.mdi-format-color-highlight::before{content:"󰸱"}.mdi-format-color-marker-cancel::before{content:"󱌓"}.mdi-format-color-text::before{content:"󰚞"}.mdi-format-columns::before{content:"󰣟"}.mdi-format-float-center::before{content:"󰉧"}.mdi-format-float-left::before{content:"󰉨"}.mdi-format-float-none::before{content:"󰉩"}.mdi-format-float-right::before{content:"󰉪"}.mdi-format-font::before{content:"󰛖"}.mdi-format-font-size-decrease::before{content:"󰧳"}.mdi-format-font-size-increase::before{content:"󰧴"}.mdi-format-header-1::before{content:"󰉫"}.mdi-format-header-2::before{content:"󰉬"}.mdi-format-header-3::before{content:"󰉭"}.mdi-format-header-4::before{content:"󰉮"}.mdi-format-header-5::before{content:"󰉯"}.mdi-format-header-6::before{content:"󰉰"}.mdi-format-header-decrease::before{content:"󰉱"}.mdi-format-header-equal::before{content:"󰉲"}.mdi-format-header-increase::before{content:"󰉳"}.mdi-format-header-pound::before{content:"󰉴"}.mdi-format-horizontal-align-center::before{content:"󰘞"}.mdi-format-horizontal-align-left::before{content:"󰘟"}.mdi-format-horizontal-align-right::before{content:"󰘠"}.mdi-format-indent-decrease::before{content:"󰉵"}.mdi-format-indent-increase::before{content:"󰉶"}.mdi-format-italic::before{content:"󰉷"}.mdi-format-letter-case::before{content:"󰬴"}.mdi-format-letter-case-lower::before{content:"󰬵"}.mdi-format-letter-case-upper::before{content:"󰬶"}.mdi-format-letter-ends-with::before{content:"󰾸"}.mdi-format-letter-matches::before{content:"󰾹"}.mdi-format-letter-spacing::before{content:"󱥖"}.mdi-format-letter-starts-with::before{content:"󰾺"}.mdi-format-line-spacing::before{content:"󰉸"}.mdi-format-line-style::before{content:"󰗈"}.mdi-format-line-weight::before{content:"󰗉"}.mdi-format-list-bulleted::before{content:"󰉹"}.mdi-format-list-bulleted-square::before{content:"󰷐"}.mdi-format-list-bulleted-triangle::before{content:"󰺲"}.mdi-format-list-bulleted-type::before{content:"󰉺"}.mdi-format-list-checkbox::before{content:"󰥪"}.mdi-format-list-checks::before{content:"󰝖"}.mdi-format-list-group::before{content:"󱡠"}.mdi-format-list-numbered::before{content:"󰉻"}.mdi-format-list-numbered-rtl::before{content:"󰴍"}.mdi-format-list-text::before{content:"󱉯"}.mdi-format-overline::before{content:"󰺳"}.mdi-format-page-break::before{content:"󰛗"}.mdi-format-page-split::before{content:"󱤗"}.mdi-format-paint::before{content:"󰉼"}.mdi-format-paragraph::before{content:"󰉽"}.mdi-format-pilcrow::before{content:"󰛘"}.mdi-format-quote-close::before{content:"󰉾"}.mdi-format-quote-close-outline::before{content:"󱆨"}.mdi-format-quote-open::before{content:"󰝗"}.mdi-format-quote-open-outline::before{content:"󱆧"}.mdi-format-rotate-90::before{content:"󰚪"}.mdi-format-section::before{content:"󰚟"}.mdi-format-size::before{content:"󰉿"}.mdi-format-strikethrough::before{content:"󰊀"}.mdi-format-strikethrough-variant::before{content:"󰊁"}.mdi-format-subscript::before{content:"󰊂"}.mdi-format-superscript::before{content:"󰊃"}.mdi-format-text::before{content:"󰊄"}.mdi-format-text-rotation-angle-down::before{content:"󰾻"}.mdi-format-text-rotation-angle-up::before{content:"󰾼"}.mdi-format-text-rotation-down::before{content:"󰵳"}.mdi-format-text-rotation-down-vertical::before{content:"󰾽"}.mdi-format-text-rotation-none::before{content:"󰵴"}.mdi-format-text-rotation-up::before{content:"󰾾"}.mdi-format-text-rotation-vertical::before{content:"󰾿"}.mdi-format-text-variant::before{content:"󰸲"}.mdi-format-text-variant-outline::before{content:"󱔏"}.mdi-format-text-wrapping-clip::before{content:"󰴎"}.mdi-format-text-wrapping-overflow::before{content:"󰴏"}.mdi-format-text-wrapping-wrap::before{content:"󰴐"}.mdi-format-textbox::before{content:"󰴑"}.mdi-format-textdirection-l-to-r::before{content:"󰊅"}.mdi-format-textdirection-r-to-l::before{content:"󰊆"}.mdi-format-title::before{content:"󰗴"}.mdi-format-underline::before{content:"󰊇"}.mdi-format-underline-wavy::before{content:"󱣩"}.mdi-format-vertical-align-bottom::before{content:"󰘡"}.mdi-format-vertical-align-center::before{content:"󰘢"}.mdi-format-vertical-align-top::before{content:"󰘣"}.mdi-format-wrap-inline::before{content:"󰊈"}.mdi-format-wrap-square::before{content:"󰊉"}.mdi-format-wrap-tight::before{content:"󰊊"}.mdi-format-wrap-top-bottom::before{content:"󰊋"}.mdi-forum::before{content:"󰊌"}.mdi-forum-outline::before{content:"󰠢"}.mdi-forward::before{content:"󰊍"}.mdi-forwardburger::before{content:"󰵵"}.mdi-fountain::before{content:"󰥫"}.mdi-fountain-pen::before{content:"󰴒"}.mdi-fountain-pen-tip::before{content:"󰴓"}.mdi-fraction-one-half::before{content:"󱦒"}.mdi-freebsd::before{content:"󰣠"}.mdi-french-fries::before{content:"󱥗"}.mdi-frequently-asked-questions::before{content:"󰺴"}.mdi-fridge::before{content:"󰊐"}.mdi-fridge-alert::before{content:"󱆱"}.mdi-fridge-alert-outline::before{content:"󱆲"}.mdi-fridge-bottom::before{content:"󰊒"}.mdi-fridge-industrial::before{content:"󱗮"}.mdi-fridge-industrial-alert::before{content:"󱗯"}.mdi-fridge-industrial-alert-outline::before{content:"󱗰"}.mdi-fridge-industrial-off::before{content:"󱗱"}.mdi-fridge-industrial-off-outline::before{content:"󱗲"}.mdi-fridge-industrial-outline::before{content:"󱗳"}.mdi-fridge-off::before{content:"󱆯"}.mdi-fridge-off-outline::before{content:"󱆰"}.mdi-fridge-outline::before{content:"󰊏"}.mdi-fridge-top::before{content:"󰊑"}.mdi-fridge-variant::before{content:"󱗴"}.mdi-fridge-variant-alert::before{content:"󱗵"}.mdi-fridge-variant-alert-outline::before{content:"󱗶"}.mdi-fridge-variant-off::before{content:"󱗷"}.mdi-fridge-variant-off-outline::before{content:"󱗸"}.mdi-fridge-variant-outline::before{content:"󱗹"}.mdi-fruit-cherries::before{content:"󱁂"}.mdi-fruit-cherries-off::before{content:"󱏸"}.mdi-fruit-citrus::before{content:"󱁃"}.mdi-fruit-citrus-off::before{content:"󱏹"}.mdi-fruit-grapes::before{content:"󱁄"}.mdi-fruit-grapes-outline::before{content:"󱁅"}.mdi-fruit-pineapple::before{content:"󱁆"}.mdi-fruit-watermelon::before{content:"󱁇"}.mdi-fuel::before{content:"󰟊"}.mdi-fuel-cell::before{content:"󱢵"}.mdi-fullscreen::before{content:"󰊓"}.mdi-fullscreen-exit::before{content:"󰊔"}.mdi-function::before{content:"󰊕"}.mdi-function-variant::before{content:"󰡱"}.mdi-furigana-horizontal::before{content:"󱂁"}.mdi-furigana-vertical::before{content:"󱂂"}.mdi-fuse::before{content:"󰲅"}.mdi-fuse-alert::before{content:"󱐭"}.mdi-fuse-blade::before{content:"󰲆"}.mdi-fuse-off::before{content:"󱐬"}.mdi-gamepad::before{content:"󰊖"}.mdi-gamepad-circle::before{content:"󰸳"}.mdi-gamepad-circle-down::before{content:"󰸴"}.mdi-gamepad-circle-left::before{content:"󰸵"}.mdi-gamepad-circle-outline::before{content:"󰸶"}.mdi-gamepad-circle-right::before{content:"󰸷"}.mdi-gamepad-circle-up::before{content:"󰸸"}.mdi-gamepad-down::before{content:"󰸹"}.mdi-gamepad-left::before{content:"󰸺"}.mdi-gamepad-outline::before{content:"󱤙"}.mdi-gamepad-right::before{content:"󰸻"}.mdi-gamepad-round::before{content:"󰸼"}.mdi-gamepad-round-down::before{content:"󰸽"}.mdi-gamepad-round-left::before{content:"󰸾"}.mdi-gamepad-round-outline::before{content:"󰸿"}.mdi-gamepad-round-right::before{content:"󰹀"}.mdi-gamepad-round-up::before{content:"󰹁"}.mdi-gamepad-square::before{content:"󰺵"}.mdi-gamepad-square-outline::before{content:"󰺶"}.mdi-gamepad-up::before{content:"󰹂"}.mdi-gamepad-variant::before{content:"󰊗"}.mdi-gamepad-variant-outline::before{content:"󰺷"}.mdi-gamma::before{content:"󱃮"}.mdi-gantry-crane::before{content:"󰷑"}.mdi-garage::before{content:"󰛙"}.mdi-garage-alert::before{content:"󰡲"}.mdi-garage-alert-variant::before{content:"󱋕"}.mdi-garage-lock::before{content:"󱟻"}.mdi-garage-open::before{content:"󰛚"}.mdi-garage-open-variant::before{content:"󱋔"}.mdi-garage-variant::before{content:"󱋓"}.mdi-garage-variant-lock::before{content:"󱟼"}.mdi-gas-cylinder::before{content:"󰙇"}.mdi-gas-station::before{content:"󰊘"}.mdi-gas-station-off::before{content:"󱐉"}.mdi-gas-station-off-outline::before{content:"󱐊"}.mdi-gas-station-outline::before{content:"󰺸"}.mdi-gate::before{content:"󰊙"}.mdi-gate-alert::before{content:"󱟸"}.mdi-gate-and::before{content:"󰣡"}.mdi-gate-arrow-left::before{content:"󱟷"}.mdi-gate-arrow-right::before{content:"󱅩"}.mdi-gate-nand::before{content:"󰣢"}.mdi-gate-nor::before{content:"󰣣"}.mdi-gate-not::before{content:"󰣤"}.mdi-gate-open::before{content:"󱅪"}.mdi-gate-or::before{content:"󰣥"}.mdi-gate-xnor::before{content:"󰣦"}.mdi-gate-xor::before{content:"󰣧"}.mdi-gatsby::before{content:"󰹃"}.mdi-gauge::before{content:"󰊚"}.mdi-gauge-empty::before{content:"󰡳"}.mdi-gauge-full::before{content:"󰡴"}.mdi-gauge-low::before{content:"󰡵"}.mdi-gavel::before{content:"󰊛"}.mdi-gender-female::before{content:"󰊜"}.mdi-gender-male::before{content:"󰊝"}.mdi-gender-male-female::before{content:"󰊞"}.mdi-gender-male-female-variant::before{content:"󱄿"}.mdi-gender-non-binary::before{content:"󱅀"}.mdi-gender-transgender::before{content:"󰊟"}.mdi-gentoo::before{content:"󰣨"}.mdi-gesture::before{content:"󰟋"}.mdi-gesture-double-tap::before{content:"󰜼"}.mdi-gesture-pinch::before{content:"󰪽"}.mdi-gesture-spread::before{content:"󰪾"}.mdi-gesture-swipe::before{content:"󰵶"}.mdi-gesture-swipe-down::before{content:"󰜽"}.mdi-gesture-swipe-horizontal::before{content:"󰪿"}.mdi-gesture-swipe-left::before{content:"󰜾"}.mdi-gesture-swipe-right::before{content:"󰜿"}.mdi-gesture-swipe-up::before{content:"󰝀"}.mdi-gesture-swipe-vertical::before{content:"󰫀"}.mdi-gesture-tap::before{content:"󰝁"}.mdi-gesture-tap-box::before{content:"󱊩"}.mdi-gesture-tap-button::before{content:"󱊨"}.mdi-gesture-tap-hold::before{content:"󰵷"}.mdi-gesture-two-double-tap::before{content:"󰝂"}.mdi-gesture-two-tap::before{content:"󰝃"}.mdi-ghost::before{content:"󰊠"}.mdi-ghost-off::before{content:"󰧵"}.mdi-ghost-off-outline::before{content:"󱙜"}.mdi-ghost-outline::before{content:"󱙝"}.mdi-gift::before{content:"󰹄"}.mdi-gift-off::before{content:"󱛯"}.mdi-gift-off-outline::before{content:"󱛰"}.mdi-gift-open::before{content:"󱛱"}.mdi-gift-open-outline::before{content:"󱛲"}.mdi-gift-outline::before{content:"󰊡"}.mdi-git::before{content:"󰊢"}.mdi-github::before{content:"󰊤"}.mdi-gitlab::before{content:"󰮠"}.mdi-glass-cocktail::before{content:"󰍖"}.mdi-glass-cocktail-off::before{content:"󱗦"}.mdi-glass-flute::before{content:"󰊥"}.mdi-glass-fragile::before{content:"󱡳"}.mdi-glass-mug::before{content:"󰊦"}.mdi-glass-mug-off::before{content:"󱗧"}.mdi-glass-mug-variant::before{content:"󱄖"}.mdi-glass-mug-variant-off::before{content:"󱗨"}.mdi-glass-pint-outline::before{content:"󱌍"}.mdi-glass-stange::before{content:"󰊧"}.mdi-glass-tulip::before{content:"󰊨"}.mdi-glass-wine::before{content:"󰡶"}.mdi-glasses::before{content:"󰊪"}.mdi-globe-light::before{content:"󱋗"}.mdi-globe-model::before{content:"󰣩"}.mdi-gmail::before{content:"󰊫"}.mdi-gnome::before{content:"󰊬"}.mdi-go-kart::before{content:"󰵹"}.mdi-go-kart-track::before{content:"󰵺"}.mdi-gog::before{content:"󰮡"}.mdi-gold::before{content:"󱉏"}.mdi-golf::before{content:"󰠣"}.mdi-golf-cart::before{content:"󱆤"}.mdi-golf-tee::before{content:"󱂃"}.mdi-gondola::before{content:"󰚆"}.mdi-goodreads::before{content:"󰵻"}.mdi-google::before{content:"󰊭"}.mdi-google-ads::before{content:"󰲇"}.mdi-google-analytics::before{content:"󰟌"}.mdi-google-assistant::before{content:"󰟍"}.mdi-google-cardboard::before{content:"󰊮"}.mdi-google-chrome::before{content:"󰊯"}.mdi-google-circles::before{content:"󰊰"}.mdi-google-circles-communities::before{content:"󰊱"}.mdi-google-circles-extended::before{content:"󰊲"}.mdi-google-circles-group::before{content:"󰊳"}.mdi-google-classroom::before{content:"󰋀"}.mdi-google-cloud::before{content:"󱇶"}.mdi-google-controller::before{content:"󰊴"}.mdi-google-controller-off::before{content:"󰊵"}.mdi-google-downasaur::before{content:"󱍢"}.mdi-google-drive::before{content:"󰊶"}.mdi-google-earth::before{content:"󰊷"}.mdi-google-fit::before{content:"󰥬"}.mdi-google-glass::before{content:"󰊸"}.mdi-google-hangouts::before{content:"󰋉"}.mdi-google-home::before{content:"󰠤"}.mdi-google-keep::before{content:"󰛜"}.mdi-google-lens::before{content:"󰧶"}.mdi-google-maps::before{content:"󰗵"}.mdi-google-my-business::before{content:"󱁈"}.mdi-google-nearby::before{content:"󰊹"}.mdi-google-play::before{content:"󰊼"}.mdi-google-plus::before{content:"󰊽"}.mdi-google-podcast::before{content:"󰺹"}.mdi-google-spreadsheet::before{content:"󰧷"}.mdi-google-street-view::before{content:"󰲈"}.mdi-google-translate::before{content:"󰊿"}.mdi-gradient-horizontal::before{content:"󱝊"}.mdi-gradient-vertical::before{content:"󰚠"}.mdi-grain::before{content:"󰵼"}.mdi-graph::before{content:"󱁉"}.mdi-graph-outline::before{content:"󱁊"}.mdi-graphql::before{content:"󰡷"}.mdi-grass::before{content:"󱔐"}.mdi-grave-stone::before{content:"󰮢"}.mdi-grease-pencil::before{content:"󰙈"}.mdi-greater-than::before{content:"󰥭"}.mdi-greater-than-or-equal::before{content:"󰥮"}.mdi-greenhouse::before{content:"󰀭"}.mdi-grid::before{content:"󰋁"}.mdi-grid-large::before{content:"󰝘"}.mdi-grid-off::before{content:"󰋂"}.mdi-grill::before{content:"󰹅"}.mdi-grill-outline::before{content:"󱆊"}.mdi-group::before{content:"󰋃"}.mdi-guitar-acoustic::before{content:"󰝱"}.mdi-guitar-electric::before{content:"󰋄"}.mdi-guitar-pick::before{content:"󰋅"}.mdi-guitar-pick-outline::before{content:"󰋆"}.mdi-guy-fawkes-mask::before{content:"󰠥"}.mdi-hail::before{content:"󰫁"}.mdi-hair-dryer::before{content:"󱃯"}.mdi-hair-dryer-outline::before{content:"󱃰"}.mdi-halloween::before{content:"󰮣"}.mdi-hamburger::before{content:"󰚅"}.mdi-hamburger-check::before{content:"󱝶"}.mdi-hamburger-minus::before{content:"󱝷"}.mdi-hamburger-off::before{content:"󱝸"}.mdi-hamburger-plus::before{content:"󱝹"}.mdi-hamburger-remove::before{content:"󱝺"}.mdi-hammer::before{content:"󰣪"}.mdi-hammer-screwdriver::before{content:"󱌢"}.mdi-hammer-sickle::before{content:"󱢇"}.mdi-hammer-wrench::before{content:"󱌣"}.mdi-hand-back-left::before{content:"󰹆"}.mdi-hand-back-left-off::before{content:"󱠰"}.mdi-hand-back-left-off-outline::before{content:"󱠲"}.mdi-hand-back-left-outline::before{content:"󱠬"}.mdi-hand-back-right::before{content:"󰹇"}.mdi-hand-back-right-off::before{content:"󱠱"}.mdi-hand-back-right-off-outline::before{content:"󱠳"}.mdi-hand-back-right-outline::before{content:"󱠭"}.mdi-hand-clap::before{content:"󱥋"}.mdi-hand-coin::before{content:"󱢏"}.mdi-hand-coin-outline::before{content:"󱢐"}.mdi-hand-extended::before{content:"󱢶"}.mdi-hand-extended-outline::before{content:"󱢷"}.mdi-hand-front-left::before{content:"󱠫"}.mdi-hand-front-left-outline::before{content:"󱠮"}.mdi-hand-front-right::before{content:"󰩏"}.mdi-hand-front-right-outline::before{content:"󱠯"}.mdi-hand-heart::before{content:"󱃱"}.mdi-hand-heart-outline::before{content:"󱕾"}.mdi-hand-okay::before{content:"󰩐"}.mdi-hand-peace::before{content:"󰩑"}.mdi-hand-peace-variant::before{content:"󰩒"}.mdi-hand-pointing-down::before{content:"󰩓"}.mdi-hand-pointing-left::before{content:"󰩔"}.mdi-hand-pointing-right::before{content:"󰋇"}.mdi-hand-pointing-up::before{content:"󰩕"}.mdi-hand-saw::before{content:"󰹈"}.mdi-hand-wash::before{content:"󱕿"}.mdi-hand-wash-outline::before{content:"󱖀"}.mdi-hand-water::before{content:"󱎟"}.mdi-hand-wave::before{content:"󱠡"}.mdi-hand-wave-outline::before{content:"󱠢"}.mdi-handball::before{content:"󰽓"}.mdi-handcuffs::before{content:"󱄾"}.mdi-hands-pray::before{content:"󰕹"}.mdi-handshake::before{content:"󱈘"}.mdi-handshake-outline::before{content:"󱖡"}.mdi-hanger::before{content:"󰋈"}.mdi-hard-hat::before{content:"󰥯"}.mdi-harddisk::before{content:"󰋊"}.mdi-harddisk-plus::before{content:"󱁋"}.mdi-harddisk-remove::before{content:"󱁌"}.mdi-hat-fedora::before{content:"󰮤"}.mdi-hazard-lights::before{content:"󰲉"}.mdi-hdr::before{content:"󰵽"}.mdi-hdr-off::before{content:"󰵾"}.mdi-head::before{content:"󱍞"}.mdi-head-alert::before{content:"󱌸"}.mdi-head-alert-outline::before{content:"󱌹"}.mdi-head-check::before{content:"󱌺"}.mdi-head-check-outline::before{content:"󱌻"}.mdi-head-cog::before{content:"󱌼"}.mdi-head-cog-outline::before{content:"󱌽"}.mdi-head-dots-horizontal::before{content:"󱌾"}.mdi-head-dots-horizontal-outline::before{content:"󱌿"}.mdi-head-flash::before{content:"󱍀"}.mdi-head-flash-outline::before{content:"󱍁"}.mdi-head-heart::before{content:"󱍂"}.mdi-head-heart-outline::before{content:"󱍃"}.mdi-head-lightbulb::before{content:"󱍄"}.mdi-head-lightbulb-outline::before{content:"󱍅"}.mdi-head-minus::before{content:"󱍆"}.mdi-head-minus-outline::before{content:"󱍇"}.mdi-head-outline::before{content:"󱍟"}.mdi-head-plus::before{content:"󱍈"}.mdi-head-plus-outline::before{content:"󱍉"}.mdi-head-question::before{content:"󱍊"}.mdi-head-question-outline::before{content:"󱍋"}.mdi-head-remove::before{content:"󱍌"}.mdi-head-remove-outline::before{content:"󱍍"}.mdi-head-snowflake::before{content:"󱍎"}.mdi-head-snowflake-outline::before{content:"󱍏"}.mdi-head-sync::before{content:"󱍐"}.mdi-head-sync-outline::before{content:"󱍑"}.mdi-headphones::before{content:"󰋋"}.mdi-headphones-bluetooth::before{content:"󰥰"}.mdi-headphones-box::before{content:"󰋌"}.mdi-headphones-off::before{content:"󰟎"}.mdi-headphones-settings::before{content:"󰋍"}.mdi-headset::before{content:"󰋎"}.mdi-headset-dock::before{content:"󰋏"}.mdi-headset-off::before{content:"󰋐"}.mdi-heart::before{content:"󰋑"}.mdi-heart-box::before{content:"󰋒"}.mdi-heart-box-outline::before{content:"󰋓"}.mdi-heart-broken::before{content:"󰋔"}.mdi-heart-broken-outline::before{content:"󰴔"}.mdi-heart-circle::before{content:"󰥱"}.mdi-heart-circle-outline::before{content:"󰥲"}.mdi-heart-cog::before{content:"󱙣"}.mdi-heart-cog-outline::before{content:"󱙤"}.mdi-heart-flash::before{content:"󰻹"}.mdi-heart-half::before{content:"󰛟"}.mdi-heart-half-full::before{content:"󰛞"}.mdi-heart-half-outline::before{content:"󰛠"}.mdi-heart-minus::before{content:"󱐯"}.mdi-heart-minus-outline::before{content:"󱐲"}.mdi-heart-multiple::before{content:"󰩖"}.mdi-heart-multiple-outline::before{content:"󰩗"}.mdi-heart-off::before{content:"󰝙"}.mdi-heart-off-outline::before{content:"󱐴"}.mdi-heart-outline::before{content:"󰋕"}.mdi-heart-plus::before{content:"󱐮"}.mdi-heart-plus-outline::before{content:"󱐱"}.mdi-heart-pulse::before{content:"󰗶"}.mdi-heart-remove::before{content:"󱐰"}.mdi-heart-remove-outline::before{content:"󱐳"}.mdi-heart-settings::before{content:"󱙥"}.mdi-heart-settings-outline::before{content:"󱙦"}.mdi-helicopter::before{content:"󰫂"}.mdi-help::before{content:"󰋖"}.mdi-help-box::before{content:"󰞋"}.mdi-help-circle::before{content:"󰋗"}.mdi-help-circle-outline::before{content:"󰘥"}.mdi-help-network::before{content:"󰛵"}.mdi-help-network-outline::before{content:"󰲊"}.mdi-help-rhombus::before{content:"󰮥"}.mdi-help-rhombus-outline::before{content:"󰮦"}.mdi-hexadecimal::before{content:"󱊧"}.mdi-hexagon::before{content:"󰋘"}.mdi-hexagon-multiple::before{content:"󰛡"}.mdi-hexagon-multiple-outline::before{content:"󱃲"}.mdi-hexagon-outline::before{content:"󰋙"}.mdi-hexagon-slice-1::before{content:"󰫃"}.mdi-hexagon-slice-2::before{content:"󰫄"}.mdi-hexagon-slice-3::before{content:"󰫅"}.mdi-hexagon-slice-4::before{content:"󰫆"}.mdi-hexagon-slice-5::before{content:"󰫇"}.mdi-hexagon-slice-6::before{content:"󰫈"}.mdi-hexagram::before{content:"󰫉"}.mdi-hexagram-outline::before{content:"󰫊"}.mdi-high-definition::before{content:"󰟏"}.mdi-high-definition-box::before{content:"󰡸"}.mdi-highway::before{content:"󰗷"}.mdi-hiking::before{content:"󰵿"}.mdi-history::before{content:"󰋚"}.mdi-hockey-puck::before{content:"󰡹"}.mdi-hockey-sticks::before{content:"󰡺"}.mdi-hololens::before{content:"󰋛"}.mdi-home::before{content:"󰋜"}.mdi-home-account::before{content:"󰠦"}.mdi-home-alert::before{content:"󰡻"}.mdi-home-alert-outline::before{content:"󱗐"}.mdi-home-analytics::before{content:"󰺺"}.mdi-home-assistant::before{content:"󰟐"}.mdi-home-automation::before{content:"󰟑"}.mdi-home-battery::before{content:"󱤁"}.mdi-home-battery-outline::before{content:"󱤂"}.mdi-home-circle::before{content:"󰟒"}.mdi-home-circle-outline::before{content:"󱁍"}.mdi-home-city::before{content:"󰴕"}.mdi-home-city-outline::before{content:"󰴖"}.mdi-home-edit::before{content:"󱅙"}.mdi-home-edit-outline::before{content:"󱅚"}.mdi-home-export-outline::before{content:"󰾛"}.mdi-home-flood::before{content:"󰻺"}.mdi-home-floor-0::before{content:"󰷒"}.mdi-home-floor-1::before{content:"󰶀"}.mdi-home-floor-2::before{content:"󰶁"}.mdi-home-floor-3::before{content:"󰶂"}.mdi-home-floor-a::before{content:"󰶃"}.mdi-home-floor-b::before{content:"󰶄"}.mdi-home-floor-g::before{content:"󰶅"}.mdi-home-floor-l::before{content:"󰶆"}.mdi-home-floor-negative-1::before{content:"󰷓"}.mdi-home-group::before{content:"󰷔"}.mdi-home-group-minus::before{content:"󱧁"}.mdi-home-group-plus::before{content:"󱧀"}.mdi-home-group-remove::before{content:"󱧂"}.mdi-home-heart::before{content:"󰠧"}.mdi-home-import-outline::before{content:"󰾜"}.mdi-home-lightbulb::before{content:"󱉑"}.mdi-home-lightbulb-outline::before{content:"󱉒"}.mdi-home-lightning-bolt::before{content:"󱤃"}.mdi-home-lightning-bolt-outline::before{content:"󱤄"}.mdi-home-lock::before{content:"󰣫"}.mdi-home-lock-open::before{content:"󰣬"}.mdi-home-map-marker::before{content:"󰗸"}.mdi-home-minus::before{content:"󰥴"}.mdi-home-minus-outline::before{content:"󱏕"}.mdi-home-modern::before{content:"󰋝"}.mdi-home-outline::before{content:"󰚡"}.mdi-home-plus::before{content:"󰥵"}.mdi-home-plus-outline::before{content:"󱏖"}.mdi-home-remove::before{content:"󱉇"}.mdi-home-remove-outline::before{content:"󱏗"}.mdi-home-roof::before{content:"󱄫"}.mdi-home-search::before{content:"󱎰"}.mdi-home-search-outline::before{content:"󱎱"}.mdi-home-switch::before{content:"󱞔"}.mdi-home-switch-outline::before{content:"󱞕"}.mdi-home-thermometer::before{content:"󰽔"}.mdi-home-thermometer-outline::before{content:"󰽕"}.mdi-home-variant::before{content:"󰋞"}.mdi-home-variant-outline::before{content:"󰮧"}.mdi-hook::before{content:"󰛢"}.mdi-hook-off::before{content:"󰛣"}.mdi-hoop-house::before{content:"󰹖"}.mdi-hops::before{content:"󰋟"}.mdi-horizontal-rotate-clockwise::before{content:"󱃳"}.mdi-horizontal-rotate-counterclockwise::before{content:"󱃴"}.mdi-horse::before{content:"󱖿"}.mdi-horse-human::before{content:"󱗀"}.mdi-horse-variant::before{content:"󱗁"}.mdi-horse-variant-fast::before{content:"󱡮"}.mdi-horseshoe::before{content:"󰩘"}.mdi-hospital::before{content:"󰿶"}.mdi-hospital-box::before{content:"󰋠"}.mdi-hospital-box-outline::before{content:"󰿷"}.mdi-hospital-building::before{content:"󰋡"}.mdi-hospital-marker::before{content:"󰋢"}.mdi-hot-tub::before{content:"󰠨"}.mdi-hours-24::before{content:"󱑸"}.mdi-hubspot::before{content:"󰴗"}.mdi-hulu::before{content:"󰠩"}.mdi-human::before{content:"󰋦"}.mdi-human-baby-changing-table::before{content:"󱎋"}.mdi-human-cane::before{content:"󱖁"}.mdi-human-capacity-decrease::before{content:"󱖛"}.mdi-human-capacity-increase::before{content:"󱖜"}.mdi-human-child::before{content:"󰋧"}.mdi-human-dolly::before{content:"󱦀"}.mdi-human-edit::before{content:"󱓨"}.mdi-human-female::before{content:"󰙉"}.mdi-human-female-boy::before{content:"󰩙"}.mdi-human-female-dance::before{content:"󱗉"}.mdi-human-female-female::before{content:"󰩚"}.mdi-human-female-girl::before{content:"󰩛"}.mdi-human-greeting::before{content:"󱟄"}.mdi-human-greeting-proximity::before{content:"󱖝"}.mdi-human-greeting-variant::before{content:"󰙊"}.mdi-human-handsdown::before{content:"󰙋"}.mdi-human-handsup::before{content:"󰙌"}.mdi-human-male::before{content:"󰙍"}.mdi-human-male-board::before{content:"󰢐"}.mdi-human-male-board-poll::before{content:"󰡆"}.mdi-human-male-boy::before{content:"󰩜"}.mdi-human-male-child::before{content:"󱎌"}.mdi-human-male-female::before{content:"󰋨"}.mdi-human-male-female-child::before{content:"󱠣"}.mdi-human-male-girl::before{content:"󰩝"}.mdi-human-male-height::before{content:"󰻻"}.mdi-human-male-height-variant::before{content:"󰻼"}.mdi-human-male-male::before{content:"󰩞"}.mdi-human-non-binary::before{content:"󱡈"}.mdi-human-pregnant::before{content:"󰗏"}.mdi-human-queue::before{content:"󱕱"}.mdi-human-scooter::before{content:"󱇩"}.mdi-human-wheelchair::before{content:"󱎍"}.mdi-human-white-cane::before{content:"󱦁"}.mdi-humble-bundle::before{content:"󰝄"}.mdi-hvac::before{content:"󱍒"}.mdi-hvac-off::before{content:"󱖞"}.mdi-hydraulic-oil-level::before{content:"󱌤"}.mdi-hydraulic-oil-temperature::before{content:"󱌥"}.mdi-hydro-power::before{content:"󱋥"}.mdi-hydrogen-station::before{content:"󱢔"}.mdi-ice-cream::before{content:"󰠪"}.mdi-ice-cream-off::before{content:"󰹒"}.mdi-ice-pop::before{content:"󰻽"}.mdi-id-card::before{content:"󰿀"}.mdi-identifier::before{content:"󰻾"}.mdi-ideogram-cjk::before{content:"󱌱"}.mdi-ideogram-cjk-variant::before{content:"󱌲"}.mdi-image::before{content:"󰋩"}.mdi-image-album::before{content:"󰋪"}.mdi-image-area::before{content:"󰋫"}.mdi-image-area-close::before{content:"󰋬"}.mdi-image-auto-adjust::before{content:"󰿁"}.mdi-image-broken::before{content:"󰋭"}.mdi-image-broken-variant::before{content:"󰋮"}.mdi-image-edit::before{content:"󱇣"}.mdi-image-edit-outline::before{content:"󱇤"}.mdi-image-filter-black-white::before{content:"󰋰"}.mdi-image-filter-center-focus::before{content:"󰋱"}.mdi-image-filter-center-focus-strong::before{content:"󰻿"}.mdi-image-filter-center-focus-strong-outline::before{content:"󰼀"}.mdi-image-filter-center-focus-weak::before{content:"󰋲"}.mdi-image-filter-drama::before{content:"󰋳"}.mdi-image-filter-frames::before{content:"󰋴"}.mdi-image-filter-hdr::before{content:"󰋵"}.mdi-image-filter-none::before{content:"󰋶"}.mdi-image-filter-tilt-shift::before{content:"󰋷"}.mdi-image-filter-vintage::before{content:"󰋸"}.mdi-image-frame::before{content:"󰹉"}.mdi-image-marker::before{content:"󱝻"}.mdi-image-marker-outline::before{content:"󱝼"}.mdi-image-minus::before{content:"󱐙"}.mdi-image-move::before{content:"󰧸"}.mdi-image-multiple::before{content:"󰋹"}.mdi-image-multiple-outline::before{content:"󰋯"}.mdi-image-off::before{content:"󰠫"}.mdi-image-off-outline::before{content:"󱇑"}.mdi-image-outline::before{content:"󰥶"}.mdi-image-plus::before{content:"󰡼"}.mdi-image-remove::before{content:"󱐘"}.mdi-image-search::before{content:"󰥷"}.mdi-image-search-outline::before{content:"󰥸"}.mdi-image-size-select-actual::before{content:"󰲍"}.mdi-image-size-select-large::before{content:"󰲎"}.mdi-image-size-select-small::before{content:"󰲏"}.mdi-image-text::before{content:"󱘍"}.mdi-import::before{content:"󰋺"}.mdi-inbox::before{content:"󰚇"}.mdi-inbox-arrow-down::before{content:"󰋻"}.mdi-inbox-arrow-down-outline::before{content:"󱉰"}.mdi-inbox-arrow-up::before{content:"󰏑"}.mdi-inbox-arrow-up-outline::before{content:"󱉱"}.mdi-inbox-full::before{content:"󱉲"}.mdi-inbox-full-outline::before{content:"󱉳"}.mdi-inbox-multiple::before{content:"󰢰"}.mdi-inbox-multiple-outline::before{content:"󰮨"}.mdi-inbox-outline::before{content:"󱉴"}.mdi-inbox-remove::before{content:"󱖟"}.mdi-inbox-remove-outline::before{content:"󱖠"}.mdi-incognito::before{content:"󰗹"}.mdi-incognito-circle::before{content:"󱐡"}.mdi-incognito-circle-off::before{content:"󱐢"}.mdi-incognito-off::before{content:"󰁵"}.mdi-induction::before{content:"󱡌"}.mdi-infinity::before{content:"󰛤"}.mdi-information::before{content:"󰋼"}.mdi-information-off::before{content:"󱞌"}.mdi-information-off-outline::before{content:"󱞍"}.mdi-information-outline::before{content:"󰋽"}.mdi-information-variant::before{content:"󰙎"}.mdi-instagram::before{content:"󰋾"}.mdi-instrument-triangle::before{content:"󱁎"}.mdi-integrated-circuit-chip::before{content:"󱤓"}.mdi-invert-colors::before{content:"󰌁"}.mdi-invert-colors-off::before{content:"󰹊"}.mdi-iobroker::before{content:"󱋨"}.mdi-ip::before{content:"󰩟"}.mdi-ip-network::before{content:"󰩠"}.mdi-ip-network-outline::before{content:"󰲐"}.mdi-ip-outline::before{content:"󱦂"}.mdi-ipod::before{content:"󰲑"}.mdi-iron::before{content:"󱠤"}.mdi-iron-board::before{content:"󱠸"}.mdi-iron-outline::before{content:"󱠥"}.mdi-island::before{content:"󱁏"}.mdi-iv-bag::before{content:"󱂹"}.mdi-jabber::before{content:"󰷕"}.mdi-jeepney::before{content:"󰌂"}.mdi-jellyfish::before{content:"󰼁"}.mdi-jellyfish-outline::before{content:"󰼂"}.mdi-jira::before{content:"󰌃"}.mdi-jquery::before{content:"󰡽"}.mdi-jsfiddle::before{content:"󰌄"}.mdi-jump-rope::before{content:"󱋿"}.mdi-kabaddi::before{content:"󰶇"}.mdi-kangaroo::before{content:"󱕘"}.mdi-karate::before{content:"󰠬"}.mdi-kayaking::before{content:"󰢯"}.mdi-keg::before{content:"󰌅"}.mdi-kettle::before{content:"󰗺"}.mdi-kettle-alert::before{content:"󱌗"}.mdi-kettle-alert-outline::before{content:"󱌘"}.mdi-kettle-off::before{content:"󱌛"}.mdi-kettle-off-outline::before{content:"󱌜"}.mdi-kettle-outline::before{content:"󰽖"}.mdi-kettle-pour-over::before{content:"󱜼"}.mdi-kettle-steam::before{content:"󱌙"}.mdi-kettle-steam-outline::before{content:"󱌚"}.mdi-kettlebell::before{content:"󱌀"}.mdi-key::before{content:"󰌆"}.mdi-key-alert::before{content:"󱦃"}.mdi-key-alert-outline::before{content:"󱦄"}.mdi-key-arrow-right::before{content:"󱌒"}.mdi-key-chain::before{content:"󱕴"}.mdi-key-chain-variant::before{content:"󱕵"}.mdi-key-change::before{content:"󰌇"}.mdi-key-link::before{content:"󱆟"}.mdi-key-minus::before{content:"󰌈"}.mdi-key-outline::before{content:"󰷖"}.mdi-key-plus::before{content:"󰌉"}.mdi-key-remove::before{content:"󰌊"}.mdi-key-star::before{content:"󱆞"}.mdi-key-variant::before{content:"󰌋"}.mdi-key-wireless::before{content:"󰿂"}.mdi-keyboard::before{content:"󰌌"}.mdi-keyboard-backspace::before{content:"󰌍"}.mdi-keyboard-caps::before{content:"󰌎"}.mdi-keyboard-close::before{content:"󰌏"}.mdi-keyboard-esc::before{content:"󱊷"}.mdi-keyboard-f1::before{content:"󱊫"}.mdi-keyboard-f10::before{content:"󱊴"}.mdi-keyboard-f11::before{content:"󱊵"}.mdi-keyboard-f12::before{content:"󱊶"}.mdi-keyboard-f2::before{content:"󱊬"}.mdi-keyboard-f3::before{content:"󱊭"}.mdi-keyboard-f4::before{content:"󱊮"}.mdi-keyboard-f5::before{content:"󱊯"}.mdi-keyboard-f6::before{content:"󱊰"}.mdi-keyboard-f7::before{content:"󱊱"}.mdi-keyboard-f8::before{content:"󱊲"}.mdi-keyboard-f9::before{content:"󱊳"}.mdi-keyboard-off::before{content:"󰌐"}.mdi-keyboard-off-outline::before{content:"󰹋"}.mdi-keyboard-outline::before{content:"󰥻"}.mdi-keyboard-return::before{content:"󰌑"}.mdi-keyboard-settings::before{content:"󰧹"}.mdi-keyboard-settings-outline::before{content:"󰧺"}.mdi-keyboard-space::before{content:"󱁐"}.mdi-keyboard-tab::before{content:"󰌒"}.mdi-keyboard-tab-reverse::before{content:"󰌥"}.mdi-keyboard-variant::before{content:"󰌓"}.mdi-khanda::before{content:"󱃽"}.mdi-kickstarter::before{content:"󰝅"}.mdi-kite::before{content:"󱦅"}.mdi-kite-outline::before{content:"󱦆"}.mdi-kitesurfing::before{content:"󱝄"}.mdi-klingon::before{content:"󱍛"}.mdi-knife::before{content:"󰧻"}.mdi-knife-military::before{content:"󰧼"}.mdi-koala::before{content:"󱜿"}.mdi-kodi::before{content:"󰌔"}.mdi-kubernetes::before{content:"󱃾"}.mdi-label::before{content:"󰌕"}.mdi-label-multiple::before{content:"󱍵"}.mdi-label-multiple-outline::before{content:"󱍶"}.mdi-label-off::before{content:"󰫋"}.mdi-label-off-outline::before{content:"󰫌"}.mdi-label-outline::before{content:"󰌖"}.mdi-label-percent::before{content:"󱋪"}.mdi-label-percent-outline::before{content:"󱋫"}.mdi-label-variant::before{content:"󰫍"}.mdi-label-variant-outline::before{content:"󰫎"}.mdi-ladder::before{content:"󱖢"}.mdi-ladybug::before{content:"󰠭"}.mdi-lambda::before{content:"󰘧"}.mdi-lamp::before{content:"󰚵"}.mdi-lamp-outline::before{content:"󱟐"}.mdi-lamps::before{content:"󱕶"}.mdi-lamps-outline::before{content:"󱟑"}.mdi-lan::before{content:"󰌗"}.mdi-lan-check::before{content:"󱊪"}.mdi-lan-connect::before{content:"󰌘"}.mdi-lan-disconnect::before{content:"󰌙"}.mdi-lan-pending::before{content:"󰌚"}.mdi-language-c::before{content:"󰙱"}.mdi-language-cpp::before{content:"󰙲"}.mdi-language-csharp::before{content:"󰌛"}.mdi-language-css3::before{content:"󰌜"}.mdi-language-fortran::before{content:"󱈚"}.mdi-language-go::before{content:"󰟓"}.mdi-language-haskell::before{content:"󰲒"}.mdi-language-html5::before{content:"󰌝"}.mdi-language-java::before{content:"󰬷"}.mdi-language-javascript::before{content:"󰌞"}.mdi-language-kotlin::before{content:"󱈙"}.mdi-language-lua::before{content:"󰢱"}.mdi-language-markdown::before{content:"󰍔"}.mdi-language-markdown-outline::before{content:"󰽛"}.mdi-language-php::before{content:"󰌟"}.mdi-language-python::before{content:"󰌠"}.mdi-language-r::before{content:"󰟔"}.mdi-language-ruby::before{content:"󰴭"}.mdi-language-ruby-on-rails::before{content:"󰫏"}.mdi-language-rust::before{content:"󱘗"}.mdi-language-swift::before{content:"󰛥"}.mdi-language-typescript::before{content:"󰛦"}.mdi-language-xaml::before{content:"󰙳"}.mdi-laptop::before{content:"󰌢"}.mdi-laptop-off::before{content:"󰛧"}.mdi-laravel::before{content:"󰫐"}.mdi-laser-pointer::before{content:"󱒄"}.mdi-lasso::before{content:"󰼃"}.mdi-lastpass::before{content:"󰑆"}.mdi-latitude::before{content:"󰽗"}.mdi-launch::before{content:"󰌧"}.mdi-lava-lamp::before{content:"󰟕"}.mdi-layers::before{content:"󰌨"}.mdi-layers-edit::before{content:"󱢒"}.mdi-layers-minus::before{content:"󰹌"}.mdi-layers-off::before{content:"󰌩"}.mdi-layers-off-outline::before{content:"󰧽"}.mdi-layers-outline::before{content:"󰧾"}.mdi-layers-plus::before{content:"󰹍"}.mdi-layers-remove::before{content:"󰹎"}.mdi-layers-search::before{content:"󱈆"}.mdi-layers-search-outline::before{content:"󱈇"}.mdi-layers-triple::before{content:"󰽘"}.mdi-layers-triple-outline::before{content:"󰽙"}.mdi-lead-pencil::before{content:"󰙏"}.mdi-leaf::before{content:"󰌪"}.mdi-leaf-circle::before{content:"󱤅"}.mdi-leaf-circle-outline::before{content:"󱤆"}.mdi-leaf-maple::before{content:"󰲓"}.mdi-leaf-maple-off::before{content:"󱋚"}.mdi-leaf-off::before{content:"󱋙"}.mdi-leak::before{content:"󰷗"}.mdi-leak-off::before{content:"󰷘"}.mdi-led-off::before{content:"󰌫"}.mdi-led-on::before{content:"󰌬"}.mdi-led-outline::before{content:"󰌭"}.mdi-led-strip::before{content:"󰟖"}.mdi-led-strip-variant::before{content:"󱁑"}.mdi-led-variant-off::before{content:"󰌮"}.mdi-led-variant-on::before{content:"󰌯"}.mdi-led-variant-outline::before{content:"󰌰"}.mdi-leek::before{content:"󱅽"}.mdi-less-than::before{content:"󰥼"}.mdi-less-than-or-equal::before{content:"󰥽"}.mdi-library::before{content:"󰌱"}.mdi-library-shelves::before{content:"󰮩"}.mdi-license::before{content:"󰿃"}.mdi-lifebuoy::before{content:"󰡾"}.mdi-light-flood-down::before{content:"󱦇"}.mdi-light-flood-up::before{content:"󱦈"}.mdi-light-recessed::before{content:"󱞛"}.mdi-light-switch::before{content:"󰥾"}.mdi-lightbulb::before{content:"󰌵"}.mdi-lightbulb-auto::before{content:"󱠀"}.mdi-lightbulb-auto-outline::before{content:"󱠁"}.mdi-lightbulb-cfl::before{content:"󱈈"}.mdi-lightbulb-cfl-off::before{content:"󱈉"}.mdi-lightbulb-cfl-spiral::before{content:"󱉵"}.mdi-lightbulb-cfl-spiral-off::before{content:"󱋃"}.mdi-lightbulb-fluorescent-tube::before{content:"󱠄"}.mdi-lightbulb-fluorescent-tube-outline::before{content:"󱠅"}.mdi-lightbulb-group::before{content:"󱉓"}.mdi-lightbulb-group-off::before{content:"󱋍"}.mdi-lightbulb-group-off-outline::before{content:"󱋎"}.mdi-lightbulb-group-outline::before{content:"󱉔"}.mdi-lightbulb-multiple::before{content:"󱉕"}.mdi-lightbulb-multiple-off::before{content:"󱋏"}.mdi-lightbulb-multiple-off-outline::before{content:"󱋐"}.mdi-lightbulb-multiple-outline::before{content:"󱉖"}.mdi-lightbulb-off::before{content:"󰹏"}.mdi-lightbulb-off-outline::before{content:"󰹐"}.mdi-lightbulb-on::before{content:"󰛨"}.mdi-lightbulb-on-outline::before{content:"󰛩"}.mdi-lightbulb-outline::before{content:"󰌶"}.mdi-lightbulb-spot::before{content:"󱟴"}.mdi-lightbulb-spot-off::before{content:"󱟵"}.mdi-lightbulb-variant::before{content:"󱠂"}.mdi-lightbulb-variant-outline::before{content:"󱠃"}.mdi-lighthouse::before{content:"󰧿"}.mdi-lighthouse-on::before{content:"󰨀"}.mdi-lightning-bolt::before{content:"󱐋"}.mdi-lightning-bolt-circle::before{content:"󰠠"}.mdi-lightning-bolt-outline::before{content:"󱐌"}.mdi-line-scan::before{content:"󰘤"}.mdi-lingerie::before{content:"󱑶"}.mdi-link::before{content:"󰌷"}.mdi-link-box::before{content:"󰴚"}.mdi-link-box-outline::before{content:"󰴛"}.mdi-link-box-variant::before{content:"󰴜"}.mdi-link-box-variant-outline::before{content:"󰴝"}.mdi-link-lock::before{content:"󱂺"}.mdi-link-off::before{content:"󰌸"}.mdi-link-plus::before{content:"󰲔"}.mdi-link-variant::before{content:"󰌹"}.mdi-link-variant-minus::before{content:"󱃿"}.mdi-link-variant-off::before{content:"󰌺"}.mdi-link-variant-plus::before{content:"󱄀"}.mdi-link-variant-remove::before{content:"󱄁"}.mdi-linkedin::before{content:"󰌻"}.mdi-linux::before{content:"󰌽"}.mdi-linux-mint::before{content:"󰣭"}.mdi-lipstick::before{content:"󱎵"}.mdi-liquid-spot::before{content:"󱠦"}.mdi-liquor::before{content:"󱤞"}.mdi-list-status::before{content:"󱖫"}.mdi-litecoin::before{content:"󰩡"}.mdi-loading::before{content:"󰝲"}.mdi-location-enter::before{content:"󰿄"}.mdi-location-exit::before{content:"󰿅"}.mdi-lock::before{content:"󰌾"}.mdi-lock-alert::before{content:"󰣮"}.mdi-lock-alert-outline::before{content:"󱗑"}.mdi-lock-check::before{content:"󱎚"}.mdi-lock-check-outline::before{content:"󱚨"}.mdi-lock-clock::before{content:"󰥿"}.mdi-lock-minus::before{content:"󱚩"}.mdi-lock-minus-outline::before{content:"󱚪"}.mdi-lock-off::before{content:"󱙱"}.mdi-lock-off-outline::before{content:"󱙲"}.mdi-lock-open::before{content:"󰌿"}.mdi-lock-open-alert::before{content:"󱎛"}.mdi-lock-open-alert-outline::before{content:"󱗒"}.mdi-lock-open-check::before{content:"󱎜"}.mdi-lock-open-check-outline::before{content:"󱚫"}.mdi-lock-open-minus::before{content:"󱚬"}.mdi-lock-open-minus-outline::before{content:"󱚭"}.mdi-lock-open-outline::before{content:"󰍀"}.mdi-lock-open-plus::before{content:"󱚮"}.mdi-lock-open-plus-outline::before{content:"󱚯"}.mdi-lock-open-remove::before{content:"󱚰"}.mdi-lock-open-remove-outline::before{content:"󱚱"}.mdi-lock-open-variant::before{content:"󰿆"}.mdi-lock-open-variant-outline::before{content:"󰿇"}.mdi-lock-outline::before{content:"󰍁"}.mdi-lock-pattern::before{content:"󰛪"}.mdi-lock-plus::before{content:"󰗻"}.mdi-lock-plus-outline::before{content:"󱚲"}.mdi-lock-question::before{content:"󰣯"}.mdi-lock-remove::before{content:"󱚳"}.mdi-lock-remove-outline::before{content:"󱚴"}.mdi-lock-reset::before{content:"󰝳"}.mdi-lock-smart::before{content:"󰢲"}.mdi-locker::before{content:"󰟗"}.mdi-locker-multiple::before{content:"󰟘"}.mdi-login::before{content:"󰍂"}.mdi-login-variant::before{content:"󰗼"}.mdi-logout::before{content:"󰍃"}.mdi-logout-variant::before{content:"󰗽"}.mdi-longitude::before{content:"󰽚"}.mdi-looks::before{content:"󰍄"}.mdi-lotion::before{content:"󱖂"}.mdi-lotion-outline::before{content:"󱖃"}.mdi-lotion-plus::before{content:"󱖄"}.mdi-lotion-plus-outline::before{content:"󱖅"}.mdi-loupe::before{content:"󰍅"}.mdi-lumx::before{content:"󰍆"}.mdi-lungs::before{content:"󱂄"}.mdi-mace::before{content:"󱡃"}.mdi-magazine-pistol::before{content:"󰌤"}.mdi-magazine-rifle::before{content:"󰌣"}.mdi-magic-staff::before{content:"󱡄"}.mdi-magnet::before{content:"󰍇"}.mdi-magnet-on::before{content:"󰍈"}.mdi-magnify::before{content:"󰍉"}.mdi-magnify-close::before{content:"󰦀"}.mdi-magnify-expand::before{content:"󱡴"}.mdi-magnify-minus::before{content:"󰍊"}.mdi-magnify-minus-cursor::before{content:"󰩢"}.mdi-magnify-minus-outline::before{content:"󰛬"}.mdi-magnify-plus::before{content:"󰍋"}.mdi-magnify-plus-cursor::before{content:"󰩣"}.mdi-magnify-plus-outline::before{content:"󰛭"}.mdi-magnify-remove-cursor::before{content:"󱈌"}.mdi-magnify-remove-outline::before{content:"󱈍"}.mdi-magnify-scan::before{content:"󱉶"}.mdi-mail::before{content:"󰺻"}.mdi-mailbox::before{content:"󰛮"}.mdi-mailbox-open::before{content:"󰶈"}.mdi-mailbox-open-outline::before{content:"󰶉"}.mdi-mailbox-open-up::before{content:"󰶊"}.mdi-mailbox-open-up-outline::before{content:"󰶋"}.mdi-mailbox-outline::before{content:"󰶌"}.mdi-mailbox-up::before{content:"󰶍"}.mdi-mailbox-up-outline::before{content:"󰶎"}.mdi-manjaro::before{content:"󱘊"}.mdi-map::before{content:"󰍍"}.mdi-map-check::before{content:"󰺼"}.mdi-map-check-outline::before{content:"󰺽"}.mdi-map-clock::before{content:"󰴞"}.mdi-map-clock-outline::before{content:"󰴟"}.mdi-map-legend::before{content:"󰨁"}.mdi-map-marker::before{content:"󰍎"}.mdi-map-marker-account::before{content:"󱣣"}.mdi-map-marker-account-outline::before{content:"󱣤"}.mdi-map-marker-alert::before{content:"󰼅"}.mdi-map-marker-alert-outline::before{content:"󰼆"}.mdi-map-marker-check::before{content:"󰲕"}.mdi-map-marker-check-outline::before{content:"󱋻"}.mdi-map-marker-circle::before{content:"󰍏"}.mdi-map-marker-distance::before{content:"󰣰"}.mdi-map-marker-down::before{content:"󱄂"}.mdi-map-marker-left::before{content:"󱋛"}.mdi-map-marker-left-outline::before{content:"󱋝"}.mdi-map-marker-minus::before{content:"󰙐"}.mdi-map-marker-minus-outline::before{content:"󱋹"}.mdi-map-marker-multiple::before{content:"󰍐"}.mdi-map-marker-multiple-outline::before{content:"󱉷"}.mdi-map-marker-off::before{content:"󰍑"}.mdi-map-marker-off-outline::before{content:"󱋽"}.mdi-map-marker-outline::before{content:"󰟙"}.mdi-map-marker-path::before{content:"󰴠"}.mdi-map-marker-plus::before{content:"󰙑"}.mdi-map-marker-plus-outline::before{content:"󱋸"}.mdi-map-marker-question::before{content:"󰼇"}.mdi-map-marker-question-outline::before{content:"󰼈"}.mdi-map-marker-radius::before{content:"󰍒"}.mdi-map-marker-radius-outline::before{content:"󱋼"}.mdi-map-marker-remove::before{content:"󰼉"}.mdi-map-marker-remove-outline::before{content:"󱋺"}.mdi-map-marker-remove-variant::before{content:"󰼊"}.mdi-map-marker-right::before{content:"󱋜"}.mdi-map-marker-right-outline::before{content:"󱋞"}.mdi-map-marker-star::before{content:"󱘈"}.mdi-map-marker-star-outline::before{content:"󱘉"}.mdi-map-marker-up::before{content:"󱄃"}.mdi-map-minus::before{content:"󰦁"}.mdi-map-outline::before{content:"󰦂"}.mdi-map-plus::before{content:"󰦃"}.mdi-map-search::before{content:"󰦄"}.mdi-map-search-outline::before{content:"󰦅"}.mdi-mapbox::before{content:"󰮪"}.mdi-margin::before{content:"󰍓"}.mdi-marker::before{content:"󰙒"}.mdi-marker-cancel::before{content:"󰷙"}.mdi-marker-check::before{content:"󰍕"}.mdi-mastodon::before{content:"󰫑"}.mdi-material-design::before{content:"󰦆"}.mdi-material-ui::before{content:"󰍗"}.mdi-math-compass::before{content:"󰍘"}.mdi-math-cos::before{content:"󰲖"}.mdi-math-integral::before{content:"󰿈"}.mdi-math-integral-box::before{content:"󰿉"}.mdi-math-log::before{content:"󱂅"}.mdi-math-norm::before{content:"󰿊"}.mdi-math-norm-box::before{content:"󰿋"}.mdi-math-sin::before{content:"󰲗"}.mdi-math-tan::before{content:"󰲘"}.mdi-matrix::before{content:"󰘨"}.mdi-medal::before{content:"󰦇"}.mdi-medal-outline::before{content:"󱌦"}.mdi-medical-bag::before{content:"󰛯"}.mdi-meditation::before{content:"󱅻"}.mdi-memory::before{content:"󰍛"}.mdi-menorah::before{content:"󱟔"}.mdi-menorah-fire::before{content:"󱟕"}.mdi-menu::before{content:"󰍜"}.mdi-menu-down::before{content:"󰍝"}.mdi-menu-down-outline::before{content:"󰚶"}.mdi-menu-left::before{content:"󰍞"}.mdi-menu-left-outline::before{content:"󰨂"}.mdi-menu-open::before{content:"󰮫"}.mdi-menu-right::before{content:"󰍟"}.mdi-menu-right-outline::before{content:"󰨃"}.mdi-menu-swap::before{content:"󰩤"}.mdi-menu-swap-outline::before{content:"󰩥"}.mdi-menu-up::before{content:"󰍠"}.mdi-menu-up-outline::before{content:"󰚷"}.mdi-merge::before{content:"󰽜"}.mdi-message::before{content:"󰍡"}.mdi-message-alert::before{content:"󰍢"}.mdi-message-alert-outline::before{content:"󰨄"}.mdi-message-arrow-left::before{content:"󱋲"}.mdi-message-arrow-left-outline::before{content:"󱋳"}.mdi-message-arrow-right::before{content:"󱋴"}.mdi-message-arrow-right-outline::before{content:"󱋵"}.mdi-message-badge::before{content:"󱥁"}.mdi-message-badge-outline::before{content:"󱥂"}.mdi-message-bookmark::before{content:"󱖬"}.mdi-message-bookmark-outline::before{content:"󱖭"}.mdi-message-bulleted::before{content:"󰚢"}.mdi-message-bulleted-off::before{content:"󰚣"}.mdi-message-cog::before{content:"󰛱"}.mdi-message-cog-outline::before{content:"󱅲"}.mdi-message-draw::before{content:"󰍣"}.mdi-message-flash::before{content:"󱖩"}.mdi-message-flash-outline::before{content:"󱖪"}.mdi-message-image::before{content:"󰍤"}.mdi-message-image-outline::before{content:"󱅬"}.mdi-message-lock::before{content:"󰿌"}.mdi-message-lock-outline::before{content:"󱅭"}.mdi-message-minus::before{content:"󱅮"}.mdi-message-minus-outline::before{content:"󱅯"}.mdi-message-off::before{content:"󱙍"}.mdi-message-off-outline::before{content:"󱙎"}.mdi-message-outline::before{content:"󰍥"}.mdi-message-plus::before{content:"󰙓"}.mdi-message-plus-outline::before{content:"󱂻"}.mdi-message-processing::before{content:"󰍦"}.mdi-message-processing-outline::before{content:"󱅰"}.mdi-message-question::before{content:"󱜺"}.mdi-message-question-outline::before{content:"󱜻"}.mdi-message-reply::before{content:"󰍧"}.mdi-message-reply-outline::before{content:"󱜽"}.mdi-message-reply-text::before{content:"󰍨"}.mdi-message-reply-text-outline::before{content:"󱜾"}.mdi-message-settings::before{content:"󰛰"}.mdi-message-settings-outline::before{content:"󱅱"}.mdi-message-star::before{content:"󰚚"}.mdi-message-star-outline::before{content:"󱉐"}.mdi-message-text::before{content:"󰍩"}.mdi-message-text-clock::before{content:"󱅳"}.mdi-message-text-clock-outline::before{content:"󱅴"}.mdi-message-text-lock::before{content:"󰿍"}.mdi-message-text-lock-outline::before{content:"󱅵"}.mdi-message-text-outline::before{content:"󰍪"}.mdi-message-video::before{content:"󰍫"}.mdi-meteor::before{content:"󰘩"}.mdi-metronome::before{content:"󰟚"}.mdi-metronome-tick::before{content:"󰟛"}.mdi-micro-sd::before{content:"󰟜"}.mdi-microphone::before{content:"󰍬"}.mdi-microphone-minus::before{content:"󰢳"}.mdi-microphone-off::before{content:"󰍭"}.mdi-microphone-outline::before{content:"󰍮"}.mdi-microphone-plus::before{content:"󰢴"}.mdi-microphone-question::before{content:"󱦉"}.mdi-microphone-question-outline::before{content:"󱦊"}.mdi-microphone-settings::before{content:"󰍯"}.mdi-microphone-variant::before{content:"󰍰"}.mdi-microphone-variant-off::before{content:"󰍱"}.mdi-microscope::before{content:"󰙔"}.mdi-microsoft::before{content:"󰍲"}.mdi-microsoft-access::before{content:"󱎎"}.mdi-microsoft-azure::before{content:"󰠅"}.mdi-microsoft-azure-devops::before{content:"󰿕"}.mdi-microsoft-bing::before{content:"󰂤"}.mdi-microsoft-dynamics-365::before{content:"󰦈"}.mdi-microsoft-edge::before{content:"󰇩"}.mdi-microsoft-excel::before{content:"󱎏"}.mdi-microsoft-internet-explorer::before{content:"󰌀"}.mdi-microsoft-office::before{content:"󰏆"}.mdi-microsoft-onedrive::before{content:"󰏊"}.mdi-microsoft-onenote::before{content:"󰝇"}.mdi-microsoft-outlook::before{content:"󰴢"}.mdi-microsoft-powerpoint::before{content:"󱎐"}.mdi-microsoft-sharepoint::before{content:"󱎑"}.mdi-microsoft-teams::before{content:"󰊻"}.mdi-microsoft-visual-studio::before{content:"󰘐"}.mdi-microsoft-visual-studio-code::before{content:"󰨞"}.mdi-microsoft-windows::before{content:"󰖳"}.mdi-microsoft-windows-classic::before{content:"󰨡"}.mdi-microsoft-word::before{content:"󱎒"}.mdi-microsoft-xbox::before{content:"󰖹"}.mdi-microsoft-xbox-controller::before{content:"󰖺"}.mdi-microsoft-xbox-controller-battery-alert::before{content:"󰝋"}.mdi-microsoft-xbox-controller-battery-charging::before{content:"󰨢"}.mdi-microsoft-xbox-controller-battery-empty::before{content:"󰝌"}.mdi-microsoft-xbox-controller-battery-full::before{content:"󰝍"}.mdi-microsoft-xbox-controller-battery-low::before{content:"󰝎"}.mdi-microsoft-xbox-controller-battery-medium::before{content:"󰝏"}.mdi-microsoft-xbox-controller-battery-unknown::before{content:"󰝐"}.mdi-microsoft-xbox-controller-menu::before{content:"󰹯"}.mdi-microsoft-xbox-controller-off::before{content:"󰖻"}.mdi-microsoft-xbox-controller-view::before{content:"󰹰"}.mdi-microwave::before{content:"󰲙"}.mdi-microwave-off::before{content:"󱐣"}.mdi-middleware::before{content:"󰽝"}.mdi-middleware-outline::before{content:"󰽞"}.mdi-midi::before{content:"󰣱"}.mdi-midi-port::before{content:"󰣲"}.mdi-mine::before{content:"󰷚"}.mdi-minecraft::before{content:"󰍳"}.mdi-mini-sd::before{content:"󰨅"}.mdi-minidisc::before{content:"󰨆"}.mdi-minus::before{content:"󰍴"}.mdi-minus-box::before{content:"󰍵"}.mdi-minus-box-multiple::before{content:"󱅁"}.mdi-minus-box-multiple-outline::before{content:"󱅂"}.mdi-minus-box-outline::before{content:"󰛲"}.mdi-minus-circle::before{content:"󰍶"}.mdi-minus-circle-multiple::before{content:"󰍚"}.mdi-minus-circle-multiple-outline::before{content:"󰫓"}.mdi-minus-circle-off::before{content:"󱑙"}.mdi-minus-circle-off-outline::before{content:"󱑚"}.mdi-minus-circle-outline::before{content:"󰍷"}.mdi-minus-network::before{content:"󰍸"}.mdi-minus-network-outline::before{content:"󰲚"}.mdi-minus-thick::before{content:"󱘹"}.mdi-mirror::before{content:"󱇽"}.mdi-mirror-rectangle::before{content:"󱞟"}.mdi-mirror-variant::before{content:"󱞠"}.mdi-mixed-martial-arts::before{content:"󰶏"}.mdi-mixed-reality::before{content:"󰡿"}.mdi-molecule::before{content:"󰮬"}.mdi-molecule-co::before{content:"󱋾"}.mdi-molecule-co2::before{content:"󰟤"}.mdi-monitor::before{content:"󰍹"}.mdi-monitor-cellphone::before{content:"󰦉"}.mdi-monitor-cellphone-star::before{content:"󰦊"}.mdi-monitor-dashboard::before{content:"󰨇"}.mdi-monitor-edit::before{content:"󱋆"}.mdi-monitor-eye::before{content:"󱎴"}.mdi-monitor-lock::before{content:"󰷛"}.mdi-monitor-multiple::before{content:"󰍺"}.mdi-monitor-off::before{content:"󰶐"}.mdi-monitor-screenshot::before{content:"󰹑"}.mdi-monitor-share::before{content:"󱒃"}.mdi-monitor-shimmer::before{content:"󱄄"}.mdi-monitor-small::before{content:"󱡶"}.mdi-monitor-speaker::before{content:"󰽟"}.mdi-monitor-speaker-off::before{content:"󰽠"}.mdi-monitor-star::before{content:"󰷜"}.mdi-moon-first-quarter::before{content:"󰽡"}.mdi-moon-full::before{content:"󰽢"}.mdi-moon-last-quarter::before{content:"󰽣"}.mdi-moon-new::before{content:"󰽤"}.mdi-moon-waning-crescent::before{content:"󰽥"}.mdi-moon-waning-gibbous::before{content:"󰽦"}.mdi-moon-waxing-crescent::before{content:"󰽧"}.mdi-moon-waxing-gibbous::before{content:"󰽨"}.mdi-moped::before{content:"󱂆"}.mdi-moped-electric::before{content:"󱖷"}.mdi-moped-electric-outline::before{content:"󱖸"}.mdi-moped-outline::before{content:"󱖹"}.mdi-more::before{content:"󰍻"}.mdi-mortar-pestle::before{content:"󱝈"}.mdi-mortar-pestle-plus::before{content:"󰏱"}.mdi-mosque::before{content:"󱠧"}.mdi-mother-heart::before{content:"󱌔"}.mdi-mother-nurse::before{content:"󰴡"}.mdi-motion::before{content:"󱖲"}.mdi-motion-outline::before{content:"󱖳"}.mdi-motion-pause::before{content:"󱖐"}.mdi-motion-pause-outline::before{content:"󱖒"}.mdi-motion-play::before{content:"󱖏"}.mdi-motion-play-outline::before{content:"󱖑"}.mdi-motion-sensor::before{content:"󰶑"}.mdi-motion-sensor-off::before{content:"󱐵"}.mdi-motorbike::before{content:"󰍼"}.mdi-motorbike-electric::before{content:"󱖺"}.mdi-mouse::before{content:"󰍽"}.mdi-mouse-bluetooth::before{content:"󰦋"}.mdi-mouse-move-down::before{content:"󱕐"}.mdi-mouse-move-up::before{content:"󱕑"}.mdi-mouse-move-vertical::before{content:"󱕒"}.mdi-mouse-off::before{content:"󰍾"}.mdi-mouse-variant::before{content:"󰍿"}.mdi-mouse-variant-off::before{content:"󰎀"}.mdi-move-resize::before{content:"󰙕"}.mdi-move-resize-variant::before{content:"󰙖"}.mdi-movie::before{content:"󰎁"}.mdi-movie-check::before{content:"󱛳"}.mdi-movie-check-outline::before{content:"󱛴"}.mdi-movie-cog::before{content:"󱛵"}.mdi-movie-cog-outline::before{content:"󱛶"}.mdi-movie-edit::before{content:"󱄢"}.mdi-movie-edit-outline::before{content:"󱄣"}.mdi-movie-filter::before{content:"󱄤"}.mdi-movie-filter-outline::before{content:"󱄥"}.mdi-movie-minus::before{content:"󱛷"}.mdi-movie-minus-outline::before{content:"󱛸"}.mdi-movie-off::before{content:"󱛹"}.mdi-movie-off-outline::before{content:"󱛺"}.mdi-movie-open::before{content:"󰿎"}.mdi-movie-open-check::before{content:"󱛻"}.mdi-movie-open-check-outline::before{content:"󱛼"}.mdi-movie-open-cog::before{content:"󱛽"}.mdi-movie-open-cog-outline::before{content:"󱛾"}.mdi-movie-open-edit::before{content:"󱛿"}.mdi-movie-open-edit-outline::before{content:"󱜀"}.mdi-movie-open-minus::before{content:"󱜁"}.mdi-movie-open-minus-outline::before{content:"󱜂"}.mdi-movie-open-off::before{content:"󱜃"}.mdi-movie-open-off-outline::before{content:"󱜄"}.mdi-movie-open-outline::before{content:"󰿏"}.mdi-movie-open-play::before{content:"󱜅"}.mdi-movie-open-play-outline::before{content:"󱜆"}.mdi-movie-open-plus::before{content:"󱜇"}.mdi-movie-open-plus-outline::before{content:"󱜈"}.mdi-movie-open-remove::before{content:"󱜉"}.mdi-movie-open-remove-outline::before{content:"󱜊"}.mdi-movie-open-settings::before{content:"󱜋"}.mdi-movie-open-settings-outline::before{content:"󱜌"}.mdi-movie-open-star::before{content:"󱜍"}.mdi-movie-open-star-outline::before{content:"󱜎"}.mdi-movie-outline::before{content:"󰷝"}.mdi-movie-play::before{content:"󱜏"}.mdi-movie-play-outline::before{content:"󱜐"}.mdi-movie-plus::before{content:"󱜑"}.mdi-movie-plus-outline::before{content:"󱜒"}.mdi-movie-remove::before{content:"󱜓"}.mdi-movie-remove-outline::before{content:"󱜔"}.mdi-movie-roll::before{content:"󰟞"}.mdi-movie-search::before{content:"󱇒"}.mdi-movie-search-outline::before{content:"󱇓"}.mdi-movie-settings::before{content:"󱜕"}.mdi-movie-settings-outline::before{content:"󱜖"}.mdi-movie-star::before{content:"󱜗"}.mdi-movie-star-outline::before{content:"󱜘"}.mdi-mower::before{content:"󱙯"}.mdi-mower-bag::before{content:"󱙰"}.mdi-muffin::before{content:"󰦌"}.mdi-multicast::before{content:"󱢓"}.mdi-multiplication::before{content:"󰎂"}.mdi-multiplication-box::before{content:"󰎃"}.mdi-mushroom::before{content:"󰟟"}.mdi-mushroom-off::before{content:"󱏺"}.mdi-mushroom-off-outline::before{content:"󱏻"}.mdi-mushroom-outline::before{content:"󰟠"}.mdi-music::before{content:"󰝚"}.mdi-music-accidental-double-flat::before{content:"󰽩"}.mdi-music-accidental-double-sharp::before{content:"󰽪"}.mdi-music-accidental-flat::before{content:"󰽫"}.mdi-music-accidental-natural::before{content:"󰽬"}.mdi-music-accidental-sharp::before{content:"󰽭"}.mdi-music-box::before{content:"󰎄"}.mdi-music-box-multiple::before{content:"󰌳"}.mdi-music-box-multiple-outline::before{content:"󰼄"}.mdi-music-box-outline::before{content:"󰎅"}.mdi-music-circle::before{content:"󰎆"}.mdi-music-circle-outline::before{content:"󰫔"}.mdi-music-clef-alto::before{content:"󰽮"}.mdi-music-clef-bass::before{content:"󰽯"}.mdi-music-clef-treble::before{content:"󰽰"}.mdi-music-note::before{content:"󰎇"}.mdi-music-note-bluetooth::before{content:"󰗾"}.mdi-music-note-bluetooth-off::before{content:"󰗿"}.mdi-music-note-eighth::before{content:"󰎈"}.mdi-music-note-eighth-dotted::before{content:"󰽱"}.mdi-music-note-half::before{content:"󰎉"}.mdi-music-note-half-dotted::before{content:"󰽲"}.mdi-music-note-off::before{content:"󰎊"}.mdi-music-note-off-outline::before{content:"󰽳"}.mdi-music-note-outline::before{content:"󰽴"}.mdi-music-note-plus::before{content:"󰷞"}.mdi-music-note-quarter::before{content:"󰎋"}.mdi-music-note-quarter-dotted::before{content:"󰽵"}.mdi-music-note-sixteenth::before{content:"󰎌"}.mdi-music-note-sixteenth-dotted::before{content:"󰽶"}.mdi-music-note-whole::before{content:"󰎍"}.mdi-music-note-whole-dotted::before{content:"󰽷"}.mdi-music-off::before{content:"󰝛"}.mdi-music-rest-eighth::before{content:"󰽸"}.mdi-music-rest-half::before{content:"󰽹"}.mdi-music-rest-quarter::before{content:"󰽺"}.mdi-music-rest-sixteenth::before{content:"󰽻"}.mdi-music-rest-whole::before{content:"󰽼"}.mdi-mustache::before{content:"󱗞"}.mdi-nail::before{content:"󰷟"}.mdi-nas::before{content:"󰣳"}.mdi-nativescript::before{content:"󰢀"}.mdi-nature::before{content:"󰎎"}.mdi-nature-people::before{content:"󰎏"}.mdi-navigation::before{content:"󰎐"}.mdi-navigation-outline::before{content:"󱘇"}.mdi-navigation-variant::before{content:"󱣰"}.mdi-navigation-variant-outline::before{content:"󱣱"}.mdi-near-me::before{content:"󰗍"}.mdi-necklace::before{content:"󰼋"}.mdi-needle::before{content:"󰎑"}.mdi-netflix::before{content:"󰝆"}.mdi-network::before{content:"󰛳"}.mdi-network-off::before{content:"󰲛"}.mdi-network-off-outline::before{content:"󰲜"}.mdi-network-outline::before{content:"󰲝"}.mdi-network-strength-1::before{content:"󰣴"}.mdi-network-strength-1-alert::before{content:"󰣵"}.mdi-network-strength-2::before{content:"󰣶"}.mdi-network-strength-2-alert::before{content:"󰣷"}.mdi-network-strength-3::before{content:"󰣸"}.mdi-network-strength-3-alert::before{content:"󰣹"}.mdi-network-strength-4::before{content:"󰣺"}.mdi-network-strength-4-alert::before{content:"󰣻"}.mdi-network-strength-4-cog::before{content:"󱤚"}.mdi-network-strength-off::before{content:"󰣼"}.mdi-network-strength-off-outline::before{content:"󰣽"}.mdi-network-strength-outline::before{content:"󰣾"}.mdi-new-box::before{content:"󰎔"}.mdi-newspaper::before{content:"󰎕"}.mdi-newspaper-check::before{content:"󱥃"}.mdi-newspaper-minus::before{content:"󰼌"}.mdi-newspaper-plus::before{content:"󰼍"}.mdi-newspaper-remove::before{content:"󱥄"}.mdi-newspaper-variant::before{content:"󱀁"}.mdi-newspaper-variant-multiple::before{content:"󱀂"}.mdi-newspaper-variant-multiple-outline::before{content:"󱀃"}.mdi-newspaper-variant-outline::before{content:"󱀄"}.mdi-nfc::before{content:"󰎖"}.mdi-nfc-search-variant::before{content:"󰹓"}.mdi-nfc-tap::before{content:"󰎗"}.mdi-nfc-variant::before{content:"󰎘"}.mdi-nfc-variant-off::before{content:"󰹔"}.mdi-ninja::before{content:"󰝴"}.mdi-nintendo-game-boy::before{content:"󱎓"}.mdi-nintendo-switch::before{content:"󰟡"}.mdi-nintendo-wii::before{content:"󰖫"}.mdi-nintendo-wiiu::before{content:"󰜭"}.mdi-nix::before{content:"󱄅"}.mdi-nodejs::before{content:"󰎙"}.mdi-noodles::before{content:"󱅾"}.mdi-not-equal::before{content:"󰦍"}.mdi-not-equal-variant::before{content:"󰦎"}.mdi-note::before{content:"󰎚"}.mdi-note-alert::before{content:"󱝽"}.mdi-note-alert-outline::before{content:"󱝾"}.mdi-note-check::before{content:"󱝿"}.mdi-note-check-outline::before{content:"󱞀"}.mdi-note-edit::before{content:"󱞁"}.mdi-note-edit-outline::before{content:"󱞂"}.mdi-note-minus::before{content:"󱙏"}.mdi-note-minus-outline::before{content:"󱙐"}.mdi-note-multiple::before{content:"󰚸"}.mdi-note-multiple-outline::before{content:"󰚹"}.mdi-note-off::before{content:"󱞃"}.mdi-note-off-outline::before{content:"󱞄"}.mdi-note-outline::before{content:"󰎛"}.mdi-note-plus::before{content:"󰎜"}.mdi-note-plus-outline::before{content:"󰎝"}.mdi-note-remove::before{content:"󱙑"}.mdi-note-remove-outline::before{content:"󱙒"}.mdi-note-search::before{content:"󱙓"}.mdi-note-search-outline::before{content:"󱙔"}.mdi-note-text::before{content:"󰎞"}.mdi-note-text-outline::before{content:"󱇗"}.mdi-notebook::before{content:"󰠮"}.mdi-notebook-check::before{content:"󱓵"}.mdi-notebook-check-outline::before{content:"󱓶"}.mdi-notebook-edit::before{content:"󱓧"}.mdi-notebook-edit-outline::before{content:"󱓩"}.mdi-notebook-minus::before{content:"󱘐"}.mdi-notebook-minus-outline::before{content:"󱘑"}.mdi-notebook-multiple::before{content:"󰹕"}.mdi-notebook-outline::before{content:"󰺿"}.mdi-notebook-plus::before{content:"󱘒"}.mdi-notebook-plus-outline::before{content:"󱘓"}.mdi-notebook-remove::before{content:"󱘔"}.mdi-notebook-remove-outline::before{content:"󱘕"}.mdi-notification-clear-all::before{content:"󰎟"}.mdi-npm::before{content:"󰛷"}.mdi-nuke::before{content:"󰚤"}.mdi-null::before{content:"󰟢"}.mdi-numeric::before{content:"󰎠"}.mdi-numeric-0::before{content:"󰬹"}.mdi-numeric-0-box::before{content:"󰎡"}.mdi-numeric-0-box-multiple::before{content:"󰼎"}.mdi-numeric-0-box-multiple-outline::before{content:"󰎢"}.mdi-numeric-0-box-outline::before{content:"󰎣"}.mdi-numeric-0-circle::before{content:"󰲞"}.mdi-numeric-0-circle-outline::before{content:"󰲟"}.mdi-numeric-1::before{content:"󰬺"}.mdi-numeric-1-box::before{content:"󰎤"}.mdi-numeric-1-box-multiple::before{content:"󰼏"}.mdi-numeric-1-box-multiple-outline::before{content:"󰎥"}.mdi-numeric-1-box-outline::before{content:"󰎦"}.mdi-numeric-1-circle::before{content:"󰲠"}.mdi-numeric-1-circle-outline::before{content:"󰲡"}.mdi-numeric-10::before{content:"󰿩"}.mdi-numeric-10-box::before{content:"󰽽"}.mdi-numeric-10-box-multiple::before{content:"󰿪"}.mdi-numeric-10-box-multiple-outline::before{content:"󰿫"}.mdi-numeric-10-box-outline::before{content:"󰽾"}.mdi-numeric-10-circle::before{content:"󰿬"}.mdi-numeric-10-circle-outline::before{content:"󰿭"}.mdi-numeric-2::before{content:"󰬻"}.mdi-numeric-2-box::before{content:"󰎧"}.mdi-numeric-2-box-multiple::before{content:"󰼐"}.mdi-numeric-2-box-multiple-outline::before{content:"󰎨"}.mdi-numeric-2-box-outline::before{content:"󰎩"}.mdi-numeric-2-circle::before{content:"󰲢"}.mdi-numeric-2-circle-outline::before{content:"󰲣"}.mdi-numeric-3::before{content:"󰬼"}.mdi-numeric-3-box::before{content:"󰎪"}.mdi-numeric-3-box-multiple::before{content:"󰼑"}.mdi-numeric-3-box-multiple-outline::before{content:"󰎫"}.mdi-numeric-3-box-outline::before{content:"󰎬"}.mdi-numeric-3-circle::before{content:"󰲤"}.mdi-numeric-3-circle-outline::before{content:"󰲥"}.mdi-numeric-4::before{content:"󰬽"}.mdi-numeric-4-box::before{content:"󰎭"}.mdi-numeric-4-box-multiple::before{content:"󰼒"}.mdi-numeric-4-box-multiple-outline::before{content:"󰎲"}.mdi-numeric-4-box-outline::before{content:"󰎮"}.mdi-numeric-4-circle::before{content:"󰲦"}.mdi-numeric-4-circle-outline::before{content:"󰲧"}.mdi-numeric-5::before{content:"󰬾"}.mdi-numeric-5-box::before{content:"󰎱"}.mdi-numeric-5-box-multiple::before{content:"󰼓"}.mdi-numeric-5-box-multiple-outline::before{content:"󰎯"}.mdi-numeric-5-box-outline::before{content:"󰎰"}.mdi-numeric-5-circle::before{content:"󰲨"}.mdi-numeric-5-circle-outline::before{content:"󰲩"}.mdi-numeric-6::before{content:"󰬿"}.mdi-numeric-6-box::before{content:"󰎳"}.mdi-numeric-6-box-multiple::before{content:"󰼔"}.mdi-numeric-6-box-multiple-outline::before{content:"󰎴"}.mdi-numeric-6-box-outline::before{content:"󰎵"}.mdi-numeric-6-circle::before{content:"󰲪"}.mdi-numeric-6-circle-outline::before{content:"󰲫"}.mdi-numeric-7::before{content:"󰭀"}.mdi-numeric-7-box::before{content:"󰎶"}.mdi-numeric-7-box-multiple::before{content:"󰼕"}.mdi-numeric-7-box-multiple-outline::before{content:"󰎷"}.mdi-numeric-7-box-outline::before{content:"󰎸"}.mdi-numeric-7-circle::before{content:"󰲬"}.mdi-numeric-7-circle-outline::before{content:"󰲭"}.mdi-numeric-8::before{content:"󰭁"}.mdi-numeric-8-box::before{content:"󰎹"}.mdi-numeric-8-box-multiple::before{content:"󰼖"}.mdi-numeric-8-box-multiple-outline::before{content:"󰎺"}.mdi-numeric-8-box-outline::before{content:"󰎻"}.mdi-numeric-8-circle::before{content:"󰲮"}.mdi-numeric-8-circle-outline::before{content:"󰲯"}.mdi-numeric-9::before{content:"󰭂"}.mdi-numeric-9-box::before{content:"󰎼"}.mdi-numeric-9-box-multiple::before{content:"󰼗"}.mdi-numeric-9-box-multiple-outline::before{content:"󰎽"}.mdi-numeric-9-box-outline::before{content:"󰎾"}.mdi-numeric-9-circle::before{content:"󰲰"}.mdi-numeric-9-circle-outline::before{content:"󰲱"}.mdi-numeric-9-plus::before{content:"󰿮"}.mdi-numeric-9-plus-box::before{content:"󰎿"}.mdi-numeric-9-plus-box-multiple::before{content:"󰼘"}.mdi-numeric-9-plus-box-multiple-outline::before{content:"󰏀"}.mdi-numeric-9-plus-box-outline::before{content:"󰏁"}.mdi-numeric-9-plus-circle::before{content:"󰲲"}.mdi-numeric-9-plus-circle-outline::before{content:"󰲳"}.mdi-numeric-negative-1::before{content:"󱁒"}.mdi-numeric-positive-1::before{content:"󱗋"}.mdi-nut::before{content:"󰛸"}.mdi-nutrition::before{content:"󰏂"}.mdi-nuxt::before{content:"󱄆"}.mdi-oar::before{content:"󰙼"}.mdi-ocarina::before{content:"󰷠"}.mdi-oci::before{content:"󱋩"}.mdi-ocr::before{content:"󱄺"}.mdi-octagon::before{content:"󰏃"}.mdi-octagon-outline::before{content:"󰏄"}.mdi-octagram::before{content:"󰛹"}.mdi-octagram-outline::before{content:"󰝵"}.mdi-octahedron::before{content:"󱥐"}.mdi-octahedron-off::before{content:"󱥑"}.mdi-odnoklassniki::before{content:"󰏅"}.mdi-offer::before{content:"󱈛"}.mdi-office-building::before{content:"󰦑"}.mdi-office-building-cog::before{content:"󱥉"}.mdi-office-building-cog-outline::before{content:"󱥊"}.mdi-office-building-marker::before{content:"󱔠"}.mdi-office-building-marker-outline::before{content:"󱔡"}.mdi-office-building-outline::before{content:"󱔟"}.mdi-oil::before{content:"󰏇"}.mdi-oil-lamp::before{content:"󰼙"}.mdi-oil-level::before{content:"󱁓"}.mdi-oil-temperature::before{content:"󰿸"}.mdi-om::before{content:"󰥳"}.mdi-omega::before{content:"󰏉"}.mdi-one-up::before{content:"󰮭"}.mdi-onepassword::before{content:"󰢁"}.mdi-opacity::before{content:"󰗌"}.mdi-open-in-app::before{content:"󰏋"}.mdi-open-in-new::before{content:"󰏌"}.mdi-open-source-initiative::before{content:"󰮮"}.mdi-openid::before{content:"󰏍"}.mdi-opera::before{content:"󰏎"}.mdi-orbit::before{content:"󰀘"}.mdi-orbit-variant::before{content:"󱗛"}.mdi-order-alphabetical-ascending::before{content:"󰈍"}.mdi-order-alphabetical-descending::before{content:"󰴇"}.mdi-order-bool-ascending::before{content:"󰊾"}.mdi-order-bool-ascending-variant::before{content:"󰦏"}.mdi-order-bool-descending::before{content:"󱎄"}.mdi-order-bool-descending-variant::before{content:"󰦐"}.mdi-order-numeric-ascending::before{content:"󰕅"}.mdi-order-numeric-descending::before{content:"󰕆"}.mdi-origin::before{content:"󰭃"}.mdi-ornament::before{content:"󰏏"}.mdi-ornament-variant::before{content:"󰏐"}.mdi-outdoor-lamp::before{content:"󱁔"}.mdi-overscan::before{content:"󱀅"}.mdi-owl::before{content:"󰏒"}.mdi-pac-man::before{content:"󰮯"}.mdi-package::before{content:"󰏓"}.mdi-package-down::before{content:"󰏔"}.mdi-package-up::before{content:"󰏕"}.mdi-package-variant::before{content:"󰏖"}.mdi-package-variant-closed::before{content:"󰏗"}.mdi-page-first::before{content:"󰘀"}.mdi-page-last::before{content:"󰘁"}.mdi-page-layout-body::before{content:"󰛺"}.mdi-page-layout-footer::before{content:"󰛻"}.mdi-page-layout-header::before{content:"󰛼"}.mdi-page-layout-header-footer::before{content:"󰽿"}.mdi-page-layout-sidebar-left::before{content:"󰛽"}.mdi-page-layout-sidebar-right::before{content:"󰛾"}.mdi-page-next::before{content:"󰮰"}.mdi-page-next-outline::before{content:"󰮱"}.mdi-page-previous::before{content:"󰮲"}.mdi-page-previous-outline::before{content:"󰮳"}.mdi-pail::before{content:"󱐗"}.mdi-pail-minus::before{content:"󱐷"}.mdi-pail-minus-outline::before{content:"󱐼"}.mdi-pail-off::before{content:"󱐹"}.mdi-pail-off-outline::before{content:"󱐾"}.mdi-pail-outline::before{content:"󱐺"}.mdi-pail-plus::before{content:"󱐶"}.mdi-pail-plus-outline::before{content:"󱐻"}.mdi-pail-remove::before{content:"󱐸"}.mdi-pail-remove-outline::before{content:"󱐽"}.mdi-palette::before{content:"󰏘"}.mdi-palette-advanced::before{content:"󰏙"}.mdi-palette-outline::before{content:"󰸌"}.mdi-palette-swatch::before{content:"󰢵"}.mdi-palette-swatch-outline::before{content:"󱍜"}.mdi-palette-swatch-variant::before{content:"󱥚"}.mdi-palm-tree::before{content:"󱁕"}.mdi-pan::before{content:"󰮴"}.mdi-pan-bottom-left::before{content:"󰮵"}.mdi-pan-bottom-right::before{content:"󰮶"}.mdi-pan-down::before{content:"󰮷"}.mdi-pan-horizontal::before{content:"󰮸"}.mdi-pan-left::before{content:"󰮹"}.mdi-pan-right::before{content:"󰮺"}.mdi-pan-top-left::before{content:"󰮻"}.mdi-pan-top-right::before{content:"󰮼"}.mdi-pan-up::before{content:"󰮽"}.mdi-pan-vertical::before{content:"󰮾"}.mdi-panda::before{content:"󰏚"}.mdi-pandora::before{content:"󰏛"}.mdi-panorama::before{content:"󰏜"}.mdi-panorama-fisheye::before{content:"󰏝"}.mdi-panorama-horizontal::before{content:"󱤨"}.mdi-panorama-horizontal-outline::before{content:"󰏞"}.mdi-panorama-outline::before{content:"󱦌"}.mdi-panorama-sphere::before{content:"󱦍"}.mdi-panorama-sphere-outline::before{content:"󱦎"}.mdi-panorama-variant::before{content:"󱦏"}.mdi-panorama-variant-outline::before{content:"󱦐"}.mdi-panorama-vertical::before{content:"󱤩"}.mdi-panorama-vertical-outline::before{content:"󰏟"}.mdi-panorama-wide-angle::before{content:"󱥟"}.mdi-panorama-wide-angle-outline::before{content:"󰏠"}.mdi-paper-cut-vertical::before{content:"󰏡"}.mdi-paper-roll::before{content:"󱅗"}.mdi-paper-roll-outline::before{content:"󱅘"}.mdi-paperclip::before{content:"󰏢"}.mdi-parachute::before{content:"󰲴"}.mdi-parachute-outline::before{content:"󰲵"}.mdi-paragliding::before{content:"󱝅"}.mdi-parking::before{content:"󰏣"}.mdi-party-popper::before{content:"󱁖"}.mdi-passport::before{content:"󰟣"}.mdi-passport-biometric::before{content:"󰷡"}.mdi-pasta::before{content:"󱅠"}.mdi-patio-heater::before{content:"󰾀"}.mdi-patreon::before{content:"󰢂"}.mdi-pause::before{content:"󰏤"}.mdi-pause-circle::before{content:"󰏥"}.mdi-pause-circle-outline::before{content:"󰏦"}.mdi-pause-octagon::before{content:"󰏧"}.mdi-pause-octagon-outline::before{content:"󰏨"}.mdi-paw::before{content:"󰏩"}.mdi-paw-off::before{content:"󰙗"}.mdi-paw-off-outline::before{content:"󱙶"}.mdi-paw-outline::before{content:"󱙵"}.mdi-peace::before{content:"󰢄"}.mdi-peanut::before{content:"󰿼"}.mdi-peanut-off::before{content:"󰿽"}.mdi-peanut-off-outline::before{content:"󰿿"}.mdi-peanut-outline::before{content:"󰿾"}.mdi-pen::before{content:"󰏪"}.mdi-pen-lock::before{content:"󰷢"}.mdi-pen-minus::before{content:"󰷣"}.mdi-pen-off::before{content:"󰷤"}.mdi-pen-plus::before{content:"󰷥"}.mdi-pen-remove::before{content:"󰷦"}.mdi-pencil::before{content:"󰏫"}.mdi-pencil-box::before{content:"󰏬"}.mdi-pencil-box-multiple::before{content:"󱅄"}.mdi-pencil-box-multiple-outline::before{content:"󱅅"}.mdi-pencil-box-outline::before{content:"󰏭"}.mdi-pencil-circle::before{content:"󰛿"}.mdi-pencil-circle-outline::before{content:"󰝶"}.mdi-pencil-lock::before{content:"󰏮"}.mdi-pencil-lock-outline::before{content:"󰷧"}.mdi-pencil-minus::before{content:"󰷨"}.mdi-pencil-minus-outline::before{content:"󰷩"}.mdi-pencil-off::before{content:"󰏯"}.mdi-pencil-off-outline::before{content:"󰷪"}.mdi-pencil-outline::before{content:"󰲶"}.mdi-pencil-plus::before{content:"󰷫"}.mdi-pencil-plus-outline::before{content:"󰷬"}.mdi-pencil-remove::before{content:"󰷭"}.mdi-pencil-remove-outline::before{content:"󰷮"}.mdi-pencil-ruler::before{content:"󱍓"}.mdi-penguin::before{content:"󰻀"}.mdi-pentagon::before{content:"󰜁"}.mdi-pentagon-outline::before{content:"󰜀"}.mdi-pentagram::before{content:"󱙧"}.mdi-percent::before{content:"󰏰"}.mdi-percent-outline::before{content:"󱉸"}.mdi-periodic-table::before{content:"󰢶"}.mdi-perspective-less::before{content:"󰴣"}.mdi-perspective-more::before{content:"󰴤"}.mdi-ph::before{content:"󱟅"}.mdi-phone::before{content:"󰏲"}.mdi-phone-alert::before{content:"󰼚"}.mdi-phone-alert-outline::before{content:"󱆎"}.mdi-phone-bluetooth::before{content:"󰏳"}.mdi-phone-bluetooth-outline::before{content:"󱆏"}.mdi-phone-cancel::before{content:"󱂼"}.mdi-phone-cancel-outline::before{content:"󱆐"}.mdi-phone-check::before{content:"󱆩"}.mdi-phone-check-outline::before{content:"󱆪"}.mdi-phone-classic::before{content:"󰘂"}.mdi-phone-classic-off::before{content:"󱉹"}.mdi-phone-dial::before{content:"󱕙"}.mdi-phone-dial-outline::before{content:"󱕚"}.mdi-phone-forward::before{content:"󰏴"}.mdi-phone-forward-outline::before{content:"󱆑"}.mdi-phone-hangup::before{content:"󰏵"}.mdi-phone-hangup-outline::before{content:"󱆒"}.mdi-phone-in-talk::before{content:"󰏶"}.mdi-phone-in-talk-outline::before{content:"󱆂"}.mdi-phone-incoming::before{content:"󰏷"}.mdi-phone-incoming-outline::before{content:"󱆓"}.mdi-phone-lock::before{content:"󰏸"}.mdi-phone-lock-outline::before{content:"󱆔"}.mdi-phone-log::before{content:"󰏹"}.mdi-phone-log-outline::before{content:"󱆕"}.mdi-phone-message::before{content:"󱆖"}.mdi-phone-message-outline::before{content:"󱆗"}.mdi-phone-minus::before{content:"󰙘"}.mdi-phone-minus-outline::before{content:"󱆘"}.mdi-phone-missed::before{content:"󰏺"}.mdi-phone-missed-outline::before{content:"󱆥"}.mdi-phone-off::before{content:"󰷯"}.mdi-phone-off-outline::before{content:"󱆦"}.mdi-phone-outgoing::before{content:"󰏻"}.mdi-phone-outgoing-outline::before{content:"󱆙"}.mdi-phone-outline::before{content:"󰷰"}.mdi-phone-paused::before{content:"󰏼"}.mdi-phone-paused-outline::before{content:"󱆚"}.mdi-phone-plus::before{content:"󰙙"}.mdi-phone-plus-outline::before{content:"󱆛"}.mdi-phone-refresh::before{content:"󱦓"}.mdi-phone-refresh-outline::before{content:"󱦔"}.mdi-phone-remove::before{content:"󱔯"}.mdi-phone-remove-outline::before{content:"󱔰"}.mdi-phone-return::before{content:"󰠯"}.mdi-phone-return-outline::before{content:"󱆜"}.mdi-phone-ring::before{content:"󱆫"}.mdi-phone-ring-outline::before{content:"󱆬"}.mdi-phone-rotate-landscape::before{content:"󰢅"}.mdi-phone-rotate-portrait::before{content:"󰢆"}.mdi-phone-settings::before{content:"󰏽"}.mdi-phone-settings-outline::before{content:"󱆝"}.mdi-phone-sync::before{content:"󱦕"}.mdi-phone-sync-outline::before{content:"󱦖"}.mdi-phone-voip::before{content:"󰏾"}.mdi-pi::before{content:"󰏿"}.mdi-pi-box::before{content:"󰐀"}.mdi-pi-hole::before{content:"󰷱"}.mdi-piano::before{content:"󰙽"}.mdi-piano-off::before{content:"󰚘"}.mdi-pickaxe::before{content:"󰢷"}.mdi-picture-in-picture-bottom-right::before{content:"󰹗"}.mdi-picture-in-picture-bottom-right-outline::before{content:"󰹘"}.mdi-picture-in-picture-top-right::before{content:"󰹙"}.mdi-picture-in-picture-top-right-outline::before{content:"󰹚"}.mdi-pier::before{content:"󰢇"}.mdi-pier-crane::before{content:"󰢈"}.mdi-pig::before{content:"󰐁"}.mdi-pig-variant::before{content:"󱀆"}.mdi-pig-variant-outline::before{content:"󱙸"}.mdi-piggy-bank::before{content:"󱀇"}.mdi-piggy-bank-outline::before{content:"󱙹"}.mdi-pill::before{content:"󰐂"}.mdi-pillar::before{content:"󰜂"}.mdi-pin::before{content:"󰐃"}.mdi-pin-off::before{content:"󰐄"}.mdi-pin-off-outline::before{content:"󰤰"}.mdi-pin-outline::before{content:"󰤱"}.mdi-pine-tree::before{content:"󰐅"}.mdi-pine-tree-box::before{content:"󰐆"}.mdi-pine-tree-fire::before{content:"󱐚"}.mdi-pinterest::before{content:"󰐇"}.mdi-pinwheel::before{content:"󰫕"}.mdi-pinwheel-outline::before{content:"󰫖"}.mdi-pipe::before{content:"󰟥"}.mdi-pipe-disconnected::before{content:"󰟦"}.mdi-pipe-leak::before{content:"󰢉"}.mdi-pipe-valve::before{content:"󱡍"}.mdi-pipe-wrench::before{content:"󱍔"}.mdi-pirate::before{content:"󰨈"}.mdi-pistol::before{content:"󰜃"}.mdi-piston::before{content:"󰢊"}.mdi-pitchfork::before{content:"󱕓"}.mdi-pizza::before{content:"󰐉"}.mdi-play::before{content:"󰐊"}.mdi-play-box::before{content:"󱉺"}.mdi-play-box-multiple::before{content:"󰴙"}.mdi-play-box-multiple-outline::before{content:"󱏦"}.mdi-play-box-outline::before{content:"󰐋"}.mdi-play-circle::before{content:"󰐌"}.mdi-play-circle-outline::before{content:"󰐍"}.mdi-play-network::before{content:"󰢋"}.mdi-play-network-outline::before{content:"󰲷"}.mdi-play-outline::before{content:"󰼛"}.mdi-play-pause::before{content:"󰐎"}.mdi-play-protected-content::before{content:"󰐏"}.mdi-play-speed::before{content:"󰣿"}.mdi-playlist-check::before{content:"󰗇"}.mdi-playlist-edit::before{content:"󰤀"}.mdi-playlist-minus::before{content:"󰐐"}.mdi-playlist-music::before{content:"󰲸"}.mdi-playlist-music-outline::before{content:"󰲹"}.mdi-playlist-play::before{content:"󰐑"}.mdi-playlist-plus::before{content:"󰐒"}.mdi-playlist-remove::before{content:"󰐓"}.mdi-playlist-star::before{content:"󰷲"}.mdi-plex::before{content:"󰚺"}.mdi-pliers::before{content:"󱦤"}.mdi-plus::before{content:"󰐕"}.mdi-plus-box::before{content:"󰐖"}.mdi-plus-box-multiple::before{content:"󰌴"}.mdi-plus-box-multiple-outline::before{content:"󱅃"}.mdi-plus-box-outline::before{content:"󰜄"}.mdi-plus-circle::before{content:"󰐗"}.mdi-plus-circle-multiple::before{content:"󰍌"}.mdi-plus-circle-multiple-outline::before{content:"󰐘"}.mdi-plus-circle-outline::before{content:"󰐙"}.mdi-plus-minus::before{content:"󰦒"}.mdi-plus-minus-box::before{content:"󰦓"}.mdi-plus-minus-variant::before{content:"󱓉"}.mdi-plus-network::before{content:"󰐚"}.mdi-plus-network-outline::before{content:"󰲺"}.mdi-plus-outline::before{content:"󰜅"}.mdi-plus-thick::before{content:"󱇬"}.mdi-podcast::before{content:"󰦔"}.mdi-podium::before{content:"󰴥"}.mdi-podium-bronze::before{content:"󰴦"}.mdi-podium-gold::before{content:"󰴧"}.mdi-podium-silver::before{content:"󰴨"}.mdi-point-of-sale::before{content:"󰶒"}.mdi-pokeball::before{content:"󰐝"}.mdi-pokemon-go::before{content:"󰨉"}.mdi-poker-chip::before{content:"󰠰"}.mdi-polaroid::before{content:"󰐞"}.mdi-police-badge::before{content:"󱅧"}.mdi-police-badge-outline::before{content:"󱅨"}.mdi-police-station::before{content:"󱠹"}.mdi-poll::before{content:"󰐟"}.mdi-polo::before{content:"󱓃"}.mdi-polymer::before{content:"󰐡"}.mdi-pool::before{content:"󰘆"}.mdi-popcorn::before{content:"󰐢"}.mdi-post::before{content:"󱀈"}.mdi-post-outline::before{content:"󱀉"}.mdi-postage-stamp::before{content:"󰲻"}.mdi-pot::before{content:"󰋥"}.mdi-pot-mix::before{content:"󰙛"}.mdi-pot-mix-outline::before{content:"󰙷"}.mdi-pot-outline::before{content:"󰋿"}.mdi-pot-steam::before{content:"󰙚"}.mdi-pot-steam-outline::before{content:"󰌦"}.mdi-pound::before{content:"󰐣"}.mdi-pound-box::before{content:"󰐤"}.mdi-pound-box-outline::before{content:"󱅿"}.mdi-power::before{content:"󰐥"}.mdi-power-cycle::before{content:"󰤁"}.mdi-power-off::before{content:"󰤂"}.mdi-power-on::before{content:"󰤃"}.mdi-power-plug::before{content:"󰚥"}.mdi-power-plug-off::before{content:"󰚦"}.mdi-power-plug-off-outline::before{content:"󱐤"}.mdi-power-plug-outline::before{content:"󱐥"}.mdi-power-settings::before{content:"󰐦"}.mdi-power-sleep::before{content:"󰤄"}.mdi-power-socket::before{content:"󰐧"}.mdi-power-socket-au::before{content:"󰤅"}.mdi-power-socket-ch::before{content:"󰾳"}.mdi-power-socket-de::before{content:"󱄇"}.mdi-power-socket-eu::before{content:"󰟧"}.mdi-power-socket-fr::before{content:"󱄈"}.mdi-power-socket-it::before{content:"󱓿"}.mdi-power-socket-jp::before{content:"󱄉"}.mdi-power-socket-uk::before{content:"󰟨"}.mdi-power-socket-us::before{content:"󰟩"}.mdi-power-standby::before{content:"󰤆"}.mdi-powershell::before{content:"󰨊"}.mdi-prescription::before{content:"󰜆"}.mdi-presentation::before{content:"󰐨"}.mdi-presentation-play::before{content:"󰐩"}.mdi-pretzel::before{content:"󱕢"}.mdi-printer::before{content:"󰐪"}.mdi-printer-3d::before{content:"󰐫"}.mdi-printer-3d-nozzle::before{content:"󰹛"}.mdi-printer-3d-nozzle-alert::before{content:"󱇀"}.mdi-printer-3d-nozzle-alert-outline::before{content:"󱇁"}.mdi-printer-3d-nozzle-heat::before{content:"󱢸"}.mdi-printer-3d-nozzle-heat-outline::before{content:"󱢹"}.mdi-printer-3d-nozzle-outline::before{content:"󰹜"}.mdi-printer-alert::before{content:"󰐬"}.mdi-printer-check::before{content:"󱅆"}.mdi-printer-eye::before{content:"󱑘"}.mdi-printer-off::before{content:"󰹝"}.mdi-printer-off-outline::before{content:"󱞅"}.mdi-printer-outline::before{content:"󱞆"}.mdi-printer-pos::before{content:"󱁗"}.mdi-printer-search::before{content:"󱑗"}.mdi-printer-settings::before{content:"󰜇"}.mdi-printer-wireless::before{content:"󰨋"}.mdi-priority-high::before{content:"󰘃"}.mdi-priority-low::before{content:"󰘄"}.mdi-professional-hexagon::before{content:"󰐭"}.mdi-progress-alert::before{content:"󰲼"}.mdi-progress-check::before{content:"󰦕"}.mdi-progress-clock::before{content:"󰦖"}.mdi-progress-close::before{content:"󱄊"}.mdi-progress-download::before{content:"󰦗"}.mdi-progress-pencil::before{content:"󱞇"}.mdi-progress-question::before{content:"󱔢"}.mdi-progress-star::before{content:"󱞈"}.mdi-progress-upload::before{content:"󰦘"}.mdi-progress-wrench::before{content:"󰲽"}.mdi-projector::before{content:"󰐮"}.mdi-projector-screen::before{content:"󰐯"}.mdi-projector-screen-off::before{content:"󱠍"}.mdi-projector-screen-off-outline::before{content:"󱠎"}.mdi-projector-screen-outline::before{content:"󱜤"}.mdi-projector-screen-variant::before{content:"󱠏"}.mdi-projector-screen-variant-off::before{content:"󱠐"}.mdi-projector-screen-variant-off-outline::before{content:"󱠑"}.mdi-projector-screen-variant-outline::before{content:"󱠒"}.mdi-propane-tank::before{content:"󱍗"}.mdi-propane-tank-outline::before{content:"󱍘"}.mdi-protocol::before{content:"󰿘"}.mdi-publish::before{content:"󰚧"}.mdi-publish-off::before{content:"󱥅"}.mdi-pulse::before{content:"󰐰"}.mdi-pump::before{content:"󱐂"}.mdi-pumpkin::before{content:"󰮿"}.mdi-purse::before{content:"󰼜"}.mdi-purse-outline::before{content:"󰼝"}.mdi-puzzle::before{content:"󰐱"}.mdi-puzzle-check::before{content:"󱐦"}.mdi-puzzle-check-outline::before{content:"󱐧"}.mdi-puzzle-edit::before{content:"󱓓"}.mdi-puzzle-edit-outline::before{content:"󱓙"}.mdi-puzzle-heart::before{content:"󱓔"}.mdi-puzzle-heart-outline::before{content:"󱓚"}.mdi-puzzle-minus::before{content:"󱓑"}.mdi-puzzle-minus-outline::before{content:"󱓗"}.mdi-puzzle-outline::before{content:"󰩦"}.mdi-puzzle-plus::before{content:"󱓐"}.mdi-puzzle-plus-outline::before{content:"󱓖"}.mdi-puzzle-remove::before{content:"󱓒"}.mdi-puzzle-remove-outline::before{content:"󱓘"}.mdi-puzzle-star::before{content:"󱓕"}.mdi-puzzle-star-outline::before{content:"󱓛"}.mdi-pyramid::before{content:"󱥒"}.mdi-pyramid-off::before{content:"󱥓"}.mdi-qi::before{content:"󰦙"}.mdi-qqchat::before{content:"󰘅"}.mdi-qrcode::before{content:"󰐲"}.mdi-qrcode-edit::before{content:"󰢸"}.mdi-qrcode-minus::before{content:"󱆌"}.mdi-qrcode-plus::before{content:"󱆋"}.mdi-qrcode-remove::before{content:"󱆍"}.mdi-qrcode-scan::before{content:"󰐳"}.mdi-quadcopter::before{content:"󰐴"}.mdi-quality-high::before{content:"󰐵"}.mdi-quality-low::before{content:"󰨌"}.mdi-quality-medium::before{content:"󰨍"}.mdi-quora::before{content:"󰴩"}.mdi-rabbit::before{content:"󰤇"}.mdi-racing-helmet::before{content:"󰶓"}.mdi-racquetball::before{content:"󰶔"}.mdi-radar::before{content:"󰐷"}.mdi-radiator::before{content:"󰐸"}.mdi-radiator-disabled::before{content:"󰫗"}.mdi-radiator-off::before{content:"󰫘"}.mdi-radio::before{content:"󰐹"}.mdi-radio-am::before{content:"󰲾"}.mdi-radio-fm::before{content:"󰲿"}.mdi-radio-handheld::before{content:"󰐺"}.mdi-radio-off::before{content:"󱈜"}.mdi-radio-tower::before{content:"󰐻"}.mdi-radioactive::before{content:"󰐼"}.mdi-radioactive-circle::before{content:"󱡝"}.mdi-radioactive-circle-outline::before{content:"󱡞"}.mdi-radioactive-off::before{content:"󰻁"}.mdi-radiobox-blank::before{content:"󰐽"}.mdi-radiobox-marked::before{content:"󰐾"}.mdi-radiology-box::before{content:"󱓅"}.mdi-radiology-box-outline::before{content:"󱓆"}.mdi-radius::before{content:"󰳀"}.mdi-radius-outline::before{content:"󰳁"}.mdi-railroad-light::before{content:"󰼞"}.mdi-rake::before{content:"󱕄"}.mdi-raspberry-pi::before{content:"󰐿"}.mdi-ray-end::before{content:"󰑀"}.mdi-ray-end-arrow::before{content:"󰑁"}.mdi-ray-start::before{content:"󰑂"}.mdi-ray-start-arrow::before{content:"󰑃"}.mdi-ray-start-end::before{content:"󰑄"}.mdi-ray-start-vertex-end::before{content:"󱗘"}.mdi-ray-vertex::before{content:"󰑅"}.mdi-razor-double-edge::before{content:"󱦗"}.mdi-razor-single-edge::before{content:"󱦘"}.mdi-react::before{content:"󰜈"}.mdi-read::before{content:"󰑇"}.mdi-receipt::before{content:"󰑉"}.mdi-record::before{content:"󰑊"}.mdi-record-circle::before{content:"󰻂"}.mdi-record-circle-outline::before{content:"󰻃"}.mdi-record-player::before{content:"󰦚"}.mdi-record-rec::before{content:"󰑋"}.mdi-rectangle::before{content:"󰹞"}.mdi-rectangle-outline::before{content:"󰹟"}.mdi-recycle::before{content:"󰑌"}.mdi-recycle-variant::before{content:"󱎝"}.mdi-reddit::before{content:"󰑍"}.mdi-redhat::before{content:"󱄛"}.mdi-redo::before{content:"󰑎"}.mdi-redo-variant::before{content:"󰑏"}.mdi-reflect-horizontal::before{content:"󰨎"}.mdi-reflect-vertical::before{content:"󰨏"}.mdi-refresh::before{content:"󰑐"}.mdi-refresh-auto::before{content:"󱣲"}.mdi-refresh-circle::before{content:"󱍷"}.mdi-regex::before{content:"󰑑"}.mdi-registered-trademark::before{content:"󰩧"}.mdi-reiterate::before{content:"󱖈"}.mdi-relation-many-to-many::before{content:"󱒖"}.mdi-relation-many-to-one::before{content:"󱒗"}.mdi-relation-many-to-one-or-many::before{content:"󱒘"}.mdi-relation-many-to-only-one::before{content:"󱒙"}.mdi-relation-many-to-zero-or-many::before{content:"󱒚"}.mdi-relation-many-to-zero-or-one::before{content:"󱒛"}.mdi-relation-one-or-many-to-many::before{content:"󱒜"}.mdi-relation-one-or-many-to-one::before{content:"󱒝"}.mdi-relation-one-or-many-to-one-or-many::before{content:"󱒞"}.mdi-relation-one-or-many-to-only-one::before{content:"󱒟"}.mdi-relation-one-or-many-to-zero-or-many::before{content:"󱒠"}.mdi-relation-one-or-many-to-zero-or-one::before{content:"󱒡"}.mdi-relation-one-to-many::before{content:"󱒢"}.mdi-relation-one-to-one::before{content:"󱒣"}.mdi-relation-one-to-one-or-many::before{content:"󱒤"}.mdi-relation-one-to-only-one::before{content:"󱒥"}.mdi-relation-one-to-zero-or-many::before{content:"󱒦"}.mdi-relation-one-to-zero-or-one::before{content:"󱒧"}.mdi-relation-only-one-to-many::before{content:"󱒨"}.mdi-relation-only-one-to-one::before{content:"󱒩"}.mdi-relation-only-one-to-one-or-many::before{content:"󱒪"}.mdi-relation-only-one-to-only-one::before{content:"󱒫"}.mdi-relation-only-one-to-zero-or-many::before{content:"󱒬"}.mdi-relation-only-one-to-zero-or-one::before{content:"󱒭"}.mdi-relation-zero-or-many-to-many::before{content:"󱒮"}.mdi-relation-zero-or-many-to-one::before{content:"󱒯"}.mdi-relation-zero-or-many-to-one-or-many::before{content:"󱒰"}.mdi-relation-zero-or-many-to-only-one::before{content:"󱒱"}.mdi-relation-zero-or-many-to-zero-or-many::before{content:"󱒲"}.mdi-relation-zero-or-many-to-zero-or-one::before{content:"󱒳"}.mdi-relation-zero-or-one-to-many::before{content:"󱒴"}.mdi-relation-zero-or-one-to-one::before{content:"󱒵"}.mdi-relation-zero-or-one-to-one-or-many::before{content:"󱒶"}.mdi-relation-zero-or-one-to-only-one::before{content:"󱒷"}.mdi-relation-zero-or-one-to-zero-or-many::before{content:"󱒸"}.mdi-relation-zero-or-one-to-zero-or-one::before{content:"󱒹"}.mdi-relative-scale::before{content:"󰑒"}.mdi-reload::before{content:"󰑓"}.mdi-reload-alert::before{content:"󱄋"}.mdi-reminder::before{content:"󰢌"}.mdi-remote::before{content:"󰑔"}.mdi-remote-desktop::before{content:"󰢹"}.mdi-remote-off::before{content:"󰻄"}.mdi-remote-tv::before{content:"󰻅"}.mdi-remote-tv-off::before{content:"󰻆"}.mdi-rename-box::before{content:"󰑕"}.mdi-reorder-horizontal::before{content:"󰚈"}.mdi-reorder-vertical::before{content:"󰚉"}.mdi-repeat::before{content:"󰑖"}.mdi-repeat-off::before{content:"󰑗"}.mdi-repeat-once::before{content:"󰑘"}.mdi-repeat-variant::before{content:"󰕇"}.mdi-replay::before{content:"󰑙"}.mdi-reply::before{content:"󰑚"}.mdi-reply-all::before{content:"󰑛"}.mdi-reply-all-outline::before{content:"󰼟"}.mdi-reply-circle::before{content:"󱆮"}.mdi-reply-outline::before{content:"󰼠"}.mdi-reproduction::before{content:"󰑜"}.mdi-resistor::before{content:"󰭄"}.mdi-resistor-nodes::before{content:"󰭅"}.mdi-resize::before{content:"󰩨"}.mdi-resize-bottom-right::before{content:"󰑝"}.mdi-responsive::before{content:"󰑞"}.mdi-restart::before{content:"󰜉"}.mdi-restart-alert::before{content:"󱄌"}.mdi-restart-off::before{content:"󰶕"}.mdi-restore::before{content:"󰦛"}.mdi-restore-alert::before{content:"󱄍"}.mdi-rewind::before{content:"󰑟"}.mdi-rewind-10::before{content:"󰴪"}.mdi-rewind-15::before{content:"󱥆"}.mdi-rewind-30::before{content:"󰶖"}.mdi-rewind-5::before{content:"󱇹"}.mdi-rewind-60::before{content:"󱘌"}.mdi-rewind-outline::before{content:"󰜊"}.mdi-rhombus::before{content:"󰜋"}.mdi-rhombus-medium::before{content:"󰨐"}.mdi-rhombus-medium-outline::before{content:"󱓜"}.mdi-rhombus-outline::before{content:"󰜌"}.mdi-rhombus-split::before{content:"󰨑"}.mdi-rhombus-split-outline::before{content:"󱓝"}.mdi-ribbon::before{content:"󰑠"}.mdi-rice::before{content:"󰟪"}.mdi-rickshaw::before{content:"󱖻"}.mdi-rickshaw-electric::before{content:"󱖼"}.mdi-ring::before{content:"󰟫"}.mdi-rivet::before{content:"󰹠"}.mdi-road::before{content:"󰑡"}.mdi-road-variant::before{content:"󰑢"}.mdi-robber::before{content:"󱁘"}.mdi-robot::before{content:"󰚩"}.mdi-robot-angry::before{content:"󱚝"}.mdi-robot-angry-outline::before{content:"󱚞"}.mdi-robot-confused::before{content:"󱚟"}.mdi-robot-confused-outline::before{content:"󱚠"}.mdi-robot-dead::before{content:"󱚡"}.mdi-robot-dead-outline::before{content:"󱚢"}.mdi-robot-excited::before{content:"󱚣"}.mdi-robot-excited-outline::before{content:"󱚤"}.mdi-robot-happy::before{content:"󱜙"}.mdi-robot-happy-outline::before{content:"󱜚"}.mdi-robot-industrial::before{content:"󰭆"}.mdi-robot-love::before{content:"󱚥"}.mdi-robot-love-outline::before{content:"󱚦"}.mdi-robot-mower::before{content:"󱇷"}.mdi-robot-mower-outline::before{content:"󱇳"}.mdi-robot-off::before{content:"󱚧"}.mdi-robot-off-outline::before{content:"󱙻"}.mdi-robot-outline::before{content:"󱙺"}.mdi-robot-vacuum::before{content:"󰜍"}.mdi-robot-vacuum-variant::before{content:"󰤈"}.mdi-rocket::before{content:"󰑣"}.mdi-rocket-launch::before{content:"󱓞"}.mdi-rocket-launch-outline::before{content:"󱓟"}.mdi-rocket-outline::before{content:"󱎯"}.mdi-rodent::before{content:"󱌧"}.mdi-roller-skate::before{content:"󰴫"}.mdi-roller-skate-off::before{content:"󰅅"}.mdi-rollerblade::before{content:"󰴬"}.mdi-rollerblade-off::before{content:"󰀮"}.mdi-rollupjs::before{content:"󰯀"}.mdi-roman-numeral-1::before{content:"󱂈"}.mdi-roman-numeral-10::before{content:"󱂑"}.mdi-roman-numeral-2::before{content:"󱂉"}.mdi-roman-numeral-3::before{content:"󱂊"}.mdi-roman-numeral-4::before{content:"󱂋"}.mdi-roman-numeral-5::before{content:"󱂌"}.mdi-roman-numeral-6::before{content:"󱂍"}.mdi-roman-numeral-7::before{content:"󱂎"}.mdi-roman-numeral-8::before{content:"󱂏"}.mdi-roman-numeral-9::before{content:"󱂐"}.mdi-room-service::before{content:"󰢍"}.mdi-room-service-outline::before{content:"󰶗"}.mdi-rotate-360::before{content:"󱦙"}.mdi-rotate-3d::before{content:"󰻇"}.mdi-rotate-3d-variant::before{content:"󰑤"}.mdi-rotate-left::before{content:"󰑥"}.mdi-rotate-left-variant::before{content:"󰑦"}.mdi-rotate-orbit::before{content:"󰶘"}.mdi-rotate-right::before{content:"󰑧"}.mdi-rotate-right-variant::before{content:"󰑨"}.mdi-rounded-corner::before{content:"󰘇"}.mdi-router::before{content:"󱇢"}.mdi-router-network::before{content:"󱂇"}.mdi-router-wireless::before{content:"󰑩"}.mdi-router-wireless-off::before{content:"󱖣"}.mdi-router-wireless-settings::before{content:"󰩩"}.mdi-routes::before{content:"󰑪"}.mdi-routes-clock::before{content:"󱁙"}.mdi-rowing::before{content:"󰘈"}.mdi-rss::before{content:"󰑫"}.mdi-rss-box::before{content:"󰑬"}.mdi-rss-off::before{content:"󰼡"}.mdi-rug::before{content:"󱑵"}.mdi-rugby::before{content:"󰶙"}.mdi-ruler::before{content:"󰑭"}.mdi-ruler-square::before{content:"󰳂"}.mdi-ruler-square-compass::before{content:"󰺾"}.mdi-run::before{content:"󰜎"}.mdi-run-fast::before{content:"󰑮"}.mdi-rv-truck::before{content:"󱇔"}.mdi-sack::before{content:"󰴮"}.mdi-sack-percent::before{content:"󰴯"}.mdi-safe::before{content:"󰩪"}.mdi-safe-square::before{content:"󱉼"}.mdi-safe-square-outline::before{content:"󱉽"}.mdi-safety-goggles::before{content:"󰴰"}.mdi-sail-boat::before{content:"󰻈"}.mdi-sale::before{content:"󰑯"}.mdi-salesforce::before{content:"󰢎"}.mdi-sass::before{content:"󰟬"}.mdi-satellite::before{content:"󰑰"}.mdi-satellite-uplink::before{content:"󰤉"}.mdi-satellite-variant::before{content:"󰑱"}.mdi-sausage::before{content:"󰢺"}.mdi-sausage-off::before{content:"󱞉"}.mdi-saw-blade::before{content:"󰹡"}.mdi-sawtooth-wave::before{content:"󱑺"}.mdi-saxophone::before{content:"󰘉"}.mdi-scale::before{content:"󰑲"}.mdi-scale-balance::before{content:"󰗑"}.mdi-scale-bathroom::before{content:"󰑳"}.mdi-scale-off::before{content:"󱁚"}.mdi-scale-unbalanced::before{content:"󱦸"}.mdi-scan-helper::before{content:"󱏘"}.mdi-scanner::before{content:"󰚫"}.mdi-scanner-off::before{content:"󰤊"}.mdi-scatter-plot::before{content:"󰻉"}.mdi-scatter-plot-outline::before{content:"󰻊"}.mdi-scent::before{content:"󱥘"}.mdi-scent-off::before{content:"󱥙"}.mdi-school::before{content:"󰑴"}.mdi-school-outline::before{content:"󱆀"}.mdi-scissors-cutting::before{content:"󰩫"}.mdi-scooter::before{content:"󱖽"}.mdi-scooter-electric::before{content:"󱖾"}.mdi-scoreboard::before{content:"󱉾"}.mdi-scoreboard-outline::before{content:"󱉿"}.mdi-screen-rotation::before{content:"󰑵"}.mdi-screen-rotation-lock::before{content:"󰑸"}.mdi-screw-flat-top::before{content:"󰷳"}.mdi-screw-lag::before{content:"󰷴"}.mdi-screw-machine-flat-top::before{content:"󰷵"}.mdi-screw-machine-round-top::before{content:"󰷶"}.mdi-screw-round-top::before{content:"󰷷"}.mdi-screwdriver::before{content:"󰑶"}.mdi-script::before{content:"󰯁"}.mdi-script-outline::before{content:"󰑷"}.mdi-script-text::before{content:"󰯂"}.mdi-script-text-key::before{content:"󱜥"}.mdi-script-text-key-outline::before{content:"󱜦"}.mdi-script-text-outline::before{content:"󰯃"}.mdi-script-text-play::before{content:"󱜧"}.mdi-script-text-play-outline::before{content:"󱜨"}.mdi-sd::before{content:"󰑹"}.mdi-seal::before{content:"󰑺"}.mdi-seal-variant::before{content:"󰿙"}.mdi-search-web::before{content:"󰜏"}.mdi-seat::before{content:"󰳃"}.mdi-seat-flat::before{content:"󰑻"}.mdi-seat-flat-angled::before{content:"󰑼"}.mdi-seat-individual-suite::before{content:"󰑽"}.mdi-seat-legroom-extra::before{content:"󰑾"}.mdi-seat-legroom-normal::before{content:"󰑿"}.mdi-seat-legroom-reduced::before{content:"󰒀"}.mdi-seat-outline::before{content:"󰳄"}.mdi-seat-passenger::before{content:"󱉉"}.mdi-seat-recline-extra::before{content:"󰒁"}.mdi-seat-recline-normal::before{content:"󰒂"}.mdi-seatbelt::before{content:"󰳅"}.mdi-security::before{content:"󰒃"}.mdi-security-network::before{content:"󰒄"}.mdi-seed::before{content:"󰹢"}.mdi-seed-off::before{content:"󱏽"}.mdi-seed-off-outline::before{content:"󱏾"}.mdi-seed-outline::before{content:"󰹣"}.mdi-seesaw::before{content:"󱖤"}.mdi-segment::before{content:"󰻋"}.mdi-select::before{content:"󰒅"}.mdi-select-all::before{content:"󰒆"}.mdi-select-color::before{content:"󰴱"}.mdi-select-compare::before{content:"󰫙"}.mdi-select-drag::before{content:"󰩬"}.mdi-select-group::before{content:"󰾂"}.mdi-select-inverse::before{content:"󰒇"}.mdi-select-marker::before{content:"󱊀"}.mdi-select-multiple::before{content:"󱊁"}.mdi-select-multiple-marker::before{content:"󱊂"}.mdi-select-off::before{content:"󰒈"}.mdi-select-place::before{content:"󰿚"}.mdi-select-remove::before{content:"󱟁"}.mdi-select-search::before{content:"󱈄"}.mdi-selection::before{content:"󰒉"}.mdi-selection-drag::before{content:"󰩭"}.mdi-selection-ellipse::before{content:"󰴲"}.mdi-selection-ellipse-arrow-inside::before{content:"󰼢"}.mdi-selection-ellipse-remove::before{content:"󱟂"}.mdi-selection-marker::before{content:"󱊃"}.mdi-selection-multiple::before{content:"󱊅"}.mdi-selection-multiple-marker::before{content:"󱊄"}.mdi-selection-off::before{content:"󰝷"}.mdi-selection-remove::before{content:"󱟃"}.mdi-selection-search::before{content:"󱈅"}.mdi-semantic-web::before{content:"󱌖"}.mdi-send::before{content:"󰒊"}.mdi-send-check::before{content:"󱅡"}.mdi-send-check-outline::before{content:"󱅢"}.mdi-send-circle::before{content:"󰷸"}.mdi-send-circle-outline::before{content:"󰷹"}.mdi-send-clock::before{content:"󱅣"}.mdi-send-clock-outline::before{content:"󱅤"}.mdi-send-lock::before{content:"󰟭"}.mdi-send-lock-outline::before{content:"󱅦"}.mdi-send-outline::before{content:"󱅥"}.mdi-serial-port::before{content:"󰙜"}.mdi-server::before{content:"󰒋"}.mdi-server-minus::before{content:"󰒌"}.mdi-server-network::before{content:"󰒍"}.mdi-server-network-off::before{content:"󰒎"}.mdi-server-off::before{content:"󰒏"}.mdi-server-plus::before{content:"󰒐"}.mdi-server-remove::before{content:"󰒑"}.mdi-server-security::before{content:"󰒒"}.mdi-set-all::before{content:"󰝸"}.mdi-set-center::before{content:"󰝹"}.mdi-set-center-right::before{content:"󰝺"}.mdi-set-left::before{content:"󰝻"}.mdi-set-left-center::before{content:"󰝼"}.mdi-set-left-right::before{content:"󰝽"}.mdi-set-merge::before{content:"󱓠"}.mdi-set-none::before{content:"󰝾"}.mdi-set-right::before{content:"󰝿"}.mdi-set-split::before{content:"󱓡"}.mdi-set-square::before{content:"󱑝"}.mdi-set-top-box::before{content:"󰦟"}.mdi-settings-helper::before{content:"󰩮"}.mdi-shaker::before{content:"󱄎"}.mdi-shaker-outline::before{content:"󱄏"}.mdi-shape::before{content:"󰠱"}.mdi-shape-circle-plus::before{content:"󰙝"}.mdi-shape-outline::before{content:"󰠲"}.mdi-shape-oval-plus::before{content:"󱇺"}.mdi-shape-plus::before{content:"󰒕"}.mdi-shape-polygon-plus::before{content:"󰙞"}.mdi-shape-rectangle-plus::before{content:"󰙟"}.mdi-shape-square-plus::before{content:"󰙠"}.mdi-shape-square-rounded-plus::before{content:"󱓺"}.mdi-share::before{content:"󰒖"}.mdi-share-all::before{content:"󱇴"}.mdi-share-all-outline::before{content:"󱇵"}.mdi-share-circle::before{content:"󱆭"}.mdi-share-off::before{content:"󰼣"}.mdi-share-off-outline::before{content:"󰼤"}.mdi-share-outline::before{content:"󰤲"}.mdi-share-variant::before{content:"󰒗"}.mdi-share-variant-outline::before{content:"󱔔"}.mdi-shark::before{content:"󱢺"}.mdi-shark-fin::before{content:"󱙳"}.mdi-shark-fin-outline::before{content:"󱙴"}.mdi-shark-off::before{content:"󱢻"}.mdi-sheep::before{content:"󰳆"}.mdi-shield::before{content:"󰒘"}.mdi-shield-account::before{content:"󰢏"}.mdi-shield-account-outline::before{content:"󰨒"}.mdi-shield-account-variant::before{content:"󱖧"}.mdi-shield-account-variant-outline::before{content:"󱖨"}.mdi-shield-airplane::before{content:"󰚻"}.mdi-shield-airplane-outline::before{content:"󰳇"}.mdi-shield-alert::before{content:"󰻌"}.mdi-shield-alert-outline::before{content:"󰻍"}.mdi-shield-bug::before{content:"󱏚"}.mdi-shield-bug-outline::before{content:"󱏛"}.mdi-shield-car::before{content:"󰾃"}.mdi-shield-check::before{content:"󰕥"}.mdi-shield-check-outline::before{content:"󰳈"}.mdi-shield-cross::before{content:"󰳉"}.mdi-shield-cross-outline::before{content:"󰳊"}.mdi-shield-crown::before{content:"󱢼"}.mdi-shield-crown-outline::before{content:"󱢽"}.mdi-shield-edit::before{content:"󱆠"}.mdi-shield-edit-outline::before{content:"󱆡"}.mdi-shield-half::before{content:"󱍠"}.mdi-shield-half-full::before{content:"󰞀"}.mdi-shield-home::before{content:"󰚊"}.mdi-shield-home-outline::before{content:"󰳋"}.mdi-shield-key::before{content:"󰯄"}.mdi-shield-key-outline::before{content:"󰯅"}.mdi-shield-link-variant::before{content:"󰴳"}.mdi-shield-link-variant-outline::before{content:"󰴴"}.mdi-shield-lock::before{content:"󰦝"}.mdi-shield-lock-open::before{content:"󱦚"}.mdi-shield-lock-open-outline::before{content:"󱦛"}.mdi-shield-lock-outline::before{content:"󰳌"}.mdi-shield-moon::before{content:"󱠨"}.mdi-shield-moon-outline::before{content:"󱠩"}.mdi-shield-off::before{content:"󰦞"}.mdi-shield-off-outline::before{content:"󰦜"}.mdi-shield-outline::before{content:"󰒙"}.mdi-shield-plus::before{content:"󰫚"}.mdi-shield-plus-outline::before{content:"󰫛"}.mdi-shield-refresh::before{content:"󰂪"}.mdi-shield-refresh-outline::before{content:"󰇠"}.mdi-shield-remove::before{content:"󰫜"}.mdi-shield-remove-outline::before{content:"󰫝"}.mdi-shield-search::before{content:"󰶚"}.mdi-shield-star::before{content:"󱄻"}.mdi-shield-star-outline::before{content:"󱄼"}.mdi-shield-sun::before{content:"󱁝"}.mdi-shield-sun-outline::before{content:"󱁞"}.mdi-shield-sword::before{content:"󱢾"}.mdi-shield-sword-outline::before{content:"󱢿"}.mdi-shield-sync::before{content:"󱆢"}.mdi-shield-sync-outline::before{content:"󱆣"}.mdi-shimmer::before{content:"󱕅"}.mdi-ship-wheel::before{content:"󰠳"}.mdi-shipping-pallet::before{content:"󱡎"}.mdi-shoe-ballet::before{content:"󱗊"}.mdi-shoe-cleat::before{content:"󱗇"}.mdi-shoe-formal::before{content:"󰭇"}.mdi-shoe-heel::before{content:"󰭈"}.mdi-shoe-print::before{content:"󰷺"}.mdi-shoe-sneaker::before{content:"󱗈"}.mdi-shopping::before{content:"󰒚"}.mdi-shopping-music::before{content:"󰒛"}.mdi-shopping-outline::before{content:"󱇕"}.mdi-shopping-search::before{content:"󰾄"}.mdi-shore::before{content:"󱓹"}.mdi-shovel::before{content:"󰜐"}.mdi-shovel-off::before{content:"󰜑"}.mdi-shower::before{content:"󰦠"}.mdi-shower-head::before{content:"󰦡"}.mdi-shredder::before{content:"󰒜"}.mdi-shuffle::before{content:"󰒝"}.mdi-shuffle-disabled::before{content:"󰒞"}.mdi-shuffle-variant::before{content:"󰒟"}.mdi-shuriken::before{content:"󱍿"}.mdi-sickle::before{content:"󱣀"}.mdi-sigma::before{content:"󰒠"}.mdi-sigma-lower::before{content:"󰘫"}.mdi-sign-caution::before{content:"󰒡"}.mdi-sign-direction::before{content:"󰞁"}.mdi-sign-direction-minus::before{content:"󱀀"}.mdi-sign-direction-plus::before{content:"󰿜"}.mdi-sign-direction-remove::before{content:"󰿝"}.mdi-sign-pole::before{content:"󱓸"}.mdi-sign-real-estate::before{content:"󱄘"}.mdi-sign-text::before{content:"󰞂"}.mdi-signal::before{content:"󰒢"}.mdi-signal-2g::before{content:"󰜒"}.mdi-signal-3g::before{content:"󰜓"}.mdi-signal-4g::before{content:"󰜔"}.mdi-signal-5g::before{content:"󰩯"}.mdi-signal-cellular-1::before{content:"󰢼"}.mdi-signal-cellular-2::before{content:"󰢽"}.mdi-signal-cellular-3::before{content:"󰢾"}.mdi-signal-cellular-outline::before{content:"󰢿"}.mdi-signal-distance-variant::before{content:"󰹤"}.mdi-signal-hspa::before{content:"󰜕"}.mdi-signal-hspa-plus::before{content:"󰜖"}.mdi-signal-off::before{content:"󰞃"}.mdi-signal-variant::before{content:"󰘊"}.mdi-signature::before{content:"󰷻"}.mdi-signature-freehand::before{content:"󰷼"}.mdi-signature-image::before{content:"󰷽"}.mdi-signature-text::before{content:"󰷾"}.mdi-silo::before{content:"󰭉"}.mdi-silverware::before{content:"󰒣"}.mdi-silverware-clean::before{content:"󰿞"}.mdi-silverware-fork::before{content:"󰒤"}.mdi-silverware-fork-knife::before{content:"󰩰"}.mdi-silverware-spoon::before{content:"󰒥"}.mdi-silverware-variant::before{content:"󰒦"}.mdi-sim::before{content:"󰒧"}.mdi-sim-alert::before{content:"󰒨"}.mdi-sim-alert-outline::before{content:"󱗓"}.mdi-sim-off::before{content:"󰒩"}.mdi-sim-off-outline::before{content:"󱗔"}.mdi-sim-outline::before{content:"󱗕"}.mdi-simple-icons::before{content:"󱌝"}.mdi-sina-weibo::before{content:"󰫟"}.mdi-sine-wave::before{content:"󰥛"}.mdi-sitemap::before{content:"󰒪"}.mdi-sitemap-outline::before{content:"󱦜"}.mdi-size-l::before{content:"󱎦"}.mdi-size-m::before{content:"󱎥"}.mdi-size-s::before{content:"󱎤"}.mdi-size-xl::before{content:"󱎧"}.mdi-size-xs::before{content:"󱎣"}.mdi-size-xxl::before{content:"󱎨"}.mdi-size-xxs::before{content:"󱎢"}.mdi-size-xxxl::before{content:"󱎩"}.mdi-skate::before{content:"󰴵"}.mdi-skate-off::before{content:"󰚙"}.mdi-skateboard::before{content:"󱓂"}.mdi-skateboarding::before{content:"󰔁"}.mdi-skew-less::before{content:"󰴶"}.mdi-skew-more::before{content:"󰴷"}.mdi-ski::before{content:"󱌄"}.mdi-ski-cross-country::before{content:"󱌅"}.mdi-ski-water::before{content:"󱌆"}.mdi-skip-backward::before{content:"󰒫"}.mdi-skip-backward-outline::before{content:"󰼥"}.mdi-skip-forward::before{content:"󰒬"}.mdi-skip-forward-outline::before{content:"󰼦"}.mdi-skip-next::before{content:"󰒭"}.mdi-skip-next-circle::before{content:"󰙡"}.mdi-skip-next-circle-outline::before{content:"󰙢"}.mdi-skip-next-outline::before{content:"󰼧"}.mdi-skip-previous::before{content:"󰒮"}.mdi-skip-previous-circle::before{content:"󰙣"}.mdi-skip-previous-circle-outline::before{content:"󰙤"}.mdi-skip-previous-outline::before{content:"󰼨"}.mdi-skull::before{content:"󰚌"}.mdi-skull-crossbones::before{content:"󰯆"}.mdi-skull-crossbones-outline::before{content:"󰯇"}.mdi-skull-outline::before{content:"󰯈"}.mdi-skull-scan::before{content:"󱓇"}.mdi-skull-scan-outline::before{content:"󱓈"}.mdi-skype::before{content:"󰒯"}.mdi-skype-business::before{content:"󰒰"}.mdi-slack::before{content:"󰒱"}.mdi-slash-forward::before{content:"󰿟"}.mdi-slash-forward-box::before{content:"󰿠"}.mdi-sledding::before{content:"󰐛"}.mdi-sleep::before{content:"󰒲"}.mdi-sleep-off::before{content:"󰒳"}.mdi-slide::before{content:"󱖥"}.mdi-slope-downhill::before{content:"󰷿"}.mdi-slope-uphill::before{content:"󰸀"}.mdi-slot-machine::before{content:"󱄔"}.mdi-slot-machine-outline::before{content:"󱄕"}.mdi-smart-card::before{content:"󱂽"}.mdi-smart-card-off::before{content:"󱣷"}.mdi-smart-card-off-outline::before{content:"󱣸"}.mdi-smart-card-outline::before{content:"󱂾"}.mdi-smart-card-reader::before{content:"󱂿"}.mdi-smart-card-reader-outline::before{content:"󱃀"}.mdi-smog::before{content:"󰩱"}.mdi-smoke::before{content:"󱞙"}.mdi-smoke-detector::before{content:"󰎒"}.mdi-smoke-detector-alert::before{content:"󱤮"}.mdi-smoke-detector-alert-outline::before{content:"󱤯"}.mdi-smoke-detector-off::before{content:"󱠉"}.mdi-smoke-detector-off-outline::before{content:"󱠊"}.mdi-smoke-detector-outline::before{content:"󱠈"}.mdi-smoke-detector-variant::before{content:"󱠋"}.mdi-smoke-detector-variant-alert::before{content:"󱤰"}.mdi-smoke-detector-variant-off::before{content:"󱠌"}.mdi-smoking::before{content:"󰒴"}.mdi-smoking-off::before{content:"󰒵"}.mdi-smoking-pipe::before{content:"󱐍"}.mdi-smoking-pipe-off::before{content:"󱐨"}.mdi-snail::before{content:"󱙷"}.mdi-snake::before{content:"󱔎"}.mdi-snapchat::before{content:"󰒶"}.mdi-snowboard::before{content:"󱌇"}.mdi-snowflake::before{content:"󰜗"}.mdi-snowflake-alert::before{content:"󰼩"}.mdi-snowflake-melt::before{content:"󱋋"}.mdi-snowflake-off::before{content:"󱓣"}.mdi-snowflake-variant::before{content:"󰼪"}.mdi-snowman::before{content:"󰒷"}.mdi-snowmobile::before{content:"󰛝"}.mdi-soccer::before{content:"󰒸"}.mdi-soccer-field::before{content:"󰠴"}.mdi-social-distance-2-meters::before{content:"󱕹"}.mdi-social-distance-6-feet::before{content:"󱕺"}.mdi-sofa::before{content:"󰒹"}.mdi-sofa-outline::before{content:"󱕭"}.mdi-sofa-single::before{content:"󱕮"}.mdi-sofa-single-outline::before{content:"󱕯"}.mdi-solar-panel::before{content:"󰶛"}.mdi-solar-panel-large::before{content:"󰶜"}.mdi-solar-power::before{content:"󰩲"}.mdi-soldering-iron::before{content:"󱂒"}.mdi-solid::before{content:"󰚍"}.mdi-sony-playstation::before{content:"󰐔"}.mdi-sort::before{content:"󰒺"}.mdi-sort-alphabetical-ascending::before{content:"󰖽"}.mdi-sort-alphabetical-ascending-variant::before{content:"󱅈"}.mdi-sort-alphabetical-descending::before{content:"󰖿"}.mdi-sort-alphabetical-descending-variant::before{content:"󱅉"}.mdi-sort-alphabetical-variant::before{content:"󰒻"}.mdi-sort-ascending::before{content:"󰒼"}.mdi-sort-bool-ascending::before{content:"󱎅"}.mdi-sort-bool-ascending-variant::before{content:"󱎆"}.mdi-sort-bool-descending::before{content:"󱎇"}.mdi-sort-bool-descending-variant::before{content:"󱎈"}.mdi-sort-calendar-ascending::before{content:"󱕇"}.mdi-sort-calendar-descending::before{content:"󱕈"}.mdi-sort-clock-ascending::before{content:"󱕉"}.mdi-sort-clock-ascending-outline::before{content:"󱕊"}.mdi-sort-clock-descending::before{content:"󱕋"}.mdi-sort-clock-descending-outline::before{content:"󱕌"}.mdi-sort-descending::before{content:"󰒽"}.mdi-sort-numeric-ascending::before{content:"󱎉"}.mdi-sort-numeric-ascending-variant::before{content:"󰤍"}.mdi-sort-numeric-descending::before{content:"󱎊"}.mdi-sort-numeric-descending-variant::before{content:"󰫒"}.mdi-sort-numeric-variant::before{content:"󰒾"}.mdi-sort-reverse-variant::before{content:"󰌼"}.mdi-sort-variant::before{content:"󰒿"}.mdi-sort-variant-lock::before{content:"󰳍"}.mdi-sort-variant-lock-open::before{content:"󰳎"}.mdi-sort-variant-remove::before{content:"󱅇"}.mdi-soundbar::before{content:"󱟛"}.mdi-soundcloud::before{content:"󰓀"}.mdi-source-branch::before{content:"󰘬"}.mdi-source-branch-check::before{content:"󱓏"}.mdi-source-branch-minus::before{content:"󱓋"}.mdi-source-branch-plus::before{content:"󱓊"}.mdi-source-branch-refresh::before{content:"󱓍"}.mdi-source-branch-remove::before{content:"󱓌"}.mdi-source-branch-sync::before{content:"󱓎"}.mdi-source-commit::before{content:"󰜘"}.mdi-source-commit-end::before{content:"󰜙"}.mdi-source-commit-end-local::before{content:"󰜚"}.mdi-source-commit-local::before{content:"󰜛"}.mdi-source-commit-next-local::before{content:"󰜜"}.mdi-source-commit-start::before{content:"󰜝"}.mdi-source-commit-start-next-local::before{content:"󰜞"}.mdi-source-fork::before{content:"󰓁"}.mdi-source-merge::before{content:"󰘭"}.mdi-source-pull::before{content:"󰓂"}.mdi-source-repository::before{content:"󰳏"}.mdi-source-repository-multiple::before{content:"󰳐"}.mdi-soy-sauce::before{content:"󰟮"}.mdi-soy-sauce-off::before{content:"󱏼"}.mdi-spa::before{content:"󰳑"}.mdi-spa-outline::before{content:"󰳒"}.mdi-space-invaders::before{content:"󰯉"}.mdi-space-station::before{content:"󱎃"}.mdi-spade::before{content:"󰹥"}.mdi-speaker::before{content:"󰓃"}.mdi-speaker-bluetooth::before{content:"󰦢"}.mdi-speaker-multiple::before{content:"󰴸"}.mdi-speaker-off::before{content:"󰓄"}.mdi-speaker-wireless::before{content:"󰜟"}.mdi-spear::before{content:"󱡅"}.mdi-speedometer::before{content:"󰓅"}.mdi-speedometer-medium::before{content:"󰾅"}.mdi-speedometer-slow::before{content:"󰾆"}.mdi-spellcheck::before{content:"󰓆"}.mdi-sphere::before{content:"󱥔"}.mdi-sphere-off::before{content:"󱥕"}.mdi-spider::before{content:"󱇪"}.mdi-spider-thread::before{content:"󱇫"}.mdi-spider-web::before{content:"󰯊"}.mdi-spirit-level::before{content:"󱓱"}.mdi-spoon-sugar::before{content:"󱐩"}.mdi-spotify::before{content:"󰓇"}.mdi-spotlight::before{content:"󰓈"}.mdi-spotlight-beam::before{content:"󰓉"}.mdi-spray::before{content:"󰙥"}.mdi-spray-bottle::before{content:"󰫠"}.mdi-sprinkler::before{content:"󱁟"}.mdi-sprinkler-fire::before{content:"󱦝"}.mdi-sprinkler-variant::before{content:"󱁠"}.mdi-sprout::before{content:"󰹦"}.mdi-sprout-outline::before{content:"󰹧"}.mdi-square::before{content:"󰝤"}.mdi-square-circle::before{content:"󱔀"}.mdi-square-edit-outline::before{content:"󰤌"}.mdi-square-medium::before{content:"󰨓"}.mdi-square-medium-outline::before{content:"󰨔"}.mdi-square-off::before{content:"󱋮"}.mdi-square-off-outline::before{content:"󱋯"}.mdi-square-opacity::before{content:"󱡔"}.mdi-square-outline::before{content:"󰝣"}.mdi-square-root::before{content:"󰞄"}.mdi-square-root-box::before{content:"󰦣"}.mdi-square-rounded::before{content:"󱓻"}.mdi-square-rounded-outline::before{content:"󱓼"}.mdi-square-small::before{content:"󰨕"}.mdi-square-wave::before{content:"󱑻"}.mdi-squeegee::before{content:"󰫡"}.mdi-ssh::before{content:"󰣀"}.mdi-stack-exchange::before{content:"󰘋"}.mdi-stack-overflow::before{content:"󰓌"}.mdi-stackpath::before{content:"󰍙"}.mdi-stadium::before{content:"󰿹"}.mdi-stadium-variant::before{content:"󰜠"}.mdi-stairs::before{content:"󰓍"}.mdi-stairs-box::before{content:"󱎞"}.mdi-stairs-down::before{content:"󱊾"}.mdi-stairs-up::before{content:"󱊽"}.mdi-stamper::before{content:"󰴹"}.mdi-standard-definition::before{content:"󰟯"}.mdi-star::before{content:"󰓎"}.mdi-star-box::before{content:"󰩳"}.mdi-star-box-multiple::before{content:"󱊆"}.mdi-star-box-multiple-outline::before{content:"󱊇"}.mdi-star-box-outline::before{content:"󰩴"}.mdi-star-check::before{content:"󱕦"}.mdi-star-check-outline::before{content:"󱕪"}.mdi-star-circle::before{content:"󰓏"}.mdi-star-circle-outline::before{content:"󰦤"}.mdi-star-cog::before{content:"󱙨"}.mdi-star-cog-outline::before{content:"󱙩"}.mdi-star-crescent::before{content:"󰥹"}.mdi-star-david::before{content:"󰥺"}.mdi-star-face::before{content:"󰦥"}.mdi-star-four-points::before{content:"󰫢"}.mdi-star-four-points-outline::before{content:"󰫣"}.mdi-star-half::before{content:"󰉆"}.mdi-star-half-full::before{content:"󰓐"}.mdi-star-minus::before{content:"󱕤"}.mdi-star-minus-outline::before{content:"󱕨"}.mdi-star-off::before{content:"󰓑"}.mdi-star-off-outline::before{content:"󱕛"}.mdi-star-outline::before{content:"󰓒"}.mdi-star-plus::before{content:"󱕣"}.mdi-star-plus-outline::before{content:"󱕧"}.mdi-star-remove::before{content:"󱕥"}.mdi-star-remove-outline::before{content:"󱕩"}.mdi-star-settings::before{content:"󱙪"}.mdi-star-settings-outline::before{content:"󱙫"}.mdi-star-shooting::before{content:"󱝁"}.mdi-star-shooting-outline::before{content:"󱝂"}.mdi-star-three-points::before{content:"󰫤"}.mdi-star-three-points-outline::before{content:"󰫥"}.mdi-state-machine::before{content:"󱇯"}.mdi-steam::before{content:"󰓓"}.mdi-steering::before{content:"󰓔"}.mdi-steering-off::before{content:"󰤎"}.mdi-step-backward::before{content:"󰓕"}.mdi-step-backward-2::before{content:"󰓖"}.mdi-step-forward::before{content:"󰓗"}.mdi-step-forward-2::before{content:"󰓘"}.mdi-stethoscope::before{content:"󰓙"}.mdi-sticker::before{content:"󱍤"}.mdi-sticker-alert::before{content:"󱍥"}.mdi-sticker-alert-outline::before{content:"󱍦"}.mdi-sticker-check::before{content:"󱍧"}.mdi-sticker-check-outline::before{content:"󱍨"}.mdi-sticker-circle-outline::before{content:"󰗐"}.mdi-sticker-emoji::before{content:"󰞅"}.mdi-sticker-minus::before{content:"󱍩"}.mdi-sticker-minus-outline::before{content:"󱍪"}.mdi-sticker-outline::before{content:"󱍫"}.mdi-sticker-plus::before{content:"󱍬"}.mdi-sticker-plus-outline::before{content:"󱍭"}.mdi-sticker-remove::before{content:"󱍮"}.mdi-sticker-remove-outline::before{content:"󱍯"}.mdi-sticker-text::before{content:"󱞎"}.mdi-sticker-text-outline::before{content:"󱞏"}.mdi-stocking::before{content:"󰓚"}.mdi-stomach::before{content:"󱂓"}.mdi-stool::before{content:"󱥝"}.mdi-stool-outline::before{content:"󱥞"}.mdi-stop::before{content:"󰓛"}.mdi-stop-circle::before{content:"󰙦"}.mdi-stop-circle-outline::before{content:"󰙧"}.mdi-store::before{content:"󰓜"}.mdi-store-24-hour::before{content:"󰓝"}.mdi-store-alert::before{content:"󱣁"}.mdi-store-alert-outline::before{content:"󱣂"}.mdi-store-check::before{content:"󱣃"}.mdi-store-check-outline::before{content:"󱣄"}.mdi-store-clock::before{content:"󱣅"}.mdi-store-clock-outline::before{content:"󱣆"}.mdi-store-cog::before{content:"󱣇"}.mdi-store-cog-outline::before{content:"󱣈"}.mdi-store-edit::before{content:"󱣉"}.mdi-store-edit-outline::before{content:"󱣊"}.mdi-store-marker::before{content:"󱣋"}.mdi-store-marker-outline::before{content:"󱣌"}.mdi-store-minus::before{content:"󱙞"}.mdi-store-minus-outline::before{content:"󱣍"}.mdi-store-off::before{content:"󱣎"}.mdi-store-off-outline::before{content:"󱣏"}.mdi-store-outline::before{content:"󱍡"}.mdi-store-plus::before{content:"󱙟"}.mdi-store-plus-outline::before{content:"󱣐"}.mdi-store-remove::before{content:"󱙠"}.mdi-store-remove-outline::before{content:"󱣑"}.mdi-store-search::before{content:"󱣒"}.mdi-store-search-outline::before{content:"󱣓"}.mdi-store-settings::before{content:"󱣔"}.mdi-store-settings-outline::before{content:"󱣕"}.mdi-storefront::before{content:"󰟇"}.mdi-storefront-outline::before{content:"󱃁"}.mdi-stove::before{content:"󰓞"}.mdi-strategy::before{content:"󱇖"}.mdi-stretch-to-page::before{content:"󰼫"}.mdi-stretch-to-page-outline::before{content:"󰼬"}.mdi-string-lights::before{content:"󱊺"}.mdi-string-lights-off::before{content:"󱊻"}.mdi-subdirectory-arrow-left::before{content:"󰘌"}.mdi-subdirectory-arrow-right::before{content:"󰘍"}.mdi-submarine::before{content:"󱕬"}.mdi-subtitles::before{content:"󰨖"}.mdi-subtitles-outline::before{content:"󰨗"}.mdi-subway::before{content:"󰚬"}.mdi-subway-alert-variant::before{content:"󰶝"}.mdi-subway-variant::before{content:"󰓟"}.mdi-summit::before{content:"󰞆"}.mdi-sun-compass::before{content:"󱦥"}.mdi-sun-snowflake::before{content:"󱞖"}.mdi-sun-thermometer::before{content:"󱣖"}.mdi-sun-thermometer-outline::before{content:"󱣗"}.mdi-sun-wireless::before{content:"󱟾"}.mdi-sun-wireless-outline::before{content:"󱟿"}.mdi-sunglasses::before{content:"󰓠"}.mdi-surfing::before{content:"󱝆"}.mdi-surround-sound::before{content:"󰗅"}.mdi-surround-sound-2-0::before{content:"󰟰"}.mdi-surround-sound-2-1::before{content:"󱜩"}.mdi-surround-sound-3-1::before{content:"󰟱"}.mdi-surround-sound-5-1::before{content:"󰟲"}.mdi-surround-sound-5-1-2::before{content:"󱜪"}.mdi-surround-sound-7-1::before{content:"󰟳"}.mdi-svg::before{content:"󰜡"}.mdi-swap-horizontal::before{content:"󰓡"}.mdi-swap-horizontal-bold::before{content:"󰯍"}.mdi-swap-horizontal-circle::before{content:"󰿡"}.mdi-swap-horizontal-circle-outline::before{content:"󰿢"}.mdi-swap-horizontal-variant::before{content:"󰣁"}.mdi-swap-vertical::before{content:"󰓢"}.mdi-swap-vertical-bold::before{content:"󰯎"}.mdi-swap-vertical-circle::before{content:"󰿣"}.mdi-swap-vertical-circle-outline::before{content:"󰿤"}.mdi-swap-vertical-variant::before{content:"󰣂"}.mdi-swim::before{content:"󰓣"}.mdi-switch::before{content:"󰓤"}.mdi-sword::before{content:"󰓥"}.mdi-sword-cross::before{content:"󰞇"}.mdi-syllabary-hangul::before{content:"󱌳"}.mdi-syllabary-hiragana::before{content:"󱌴"}.mdi-syllabary-katakana::before{content:"󱌵"}.mdi-syllabary-katakana-halfwidth::before{content:"󱌶"}.mdi-symbol::before{content:"󱔁"}.mdi-symfony::before{content:"󰫦"}.mdi-sync::before{content:"󰓦"}.mdi-sync-alert::before{content:"󰓧"}.mdi-sync-circle::before{content:"󱍸"}.mdi-sync-off::before{content:"󰓨"}.mdi-tab::before{content:"󰓩"}.mdi-tab-minus::before{content:"󰭋"}.mdi-tab-plus::before{content:"󰝜"}.mdi-tab-remove::before{content:"󰭌"}.mdi-tab-search::before{content:"󱦞"}.mdi-tab-unselected::before{content:"󰓪"}.mdi-table::before{content:"󰓫"}.mdi-table-account::before{content:"󱎹"}.mdi-table-alert::before{content:"󱎺"}.mdi-table-arrow-down::before{content:"󱎻"}.mdi-table-arrow-left::before{content:"󱎼"}.mdi-table-arrow-right::before{content:"󱎽"}.mdi-table-arrow-up::before{content:"󱎾"}.mdi-table-border::before{content:"󰨘"}.mdi-table-cancel::before{content:"󱎿"}.mdi-table-chair::before{content:"󱁡"}.mdi-table-check::before{content:"󱏀"}.mdi-table-clock::before{content:"󱏁"}.mdi-table-cog::before{content:"󱏂"}.mdi-table-column::before{content:"󰠵"}.mdi-table-column-plus-after::before{content:"󰓬"}.mdi-table-column-plus-before::before{content:"󰓭"}.mdi-table-column-remove::before{content:"󰓮"}.mdi-table-column-width::before{content:"󰓯"}.mdi-table-edit::before{content:"󰓰"}.mdi-table-eye::before{content:"󱂔"}.mdi-table-eye-off::before{content:"󱏃"}.mdi-table-furniture::before{content:"󰖼"}.mdi-table-headers-eye::before{content:"󱈝"}.mdi-table-headers-eye-off::before{content:"󱈞"}.mdi-table-heart::before{content:"󱏄"}.mdi-table-key::before{content:"󱏅"}.mdi-table-large::before{content:"󰓱"}.mdi-table-large-plus::before{content:"󰾇"}.mdi-table-large-remove::before{content:"󰾈"}.mdi-table-lock::before{content:"󱏆"}.mdi-table-merge-cells::before{content:"󰦦"}.mdi-table-minus::before{content:"󱏇"}.mdi-table-multiple::before{content:"󱏈"}.mdi-table-network::before{content:"󱏉"}.mdi-table-of-contents::before{content:"󰠶"}.mdi-table-off::before{content:"󱏊"}.mdi-table-picnic::before{content:"󱝃"}.mdi-table-pivot::before{content:"󱠼"}.mdi-table-plus::before{content:"󰩵"}.mdi-table-refresh::before{content:"󱎠"}.mdi-table-remove::before{content:"󰩶"}.mdi-table-row::before{content:"󰠷"}.mdi-table-row-height::before{content:"󰓲"}.mdi-table-row-plus-after::before{content:"󰓳"}.mdi-table-row-plus-before::before{content:"󰓴"}.mdi-table-row-remove::before{content:"󰓵"}.mdi-table-search::before{content:"󰤏"}.mdi-table-settings::before{content:"󰠸"}.mdi-table-split-cell::before{content:"󱐪"}.mdi-table-star::before{content:"󱏋"}.mdi-table-sync::before{content:"󱎡"}.mdi-table-tennis::before{content:"󰹨"}.mdi-tablet::before{content:"󰓶"}.mdi-tablet-android::before{content:"󰓷"}.mdi-tablet-cellphone::before{content:"󰦧"}.mdi-tablet-dashboard::before{content:"󰻎"}.mdi-taco::before{content:"󰝢"}.mdi-tag::before{content:"󰓹"}.mdi-tag-arrow-down::before{content:"󱜫"}.mdi-tag-arrow-down-outline::before{content:"󱜬"}.mdi-tag-arrow-left::before{content:"󱜭"}.mdi-tag-arrow-left-outline::before{content:"󱜮"}.mdi-tag-arrow-right::before{content:"󱜯"}.mdi-tag-arrow-right-outline::before{content:"󱜰"}.mdi-tag-arrow-up::before{content:"󱜱"}.mdi-tag-arrow-up-outline::before{content:"󱜲"}.mdi-tag-faces::before{content:"󰓺"}.mdi-tag-heart::before{content:"󰚋"}.mdi-tag-heart-outline::before{content:"󰯏"}.mdi-tag-minus::before{content:"󰤐"}.mdi-tag-minus-outline::before{content:"󱈟"}.mdi-tag-multiple::before{content:"󰓻"}.mdi-tag-multiple-outline::before{content:"󱋷"}.mdi-tag-off::before{content:"󱈠"}.mdi-tag-off-outline::before{content:"󱈡"}.mdi-tag-outline::before{content:"󰓼"}.mdi-tag-plus::before{content:"󰜢"}.mdi-tag-plus-outline::before{content:"󱈢"}.mdi-tag-remove::before{content:"󰜣"}.mdi-tag-remove-outline::before{content:"󱈣"}.mdi-tag-search::before{content:"󱤇"}.mdi-tag-search-outline::before{content:"󱤈"}.mdi-tag-text::before{content:"󱈤"}.mdi-tag-text-outline::before{content:"󰓽"}.mdi-tailwind::before{content:"󱏿"}.mdi-tangram::before{content:"󰓸"}.mdi-tank::before{content:"󰴺"}.mdi-tanker-truck::before{content:"󰿥"}.mdi-tape-drive::before{content:"󱛟"}.mdi-tape-measure::before{content:"󰭍"}.mdi-target::before{content:"󰓾"}.mdi-target-account::before{content:"󰯐"}.mdi-target-variant::before{content:"󰩷"}.mdi-taxi::before{content:"󰓿"}.mdi-tea::before{content:"󰶞"}.mdi-tea-outline::before{content:"󰶟"}.mdi-teamviewer::before{content:"󰔀"}.mdi-teddy-bear::before{content:"󱣻"}.mdi-telescope::before{content:"󰭎"}.mdi-television::before{content:"󰔂"}.mdi-television-ambient-light::before{content:"󱍖"}.mdi-television-box::before{content:"󰠹"}.mdi-television-classic::before{content:"󰟴"}.mdi-television-classic-off::before{content:"󰠺"}.mdi-television-guide::before{content:"󰔃"}.mdi-television-off::before{content:"󰠻"}.mdi-television-pause::before{content:"󰾉"}.mdi-television-play::before{content:"󰻏"}.mdi-television-shimmer::before{content:"󱄐"}.mdi-television-stop::before{content:"󰾊"}.mdi-temperature-celsius::before{content:"󰔄"}.mdi-temperature-fahrenheit::before{content:"󰔅"}.mdi-temperature-kelvin::before{content:"󰔆"}.mdi-tennis::before{content:"󰶠"}.mdi-tennis-ball::before{content:"󰔇"}.mdi-tent::before{content:"󰔈"}.mdi-terraform::before{content:"󱁢"}.mdi-terrain::before{content:"󰔉"}.mdi-test-tube::before{content:"󰙨"}.mdi-test-tube-empty::before{content:"󰤑"}.mdi-test-tube-off::before{content:"󰤒"}.mdi-text::before{content:"󰦨"}.mdi-text-account::before{content:"󱕰"}.mdi-text-box::before{content:"󰈚"}.mdi-text-box-check::before{content:"󰺦"}.mdi-text-box-check-outline::before{content:"󰺧"}.mdi-text-box-minus::before{content:"󰺨"}.mdi-text-box-minus-outline::before{content:"󰺩"}.mdi-text-box-multiple::before{content:"󰪷"}.mdi-text-box-multiple-outline::before{content:"󰪸"}.mdi-text-box-outline::before{content:"󰧭"}.mdi-text-box-plus::before{content:"󰺪"}.mdi-text-box-plus-outline::before{content:"󰺫"}.mdi-text-box-remove::before{content:"󰺬"}.mdi-text-box-remove-outline::before{content:"󰺭"}.mdi-text-box-search::before{content:"󰺮"}.mdi-text-box-search-outline::before{content:"󰺯"}.mdi-text-long::before{content:"󰦪"}.mdi-text-recognition::before{content:"󱄽"}.mdi-text-search::before{content:"󱎸"}.mdi-text-shadow::before{content:"󰙩"}.mdi-text-short::before{content:"󰦩"}.mdi-text-to-speech::before{content:"󰔊"}.mdi-text-to-speech-off::before{content:"󰔋"}.mdi-texture::before{content:"󰔌"}.mdi-texture-box::before{content:"󰿦"}.mdi-theater::before{content:"󰔍"}.mdi-theme-light-dark::before{content:"󰔎"}.mdi-thermometer::before{content:"󰔏"}.mdi-thermometer-alert::before{content:"󰸁"}.mdi-thermometer-bluetooth::before{content:"󱢕"}.mdi-thermometer-chevron-down::before{content:"󰸂"}.mdi-thermometer-chevron-up::before{content:"󰸃"}.mdi-thermometer-high::before{content:"󱃂"}.mdi-thermometer-lines::before{content:"󰔐"}.mdi-thermometer-low::before{content:"󱃃"}.mdi-thermometer-minus::before{content:"󰸄"}.mdi-thermometer-off::before{content:"󱔱"}.mdi-thermometer-plus::before{content:"󰸅"}.mdi-thermostat::before{content:"󰎓"}.mdi-thermostat-box::before{content:"󰢑"}.mdi-thought-bubble::before{content:"󰟶"}.mdi-thought-bubble-outline::before{content:"󰟷"}.mdi-thumb-down::before{content:"󰔑"}.mdi-thumb-down-outline::before{content:"󰔒"}.mdi-thumb-up::before{content:"󰔓"}.mdi-thumb-up-outline::before{content:"󰔔"}.mdi-thumbs-up-down::before{content:"󰔕"}.mdi-thumbs-up-down-outline::before{content:"󱤔"}.mdi-ticket::before{content:"󰔖"}.mdi-ticket-account::before{content:"󰔗"}.mdi-ticket-confirmation::before{content:"󰔘"}.mdi-ticket-confirmation-outline::before{content:"󱎪"}.mdi-ticket-outline::before{content:"󰤓"}.mdi-ticket-percent::before{content:"󰜤"}.mdi-ticket-percent-outline::before{content:"󱐫"}.mdi-tie::before{content:"󰔙"}.mdi-tilde::before{content:"󰜥"}.mdi-tilde-off::before{content:"󱣳"}.mdi-timelapse::before{content:"󰔚"}.mdi-timeline::before{content:"󰯑"}.mdi-timeline-alert::before{content:"󰾕"}.mdi-timeline-alert-outline::before{content:"󰾘"}.mdi-timeline-check::before{content:"󱔲"}.mdi-timeline-check-outline::before{content:"󱔳"}.mdi-timeline-clock::before{content:"󱇻"}.mdi-timeline-clock-outline::before{content:"󱇼"}.mdi-timeline-help::before{content:"󰾙"}.mdi-timeline-help-outline::before{content:"󰾚"}.mdi-timeline-minus::before{content:"󱔴"}.mdi-timeline-minus-outline::before{content:"󱔵"}.mdi-timeline-outline::before{content:"󰯒"}.mdi-timeline-plus::before{content:"󰾖"}.mdi-timeline-plus-outline::before{content:"󰾗"}.mdi-timeline-remove::before{content:"󱔶"}.mdi-timeline-remove-outline::before{content:"󱔷"}.mdi-timeline-text::before{content:"󰯓"}.mdi-timeline-text-outline::before{content:"󰯔"}.mdi-timer::before{content:"󱎫"}.mdi-timer-10::before{content:"󰔜"}.mdi-timer-3::before{content:"󰔝"}.mdi-timer-cog::before{content:"󱤥"}.mdi-timer-cog-outline::before{content:"󱤦"}.mdi-timer-off::before{content:"󱎬"}.mdi-timer-off-outline::before{content:"󰔞"}.mdi-timer-outline::before{content:"󰔛"}.mdi-timer-sand::before{content:"󰔟"}.mdi-timer-sand-complete::before{content:"󱦟"}.mdi-timer-sand-empty::before{content:"󰚭"}.mdi-timer-sand-full::before{content:"󰞌"}.mdi-timer-sand-paused::before{content:"󱦠"}.mdi-timer-settings::before{content:"󱤣"}.mdi-timer-settings-outline::before{content:"󱤤"}.mdi-timetable::before{content:"󰔠"}.mdi-tire::before{content:"󱢖"}.mdi-toaster::before{content:"󱁣"}.mdi-toaster-off::before{content:"󱆷"}.mdi-toaster-oven::before{content:"󰳓"}.mdi-toggle-switch::before{content:"󰔡"}.mdi-toggle-switch-off::before{content:"󰔢"}.mdi-toggle-switch-off-outline::before{content:"󰨙"}.mdi-toggle-switch-outline::before{content:"󰨚"}.mdi-toilet::before{content:"󰦫"}.mdi-toolbox::before{content:"󰦬"}.mdi-toolbox-outline::before{content:"󰦭"}.mdi-tools::before{content:"󱁤"}.mdi-tooltip::before{content:"󰔣"}.mdi-tooltip-account::before{content:"󰀌"}.mdi-tooltip-cellphone::before{content:"󱠻"}.mdi-tooltip-check::before{content:"󱕜"}.mdi-tooltip-check-outline::before{content:"󱕝"}.mdi-tooltip-edit::before{content:"󰔤"}.mdi-tooltip-edit-outline::before{content:"󱋅"}.mdi-tooltip-image::before{content:"󰔥"}.mdi-tooltip-image-outline::before{content:"󰯕"}.mdi-tooltip-minus::before{content:"󱕞"}.mdi-tooltip-minus-outline::before{content:"󱕟"}.mdi-tooltip-outline::before{content:"󰔦"}.mdi-tooltip-plus::before{content:"󰯖"}.mdi-tooltip-plus-outline::before{content:"󰔧"}.mdi-tooltip-remove::before{content:"󱕠"}.mdi-tooltip-remove-outline::before{content:"󱕡"}.mdi-tooltip-text::before{content:"󰔨"}.mdi-tooltip-text-outline::before{content:"󰯗"}.mdi-tooth::before{content:"󰣃"}.mdi-tooth-outline::before{content:"󰔩"}.mdi-toothbrush::before{content:"󱄩"}.mdi-toothbrush-electric::before{content:"󱄬"}.mdi-toothbrush-paste::before{content:"󱄪"}.mdi-torch::before{content:"󱘆"}.mdi-tortoise::before{content:"󰴻"}.mdi-toslink::before{content:"󱊸"}.mdi-tournament::before{content:"󰦮"}.mdi-tow-truck::before{content:"󰠼"}.mdi-tower-beach::before{content:"󰚁"}.mdi-tower-fire::before{content:"󰚂"}.mdi-town-hall::before{content:"󱡵"}.mdi-toy-brick::before{content:"󱊈"}.mdi-toy-brick-marker::before{content:"󱊉"}.mdi-toy-brick-marker-outline::before{content:"󱊊"}.mdi-toy-brick-minus::before{content:"󱊋"}.mdi-toy-brick-minus-outline::before{content:"󱊌"}.mdi-toy-brick-outline::before{content:"󱊍"}.mdi-toy-brick-plus::before{content:"󱊎"}.mdi-toy-brick-plus-outline::before{content:"󱊏"}.mdi-toy-brick-remove::before{content:"󱊐"}.mdi-toy-brick-remove-outline::before{content:"󱊑"}.mdi-toy-brick-search::before{content:"󱊒"}.mdi-toy-brick-search-outline::before{content:"󱊓"}.mdi-track-light::before{content:"󰤔"}.mdi-trackpad::before{content:"󰟸"}.mdi-trackpad-lock::before{content:"󰤳"}.mdi-tractor::before{content:"󰢒"}.mdi-tractor-variant::before{content:"󱓄"}.mdi-trademark::before{content:"󰩸"}.mdi-traffic-cone::before{content:"󱍼"}.mdi-traffic-light::before{content:"󰔫"}.mdi-traffic-light-outline::before{content:"󱠪"}.mdi-train::before{content:"󰔬"}.mdi-train-car::before{content:"󰯘"}.mdi-train-car-passenger::before{content:"󱜳"}.mdi-train-car-passenger-door::before{content:"󱜴"}.mdi-train-car-passenger-door-open::before{content:"󱜵"}.mdi-train-car-passenger-variant::before{content:"󱜶"}.mdi-train-variant::before{content:"󰣄"}.mdi-tram::before{content:"󰔭"}.mdi-tram-side::before{content:"󰿧"}.mdi-transcribe::before{content:"󰔮"}.mdi-transcribe-close::before{content:"󰔯"}.mdi-transfer::before{content:"󱁥"}.mdi-transfer-down::before{content:"󰶡"}.mdi-transfer-left::before{content:"󰶢"}.mdi-transfer-right::before{content:"󰔰"}.mdi-transfer-up::before{content:"󰶣"}.mdi-transit-connection::before{content:"󰴼"}.mdi-transit-connection-horizontal::before{content:"󱕆"}.mdi-transit-connection-variant::before{content:"󰴽"}.mdi-transit-detour::before{content:"󰾋"}.mdi-transit-skip::before{content:"󱔕"}.mdi-transit-transfer::before{content:"󰚮"}.mdi-transition::before{content:"󰤕"}.mdi-transition-masked::before{content:"󰤖"}.mdi-translate::before{content:"󰗊"}.mdi-translate-off::before{content:"󰸆"}.mdi-transmission-tower::before{content:"󰴾"}.mdi-transmission-tower-export::before{content:"󱤬"}.mdi-transmission-tower-import::before{content:"󱤭"}.mdi-trash-can::before{content:"󰩹"}.mdi-trash-can-outline::before{content:"󰩺"}.mdi-tray::before{content:"󱊔"}.mdi-tray-alert::before{content:"󱊕"}.mdi-tray-arrow-down::before{content:"󰄠"}.mdi-tray-arrow-up::before{content:"󰄝"}.mdi-tray-full::before{content:"󱊖"}.mdi-tray-minus::before{content:"󱊗"}.mdi-tray-plus::before{content:"󱊘"}.mdi-tray-remove::before{content:"󱊙"}.mdi-treasure-chest::before{content:"󰜦"}.mdi-tree::before{content:"󰔱"}.mdi-tree-outline::before{content:"󰹩"}.mdi-trello::before{content:"󰔲"}.mdi-trending-down::before{content:"󰔳"}.mdi-trending-neutral::before{content:"󰔴"}.mdi-trending-up::before{content:"󰔵"}.mdi-triangle::before{content:"󰔶"}.mdi-triangle-outline::before{content:"󰔷"}.mdi-triangle-wave::before{content:"󱑼"}.mdi-triforce::before{content:"󰯙"}.mdi-trophy::before{content:"󰔸"}.mdi-trophy-award::before{content:"󰔹"}.mdi-trophy-broken::before{content:"󰶤"}.mdi-trophy-outline::before{content:"󰔺"}.mdi-trophy-variant::before{content:"󰔻"}.mdi-trophy-variant-outline::before{content:"󰔼"}.mdi-truck::before{content:"󰔽"}.mdi-truck-cargo-container::before{content:"󱣘"}.mdi-truck-check::before{content:"󰳔"}.mdi-truck-check-outline::before{content:"󱊚"}.mdi-truck-delivery::before{content:"󰔾"}.mdi-truck-delivery-outline::before{content:"󱊛"}.mdi-truck-fast::before{content:"󰞈"}.mdi-truck-fast-outline::before{content:"󱊜"}.mdi-truck-flatbed::before{content:"󱢑"}.mdi-truck-minus::before{content:"󱦮"}.mdi-truck-minus-outline::before{content:"󱦽"}.mdi-truck-outline::before{content:"󱊝"}.mdi-truck-plus::before{content:"󱦭"}.mdi-truck-plus-outline::before{content:"󱦼"}.mdi-truck-remove::before{content:"󱦯"}.mdi-truck-remove-outline::before{content:"󱦾"}.mdi-truck-snowflake::before{content:"󱦦"}.mdi-truck-trailer::before{content:"󰜧"}.mdi-trumpet::before{content:"󱂖"}.mdi-tshirt-crew::before{content:"󰩻"}.mdi-tshirt-crew-outline::before{content:"󰔿"}.mdi-tshirt-v::before{content:"󰩼"}.mdi-tshirt-v-outline::before{content:"󰕀"}.mdi-tumble-dryer::before{content:"󰤗"}.mdi-tumble-dryer-alert::before{content:"󱆺"}.mdi-tumble-dryer-off::before{content:"󱆻"}.mdi-tune::before{content:"󰘮"}.mdi-tune-variant::before{content:"󱕂"}.mdi-tune-vertical::before{content:"󰙪"}.mdi-tune-vertical-variant::before{content:"󱕃"}.mdi-tunnel::before{content:"󱠽"}.mdi-tunnel-outline::before{content:"󱠾"}.mdi-turkey::before{content:"󱜛"}.mdi-turnstile::before{content:"󰳕"}.mdi-turnstile-outline::before{content:"󰳖"}.mdi-turtle::before{content:"󰳗"}.mdi-twitch::before{content:"󰕃"}.mdi-twitter::before{content:"󰕄"}.mdi-two-factor-authentication::before{content:"󰦯"}.mdi-typewriter::before{content:"󰼭"}.mdi-ubisoft::before{content:"󰯚"}.mdi-ubuntu::before{content:"󰕈"}.mdi-ufo::before{content:"󱃄"}.mdi-ufo-outline::before{content:"󱃅"}.mdi-ultra-high-definition::before{content:"󰟹"}.mdi-umbraco::before{content:"󰕉"}.mdi-umbrella::before{content:"󰕊"}.mdi-umbrella-beach::before{content:"󱢊"}.mdi-umbrella-beach-outline::before{content:"󱢋"}.mdi-umbrella-closed::before{content:"󰦰"}.mdi-umbrella-closed-outline::before{content:"󱏢"}.mdi-umbrella-closed-variant::before{content:"󱏡"}.mdi-umbrella-outline::before{content:"󰕋"}.mdi-undo::before{content:"󰕌"}.mdi-undo-variant::before{content:"󰕍"}.mdi-unfold-less-horizontal::before{content:"󰕎"}.mdi-unfold-less-vertical::before{content:"󰝠"}.mdi-unfold-more-horizontal::before{content:"󰕏"}.mdi-unfold-more-vertical::before{content:"󰝡"}.mdi-ungroup::before{content:"󰕐"}.mdi-unicode::before{content:"󰻐"}.mdi-unicorn::before{content:"󱗂"}.mdi-unicorn-variant::before{content:"󱗃"}.mdi-unicycle::before{content:"󱗥"}.mdi-unity::before{content:"󰚯"}.mdi-unreal::before{content:"󰦱"}.mdi-update::before{content:"󰚰"}.mdi-upload::before{content:"󰕒"}.mdi-upload-lock::before{content:"󱍳"}.mdi-upload-lock-outline::before{content:"󱍴"}.mdi-upload-multiple::before{content:"󰠽"}.mdi-upload-network::before{content:"󰛶"}.mdi-upload-network-outline::before{content:"󰳘"}.mdi-upload-off::before{content:"󱃆"}.mdi-upload-off-outline::before{content:"󱃇"}.mdi-upload-outline::before{content:"󰸇"}.mdi-usb::before{content:"󰕓"}.mdi-usb-flash-drive::before{content:"󱊞"}.mdi-usb-flash-drive-outline::before{content:"󱊟"}.mdi-usb-port::before{content:"󱇰"}.mdi-vacuum::before{content:"󱦡"}.mdi-vacuum-outline::before{content:"󱦢"}.mdi-valve::before{content:"󱁦"}.mdi-valve-closed::before{content:"󱁧"}.mdi-valve-open::before{content:"󱁨"}.mdi-van-passenger::before{content:"󰟺"}.mdi-van-utility::before{content:"󰟻"}.mdi-vanish::before{content:"󰟼"}.mdi-vanish-quarter::before{content:"󱕔"}.mdi-vanity-light::before{content:"󱇡"}.mdi-variable::before{content:"󰫧"}.mdi-variable-box::before{content:"󱄑"}.mdi-vector-arrange-above::before{content:"󰕔"}.mdi-vector-arrange-below::before{content:"󰕕"}.mdi-vector-bezier::before{content:"󰫨"}.mdi-vector-circle::before{content:"󰕖"}.mdi-vector-circle-variant::before{content:"󰕗"}.mdi-vector-combine::before{content:"󰕘"}.mdi-vector-curve::before{content:"󰕙"}.mdi-vector-difference::before{content:"󰕚"}.mdi-vector-difference-ab::before{content:"󰕛"}.mdi-vector-difference-ba::before{content:"󰕜"}.mdi-vector-ellipse::before{content:"󰢓"}.mdi-vector-intersection::before{content:"󰕝"}.mdi-vector-line::before{content:"󰕞"}.mdi-vector-link::before{content:"󰿨"}.mdi-vector-point::before{content:"󰕟"}.mdi-vector-polygon::before{content:"󰕠"}.mdi-vector-polygon-variant::before{content:"󱡖"}.mdi-vector-polyline::before{content:"󰕡"}.mdi-vector-polyline-edit::before{content:"󱈥"}.mdi-vector-polyline-minus::before{content:"󱈦"}.mdi-vector-polyline-plus::before{content:"󱈧"}.mdi-vector-polyline-remove::before{content:"󱈨"}.mdi-vector-radius::before{content:"󰝊"}.mdi-vector-rectangle::before{content:"󰗆"}.mdi-vector-selection::before{content:"󰕢"}.mdi-vector-square::before{content:"󰀁"}.mdi-vector-square-close::before{content:"󱡗"}.mdi-vector-square-edit::before{content:"󱣙"}.mdi-vector-square-minus::before{content:"󱣚"}.mdi-vector-square-open::before{content:"󱡘"}.mdi-vector-square-plus::before{content:"󱣛"}.mdi-vector-square-remove::before{content:"󱣜"}.mdi-vector-triangle::before{content:"󰕣"}.mdi-vector-union::before{content:"󰕤"}.mdi-vhs::before{content:"󰨛"}.mdi-vibrate::before{content:"󰕦"}.mdi-vibrate-off::before{content:"󰳙"}.mdi-video::before{content:"󰕧"}.mdi-video-3d::before{content:"󰟽"}.mdi-video-3d-off::before{content:"󱏙"}.mdi-video-3d-variant::before{content:"󰻑"}.mdi-video-4k-box::before{content:"󰠾"}.mdi-video-account::before{content:"󰤙"}.mdi-video-box::before{content:"󰃽"}.mdi-video-box-off::before{content:"󰃾"}.mdi-video-check::before{content:"󱁩"}.mdi-video-check-outline::before{content:"󱁪"}.mdi-video-high-definition::before{content:"󱔮"}.mdi-video-image::before{content:"󰤚"}.mdi-video-input-antenna::before{content:"󰠿"}.mdi-video-input-component::before{content:"󰡀"}.mdi-video-input-hdmi::before{content:"󰡁"}.mdi-video-input-scart::before{content:"󰾌"}.mdi-video-input-svideo::before{content:"󰡂"}.mdi-video-marker::before{content:"󱦩"}.mdi-video-marker-outline::before{content:"󱦪"}.mdi-video-minus::before{content:"󰦲"}.mdi-video-minus-outline::before{content:"󰊺"}.mdi-video-off::before{content:"󰕨"}.mdi-video-off-outline::before{content:"󰯛"}.mdi-video-outline::before{content:"󰯜"}.mdi-video-plus::before{content:"󰦳"}.mdi-video-plus-outline::before{content:"󰇓"}.mdi-video-stabilization::before{content:"󰤛"}.mdi-video-switch::before{content:"󰕩"}.mdi-video-switch-outline::before{content:"󰞐"}.mdi-video-vintage::before{content:"󰨜"}.mdi-video-wireless::before{content:"󰻒"}.mdi-video-wireless-outline::before{content:"󰻓"}.mdi-view-agenda::before{content:"󰕪"}.mdi-view-agenda-outline::before{content:"󱇘"}.mdi-view-array::before{content:"󰕫"}.mdi-view-array-outline::before{content:"󱒅"}.mdi-view-carousel::before{content:"󰕬"}.mdi-view-carousel-outline::before{content:"󱒆"}.mdi-view-column::before{content:"󰕭"}.mdi-view-column-outline::before{content:"󱒇"}.mdi-view-comfy::before{content:"󰹪"}.mdi-view-comfy-outline::before{content:"󱒈"}.mdi-view-compact::before{content:"󰹫"}.mdi-view-compact-outline::before{content:"󰹬"}.mdi-view-dashboard::before{content:"󰕮"}.mdi-view-dashboard-edit::before{content:"󱥇"}.mdi-view-dashboard-edit-outline::before{content:"󱥈"}.mdi-view-dashboard-outline::before{content:"󰨝"}.mdi-view-dashboard-variant::before{content:"󰡃"}.mdi-view-dashboard-variant-outline::before{content:"󱒉"}.mdi-view-day::before{content:"󰕯"}.mdi-view-day-outline::before{content:"󱒊"}.mdi-view-gallery::before{content:"󱢈"}.mdi-view-gallery-outline::before{content:"󱢉"}.mdi-view-grid::before{content:"󰕰"}.mdi-view-grid-outline::before{content:"󱇙"}.mdi-view-grid-plus::before{content:"󰾍"}.mdi-view-grid-plus-outline::before{content:"󱇚"}.mdi-view-headline::before{content:"󰕱"}.mdi-view-list::before{content:"󰕲"}.mdi-view-list-outline::before{content:"󱒋"}.mdi-view-module::before{content:"󰕳"}.mdi-view-module-outline::before{content:"󱒌"}.mdi-view-parallel::before{content:"󰜨"}.mdi-view-parallel-outline::before{content:"󱒍"}.mdi-view-quilt::before{content:"󰕴"}.mdi-view-quilt-outline::before{content:"󱒎"}.mdi-view-sequential::before{content:"󰜩"}.mdi-view-sequential-outline::before{content:"󱒏"}.mdi-view-split-horizontal::before{content:"󰯋"}.mdi-view-split-vertical::before{content:"󰯌"}.mdi-view-stream::before{content:"󰕵"}.mdi-view-stream-outline::before{content:"󱒐"}.mdi-view-week::before{content:"󰕶"}.mdi-view-week-outline::before{content:"󱒑"}.mdi-vimeo::before{content:"󰕷"}.mdi-violin::before{content:"󰘏"}.mdi-virtual-reality::before{content:"󰢔"}.mdi-virus::before{content:"󱎶"}.mdi-virus-off::before{content:"󱣡"}.mdi-virus-off-outline::before{content:"󱣢"}.mdi-virus-outline::before{content:"󱎷"}.mdi-vlc::before{content:"󰕼"}.mdi-voicemail::before{content:"󰕽"}.mdi-volleyball::before{content:"󰦴"}.mdi-volume-high::before{content:"󰕾"}.mdi-volume-low::before{content:"󰕿"}.mdi-volume-medium::before{content:"󰖀"}.mdi-volume-minus::before{content:"󰝞"}.mdi-volume-mute::before{content:"󰝟"}.mdi-volume-off::before{content:"󰖁"}.mdi-volume-plus::before{content:"󰝝"}.mdi-volume-source::before{content:"󱄠"}.mdi-volume-variant-off::before{content:"󰸈"}.mdi-volume-vibrate::before{content:"󱄡"}.mdi-vote::before{content:"󰨟"}.mdi-vote-outline::before{content:"󰨠"}.mdi-vpn::before{content:"󰖂"}.mdi-vuejs::before{content:"󰡄"}.mdi-vuetify::before{content:"󰹭"}.mdi-walk::before{content:"󰖃"}.mdi-wall::before{content:"󰟾"}.mdi-wall-sconce::before{content:"󰤜"}.mdi-wall-sconce-flat::before{content:"󰤝"}.mdi-wall-sconce-flat-outline::before{content:"󱟉"}.mdi-wall-sconce-flat-variant::before{content:"󰐜"}.mdi-wall-sconce-flat-variant-outline::before{content:"󱟊"}.mdi-wall-sconce-outline::before{content:"󱟋"}.mdi-wall-sconce-round::before{content:"󰝈"}.mdi-wall-sconce-round-outline::before{content:"󱟌"}.mdi-wall-sconce-round-variant::before{content:"󰤞"}.mdi-wall-sconce-round-variant-outline::before{content:"󱟍"}.mdi-wallet::before{content:"󰖄"}.mdi-wallet-giftcard::before{content:"󰖅"}.mdi-wallet-membership::before{content:"󰖆"}.mdi-wallet-outline::before{content:"󰯝"}.mdi-wallet-plus::before{content:"󰾎"}.mdi-wallet-plus-outline::before{content:"󰾏"}.mdi-wallet-travel::before{content:"󰖇"}.mdi-wallpaper::before{content:"󰸉"}.mdi-wan::before{content:"󰖈"}.mdi-wardrobe::before{content:"󰾐"}.mdi-wardrobe-outline::before{content:"󰾑"}.mdi-warehouse::before{content:"󰾁"}.mdi-washing-machine::before{content:"󰜪"}.mdi-washing-machine-alert::before{content:"󱆼"}.mdi-washing-machine-off::before{content:"󱆽"}.mdi-watch::before{content:"󰖉"}.mdi-watch-export::before{content:"󰖊"}.mdi-watch-export-variant::before{content:"󰢕"}.mdi-watch-import::before{content:"󰖋"}.mdi-watch-import-variant::before{content:"󰢖"}.mdi-watch-variant::before{content:"󰢗"}.mdi-watch-vibrate::before{content:"󰚱"}.mdi-watch-vibrate-off::before{content:"󰳚"}.mdi-water::before{content:"󰖌"}.mdi-water-alert::before{content:"󱔂"}.mdi-water-alert-outline::before{content:"󱔃"}.mdi-water-boiler::before{content:"󰾒"}.mdi-water-boiler-alert::before{content:"󱆳"}.mdi-water-boiler-off::before{content:"󱆴"}.mdi-water-check::before{content:"󱔄"}.mdi-water-check-outline::before{content:"󱔅"}.mdi-water-circle::before{content:"󱠆"}.mdi-water-minus::before{content:"󱔆"}.mdi-water-minus-outline::before{content:"󱔇"}.mdi-water-off::before{content:"󰖍"}.mdi-water-off-outline::before{content:"󱔈"}.mdi-water-opacity::before{content:"󱡕"}.mdi-water-outline::before{content:"󰸊"}.mdi-water-percent::before{content:"󰖎"}.mdi-water-percent-alert::before{content:"󱔉"}.mdi-water-plus::before{content:"󱔊"}.mdi-water-plus-outline::before{content:"󱔋"}.mdi-water-polo::before{content:"󱊠"}.mdi-water-pump::before{content:"󰖏"}.mdi-water-pump-off::before{content:"󰾓"}.mdi-water-remove::before{content:"󱔌"}.mdi-water-remove-outline::before{content:"󱔍"}.mdi-water-sync::before{content:"󱟆"}.mdi-water-well::before{content:"󱁫"}.mdi-water-well-outline::before{content:"󱁬"}.mdi-waterfall::before{content:"󱡉"}.mdi-watering-can::before{content:"󱒁"}.mdi-watering-can-outline::before{content:"󱒂"}.mdi-watermark::before{content:"󰘒"}.mdi-wave::before{content:"󰼮"}.mdi-waveform::before{content:"󱑽"}.mdi-waves::before{content:"󰞍"}.mdi-waves-arrow-left::before{content:"󱡙"}.mdi-waves-arrow-right::before{content:"󱡚"}.mdi-waves-arrow-up::before{content:"󱡛"}.mdi-waze::before{content:"󰯞"}.mdi-weather-cloudy::before{content:"󰖐"}.mdi-weather-cloudy-alert::before{content:"󰼯"}.mdi-weather-cloudy-arrow-right::before{content:"󰹮"}.mdi-weather-cloudy-clock::before{content:"󱣶"}.mdi-weather-fog::before{content:"󰖑"}.mdi-weather-hail::before{content:"󰖒"}.mdi-weather-hazy::before{content:"󰼰"}.mdi-weather-hurricane::before{content:"󰢘"}.mdi-weather-lightning::before{content:"󰖓"}.mdi-weather-lightning-rainy::before{content:"󰙾"}.mdi-weather-night::before{content:"󰖔"}.mdi-weather-night-partly-cloudy::before{content:"󰼱"}.mdi-weather-partly-cloudy::before{content:"󰖕"}.mdi-weather-partly-lightning::before{content:"󰼲"}.mdi-weather-partly-rainy::before{content:"󰼳"}.mdi-weather-partly-snowy::before{content:"󰼴"}.mdi-weather-partly-snowy-rainy::before{content:"󰼵"}.mdi-weather-pouring::before{content:"󰖖"}.mdi-weather-rainy::before{content:"󰖗"}.mdi-weather-snowy::before{content:"󰖘"}.mdi-weather-snowy-heavy::before{content:"󰼶"}.mdi-weather-snowy-rainy::before{content:"󰙿"}.mdi-weather-sunny::before{content:"󰖙"}.mdi-weather-sunny-alert::before{content:"󰼷"}.mdi-weather-sunny-off::before{content:"󱓤"}.mdi-weather-sunset::before{content:"󰖚"}.mdi-weather-sunset-down::before{content:"󰖛"}.mdi-weather-sunset-up::before{content:"󰖜"}.mdi-weather-tornado::before{content:"󰼸"}.mdi-weather-windy::before{content:"󰖝"}.mdi-weather-windy-variant::before{content:"󰖞"}.mdi-web::before{content:"󰖟"}.mdi-web-box::before{content:"󰾔"}.mdi-web-cancel::before{content:"󱞐"}.mdi-web-check::before{content:"󰞉"}.mdi-web-clock::before{content:"󱉊"}.mdi-web-minus::before{content:"󱂠"}.mdi-web-off::before{content:"󰪎"}.mdi-web-plus::before{content:"󰀳"}.mdi-web-refresh::before{content:"󱞑"}.mdi-web-remove::before{content:"󰕑"}.mdi-web-sync::before{content:"󱞒"}.mdi-webcam::before{content:"󰖠"}.mdi-webcam-off::before{content:"󱜷"}.mdi-webhook::before{content:"󰘯"}.mdi-webpack::before{content:"󰜫"}.mdi-webrtc::before{content:"󱉈"}.mdi-wechat::before{content:"󰘑"}.mdi-weight::before{content:"󰖡"}.mdi-weight-gram::before{content:"󰴿"}.mdi-weight-kilogram::before{content:"󰖢"}.mdi-weight-lifter::before{content:"󱅝"}.mdi-weight-pound::before{content:"󰦵"}.mdi-whatsapp::before{content:"󰖣"}.mdi-wheel-barrow::before{content:"󱓲"}.mdi-wheelchair-accessibility::before{content:"󰖤"}.mdi-whistle::before{content:"󰦶"}.mdi-whistle-outline::before{content:"󱊼"}.mdi-white-balance-auto::before{content:"󰖥"}.mdi-white-balance-incandescent::before{content:"󰖦"}.mdi-white-balance-iridescent::before{content:"󰖧"}.mdi-white-balance-sunny::before{content:"󰖨"}.mdi-widgets::before{content:"󰜬"}.mdi-widgets-outline::before{content:"󱍕"}.mdi-wifi::before{content:"󰖩"}.mdi-wifi-alert::before{content:"󱚵"}.mdi-wifi-arrow-down::before{content:"󱚶"}.mdi-wifi-arrow-left::before{content:"󱚷"}.mdi-wifi-arrow-left-right::before{content:"󱚸"}.mdi-wifi-arrow-right::before{content:"󱚹"}.mdi-wifi-arrow-up::before{content:"󱚺"}.mdi-wifi-arrow-up-down::before{content:"󱚻"}.mdi-wifi-cancel::before{content:"󱚼"}.mdi-wifi-check::before{content:"󱚽"}.mdi-wifi-cog::before{content:"󱚾"}.mdi-wifi-lock::before{content:"󱚿"}.mdi-wifi-lock-open::before{content:"󱛀"}.mdi-wifi-marker::before{content:"󱛁"}.mdi-wifi-minus::before{content:"󱛂"}.mdi-wifi-off::before{content:"󰖪"}.mdi-wifi-plus::before{content:"󱛃"}.mdi-wifi-refresh::before{content:"󱛄"}.mdi-wifi-remove::before{content:"󱛅"}.mdi-wifi-settings::before{content:"󱛆"}.mdi-wifi-star::before{content:"󰸋"}.mdi-wifi-strength-1::before{content:"󰤟"}.mdi-wifi-strength-1-alert::before{content:"󰤠"}.mdi-wifi-strength-1-lock::before{content:"󰤡"}.mdi-wifi-strength-1-lock-open::before{content:"󱛋"}.mdi-wifi-strength-2::before{content:"󰤢"}.mdi-wifi-strength-2-alert::before{content:"󰤣"}.mdi-wifi-strength-2-lock::before{content:"󰤤"}.mdi-wifi-strength-2-lock-open::before{content:"󱛌"}.mdi-wifi-strength-3::before{content:"󰤥"}.mdi-wifi-strength-3-alert::before{content:"󰤦"}.mdi-wifi-strength-3-lock::before{content:"󰤧"}.mdi-wifi-strength-3-lock-open::before{content:"󱛍"}.mdi-wifi-strength-4::before{content:"󰤨"}.mdi-wifi-strength-4-alert::before{content:"󰤩"}.mdi-wifi-strength-4-lock::before{content:"󰤪"}.mdi-wifi-strength-4-lock-open::before{content:"󱛎"}.mdi-wifi-strength-alert-outline::before{content:"󰤫"}.mdi-wifi-strength-lock-open-outline::before{content:"󱛏"}.mdi-wifi-strength-lock-outline::before{content:"󰤬"}.mdi-wifi-strength-off::before{content:"󰤭"}.mdi-wifi-strength-off-outline::before{content:"󰤮"}.mdi-wifi-strength-outline::before{content:"󰤯"}.mdi-wifi-sync::before{content:"󱛇"}.mdi-wikipedia::before{content:"󰖬"}.mdi-wind-turbine::before{content:"󰶥"}.mdi-wind-turbine-alert::before{content:"󱦫"}.mdi-wind-turbine-check::before{content:"󱦬"}.mdi-window-close::before{content:"󰖭"}.mdi-window-closed::before{content:"󰖮"}.mdi-window-closed-variant::before{content:"󱇛"}.mdi-window-maximize::before{content:"󰖯"}.mdi-window-minimize::before{content:"󰖰"}.mdi-window-open::before{content:"󰖱"}.mdi-window-open-variant::before{content:"󱇜"}.mdi-window-restore::before{content:"󰖲"}.mdi-window-shutter::before{content:"󱄜"}.mdi-window-shutter-alert::before{content:"󱄝"}.mdi-window-shutter-open::before{content:"󱄞"}.mdi-windsock::before{content:"󱗺"}.mdi-wiper::before{content:"󰫩"}.mdi-wiper-wash::before{content:"󰶦"}.mdi-wiper-wash-alert::before{content:"󱣟"}.mdi-wizard-hat::before{content:"󱑷"}.mdi-wordpress::before{content:"󰖴"}.mdi-wrap::before{content:"󰖶"}.mdi-wrap-disabled::before{content:"󰯟"}.mdi-wrench::before{content:"󰖷"}.mdi-wrench-clock::before{content:"󱦣"}.mdi-wrench-outline::before{content:"󰯠"}.mdi-xamarin::before{content:"󰡅"}.mdi-xml::before{content:"󰗀"}.mdi-xmpp::before{content:"󰟿"}.mdi-yahoo::before{content:"󰭏"}.mdi-yeast::before{content:"󰗁"}.mdi-yin-yang::before{content:"󰚀"}.mdi-yoga::before{content:"󱅼"}.mdi-youtube::before{content:"󰗃"}.mdi-youtube-gaming::before{content:"󰡈"}.mdi-youtube-studio::before{content:"󰡇"}.mdi-youtube-subscription::before{content:"󰵀"}.mdi-youtube-tv::before{content:"󰑈"}.mdi-yurt::before{content:"󱔖"}.mdi-z-wave::before{content:"󰫪"}.mdi-zend::before{content:"󰫫"}.mdi-zigbee::before{content:"󰵁"}.mdi-zip-box::before{content:"󰗄"}.mdi-zip-box-outline::before{content:"󰿺"}.mdi-zip-disk::before{content:"󰨣"}.mdi-zodiac-aquarius::before{content:"󰩽"}.mdi-zodiac-aries::before{content:"󰩾"}.mdi-zodiac-cancer::before{content:"󰩿"}.mdi-zodiac-capricorn::before{content:"󰪀"}.mdi-zodiac-gemini::before{content:"󰪁"}.mdi-zodiac-leo::before{content:"󰪂"}.mdi-zodiac-libra::before{content:"󰪃"}.mdi-zodiac-pisces::before{content:"󰪄"}.mdi-zodiac-sagittarius::before{content:"󰪅"}.mdi-zodiac-scorpio::before{content:"󰪆"}.mdi-zodiac-taurus::before{content:"󰪇"}.mdi-zodiac-virgo::before{content:"󰪈"}.mdi-blank::before{content:"";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,.26)}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:rgba(255,255,255,.3)}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.mdi-flip-h:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:FlipH}.mdi-flip-v:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:FlipV}.mdi-spin:before{-webkit-animation:2s linear infinite mdi-spin;animation:2s linear infinite mdi-spin}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} \ No newline at end of file diff --git a/src/styles/template_3/style.css b/src/styles/template_3/style.css new file mode 100644 index 0000000..b7f9b55 --- /dev/null +++ b/src/styles/template_3/style.css @@ -0,0 +1,2171 @@ + +main { + max-width: 1200px; + width: 100%; + box-sizing: border-box; + flex: 1 1 0%; + padding: 5rem; + margin: 0px auto; + padding-top: 5rem; +} +/* +Template Name: Evea - Responsive App Landing Tailwind CSS Template +Version: 1.0.0 +Author: Zoyothemes +Email: zoyothemes@gmail.com +File: Main Css File +*/ +@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"); +/* +! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com +*/ +/* +1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) +2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) +*/ +*, +::before, +::after { + box-sizing: border-box; /* 1 */ + border-width: 0; /* 2 */ + border-style: solid; /* 2 */ + border-color: #e5e7eb; /* 2 */ +} +::before, +::after { + --tw-content: ''; +} +/* +1. Use a consistent sensible line-height in all browsers. +2. Prevent adjustments of font size after orientation changes in iOS. +3. Use a more readable tab size. +4. Use the user's configured `sans` font-family by default. +5. Use the user's configured `sans` font-feature-settings by default. +6. Use the user's configured `sans` font-variation-settings by default. +7. Disable tap highlights on iOS +*/ +html, +:host { + line-height: 1.5; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ + -moz-tab-size: 4; /* 3 */ + -o-tab-size: 4; + tab-size: 4; /* 3 */ + font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */ + font-feature-settings: normal; /* 5 */ + font-variation-settings: normal; /* 6 */ + -webkit-tap-highlight-color: transparent; /* 7 */ +} +/* +1. Remove the margin in all browsers. +2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. +*/ +body { + margin: 0; /* 1 */ + line-height: inherit; /* 2 */ +} +/* +1. Add the correct height in Firefox. +2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) +3. Ensure horizontal rules are visible by default. +*/ +hr { + height: 0; /* 1 */ + color: inherit; /* 2 */ + border-top-width: 1px; /* 3 */ +} +/* +Add the correct text decoration in Chrome, Edge, and Safari. +*/ +abbr:where([title]) { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; +} +/* +Remove the default font size and weight for headings. +*/ +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: inherit; + font-weight: inherit; +} +/* +Reset links to optimize for opt-in styling instead of opt-out. +*/ +a { + color: inherit; + text-decoration: inherit; +} +/* +Add the correct font weight in Edge and Safari. +*/ +b, +strong { + font-weight: bolder; +} +/* +1. Use the user's configured `mono` font-family by default. +2. Use the user's configured `mono` font-feature-settings by default. +3. Use the user's configured `mono` font-variation-settings by default. +4. Correct the odd `em` font sizing in all browsers. +*/ +code, +kbd, +samp, +pre { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ + font-feature-settings: normal; /* 2 */ + font-variation-settings: normal; /* 3 */ + font-size: 1em; /* 4 */ +} +/* +Add the correct font size in all browsers. +*/ +small { + font-size: 80%; +} +/* +Prevent `sub` and `sup` elements from affecting the line height in all browsers. +*/ +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +sub { + bottom: -0.25em; +} +sup { + top: -0.5em; +} +/* +1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) +2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) +3. Remove gaps between table borders by default. +*/ +table { + text-indent: 0; /* 1 */ + border-color: inherit; /* 2 */ + border-collapse: collapse; /* 3 */ +} +/* +1. Change the font styles in all browsers. +2. Remove the margin in Firefox and Safari. +3. Remove default padding in all browsers. +*/ +button, +input, +optgroup, +select, +textarea { + font-family: inherit; /* 1 */ + font-feature-settings: inherit; /* 1 */ + font-variation-settings: inherit; /* 1 */ + font-size: 100%; /* 1 */ + font-weight: inherit; /* 1 */ + line-height: inherit; /* 1 */ + color: inherit; /* 1 */ + margin: 0; /* 2 */ + padding: 0; /* 3 */ +} +/* +Remove the inheritance of text transform in Edge and Firefox. +*/ +button, +select { + text-transform: none; +} +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Remove default button styles. +*/ +button, +[type='button'], +[type='reset'], +[type='submit'] { + -webkit-appearance: button; /* 1 */ + background-color: transparent; /* 2 */ + background-image: none; /* 2 */ +} +/* +Use the modern Firefox focus style for all focusable elements. +*/ +:-moz-focusring { + outline: auto; +} +/* +Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) +*/ +:-moz-ui-invalid { + box-shadow: none; +} +/* +Add the correct vertical alignment in Chrome and Firefox. +*/ +progress { + vertical-align: baseline; +} +/* +Correct the cursor style of increment and decrement buttons in Safari. +*/ +::-webkit-inner-spin-button, +::-webkit-outer-spin-button { + height: auto; +} +/* +1. Correct the odd appearance in Chrome and Safari. +2. Correct the outline style in Safari. +*/ +[type='search'] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ +} +/* +Remove the inner padding in Chrome and Safari on macOS. +*/ +::-webkit-search-decoration { + -webkit-appearance: none; +} +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Change font properties to `inherit` in Safari. +*/ +::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ +} +/* +Add the correct display in Chrome and Safari. +*/ +summary { + display: list-item; +} +/* +Removes the default spacing and border for appropriate elements. +*/ +blockquote, +dl, +dd, +h1, +h2, +h3, +h4, +h5, +h6, +hr, +figure, +p, +pre { + margin: 0; +} +fieldset { + margin: 0; + padding: 0; +} +legend { + padding: 0; +} +ol, +ul, +menu { + list-style: none; + margin: 0; + padding: 0; +} +/* +Reset default styling for dialogs. +*/ +dialog { + padding: 0; +} +/* +Prevent resizing textareas horizontally by default. +*/ +textarea { + resize: vertical; +} +/* +1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) +2. Set the default placeholder color to the user's configured gray 400 color. +*/ +input::-moz-placeholder, textarea::-moz-placeholder { + opacity: 1; /* 1 */ + color: #9ca3af; /* 2 */ +} +input::placeholder, +textarea::placeholder { + opacity: 1; /* 1 */ + color: #9ca3af; /* 2 */ +} +/* +Set the default cursor for buttons. +*/ +button, +[role="button"] { + cursor: pointer; +} +/* +Make sure disabled buttons don't get the pointer cursor. +*/ +:disabled { + cursor: default; +} +/* +1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) +2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) + This can trigger a poorly considered lint error in some tools but is included by design. +*/ +img, +svg, +video, +canvas, +audio, +iframe, +embed, +object { + display: block; /* 1 */ + vertical-align: middle; /* 2 */ +} +/* +Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) +*/ +img, +video { + max-width: 100%; + height: auto; +} +/* Make elements with the HTML hidden attribute stay hidden by default */ +[hidden] { + display: none; +} +[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{ + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: #fff; + border-color: #6b7280; + border-width: 1px; + border-radius: 0px; + padding-top: 0.5rem; + padding-right: 0.75rem; + padding-bottom: 0.5rem; + padding-left: 0.75rem; + font-size: 1rem; + line-height: 1.5rem; + --tw-shadow: 0 0 #0000; +} +[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{ + outline: 2px solid transparent; + outline-offset: 2px; + --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: #2563eb; + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + border-color: #2563eb; +} +input::-moz-placeholder, textarea::-moz-placeholder{ + color: #6b7280; + opacity: 1; +} +input::placeholder,textarea::placeholder{ + color: #6b7280; + opacity: 1; +} +::-webkit-datetime-edit-fields-wrapper{ + padding: 0; +} +::-webkit-date-and-time-value{ + min-height: 1.5em; + text-align: inherit; +} +::-webkit-datetime-edit{ + display: inline-flex; +} +::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{ + padding-top: 0; + padding-bottom: 0; +} +select{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); + background-position: right 0.5rem center; + background-repeat: no-repeat; + background-size: 1.5em 1.5em; + padding-right: 2.5rem; + -webkit-print-color-adjust: exact; + print-color-adjust: exact; +} +[multiple],[size]:where(select:not([size="1"])){ + background-image: initial; + background-position: initial; + background-repeat: unset; + background-size: initial; + padding-right: 0.75rem; + -webkit-print-color-adjust: unset; + print-color-adjust: unset; +} +[type='checkbox'],[type='radio']{ + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + padding: 0; + -webkit-print-color-adjust: exact; + print-color-adjust: exact; + display: inline-block; + vertical-align: middle; + background-origin: border-box; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + flex-shrink: 0; + height: 1rem; + width: 1rem; + color: #2563eb; + background-color: #fff; + border-color: #6b7280; + border-width: 1px; + --tw-shadow: 0 0 #0000; +} +[type='checkbox']{ + border-radius: 0px; +} +[type='radio']{ + border-radius: 100%; +} +[type='checkbox']:focus,[type='radio']:focus{ + outline: 2px solid transparent; + outline-offset: 2px; + --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); + --tw-ring-offset-width: 2px; + --tw-ring-offset-color: #fff; + --tw-ring-color: #2563eb; + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); +} +[type='checkbox']:checked,[type='radio']:checked{ + border-color: transparent; + background-color: currentColor; + background-size: 100% 100%; + background-position: center; + background-repeat: no-repeat; +} +[type='checkbox']:checked{ + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"); +} +@media (forced-colors: active) { + [type='checkbox']:checked{ + -webkit-appearance: auto; + -moz-appearance: auto; + appearance: auto; + } +} +[type='radio']:checked{ + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e"); +} +@media (forced-colors: active) { + [type='radio']:checked{ + -webkit-appearance: auto; + -moz-appearance: auto; + appearance: auto; + } +} +[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{ + border-color: transparent; + background-color: currentColor; +} +[type='checkbox']:indeterminate{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e"); + border-color: transparent; + background-color: currentColor; + background-size: 100% 100%; + background-position: center; + background-repeat: no-repeat; +} +@media (forced-colors: active) { + [type='checkbox']:indeterminate{ + -webkit-appearance: auto; + -moz-appearance: auto; + appearance: auto; + } +} +[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{ + border-color: transparent; + background-color: currentColor; +} +[type='file']{ + background: unset; + border-color: inherit; + border-width: 0; + border-radius: 0; + padding: 0; + font-size: unset; + line-height: inherit; +} +[type='file']:focus{ + outline: 1px solid ButtonText; + outline: 1px auto -webkit-focus-ring-color; +} +*, ::before, ::after{ + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; +} +::backdrop{ + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; +} +.container{ + width: 100%; + margin-right: auto; + margin-left: auto; + padding-right: 1rem; + padding-left: 1rem; +} +@media (min-width: 640px){ + .container{ + max-width: 640px; + padding-right: 1rem; + padding-left: 1rem; + } +} +@media (min-width: 768px){ + .container{ + max-width: 768px; + padding-right: 1rem; + padding-left: 1rem; + } +} +@media (min-width: 1024px){ + .container{ + max-width: 1024px; + padding-right: 1rem; + padding-left: 1rem; + } +} +@media (min-width: 1280px){ + .container{ + max-width: 1280px; + padding-right: 3rem; + padding-left: 3rem; + } +} +@media (min-width: 1536px){ + .container{ + max-width: 1536px; + padding-right: 8rem; + padding-left: 8rem; + } +} +.collapse{ + visibility: collapse !important; +} +.static{ + position: static !important; +} +.fixed{ + position: fixed !important; +} +.absolute{ + position: absolute !important; +} +.relative{ + position: relative !important; +} +.sticky{ + position: sticky !important; +} +.inset-0{ + inset: 0px !important; +} +.-bottom-\[2px\]{ + bottom: -2px !important; +} +.-end-14{ + inset-inline-end: -3.5rem !important; +} +.-start-2{ + inset-inline-start: -0.5rem !important; +} +.-top-16{ + top: -4rem !important; +} +.bottom-16{ + bottom: 4rem !important; +} +.bottom-28{ + bottom: 7rem !important; +} +.bottom-3\/4{ + bottom: 75% !important; +} +.bottom-8{ + bottom: 2rem !important; +} +.bottom-full{ + bottom: 100% !important; +} +.end-0{ + inset-inline-end: 0px !important; +} +.end-32{ + inset-inline-end: 8rem !important; +} +.end-48{ + inset-inline-end: 12rem !important; +} +.end-\[3px\]{ + inset-inline-end: 3px !important; +} +.right-8{ + right: 2rem !important; +} +.start-0{ + inset-inline-start: 0px !important; +} +.start-6{ + inset-inline-start: 1.5rem !important; +} +.top-0{ + top: 0px !important; +} +.top-40{ + top: 10rem !important; +} +.top-\[2px\]{ + top: 2px !important; +} +.top-full{ + top: 100% !important; +} +.z-1{ + z-index: 1 !important; +} +.z-10{ + z-index: 10 !important; +} +.z-999{ + z-index: 999 !important; +} +.z-\[1\]{ + z-index: 1 !important; +} +.col-span-1{ + grid-column: span 1 / span 1 !important; +} +.col-span-full{ + grid-column: 1 / -1 !important; +} +.m-3{ + margin: 0.75rem !important; +} +.mx-1{ + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} +.mx-1\.5{ + margin-left: 0.375rem !important; + margin-right: 0.375rem !important; +} +.mx-10{ + margin-left: 2.5rem !important; + margin-right: 2.5rem !important; +} +.mx-4{ + margin-left: 1rem !important; + margin-right: 1rem !important; +} +.mx-auto{ + margin-left: auto !important; + margin-right: auto !important; +} +.my-2{ + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} +.my-5{ + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; +} +.my-6{ + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} +.-me-20{ + margin-inline-end: -5rem !important; +} +.-ml-8{ + margin-left: -2rem !important; +} +.-mt-10{ + margin-top: -2.5rem !important; +} +.-mt-72{ + margin-top: -18rem !important; +} +.mb-0{ + margin-bottom: 0px !important; +} +.mb-1{ + margin-bottom: 0.25rem !important; +} +.mb-10{ + margin-bottom: 2.5rem !important; +} +.mb-12{ + margin-bottom: 3rem !important; +} +.mb-2{ + margin-bottom: 0.5rem !important; +} +.mb-4{ + margin-bottom: 1rem !important; +} +.mb-6{ + margin-bottom: 1.5rem !important; +} +.mb-8{ + margin-bottom: 2rem !important; +} +.me-1{ + margin-inline-end: 0.25rem !important; +} +.me-2{ + margin-inline-end: 0.5rem !important; +} +.me-4{ + margin-inline-end: 1rem !important; +} +.me-5{ + margin-inline-end: 1.25rem !important; +} +.ms-1{ + margin-inline-start: 0.25rem !important; +} +.ms-8{ + margin-inline-start: 2rem !important; +} +.ms-auto{ + margin-inline-start: auto !important; +} +.mt-1{ + margin-top: 0.25rem !important; +} +.mt-10{ + margin-top: 2.5rem !important; +} +.mt-12{ + margin-top: 3rem !important; +} +.mt-14{ + margin-top: 3.5rem !important; +} +.mt-16{ + margin-top: 4rem !important; +} +.mt-2{ + margin-top: 0.5rem !important; +} +.mt-3{ + margin-top: 0.75rem !important; +} +.mt-4{ + margin-top: 1rem !important; +} +.mt-5{ + margin-top: 1.25rem !important; +} +.mt-6{ + margin-top: 1.5rem !important; +} +.mt-8{ + margin-top: 2rem !important; +} +.mt-9{ + margin-top: 2.25rem !important; +} +.line-clamp-2{ + overflow: hidden !important; + display: -webkit-box !important; + -webkit-box-orient: vertical !important; + -webkit-line-clamp: 2 !important; +} +.block{ + display: block !important; +} +.inline-block{ + display: inline-block !important; +} +.flex{ + display: flex !important; +} +.inline-flex{ + display: inline-flex !important; +} +.table{ + display: table !important; +} +.grid{ + display: grid !important; +} +.hidden{ + display: none !important; +} +.size-4{ + width: 1rem !important; + height: 1rem !important; +} +.size-8{ + width: 2rem !important; + height: 2rem !important; +} +.size-9{ + width: 2.25rem !important; + height: 2.25rem !important; +} +.size-full{ + width: 100% !important; + height: 100% !important; +} +.h-10{ + height: 2.5rem !important; +} +.h-11{ + height: 2.75rem !important; +} +.h-12{ + height: 3rem !important; +} +.h-14{ + height: 3.5rem !important; +} +.h-16{ + height: 4rem !important; +} +.h-20{ + height: 5rem !important; +} +.h-28{ + height: 7rem !important; +} +.h-4{ + height: 1rem !important; +} +.h-5{ + height: 1.25rem !important; +} +.h-6{ + height: 1.5rem !important; +} +.h-8{ + height: 2rem !important; +} +.h-9{ + height: 2.25rem !important; +} +.h-\[46px\]{ + height: 46px !important; +} +.h-\[50px\]{ + height: 50px !important; +} +.h-\[600px\]{ + height: 600px !important; +} +.h-\[650px\]{ + height: 650px !important; +} +.h-auto{ + height: auto !important; +} +.h-full{ + height: 100% !important; +} +.w-10{ + width: 2.5rem !important; +} +.w-11{ + width: 2.75rem !important; +} +.w-12{ + width: 3rem !important; +} +.w-16{ + width: 4rem !important; +} +.w-20{ + width: 5rem !important; +} +.w-28{ + width: 7rem !important; +} +.w-4{ + width: 1rem !important; +} +.w-5{ + width: 1.25rem !important; +} +.w-6{ + width: 1.5rem !important; +} +.w-60{ + width: 15rem !important; +} +.w-8{ + width: 2rem !important; +} +.w-9{ + width: 2.25rem !important; +} +.w-\[calc\(100\%-2rem\)\]{ + width: calc(100% - 2rem) !important; +} +.w-full{ + width: 100% !important; +} +.max-w-2xl{ + max-width: 42rem !important; +} +.max-w-3xl{ + max-width: 48rem !important; +} +.max-w-full{ + max-width: 100% !important; +} +.max-w-lg{ + max-width: 32rem !important; +} +.max-w-sm{ + max-width: 24rem !important; +} +.max-w-xl{ + max-width: 36rem !important; +} +.max-w-xs{ + max-width: 20rem !important; +} +.flex-1{ + flex: 1 1 0% !important; +} +.flex-shrink-0{ + flex-shrink: 0 !important; +} +.shrink{ + flex-shrink: 1 !important; +} +.shrink-0{ + flex-shrink: 0 !important; +} +.grow{ + flex-grow: 1 !important; +} +.basis-full{ + flex-basis: 100% !important; +} +.origin-top{ + transform-origin: top !important; +} +.-rotate-45{ + --tw-rotate: -45deg !important; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; +} +.rotate-180{ + --tw-rotate: 180deg !important; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; +} +.rotate-90{ + --tw-rotate: 90deg !important; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; +} +.scale-\[2\.0\]{ + --tw-scale-x: 2.0 !important; + --tw-scale-y: 2.0 !important; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; +} +.transform{ + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; +} +.cursor-pointer{ + cursor: pointer !important; +} +.resize{ + resize: both !important; +} +.grid-cols-1{ + grid-template-columns: repeat(1, minmax(0, 1fr)) !important; +} +.grid-cols-2{ + grid-template-columns: repeat(2, minmax(0, 1fr)) !important; +} +.flex-col{ + flex-direction: column !important; +} +.flex-wrap{ + flex-wrap: wrap !important; +} +.items-start{ + align-items: flex-start !important; +} +.items-center{ + align-items: center !important; +} +.justify-start{ + justify-content: flex-start !important; +} +.justify-center{ + justify-content: center !important; +} +.justify-between{ + justify-content: space-between !important; +} +.gap-10{ + gap: 2.5rem !important; +} +.gap-2{ + gap: 0.5rem !important; +} +.gap-3{ + gap: 0.75rem !important; +} +.gap-4{ + gap: 1rem !important; +} +.gap-5{ + gap: 1.25rem !important; +} +.gap-6{ + gap: 1.5rem !important; +} +.gap-8{ + gap: 2rem !important; +} +.gap-\[30px\]{ + gap: 30px !important; +} +.gap-x-2{ + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; +} +.gap-x-3{ + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; +} +.gap-x-4{ + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; +} +.gap-x-6{ + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; +} +.gap-y-10{ + row-gap: 2.5rem !important; +} +.gap-y-2{ + row-gap: 0.5rem !important; +} +.gap-y-6{ + row-gap: 1.5rem !important; +} +.-space-x-2 > :not([hidden]) ~ :not([hidden]){ + --tw-space-x-reverse: 0 !important; + margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; + margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; +} +.space-y-3 > :not([hidden]) ~ :not([hidden]){ + --tw-space-y-reverse: 0 !important; + margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; + margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; +} +.divide-y > :not([hidden]) ~ :not([hidden]){ + --tw-divide-y-reverse: 0 !important; + border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important; + border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; +} +.divide-gray-200 > :not([hidden]) ~ :not([hidden]){ + --tw-divide-opacity: 1 !important; + border-color: rgb(229 231 235 / var(--tw-divide-opacity)) !important; +} +.overflow-hidden{ + overflow: hidden !important; +} +.overflow-x-hidden{ + overflow-x: hidden !important; +} +.truncate{ + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; +} +.rounded{ + border-radius: 0.25rem !important; +} +.rounded-\[49\%_80\%_40\%_90\%_\/_50\%_30\%_70\%_80\%\]{ + border-radius: 49% 80% 40% 90% / 50% 30% 70% 80% !important; +} +.rounded-full{ + border-radius: 9999px !important; +} +.rounded-lg{ + border-radius: 0.5rem !important; +} +.rounded-md{ + border-radius: 0.375rem !important; +} +.rounded-xl{ + border-radius: 0.75rem !important; +} +.rounded-e-md{ + border-start-end-radius: 0.375rem !important; + border-end-end-radius: 0.375rem !important; +} +.rounded-s-md{ + border-start-start-radius: 0.375rem !important; + border-end-start-radius: 0.375rem !important; +} +.rounded-t-lg{ + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; +} +.rounded-t-xl{ + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; +} +.border{ + border-width: 1px !important; +} +.border-dashed{ + border-style: dashed !important; +} +.border-gray-200{ + --tw-border-opacity: 1 !important; + border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important; +} +.border-gray-300{ + --tw-border-opacity: 1 !important; + border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important; +} +.border-green-50{ + --tw-border-opacity: 1 !important; + border-color: rgb(240 253 244 / var(--tw-border-opacity)) !important; +} +.border-primary{ + --tw-border-opacity: 1 !important; + border-color: rgb(93 135 255 / var(--tw-border-opacity)) !important; +} +.border-primary\/10{ + border-color: rgb(93 135 255 / 0.1) !important; +} +.border-primary\/30{ + border-color: rgb(93 135 255 / 0.3) !important; +} +.border-primary\/40{ + border-color: rgb(93 135 255 / 0.4) !important; +} +.border-red-50{ + --tw-border-opacity: 1 !important; + border-color: rgb(254 242 242 / var(--tw-border-opacity)) !important; +} +.border-transparent{ + border-color: transparent !important; +} +.border-white{ + --tw-border-opacity: 1 !important; + border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important; +} +.bg-\[\#17243A\]{ + --tw-bg-opacity: 1 !important; + background-color: rgb(23 36 58 / var(--tw-bg-opacity)) !important; +} +.bg-\[\#1C2940\]{ + --tw-bg-opacity: 1 !important; + background-color: rgb(28 41 64 / var(--tw-bg-opacity)) !important; +} +.bg-black\/40{ + background-color: rgb(0 0 0 / 0.4) !important; +} +.bg-gray-200\/40{ + background-color: rgb(229 231 235 / 0.4) !important; +} +.bg-gray-50{ + --tw-bg-opacity: 1 !important; + background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important; +} +.bg-gray-900{ + --tw-bg-opacity: 1 !important; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important; +} +.bg-gray-900\/70{ + background-color: rgb(17 24 39 / 0.7) !important; +} +.bg-green-200{ + --tw-bg-opacity: 1 !important; + background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important; +} +.bg-green-50{ + --tw-bg-opacity: 1 !important; + background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important; +} +.bg-primary{ + --tw-bg-opacity: 1 !important; + background-color: rgb(93 135 255 / var(--tw-bg-opacity)) !important; +} +.bg-primary\/10{ + background-color: rgb(93 135 255 / 0.1) !important; +} +.bg-red-50{ + --tw-bg-opacity: 1 !important; + background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important; +} +.bg-transparent{ + background-color: transparent !important; +} +.bg-white{ + --tw-bg-opacity: 1 !important; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; +} +.bg-white\/40{ + background-color: rgb(255 255 255 / 0.4) !important; +} +.bg-opacity-50{ + --tw-bg-opacity: 0.5 !important; +} +.bg-\[radial-gradient\(ellipse_at_right\2c _var\(--tw-gradient-stops\)\)\]{ + background-image: radial-gradient(ellipse at right, var(--tw-gradient-stops)) !important; +} +.bg-\[url\(\.\.\/images\/bg-demo\.jpg\)\]{ + background-image: url(template_3/bg-demo.jpg) !important; +} +.bg-\[url\(\.\.\/images\/home\/bg-1\.png\)\]{ + background-image: url(template_3/home/bg-1.png) !important; +} +.bg-\[url\(\.\.\/images\/home\/bg-2\.png\)\]{ + background-image: url(template_3/home/bg-2.png) !important; +} +.bg-\[url\(\.\.\/images\/home\/bg-3\.png\)\]{ + background-image: url(template_3/home/bg-3.png) !important; +} +.bg-\[url\(\.\.\/images\/home\/bg-4\.svg\)\]{ + background-image: url(template_3/home/bg-4.svg) !important; +} +.bg-\[url\(\.\.\/images\/home\/bg-5\.png\)\]{ + background-image: url(template_3/home/bg-5.png) !important; +} +.bg-none{ + background-image: none !important; +} +.from-gray-700{ + --tw-gradient-from: #374151 var(--tw-gradient-from-position) !important; + --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position) !important; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; +} +.from-slate-500\/10{ + --tw-gradient-from: rgb(100 116 139 / 0.1) var(--tw-gradient-from-position) !important; + --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; +} +.via-gray-900{ + --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position) !important; + --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to) !important; +} +.to-black{ + --tw-gradient-to: #000000 var(--tw-gradient-to-position) !important; +} +.bg-cover{ + background-size: cover !important; +} +.bg-center{ + background-position: center !important; +} +.bg-no-repeat{ + background-repeat: no-repeat !important; +} +.fill-white\/40{ + fill: rgb(255 255 255 / 0.4) !important; +} +.stroke-2{ + stroke-width: 2 !important; +} +.p-1{ + padding: 0.25rem !important; +} +.p-2{ + padding: 0.5rem !important; +} +.p-4{ + padding: 1rem !important; +} +.p-6{ + padding: 1.5rem !important; +} +.px-1{ + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} +.px-10{ + padding-left: 2.5rem !important; + padding-right: 2.5rem !important; +} +.px-2{ + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} +.px-2\.5{ + padding-left: 0.625rem !important; + padding-right: 0.625rem !important; +} +.px-3{ + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; +} +.px-4{ + padding-left: 1rem !important; + padding-right: 1rem !important; +} +.px-5{ + padding-left: 1.25rem !important; + padding-right: 1.25rem !important; +} +.px-6{ + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} +.py-0{ + padding-top: 0px !important; + padding-bottom: 0px !important; +} +.py-0\.5{ + padding-top: 0.125rem !important; + padding-bottom: 0.125rem !important; +} +.py-2{ + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} +.py-20{ + padding-top: 5rem !important; + padding-bottom: 5rem !important; +} +.py-3{ + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} +.py-4{ + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} +.py-5{ + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; +} +.py-6{ + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} +.pb-1{ + padding-bottom: 0.25rem !important; +} +.pb-10{ + padding-bottom: 2.5rem !important; +} +.pb-16{ + padding-bottom: 4rem !important; +} +.pb-20{ + padding-bottom: 5rem !important; +} +.pb-32{ + padding-bottom: 8rem !important; +} +.pb-40{ + padding-bottom: 10rem !important; +} +.pb-5{ + padding-bottom: 1.25rem !important; +} +.pe-40{ + padding-inline-end: 10rem !important; +} +.pe-6{ + padding-inline-end: 1.5rem !important; +} +.ps-6{ + padding-inline-start: 1.5rem !important; +} +.pt-10{ + padding-top: 2.5rem !important; +} +.pt-12{ + padding-top: 3rem !important; +} +.pt-16{ + padding-top: 4rem !important; +} +.pt-2{ + padding-top: 0.5rem !important; +} +.pt-20{ + padding-top: 5rem !important; +} +.pt-32{ + padding-top: 8rem !important; +} +.pt-4{ + padding-top: 1rem !important; +} +.pt-40{ + padding-top: 10rem !important; +} +.pt-44{ + padding-top: 11rem !important; +} +.pt-6{ + padding-top: 1.5rem !important; +} +.text-center{ + text-align: center !important; +} +.text-start{ + text-align: start !important; +} +.align-middle{ + vertical-align: middle !important; +} +.text-2xl{ + font-size: 1.5rem !important; + line-height: 2rem !important; +} +.text-3xl{ + font-size: 1.875rem !important; + line-height: 2.25rem !important; +} +.text-4xl{ + font-size: 2.25rem !important; + line-height: 2.5rem !important; +} +.text-5xl{ + font-size: 3rem !important; + line-height: 1 !important; +} +.text-base{ + font-size: 1rem !important; + line-height: 1.5rem !important; +} +.text-lg{ + font-size: 1.125rem !important; + line-height: 1.75rem !important; +} +.text-sm{ + font-size: 0.875rem !important; + line-height: 1.25rem !important; +} +.text-sm\/normal{ + font-size: 0.875rem !important; + line-height: 1.5 !important; +} +.text-xl{ + font-size: 1.25rem !important; + line-height: 1.75rem !important; +} +.text-xs{ + font-size: 0.75rem !important; + line-height: 1rem !important; +} +.font-bold{ + font-weight: 700 !important; +} +.font-medium{ + font-weight: 500 !important; +} +.font-normal{ + font-weight: 400 !important; +} +.font-semibold{ + font-weight: 600 !important; +} +.uppercase{ + text-transform: uppercase !important; +} +.lowercase{ + text-transform: lowercase !important; +} +.capitalize{ + text-transform: capitalize !important; +} +.leading-6{ + line-height: 1.5rem !important; +} +.leading-7{ + line-height: 1.75rem !important; +} +.leading-9{ + line-height: 2.25rem !important; +} +.leading-normal{ + line-height: 1.5 !important; +} +.tracking-normal{ + letter-spacing: 0em !important; +} +.tracking-wider{ + letter-spacing: 0.05em !important; +} +.text-black{ + --tw-text-opacity: 1 !important; + color: rgb(0 0 0 / var(--tw-text-opacity)) !important; +} +.text-blue-600{ + --tw-text-opacity: 1 !important; + color: rgb(37 99 235 / var(--tw-text-opacity)) !important; +} +.text-dark{ + --tw-text-opacity: 1 !important; + color: rgb(33 33 33 / var(--tw-text-opacity)) !important; +} +.text-gray-100{ + --tw-text-opacity: 1 !important; + color: rgb(243 244 246 / var(--tw-text-opacity)) !important; +} +.text-gray-300{ + --tw-text-opacity: 1 !important; + color: rgb(209 213 219 / var(--tw-text-opacity)) !important; +} +.text-gray-500{ + --tw-text-opacity: 1 !important; + color: rgb(107 114 128 / var(--tw-text-opacity)) !important; +} +.text-gray-600{ + --tw-text-opacity: 1 !important; + color: rgb(75 85 99 / var(--tw-text-opacity)) !important; +} +.text-muted{ + --tw-text-opacity: 1 !important; + color: rgb(112 112 112 / var(--tw-text-opacity)) !important; +} +.text-primary{ + --tw-text-opacity: 1 !important; + color: rgb(93 135 255 / var(--tw-text-opacity)) !important; +} +.text-red-500{ + --tw-text-opacity: 1 !important; + color: rgb(239 68 68 / var(--tw-text-opacity)) !important; +} +.text-white{ + --tw-text-opacity: 1 !important; + color: rgb(255 255 255 / var(--tw-text-opacity)) !important; +} +.opacity-0{ + opacity: 0 !important; +} +.shadow{ + --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important; + --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} +.shadow-2xl{ + --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important; + --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} +.shadow-lg{ + --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important; + --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} +.shadow-md{ + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important; + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} +.outline-none{ + outline: 2px solid transparent !important; + outline-offset: 2px !important; +} +.blur{ + --tw-blur: blur(8px) !important; + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important; +} +.filter{ + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important; +} +.backdrop-blur-lg{ + --tw-backdrop-blur: blur(16px) !important; + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important; + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important; +} +.transition{ + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; + transition-duration: 150ms !important; +} +.transition-all{ + transition-property: all !important; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; + transition-duration: 150ms !important; +} +.duration-300{ + transition-duration: 300ms !important; +} +.duration-500{ + transition-duration: 500ms !important; +} +/*********************************/ +/* General */ +/*===============================*/ +html{ + position: relative; + scroll-behavior: smooth; +} + +body{ + font-family: "DM Sans", sans-serif; + font-size: 15px; + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ + font-family: "DM Sans", sans-serif; + font-weight: 600; + line-height: 1.5; +} + +p{ + line-height: 1.625; + font-family: "DM Sans", sans-serif; +} + +::-moz-selection{ + --tw-bg-opacity: 1; + background-color: rgb(93 135 255 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +::selection{ + --tw-bg-opacity: 1; + background-color: rgb(93 135 255 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +#toggle-count span [type=radio]:checked + label{ + --tw-bg-opacity: 1; + background-color: rgb(93 135 255 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +/********************/ +/* Buttons */ +/*==================*/ +.btn{ + display: inline-block; + border-width: 1px; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 2rem; + padding-right: 2rem; + text-align: center; + vertical-align: middle; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 500; + letter-spacing: 0.025em; + transition-property: all; + transition-duration: 500ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + /* Button icons */ + /* Button Link */ +} +.btn.btn-lg{ + padding-top: 0.625rem; + padding-bottom: 0.625rem; + padding-left: 1.5rem; + padding-right: 1.5rem; + font-size: 1.125rem; + line-height: 1.75rem; +} +.btn.btn-sm{ + padding-top: 5px; + padding-bottom: 5px; + padding-left: 1rem; + padding-right: 1rem; + font-size: 0.875rem; + line-height: 1.25rem; +} +.btn.btn-icon{ + display: inline-flex; + height: 2.25rem; + width: 2.25rem; + align-items: center; + justify-content: center; + padding: 0px; + text-align: center; + font-size: 1rem; + line-height: 1.5rem; +} +.btn.btn-icon.btn-lg{ + height: 3rem; + width: 3rem; +} +.btn.btn-icon.btn-sm{ + height: 2rem; + width: 2rem; +} +.btn.btn-link{ + position: relative; + border-style: none; + padding: 0px; +} +.btn.btn-link::after{ + position: absolute; + right: 0px; + bottom: 0px; + left: 0px; + height: 1px; + width: 0px; + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 500ms; + --tw-content: ""; + content: var(--tw-content); +} +.btn.btn-link:hover::after{ + right: auto; + content: var(--tw-content); + width: 100%; +} + +/*********************************/ +/* Helper */ +/*===============================*/ +.container, +.contacinr-fluid{ + position: relative; +} + +.text-type-element{ + z-index: 2; +} + +.text-type-element::after{ + position: absolute; + right: 0px; + bottom: 0px; + left: 0px; + z-index: 0; + height: 0.25rem; + width: auto; + border-radius: 0.375rem; + --tw-bg-opacity: 1; + background-color: rgb(253 186 116 / var(--tw-bg-opacity)); + transition-property: all; + transition-duration: 300ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + --tw-content: ""; + content: var(--tw-content); +} + +/*****************/ +/* back-to-top */ +/*****************/ +.back-to-top{ + display: none; +} +.hover\:border-primary:hover{ + --tw-border-opacity: 1 !important; + border-color: rgb(93 135 255 / var(--tw-border-opacity)) !important; +} +.hover\:border-primaryDark:hover{ + --tw-border-opacity: 1 !important; + border-color: rgb(42 92 235 / var(--tw-border-opacity)) !important; +} +.hover\:border-white:hover{ + --tw-border-opacity: 1 !important; + border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important; +} +.hover\:bg-gray-300:hover{ + --tw-bg-opacity: 1 !important; + background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important; +} +.hover\:bg-primary:hover{ + --tw-bg-opacity: 1 !important; + background-color: rgb(93 135 255 / var(--tw-bg-opacity)) !important; +} +.hover\:bg-primaryDark:hover{ + --tw-bg-opacity: 1 !important; + background-color: rgb(42 92 235 / var(--tw-bg-opacity)) !important; +} +.hover\:bg-white:hover{ + --tw-bg-opacity: 1 !important; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; +} +.hover\:text-black:hover{ + --tw-text-opacity: 1 !important; + color: rgb(0 0 0 / var(--tw-text-opacity)) !important; +} +.hover\:text-gray-400:hover{ + --tw-text-opacity: 1 !important; + color: rgb(156 163 175 / var(--tw-text-opacity)) !important; +} +.hover\:text-primary:hover{ + --tw-text-opacity: 1 !important; + color: rgb(93 135 255 / var(--tw-text-opacity)) !important; +} +.hover\:text-white:hover{ + --tw-text-opacity: 1 !important; + color: rgb(255 255 255 / var(--tw-text-opacity)) !important; +} +.hover\:underline:hover{ + text-decoration-line: underline !important; +} +.focus\:border-0:focus{ + border-width: 0px !important; +} +.focus\:border-blue-500:focus{ + --tw-border-opacity: 1 !important; + border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important; +} +.focus\:border-gray-300:focus{ + --tw-border-opacity: 1 !important; + border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important; +} +.focus\:ring-blue-500:focus{ + --tw-ring-opacity: 1 !important; + --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)) !important; +} +.focus\:ring-transparent:focus{ + --tw-ring-color: transparent !important; +} +.focus\:ring-offset-transparent:focus{ + --tw-ring-offset-color: transparent !important; +} +.group:hover .group-hover\:scale-110{ + --tw-scale-x: 1.1 !important; + --tw-scale-y: 1.1 !important; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; +} +.group:hover .group-hover\:shadow-sm{ + --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important; + --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} +.group.is-sticky .group-\[\&\.is-sticky\]\:text-dark{ + --tw-text-opacity: 1 !important; + color: rgb(33 33 33 / var(--tw-text-opacity)) !important; +} +:is(.dark .dark\:border-gray-700){ + --tw-border-opacity: 1 !important; + border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important; +} +:is(.dark .dark\:bg-slate-900){ + --tw-bg-opacity: 1 !important; + background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important; +} +:is(.dark .dark\:bg-opacity-80){ + --tw-bg-opacity: 0.8 !important; +} +:is(.dark .dark\:text-gray-400){ + --tw-text-opacity: 1 !important; + color: rgb(156 163 175 / var(--tw-text-opacity)) !important; +} +:is(.dark .dark\:text-slate-900){ + --tw-text-opacity: 1 !important; + color: rgb(15 23 42 / var(--tw-text-opacity)) !important; +} +@media (min-width: 640px){ + .sm\:-bottom-px{ + bottom: -1px !important; + } + .sm\:col-span-2{ + grid-column: span 2 / span 2 !important; + } + .sm\:mt-0{ + margin-top: 0px !important; + } + .sm\:block{ + display: block !important; + } + .sm\:grid-cols-2{ + grid-template-columns: repeat(2, minmax(0, 1fr)) !important; + } + .sm\:flex-row{ + flex-direction: row !important; + } + .sm\:pt-0{ + padding-top: 0px !important; + } + .sm\:text-start{ + text-align: start !important; + } +} +@media (min-width: 768px){ + .md\:start-2{ + inset-inline-start: 0.5rem !important; + } + .md\:h-\[600px\]{ + height: 600px !important; + } + .md\:h-\[700px\]{ + height: 700px !important; + } + .md\:grid-cols-2{ + grid-template-columns: repeat(2, minmax(0, 1fr)) !important; + } + .md\:grid-cols-4{ + grid-template-columns: repeat(4, minmax(0, 1fr)) !important; + } + .md\:grid-cols-6{ + grid-template-columns: repeat(6, minmax(0, 1fr)) !important; + } + .md\:gap-\[30px\]{ + gap: 30px !important; + } + .md\:gap-y-12{ + row-gap: 3rem !important; + } + .md\:p-12{ + padding: 3rem !important; + } + .md\:pt-20{ + padding-top: 5rem !important; + } + .md\:text-4xl{ + font-size: 2.25rem !important; + line-height: 2.5rem !important; + } + .md\:text-4xl\/tight{ + font-size: 2.25rem !important; + line-height: 1.25 !important; + } + .md\:text-5xl\/tight{ + font-size: 3rem !important; + line-height: 1.25 !important; + } + .md\:text-6xl\/tight{ + font-size: 3.75rem !important; + line-height: 1.25 !important; + } +} +@media (min-width: 1024px){ + .lg\:col-span-2{ + grid-column: span 2 / span 2 !important; + } + .lg\:mb-2{ + margin-bottom: 0.5rem !important; + } + .lg\:ms-24{ + margin-inline-start: 6rem !important; + } + .lg\:ms-5{ + margin-inline-start: 1.25rem !important; + } + .lg\:ms-auto{ + margin-inline-start: auto !important; + } + .lg\:mt-0{ + margin-top: 0px !important; + } + .lg\:flex{ + display: flex !important; + } + .lg\:inline-flex{ + display: inline-flex !important; + } + .lg\:hidden{ + display: none !important; + } + .lg\:w-1\/2{ + width: 50% !important; + } + .lg\:min-w-\[950px\]{ + min-width: 950px !important; + } + .lg\:basis-auto{ + flex-basis: auto !important; + } + .lg\:grid-cols-2{ + grid-template-columns: repeat(2, minmax(0, 1fr)) !important; + } + .lg\:grid-cols-3{ + grid-template-columns: repeat(3, minmax(0, 1fr)) !important; + } + .lg\:grid-cols-4{ + grid-template-columns: repeat(4, minmax(0, 1fr)) !important; + } + .lg\:grid-cols-5{ + grid-template-columns: repeat(5, minmax(0, 1fr)) !important; + } + .lg\:flex-row{ + flex-direction: row !important; + } + .lg\:flex-nowrap{ + flex-wrap: nowrap !important; + } + .lg\:items-center{ + align-items: center !important; + } + .lg\:justify-normal{ + justify-content: normal !important; + } + .lg\:gap-y-24{ + row-gap: 6rem !important; + } + .lg\:bg-transparent{ + background-color: transparent !important; + } + .lg\:pb-0{ + padding-bottom: 0px !important; + } + .lg\:text-6xl\/tight{ + font-size: 3.75rem !important; + line-height: 1.25 !important; + } + .lg\:text-base{ + font-size: 1rem !important; + line-height: 1.5rem !important; + } + .lg\:text-black{ + --tw-text-opacity: 1 !important; + color: rgb(0 0 0 / var(--tw-text-opacity)) !important; + } + .lg\:text-white{ + --tw-text-opacity: 1 !important; + color: rgb(255 255 255 / var(--tw-text-opacity)) !important; + } + .lg\:shadow-none{ + --tw-shadow: 0 0 #0000 !important; + --tw-shadow-colored: 0 0 #0000 !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; + } +} +@media (min-width: 1280px){ + .xl\:block{ + display: block !important; + } + .xl\:inline-block{ + display: inline-block !important; + } +} +@media (min-width: 1536px){ + .\32xl\:end-8{ + inset-inline-end: 2rem !important; + } +} +.\[\&\.active\]\:\!text-primary.active{ + --tw-text-opacity: 1 !important; + color: rgb(93 135 255 / var(--tw-text-opacity)) !important; +} +.group.is-sticky .group-\[\&\.is-sticky\]\:\[\&\.active\]\:text-primary.active{ + --tw-text-opacity: 1 !important; + color: rgb(93 135 255 / var(--tw-text-opacity)) !important; +} +.\[\&\.is-sticky\]\:bg-white.is-sticky{ + --tw-bg-opacity: 1 !important; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; +} +.\[\&\.is-sticky\]\:shadow-md.is-sticky{ + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important; + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} \ No newline at end of file diff --git a/utils/config.ts b/utils/config.ts index ccd746f..1ace777 100644 --- a/utils/config.ts +++ b/utils/config.ts @@ -1,5 +1,5 @@ import type { IWebsiteConfig } from "./rpc"; -import {EXTRA_DEFAULT, EXTRA_HONGTIXIANYUE, EXTRA_MINGWUZHITANG, EXTRA_ZHISHIHUISHENG} from './extra.ts' +import {EXTRA_DEFAULT, EXTRA_HONGTIXIANYUE, EXTRA_MINGWUZHITANG, EXTRA_ZHISHIHUISHENG, TP3_DEFAULT, TP3_MINGWUZHITANG} from './extra.ts' export function getConfig(Astro: any):IWebsiteConfig { @@ -9,14 +9,25 @@ export function getConfig(Astro: any):IWebsiteConfig // 取默认的配置 export function getExtra(extraTag: string = '') { - console.log(extraTag) if (extraTag == 'HONGTIXIANYUE') { return EXTRA_HONGTIXIANYUE; } else if (extraTag == 'ZHISHIHUISHENG') { return EXTRA_ZHISHIHUISHENG; } else if (extraTag == 'MINGWUZHITANG') { return EXTRA_MINGWUZHITANG; + } else if (extraTag === 'TP3_MINGWUZHITANG') { + return TP3_MINGWUZHITANG } return EXTRA_DEFAULT; +} + +// 取默认的配置 +export function getTp3Extra(extraTag: string = '') +{ + if (extraTag === 'TP3_MINGWUZHITANG') { + return TP3_MINGWUZHITANG + } + + return TP3_DEFAULT; } \ No newline at end of file diff --git a/utils/extra.ts b/utils/extra.ts index c87d3e3..043ac92 100644 --- a/utils/extra.ts +++ b/utils/extra.ts @@ -486,4 +486,226 @@ export const EXTRA_MINGWUZHITANG = { title: '会员退款规则', content: `


生效日期:2025年3月17日

最近更新:2025年3月17日

本协议是《用户协议》《会员服务协议》的补充协议,是其不可分割的组成部分,与其构成统一整体。如本协议与前述协议存在冲突的,以本协议为准。

一、 协议效力

本协议约定了您与武汉智震网络科技有限公司(以下简称“我公司”)之间关于会员产品退费相关事项所订立的有效合约。您通过网络页面点击确认或其他核验流程接受本协议,即表示您与我公司已达成协议并同意接受本协议的全部约定内容。在接受本协议之前,请您仔细阅读本协议的全部内容(尤其是加粗的文字部分)。如果您不同意本协议的任意内容,或者无法准确理解我公司对条款的解释,请不要进行后续操作。如果您对本协议有疑问,请通过我公司客服热线“400-1059-139”进行询问,我公司将竭诚为您服务并进行解释。

二、退费约定

1. 取消订阅:如您希望取消会员自动续费服务,您可以在相应产品中点击“个人”-“帮助中心”(或称“服务中心”)-“取消订阅”。取消订阅后,我公司在下一计费周期将不再进行自动扣款,您的会员权益到期后自动终止如未设有前述页面,您可拨打400-1059-139与我们联系,我们为您提供7×24小时服务。同时,您可以在相应的支付渠道内关闭自动续费。

2. 费用退还:为防止误操作和保障您的权益,您可以随时申请退费,您可以在本产品中点击“个人”-“帮助中心”(或称“服务中心”)-“一键退款”申请退费。也可以拨打400-1059-139与我们沟通退费事宜。

3. 退费金额:因本服务推广运营成本,在收到您的退费申请后,我们将根据如下规则计算您的退费金额后通过原支付路径退还。

(1)退费金额=(末次开通服务的服务有效期剩余时长/末次开通服务的有效期)*末次开通服务时支付的实际金额。

(2)如因本应用版本更新等问题造成无法继续正常使用服务的,则本软件将根据您服务有效期的剩余时长进行退费。

(3)为审核之目的,提出退费申请需要您根据流程指示或客服告知提交相应的证明材料,您应保证提供的相关证明材料完全真实、合法、有效,不存在任何伪造、变造证据材料、欺诈、恶意退款等违法或不诚信行为。

(4)如退费需求涉及无民事行为能力人或非完全民事行为能力人,以及老年人的,公司将优先进行处理,并为您进行无理由退款。

三、 其他约定

1. 退费金额按照原支付路径退回后,您不得无理由要求公司支付补偿、赔偿等其他费用

2. 您承诺您不会利用本服务从事任何非法、违反本协议目的或者侵犯其他第三方权益的行为,否则我公司有权单方面终止退费,如您给我公司造成损失的,您应按照法律规定承担相应责任。

3. 我公司有权根据自身业务调整、价格变动等原因调整退费协议。一旦发生此种情形,我公司会以公告等方式通知您。通知后您购买的产品适用更新后的《退费协议》。

四、 争议解决和法律适用

1. 双方应通过友好协商解决争议,无法协商解决的,参照《用户协议》处理。

2. 本协议的解释、效力和执行等均适用中华人民共和国法律。

3.本协议的标题仅为方便阅读而设,不影响正文含义。

4.如果您对《退费协议》有任何疑问,可以拨打“400-1059-139与我们取得联系,我们会在24小时内处理您的问题。



` } -}; \ No newline at end of file +}; + + +export const TP3_DEFAULT = { + app_phone: '400-105-9139', + // app 下载地址 + app_download: 'https://appgallery.huawei.com/app/C113746983', + weibo_offical: { + address: 'https://www.weibo.com', + name: '微博' + }, + gongzhonghao_offical: { + address: '', + name: '公众号' + }, + baijiahao_offical: { + address: '', + name: '百家号' + }, + toutiaohao_offical: { + address: 'https://www.weibo.com', + name: '头条号' + }, + douyin_offical: { + address: 'https://www.weibo.com', + name: '抖音' + }, + sc1 : { + text1: '技术赋能的认知加速工具', + text2: '全新阅读体验就在', + text3: '明悟知堂app最新版是一款提供图书、期刊、有声书、课程等多种资源的软件,超多优质的图书资源进行了榜单统计展示,方便用户轻松查找各种上榜的优质图书阅读查看。', + text4: '24小时全天候客服服务', + text5: '汇集近百种精品书刊', + }, + sc2 : { + text1: '产品优势', + text2: '为什么选择我们', + text3: '我们的软件通过创新的功能和智能的算法,帮助用户高效达成目标。', + text4: '海量书籍资源。',//'海量书籍资源', + text5: '提供丰富的书籍种类和内容,包括最新出版的书籍、经典名著以及各种专业领域的书籍,满足不同读者的需求。', + text6: '个性化推荐系统', + text7: '根据用户的阅读历史和兴趣,智能推荐相关书籍,帮助用户发现更多感兴趣的书籍,提高阅读体验。', + text8: '场景适配', + text9: '无论是通勤路上的地铁时光,还是健身时的运动间隙,抑或是睡前的放松时刻,各种声书都能无缝嵌入用户的生活场景。', + text10: '专业品质打造沉浸式听觉体验', + text11: '明悟知堂APP对有声书的品质把控贯穿内容生产全流程。', + text12: `"声纹图谱"技术`, + text13: '又为听障自研"AI手语翻译引擎",可将课程视频实时生成包含表情语境的CSL(中国手语),准确率达92.7%,远超行业平均的68%。', + text14: '触觉反馈2.0', + text15: '研发可显示盲文点阵的电子纸,支持实时更新教材内容。', + text16: '方言手语库', + text17: '纳入福建手语、粤语手语等7种地方变体,预计2025年Q2上线。', + text18: '脑机接口预研', + text19: '与中科院合作探索视觉信号直接转化为神经刺激的技术路径。', + + }, + sc3: { + text1: '专注于产品本身', + text2: '我们努力做得更好', + text3: '精品期刊,紧跟潮流', + text4: '明悟知堂 APP 汇聚近百种(65种)精品期刊:财经动态、文化艺术、时尚美妆、生活健康等领域的刊物应有尽有。你能第一时间获取最新一期内容,通过阅读高分期刊,拓宽视野,增长见识,与世界保持紧密联系。应用内同时还对期刊进行榜单统计,助你轻松发现热门优质刊物。', + text5: '有声书籍,解放双眼', + text6: '忙碌生活中,有声书功能让你也能享受阅读乐趣。无需长时间盯着屏幕,随时随地都能听书学习。上下班途中、健身运动时、闲暇放松的时刻,明悟知堂内的几十款(35种)有声书籍都能时刻陪伴你,将文字转化为动听的声音,带你领略书中的精彩世界,带来沉浸式的听书体验。你还能在听书榜单中,快速找到热门有声书。', + text7: '多元课程,全面提升', + text8: '明悟知堂 APP 内含各类课程九百余节,健康养生课程带你探寻身体奥秘、掌握科学养生法,从饮食、运动、心理等方面全方位呵护健康;乐器弹奏课程涵盖钢琴、电子琴等西洋乐器及古筝、二胡等民族乐器,专业老师引领你从乐理基础迈向弹奏技巧,开启音乐艺术之旅;美术书法课程让你领略绘画与书法魅力,学习国画等绘画形式及楷、行、草等书法字体技巧,助力提升审美与创造力。此外,平台还有更多精彩课程分类,满足你的多元学习需求。', + }, + sc5: { + text1: '立即体验', + text2: '现在立即下载,感受多元阅读与学习的智慧殿堂', + text3: '在信息来源广泛的时代,一款能够汇聚多元知识、满足多种学习需求的应用显得尤为珍贵。基于此,我们为用户打造了一个全方位、多层次的阅读与学习空间。无论是追求知识扩充,还是渴望技能提升,亦或是享受阅读乐趣,这里都能满足你的期待。', + }, + sc7: { + text1: [ + { + title: '在校学生', + desc: `之前找了很多期刊APP,功能都很单一,自从有了明悟知堂,一个APP就能满足我所有阅读需求,真的太方便了。`, + },{ + title: '白领', + desc: '被明悟知堂的有声书资源惊艳到了!20本经典有声书,配音专业,音质超棒,每天上下班路上听一听,充实又放松~', + },{ + title: '教师', + desc: '孩子写作文需要很多素材,明悟知堂的期刊资源成了我们的素材库,各种类型的文章都有,孩子的写作水平都提高了。', + },{ + title: '自由从业者', + desc: '明悟知堂的更新速度很快,每次都能带来新的惊喜和优化,看得出开发者很用心,会一直支持下去!', + } + ], + text2: '我们努力做得更好', + }, + sc8: { + text1: '我们的合作商', + logo: [ + {'url': 'template_3/client/meizu.svg'}, + {'url': 'template_3/client/xiaomi.svg'}, + {'url': 'template_3/client/huawei.svg'}, + {'url': 'template_3/client/oppo.svg'}, + {'url': 'template_3/client/vivo.svg'}, + {'url': 'template_3/client/1plus.svg'}, + ], + }, + sc9: { + text1: '产品新闻', + text2: '关于产品的最新消息与介绍', + }, +} + +export const TP3_MINGWUZHITANG = { + app_phone: '400-105-9139', + // app 下载地址 + app_download: 'https://appgallery.huawei.com/app/C113746983', + weibo_offical: { + address: '', + name: '微博' + }, + gongzhonghao_offical: { + address: '', + name: '公众号' + }, + baijiahao_offical: { + address: '', + name: '百家号' + }, + toutiaohao_offical: { + address: '', + name: '头条号' + }, + douyin_offical: { + address: 'https://www.douyin.com/user/MS4wLjABAAAADSa8WJZc_rFesV6HPUB5kyhnaOcvQmFVjqnZwykPDrNkbXxXXJRoq3OB7oOdFqxl?from_tab_name=main', + name: '抖音' + }, + sc1 : { + text1: '技术赋能的认知加速工具', + text2: '全新阅读体验就在', + text3: '明悟知堂app最新版是一款提供图书、期刊、有声书、课程等多种资源的软件,超多优质的图书资源进行了榜单统计展示,方便用户轻松查找各种上榜的优质图书阅读查看。', + text4: '24小时全天候客服服务', + text5: '汇集近百种精品书刊', + }, + sc2 : { + text1: '产品优势', + text2: '为什么选择我们', + text3: '我们的软件通过创新的功能和智能的算法,帮助用户高效达成目标。', + text4: '海量书籍资源。',//'海量书籍资源', + text5: '提供丰富的书籍种类和内容,包括最新出版的书籍、经典名著以及各种专业领域的书籍,满足不同读者的需求。', + text6: '个性化推荐系统', + text7: '根据用户的阅读历史和兴趣,智能推荐相关书籍,帮助用户发现更多感兴趣的书籍,提高阅读体验。', + text8: '场景适配', + text9: '无论是通勤路上的地铁时光,还是健身时的运动间隙,抑或是睡前的放松时刻,各种声书都能无缝嵌入用户的生活场景。', + text10: '专业品质打造沉浸式听觉体验', + text11: '明悟知堂APP对有声书的品质把控贯穿内容生产全流程。', + text12: `"声纹图谱"技术`, + text13: '又为听障自研"AI手语翻译引擎",可将课程视频实时生成包含表情语境的CSL(中国手语),准确率达92.7%,远超行业平均的68%。', + text14: '触觉反馈2.0', + text15: '研发可显示盲文点阵的电子纸,支持实时更新教材内容。', + text16: '方言手语库', + text17: '纳入福建手语、粤语手语等7种地方变体,预计2025年Q2上线。', + text18: '脑机接口预研', + text19: '与中科院合作探索视觉信号直接转化为神经刺激的技术路径。', + + }, + sc3: { + text1: '专注于产品本身', + text2: '我们努力做得更好', + text3: '精品期刊,紧跟潮流', + text4: '明悟知堂 APP 汇聚近百种(65种)精品期刊:财经动态、文化艺术、时尚美妆、生活健康等领域的刊物应有尽有。你能第一时间获取最新一期内容,通过阅读高分期刊,拓宽视野,增长见识,与世界保持紧密联系。应用内同时还对期刊进行榜单统计,助你轻松发现热门优质刊物。', + text5: '有声书籍,解放双眼', + text6: '忙碌生活中,有声书功能让你也能享受阅读乐趣。无需长时间盯着屏幕,随时随地都能听书学习。上下班途中、健身运动时、闲暇放松的时刻,明悟知堂内的几十款(35种)有声书籍都能时刻陪伴你,将文字转化为动听的声音,带你领略书中的精彩世界,带来沉浸式的听书体验。你还能在听书榜单中,快速找到热门有声书。', + text7: '多元课程,全面提升', + text8: '明悟知堂 APP 内含各类课程九百余节,健康养生课程带你探寻身体奥秘、掌握科学养生法,从饮食、运动、心理等方面全方位呵护健康;乐器弹奏课程涵盖钢琴、电子琴等西洋乐器及古筝、二胡等民族乐器,专业老师引领你从乐理基础迈向弹奏技巧,开启音乐艺术之旅;美术书法课程让你领略绘画与书法魅力,学习国画等绘画形式及楷、行、草等书法字体技巧,助力提升审美与创造力。此外,平台还有更多精彩课程分类,满足你的多元学习需求。', + }, + sc5: { + text1: '立即体验', + text2: '现在立即下载,感受多元阅读与学习的智慧殿堂', + text3: '在信息来源广泛的时代,一款能够汇聚多元知识、满足多种学习需求的应用显得尤为珍贵。基于此,我们为用户打造了一个全方位、多层次的阅读与学习空间。无论是追求知识扩充,还是渴望技能提升,亦或是享受阅读乐趣,这里都能满足你的期待。', + }, + sc7: { + text1: [ + { + title: '在校学生', + desc: `之前找了很多期刊APP,功能都很单一,自从有了明悟知堂,一个APP就能满足我所有阅读需求,真的太方便了。`, + },{ + title: '白领', + desc: '被明悟知堂的有声书资源惊艳到了!20本经典有声书,配音专业,音质超棒,每天上下班路上听一听,充实又放松~', + },{ + title: '教师', + desc: '孩子写作文需要很多素材,明悟知堂的期刊资源成了我们的素材库,各种类型的文章都有,孩子的写作水平都提高了。', + },{ + title: '自由从业者', + desc: '明悟知堂的更新速度很快,每次都能带来新的惊喜和优化,看得出开发者很用心,会一直支持下去!', + } + ], + text2: '我们努力做得更好', + }, + sc8: { + text1: '我们的合作商', + logo: [ + {'url': 'template_3/client/meizu.svg'}, + {'url': 'template_3/client/xiaomi.svg'}, + {'url': 'template_3/client/huawei.svg'}, + {'url': 'template_3/client/oppo.svg'}, + {'url': 'template_3/client/vivo.svg'}, + {'url': 'template_3/client/1plus.svg'}, + ], + }, + sc9: { + text1: '产品新闻', + text2: '关于产品的最新消息与介绍', + }, + about_us: { + title: '关于', + content: `

       武汉智震网络科技有限公司于 2024 年 3 月 22 日正式成立公司专注于软件开发与内容产品打造,在行业内崭露头角。

我们聚焦优质内容产品开发,以创新技术为引擎,深度挖掘内容价值,用专业服务精准匹配用户需求,致力于打造兼具思想深度与用户体验的内容生态,为用户带来有温度、有价值的数字内容产品,助力企业与用户共赴高质量发展新征程。


` + }, + contact_us: { + title: '联系我们', + telephone: [ + {number: '400-1059-139', desc: '7*24小时 | 普通话全国热线'}, + // {number: 666666, desc: '7*24小时 | 普通话全国热线'}, + ], + email: [ + {address: 'wuhanzhizhen01@163.com'}, + ], + content: `


 【官方客服电话】

    24小时服务热线:400-116-0580

 
【电子邮箱】

    E-mail:tianjinchangdu@126.com


  【官方媒体平台】

    微信公众号:葫芦时刻
    官方微博:葫芦时刻


` + }, +} \ No newline at end of file diff --git a/utils/rpc.ts b/utils/rpc.ts index 2ed11d1..331a91b 100644 --- a/utils/rpc.ts +++ b/utils/rpc.ts @@ -31,11 +31,11 @@ export interface InewsIndex { created_at: string updated_at: string } -export async function newsIndex(websiteId:number = 0):Promise>{ - console.log(websiteId) +export async function newsIndex(websiteId:number = 0, limit:number = 10):Promise>{ const client = getRpcClient() const result = await client.call('news/index', { - id:websiteId + id:websiteId, + limit: limit }) return result @@ -63,10 +63,11 @@ export interface InewsDetail { title: string } } -export async function newsDetail(id:string):Promise>{ +export async function newsDetail(id:string, app_id:number):Promise>{ const client = getRpcClient() const result = await client.call('news/view', { - id:id + id:id, + app_id:app_id }) return result @@ -81,6 +82,7 @@ export interface IWebsiteConfig { app_description: string app_keywords: string app_company: string + app_template: string app_logo: string app_favicon: string app_copyright: string