function toggleSubMenu(n){var r=n.attr("aria-expanded")=="true",t,i;n.attr("aria-expanded",!r);t=n.data("toggle-nav");i=n.parent().siblings("#"+t);n.find(".subnav-btn-plus").toggle();n.find(".subnav-btn-minus").toggle();i.slideToggle(200).toggleClass("open")}function openNavOnLoad(){var n=$(".active.subnav-toggle"),t=n.find(".active");n&&t.length>0&&n.find(".js-subnav-btn").click()}function toggleAccordionItem(n){n.toggleClass("open");n.attr("aria-expanded",n.attr("aria-expanded")=="true"?"false":"true");var t=$("#"+n.data("controls"));t.slideToggle("fast")}function setCookie(n,t,i){var r=new Date,u;r.setTime(r.getTime()+i*864e5);u="expires="+r.toUTCString();document.cookie=n+"="+t+";"+u+";path=/"}function getCookie(n){for(var t,r=n+"=",f=decodeURIComponent(document.cookie),u=f.split(";"),i=0;i<u.length;i++){for(t=u[i];t.charAt(0)==" ";)t=t.substring(1);if(t.indexOf(r)==0)return t.substring(r.length,t.length)}return""}function initializeAccessibleTabs(n,t){$("button[role='tab']").click(function(){$("button[role='tab']").attr("aria-selected","false").removeClass(n);$(this).attr("aria-selected","true").addClass(n);var i=$(this).attr("aria-controls"),r=$("#"+i);$("div[role='tabpanel']").attr("aria-hidden","true").addClass(t);r.attr("aria-hidden","false").removeClass(t)});$("button[role='tab']").keydown(function(n){(n.which===13||n.which===32)&&$(this).find("a").click()});$("button[role='tab']").keydown(function(n){var t=$("button[role='tab']"),i=t.index(this);n.which==37?i-1>=0&&t.get(i-1).focus():n.which==39&&i+1<=t.length&&t.get(i+1).focus()})}function pdfClickTracker(){$(document).on("click",'a[href$=".pdf"]',function(){if(window.gtag){var n=$(this).attr("href"),t=n&&n.substring(n.lastIndexOf("/")+1)||n;window.gtag("event","PDF-klick",{event_category:"Länk",event_label:t,value:t})}})}function getFormData(n){return n.serializeArray().reduce(function(n,t){return n[t.name]=t.value,n},{})}function resetForm(n){$errors=$(".js-contact-block__error-container");$errors.empty();n.find(".contact-block__status").addClass("hidden");n.find(".contact-block__form__input--error").removeClass("contact-block__form__input--error");n.find("[aria-invalid]").attr("aria-invalid",!1);n.find("[aria-describedby]").removeAttr("aria-describedby")}function validateField(n,t,i){$errors=$(".js-contact-block__error-container");$errors.append('<li><a id="'+i+'" href="#'+n.attr("id")+'">'+t+"<\/a><\/li>");n.addClass("contact-block__form__input--error").attr("aria-invalid",!0).attr("aria-describedby",i)}function validateEmail(n){return/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(String(n).toLowerCase())}function validateForm(n){var t=0;if(!n.name){var i=$form.find("#contact-name"),r="Namn måste fyllas i.",u="form-error-name-missing";validateField(i,r,u);t++}if(n.email){if(!validateEmail(n.email)){var i=$form.find("#contact-email"),r="E-postadress har inte rätt format. Exempel: namn@exempel.se",u="form-error-email-wrong";validateField(i,r,u);t++}}else{var i=$form.find("#contact-email"),r="E-postadress måste fyllas i.",u="form-error-email-missing";validateField(i,r,u);t++}if(!n.message){var i=$form.find("#contact-message"),r="Meddelande måste fyllas i.",u="form-error-message-missing";validateField(i,r,u);t++}return t}function postSuccess(){console.log("Success!");$form.find(".contact-block__status--success").removeClass("hidden");finishLoadingAnimation();sendContactEvent()}function sendContactEvent(){window.gtag&&window.gtag("event","kontaktformulär",{event_category:"Knapptryck",event_label:"kontaktformulär skickat",value:"kontaktformulär skickat"})}function postError(){console.log("Error!");$errors.append("<li>Något gick fel. Försök igen senare.<\/li>");displayErrorMessages();resetLoadingAnimation()}function postToServer(n){$.ajax({type:"POST",url:"/api/contact/post",data:{name:n.name,email:n.email,message:n.message,blockid:n.blockid,test:n.test},success:postSuccess,error:postError,dataType:"json"})}function startLoadingAnimation(){$form.find(".contact-block__button--step1").hide(50).addClass("hidden");$form.find(".contact-block__button--step2").removeClass("hidden").show(300)}function finishLoadingAnimation(){$form.find(".contact-block__button--step2").hide(50).addClass("hidden");$form.find(".contact-block__button--step3").removeClass("hidden").show(300)}function resetLoadingAnimation(){$form.find(".contact-block__button--step1").removeClass("hidden").show(300);$form.find(".contact-block__button--step2").hide(50).addClass("hidden");$form.find(".contact-block__button--step3").hide(50).addClass("hidden")}function blockSubmitButton(n){$form.find(".contact-block__button").attr("disabled",n)}function displayErrorMessages(){$(".contact-block form").find(".contact-block__status--error").removeClass("hidden")}(function(n,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):n.Popper=t()})(this,function(){"use strict";function et(n){return n&&"[object Function]"==={}.toString.call(n)}function r(n,t){if(1!==n.nodeType)return[];var i=getComputedStyle(n,null);return t?i[t]:i}function p(n){return"HTML"===n.nodeName?n:n.parentNode||n.host}function s(n){if(!n)return document.body;switch(n.nodeName){case"HTML":case"BODY":return n.ownerDocument.body;case"#document":return n.body}var t=r(n),i=t.overflow,u=t.overflowX,f=t.overflowY;return/(auto|scroll|overlay)/.test(i+f+u)?n:s(p(n))}function u(n){return 11===n?ui:10===n?fi:ui||fi}function f(n){var e,t,i;if(!n)return document.documentElement;for(e=u(10)?document.body:null,t=n.offsetParent;t===e&&n.nextElementSibling;)t=(n=n.nextElementSibling).offsetParent;return i=t&&t.nodeName,i&&"BODY"!==i&&"HTML"!==i?-1!==["TD","TABLE"].indexOf(t.nodeName)&&"static"===r(t,"position")?f(t):t:n?n.ownerDocument.documentElement:document.documentElement}function oi(n){var t=n.nodeName;return"BODY"!==t&&("HTML"===t||f(n.firstElementChild)===n)}function w(n){return null===n.parentNode?n:w(n.parentNode)}function c(n,t){var i,u;if(!n||!n.nodeType||!t||!t.nodeType)return document.documentElement;var e=n.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,o=e?n:t,s=e?t:n,r=document.createRange();return(r.setStart(o,0),r.setEnd(s,0),i=r.commonAncestorContainer,n!==i&&t!==i||o.contains(s))?oi(i)?i:f(i):(u=w(n),u.host?c(u.host,t):c(n,w(t).host))}function e(n){var f=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"top",t="top"===f?"scrollTop":"scrollLeft",i=n.nodeName,r,u;return"BODY"===i||"HTML"===i?(r=n.ownerDocument.documentElement,u=n.ownerDocument.scrollingElement||r,u[t]):n[t]}function si(n,t){var f=2<arguments.length&&void 0!==arguments[2]&&arguments[2],r=e(t,"top"),u=e(t,"left"),i=f?-1:1;return n.top+=r*i,n.bottom+=r*i,n.left+=u*i,n.right+=u*i,n}function ot(n,t){var i="x"===t?"Left":"Top",r="Left"==i?"Right":"Bottom";return parseFloat(n["border"+i+"Width"],10)+parseFloat(n["border"+r+"Width"],10)}function st(n,i,r,f){return t(i["offset"+n],i["scroll"+n],r["client"+n],r["offset"+n],r["scroll"+n],u(10)?r["offset"+n]+f["margin"+("Height"===n?"Top":"Left")]+f["margin"+("Height"===n?"Bottom":"Right")]:0)}function ht(){var t=document.body,n=document.documentElement,i=u(10)&&getComputedStyle(n);return{height:st("Height",t,n,i),width:st("Width",t,n,i)}}function i(t){return n({},t,{right:t.left+t.width,bottom:t.top+t.height})}function b(n){var t={},o,s,l;try{u(10)?(t=n.getBoundingClientRect(),o=e(n,"top"),s=e(n,"left"),t.top+=o,t.left+=s,t.bottom+=o,t.right+=s):t=n.getBoundingClientRect()}catch(r){}var f={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},a="HTML"===n.nodeName?ht():{},v=a.width||n.clientWidth||f.right-f.left,y=a.height||n.clientHeight||f.bottom-f.top,h=n.offsetWidth-v,c=n.offsetHeight-y;return(h||c)&&(l=r(n),h-=ot(l,"x"),c-=ot(l,"y"),f.width-=h,f.height-=c),i(f)}function k(n,f){var w=2<arguments.length&&void 0!==arguments[2]&&arguments[2],k=u(10),d="HTML"===f.nodeName,h=b(n),o=b(f),v=s(n),c=r(f),y=parseFloat(c.borderTopWidth,10),p=parseFloat(c.borderLeftWidth,10),e,l,a;return w&&"HTML"===f.nodeName&&(o.top=t(o.top,0),o.left=t(o.left,0)),e=i({top:h.top-o.top-y,left:h.left-o.left-p,width:h.width,height:h.height}),(e.marginTop=0,e.marginLeft=0,!k&&d)&&(l=parseFloat(c.marginTop,10),a=parseFloat(c.marginLeft,10),e.top-=y-l,e.bottom-=y-l,e.left-=p-a,e.right-=p-a,e.marginTop=l,e.marginLeft=a),(k&&!w?f.contains(v):f===v&&"BODY"!==v.nodeName)&&(e=si(e,f)),e}function hi(n){var f=1<arguments.length&&void 0!==arguments[1]&&arguments[1],r=n.ownerDocument.documentElement,u=k(n,r),o=t(r.clientWidth,window.innerWidth||0),s=t(r.clientHeight,window.innerHeight||0),h=f?0:e(r),c=f?0:e(r,"left"),l={top:h-u.top+u.marginTop,left:c-u.left+u.marginLeft,width:o,height:s};return i(l)}function ct(n){var t=n.nodeName;return"BODY"===t||"HTML"===t?!1:"fixed"===r(n,"position")||ct(p(n))}function lt(n){if(!n||!n.parentElement||u())return document.documentElement;for(var t=n.parentElement;t&&"none"===r(t,"transform");)t=t.parentElement;return t||document.documentElement}function d(n,t,i,r){var o=4<arguments.length&&void 0!==arguments[4]&&arguments[4],u={top:0,left:0},h=o?lt(n):c(n,t),e,f;if("viewport"===r)u=hi(h,o);else if("scrollParent"===r?(e=s(p(t)),"BODY"===e.nodeName&&(e=n.ownerDocument.documentElement)):e="window"===r?n.ownerDocument.documentElement:r,f=k(e,h,o),"HTML"!==e.nodeName||ct(h))u=f;else{var l=ht(),a=l.height,v=l.width;u.top+=f.top-f.marginTop;u.bottom=a+f.top;u.left+=f.left-f.marginLeft;u.right=v+f.left}return u.left+=i,u.top+=i,u.right-=i,u.bottom-=i,u}function ci(n){var t=n.width,i=n.height;return t*i}function at(t,i,r,u,f){var l=5<arguments.length&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var e=d(r,u,l,f),o={top:{width:e.width,height:i.top-e.top},right:{width:e.right-i.right,height:e.height},bottom:{width:e.width,height:e.bottom-i.bottom},left:{width:i.left-e.left,height:e.height}},s=Object.keys(o).map(function(t){return n({key:t},o[t],{area:ci(o[t])})}).sort(function(n,t){return t.area-n.area}),h=s.filter(function(n){var t=n.width,i=n.height;return t>=r.clientWidth&&i>=r.clientHeight}),a=0<h.length?h[0].key:s[0].key,c=t.split("-")[1];return a+(c?"-"+c:"")}function vt(n,t,i){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null,u=r?lt(t):c(t,i);return k(i,u,r)}function yt(n){var t=getComputedStyle(n),i=parseFloat(t.marginTop)+parseFloat(t.marginBottom),r=parseFloat(t.marginLeft)+parseFloat(t.marginRight);return{width:n.offsetWidth+r,height:n.offsetHeight+i}}function l(n){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return n.replace(/left|right|bottom|top/g,function(n){return t[n]})}function pt(n,t,i){i=i.split("-")[0];var r=yt(n),e={width:r.width,height:r.height},u=-1!==["right","left"].indexOf(i),o=u?"top":"left",f=u?"left":"top",s=u?"height":"width",h=u?"width":"height";return e[o]=t[o]+t[s]/2-r[s]/2,e[f]=i===f?t[f]-r[h]:t[l(f)],e}function h(n,t){return Array.prototype.find?n.find(t):n.filter(t)[0]}function li(n,t,i){if(Array.prototype.findIndex)return n.findIndex(function(n){return n[t]===i});var r=h(n,function(n){return n[t]===i});return n.indexOf(r)}function wt(n,t,r){var u=void 0===r?n:n.slice(0,li(n,"name",r));return u.forEach(function(n){n["function"]&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var r=n["function"]||n.fn;n.enabled&&et(r)&&(t.offsets.popper=i(t.offsets.popper),t.offsets.reference=i(t.offsets.reference),t=r(t,n))}),t}function ai(){if(!this.state.isDestroyed){var n={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};n.offsets.reference=vt(this.state,this.popper,this.reference,this.options.positionFixed);n.placement=at(this.options.placement,n.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding);n.originalPlacement=n.placement;n.positionFixed=this.options.positionFixed;n.offsets.popper=pt(this.popper,n.offsets.reference,n.placement);n.offsets.popper.position=this.options.positionFixed?"fixed":"absolute";n=wt(this.modifiers,n);this.state.isCreated?this.options.onUpdate(n):(this.state.isCreated=!0,this.options.onCreate(n))}}function bt(n,t){return n.some(function(n){var i=n.name,r=n.enabled;return r&&i===t})}function g(n){for(var i,r,u=[!1,"ms","Webkit","Moz","O"],f=n.charAt(0).toUpperCase()+n.slice(1),t=0;t<u.length;t++)if(i=u[t],r=i?""+i+f:n,"undefined"!=typeof document.body.style[r])return r;return null}function vi(){return this.state.isDestroyed=!0,bt(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[g("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function kt(n){var t=n.ownerDocument;return t?t.defaultView:window}function dt(n,t,i,r){var f="BODY"===n.nodeName,u=f?n.ownerDocument.defaultView:n;u.addEventListener(t,i,{passive:!0});f||dt(s(u.parentNode),t,i,r);r.push(u)}function yi(n,t,i,r){i.updateBound=r;kt(n).addEventListener("resize",i.updateBound,{passive:!0});var u=s(n);return dt(u,"scroll",i.updateBound,i.scrollParents),i.scrollElement=u,i.eventsEnabled=!0,i}function pi(){this.state.eventsEnabled||(this.state=yi(this.reference,this.options,this.state,this.scheduleUpdate))}function wi(n,t){return kt(n).removeEventListener("resize",t.updateBound),t.scrollParents.forEach(function(n){n.removeEventListener("scroll",t.updateBound)}),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t}function bi(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=wi(this.reference,this.state))}function nt(n){return""!==n&&!isNaN(parseFloat(n))&&isFinite(n)}function tt(n,t){Object.keys(t).forEach(function(i){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(i)&&nt(t[i])&&(r="px");n.style[i]=t[i]+r})}function ki(n,t){Object.keys(t).forEach(function(i){var r=t[i];!1===r?n.removeAttribute(i):n.setAttribute(i,t[i])})}function gt(n,t,i){var u=h(n,function(n){var i=n.name;return i===t}),f=!!u&&n.some(function(n){return n.name===i&&n.enabled&&n.order<u.order}),r;return f||(r="`"+t+"`",console.warn("`"+i+"` modifier is required by "+r+" modifier in order to work, be sure to include it before "+r+"!")),f}function di(n){return"end"===n?"start":"start"===n?"end":n}function ni(n){var r=1<arguments.length&&void 0!==arguments[1]&&arguments[1],t=ut.indexOf(n),i=ut.slice(t+1).concat(ut.slice(0,t));return r?i.reverse():i}function gi(n,r,u,f){var h=n.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+h[1],e=h[2],s,c,l;if(!o)return n;if(0===e.indexOf("%")){switch(e){case"%p":s=u;break;case"%":case"%r":default:s=f}return c=i(s),c[r]/100*o}return"vh"===e||"vw"===e?(l="vh"===e?t(document.documentElement.clientHeight,window.innerHeight||0):t(document.documentElement.clientWidth,window.innerWidth||0),l/100*o):o}function nr(n,t,i,r){var s=[0,0],c=-1!==["right","left"].indexOf(r),u=n.split(/(\+|\-)/).map(function(n){return n.trim()}),f=u.indexOf(h(u,function(n){return-1!==n.search(/,|\s/)})),o,e;return u[f]&&-1===u[f].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead."),o=/\s*,\s*|\s+/,e=-1===f?[u]:[u.slice(0,f).concat([u[f].split(o)[0]]),[u[f].split(o)[1]].concat(u.slice(f+1))],e=e.map(function(n,r){var f=(1===r?!c:c)?"height":"width",u=!1;return n.reduce(function(n,t){return""===n[n.length-1]&&-1!==["+","-"].indexOf(t)?(n[n.length-1]=t,u=!0,n):u?(n[n.length-1]+=t,u=!1,n):n.concat(t)},[]).map(function(n){return gi(n,f,t,i)})}),e.forEach(function(n,t){n.forEach(function(i,r){nt(i)&&(s[t]+=i*("-"===n[r-1]?-1:1))})}),s}function tr(n,t){var r,f=t.offset,o=n.placement,e=n.offsets,i=e.popper,s=e.reference,u=o.split("-")[0];return r=nt(+f)?[+f,0]:nr(f,i,s,u),"left"===u?(i.top+=r[0],i.left-=r[1]):"right"===u?(i.top+=r[0],i.left+=r[1]):"top"===u?(i.left+=r[0],i.top-=r[1]):"bottom"===u&&(i.left+=r[0],i.top+=r[1]),n.popper=i,n}for(var ti=Math.min,it=Math.round,a=Math.floor,t=Math.max,v="undefined"!=typeof window&&"undefined"!=typeof document,ii=["Edge","Trident","Firefox"],ri=0,rt=0;rt<ii.length;rt+=1)if(v&&0<=navigator.userAgent.indexOf(ii[rt])){ri=1;break}var ir=v&&window.Promise,rr=ir?function(n){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then(function(){t=!1;n()}))}}:function(n){var t=!1;return function(){t||(t=!0,setTimeout(function(){t=!1;n()},ri))}},ui=v&&!!(window.MSInputMethodContext&&document.documentMode),fi=v&&/MSIE 10/.test(navigator.userAgent),ur=function(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function");},fr=function(){function n(n,t){for(var i,r=0;r<t.length;r++)i=t[r],i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}return function(t,i,r){return i&&n(t.prototype,i),r&&n(t,r),t}}(),o=function(n,t,i){return t in n?Object.defineProperty(n,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):n[t]=i,n},n=Object.assign||function(n){for(var t,r,i=1;i<arguments.length;i++)for(r in t=arguments[i],t)Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r]);return n},ei=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],ut=ei.slice(3),ft={FLIP:"flip",CLOCKWISE:"clockwise",COUNTERCLOCKWISE:"counterclockwise"},y=function(){function t(i,r){var u=this,f=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},e;ur(this,t);this.scheduleUpdate=function(){return requestAnimationFrame(u.update)};this.update=rr(this.update.bind(this));this.options=n({},t.Defaults,f);this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]};this.reference=i&&i.jquery?i[0]:i;this.popper=r&&r.jquery?r[0]:r;this.options.modifiers={};Object.keys(n({},t.Defaults.modifiers,f.modifiers)).forEach(function(i){u.options.modifiers[i]=n({},t.Defaults.modifiers[i]||{},f.modifiers?f.modifiers[i]:{})});this.modifiers=Object.keys(this.options.modifiers).map(function(t){return n({name:t},u.options.modifiers[t])}).sort(function(n,t){return n.order-t.order});this.modifiers.forEach(function(n){n.enabled&&et(n.onLoad)&&n.onLoad(u.reference,u.popper,u.options,n,u.state)});this.update();e=this.options.eventsEnabled;e&&this.enableEventListeners();this.state.eventsEnabled=e}return fr(t,[{key:"update",value:function(){return ai.call(this)}},{key:"destroy",value:function(){return vi.call(this)}},{key:"enableEventListeners",value:function(){return pi.call(this)}},{key:"disableEventListeners",value:function(){return bi.call(this)}}]),t}();return y.Utils=("undefined"==typeof window?global:window).PopperUtils,y.placements=ei,y.Defaults={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var u=t.placement,l=u.split("-")[0],f=u.split("-")[1];if(f){var e=t.offsets,r=e.reference,s=e.popper,h=-1!==["bottom","top"].indexOf(l),i=h?"left":"top",c=h?"width":"height",a={start:o({},i,r[i]),end:o({},i,r[i]+r[c]-s[c])};t.offsets.popper=n({},s,a[f])}return t}},offset:{order:200,enabled:!0,fn:tr,offset:0},preventOverflow:{order:300,enabled:!0,fn:function(i,r){var h=r.boundariesElement||f(i.instance.popper),s;i.instance.reference===h&&(h=f(h));var c=g("transform"),e=i.instance.popper.style,l=e.top,a=e.left,v=e[c];e.top="";e.left="";e[c]="";s=d(i.instance.popper,i.instance.reference,r.padding,h,i.positionFixed);e.top=l;e.left=a;e[c]=v;r.boundaries=s;var y=r.priority,u=i.offsets.popper,p={primary:function(n){var i=u[n];return u[n]<s[n]&&!r.escapeWithReference&&(i=t(u[n],s[n])),o({},n,i)},secondary:function(n){var t="right"===n?"left":"top",i=u[t];return u[n]>s[n]&&!r.escapeWithReference&&(i=ti(u[t],s[n]-("right"===n?u.width:u.height))),o({},t,i)}};return y.forEach(function(t){var i=-1===["left","top"].indexOf(t)?"secondary":"primary";u=n({},u,p[i](t))}),i.offsets.popper=u,i},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(n){var o=n.offsets,u=o.popper,i=o.reference,s=n.placement.split("-")[0],r=a,f=-1!==["top","bottom"].indexOf(s),e=f?"right":"bottom",t=f?"left":"top",h=f?"width":"height";return u[e]<r(i[t])&&(n.offsets.popper[t]=r(i[t])-u[h]),u[t]>r(i[e])&&(n.offsets.popper[t]=r(i[e])),n}},arrow:{order:500,enabled:!0,fn:function(n,u){var l,e;if(!gt(n.instance.modifiers,"arrow","keepTogether"))return n;if(e=u.element,"string"==typeof e){if(e=n.instance.popper.querySelector(e),!e)return n}else if(!n.instance.popper.contains(e))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),n;var d=n.placement.split("-")[0],b=n.offsets,c=b.popper,s=b.reference,a=-1!==["left","right"].indexOf(d),y=a?"height":"width",p=a?"Top":"Left",f=p.toLowerCase(),g=a?"left":"top",v=a?"bottom":"right",h=yt(e)[y];s[v]-h<c[f]&&(n.offsets.popper[f]-=c[f]-(s[v]-h));s[f]+h>c[v]&&(n.offsets.popper[f]+=s[f]+h-c[v]);n.offsets.popper=i(n.offsets.popper);var nt=s[f]+s[y]/2-h/2,k=r(n.instance.popper),tt=parseFloat(k["margin"+p],10),rt=parseFloat(k["border"+p+"Width"],10),w=nt-n.offsets.popper[f]-tt-rt;return w=t(ti(c[y]-h,w),0),n.arrowElement=e,n.offsets.arrow=(l={},o(l,f,it(w)),o(l,g,""),l),n},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,i){if(bt(t.instance.modifiers,"inner")||t.flipped&&t.placement===t.originalPlacement)return t;var e=d(t.instance.popper,t.instance.reference,i.padding,i.boundariesElement,t.positionFixed),r=t.placement.split("-")[0],o=l(r),u=t.placement.split("-")[1]||"",f=[];switch(i.behavior){case ft.FLIP:f=[r,o];break;case ft.CLOCKWISE:f=ni(r);break;case ft.COUNTERCLOCKWISE:f=ni(r,!0);break;default:f=i.behavior}return f.forEach(function(s,h){if(r!==s||f.length===h+1)return t;r=t.placement.split("-")[0];o=l(r);var v=t.offsets.popper,y=t.offsets.reference,c=a,w="left"===r&&c(v.right)>c(y.left)||"right"===r&&c(v.left)<c(y.right)||"top"===r&&c(v.bottom)>c(y.top)||"bottom"===r&&c(v.top)<c(y.bottom),b=c(v.left)<c(e.left),k=c(v.right)>c(e.right),d=c(v.top)<c(e.top),g=c(v.bottom)>c(e.bottom),nt="left"===r&&b||"right"===r&&k||"top"===r&&d||"bottom"===r&&g,p=-1!==["top","bottom"].indexOf(r),tt=!!i.flipVariations&&(p&&"start"===u&&b||p&&"end"===u&&k||!p&&"start"===u&&d||!p&&"end"===u&&g);(w||nt||tt)&&(t.flipped=!0,(w||nt)&&(r=f[h+1]),tt&&(u=di(u)),t.placement=r+(u?"-"+u:""),t.offsets.popper=n({},t.offsets.popper,pt(t.instance.popper,t.offsets.reference,t.placement)),t=wt(t.instance.modifiers,t,"flip"))}),t},behavior:"flip",padding:5,boundariesElement:"viewport"},inner:{order:700,enabled:!1,fn:function(n){var u=n.placement,t=u.split("-")[0],f=n.offsets,r=f.popper,o=f.reference,e=-1!==["left","right"].indexOf(t),s=-1===["top","left"].indexOf(t);return r[e?"left":"top"]=o[t]-(s?r[e?"width":"height"]:0),n.placement=l(u),n.offsets.popper=i(r),n}},hide:{order:800,enabled:!0,fn:function(n){if(!gt(n.instance.modifiers,"hide","preventOverflow"))return n;var t=n.offsets.reference,i=h(n.instance.modifiers,function(n){return"preventOverflow"===n.name}).boundaries;if(t.bottom<i.top||t.left>i.right||t.top>i.bottom||t.right<i.left){if(!0===n.hide)return n;n.hide=!0;n.attributes["x-out-of-boundaries"]=""}else{if(!1===n.hide)return n;n.hide=!1;n.attributes["x-out-of-boundaries"]=!1}return n}},computeStyle:{order:850,enabled:!0,fn:function(t,i){var nt=i.x,tt=i.y,u=t.offsets.popper,c=h(t.instance.modifiers,function(n){return"applyStyle"===n.name}).gpuAcceleration,w,k,d;void 0!==c&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var l,v,rt=void 0===c?i.gpuAcceleration:c,ut=f(t.instance.popper),y=b(ut),r={position:u.position},s={left:a(u.left),top:it(u.top),bottom:it(u.bottom),right:a(u.right)},e="bottom"===nt?"top":"bottom",o="right"===tt?"left":"right",p=g("transform");return(v="bottom"==e?-y.height+s.bottom:s.top,l="right"==o?-y.width+s.right:s.left,rt&&p)?(r[p]="translate3d("+l+"px, "+v+"px, 0)",r[e]=0,r[o]=0,r.willChange="transform"):(w="bottom"==e?-1:1,k="right"==o?-1:1,r[e]=v*w,r[o]=l*k,r.willChange=e+", "+o),d={"x-placement":t.placement},t.attributes=n({},d,t.attributes),t.styles=n({},r,t.styles),t.arrowStyles=n({},t.offsets.arrow,t.arrowStyles),t},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(n){return tt(n.instance.popper,n.styles),ki(n.instance.popper,n.attributes),n.arrowElement&&Object.keys(n.arrowStyles).length&&tt(n.arrowElement,n.arrowStyles),n},onLoad:function(n,t,i,r,u){var f=vt(u,t,n,i.positionFixed),e=at(i.placement,f,t,n,i.modifiers.flip.boundariesElement,i.modifiers.flip.padding);return t.setAttribute("x-placement",e),tt(t,{position:i.positionFixed?"fixed":"absolute"}),i},gpuAcceleration:void 0}}},y});!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],t):t(n.bootstrap={},n.jQuery,n.Popper)}(this,function(n,t,i){"use strict";function of(n,t){for(var i,r=0;r<t.length;r++)i=t[r],i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}function g(n,t,i){return t&&of(n.prototype,t),i&&of(n,i),n}function v(n){for(var i,r,t=1;t<arguments.length;t++)i=null!=arguments[t]?arguments[t]:{},r=Object.keys(i),"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(i).filter(function(n){return Object.getOwnPropertyDescriptor(i,n).enumerable}))),r.forEach(function(t){var r,u,f;r=n;f=i[u=t];u in r?Object.defineProperty(r,u,{value:f,enumerable:!0,configurable:!0,writable:!0}):r[u]=f});return n}t=t&&t.hasOwnProperty("default")?t.default:t;i=i&&i.hasOwnProperty("default")?i.default:i;var y,dt,er,or,sf,sr,hf,cf,lf,ht,l,gt,hr,cr,lr,af,ni,vf,yf,ou,pf,wf,bf,su,hu,ti,e,ct,pi,nt,cu,kf,ar,df,wi,bi,gf,ne,tt,te,ut,ie,re,ue,fe,ee,oe,vr,se,he,ce,le,ae,lt,s,at,vt,ii,ve,yr,ye,ri,ft,ki,di,pr,lu,pe,we,au,ui,o,yt,gi,it,wr,be,ke,w,vu,et,de,ge,no,yu,to,nr,io,br,ro,uo,fo,eo,oo,so,ho,co,lo,ao,rt,r,pt,tr,p,vo,kr,yo,c,po,wo,pu,wt,ir,bo,ko,go,wu,bu,fi,u,ot,dr,b,ns,ku,ts,is,rs,us,ei,gr,fs,oi,si,es,os,hi,nu,ss,hs,rr,d,bt,tu,k,cs,du,ls,as,vs,ys,ps,ws,bs,ks,ur,a,st,iu,fr,ds,gu,gs,ru,nh,kt,th,ih,nf,uu,rh,tf,uh,fh,eh,oh,rf,ci,h,fu,li,sh,ai,hh,vi,ch,lh,uf,ah,vh,ff,ef,yh,ph,wh,yi,f=function(n){function r(i){var u=this,r=!1;return n(this).one(t.TRANSITION_END,function(){r=!0}),setTimeout(function(){r||t.triggerTransitionEnd(u)},i),this}var i="transitionend",t={TRANSITION_END:"bsTransitionEnd",getUID:function(n){for(;n+=~~(1e6*Math.random()),document.getElementById(n););return n},getSelectorFromElement:function(n){var t=n.getAttribute("data-target");t&&"#"!==t||(t=n.getAttribute("href")||"");try{return document.querySelector(t)?t:null}catch(n){return null}},getTransitionDurationFromElement:function(t){if(!t)return 0;var i=n(t).css("transition-duration");return parseFloat(i)?(i=i.split(",")[0],1e3*parseFloat(i)):0},reflow:function(n){return n.offsetHeight},triggerTransitionEnd:function(t){n(t).trigger(i)},supportsTransitionEnd:function(){return Boolean(i)},isElement:function(n){return(n[0]||n).nodeType},typeCheckConfig:function(n,i,r){var u,s;for(u in r)if(Object.prototype.hasOwnProperty.call(r,u)){var e=r[u],f=i[u],o=f&&t.isElement(f)?"element":(s=f,{}.toString.call(s).match(/\s([a-z]+)/i)[1].toLowerCase());if(!new RegExp(e).test(o))throw new Error(n.toUpperCase()+': Option "'+u+'" provided type "'+o+'" but expected type "'+e+'".');}}};return n.fn.emulateTransitionEnd=r,n.event.special[t.TRANSITION_END]={bindType:i,delegateType:i,handle:function(t){if(n(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}},t}(t),bh=(dt="alert",or="."+(er="bs.alert"),sf=(y=t).fn[dt],sr={CLOSE:"close"+or,CLOSED:"closed"+or,CLICK_DATA_API:"click"+or+".data-api"},hf="alert",cf="fade",lf="show",ht=function(){function n(n){this._element=n}var t=n.prototype;return t.close=function(n){var t=this._element;n&&(t=this._getRootElement(n));this._triggerCloseEvent(t).isDefaultPrevented()||this._removeElement(t)},t.dispose=function(){y.removeData(this._element,er);this._element=null},t._getRootElement=function(n){var i=f.getSelectorFromElement(n),t=!1;return i&&(t=document.querySelector(i)),t||(t=y(n).closest("."+hf)[0]),t},t._triggerCloseEvent=function(n){var t=y.Event(sr.CLOSE);return y(n).trigger(t),t},t._removeElement=function(n){var i=this,t;(y(n).removeClass(lf),y(n).hasClass(cf))?(t=f.getTransitionDurationFromElement(n),y(n).one(f.TRANSITION_END,function(t){return i._destroyElement(n,t)}).emulateTransitionEnd(t)):this._destroyElement(n)},t._destroyElement=function(n){y(n).detach().trigger(sr.CLOSED).remove()},n._jQueryInterface=function(t){return this.each(function(){var r=y(this),i=r.data(er);i||(i=new n(this),r.data(er,i));"close"===t&&i[t](this)})},n._handleDismiss=function(n){return function(t){t&&t.preventDefault();n.close(this)}},g(n,null,[{key:"VERSION",get:function(){return"4.1.3"}}]),n}(),y(document).on(sr.CLICK_DATA_API,'[data-dismiss="alert"]',ht._handleDismiss(new ht)),y.fn[dt]=ht._jQueryInterface,y.fn[dt].Constructor=ht,y.fn[dt].noConflict=function(){return y.fn[dt]=sf,ht._jQueryInterface},ht),kh=(gt="button",cr="."+(hr="bs.button"),lr=".data-api",af=(l=t).fn[gt],ni="active",vf="btn",ou='[data-toggle^="button"]',pf='[data-toggle="buttons"]',wf="input",bf=".active",su=".btn",hu={CLICK_DATA_API:"click"+cr+lr,FOCUS_BLUR_DATA_API:(yf="focus")+cr+lr+" blur"+cr+lr},ti=function(){function n(n){this._element=n}var t=n.prototype;return t.toggle=function(){var i=!0,u=!0,t=l(this._element).closest(pf)[0],n,r;if(t&&(n=this._element.querySelector(wf),n)){if("radio"===n.type&&(n.checked&&this._element.classList.contains(ni)?i=!1:(r=t.querySelector(bf),r&&l(r).removeClass(ni))),i){if(n.hasAttribute("disabled")||t.hasAttribute("disabled")||n.classList.contains("disabled")||t.classList.contains("disabled"))return;n.checked=!this._element.classList.contains(ni);l(n).trigger("change")}n.focus();u=!1}u&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(ni));i&&l(this._element).toggleClass(ni)},t.dispose=function(){l.removeData(this._element,hr);this._element=null},n._jQueryInterface=function(t){return this.each(function(){var i=l(this).data(hr);i||(i=new n(this),l(this).data(hr,i));"toggle"===t&&i[t]()})},g(n,null,[{key:"VERSION",get:function(){return"4.1.3"}}]),n}(),l(document).on(hu.CLICK_DATA_API,ou,function(n){n.preventDefault();var t=n.target;l(t).hasClass(vf)||(t=l(t).closest(su));ti._jQueryInterface.call(l(t),"toggle")}).on(hu.FOCUS_BLUR_DATA_API,ou,function(n){var t=l(n.target).closest(su)[0];l(t).toggleClass(yf,/^focus(in)?$/.test(n.type))}),l.fn[gt]=ti._jQueryInterface,l.fn[gt].Constructor=ti,l.fn[gt].noConflict=function(){return l.fn[gt]=af,ti._jQueryInterface},ti),dh=(ct="carousel",nt="."+(pi="bs.carousel"),cu=".data-api",kf=(e=t).fn[ct],ar={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},df={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},wi="next",bi="prev",gf="left",ne="right",tt={SLIDE:"slide"+nt,SLID:"slid"+nt,KEYDOWN:"keydown"+nt,MOUSEENTER:"mouseenter"+nt,MOUSELEAVE:"mouseleave"+nt,TOUCHEND:"touchend"+nt,LOAD_DATA_API:"load"+nt+cu,CLICK_DATA_API:"click"+nt+cu},te="carousel",ut="active",ie="slide",re="carousel-item-right",ue="carousel-item-left",fe="carousel-item-next",ee="carousel-item-prev",oe=".active",vr=".active.carousel-item",se=".carousel-item",he=".carousel-item-next, .carousel-item-prev",ce=".carousel-indicators",le="[data-slide], [data-slide-to]",ae='[data-ride="carousel"]',lt=function(){function t(n,t){this._items=null;this._interval=null;this._activeElement=null;this._isPaused=!1;this._isSliding=!1;this.touchTimeout=null;this._config=this._getConfig(t);this._element=e(n)[0];this._indicatorsElement=this._element.querySelector(ce);this._addEventListeners()}var n=t.prototype;return n.next=function(){this._isSliding||this._slide(wi)},n.nextWhenVisible=function(){!document.hidden&&e(this._element).is(":visible")&&"hidden"!==e(this._element).css("visibility")&&this.next()},n.prev=function(){this._isSliding||this._slide(bi)},n.pause=function(n){n||(this._isPaused=!0);this._element.querySelector(he)&&(f.triggerTransitionEnd(this._element),this.cycle(!0));clearInterval(this._interval);this._interval=null},n.cycle=function(n){n||(this._isPaused=!1);this._interval&&(clearInterval(this._interval),this._interval=null);this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},n.to=function(n){var r=this,t,i;if(this._activeElement=this._element.querySelector(vr),t=this._getItemIndex(this._activeElement),!(n>this._items.length-1||n<0))if(this._isSliding)e(this._element).one(tt.SLID,function(){return r.to(n)});else{if(t===n)return this.pause(),void this.cycle();i=t<n?wi:bi;this._slide(i,this._items[n])}},n.dispose=function(){e(this._element).off(nt);e.removeData(this._element,pi);this._items=null;this._config=null;this._element=null;this._interval=null;this._isPaused=null;this._isSliding=null;this._activeElement=null;this._indicatorsElement=null},n._getConfig=function(n){return n=v({},ar,n),f.typeCheckConfig(ct,n,df),n},n._addEventListeners=function(){var n=this;this._config.keyboard&&e(this._element).on(tt.KEYDOWN,function(t){return n._keydown(t)});"hover"===this._config.pause&&(e(this._element).on(tt.MOUSEENTER,function(t){return n.pause(t)}).on(tt.MOUSELEAVE,function(t){return n.cycle(t)}),"ontouchstart"in document.documentElement&&e(this._element).on(tt.TOUCHEND,function(){n.pause();n.touchTimeout&&clearTimeout(n.touchTimeout);n.touchTimeout=setTimeout(function(t){return n.cycle(t)},500+n._config.interval)}))},n._keydown=function(n){if(!/input|textarea/i.test(n.target.tagName))switch(n.which){case 37:n.preventDefault();this.prev();break;case 39:n.preventDefault();this.next()}},n._getItemIndex=function(n){return this._items=n&&n.parentNode?[].slice.call(n.parentNode.querySelectorAll(se)):[],this._items.indexOf(n)},n._getItemByDirection=function(n,t){var u=n===wi,f=n===bi,i=this._getItemIndex(t),e=this._items.length-1,r;return(f&&0===i||u&&i===e)&&!this._config.wrap?t:(r=(i+(n===bi?-1:1))%this._items.length,-1===r?this._items[this._items.length-1]:this._items[r])},n._triggerSlideEvent=function(n,t){var r=this._getItemIndex(n),u=this._getItemIndex(this._element.querySelector(vr)),i=e.Event(tt.SLIDE,{relatedTarget:n,direction:t,from:u,to:r});return e(this._element).trigger(i),i},n._setActiveIndicatorElement=function(n){var i,t;this._indicatorsElement&&(i=[].slice.call(this._indicatorsElement.querySelectorAll(oe)),e(i).removeClass(ut),t=this._indicatorsElement.children[this._getItemIndex(n)],t&&e(t).addClass(ut))},n._slide=function(n,t){var u,o,s,c=this,r=this._element.querySelector(vr),v=this._getItemIndex(r),i=t||r&&this._getItemByDirection(n,r),y=this._getItemIndex(i),l=Boolean(this._interval),h,a;(n===wi?(u=ue,o=fe,s=gf):(u=re,o=ee,s=ne),i&&e(i).hasClass(ut))?this._isSliding=!1:!this._triggerSlideEvent(i,s).isDefaultPrevented()&&r&&i&&(this._isSliding=!0,l&&this.pause(),this._setActiveIndicatorElement(i),h=e.Event(tt.SLID,{relatedTarget:i,direction:s,from:v,to:y}),e(this._element).hasClass(ie)?(e(i).addClass(o),f.reflow(i),e(r).addClass(u),e(i).addClass(u),a=f.getTransitionDurationFromElement(r),e(r).one(f.TRANSITION_END,function(){e(i).removeClass(u+" "+o).addClass(ut);e(r).removeClass(ut+" "+o+" "+u);c._isSliding=!1;setTimeout(function(){return e(c._element).trigger(h)},0)}).emulateTransitionEnd(a)):(e(r).removeClass(ut),e(i).addClass(ut),this._isSliding=!1,e(this._element).trigger(h)),l&&this.cycle())},t._jQueryInterface=function(n){return this.each(function(){var i=e(this).data(pi),r=v({},ar,e(this).data()),u;if("object"==typeof n&&(r=v({},r,n)),u="string"==typeof n?n:r.slide,i||(i=new t(this,r),e(this).data(pi,i)),"number"==typeof n)i.to(n);else if("string"==typeof u){if("undefined"==typeof i[u])throw new TypeError('No method named "'+u+'"');i[u]()}else r.interval&&(i.pause(),i.cycle())})},t._dataApiClickHandler=function(n){var o=f.getSelectorFromElement(this),i,u,r;o&&(i=e(o)[0],i&&e(i).hasClass(te)&&(u=v({},e(i).data(),e(this).data()),r=this.getAttribute("data-slide-to"),r&&(u.interval=!1),t._jQueryInterface.call(e(i),u),r&&e(i).data(pi).to(r),n.preventDefault()))},g(t,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return ar}}]),t}(),e(document).on(tt.CLICK_DATA_API,le,lt._dataApiClickHandler),e(window).on(tt.LOAD_DATA_API,function(){for(var t,i=[].slice.call(document.querySelectorAll(ae)),n=0,r=i.length;n<r;n++)t=e(i[n]),lt._jQueryInterface.call(t,t.data())}),e.fn[ct]=lt._jQueryInterface,e.fn[ct].Constructor=lt,e.fn[ct].noConflict=function(){return e.fn[ct]=kf,lt._jQueryInterface},lt),gh=(at="collapse",ii="."+(vt="bs.collapse"),ve=(s=t).fn[at],yr={toggle:!0,parent:""},ye={toggle:"boolean",parent:"(string|element)"},ri={SHOW:"show"+ii,SHOWN:"shown"+ii,HIDE:"hide"+ii,HIDDEN:"hidden"+ii,CLICK_DATA_API:"click"+ii+".data-api"},ft="show",ki="collapse",di="collapsing",pr="collapsed",lu="width",pe="height",we=".show, .collapsing",au='[data-toggle="collapse"]',ui=function(){function t(n,t){this._isTransitioning=!1;this._element=n;this._config=this._getConfig(t);this._triggerArray=s.makeArray(document.querySelectorAll('[data-toggle="collapse"][href="#'+n.id+'"],[data-toggle="collapse"][data-target="#'+n.id+'"]'));for(var u=[].slice.call(document.querySelectorAll(au)),i=0,o=u.length;i<o;i++){var e=u[i],r=f.getSelectorFromElement(e),h=[].slice.call(document.querySelectorAll(r)).filter(function(t){return t===n});null!==r&&0<h.length&&(this._selector=r,this._triggerArray.push(e))}this._parent=this._config.parent?this._getParent():null;this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray);this._config.toggle&&this.toggle()}var n=t.prototype;return n.toggle=function(){s(this._element).hasClass(ft)?this.hide():this.show()},n.show=function(){var n,u,r=this,e,i,o,h;this._isTransitioning||s(this._element).hasClass(ft)||(this._parent&&0===(n=[].slice.call(this._parent.querySelectorAll(we)).filter(function(n){return n.getAttribute("data-parent")===r._config.parent})).length&&(n=null),n&&(u=s(n).not(this._selector).data(vt))&&u._isTransitioning)||(e=s.Event(ri.SHOW),(s(this._element).trigger(e),e.isDefaultPrevented())||(n&&(t._jQueryInterface.call(s(n).not(this._selector),"hide"),u||s(n).data(vt,null)),i=this._getDimension(),s(this._element).removeClass(ki).addClass(di),this._element.style[i]=0,this._triggerArray.length&&s(this._triggerArray).removeClass(pr).attr("aria-expanded",!0),this.setTransitioning(!0),o="scroll"+(i[0].toUpperCase()+i.slice(1)),h=f.getTransitionDurationFromElement(this._element),s(this._element).one(f.TRANSITION_END,function(){s(r._element).removeClass(di).addClass(ki).addClass(ft);r._element.style[i]="";r.setTransitioning(!1);s(r._element).trigger(ri.SHOWN)}).emulateTransitionEnd(h),this._element.style[i]=this._element[o]+"px"))},n.hide=function(){var o=this,i,n,r,t,u,e,h;if(!this._isTransitioning&&s(this._element).hasClass(ft)&&(i=s.Event(ri.HIDE),s(this._element).trigger(i),!i.isDefaultPrevented())){if(n=this._getDimension(),this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",f.reflow(this._element),s(this._element).addClass(di).removeClass(ki).removeClass(ft),r=this._triggerArray.length,0<r)for(t=0;t<r;t++)u=this._triggerArray[t],e=f.getSelectorFromElement(u),null!==e&&(s([].slice.call(document.querySelectorAll(e))).hasClass(ft)||s(u).addClass(pr).attr("aria-expanded",!1));this.setTransitioning(!0);this._element.style[n]="";h=f.getTransitionDurationFromElement(this._element);s(this._element).one(f.TRANSITION_END,function(){o.setTransitioning(!1);s(o._element).removeClass(di).addClass(ki).trigger(ri.HIDDEN)}).emulateTransitionEnd(h)}},n.setTransitioning=function(n){this._isTransitioning=n},n.dispose=function(){s.removeData(this._element,vt);this._config=null;this._parent=null;this._element=null;this._triggerArray=null;this._isTransitioning=null},n._getConfig=function(n){return(n=v({},yr,n)).toggle=Boolean(n.toggle),f.typeCheckConfig(at,n,ye),n},n._getDimension=function(){return s(this._element).hasClass(lu)?lu:pe},n._getParent=function(){var u=this,n=null,i,r;return f.isElement(this._config.parent)?(n=this._config.parent,"undefined"!=typeof this._config.parent.jquery&&(n=this._config.parent[0])):n=document.querySelector(this._config.parent),i='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',r=[].slice.call(n.querySelectorAll(i)),s(r).each(function(n,i){u._addAriaAndCollapsedClass(t._getTargetFromElement(i),[i])}),n},n._addAriaAndCollapsedClass=function(n,t){if(n){var i=s(n).hasClass(ft);t.length&&s(t).toggleClass(pr,!i).attr("aria-expanded",i)}},t._getTargetFromElement=function(n){var t=f.getSelectorFromElement(n);return t?document.querySelector(t):null},t._jQueryInterface=function(n){return this.each(function(){var r=s(this),i=r.data(vt),u=v({},yr,r.data(),"object"==typeof n&&n?n:{});if(!i&&u.toggle&&/show|hide/.test(n)&&(u.toggle=!1),i||(i=new t(this,u),r.data(vt,i)),"string"==typeof n){if("undefined"==typeof i[n])throw new TypeError('No method named "'+n+'"');i[n]()}})},g(t,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return yr}}]),t}(),s(document).on(ri.CLICK_DATA_API,au,function(n){"A"===n.currentTarget.tagName&&n.preventDefault();var t=s(this),i=f.getSelectorFromElement(this),r=[].slice.call(document.querySelectorAll(i));s(r).each(function(){var n=s(this),i=n.data(vt)?"toggle":t.data();ui._jQueryInterface.call(n,i)})}),s.fn[at]=ui._jQueryInterface,s.fn[at].Constructor=ui,s.fn[at].noConflict=function(){return s.fn[at]=ve,ui._jQueryInterface},ui),nc=(yt="dropdown",it="."+(gi="bs.dropdown"),wr=".data-api",be=(o=t).fn[yt],ke=new RegExp("38|40|27"),w={HIDE:"hide"+it,HIDDEN:"hidden"+it,SHOW:"show"+it,SHOWN:"shown"+it,CLICK:"click"+it,CLICK_DATA_API:"click"+it+wr,KEYDOWN_DATA_API:"keydown"+it+wr,KEYUP_DATA_API:"keyup"+it+wr},vu="disabled",et="show",de="dropup",ge="dropright",no="dropleft",yu="dropdown-menu-right",to="position-static",nr='[data-toggle="dropdown"]',io=".dropdown form",br=".dropdown-menu",ro=".navbar-nav",uo=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",fo="top-start",eo="top-end",oo="bottom-start",so="bottom-end",ho="right-start",co="left-start",lo={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic"},ao={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string"},rt=function(){function n(n,t){this._element=n;this._popper=null;this._config=this._getConfig(t);this._menu=this._getMenuElement();this._inNavbar=this._detectNavbar();this._addEventListeners()}var t=n.prototype;return t.toggle=function(){var t,s,u,e,r;if(!this._element.disabled&&!o(this._element).hasClass(vu)&&(t=n._getParentFromElement(this._element),s=o(this._menu).hasClass(et),(n._clearMenus(),!s)&&(u={relatedTarget:this._element},e=o.Event(w.SHOW,u),o(t).trigger(e),!e.isDefaultPrevented()))){if(!this._inNavbar){if("undefined"==typeof i)throw new TypeError("Bootstrap dropdown require Popper.js (https://popper.js.org)");r=this._element;"parent"===this._config.reference?r=t:f.isElement(this._config.reference)&&(r=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(r=this._config.reference[0]));"scrollParent"!==this._config.boundary&&o(t).addClass(to);this._popper=new i(r,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===o(t).closest(ro).length&&o(document.body).children().on("mouseover",null,o.noop);this._element.focus();this._element.setAttribute("aria-expanded",!0);o(this._menu).toggleClass(et);o(t).toggleClass(et).trigger(o.Event(w.SHOWN,u))}},t.dispose=function(){o.removeData(this._element,gi);o(this._element).off(it);this._element=null;(this._menu=null)!==this._popper&&(this._popper.destroy(),this._popper=null)},t.update=function(){this._inNavbar=this._detectNavbar();null!==this._popper&&this._popper.scheduleUpdate()},t._addEventListeners=function(){var n=this;o(this._element).on(w.CLICK,function(t){t.preventDefault();t.stopPropagation();n.toggle()})},t._getConfig=function(n){return n=v({},this.constructor.Default,o(this._element).data(),n),f.typeCheckConfig(yt,n,this.constructor.DefaultType),n},t._getMenuElement=function(){if(!this._menu){var t=n._getParentFromElement(this._element);t&&(this._menu=t.querySelector(br))}return this._menu},t._getPlacement=function(){var t=o(this._element.parentNode),n=oo;return t.hasClass(de)?(n=fo,o(this._menu).hasClass(yu)&&(n=eo)):t.hasClass(ge)?n=ho:t.hasClass(no)?n=co:o(this._menu).hasClass(yu)&&(n=so),n},t._detectNavbar=function(){return 0<o(this._element).closest(".navbar").length},t._getPopperConfig=function(){var i=this,n={},t;return"function"==typeof this._config.offset?n.fn=function(n){return n.offsets=v({},n.offsets,i._config.offset(n.offsets)||{}),n}:n.offset=this._config.offset,t={placement:this._getPlacement(),modifiers:{offset:n,flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}},"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),t},n._jQueryInterface=function(t){return this.each(function(){var i=o(this).data(gi);if(i||(i=new n(this,"object"==typeof t?t:null),o(this).data(gi,i)),"string"==typeof t){if("undefined"==typeof i[t])throw new TypeError('No method named "'+t+'"');i[t]()}})},n._clearMenus=function(t){var h,e;if(!t||3!==t.which&&("keyup"!==t.type||9===t.which))for(var r=[].slice.call(document.querySelectorAll(nr)),i=0,c=r.length;i<c;i++){var u=n._getParentFromElement(r[i]),s=o(r[i]).data(gi),f={relatedTarget:r[i]};(t&&"click"===t.type&&(f.clickEvent=t),s)&&(h=s._menu,!o(u).hasClass(et)||t&&("click"===t.type&&/input|textarea/i.test(t.target.tagName)||"keyup"===t.type&&9===t.which)&&o.contains(u,t.target)||(e=o.Event(w.HIDE,f),o(u).trigger(e),e.isDefaultPrevented()||("ontouchstart"in document.documentElement&&o(document.body).children().off("mouseover",null,o.noop),r[i].setAttribute("aria-expanded","false"),o(h).removeClass(et),o(u).removeClass(et).trigger(o.Event(w.HIDDEN,f)))))}},n._getParentFromElement=function(n){var t,i=f.getSelectorFromElement(n);return i&&(t=document.querySelector(i)),t||n.parentNode},n._dataApiKeydownHandler=function(t){var u,f,r,i,e;(/input|textarea/i.test(t.target.tagName)?32===t.which||27!==t.which&&(40!==t.which&&38!==t.which||o(t.target).closest(br).length):!ke.test(t.which))||(t.preventDefault(),t.stopPropagation(),this.disabled||o(this).hasClass(vu))||(u=n._getParentFromElement(this),f=o(u).hasClass(et),(f||27===t.which&&32===t.which)&&(!f||27!==t.which&&32!==t.which)?(r=[].slice.call(u.querySelectorAll(uo)),0!==r.length&&(i=r.indexOf(t.target),38===t.which&&0<i&&i--,40===t.which&&i<r.length-1&&i++,i<0&&(i=0),r[i].focus())):(27===t.which&&(e=u.querySelector(nr),o(e).trigger("focus")),o(this).trigger("click")))},g(n,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return lo}},{key:"DefaultType",get:function(){return ao}}]),n}(),o(document).on(w.KEYDOWN_DATA_API,nr,rt._dataApiKeydownHandler).on(w.KEYDOWN_DATA_API,br,rt._dataApiKeydownHandler).on(w.CLICK_DATA_API+" "+w.KEYUP_DATA_API,rt._clearMenus).on(w.CLICK_DATA_API,nr,function(n){n.preventDefault();n.stopPropagation();rt._jQueryInterface.call(o(this),"toggle")}).on(w.CLICK_DATA_API,io,function(n){n.stopPropagation()}),o.fn[yt]=rt._jQueryInterface,o.fn[yt].Constructor=rt,o.fn[yt].noConflict=function(){return o.fn[yt]=be,rt._jQueryInterface},rt),tc=(pt="modal",p="."+(tr="bs.modal"),vo=(r=t).fn[pt],kr={backdrop:!0,keyboard:!0,focus:!0,show:!0},yo={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},c={HIDE:"hide"+p,HIDDEN:"hidden"+p,SHOW:"show"+p,SHOWN:"shown"+p,FOCUSIN:"focusin"+p,RESIZE:"resize"+p,CLICK_DISMISS:"click.dismiss"+p,KEYDOWN_DISMISS:"keydown.dismiss"+p,MOUSEUP_DISMISS:"mouseup.dismiss"+p,MOUSEDOWN_DISMISS:"mousedown.dismiss"+p,CLICK_DATA_API:"click"+p+".data-api"},po="modal-scrollbar-measure",wo="modal-backdrop",pu="modal-open",wt="fade",ir="show",bo=".modal-dialog",ko='[data-toggle="modal"]',go='[data-dismiss="modal"]',wu=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",bu=".sticky-top",fi=function(){function t(n,t){this._config=this._getConfig(t);this._element=n;this._dialog=n.querySelector(bo);this._backdrop=null;this._isShown=!1;this._isBodyOverflowing=!1;this._ignoreBackdropClick=!1;this._scrollbarWidth=0}var n=t.prototype;return n.toggle=function(n){return this._isShown?this.hide():this.show(n)},n.show=function(n){var t=this,i;this._isTransitioning||this._isShown||(r(this._element).hasClass(wt)&&(this._isTransitioning=!0),i=r.Event(c.SHOW,{relatedTarget:n}),r(this._element).trigger(i),this._isShown||i.isDefaultPrevented()||(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),r(document.body).addClass(pu),this._setEscapeEvent(),this._setResizeEvent(),r(this._element).on(c.CLICK_DISMISS,go,function(n){return t.hide(n)}),r(this._dialog).on(c.MOUSEDOWN_DISMISS,function(){r(t._element).one(c.MOUSEUP_DISMISS,function(n){r(n.target).is(t._element)&&(t._ignoreBackdropClick=!0)})}),this._showBackdrop(function(){return t._showElement(n)})))},n.hide=function(n){var e=this,t,i,u;(n&&n.preventDefault(),!this._isTransitioning&&this._isShown)&&(t=r.Event(c.HIDE),(r(this._element).trigger(t),this._isShown&&!t.isDefaultPrevented())&&(this._isShown=!1,i=r(this._element).hasClass(wt),(i&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),r(document).off(c.FOCUSIN),r(this._element).removeClass(ir),r(this._element).off(c.CLICK_DISMISS),r(this._dialog).off(c.MOUSEDOWN_DISMISS),i)?(u=f.getTransitionDurationFromElement(this._element),r(this._element).one(f.TRANSITION_END,function(n){return e._hideModal(n)}).emulateTransitionEnd(u)):this._hideModal()))},n.dispose=function(){r.removeData(this._element,tr);r(window,document,this._element,this._backdrop).off(p);this._config=null;this._element=null;this._dialog=null;this._backdrop=null;this._isShown=null;this._isBodyOverflowing=null;this._ignoreBackdropClick=null;this._scrollbarWidth=null},n.handleUpdate=function(){this._adjustDialog()},n._getConfig=function(n){return n=v({},kr,n),f.typeCheckConfig(pt,n,yo),n},n._showElement=function(n){var t=this,u=r(this._element).hasClass(wt),e,i,o;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element);this._element.style.display="block";this._element.removeAttribute("aria-hidden");this._element.scrollTop=0;u&&f.reflow(this._element);r(this._element).addClass(ir);this._config.focus&&this._enforceFocus();e=r.Event(c.SHOWN,{relatedTarget:n});i=function(){t._config.focus&&t._element.focus();t._isTransitioning=!1;r(t._element).trigger(e)};u?(o=f.getTransitionDurationFromElement(this._element),r(this._dialog).one(f.TRANSITION_END,i).emulateTransitionEnd(o)):i()},n._enforceFocus=function(){var n=this;r(document).off(c.FOCUSIN).on(c.FOCUSIN,function(t){document!==t.target&&n._element!==t.target&&0===r(n._element).has(t.target).length&&n._element.focus()})},n._setEscapeEvent=function(){var n=this;this._isShown&&this._config.keyboard?r(this._element).on(c.KEYDOWN_DISMISS,function(t){27===t.which&&(t.preventDefault(),n.hide())}):this._isShown||r(this._element).off(c.KEYDOWN_DISMISS)},n._setResizeEvent=function(){var n=this;this._isShown?r(window).on(c.RESIZE,function(t){return n.handleUpdate(t)}):r(window).off(c.RESIZE)},n._hideModal=function(){var n=this;this._element.style.display="none";this._element.setAttribute("aria-hidden",!0);this._isTransitioning=!1;this._showBackdrop(function(){r(document.body).removeClass(pu);n._resetAdjustments();n._resetScrollbar();r(n._element).trigger(c.HIDDEN)})},n._removeBackdrop=function(){this._backdrop&&(r(this._backdrop).remove(),this._backdrop=null)},n._showBackdrop=function(n){var t=this,i=r(this._element).hasClass(wt)?wt:"",e,u,o;if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className=wo,i&&this._backdrop.classList.add(i),r(this._backdrop).appendTo(document.body),r(this._element).on(c.CLICK_DISMISS,function(n){t._ignoreBackdropClick?t._ignoreBackdropClick=!1:n.target===n.currentTarget&&("static"===t._config.backdrop?t._element.focus():t.hide())}),i&&f.reflow(this._backdrop),r(this._backdrop).addClass(ir),!n)return;if(!i)return void n();e=f.getTransitionDurationFromElement(this._backdrop);r(this._backdrop).one(f.TRANSITION_END,n).emulateTransitionEnd(e)}else!this._isShown&&this._backdrop?(r(this._backdrop).removeClass(ir),u=function(){t._removeBackdrop();n&&n()},r(this._element).hasClass(wt)?(o=f.getTransitionDurationFromElement(this._backdrop),r(this._backdrop).one(f.TRANSITION_END,u).emulateTransitionEnd(o)):u()):n&&n()},n._adjustDialog=function(){var n=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&n&&(this._element.style.paddingLeft=this._scrollbarWidth+"px");this._isBodyOverflowing&&!n&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},n._resetAdjustments=function(){this._element.style.paddingLeft="";this._element.style.paddingRight=""},n._checkScrollbar=function(){var n=document.body.getBoundingClientRect();this._isBodyOverflowing=n.left+n.right<window.innerWidth;this._scrollbarWidth=this._getScrollbarWidth()},n._setScrollbar=function(){var n=this,t,i,u,f;this._isBodyOverflowing&&(t=[].slice.call(document.querySelectorAll(wu)),i=[].slice.call(document.querySelectorAll(bu)),r(t).each(function(t,i){var u=i.style.paddingRight,f=r(i).css("padding-right");r(i).data("padding-right",u).css("padding-right",parseFloat(f)+n._scrollbarWidth+"px")}),r(i).each(function(t,i){var u=i.style.marginRight,f=r(i).css("margin-right");r(i).data("margin-right",u).css("margin-right",parseFloat(f)-n._scrollbarWidth+"px")}),u=document.body.style.paddingRight,f=r(document.body).css("padding-right"),r(document.body).data("padding-right",u).css("padding-right",parseFloat(f)+this._scrollbarWidth+"px"))},n._resetScrollbar=function(){var i=[].slice.call(document.querySelectorAll(wu)),n,t;r(i).each(function(n,t){var i=r(t).data("padding-right");r(t).removeData("padding-right");t.style.paddingRight=i||""});n=[].slice.call(document.querySelectorAll(""+bu));r(n).each(function(n,t){var i=r(t).data("margin-right");"undefined"!=typeof i&&r(t).css("margin-right",i).removeData("margin-right")});t=r(document.body).data("padding-right");r(document.body).removeData("padding-right");document.body.style.paddingRight=t||""},n._getScrollbarWidth=function(){var n=document.createElement("div"),t;return n.className=po,document.body.appendChild(n),t=n.getBoundingClientRect().width-n.clientWidth,document.body.removeChild(n),t},t._jQueryInterface=function(n,i){return this.each(function(){var u=r(this).data(tr),f=v({},kr,r(this).data(),"object"==typeof n&&n?n:{});if(u||(u=new t(this,f),r(this).data(tr,u)),"string"==typeof n){if("undefined"==typeof u[n])throw new TypeError('No method named "'+n+'"');u[n](i)}else f.show&&u.show(i)})},g(t,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return kr}}]),t}(),r(document).on(c.CLICK_DATA_API,ko,function(n){var t,i=this,u=f.getSelectorFromElement(this),e,o;u&&(t=document.querySelector(u));e=r(t).data(tr)?"toggle":v({},r(t).data(),r(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||n.preventDefault();o=r(t).one(c.SHOW,function(n){n.isDefaultPrevented()||o.one(c.HIDDEN,function(){r(i).is(":visible")&&i.focus()})});fi._jQueryInterface.call(r(t),e,this)}),r.fn[pt]=fi._jQueryInterface,r.fn[pt].Constructor=fi,r.fn[pt].noConflict=function(){return r.fn[pt]=vo,fi._jQueryInterface},fi),eu=(ot="tooltip",b="."+(dr="bs.tooltip"),ns=(u=t).fn[ot],ku="bs-tooltip",ts=new RegExp("(^|\\s)"+ku+"\\S+","g"),us={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"><\/div><div class="tooltip-inner"><\/div><\/div>',trigger:"hover focus",title:"",delay:0,html:!(rs={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"}),selector:!(is={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)"}),placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},gr="out",fs={HIDE:"hide"+b,HIDDEN:"hidden"+b,SHOW:(ei="show")+b,SHOWN:"shown"+b,INSERTED:"inserted"+b,CLICK:"click"+b,FOCUSIN:"focusin"+b,FOCUSOUT:"focusout"+b,MOUSEENTER:"mouseenter"+b,MOUSELEAVE:"mouseleave"+b},oi="fade",si="show",es=".tooltip-inner",os=".arrow",hi="hover",nu="focus",ss="click",hs="manual",rr=function(){function t(n,t){if("undefined"==typeof i)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0;this._timeout=0;this._hoverState="";this._activeTrigger={};this._popper=null;this.element=n;this.config=this._getConfig(t);this.tip=null;this._setListeners()}var n=t.prototype;return n.enable=function(){this._isEnabled=!0},n.disable=function(){this._isEnabled=!1},n.toggleEnabled=function(){this._isEnabled=!this._isEnabled},n.toggle=function(n){if(this._isEnabled)if(n){var i=this.constructor.DATA_KEY,t=u(n.currentTarget).data(i);t||(t=new this.constructor(n.currentTarget,this._getDelegateConfig()),u(n.currentTarget).data(i,t));t._activeTrigger.click=!t._activeTrigger.click;t._isWithActiveTrigger()?t._enter(null,t):t._leave(null,t)}else{if(u(this.getTipElement()).hasClass(si))return void this._leave(null,this);this._enter(null,this)}},n.dispose=function(){clearTimeout(this._timeout);u.removeData(this.element,this.constructor.DATA_KEY);u(this.element).off(this.constructor.EVENT_KEY);u(this.element).closest(".modal").off("hide.bs.modal");this.tip&&u(this.tip).remove();this._isEnabled=null;this._timeout=null;this._hoverState=null;(this._activeTrigger=null)!==this._popper&&this._popper.destroy();this._popper=null;this.element=null;this.config=null;this.tip=null},n.show=function(){var n=this,r,h,t,e,c,o,l,s,a;if("none"===u(this.element).css("display"))throw new Error("Please use show on visible elements");if(r=u.Event(this.constructor.Event.SHOW),this.isWithContent()&&this._isEnabled){if(u(this.element).trigger(r),h=u.contains(this.element.ownerDocument.documentElement,this.element),r.isDefaultPrevented()||!h)return;t=this.getTipElement();e=f.getUID(this.constructor.NAME);t.setAttribute("id",e);this.element.setAttribute("aria-describedby",e);this.setContent();this.config.animation&&u(t).addClass(oi);c="function"==typeof this.config.placement?this.config.placement.call(this,t,this.element):this.config.placement;o=this._getAttachment(c);this.addAttachmentClass(o);l=!1===this.config.container?document.body:u(document).find(this.config.container);u(t).data(this.constructor.DATA_KEY,this);u.contains(this.element.ownerDocument.documentElement,this.tip)||u(t).appendTo(l);u(this.element).trigger(this.constructor.Event.INSERTED);this._popper=new i(this.element,t,{placement:o,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:os},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&n._handlePopperPlacementChange(t)},onUpdate:function(t){n._handlePopperPlacementChange(t)}});u(t).addClass(si);"ontouchstart"in document.documentElement&&u(document.body).children().on("mouseover",null,u.noop);s=function(){n.config.animation&&n._fixTransition();var t=n._hoverState;n._hoverState=null;u(n.element).trigger(n.constructor.Event.SHOWN);t===gr&&n._leave(null,n)};u(this.tip).hasClass(oi)?(a=f.getTransitionDurationFromElement(this.tip),u(this.tip).one(f.TRANSITION_END,s).emulateTransitionEnd(a)):s()}},n.hide=function(n){var t=this,i=this.getTipElement(),r=u.Event(this.constructor.Event.HIDE),e=function(){t._hoverState!==ei&&i.parentNode&&i.parentNode.removeChild(i);t._cleanTipClass();t.element.removeAttribute("aria-describedby");u(t.element).trigger(t.constructor.Event.HIDDEN);null!==t._popper&&t._popper.destroy();n&&n()},o;(u(this.element).trigger(r),r.isDefaultPrevented())||((u(i).removeClass(si),"ontouchstart"in document.documentElement&&u(document.body).children().off("mouseover",null,u.noop),this._activeTrigger[ss]=!1,this._activeTrigger[nu]=!1,this._activeTrigger[hi]=!1,u(this.tip).hasClass(oi))?(o=f.getTransitionDurationFromElement(i),u(i).one(f.TRANSITION_END,e).emulateTransitionEnd(o)):e(),this._hoverState="")},n.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},n.isWithContent=function(){return Boolean(this.getTitle())},n.addAttachmentClass=function(n){u(this.getTipElement()).addClass(ku+"-"+n)},n.getTipElement=function(){return this.tip=this.tip||u(this.config.template)[0],this.tip},n.setContent=function(){var n=this.getTipElement();this.setElementContent(u(n.querySelectorAll(es)),this.getTitle());u(n).removeClass(oi+" "+si)},n.setElementContent=function(n,t){var i=this.config.html;"object"==typeof t&&(t.nodeType||t.jquery)?i?u(t).parent().is(n)||n.empty().append(t):n.text(u(t).text()):n[i?"html":"text"](t)},n.getTitle=function(){var n=this.element.getAttribute("data-original-title");return n||(n="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),n},n._getAttachment=function(n){return rs[n.toUpperCase()]},n._setListeners=function(){var n=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)u(n.element).on(n.constructor.Event.CLICK,n.config.selector,function(t){return n.toggle(t)});else if(t!==hs){var i=t===hi?n.constructor.Event.MOUSEENTER:n.constructor.Event.FOCUSIN,r=t===hi?n.constructor.Event.MOUSELEAVE:n.constructor.Event.FOCUSOUT;u(n.element).on(i,n.config.selector,function(t){return n._enter(t)}).on(r,n.config.selector,function(t){return n._leave(t)})}u(n.element).closest(".modal").on("hide.bs.modal",function(){return n.hide()})});this.config.selector?this.config=v({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},n._fixTitle=function(){var n=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==n)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},n._enter=function(n,t){var i=this.constructor.DATA_KEY;(t=t||u(n.currentTarget).data(i))||(t=new this.constructor(n.currentTarget,this._getDelegateConfig()),u(n.currentTarget).data(i,t));n&&(t._activeTrigger["focusin"===n.type?nu:hi]=!0);u(t.getTipElement()).hasClass(si)||t._hoverState===ei?t._hoverState=ei:(clearTimeout(t._timeout),t._hoverState=ei,t.config.delay&&t.config.delay.show?t._timeout=setTimeout(function(){t._hoverState===ei&&t.show()},t.config.delay.show):t.show())},n._leave=function(n,t){var i=this.constructor.DATA_KEY;(t=t||u(n.currentTarget).data(i))||(t=new this.constructor(n.currentTarget,this._getDelegateConfig()),u(n.currentTarget).data(i,t));n&&(t._activeTrigger["focusout"===n.type?nu:hi]=!1);t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState=gr,t.config.delay&&t.config.delay.hide?t._timeout=setTimeout(function(){t._hoverState===gr&&t.hide()},t.config.delay.hide):t.hide())},n._isWithActiveTrigger=function(){for(var n in this._activeTrigger)if(this._activeTrigger[n])return!0;return!1},n._getConfig=function(n){return"number"==typeof(n=v({},this.constructor.Default,u(this.element).data(),"object"==typeof n&&n?n:{})).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),f.typeCheckConfig(ot,n,this.constructor.DefaultType),n},n._getDelegateConfig=function(){var t={},n;if(this.config)for(n in this.config)this.constructor.Default[n]!==this.config[n]&&(t[n]=this.config[n]);return t},n._cleanTipClass=function(){var t=u(this.getTipElement()),n=t.attr("class").match(ts);null!==n&&n.length&&t.removeClass(n.join(""))},n._handlePopperPlacementChange=function(n){var t=n.instance;this.tip=t.popper;this._cleanTipClass();this.addAttachmentClass(this._getAttachment(n.placement))},n._fixTransition=function(){var n=this.getTipElement(),t=this.config.animation;null===n.getAttribute("x-placement")&&(u(n).removeClass(oi),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},t._jQueryInterface=function(n){return this.each(function(){var i=u(this).data(dr),r="object"==typeof n&&n;if((i||!/dispose|hide/.test(n))&&(i||(i=new t(this,r),u(this).data(dr,i)),"string"==typeof n)){if("undefined"==typeof i[n])throw new TypeError('No method named "'+n+'"');i[n]()}})},g(t,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return us}},{key:"NAME",get:function(){return ot}},{key:"DATA_KEY",get:function(){return dr}},{key:"Event",get:function(){return fs}},{key:"EVENT_KEY",get:function(){return b}},{key:"DefaultType",get:function(){return is}}]),t}(),u.fn[ot]=rr._jQueryInterface,u.fn[ot].Constructor=rr,u.fn[ot].noConflict=function(){return u.fn[ot]=ns,rr._jQueryInterface},rr),ic=(bt="popover",k="."+(tu="bs.popover"),cs=(d=t).fn[bt],du="bs-popover",ls=new RegExp("(^|\\s)"+du+"\\S+","g"),as=v({},eu.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"><\/div><h3 class="popover-header"><\/h3><div class="popover-body"><\/div><\/div>'}),vs=v({},eu.DefaultType,{content:"(string|element|function)"}),ys="fade",ws=".popover-header",bs=".popover-body",ks={HIDE:"hide"+k,HIDDEN:"hidden"+k,SHOW:(ps="show")+k,SHOWN:"shown"+k,INSERTED:"inserted"+k,CLICK:"click"+k,FOCUSIN:"focusin"+k,FOCUSOUT:"focusout"+k,MOUSEENTER:"mouseenter"+k,MOUSELEAVE:"mouseleave"+k},ur=function(n){function i(){return n.apply(this,arguments)||this}var r,u,t;return u=n,(r=i).prototype=Object.create(u.prototype),(r.prototype.constructor=r).__proto__=u,t=i.prototype,t.isWithContent=function(){return this.getTitle()||this._getContent()},t.addAttachmentClass=function(n){d(this.getTipElement()).addClass(du+"-"+n)},t.getTipElement=function(){return this.tip=this.tip||d(this.config.template)[0],this.tip},t.setContent=function(){var t=d(this.getTipElement()),n;this.setElementContent(t.find(ws),this.getTitle());n=this._getContent();"function"==typeof n&&(n=n.call(this.element));this.setElementContent(t.find(bs),n);t.removeClass(ys+" "+ps)},t._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},t._cleanTipClass=function(){var t=d(this.getTipElement()),n=t.attr("class").match(ls);null!==n&&0<n.length&&t.removeClass(n.join(""))},i._jQueryInterface=function(n){return this.each(function(){var t=d(this).data(tu),r="object"==typeof n?n:null;if((t||!/destroy|hide/.test(n))&&(t||(t=new i(this,r),d(this).data(tu,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},g(i,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return as}},{key:"NAME",get:function(){return bt}},{key:"DATA_KEY",get:function(){return tu}},{key:"Event",get:function(){return ks}},{key:"EVENT_KEY",get:function(){return k}},{key:"DefaultType",get:function(){return vs}}]),i}(eu),d.fn[bt]=ur._jQueryInterface,d.fn[bt].Constructor=ur,d.fn[bt].noConflict=function(){return d.fn[bt]=cs,ur._jQueryInterface},ur),rc=(st="scrollspy",fr="."+(iu="bs.scrollspy"),ds=(a=t).fn[st],gu={offset:10,method:"auto",target:""},gs={offset:"number",method:"string",target:"(string|element)"},ru={ACTIVATE:"activate"+fr,SCROLL:"scroll"+fr,LOAD_DATA_API:"load"+fr+".data-api"},nh="dropdown-item",kt="active",th='[data-spy="scroll"]',ih=".active",nf=".nav, .list-group",uu=".nav-link",rh=".nav-item",tf=".list-group-item",uh=".dropdown",fh=".dropdown-item",eh=".dropdown-toggle",oh="offset",rf="position",ci=function(){function t(n,t){var i=this;this._element=n;this._scrollElement="BODY"===n.tagName?window:n;this._config=this._getConfig(t);this._selector=this._config.target+" "+uu+","+this._config.target+" "+tf+","+this._config.target+" "+fh;this._offsets=[];this._targets=[];this._activeTarget=null;this._scrollHeight=0;a(this._scrollElement).on(ru.SCROLL,function(n){return i._process(n)});this.refresh();this._process()}var n=t.prototype;return n.refresh=function(){var n=this,i=this._scrollElement===this._scrollElement.window?oh:rf,t="auto"===this._config.method?i:this._config.method,r=t===rf?this._getScrollTop():0;this._offsets=[];this._targets=[];this._scrollHeight=this._getScrollHeight();[].slice.call(document.querySelectorAll(this._selector)).map(function(n){var i,u=f.getSelectorFromElement(n),e;return(u&&(i=document.querySelector(u)),i)&&(e=i.getBoundingClientRect(),e.width||e.height)?[a(i)[t]().top+r,u]:null}).filter(function(n){return n}).sort(function(n,t){return n[0]-t[0]}).forEach(function(t){n._offsets.push(t[0]);n._targets.push(t[1])})},n.dispose=function(){a.removeData(this._element,iu);a(this._scrollElement).off(fr);this._element=null;this._scrollElement=null;this._config=null;this._selector=null;this._offsets=null;this._targets=null;this._activeTarget=null;this._scrollHeight=null},n._getConfig=function(n){if("string"!=typeof(n=v({},gu,"object"==typeof n&&n?n:{})).target){var t=a(n.target).attr("id");t||(t=f.getUID(st),a(n.target).attr("id",t));n.target="#"+t}return f.typeCheckConfig(st,n,gs),n},n._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},n._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},n._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},n._process=function(){var t=this._getScrollTop()+this._config.offset,r=this._getScrollHeight(),u=this._config.offset+r-this._getOffsetHeight(),i,n;if(this._scrollHeight!==r&&this.refresh(),u<=t)i=this._targets[this._targets.length-1],this._activeTarget!==i&&this._activate(i);else{if(this._activeTarget&&t<this._offsets[0]&&0<this._offsets[0])return this._activeTarget=null,void this._clear();for(n=this._offsets.length;n--;)this._activeTarget!==this._targets[n]&&t>=this._offsets[n]&&("undefined"==typeof this._offsets[n+1]||t<this._offsets[n+1])&&this._activate(this._targets[n])}},n._activate=function(n){var i,t;this._activeTarget=n;this._clear();i=this._selector.split(",");i=i.map(function(t){return t+'[data-target="'+n+'"],'+t+'[href="'+n+'"]'});t=a([].slice.call(document.querySelectorAll(i.join(","))));t.hasClass(nh)?(t.closest(uh).find(eh).addClass(kt),t.addClass(kt)):(t.addClass(kt),t.parents(nf).prev(uu+", "+tf).addClass(kt),t.parents(nf).prev(rh).children(uu).addClass(kt));a(this._scrollElement).trigger(ru.ACTIVATE,{relatedTarget:n})},n._clear=function(){var n=[].slice.call(document.querySelectorAll(this._selector));a(n).filter(ih).removeClass(kt)},t._jQueryInterface=function(n){return this.each(function(){var i=a(this).data(iu);if(i||(i=new t(this,"object"==typeof n&&n),a(this).data(iu,i)),"string"==typeof n){if("undefined"==typeof i[n])throw new TypeError('No method named "'+n+'"');i[n]()}})},g(t,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return gu}}]),t}(),a(window).on(ru.LOAD_DATA_API,function(){for(var i,n=[].slice.call(document.querySelectorAll(th)),t=n.length;t--;)i=a(n[t]),ci._jQueryInterface.call(i,i.data())}),a.fn[st]=ci._jQueryInterface,a.fn[st].Constructor=ci,a.fn[st].noConflict=function(){return a.fn[st]=ds,ci._jQueryInterface},ci),uc=(li="."+(fu="bs.tab"),sh=(h=t).fn.tab,ai={HIDE:"hide"+li,HIDDEN:"hidden"+li,SHOW:"show"+li,SHOWN:"shown"+li,CLICK_DATA_API:"click"+li+".data-api"},hh="dropdown-menu",vi="active",ch="disabled",lh="fade",uf="show",ah=".dropdown",vh=".nav, .list-group",ff=".active",ef="> li > .active",yh='[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',ph=".dropdown-toggle",wh="> .dropdown-menu .active",yi=function(){function n(n){this._element=n}var t=n.prototype;return t.show=function(){var s=this,i,n,t,r,c,u,e,o;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&h(this._element).hasClass(vi)||h(this._element).hasClass(ch)||(t=h(this._element).closest(vh)[0],r=f.getSelectorFromElement(this._element),t&&(c="UL"===t.nodeName?ef:ff,n=(n=h.makeArray(h(t).find(c)))[n.length-1]),u=h.Event(ai.HIDE,{relatedTarget:this._element}),e=h.Event(ai.SHOW,{relatedTarget:n}),(n&&h(n).trigger(u),h(this._element).trigger(e),e.isDefaultPrevented()||u.isDefaultPrevented())||(r&&(i=document.querySelector(r)),this._activate(this._element,t),o=function(){var t=h.Event(ai.HIDDEN,{relatedTarget:s._element}),i=h.Event(ai.SHOWN,{relatedTarget:n});h(n).trigger(t);h(s._element).trigger(i)},i?this._activate(i,i.parentNode,o):o()))},t.dispose=function(){h.removeData(this._element,fu);this._element=null},t._activate=function(n,t,i){var o=this,r=("UL"===t.nodeName?h(t).find(ef):h(t).children(ff))[0],s=i&&r&&h(r).hasClass(lh),u=function(){return o._transitionComplete(n,r,i)},e;r&&s?(e=f.getTransitionDurationFromElement(r),h(r).one(f.TRANSITION_END,u).emulateTransitionEnd(e)):u()},t._transitionComplete=function(n,t,i){var r,u,e;t&&(h(t).removeClass(uf+" "+vi),r=h(t.parentNode).find(wh)[0],r&&h(r).removeClass(vi),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1));(h(n).addClass(vi),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!0),f.reflow(n),h(n).addClass(uf),n.parentNode&&h(n.parentNode).hasClass(hh))&&(u=h(n).closest(ah)[0],u&&(e=[].slice.call(u.querySelectorAll(ph)),h(e).addClass(vi)),n.setAttribute("aria-expanded",!0));i&&i()},n._jQueryInterface=function(t){return this.each(function(){var r=h(this),i=r.data(fu);if(i||(i=new n(this),r.data(fu,i)),"string"==typeof t){if("undefined"==typeof i[t])throw new TypeError('No method named "'+t+'"');i[t]()}})},g(n,null,[{key:"VERSION",get:function(){return"4.1.3"}}]),n}(),h(document).on(ai.CLICK_DATA_API,yh,function(n){n.preventDefault();yi._jQueryInterface.call(h(this),"show")}),h.fn.tab=yi._jQueryInterface,h.fn.tab.Constructor=yi,h.fn.tab.noConflict=function(){return h.fn.tab=sh,yi._jQueryInterface},yi);!function(n){if("undefined"==typeof n)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var t=n.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||4<=t[0])throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0");}(t);n.Util=f;n.Alert=bh;n.Button=kh;n.Carousel=dh;n.Collapse=gh;n.Dropdown=nc;n.Modal=tc;n.Popover=ic;n.Scrollspy=rc;n.Tab=uc;n.Tooltip=eu;Object.defineProperty(n,"__esModule",{value:!0})});!function(n,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.feather=t():n.feather=t()}("undefined"!=typeof self?self:this,function(){return function(n){function t(r){if(i[r])return i[r].exports;var u=i[r]={i:r,l:!1,exports:{}};return n[r].call(u.exports,u,u.exports,t),u.l=!0,u.exports}var i={};return t.m=n,t.c=i,t.d=function(n,i,r){t.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:r})},t.r=function(n){Object.defineProperty(n,"__esModule",{value:!0})},t.n=function(n){var i=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(i,"a",i),i},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=61)}([function(n,t,i){var r=i(20)("wks"),e=i(11),u=i(1).Symbol,f="function"==typeof u;(n.exports=function(n){return r[n]||(r[n]=f&&u[n]||(f?u:e)("Symbol."+n))}).store=r},function(n){var t=n.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=t)},function(n){var t={}.hasOwnProperty;n.exports=function(n,i){return t.call(n,i)}},function(n,t,i){n.exports=!i(27)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(n,t,i){var r=i(13);n.exports=function(n){if(!r(n))throw TypeError(n+" is not an object!");return n}},function(n,t,i){var r=i(4),u=i(55),f=i(54),e=Object.defineProperty;t.f=i(3)?Object.defineProperty:function(n,t,i){if(r(n),t=f(t,!0),r(i),u)try{return e(n,t,i)}catch(n){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(n[t]=i.value),n}},function(n,t,i){var r=i(5),u=i(12);n.exports=i(3)?function(n,t,i){return r.f(n,t,u(1,i))}:function(n,t,i){return n[t]=i,n}},function(n){var t=n.exports={version:"2.5.3"};"number"==typeof __e&&(__e=t)},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var f=r(i(34)),u=r(i(32)),e=r(i(31));t.default=Object.keys(u.default).map(function(n){return new f.default(n,u.default[n],e.default[n])}).reduce(function(n,t){return n[t.name]=t,n},{})},function(n,t,i){var r=i(20)("keys"),u=i(11);n.exports=function(n){return r[n]||(r[n]=u(n))}},function(n){n.exports={}},function(n){var t=0,i=Math.random();n.exports=function(n){return"Symbol(".concat(void 0===n?"":n,")_",(++t+i).toString(36))}},function(n){n.exports=function(n,t){return{enumerable:!(1&n),configurable:!(2&n),writable:!(4&n),value:t}}},function(n){n.exports=function(n){return"object"==typeof n?null!==n:"function"==typeof n}},function(n){n.exports=function(n){if(void 0==n)throw TypeError("Can't call method on  "+n);return n}},function(n){var t=Math.ceil,i=Math.floor;n.exports=function(n){return isNaN(n=+n)?0:(n>0?i:t)(n)}},function(n,t){var i;!function(){"use strict";var r=function(){function n(){}function t(n,t){for(var r=t.length,i=0;i<r;++i)u(n,t[i])}function u(n,u){if(u){var f=typeof u;"string"===f?function(n,t){for(var u=t.split(r),f=u.length,i=0;i<f;++i)n[u[i]]=!0}(n,u):Array.isArray(u)?t(n,u):"object"===f?function(n,t){for(var r in t)i.call(t,r)&&(n[r]=!!t[r])}(n,u):"number"===f&&function(n,t){n[t]=!0}(n,u)}}n.prototype=Object.create(null);var i={}.hasOwnProperty,r=/\s+/;return function(){for(var r,u,f,e=arguments.length,o=Array(e),i=0;i<e;i++)o[i]=arguments[i];r=new n;t(r,o);u=[];for(f in r)r[f]&&u.push(f);return u.join(" ")}}();void 0!==n&&n.exports?n.exports=r:void 0===(i=function(){return r}.apply(t,[]))||(n.exports=i)}()},function(n,t,i){var r=i(14);n.exports=function(n){return Object(r(n))}},function(n,t,i){var u=i(5).f,f=i(2),r=i(0)("toStringTag");n.exports=function(n,t,i){n&&!f(n=i?n:n.prototype,r)&&u(n,r,{configurable:!0,value:t})}},function(n){n.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(n,t,i){var r=i(1),u=r["__core-js_shared__"]||(r["__core-js_shared__"]={});n.exports=function(n){return u[n]||(u[n]={})}},function(n,t,i){var r=i(15),u=Math.min;n.exports=function(n){return n>0?u(r(n),9007199254740991):0}},function(n){var t={}.toString;n.exports=function(n){return t.call(n).slice(8,-1)}},function(n,t,i){var r=i(47),u=i(14);n.exports=function(n){return r(u(n))}},function(n,t,i){var r=i(53);n.exports=function(n,t,i){if(r(n),void 0===t)return n;switch(i){case 1:return function(i){return n.call(t,i)};case 2:return function(i,r){return n.call(t,i,r)};case 3:return function(i,r,u){return n.call(t,i,r,u)}}return function(){return n.apply(t,arguments)}}},function(n,t,i){var o=i(1),r=i(6),e=i(2),u=i(11)("src"),f=Function.toString,s=(""+f).split("toString");i(7).inspectSource=function(n){return f.call(n)};(n.exports=function(n,t,i,f){var h="function"==typeof i;h&&(e(i,"name")||r(i,"name",t));n[t]!==i&&(h&&(e(i,u)||r(i,u,n[t]?""+n[t]:s.join(String(t)))),n===o?n[t]=i:f?n[t]?n[t]=i:r(n,t,i):(delete n[t],r(n,t,i)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[u]||f.call(this)})},function(n,t,i){var u=i(13),r=i(1).document,f=u(r)&&u(r.createElement);n.exports=function(n){return f?r.createElement(n):{}}},function(n){n.exports=function(n){try{return!!n()}catch(n){return!0}}},function(n,t,i){var u=i(1),f=i(7),o=i(6),s=i(25),e=i(24),r=function(n,t,i){var c,y,h,p,k=n&r.F,v=n&r.G,d=n&r.S,w=n&r.P,g=n&r.B,l=v?u:d?u[t]||(u[t]={}):(u[t]||{}).prototype,a=v?f:f[t]||(f[t]={}),b=a.prototype||(a.prototype={});for(c in v&&(i=t),i)h=((y=!k&&l&&void 0!==l[c])?l:i)[c],p=g&&y?e(h,u):w&&"function"==typeof h?e(Function.call,h):h,l&&s(l,c,h,n&r.U),a[c]!=h&&o(a,c,p),w&&b[c]!=h&&(b[c]=h)};u.core=f;r.F=1;r.G=2;r.S=4;r.P=8;r.B=16;r.W=32;r.U=64;r.R=128;n.exports=r},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(t,"__esModule",{value:!0});var u=Object.assign||function(n){for(var i,r,t=1;t<arguments.length;t++){i=arguments[t];for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(n[r]=i[r])}return n},f=r(i(16)),e=r(i(8));t.default=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n;if("undefined"==typeof document)throw new Error("`feather.replace()` only works in a browser environment.");n=document.querySelectorAll("[data-feather]");Array.from(n).forEach(function(n){return function(n){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=function(n){return Array.from(n.attributes).reduce(function(n,t){return n[t.name]=t.value,n},{})}(n),s=t["data-feather"],r,o;delete t["data-feather"];r=e.default[s].toSvg(u({},i,t,{"class":f.default(i.class,t.class)}));o=(new DOMParser).parseFromString(r,"image/svg+xml").querySelector("svg");n.parentNode.replaceChild(o,n)}(n,t)})}},function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,f=i(8),u=(r=f)&&r.__esModule?r:{"default":r};t.default=function(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(console.warn("feather.toSvg() is deprecated. Please use feather.icons[name].toSvg() instead."),!n)throw new Error("The required `key` (icon name) parameter is missing.");if(!u.default[n])throw new Error("No icon matching '"+n+"'. See the complete list of icons at https://feathericons.com");return u.default[n].toSvg(t)}},function(n){n.exports={activity:["pulse","health","action","motion"],airplay:["stream","cast","mirroring"],"alert-circle":["warning"],"alert-octagon":["warning"],"alert-triangle":["warning"],"at-sign":["mention"],award:["achievement","badge"],aperture:["camera","photo"],bell:["alarm","notification"],"bell-off":["alarm","notification","silent"],bluetooth:["wireless"],"book-open":["read"],book:["read","dictionary","booklet","magazine"],bookmark:["read","clip","marker","tag"],briefcase:["work","bag","baggage","folder"],clipboard:["copy"],clock:["time","watch","alarm"],"cloud-drizzle":["weather","shower"],"cloud-lightning":["weather","bolt"],"cloud-rain":["weather"],"cloud-snow":["weather","blizzard"],cloud:["weather"],codepen:["logo"],command:["keyboard","cmd"],compass:["navigation","safari","travel"],copy:["clone","duplicate"],"corner-down-left":["arrow"],"corner-down-right":["arrow"],"corner-left-down":["arrow"],"corner-left-up":["arrow"],"corner-right-down":["arrow"],"corner-right-up":["arrow"],"corner-up-left":["arrow"],"corner-up-right":["arrow"],"credit-card":["purchase","payment","cc"],crop:["photo","image"],crosshair:["aim","target"],database:["storage"],"delete":["remove"],disc:["album","cd","dvd","music"],"dollar-sign":["currency","money","payment"],droplet:["water"],edit:["pencil","change"],"edit-2":["pencil","change"],"edit-3":["pencil","change"],eye:["view","watch"],"eye-off":["view","watch"],"external-link":["outbound"],facebook:["logo"],"fast-forward":["music"],film:["movie","video"],"folder-minus":["directory"],"folder-plus":["directory"],folder:["directory"],gift:["present","box","birthday","party"],"git-branch":["code","version control"],"git-commit":["code","version control"],"git-merge":["code","version control"],"git-pull-request":["code","version control"],github:["logo","version control"],gitlab:["logo","version control"],global:["world","browser","language","translate"],"hard-drive":["computer","server"],hash:["hashtag","number","pound"],headphones:["music","audio"],heart:["like","love"],"help-circle":["question mark"],home:["house"],image:["picture"],inbox:["email"],instagram:["logo","camera"],"life-bouy":["help","life ring","support"],linkedin:["logo"],lock:["security","password"],"log-in":["sign in","arrow"],"log-out":["sign out","arrow"],mail:["email"],"map-pin":["location","navigation","travel","marker"],map:["location","navigation","travel"],maximize:["fullscreen"],"maximize-2":["fullscreen","arrows"],menu:["bars","navigation","hamburger"],"message-circle":["comment","chat"],"message-square":["comment","chat"],"mic-off":["record"],mic:["record"],minimize:["exit fullscreen"],"minimize-2":["exit fullscreen","arrows"],monitor:["tv"],moon:["dark","night"],"more-horizontal":["ellipsis"],"more-vertical":["ellipsis"],move:["arrows"],navigation:["location","travel"],"navigation-2":["location","travel"],octagon:["stop"],package:["box"],paperclip:["attachment"],pause:["music","stop"],"pause-circle":["music","stop"],play:["music","start"],"play-circle":["music","start"],plus:["add","new"],"plus-circle":["add","new"],"plus-square":["add","new"],pocket:["logo","save"],power:["on","off"],radio:["signal"],rewind:["music"],rss:["feed","subscribe"],save:["floppy disk"],send:["message","mail","paper airplane"],settings:["cog","edit","gear","preferences"],shield:["security"],"shield-off":["security"],"shopping-bag":["ecommerce","cart","purchase","store"],"shopping-cart":["ecommerce","cart","purchase","store"],shuffle:["music"],"skip-back":["music"],"skip-forward":["music"],slash:["ban","no"],sliders:["settings","controls"],speaker:["music"],star:["bookmark","favorite","like"],sun:["brightness","weather","light"],sunrise:["weather"],sunset:["weather"],tag:["label"],target:["bullseye"],terminal:["code","command line"],"thumbs-down":["dislike","bad"],"thumbs-up":["like","good"],"toggle-left":["on","off","switch"],"toggle-right":["on","off","switch"],trash:["garbage","delete","remove"],"trash-2":["garbage","delete","remove"],triangle:["delta"],truck:["delivery","van","shipping"],twitter:["logo"],umbrella:["rain","weather"],"video-off":["camera","movie","film"],video:["camera","movie","film"],voicemail:["phone"],volume:["music","sound","mute"],"volume-1":["music","sound"],"volume-2":["music","sound"],"volume-x":["music","sound","mute"],watch:["clock","time"],wind:["weather","air"],"x-circle":["cancel","close","delete","remove","times"],"x-square":["cancel","close","delete","remove","times"],x:["cancel","close","delete","remove","times"],youtube:["logo","video","play"],"zap-off":["flash","camera","lightning"],zap:["flash","camera","lightning"]}},function(n){n.exports={activity:'<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"><\/polyline>',airplay:'<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"><\/path><polygon points="12 15 17 21 7 21 12 15"><\/polygon>',"alert-circle":'<circle cx="12" cy="12" r="10"><\/circle><line x1="12" y1="8" x2="12" y2="12"><\/line><line x1="12" y1="16" x2="12" y2="16"><\/line>',"alert-octagon":'<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"><\/polygon><line x1="12" y1="8" x2="12" y2="12"><\/line><line x1="12" y1="16" x2="12" y2="16"><\/line>',"alert-triangle":'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"><\/path><line x1="12" y1="9" x2="12" y2="13"><\/line><line x1="12" y1="17" x2="12" y2="17"><\/line>',"align-center":'<line x1="18" y1="10" x2="6" y2="10"><\/line><line x1="21" y1="6" x2="3" y2="6"><\/line><line x1="21" y1="14" x2="3" y2="14"><\/line><line x1="18" y1="18" x2="6" y2="18"><\/line>',"align-justify":'<line x1="21" y1="10" x2="3" y2="10"><\/line><line x1="21" y1="6" x2="3" y2="6"><\/line><line x1="21" y1="14" x2="3" y2="14"><\/line><line x1="21" y1="18" x2="3" y2="18"><\/line>',"align-left":'<line x1="17" y1="10" x2="3" y2="10"><\/line><line x1="21" y1="6" x2="3" y2="6"><\/line><line x1="21" y1="14" x2="3" y2="14"><\/line><line x1="17" y1="18" x2="3" y2="18"><\/line>',"align-right":'<line x1="21" y1="10" x2="7" y2="10"><\/line><line x1="21" y1="6" x2="3" y2="6"><\/line><line x1="21" y1="14" x2="3" y2="14"><\/line><line x1="21" y1="18" x2="7" y2="18"><\/line>',anchor:'<circle cx="12" cy="5" r="3"><\/circle><line x1="12" y1="22" x2="12" y2="8"><\/line><path d="M5 12H2a10 10 0 0 0 20 0h-3"><\/path>',aperture:'<circle cx="12" cy="12" r="10"><\/circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"><\/line><line x1="9.69" y1="8" x2="21.17" y2="8"><\/line><line x1="7.38" y1="12" x2="13.12" y2="2.06"><\/line><line x1="9.69" y1="16" x2="3.95" y2="6.06"><\/line><line x1="14.31" y1="16" x2="2.83" y2="16"><\/line><line x1="16.62" y1="12" x2="10.88" y2="21.94"><\/line>',archive:'<polyline points="21 8 21 21 3 21 3 8"><\/polyline><rect x="1" y="3" width="22" height="5"><\/rect><line x1="10" y1="12" x2="14" y2="12"><\/line>',"arrow-down-circle":'<circle cx="12" cy="12" r="10"><\/circle><polyline points="8 12 12 16 16 12"><\/polyline><line x1="12" y1="8" x2="12" y2="16"><\/line>',"arrow-down-left":'<line x1="17" y1="7" x2="7" y2="17"><\/line><polyline points="17 17 7 17 7 7"><\/polyline>',"arrow-down-right":'<line x1="7" y1="7" x2="17" y2="17"><\/line><polyline points="17 7 17 17 7 17"><\/polyline>',"arrow-down":'<line x1="12" y1="5" x2="12" y2="19"><\/line><polyline points="19 12 12 19 5 12"><\/polyline>',"arrow-left-circle":'<circle cx="12" cy="12" r="10"><\/circle><polyline points="12 8 8 12 12 16"><\/polyline><line x1="16" y1="12" x2="8" y2="12"><\/line>',"arrow-left":'<line x1="19" y1="12" x2="5" y2="12"><\/line><polyline points="12 19 5 12 12 5"><\/polyline>',"arrow-right-circle":'<circle cx="12" cy="12" r="10"><\/circle><polyline points="12 16 16 12 12 8"><\/polyline><line x1="8" y1="12" x2="16" y2="12"><\/line>',"arrow-right":'<line x1="5" y1="12" x2="19" y2="12"><\/line><polyline points="12 5 19 12 12 19"><\/polyline>',"arrow-up-circle":'<circle cx="12" cy="12" r="10"><\/circle><polyline points="16 12 12 8 8 12"><\/polyline><line x1="12" y1="16" x2="12" y2="8"><\/line>',"arrow-up-left":'<line x1="17" y1="17" x2="7" y2="7"><\/line><polyline points="7 17 7 7 17 7"><\/polyline>',"arrow-up-right":'<line x1="7" y1="17" x2="17" y2="7"><\/line><polyline points="7 7 17 7 17 17"><\/polyline>',"arrow-up":'<line x1="12" y1="19" x2="12" y2="5"><\/line><polyline points="5 12 12 5 19 12"><\/polyline>',"at-sign":'<circle cx="12" cy="12" r="4"><\/circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"><\/path>',award:'<circle cx="12" cy="8" r="7"><\/circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"><\/polyline>',"bar-chart-2":'<line x1="18" y1="20" x2="18" y2="10"><\/line><line x1="12" y1="20" x2="12" y2="4"><\/line><line x1="6" y1="20" x2="6" y2="14"><\/line>',"bar-chart":'<line x1="12" y1="20" x2="12" y2="10"><\/line><line x1="18" y1="20" x2="18" y2="4"><\/line><line x1="6" y1="20" x2="6" y2="16"><\/line>',"battery-charging":'<path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"><\/path><line x1="23" y1="13" x2="23" y2="11"><\/line><polyline points="11 6 7 12 13 12 9 18"><\/polyline>',battery:'<rect x="1" y="6" width="18" height="12" rx="2" ry="2"><\/rect><line x1="23" y1="13" x2="23" y2="11"><\/line>',"bell-off":'<path d="M8.56 2.9A7 7 0 0 1 19 9v4m-2 4H2a3 3 0 0 0 3-3V9a7 7 0 0 1 .78-3.22M13.73 21a2 2 0 0 1-3.46 0"><\/path><line x1="1" y1="1" x2="23" y2="23"><\/line>',bell:'<path d="M22 17H2a3 3 0 0 0 3-3V9a7 7 0 0 1 14 0v5a3 3 0 0 0 3 3zm-8.27 4a2 2 0 0 1-3.46 0"><\/path>',bluetooth:'<polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"><\/polyline>',bold:'<path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"><\/path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"><\/path>',"book-open":'<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"><\/path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"><\/path>',book:'<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"><\/path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"><\/path>',bookmark:'<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"><\/path>',box:'<path d="M12.89 1.45l8 4A2 2 0 0 1 22 7.24v9.53a2 2 0 0 1-1.11 1.79l-8 4a2 2 0 0 1-1.79 0l-8-4a2 2 0 0 1-1.1-1.8V7.24a2 2 0 0 1 1.11-1.79l8-4a2 2 0 0 1 1.78 0z"><\/path><polyline points="2.32 6.16 12 11 21.68 6.16"><\/polyline><line x1="12" y1="22.76" x2="12" y2="11"><\/line>',briefcase:'<rect x="2" y="7" width="20" height="14" rx="2" ry="2"><\/rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"><\/path>',calendar:'<rect x="3" y="4" width="18" height="18" rx="2" ry="2"><\/rect><line x1="16" y1="2" x2="16" y2="6"><\/line><line x1="8" y1="2" x2="8" y2="6"><\/line><line x1="3" y1="10" x2="21" y2="10"><\/line>',"camera-off":'<line x1="1" y1="1" x2="23" y2="23"><\/line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"><\/path>',camera:'<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"><\/path><circle cx="12" cy="13" r="4"><\/circle>',cast:'<path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"><\/path><line x1="2" y1="20" x2="2" y2="20"><\/line>',"check-circle":'<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"><\/path><polyline points="22 4 12 14.01 9 11.01"><\/polyline>',"check-square":'<polyline points="9 11 12 14 22 4"><\/polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"><\/path>',check:'<polyline points="20 6 9 17 4 12"><\/polyline>',"chevron-down":'<polyline points="6 9 12 15 18 9"><\/polyline>',"chevron-left":'<polyline points="15 18 9 12 15 6"><\/polyline>',"chevron-right":'<polyline points="9 18 15 12 9 6"><\/polyline>',"chevron-up":'<polyline points="18 15 12 9 6 15"><\/polyline>',"chevrons-down":'<polyline points="7 13 12 18 17 13"><\/polyline><polyline points="7 6 12 11 17 6"><\/polyline>',"chevrons-left":'<polyline points="11 17 6 12 11 7"><\/polyline><polyline points="18 17 13 12 18 7"><\/polyline>',"chevrons-right":'<polyline points="13 17 18 12 13 7"><\/polyline><polyline points="6 17 11 12 6 7"><\/polyline>',"chevrons-up":'<polyline points="17 11 12 6 7 11"><\/polyline><polyline points="17 18 12 13 7 18"><\/polyline>',chrome:'<circle cx="12" cy="12" r="10"><\/circle><circle cx="12" cy="12" r="4"><\/circle><line x1="21.17" y1="8" x2="12" y2="8"><\/line><line x1="3.95" y1="6.06" x2="8.54" y2="14"><\/line><line x1="10.88" y1="21.94" x2="15.46" y2="14"><\/line>',circle:'<circle cx="12" cy="12" r="10"><\/circle>',clipboard:'<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><rect x="8" y="2" width="8" height="4" rx="1" ry="1"><\/rect>',clock:'<circle cx="12" cy="12" r="10"><\/circle><polyline points="12 6 12 12 16 14"><\/polyline>',"cloud-drizzle":'<line x1="8" y1="19" x2="8" y2="21"><\/line><line x1="8" y1="13" x2="8" y2="15"><\/line><line x1="16" y1="19" x2="16" y2="21"><\/line><line x1="16" y1="13" x2="16" y2="15"><\/line><line x1="12" y1="21" x2="12" y2="23"><\/line><line x1="12" y1="15" x2="12" y2="17"><\/line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"><\/path>',"cloud-lightning":'<path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"><\/path><polyline points="13 11 9 17 15 17 11 23"><\/polyline>',"cloud-off":'<path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"><\/path><line x1="1" y1="1" x2="23" y2="23"><\/line>',"cloud-rain":'<line x1="16" y1="13" x2="16" y2="21"><\/line><line x1="8" y1="13" x2="8" y2="21"><\/line><line x1="12" y1="15" x2="12" y2="23"><\/line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"><\/path>',"cloud-snow":'<path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"><\/path><line x1="8" y1="16" x2="8" y2="16"><\/line><line x1="8" y1="20" x2="8" y2="20"><\/line><line x1="12" y1="18" x2="12" y2="18"><\/line><line x1="12" y1="22" x2="12" y2="22"><\/line><line x1="16" y1="16" x2="16" y2="16"><\/line><line x1="16" y1="20" x2="16" y2="20"><\/line>',cloud:'<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"><\/path>',code:'<polyline points="16 18 22 12 16 6"><\/polyline><polyline points="8 6 2 12 8 18"><\/polyline>',codepen:'<polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"><\/polygon><line x1="12" y1="22" x2="12" y2="15.5"><\/line><polyline points="22 8.5 12 15.5 2 8.5"><\/polyline><polyline points="2 15.5 12 8.5 22 15.5"><\/polyline><line x1="12" y1="2" x2="12" y2="8.5"><\/line>',command:'<path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"><\/path>',compass:'<circle cx="12" cy="12" r="10"><\/circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"><\/polygon>',copy:'<rect x="9" y="9" width="13" height="13" rx="2" ry="2"><\/rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"><\/path>',"corner-down-left":'<polyline points="9 10 4 15 9 20"><\/polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"><\/path>',"corner-down-right":'<polyline points="15 10 20 15 15 20"><\/polyline><path d="M4 4v7a4 4 0 0 0 4 4h12"><\/path>',"corner-left-down":'<polyline points="14 15 9 20 4 15"><\/polyline><path d="M20 4h-7a4 4 0 0 0-4 4v12"><\/path>',"corner-left-up":'<polyline points="14 9 9 4 4 9"><\/polyline><path d="M20 20h-7a4 4 0 0 1-4-4V4"><\/path>',"corner-right-down":'<polyline points="10 15 15 20 20 15"><\/polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"><\/path>',"corner-right-up":'<polyline points="10 9 15 4 20 9"><\/polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"><\/path>',"corner-up-left":'<polyline points="9 14 4 9 9 4"><\/polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"><\/path>',"corner-up-right":'<polyline points="15 14 20 9 15 4"><\/polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"><\/path>',cpu:'<rect x="4" y="4" width="16" height="16" rx="2" ry="2"><\/rect><rect x="9" y="9" width="6" height="6"><\/rect><line x1="9" y1="1" x2="9" y2="4"><\/line><line x1="15" y1="1" x2="15" y2="4"><\/line><line x1="9" y1="20" x2="9" y2="23"><\/line><line x1="15" y1="20" x2="15" y2="23"><\/line><line x1="20" y1="9" x2="23" y2="9"><\/line><line x1="20" y1="14" x2="23" y2="14"><\/line><line x1="1" y1="9" x2="4" y2="9"><\/line><line x1="1" y1="14" x2="4" y2="14"><\/line>',"credit-card":'<rect x="1" y="4" width="22" height="16" rx="2" ry="2"><\/rect><line x1="1" y1="10" x2="23" y2="10"><\/line>',crop:'<path d="M6.13 1L6 16a2 2 0 0 0 2 2h15"><\/path><path d="M1 6.13L16 6a2 2 0 0 1 2 2v15"><\/path>',crosshair:'<circle cx="12" cy="12" r="10"><\/circle><line x1="22" y1="12" x2="18" y2="12"><\/line><line x1="6" y1="12" x2="2" y2="12"><\/line><line x1="12" y1="6" x2="12" y2="2"><\/line><line x1="12" y1="22" x2="12" y2="18"><\/line>',database:'<ellipse cx="12" cy="5" rx="9" ry="3"><\/ellipse><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"><\/path><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"><\/path>',"delete":'<path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"><\/path><line x1="18" y1="9" x2="12" y2="15"><\/line><line x1="12" y1="9" x2="18" y2="15"><\/line>',disc:'<circle cx="12" cy="12" r="10"><\/circle><circle cx="12" cy="12" r="3"><\/circle>',"dollar-sign":'<line x1="12" y1="1" x2="12" y2="23"><\/line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"><\/path>',"download-cloud":'<polyline points="8 17 12 21 16 17"><\/polyline><line x1="12" y1="12" x2="12" y2="21"><\/line><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"><\/path>',download:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"><\/path><polyline points="7 10 12 15 17 10"><\/polyline><line x1="12" y1="15" x2="12" y2="3"><\/line>',droplet:'<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"><\/path>',"edit-2":'<polygon points="16 3 21 8 8 21 3 21 3 16 16 3"><\/polygon>',"edit-3":'<polygon points="14 2 18 6 7 17 3 17 3 13 14 2"><\/polygon><line x1="3" y1="22" x2="21" y2="22"><\/line>',edit:'<path d="M20 14.66V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h5.34"><\/path><polygon points="18 2 22 6 12 16 8 16 8 12 18 2"><\/polygon>',"external-link":'<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"><\/path><polyline points="15 3 21 3 21 9"><\/polyline><line x1="10" y1="14" x2="21" y2="3"><\/line>',"eye-off":'<path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"><\/path><line x1="1" y1="1" x2="23" y2="23"><\/line>',eye:'<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"><\/path><circle cx="12" cy="12" r="3"><\/circle>',facebook:'<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"><\/path>',"fast-forward":'<polygon points="13 19 22 12 13 5 13 19"><\/polygon><polygon points="2 19 11 12 2 5 2 19"><\/polygon>',feather:'<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"><\/path><line x1="16" y1="8" x2="2" y2="22"><\/line><line x1="17" y1="15" x2="9" y2="15"><\/line>',"file-minus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"><\/path><polyline points="14 2 14 8 20 8"><\/polyline><line x1="9" y1="15" x2="15" y2="15"><\/line>',"file-plus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"><\/path><polyline points="14 2 14 8 20 8"><\/polyline><line x1="12" y1="18" x2="12" y2="12"><\/line><line x1="9" y1="15" x2="15" y2="15"><\/line>',"file-text":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"><\/path><polyline points="14 2 14 8 20 8"><\/polyline><line x1="16" y1="13" x2="8" y2="13"><\/line><line x1="16" y1="17" x2="8" y2="17"><\/line><polyline points="10 9 9 9 8 9"><\/polyline>',file:'<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"><\/path><polyline points="13 2 13 9 20 9"><\/polyline>',film:'<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"><\/rect><line x1="7" y1="2" x2="7" y2="22"><\/line><line x1="17" y1="2" x2="17" y2="22"><\/line><line x1="2" y1="12" x2="22" y2="12"><\/line><line x1="2" y1="7" x2="7" y2="7"><\/line><line x1="2" y1="17" x2="7" y2="17"><\/line><line x1="17" y1="17" x2="22" y2="17"><\/line><line x1="17" y1="7" x2="22" y2="7"><\/line>',filter:'<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"><\/polygon>',flag:'<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"><\/path><line x1="4" y1="22" x2="4" y2="15"><\/line>',"folder-minus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"><\/path><line x1="9" y1="14" x2="15" y2="14"><\/line>',"folder-plus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"><\/path><line x1="12" y1="11" x2="12" y2="17"><\/line><line x1="9" y1="14" x2="15" y2="14"><\/line>',folder:'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"><\/path>',gift:'<polyline points="20 12 20 22 4 22 4 12"><\/polyline><rect x="2" y="7" width="20" height="5"><\/rect><line x1="12" y1="22" x2="12" y2="7"><\/line><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"><\/path><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"><\/path>',"git-branch":'<line x1="6" y1="3" x2="6" y2="15"><\/line><circle cx="18" cy="6" r="3"><\/circle><circle cx="6" cy="18" r="3"><\/circle><path d="M18 9a9 9 0 0 1-9 9"><\/path>',"git-commit":'<circle cx="12" cy="12" r="4"><\/circle><line x1="1.05" y1="12" x2="7" y2="12"><\/line><line x1="17.01" y1="12" x2="22.96" y2="12"><\/line>',"git-merge":'<circle cx="18" cy="18" r="3"><\/circle><circle cx="6" cy="6" r="3"><\/circle><path d="M6 21V9a9 9 0 0 0 9 9"><\/path>',"git-pull-request":'<circle cx="18" cy="18" r="3"><\/circle><circle cx="6" cy="6" r="3"><\/circle><path d="M13 6h3a2 2 0 0 1 2 2v7"><\/path><line x1="6" y1="9" x2="6" y2="21"><\/line>',github:'<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"><\/path>',gitlab:'<path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"><\/path>',globe:'<circle cx="12" cy="12" r="10"><\/circle><line x1="2" y1="12" x2="22" y2="12"><\/line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"><\/path>',grid:'<rect x="3" y="3" width="7" height="7"><\/rect><rect x="14" y="3" width="7" height="7"><\/rect><rect x="14" y="14" width="7" height="7"><\/rect><rect x="3" y="14" width="7" height="7"><\/rect>',"hard-drive":'<line x1="22" y1="12" x2="2" y2="12"><\/line><path d="M5.45 5.11L2 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"><\/path><line x1="6" y1="16" x2="6" y2="16"><\/line><line x1="10" y1="16" x2="10" y2="16"><\/line>',hash:'<line x1="4" y1="9" x2="20" y2="9"><\/line><line x1="4" y1="15" x2="20" y2="15"><\/line><line x1="10" y1="3" x2="8" y2="21"><\/line><line x1="16" y1="3" x2="14" y2="21"><\/line>',headphones:'<path d="M3 18v-6a9 9 0 0 1 18 0v6"><\/path><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"><\/path>',heart:'<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"><\/path>',"help-circle":'<circle cx="12" cy="12" r="10"><\/circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"><\/path><line x1="12" y1="17" x2="12" y2="17"><\/line>',home:'<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"><\/path><polyline points="9 22 9 12 15 12 15 22"><\/polyline>',image:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"><\/rect><circle cx="8.5" cy="8.5" r="1.5"><\/circle><polyline points="21 15 16 10 5 21"><\/polyline>',inbox:'<polyline points="22 12 16 12 14 15 10 15 8 12 2 12"><\/polyline><path d="M5.45 5.11L2 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"><\/path>',info:'<circle cx="12" cy="12" r="10"><\/circle><line x1="12" y1="16" x2="12" y2="12"><\/line><line x1="12" y1="8" x2="12" y2="8"><\/line>',instagram:'<rect x="2" y="2" width="20" height="20" rx="5" ry="5"><\/rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"><\/path><line x1="17.5" y1="6.5" x2="17.5" y2="6.5"><\/line>',italic:'<line x1="19" y1="4" x2="10" y2="4"><\/line><line x1="14" y1="20" x2="5" y2="20"><\/line><line x1="15" y1="4" x2="9" y2="20"><\/line>',layers:'<polygon points="12 2 2 7 12 12 22 7 12 2"><\/polygon><polyline points="2 17 12 22 22 17"><\/polyline><polyline points="2 12 12 17 22 12"><\/polyline>',layout:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"><\/rect><line x1="3" y1="9" x2="21" y2="9"><\/line><line x1="9" y1="21" x2="9" y2="9"><\/line>',"life-buoy":'<circle cx="12" cy="12" r="10"><\/circle><circle cx="12" cy="12" r="4"><\/circle><line x1="4.93" y1="4.93" x2="9.17" y2="9.17"><\/line><line x1="14.83" y1="14.83" x2="19.07" y2="19.07"><\/line><line x1="14.83" y1="9.17" x2="19.07" y2="4.93"><\/line><line x1="14.83" y1="9.17" x2="18.36" y2="5.64"><\/line><line x1="4.93" y1="19.07" x2="9.17" y2="14.83"><\/line>',"link-2":'<path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"><\/path><line x1="8" y1="12" x2="16" y2="12"><\/line>',link:'<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><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"><\/path>',linkedin:'<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"><\/path><rect x="2" y="9" width="4" height="12"><\/rect><circle cx="4" cy="4" r="2"><\/circle>',list:'<line x1="8" y1="6" x2="21" y2="6"><\/line><line x1="8" y1="12" x2="21" y2="12"><\/line><line x1="8" y1="18" x2="21" y2="18"><\/line><line x1="3" y1="6" x2="3" y2="6"><\/line><line x1="3" y1="12" x2="3" y2="12"><\/line><line x1="3" y1="18" x2="3" y2="18"><\/line>',loader:'<line x1="12" y1="2" x2="12" y2="6"><\/line><line x1="12" y1="18" x2="12" y2="22"><\/line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"><\/line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"><\/line><line x1="2" y1="12" x2="6" y2="12"><\/line><line x1="18" y1="12" x2="22" y2="12"><\/line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"><\/line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"><\/line>',lock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"><\/rect><path d="M7 11V7a5 5 0 0 1 10 0v4"><\/path>',"log-in":'<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"><\/path><polyline points="10 17 15 12 10 7"><\/polyline><line x1="15" y1="12" x2="3" y2="12"><\/line>',"log-out":'<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"><\/path><polyline points="16 17 21 12 16 7"><\/polyline><line x1="21" y1="12" x2="9" y2="12"><\/line>',mail:'<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"><\/path><polyline points="22,6 12,13 2,6"><\/polyline>',"map-pin":'<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"><\/path><circle cx="12" cy="10" r="3"><\/circle>',map:'<polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"><\/polygon><line x1="8" y1="2" x2="8" y2="18"><\/line><line x1="16" y1="6" x2="16" y2="22"><\/line>',"maximize-2":'<polyline points="15 3 21 3 21 9"><\/polyline><polyline points="9 21 3 21 3 15"><\/polyline><line x1="21" y1="3" x2="14" y2="10"><\/line><line x1="3" y1="21" x2="10" y2="14"><\/line>',maximize:'<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"><\/path>',menu:'<line x1="3" y1="12" x2="21" y2="12"><\/line><line x1="3" y1="6" x2="21" y2="6"><\/line><line x1="3" y1="18" x2="21" y2="18"><\/line>',"message-circle":'<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"><\/path>',"message-square":'<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>',"mic-off":'<line x1="1" y1="1" x2="23" y2="23"><\/line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"><\/path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"><\/path><line x1="12" y1="19" x2="12" y2="23"><\/line><line x1="8" y1="23" x2="16" y2="23"><\/line>',mic:'<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"><\/path><path d="M19 10v2a7 7 0 0 1-14 0v-2"><\/path><line x1="12" y1="19" x2="12" y2="23"><\/line><line x1="8" y1="23" x2="16" y2="23"><\/line>',"minimize-2":'<polyline points="4 14 10 14 10 20"><\/polyline><polyline points="20 10 14 10 14 4"><\/polyline><line x1="14" y1="10" x2="21" y2="3"><\/line><line x1="3" y1="21" x2="10" y2="14"><\/line>',minimize:'<path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"><\/path>',"minus-circle":'<circle cx="12" cy="12" r="10"><\/circle><line x1="8" y1="12" x2="16" y2="12"><\/line>',"minus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"><\/rect><line x1="8" y1="12" x2="16" y2="12"><\/line>',minus:'<line x1="5" y1="12" x2="19" y2="12"><\/line>',monitor:'<rect x="2" y="3" width="20" height="14" rx="2" ry="2"><\/rect><line x1="8" y1="21" x2="16" y2="21"><\/line><line x1="12" y1="17" x2="12" y2="21"><\/line>',moon:'<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"><\/path>',"more-horizontal":'<circle cx="12" cy="12" r="1"><\/circle><circle cx="19" cy="12" r="1"><\/circle><circle cx="5" cy="12" r="1"><\/circle>',"more-vertical":'<circle cx="12" cy="12" r="1"><\/circle><circle cx="12" cy="5" r="1"><\/circle><circle cx="12" cy="19" r="1"><\/circle>',move:'<polyline points="5 9 2 12 5 15"><\/polyline><polyline points="9 5 12 2 15 5"><\/polyline><polyline points="15 19 12 22 9 19"><\/polyline><polyline points="19 9 22 12 19 15"><\/polyline><line x1="2" y1="12" x2="22" y2="12"><\/line><line x1="12" y1="2" x2="12" y2="22"><\/line>',music:'<path d="M9 17H5a2 2 0 0 0-2 2 2 2 0 0 0 2 2h2a2 2 0 0 0 2-2zm12-2h-4a2 2 0 0 0-2 2 2 2 0 0 0 2 2h2a2 2 0 0 0 2-2z"><\/path><polyline points="9 17 9 5 21 3 21 15"><\/polyline>',"navigation-2":'<polygon points="12 2 19 21 12 17 5 21 12 2"><\/polygon>',navigation:'<polygon points="3 11 22 2 13 21 11 13 3 11"><\/polygon>',octagon:'<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"><\/polygon>',package:'<path d="M12.89 1.45l8 4A2 2 0 0 1 22 7.24v9.53a2 2 0 0 1-1.11 1.79l-8 4a2 2 0 0 1-1.79 0l-8-4a2 2 0 0 1-1.1-1.8V7.24a2 2 0 0 1 1.11-1.79l8-4a2 2 0 0 1 1.78 0z"><\/path><polyline points="2.32 6.16 12 11 21.68 6.16"><\/polyline><line x1="12" y1="22.76" x2="12" y2="11"><\/line><line x1="7" y1="3.5" x2="17" y2="8.5"><\/line>',paperclip:'<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"><\/path>',"pause-circle":'<circle cx="12" cy="12" r="10"><\/circle><line x1="10" y1="15" x2="10" y2="9"><\/line><line x1="14" y1="15" x2="14" y2="9"><\/line>',pause:'<rect x="6" y="4" width="4" height="16"><\/rect><rect x="14" y="4" width="4" height="16"><\/rect>',percent:'<line x1="19" y1="5" x2="5" y2="19"><\/line><circle cx="6.5" cy="6.5" r="2.5"><\/circle><circle cx="17.5" cy="17.5" r="2.5"><\/circle>',"phone-call":'<path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 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>',"phone-forwarded":'<polyline points="19 1 23 5 19 9"><\/polyline><line x1="15" y1="5" x2="23" y2="5"><\/line><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>',"phone-incoming":'<polyline points="16 2 16 8 22 8"><\/polyline><line x1="23" y1="1" x2="16" y2="8"><\/line><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>',"phone-missed":'<line x1="23" y1="1" x2="17" y2="7"><\/line><line x1="17" y1="1" x2="23" y2="7"><\/line><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>',"phone-off":'<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"><\/path><line x1="23" y1="1" x2="1" y2="23"><\/line>',"phone-outgoing":'<polyline points="23 7 23 1 17 1"><\/polyline><line x1="16" y1="8" x2="23" y2="1"><\/line><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>',phone:'<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>',"pie-chart":'<path d="M21.21 15.89A10 10 0 1 1 8 2.83"><\/path><path d="M22 12A10 10 0 0 0 12 2v10z"><\/path>',"play-circle":'<circle cx="12" cy="12" r="10"><\/circle><polygon points="10 8 16 12 10 16 10 8"><\/polygon>',play:'<polygon points="5 3 19 12 5 21 5 3"><\/polygon>',"plus-circle":'<circle cx="12" cy="12" r="10"><\/circle><line x1="12" y1="8" x2="12" y2="16"><\/line><line x1="8" y1="12" x2="16" y2="12"><\/line>',"plus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"><\/rect><line x1="12" y1="8" x2="12" y2="16"><\/line><line x1="8" y1="12" x2="16" y2="12"><\/line>',plus:'<line x1="12" y1="5" x2="12" y2="19"><\/line><line x1="5" y1="12" x2="19" y2="12"><\/line>',pocket:'<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"><\/path><polyline points="8 10 12 14 16 10"><\/polyline>',power:'<path d="M18.36 6.64a9 9 0 1 1-12.73 0"><\/path><line x1="12" y1="2" x2="12" y2="12"><\/line>',printer:'<polyline points="6 9 6 2 18 2 18 9"><\/polyline><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"><\/path><rect x="6" y="14" width="12" height="8"><\/rect>',radio:'<circle cx="12" cy="12" r="2"><\/circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"><\/path>',"refresh-ccw":'<polyline points="1 4 1 10 7 10"><\/polyline><polyline points="23 20 23 14 17 14"><\/polyline><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"><\/path>',"refresh-cw":'<polyline points="23 4 23 10 17 10"><\/polyline><polyline points="1 20 1 14 7 14"><\/polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"><\/path>',repeat:'<polyline points="17 1 21 5 17 9"><\/polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"><\/path><polyline points="7 23 3 19 7 15"><\/polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"><\/path>',rewind:'<polygon points="11 19 2 12 11 5 11 19"><\/polygon><polygon points="22 19 13 12 22 5 22 19"><\/polygon>',"rotate-ccw":'<polyline points="1 4 1 10 7 10"><\/polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"><\/path>',"rotate-cw":'<polyline points="23 4 23 10 17 10"><\/polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"><\/path>',rss:'<path d="M4 11a9 9 0 0 1 9 9"><\/path><path d="M4 4a16 16 0 0 1 16 16"><\/path><circle cx="5" cy="19" r="1"><\/circle>',save:'<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"><\/path><polyline points="17 21 17 13 7 13 7 21"><\/polyline><polyline points="7 3 7 8 15 8"><\/polyline>',scissors:'<circle cx="6" cy="6" r="3"><\/circle><circle cx="6" cy="18" r="3"><\/circle><line x1="20" y1="4" x2="8.12" y2="15.88"><\/line><line x1="14.47" y1="14.48" x2="20" y2="20"><\/line><line x1="8.12" y1="8.12" x2="12" y2="12"><\/line>',search:'<circle cx="11" cy="11" r="8"><\/circle><line x1="21" y1="21" x2="16.65" y2="16.65"><\/line>',send:'<line x1="22" y1="2" x2="11" y2="13"><\/line><polygon points="22 2 15 22 11 13 2 9 22 2"><\/polygon>',server:'<rect x="2" y="2" width="20" height="8" rx="2" ry="2"><\/rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"><\/rect><line x1="6" y1="6" x2="6" y2="6"><\/line><line x1="6" y1="18" x2="6" y2="18"><\/line>',settings:'<circle cx="12" cy="12" r="3"><\/circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"><\/path>',"share-2":'<circle cx="18" cy="5" r="3"><\/circle><circle cx="6" cy="12" r="3"><\/circle><circle cx="18" cy="19" r="3"><\/circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"><\/line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"><\/line>',share:'<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"><\/path><polyline points="16 6 12 2 8 6"><\/polyline><line x1="12" y1="2" x2="12" y2="15"><\/line>',"shield-off":'<path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"><\/path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"><\/path><line x1="1" y1="1" x2="23" y2="23"><\/line>',shield:'<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"><\/path>',"shopping-bag":'<path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"><\/path><line x1="3" y1="6" x2="21" y2="6"><\/line><path d="M16 10a4 4 0 0 1-8 0"><\/path>',"shopping-cart":'<circle cx="9" cy="21" r="1"><\/circle><circle cx="20" cy="21" r="1"><\/circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"><\/path>',shuffle:'<polyline points="16 3 21 3 21 8"><\/polyline><line x1="4" y1="20" x2="21" y2="3"><\/line><polyline points="21 16 21 21 16 21"><\/polyline><line x1="15" y1="15" x2="21" y2="21"><\/line><line x1="4" y1="4" x2="9" y2="9"><\/line>',sidebar:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"><\/rect><line x1="9" y1="3" x2="9" y2="21"><\/line>',"skip-back":'<polygon points="19 20 9 12 19 4 19 20"><\/polygon><line x1="5" y1="19" x2="5" y2="5"><\/line>',"skip-forward":'<polygon points="5 4 15 12 5 20 5 4"><\/polygon><line x1="19" y1="5" x2="19" y2="19"><\/line>',slack:'<path d="M22.08 9C19.81 1.41 16.54-.35 9 1.92S-.35 7.46 1.92 15 7.46 24.35 15 22.08 24.35 16.54 22.08 9z"><\/path><line x1="12.57" y1="5.99" x2="16.15" y2="16.39"><\/line><line x1="7.85" y1="7.61" x2="11.43" y2="18.01"><\/line><line x1="16.39" y1="7.85" x2="5.99" y2="11.43"><\/line><line x1="18.01" y1="12.57" x2="7.61" y2="16.15"><\/line>',slash:'<circle cx="12" cy="12" r="10"><\/circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"><\/line>',sliders:'<line x1="4" y1="21" x2="4" y2="14"><\/line><line x1="4" y1="10" x2="4" y2="3"><\/line><line x1="12" y1="21" x2="12" y2="12"><\/line><line x1="12" y1="8" x2="12" y2="3"><\/line><line x1="20" y1="21" x2="20" y2="16"><\/line><line x1="20" y1="12" x2="20" y2="3"><\/line><line x1="1" y1="14" x2="7" y2="14"><\/line><line x1="9" y1="8" x2="15" y2="8"><\/line><line x1="17" y1="16" x2="23" y2="16"><\/line>',smartphone:'<rect x="5" y="2" width="14" height="20" rx="2" ry="2"><\/rect><line x1="12" y1="18" x2="12" y2="18"><\/line>',speaker:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"><\/rect><circle cx="12" cy="14" r="4"><\/circle><line x1="12" y1="6" x2="12" y2="6"><\/line>',square:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"><\/rect>',star:'<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"><\/polygon>',"stop-circle":'<circle cx="12" cy="12" r="10"><\/circle><rect x="9" y="9" width="6" height="6"><\/rect>',sun:'<circle cx="12" cy="12" r="5"><\/circle><line x1="12" y1="1" x2="12" y2="3"><\/line><line x1="12" y1="21" x2="12" y2="23"><\/line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"><\/line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"><\/line><line x1="1" y1="12" x2="3" y2="12"><\/line><line x1="21" y1="12" x2="23" y2="12"><\/line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"><\/line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"><\/line>',sunrise:'<path d="M17 18a5 5 0 0 0-10 0"><\/path><line x1="12" y1="2" x2="12" y2="9"><\/line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"><\/line><line x1="1" y1="18" x2="3" y2="18"><\/line><line x1="21" y1="18" x2="23" y2="18"><\/line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"><\/line><line x1="23" y1="22" x2="1" y2="22"><\/line><polyline points="8 6 12 2 16 6"><\/polyline>',sunset:'<path d="M17 18a5 5 0 0 0-10 0"><\/path><line x1="12" y1="9" x2="12" y2="2"><\/line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"><\/line><line x1="1" y1="18" x2="3" y2="18"><\/line><line x1="21" y1="18" x2="23" y2="18"><\/line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"><\/line><line x1="23" y1="22" x2="1" y2="22"><\/line><polyline points="16 5 12 9 8 5"><\/polyline>',tablet:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2" transform="rotate(180 12 12)"><\/rect><line x1="12" y1="18" x2="12" y2="18"><\/line>',tag:'<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"><\/path><line x1="7" y1="7" x2="7" y2="7"><\/line>',target:'<circle cx="12" cy="12" r="10"><\/circle><circle cx="12" cy="12" r="6"><\/circle><circle cx="12" cy="12" r="2"><\/circle>',terminal:'<polyline points="4 17 10 11 4 5"><\/polyline><line x1="12" y1="19" x2="20" y2="19"><\/line>',thermometer:'<path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"><\/path>',"thumbs-down":'<path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"><\/path>',"thumbs-up":'<path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"><\/path>',"toggle-left":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"><\/rect><circle cx="8" cy="12" r="3"><\/circle>',"toggle-right":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"><\/rect><circle cx="16" cy="12" r="3"><\/circle>',"trash-2":'<polyline points="3 6 5 6 21 6"><\/polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"><\/path><line x1="10" y1="11" x2="10" y2="17"><\/line><line x1="14" y1="11" x2="14" y2="17"><\/line>',trash:'<polyline points="3 6 5 6 21 6"><\/polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"><\/path>',"trending-down":'<polyline points="23 18 13.5 8.5 8.5 13.5 1 6"><\/polyline><polyline points="17 18 23 18 23 12"><\/polyline>',"trending-up":'<polyline points="23 6 13.5 15.5 8.5 10.5 1 18"><\/polyline><polyline points="17 6 23 6 23 12"><\/polyline>',triangle:'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"><\/path>',truck:'<rect x="1" y="3" width="15" height="13"><\/rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"><\/polygon><circle cx="5.5" cy="18.5" r="2.5"><\/circle><circle cx="18.5" cy="18.5" r="2.5"><\/circle>',tv:'<rect x="2" y="7" width="20" height="15" rx="2" ry="2"><\/rect><polyline points="17 2 12 7 7 2"><\/polyline>',twitter:'<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"><\/path>',type:'<polyline points="4 7 4 4 20 4 20 7"><\/polyline><line x1="9" y1="20" x2="15" y2="20"><\/line><line x1="12" y1="4" x2="12" y2="20"><\/line>',umbrella:'<path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"><\/path>',underline:'<path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"><\/path><line x1="4" y1="21" x2="20" y2="21"><\/line>',unlock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"><\/rect><path d="M7 11V7a5 5 0 0 1 9.9-1"><\/path>',"upload-cloud":'<polyline points="16 16 12 12 8 16"><\/polyline><line x1="12" y1="12" x2="12" y2="21"><\/line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"><\/path><polyline points="16 16 12 12 8 16"><\/polyline>',upload:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"><\/path><polyline points="17 8 12 3 7 8"><\/polyline><line x1="12" y1="3" x2="12" y2="15"><\/line>',"user-check":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"><\/path><circle cx="8.5" cy="7" r="4"><\/circle><polyline points="17 11 19 13 23 9"><\/polyline>',"user-minus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"><\/path><circle cx="8.5" cy="7" r="4"><\/circle><line x1="23" y1="11" x2="17" y2="11"><\/line>',"user-plus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"><\/path><circle cx="8.5" cy="7" r="4"><\/circle><line x1="20" y1="8" x2="20" y2="14"><\/line><line x1="23" y1="11" x2="17" y2="11"><\/line>',"user-x":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"><\/path><circle cx="8.5" cy="7" r="4"><\/circle><line x1="18" y1="8" x2="23" y2="13"><\/line><line x1="23" y1="8" x2="18" y2="13"><\/line>',user:'<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"><\/path><circle cx="12" cy="7" r="4"><\/circle>',users:'<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"><\/path><circle cx="9" cy="7" r="4"><\/circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"><\/path><path d="M16 3.13a4 4 0 0 1 0 7.75"><\/path>',"video-off":'<path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"><\/path><line x1="1" y1="1" x2="23" y2="23"><\/line>',video:'<polygon points="23 7 16 12 23 17 23 7"><\/polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"><\/rect>',voicemail:'<circle cx="5.5" cy="11.5" r="4.5"><\/circle><circle cx="18.5" cy="11.5" r="4.5"><\/circle><line x1="5.5" y1="16" x2="18.5" y2="16"><\/line>',"volume-1":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"><\/polygon><path d="M15.54 8.46a5 5 0 0 1 0 7.07"><\/path>',"volume-2":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"><\/polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"><\/path>',"volume-x":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"><\/polygon><line x1="23" y1="9" x2="17" y2="15"><\/line><line x1="17" y1="9" x2="23" y2="15"><\/line>',volume:'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"><\/polygon>',watch:'<circle cx="12" cy="12" r="7"><\/circle><polyline points="12 9 12 12 13.5 13.5"><\/polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"><\/path>',"wifi-off":'<line x1="1" y1="1" x2="23" y2="23"><\/line><path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"><\/path><path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"><\/path><path d="M10.71 5.05A16 16 0 0 1 22.58 9"><\/path><path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"><\/path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"><\/path><line x1="12" y1="20" x2="12" y2="20"><\/line>',wifi:'<path d="M5 12.55a11 11 0 0 1 14.08 0"><\/path><path d="M1.42 9a16 16 0 0 1 21.16 0"><\/path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"><\/path><line x1="12" y1="20" x2="12" y2="20"><\/line>',wind:'<path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"><\/path>',"x-circle":'<circle cx="12" cy="12" r="10"><\/circle><line x1="15" y1="9" x2="9" y2="15"><\/line><line x1="9" y1="9" x2="15" y2="15"><\/line>',"x-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"><\/rect><line x1="9" y1="9" x2="15" y2="15"><\/line><line x1="15" y1="9" x2="9" y2="15"><\/line>',x:'<line x1="18" y1="6" x2="6" y2="18"><\/line><line x1="6" y1="6" x2="18" y2="18"><\/line>',youtube:'<path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"><\/path><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"><\/polygon>',"zap-off":'<polyline points="12.41 6.75 13 2 10.57 4.92"><\/polyline><polyline points="18.57 12.91 21 10 15.66 10"><\/polyline><polyline points="8 8 3 14 12 14 11 22 16 16"><\/polyline><line x1="1" y1="1" x2="23" y2="23"><\/line>',zap:'<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"><\/polygon>',"zoom-in":'<circle cx="11" cy="11" r="8"><\/circle><line x1="21" y1="21" x2="16.65" y2="16.65"><\/line><line x1="11" y1="8" x2="11" y2="14"><\/line><line x1="8" y1="11" x2="14" y2="11"><\/line>',"zoom-out":'<circle cx="11" cy="11" r="8"><\/circle><line x1="21" y1="21" x2="16.65" y2="16.65"><\/line><line x1="8" y1="11" x2="14" y2="11"><\/line>'}},function(n){n.exports={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"}},function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}var f;Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(n){for(var i,r,t=1;t<arguments.length;t++){i=arguments[t];for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(n[r]=i[r])}return n},e=function(){function n(n,t){for(var i,r=0;r<t.length;r++)i=t[r],i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}return function(t,i,r){return i&&n(t.prototype,i),r&&n(t,r),t}}(),o=u(i(16)),s=u(i(33));f=function(){function n(t,i){var u=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];!function(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function");}(this,n);this.name=t;this.contents=i;this.tags=u;this.attrs=r({},s.default,{"class":"feather feather-"+t})}return e(n,[{key:"toSvg",value:function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return"<svg "+function(n){return Object.keys(n).map(function(t){return t+'="'+n[t]+'"'}).join(" ")}(r({},this.attrs,n,{"class":o.default(this.attrs.class,n.class)}))+">"+this.contents+"<\/svg>"}},{key:"toString",value:function(){return this.contents}}]),n}();t.default=f},function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}var u=r(i(8)),f=r(i(30)),e=r(i(29));n.exports={icons:u.default,toSvg:f.default,replace:e.default}},function(n,t,i){var r=i(0)("iterator"),f=!1,u;try{u=[7][r]();u.return=function(){f=!0};Array.from(u,function(){throw 2;})}catch(n){}n.exports=function(n,t){var u,i,e;if(!t&&!f)return!1;u=!1;try{i=[7];e=i[r]();e.next=function(){return{done:u=!0}};i[r]=function(){return e};n(i)}catch(n){}return u}},function(n,t,i){var r=i(22),u=i(0)("toStringTag"),f="Arguments"==r(function(){return arguments}());n.exports=function(n){var t,i,e;return void 0===n?"Undefined":null===n?"Null":"string"==typeof(i=function(n,t){try{return n[t]}catch(n){}}(t=Object(n),u))?i:f?r(t):"Object"==(e=r(t))&&"function"==typeof t.callee?"Arguments":e}},function(n,t,i){var r=i(37),u=i(0)("iterator"),f=i(10);n.exports=i(7).getIteratorMethod=function(n){if(void 0!=n)return n[u]||n["@@iterator"]||f[r(n)]}},function(n,t,i){"use strict";var r=i(5),u=i(12);n.exports=function(n,t,i){t in n?r.f(n,t,u(0,i)):n[t]=i}},function(n,t,i){var r=i(10),u=i(0)("iterator"),f=Array.prototype;n.exports=function(n){return void 0!==n&&(r.Array===n||f[u]===n)}},function(n,t,i){var r=i(4);n.exports=function(n,t,i,u){try{return u?t(r(i)[0],i[1]):t(i)}catch(t){var f=n.return;throw void 0!==f&&r(f.call(n)),t;}}},function(n,t,i){"use strict";var f=i(24),r=i(28),e=i(17),o=i(41),s=i(40),h=i(21),u=i(39),c=i(38);r(r.S+r.F*!i(36)(function(n){Array.from(n)}),"Array",{from:function(n){var b,i,a,v,r=e(n),y="function"==typeof this?this:Array,k=arguments.length,l=k>1?arguments[1]:void 0,p=void 0!==l,t=0,w=c(r);if(p&&(l=f(l,k>2?arguments[2]:void 0,2)),void 0==w||y==Array&&s(w))for(i=new y(b=h(r.length));b>t;t++)u(i,t,p?l(r[t],t):r[t]);else for(v=w.call(r),i=new y;!(a=v.next()).done;t++)u(i,t,p?o(v,l,[a.value,t],!0):a.value);return i.length=t,i}})},function(n,t,i){var u=i(2),f=i(17),r=i(9)("IE_PROTO"),e=Object.prototype;n.exports=Object.getPrototypeOf||function(n){return n=f(n),u(n,r)?n[r]:"function"==typeof n.constructor&&n instanceof n.constructor?n.constructor.prototype:n instanceof Object?e:null}},function(n,t,i){var r=i(1).document;n.exports=r&&r.documentElement},function(n,t,i){var r=i(15),u=Math.max,f=Math.min;n.exports=function(n,t){return(n=r(n))<0?u(n+t,0):f(n,t)}},function(n,t,i){var r=i(23),u=i(21),f=i(45);n.exports=function(n){return function(t,i,e){var c,s=r(t),h=u(s.length),o=f(e,h);if(n&&i!=i){for(;h>o;)if((c=s[o++])!=c)return!0}else for(;h>o;o++)if((n||o in s)&&s[o]===i)return n||o||0;return!n&&-1}}},function(n,t,i){var r=i(22);n.exports=Object("z").propertyIsEnumerable(0)?Object:function(n){return"String"==r(n)?n.split(""):Object(n)}},function(n,t,i){var r=i(2),u=i(23),f=i(46)(!1),e=i(9)("IE_PROTO");n.exports=function(n,t){var i,s=u(n),h=0,o=[];for(i in s)i!=e&&r(s,i)&&o.push(i);for(;t.length>h;)r(s,i=t[h++])&&(~f(o,i)||o.push(i));return o}},function(n,t,i){var r=i(48),u=i(19);n.exports=Object.keys||function(n){return r(n,u)}},function(n,t,i){var r=i(5),u=i(4),f=i(49);n.exports=i(3)?Object.defineProperties:function(n,t){u(n);for(var i,e=f(t),s=e.length,o=0;s>o;)r.f(n,i=e[o++],t[i]);return n}},function(n,t,i){var e=i(4),o=i(50),f=i(19),s=i(9)("IE_PROTO"),u=function(){},r=function(){var n,t=i(26)("iframe"),u=f.length;for(t.style.display="none",i(44).appendChild(t),t.src="javascript:",(n=t.contentWindow.document).open(),n.write("<script>document.F=Object<\/script>"),n.close(),r=n.F;u--;)delete r.prototype[f[u]];return r()};n.exports=Object.create||function(n,t){var i;return null!==n?(u.prototype=e(n),i=new u,u.prototype=null,i[s]=n):i=r(),void 0===t?i:o(i,t)}},function(n,t,i){"use strict";var u=i(51),f=i(12),e=i(18),r={};i(6)(r,i(0)("iterator"),function(){return this});n.exports=function(n,t,i){n.prototype=u(r,{next:f(1,i)});e(n,t+" Iterator")}},function(n){n.exports=function(n){if("function"!=typeof n)throw TypeError(n+" is not a function!");return n}},function(n,t,i){var r=i(13);n.exports=function(n,t){if(!r(n))return n;var i,u;if(t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n))||"function"==typeof(i=n.valueOf)&&!r(u=i.call(n))||!t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n)))return u;throw TypeError("Can't convert object to primitive value");}},function(n,t,i){n.exports=!i(3)&&!i(27)(function(){return 7!=Object.defineProperty(i(26)("div"),"a",{get:function(){return 7}}).a})},function(n){n.exports=!1},function(n,t,i){"use strict";var e=i(56),f=i(28),c=i(25),o=i(6),l=i(2),s=i(10),a=i(52),v=i(18),y=i(43),r=i(0)("iterator"),u=!([].keys&&"next"in[].keys()),h=function(){return this};n.exports=function(n,t,i,p,w,b,k){a(i,t,p);var nt,rt,tt,ut=function(n){if(!u&&n in d)return d[n];switch(n){case"keys":case"values":return function(){return new i(this,n)}}return function(){return new i(this,n)}},ot=t+" Iterator",ft="values"==w,et=!1,d=n.prototype,it=d[r]||d["@@iterator"]||w&&d[w],g=!u&&it||ut(w),ht=w?ft?ut("entries"):g:void 0,st="Array"==t&&d.entries||it;if(st&&(tt=y(st.call(new n)))!==Object.prototype&&tt.next&&(v(tt,ot,!0),e||l(tt,r)||o(tt,r,h)),ft&&it&&"values"!==it.name&&(et=!0,g=function(){return it.call(this)}),e&&!k||!u&&!et&&d[r]||o(d,r,g),s[t]=g,s[ot]=h,w)if(nt={values:ft?g:ut("values"),keys:b?g:ut("keys"),entries:ht},k)for(rt in nt)rt in d||c(d,rt,nt[rt]);else f(f.P+f.F*(u||et),t,nt);return nt}},function(n,t,i){var r=i(15),u=i(14);n.exports=function(n){return function(t,i){var o,s,e=String(u(t)),f=r(i),h=e.length;return f<0||f>=h?n?"":void 0:(o=e.charCodeAt(f))<55296||o>56319||f+1===h||(s=e.charCodeAt(f+1))<56320||s>57343?n?e.charAt(f):o:n?e.slice(f,f+2):s-56320+(o-55296<<10)+65536}}},function(n,t,i){"use strict";var r=i(58)(!0);i(57)(String,"String",function(n){this._t=String(n);this._i=0},function(){var n,t=this._t,i=this._i;return i>=t.length?{value:void 0,done:!0}:(n=r(t,i),this._i+=n.length,{value:n,done:!1})})},function(n,t,i){i(59);i(42);n.exports=i(7).Array.from},function(n,t,i){i(60);n.exports=i(35)}])});var Pagination=function(n,t,i){function a(n,t){for(var u,o=n,s=t,h=2,c=o-h,l=o+h+1,e=[],f=[],r,i=1;i<=s;i++)(i==1||i==s||i>=c&&i<l)&&e.push(i);for(i=0;i<e.length;i++)u=e[i],r&&(u-r==2?f.push(r+1):u-r!=1&&f.push("...")),f.push(u),r=u;return f}function h(n){for(var t,r,f,o,i=0;i<s.length;i++)s[i].setAttribute("style","display: none !important");t=(n-1)*e;t>u&&(t=u-u%e);r=t+e;r>u&&(r=u);f=Array.prototype.slice.call(s);o=f.slice(t,r);o.forEach(function(n){n.setAttribute("style","display: block")})}function c(n){var t=Math.ceil(u/e),s=a(n,t);r.innerHTML="";s.forEach(function(t){var u="";u=t===n?'<li><a href="'+i+'" class="'+o+" "+f+'" aria-label="Nuvarande sida, gå till sida '+t+'" aria-current="true">'+t+"<\/a><\/li>":parseInt(t)?'<li><a href="'+i+'" class="'+o+'" aria-label="Gå till sida '+t+'">'+t+"<\/a><\/li>":"<li>"+t+"<\/li>";r.innerHTML+=u})}function v(){l.scrollIntoView()}function y(){return u>e}function p(){y()&&(c(1),r.querySelectorAll("."+o)[0].classList.add(f),r.addEventListener("click",function(n){if(n.target&&n.target.classList.contains(o)&&parseInt(n.target.innerHTML)){var i=parseInt(n.target.innerHTML),r=document.querySelector(t+" ."+f);r&&r.classList.remove(f);n.target.classList.add(f);h(i);c(i);v()}}),h(1))}var r=document.querySelector(t);if(r){var f="pagination-active",o="js-pagination-item",u=parseInt(r.getAttribute("data-length")),e=parseInt(r.getAttribute("data-perpage")),s=document.querySelectorAll(n),w=document.querySelector(n),l=document.querySelector(i);return{init:p}}};$(function(){var t=window.location.protocol+"//"+window.location.host,n;$(".find-external-links a, a.find-external-links").each(function(){this.href.indexOf(t)!==0&&$(this).append('<span data-feather="external-link"><\/span>')});feather.replace();$(".subnav-btn").on("click",function(){toggleSubMenu($(this))});$(".subnav-btn").on("keyup",function(n){(n.which===13||n.which===32)&&toggleSubMenu($(this))});openNavOnLoad();$("body").on("show.bs.collapse hide.bs.collapse ",function(){$(this).find(".navbar-hamburger-toggle").toggleClass("open")});$(".list-slider-container").slick({infinite:!0,variableWidth:!0,arrows:!0,accessibility:!0,slidesToShow:1,slidesToScroll:1,prevArrow:$(".list-slider-back"),nextArrow:$(".list-slider-forward")});$(".navbar-icon--search").click(function(){$("body").hasClass("is-searchpage")?($("html, body").animate({scrollTop:$(".search__form").offset().top-100},{duration:1e3}),setTimeout(function(){$("#searchpage-input").focus()},250)):($(".site-search").slideToggle(250),$("body").toggleClass("search--active"),setTimeout(function(){$("#search-input").focus()},250))});$(".accordion .accordion__button").on("click",function(){toggleAccordionItem($(this))});getCookie("cookie-accept")||$(".cookie-confirm").removeClass("hidden");$(".js-cookie-confirm").on("click",function(){setCookie("cookie-accept",!0,365);$(".cookie-confirm").remove();loadGA()});if(initializeAccessibleTabs("pricing-page__tabs__tab--active","d-none"),n=document.querySelector(".pagination"),n)var i=new Pagination("#pricing-page__results--shorttime .pricing-page__price","#js-pagination-shorttime","#pricing-page__anchor").init(),r=new Pagination("#pricing-page__results--longtime .pricing-page__price","#js-pagination-longtime","#pricing-page__anchor").init(),u=new Pagination("#pricing-page__results--rental .pricing-page__price","#js-pagination-rental","#pricing-page__anchor").init();pdfClickTracker()}),function(){function d(){n.on("keyup",function(n){if(n.keyCode===t||n.keyCode===e){var r=$(".map-search__result"),i=$(".map-search__result.selected").first();i.length||n.keyCode!==t?n.which===t?i?(i.removeClass("selected"),next=i.next(),i=next.length>0?next.addClass("selected"):r.eq(0).addClass("selected")):i=r.eq(0).addClass("selected"):n.which===e&&(i?(i.removeClass("selected"),next=i.prev(),i=next.length>0?next.addClass("selected"):r.last().addClass("selected")):i=r.last().addClass("selected")):i=r.first().addClass("selected");p(i.first())}});$(".map-search").on("click","#map-search__results li",function(n){p($(n.currentTarget))});n.on("keyup",function(n){n.keyCode!==13&&n.keyCode!==32&&n.keyCode!==38&&n.keyCode!==40&&rt()})}function g(){$("#map-search__submit").on("click",function(t){t.preventDefault();var u=n.attr("data-lat"),f=n.attr("data-long"),r=n.attr("data-placeid");r?(ft(r),b()):i(u,f)})}function nt(){$("#map-search__location").on("click",function(n){var t=a+"?geo";n.preventDefault();window.open(t,o);s()})}function tt(){n.on("keyup",function(n){if(clearTimeout(v),n.keyCode===e||n.keyCode===t){u(!1);return}var i=n.currentTarget.value;i.length>=2?(r(),u(!0),l()==!1&&b(),v=setTimeout(ut,500)):(u(!1),r(),w())})}function i(n,t){var i="";i=n&&t?n&&t?"?lat="+n+"&lon="+t+"&parkingType="+h():"":"?parkingType="+h();window.open(a+i,o);s()}function it(n){window.open(n,o);s()}function s(){$(".parkingMap").removeClass("hidden");var n=$("body");n.hasClass("map-open")||n.addClass("map-open");$(".parkingMap__close").eq(0).focus();ot()}function p(t){n.attr("aria-activedescendant",t.attr("id")).attr("data-long",t.data("long")).attr("data-lat",t.data("lat")).attr("data-placeid",t.data("placeid")).val(t.text())}function rt(){n.attr("data-lat","").attr("data-long","")}function r(){$("#map-search__results").html("")}function w(){$("#map-search__autocomplete").addClass("hidden")}function h(){var n=$("#map-search-input__select").val();return n||"st"}function c(t){n.attr("aria-expanded",t)}function ut(){f&&f.abort();var t=n.val();f=$.get("/api/mapsearch/address",{query:t,parkingType:h(),limit:10,sessionId:l()}).done(function(t){var e,f,i;if(u(!1),t&&!(t.length<=0)){for(r(),$("#map-search__autocomplete").removeClass("hidden"),$("#map-search__announce > span").html(t.length),e=$("#map-search__results"),f=0;f<t.length;f++)(i=t[f],i.lat||i.placeId)&&e.append('<li id="map-search__result__'+f+'" class="map-search__result" role="option" data-lat="'+i.lat+'" data-long="'+i.long+'" data-placeid="'+i.placeId+'">'+i.address+"<\/li>");t.length>0&&(n.attr("aria-expanded")=="false"?c(!0):c(!1))}})}function u(n){$(".js-map-search__loader").toggleClass("visually-hidden",!n)}function ft(n){$.get("/api/mapsearch/locate",{placeid:n,sessionId:l()}).done(function(n){i(n.lat,n.lng)}).fail(function(){console.error("Error getting Places Details");alert("Något gick fel vid hämtning av adress. Kontakta support eller prova igen.")})}function l(){return y}function b(){y=et()}function et(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(n){var t=Math.random()*16|0,i=n=="x"?t:t&3|8;return i.toString(16)})}function ot(){$(document).on("click",".parkingMap__close",function(n){k();n.preventDefault()});$(document).on("keyup",function(n){n=n||window.event;var t=!1;t="key"in n?n.key==="Escape"||n.key==="Esc":n.keyCode===27;t&&$("body").hasClass("map-open")&&k()})}function st(){$(document).off("click",".parkingMap__close");$(document).off("keyup")}function k(){var n=$(".parkingMap").eq(0);n.hasClass("hidden")||n.addClass("hidden");$("body").removeClass("map-open");st()}var a=$(".parkingMap").eq(0).data("api"),n=$("#map-search__input"),f=null,v=null,y="",e=38,t=40,o="parkingMap";$(function(){g();nt();tt();d();$("body").click(function(){r();w();c(!1)})});$(".js-map-open").click(function(n){var t=$(this),r=t.data("lat"),u=t.data("lon");r&&u?i(r,u):i();n.preventDefault()});$(".js-parkingLink").click(function(n){var i=$(this),t=i.attr("href");t&&it(t);n.preventDefault()})}();$(".contact-block form").on("submit",function(n){var t,i;$form=$(this);t=getFormData($form);resetForm($form);i=validateForm(t);i>0?displayErrorMessages():(startLoadingAnimation(),blockSubmitButton(!0),postToServer(t),setTimeout(function(){resetLoadingAnimation();blockSubmitButton(!1)},5e3));n.preventDefault()})