kcc-gem-theme 0.7.46 → 0.7.47

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cbe0d94d3c48259928eeb78543bee42088b37b06f1956965a054a732e2ebc89
4
- data.tar.gz: 5e4e9d224f1b2a1bcd4b34901e05ddff19478e14fcf161e512ab592afbececf7
3
+ metadata.gz: cf5ed00cec65debfcf1f4837ffeffeedcea3b21d9bbf45f8075f81e2be0507dc
4
+ data.tar.gz: 6dc64b90c7bbc077d4284aa1f77004fa356ef76e02f54e27bfa9cd8ebd8a95e7
5
5
  SHA512:
6
- metadata.gz: c0f15c2626a261cf287789e7aa3d1e92e588b6566d18077f91c962de5149343247daa40d81f96e8eff6716453328b12fdac91fb3e50466413325905014f2298c
7
- data.tar.gz: 21b4efd1c402b8741b8d7737a9342343b0a95c92ef8c6bd9c1f660c3882319d4b9841bbdb60ad9501a475a1215f5de0236914c0dfe0bd94e6ce06b4bddc1bddd
6
+ metadata.gz: 8378289d0b656d7e6f9ff3a49e02502801a81b6479c872a03bfd4fab24751c18dcd12740e743a8397c9de3dac1ea097b130a82c8edb2431f2db7609abb86aac1
7
+ data.tar.gz: d023913ae5edaa0da0eb3bca3f64a59f87d102065012a9cbddd94aa4cf921ceb6728d3ba9d23e2042bffe4aac6941ddb20f76f32bdfc4c4752af3784ba31385d
@@ -2,8 +2,16 @@
2
2
  <div class="row">
3
3
  <div class="col">
4
4
  <nav class="navbar navbar-light bg-light sub-nav__navbar">
5
- <a class="navbar-brand" href="#"><h3 class="typography__sub-nav--red-h3">{{ page.title }}</h3></a>
5
+ <a class="navbar-brand" href="{{ page.baseurl }}{{ page.sub-nav_section }}"><h3 class="typography__sub-nav--red-h3">{{ page.sub-nav_section | capitalize }}</h3></a>
6
6
  <ul id="subNavNav" class="nav ml-auto">
7
+ {% assign section = page.sub-nav_section | append: "/" %}
8
+ {% for nav in site.sub-nav_links %}
9
+ {% if nav.link_href contains section %}
10
+ <li class="nav-item">
11
+ <a href="{{ page.baseurl }}{{ nav.link_href }}" class="nav-link sub-nav__nav-link{% if forloop.first == true %} active{% endif %}">{{ nav.link_text }}</a>
12
+ </li>
13
+ {% endif %}
14
+ {% endfor %}
7
15
  </ul>
8
16
  </nav>
9
17
  </div>
@@ -1,26 +1,6 @@
1
- {% include document-head.html %}
2
- {% include scripts/google-tag.html %}
3
- {% include styles/fonts.html %}
4
- {% include styles/vendor.html %}
5
- {% if page.sheet_key %}
6
- <!-- dataTables stylesheets -->
7
- <!-- dataTables Bootstrap4 themed stylesheet -->
8
- <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.18/css/dataTables.bootstrap4.min.css" crossorigin="anonymous">
9
- <!-- dataTables "Responsive" extension stylesheet for bootstrap4 theme -->
10
- <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/responsive/2.2.2/css/responsive.bootstrap4.min.css" crossorigin="anonymous">
11
- {% endif %}
12
- {% include styles/main.html %}
13
- {% include body.html %}
14
- {% include scripts/google-noscript.html %}
15
- {% include nav-global.html %}
16
- {% include nav-local.html %}
17
- {% include nav-sub.html %}
18
- {{ content }}
19
- {% include footer.html %}
20
- {% include scripts/vendor-cdn.html %}
21
- {% include scripts/kcc-theme.html %}
22
- {% if page.sheet_key %}
23
- {% include scripts/table-cdn.html %}
24
- {% endif %}
25
- {% include scripts/custom.html %}
26
- {% include foot.html %}
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% include nav-sub.html %}
6
+ {{ content }}
@@ -1 +1 @@
1
- !function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=104)}([function(t,e,n){(function(e){var n="object",r=function(t){return t&&t.Math==Math&&t};t.exports=r(typeof globalThis==n&&globalThis)||r(typeof window==n&&window)||r(typeof self==n&&self)||r(typeof e==n&&e)||Function("return this")()}).call(this,n(70))},function(t,e,n){var r=n(0),o=n(13),i=n(33),c=n(53),u=r.Symbol,a=o("wks");t.exports=function(t){return a[t]||(a[t]=c&&u[t]||(c?u:i)("Symbol."+t))}},function(t,e,n){var r=n(4);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var r=n(7),o=n(8),i=n(19);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(6);t.exports=!r(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(7),o=n(47),i=n(2),c=n(30),u=Object.defineProperty;e.f=r?u:function(t,e,n){if(i(t),e=c(e,!0),i(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var r=n(46),o=n(12);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(0),o=n(13),i=n(5),c=n(3),u=n(32),a=n(48),s=n(15),f=s.get,l=s.enforce,p=String(a).split("toString");o("inspectSource",function(t){return a.call(t)}),(t.exports=function(t,e,n,o){var a=!!o&&!!o.unsafe,s=!!o&&!!o.enumerable,f=!!o&&!!o.noTargetGet;"function"==typeof n&&("string"!=typeof e||c(n,"name")||i(n,"name",e),l(n).source=p.join("string"==typeof e?e:"")),t!==r?(a?!f&&t[e]&&(s=!0):delete t[e],s?t[e]=n:i(t,e,n)):s?t[e]=n:u(e,n)})(Function.prototype,"toString",function(){return"function"==typeof this&&f(this).source||a.call(this)})},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(0),o=n(32),i=n(14),c=r["__core-js_shared__"]||o("__core-js_shared__",{});(t.exports=function(t,e){return c[t]||(c[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.1.3",mode:i?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!1},function(t,e,n){var r,o,i,c=n(71),u=n(0),a=n(4),s=n(5),f=n(3),l=n(20),p=n(21),v=u.WeakMap;if(c){var d=new v,y=d.get,h=d.has,g=d.set;r=function(t,e){return g.call(d,t,e),e},o=function(t){return y.call(d,t)||{}},i=function(t){return h.call(d,t)}}else{var m=l("state");p[m]=!0,r=function(t,e){return s(t,m,e),e},o=function(t){return f(t,m)?t[m]:{}},i=function(t){return f(t,m)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!a(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e){t.exports={}},function(t,e,n){var r=n(0),o=n(18).f,i=n(5),c=n(11),u=n(32),a=n(49),s=n(52);t.exports=function(t,e){var n,f,l,p,v,d=t.target,y=t.global,h=t.stat;if(n=y?r:h?r[d]||u(d,{}):(r[d]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(v=o(n,f))&&v.value:n[f],!s(y?f:d+(h?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;a(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),c(n,f,p,t)}}},function(t,e,n){var r=n(7),o=n(45),i=n(19),c=n(10),u=n(30),a=n(3),s=n(47),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=c(t),e=u(e,!0),s)try{return f(t,e)}catch(t){}if(a(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(13),o=n(33),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports={}},function(t,e,n){var r=n(34),o=n(0),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},function(t,e,n){var r=n(24),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(12);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(8).f,o=n(3),i=n(1)("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,n){"use strict";var r=n(10),o=n(79),i=n(16),c=n(15),u=n(59),a=c.set,s=c.getterFor("Array Iterator");t.exports=u(Array,"Array",function(t,e){a(this,{type:"Array Iterator",target:r(t),index:0,kind:e})},function(){var t=s(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}},"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e,n){"use strict";var r=n(17),o=n(0),i=n(14),c=n(7),u=n(53),a=n(6),s=n(3),f=n(54),l=n(4),p=n(2),v=n(25),d=n(10),y=n(30),h=n(19),g=n(37),m=n(55),b=n(35),x=n(76),S=n(51),w=n(18),O=n(8),j=n(45),E=n(5),T=n(11),A=n(13),I=n(20),P=n(21),_=n(33),L=n(1),M=n(57),k=n(58),C=n(26),N=n(15),R=n(77).forEach,F=I("hidden"),B=L("toPrimitive"),D=N.set,q=N.getterFor("Symbol"),G=Object.prototype,$=o.Symbol,H=o.JSON,V=H&&H.stringify,z=w.f,W=O.f,Y=x.f,U=j.f,J=A("symbols"),K=A("op-symbols"),Q=A("string-to-symbol-registry"),X=A("symbol-to-string-registry"),Z=A("wks"),tt=o.QObject,et=!tt||!tt.prototype||!tt.prototype.findChild,nt=c&&a(function(){return 7!=g(W({},"a",{get:function(){return W(this,"a",{value:7}).a}})).a})?function(t,e,n){var r=z(G,e);r&&delete G[e],W(t,e,n),r&&t!==G&&W(G,e,r)}:W,rt=function(t,e){var n=J[t]=g($.prototype);return D(n,{type:"Symbol",tag:t,description:e}),c||(n.description=e),n},ot=u&&"symbol"==typeof $.iterator?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof $},it=function(t,e,n){t===G&&it(K,e,n),p(t);var r=y(e,!0);return p(n),s(J,r)?(n.enumerable?(s(t,F)&&t[F][r]&&(t[F][r]=!1),n=g(n,{enumerable:h(0,!1)})):(s(t,F)||W(t,F,h(1,{})),t[F][r]=!0),nt(t,r,n)):W(t,r,n)},ct=function(t,e){p(t);var n=d(e),r=m(n).concat(ft(n));return R(r,function(e){c&&!ut.call(n,e)||it(t,e,n[e])}),t},ut=function(t){var e=y(t,!0),n=U.call(this,e);return!(this===G&&s(J,e)&&!s(K,e))&&(!(n||!s(this,e)||!s(J,e)||s(this,F)&&this[F][e])||n)},at=function(t,e){var n=d(t),r=y(e,!0);if(n!==G||!s(J,r)||s(K,r)){var o=z(n,r);return!o||!s(J,r)||s(n,F)&&n[F][r]||(o.enumerable=!0),o}},st=function(t){var e=Y(d(t)),n=[];return R(e,function(t){s(J,t)||s(P,t)||n.push(t)}),n},ft=function(t){var e=t===G,n=Y(e?K:d(t)),r=[];return R(n,function(t){!s(J,t)||e&&!s(G,t)||r.push(J[t])}),r};u||(T(($=function(){if(this instanceof $)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=_(t),n=function(t){this===G&&n.call(K,t),s(this,F)&&s(this[F],e)&&(this[F][e]=!1),nt(this,e,h(1,t))};return c&&et&&nt(G,e,{configurable:!0,set:n}),rt(e,t)}).prototype,"toString",function(){return q(this).tag}),j.f=ut,O.f=it,w.f=at,b.f=x.f=st,S.f=ft,c&&(W($.prototype,"description",{configurable:!0,get:function(){return q(this).description}}),i||T(G,"propertyIsEnumerable",ut,{unsafe:!0})),M.f=function(t){return rt(L(t),t)}),r({global:!0,wrap:!0,forced:!u,sham:!u},{Symbol:$}),R(m(Z),function(t){k(t)}),r({target:"Symbol",stat:!0,forced:!u},{for:function(t){var e=String(t);if(s(Q,e))return Q[e];var n=$(e);return Q[e]=n,X[n]=e,n},keyFor:function(t){if(!ot(t))throw TypeError(t+" is not a symbol");if(s(X,t))return X[t]},useSetter:function(){et=!0},useSimple:function(){et=!1}}),r({target:"Object",stat:!0,forced:!u,sham:!c},{create:function(t,e){return void 0===e?g(t):ct(g(t),e)},defineProperty:it,defineProperties:ct,getOwnPropertyDescriptor:at}),r({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:st,getOwnPropertySymbols:ft}),r({target:"Object",stat:!0,forced:a(function(){S.f(1)})},{getOwnPropertySymbols:function(t){return S.f(v(t))}}),H&&r({target:"JSON",stat:!0,forced:!u||a(function(){var t=$();return"[null]"!=V([t])||"{}"!=V({a:t})||"{}"!=V(Object(t))})},{stringify:function(t){for(var e,n,r=[t],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=e=r[1],(l(e)||void 0!==t)&&!ot(t))return f(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!ot(e))return e}),r[1]=e,V.apply(H,r)}}),$.prototype[B]||E($.prototype,B,$.prototype.valueOf),C($,"Symbol"),P[F]=!0},function(t,e,n){var r=n(4);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(0),o=n(4),i=r.document,c=o(i)&&o(i.createElement);t.exports=function(t){return c?i.createElement(t):{}}},function(t,e,n){var r=n(0),o=n(5);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e,n){t.exports=n(0)},function(t,e,n){var r=n(50),o=n(36).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var r=n(2),o=n(75),i=n(36),c=n(21),u=n(56),a=n(31),s=n(20)("IE_PROTO"),f=function(){},l=function(){var t,e=a("iframe"),n=i.length;for(e.style.display="none",u.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),l=t.F;n--;)delete l.prototype[i[n]];return l()};t.exports=Object.create||function(t,e){var n;return null!==t?(f.prototype=r(t),n=new f,f.prototype=null,n[s]=t):n=l(),void 0===e?n:o(n,e)},c[s]=!0},function(t,e,n){var r=n(27);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){"use strict";var r=n(17),o=n(7),i=n(0),c=n(3),u=n(4),a=n(8).f,s=n(49),f=i.Symbol;if(o&&"function"==typeof f&&(!("description"in f.prototype)||void 0!==f().description)){var l={},p=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof p?new f(t):void 0===t?f():f(t);return""===t&&(l[e]=!0),e};s(p,f);var v=p.prototype=f.prototype;v.constructor=p;var d=v.toString,y="Symbol(test)"==String(f("test")),h=/^Symbol\((.*)\)[^)]+$/;a(v,"description",{configurable:!0,get:function(){var t=u(this)?this.valueOf():this,e=d.call(t);if(c(l,t))return"";var n=y?e.slice(7,-1):e.replace(h,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:p})}},function(t,e,n){n(58)("iterator")},function(t,e,n){var r=n(11),o=n(84),i=Object.prototype;o!==i.toString&&r(i,"toString",o,{unsafe:!0})},function(t,e,n){"use strict";var r=n(63).charAt,o=n(15),i=n(59),c=o.set,u=o.getterFor("String Iterator");i(String,"String",function(t){c(this,{type:"String Iterator",string:String(t),index:0})},function(){var t,e=u(this),n=e.string,o=e.index;return o>=n.length?{value:void 0,done:!0}:(t=r(n,o),e.index+=t.length,{value:t,done:!1})})},function(t,e,n){var r=n(0),o=n(85),i=n(28),c=n(5),u=n(1),a=u("iterator"),s=u("toStringTag"),f=i.values;for(var l in o){var p=r[l],v=p&&p.prototype;if(v){if(v[a]!==f)try{c(v,a,f)}catch(t){v[a]=f}if(v[s]||c(v,s,l),o[l])for(var d in i)if(v[d]!==i[d])try{c(v,d,i[d])}catch(t){v[d]=i[d]}}}},function(t,e,n){"use strict";var r=n(64),o=n(2),i=n(25),c=n(23),u=n(24),a=n(12),s=n(87),f=n(66),l=Math.max,p=Math.min,v=Math.floor,d=/\$([$&'`]|\d\d?|<[^>]*>)/g,y=/\$([$&'`]|\d\d?)/g;r("replace",2,function(t,e,n){return[function(n,r){var o=a(this),i=null==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,i){var a=n(e,t,this,i);if(a.done)return a.value;var v=o(t),d=String(this),y="function"==typeof i;y||(i=String(i));var h=v.global;if(h){var g=v.unicode;v.lastIndex=0}for(var m=[];;){var b=f(v,d);if(null===b)break;if(m.push(b),!h)break;""===String(b[0])&&(v.lastIndex=s(d,c(v.lastIndex),g))}for(var x,S="",w=0,O=0;O<m.length;O++){b=m[O];for(var j=String(b[0]),E=l(p(u(b.index),d.length),0),T=[],A=1;A<b.length;A++)T.push(void 0===(x=b[A])?x:String(x));var I=b.groups;if(y){var P=[j].concat(T,E,d);void 0!==I&&P.push(I);var _=String(i.apply(void 0,P))}else _=r(j,d,E,T,I,i);E>=w&&(S+=d.slice(w,E)+_,w=E+j.length)}return S+d.slice(w)}];function r(t,n,r,o,c,u){var a=r+t.length,s=o.length,f=y;return void 0!==c&&(c=i(c),f=d),e.call(u,f,function(e,i){var u;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(a);case"<":u=c[i.slice(1,-1)];break;default:var f=+i;if(0===f)return e;if(f>s){var l=v(f/10);return 0===l?e:l<=s?void 0===o[l-1]?i.charAt(1):o[l-1]+i.charAt(1):e}u=o[f-1]}return void 0===u?"":u})}})},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(6),o=n(9),i="".split;t.exports=r(function(){return!Object("z").propertyIsEnumerable(0)})?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e,n){var r=n(7),o=n(6),i=n(31);t.exports=!r&&!o(function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(13);t.exports=r("native-function-to-string",Function.toString)},function(t,e,n){var r=n(3),o=n(72),i=n(18),c=n(8);t.exports=function(t,e){for(var n=o(e),u=c.f,a=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||u(t,f,a(e,f))}}},function(t,e,n){var r=n(3),o=n(10),i=n(73).indexOf,c=n(21);t.exports=function(t,e){var n,u=o(t),a=0,s=[];for(n in u)!r(c,n)&&r(u,n)&&s.push(n);for(;e.length>a;)r(u,n=e[a++])&&(~i(s,n)||s.push(n));return s}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(6),o=/#|\.prototype\./,i=function(t,e){var n=u[c(t)];return n==s||n!=a&&("function"==typeof e?r(e):!!e)},c=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},a=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},function(t,e,n){var r=n(6);t.exports=!!Object.getOwnPropertySymbols&&!r(function(){return!String(Symbol())})},function(t,e,n){var r=n(9);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(50),o=n(36);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){var r=n(22);t.exports=r("document","documentElement")},function(t,e,n){e.f=n(1)},function(t,e,n){var r=n(34),o=n(3),i=n(57),c=n(8).f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});o(e,t)||c(e,t,{value:i.f(t)})}},function(t,e,n){"use strict";var r=n(17),o=n(80),i=n(61),c=n(82),u=n(26),a=n(5),s=n(11),f=n(1),l=n(14),p=n(16),v=n(60),d=v.IteratorPrototype,y=v.BUGGY_SAFARI_ITERATORS,h=f("iterator"),g=function(){return this};t.exports=function(t,e,n,f,v,m,b){o(n,e,f);var x,S,w,O=function(t){if(t===v&&I)return I;if(!y&&t in T)return T[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},j=e+" Iterator",E=!1,T=t.prototype,A=T[h]||T["@@iterator"]||v&&T[v],I=!y&&A||O(v),P="Array"==e&&T.entries||A;if(P&&(x=i(P.call(new t)),d!==Object.prototype&&x.next&&(l||i(x)===d||(c?c(x,d):"function"!=typeof x[h]&&a(x,h,g)),u(x,j,!0,!0),l&&(p[j]=g))),"values"==v&&A&&"values"!==A.name&&(E=!0,I=function(){return A.call(this)}),l&&!b||T[h]===I||a(T,h,I),p[e]=I,v)if(S={values:O("values"),keys:m?I:O("keys"),entries:O("entries")},b)for(w in S)!y&&!E&&w in T||s(T,w,S[w]);else r({target:e,proto:!0,forced:y||E},S);return S}},function(t,e,n){"use strict";var r,o,i,c=n(61),u=n(5),a=n(3),s=n(1),f=n(14),l=s("iterator"),p=!1;[].keys&&("next"in(i=[].keys())?(o=c(c(i)))!==Object.prototype&&(r=o):p=!0),null==r&&(r={}),f||a(r,l)||u(r,l,function(){return this}),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:p}},function(t,e,n){var r=n(3),o=n(25),i=n(20),c=n(81),u=i("IE_PROTO"),a=Object.prototype;t.exports=c?Object.getPrototypeOf:function(t){return t=o(t),r(t,u)?t[u]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},function(t,e,n){var r=n(9),o=n(1)("toStringTag"),i="Arguments"==r(function(){return arguments}());t.exports=function(t){var e,n,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),o))?n:i?r(e):"Object"==(c=r(e))&&"function"==typeof e.callee?"Arguments":c}},function(t,e,n){var r=n(24),o=n(12),i=function(t){return function(e,n){var i,c,u=String(o(e)),a=r(n),s=u.length;return a<0||a>=s?t?"":void 0:(i=u.charCodeAt(a))<55296||i>56319||a+1===s||(c=u.charCodeAt(a+1))<56320||c>57343?t?u.charAt(a):i:t?u.slice(a,a+2):c-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},function(t,e,n){"use strict";var r=n(5),o=n(11),i=n(6),c=n(1),u=n(65),a=c("species"),s=!i(function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}),f=!i(function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]});t.exports=function(t,e,n,l){var p=c(t),v=!i(function(){var e={};return e[p]=function(){return 7},7!=""[t](e)}),d=v&&!i(function(){var e=!1,n=/a/;return n.exec=function(){return e=!0,null},"split"===t&&(n.constructor={},n.constructor[a]=function(){return n}),n[p](""),!e});if(!v||!d||"replace"===t&&!s||"split"===t&&!f){var y=/./[p],h=n(p,""[t],function(t,e,n,r,o){return e.exec===u?v&&!o?{done:!0,value:y.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),g=h[0],m=h[1];o(String.prototype,t,g),o(RegExp.prototype,p,2==e?function(t,e){return m.call(t,this,e)}:function(t){return m.call(t,this)}),l&&r(RegExp.prototype[p],"sham",!0)}}},function(t,e,n){"use strict";var r,o,i=n(86),c=RegExp.prototype.exec,u=String.prototype.replace,a=c,s=(r=/a/,o=/b*/g,c.call(r,"a"),c.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),f=void 0!==/()??/.exec("")[1];(s||f)&&(a=function(t){var e,n,r,o,a=this;return f&&(n=new RegExp("^"+a.source+"$(?!\\s)",i.call(a))),s&&(e=a.lastIndex),r=c.call(a,t),s&&r&&(a.lastIndex=a.global?r.index+r[0].length:e),f&&r&&r.length>1&&u.call(r[0],n,function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)}),r}),t.exports=a},function(t,e,n){var r=n(9),o=n(65);t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},function(t,e,n){var r,o,i,c=n(0),u=n(6),a=n(9),s=n(38),f=n(56),l=n(31),p=c.location,v=c.setImmediate,d=c.clearImmediate,y=c.process,h=c.MessageChannel,g=c.Dispatch,m=0,b={},x=function(t){if(b.hasOwnProperty(t)){var e=b[t];delete b[t],e()}},S=function(t){return function(){x(t)}},w=function(t){x(t.data)},O=function(t){c.postMessage(t+"",p.protocol+"//"+p.host)};v&&d||(v=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return b[++m]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},r(m),m},d=function(t){delete b[t]},"process"==a(y)?r=function(t){y.nextTick(S(t))}:g&&g.now?r=function(t){g.now(S(t))}:h?(i=(o=new h).port2,o.port1.onmessage=w,r=s(i.postMessage,i,1)):!c.addEventListener||"function"!=typeof postMessage||c.importScripts||u(O)?r="onreadystatechange"in l("script")?function(t){f.appendChild(l("script")).onreadystatechange=function(){f.removeChild(this),x(t)}}:function(t){setTimeout(S(t),0)}:(r=O,c.addEventListener("message",w,!1))),t.exports={set:v,clear:d}},function(t,e,n){var r=n(22);t.exports=r("navigator","userAgent")||""},function(t,e,n){"use strict";var r=n(27),o=function(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=r(e),this.reject=r(n)};t.exports.f=function(t){return new o(t)}},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var r=n(0),o=n(48),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o.call(i))},function(t,e,n){var r=n(22),o=n(35),i=n(51),c=n(2);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(c(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(10),o=n(23),i=n(74),c=function(t){return function(e,n,c){var u,a=r(e),s=o(a.length),f=i(c,s);if(t&&n!=n){for(;s>f;)if((u=a[f++])!=u)return!0}else for(;s>f;f++)if((t||f in a)&&a[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:c(!0),indexOf:c(!1)}},function(t,e,n){var r=n(24),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e,n){var r=n(7),o=n(8),i=n(2),c=n(55);t.exports=r?Object.defineProperties:function(t,e){i(t);for(var n,r=c(e),u=r.length,a=0;u>a;)o.f(t,n=r[a++],e[n]);return t}},function(t,e,n){var r=n(10),o=n(35).f,i={}.toString,c="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return c&&"[object Window]"==i.call(t)?function(t){try{return o(t)}catch(t){return c.slice()}}(t):o(r(t))}},function(t,e,n){var r=n(38),o=n(46),i=n(25),c=n(23),u=n(78),a=[].push,s=function(t){var e=1==t,n=2==t,s=3==t,f=4==t,l=6==t,p=5==t||l;return function(v,d,y,h){for(var g,m,b=i(v),x=o(b),S=r(d,y,3),w=c(x.length),O=0,j=h||u,E=e?j(v,w):n?j(v,0):void 0;w>O;O++)if((p||O in x)&&(m=S(g=x[O],O,b),t))if(e)E[O]=m;else if(m)switch(t){case 3:return!0;case 5:return g;case 6:return O;case 2:a.call(E,g)}else if(f)return!1;return l?-1:s||f?f:E}};t.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6)}},function(t,e,n){var r=n(4),o=n(54),i=n(1)("species");t.exports=function(t,e){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[i])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},function(t,e,n){var r=n(1),o=n(37),i=n(5),c=r("unscopables"),u=Array.prototype;null==u[c]&&i(u,c,o(null)),t.exports=function(t){u[c][t]=!0}},function(t,e,n){"use strict";var r=n(60).IteratorPrototype,o=n(37),i=n(19),c=n(26),u=n(16),a=function(){return this};t.exports=function(t,e,n){var s=e+" Iterator";return t.prototype=o(r,{next:i(1,n)}),c(t,s,!1,!0),u[s]=a,t}},function(t,e,n){var r=n(6);t.exports=!r(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},function(t,e,n){var r=n(2),o=n(83);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,i){return r(n),o(i),e?t.call(n,i):n.__proto__=i,n}}():void 0)},function(t,e,n){var r=n(4);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,n){"use strict";var r=n(62),o={};o[n(1)("toStringTag")]="z",t.exports="[object z]"!==String(o)?function(){return"[object "+r(this)+"]"}:o.toString},function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(t,e,n){"use strict";var r=n(2);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){"use strict";var r=n(63).charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},function(t,e,n){"use strict";var r=n(64),o=n(2),i=n(12),c=n(89),u=n(66);r("search",1,function(t,e,n){return[function(e){var n=i(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var i=o(t),a=String(this),s=i.lastIndex;c(s,0)||(i.lastIndex=0);var f=u(i,a);return c(i.lastIndex,s)||(i.lastIndex=s),null===f?-1:f.index}]})},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},function(t,e,n){"use strict";var r,o,i,c=n(17),u=n(14),a=n(0),s=n(34),f=n(91),l=n(26),p=n(92),v=n(4),d=n(27),y=n(93),h=n(9),g=n(94),m=n(98),b=n(99),x=n(67).set,S=n(100),w=n(101),O=n(102),j=n(69),E=n(103),T=n(68),A=n(15),I=n(52),P=n(1)("species"),_="Promise",L=A.get,M=A.set,k=A.getterFor(_),C=a.Promise,N=a.TypeError,R=a.document,F=a.process,B=a.fetch,D=F&&F.versions,q=D&&D.v8||"",G=j.f,$=G,H="process"==h(F),V=!!(R&&R.createEvent&&a.dispatchEvent),z=I(_,function(){var t=C.resolve(1),e=function(){},n=(t.constructor={})[P]=function(t){t(e,e)};return!((H||"function"==typeof PromiseRejectionEvent)&&(!u||t.finally)&&t.then(e)instanceof n&&0!==q.indexOf("6.6")&&-1===T.indexOf("Chrome/66"))}),W=z||!m(function(t){C.all(t).catch(function(){})}),Y=function(t){var e;return!(!v(t)||"function"!=typeof(e=t.then))&&e},U=function(t,e,n){if(!e.notified){e.notified=!0;var r=e.reactions;S(function(){for(var o=e.value,i=1==e.state,c=0;r.length>c;){var u,a,s,f=r[c++],l=i?f.ok:f.fail,p=f.resolve,v=f.reject,d=f.domain;try{l?(i||(2===e.rejection&&X(t,e),e.rejection=1),!0===l?u=o:(d&&d.enter(),u=l(o),d&&(d.exit(),s=!0)),u===f.promise?v(N("Promise-chain cycle")):(a=Y(u))?a.call(u,p,v):p(u)):v(o)}catch(t){d&&!s&&d.exit(),v(t)}}e.reactions=[],e.notified=!1,n&&!e.rejection&&K(t,e)})}},J=function(t,e,n){var r,o;V?((r=R.createEvent("Event")).promise=e,r.reason=n,r.initEvent(t,!1,!0),a.dispatchEvent(r)):r={promise:e,reason:n},(o=a["on"+t])?o(r):"unhandledrejection"===t&&O("Unhandled promise rejection",n)},K=function(t,e){x.call(a,function(){var n,r=e.value;if(Q(e)&&(n=E(function(){H?F.emit("unhandledRejection",r,t):J("unhandledrejection",t,r)}),e.rejection=H||Q(e)?2:1,n.error))throw n.value})},Q=function(t){return 1!==t.rejection&&!t.parent},X=function(t,e){x.call(a,function(){H?F.emit("rejectionHandled",t):J("rejectionhandled",t,e.value)})},Z=function(t,e,n,r){return function(o){t(e,n,o,r)}},tt=function(t,e,n,r){e.done||(e.done=!0,r&&(e=r),e.value=n,e.state=2,U(t,e,!0))},et=function(t,e,n,r){if(!e.done){e.done=!0,r&&(e=r);try{if(t===n)throw N("Promise can't be resolved itself");var o=Y(n);o?S(function(){var r={done:!1};try{o.call(n,Z(et,t,r,e),Z(tt,t,r,e))}catch(n){tt(t,r,n,e)}}):(e.value=n,e.state=1,U(t,e,!1))}catch(n){tt(t,{done:!1},n,e)}}};z&&(C=function(t){y(this,C,_),d(t),r.call(this);var e=L(this);try{t(Z(et,this,e),Z(tt,this,e))}catch(t){tt(this,e,t)}},(r=function(t){M(this,{type:_,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=f(C.prototype,{then:function(t,e){var n=k(this),r=G(b(this,C));return r.ok="function"!=typeof t||t,r.fail="function"==typeof e&&e,r.domain=H?F.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&U(this,n,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r,e=L(t);this.promise=t,this.resolve=Z(et,t,e),this.reject=Z(tt,t,e)},j.f=G=function(t){return t===C||t===i?new o(t):$(t)},u||"function"!=typeof B||c({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return w(C,B.apply(a,arguments))}})),c({global:!0,wrap:!0,forced:z},{Promise:C}),l(C,_,!1,!0),p(_),i=s.Promise,c({target:_,stat:!0,forced:z},{reject:function(t){var e=G(this);return e.reject.call(void 0,t),e.promise}}),c({target:_,stat:!0,forced:u||z},{resolve:function(t){return w(u&&this===i?C:this,t)}}),c({target:_,stat:!0,forced:W},{all:function(t){var e=this,n=G(e),r=n.resolve,o=n.reject,i=E(function(){var n=d(e.resolve),i=[],c=0,u=1;g(t,function(t){var a=c++,s=!1;i.push(void 0),u++,n.call(e,t).then(function(t){s||(s=!0,i[a]=t,--u||r(i))},o)}),--u||r(i)});return i.error&&o(i.value),n.promise},race:function(t){var e=this,n=G(e),r=n.reject,o=E(function(){var o=d(e.resolve);g(t,function(t){o.call(e,t).then(n.resolve,r)})});return o.error&&r(o.value),n.promise}})},function(t,e,n){var r=n(11);t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},function(t,e,n){"use strict";var r=n(22),o=n(8),i=n(1),c=n(7),u=i("species");t.exports=function(t){var e=r(t),n=o.f;c&&e&&!e[u]&&n(e,u,{configurable:!0,get:function(){return this}})}},function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},function(t,e,n){var r=n(2),o=n(95),i=n(23),c=n(38),u=n(96),a=n(97),s=function(t,e){this.stopped=t,this.result=e};(t.exports=function(t,e,n,f,l){var p,v,d,y,h,g,m=c(e,n,f?2:1);if(l)p=t;else{if("function"!=typeof(v=u(t)))throw TypeError("Target is not iterable");if(o(v)){for(d=0,y=i(t.length);y>d;d++)if((h=f?m(r(g=t[d])[0],g[1]):m(t[d]))&&h instanceof s)return h;return new s(!1)}p=v.call(t)}for(;!(g=p.next()).done;)if((h=a(p,m,g.value,f))&&h instanceof s)return h;return new s(!1)}).stop=function(t){return new s(!0,t)}},function(t,e,n){var r=n(1),o=n(16),i=r("iterator"),c=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||c[i]===t)}},function(t,e,n){var r=n(62),o=n(16),i=n(1)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,e,n){var r=n(2);t.exports=function(t,e,n,o){try{return o?e(r(n)[0],n[1]):e(n)}catch(e){var i=t.return;throw void 0!==i&&r(i.call(t)),e}}},function(t,e,n){var r=n(1)("iterator"),o=!1;try{var i=0,c={next:function(){return{done:!!i++}},return:function(){o=!0}};c[r]=function(){return this},Array.from(c,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var i={};i[r]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}},function(t,e,n){var r=n(2),o=n(27),i=n(1)("species");t.exports=function(t,e){var n,c=r(t).constructor;return void 0===c||null==(n=r(c)[i])?e:o(n)}},function(t,e,n){var r,o,i,c,u,a,s,f=n(0),l=n(18).f,p=n(9),v=n(67).set,d=n(68),y=f.MutationObserver||f.WebKitMutationObserver,h=f.process,g=f.Promise,m="process"==p(h),b=l(f,"queueMicrotask"),x=b&&b.value;x||(r=function(){var t,e;for(m&&(t=h.domain)&&t.exit();o;){e=o.fn,o=o.next;try{e()}catch(t){throw o?c():i=void 0,t}}i=void 0,t&&t.enter()},m?c=function(){h.nextTick(r)}:y&&!/(iphone|ipod|ipad).*applewebkit/i.test(d)?(u=!0,a=document.createTextNode(""),new y(r).observe(a,{characterData:!0}),c=function(){a.data=u=!u}):g&&g.resolve?(s=g.resolve(void 0),c=function(){s.then(r)}):c=function(){v.call(f,r)}),t.exports=x||function(t){var e={fn:t,next:void 0};i&&(i.next=e),o||(o=e,c()),i=e}},function(t,e,n){var r=n(2),o=n(4),i=n(69);t.exports=function(t,e){if(r(t),o(e)&&e.constructor===t)return e;var n=i.f(t);return(0,n.resolve)(e),n.promise}},function(t,e,n){var r=n(0);t.exports=function(t,e){var n=r.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}},function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},function(t,e,n){"use strict";n.r(e);var r=function(){var t=(new Date).getFullYear();document.getElementById("currentYear").innerHTML=t};var o=function(){var t=document.getElementById("searchIcon");t&&document.addEventListener("click",function(e){var n=document.getElementById("searchImg"),r=document.getElementById("searchCollapse"),o=document.getElementById("mainNav"),i=document.getElementById("globalNav"),c=-1!=n.style.backgroundImage.indexOf("assets/img/search.svg"),u=r.getAttribute("aria-hidden"),a=document.getElementById("gsc-i-id1");e.target.closest("#searchIcon")&&(e.preventDefault(),c?(n.style.backgroundImage='url("/assets/img/x.svg")',n.setAttribute("alt","Close icon"),t.setAttribute("aria-label","Close")):(n.style.backgroundImage='url("/assets/img/search.svg")',n.setAttribute("alt","Search icon"),t.setAttribute("aria-label","Search"),a.focus()),r.classList.toggle("nav-global__search-collapse--visible"),"true"===u?r.setAttribute("aria-hidden","false"):r.setAttribute("aria-hidden","true"),o.classList.toggle("nav-local__search-toggle"),i.classList.toggle("nav-global__search-toggle"))},!1)};n(29),n(39),n(40),n(28),n(41),n(42),n(43);var i=function(){var t=document.querySelectorAll("img[data-src]"),e=!0,n=!1,r=void 0;try{for(var o,i=function(){var t=o.value;t.setAttribute("src",t.getAttribute("data-src")),t.onload=function(){t.removeAttribute("data-src")}},c=t[Symbol.iterator]();!(e=(o=c.next()).done);e=!0)i()}catch(t){n=!0,r=t}finally{try{e||null==c.return||c.return()}finally{if(n)throw r}}};n(44);var c=function t(e){if(3==e.nodeType&&(e.data=e.data.replace(/--/g,"—")),1==e.nodeType&&"SCRIPT"!=e.nodeName)for(var n=0;n<e.childNodes.length;n++)t(e.childNodes[n])};var u=function(){document.querySelector(".hero-slider__slider")&&$(".hero-slider__slider").slick({dots:!0,slidesToShow:1,slidesToScroll:1,autoplay:!0,autoplaySpeed:3e3,prevArrow:'<img alt="Previous slide" class="a-left control-c prev slick-prev" src="assets/img/dbl-prev.svg">',nextArrow:'<img alt="Next slide" class="a-right control-c next slick-next" src="assets/img/dbl-next.svg">'})};n(88);var a=function t(e){if(3==e.nodeType){var n=/\*\*(\S+)\*\*/g;-1!=e.data.search(n)&&(e.parentElement.innerHTML=e.parentElement.innerHTML.replace(n,'<span class="typography__power-text">$1</span>'))}if(1==e.nodeType&&"SCRIPT"!=e.nodeName)for(var r=0;r<e.childNodes.length;r++)t(e.childNodes[r])};n(90);function s(){document.querySelector("button.gsc-search-button-v2").classList.add("gsc-overrides__clear-x")}function f(){document.querySelector("button.gsc-search-button-v2").classList.remove("gsc-overrides__clear-x")}var l=function(){document.getElementById("searchCollapse")&&new Promise(function(t,e){!function(){var t=document.createElement("script");t.type="text/javascript",t.async=!0,t.src="https://cse.google.com/cse.js?cx=006320264078644364913:sy48bet-lr8";var e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(t,e)}(),t()}).then(function(){new Promise(function(t,e){var n=document.getElementById("searchCollapse");new MutationObserver(function(e,n){var r=!0,o=!1,i=void 0;try{for(var c,u=e[Symbol.iterator]();!(r=(c=u.next()).done);r=!0)"childList"==c.value.type&&(document.querySelector(".gsst_a").setAttribute("id","xIcon"),t())}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}).observe(n,{attributes:!0,childList:!0,subtree:!0})}).then(function(){var t;(t=!1,function(){t||(t=!0,"display: none;"===document.getElementById("xIcon").getAttribute("style")?f():s())})();var e=document.getElementById("xIcon");new MutationObserver(function(t,n){var r=!0,o=!1,i=void 0;try{for(var c,u=t[Symbol.iterator]();!(r=(c=u.next()).done);r=!0)"attributes"==c.value.type&&("display: none;"===e.getAttribute("style")?f():s())}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}).observe(e,{attributes:!0,childList:!0,subtree:!0})})})};function p(t,e){var n=t.querySelector("a");t.classList.add("active"),n.insertAdjacentHTML("beforeend",' <span class="sr-only">(current)</span>')}var v=function(){var t=window.location.host+"/",e=window.location.href.replace(/(^\w+:|^)\/\//,""),n=e===t||e===t+"#contact",r=document.querySelectorAll(".js-nav-item"),o=!0,i=!1,c=void 0;try{for(var u,a=r[Symbol.iterator]();!(o=(u=a.next()).done);o=!0){var s=u.value,f=s.querySelector("a"),l=f.getAttribute("href").replace(/\.\.\//g,""),v=f.textContent,d="home"===v.toLowerCase(),y=e.indexOf(l)>-1;n?d&&p(s):y&&!d&&p(s)}}catch(t){i=!0,c=t}finally{try{o||null==a.return||a.return()}finally{if(i)throw c}}};document.addEventListener("DOMContentLoaded",function(){v(),l(),Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector),Element.prototype.closest||(Element.prototype.closest=function(t){var e=this;do{if(e.matches(t))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null}),document.querySelector(".hero-slider__slider")&&a(document.querySelector(".hero-slider__slider")),u(),c(document.body),r(),o(),i()})}]);
1
+ !function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=104)}([function(t,e,n){(function(e){var n="object",r=function(t){return t&&t.Math==Math&&t};t.exports=r(typeof globalThis==n&&globalThis)||r(typeof window==n&&window)||r(typeof self==n&&self)||r(typeof e==n&&e)||Function("return this")()}).call(this,n(70))},function(t,e,n){var r=n(0),o=n(13),i=n(33),c=n(53),u=r.Symbol,a=o("wks");t.exports=function(t){return a[t]||(a[t]=c&&u[t]||(c?u:i)("Symbol."+t))}},function(t,e,n){var r=n(4);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var r=n(7),o=n(8),i=n(19);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(6);t.exports=!r(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(7),o=n(47),i=n(2),c=n(30),u=Object.defineProperty;e.f=r?u:function(t,e,n){if(i(t),e=c(e,!0),i(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var r=n(46),o=n(12);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(0),o=n(13),i=n(5),c=n(3),u=n(32),a=n(48),s=n(15),f=s.get,l=s.enforce,p=String(a).split("toString");o("inspectSource",function(t){return a.call(t)}),(t.exports=function(t,e,n,o){var a=!!o&&!!o.unsafe,s=!!o&&!!o.enumerable,f=!!o&&!!o.noTargetGet;"function"==typeof n&&("string"!=typeof e||c(n,"name")||i(n,"name",e),l(n).source=p.join("string"==typeof e?e:"")),t!==r?(a?!f&&t[e]&&(s=!0):delete t[e],s?t[e]=n:i(t,e,n)):s?t[e]=n:u(e,n)})(Function.prototype,"toString",function(){return"function"==typeof this&&f(this).source||a.call(this)})},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(0),o=n(32),i=n(14),c=r["__core-js_shared__"]||o("__core-js_shared__",{});(t.exports=function(t,e){return c[t]||(c[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.1.3",mode:i?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!1},function(t,e,n){var r,o,i,c=n(71),u=n(0),a=n(4),s=n(5),f=n(3),l=n(20),p=n(21),v=u.WeakMap;if(c){var d=new v,y=d.get,h=d.has,g=d.set;r=function(t,e){return g.call(d,t,e),e},o=function(t){return y.call(d,t)||{}},i=function(t){return h.call(d,t)}}else{var m=l("state");p[m]=!0,r=function(t,e){return s(t,m,e),e},o=function(t){return f(t,m)?t[m]:{}},i=function(t){return f(t,m)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!a(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e){t.exports={}},function(t,e,n){var r=n(0),o=n(18).f,i=n(5),c=n(11),u=n(32),a=n(49),s=n(52);t.exports=function(t,e){var n,f,l,p,v,d=t.target,y=t.global,h=t.stat;if(n=y?r:h?r[d]||u(d,{}):(r[d]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(v=o(n,f))&&v.value:n[f],!s(y?f:d+(h?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;a(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),c(n,f,p,t)}}},function(t,e,n){var r=n(7),o=n(45),i=n(19),c=n(10),u=n(30),a=n(3),s=n(47),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=c(t),e=u(e,!0),s)try{return f(t,e)}catch(t){}if(a(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(13),o=n(33),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports={}},function(t,e,n){var r=n(34),o=n(0),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},function(t,e,n){var r=n(24),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(12);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(8).f,o=n(3),i=n(1)("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,n){"use strict";var r=n(10),o=n(79),i=n(16),c=n(15),u=n(59),a=c.set,s=c.getterFor("Array Iterator");t.exports=u(Array,"Array",function(t,e){a(this,{type:"Array Iterator",target:r(t),index:0,kind:e})},function(){var t=s(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}},"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e,n){"use strict";var r=n(17),o=n(0),i=n(14),c=n(7),u=n(53),a=n(6),s=n(3),f=n(54),l=n(4),p=n(2),v=n(25),d=n(10),y=n(30),h=n(19),g=n(37),m=n(55),b=n(35),x=n(76),S=n(51),w=n(18),O=n(8),j=n(45),E=n(5),T=n(11),A=n(13),I=n(20),P=n(21),_=n(33),L=n(1),M=n(57),k=n(58),C=n(26),N=n(15),R=n(77).forEach,F=I("hidden"),B=L("toPrimitive"),q=N.set,D=N.getterFor("Symbol"),G=Object.prototype,$=o.Symbol,H=o.JSON,V=H&&H.stringify,z=w.f,W=O.f,Y=x.f,U=j.f,J=A("symbols"),K=A("op-symbols"),Q=A("string-to-symbol-registry"),X=A("symbol-to-string-registry"),Z=A("wks"),tt=o.QObject,et=!tt||!tt.prototype||!tt.prototype.findChild,nt=c&&a(function(){return 7!=g(W({},"a",{get:function(){return W(this,"a",{value:7}).a}})).a})?function(t,e,n){var r=z(G,e);r&&delete G[e],W(t,e,n),r&&t!==G&&W(G,e,r)}:W,rt=function(t,e){var n=J[t]=g($.prototype);return q(n,{type:"Symbol",tag:t,description:e}),c||(n.description=e),n},ot=u&&"symbol"==typeof $.iterator?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof $},it=function(t,e,n){t===G&&it(K,e,n),p(t);var r=y(e,!0);return p(n),s(J,r)?(n.enumerable?(s(t,F)&&t[F][r]&&(t[F][r]=!1),n=g(n,{enumerable:h(0,!1)})):(s(t,F)||W(t,F,h(1,{})),t[F][r]=!0),nt(t,r,n)):W(t,r,n)},ct=function(t,e){p(t);var n=d(e),r=m(n).concat(ft(n));return R(r,function(e){c&&!ut.call(n,e)||it(t,e,n[e])}),t},ut=function(t){var e=y(t,!0),n=U.call(this,e);return!(this===G&&s(J,e)&&!s(K,e))&&(!(n||!s(this,e)||!s(J,e)||s(this,F)&&this[F][e])||n)},at=function(t,e){var n=d(t),r=y(e,!0);if(n!==G||!s(J,r)||s(K,r)){var o=z(n,r);return!o||!s(J,r)||s(n,F)&&n[F][r]||(o.enumerable=!0),o}},st=function(t){var e=Y(d(t)),n=[];return R(e,function(t){s(J,t)||s(P,t)||n.push(t)}),n},ft=function(t){var e=t===G,n=Y(e?K:d(t)),r=[];return R(n,function(t){!s(J,t)||e&&!s(G,t)||r.push(J[t])}),r};u||(T(($=function(){if(this instanceof $)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=_(t),n=function(t){this===G&&n.call(K,t),s(this,F)&&s(this[F],e)&&(this[F][e]=!1),nt(this,e,h(1,t))};return c&&et&&nt(G,e,{configurable:!0,set:n}),rt(e,t)}).prototype,"toString",function(){return D(this).tag}),j.f=ut,O.f=it,w.f=at,b.f=x.f=st,S.f=ft,c&&(W($.prototype,"description",{configurable:!0,get:function(){return D(this).description}}),i||T(G,"propertyIsEnumerable",ut,{unsafe:!0})),M.f=function(t){return rt(L(t),t)}),r({global:!0,wrap:!0,forced:!u,sham:!u},{Symbol:$}),R(m(Z),function(t){k(t)}),r({target:"Symbol",stat:!0,forced:!u},{for:function(t){var e=String(t);if(s(Q,e))return Q[e];var n=$(e);return Q[e]=n,X[n]=e,n},keyFor:function(t){if(!ot(t))throw TypeError(t+" is not a symbol");if(s(X,t))return X[t]},useSetter:function(){et=!0},useSimple:function(){et=!1}}),r({target:"Object",stat:!0,forced:!u,sham:!c},{create:function(t,e){return void 0===e?g(t):ct(g(t),e)},defineProperty:it,defineProperties:ct,getOwnPropertyDescriptor:at}),r({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:st,getOwnPropertySymbols:ft}),r({target:"Object",stat:!0,forced:a(function(){S.f(1)})},{getOwnPropertySymbols:function(t){return S.f(v(t))}}),H&&r({target:"JSON",stat:!0,forced:!u||a(function(){var t=$();return"[null]"!=V([t])||"{}"!=V({a:t})||"{}"!=V(Object(t))})},{stringify:function(t){for(var e,n,r=[t],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=e=r[1],(l(e)||void 0!==t)&&!ot(t))return f(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!ot(e))return e}),r[1]=e,V.apply(H,r)}}),$.prototype[B]||E($.prototype,B,$.prototype.valueOf),C($,"Symbol"),P[F]=!0},function(t,e,n){var r=n(4);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(0),o=n(4),i=r.document,c=o(i)&&o(i.createElement);t.exports=function(t){return c?i.createElement(t):{}}},function(t,e,n){var r=n(0),o=n(5);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e,n){t.exports=n(0)},function(t,e,n){var r=n(50),o=n(36).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var r=n(2),o=n(75),i=n(36),c=n(21),u=n(56),a=n(31),s=n(20)("IE_PROTO"),f=function(){},l=function(){var t,e=a("iframe"),n=i.length;for(e.style.display="none",u.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),l=t.F;n--;)delete l.prototype[i[n]];return l()};t.exports=Object.create||function(t,e){var n;return null!==t?(f.prototype=r(t),n=new f,f.prototype=null,n[s]=t):n=l(),void 0===e?n:o(n,e)},c[s]=!0},function(t,e,n){var r=n(27);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){"use strict";var r=n(17),o=n(7),i=n(0),c=n(3),u=n(4),a=n(8).f,s=n(49),f=i.Symbol;if(o&&"function"==typeof f&&(!("description"in f.prototype)||void 0!==f().description)){var l={},p=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof p?new f(t):void 0===t?f():f(t);return""===t&&(l[e]=!0),e};s(p,f);var v=p.prototype=f.prototype;v.constructor=p;var d=v.toString,y="Symbol(test)"==String(f("test")),h=/^Symbol\((.*)\)[^)]+$/;a(v,"description",{configurable:!0,get:function(){var t=u(this)?this.valueOf():this,e=d.call(t);if(c(l,t))return"";var n=y?e.slice(7,-1):e.replace(h,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:p})}},function(t,e,n){n(58)("iterator")},function(t,e,n){var r=n(11),o=n(84),i=Object.prototype;o!==i.toString&&r(i,"toString",o,{unsafe:!0})},function(t,e,n){"use strict";var r=n(63).charAt,o=n(15),i=n(59),c=o.set,u=o.getterFor("String Iterator");i(String,"String",function(t){c(this,{type:"String Iterator",string:String(t),index:0})},function(){var t,e=u(this),n=e.string,o=e.index;return o>=n.length?{value:void 0,done:!0}:(t=r(n,o),e.index+=t.length,{value:t,done:!1})})},function(t,e,n){var r=n(0),o=n(85),i=n(28),c=n(5),u=n(1),a=u("iterator"),s=u("toStringTag"),f=i.values;for(var l in o){var p=r[l],v=p&&p.prototype;if(v){if(v[a]!==f)try{c(v,a,f)}catch(t){v[a]=f}if(v[s]||c(v,s,l),o[l])for(var d in i)if(v[d]!==i[d])try{c(v,d,i[d])}catch(t){v[d]=i[d]}}}},function(t,e,n){"use strict";var r=n(64),o=n(2),i=n(25),c=n(23),u=n(24),a=n(12),s=n(87),f=n(66),l=Math.max,p=Math.min,v=Math.floor,d=/\$([$&'`]|\d\d?|<[^>]*>)/g,y=/\$([$&'`]|\d\d?)/g;r("replace",2,function(t,e,n){return[function(n,r){var o=a(this),i=null==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,i){var a=n(e,t,this,i);if(a.done)return a.value;var v=o(t),d=String(this),y="function"==typeof i;y||(i=String(i));var h=v.global;if(h){var g=v.unicode;v.lastIndex=0}for(var m=[];;){var b=f(v,d);if(null===b)break;if(m.push(b),!h)break;""===String(b[0])&&(v.lastIndex=s(d,c(v.lastIndex),g))}for(var x,S="",w=0,O=0;O<m.length;O++){b=m[O];for(var j=String(b[0]),E=l(p(u(b.index),d.length),0),T=[],A=1;A<b.length;A++)T.push(void 0===(x=b[A])?x:String(x));var I=b.groups;if(y){var P=[j].concat(T,E,d);void 0!==I&&P.push(I);var _=String(i.apply(void 0,P))}else _=r(j,d,E,T,I,i);E>=w&&(S+=d.slice(w,E)+_,w=E+j.length)}return S+d.slice(w)}];function r(t,n,r,o,c,u){var a=r+t.length,s=o.length,f=y;return void 0!==c&&(c=i(c),f=d),e.call(u,f,function(e,i){var u;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(a);case"<":u=c[i.slice(1,-1)];break;default:var f=+i;if(0===f)return e;if(f>s){var l=v(f/10);return 0===l?e:l<=s?void 0===o[l-1]?i.charAt(1):o[l-1]+i.charAt(1):e}u=o[f-1]}return void 0===u?"":u})}})},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(6),o=n(9),i="".split;t.exports=r(function(){return!Object("z").propertyIsEnumerable(0)})?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e,n){var r=n(7),o=n(6),i=n(31);t.exports=!r&&!o(function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(13);t.exports=r("native-function-to-string",Function.toString)},function(t,e,n){var r=n(3),o=n(72),i=n(18),c=n(8);t.exports=function(t,e){for(var n=o(e),u=c.f,a=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||u(t,f,a(e,f))}}},function(t,e,n){var r=n(3),o=n(10),i=n(73).indexOf,c=n(21);t.exports=function(t,e){var n,u=o(t),a=0,s=[];for(n in u)!r(c,n)&&r(u,n)&&s.push(n);for(;e.length>a;)r(u,n=e[a++])&&(~i(s,n)||s.push(n));return s}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(6),o=/#|\.prototype\./,i=function(t,e){var n=u[c(t)];return n==s||n!=a&&("function"==typeof e?r(e):!!e)},c=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},a=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},function(t,e,n){var r=n(6);t.exports=!!Object.getOwnPropertySymbols&&!r(function(){return!String(Symbol())})},function(t,e,n){var r=n(9);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(50),o=n(36);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){var r=n(22);t.exports=r("document","documentElement")},function(t,e,n){e.f=n(1)},function(t,e,n){var r=n(34),o=n(3),i=n(57),c=n(8).f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});o(e,t)||c(e,t,{value:i.f(t)})}},function(t,e,n){"use strict";var r=n(17),o=n(80),i=n(61),c=n(82),u=n(26),a=n(5),s=n(11),f=n(1),l=n(14),p=n(16),v=n(60),d=v.IteratorPrototype,y=v.BUGGY_SAFARI_ITERATORS,h=f("iterator"),g=function(){return this};t.exports=function(t,e,n,f,v,m,b){o(n,e,f);var x,S,w,O=function(t){if(t===v&&I)return I;if(!y&&t in T)return T[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},j=e+" Iterator",E=!1,T=t.prototype,A=T[h]||T["@@iterator"]||v&&T[v],I=!y&&A||O(v),P="Array"==e&&T.entries||A;if(P&&(x=i(P.call(new t)),d!==Object.prototype&&x.next&&(l||i(x)===d||(c?c(x,d):"function"!=typeof x[h]&&a(x,h,g)),u(x,j,!0,!0),l&&(p[j]=g))),"values"==v&&A&&"values"!==A.name&&(E=!0,I=function(){return A.call(this)}),l&&!b||T[h]===I||a(T,h,I),p[e]=I,v)if(S={values:O("values"),keys:m?I:O("keys"),entries:O("entries")},b)for(w in S)!y&&!E&&w in T||s(T,w,S[w]);else r({target:e,proto:!0,forced:y||E},S);return S}},function(t,e,n){"use strict";var r,o,i,c=n(61),u=n(5),a=n(3),s=n(1),f=n(14),l=s("iterator"),p=!1;[].keys&&("next"in(i=[].keys())?(o=c(c(i)))!==Object.prototype&&(r=o):p=!0),null==r&&(r={}),f||a(r,l)||u(r,l,function(){return this}),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:p}},function(t,e,n){var r=n(3),o=n(25),i=n(20),c=n(81),u=i("IE_PROTO"),a=Object.prototype;t.exports=c?Object.getPrototypeOf:function(t){return t=o(t),r(t,u)?t[u]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},function(t,e,n){var r=n(9),o=n(1)("toStringTag"),i="Arguments"==r(function(){return arguments}());t.exports=function(t){var e,n,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),o))?n:i?r(e):"Object"==(c=r(e))&&"function"==typeof e.callee?"Arguments":c}},function(t,e,n){var r=n(24),o=n(12),i=function(t){return function(e,n){var i,c,u=String(o(e)),a=r(n),s=u.length;return a<0||a>=s?t?"":void 0:(i=u.charCodeAt(a))<55296||i>56319||a+1===s||(c=u.charCodeAt(a+1))<56320||c>57343?t?u.charAt(a):i:t?u.slice(a,a+2):c-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},function(t,e,n){"use strict";var r=n(5),o=n(11),i=n(6),c=n(1),u=n(65),a=c("species"),s=!i(function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}),f=!i(function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]});t.exports=function(t,e,n,l){var p=c(t),v=!i(function(){var e={};return e[p]=function(){return 7},7!=""[t](e)}),d=v&&!i(function(){var e=!1,n=/a/;return n.exec=function(){return e=!0,null},"split"===t&&(n.constructor={},n.constructor[a]=function(){return n}),n[p](""),!e});if(!v||!d||"replace"===t&&!s||"split"===t&&!f){var y=/./[p],h=n(p,""[t],function(t,e,n,r,o){return e.exec===u?v&&!o?{done:!0,value:y.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),g=h[0],m=h[1];o(String.prototype,t,g),o(RegExp.prototype,p,2==e?function(t,e){return m.call(t,this,e)}:function(t){return m.call(t,this)}),l&&r(RegExp.prototype[p],"sham",!0)}}},function(t,e,n){"use strict";var r,o,i=n(86),c=RegExp.prototype.exec,u=String.prototype.replace,a=c,s=(r=/a/,o=/b*/g,c.call(r,"a"),c.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),f=void 0!==/()??/.exec("")[1];(s||f)&&(a=function(t){var e,n,r,o,a=this;return f&&(n=new RegExp("^"+a.source+"$(?!\\s)",i.call(a))),s&&(e=a.lastIndex),r=c.call(a,t),s&&r&&(a.lastIndex=a.global?r.index+r[0].length:e),f&&r&&r.length>1&&u.call(r[0],n,function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)}),r}),t.exports=a},function(t,e,n){var r=n(9),o=n(65);t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},function(t,e,n){var r,o,i,c=n(0),u=n(6),a=n(9),s=n(38),f=n(56),l=n(31),p=c.location,v=c.setImmediate,d=c.clearImmediate,y=c.process,h=c.MessageChannel,g=c.Dispatch,m=0,b={},x=function(t){if(b.hasOwnProperty(t)){var e=b[t];delete b[t],e()}},S=function(t){return function(){x(t)}},w=function(t){x(t.data)},O=function(t){c.postMessage(t+"",p.protocol+"//"+p.host)};v&&d||(v=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return b[++m]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},r(m),m},d=function(t){delete b[t]},"process"==a(y)?r=function(t){y.nextTick(S(t))}:g&&g.now?r=function(t){g.now(S(t))}:h?(i=(o=new h).port2,o.port1.onmessage=w,r=s(i.postMessage,i,1)):!c.addEventListener||"function"!=typeof postMessage||c.importScripts||u(O)?r="onreadystatechange"in l("script")?function(t){f.appendChild(l("script")).onreadystatechange=function(){f.removeChild(this),x(t)}}:function(t){setTimeout(S(t),0)}:(r=O,c.addEventListener("message",w,!1))),t.exports={set:v,clear:d}},function(t,e,n){var r=n(22);t.exports=r("navigator","userAgent")||""},function(t,e,n){"use strict";var r=n(27),o=function(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=r(e),this.reject=r(n)};t.exports.f=function(t){return new o(t)}},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var r=n(0),o=n(48),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o.call(i))},function(t,e,n){var r=n(22),o=n(35),i=n(51),c=n(2);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(c(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(10),o=n(23),i=n(74),c=function(t){return function(e,n,c){var u,a=r(e),s=o(a.length),f=i(c,s);if(t&&n!=n){for(;s>f;)if((u=a[f++])!=u)return!0}else for(;s>f;f++)if((t||f in a)&&a[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:c(!0),indexOf:c(!1)}},function(t,e,n){var r=n(24),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e,n){var r=n(7),o=n(8),i=n(2),c=n(55);t.exports=r?Object.defineProperties:function(t,e){i(t);for(var n,r=c(e),u=r.length,a=0;u>a;)o.f(t,n=r[a++],e[n]);return t}},function(t,e,n){var r=n(10),o=n(35).f,i={}.toString,c="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return c&&"[object Window]"==i.call(t)?function(t){try{return o(t)}catch(t){return c.slice()}}(t):o(r(t))}},function(t,e,n){var r=n(38),o=n(46),i=n(25),c=n(23),u=n(78),a=[].push,s=function(t){var e=1==t,n=2==t,s=3==t,f=4==t,l=6==t,p=5==t||l;return function(v,d,y,h){for(var g,m,b=i(v),x=o(b),S=r(d,y,3),w=c(x.length),O=0,j=h||u,E=e?j(v,w):n?j(v,0):void 0;w>O;O++)if((p||O in x)&&(m=S(g=x[O],O,b),t))if(e)E[O]=m;else if(m)switch(t){case 3:return!0;case 5:return g;case 6:return O;case 2:a.call(E,g)}else if(f)return!1;return l?-1:s||f?f:E}};t.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6)}},function(t,e,n){var r=n(4),o=n(54),i=n(1)("species");t.exports=function(t,e){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[i])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},function(t,e,n){var r=n(1),o=n(37),i=n(5),c=r("unscopables"),u=Array.prototype;null==u[c]&&i(u,c,o(null)),t.exports=function(t){u[c][t]=!0}},function(t,e,n){"use strict";var r=n(60).IteratorPrototype,o=n(37),i=n(19),c=n(26),u=n(16),a=function(){return this};t.exports=function(t,e,n){var s=e+" Iterator";return t.prototype=o(r,{next:i(1,n)}),c(t,s,!1,!0),u[s]=a,t}},function(t,e,n){var r=n(6);t.exports=!r(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},function(t,e,n){var r=n(2),o=n(83);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,i){return r(n),o(i),e?t.call(n,i):n.__proto__=i,n}}():void 0)},function(t,e,n){var r=n(4);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,n){"use strict";var r=n(62),o={};o[n(1)("toStringTag")]="z",t.exports="[object z]"!==String(o)?function(){return"[object "+r(this)+"]"}:o.toString},function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(t,e,n){"use strict";var r=n(2);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){"use strict";var r=n(63).charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},function(t,e,n){"use strict";var r=n(64),o=n(2),i=n(12),c=n(89),u=n(66);r("search",1,function(t,e,n){return[function(e){var n=i(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var i=o(t),a=String(this),s=i.lastIndex;c(s,0)||(i.lastIndex=0);var f=u(i,a);return c(i.lastIndex,s)||(i.lastIndex=s),null===f?-1:f.index}]})},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},function(t,e,n){"use strict";var r,o,i,c=n(17),u=n(14),a=n(0),s=n(34),f=n(91),l=n(26),p=n(92),v=n(4),d=n(27),y=n(93),h=n(9),g=n(94),m=n(98),b=n(99),x=n(67).set,S=n(100),w=n(101),O=n(102),j=n(69),E=n(103),T=n(68),A=n(15),I=n(52),P=n(1)("species"),_="Promise",L=A.get,M=A.set,k=A.getterFor(_),C=a.Promise,N=a.TypeError,R=a.document,F=a.process,B=a.fetch,q=F&&F.versions,D=q&&q.v8||"",G=j.f,$=G,H="process"==h(F),V=!!(R&&R.createEvent&&a.dispatchEvent),z=I(_,function(){var t=C.resolve(1),e=function(){},n=(t.constructor={})[P]=function(t){t(e,e)};return!((H||"function"==typeof PromiseRejectionEvent)&&(!u||t.finally)&&t.then(e)instanceof n&&0!==D.indexOf("6.6")&&-1===T.indexOf("Chrome/66"))}),W=z||!m(function(t){C.all(t).catch(function(){})}),Y=function(t){var e;return!(!v(t)||"function"!=typeof(e=t.then))&&e},U=function(t,e,n){if(!e.notified){e.notified=!0;var r=e.reactions;S(function(){for(var o=e.value,i=1==e.state,c=0;r.length>c;){var u,a,s,f=r[c++],l=i?f.ok:f.fail,p=f.resolve,v=f.reject,d=f.domain;try{l?(i||(2===e.rejection&&X(t,e),e.rejection=1),!0===l?u=o:(d&&d.enter(),u=l(o),d&&(d.exit(),s=!0)),u===f.promise?v(N("Promise-chain cycle")):(a=Y(u))?a.call(u,p,v):p(u)):v(o)}catch(t){d&&!s&&d.exit(),v(t)}}e.reactions=[],e.notified=!1,n&&!e.rejection&&K(t,e)})}},J=function(t,e,n){var r,o;V?((r=R.createEvent("Event")).promise=e,r.reason=n,r.initEvent(t,!1,!0),a.dispatchEvent(r)):r={promise:e,reason:n},(o=a["on"+t])?o(r):"unhandledrejection"===t&&O("Unhandled promise rejection",n)},K=function(t,e){x.call(a,function(){var n,r=e.value;if(Q(e)&&(n=E(function(){H?F.emit("unhandledRejection",r,t):J("unhandledrejection",t,r)}),e.rejection=H||Q(e)?2:1,n.error))throw n.value})},Q=function(t){return 1!==t.rejection&&!t.parent},X=function(t,e){x.call(a,function(){H?F.emit("rejectionHandled",t):J("rejectionhandled",t,e.value)})},Z=function(t,e,n,r){return function(o){t(e,n,o,r)}},tt=function(t,e,n,r){e.done||(e.done=!0,r&&(e=r),e.value=n,e.state=2,U(t,e,!0))},et=function(t,e,n,r){if(!e.done){e.done=!0,r&&(e=r);try{if(t===n)throw N("Promise can't be resolved itself");var o=Y(n);o?S(function(){var r={done:!1};try{o.call(n,Z(et,t,r,e),Z(tt,t,r,e))}catch(n){tt(t,r,n,e)}}):(e.value=n,e.state=1,U(t,e,!1))}catch(n){tt(t,{done:!1},n,e)}}};z&&(C=function(t){y(this,C,_),d(t),r.call(this);var e=L(this);try{t(Z(et,this,e),Z(tt,this,e))}catch(t){tt(this,e,t)}},(r=function(t){M(this,{type:_,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=f(C.prototype,{then:function(t,e){var n=k(this),r=G(b(this,C));return r.ok="function"!=typeof t||t,r.fail="function"==typeof e&&e,r.domain=H?F.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&U(this,n,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r,e=L(t);this.promise=t,this.resolve=Z(et,t,e),this.reject=Z(tt,t,e)},j.f=G=function(t){return t===C||t===i?new o(t):$(t)},u||"function"!=typeof B||c({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return w(C,B.apply(a,arguments))}})),c({global:!0,wrap:!0,forced:z},{Promise:C}),l(C,_,!1,!0),p(_),i=s.Promise,c({target:_,stat:!0,forced:z},{reject:function(t){var e=G(this);return e.reject.call(void 0,t),e.promise}}),c({target:_,stat:!0,forced:u||z},{resolve:function(t){return w(u&&this===i?C:this,t)}}),c({target:_,stat:!0,forced:W},{all:function(t){var e=this,n=G(e),r=n.resolve,o=n.reject,i=E(function(){var n=d(e.resolve),i=[],c=0,u=1;g(t,function(t){var a=c++,s=!1;i.push(void 0),u++,n.call(e,t).then(function(t){s||(s=!0,i[a]=t,--u||r(i))},o)}),--u||r(i)});return i.error&&o(i.value),n.promise},race:function(t){var e=this,n=G(e),r=n.reject,o=E(function(){var o=d(e.resolve);g(t,function(t){o.call(e,t).then(n.resolve,r)})});return o.error&&r(o.value),n.promise}})},function(t,e,n){var r=n(11);t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},function(t,e,n){"use strict";var r=n(22),o=n(8),i=n(1),c=n(7),u=i("species");t.exports=function(t){var e=r(t),n=o.f;c&&e&&!e[u]&&n(e,u,{configurable:!0,get:function(){return this}})}},function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},function(t,e,n){var r=n(2),o=n(95),i=n(23),c=n(38),u=n(96),a=n(97),s=function(t,e){this.stopped=t,this.result=e};(t.exports=function(t,e,n,f,l){var p,v,d,y,h,g,m=c(e,n,f?2:1);if(l)p=t;else{if("function"!=typeof(v=u(t)))throw TypeError("Target is not iterable");if(o(v)){for(d=0,y=i(t.length);y>d;d++)if((h=f?m(r(g=t[d])[0],g[1]):m(t[d]))&&h instanceof s)return h;return new s(!1)}p=v.call(t)}for(;!(g=p.next()).done;)if((h=a(p,m,g.value,f))&&h instanceof s)return h;return new s(!1)}).stop=function(t){return new s(!0,t)}},function(t,e,n){var r=n(1),o=n(16),i=r("iterator"),c=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||c[i]===t)}},function(t,e,n){var r=n(62),o=n(16),i=n(1)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,e,n){var r=n(2);t.exports=function(t,e,n,o){try{return o?e(r(n)[0],n[1]):e(n)}catch(e){var i=t.return;throw void 0!==i&&r(i.call(t)),e}}},function(t,e,n){var r=n(1)("iterator"),o=!1;try{var i=0,c={next:function(){return{done:!!i++}},return:function(){o=!0}};c[r]=function(){return this},Array.from(c,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var i={};i[r]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}},function(t,e,n){var r=n(2),o=n(27),i=n(1)("species");t.exports=function(t,e){var n,c=r(t).constructor;return void 0===c||null==(n=r(c)[i])?e:o(n)}},function(t,e,n){var r,o,i,c,u,a,s,f=n(0),l=n(18).f,p=n(9),v=n(67).set,d=n(68),y=f.MutationObserver||f.WebKitMutationObserver,h=f.process,g=f.Promise,m="process"==p(h),b=l(f,"queueMicrotask"),x=b&&b.value;x||(r=function(){var t,e;for(m&&(t=h.domain)&&t.exit();o;){e=o.fn,o=o.next;try{e()}catch(t){throw o?c():i=void 0,t}}i=void 0,t&&t.enter()},m?c=function(){h.nextTick(r)}:y&&!/(iphone|ipod|ipad).*applewebkit/i.test(d)?(u=!0,a=document.createTextNode(""),new y(r).observe(a,{characterData:!0}),c=function(){a.data=u=!u}):g&&g.resolve?(s=g.resolve(void 0),c=function(){s.then(r)}):c=function(){v.call(f,r)}),t.exports=x||function(t){var e={fn:t,next:void 0};i&&(i.next=e),o||(o=e,c()),i=e}},function(t,e,n){var r=n(2),o=n(4),i=n(69);t.exports=function(t,e){if(r(t),o(e)&&e.constructor===t)return e;var n=i.f(t);return(0,n.resolve)(e),n.promise}},function(t,e,n){var r=n(0);t.exports=function(t,e){var n=r.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}},function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},function(t,e,n){"use strict";n.r(e);var r=function(){var t=(new Date).getFullYear();document.getElementById("currentYear").innerHTML=t};var o=function(){var t=document.getElementById("searchIcon");t&&document.addEventListener("click",function(e){var n=document.getElementById("searchImg"),r=document.getElementById("searchCollapse"),o=document.getElementById("mainNav"),i=document.getElementById("globalNav"),c=-1!=n.style.backgroundImage.indexOf("assets/img/search.svg"),u=r.getAttribute("aria-hidden"),a=document.getElementById("gsc-i-id1");e.target.closest("#searchIcon")&&(e.preventDefault(),c?(n.style.backgroundImage='url("/assets/img/x.svg")',n.setAttribute("alt","Close icon"),t.setAttribute("aria-label","Close")):(n.style.backgroundImage='url("/assets/img/search.svg")',n.setAttribute("alt","Search icon"),t.setAttribute("aria-label","Search"),a.focus()),r.classList.toggle("nav-global__search-collapse--visible"),"true"===u?r.setAttribute("aria-hidden","false"):r.setAttribute("aria-hidden","true"),o.classList.toggle("nav-local__search-toggle"),i.classList.toggle("nav-global__search-toggle"))},!1)};n(29),n(39),n(40),n(28),n(41),n(42),n(43);var i=function(){var t=document.querySelectorAll("img[data-src]"),e=!0,n=!1,r=void 0;try{for(var o,i=function(){var t=o.value;t.setAttribute("src",t.getAttribute("data-src")),t.onload=function(){t.removeAttribute("data-src")}},c=t[Symbol.iterator]();!(e=(o=c.next()).done);e=!0)i()}catch(t){n=!0,r=t}finally{try{e||null==c.return||c.return()}finally{if(n)throw r}}};n(44);var c=function t(e){if(3==e.nodeType&&(e.data=e.data.replace(/--/g,"—")),1==e.nodeType&&"SCRIPT"!=e.nodeName)for(var n=0;n<e.childNodes.length;n++)t(e.childNodes[n])};var u=function(){document.querySelector(".hero-slider__slider")&&$(".hero-slider__slider").slick({dots:!0,slidesToShow:1,slidesToScroll:1,autoplay:!0,autoplaySpeed:3e3,prevArrow:'<img alt="Previous slide" class="a-left control-c prev slick-prev" src="assets/img/dbl-prev.svg">',nextArrow:'<img alt="Next slide" class="a-right control-c next slick-next" src="assets/img/dbl-next.svg">'})};n(88);var a=function t(e){if(3==e.nodeType){var n=/\*\*(\S+)\*\*/g;-1!=e.data.search(n)&&(e.parentElement.innerHTML=e.parentElement.innerHTML.replace(n,'<span class="typography__power-text">$1</span>'))}if(1==e.nodeType&&"SCRIPT"!=e.nodeName)for(var r=0;r<e.childNodes.length;r++)t(e.childNodes[r])};n(90);function s(){document.querySelector("button.gsc-search-button-v2").classList.add("gsc-overrides__clear-x")}function f(){document.querySelector("button.gsc-search-button-v2").classList.remove("gsc-overrides__clear-x")}var l=function(){document.getElementById("searchCollapse")&&new Promise(function(t,e){!function(){var t=document.createElement("script");t.type="text/javascript",t.async=!0,t.src="https://cse.google.com/cse.js?cx=006320264078644364913:sy48bet-lr8";var e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(t,e)}(),t()}).then(function(){new Promise(function(t,e){var n=document.getElementById("searchCollapse");new MutationObserver(function(e,n){var r=!0,o=!1,i=void 0;try{for(var c,u=e[Symbol.iterator]();!(r=(c=u.next()).done);r=!0)"childList"==c.value.type&&(document.querySelector(".gsst_a").setAttribute("id","xIcon"),t())}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}).observe(n,{attributes:!0,childList:!0,subtree:!0})}).then(function(){var t;(t=!1,function(){t||(t=!0,"display: none;"===document.getElementById("xIcon").getAttribute("style")?f():s())})();var e=document.getElementById("xIcon");new MutationObserver(function(t,n){var r=!0,o=!1,i=void 0;try{for(var c,u=t[Symbol.iterator]();!(r=(c=u.next()).done);r=!0)"attributes"==c.value.type&&("display: none;"===e.getAttribute("style")?f():s())}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}}).observe(e,{attributes:!0,childList:!0,subtree:!0})})})};function p(t,e){var n=t.querySelector("a");t.classList.add("active"),n.insertAdjacentHTML("beforeend",' <span class="sr-only">(current)</span>')}var v=function(){var t=window.location.host+"/",e=window.location.href.replace(/(^\w+:|^)\/\//,""),n=e===t||e===t+"#contact",r=document.querySelectorAll(".js-nav-item");document.getElementById("subNavNav")&&function(t){var e=document.querySelectorAll(".js-sub-nav-item"),n=!0,r=!1,o=void 0;try{for(var i,c=e[Symbol.iterator]();!(n=(i=c.next()).done);n=!0){var u=i.value,a=u.querySelector("a"),s=a.getAttribute("href").replace(/\.\.\//g,"");a.textContent,t.indexOf(s)>-1&&p(u)}}catch(t){r=!0,o=t}finally{try{n||null==c.return||c.return()}finally{if(r)throw o}}}(e);var o=!0,i=!1,c=void 0;try{for(var u,a=r[Symbol.iterator]();!(o=(u=a.next()).done);o=!0){var s=u.value,f=s.querySelector("a"),l=f.getAttribute("href").replace(/\.\.\//g,""),v=f.textContent,d="home"===v.toLowerCase(),y=e.indexOf(l)>-1;n?d&&p(s):y&&!d&&p(s)}}catch(t){i=!0,c=t}finally{try{o||null==a.return||a.return()}finally{if(i)throw c}}};document.addEventListener("DOMContentLoaded",function(){v(),l(),Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector),Element.prototype.closest||(Element.prototype.closest=function(t){var e=this;do{if(e.matches(t))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null}),document.querySelector(".hero-slider__slider")&&a(document.querySelector(".hero-slider__slider")),u(),c(document.body),r(),o(),i()})}]);
@@ -1,14 +1,31 @@
1
+ // Custom Vanilla JS to highlight the user's current location in the navigation bar and the sub-nav navigiation bar
1
2
  function setActive(thisLink, linkText) {
2
3
  let thisAnchor = thisLink.querySelector('a');
3
4
  thisLink.classList.add('active');
4
5
  thisAnchor.insertAdjacentHTML('beforeend', ' <span class="sr-only">(current)</span>');
5
6
  }
6
7
 
8
+ function highlightSubNav(url) {
9
+ const subNavItems = document.querySelectorAll('.js-sub-nav-item');
10
+ for ( let link of subNavItems) {
11
+ const anchor = link.querySelector('a');
12
+ const href = anchor.getAttribute('href').replace(/\.\.\//g, '');
13
+ const linkText = anchor.textContent;
14
+ const urlMatchesLink = url.indexOf(href) > -1;
15
+ urlMatchesLink ?
16
+ setActive(link, linkText)
17
+ : null;
18
+ }
19
+ }
20
+
7
21
  function highlightNav() {
8
22
  const host = window.location.host + '/';
9
23
  const url = window.location.href.replace(/(^\w+:|^)\/\//, '');
10
24
  const urlIsIndex = url === host || url === host + '#contact' ;
11
25
  const navigationItems = document.querySelectorAll('.js-nav-item');
26
+ document.getElementById('subNavNav') ?
27
+ highlightSubNav(url)
28
+ : null;
12
29
 
13
30
  for ( let link of navigationItems ) {
14
31
  const linkAnchor = link.querySelector('a');
@@ -45,7 +45,7 @@ $white: #fff;
45
45
  $landing-bg: $grey-2; // Landing page's background-color
46
46
  $default-bg: $white; // Background color for non-landing pages
47
47
  $footer-bg: $white; // Footer's background color
48
- $grey-heading: $grey-1; // Grey headings used within page content
48
+ $color-grey-heading: $grey-1; // Grey headings used within page content
49
49
  $fa-color: $primary-red;
50
50
  $slide-bg: $white; // Background color for the upcoming games slick slides
51
51
  $sub-nav-heading: $white; // Font color for h1.page-heading heading of sub-nav
@@ -97,7 +97,7 @@ body {
97
97
  }
98
98
 
99
99
  .typography__contacts--title {
100
- color: $grey-heading;
100
+ color: $color-grey-heading;
101
101
  font-family: $font-family-headings;
102
102
  font-size: 1.1em;
103
103
  font-weight: $font-weight-bold;
@@ -173,7 +173,7 @@ body {
173
173
 
174
174
  // Content Headings
175
175
  .typography__h2 {
176
- color: $grey-heading;
176
+ color: $color-grey-heading;
177
177
  font-family: $font-family-headings;
178
178
  font-size: 2rem;
179
179
  font-weight: $font-weight-boldish;
@@ -194,14 +194,14 @@ body {
194
194
  }
195
195
 
196
196
  .typography__h5 {
197
- color: $grey-heading;
197
+ color: $color-grey-heading;
198
198
  font-family: $font-family-headings;
199
199
  font-weight: $font-weight-bold;
200
200
  font-size: 1.5rem;
201
201
  }
202
202
 
203
203
  .typography__h6 {
204
- color: $grey-heading;
204
+ color: $color-grey-heading;
205
205
  font-family: $font-family-headings;
206
206
  font-weight: $font-weight-bold;
207
207
  font-size: 1.4rem;
@@ -249,7 +249,7 @@ body {
249
249
  p,
250
250
  ul:not(.navbar-nav), // :not() selecter prevents unnecesary style override
251
251
  ol { // Needed so list font looks the same as paragraph font
252
- color: $grey-heading; // Bootstrap sets these things to black
252
+ color: $color-grey-heading; // Bootstrap sets these things to black
253
253
  font-family: $font-family-paragraph;
254
254
  font-size: $font-size-base;
255
255
  }
@@ -261,7 +261,7 @@ ol { // Needed so list font looks the same as paragraph font
261
261
  }
262
262
 
263
263
  .typography__tables td {
264
- color: $grey-heading; // Bootstrap sets these things to black
264
+ color: $color-grey-heading; // Bootstrap sets these things to black
265
265
  font-family: $font-family-paragraph;
266
266
  font-size: $font-size-base;
267
267
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kcc-gem-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.46
4
+ version: 0.7.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-02 00:00:00.000000000 Z
11
+ date: 2019-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll